@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.woff) format("woff");
}


body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.4;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
 
.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.inner{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
  vertical-align: top;
}

/* common */
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%;height: 100px;background-color: transparent; border-bottom: 1px solid transparent; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {border-color: #C6C6C6; background: rgba(255,255,255,0.7);}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo{height: 100%;}
.header .logo img {display: block; max-width: 78px;max-height: 100%;position: relative;padding: 10px 0;}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 100px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 20px; position: relative; white-space: nowrap; top : 2px; color: #fff;transition: color 0.3s;}
.header.scr .gnb_nav .gnb .depth1_a, .header.sub .gnb_nav .gnb .depth1_a{color: #333;}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}
.ham_open {width: 26px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px; background-color: #fff;transition: background-color 0.3s;}
.header.scr .gnb_nav .ham_open .bar, .header.sub .gnb_nav .ham_open .bar{background-color: #333;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; border-top: 4px solid #4d6650; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}
.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}
.gnb_nav .snb .depth2 a:hover {color: #4d6650;}
.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee;  position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 700; line-height: 1; position: relative; color: #fff;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: #4d6650; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_gnb_nav .depth2 {color: #fff;}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

.ham_open{
  display: none;
}
@media screen and (max-width: 1415px){

}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%;padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;}
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){

	.ham_open {width: 22px; height: 16px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 10px 0;
  padding-left: 15px;
  }
	.all_gnb_nav .snb {font-size: 16px;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
.subtop{
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.subtop.bg01-1{
  background: url(../img/sub01-1-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.subtop.bg01-2{
  background: url(../img/sub01-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.subtop.bg01-3{
  background: url(../img/sub01-3-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.subtop.bg02{
  background: url(../img/sub02-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.subtop .subtop-txtbox{
  text-align: right;
  padding: 180px 0 70px;
}
.subtop .subtop-txtbox *{
  color: #fff;
}
.subtop .subtop-txtbox p{
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 14px;
}
.subtop .subtop-txtbox h2{
  font-size: 70px;
  font-weight: 900;
}

@media(max-width:1024px){
  .subtop .subtop-txtbox{
    text-align: left;
    padding: 80px 0 30px;
  }
  .subtop .subtop-txtbox p{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .subtop .subtop-txtbox h2{
    font-size: 50px;
  }
  .subtop{
    margin-top: 80px;
  }
}

@media(max-width:767px){
  .subtop .subtop-txtbox p{
    font-size: 16px;
  }
  .subtop .subtop-txtbox h2{
    font-size: 36px;
  }
}

/* subtop */


.popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.popup-wrap .bg{
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup-wrap .popup-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 1024px;
  z-index: 2;
  padding: 0 15px;
}
.popup-wrap .popup-box img{
  max-height: 80vh;
}
.popup-wrap .popup-box .close-x{
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  z-index: 1;
}

.n-ipt{
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(245,245,245);
  outline: none;
  padding: 22px 20px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  text-align: left;
  color: #000;
  width: 100%;
}
.n-ipt::placeholder{
  color: rgb(175, 175, 175);
}
.n-select{
  width: 100%;
  background: #fff url(../img/select-arrow.png) no-repeat center right 20px;
  border-radius: 5px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  padding: 22px 20px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.48px;
  text-align: left;
  color: rgb(175, 175, 175);
  cursor: pointer;
  -webkit-appearance:none; /* 크롬 화살표 없애기 */
  -moz-appearance:none; /* 파이어폭스 화살표 없애기 */
  appearance:none /* 화살표 없애기 */
}
.n-select.change{
  color: #000;
}
.n-ta{
  resize: none;
  -webkit-resize : none;
  height: 140px;
  overflow-y: auto;
}

.ipt-line{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
}
.ipt-line:last-child{
  padding-bottom: 0;
}
.ipt-line.full-line > li{
  width: 100%;
}
.ipt-line.half-line > li{
  width: calc(50% - 6px);
}
.agr-line > li{
  position: relative;
}

.checkbox-wrap{
  position: relative;
}
.checkbox-wrap input{
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 9px;
}
.checkbox-wrap label{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.checkbox-wrap label .circle{
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #DDDDDD;
  position: relative;
}
.checkbox-wrap label p{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.45px;
  text-align: left;
  color: rgb(152, 152, 152);
}
.checkbox-wrap label img{
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 10px;
}
.checkbox-wrap input:checked + label img{
  opacity: 1;
}
.arg-check-line{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.form-agr-wrap{
  padding-top: 20px;
}
.form-submit{
  padding-top: 4px;
  display: flex;
  justify-content: end;
}
.form-submit button{
  display: flex;
  justify-content: space-between;
  width: 292px;
  height: auto;
  padding: 20px 38px;
  border-radius: 9999px;
  position: relative;
  border: rgb(101, 130, 50);
  background-color: rgb(101, 130, 50);
  outline: none;
}
.form-submit button img{
  max-width: 22px;
}
.form-submit button span{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.54px;
  text-align: left;
  color: rgb(255, 255, 255);
}

@media(max-width:1024px){
  .popup-wrap .popup-box img{
    max-height: 70vh;
  }
  .popup-wrap .popup-box .close-x{
    font-size: 24px;
  }
  
  .n-ipt{
    padding: 12px 10px;
  }
  .n-select{
    padding: 12px 10px;
    font-size: 16px;
  }
  .n-ta{
    height: 120px;
  }
  .ipt-line{
    gap: 8px;
    padding-bottom: 8px;
  }
  .ipt-line.half-line > li{
    width: calc(50% - 4px);
  }
  .checkbox-wrap input{
    left: 7px;
  }
  .checkbox-wrap label{
    gap: 6px;
  }
  .checkbox-wrap label .circle{
    width: 15px;
    height: 15px;
  }
  .checkbox-wrap label img{
    max-width: 8px;
  }
  .form-agr-wrap{
    padding-top: 16px;
  }
  .form-submit{
    justify-content: start;
    padding-top: 12px;
  }
  .form-submit button{
    width: 200px;
    padding: 16px 25px;
  }
  .form-submit button img{
    max-width: 20px;
  }
  .form-submit button span{
    font-size: 16px;
  }
}

/* footer */

.footer-wrap{
  padding-top: 35px;
  background-color: rgb(31, 31, 31);
}
.footer-wrap .con-line{

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  padding-bottom: 61px;
}
.footer-wrap .con-line > .left{
  width: calc(100% - 320px);
}
.footer-wrap .con-line > .right{
  width: 320px;
}
.footer-wrap .con-line > .left .foot-logo{
  display: inline-block;
  padding-top: 30px;
}
.footer-wrap .con-line > .left .foot-logo img{
  max-width: 134px;
  vertical-align: bottom;
}
.footer-wrap .con-line > .left .foot-info-list{
  padding-top: 58px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.footer-wrap .con-line > .left .foot-info-list > li{
  padding-bottom: 12px;
  display: flex;
  align-items: start;
  justify-content: start;
}
.footer-wrap .con-line > .left .foot-info-list > li > .tit{
  width: 120px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.28px;
  text-align: left;
  color: rgb(255, 255, 255);
}
.footer-wrap .con-line > .left .foot-info-list > li > .txt{
  width: calc(100% - 120px);
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  text-align: left;
  color: rgb(170, 170, 170);
}
.footer-wrap .con-line > .right .top-btn{
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.footer-wrap .con-line > .right .top-btn img{
  max-width: 75px;
}
.footer-wrap .con-line > .right .right-txtbox{
  padding-top: 27px;
  text-align: right;
}
.footer-wrap .con-line > .right .right-txtbox h2{
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.36px;
  color: rgb(255, 255, 255);
}
.footer-wrap .con-line > .right .right-txtbox p{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 4px;
  padding-bottom: 4px;
  padding-top: 8px;
}
.footer-wrap .con-line > .right .right-txtbox p img{
  max-width: 40px;
}
.footer-wrap .con-line > .right .right-txtbox p span{
  font-size: 37px;
  font-weight: 800;
  letter-spacing: -0.74px;
  color: rgb(185, 237, 91);
}
.footer-wrap .con-line > .right .right-txtbox h3{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  text-align: right;
  color: rgb(170, 170, 170);
}
.footer-wrap .foot-copyright{
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255,0.1);
}
.footer-wrap .foot-copyright p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgb(255, 255, 255);
}

@media(max-width:1024px){
  .footer-wrap .con-line{
    width: 100%;
    padding-bottom: 35px;
  }
  .footer-wrap .con-line > .left{
    width: 100%;
    padding-bottom: 16px;
  }
  .footer-wrap .con-line > .right{
    width: 100%;
  }
  .footer-wrap .con-line > .left .foot-logo{
    padding-top: 0;
  }
  .footer-wrap .con-line > .left .foot-info-list{
    padding-top: 3px;
  }
  .footer-wrap .con-line > .left .foot-info-list > li{
    padding-bottom: 6px;
    flex-wrap: wrap;
  }
  .footer-wrap .con-line > .left .foot-info-list > li > .tit{
    width: 100%;
  }
  .footer-wrap .con-line > .left .foot-info-list > li > .txt{
    width: 100%;
  }
  .footer-wrap .con-line > .right .top-btn{
    display: none;
  }
  .footer-wrap .con-line > .right .right-txtbox{
    padding-top: 0px;
    text-align: left;
  }
  .footer-wrap .con-line > .right .right-txtbox h2{
    font-size: 16px;
  }
  .footer-wrap .con-line > .right .right-txtbox p{
    padding-bottom: 6px;
    padding-top: 6px;
    justify-content: start;
  }
  .footer-wrap .con-line > .right .right-txtbox p img{
    max-width: 30px;
  }
  .footer-wrap .con-line > .right .right-txtbox p span{
    font-size: 24px;
  }
  .footer-wrap .con-line > .right .right-txtbox h3{
    text-align: left;
  }
}
@media(max-width:768px){
  .footer-wrap .con-line > .left .foot-logo img{
    max-width: 100px;
    margin-bottom: 10px;
  }  
}

/* footer */


/* subtop */

#sub_container, .sub_visual{
  width: 100%;
  position: relative;
  z-index: 100;
}
.sub_visual{
  height: 570px;
  animation: sv_ani01 2s;
}
@media screen and (max-width:1920px) {
  .sub_visual{
    animation: sv_ani02 2s;
  }  
}
.sub_visual.sv01{
  background: url(../img/sub_visual01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sub_visual.sv02{
  background: url(../img/sub_visual02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub_visual.sv03{
  background: url(../img/sub_visual03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub_visual.sv04{
  background: url(../img/sub_visual04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub_visual .subtop-con-wrap{
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.sub_visual .subtop-con-wrap .sub_tit{
  font-size: 65px;
  font-weight: 800;
  letter-spacing: -1.3px;
  text-align: center;
  color: #fff;
  padding-bottom: 28px;
}
.sub_visual .subtop-con-wrap .sub_tit span{
  display: inline-block;
}
.sub_visual .subtop-con-wrap .sub_nav > ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_visual .subtop-con-wrap .sub_nav > ul > li{
  width: 240px;
  position: relative;
  margin-right: 30px;
}
.sub_visual .subtop-con-wrap .sub_nav > ul .home{
  width: 60px;
  margin-right: 14px;
}
.sub_visual .subtop-con-wrap .sub_nav > ul > li > ul{
  position: absolute;
  width: calc(100% + 2px);
  position: absolute;
  top: 130%;
  left: -1px;
  background: #fff;
  padding: 30px;
  display: none;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.16);
  border-radius: 23px;
}
.sub_visual .subtop-con-wrap .sub_nav > ul > li > ul > li a{
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  letter-spacing: -0.8px;
  text-align: left;
  color: #AAAAAA;
  padding: 8px 0;
  transition: color 0.2s;
}
.sub_visual .subtop-con-wrap .sub_nav > ul > li > ul > li a:hover{
  color: #627F31;
}
.sub_visual .subtop-con-wrap .sub_nav > ul > li > ul > li:first-child a{
  padding-top: 0;
}
.sub_visual .subtop-con-wrap .sub_nav > ul > li > ul > li:last-child a{
  padding-bottom: 0;
}
.sub_nav_ul .depth_p{
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;

  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  letter-spacing: -0.8px;
  text-align: left;
  color: #fff;
  padding: 16px 30px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.sub_nav_ul .depth_p::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/bottom_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
.sub_nav_ul .depth_p.on::after{
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}

@media(max-width:1024px){
  .sub_visual{
    height: 300px;
  }

  .sub_visual .subtop-con-wrap .sub_tit{
    font-size: 40px;
    padding-bottom: 20px;
  }
  .sub_visual .subtop-con-wrap .sub_nav > ul > li{
    width: 50%;
    margin-right: 0px;
  }
  .sub_visual .subtop-con-wrap .sub_nav > ul .home{
    display: none;
  }
  .sub_visual .subtop-con-wrap .sub_nav > ul > li > ul{
    padding: 20px 12px;
  }
  .sub_visual .subtop-con-wrap .sub_nav > ul > li > ul > li a{
    padding: 5px 0;
  }
  .sub_nav_ul .depth_p{
    padding: 12px 16px;
  }
  .sub_nav_ul .depth_p::after{
    right: 16px;
    width: 12px;
    height: 12px;
  }
  .sub_visual .subtop-con-wrap .sub_nav > ul > li > ul{
    width: 90%;
    left: 50%;
    padding: 20px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    transform: translateX(-50%);
  }
  
}

@keyframes sv_ani01{
	0%{background-size: 115%;}
	100%{background-size: 100%;}
}
@keyframes sv_ani02{
	0%{background-size: auto 115%;}
	100%{background-size: auto 100%;}
}
/* subtop */


.header .logo{
  display: flex;
  gap: 30px;
  align-items: center;
}
.header .change_lang{display: flex;gap: 10px;z-index: 99998;
}
.header .change_lang a{font-size: 15px;font-weight: 300;color: #fff;}
.header.scr .change_lang a{font-size: 15px;font-weight: 300;color: #555;}
.header .change_lang a.active{font-weight: 600;}


@media(max-width:1024px){
  .header .logo{
    gap: 16px;
  }
  .header .change_lang a{
    font-size: 13px;
  }
  .header .logo img{
    max-width: 58px;
  }
}