/* Common **********************************************************************/
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); <-- 기존에 있던 것 */
/*  Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess   */

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	src: url('/assets/font/Pretendard-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	src: url('/assets/font/Pretendard-ExtraLight.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/assets/font/Pretendard-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('/assets/font/Pretendard-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('/assets/font/Pretendard-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('/assets/font/Pretendard-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('/assets/font/Pretendard-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/assets/font/Pretendard-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	src: url('/assets/font/Pretendard-Black.woff2') format('woff2');
}

@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

/* Common **********************************************************************/ 
html,body {width:100%; scroll-behavior: smooth;}
html {overflow-y:scroll; box-sizing:border-box;}
*, *:before, *:after{box-sizing:inherit;}
*{
-webkit-text-size-adjust:none;
-webkit-text-size-adjust - auto | none | N% (default auto)
}
body {word-break:break-all;-ms-word-break:break-all; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0; padding:0;}
fieldset,img {border:0px none; vertical-align:top;}
dl,ul,ol,menu,li {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
button {border:0 none; background-color:transparent; cursor:pointer;}
body { background:#fff;}
body,th,td,input,select,textarea,button {font-size:13px; line-height:1.6; font-family: 'Pretendard'; color:#7d7d7d;} 
input, select, textarea, button{vertical-align:middle; }
a:link,a:active,a:visited{color:#7d7d7d; text-decoration:none; border:0px;}
a:hover,a:focus{color:#333; text-decoration:none}

table {border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,em,var {font-style:normal; font-weight:normal;}
summary, caption, legend, hr {width:0; height:0; font-size: ; line-height: ; overflow: hidden; visibility: hidden; border: none; position:absolute; left:-1000em;}
caption {position:static;}

/* label hidden 처리 */
.invisible, .hide{overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; position:absolute;}
label.invisible{*position:Absolute;}

/* 로그인 */
.h2_tit01{font-size: 30px; color: #222; font-weight: 700;margin-bottom: 40px;text-align: center;}
.login_skin02{width: 540px;margin: 0 auto;}
.login_skin02 .login_wrap{width: 100%;}
.login_skin02 .login_wrap .input_wrap .input{display: flex;gap:20px;align-items: center;width: 100%; height: 55px; color: #252525;font-weight: 500;font-size: 16px;line-height: 54px;border: 1px solid #c9c9c9;border-radius: 12px;background-color: #fff;margin-bottom: 8px;padding: 0 30px;}
.login_skin02 .login_wrap .input_wrap .input input{border:0;width: calc(100% - 100px);font-size: 16px;color: #252525;}
.login_skin02 .login_wrap .input_wrap .input input::placeholder{font-size: 16px; color: #999; font-weight: 500;}
.login_skin02 .login_wrap .input_wrap .input input:focus{outline:0;background: #fff;}
.login_skin02 .login_wrap .input_wrap .input i{color: var(--co01);font-size: 18px;}


.login_skin02 .login_wrap .log_btn{width: 100%;height: 64px; border-radius: 12px; background: var(--co01);margin-top: 28px;}
.login_skin02 .login_wrap .log_btn:hover{filter: saturate(1.1);}
.login_skin02 .login_wrap .log_btn a{display: block;font-size: 16px; color: #fff; line-height: 64px;text-align: center;}

.login_skin02 .login_wrap .a_wrap{display: flex; justify-content: center;gap:48px;margin-top: 24px;}
.login_skin02 .login_wrap .a_wrap a{position: relative;font-size: 16px; color: #666;font-weight: 500;}
.login_skin02 .login_wrap .a_wrap a:not(:last-child)::after{content:'';position: absolute; top: 50%;transform:translateY(-50%); right: -24px; height: 12px;width: 1px; background: #666;}


/* 개인정보이용약관 동의*/
.agree_wrap{width: 540px;margin: 0 auto;line-height: 1;}
.agree_wrap .con:not(:last-child){margin-bottom: 30px;}
.agree_wrap .con .txt_box{width: 100%;height: 300px;padding: 20px;margin-top: 10px;border:1px solid #ddd;border-radius:6px;overflow-y:scroll;}
.agree_wrap .con .txt_box::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
.agree_wrap .con .txt_box::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #999; /* 스크롤바의 색상 */border-radius: 10px;}
.agree_wrap .con .txt_box::-webkit-scrollbar-track {background: transparent;  /*스크롤바 뒷 배경 색상*/}
.agree_wrap .con .txt_box .txt:not(:last-child){margin-bottom: 20px;}
.agree_wrap .con .txt_box .txt strong{display: block;font-size: 16px; color: #333; font-weight: 700;margin-bottom: 10px;}
.agree_wrap .con .txt_box .txt p{font-size: 16px; color: #666; line-height: 24px;}
.agree_wrap .btn_wrap{display: flex; align-items: center; justify-content: center;gap:10px;margin-top: 40px;}
.agree_wrap .btn_wrap a{display: flex; align-items: center; justify-content: center;width: 140px; height: 46px;font-size: 16px; color: #333; font-weight: 500; border:1px solid #ddd; border-radius:6px;}
.agree_wrap .btn_wrap a.btn01{background: var(--co01); border:1px solid var(--co01);color: #fff;}

/* 회원가입 */
.join_wrap{width: 540px;margin: 0 auto;line-height: 1;}
.join_wrap .con:last-child{padding-top: 40px;border-top: 1px solid #ddd;}
.join_wrap .con:not(:last-child){margin-bottom: 40px;}
.join_wrap .con .tit{border-bottom: 2px solid #333;padding-bottom: 20px; margin-bottom: 20px;}
.join_wrap .con .tit p{font-size: 28px; color: #333; font-weight: 700;}
.join_wrap .con ul li{display: flex; align-items: center;}
.join_wrap .con ul li:not(:last-child){margin-bottom: 20px;}
.join_wrap .con ul li p{width: 135px; font-size: 16px; color: #333;font-weight: 700;}
.join_wrap .con ul li p em{color: var(--co01);font-weight: 700;}
.join_wrap .con ul li input[type="text"]{width: calc(100% - 135px); height: 40px; border-radius:6px; border:1px solid #ddd;padding: 0 20px;font-size: 15px; color: #555;}
.join_wrap .con ul li input[type="password"]{width: calc(100% - 135px); height: 40px; border-radius:6px; border:1px solid #ddd;padding: 0 20px;font-size: 15px; color: #555;}
.join_wrap a.btn{display: flex; align-items: center; justify-content: center;width: 100%; height: 46px; background: var(--co01); color: #fff;font-size: 16px; font-weight: 500; border-radius:6px;margin-top: 40px;}


.center{text-align:center;}
.pc_img {display:block;}
.tab_img {display:none;}
.mob_img {display:none;}
.pc {display:block;}
.tab {display:none;}
.mob {display:none;}


:root {
  --co01: #e24848;
}

::selection{background: var(--co01); color: #fff;}

/* ==main== */
#wrap{ position: relative; width: 100%; max-width: 100%; min-width: 1450px;  margin: 0 auto; overflow: hidden;word-break: keep-all;}
.inner{width: 1400px; margin: 0 auto; max-width:100%;}

@media screen and (max-width:1650px) {
.inner{padding: 0 2.6%;}

}

.fp{font-family: "Play", sans-serif;}

/* header */
#header{position: relative;line-height: 1; z-index: 7000;}
#header .inner{width: 1600px;}
#header .h_top{display: flex;align-items: center;justify-content: flex-end; height: 55px;}
#header .h_top .online_btn{display: flex;align-items: center;justify-content: center; width: 145px; height: 35px; font-size: 15px; color: var(--co01); font-weight: 600; border-radius:17px; border:1px solid var(--co01);}
#header .h_top .lan_wrap{position: relative;margin:0 20px;z-index: 100;}
/*#header .h_top .lan_wrap em{display: flex;align-items: center;gap:6px;padding-right: 22px;font-size: 15px; color: #333;cursor:pointer;}
#header .h_top .lan_wrap em::after{content:'';position: absolute; right: 0; top: 50%;transform:translateY(-50%); background: url(/assets/images/main/lan02_icon_pc.png)center no-repeat; width: 12px; height: 7px; background-size: cover;transition:.4s;}
#header .h_top .lan_wrap em.on::after{transform:translateY(-50%) rotate(180deg); }
#header .h_top .lan_wrap ul{display: none;position: absolute; top: calc(100% + 10px); width: 100%;}
#header .h_top .lan_wrap ul li:not(:last-child){margin-bottom: 10px;}*/
#header .h_top .lan_wrap ul{display:flex; align-items:center; justify-content:space-between;}
#header .h_top .lan_wrap ul li a{display: block;font-size: 15px; color: #333;padding-right: 10px;text-align: right; border-right:1px solid #ddd;}
#header .h_top .lan_wrap ul li:last-child a{padding-left: 10px; padding-right: 0; border-right:0px solid #ddd;}
#header .h_top .member_wrap{display: flex;align-items: center;gap:24px;margin-left: 12px;}
#header .h_top .member_wrap a{position: relative;display: block;font-size: 15px; color: #999; font-weight: 300;}
#header .h_top .member_wrap a.log_btn{color: #666;}
#header .h_top .member_wrap a:not(:last-child)::after{content:'';position: absolute; right: -13px; top: 50%; transform:translateY(-50%);width: 1px; height: 10px; background: #ddd;}
#header .h_top .search_wrap{display: flex;align-items: center;margin-left: 30px;width: 220px; height: 35px; padding: 0 15px; border:1px solid #ddd; border-radius:17px;}
#header .h_top .search_wrap input[type="text"]{width: calc(100% - 25px);font-size: 15px; color: #999;border:0;}
#header .h_top .search_wrap input[type="text"]::placeholder{font-size: 15px; color: #999;}
#header .h_top .search_wrap input[type="text"]:focus{outline:0;}
#header .h_top .search_wrap .search_btn{width: 25px; }
#header .h_top .search_wrap .search_btn img{margin-left: auto;}
#header .h_top .link_btn{display: block;margin-left: 10px;}

#header .h_bot{display: flex;align-items: center; justify-content: space-between;position: relative; height: 80px;}
#header .h_bot .gnb{display: flex;padding-right: 75px;}
#header .h_bot .gnb > li{position: relative;padding: 31px 35px;}
#header .h_bot .gnb span a{display: block;font-size: 18px; color: #333; font-weight: 500;}

/* navi */
.nav_btn{position: absolute; right: 0; top: 50%; transform:translateY(-50%);display: block;width: 40px; height: 30px;}
.nav_btn::before{content:'';position: absolute;right: 0; top: 0;width: 100%;height: 3px;background: #333;transition:.4s;}
.nav_btn::after{content:'';position: absolute; right: 0; bottom: 0;width: 100%;height: 3px;background: #333;transition:.4s;}
.nav_btn span{display: block;position: absolute; right: 0; top: 50%; transform:translateY(calc(-50% + 0.5px));width: 100%;height: 3px;background: #333;}

#header.nav .gnb span a{pointer-events: none;}
#header.nav .nav_btn::before{animation:navAni01 .6s ease  forwards;}
#header.nav .nav_btn::after{animation:navAni02 .6s ease forwards;}
#header.nav span{animation:navAni03 .6s ease forwards;}

#header.close .nav_btn::before{animation:navAni01 .6s ease reverse forwards;}
#header.close .nav_btn::after{animation:navAni02 .6s ease reverse forwards;}
#header.close span{animation:navAni03 .6s ease reverse forwards;}

@keyframes navAni01 {
0%{top: 0; transform: rotate(0deg);}
50%{top: 13px;transform:rotate(0deg);}
100%{top: 13px;transform:rotate(45deg);}
}

@keyframes navAni02 {
0%{bottom: 0; transform: rotate(0deg);}
50%{bottom: 13px;transform:rotate(0deg);}
100%{bottom: 13px;transform:rotate(-45deg);}
}

@keyframes navAni03 {
0%{opacity: 1;}
50%{opacity: 0;}
100%{opacity: 0;}
}

.navigation{display: none;position: absolute;top: 135px;right: 0;width: 1240px; height: calc(100vh - 60px);z-index: 8000;padding: 100px 150px;background: #fff; box-shadow: 6px 6px 12px rgba(0,0,0,.15);line-height: 1;}
.navigation .menu_wrap .menu{display: flex;align-items: center;	}
.navigation .menu_wrap .menu:not(:last-child){margin-bottom: 80px;}
.navigation .menu_wrap .menu h3{width: 210px;}
.navigation .menu_wrap .menu h3 a{font-size: 32px; color: #333; font-weight: 700;}
.navigation .menu_wrap .menu ul{display: flex;gap:40px;width: calc(100% - 210px);}
.navigation .menu_wrap .menu ul li a{position: relative;font-size: 18px; color: #666;transition:.3s;}
.navigation .menu_wrap .menu ul li:hover a{color: var(--co01);}
.navigation .menu_wrap .menu ul li:not(:last-child) a::after{content:'';position: absolute; right: -21px; top: 50%; transform:translateY(-50%);width: 4px; height: 4px; background: #ddd; border-radius:50%;}

/* visual_wrap */
#visual_wrap{position: relative;height: 845px; line-height: 1;max-width: 1920px;}
#visual_wrap .swiper-slide{overflow: hidden;}
#visual_wrap .slide-inner{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;background-position: center;}
#visual_wrap .swiper-slide .btn_wrap{position: absolute;left: 0;bottom: 230px;width: 100%;}
#visual_wrap .swiper-slide .btn{display: flex;align-items: center;justify-content: center;width: 200px; height: 56px;background: #333;font-size: 18px; font-weight: 700; color: #fff;transition: all .3s cubic-bezier(0.250, 0.250, 0.455, 1.175);}
#visual_wrap .swiper-slide .btn:hover{letter-spacing:1px}

#visual_wrap .visual_items{position: absolute; bottom: 60px;right: 260px;z-index: 100;display: flex;align-items: center;gap:30px;}
#visual_wrap .visual_items .swiper-pagination{position: initial;display: flex;gap:30px;}
#visual_wrap .visual_items .swiper-pagination-bullet{width: 10px; height: 10px;background: #bbb;opacity: 1;transition:.3s;}
#visual_wrap .visual_items .swiper-pagination-bullet::after{content:'';position: absolute;top: 50%; left: 50%; transform:translate(-50%,-50%);width: 18px; height: 18px; background: var(--co01); opacity: 0; border-radius:50%;transition:.3s;}
#visual_wrap .visual_items .swiper-pagination-bullet-active{position: relative;background: var(--co01);opacity: 1;}
#visual_wrap .visual_items .swiper-pagination-bullet-active::after{opacity: .3;}
#visual_wrap .visual_items .arr_wrap{display: flex; align-items: center;gap:20px;}
#visual_wrap .visual_items .vis_pause{margin-left: 10px;}

#visual_wrap .scroll{position: absolute;left: 50%;transform:translateX(-50%);bottom: 60px;z-index: 100;padding-bottom: 42px;}
#visual_wrap .scroll p{font-size: 16px; color: #333; font-weight: 700;}
#visual_wrap .scroll::after{content:'';position: absolute; bottom: 0; left: 50%;transform:translateX(-50%);width: 6px; height: 40px;background: linear-gradient(180deg,rgba(255, 255, 255, 0) 15%, rgba(51, 51, 51, .8) 115%); border-radius:3px;}
#visual_wrap .scroll::before{content:'';position: absolute; bottom: 30px; left: 50%;transform:translateX(-50%);width: 6px; height: 6px; border-radius:50%;background: #333;animation: scrAni01 1s ease alternate infinite;}
@keyframes scrAni01 {
0%{bottom: 30px;}
100%{bottom: 0px;}
}

@media screen and (max-width:1700px) {
#visual_wrap .visual_items{right: 2.6%;}
}

@media screen and (max-width:1520px) {
#visual_wrap .swiper-slide .btn_wrap{width: 100%;}
#visual_wrap .swiper-slide .btn_wrap .inner{padding: 0;}
}

/* section */
.section{padding: 100px 0;line-height: 1;}
.section .sec_tit{display: flex;align-items: center; justify-content: space-between; margin-bottom: 60px;}
.section .sec_tit .txt span{display: block;font-size: 20px; color: var(--co01); font-weight: 700; margin-bottom: 10px;}
.section .sec_tit .txt p{font-size: 45px; color: #333; font-weight: 700;line-height: 65px;}
.section .sec_tit a.more_btn01{display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius:50%; background: #f5f5f5;}
.section .sec_tit a.more_btn01 img{transition: all .3s cubic-bezier(0.250, 0.250, 0.455, 1.175);}
.section .sec_tit a.more_btn01:hover img{transform:rotate(180deg);}

/*section01*/
#section01 .inner{width: 1200px;}
#section01 .box_wrap{display: flex;gap:50px 30px;flex-wrap:wrap;}
#section01 .box_wrap .box{position: relative;	width: calc((100% - 90px) / 4);}
#section01 .box_wrap .box .img_wrap{position:relative; width:100%; padding-bottom:59.091%;background: #fff; border:1px solid #ddd; border-radius:12px; overflow: hidden;}
#section01 .box_wrap .box .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
#section01 .box_wrap .box .txt_wrap{margin-top: 40px;}
#section01 .box_wrap .box .txt_wrap .txt{position: relative;	padding-top: 30px;}
#section01 .box_wrap .box .txt_wrap .txt::after{content:'';position: absolute;top: 0; left: 0; width: 40px; height: 3px; background: var(--co01);}
#section01 .box_wrap .box .txt_wrap p{font-size: 28px; color: #333; font-weight: 700;}
#section01 .box_wrap .box .txt_wrap span{display: block;font-size: 18px; color: #666;margin-top: 18px;}
#section01 .box_wrap .box .txt_wrap .view_btn{position: absolute;top: 0;left: 0;display: flex; align-items: center; justify-content: center; width: 70px; height: 70px;font-size: 16px; color: #333; line-height: 16px; border-radius:50%; background: #f5f5f5;text-align: center;transform: translate(300%, 295%);transition: transform 0.2s ease, background-color .5s;z-index: 5;}
#section01 .box_wrap .box:hover .txt_wrap .view_btn{background: var(--co01);color: #fff;}

/* section02 */
#section02{padding: 0;}
#section02 .sec02_slide .img_wrap{width: 100%; height: 700px; background: #dad9d9;}
#section02 .sec02_slide .img_wrap img{width: 100%;height: 100%; object-fit:cover;max-width: 1920px;margin: 0 auto;}
#section02 .sec02_slide .btn_wrap{position: absolute;width: 100%;left: 0;bottom: 160px;}
#section02 .sec02_slide .btn_wrap .inner{width: 1200px;padding: 0;}
#section02 .sec02_slide .btn_wrap .btn{display: flex;align-items: center;justify-content: center;width: 200px; height: 56px;background: #333;font-size: 18px; font-weight: 700; color: #fff;transition: all .3s cubic-bezier(0.250, 0.250, 0.455, 1.175);}
#section02 .sec02_slide .btn_wrap .btn:hover{letter-spacing:1px}
#section02 .sec02_slide .slick-prev{position: absolute;left: 260px; top: 50%; transform:translateY(-50%); background: url(/assets/images/main/main_prev02_pc.png)center no-repeat;text-indent: -9999px;z-index: 100; width: 40px; height: 10px;}
#section02 .sec02_slide .slick-next{position: absolute;right: 260px; top: 50%; transform:translateY(-50%); background: url(/assets/images/main/main_next02_pc.png)center no-repeat;text-indent: -9999px;z-index: 100; width: 40px; height: 10px;}
#section02 .sec02_slide .slick-dots{display: flex;gap:30px;position: absolute; left: 50%; transform:translateX(-50%); bottom: 65px;}
#section02 .sec02_slide .slick-dots li{position: relative;width: 10px; height: 10px; border-radius:50%;background: #999;text-indent: -9999px;transition:.3s;}
#section02 .sec02_slide .slick-dots li::after{content:'';position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 18px; height: 18px; background: var(--co01); opacity: 0;border-radius:50%;transition:.3s;}
#section02 .sec02_slide .slick-dots li.slick-active{background: var(--co01);}
#section02 .sec02_slide .slick-dots li.slick-active::after{opacity: .3;}

@media screen and (max-width:1900px) {
#section02 .sec02_slide .slick-prev{left: 2.6%; }
#section02 .sec02_slide .slick-next{right: 2.6%; }
}

/* section03 */
#section03 .box_wrap{display: flex;gap:10px;}
#section03 .box_wrap .box{position: relative;flex:1;height: 440px;border-radius:30px; overflow: hidden;transition: all .5s;}
#section03 .box_wrap .box .img_wrap{width: 100%; height: 100%; filter:brightness(.5);transition:.5s;}
#section03 .box_wrap .box .img_wrap img{width: 100%; height: 100%; object-fit:cover;}
#section03 .box_wrap .box .txt_wrap{position: absolute;top: 30px;left: 92px;pointer-events: none;z-index: 100;transition: .4s;}
#section03 .box_wrap .box .txt_wrap p{display: flex;flex-direction: column;justify-content: flex-end;font-size: 28px;color: #fff;font-weight: 700;transform: rotate(90deg);transform-origin: left top;min-width: 200px;min-height: 72px;line-height: 36px;transition: .4s;text-shadow: 2px 2px 10px rgba(0, 0, 0, .6);}
#section03 .box_wrap .box em{opacity: 0;position: absolute;top: 30px;right: 30px;z-index: 100;display: flex;align-items: center;justify-content: center;width: 70px; height: 70px;font-size: 16px; color: #fff; background: rgba(255,255,255,.2); border-radius:50%;backdrop-filter: blur(4px);transition:.4s;text-align: center;}
#section03 .box_wrap .box em:hover{background: var(--co01);}

#section03 .box_wrap .box.on{flex:3.58;}
#section03 .box_wrap .box.on .img_wrap{filter:brightness(1);}
#section03 .box_wrap .box.on .txt_wrap{top: calc(100% - 100px);left: 30px;}
#section03 .box_wrap .box.on .txt_wrap p{transform: rotate(0deg);}
#section03 .box_wrap .box.on em{opacity: 1;}

/* section04 */
#section04{background: url(/assets/images/main/sec04_bg01_pc.jpg)center no-repeat;height: 700px; background-attachment: fixed;}
#section04 .inner{height: 100%;}
#section04 .con{position: relative;height: 100%;}
#section04 .logo_wrap{position: absolute;z-index: 100;}
#section04 .logo_wrap::after{content:'';position: absolute; left: calc(100% + 20px);top: 50%; transform:translateY(-50%);width: 0px; height: 2px;background: #fff;transition:1s;}
#section04 .logo_wrap.on::after{width: 120px; }

#section04 .txt_wrap{position: absolute;right: 0;bottom: 0px;text-align: right;z-index: 100;}
#section04 .txt_wrap span{display: block;font-size: 20px; color: #fff;font-weight: 700;}
#section04 .txt_wrap strong{display: block;font-size: 45px; color: #fff; font-weight: 700;margin: 15px 0px 45px;line-height: 65px;}
#section04 .txt_wrap p{font-size: 18px;	color: #fff; line-height: 32px;}

/* section05 */
#section05 .slide_items05{display: flex;align-items: center;gap:30px;}
#section05 .slide_items05 .numcount{display: flex;align-items: center;gap:28px;}
#section05 .slide_items05 .numcount span{font-size: 16px; color: #999; font-weight: 700;}
#section05 .slide_items05 .numcount span::before{content:'0';}
#section05 .slide_items05 .numcount span.now{position: relative;color:var(--co01);}
#section05 .slide_items05 .numcount span.now::after{content:'';position: absolute; right: -14px; top: 50%; transform:translateY(-50%) rotate(20deg);width: 2px; height: 16px;background: #ddd;}
#section05 .slide_items05 .dots_wrap{position: relative;text-indent: -9999px;width: 200px; height: 3px; background: #ddd;}
#section05 .slide_items05 .dots_wrap li{position: absolute; top: 0; left: 0; width: 0%;height: 100%; background: var(--co01);}
#section05 .slide_items05 .dots_wrap li.slick-active{animation:dotsAni01 5s linear forwards;}
#section05 .slide_items05 .arr_wrap{display: flex; gap:20px;align-items: center;}
@keyframes dotsAni01{
0%{width: 0%;}
100%{width: 100%;}
}

#section05 .inner{position: relative;padding: 0;}
#section05 .inner::before{content:'';position: absolute;left: -300px;bottom: 0;width: 300px;height: 440px;background: #fff;z-index: 100;}
#section05 .inner::after{content:'';position: absolute;right: -300px;bottom: 0;width: 300px;height: 440px;background: rgba(255,255,255,.5);z-index: 100;}
#section05 .slick-list{overflow: visible;}
#section05 .slide_wrap ul li{width: 320px;margin-right: 40px;}
#section05 .slide_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:100%; border-radius:12px; overflow: hidden;transition: all .3s cubic-bezier(0.250, 0.250, 0.455, 1.175);}
#section05 .slide_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;transition:.3s;}
#section05 .slide_wrap ul li .txt_wrap{margin-top: 30px;}
#section05 .slide_wrap ul li .txt_wrap p{font-size: 18px; color: #333; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section05 .slide_wrap ul li .txt_wrap span{display: block;font-size: 16px; color: #999; margin-top: 20px;}
#section05 .slide_wrap ul li em{opacity: 0;position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);display: flex; align-items: center; justify-content: center;width: 70px; height: 70px; border-radius:50%;background: rgba(255,255,255,.2);font-size: 16px; color: #fff;font-family: "Play", sans-serif;text-align: center;transition:.5s;}
#section05 .slide_wrap ul li:hover .img_wrap{border-radius:12px 140px 140px 12px;}
#section05 .slide_wrap ul li:hover .img_wrap img{filter: brightness(0.5);}
#section05 .slide_wrap ul li:hover em{opacity: 1;}

/* section06 */
#section06{padding-top: 0px;}
#section06 .con_wrap{display: flex;align-items: center;justify-content: space-between;padding: 100px;background: url(/assets/images/main/sec06_bg01_pc.jpg)center no-repeat; background-size: cover; border-radius:30px;}
#section06 .con_wrap .sec_tit .txt span{color: #fff;}
#section06 .con_wrap .sec_tit .txt p{color: #fff;}
#section06 .con_wrap .txt_wrap strong{font-size: 18px; line-height: 32px; font-weight: 400;margin-top: 50px;color: #fff;}
#section06 .con_wrap .btn_wrap{display: flex;gap:12px;}
#section06 .con_wrap .btn_wrap a{display: flex; align-items: center; justify-content: center; flex-direction: column;gap:24px;width: 160px; height: 160px; border:1px solid rgba(255,255,255,.5); border-radius:50%;transition:.5s;}
#section06 .con_wrap .btn_wrap a p{font-size: 18px; color: #fff; font-weight: 700;}
#section06 .con_wrap .btn_wrap a:hover{background: var(--co01);border:1px solid var(--co01);}

.f_pop{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0,0,0,.3);z-index: 9999;}
.f_pop .x_btn{position: fixed;top: 50px;right: 100px;color: #fff;font-size: 40px;}
.f_pop .pop_box{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 1200px; height: 700px; background: #fff; border-radius: 20px;padding: 60px;}
.f_pop .pop_box02{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 1200px; background: #fff; border-radius: 20px;padding: 60px;}
.pop_box h2{font-size:30px; color:#222; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd; text-align:center;}	
.pop_box .txt_box{overflow-y:scroll; height:460px;}
.pop_box .txt_box h4.member_guide_tit{font-size:18px; margin-top: 20px; color:#222; font-weight:600;}
.pop_box .guide_type1 {padding-left: 10px; margin-top: 5px;}
.pop_box .guide_type2 {padding-left: 15px; margin-top: 5px;}
.pop_box .txt_box .guide_type1 > li{margin-bottom: 5px; font-size: 18px; color: #555; line-height: 1.4;}
.pop_box .guide_type2 > li {margin-bottom: 3px; font-size: 18px; color: #555; line-height: 1.4;}
.pop_box02 h2{font-size:30px; color:#222; padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd; text-align:center;}	
.pop_box02 .txt_box p{font-size:18px; color:#555;}

.pop_box .txt_box .txt{margin-bottom: 30px;}
.pop_box .txt_box strong{font-size: 18px; color: #222;}
.pop_box .txt_box p{font-size:18px; color:#555;}

/* footer */
#footer{line-height: 1;border-top: 1px solid #ddd;}
#footer .inner{width: 1600px;}
#footer .f_top{border-bottom: 1px solid #ddd;padding: 25px 0;}
#footer .f_top .inner{display: flex;align-items: center;justify-content: space-between;}
#footer .f_top .a_wrap{display: flex;gap:28px;}		
#footer .f_top .a_wrap a{font-size: 18px;color: #666;}
#footer .f_top .a_wrap a.pri{color: #333;}
#footer .f_top .top_btn{display: flex;align-items: center;gap:10px;font-size: 18px; color: #333; font-weight: 700;}

#footer .f_bot{padding: 70px 0;}
#footer .f_bot .inner{display: flex; align-items: center; justify-content: space-between;}
#footer .f_bot address p{font-size: 18px; color: #666; line-height: 36px;}
#footer .f_bot address p span{display: inline-block;margin-right: 10px;}
#footer .f_bot address p i{display: inline-block;width: 55px; }
#footer .f_bot address p.copy{font-size: 18px; color: #999;margin-top: 30px;}

/* =====sub========================================================================= */
#sub_visual_wrap{position: relative;line-height: 1;}
#sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 100%;text-align: center;}
#sub_visual_wrap .txt_wrap h3{font-size: 65px; color: #fff;font-weight: 700;}

.tab_menu_pc{position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(51,51,51,.8);}
.tab_menu_pc ul{display: flex;align-items: center; justify-content: center;gap:55px;}
.tab_menu_pc ul li a{display: flex;align-items: center;position: relative;font-size: 18px; color: #fff;font-weight: 500;transition:.4s;height: 80px;}
.tab_menu_pc ul li a::after{content:'';position: absolute; bottom: 0;left: 50%; transform:translateX(-50%); width: 0%; height: 3px;background: var(--co01);transition:.4s;}
.tab_menu_pc ul li.on a{color: var(--co01);}
.tab_menu_pc ul li.on a::after{width: 100%;}
.tab_menu_pc ul li:hover a{color: var(--co01);}
.tab_menu_pc ul li:hover a::after{width: 100%;}

.tab_menu_mob{display: none;}

/* depth03 */
.depth03_wrap{line-height: 1;margin-bottom: 80px;}
.depth03_wrap ul{display: flex;	border-radius:32px;border:1px solid #ddd;overflow: hidden;}
.depth03_wrap ul li{flex:1;transition:.3s;}
.depth03_wrap ul li:not(:last-child){border-right: 1px solid #ddd;}
.depth03_wrap ul li.on{background: var(--co01); border:1px solid var(--co01);}
.depth03_wrap ul li.on a{color: #fff;font-weight: 700;}
.depth03_wrap ul li:hover{background: var(--co01); border:1px solid var(--co01);}
.depth03_wrap ul li:hover a{color: #fff;}
.depth03_wrap ul li a{display: flex;align-items: center; justify-content: center;font-size: 18px; color: #666;height: 64px;transition:.3s;}

#sub_contents{position: relative;padding: 120px 0;}

/* 공통 */
h3.h3_tit01{position: relative;font-size: 35px;color: #333; font-weight: 700;padding-left: 45px; margin-bottom: 40px;}
h3.h3_tit01::after{content:'';position: absolute; top: 6px; left: 0; background: url(/assets/images/sub/txt_icon01.png)center no-repeat; width: 24px; height: 24px; background-size: cover;}

.ul_txt_st01 li{position: relative;padding-left: 20px;font-size: 18px; color: #666; line-height: 32px;}
.ul_txt_st01 li::after{content:'';position: absolute; left: 0; top: 13px; width: 5px; height: 5px;background: var(--co01); border-radius:50%;}

table.tbl01{width: 100%;border-top: 2px solid #333;}
table.tbl01 tr{border-bottom: 1px solid #ddd;}
table.tbl01 th{font-size: 18px; padding: 15px 30px; color: #222; font-weight: 400;background: #f5f5f5;}
table.tbl01 td{font-size: 18px; padding: 15px 30px;color: #666; font-weight: 400;}

input.ra_st01{display: none;}
input.ra_st01 + label{position: relative;padding-left: 30px;font-size: 18px; color: #666;}
input.ra_st01 + label::after{content:'';position: absolute;left: 0; top: 50%; transform:translateY(-50%);width: 18px; height: 18px; border:1px solid #ddd; border-radius:50%;}
input.ra_st01:checked + label::after{border:5px solid var(--co01);}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con_wrap{display: flex;gap:120px; align-items: center; justify-content: space-between;}
.sub0101_wrap .con_wrap .txt_wrap .tit{margin-bottom: 40px;}
.sub0101_wrap .con_wrap .txt_wrap .tit strong{display: block;font-size: 45px; color: #333; font-weight: 700; line-height: 55px;} 
.sub0101_wrap .con_wrap .txt_wrap .tit p{font-size: 28px; color: #666;margin-top: 30px;}
.sub0101_wrap .con_wrap .txt_wrap .tit p b{color: var(--co01);}
.sub0101_wrap .con_wrap .txt_wrap .txt p{font-size: 18px; color: #666; line-height: 32px;}
.sub0101_wrap .con_wrap .txt_wrap .txt p:not(:last-child){margin-bottom: 25px;}
.sub0101_wrap .con_wrap .txt_wrap .bot{display: flex;align-items: center;gap:20px;margin-top: 70px;}
.sub0101_wrap .con_wrap .txt_wrap .bot span{font-size: 18px; color: #333;}
.sub0101_wrap .con_wrap .txt_wrap .bot p{font-size: 28px; color: #333; font-weight: 700;letter-spacing:2px;}
.sub0101_wrap .bg_txt{position: absolute;bottom: 120px;right: 0;z-index: -1;}
.sub0101_wrap .bg_txt p{font-size: 180px; color: #f5f5f5; font-weight: 700; text-transform:uppercase;}

/* sub0102 */
.sub0102_wrap{line-height: 1;}
.sub0102_wrap .con_wrap{display: flex; }
.sub0102_wrap .con_wrap .tab-menu-wrap{width: 400px;}
.sub0102_wrap .con_wrap .tab-menu-wrap a{display: block; width: fit-content;font-size: 45px; color: #333; font-weight: 700;transition:.4s;}
.sub0102_wrap .con_wrap .tab-menu-wrap a:not(:last-child){margin-bottom: 30px;}
.sub0102_wrap .con_wrap .tab-menu-wrap a.on{color: var(--co01);}
.sub0102_wrap .con_wrap .tab-menu-wrap a:hover{color: var(--co01);}
.sub0102_wrap .con_wrap .tab-container{width: calc(100% - 400px);}
.sub0102_wrap .con_wrap .his_wrap .his{display: flex;padding: 50px 0;border-bottom: 1px solid #ddd;}
.sub0102_wrap .con_wrap .his_wrap .his:first-child{padding-top: 0;}
.sub0102_wrap .con_wrap .his_wrap .his:last-child{border-bottom: 0;}
.sub0102_wrap .con_wrap .his_wrap .his strong{display: block;font-size: 28px; color: #333; font-weight: 700; width: 215px;}
.sub0102_wrap .con_wrap .his_wrap .his ul.ul_txt_st01{width: calc(100% - 215px); transform: translateY(-4px);}

/* sub0106 */
.sub0106_wrap{line-height: 1;}
.sub0106_wrap .con_wrap{display: flex;align-items: center;gap:80px;}
.sub0106_wrap .con_wrap .map_con{width: 780px;}
.sub0106_wrap .con_wrap .map_wrap{position:relative; width:100%; padding-bottom:64.103%;overflow: hidden; border-radius:12px;}
.sub0106_wrap .con_wrap .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0106_wrap .con_wrap .txt_con{width: calc(100% - 860px);}
.sub0106_wrap .con_wrap .txt_con .tit{padding-bottom: 30px; margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.sub0106_wrap .con_wrap .txt_con .tit strong{display: block;font-size: 35px; color: #333; font-weight: 700; margin-bottom: 30px;}
.sub0106_wrap .con_wrap .txt_con .tit p{position: relative;padding-left: 30px;font-size: 20px; color: #333; line-height: 34px;font-weight: 700;}
.sub0106_wrap .con_wrap .txt_con .tit p::after{content:'';position: absolute; left: 0; top: 5px; background: url(/assets/images/sub/pin_icon01.png)center no-repeat; width: 18px; height: 23px;}
.sub0106_wrap .con_wrap .txt_con ul li{display: flex;}
.sub0106_wrap .con_wrap .txt_con ul li:not(:last-child){margin-bottom: 30px;}
.sub0106_wrap .con_wrap .txt_con ul li p{width: 100px;font-size: 20px; color: #333; font-weight: 700;}
.sub0106_wrap .con_wrap .txt_con ul li span{display: block;width: calc(100% - 100px);font-size: 18px; color: #666;}
.sub0106_wrap .con_wrap .txt_con ul li span a{display: flex;align-items: center;gap:10px;}

/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .img_wrap{position:relative; width:100%; padding-bottom:70%;}
.sub0301_wrap .img_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

/* sub0302 */
.sub0302_wrap iframe{display: block;width: 960px; height: 800px; margin: 0 auto;}

/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .reg_tab{display: flex;margin-bottom: 80px;flex-wrap:wrap;border-top: 1px solid #ddd;}
.sub0501_wrap .reg_tab a{display: flex;align-items: center;justify-content: center;flex:initial; width: calc(100% / 6);min-height: 64px;font-size: 18px;color: #666;border:1px solid #ddd;border-top: 0; transition:.4s;}
.sub0501_wrap .reg_tab a:not(:last-child){border-right: 0;}
.sub0501_wrap .reg_tab a:nth-child(6n){border-right: 1px solid #ddd;}
.sub0501_wrap .reg_tab a.on{color: #fff;background: var(--co01);font-weight: 700;}
.sub0501_wrap .reg_tab a:hover{color: #fff;background: var(--co01);}

.sub0501_wrap .shop_tab{display: flex;align-items: center;justify-content: center; flex-wrap:wrap; gap:10px; margin-bottom: 60px;}
.sub0501_wrap .shop_tab a{display: flex; align-items: center; justify-content: center;font-size: 18px;min-width: 180px; height: 56px; border:1px solid #ddd; border-radius:28px;color: #666;transition:.4s;padding: 0px 20px;}
.sub0501_wrap .shop_tab a.on{background: var(--co01); color: #fff;border:1px solid var(--co01);}
.sub0501_wrap .shop_tab a:hover{background: var(--co01); color: #fff;border:1px solid var(--co01);}

/* product - sub02 */
.product_list_wrap{line-height: 1;}
.product_list_wrap .tit{margin-bottom: 50px;}
.product_list_wrap .tit strong{display: flex; align-items: center;font-size: 35px; color: #333; font-weight: 700;margin-bottom: 30px;}
.product_list_wrap .tit strong b{display: inline-block;font-size: 20px; color: #ddd;margin: 0 20px;font-weight: 400;}
.product_list_wrap .tit p{font-size: 18px; color: #666;line-height: 1.4;}
.product_list_wrap .search_wrap table.tbl01 .col01{width: 300px;}
.product_list_wrap .search_wrap .ra_wrap{display: flex;gap:50px; flex-wrap:wrap;}
.product_list_wrap .search_wrap .btn_wrap{display: flex;align-items: center;justify-content: flex-end; gap:10px; margin-top: 20px;}
.product_list_wrap .search_wrap .btn_wrap a{display: flex; align-items: center; justify-content: center; width: 120px; height: 56px; border:1px solid #333;background: #333;font-size: 18px; color: #fff; font-weight: 700;}
.product_list_wrap .search_wrap .btn_wrap a.btn02{background: #fff;color: #333;}

.product_list_wrap .list_wrap{margin-top: 120px;}
.product_list_wrap .list_wrap ul.ul_list{display: flex;flex-wrap:wrap;gap:40px;}
.product_list_wrap .list_wrap ul.ul_list > li{width: calc((100% - 80px) / 3); border:1px solid #ddd; border-radius:12px;}
.product_list_wrap .list_wrap ul.ul_list > li a{display: block; padding: 20px;}
.product_list_wrap .list_wrap ul.ul_list > li .img_wrap{position:relative; width:100%; padding-bottom:54.545%;margin-bottom: 20px;}
.product_list_wrap .list_wrap ul.ul_list > li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.product_list_wrap .list_wrap ul.ul_list > li .txt_wrap{padding: 35px 20px 20px; border-top: 2px solid var(--co01);}
.product_list_wrap .list_wrap ul.ul_list > li .txt_wrap p{font-size: 28px; color: #333; font-weight: 700;margin-bottom: 12px;line-height: 1.2;}
.product_list_wrap .list_wrap ul.ul_list > li .txt_wrap ul li{position: relative;font-size: 18px; color: #666; line-height: 32px;padding-left: 20px;}
.product_list_wrap .list_wrap ul.ul_list > li .txt_wrap ul li::after{content:'';position: absolute;left: 0; top: 14px; width: 5px; height: 5px; border-radius:50%; background: var(--co01);}

.product_view_wrap{line-height: 1;}
.product_view_wrap .tit{display: flex; align-items: center;justify-content: space-between; margin-bottom: 50px;	}
.product_view_wrap .tit p{width: calc(100% - 610px);font-size: 55px; color: #333; font-weight: 700;line-height: 1;}
.product_view_wrap .tit .dw_btn_wrap{display: flex;gap:10px;}
.product_view_wrap .tit .dw_btn_wrap a{display: flex; align-items: center; justify-content: center;gap:10px;width: 180px; height: 40px;font-size: 18px; color: #666; background: #f5f5f5; border:1px solid #ddd;transition:.4s;}
.product_view_wrap .tit .dw_btn_wrap a img{transition:.4s;}
.product_view_wrap .tit .dw_btn_wrap a:hover{background: var(--co01); color: #fff;  border:1px solid var(--co01);}
.product_view_wrap .tit .dw_btn_wrap a:hover img{filter:brightness(100);}

.product_view_wrap .slide_wrap{margin-bottom: 120px;}
.product_view_wrap .big_slide{margin-bottom: 30px;}
.product_view_wrap .big_slide .img_wrap{position:relative; width:100%; padding-bottom:32.143%;border-radius:30px; border:1px solid #ddd; overflow: hidden;}
.product_view_wrap .big_slide .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}
.product_view_wrap .big_slide .slick-prev{position: absolute; left: 40px; top: 50%; transform:translateY(-50%); width: 64px; height: 64px; border-radius:50%; background: url(/assets/images/sub/prev01.png)center no-repeat #f5f5f5; background-size: 11px;text-indent: -9999px;z-index: 100;}
.product_view_wrap .big_slide .slick-next{position: absolute; right: 40px; top: 50%; transform:translateY(-50%); width: 64px; height: 64px; border-radius:50%; background: url(/assets/images/sub/next01.png)center no-repeat #f5f5f5; background-size: 11px;text-indent: -9999px;z-index: 100;}

.product_view_wrap .sm_slide_wrap{padding: 0 20px;}
.product_view_wrap .sm_slide .slick-list{width: calc(100% + 20px);}
.product_view_wrap .sm_slide li{width: 150px;margin-right: 20px;padding: 10px;border-radius:12px; border:1px solid #ddd; overflow: hidden;}
.product_view_wrap .sm_slide .img_wrap{position:relative; width:100%; padding-bottom:100%;}
.product_view_wrap .sm_slide .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:auto; height:auto; max-width:100%; max-height:100%;}

.product_view_wrap .con:not(:last-child){margin-bottom: 120px;}
.product_view_wrap .con .txt_box{padding: 30px; background: #f5f5f5; border-radius:12px;margin-bottom: 30px;}
.product_view_wrap .con .txt_box p{font-size: 18px; color: #666; line-height: 32px;white-space: pre-wrap;}
.product_view_wrap .con table.tbl01 .col01{width: 300px;}
.product_view_wrap .con table.tbl01 .col02{width: ;}
.product_view_wrap .con table.tbl01 .col03{width: 300px;}
.product_view_wrap .con table.tbl01 .col04{width: ;}
.product_view_wrap .con table.tbl01 td{white-space: pre-wrap;padding: 15px 25px;}
.product_view_wrap .con .img_box img{display: block; margin: 0 auto; max-width: 100%;}

.product_view_wrap a.list_btn{display: flex; align-items: center; justify-content: center;width: 120px; height: 56px; background: #333; color: #fff; font-size: 18px; font-weight: 700; margin: 80px auto 0;}

/* ==== Language Switcher (KOR | ENG | 🌐 + Dropdown) ==== */

/* 컨테이너 & 상단 리스트 */
.lan_wrap{display:flex;align-items:center;position:relative;}
#header .h_top .lan_wrap > ul{display:flex;align-items:center;gap:0;margin:0;padding:0;list-style:none;}
#header .h_top .lan_wrap > ul > li > a{border-right:0!important;padding:0!important;text-align:left;}

/* KOR | ENG 구분 라인 */
.lan_wrap .lan_list > li{position:relative;}
.lan_wrap .lan_list > li + li{margin-left:12px;padding-left:12px;}
.lan_wrap .lan_list > li + li::before{
  content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:1px;height:14px;background:#d0d0d0;
}

/* 텍스트 */
.lan_wrap .lan_list a{display:inline-block;line-height:1;letter-spacing:0;font-size:13px;color:#333;opacity:.9;}
.lan_wrap .lan_list a.is-active{font-weight:600;opacity:1;}

/* 지구본 버튼 */
.lan_wrap .lang-more{margin-left:12px;position:relative;}
.lan_wrap .lang-toggle{
  display:inline-flex;align-items:center;justify-content:center;
  width:28px;height:28px;padding:0;border:0;background:transparent;cursor:pointer; /* 터치영역 확장 */
}

/* 아이콘(반응형) – 스코프 제한 */
.lan_wrap .pc_img{display:inline-block;}
.lan_wrap .tab_img,.lan_wrap .mob_img{display:none;}
@media (max-width:1024px){ .lan_wrap .pc_img{display:none;} .lan_wrap .tab_img{display:inline-block;} }
@media (max-width:768px){  .lan_wrap .tab_img{display:none;}  .lan_wrap .mob_img{display:inline-block;} }

/* 드롭다운 기본 숨김 (데스크톱 기준 위치) */
#header .h_top .lan_wrap .lang-menu{
  display:none;
  position:absolute !important;
  right:0;
  top:calc(100% + 10px);
  width:400px;
  max-height:60vh;
  overflow:auto;
  padding:10px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:10px;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  z-index:9999;
  white-space:normal;
}

/* 열렸을 때만 표시 */
.lan_wrap .lang-more.open .lang-menu{ display:block; }

/* 2열 레이아웃: 열렸을 때만 grid (데스크톱 이상) */
@media (min-width:520px){
  .lan_wrap .lang-more.open .lang-menu{
    display:block !important; /* 단일열 유지 */
  }
}

/* 섹션/구분선 */
#header .h_top .lan_wrap .lang-menu .lang-section{
  padding:6px 8px;font:700 11px/1.2 Pretendard,system-ui,-apple-system,Segoe UI,Roboto,Arial;
  color:#8a8f98;text-transform:uppercase;letter-spacing:.04em;cursor:default;
}
#header .h_top .lan_wrap .lang-menu .lang-divider{height:1px;background:#f0f2f4;margin:6px 2px;}

/* 드롭다운 아이템 */
#header .h_top .lan_wrap .lang-menu a{
  display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;
  font-size:13px;color:#333;line-height:1.2;white-space:nowrap;
}
#header .h_top .lan_wrap .lang-menu a:hover,
#header .h_top .lan_wrap .lang-menu a:focus{background:#f6f7f8;color:#111;outline:none;}
#header .h_top .lan_wrap .lang-menu a.is-active{font-weight:600;background:#f0f2f4;}
#header .h_top .lan_wrap .lang-menu li + li::before{content:none!important;} /* 상단 파이프 차단 */

/* 아랍어도 다른 언어와 동일하게 정렬 */
#header .h_top .lan_wrap .lang-menu a[lang="ar"]{
  direction:ltr !important;
  text-align:left !important;
}

/* ─────────────────────────────────────────────────────────
   데스크톱에서만 타이트 폭/여백 적용 (모바일에 강제되지 않도록 분리)
   ───────────────────────────────────────────────────────── */
@media (min-width:769px){
  #header .h_top .lan_wrap .lang-menu{
    width:320px !important;     /* 필요시 300~340px로 조절 */
    padding:8px 8px !important;
  }
}

/* 구분선 간격 축소 */
#header .h_top .lan_wrap .lang-menu .lang-divider{ margin:6px 4px !important; }

/* [hidden] 이 있으면 무조건 숨김 */
.lan_wrap .lang-menu[hidden]{ display:none !important; }
/* 열렸을 때만 보이기(우선순위 보장) */
.lan_wrap .lang-more.open > .lang-menu{ display:block !important; }

/* 말풍선 꼬리(데스크톱) */
.lan_wrap .lang-more.open::after{
  content:"";position:absolute;right:6px;top:26px;width:10px;height:10px;background:#fff;
  border-left:1px solid #e9e9e9;border-top:1px solid #e9e9e9;transform:rotate(45deg);
}

/* ─────────────────────────────────────────────────────────
   모바일 패치: 헤더 아래 고정 패널 + 좌우 12px + 60vh
   ───────────────────────────────────────────────────────── */
@media (max-width:768px){
  #header .h_top .lan_wrap .lang-menu{
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    top:calc(env(safe-area-inset-top, 0px) + 60px) !important; /* 헤더 높이에 맞게 조정 */
    width:auto !important;
    max-height:60vh !important;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    border-radius:12px;
    z-index:9999;
  }
  /* 고정패널에선 꼬리 숨김 */
  .lan_wrap .lang-more.open::after{ display:none !important; }
  /* 메뉴 열렸을 때 바닥 스크롤 잠금용(토글 JS에서 body.lang-open 추가) */
  body.lang-open{ overflow:hidden; }
}

/* 구글 자동삽입 배지 숨김 */
#tx-badge{ display:none !important; }
