@import url("common.css?v=1030");
@import url("swiper.css");
@import url("https://use.typekit.net/bsi6uxz.css");


.section {overflow:hidden; clear:both; position: relative; width: 100%; height: 100%; word-break: keep-all; box-sizing:border-box; display:flex; justify-content: center; flex-direction: column; z-index: 1;}
.section:before{content:''; display:block; width:100%; height:100%; position:absolute; left:0; top:0;  z-index: -1;}
.section.action:before{ animation-duration: 5s; animation-name:visualScale; animation-timing-function:all 2.5s cubic-bezier(0.215,0.61,0.355,1);}
.section .fp-tableCell {vertical-align: middle;}

.section_in{display:flex; justify-content: center; flex-direction: column; width: 100%; height: 100%; overflow: hidden;}

.fp-controlArrow{display:none !important;}


.scr{display:inline-block; vertical-align: top; font-size:11px; line-height:18px; font-weight:700; color:#fff; letter-spacing:1.5pt; font-family: 'Noto Sans KR', Malgun Gothic,'Malgun Gothic', sans-serif; position:absolute; left:50%; bottom:78px; z-index:9999; margin-left:-844px; transform:rotate(-90deg);}
.scr span{display:inline-block; vertical-align: top; width:25px; height:16px; background:url('../images/scr.png') no-repeat center/100% auto; margin:0 9px 0 20px;}
.scr span:before{content:''; display:inline-block; width:11px; height:9px; background:url('../images/scr_arrow.png') no-repeat center/100% auto; position:absolute; left:0; top:50%; margin-top:-6px; animation:scr 1.5s linear infinite;}

.scr.on{color:#333;}
.scr.on span{background:url('../images/scr_up.png') no-repeat center/100% auto;}
.scr.on span:before{background:url('../images/scr_arrow_up.png') no-repeat center/100% auto;}
.fp-viewing-secondPage-1 .scr{color:#fff;}
.fp-viewing-secondPage-1 .scr span{background:url('../images/scr.png') no-repeat center/100% auto;}
.fp-viewing-secondPage-1 .scr span:before{background:url('../images/scr_arrow.png') no-repeat center/100% auto;}

.fp-viewing-4rhPage .scr{color:#333;}
.fp-viewing-4rhPage .scr span{background:url('../images/scr_up.png') no-repeat center/100% auto;}
.fp-viewing-4rhPage .scr span:before{background:url('../images/scr_arrow_up.png') no-repeat center/100% auto;}

.fp-viewing-5thPage .scr{color:#333;}
.fp-viewing-5thPage .scr span{background:url('../images/scr_up.png') no-repeat center/100% auto;}
.fp-viewing-5thPage .scr span:before{background:url('../images/scr_arrow_up.png') no-repeat center/100% auto;}



@keyframes scr {
	from { transform:translateX(0); opacity: 1;}
	to { transform:translateX(-10px); opacity: 0;}
}

h3{font-size:60px; line-height:120%; font-weight:700; letter-spacing:0; color:#333;}
h3.w{color:#fff;}
h3 span{display:inline-block; line-height:120%; font-weight:300; color:rgba(255,255,255,.6); letter-spacing:0.2pt;}
h4{font-size:26px; font-weight:600; color:#333; letter-spacing:-0.5pt; line-height:150%;}
h4.eng{letter-spacing:0;}
.mTxt{font-size:18px; letter-spacing:0; line-height: 150%;}
.txt{font-size:1rem; letter-spacing:-0.3pt;}

.moreBtn{display:inline-block; font-size:1rem; letter-spacing:0.5pt; color:#fff; font-weight:400; box-sizing:border-box; height:60px; line-height:60px; border:2px solid #242d62; border-radius:60px; text-align:left; padding:0 20px 0 30px; background:#242d62; transition:all .3s linear; font-family: 'Montserrat', 'Noto Sans KR', Malgun Gothic,'Malgun Gothic', sans-serif;}
.moreBtn.w{background:transparent; border-color:#fff;}
.moreBtn:hover{color:#242d62; background:transparent;}
.moreBtn.w:hover{background:#fff;}
.moreBtn:after{content:''; display:inline-block; width:13px; height:13px; vertical-align:middle; background:url('../images/more_arrow.png') no-repeat center/100% auto; margin:-2px 0 0 32px; transition:all .3s linear;}
.moreBtn:hover:after{background:url('../images/more_arrow_on.png') no-repeat center/100% auto;}

.btn_effect{transform:translateY(60px); opacity: 0;}

@keyframes visualScale {
0% { transform:scale(1.15); -ms-transform: scale(1.15); -webkit-transform: scale(1.15); }
100% { transform:scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

@keyframes effect {
	from { transform:translateY(60px); opacity: 0;}
	to { transform:translateY(0); opacity: 1;}
}

@keyframes effect_left {
	from { transform:translateX(-60px); opacity: 0;}
	to { transform:translateX(0px); opacity: 1;}
}

/* Visual */
#visual{}

#visual .visual-text {
	opacity: 0;
	transition: all ease 2s;
	position: absolute;
	left: 50%;
	top: 140px;
	transform: translate(-50%, 0%);
	text-align: center;
	color: #fff;
}
#visual .visual-text .desc {
	opacity: 0;
  transition: all 1.5s 0s ease;
	transform: translateY(60px);
	font-size: 34px;
	font-family: 'Nanum Myeongjo', serif;
	color: #CCCCCC;
	font-weight: 600;
	letter-spacing: -3px;
}
#visual .visual-text .title {
	opacity: 0;
  transition: all 1.5s 0s ease;
	transform: translateY(60px);
	font-size: 64px;
	font-family: 'Nanum Myeongjo', serif;
	color: #fff;
	font-weight: 600;
	letter-spacing: -3px;
	line-height: 70px;
	margin: 10px 0 15px;
}
#visual .visual-text .desc2 {
	opacity: 0;
  transition: all 1.5s 0s ease;
	transform: translateY(60px);
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 28px;
}
#visual .visual-text .desc2 span {
	color: #293162;
	text-align: center;
}
.visual-swiper-container {
	width: 100%;
	height: 100vh;
}
#visual .visual-text {
	opacity: 1;
}
.visual-swiper-container .bg {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  background-image: url("../images/main-visual.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
	-webkit-transform: scale(1.2, 1.2) rotate(0.002deg);
	transform: scale(1.2, 1.2) rotate(0.002deg);
	-webkit-transition: transform 3000ms ease-in-out;
	-moz-transition: transform 3000ms ease-in-out;
	-o-transition: transform 3000ms ease-in-out;
	transition: transform 3000ms ease-in-out;
}
.visual-swiper-container .vis2 .bg {
  background-image: url("../images/main-visual2.png");
}
.visual-swiper-container .vis3 .bg {
  background-image: url("../images/main-visual3.png");
}
.visual-swiper-container .vis4 .bg {
  background-image: url("../images/main-visual4.png");
}
#visual .visual-swiper-container .swiper-slide.swiper-slide-active .visual-text .desc, 
#visual .visual-swiper-container .swiper-slide.swiper-slide-active .visual-text .title,
#visual .visual-swiper-container .swiper-slide.swiper-slide-active .visual-text .desc2 {
	opacity: 1;
	transform: translateZ(0)
}
#visual .visual-swiper-container .swiper-slide.swiper-slide-active .visual-text .desc {
	transition-delay: .3s;
}
#visual .visual-swiper-container .swiper-slide.swiper-slide-active .visual-text .title {
	transition-delay: .8s;
}

#visual .visual-swiper-container .swiper-slide.swiper-slide-active .visual-text .desc2 {
	transition-delay: 1.3s;
}
#visual .visual-swiper-container .swiper-slide.swiper-slide-active .bg {
	-webkit-transform: scale(1, 1) rotate(0.002deg);
  transform: scale(1, 1) rotate(0.002deg);
}


#forest .visual_in{text-align:left; z-index: 10;}
.txt_dongho{
  position: absolute;
  top:0;
  left:0;
  margin-left: 120px;
  margin-top: 100px;
}
#forest .visual_in .vis_txt{
  position: relative;
  margin-top: 60px;
  margin-left:-50px;
  margin-bottom: 25%;
}
#forest .visual_in p{
  transform:translateY(60px); opacity: 0;
}
#forest .visual_in .box{
  position: absolute;
  left: -60px;
  top: -60px;
  transform:translateX(-60px); opacity: 0;
}
.vimeo-wrapper {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
    overflow: hidden;
  }
  .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
/* Forest */
/* #forest .slide{overflow:hidden; clear:both; position: relative; width: 100%; height: 100%; word-break: keep-all; box-sizing:border-box;}
#forest .fp-tableCell{display:flex; justify-content: center; flex-direction: column;} */

#forest01{}
#forest01:before{
	content:''; display:block; width:50%; height:100%; position:absolute; left:0; top:0;  z-index: -1;
	background: url('../images/unit-bg.png');
	/* background-size: 100%, 100%; */
	background-size : cover;
	background-repeat: no-repeat;
}


#forest01 .forest_in{}
#forest01 .forest_in h3{padding: 0 0 0 86px; transform:translateX(-60px); opacity: 0; transition:all .3s linear;}
#forest01 .forest_in h3 span{opacity: 0; transition:all .3s linear;}
#forest01 .forest_in h3:first-child{padding: 0;}
.active #forest01.active .forest_in h3{transform:translateX(0); opacity: 1;}
.active #forest01.active .forest_in h3 span{opacity: 1;}
.active #forest01.active .forest_in h3:nth-child(1){transition-delay:0.4s;}
.active #forest01.active .forest_in h3:nth-child(2){transition-delay:1s;}
.active #forest01.active .forest_in h3:nth-child(2) span{transition-delay:1.4s;}
.active #forest01.active .forest_in h3:nth-child(3){transition-delay:1.8s;}
.active #forest01.active .forest_in h3:nth-child(3) span{transition-delay:2.2s;}
.active #forest01.active .forest_in h3:nth-child(4){transition-delay:2.4s;}
.active #forest01.active .forest_in h3:nth-child(4) span{transition-delay:3s;}


#forest02{background:#fff;}
#forest02:before{content:''; display:block; width:100%; height:100%; position:absolute; left:0; top:0;  z-index: -1; background:url('../images/forest_bg2.png') no-repeat center/cover;}
#forest02 h3{padding:0 0 10px; transform:translateY(60px); opacity: 0;}
#forest02 .txt{transform:translateY(60px); opacity: 0;}
#forest02 ul{background:url('../images/forest_img.jpg') no-repeat center/cover; display:flex; flex-wrap: wrap; margin:34px 0 60px; transform:translateY(60px); opacity: 0;}
#forest02 ul li{text-align:center; width:33.333%; box-sizing:border-box; padding:100px 10px; border-right:1px solid rgba(255,255,255,.2);}
#forest02 ul li:last-child{border:0;}
#forest02 ul li img{margin:0 auto; width:70px;}
#forest02 ul li small{display:block; font-size:15px; line-height:120%; font-weight:400; letter-spacing:0.5pt; color:#fff;  padding:32px 0 8px;}
#forest02 ul li h4{color:#fff; line-height:120%; padding:0;}
#forest02 ul li:last-child small{padding:8px 0 0;}
#forest02 ul li:last-child h4{padding:32px 0 0;}


/* Expertise */
#expertise{}
.expertise_in{ text-align: center;}
#expertise:before{background:url('../images/visual3-img_new.jpg') no-repeat center/cover;}

#expertise h3{transform:translateY(60px); opacity: 0; text-align: left; font-size: 40px; color: #273165; font-weight: 500;}
#expertise ul{padding:30px 0 60px; transform:translateY(60px); opacity: 0;}
#expertise ul li{font-size:20px; line-height:150%; width: 563px; letter-spacing:0.5pt; color:#fff; text-align: left; font-family:  'Noto Sans KR', Malgun Gothic,'Malgun Gothic', sans-serif; padding:0px; position:relative; background: #fff; }
#expertise ul li .tit {
	color: #1A1A1A;
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 10px;
}
#expertise ul li .desc {
	color: #888;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 20px;
}
#expertise ul li .desc span {
	color: #1A1A1A;
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
}
#expertise ul li .addr1 {
	padding-bottom: 40px;
	box-sizing:border-box;
}
#expertise ul li .addr1:after {
	content: '';
	position: absolute;
	margin: 25px 0;
	height: 1px;
	width: 86%;
	background: #eee;
	box-sizing:border-box;
}
#expertise ul li:last-child{padding: 30px 40px;}
#expertise ul li i{font-style:normal; font-size:14px; letter-spacing:0.5pt; color:#fff; text-align:center; width:40px; height:40px; line-height:40px; border-radius:50%; font-family:  'Noto Sans KR', Malgun Gothic,'Malgun Gothic', sans-serif; background:rgba(255,255,255,.2); position:absolute; left:0; top:-7px;}

#expertise.active h3{animation:effect 0.8s 0.4s linear forwards;}
#expertise.active ul{animation:effect 0.8s 0.8s linear forwards; display: flex;}
#expertise.active .btn_effect{animation:effect 0.8s 1.2s linear forwards;}



/* Solution */
#solution{background:#fff;}
#solution:before{background:url('../images/solution_bg.png') no-repeat center/cover;}
#solution .solution_in{text-align:center;}

#solution h3{transform:translateY(60px); opacity: 0;}

#solution .mTxt{padding:20px 0 0; transform:translateY(60px); opacity: 0;}
#solution ul{display:flex; justify-content: center; flex-wrap: wrap; max-width:1300px; margin: 120px auto 130px; transform:translateY(60px); opacity: 0;}
#solution ul li{text-align:center; width:16.666%;}
#solution ul li img{width:70px; margin:0 auto 10px;}
#solution ul li span{display:block; font-size:19px; letter-spacing:0; font-weight:400; color:#333; line-height:140%;}

#solution.active h3{animation:effect 0.8s 0.4s linear forwards;}
#solution.active .mTxt{animation:effect 0.8s 0.8s linear forwards;}
#solution.active ul{animation:effect 0.8s 1.2s linear forwards;}
#solution.active .btn_effect{animation:effect 0.8s 1.6s linear forwards;}


/* Team */
#team{background:#293162; }
/* #team:before{background:url('../images/member_bg.png') no-repeat center/cover;} */
#team .section_in {

}
#team .team_in{position: relative; text-align:left;}
#team .team_in .title{
  position: absolute;
  top:0;
  margin-top:10.5%;
  margin-left:150px;
  z-index: 10;
  opacity: 0;
  color:#fff; 
  text-shadow: 1px 1px 1px gray;
  /* transform:translateY(60px); */
}
#team .team_in .title span{
font-size:40px;  
font-weight: 500;
}
#team .team_in .title p{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

#team .team_roll{min-width:1280px; margin:30px -15px 60px; ;transform:translateY(60px); opacity: 0;padding: 70px 30px 0;}

#team .team_roll:after{content:''; display:block; clear:both;}
#team .team_roll .roll{float: left; padding:0 15px;}
#team .team_roll .roll a{display:block;}
#team .team_roll .roll dt{overflow: hidden; height:680px;}



.team_in .btn_effect{
  position: absolute !important;
  width:440px;
  bottom:0;
  right:0;
  margin-bottom: 200px;
  z-index: 99;
  /* border:1px solid red; */
}



#team .team_roll .roll dt .left_con{
  position: absolute;
  left:0;
  bottom:0;
  z-index: 90;
}

#team .team_roll .roll dt .left_con img{max-width:100%; background-color:#d8d3d7; background-repeat:no-repeat; background-size:cover; background-position:center; transition:all .3s linear;}

#team .team_roll .roll dt .right_con{
  position: absolute;
  right:0;
  height:100%;
  width:320px;
  background-color: #fff;
  color: #464646;
  z-index: 1;
  padding: 80px 80px 80px 100px;
}

.right_con span{
  display: inline-block;
  background-color: #242d62;
  padding: 5px 6px;
  color:#fff;
  font-family: Montserrat;
  font-size: 30px;
}

.right_con .big{
  display: block;
  color:#000;
  font-size:40px;
  padding: 40px 0 20px;
}
.right_con .line{
  display: block;
  width:50px;
  height:1px;
  background-color: #000;
}
.right_con .bold{
  font-size:20px;
  padding: 20px 0;
}
.right_con .sm{
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.right_con_btn{
  padding-top:50px; width:200px;z-index:99;
}

#team .team_roll .roll:hover dt img{transform:scale(1.05);}
#team .team_roll .roll dd{text-align:left; padding:20px 70px 20px 20px; box-sizing:border-box; border-bottom: 1px solid #ddd; position: relative;}
#team .team_roll .roll dd:after{content:''; display:block; width:0; height:2px; background:#0b4c45; position:absolute; left:0; bottom:-1px; z-index: 2; transition:all .3s linear;}
#team .team_roll .roll:hover dd:after{width: 100%;}
#team .team_roll .roll dd small{display:block; font-weight:400; letter-spacing:0.5pt; color:#004b44; font-family: 'Noto Sans KR', Malgun Gothic,'Malgun Gothic', sans-serif; line-height:120%; font-size:15px;}
#team .team_roll .roll dd h4{line-height:120%; padding:10px 0 0;}
#team .team_roll .roll dd .btn{display:block; width:50px; height:50px; border-radius:50%; background:#cbcbcb url('../images/arrow.png') no-repeat center/100% auto; transition:all .3s linear; position:absolute; right:0; top:50%; margin-top:-25px;}
#team .team_roll .roll:hover dd .btn{background:#0b4c45 url('../images/arrow.png') no-repeat center/100% auto;}

#team .slick-arrow{font-size:0; padding:0; margin:0; cursor:pointer; outline:none; transition:all .3s linear; width:37px; height:70px; position:absolute; top:50%; z-index:9999; border:0;}
#team .slick-prev{background:url('../images/arrow_left.png') no-repeat center/100% auto; left:-40px;}
#team .slick-next{background:url('../images/arrow_right.png') no-repeat center/100% auto; right:-40px;}
#team .slick-prev:hover{background:url('../images/arrow_left.png') no-repeat center/100% auto; }
#team .slick-next:hover{background:url('../images/arrow_right.png') no-repeat center/100% auto;}



#team.active .title{animation:effect 0.8s 0.4s linear forwards;}
#team.active .team_roll{animation:effect 0.8s 0.8s linear forwards;}
#team.active .btn_effect{animation:effect 0.8s 1.2s linear forwards;}







/* News */
#news{}
#news:before{background:url('../images/news_bg.jpg') no-repeat center/cover;}
#news h3{transform:translateY(60px); opacity: 0;}
#news ul{margin:30px 0 70px; transform:translateY(60px); opacity: 0;}
#news ul li a{display:block; box-sizing:border-box; padding:38px 0; border-bottom:1px solid rgba(255,255,255,.2); transition:all .3s linear; position:relative;}
#news ul li:first-child a{border-top:1px solid rgba(255,255,255,.2);}
#news ul li a:hover{padding: 38px;}
#news ul li small{display:block; font-size:1rem; letter-spacing:0.5pt; font-weight:300; font-family: 'Noto Sans KR', Malgun Gothic,'Malgun Gothic', sans-serif; line-height:120%; padding:0 0 10px; color:#fff; transition:all .3s linear;}
#news ul li h5{font-size:20px; font-weight:500; letter-spacing:-0.3pt; line-height:120%; color:#fff; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; white-space: nowrap; word-wrap: normal !important; display: block; transition:all .3s linear;}


#news.active h3{animation:effect 0.8s 0.4s linear forwards;}
#news.active ul{animation:effect 0.8s 0.8s linear forwards;}
#news.active .btn_effect{animation:effect 0.8s 1.2s linear forwards;}





/*******************************************************************************
    @media 1650px
*******************************************************************************/
@media all and (max-width:1650px){



/*** 챗쨀쨉챠�졖� ***/
/* .w1280{padding: 0 160px;} */

.scr{left:25px; margin-left:-45px;}


}

@media all and (max-width:1536px){

  #forest .visual_in .vis_txt{
    margin-top: 100px;
    margin-left:20px;
  }

}

/*******************************************************************************
    @media 1280px
*******************************************************************************/
@media all and (max-width:1280px){


/*** 챗쨀쨉챠�졖� ***/
/* .w1280{padding: 0 120px;} */
.scr{font-size:10px; line-height:16px; left:25px; bottom:60px; margin-left:-45px;}
.scr span{width:22px; height:14px; margin:0 9px 0 15px;}
.scr span:before{width:8px; height:7px; margin-top:-4px;}

h3{font-size:50px;}
h4{font-size:22px;}
.mTxt{font-size:16px;}
.txt br{display: none;}
.moreBtn{height:50px; line-height:50px; padding:0 15px 0 25px; }
.moreBtn:after{width:11px; height:11px;}


/* Visual */
#visual{}
/* #forest .visual_in h2{font-size:48px;}
#forest .visual_in h2 img{width: 65px; margin:0 auto 18px; border:1px solid blue;}
#forest .visual_in p{font-size:18px; padding: 40px 0 0;} */


/* Forest */
#forest01{}
#forest01 .forest_in h3{padding: 0 0 0 72px;}

#forest02{}
#forest02 h3{padding:0 0 8px;}
#forest02 ul{margin:24px 0 40px;}
#forest02 ul li{padding:70px 10px;}
#forest02 ul li img{width:60px;}
#forest02 ul li small{font-size:14px; padding:22px 0 6px;}

#forest02 ul li:last-child small{padding:6px 0 0;}
#forest02 ul li:last-child h4{padding:22px 0 0;}


/* Expertise */
#expertise{}
/* #expertise ul{padding:30px 0 40px;}
#expertise ul li{font-size:18px; padding:0 0 20px 40px;}
#expertise ul li i{font-size:13px; width:30px; height:30px; line-height:32px; top:-3px;} */



/* Solution */
#solution .mTxt{padding:15px 0 0;}
#solution ul{max-width:900px; margin: 90px auto 100px;}
#solution ul li{width:16.666%;}
#solution ul li img{width:58px; margin:0 auto 10px;}
#solution ul li span{font-size:17px;}

/* Team */
#team{}
/* #team .team_roll{margin:20px -15px 50px; border:1px solid blue;}
#team .team_roll .roll dd{padding:15px 60px 15px 15px;}
#team .team_roll .roll dd small{font-size:13px;}
#team .team_roll .roll dd h4{padding:8px 0 0;}
#team .team_roll .roll dd .btn{width:40px; height:40px; margin-top:-20px;} */

#team .slick-arrow{width:19px; height:36px; top:-72px;}



/* News */
#news{}
#news ul{margin:20px 0 50px;}
#news ul li a{padding:30px 0;}
#news ul li a:hover{padding: 30px;}
#news ul li h5{font-size:18px;}


}
/*******************************************************************************
    @media  ~980px                body,html{font-size:14px; }     3%
*******************************************************************************/
@media all and (max-width:980px){

/*** 챗쨀쨉챠�졖� ***/
/* .w1280{padding: 0 60px;} */
.scr{font-size:9px; line-height:14px; left:3%; bottom:50px; margin-left:-45px;}
.scr span{width:19px; height:12px; margin:0 7px 0 10px;}
.scr span:before{width:6px; height:5px; margin-top:-3.5px;}

h3{font-size:40px;}
h4{font-size:20px;}
.mTxt{font-size:14px;}
.moreBtn{height:40px; line-height:40px; padding:0 15px 0 20px;}
.moreBtn:after{width:9px; height:9px;  margin:-2px 0 0 20px;}


/* Visual */
#visual{}
#visual .visual_in h2{font-size:38px;}
#visual .visual_in h2 img{width: 50px; margin:0 auto 15px;}
#visual .visual_in p{font-size:16px; padding: 30px 0 0;}



/* Forest */
#forest01{}
#forest01 .forest_in h3{padding: 0 0 0 58px;}

#forest02{}
#forest02 h3{padding:0 0 6px;}
#forest02 ul{margin:18px 0 30px;}
#forest02 ul li{padding:40px 10px;}
#forest02 ul li img{width:50px;}

#forest02 ul li small{font-size:13px; padding:18px 0 6px;}

#forest02 ul li:last-child small{padding:6px 0 0;}
#forest02 ul li:last-child h4{padding:18px 0 0;}


/* Expertise */
#expertise{}
/* #expertise ul{padding:20px 0 30px;}
#expertise ul li{font-size:16px; padding:0 0 18px 34px;}
#expertise ul li i{font-size:11px; width:26px; height:26px; line-height:28px; top:-3px;} */

/* Solution */
#solution .mTxt{padding:12px 0 0;}
#solution ul{max-width:600px; margin: 50px auto 70px;}
#solution ul li{width:33.333%;}
#solution ul li:nth-child(1),
#solution ul li:nth-child(2),
#solution ul li:nth-child(3){margin:0 0 20px;}
#solution ul li img{width:40px; margin:0 auto 8px;}
#solution ul li span{font-size:14px;}


/* Team */
#team{}
/* #team .team_roll{width: calc(100% + 20px); margin:15px -10px 40px;}
#team .team_roll .roll{padding:0 10px;}
#team .team_roll .roll dd{padding:15px 50px 15px 10px;}
#team .team_roll .roll dd small{font-size:12px;}
#team .team_roll .roll dd h4{padding:6px 0 0;}
#team .team_roll .roll dd .btn{width:36px; height:36px; margin-top:-18px;} */

#team .slick-arrow{width:16px; height:30px; top:-60px;}
#team .slick-prev{left:10px;}
#team .slick-next{right:10px;}


/* News */
#news{}
#news ul{margin:15px 0 40px;}
#news ul li a{padding:24px 0;}
#news ul li a:hover{padding: 24px;}
#news ul li small{padding:0 0 8px;}
#news ul li h5{font-size:16px;}

}
/*******************************************************************************
    @media 481~680px
*******************************************************************************/
@media all and (max-width:680px){


/*** 챗쨀쨉챠�졖� ***/
/* .w1280{padding: 0 30px;} */
.scr{color:transparent; left:3%; bottom:50px; margin-left:-40px;}

h3{font-size:30px;}
h4{font-size:18px;}


/* Visual */
#visual{}
#visual .visual_in h2{font-size:28px;}
#visual .visual_in h2 img{width: 40px; margin:0 auto 12px;}
#visual .visual_in p{font-size:14px; padding: 20px 0 0;}
#visual .visual_in p br{display:none;}


/* Forest */
#forest01{}
#forest01 .forest_in h3{padding: 0 0 0 44px;}

#forest02{}
#forest02 ul{margin:12px 0 20px;}
#forest02 ul li{padding:25px 5px;}
#forest02 ul li img{width:35px;}
#forest02 ul li small{font-size:10px; padding:12px 0 6px;}
#forest02 ul li h4{font-size:14px;}


#forest02 ul li:last-child small{padding:6px 0 0;}
#forest02 ul li:last-child h4{padding:12px 0 0;}



/* Expertise */
#expertise{}
/* #expertise ul{padding:12px 0 20px;}
#expertise ul li{font-size:14px; padding:0 0 12px 28px;}
#expertise ul li i{font-size:9px; width:20px; height:20px; line-height:22px; top:-1px;} */



/* Solution */
#solution .mTxt{padding:10px 0 0;}
#solution ul{max-width:400px; margin: 25px auto 30px;}
#solution ul li{width:33.333%;}
#solution ul li:nth-child(1),
#solution ul li:nth-child(2),
#solution ul li:nth-child(3){margin:0 0 15px;}
#solution ul li img{width:30px; margin:0 auto 6px;}
#solution ul li span{font-size:13px;}


/* Team */
#team{}
/* #team .team_roll{width: calc(100% + 10px); margin:12px -5px 30px;}
#team .team_roll .roll{padding:0 5px;}
#team .team_roll .roll dd{padding:15px 50px 15px 10px;}
#team .team_roll .roll dd .btn{width:30px; height:30px; margin-top:-15px;}

#team .slick-arrow{width:11px; height:20px; top:-44px;}
#team .slick-prev{left:5px;}
#team .slick-next{right:5px;} */


/* News */
#news{}
#news ul{margin:12px 0 30px;}
#news ul li a{padding:20px 0;}
#news ul li a:hover{padding: 20px 10px;}
#news ul li small{padding:0 0 6px; font-size:12px;}
#news ul li h5{font-size:14px;}
}
/*******************************************************************************
    @media ~480px                body,html{font-size:13px; }
*******************************************************************************/
@media all and (max-width:480px){


/* Forest */
#forest02{}
#forest02 .forest_in{padding:0 20px 0 30px;}
#forest02 ul{display: block;}
#forest02 ul li{padding:20px 5px 18px; width: 100%; border:0; border-bottom:1px solid rgba(255,255,255,.2); display:flex; align-items: center; justify-content: center; text-align:left;}
#forest02 ul li img{width:30px; margin: 0;}
#forest02 ul li small{padding:0 0 4px;}
#forest02 ul li h4{width: 110px; padding: 0 0 0 15px !important; box-sizing:border-box;}
#forest02 ul li:last-child small{padding:4px 0 0;}


/* Solution */
#solution h3{font-size:20px;}
#solution ul li{width:50%;}
#solution ul li:nth-child(1),
#solution ul li:nth-child(2),
#solution ul li:nth-child(3),
#solution ul li:nth-child(4){margin:0 0 10px;}
#solution ul li img{width:30px; margin:0 auto 6px;}
#solution ul li span{font-size:13px;}




/* Team */
#team{}
/* #team h3{font-size:20px;}
#team .slick-arrow{top:-37px;} */
}
/*******************************************************************************
    @media ~360px
*******************************************************************************/
@media all and (max-width:320px){



/* Team */
#team{}
#team h3{font-size:18px;}
#team .slick-arrow{top:-34px; width:9px; height:16px;}

}

/* 2�섏씠吏� �섏씠吏� �꾩씠肄� 以묒븰�뺣젹 */
.fp-slidesNav.fp-bottom {
  text-align: center;
  display: none;
}

.main_ori{
  position: absolute;
  width:1280px;
  text-align:center;
  color:#ccc;
  font-size: 14px;
  bottom:0;
  margin-bottom: 20px;
  left:50%;
  transform: translateX(-50%);
  z-index: 99;
  /* border:1px solid red; */
}



/* �곸긽�앹뾽 */
.video_layer {display:none; width:986px; position:fixed; left:50%; top:50%; z-index:9998; transform: translate(-50%, -50%);}
.video_layer button {position:absolute; right:0; top:-80px; cursor:pointer; background:none; border:none;}

.main_mask {display:none; width:100%; height:100%; position:fixed; left:0; top:0; z-index:9991; background:#000;}




.unit-wrap {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
	height: 100vh;
}
.unit-wrap .unit-wrap-left {
	display:flex;
	flex-direction:column;
  align-items: flex-start; 
	width: 50%;
	height: 100%;
	padding-left: 221px;
	padding-top: 163px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.unit-wrap .unit-wrap-left .title {
	padding-bottom: 20px;
}
.unit-wrap .unit-wrap-left p {
	color: #333;
	font-weight: 400;
	text-align: right;
}
.unit-wrap .unit-wrap-right {
	display:flex;
	flex-direction:column;
	align-items:center;
	width: 50%;
	height: 100%;
	padding: 73px 0 57px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F1E8D9;
}
.unit-wrap .unit-swiper-container {
	overflow: visible;
}
.unit-wrap .unit-swiper-container .swiper-wrapper {
	width: 40vw !important;
	height:  auto !important;
  align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.unit-wrap .unit-swiper-container .swiper-slide {
	width: 40vw !important;
  display: flex;
  flex-direction: column;
  align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.unit-wrap .unit-swiper-container .unit-img-area  {
	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.1053vw;
  height: 31.1053vw;
	background-color: #fff;
	border-radius: 100%;
}
.unit-wrap .unit-swiper-container .unit-img-area img {
  opacity: 0;
  transition: all ease .4s;
	max-width: 63%;
}

.unit-slide-controller {
  width: 100%;
  right: calc(100% - (1370px));
  box-sizing: border-box;
  height: 61px;
  font-size: 0;
  opacity: 1;
  -webkit-transition: opacity .5s ease 2s;
  transition: opacity .5s ease 2s;
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unit-slide-controller .swiper-pagination {
  position: relative;
  display: inline-block;
}
.unit-slide-controller .swiper-pagination-progressbar {
  width: 85%;
  height: 1px;
  background: #f0f0f0;
  -webkit-transition: background .8s linear;
  transition: background .8s linear;
}
.swiper-label-area:not(.swiper-label-number-area) {
  display: none;
  width: 6.7%;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.swiper-label-area.swiper-label-number-area {
  display: flex;
	font-size: 33px;
  font-family: contralto-big, "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  color: #444444;
}
.swiper-label-area .swiper-label__number,
.swiper-label-area .swiper-label__total {
  font-size: 33px;
  color: #444444;
  display: block;
  z-index: -1;
  font-family: contralto-big, "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  transition: all, linear 0.3s;
}
.swiper-label-area .swiper-label__number {
  color: #444444;
  margin-right: 5px;
}
.swiper-label-area .swiper-label__text {
  font-size: 36.5px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1.83px;
  color: #5c5c5c;
  padding-right: 20px;
}
.unit-slide-controller .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #7D1C20;
  -webkit-transition: background .8s linear;
  transition: background .8s linear;
}
.main-rotate-content {
	opacity: 0;
	z-index: 20;
	position: absolute;
	top: 0px;
	right: 0px;
  width: 145px;
  height: 146px;
	transition: all ease .3s;
	cursor: pointer;
}
@media screen and (min-width: 2000px) {
	.main-rotate-content {
		right: 1vw;
		top: 1vw;
	}
}
.main-rotate-content.position-set {
  left: calc(100% - 199px);
  top: calc(100% - 200px);
}
.main-rotate-content .rotate-arrow {
  width: 145px;
  height: 146px;
  display: block;
  background: url("/web/images/circle-rotate-arrow.png") no-repeat 50% 50%;
}
.main-rotate-content .rotate-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 145px;
  height: 146px;
  display: block;
  background: url("/web/images/circle-rotate-text.png") no-repeat 0 0;
  transition: all 1s;
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
  }
  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}

.swiper-slide-unit-text {
  display: flex;
  align-items: center;
  justify-content: center; 
  width: 100%;
  height: 80px;
  padding: 14px 40px 20px;
  box-sizing: border-box;
}
.swiper-slide-unit__type {
  opacity: 0;
  transition: all ease .4s;
	color: #a78a7f;
	font-weight: 500;
	font-size: 30px;
	margin-right: 10px;
}
.swiper-slide-unit__content {
  opacity: 0;
  transition: all ease .4s; 
	color: #333;
	font-weight: 500;
	font-size: 18px;
}
.swiper-slide-unit__type em {
  font-family: inherit;
}
.unit-wrap .unit-swiper-container .swiper-button-prev {
  background-image: url(/web/images/unit-btn-prev.png);
}
.unit-wrap .unit-swiper-container .swiper-button-next {
  background-image: url(/web/images/unit-btn-next.png);
}
.unit-wrap .unit-swiper-container .swiper-pagination {
	position: static;
	display:flex;
	width: 85%;
}
.unit-wrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.unit-wrap .swiper-pagination-bullet {
	width: 70px;
	height: 40px;
	display: inline-block;
	border-radius: 50px;
	background: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px 0;
	opacity: 1;
	color: #777;
}
.unit-wrap .swiper-pagination-bullet-active {
	opacity: 1;
	background: #2c3d68;
	color: #fff;
}
.swiper-slide.swiper-slide-active .unit-img-area img,
.unit-wrap .swiper-slide.swiper-slide-active .swiper-slide-unit__type, 
.unit-wrap .swiper-slide.swiper-slide-active .swiper-slide-unit__content,
.unit-wrap .swiper-slide.swiper-slide-active .main-rotate-content {
  opacity: 1;
  transition-duration: 2s;
  transform: translateX(0);
}
.unit-wrap .swiper-slide.swiper-slide-active .swiper-slide-unit__content {
  transition-delay: .7s;
}
.unit-wrap .unit-wrap-right .desc {
	color: #333;
	font-weight: 500;
	font-size: 18px;
	padding-top: 20px;
}
.unit-wrap .unit-wrap-right .desc span {
	color: #a78a7f;
	font-weight: 500;
	font-size: 30px;
	margin-right: 10px;
}
.unit-wrap .unit-wrap-left-link {
  position: absolute;
	bottom: 50px;
	left: 32%;
	width: 250px;
	text-align: right;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
.unit-wrap .unit-wrap-left-link .link {
	letter-spacing: 5px;
	padding-bottom: 40px;
}
.unit-wrap .unit-wrap-left-link .link:after {
	content: '';
    position: absolute;
	height: 1px;
	margin-top: 35px;
	left: 0;
	width: 250px;
	background: #fff;
}
.unit-wrap .unit-wrap-left-link a {
    opacity: 0.5;
}
.unit-wrap .unit-wrap-left-link a:hover {
    opacity: 1;
}




.main-section-premium .premium-swiper-container { 
  opacity: 1;
  width: 50%;
  padding-top: 50px;
  transform: translateX(3vw);
  transition: all .8s ease;
  margin-left: auto;
	margin-right: 0;
}
.main-section-premium .premium-swiper-container .main-premium-button-area { 
  width: 940px;
  height: 58px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  z-index: 9;
}
.main-section-premium .premium-swiper-container .main-premium-button-area .swiper-button-next, .main-section-premium .premium-swiper-container .main-premium-button-area .swiper-button-prev {
  width: 58px;
  height: 58px;
  margin: 0;
  background-image: url(../images/main/premium_btn_prev.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.main-section-premium .premium-swiper-container .main-premium-button-area .swiper-button-next {
  background-image: url(../images/main/premium_btn_next.png);
}
.main-section-premium .premium-swiper-container.swiper-container-autoheight {
  padding-bottom: 0px;
}
.main-section-premium .premium-swiper-container.swiper-container-autoheight .swiper-wrapper {
  align-items: center;
}
.main-section-premium .swiper-slide {
  width: 869px;
  position: relative;
  box-sizing: border-box;
  transition: transform 1s ease;
  transform: translate3d(0, 0, 0);
}
.main-section-premium .swiper-slide.swiper-slide-prev .premium-img-area img {
  filter: contrast(90%) grayscale(100%);
  transition: all ease .3s;
}
.main-section-premium .swiper-slide.swiper-slide-next .premium-img-area img {
  filter: contrast(90%) grayscale(100%);
  transition: all ease .3s;
}

.main-section-premium .swiper-slide .swiper-slide-premium-text {
  opacity: 0;
  margin: 28px 20px 40px;
  text-align: center;
}
.main-section-premium .swiper-slide .tit {
  opacity: 0;
  display: block;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: var(--main-color);
}
.main-section-premium .swiper-slide .desc {
  opacity: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #fff; 
}
.main-section-premium .swiper-slide .desc b {
  color: var(--main-color);
}

.main-section-premium.active .premium-header, .main-section-premium.active .premium-swiper-container {
  opacity: 1;
  transform: translate(0);
}
.main-section-premium.active .premium-header {
  transition-duration: 2s;
  transition-delay: .7s;
}
.main-section-premium.active .premium-swiper-container {
  transition-duration: 2s;
  transition-delay: 1.2s;
}
.main-section-premium .swiper-slide.swiper-slide-active .swiper-slide-premium-text,
.main-section-premium .swiper-slide.swiper-slide-active .swiper-slide-premium-text .tit,
.main-section-premium .swiper-slide.swiper-slide-active .swiper-slide-premium-text .desc {
  opacity: 1;
  transform: translate(0);
  transition: all 1.5s ease;
}
.main-section-premium .swiper-slide.swiper-slide-active .swiper-slide-premium-text .tit {
  transition-delay: .8s;
}
.main-section-premium .swiper-slide.swiper-slide-active .swiper-slide-premium-text .desc {
  transition-delay: .8s;
}

@media screen and (max-width: 1800px) {
  .main-section-premium .main-premium-button-area {
		top: 320px;
	}
	.main-section-premium .premium-header p {
		font-size: 14px;
	}
	.main-section-premium .premium-header b {
		font-size: 100px;
	}
	.main-section-premium .premium-header p img {
		height: 14px;
	}
}





.main-section-premium .progress_bar2 { position: absolute; margin-top: -5px; left: -446px; width: 650px; height: 1px; background-color: #ddd; content: ''; }
.main-section-premium .in_progress2 { position: absolute; width: 0; height: 100%; background-color: #b3720e; content: ''; }

.main-section-premium .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--main-color); }

.main-section-premium .swiper-label__number {
  position: absolute;
  font-size: 15px;
  line-height: 1.43;
  color: var(--main-color);
  opacity: 1;
  display: block;
  font-weight: bold;
  text-align: center;
  left: 470px;
  margin-top: -15px;
  font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.main-section-premium .num-bar {
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  left: 500px;
  margin-top: -13px;
}
.main-section-premium .swiper-label__total {
  position: absolute;
  font-size: 15px;
  line-height: 1.43;
  color: #ccc;
  opacity: 1;
  width: 50%;
  display: block;
  font-weight: bold;
  text-align: center;
  left: 500px;
  margin-top: -15px;
  font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.main-section-premium .swiper-wrapper {
  display: flex;
  width: 500px;
  overflow: hidden;
}


.main-section-content-premium {
  position: relative;
  padding-top: 150px;
  background-repeat: no-repeat;
  background-position: 100% 15%;
  background-image: url("/assets/images/main/premium-bg.png");
  box-sizing: border-box;
}
.main-section-content-premium .swiper-slide {
  display: flex;
}
.main-section-content-premium .premium-slide-text-area {
  position: absolute;
  top: 240px;
  left: 790px;
  box-sizing: border-box;
}
.main-section-content-premium .swiper-slide.swiper-slide-prev .premium-slide-text-area{
  opacity: 0;
}
.main-section-content-premium .premium-slide-text-area .premium-slide__title {
  position: absolute;
  margin-top: 35px;
  margin-left: 40px;
  color: var(--main-color);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.75px;
  font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.premium-slide-line {
  width: 130px;
  height: 2px;
  margin-top: 30px;
  margin-left: -50px;
  background-color: var(--main-color);
  opacity: 1;
  -webkit-transition: all .5s ease 1s;
  -moz-transition: all .5s ease 1s;
  -o-transition: all .5s ease 1s;
  transition: all .5s ease 1s;
}
.main-section-content-premium .premium-slide-text-area .premium-slide-icon {
	margin-left: 38px;
  margin-bottom: 10px;
}
.main-section-content-premium .premium-slide-text-area .premium-slide-text {
	color: #808080;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	margin-left: 38px;
	margin-top: 70px;
  line-height: 34px;
}
.main-section-content-premium .premium-slide-text-area .premium-slide-text span {font-size: 14px;}

.main-section-content-premium .premium-slide-text-area .premium-slide-text b {
  font-size: 26px;
  display: block;
  margin-bottom: 0px;
  letter-spacing: -0.94px;
  color: var(--main-color);
}
.main-section-content-premium .premium-slide-text-area .premium-img-text {
  margin-top: 44px;
  margin-bottom: 54px;
  padding-left: 65px;
}
.main-section-content-premium .premium-slide-text-area .premium-slide-link {
  width: 207px;
  height: 65px;
  line-height: 65px;
  display: block;
  margin-top: 106px;
  border: solid 1px #273d6c;
  background-color: #ffffff;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #00113f;
  text-transform: uppercase;
  font-family: Montserrat, "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.main-section-content-premium .premium-slide-text-area .premium-slide-link:hover {
  background: #273d6c;
  color: #ffffff;
}
.main-section-content-premium .premium-slide-img-area {
  position: relative;
  display: inline-block;
}
.main-section-content-premium .premium-slide-img-area p {
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  color: #bbb;
  padding-bottom: 10px;
}
.main-section-content-premium .premium-slide-img-area a {
  font-family: Montserrat, "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.main-section-content-premium .premium-slide-img-text {
  left: 59px;
  bottom: 100px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: -0.4px;
  text-align: left;
  color: #ffffff;
}
.main-section-content-premium .premium-slide-img-text b {
  font-size: 30px;
}
@media screen and (max-width: 1290px) {
  .main-section-content-premium .premium-slide-img-text {
    left: 45px;
  }
}
.main-section-content-premium .premium-slide-controller {
  position: absolute;
  margin-top: 700px;
  left: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 0;
  opacity: 1;
  -webkit-transition: opacity .5s ease 2s;
  transition: opacity .5s ease 2s;
}
.main-section-content-premium .premium-slide-controller .swiper-pagination {
  position: relative;
  display: inline-block;
}
.main-section-content-premium .pagination-wrap {
  display:flex;
  justify-content: flex-end;
  margin-left: 6px;
  width: 100px;
  position: relative;
  margin-top: -27px;
}
.main-section-content-premium .swiper-button-next2, .main-section-content-premium .swiper-button-prev2 {
  padding: 0;
  box-sizing: border-box;
  display: block;
  width: 7px;
  height: 11px;
  background-image: url("../images/main/btn_04.png");
  background-size: contain;
  background-repeat: no-repeat;
	cursor: pointer;
  margin-right: 5px;
  position: absolute;
  top: 18px;
  left: 450px;
}
.main-section-content-premium .swiper-button-next2 {
  background-image: url("../images/main/btn_02.png");
  left: 540px;
}
.main-section-content-premium .swiper-button-prev2:hover {
  /* background-image: url("../images/main/btn_01.png"); */
}
.main-section-content-premium .swiper-button-next2:hover {
  /* background-image: url("../images/main/btn_03.png"); */
}
.main-section-content-premium .premium-slide-header {
  box-sizing: border-box;
  position: absolute;
  top: 330px;
  left: 49%;
  display: flex;
  align-items: flex-start;
  z-index: 100;
}
.main-section-content-premium .premium-slide-header h2 {
  font-family: "trajan-pro-3";
  font-weight: 500;
  font-size: 55px;
  line-height: 60px;
  margin-left: -60px;
  color: var(--main-color);
}
.main-section-content-premium .premium-slide-header h2 span {
  font-family: "trajan-pro-3";
  font-weight: 500;
  font-size: 55px;
  margin-left: 80px;
  color: var(--main-color);
}
.main-section-content-premium .premium-slide-button-area .premium-slide__button {
  width: 142px;
  height: 61px;
  text-align: center;
  background-color: #eeeeee;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #00113f;
}
.main-section-content-premium .premium-slide-button-area .premium-slide__button.is--active {
  background-color: #00113f;
  color: #ffffff;
}
.main-section-content-premium .premium-slide-button-area .premium-slide__button + .premium-slide__button {
  margin-left: 9px;
}

.main-section-content-premium .premium-slide-text-area .premium-slide-icon {
  transition-delay: 1.2s;
}
.main-section-content-premium .premium-slide-text-area .premium-slide-text {
  transition-delay: 1.4s;
}

.main-section-premium .swiper-slide.swiper-slide-active {
  transform: translate3d(0, 0px, 0);
  margin: 0px  0 0 0;
}
/* .main-section-content-premium .swiper-slide.swiper-slide-active .premium-slide-text-area .premium-slide-line {
  width: 20px;
  opacity: 1;
} */

.main-section-content-premium .premium-slide__title,
.main-section-content-premium .premium-slide-icon,
.main-section-content-premium .premium-slide-text {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all .5s ease .4s;
  -moz-transition: all .5s ease .4s;
  -o-transition: all .5s ease .4s;
  transition: all .5s ease .4s;
}

.main-section-content-premium .aos-animate.premium-slide__title {
  transition-delay: 5s;
}

.main-section-premium .swiper-slide.swiper-slide-active .premium-slide__title,
.main-section-premium .swiper-slide.swiper-slide-active .premium-slide-icon,
.main-section-premium .swiper-slide.swiper-slide-active .premium-slide-text,
.main-section-premium .swiper-slide.swiper-slide-active .premium-slide-link {
  opacity: 1;
  transform: translateZ(0);
}

.main-section-content-premium .l-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding-left: 10px;
  padding-bottom: 200px;
  border-right: 1px solid #e6e6e7;
  box-sizing: border-box;
}