@charset "utf-8";
.header_wrap {height:60px; flex-wrap: nowrap; align-items: center; justify-content: space-between;}
    .header_wrap > .en_btn_wrap {width:80px; display:none;}
    .header_wrap > .en_btn_wrap > a {padding:6px 12px; color:#fff; font-size:16px; font-weight:700; border-radius: 50px;}
    .mo_home {display:block; height:20px;}
    .mo_home > img {height:100%; width:auto;}
    #header .btn_nav, #header .nav_close {display:block; width:40px; height:40px; margin:0 5.5556% 0 0; display:flex; justify-content: center; align-items: center;}
    /* #gnb {display:none;} */
    .new_gnb_wrap {position:absolute; left:0; top:60px; height:calc(100vh - 60px); background: #fff; width:100%; margin:0;}

    /* mobile_all_menu START */
    .sitemap .header_wrap {height:60px;}
    .sitemap .header_wrap > .mo_home {display:block; height:28px; margin:0 30px 0 0;}
    .sitemap .header_wrap > .mo_home > img {height:100%;}
    .sitemap .btn_close {width:40px; height:40px; background:url('../images/common/new_close_btn.svg') 50% 50% no-repeat; background-size:22px 22px; margin:0 5.5556% 0 0;}

    .sitemap .cont {gap:20px; padding:0 5.5556%;}
    .sitemap .cont > li .tx {padding:20px 0 30px; gap:28px;}
    .sitemap .cont > li .tx > ol {width: 980px;}
    .sitemap .cont > li .tx strong {display:block; font-size:clamp(22px , 3.4vw , 30px); color:#fff; margin:0;}
    .sitemap .cont > li .tx .sub_list_wrap {grid-template-columns: repeat(1, 1fr); row-gap: 12px; height:auto;}
    .sitemap .cont > li .tx .sub_list_wrap > li {display:flex; flex-direction: column; min-height:0;}
    .sitemap .cont > li .tx .sub_list_wrap .depth-2 a:not(:first-child) {display:none;}
    .sitemap .cont > li .tx .sub_list_wrap .depth-2.open a {display: block;}
    .sitemap .cont > li .tx .sub_list_wrap .depth-2.open a:first-child h4::after {margin-left: 5px; font-size: 10px;}
.sitemap .cont > li .tx .sub_list_wrap .depth-2 a:first-child h4::after .sub_list_wrap .depth-2 a:first-child h4::after {content: "▼"; margin-left: 5px;font-size: 10px;}

.sub_list_wrap > li > a {margin:0 0 8px;}
.sub_list_wrap > li > a > h4 {font-size: clamp(18px , 2.6vw , 26px);margin:0 0 4px;}

.moblie_menu_btn {width:24px; height:24px; margin:0 0 0 5.5556%; position:relative;}
.moblie_menu_btn > img {width:100%; position:absolute; left:50%; top:50%; transform: translate(-50% , -50%);}
.moblie_menu_btn > .menu_btn {display:block;}
.moblie_menu_btn > .close_btn {display:none;}
.serch_btn {width:24px; height:24px; margin:0 5.5556% 0 0; position:relative;}
.serch_btn > img {width:100%; position:absolute; left:50%; top:50%; transform: translate(-50% , -50%);}
.serch_btn > .menu_btn {display:block;}
.serch_btn > .close_btn {display:none;}

#mob_gnb {background:#f9f9f9; position:absolute; top:60px; left:0; width:100%; height:calc(100vh - 60px); display: flex; display:none; flex-wrap: wrap;}
#mob_gnb.open {display:flex;}
#mob_gnb > .login_wrap {width:100%; display:flex; background: #E90030; height: min-content; justify-content: flex-end; padding:0 5.5556%;}
#mob_gnb > .login_wrap > a {padding:12px 0; height:auto; color:#fff; font-weight:600; margin:0 0 0 16px;}
#mob_gnb > ul > li.active > a {color:#E90030;}
#mob_gnb > .mon_gnb_list {background: #fff; width:calc(100% - 148px); overflow: scroll; height: calc(100vh - 104px);}
#mob_gnb > .mon_gnb_list > .list_wrap {height:max-content; display:none;}
#mob_gnb > .mon_gnb_list > .list_wrap:first-child {height:max-content; display:block;}
#mob_gnb > .mon_gnb_list > .list_wrap > li.active {}
#mob_gnb > .mon_gnb_list > .list_wrap > li > a {padding:8px 16px; display:block; font-size:14px;}
#mob_gnb > .mon_gnb_list > .list_wrap > li > span {padding:8px 16px; display:block; font-size:14px;}
#mob_gnb > .mon_gnb_list > .list_wrap > li > span.active {color:#E90030; font-weight:600; border-bottom: 1px solid #E90030;}
#mob_gnb > .mon_gnb_list > .list_wrap > li > .sub_menu {display:none; border-bottom:1px solid #d9d9d9;}
#mob_gnb > .mon_gnb_list > .list_wrap > li > .sub_menu > li > a {padding:8px 20px 8px 16px; font-size:14px; display:block; color:#666; background:#f9f9f9;}
#mob_gnb > .mon_gnb_list > .list_wrap > li > .sub_menu > li:first-child > a {color:#E90030;}

#mob_gnb > ul {width:148px; height:100%}
#mob_gnb > ul > li {width:100%; font-size:16px; display:block;}
#mob_gnb > ul > li > a {padding:12px 20px; display:block; font-weight:600;}
#mob_gnb > ul > li > a > img {display:none;}

.search_bg {position:absolute; top:60px; left:0; width:100%; height:calc(100vh - 60px); background:rgba(0,0,0,0.6); display:none;}
.search_bg > .search_area {position: absolute; left:50%; top:30px; transform: translate(-50% , 0); width:88.8888%;}

#footer > .login_box {width:88.8888%; display:flex; flex-wrap: wrap; gap:8px; justify-content: space-between; margin:0 auto 24px;}
#footer > .login_box > a {padding:12px 0; font-size:14px; text-align: center;}
#footer > .login_box > .login {background:#222; color:#fff; width:100%;}
#footer > .login_box > .th_box {width:calc(33% - 8px); color:#222; background:#f5f5f5;}
#footer > .text_box {width:88.888%; margin:0 auto; text-align: center; padding:30px 0 30px; border-top:1px solid #d9d9d9; color:#999;}
.interested_cate ul li .pro_hover {display:none;}
.msection_list .product > ul > li .info_area > .pro_hover {display:none;}

