@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.3;
  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: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}
@media(min-width:1025px){
  .mobile{
    display: none !important;
  }
}
@media(max-width:1024px){
  .pc{
    display: none !important;
  }
}

.intro{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999999;
  background: #000;
  transition: all 2.5s ease-in-out;
}
.intro .logobox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
}
.intro .logobox img{
  max-width: 400px;
}
.intro.disabled{
  opacity: 0;
}




@media screen and (max-width: 640px) {
input {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
.lead { font-size:17px; font-weight:400}
.intro .logobox img{
  max-width: 100%;
  width: 100%;
}
}

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{
  width: 90%;
}
.gnb_nav .ham_open .bar{background-color: #A9806A;}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: #A9806A;}
.all_gnb_nav p.depth1_a::after{background-color: #A9806A;}
.all_gnb_nav .depth2 a:hover {color: #A9806A;}
/* 헤더컬러 */

.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%; border-bottom: 1px solid  transparent; position: fixed; top: 0; left: 0; z-index: 9997; transition: 0.3s;}
.header.scr, .header.sub {
  /* border-bottom: 1px solid  rgba(255,255,255,0.2);/ */
  background: rgba(0,0,0,0.9);}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
max-width: 2560px;
padding: 0 60px;
}
.header.scr .gnb_nav .gnb .depth1{
  line-height: 68px;
}
.header .logo img {display: block; max-width: 240px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 28px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 80px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 18px; 
  font-weight: 500;
  position: relative; white-space: nowrap; top : 2px;
color: #fff;
}
.gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
display: none;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; 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;}

.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: #fff; 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: 500; line-height: 1; position: relative;}
.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;  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_menu_wrap.on {opacity: 1; transform: translateY(0);}

@media screen and (max-width: 1415px){

}

@media(max-width:1950px){
  .header .inner{
    max-width: 1840px;
    padding: 0 20px;
  }
}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {width: 200px;}
	.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;
  width: 25px;
  height: 25px;
  }
	.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;}
	.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: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
}


/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.png) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 252px 0;
}
.sub_visual.sv01 {
  background: url(/html/img/sub_visual01.png) no-repeat bottom / cover;
}
.sub_visual.sv02 {
  background: url(/html/img/sub_visual02.png) no-repeat bottom/cover;
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.png);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual .sub_tit {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.38;
  text-align: center;
  color: #fff;
}
.sub_visual .subtop-txtbox p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  color: #ccc;
  margin-top: 28px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  #sub_container {
  }
.subtop-con-wrap{
  padding: 120px 0 80px;
}
.sub_visual .sub_tit {
  font-size: 32px;
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  margin-top: 16px;
}
.sub_nav_ul {
  font-size: 16px;
}
.sub_nav_ul .home{
  display: none;
}
.sub_nav_ul .home.nostr{
  display: flex;
}
.sub_nav_ul .home a{
  width: 50px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 50%;
}
.sub_nav_ul .depth_p {
  padding: 15px 10px;
}
.sub_visual .subtop-txtbox p{
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */


.main-wrap, .main-banner, .main-sec{
  position: relative;
  width: 100%;
}
.main-banner{
  height: 100vh;
}
.video-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  height: 0;
  overflow: hidden;
  transition: all 1.5s ease-in-out;
}
.video-wrap.active{
  width: 100%;
  height: 100vh;
}
.responsive-video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%; /* 부모 요소의 너비에 맞춤 */
  padding-bottom: 56.25%; /* 16:9 비율 */
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; /* 기본 배경 */
  z-index: 1; /* 썸네일 위로 */
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 이미지 비율 유지 */
}
.main-bottom-con-wrapper{
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9;
}
.main-banner::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background : linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
}
.main-bottom-con-wrapper .con-line{
  display: flex;
  gap: 80px;
  align-items: flex-end;
}
.main-bottom-con-wrapper .con-line > .left{
  width: calc(100% - 830px);
  position: relative;
  overflow: hidden;
}
.main-bottom-con-wrapper .con-line > .right{
  width: 750px;
}
.main-bottom-con-wrapper .con-line > .left > a{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 8px; 

  font-size: 16px;
  font-weight: 500;
  color: #ccc;
  padding-bottom: 8px;
  position: relative;
  opacity: 0;
  top: 60px;
  transition: opacity 1s ease-in-out, top 1s ease-in-out;
  transition-delay: 2.1s;
}
.main-bottom-con-wrapper .con-line > .left > .bar{
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 0;
  height: 1px;
  transition: width 1s ease-in-out;
  transition-delay: 2.0s;
}
.main-bottom-con-wrapper .con-line > .left > a img{
  max-width: 20px;
  display: block;
}
.main-bottom-con-wrapper .con-line > .right h2{
  font-size: 48px;
  font-weight: 200;
  line-height: 1.31;
  color: #fff;
  position: relative;
  top: 60px;
  opacity: 0;
  transition: opacity 1s ease-in-out, top 1s ease-in-out;
  transition-delay: 2.3s;
  padding-right: 60px;
}
.main-bottom-con-wrapper .con-line.active .right > h2{
  opacity: 1;
  top: 0;
}
.main-bottom-con-wrapper .con-line.active > .left > a{
  opacity: 1;
  top: 0;
}
.main-bottom-con-wrapper .con-line.active > .left > .bar{
  width: 100%;
}


.main-bottom-con-wrapper .con-line > .right h2 b{
  font-weight: bold;
}
.main-sec{
  padding: 100px 0;
}
.main-sec02{
  padding-top: 200px;
}
.main-sec:last-of-type{
  padding-bottom: 200px;
}
.main-sec .inner{
  max-width: 1840px;
}
.main-titbox{
  margin-bottom: 32px;
}
.main-titbox h2{
  font-size: 80px;
  font-weight: bold;
  line-height: 1.25;
  color: #fff;
}
.main-titbox p{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: normal;
  color: #ccc;
  margin-top: 4px;
}
.text-center{
  text-align: center !important;
}
.main-sec02-con-wrap .con-line{
  display: flex;
  gap: 200px;
  align-items: center;
}
.main-sec02-con-wrap .con-line > .left{
  width: 540px;
}
.main-sec02-con-wrap .con-line > .right{
  width: calc(100% - 740px);
}
.main-sec02-con-wrap .con-line li .imgbox p{
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.main-sec02-con-wrap .con-line > .right .fx-end{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 160px;
}
.main-sec02-con-wrap .con-line > .right .fx-end .imgbox{
  max-width: 800px;
  width: 100%;
}
.main-sec02-con-wrap .con-line > .right img{
  width: 100%;
  max-width: 800px;
}
.main-sec02-con-wrap .con-line > .right .imgbox.last{
  max-width: 800px;
  width: 100%;
}
.main-sec02-con-wrap .con-line li a .imgbox img{
  transition: all 0.3s ease-in-out;
  display: block;
  border: 2px solid transparent;
}
.main-sec02-con-wrap .con-line li a .imgbox{
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.main-sec02-con-wrap .con-line li a:hover .imgbox{
  top: -30px;
}
.main-sec02-con-wrap .con-line li a:hover .imgbox img{
  border: 2px solid #fff;
}
.main-sec02-con-wrap{
  margin-bottom: 160px;  
}
.main-sec02 .main-sec02-con-wrap2{
  position: relative;
  width: 100%;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox{
  position: absolute;
  top: 0;
  left: 0;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox p{
  display: none;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox h2{
  font-size: 520px;
  font-weight: 900;
  color: #fff;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper{
  width: 100%;
  position: relative;
  padding-top: 397px;
  padding-left: 400px;
  margin-bottom: 160px;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .sp-top-txt{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: normal;
  color: #ccc;
  position: absolute;
  top: 369px;
  right: 60px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .swiper-slide .txtbox{
  padding-top: 20px;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .swiper-slide .txtbox p{
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #9a9a9a;
  margin-bottom: 8px;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .swiper-slide .txtbox h3{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .swiper-slide img{
  width: 100%;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .swiper-slide .imgbox{
  overflow: hidden;
}
.main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .swiper-slide:hover img{
  transform: scale(1.3);
}
.main-sec02-swiper .swiper-slide{
  background: transparent !important;
}

.more-btn-wrap01 a{
  display: flex;
  align-items: center;
  gap: 28px;
  width: 304px;
  padding: 20px 48px;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  border-radius: 999px;
  border: solid 1px #9a9a9a;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.more-btn-wrap01 a .imgbox{
  position: absolute;
  width: 33px;
  height: 33px;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.more-btn-wrap01 a img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition: all 0.3s ease-in-out;
}
.more-btn-wrap01 a img.hover{
  opacity: 0;
}
.more-btn-wrap01 a:hover img.hover{
  opacity: 1;
}
.more-btn-wrap01 a:hover img.normal{
  opacity: 0;
}
.more-btn-wrap01 a:hover{
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.main-sec03{
  padding-top: 200px;
  height: 2800px;
}
.main-sec03 .inner{
  max-width: 2560px;
  padding: 0 60px;
}
.main-sec03.active .main-sec03-wrapper{
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
}
.main-sec03 .main-sec03-wrapper{
  background: url(/html/img/main-sec03-bg.jpg) no-repeat bottom center / cover;
}
.main-sec03 .main-sec03-con-wrap{
  position: relative;
}
.main-sec03 .main-sec03-con-wrap > .img{
  width: calc(100% - 660px);
  height: calc(100vh - 230px);
  overflow: hidden;
}
.main-sec03 .main-sec03-con-wrap > .img img{
  position: relative;
  transition: all 0.8s ease-in-out;
}
.main-sec03 .main-sec03-con-wrap > .img.step01 img{
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.main-sec03 .main-sec03-con-wrap > .img.step02 img{
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.main-sec03 .main-sec03-con-wrap > .img img{
  width: 100%;
  height: calc(100vh - 230px);
  object-fit: cover;
}
.main-sec03 .main-sec03-con-wrap > .txt{
  position: absolute;
  top: calc(50% - 60px);
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 580px;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.main-sec03 .main-sec03-con-wrap > .txt.active{
  opacity: 1;
  top: 50%;
}
.main-sec03 .main-sec03-con-wrap > .txt h2{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 44px;
}
.main-sec03 .main-sec03-con-wrap > .txt p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 20px;
}
.main-sec03 .main-sec03-con-wrap > .txt p:last-child{
  margin-bottom: 0;
}
.main-sec03 .main-sec03-con-wrap .main-sec03-pc-dots{
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.main-sec03 .main-sec03-con-wrap .main-sec03-pc-dots span{
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: rgba(255,255,255,0.1);
}
.main-sec03 .main-sec03-con-wrap .main-sec03-pc-dots span.active{
  background: rgba(255,255,255,1);
}
.main-sec04{
  position: relative;
  z-index: 10;
  background: #000;
}
.main-sec03-con-wrap2 .con-line{
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.main-sec03-con-wrap2 .con-line > .left,
.main-sec03-con-wrap2 .con-line > .right
{
  width: 100%;
}
.main-sec03-con-wrap2 .con-line > .right .txtbox{
  padding: 0 20px;
}
.main-sec03-con-wrap2 .con-line > .right .txtbox h2{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 44px;
}
.main-sec03-con-wrap2 .con-line > .right .txtbox p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 20px;
}
.main-sec03-con-wrap2 .con-line > .right .txtbox p:last-child{
  margin-bottom: 0;
}
.main-sec03-swiper-pagination{
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  border-radius: 9999px;
  border: 1px solid #fff;
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}
.main-sec04{
  padding-bottom: 200px;
}
.main-sec04 .main-titbox{
  margin-bottom: 120px;
}
.main-sec04 .logo-slider1{
  margin-bottom: 40px;
}
.main-sec04 .swiper-wrapper{
  transition: linear;
}
.main-sec04 .swiper-wrapper .swiper-slide .imgbox{
}
.main-sec04 .swiper-wrapper .swiper-slide img{
  display: block;
  border-radius: 999px;
  border: solid 1px rgba(255,255,255,0.16);
  padding-left: 20px;
  padding-right: 20px;
}
.main-sec05{
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  z-index: 10;
  background: #000;
}
.main-sec05 .txtbox p{
  font-size: 28px;
  font-weight: bold;
  color: #9a9a9a;
  margin-bottom: 56px;
}
.main-sec05 .txtbox h2{
  font-size: 88px;
  font-weight: bold;
  line-height: 1.36;
  color: #fff;
}
.main-sec05 .txtbox h2 .text-wrapper{

}
.main-sec05 .txtbox h2 .text-wrapper .text{

}
.main-sec05 .txtbox h2 span video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-sec05 .txtbox h2 .container{
  display: inline-block;
  position: relative;
}
.main-sec05 .txtbox h2 .container video{
  width: 100%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  object-fit: cover;
}
.main-sec05 .txtbox h2 .text-wrapper{
  background-color: #000;
  color: #fff;
  /* show the video */
  mix-blend-mode: multiply;
}
.main-sec06{
  position: relative;
  padding-bottom: 90px;
}
.main-sec06 .inner{
  max-width: 1840px;
}
.main-sec06 .fx-end{
  display: flex;
  justify-content: flex-end;
}
.main-sec06 .fx-end .con-line{
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}
.main-sec06 .fx-end .con-line a{
  border: solid 1px #9a9a9a;
  border-radius: 999px;
  padding: 20px 60px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: normal;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.main-sec06 .fx-end .con-line a .imgbox{
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.main-sec06 .fx-end .con-line a .imgbox img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition: all 0.3s ease-in-out;
}

.main-sec06 .fx-end .con-line a .imgbox img.hover{
  opacity: 0;
}
.main-sec06 .fx-end .con-line a:hover img.hover{
  opacity: 1;
}
.main-sec06 .fx-end .con-line a:hover img.normal{
  opacity: 0;
}
.main-sec06 .fx-end .con-line a:hover{
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}

.main-sec06 .fx-end .con-line > .left a{
  width: 480px;
}
.main-sec06 .fx-end .con-line > .left a img{
  max-width: 33px;
}
.main-sec06 .fx-end .con-line > .right a{
  width: 304px;
}
.main-sec06 .fx-end .con-line > .right a img{
  max-width: 33px;
}



@media(max-width:1600px){
  .main-banner{
    height: auto;
  }
  .video-wrap{
    position: relative;
    top: 0;
    left: 10%;
    transform: initial;
    -webkit-transform: initial;
    height: auto;
    max-height: 100vh;
  }
  .video-wrap.active{
    left: 0;
    height: auto;
  }
  .responsive-video {
    position: relative;
    top: 0;
    transform: initial;
    -webkit-transform: initial;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox h2{
    font-size: 43vw;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper{
    padding-left: 200px;
  }
}

@media(max-width:1024px){
  .main-bottom-con-wrapper .con-line{
    gap: 20px;
  }
  .main-bottom-con-wrapper .con-line > .left{
    width: calc(100% - 360px);
  }
  .main-bottom-con-wrapper .con-line > .right{
    width: 340px;
  }
  .main-bottom-con-wrapper .con-line > .left > a{
    gap: 6px; 
    font-size: 15px;
  }
  .main-bottom-con-wrapper .con-line > .left > a img{
    max-width: 18px;
  }
  .main-bottom-con-wrapper .con-line > .right h2{
    font-size: 24px;
    padding-right: 0;
  }
  .main-bottom-con-wrapper .con-line > .left > .bar{
    display: none;
  }

  .main-bottom-con-wrapper .con-line > .left > a{
    transition-delay: 3.1s;
  }
  .main-bottom-con-wrapper .con-line > .left > .bar{
    transition-delay: 3s;
  }
  .main-bottom-con-wrapper .con-line > .right h2{
    transition-delay: 3.3s;
  }

  .main-sec{
    padding: 60px 0;
  }
  .main-sec02{
    padding-top: 120px;
  }
  .main-sec:last-of-type{
    padding-bottom: 120px;
  }
  .main-titbox{
    margin-bottom: 24px;
  }
  .main-titbox h2{
    font-size: 32px;
  }
  .main-titbox p{
    font-size: 15px;
    margin-top: 6px;
  }

  .main-sec02-con-wrap .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .main-sec02-con-wrap .con-line > .left{
    width: 100%;
  }
  .main-sec02-con-wrap .con-line > .right{
    width: 100%;
  }
  .main-sec02-con-wrap .con-line li .imgbox p{
    margin-top: 16px;
    font-size: 16px;
  }
  .main-sec02-con-wrap .con-line > .right .fx-end{
    margin-bottom: 30px;
  }
  .main-sec02-con-wrap .con-line li a:hover .imgbox{
    top: 0;
  }

  .main-sec02-con-wrap{
    margin-bottom: 40px;  
  }
  .more-btn-wrap01 a{
    gap: 12px;
    width: 200px;
    padding: 12px 30px;
    font-size: 20px;
  }
  .more-btn-wrap01 a img{
    max-width: 28px;
  }
  .more-btn-wrap01 a .imgbox{
    right: 20px;
  }


  .main-sec03{
    padding-top: 80px;
    height: auto;
    background: url(/html/img/main-sec03-bg.jpg) no-repeat top center / cover;
  }
  .main-sec03 .main-sec03-wrapper{
    background: none;
  }
  .main-sec03.active .main-sec03-wrapper{
    position: relative;
    top: 0;
    height: auto;
  }
  

  .main-sec03-con-wrap2 .con-line > .right .txtbox h2{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .main-sec03-con-wrap2 .con-line > .right .txtbox p{
    margin-bottom: 12px;
  }
  .main-sec03 .inner{
    padding: 0 20px;
  }

  .main-sec04{
    padding-bottom: 0px;
    padding-top: 60px;
  }
  .main-sec04 .main-titbox{
    margin-bottom: 30px;
  }
  .main-sec04 .logo-slider1{
    margin-bottom: 16px;
  }

  .main-sec05{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .main-sec05 .txtbox p{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main-sec05 .txtbox h2{
    font-size: 32px;
  }
  .main-sec06{
    padding-bottom: 40px;
  }
  .main-sec06 .fx-end .con-line{
    gap: 8px;
    flex-wrap: wrap;
  }
  .main-sec06 .fx-end .con-line a{
    padding: 12px 20px;
    font-size: 16px;
  }
  .main-sec06 .fx-end .con-line > .left a{
    width: 200px;
  }
  .main-sec06 .fx-end .con-line > .left a img{
    max-width: 23px;
  }
  .main-sec06 .fx-end .con-line > .right a{
    width: 150px;
  }
  .main-sec06 .fx-end .con-line > .right a img{
    max-width: 23px;
  }
  .main-sec06 .fx-end .con-line a .imgbox{
    right: 20px;
    width: 23px;
    height: 23px;
  }

  .main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox{
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox p{
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #ccc;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox h2{
    font-size: 32px;
    padding-left: 20px;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox{
    position: relative;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper{
    padding-top: 20px;
    padding-left: 20px;
    margin-bottom: 50px;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .sp-top-txt{
    font-size: 16px;
    top: 0px;
    right: 20px;
    display: none;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .swiper-slide .txtbox{
    padding-top: 16px;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .swiper-slide .txtbox p{
    font-size: 15px;
    margin-bottom: 6px;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-swiper-wrapper .swiper-slide .txtbox h3{
    font-size: 20px;
  }
  
}


@media(max-width:767px){
  .main-banner{
    height: auto;
  }
  .video-wrap{
    width: 100%;
    left: 0;
    height: 600px;
  }
  .video-wrap.active{
    height: 600px;
  }
  .responsive-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    height: 100%;
    width: 300%;
    max-width: 500%;
  }

  .main-bottom-con-wrapper{
    bottom: 30px;
  }

  .main-sec03-con-wrap2 .con-line > .right .txtbox h2{
    font-size: 22px;
  }
  .main-sec03-con-wrap2 .con-line > .right .txtbox p br{
    display: none;
  }
  

  .main-sec06 .fx-end .con-line{
    width: 100%;
  }
  .main-sec06 .fx-end .con-line > li{
    flex: 1;
  }
  .main-sec06 .fx-end .con-line > .left a{
    width: 100%;
  }
  .main-sec06 .fx-end .con-line > .right a{
    width: 100%;
  }
  .main-sec06 .fx-end .con-line > .left a img{
    max-width: 18px;
  }
  .main-sec06 .fx-end .con-line > .right a img{
    max-width: 18px;
  }
}

@media(max-width:500px){
  .responsive-video{
    width: 250%;
  }
  .main-bottom-con-wrapper .con-line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .main-bottom-con-wrapper .con-line > .left{
    width: 100%;
    order: 1;
  }
  .main-bottom-con-wrapper .con-line > .right{
    width: 100%;
    order: 0;
  }
  .main-bottom-con-wrapper .con-line > .right h2{
    padding: 0 20px;
  }
  .main-bottom-con-wrapper .con-line > .left a{
    padding: 0 20px;
    border-bottom: none;
    justify-content: flex-start;
  }
}

@media(max-width:450px){
  .video-wrap{
    height: 500px;
    max-height: 500px;
  }
  .video-wrap.active{
    height: 500px;
  }
  .responsive-video{
    width: 970px;
  }
}

@media(max-width:390px){
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox{
    flex-wrap: wrap;
    gap: 6px;
  }
  .main-sec02 .main-sec02-con-wrap2 .main-sec02-titbox p{
    width: 100%;
    padding-left: 20px;
  }
}

@media(max-width:375px){
  .main-bottom-con-wrapper .con-line > .right h2{
    font-size: 6vw;
  }
}

@media(max-width:330px){
  .main-sec06 .fx-end .con-line > li{
    flex: none;
    width: 100%;
  }
}

/* main */

.foot-wrap{
  width: 100%;
  position: relative;
  padding: 48px 0 80px;
  background: #000;
  position: relative;
  z-index: 10;
}
.foot-wrap .footer > .inner{
  max-width: 1840px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.foot-wrap .footer > .inner .con-line{
  width: calc(100% - 142px);
}
.foot-wrap .footer > .inner .right-sns{
  width: 132px;
}
.foot-wrap .footer > .inner .right-sns .sns-line{
  display: flex;
  gap: 8px;
}
.foot-wrap .footer > .inner .right-sns .sns-line a{
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: block;
}
.foot-wrap .footer > .inner .con-line{
  display: flex;
  gap: 30px 280px;
  flex-wrap: wrap;
}
.foot-wrap .footer > .inner .con-line > .logo{
  width: 132px;
}
.foot-wrap .footer > .inner .con-line > .info{
  width: calc(100% - 420px);
}
.foot-wrap .footer > .inner .con-line > .info .infobox .con-line{
  display: flex;
  gap: 20px 74px;
  flex-wrap: wrap;
}
.foot-wrap .footer > .inner .con-line > .info .infobox .con-line > li p{
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.foot-wrap .footer > .inner .con-line > .info .infobox .con-line > li p:first-child{
  margin-top: 8px;
}
.foot-wrap .footer > .inner .con-line > .info .infobox .con-line > li p:last-child{
  margin-top: 0;
}
.foot-wrap .footer > .inner .con-line > .info .infobox .con-line > li p .tit{
  display: block;
  color: #9a9a9a;
  margin-bottom: 8px;
}

@media(max-width:1024px){
  .foot-wrap{
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
  .foot-wrap .footer > .inner{
    gap: 30px;
  }
  .foot-wrap .footer > .inner .con-line{
    width: 100%;
    order: 1;
  }
  .foot-wrap .footer > .inner .right-sns{
    position: absolute;
    top: 0;
    right: 20px;
    width: auto;
  }
  .foot-wrap .footer > .inner .right-sns .sns-line{
    gap: 6px;
  }
  .foot-wrap .footer > .inner .right-sns .sns-line a{
    width: 32px;
    height: 32px;
  }
  .foot-wrap .footer > .inner .con-line{
    gap: 20px 30px;
    flex-wrap: wrap;
  }
  .foot-wrap .footer > .inner .con-line > .info .infobox .con-line > li{
    width: 100%;
  }
  .foot-wrap .footer > .inner .con-line > .logo{
    width: 100%;
  }
  .foot-wrap .footer > .inner .con-line > .logo img{
    max-width: 112px;
  }
  .foot-wrap .footer > .inner .con-line > .info{
    width: 100%;
  }
  .foot-wrap .footer > .inner .con-line > .info .infobox .con-line{
    gap: 7px;
  }
  .foot-wrap .footer > .inner .con-line > .info .infobox .con-line > li p{
    font-size: 14px;
  }
  .foot-wrap .footer > .inner .con-line > .info .infobox .con-line > li p:last-child{
    margin-top: 6px;
  }
}

/* footer */

.sub-wrap, .sub-top, .sub-sec{
  width: 100%;
  position: relative;
}
.sub-sec-titbox{
  text-align: center;
  margin-top: 240px;
  margin-bottom: 160px;
}
.sub-sec-titbox2{
  margin: 0 !important;
}
.sub-sec-titbox h2{
  font-size: 80px;
  font-weight: 900;
  line-height: 1.38;
  color: #fff;
}
.sub-sec-titbox p{
  margin-top: 60px;
  font-size: 20px;
  font-weight: normal;
  color: #ccc;
}

@media(max-width:1024px){
  .sub-sec-titbox{
    margin-top: 120px;
    margin-bottom: 60px;
  }
  .sub-sec-titbox h2{
    font-size: 32px;
  }
  .sub-sec-titbox p{
    margin-top: 20px;
    font-size: 16px;
  }
}
@media(max-width:767px){
  .sub-sec-titbox h2 br{
    display: none;
  }
}

/* subtop */

.sub01-1-wrap{
  min-height: 1200px;
}
.sub01-1-wrap .inner{
  max-width: 1640px;
}
.sub01-1-sec01{
  background: url(/html/img/sub01-1-sec01-bg.jpg) no-repeat center / cover;
  transition: all 0.3s linear;
  border-radius: 999px;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sub01-1-sec01 .inner{
  position: relative;
  top: 100px;
  opacity: 0;
  transition-delay: 1s;
  transition: all 1s ease-in-out;
}
.sub01-1-sec01.active{
  height: 100vh;
  min-height: 600px;
  border-radius: 0;
  overflow-y: auto;
}
.sub01-1-sec01.active .inner{
  opacity: 1;
  top: 0;
}
.sub01-1-sec01 .tab {
  display: flex;
  border-radius: 9999px;
  border: solid 1px #9a9a9a;
  width: 300px;
  overflow: hidden;
  margin-top: 72px;
}
.sub01-1-sec01 .tab button {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  outline: none;
  border: none;
  background: none;
  transition: all 0.3s ease-in-out;
  padding: 12px 0;
  text-align: center;
  width: 50%;
}

.sub01-1-sec01 .tab button:hover,
.sub01-1-sec01 .tab button.active
{
  color: #000;
  background: #fff;
}
.sub01-1-sec01 .tabcontent {
  display: none;
}
.sub01-1-sec01 .tabcontent.first{
  display: block;
}
.sub01-1-sec01 .tabcontent .txtbox h3{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 56px;
}
.sub01-1-sec01 .tabcontent .txtbox p{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #ccc;
  margin-bottom: 18px;
}
.sub01-1-sec01 .tabcontent .txtbox p:last-child{
  margin-bottom: 0;
}

@media(min-width:1025px){
  .sub01-1-sec01 .tabcontent .txtbox{
    min-height: 351px;
  }
}

@media(max-width:1024px){
  .sub01-1-sec01{
    border-radius: 0 !important;
    height: auto !important;
    display: block;
    padding: 120px 0;
  }
  .sub01-1-sec01 .inner{
    top: 0 !important;
    opacity: 1 !important;
  }
  .sub01-1-wrap{
    height: auto;
    min-height: 200px;
  }
  .sub01-1-sec01 .tab {
    width: 100%;
    margin-top: 30px;
  }
  .sub01-1-sec01 .tab button {
    padding: 8px 0;
  }
  .sub01-1-sec01 .tabcontent .txtbox h3{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sub01-1-sec01 .tabcontent .txtbox p{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .sub01-1-sec01 .tabcontent .txtbox p br{
    display: none;
  }
}

/* sub01-1 */

.bo_inner{
  max-width: 1840px;
  padding-top: 120px;
  padding-bottom: 120px;
}
/* .btn_bo_user li{
  background: transparent !important;
}
.btn_bo_user li button,
.btn_bo_user li a
{
  color: #fff !important;
}
.more_opt li button, .more_opt li a{
  color: #6b767c !important;
} */

#bo_cate{
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  margin-bottom: 72px !important;
}
#bo_cate ul{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
#bo_cate li{
  display: block !important;
  padding: 0 !important;
}
#bo_cate a{
  line-height: 1.5 !important;
  padding: 12px 24px !important;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #ccc !important;
  border: solid 1px #ccc !important;
  border-radius: 999px !important;
}
#bo_cate #bo_cate_on,
#bo_cate a:hover
{
  background: #fff !important;
  color: #000 !important;
  font-weight: normal !important;
  box-shadow: initial !important;
  -webkit-box-shadow : initial !important;
  -moz-box-shadow : initial !important;
  border-bottom: none !important;
}
#bo_list_total{
  color: #fff !important;
}

@media(max-width:1024px){
  #bo_cate{
    margin-bottom: 30px !important;
  }
  #bo_cate ul{
    gap: 8px;
  }
  #bo_cate a{
    padding: 6px 12px !important;
  }
  .bo_inner{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* board */

.sub02-1-wrap .sub-top{
  background: url(/html/img/sub02-1-visual.jpg) no-repeat center / cover;
  padding-top: 252px;
  padding-bottom: 281px;
}
.sub02-1-wrap .sub-sec-titbox p{
  margin-top: 20px;
}
.sub02-1-wrap .sub-sec-titbox{

}
.sub02-1-sec01 .con-wrap .con-line{
  display: flex;
  gap: 80px;
  margin-bottom: 280px;
}
.sub02-1-sec01 .con-wrap .con-line:last-child{
  margin-bottom: 80px;
}
.sub02-1-sec01 .con-wrap .con-line > .img{
  width: 60%;
  position: relative;
}
.sub02-1-sec01 .con-wrap .con-line.even > .img::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  transition: all 0.8s ease-out;
}
.sub02-1-sec01 .con-wrap .con-line.even > .img.scrolled::after{
  left: 100%;
}

.sub02-1-sec01 .con-wrap .con-line.odd > .img::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  transition: all 0.8s ease-out;
}
.sub02-1-sec01 .con-wrap .con-line.odd > .img.scrolled::after{
  right: 100%;
}


.sub02-1-sec01 .con-wrap .con-line > .txt{
  width: calc(40% - 80px);
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.sub02-1-sec01 .con-wrap .con-line > .txt .txtbox h3{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 44px;
}
.sub02-1-sec01 .con-wrap .con-line > .txt .txtbox p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 20px;
}
.sub02-1-sec01 .con-wrap .con-line > .txt .txtbox p:last-child{
  margin-bottom: 0;
}
.sub02-1-sec01 .con-wrap .con-line.even > .img{
  order: 1;
}
.sub02-1-sec01 .con-wrap .con-line.even > .txt{
  order: 0;
  display: flex;
  justify-content: flex-end;
}

.sub02-1-new-sec01{
  padding-top: 80px;
  padding-bottom: 200px;
}
.sub02-1-new-sec01 .con-wrap .con-line{
  width: calc(100% + 382px);
  /* 2302 */
  position: relative;
  left: -132px;

  display: flex;
  align-items: center;
  gap: 28px;
}
.sub02-1-new-sec01 .con-wrap .con-line > .li01{
  width: calc(22% - (84px / 4));
}
.sub02-1-new-sec01 .con-wrap .con-line > .li02{
  width: calc(24% - (84px / 4));
}
.sub02-1-new-sec01 .con-wrap .con-line > .li03{
  width: calc(18% - (84px / 4));
}
.sub02-1-new-sec01 .con-wrap .con-line > .li04{
  width: calc(35% - (84px / 4));
}
.sub02-1-new-sec01 .con-wrap .con-line > li.fx-li{
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.sub02-1-new-sec01 .con-wrap .con-line > li.fx-li > div{
  width: 100%;
}
.sub02-1-new-sec01 .con-wrap .con-line > .li01 .fx-end{
  display: flex;
  justify-content: flex-end;
}
.sub02-1-new-sec01 .con-wrap .con-line > .li01 .fx-end:last-child img{
  width: 70%;
}
.sub02-1-new-sec01 .con-wrap .con-line > li img{
  display: none;
}
.sub02-1-new-sec01 .con-wrap .con-line > li .img01 {
  background-image: url(/html/img/sub02-1-bg01.png);
  height: 280px;
  width: 100%;
}
.sub02-1-new-sec01 .con-wrap .con-line > li .img02 {
  background-image: url(/html/img/sub02-1-bg02.png);
  height: 190px;
  width: 70%;
  background-position: center top; /* 초기 위치 설정 */
  transition: background-position 0.3s ease-out; /* 부드러운 이동 */
}
.sub02-1-new-sec01 .con-wrap .con-line > li .img03 {
  background-image: url(/html/img/sub02-1-bg03.jpg);
  height: 720px;
  width: 100%;
  background-position: center top; /* 초기 위치 설정 */
  transition: background-position 0.3s ease-out; /* 부드러운 이동 */
}
.sub02-1-new-sec01 .con-wrap .con-line > li .img04 {
  background-image: url(/html/img/sub02-1-bg04.jpg);
  height: 328px;
  width: 100%;
  background-position: center top; /* 초기 위치 설정 */
  transition: background-position 0.3s ease-out; /* 부드러운 이동 */
}
.sub02-1-new-sec01 .con-wrap .con-line > li .img05 {
  background-image: url(/html/img/sub02-1-bg05.jpg);
  height: 251px;
  width: 100%;
  background-position: center top; /* 초기 위치 설정 */
  transition: background-position 0.3s ease-out; /* 부드러운 이동 */
}
.sub02-1-new-sec01 .con-wrap .con-line > li .img06 {
  background-image: url(/html/img/sub02-1-bg06.png);
  height: 440px;
  width: 100%;
  background-position: center top; /* 초기 위치 설정 */
  transition: background-position 0.3s ease-out; /* 부드러운 이동 */
}
.sub02-1-new-sec01 .con-wrap .con-line > li .img01,
.sub02-1-new-sec01 .con-wrap .con-line > li .img02,
.sub02-1-new-sec01 .con-wrap .con-line > li .img03,
.sub02-1-new-sec01 .con-wrap .con-line > li .img04,
.sub02-1-new-sec01 .con-wrap .con-line > li .img05,
.sub02-1-new-sec01 .con-wrap .con-line > li .img06
{
  background-position: center top; /* 초기값 */
  background-size: 150%;
  background-repeat: no-repeat;
  transition: background-position 0.3s ease-out; /* 부드러운 전환 */
}

.sub02-1-new-swiper-sec{
  padding: 140px 0;
}
.sub02-1-sec02{
  padding-top: 200px;
}
.sub02-1-new-swiper-sec .titbox{
  text-align: center;
  margin-bottom: 128px;
}
.sub02-1-new-swiper-sec .titbox h2{
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 44px;
}
.sub02-1-new-swiper-sec .titbox p{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #9a9a9a;
  margin-bottom: 24px;
}
.alw{
  display: block !important;
}
.mobile{
  display: none !important;
}
.sub02-1-new-swiper-sec .titbox p:last-child{
  margin-bottom: 0;
}
.sub02-1-swiper .swiper-slide .imgbox{
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub02-1-swiper .swiper-slide .imgbox img {
  transition: transform 0.6s ease-in-out;
  transform: scale(1); /* 기본 크기 */
  width: 100%;
}
.sub02-1-swiper .swiper-slide-active .imgbox img {
  transform: scale(1.2); 
}
.sub02-1-new-swiper-sec .swiper-pagination-custom{
  margin-top: 40px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #4a4a4a;
}
.sub02-1-new-swiper-sec .swiper-pagination-custom span:first-child{
  font-weight: 500;
  color: #fff;
}
.sub02-1-swiper04 .swiper-slide01{
  width: 43%;
}
.sub02-1-swiper04 .swiper-slide02{
  width: 25%;
}
.sub02-1-swiper04 .swiper-slide03{
  width: 53%;
}
.sub02-1-swiper04 .swiper-slide04{
  width: 33%;
}
.sub02-1-swiper04 .swiper-wrapper{
  align-items: flex-end;
}
.sub02-1-new-swiper-sec .more-btn-wrap01{
  margin-top: 60px;
}
.sub02-1-new-swiper-sec .more-btn-wrap01 a{
  width: 280px;
  padding: 14px 48px;
}
/* .sub02-1-new-swiper-sec .swiper-wrapper .swiper-slide{
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub02-1-new-swiper-sec .swiper-wrapper .swiper-slide img{
  scale: 1.0;
  transition: all 0.3s ease-in-out;
}
.sub02-1-sec02 .swiper-wrapper .swiper-slide{
  height: 520px;
  overflow: hidden;
  background: url(/html/img/sub02-1-sp01-img01.jpg) no-repeat center/ cover;
  transition: background-size 0.3s ease-out;
}
.sub02-1-sec02 .swiper-wrapper .swiper-slide.swiper-slide-active{
  background-size: 120%;
}
.sub02-1-sec02 .swiper-wrapper .swiper-slide img{
  display: none;
} */

@media(max-width:1600px){
  .sub02-1-sec01 .con-wrap .con-line{
    gap: 40px;
  }
  .sub02-1-sec01 .con-wrap .con-line > .img{
    width: 50%;
  }
  .sub02-1-sec01 .con-wrap .con-line > .txt{
    width: calc(50% - 40px);
  }

  .sub02-1-new-sec01 .con-wrap .con-line{
    gap: 14px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > .li01{
    width: calc(22% - (42px / 4));
  }
  .sub02-1-new-sec01 .con-wrap .con-line > .li02{
    width: calc(24% - (42px / 4));
  }
  .sub02-1-new-sec01 .con-wrap .con-line > .li03{
    width: calc(18% - (42px / 4));
  }
  .sub02-1-new-sec01 .con-wrap .con-line > .li04{
    width: calc(35% - (42px / 4));
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li.fx-li{
    gap: 14px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img01 {
    height: 250px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img02 {
    height: 170px;
    width: 80%;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img03 {
    height: 500px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img04 {
    height: 200px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img05 {
    height: 200px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img06 {
    height: 340px;
  }
}

@media(max-width:1200px){
  .sub02-1-wrap .sub-sec-titbox p{
    margin-top: 12px;
  }
  .sub02-1-wrap .sub-top{
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .sub02-1-sec01 .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
  }
  .sub02-1-sec01 .con-wrap .con-line:last-child{
    margin-bottom: 80px;
  }
  .sub02-1-sec01 .con-wrap .con-line > .img{
    width: 100%;
  }
  .sub02-1-sec01 .con-wrap .con-line > .txt{
    width: 100%;
  }
  .sub02-1-sec01 .con-wrap .con-line > .txt .txtbox h3{
    font-size: 24px;
    margin-bottom: 16px;
  }
  .sub02-1-sec01 .con-wrap .con-line > .txt .txtbox p{
    margin-bottom: 12px;
  }
  .sub02-1-sec01 .con-wrap .con-line > .txt .txtbox p br{
    display: none;
  }
  .sub02-1-sec01 .con-wrap .con-line.even > .img{
    order: 0;
  }
  .sub02-1-sec01 .con-wrap .con-line.even > .txt{
    order: 1;
    justify-content: flex-start;
  }
  .mobile{
    display: block !important;
  }

  .sub02-1-new-sec01{
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line{
    width: calc(100% + 40px);
    left: -20px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > .li01{
    width: calc(40% - 5px);
  }
  .sub02-1-new-sec01 .con-wrap .con-line > .li02{
    width: calc(60% - 5px);
  }
  .sub02-1-new-sec01 .con-wrap .con-line > .li03{
    width: calc(40% - 5px);
    order: 1;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > .li04{
    width: calc(60% - 5px);
    order: 0;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li.fx-li{
    gap: 10px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > .li01 .fx-end:last-child img{
    width: calc(100% - 25px);
  }

  .sub02-1-new-sec01 .con-wrap .con-line > li .img01 {
    height: 200px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img02 {
    height: 160px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img03 {
    height: 360px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img04 {
    height: 160px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img05 {
    height: 160px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img06 {
    height: 320px;
  }


  .sub02-1-new-swiper-sec{
    padding: 80px 0;
  }
  .sub02-1-sec02{
    padding-top: 120px;
  }
  .sub02-1-new-swiper-sec .titbox{
    margin-bottom: 40px;
  }
  .sub02-1-new-swiper-sec .titbox h2{
    font-size: 28px;
    margin-bottom: 16px;
  }
  .sub02-1-new-swiper-sec .titbox p{
    font-size: 15px;
    margin-bottom: 8px;
  }
  .sub02-1-new-swiper-sec .titbox p:last-child{
    font-size: 14px;
    letter-spacing: -0.3px;
  }
  .sub02-1-new-swiper-sec .swiper-pagination-custom{
    margin-top: 30px;
  }
  .sub02-1-new-swiper-sec .titbox p br{
    display: none;
  }

  .sub02-1-swiper04 .swiper-slide01{
    width: 63%;
  }
  .sub02-1-swiper04 .swiper-slide02{
    width: 40%;
  }
  .sub02-1-swiper04 .swiper-slide03{
    width: 70%;
  }
  .sub02-1-swiper04 .swiper-slide04{
    width: 45%;
  }

  .sub02-1-new-swiper-sec .more-btn-wrap01{
    margin-top: 30px;
  }

  .sub02-1-new-swiper-sec .more-btn-wrap01 a{
    width: 200px;
    padding: 12px 30px;
  }
}

@media(max-width:767px){
  .sub02-1-new-sec01 .con-wrap .con-line > li .img01 {
    height: 90px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img02 {
    height: 90px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img03 {
    height: 190px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img04 {
    height: 80px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img05 {
    height: 80px;
  }
  .sub02-1-new-sec01 .con-wrap .con-line > li .img06 {
    height: 170px;
  }
}
@media(max-width:359px){
  .sub02-1-new-swiper-sec .titbox p br{
    display: none !important;
  }
}

/* sub02-1 */

.sub03-1-sec01{
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
  z-index: 9;
}
.sub03-1-sec01 .inner{
  max-width: 1440px;
}
.sub03-1-sec01 .con-wrap .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px;
}
.sub03-1-sec01 .con-wrap .con-line > li{
  width: calc(20% - (320px / 5));
}
.sub03-1-sec01, .sub03-1-wrap{
  overflow: hidden;
}

.orb {

  animation:spin 12s linear infinite;
  width: 4000px;
  height: 4000px;
  border-radius: 100%;
  box-shadow:
      inset 0 0 50px #fff,
      inset 20px 0 60px violet,
      inset -20px 0 60px blue,
      inset 20px 0 300px violet,
      inset -20px 0 300px blue,
        0 0 50px #fff,
        -10px 0 60px violet,
        10px 0 60px blue;

  position: absolute;
  bottom: -3690px;
  left: calc(50% - 2000px);
}

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


@media(max-width:1300px){
  .orb{
    bottom: -2900px;
    width: 3000px;
    height: 3000px;
    left: calc(50% - 1500px);
  }
}

@media(max-width:1024px){
  .orb{
    bottom: -1300px;
    width: 1500px;
    height: 1500px;
    left: calc(50% - 750px);
  }
  .sub03-1-sec01{
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .sub03-1-sec01 .con-wrap .con-line{
    gap: 5px;
  }
  .sub03-1-sec01 .con-wrap .con-line > li{
    width: calc(33.33% - (10px / 3));
  }
}

/* sub03-1 */

.sub04-1-sec01{
  padding: 80px 0;
}
.sub04-1-sec01 .inner{
  max-width: 940px;
}
.sub04-1-sec01 .con-line{
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.sub04-1-sec01 .con-line > li{
  flex: 1;
}
.iptbox{
  margin-bottom: 40px; 
}
.iptbox.last{
  margin-bottom: 0;
}
.iptbox .tit{
  font-size: 16px;
  font-weight: normal;
  color: #9a9a9a;
  margin-bottom: 12px;
}
.iptbox .n-ipt{
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow : initial !important;
  -moz-box-shadow:initial !important;
  box-shadow:initial !important;

  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #fff;
  width: 100%;
  padding: 20px;
}
.iptbox .n-ipt:focus{
  border: solid 1px rgba(255, 255, 255, 0.8) !important;

  -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}
textarea.n-ipt{
  height: 192px;
  overflow-y: auto;
  resize: none;
}
.prv-agr{
  margin-top: 20px;
  margin-bottom: 80px;
}
.prv-agr .chck-line{
  position: relative;
}
.prv-agr .chck-line input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.prv-agr .chck-line label{
  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #9a9a9a;
  cursor: pointer;
}
.prv-agr .chck-line label .box{
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.04);
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
.prv-agr .chck-line label .box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 70%;
  opacity: 0;
}
.prv-agr .chck-line input:checked + label .box{
  border: 1px solid rgb(255,255,255);
}
.prv-agr .chck-line input:checked + label .box img{
  opacity: 1;
}
.prv-agr .chck-line label .agr-popupbtn:hover{
  text-decoration: underline;
}

.submit-btn-box .submitbtn{
  border-radius: 9999px;
  width: 360px;
  padding: 20px 60px;
  border: solid 1px #9a9a9a;
  display: flex;
  align-items: center;

  font-size: 28px;
  font-weight: 500;
  color: #fff;
  outline: none;
  background: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.submit-btn-box .submitbtn .imgbox{
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 33px;
  height: 33px;
}
.submit-btn-box .submitbtn img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
}
.submit-btn-box .submitbtn img.hover{
  opacity: 0;
}
.submit-btn-box .submitbtn:hover{
  background: #fff;
  color: #000;
}
.submit-btn-box .submitbtn:hover img.normal{
  opacity: 0;
}
.submit-btn-box .submitbtn:hover img.hover{
  opacity: 1;
}

.loading-wrap{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  z-index: 9999999;
}

        @keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-moz-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-webkit-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-o-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-moz-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-webkit-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-o-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @keyframes loading-text-opacity {
            0%  {opacity: 0}
            20% {opacity: 0}
            50% {opacity: 1}
            100%{opacity: 0}
        }

        @-moz-keyframes loading-text-opacity {
            0%  {opacity: 0}
            20% {opacity: 0}
            50% {opacity: 1}
            100%{opacity: 0}
        }

        @-webkit-keyframes loading-text-opacity {
            0%  {opacity: 0}
            20% {opacity: 0}
            50% {opacity: 1}
            100%{opacity: 0}
        }

        @-o-keyframes loading-text-opacity {
            0%  {opacity: 0}
            20% {opacity: 0}
            50% {opacity: 1}
            100%{opacity: 0}
        }
        .loading-container,
        .loading2 {
            height: 100px;
            position: relative;
            width: 100px;
            border-radius: 100%;
        }


        .loading-container {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          -webkit-transform: translate(-50%,-50%);
         }

        .loading2 {
            border: 2px solid transparent;
            border-color: transparent #fff transparent #FFF;
            -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
            -moz-transform-origin: 50% 50%;
            -o-animation: rotate-loading 1.5s linear 0s infinite normal;
            -o-transform-origin: 50% 50%;
            -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
            -webkit-transform-origin: 50% 50%;
            animation: rotate-loading 1.5s linear 0s infinite normal;
            transform-origin: 50% 50%;
        }

        .loading-container:hover .loading2 {
            border-color: transparent #E45635 transparent #E45635;
        }
        .loading-container:hover .loading2,
        .loading-container .loading2 {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        #loading-text {
            -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
            -o-animation: loading-text-opacity 2s linear 0s infinite normal;
            -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
            animation: loading-text-opacity 2s linear 0s infinite normal;
            color: #ffffff;
            font-family: "Helvetica Neue, "Helvetica", ""arial";
            font-size: 10px;
            font-weight: bold;
            margin-top: 45px;
            opacity: 0;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: 0;
            width: 100px;
        }


@media(max-width:1024px){
  .sub04-1-sec01{
    padding: 60px 0 120px;
  }
  .sub04-1-sec01 .con-line{
    gap: 0px;
    flex-wrap: wrap;
  }
  .sub04-1-sec01 .con-line > li{
    flex: none;
    width: 100%;
  }
  .iptbox{
    margin-bottom: 20px; 
  }
  .iptbox .tit{
    font-size: 15px;
    margin-bottom: 6px;
  }
  .iptbox .n-ipt{
    font-size: 16px;
    padding: 10px 15px;
  }
  textarea.n-ipt{
    height: 150px;
  }
  .prv-agr{
    margin-top: 16px;
    margin-bottom: 30px;
  }
  .prv-agr .chck-line label{
    gap: 8px;
    font-size: 15px;
  }
  .prv-agr .chck-line label .box{
    width: 18px;
    height: 18px;
  }
  .prv-agr .chck-line label .box img{
    width: 80%;
  }
  .submit-btn-box .submitbtn{
    max-width: 300px;
    width: 100%;
    padding: 10px 20px;
    font-size: 20px;
  }
  .submit-btn-box .submitbtn img{
    max-width: 28px;
  }
  .submit-btn-box .submitbtn .imgbox{
    right: 20px;
    width: 28px;
  }
}

/* sub04-1 */

.p-popup-wrap{
  position: fixed;
  z-index: 100000;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}
.p-popup-wrap .popupbox{
  max-width: 800px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background: #fff;
}
.p-popup-wrap .popupbox .popup-titline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 20px 25px;
  background: rgb(56,95,115);
}
.p-popup-wrap .popupbox .popup-titline h3{
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
}
.p-popup-wrap .popupbox .popup-titline .popup-close{
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.p-popup-wrap .popupbox .popup-content{
  padding: 30px 25px;
  background: #fff;
  max-height: 50vh;
  overflow-y: auto;
}
.p-popup-wrap .popupbox .popup-content::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.p-popup-wrap .popupbox .popup-content::-webkit-scrollbar-thumb {
  background-color: rgb(92, 91, 91);
}
.p-popup-wrap .popupbox .popup-content p,
.p-popup-wrap .popupbox .popup-content,
.p-popup-wrap .popupbox .popup-content div
{
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}


@media(max-width:1024px){
  .p-popup-wrap .popupbox{
    width: calc(100% - 40px);
  }
  .p-popup-wrap .popupbox .popup-titline{
    padding: 16px 15px;
  }
  .p-popup-wrap .popupbox .popup-titline h3{
    font-size: 16px;
  }
  .p-popup-wrap .popupbox .popup-titline .popup-close{
    font-size: 24px;
  }
  .p-popup-wrap .popupbox .popup-content{
    padding: 30px 15px;
  }
  .p-popup-wrap .popupbox .popup-content p,
  .p-popup-wrap .popupbox .popup-content,
  .p-popup-wrap .popupbox .popup-content div
  {
    font-size: 14px !important;
  }
} 

/* popup */

#video-box {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: none;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
}

#video-box .iframe-wrapper {
  background-color: black;
  width: 100%;
  padding-top: 56.67%;
  position: relative;
}
#video-box .iframe-wrapper.img-on::after{
  opacity: 0;
}
#video-box .iframe-wrapper::after{
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 6;
}
@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
} 
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
#video-box .iframe-wrapper.img-on{
  padding-top: 0 !important;
  max-height: ;
}


#video-box .b-close {
  position: absolute;
  border: 0;
  outline: 0;
  background-color: transparent;
  z-index: 30;
  width:30px;
  height:30px;
  right:5px;
  top:5px;
  color: #fff;
  font-size: 28px;
  line-height:1em;
}

.iframe-wrapper iframe {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display:none;
}
.iframe-wrapper iframe.on {
  z-index: 20;
  display:inline-block;
}
#video-box .popup-imgbox{
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  text-align: center;
  border: 1px solid #fff;
}
#video-box .popup-imgbox.no{
  border: 1px solid transparent;
}
#video-box .popup-imgbox img{
  max-height: calc(100vh - 202px);
}

.gall_chk {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  z-index: 30;
}

.gallery-item {
  width: calc(25% - 27px);
  margin-bottom: 36px;
  background: #fff;
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

#gall_allchk{
  margin-bottom: 20px;
}
.work-txtbox{
  position: absolute;
  bottom: 28px;
  left: 28px;
  width: calc(100% - 56px);
  text-align: left;
  z-index: 2;
}
.work-txtbox h2{
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.work-txtbox p{
  margin-top: 4px;
  font-size: 14px;
  font-weight: normal;
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.gall_img a{
  position: relative;
}
.gall_img a::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.check-image-line{
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d0d3db;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
}
.check-image-line label{
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.check-image-line .write_div{

}

#video-box .paging-wrap{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100vw;
  z-index: 0;
  padding: 0 76px;
}
#video-box .paging-wrap .con-line{
  display: flex;
  justify-content: space-between;
}
#video-box .paging-wrap .con-line li a{
  display: block;
  width: 48px;
}
#video-box .popup-box{
  z-index: 3;
  position: relative;
}
#video-box .popup-box .b-close{
  cursor: pointer;
  max-width: 16px;
  top: 23px !important;
}
#video-box .popup-box .popup-conbox{
  max-height: 95vh;
  overflow-y: auto;
}
#video-box .popup-box .popup-conbox .top-titbox{
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#video-box .popup-box .popup-conbox .top-titbox h3{
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
#video-box .popup-box .popup-conbox .top-titbox span{
  display: block;

  font-size: 20px;
  font-weight: normal;
  color: #ccc;
  padding-left: 12px;
  position: relative;
}
#video-box .popup-box .popup-conbox .top-titbox span::before{
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
}
#video-box .popup-box .popup-conbox .bottom-txt-line{
  margin-top: 22px;
}
#video-box .popup-box .popup-conbox .bottom-txt-line ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 40px;
}
#video-box .popup-box .popup-conbox .bottom-txt-line ul li{
  display: flex;
  align-items: center;
  gap: 8px;
}
#video-box .popup-box .popup-conbox .bottom-txt-line ul li span{
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
#video-box .popup-box .popup-conbox .bottom-txt-line ul li .tit{
  padding: 2px 8px;
  background: rgba(255,255,255,0.2);
  border-radius: 9999px;
}
#video-box .popup-box .popup-conbox .bottom-txt-line ul li .txt{

}
.b-modal{
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  background-color: rgba(91,91,91,0.8) !important;
  opacity: 1 !important;
}
.b-modal:last-child{
  opacity: 0 !important;
}
.pg_wrap{
  display: none;
}
.loading {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: #fff;
}

.loading span {
  display: inline-block; 
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;   
  animation: loading 1s 0s linear infinite;
}

.loading span:nth-child(1) {  
  animation-delay: 0s;
  background-color: #9fa0a0;
}

.loading span:nth-child(2) {
  animation-delay: 0.2s;
  background-color: #9fa0a0;
}

.loading span:nth-child(3) {
  animation-delay: 0.4s;
  background-color: #9fa0a0;
}

@keyframes loading {    
  0%,                     
  100% {
    opacity: 0;     
    transform: scale(0.5); 
  }
  50% {
    opacity: 1;          
    transform: scale(1.2); 
    background-color: fff;
  }
}

.behance-wrap{
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
}
.behance-wrap a{
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #ccc;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.behance-wrap a:hover{
  color: #fff;
}


@media(max-width:1300px){
  #video-box .paging-wrap{
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .gallery-item {
    width: calc(50% - 5px); /* 태블릿에서는 2열 */
  }
  .gallery-item{
    margin-bottom: 10px;
  }


  #gall_allchk{
    margin-bottom: 16px;
  }
  .work-txtbox{
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
  .work-txtbox h2{
    font-size: 20px;
  }
  #video-box .paging-wrap{
    padding: 0 10px;
  }
  #video-box .paging-wrap .con-line li a{
    width: 30px;
  }
  #video-box .popup-box .b-close{
    max-width: 20px;
    top: 0px !important;
  }
  #video-box .popup-box .popup-conbox .top-titbox{
    margin-bottom: 20px;
  }
  #video-box .popup-box .popup-conbox .top-titbox h3{
    font-size: 28px;
  }
  #video-box .popup-box .popup-conbox .top-titbox span{
    font-size: 16px;
    padding-left: 8px;
  }
  #video-box .popup-box .popup-conbox .bottom-txt-line{
    margin-top: 20px;
  }
  #video-box .popup-box .popup-conbox .bottom-txt-line ul{
    gap: 10px 20px;
  }
  #video-box .popup-box .popup-conbox .bottom-txt-line ul li{
    gap: 6px;
  }
  #video-box .popup-box .popup-conbox .bottom-txt-line ul li .tit{
    padding: 2px 6px;
  }
  #video-box{
    width: calc(100% - 90px);
  }
  #video-box .popup-imgbox img{
    max-height: initial;
    height: auto;
  }

  .behance-wrap{
    margin-top: 20px;
    justify-content: flex-start;
  }
  .behance-wrap a{
    color: #fff;
  }
}

@media (max-width: 768px) {
  .gallery-item {
    width: 100%; /* 모바일에서는 1열 */
  }
  .gallery-item{
    margin-bottom: 30px;
  }
  #video-box .popup-box .popup-conbox .top-titbox{
    flex-wrap: wrap;
    gap: 6px;
  }
  #video-box .popup-box .popup-conbox .top-titbox h3{
    width: 100%;
    padding-right: 30px;
  }
  #video-box .popup-box .popup-conbox .top-titbox span{
    width: 100%;
    padding-left: 0;
    padding-right: 30px;
  }
  #video-box .popup-box .popup-conbox .top-titbox span::before{
    display: none;
  }
  #video-box .paging-wrap .con-line li a{
    width: 20px;
  }
  #video-box{
    width: calc(100% - 65px);
  }

  #video-box .popup-box .popup-conbox .top-titbox h3{
    white-space: initial;
  }
}

/* main-popup */