@charset "utf-8"; /* 공통 CSS */
/* 1. 폰트 */
/* font-family: 'Noto Sans KR', sans-serif; */

/* 2. blind */
.blind { overflow:hidden; position:absolute; top:0; left:0; width:1px; height:1px; font-size:0; line-height:0 } 
/* 대표글씨, main-color */
:root { --main-color: #00479d; --sub-color: #004073; --font-fam: 'Pretendard', sans-serif; } 
.main_color { color: #00479d } 
.sub_color { color:#004073 } 
.font-eng { font-family:'Noto Sans KR', sans-serif; } 
.font-chn { font-family: 'Noto Sans SC', sans-serif; } 
.emph { font-weight: 500; color: #f95050 !important; } 
.none { display: none; } 
.weight_b { font-weight: 500; font-size: 1.8rem; } 
/* mobile_none */
.m_none { } 
.pc_none { display: none; } 
.fs24 { font-size: 2.4rem !important; } 
.fs24::before { top: 20px !important; } 
.center { text-align:center } 

/* PRRODUCT_MENU */
.pb_no { padding-bottom:0 !important; } 
.pt_8 { padding-top:8rem !important; } 
.pt_4 { padding-top:4rem !important; } 
.pt_2 { padding-top:2rem !important; } 
.pb_8 { padding-bottom:8rem !important; } 
.pb_6 { padding-bottom:6rem !important; } 
.pb_4 { padding-bottom:4rem !important; } 
.pb_2 { padding-bottom:2rem !important; } 
.pt_no { padding-top:0 !important; } 
.pr_no { padding-right:0 !important; } 
.pl_no { padding-left:0 !important; } 
.no_padding { padding: unset!important; } 
.mb_0 { margin-bottom: 0 !important; } 
/* header.active */
#header .header_logo_title { position: relative; height: 5.3rem; display: block; width: 16rem; bottom: 1rem; } 
#header .header_logo_title img { display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 160px; } 
#header .header_logo_title img.color_logo { opacity:0; } 
#header.active .header_logo_title img.color_logo { opacity:1; } 
#header.active .header_logo_title img.w_logo { opacity:0; } 
#header.active .pc_gnb .lang_btn span { color: #fff; border: 1px solid #222; color:#222; } 
#header.active .pc_gnb { /* background:#fff; */ } 
#header.active .pc_gnb .gnb-1dep > a { color: #fff; } 
#header.active .site_map_btn .site_stick img.all_w { opacity:0 } 
#header.active .site_map_btn .site_stick img.all_color { opacity:1 } 

/* //header.active */
/* -------- GNB :: header-search-box--------- */
.q_wrap .search_btn { display: none; } 
.table-layout { display:table; width:100%; /* height:100%; */height: 60vh; background: #fff; } 
.table-cell-layout { display:table-cell; width:100%; height:100%; vertical-align:middle; } 
.search_btn { z-index: 100; width: fit-content; padding-right: 1rem; } 
.search_btn a { color: #fff; display: block; width: 4rem; } 
.search_btn a i { padding-right: 10px; } 
.header-search-box { position:relative; z-index:999999; } 
.header-search-open-btn, .header-search-close-btn, .header-search-btn { width:100px; height:100px; } 
.header-search-open-btn { color:#fff; font-size:24px } 
.header-search-overlay { position:fixed; /* top: -100%; */left: 0px; left: -100%; height: 100vh; width:100%; background-color: #000000d1; visibility:visible; -webkit-transition: 0.5s left ease-in-out; -moz-transition: 0.5s left ease-in-out; -o-transition: 0.5s left ease-in-out; -ms-transition: 0.5s left ease-in-out; transition: 0.5s left ease-in-out; } 
.header-search-inner { overflow:hidden; width: 100%; max-width:1400px; height:86px; height: fit-content; padding-top: 10rem; margin: 10px auto; opacity:0; filter:Alpha(opacity=0); -webkit-transition:all 0.4s 0.4s; -moz-transition:all 0.4s 0.4s; -o-transition:all 0.4s 0.4s; -ms-transition:all 0.4s 0.4s; transition:all 0.4s 0.4s } 
.header-search-inner .header-search-inner-box { height: 70px; padding-right: 100px; position:relative; border-bottom: 2px solid #222; } 
.header-search-inner .header-search-word { height: 70px; width:100%; vertical-align:top; background-color:transparent; border:0; font-weight:300; font-size: 2.6rem; padding-left: 2rem; } 
.header-search-inner .header-search-word::placeholder { line-height: 80px; } 
.header-search-inner .header-search-btn-controls { position:absolute; bottom: 0px; right:0px; color: #222; } 
.header-search-inner .header-search-btn-controls span { vertical-align:middle; display:inline-block; font-size: 2rem; letter-spacing:2px; font-weight:400; font-family: 'SCoreDream'; } 
.header-search-inner .header-search-btn-controls i { font-size: 4.8rem; vertical-align:middle; } 
.header-search-inner .header-search-btn { width:86px; height:86px; background: unset; border: unset; } 
.header-search-inner .header-search-close-btn { position:absolute; top: 5%; right: 5%; background: unset; border: unset; } 
.header-search-inner .header-search-close-btn i { font-size: 4rem; } 
.header-search-box.open .header-search-overlay { left:0px; } 
.header-search-box.open .header-search-inner { opacity:1.0; filter:Alpha(opacity=100); width: 86%; } 
.header-search-inner h2 { color: #111; text-align: center; font-size: 5rem; padding-bottom: 4rem; } 
.header-search-inner .ex_wrap { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; font-size: 2rem; justify-content: center; margin: 4rem; } 
.header-search-inner .ex_wrap span { background: var(--main-color); color: #fff; margin-right: 2rem; font-size: 2.6rem; padding: 7px 25px; border-radius: 20px; } 
.header-search-inner .ex_wrap span b { position: relative; top: -2px; font-weight: 400; } 
.header-search-inner .ex_wrap p { color: #4a4a4a; } 
/* //검색 끝 */


/* page_size */
#main_wrapper { width: 100%; } 
#main_container { width: 100%; } 
.inner_wrap { max-width: 1530px; width: 94%; margin: 0 auto; } 
.index_wrap .inner_wrap { /* max-width: 1400px; */width: 92%; } 

/* header */
#header { position: fixed; top: 0; width: 100%; z-index: 1000; transition: all .3s; } 
#header.active { background-color: #fff; border-bottom: unset; border-bottom: 1px solid #ededed; } 
#header.active .pc_gnb .main_menu .gnb-1dep > a { color:#333; } 
#header .pc_hover_logo { width: 160px; } 
#header.active .search_btn .img_w,
#header .search_btn .img_b { display:none; } 
#header.active .search_btn .img_b { display:block; } 
#header.active .pc_hover_logo { display: block; } 
#header.active .pc_logo { display: none; } 
/* header_hover */
.m_gnb { display: none; } 
.pc_gnb .main_menu .gnb-1dep:hover::before { opacity:1; } 
#header.active .pc_gnb .main_menu .gnb-1dep:hover > a { color: var(--main-color); } 
.common_wrap { width: 94%; margin: 0 auto; /* margin-left: auto; */ } 
.pc_gnb { height: 80px; display: flex; justify-content: space-between; align-items: center; flex-wrap: nowrap; flex-direction: row; } 
.pc_gnb .main_menu { display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: nowrap; width: 70%; height: 100%; max-width: 1200px; } 
.pc_gnb .main_menu .gnb-1dep { width: 100%; height: 100%; text-align: center; position:relative; min-width: 146px; } 
.pc_gnb .main_menu .gnb-1dep:hover > a { color:var(--main-color); } 
.pc_gnb .main_menu .gnb-1dep a { width: 100%; height: 100%; font-weight: 400; font-family: var(--font-fam); } 
.pc_gnb .main_menu .gnb-1dep > a { line-height: 80px; font-size: 2rem; font-weight: 500; color: #fff; } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep { display: none; background: #fff; box-shadow: 1px 1px 8px 0px #1111116b; min-width: 210px; width: 180%; position: absolute; left: 50%; transform: translateX(-50%); text-align: center; z-index: 500; top: 80px; } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep li a { transition: all .4s; word-break: keep-all; } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep > li { position:relative; } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep > li:first-child { margin-top: 1.5rem; } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep > li:last-child { margin-bottom: 1.5rem; } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep li:hover a { color:var(--main-color); } 
.pc_gnb .main_menu .gnb-1dep .gnb-2dep li a { color: #111; font-weight: 400; padding: 1rem 1rem; font-size: 1.8rem; } 

/* lang_btn */
#header .pc_gnb .lang_btn { position: relative; height: 100%; } 
#header .pc_gnb .lang_btn>a>span { color: #fff; padding: 10px 15px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 800; } 
#header .pc_gnb .lang_btn .lang_list_box { position: absolute; text-align: center; width: 100%; background: var(--main-color); display: none; z-index: 99; } 
#header .pc_gnb .lang_btn .lang_list_box li a { font-size: 14px; color: #fff; padding: 10px 0; transition: all .4s } 
#header .pc_gnb .lang_btn .lang_list_box li:hover a { color: var(--main-color); background: #e1efff; } 
#header .pc_gnb .lang_btn>a>span i { display: inline-block; padding-left: 9px; position: relative; top: 1px; font-size: 2rem; } 
#header.active .pc_gnb .lang_btn span { color: #111; border-bottom:1px solid #fefefe9c; } 
.else_box { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; } 
html.ov_hidden { overflow:hidden; } 
.all_menu_btn { cursor:pointer; } 
.all_menu_btn span { background: url(../../img/all_menu_btn_w.png); width: 32px; height: 20px; display: inline-block; transition: all .4s; } 
#header.active .all_menu_btn span { background: url(../../img/all_menu_btn_b.png); } 
.all_menu_wrap { top: 113px; display: flex; position: fixed; background: #fff; width: 100%; height: 100vh; transition: all 0.7s ease-in-out; right: -100%; } 
.all_menu_wrap.show { transition: all 0.7s ease-in-out; right: 0; } 
.all_menu_wrap .all_menu_list { width: 70%; padding: 2rem; text-align: left; } 
.all_menu_wrap .all_menu_list::before {content:'';display:block;position:absolute;bottom: 10%;right: 3%;background: url(../../img/pro_menu_bg_icon.png) no-repeat center center/contain;max-width: 350px;width: 30%;height: 250px;z-index: -1;opacity: 0.5;} 
.all_menu_wrap .all_menu_list > li { border-bottom: 1px solid #dcdcdc; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; } 
.all_menu_wrap .all_menu_list > li:nth-child(3n) { border-right:unset; } 
.all_menu_wrap .all_menu_list > li:nth-child(4),
.all_menu_wrap .all_menu_list > li:nth-child(5) { border-bottom: unset; } 
.all_menu_wrap .all_menu_list .gnb-1dep > a { font-size: 2rem; font-weight: 600; height: auto; width: 18%; padding: 4rem 2rem; text-align: center; } 
.all_menu_wrap .all_menu_list .gnb-2dep { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; } 
.all_menu_wrap .all_menu_list .gnb-2dep > li { padding: 0 2rem; } 
.all_menu_wrap .all_menu_list .gnb-2dep > li a { transition: all .4s; } 
.all_menu_wrap .all_menu_list .gnb-2dep > li:hover a { color:var(--main-color); } 
.all_menu_wrap .all_menu_list .gnb-2dep a { font-size: 2rem; } 
.all_menu_wrap .img_box { width: 30%; background: url(../../img/all_menu_bg.jpg) no-repeat center center/cover; height: calc(100vh - 100px); } 
.all_menu_wrap .img_box img { width: 100%; } 

/* footer */
#main_ft { padding: 5rem 10rem; position: relative; background: #f4f4f4bf; } 
.footer_box { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; } 
.footer_logo { padding-bottom: 4rem; } 
.footer_box .footer_top { padding: 2rem 4%; display: flex; justify-content: space-between; align-items: center; } 
.footer_box .left_box ul { display: flex; flex-direction: row; align-items: center; max-width: 510px; } 
.footer_box .left_box ul.small_link { padding-bottom: 4rem; } 
.footer_box .left_box ul li { padding: 0 1rem; position: relative; word-break: keep-all; } 
.footer_box .left_box ul li:last-child::after { display: none; } 
.footer_box .left_box .address_box li::after { content:'|'; display:block; position: absolute; color: #222; font-size: 15px; right: -8px; top: 50%; transform: translateY(-50%); } 
.footer_box .left_box .address_box li:nth-child(2)::after { display:none; } 
.footer_box .left_box ul li a { font-size: 1.6rem; font-weight: 500; } 
.footer_box .left_box { /* width: 52%; */margin-right: 2%; width: fit-content; } 
.footer_box .right_box { width: 40%; flex-grow: 1; display: flex; flex-direction: column; align-content: flex-end; align-items: flex-end; } 
.flex_box .tel_list { font-size: 2.5rem; font-weight: 700; padding-bottom: 2.4rem; display: flex; justify-content: flex-end; } 
.tel_list li { list-style:none; margin-left:3rem } 
.private_list { display: flex; flex-direction: row; padding-bottom: 1.2rem; flex-wrap: nowrap; justify-content: flex-start; } 
.private_list li { font-weight: 500; font-size: 1.64rem; } 
.private_list li:first-child { margin-right: 3rem; } 
.private_list li:last-child {margin-right: 0;} 
.private_list li a i { position: relative; top: 1px; } 
.footer_box .left_box .footer_logo { margin-right: 7rem; padding-bottom: 20px; } 
.footer_box .left_box .right_box { color: #f4f4f4cf; } 
.footer_box .left_box .right_box.flex_box { display: flex; justify-content: space-between; width: 100%; } 
.footer_box .left_box .right_box .address_box { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; max-width: 740px; line-height: 1.5; } 
.footer_box .address_box li { padding-right: 1.5rem; line-height: 1.9; position: relative; margin-right: 1rem; color: #525252; font-size: 1.7rem; } 
.footer_box .address_box li b { font-weight: 400; padding-right: 10px; } 
.footer_box .address_box li span { /* padding: 1rem; */ } 
.footer_box .copyright .on { text-transform: uppercase; } 
.top_btn_box { color: #999; position: absolute; right: 4%; cursor: pointer; bottom: 10%; } 
.copyright { color: #a2a2a2; font-size: 1.7rem; } 

/* 버튼 */
.product_btn { display: inline-block; width: 242px; height: 71px; transition: all .4s; } 
.product_btn a { width: 100%; height: 100%; position: relative; color: var(--main-color); } 
.product_btn span { font-size: 18px; line-height: 70px; display: block; text-align: center; width: 100%; margin: 0 auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; font-weight: 600; } 
.product_btn span:before { content:''; display:block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid var(--main-color); } 
.product_btn span:after { content: " "; display: block; transition: width .4s; position: absolute; left: 50%; transform: translateX(-50%); top: 0; z-index: 10; width: 70%; height: 100%; border-top: 2px solid #dee6f6; border-bottom: 2px solid #dee6f6; z-index: 10; } 

/* POP UP */
.about_popup { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: #222222cc; z-index: 10000; width: 100%; height: 100%; } 
.about_popup .popup_info { width: 63%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.about_popup .popup_info .art1 { display: flex; background: #fff; justify-content: space-between; align-items: flex-start; padding: 40px; position: relative; border-radius: 13px; } 
.about_popup .popup_info .art1 .box1 { width: 100%; } 
.about_popup .popup_info .art1 .box1 textarea { width: 100%; height: 300px; font-size: 15px; padding: 20px; border: unset; } 
.about_popup .popup_info .art1 .box1 h1 { font-size: 20px; padding-bottom: 30px; } 
.about_popup .popup_info .close_btn { color: #fff; border: 1px solid #fff; padding: 14px; position: absolute; top: -63px; right: 0; cursor: pointer; } 
.about_popup .popup_info .close_btn i { font-size: 18px; } 
.about_popup { transform:translate(9999px); opacity: 0; } 
.about_popup.show { transition: opacity 0.3s linear; transform:translate(0); opacity: 1; } 
.about_popup .popup_info .textwrap { box-shadow: 0px 0px 2px 0px #111111a1; } 

/* 이메일 무단 수집거부 */
.pop_contents { text-align: center; padding: 3rem; } 
.pop_contents>* { font-family: var(--font-fam); } 
.pop_contents .img_box img { max-width: fit-content; width: 80%; margin: 0 auto; display: block; } 
.pop_contents h2 { padding: 2rem 0; } 
.pop_contents p { font-size: 1.7rem; padding-bottom: 2rem; } 
.pop_contents small { font-size: 1.5rem; font-weight: 500; } 

/* 퀵메뉴 */
.quickmenu { position: fixed; bottom: 1%; margin-top:-0px; right:1%; z-index: 1000; } 
.quickmenu ul { position:relative; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: flex-end; font-weight: 600; } 
.quickmenu ul li { width: 60px; height: 60px; border-radius: 50px; background: #fff; margin-bottom: 8px; position: relative; border: 2px solid var(--main-color); box-shadow: -1px 2px 7px 2px #00000026; transition: all .3s; } 
.quickmenu ul li a { display: flex; justify-content: center; align-content: center; align-items: center; color: var(--main-color); } 
.quickmenu ul li:first-child .online_img { width: 30px; height: 31px; background: url(../../img/cs_icon.png) no-repeat center center/cover; display: inline-block; } 
.quickmenu ul li:last-child { font-size: 1.6rem; background: var(--main-color); } 
.quickmenu ul li:last-child a { color: #fff; } 
.quickmenu ul li a i { font-size: 3.4rem; } 
.quickmenu .online_con { display: none; margin-left: 10px; } 
.quickmenu ul li.q_li:hover { background:var(--main-color); width: 168px; border-radius: 50px; } 
.quickmenu ul li.q_li:hover .online_con { display:block; } 
.quickmenu ul li.q_li:hover:first-child .online_img { background: url(../../img/cs_icon_on.png) no-repeat center center/cover; } 
.quickmenu ul li:hover a { color:#fff; } 

/* 상단메뉴 */
.quickmenu1 { margin-right:3%}  
.quickmenu1 .flex_box { display: flex; flex-direction: row; justify-content: flex-end; color: #111; padding-top: 10px; } 
.quickmenu1 .q_li { padding-right: 2rem; } 
.quickmenu1 .lang_list_box { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; background: #dcdcdc; border-radius: 20px; overflow: hidden; } 
.quickmenu1 .lang_list_box li { padding: 2px 10px; } 
.quickmenu1 .lang_list_box li.on { background:var(--main-color); } 
.quickmenu1 .lang_list_box li.on a { color:#fff; } 
.quickmenu1 .lang_list_box li a { font-size: 1.4rem; } 


/* 반응형 */
@media (max-width: 1540px){
 .pd_wide { top: 116px; } 
 .pc_gnb .main_menu { width: auto; } 
 #header .header_logo_title img { width: 130px; width: 13rem; } 
 }
 @media (max-width: 1270px){
 #header .header_logo_title { bottom: 0; } 
/* @media (max-width: 1370px) { */
 .quickmenu1 .lang_list_box { display: none; } 
 .quickmenu1 .q_li:nth-child(2) { /* padding-right: 0; */ } 
 /* 검색 부분 */
.common_wrap { margin: 0 auto; } 
#header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li i { font-size: 2.2rem; } 
#header .search_btn { /* position: absolute; *//* right: calc(2% + 42px); *//* padding-left: 1.5rem; */display: block; } 
.header-search-inner .header-search-btn { width: auto; height: 60px; } 
.header-search-inner .header-search-btn-controls span { font-size: 2.4rem; visibility: hidden; } 
.header-search-inner .header-search-btn-controls i { font-size: 24px; } 
.search_btn a { padding: 10px; background: var(--sub-color); text-align: center; border-radius: 50%; } 
.search_btn a i { padding-right: 0; } 
.header-search-inner .header-search-word { height: 60px; font-size: 2.4rem; } 
.header-search-inner .header-search-inner-box { padding-right: 0; height: 60px; } 
.header-search-inner .header-search-close-btn { border: 1px solid #ffffff73; width: 50px; height: 50px; top: 3vw; right: 3vw; } 
.header-util-box { padding-right:15px; } 
.header-search-inner { top:60px; } 
 /* 검색 끝 */

.index_wrap .inner_wrap { width: 92%; } 
.inner_wrap { /* width: 92%; */width: 100%; } 
#header { height: 60px; background: #fff; } 
#header .pc_gnb { display: none; } 
#header .m_gnb { display: block; } 
#header .m_gnb .mobile_top { display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 60px; } 
 /* hamberger */
 #header .m_gnb .nav-open-btn { display: block; height: 30px; background-color: unset; border: unset; /* 햄버거 애니메이션 */
-webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); } 
#header .m_gnb .nav-open-btn .line { background-color: #333; display: block; width: 28px; height: 3px; border-radius: 5px; margin: 4px auto; } 

/* active */
 #header:hover .m_gnb .nav-open-btn .line { background-color: #111; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
 #header.active .m_gnb .nav-open-btn .line { background: #111; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 

 
 /* 햄버거 애니메이션 */
#header:hover .m_gnb .nav-open-btn .line { background-color: #333; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
#header.active .m_gnb .nav-open-btn .line { -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } 
.nav-open-btn.down .line { background-color:#fff; } 
.nav-open-btn.down .line:nth-child(2), .nav-open-btn.down .line:nth-child(4) { opacity: 0; } 
.nav-open-btn.down .line:nth-child(1) { -webkit-transform: translateY(7px) rotate(45deg); transform: translateY(7px) rotate(45deg); } 
.nav-open-btn.down .line:nth-child(3) { -webkit-transform: translateY(-7px) rotate(-45deg); transform: translateY(-7px) rotate(-45deg); } 
 /* show_m_header */
#header .m_gnb .main_menu { height: 100vh; background: linear-gradient(308deg, #4ccafff7, #003f8b); right: -50%; position: absolute; top: 60px; width: 50%; transition: all .4s; } 
#header .m_gnb .main_menu.right { right: 0; } 
#header .m_gnb .main_menu .lang_btn_mobile { padding: 20px 24px; border-bottom: 1px solid #dddddd80; } 
#header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: flex-start; } 
#header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li { color: #fff; padding-right: 24px; } 
#header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li.on a { font-weight: 700; } 
#header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li a { color: #fff; } 
#header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li i { font-size: 2rem; position: relative; top: 2px; } 
#header .m_gnb .main_menu .gnb-1dep { border-bottom: 1px solid #dddddd80; } 
#header .m_gnb .main_menu .gnb-1dep>a { color:#fff; } 
#header .m_gnb .main_menu .gnb-2dep { background: #062c5b; display: none; } 
#header .m_gnb .main_menu .gnb-1dep a { padding: 20px 24px; position: relative; } 
#header .m_gnb .main_menu .gnb-1dep .gnb-2dep a { padding: 14px 24px; position: relative; font-size: 15px; color: #fff; } 
#header .m_gnb .main_menu .gnb-1dep .gnb-2dep a br { display: none; } 
#header .m_gnb .main_menu .gnb-1dep.down a::after { transform: translate(-50%, -50%); } 
#header .m_gnb .main_menu .gnb-1dep>a:after { background-color: #fff; content: ''; width: 15px; height: 1px; position: absolute; right: 2%; top: 50%; transition: 0.3s ease-in-out; transform: translate(-50%, -50%) rotate(90deg); } 
#header .m_gnb .main_menu .gnb-1dep>a:before { background-color: #fff; content: ''; width: 15px; height: 1px; position: absolute; right: 2%; top: 50%; transition: 0.3s ease-in-out; transform: translate(-50%, -50%); } 
#header .m_gnb .gnb-1dep.down .gnb-2dep { display: block; } 
#header .m_gnb .gnb-1dep.down .gnb-3dep { background: #062c5b; } 

/* quickmenu1 */
 .quickmenu1 { position: absolute; right: 7rem; height: 60px; } 
 .quickmenu1 .q_wrap { position: relative; height: 60px; /* width: 190px; */ } 
 .quickmenu1 .flex_box { padding-top: 0; position: absolute; width: 100%; top: 50%; right: 0; transform: translateY(-50%); } 
 .flex_box .tel_list { display: flex; flex-direction: column; align-items: flex-start; } 
 .tel_list li:nth-child(1) { margin-right: 0; } 
 }
 @media (max-width: 1080px) { /* mobile_none */
.fs24 { font-size: 2.4rem !important; } 
.m_none { display: none; } 
.pc_none { display: block; } 
.private_btn { margin: 2rem auto 0; } 
.copyright { } 
.top_btn_box { bottom: 5%; } 

 #main_ft { padding: 4rem; } 
 .footer_box .address_box li b { font-weight: 600; } 
 .footer_box .left_box { width: 56%; } 
 .footer_box .left_box ul { width: 100%; max-width: unset; } 
 }
@media (max-width: 768px) { /* header */
#header .m_gnb .main_menu .lang_btn_mobile .selected_lang_box li a { font-size: 14px; } 
#header .m_gnb .main_menu { right: -100%; width: 100%; } 
#header .m_gnb .main_menu .gnb-1dep a { padding: 12px 14px; font-size: 14px; } 
#header .m_gnb .main_menu .gnb-1dep .gnb-2dep a { padding: 12px 14px; font-size: 13px; } 
/* footer */
 .footer_logo { width: 120px; padding-bottom: 2rem; } 
.footer_logo img { margin: 0 auto; display: block; width: 100%; } 
.footer_box .footer_top { display: flex; flex-direction: column; } 
#main_ft { padding: 3rem 2rem; } 
.footer_box .footer_bottom .right_box .address_box li:after { display:none; } 
.footer_box .footer_bottom .right_box .address_box { display: flex; justify-content: center; } 
.footer_box .footer_bottom .right_box .address_box li:nth-child(2) { width: auto; } 
 .footer_box .left_box .address_box li::after { display: none; } 
 .fs24 { font-size: 2.2rem !important; } 
 }
@media (max-width: 480px){
 .search_btn a { width: 28px; height: 28px; padding: 0; position: relative; } 
 #header .search_btn { padding-right:0; } 
 .search_btn a i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
 .pt_8 { padding-top: 2rem !important; } 
.pt_4 { padding-top: 2rem !important; } 
.pt_2 { padding-top:2rem !important; } 
 .m480_none { display: none; } 
.footer_box .footer_bottom .right_box .address_box li:nth-child(1) { padding-right: 0; text-align: left; padding-left: 38px; text-indent: -38px; } 
.footer_box .footer_bottom .footer_logo img { max-width: 120px; } 
#main_ft .footer_box .footer_bottom .address_box { display: flex; flex-direction: row; justify-content: flex-start; } 
#main_ft .footer_box .footer_bottom .address_box .div_span { display:none; } 
#main_ft .footer_box .footer_bottom > li { padding: 2px; } 
#main_ft .footer_box .footer_bottom .add_tit { font-weight: 600; padding-right: 10px; color: #d5d5d5; } 
#main_ft .footer_box .copyright { font-size: 1.4rem; width: 100%; } 
.footer_box .footer_bottom .right_box .address_box li::before { display: none; } 
.footer_box .right_box { display: flex; align-items: center; } 

 /* 개인정보처리방침 */
.about_popup .popup_info .art1 { padding: 20px; } 
.about_popup .popup_info { width: 80%; } 
.about_popup .popup_info .art1 .box1 h1 { font-size: 15px; } 
.about_popup .popup_info .art1 .box1 textarea { font-size: 13px; } 
.about_popup .popup_info .close_btn i { font-size: 13px; } 
.about_popup .popup_info .close_btn { top: -50px; padding: 10px; } 

 .footer_box .left_box ul { display: flex; justify-content: flex-start; } 
 .private_list { width: 100%; display: flex; justify-content: flex-start; } 
.footer_box .left_box, .footer_box .right_box { width: 100%; /* text-align: center; */text-align: left; } 
 .footer_box .left_box { padding-bottom: 1rem; text-align: center; margin-right: 0; } 
 .flex_box .tel_list { width: 100%; text-align: left; } 
 .quickmenu ul li { width: 50px; height: 50px; } 
 .footer_box .left_box ul li { width: 100%; text-align: left; padding: 0; } 
 .tel_list li { font-size: 2.2rem; text-align: left; display: block; width: 100%; margin-left:0; } 
 .private_list li { width: auto; } 
 .private_list li:first-child { margin-right: 2rem; } 
 }



