.header_all_wrap a { display: block; }
.header_all_wrap { display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 0px; position: fixed; width: 100%; height: 98px; left: 0px; top: 0px; z-index: 1004; transition: background-color 0.3s ease; }
.header_all_wrap.scroll { background-color: #333333; }
.header_wrap { width: 1920px; padding: 15px 80px; position: relative; top: 0px; left: 0px; z-index: 5; }
.header_mid { position: relative; top: 0px; left: 0px; padding: 0 0px; display: flex; align-items: center; width: 100%; justify-content: space-between; }
.header_mid_wrap{position:relative;}
.header_mid_wrap::after { position: absolute; top: 50%; right: 0; width: 100%; height: 100%; opacity: 0; background-color: #fff; border-radius: 100px; transform: translateY(-50%) scaleX(0); transform-origin: right center; content: ''; transition: all 0.4s ease; z-index:-1;}
/* .open .header_mid { padding: 0 200px 80px; } */
/* .logo_w * { fill: #fff; } */
.logo_w { display: none; }
.logo_wrap { left: 0px; width: 100%; max-width: 140px; top: 15px; transition:all 0.4s ease;}
.logo { position: relative; top: 0px; left: 0px; width: 100%; }
.logoImg { display: block; width: 159px; height: 39px; background: url(../images/main/logo_w.png); }
.scroll .logoImg { display: block; width: 159px; height: 39px; background: url(../images/main/logo_b.png); }
.lang_all_wrap { position: absolute; display: inline-block; vertical-align: middle; padding: 0 10px 0 0; text-align: left; }
.lang_box { position: fixed; top: 24px; right: 90px; z-index: 9999; display: flex; gap: 20px; }
.lang_sub_wrap { display: flex; /* margin-left: 110px; */
	position: absolute; right: 50px; }
.lang_sub_box.active a { position: relative; }
.lang_sub_box a { font-family: 'Poppins', sans-serif !important; font-size: 18px; font-weight: 500; color: #FFFFFF; height: 30px; display: flex; justify-content: center; align-items: center; gap: 6px; }
.lang_sub_box a:hover { color: #FF6B00 }
.header_show_wrap { border-top: 1px solid #eee; position: relative; top: 0px; left: 0px; z-index: 3; display: none; width: 100%!important; height: auto!important; }
.header_show .menu { position: relative; top: 0px; left: 0px; }
.header_show .menu_a { font-size: 30px; color: #000; position: absolute; top: 26px; left: 0px; font-weight: 700; opacity: 0.05; width: 220px; text-align: right; }
.header_show .sub_menu_wrap { padding-left: 250px; }
.header_show .sub_menu_wrap { display: flex; flex-direction: row; flex-wrap: nowrap; }
.header_show .sub_menu { padding: 30px 35px 30px; text-align: center;/* border-left: 1px solid #eee; */-webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.header_show .sub_menu_a { font-size: 18px; color: #000; font-weight: 600; }
.header_show .thd_menu_a { font-size: 15px; color: #666; font-weight: 400; line-height: 1.4; }
.header_show .thd_menu { padding-bottom: 10px; }
.header_show .thd_menu_a:hover { color: #1d59fc; }
.header_show .sub_menu:hover { background-color: #fafafa }
.header_all_wrap:hover .header_show_wrap { display: none; }
.top_nav { display: flex; flex-direction: row; margin: 0; width: 960px; height: 68px; background: rgba(241, 241, 241, 0.1); border-radius: 100px; flex: none; order: 1; flex-grow: 0; z-index: 1; border: 1px solid rgba(255, 255, 255, 0.08); transition:all 0.2s ease;}
.top_nav:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
.top_nav .menu { position: relative; top: 0px; left: 0px; vertical-align: top; }
.menu_list { display: flex; flex-direction: row; align-items: center; gap: 60px; margin-left: 60px; }
.top_nav .menu_a { font-family: 'Poppins', sans-serif !important; font-size: 18px; color: #FFFFFF; font-weight: 500; letter-spacing: -0.025rem; }
.top_nav .menu_a:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; font-size: large; }
.top_nav .menu_a span { font-family: 'Poppins', sans-serif !important; color: #FFFFFF; vertical-align: middle; line-height: 1.6; text-align: center; max-width: 100%; position: relative; top: 0px; left: 0px; white-space: nowrap; display: inline-block; }
.top_nav .menu_a span:hover { color: #FF6B00; }
.top_nav .sub_menu_a { line-height: 1.6; font-size: 15px; color: #aaa; text-align: center; border-bottom: none; padding: 10px 0; -webkit-transition: none; transition: none; font-weight: 600; }
.top_nav .sub_menu_wrap { width: 100%!important; position: relative; top: 100%; left: 0px; -webkit-transition: none; transition: none; text-decoration: none; display: none; padding: 0 !important; white-space: nowrap; }
/* === 2depth dropdown === */
.top_nav .menu { position: relative; }
.top_nav .sub_menu_wrap.depth2 { display: none; position: absolute; top: 150%; left: 50%; transform: translateX(-50%); width: max-content !important; min-width: max-content; background: transparent; padding: 15px 0 0 !important; z-index: 100; flex-direction: column; white-space: nowrap; }
.top_nav .sub_menu_wrap.depth2::before { content: ''; position: absolute; top: 15px; left: 0; right: 0; bottom: 0; background: #FF6B00; border-radius: 16px; z-index: -1; }
.top_nav .menu.depth2_open > .sub_menu_wrap.depth2 { display: flex; }
.top_nav .menu.depth2_open::after { content: ''; position: absolute; bottom: -15px; left: 0; right: 0; height: 15px; z-index: 99; }
.top_nav .sub_menu_wrap.depth2 .depth2_item { display: block; position: relative; z-index: 1; font-family: 'Poppins','Pretendard',sans-serif; font-size: 18px; font-weight: 400; color: #fff; padding: 10px 30px; opacity: 0.7; transition: opacity 0.2s ease; text-decoration: none; text-align: center; }
.top_nav .sub_menu_wrap.depth2 .depth2_item:first-child { padding-top: 30px; }
.top_nav .sub_menu_wrap.depth2 .depth2_item:last-child { padding-bottom: 30px; }
.top_nav .sub_menu_wrap.depth2 .depth2_item:hover, .top_nav .sub_menu_wrap.depth2 .depth2_item.active { opacity: 1; color: #fff; }
/* === nav-hover: mouseEnter 시 menu_list 흰 배경 + 검은 폰트 === */
.header_all_wrap.nav-hover .top_nav { background: #fff; border-color: #fff; }
.header_all_wrap.nav-hover .top_nav .menu_a, .header_all_wrap.nav-hover .top_nav .menu_a span { color: #222; }
.header_all_wrap.nav-hover .top_nav .lang_sub_box a { color: #222}



/* lang dropdown */
.lang_dropdown { position: absolute; display: inline-block; right: 50px; }
.lang_dropbtn { background: transparent; color: #fff; padding: 8px 12px; font-size: 16px; font-weight: 600; border: none; cursor: pointer; display: flex; align-items: center; min-width: 80px; justify-content: space-between; height: 66px; }
.header_all_wrap.nav-hover .lang_dropbtn { color: #333; }
.arrow_down { font-size: 8px; margin-left: 8px; transition: transform 0.3s; }
.lang_content { display: none; position: absolute; background-color: #fff; min-width: 90px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1); z-index: 1000; top: 100%; right: 0; border-radius: 4px; overflow: hidden; }
.lang_content::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 10px; background: transparent; }
.lang_content a { color: #333; padding: 10px 15px; text-decoration: none; display: block; font-size: 13px; text-align: center; border-bottom: 1px solid #f0f0f0; }
.lang_content a:last-child { border-bottom: none; }
.lang_content a:hover { background-color: #f8f8f8; color: #000; }
.lang_content a.active { font-weight: bold; color: #FF6B00; }
.lang_dropdown:hover .lang_content { display: block; }
.lang_dropdown:hover .arrow_down { transform: rotate(180deg); }
.scroll .lang_dropbtn { color: #000; }






.header_all_wrap.nav-hover .top_nav .menu:hover .menu_a span { color: #FF6B00; }
.top_nav .sub_menu_wrap > div:hover .sub_menu_a,.top_nav .sub_menu_wrap > div.active .sub_menu_a { color: #1d59fc; font-weight: 600; -webkit-transition: none; transition: none; }
.top_nav .menu:hover .menu_a, .top_nav .menu.active .menu_a span { color: #FF6B00; }
.top_nav .menu:hover .menu_a span:after { width: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
.top_nav .menu.active .menu_a span:after { width: 100%; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }
.top_nav .thd_menu_wrap { display: none; }
.top_nav .thd_menu_a { display: none; }
.m_menu_btn_wrap { position: absolute; top: 15px; right: 0px; height: 45px; width: 45px; z-index: 3}
.header_wrap .m_menu_btn_wrap .m_menu_btn { width: 45px; height: 45px; position: absolute; top: 50%; left: 0px; border-radius: 100px; background-color: #eeeeeee0; transform: translateY(-50%); display: flex; justify-content: center; align-content: center; align-items: center; }
.m_menu_wrap { width: 100%; height: 100%; position: fixed; top: 0px; left: 9999px; bottom: 0; z-index: 9999; background-color: #222; }
.m_menu_wrap a { display: block; color: #fff; }
.m_menu_wrap .sub_menu_wrap { display: none; width: 100%!important; font-size: 24px; text-align: left; height: auto !important; }
.m_menu_wrap .sub_menu_wrap .sub_menu_a:first-child { border-top: none; }
.m_menu_wrap .menu_a:hover { color: #1d59fc; }
.m_menu_wrap .sub_menu_wrap .sub_menu_a:hover { color: #fff; }
.m_menu_wrap .menu_a.menu_on { color: #1d59fc; }
.m_menu_inner { transform: translateY(-50%); position: relative; top: 45%; }
.m_lang_all_wrap { padding: 0 5%; }
.m_lang_sub_wrap { display: flex; gap: 20px; }
.m_lang_sub_wrap a { font-size: 16px; }
.m_lang_sub_box.active a { color: #FF6B00; font-weight: 700; }
.m_menu_btn { display: block; padding: 10px; }
.m_menu_btn span { display: inline-block; position: relative; }
.hd_menu { width: 80%; height: 10px;/* transform: translateY(-50%); */}
.hd_menu:after { content: ''; width: 100%; height: 2px; background-color: #000; display: block; position: absolute; top: 0; border-radius: 10px; }
.hd_menu:before { content: ''; position: absolute; bottom: 0; width: 60%; height: 2px; background-color: #000; display: block; border-radius: 10px; }
.sub_menu_a { display: none; }
.open .hd_search svg { fill: #000; }
.open .m_menu_btn span { color: #FF6B00; }
.sub_open .hd_search svg { fill: #000; }
.sub_open .hd_menu { border-top: 2px solid #000; border-bottom: 2px solid #000; }
.sub_open .m_menu_btn span { color: #FF6B00; }
.scroll .m_menu_btn span { color: #FF6B00; }
.main .logo_off { display: block}
.main .logo_on { display: none}
.main.scroll .logo_off { display: none}
.main.scroll .logo_on { display: block}
.main .open .logo_off { display: none}
.main .open .logo_on { display: block}
.w_tp .logo_on { display: inline-block; }
.w_tp .logo_off { display: none; }
.w_tp .m_menu_btn:before { background-color: #222; }
.w_tp .m_menu_btn:after { background-color: #222; }
.w_tp .top_nav .menu_a { color: #000; }
.sub .header_bar { display: none; }
/* .sub .header_all_wrap { background-color: #fff; } */
/* .open .header_all_wrap { background-color: #fff; border-bottom: 1px solid #eee; } */
.open .logo svg .cls-1 { fill: #FF6B00 }
/* .open .top_nav .menu_a span { color: #000; } */
.open .header_bar { display: block; }
.scroll .logo svg .cls-1 { fill: #FF6B00 }
.scroll .header_bar { display: block; }
/* .scroll .top_nav { opacity: 1; background-color: #fff; } */
.scroll .top_nav { opacity: 1; background-color: transparent; }
.scroll .top_nav .menu_a { color: #222; }
.scroll .top_nav .menu_a span { color: #222; }
.scroll .lang_sub_box.active a { color: #222; }
.scroll .header_mid_wrap{box-shadow:0 0 20px rgba(0,0,0,0.05);border-radius: 100px;}
.scroll .header_mid_wrap::after { opacity: 1; transform: translateY(-50%) scaleX(1); }
.scroll .logo_wrap{padding-left:60px;}





/* .on body { overflow: hidden; }
html.on { overflow: hidden; } */
.m_close_wrap { position: relative; top: 0px; left: 0px; padding: 20px; text-align: center; }
.m_close_btn { width: 40px; height: 30px; position: relative; top: 0px; left: 0px; display: inline-block!important; }
.m_close_btn:before, .m_close_btn:after { content: ""; display: block; position: absolute; width: 35px; height: 3px; background: #fff; top: 0; right: 0; bottom: 0; left: 0; margin: auto }
.m_close_btn:before { transform: rotate(-45deg); transition: all .3s ease }
.m_close_btn:after { transform: rotate(45deg); transition: all .3s ease .15s }
.m_menu { padding: 20px 5% }
.m_menu { display: grid; row-gap: 30px; column-gap: 0px; grid-template-columns: repeat(1, 1fr); align-items: stretch; }
.m_menu .menu { display: flex; flex-direction: column; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 20px; gap: 10px; position: relative; }
.m_menu .menu_a { display: flex; flex-wrap: nowrap; align-items: center; font-size: 30px; font-weight: 800; text-transform: uppercase; width: 210px; white-space: nowrap; }
.m_menu .sub_menu_wrap { width: 100%!important; display: none; }
.m_menu .sub_menu_wrap.depth2 { display: none !important; flex-direction: column; gap: 4px; padding: 10px 0 0 !important; }
.m_menu .menu.m_depth_open .sub_menu_wrap.depth2 { display: flex !important; }
.m_menu .sub_menu_wrap.depth2 .depth2_item { font-size: 16px; font-weight: 400; color: rgba(255,255,255,0.7); padding: 6px 0; text-decoration: none; }
.m_menu .sub_menu_wrap.depth2 .depth2_item:hover, .m_menu .sub_menu_wrap.depth2 .depth2_item.active { color: #FF6B00; }
.m_menu .sub_menu { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; gap: 50px; padding-bottom: 15px; }
.m_menu .sub_menu:last-child { padding-bottom: 0; }
.m_menu .sub_menu_a { display: flex; flex-wrap: nowrap; align-items: center; font-size: 18px; font-weight: 400; line-height: 1.4; text-transform: uppercase; white-space: nowrap; padding: 0; }
.m_menu .thd_menu_wrap { display: none; width: 100%; row-gap: 20px; column-gap: 50px; text-align: left; flex-wrap: wrap; }
.m_menu .thd_menu_a { height: 100%; width: 100%; align-items: center; justify-content: center; font-size: 16px; font-weight: 300; line-height: 1.4; opacity: 0.8; }
.m_menu .menu:hover .menu_a span { color: #FF6B00; }
.m_menu .sub_menu:hover .sub_menu_a span { color: #FF6B00; }
.m_menu .thd_menu_a:hover { opacity: 1 }
.m_menu .thd_menu_a:hover span { color: #ffb300; }


@media screen and (max-width:1920px) {
    .header_wrap{max-width:1920px;width:100%;padding:15px 5%;}
}

@media screen and (max-width:1700px) {
	.lang_box { right: 40px; }
}


@media screen and (max-width:1400px) {
	/* .header_wrap { padding: 0 30px; } */
	.header_mid_wrap { height: 80px; display: flex; }
	.header_show .sub_menu_a { font-size: 16px; }
	.header_show .thd_menu_a { font-size: 13px; }
	.header_show .sub_menu { padding: 30px 20px; }
	.sub_menu_video { width: 320px; }
	.header_show .sub_menu { flex-basis: 160px; }
	.header_show .menu_a { font-size: 24px; }
	.top_nav .menu_a:after { margin-top: 8px; }

    .scroll .header_all_wrap{height:100px;background:#fff;}
    .scroll .header_mid_wrap{box-shadow:none;}
    .scroll .header_mid_wrap::after{display:none;}
    .scroll .logo_wrap{padding-left:0;}
}
@media screen and (max-width:1400px) {
	.lang_all_wrap { display: none; }
	.top_nav { display: none; }
	.m_menu_btn_wrap { display: block !important; }
	.sub .header_mid { padding-right: 50px; }
	.sub .top_side { display: none; }
}
@media screen and (max-width:1400px) {
	.header_mid { padding: 0; }
	.header_show .sub_menu_wrap { padding-left: 140px; }
	.header_show .menu_a { width: 120px; }
	.header_show .sub_menu { min-height: inherit; }
	.sec_tit8 { font-size: 40px; }
	.sec_tit9 { font-size: 46px; }
	.sec_tit3 { font-size: 20px; }
}
@media (max-width:1200px) {
}
@media screen and (max-width:1260px) {
	.m_menu .sub_menu { display: flex ; flex-direction: column; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; padding-bottom: 10px; gap: 25px; }
}
@media screen and (max-width:1200px) {
	.sub_menu_vd_wrap { display: none; }
	.sub_menu_video { width: 260px; display: none; }
	.header_show .menu_a { font-size: 18px; }
	.bbbgap { height: 150px; }
	.bbgap { height: 100px; }
	.bgap { height: 70px; }
	.gap { height: 35px; }
	.sgap { height: 18px; }
	.ssgap { height: 13px; }
	.sssgap { height: 10px; }
	.ssssgap { height: 5px; }
	.bbbgap { height: 150px; }
	.bbgap { height: 100px; }
	.bgap { height: 70px; }
	.gap { height: 40px; }
	.sgap { height: 20px; }
	.ssgap { height: 10px; }
	.sssgap { height: 10px; }
	.ssssgap { height: 5px; }
	.sec_tit { font-size: 16px; }
}
@media screen and (max-width:1100px) {
	.sec_tit9 { font-size: 36px; }
	.sec_txt2 { font-size: 16px}
}
@media screen and (max-width:860px) {
	.span_logo { width: 63px; }
	.top_nav { display: none; }
	.header_show_wrap { display: none!important; }
	.logo_wrap { position: relative; max-width: 120px; top: 30%; transform: translateY(-50%); }
	.header_mid { padding: 0px !important; height: 100%; }
	.lang_box .lang_box_a { height: 27px; line-height: 27px; padding: 0 30px 0 15px; }
	.lang_sub_box a { height: 27px; line-height: 27px; }
	.lang_box .lang_box_a:after { top: 12px; right: 10px; }
	.m_menu_btn { height: 27px; line-height: 27px; padding: 0 15px; font-size: 13px; }
	.header_wrap { padding: 0 5%; }
}
@media (max-width:768px) {
	.biz__inner br { display: none; }
}
@media screen and (max-width:760px) {
	.sec_tit3 { font-size: 16px; }
	.sec_txt { font-size: 14px; }
	.sec_tit10 { font-size: 50px; }
	.sec_tit4 { font-size: 22px; }
	.sec_txt2 { font-size: 15px; }
	.m_menu .menu_a { font-size: 20px; }
	.main-slider .slide-item .slide-con { grid-template-columns: repeat(1, 1fr); }
	.main_wrap .txt_box { height: 40vh; }
}
@media screen and (max-width:650px) {
	.bbbgap { height: 80px; }
	.bbgap { height: 40px; }
	.bgap { height: 30px; }
	.gap { height: 25px; }
	.sgap { height: 18px; }
	.ssgap { height: 15px; }
	.sssgap { height: 8px; }
	.ssssgap { height: 5px; }

    .header_all_wrap{height:60px;}
    .scroll .header_all_wrap{height:60px;}
    .logo_wrap{position:relative;top:auto;transform:translateY(0);}
}
@media (max-width:520px) {
	.m_menu .menu { flex-direction: column; }
    
}
