@charset "utf-8";

/* Pretendard */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@latest/dist/web/static/pretendard.css");

/* Font Awesome */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/* 초기화 부분 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic",
        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: #004386;
    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: #004386;
    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:#333;
    font-size: 13px;
    font-weight: 600;
}
.subpage_txtitemp2{
    color:#333;
    font-size: 13px;
    font-weight: 600;
}
.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;
}
.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;
    transition: 0.3s;
}
.headerarea{
    width: 1290px;
    position: relative;
}
.header.active{
    position: fixed;
    background-color: #0000009d;
    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{
    position: fixed;
    padding-top: 0;
        background-color: #0000009d;
}
.header.active .sub_menu_items a{
    color: #fff !important;
        font-weight: 400;
}
.header.active .header_menu_but span{
    background-color: #343434 !important;
        font-weight: 400;
}
.header.active2 .sub_menu_items a{
    color: #ffffff !important;
        font-weight: 400;
}
.header.active2 .header_menu_but span{
    background-color: #343434 !important;
        font-weight: 400;
}
.header.active2 .header_subboxitem {
    gap: 250px;
}
.header.active2 .sub_menu_items a{
    color: #ffffff;
}
.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: #ffffff;
    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: rgba(0, 0,0, 0.459);
    z-index: 9;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
.sub_header_menubk.active{
    height: 200px;
}

.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: 32px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
}
.user_registration a p{
    font-size: 14px;
    font-weight:300;
    color: #FFFFFF;
    transition: 0.3s;
    line-height: 16px;
}
.user_registration a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.user_registration a.logout{
        background-color: #FFFFFF !important;
    width: 90px;
    height: 38px;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
        font-size: 16px !important;
    color: #004386 !important;
    margin: 0 !important;
}
.user_registration a.logout p{
            font-size: 16px !important;
    font-weight:600 !important;
    color: #004386 !important;
    margin: 0;
}
a.login-but{
    background-color: #FFFFFF !important;
    width: 74px !important;
    height: 38px !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
        font-size: 16px !important;
    font-weight:500 !important;
    color: #004386 !important;
}

.header-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.user_registration a:hover{
    color: #004386;
}
.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{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #E6E6E6;
    align-items: center;
    justify-content: center;
}
.footer-top{
    width: 1290px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 45px 0;
    gap: 120px;
}
.footer-top-group{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer-info-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.footer-info-item1 h1{
    color: #666;
    font-size: 16px;
    font-weight: 500;
}
.footer-info-item1 p{
    font-size: 20px;
    font-weight: bold;
    color: #004386;
}
.footer-info-item1 span{
    color: #111111;
    font-size: 20px;
    font-weight: 500;
}
.footer-info-item2 h1{
        color: #666666;
    font-size: 20px;
    font-weight: 500;
}
.footer-info-item2 p{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.footer-info-item3 h1{
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}
.footer-info-item3 h2{
    font-size: 20px;
    font-weight: 500;
    color: #111;
}
.footer-info-item3 h3{
    font-size: 20px;
    font-weight: 500;
    color: #004386;
}
.footer-info-item3 h4{
    color: #FF6163;
    font-size: 20px;
    font-weight: 500;
}
.footer-bottom{
    width: 100%;
    background-color: #494949;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottoms{
    width: 1290px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer-item{
    display: flex;
    align-items: center;
    gap: 22px;
}
.footer-item p{
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
/* 푸터부분 끝 */



/* 페이지네이션 시작*/
.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: #004386;
}
/* 페이지네이션 끝*/
.subpage_menus{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: #007fff !important;
}
.header.active2 .sub_menu_items .sub_menu a:hover{
    color: #007fff !important;
}
.header.active .sub_menu_items .sub_menu a:hover{
    color: #007fff !important;
    font-weight: 700;
}




/* =========================
   TTCC Mobile Drawer Nav
   ========================= */

/* 빈 영역(오른쪽 정렬) */
.ttcc_mnav{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

/* 햄버거 버튼 */
.ttcc_mnav__btn{
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* 햄버거 아이콘 */
.ttcc_mnav__icon{
  position: relative;
  width: 22px;
  height: 2px;
  background: #fff;
  display: block;
}
.ttcc_mnav__icon::before,
.ttcc_mnav__icon::after{
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
}
.ttcc_mnav__icon::before{ top: -7px; }
.ttcc_mnav__icon::after{ top: 7px; }

/* 오버레이 */
.ttcc_mnav__overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 9998;
}

/* 드로어 패널 */
.ttcc_mnav__drawer{
  position: fixed;
  top: 0;
  right: 0;
  width: min(82vw, 340px);
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform .25s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

/* 열림 상태 */
body.ttcc_mnav--open .ttcc_mnav__overlay{
  opacity: 1;
  pointer-events: auto;
}
body.ttcc_mnav--open .ttcc_mnav__drawer{
  transform: translateX(0);
}

/* 상단 헤더 */
.ttcc_mnav__head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  min-height: 56px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.ttcc_mnav__user{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}
.ttcc_mnav__link_mbox{
    display: flex;
    gap: 12px;
}
.ttcc_mnav__userName{
  font-weight: 500;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  font-size: 11px;
}

.ttcc_mnav__link{
    padding: 0 16px;
    height: 36px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #666666;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ttcc_mnav__link:nth-child(2){
    border: 1px solid #004386;
    background-color: #004386;
    color: #fff;
}
.ttcc_mnav__link_mboxs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
/* 닫기 버튼 */
.ttcc_mnav__close{
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}

/* 메뉴 리스트 */
.ttcc_mnav__list{
  list-style: none;
  margin: 0;
  padding: 10px 14px 18px;
  overflow: auto;
}

.ttcc_mnav__item{
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.ttcc_mnav__a,
.ttcc_mnav__toggle{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 6px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  font: inherit;
    font-size: 14px;
}
.ttcc_mnav__childA{
    font-size: 12px;
}

/* 화살표 */
.ttcc_mnav__chev{
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform .12s ease;
  opacity: .7;
}

/* 2뎁스(퍽 하고 나오게) */
.ttcc_mnav__child{
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  display: none;          /* 핵심: 애니메이션 없이 */
}

.ttcc_mnav__childA{
  display: block;
  padding: 10px 12px 10px 14px;
  text-decoration: none;
  color: inherit;
  opacity: .9;
}

/* 열림 */
.ttcc_mnav__item.ttcc_mnav__item--open .ttcc_mnav__child{
  display: block;
}

.ttcc_mnav__item.ttcc_mnav__item--open .ttcc_mnav__chev{
  transform: rotate(225deg);
}
.header-icon img:nth-child(1){display: block;}
.header-icon img:nth-child(2){display: none;}
.popup_com{
    display: none;
}

@media (max-width:1300px) {
    .footer-top{
        width: 100%;
        padding: 24px;
    }
        .footer-top{
        flex-wrap: wrap;
        gap: 24px;
        align-items: flex-start;
        justify-content: flex-start;
    }
}


@media (min-width: 1100px){
  .ttcc_mnav{ display: none; }
  
}



@media (max-width:500px) {
    
    .footer-item p{
        font-size: 11px;
    }
    .footer-bottom{
        padding: 16px;
    }
    .footer-item{
        gap: 12px;
    }
    .footer-item:nth-child(3){
        display: flex;
        flex-wrap: wrap;
    }

    .footer-item:nth-child(3) > p:nth-child(1){
        width: 100%;
    }
    .footer-bottoms{
        gap: 8px;
    }
    .header_logo{
        width: 123px;
    }
    .header_logo img{
        width: 100%;
    }
    .footer-info-item1 h1,.footer-info-item3 h1{
        font-size: 12px;
    }
    .footer-info-item1 p, .footer-info-item1 span, .footer-info-item3 h2, .footer-info-item3 h4, .footer-info-item3 h3{
        font-size: 16px;
    }
    .footer-info-item3 h3{
        width: 100% !important;
    }
    .footer-top{
        padding: 16px;
        gap: 16px;
    }
    .footer-info-item{
        gap: 0;
    }.footer-info-item1 h1, .footer-info-item3 h1{
        margin-bottom: 6px;
    }
}




























