@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/* 초기화부분시작 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}
ol,ul,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
body.noscroll{
    overflow-y: hidden;
}
/* 초기화부분 끝*/

.mt20{
    margin-top: 20px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.sub_contents{
    width: 100%;
    min-height: calc(100vh - 140px);
}
/* 서브페이지 각 헤더 이미지 부분 시작 */
.sub_hd_img{
    width: 100%;
    height: 280px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
}
.sub_hd_img h1{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sub_hd_img p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sub_hd_txt_line{
    width: 40px;
    height: 1px;
    background-color: #ffffff;
}
/* 탕전원소개 */
.about_hd_img{
    background: url(/images/shop/sub/about_hd_img.png) no-repeat center center;
}
/* 조제의뢰 */
.informationuse_hd_img{
    background: url(/images/shop/sub/informationuse_hd_img.png) no-repeat center center;
}
/* 이용안내 */
.subpage_hd_img{
    background: url(/images/shop/sub/subpage_hd_img.png) no-repeat center center;
}
/* 알람마당 */
.notification_hd_img{
    background: url(/images/shop/sub/notification_hd_img.png) no-repeat center center;
}
/* 마이페이지 */
.mypage_hd_img{
    background: url(/images/shop/sub/mypage_hd_img.png) no-repeat center center;
}

/* 게시판 검색, 페이지네이션, 전체게시판 갯수 공통레이아웃 시작 */
.number_board{
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 4px;
    margin-bottom: 4px;
}
.number_board i{
    color: #E23600;
    font-weight: 800;
    font-style: normal;
}
.Pagination_area{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DBDBDB;
}
.Pagination_box{
    width: 35px;
    height: 35px;
    border-right: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.Pagination_box.active{
    border-right: 1px solid #DBDBDB;
    border-bottom: 2px solid #E23600;
}
.Pagination_box:last-child{
    border-right:unset;
}
.category_box{
    width: 70px;
    height: 35px;
    color: #999;
    border: 1px solid #DBDBDB;
    cursor: pointer;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 2px;
    border-radius: 2px;
}
.category_box2{
    width: 80px;
}
.search_box{
    width: 230px;
    height: 35px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 6px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
}
.search_but{
    height: 35px;
    padding: 0 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #ffffff;
    background: #4D515A;
    border: unset;
    cursor: pointer;
    border-radius: 2px;
}
.search_container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* 게시판 검색, 페이지네이션, 전체게시판 갯수 공통레이아웃 끝 */

/* 서브페이지 각 헤더 이미지 부분 끝 */

/* 서브페이지 공통레이아웃 시작*/
.subpage_txtboxs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    padding-top: 86px;
    flex-direction: column;
}
.subpage_txtbox{
    position: relative;
    width: 1280px;
    height: 100%;   
    overflow: hidden;
}
.subpage_txtbox h2{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #343434;
}
.subpage_txtitem{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.home_icon{
    width: 13px;
    height: 11px;
    fill: #c7c7c7;
}
.subpage_txtitem span{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #D6D6DB;
}
.subpage_txtitemp1{
    color:#c7c7c7;
    font-size: 13px;
    font-weight: 400;
}
.subpage_txtitemp2{
    color: #343434;
    font-size: 13px;
    font-weight: 500;
}
.subpage_tap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.subpage_tap span{
    width: 2px;
    background-color: #ececec;
    height: 14px; 
}
.subpage_tapitem{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}
.subpage_tapitem svg{
    display: none;
}
.subpage_tapitem p{
    font-size: 15px;
    color: #acacac;
    font-weight: 500;
    transition: 0.3s;
}
.subpage_tapitem:hover p{
    color: #343434;
    font-weight: 600;
}
.subpage_tapitem.active svg{
    display: inline-block;
}
.subpage_tapitem.active p{
    color: #343434;
    font-weight: 600;
}
.subpage_movebox a{
    padding: 22px 36px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.subpage_movebox a.active{
    border-bottom: 2px solid #E23600;
    padding: 22px 36px 19px 36px;
    font-weight: 600;
}
.sub_content{
    width: 100%;
}
.sub_content_0{
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.sub_content_1{
    padding: 0px 10.94% 80px 10.94%;
}
.sub_content_2{
    padding: 80px  16.67%;
    height:calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content:center;
}
.sub_content_3{
    padding: 80px  23.96%;
}
.sub_content_4{
    padding: 80px 0;
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
}
.sub_content_5{
    padding: 80px 21.35%;
}
.sub_content_6{
    padding: 80px 17.19%;
}
.sub_content_7{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.greetings{
    background: #F7F3F0;
}
.sub_content h1{
    color: #222;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    margin-bottom: 80px;
}
/* 서브페이지 공통레이아웃 끝 */

/* 메인_헤더부분 시작*/
.header_logo{
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
}
.header_logo img{
    object-fit: cover;
    transition: 0.3s;
}
.header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
}
.headerarea{
    width: 1290px;
    position: relative;
}
.header.active{
    position: fixed;
    background-color: #ffffff;
    z-index: 9999;
    
}
.header .headerarea .header_logo img:nth-child(1){
    display: block;
}
.header .headerarea .header_logo img:nth-child(2){
    display: none;
}
.header.active2 .headerarea .header_logo img:nth-child(1){
    display: none;
}
.header.active2 .headerarea .header_logo img:nth-child(2){
    display: block;
}
.header.active .headerarea .header_logo img:nth-child(1){
    display: none;
}
.header.active .headerarea .header_logo img:nth-child(2){
    display: block;
}
.header.active2{
    position: fixed;
    padding-top: 0;
    background-color: #ffffff;
}
.header.active .sub_menu_items a{
    color: #343434 !important;
        font-weight: 500;
}
.header.active .header_menu_but span{
    background-color: #343434 !important;
        font-weight: 500;
}
.header.active2 .sub_menu_items a{
    color: #343434 !important;
        font-weight: 500;
}
.header.active2 .header_menu_but span{
    background-color: #343434 !important;
        font-weight: 500;
}
.header.active2 .header_subboxitem {
    gap: 250px;
}
.header.active2{
    border-bottom: 1px solid #dbdbdb;
}
.header.active2 .sub_menu_items a{
    color: #343434;
}
.header.active2 .header_menu_but span{
    background-color: #343434;
}
.header_menu_buts{
    width: 65px;
    height: 65px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.header_menu_but{
    width: 30px;
    height: 20px;
    position: relative;
}
.header_menu_but span{
    width: 100%;
    height: 3px;
    border-radius: 15px;
    background-color: #343434;
    position: absolute;
    transition: 0.3s;
}
.header_menu_buts.active{
    background-color: transparent;
}
.header_menu_but span:nth-child(1){
    top: 0;
    left: 0;
}
.header_menu_but span:nth-child(2){
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header_menu_but span:nth-child(3){
    bottom: 0;
    left: 0;
}
.header_menu_buts.active .header_menu_but span:nth-child(1){
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #ffffff;
}

.header_menu_buts.active .header_menu_but span:nth-child(2){
    visibility: hidden;
    opacity: 0;
}
.header_menu_buts.active .header_menu_but span:nth-child(3){
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #ffffff;
}
.main_menu_area{
    padding: 20% 40px 0 40px;
    display: flex;
    align-self: center;
    justify-content: flex-start;
    gap: 50px;
    flex-direction: column;
    top: 0;
    width: 0;
    height: 100vh;
    position: fixed;
    right: 0;
    z-index: -9;
    visibility: hidden;
    opacity: 0;
}
.main_menu_area_line{
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.main_menu_boxs{
    display: flex;
    flex-direction: column;
    gap: 20px;
    visibility: hidden;
    opacity: 0
}
.main_menu_area.active .main_menu_boxs{
    visibility: visible;
    opacity: 1;
    transition: 1.5s;
}
.main_menu_box{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.main_menu_box1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    width: 60%;
}
.main_menu_box1 h2{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main_menu_box_arrow{
    width: 12px;
    height: 12px;
    position: relative;
}
.main_menu_box_arrow span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #ffffff;
    width: 100%;
    height: 2px;
    transition: 0.3s;
}
.main_menu_box_arrow span:nth-child(2){
    transform: translate(-50%, -50%) rotate(90deg);
}
.main_menu_box1.active .main_menu_box_arrow span:last-child{
    visibility: hidden;
    opacity: 0;

}
.main_menu_box2{
    display: none;
}
.main_menu_box2 a{
    display: flex;
    color: #DBDBDB;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: 0.3s;
    margin-bottom: 6px;
}
.main_menu_box2 a:last-child{
    margin-bottom: 0px;
}
.main_menu_box2 a:hover{
    color: #ffffff;
}
.main_menu_link{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    visibility: hidden;
    opacity: 0;
}
.main_menu_area.active .main_menu_link{
    visibility: visible;
    opacity: 1;
    transition: 1.5s;

}
.main_menu_link a{
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #ffffff;
    display: flex;
    justify-content: center;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
}
.main_menu_link a:hover{
    background-color: #00000052;
}
.main_menu_link a.kakao_link{
    background-color: #FAE100;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    color: #371D1E;
    border: 1px solid #FAE100;
    font-weight: 500;
}
.main_menu_link a.kakao_link:hover{
    background-color: rgb(206, 185, 0);
}
.main_menu_area.active{
    width: 350px;
    z-index: 9; 
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.50);
    transition: width 0.5s ease;
}
.sub_header_menu{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
}
.sub_menu_items{
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    padding: 0 30px;
}
.sub_header_menu.active .sub_menu_items{
    padding: 0 40px;
}
.sub_menu_items a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.sub_menu_item{
    width: 100%;
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 99;
}
.sub_menu{
    width: 100%;
}
.sub_menu a{
    padding: 10px 0;
    color: #454545;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 0.3s;
}
.sub_header_menubk{
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    z-index: 9;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
.sub_header_menubk.active{
    height: 340px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.header_subboxitem{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 250px;
    transition: 0.3s;
}

.user_registration{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
}
.user_registration a p{
    font-size: 12px;
    font-weight:500;
    color: #343434;
    transition: 0.3s;
    line-height: 16px;
}
.user_registration a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
a.login-but{
    background-color: #968064 !important;
    width: 70px !important;
    height: 24px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
}
a.login-but p{
    color: #ffffff;
    font-weight: 300;
}
.header-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.user_registration a:hover{
    color: #E23600;
}
.header.active .user_registration a{
    color: #343434;
    font-weight: 500;
}
.header.active2 .user_registration a{
    color: #343434;
    font-weight: 500;
}
.user_registration p{
    font-size: 12px;
    color: #666666;
}
/* 메인_헤더부분 끝*/





/* 푸터부분 시작 */
.footer{
    width: 100%;
    padding: 30px  13.54%;
    background: #4D515A;
    display: flex;
    gap: 100px;
}
.footer_contents{
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
    width: 100%;
}
.footer_content_l p{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 3px;
}
.footer_content_l h4{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 150% */
    margin-top: 5px;
}
.footer_content_r{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.footer_content_r a{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.related_site{
    width: 150px;
    padding: 2px 6px;
    border: 1px solid #ffffff;
    position: relative;
    cursor: pointer;    
}
.related_site.active .related_site_item{
    display: flex;
}
.related_site.active .related_basic span:nth-child(2){
    visibility: hidden;
    opacity: 0;
}
.related_site.active{
    border: 1px solid #dbdbdb;
}
.related_site p{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.related_basic{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.related_basicicon{
    width: 25px;
    height: 25px;
    position: relative;
}
.related_basicicon span{
    position: absolute;
    display: flex;
    width: 40%;
    height: 2px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
.related_basicicon span:nth-child(2){
    transform: translate(-50% , -50%) rotate(90deg);
}
.related_site_item{
    position: absolute;
    bottom: 100%;
    left: -1px;
    width: calc(100% + 2px);
    display: none;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
}
.related_site_item a{
    color: #4D515A;
    border-bottom: 1px solid #dbdbdb;
    padding:6px 4px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s;
}
.related_site_item a:hover{
    background-color: #dbdbdb;
}
.related_site_item a:last-child{
    border-bottom: none;
}
/* 푸터부분 끝 */



/* 페이지네이션 시작*/
.pagination .patientmanagement_buts{
    position: absolute;
    top: 0;
    left: 0;
}
.pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.paginationbut_r{
    position: absolute;
    top: 0;
    right: 0;
}
.pagination_item{
    width: 36px;
    height: 36px;
    border: 1px solid #dbdbdb;
    border-right: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
}
.pagination_itempopup{
    width: 30px;
    height: 30px;
    border: 1px solid #dbdbdb;
    border-right: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #999999;
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
    padding: 6% 0;
    overflow-y: auto;
}
.pagination.w30{
    margin-top: 10px;
}
.pagination.w30 .pagination_item{
    width: 30px;
    height: 30px;
    border: 1px solid #dbdbdb;
    border-right: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
    z-index: 99;
}
.pagination.w30 .pagination_item:last-child {
    border: 1px solid #dbdbdb;
}
.preparation_graph_title{
    border-bottom: 1px solid #dbdbdb;
}
.pagination_item:last-child{
    border: 1px solid #dbdbdb;
}
.pagination_item.active{
    font-weight: 600 !important;
    color: #343434 !important;
}
.pagination_item.active::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: calc(100% - 1px);
    left: 0;
    background-color: #E23600;
}
/* 페이지네이션 끝*/
.subpage_menu{
    width: 1200px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000;
    margin-top: 30px;
}
.subpage_menu a{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00000040;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    border-radius: 5px 5px 0 0;
    padding: 0 20px;
}
.subpage_menu a.on{
    color: #000000;
    border: 1px solid #000000;
    border-bottom: none;
}
.subpage_menu a.on::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    top: 100%;
    position: absolute;
}
.subpage_menu a:hover{
    background-color: #eeeeee;
    color: #888888;
}
.subpage_menu a.on:hover{
    color: #000000;
    background-color: #ffffff;
}

.sub_menu a:hover{
    color: #E23600 !important;
}
.header.active2 .sub_menu_items .sub_menu a:hover{
    color: #E23600 !important;
}
.header.active .sub_menu_items .sub_menu a:hover{
    color: #E23600 !important;
}