


* {outline:none;}
.header.fixed {background:rgba(255,255,255,0.7);}
.fp-viewing-sec3 .header {background:rgba(255,255,255,0.7);}
.header.up {background:var(--white);}
.footer {background:var(--white); position:relative; z-index:5;}

.section {position: relative; width: 100%; height: var(--vh); box-sizing: border-box; display: flex; justify-content: center; flex-direction: column; z-index: 1; overflow: hidden;}
.section .fp-overflow {position: relative; width: 100%; height: var(--vh); overflow: hidden; display: flex; justify-content: center; flex-direction: column;}
.section .fp-overflow::-webkit-scrollbar {
    background-color: var(--white);
    width: 8px
}

.section .fp-overflow::-webkit-scrollbar-track {
    background-color: var(--white);
}

.section .fp-overflow::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,1);
    border-radius: 16px;
    border: 4px solid transparent
}


.fp-height-auto {height: auto !important; overflow: visible !important; display: block !important;}
.fp-height-auto > .fp-overflow {display:block; overflow-y: auto;}


.sec3.action .startOn {transform:translateY(0);  opacity:1; transition:all 0.3s linear; transition-delay:0s;}
.sec3 .ani_effect {transform:translateY(70px); opacity:0; transition:all 0.5s linear;}
.sec3 .ani_effect.action {transform:translateY(0);  opacity:1; transition:all 0.3s linear; transition-delay:0s;}

.sec3 .ani_effect2{transform:translateY(70px); opacity:0; transition:all 0.5s linear;}
.sec3 .ani_effect2.action{transform:translateY(0);  opacity:1; transition:all 0.3s linear; transition-delay:0s;}

.sticky_section {width: 100%; height: var(--vh); position:fixed; top:0; left:0; z-index:-1; background:var(--grayBg) url("/assets/img/save/img/future_bg.png")no-repeat center / cover;}
.sticky_section .deco_list {width:100%; height:100%; position:relative;}
.sticky_section .deco_list li {position:absolute;}
.sticky_section .deco_list li svg, .sticky_section .deco_list li img {}

.sticky_section .deco_list li.one {top: 18vw;left: 17vw;}
.sticky_section .deco_list li.two {bottom: 17vw;left: 28vw; animation:2s ease-in-out 0s infinite normal none running updown_ani;}
.sticky_section .deco_list li.three {bottom: 7vw;right: 36vw;  animation:2s ease-in-out 0s infinite normal none running rotate_ani;}
.sticky_section .deco_list li.four {top: 10vw;right: 44vw; animation:10s linear 0s infinite normal none running rotate_ani;}
.sticky_section .deco_list li.five {bottom:2vw; left:46vw;}

.sticky_section .people_list {width:100%; height:100%; position:absolute; top:0; left:0;}
.sticky_section .people_list li {position:absolute; bottom:0;}
.sticky_section .people_list li.peo1 {left:2vw; transform:translate(-80%, 80%); animation:1s ease-in-out 0s forwards people_ani1;}
.sticky_section .people_list li.peo2 {right:8vw; transform:translate(80%, 80%); animation:1s ease-in-out 0.1s forwards  people_ani2;}
.sticky_section .people_list li.peo3 {left:0;}


.rotate svg {transform:rotate(0);}
.rotate.on1 svg {transform:rotate(10deg);}

.rotate img {transform:rotate(0);}
.rotate.on1 img {transform:rotate(10deg);}

@keyframes updown_ani {
	0% {
		transform: translateY(-15%);
	}
	50% {
		transform: translateY(15%);
	}
	100% {
		transform: translateY(-15%);
	}
}
@keyframes people_ani1 {
  from {
    transform:translate(-80%, 80%);
  }
  to {
    transform:translate(0, 0);
  }
}

@keyframes people_ani2 {
  from {
    transform:translate(80%, 80%);
  }
  to {
    transform:translate(0, 0);
  }
}

@keyframes transform_ani {
  from {
   transform: scaleY(-1); opacity:0;
  }
  to {
    transform: scaleY(1); opacity:1;
  }
}

@keyframes dissolve_ani {
  from {
   transform: translate(0,70px); opacity:0;
  }
  to {
    transform: translate(0); opacity:1;
  }
}

@keyframes dissolve_btn {
  from {
   transform: translate(-50%, 100%); opacity:0;
  }
  to {
    transform: translateY(-50%, 50%); opacity:1;
  }
}


#fullpage .tBox .shadow_txt {position:relative; z-index:auto;}
#fullpage .tBox .shadow_txt:before {content:attr(data-hover); position:absolute; left:6px; top:5px; width:100%; height:100%; z-index:-2; opacity:0.1; color:transparent; text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;}
#fullpage .tBox .shadow_txt:after {content:attr(data-hover); position:absolute; left:0; top:0; width:100%; height:100%; z-index:-1; color:transparent; 
text-shadow: rgb(255, 255, 255) 5px 0px 0px, rgb(255, 255, 255) 4.90033px 0.993347px 0px, rgb(255, 255, 255) 4.60531px 1.94709px 0px, rgb(255, 255, 255) 4.12668px 2.82321px 0px, rgb(255, 255, 255) 3.48353px 3.58678px 0px, rgb(255, 255, 255) 2.70151px 4.20736px 0px, rgb(255, 255, 255) 1.81179px 4.6602px 0px, rgb(255, 255, 255) 0.849836px 4.92725px 0px, rgb(255, 255, 255) -0.145998px 4.99787px 0px, rgb(255, 255, 255) -1.13601px 4.86924px 0px, rgb(255, 255, 255) -2.08073px 4.54649px 0px, rgb(255, 255, 255) -2.94251px 4.04248px 0px, rgb(255, 255, 255) -3.68697px 3.37732px 0px, rgb(255, 255, 255) -4.28444px 2.57751px 0px, rgb(255, 255, 255) -4.71111px 1.67494px 0px, rgb(255, 255, 255) -4.94996px 0.7056px 0px, rgb(255, 255, 255) -4.99147px -0.291871px 0px, rgb(255, 255, 255) -4.83399px -1.27771px 0px, rgb(255, 255, 255) -4.48379px -2.2126px 0px, rgb(255, 255, 255) -3.95484px -3.05929px 0px, rgb(255, 255, 255) -3.26822px -3.78401px 0px, rgb(255, 255, 255) -2.4513px -4.35788px 0px, rgb(255, 255, 255) -1.53666px -4.75801px 0px, rgb(255, 255, 255) -0.560763px -4.96845px 0px, rgb(255, 255, 255) 0.437495px -4.98082px 0px, rgb(255, 255, 255) 1.41831px -4.79462px 0px, rgb(255, 255, 255) 2.34258px -4.41727px 0px, rgb(255, 255, 255) 3.17346px -3.86382px 0px, rgb(255, 255, 255) 3.87783px -3.15633px 0px, rgb(255, 255, 255) 4.4276px -2.32301px 0px, rgb(255, 255, 255) 4.80085px -1.39708px 0px, rgb(255, 255, 255) 4.98271px -0.415447px 0px;}


#fullpage .tBox {max-width:1350px; width:90%; margin:0 auto;}
#fullpage .tBox .fs60.gra {display:inline; background: linear-gradient(91deg, #FF86BA 0.46%, #DA291C 98.93%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; z-index:999999;}
#fullpage .tBox .fs60.gra::after {top:-3px;}
#fullpage .tBox .fs35 {font-family:var(--eng);}
#fullpage .tBox .fs35::before {display:none;}
#fullpage .tBox .fs35::after {top:-4px;}

#fullpage .bt_area {position:absolute; left:50%; top:75%; transform:translate(-50%, 0); z-index:100;}
#fullpage .bt_area a {display:flex; align-items:center; flex-direction:column; justify-content:center; background-color:var(--main); margin:0 auto; transition:all 0.35s linear; border-radius:var(--borderR15); padding:30px 40px 35px 40px;     box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.20);}
#fullpage .bt_area em {display: flex; align-items:center; justify-content:center; flex-direction:column; font-style:normal; font-size:1.111rem; font-weight: 700; line-height:1; color:var(--white); letter-spacing: -1px; position: 
relative; z-index: 2;}
#fullpage .bt_area em:before {content:''; display:inline-block; vertical-align:middle; margin:0 auto 12px auto; width: 33px; height:33px; background:url('/assets/img/save/img/form_icon.png') no-repeat center/100% auto;}
#fullpage .bt_area a:hover {background-color:#FF6A39;}


#fullpage .sec1 {transform:translateY(-15%);}
#fullpage .sec1 .tBox h4 {margin:0 0 15px;}
#fullpage .sec2 {transform:translateY(-8%);}
#fullpage .sec2 .tBox h4 {margin:0 0 24px;}
#fullpage .sec2 .bt_area {top:calc(75% - 80px);}

#fullpage .sec3 {background:var(--main);}
#fullpage .sec3 .sec3_bg {position:sticky; top:0; width:100%; height:var(--vh); background:url("/assets/img/save/img/sec3_bg.png")no-repeat center / cover; mix-blend-mode: multiply;}
#fullpage .sec3 .sec3_wrap {margin-top:calc(var(--vh) * -1); position:relative; z-index:10;}

#fullpage .sec1 .tBox h4 {transform: translate(0,70px); opacity:0; animation:0.3s ease-in-out 0.2s forwards dissolve_ani;}
#fullpage .sec1 .tBox h3 {transform: translate(0,70px); opacity:0; animation:0.3s ease-in-out 0.3s forwards dissolve_ani;}
#fullpage .sec1 .bt_area {transform: translate(-50%, 70px); opacity:0; animation:0.3s ease-in-out 0.4s forwards dissolve_btn;}
/*#fullpage .sec1 .tBox .more_btn.ver4 {border-color:var(--main);}*/

#fullpage .sec2.action .tBox h4 {transform: translate(0,70px); opacity:0; animation:0.3s ease-in-out 0.2s forwards dissolve_ani;}
#fullpage .sec2.action .tBox h3 {transform: translate(0,70px); opacity:0; animation:0.3s ease-in-out 0.5s forwards dissolve_ani;}
#fullpage .sec2.action .bt_area {transform: translate(-50%, 70px); opacity:0; animation:0.3s ease-in-out 0.8s forwards dissolve_btn;}

/*#fullpage .sec2.action .tBox .more_btn.ver4 {border-color:var(--main);}*/


.video_cont_wrap {}
.video_cont_wrap .fs60 {display:block; color:var(--white);}
.video_cont_wrap .youtube_cont {max-width:1120px; width:100%; border-radius:30px; overflow:hidden; aspect-ratio: 16 / 9; margin-top:-50px; margin-left:auto; margin-bottom:100px; background:var(--black);}

.video_cont_wrap .youtube_cont a {position:relative; display:block;}
.video_cont_wrap .youtube_cont a::after {content:''; width:90px; height:63px; background:url("/assets/img/YouTube_logo_assets.svg")no-repeat center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.video_cont_wrap .youtube_cont img {display: block; width: 100%; height: 100%; object-fit: cover; opacity:0.5; transition:all 0.3s ease;}
.video_cont_wrap .youtube_cont a:hover img {opacity:0.8; transition:all 0.3s ease; transform:scale(1.15);}
.video_cont_wrap .fs20 {font-size:1.111rem; color:rgba(255,255,255,0.8); text-align:right;}

.tBox_wrap {}
.tBox_wrap .fs60 {display:block; color:var(--white);}
.tBox_wrap .fs20 {font-size:1.111rem; color:rgba(255,255,255,0.8);}

.black_ver {background:rgba(0,0,0,0.2);}
.black_ver .fs60 {text-align:right;}
.black_ver .youtube_cont {margin-left:0; margin-right:auto;}
.black_ver .fs20 {text-align:left;}

.marquee {display: flex; flex-flow: row nowrap; margin:130px 0 0; white-space:nowrap;}
.marquee__group {display: flex; flex-flow: row nowrap; white-space:nowrap;}
.marquee__group li {width:660px; margin-left:30px; border-radius:30px; overflow:hidden; aspect-ratio: 3 / 2;}
.marquee__group li img {display: block; width: 100%; height: 100%; object-fit: cover;}

.sec3_content_1 .marquee__group {animation: roll_left linear infinite; animation-duration: var(--length);}
.sec3_content_2 .marquee__group {animation: roll_right  linear infinite; animation-duration: var(--length2);}
.sec3_content_3 .marquee__group {animation: roll_left  linear infinite; animation-duration: var(--length3);}
.sec3_content_4 .marquee__group {animation: roll_right  linear infinite; animation-duration: var(--length4);}
.sec3_content_5 .marquee__group {animation: roll_left  linear infinite; animation-duration: var(--length5);}
.sec3_content_6 .marquee__group {animation: roll_right linear infinite; animation-duration: var(--length6);}


@keyframes roll_left {
	0% { 
		-webkit-transform:translate3d(0,0,0);
		  transform:translate3d(0,0,0)
		}
	100% { 
		-webkit-transform:translate3d(-100%,0,0);
		transform:translate3d(-100%,0,0)
	}
}

 
@keyframes roll_right {
	0% { 
		-webkit-transform:translate3d(-100%,0,0);
		  transform:translate3d(-100%,0,0)
		}
	100% { 
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
}


.sec3_content_3 {}
.sec3_content_3 .video-tBox {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;}
.sec3_content_3 .marquee {margin:60px 0 50px;}

.live_btn {width: 450px; height: 75px; border-radius: 15px; border: 2px solid var(--black); background: var(--main); box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.20); display:block;}
.live_btn em {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; color: var(--white); font-family: var(--eng); font-size: 1.11rem; font-weight: 400; line-height:170%; letter-spacing: -1px; text-transform: uppercase; font-style:normal; height:100%; gap:0 27px;}
.live_btn em::after {content:''; width:38px; height:41px; display:block; background:url("/assets/img/save/img/live_ico.svg")no-repeat center; position:relative; }
.live_btn.link_ver em::after {display:none;}

.sec3_content_5 {}
.sec3_content_5 .btn-tBox {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end;}
.sec3_content_5 .marquee {margin:60px 0 50px;}
.sec3_content_5 .fs20 {margin-top:60px;}
.sec3 .sec3_content_5 .marquee.ani_effect {transform: translateY(0) !important; opacity:1 !important;}
.sec3_content_5 .marquee__group li {aspect-ratio: 660 / 825;}


.sign_btn {display:inline-block; padding:0 30px; box-sizing:border-box; border-radius:var(--borderR15); text-align:left; background:#F3D11F; border: 2px solid var(--black); box-shadow: 2px 5px 0px 0px rgba(0, 0, 0, 0.20); height: 75px; margin: 0 10px 0 0; position: relative; overflow: hidden;}
.sign_btn:before {content:''; display: block; width: 100%; height: 100%; position: absolute; left:0; top:0; background: linear-gradient(-45deg,  #F3D11F 0%, #F3D11F 53%, rgba(255,255,255,.2) 54%,rgba(255,255,255,.2) 60%,#F3D11F 61%,#F3D11F 100%); background-repeat: no-repeat; background-position:0px; background-size:400%;}
.sign_btn:hover:before {animation:light 1s infinite;}
.sign_btn:last-child {margin: 0;}
.sign_btn em {display: inline-block; font-style:normal; font-size:1.111rem; font-weight: 700; line-height: 73px; color:var(--black); letter-spacing: -1px; position: relative; z-index: 2; white-space: nowrap;}
.sign_btn em:after {content:''; display:inline-block; vertical-align:middle; margin:-2px 0 0 30px; width: 33px; height:33px; background:url('/assets/img/save/img/sign_icon.png') no-repeat center/100% auto;}

.sec3_content_6 {}
.sec3_content_6 .video-tBox {display:flex; flex-wrap:wrap; flex-direction: row-reverse; justify-content:space-between; align-items:flex-end;}
.sec3_content_6 .marquee {margin:60px 0 50px;}
.sec3_content_6 .video_cont_wrap .youtube_cont {margin-top:50px; margin-right:0; margin-left:auto;}

.voice_cont {background:var(--grayBg);}
.voice_cont .voice_in {position:relative; z-index:10;}
.voice_cont .tit-box .fs30 {margin:25px 0 60px;}




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


.sticky_section .deco_list li.one svg, .sticky_section .deco_list li.one img {max-width:10vw;}
.sticky_section .deco_list li.two {bottom:24vw; left:33vw;}
.sticky_section .deco_list li.two svg, .sticky_section .deco_list li.two img {max-width:12vw;}
.sticky_section .deco_list li.three {bottom:13vw; right:24vw;}
.sticky_section .deco_list li.three svg, .sticky_section .deco_list li.three img {max-width:20vw;}
.sticky_section .deco_list li.four svg, .sticky_section .deco_list li.four img {max-width:15vw;}

.sticky_section .people_list li.peo1 {left:-2vw;}
.sticky_section .people_list li.peo1 img {max-width:70vw;}
.sticky_section .people_list li.peo2 {right:-3vw;}
.sticky_section .people_list li.peo2 img {max-width:46vw;}
.sticky_section .people_list li.peo3 img {max-width:32vw;}


}





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

.sec3_content_5 .btn-tBox .bt_link {display:flex; flex-direction:column;}
.sec3_content_5 .btn-tBox .bt_link .more_btn.ver4 {width:285px; margin:0;}
.sec3_content_5 .btn-tBox .bt_link a.sign_btn {margin-top:10px;}
.sec3_content_5 .btn-tBox .bt_link a.sign_btn em {width:100%; display:flex; justify-content:space-between; align-items:center;}

}



/*******************************************************************************
	@media ~1500px
*******************************************************************************/
@media all and (max-width:1370px) { 

.sec3_content_6 .video-tBox {display:block; text-align:center;}
.sec3_content_6 .live_btn {margin:30px auto 0;}

.sec3_content_6.black_ver .video-tBox .fs60 {text-align:center !important;}
.sec3_content_6 .video_cont_wrap .youtube_cont {margin-right:auto;}

}


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


.video_cont_wrap .fs20 br {display:none;}

.tBox_wrap .fs20 br {display:none;}

.sec3_content_3 .video-tBox {display:block; text-align:center;}

.live_btn {margin:30px auto 0;}

.sec3_content_5 .btn-tBox {display:block; text-align:center;}
.sec3_content_5 .btn-tBox .bt_link {flex-direction:row; justify-content:center; margin:30px auto 0;}
.sec3_content_5 .btn-tBox .bt_link a.sign_btn {margin-top:0;}
.sec3_content_5 .btn-tBox .bt_link .more_btn.ver4 {width:auto; margin:0 10px 0 0;}



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

.live_btn {width:330px;}

#fullpage .bt_area {top:70%;}
#fullpage .bt_area a {padding:25px 30px 25px 30px;}
#fullpage .bt_area em {font-size:1rem; letter-spacing: -0.5pt;}
#fullpage .bt_area em:before {width:22px; height:22px;}

#fullpage .sec2 .bt_area {top:calc(70% - 80px);}

.voice_cont .tit-box br {display:none;}
.video_cont_wrap .youtube_cont {margin-bottom:60px; margin-top:-30px;}

.marquee {margin:80px 0 0;}
.marquee__group li {width:480px;}

.sec3_content_5 .btn-tBox .bt_link .more_btn.ver4 {margin: 0px 5px 0px 0px;}
.sec3_content_5 .fs20 {margin-top:50px;}

.sign_btn{padding:0 15px; height: 65px; margin: 0 5px 0 0;}
.sign_btn em{font-size:1rem; line-height: 63px;}
.sign_btn em:after{margin:-2px 0 0 10px; width: 20px; height:20px;}

}

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

.sticky_section .deco_list li.one {top:35vw;}
.sticky_section .deco_list li.one svg, .sticky_section .deco_list li.one img {max-width:10vw;}
.sticky_section .deco_list li.two {bottom:24vw; left:33vw;}
.sticky_section .deco_list li.two svg, .sticky_section .deco_list li.two img {max-width:12vw;}
.sticky_section .deco_list li.three {bottom:13vw; right:24vw;}
.sticky_section .deco_list li.three svg, .sticky_section .deco_list li.three img {max-width:20vw;}
.sticky_section .deco_list li.four {top:18vw;}
.sticky_section .deco_list li.four svg, .sticky_section .deco_list li.four img {max-width:15vw;}

.sticky_section .people_list li.peo1 {left:-19vw;}
.sticky_section .people_list li.peo1 img {max-width:100vw;}
.sticky_section .people_list li.peo2 {right:-11vw;}
.sticky_section .people_list li.peo2 img {max-width:60vw;}
.sticky_section .people_list li.peo3 img {max-width:30vw;}


#fullpage .tBox .shadow_txt {display:inline-block;}
#fullpage .tBox .shadow_txt::before {left:3px; top:2px; text-shadow:rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;}
#fullpage .tBox .shadow_txt::after {text-shadow:rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;}

#fullpage .tBox .fs35::after {top:0;}
#fullpage .tBox .fs60.gra::after {top:-1px;}
#fullpage .sec2 .tBox h4 {margin:0 0 18px;}

#fullpage .bt_area a {padding:18px 25px;}
#fullpage .bt_area em:before {margin:0 0 10px 0;}

.live_btn {width:100%; height:50px; margin:20px auto 0;}
.live_btn em {gap:0 15px;}
.live_btn em::after {width:22px; height:31px; background-size:100% !important;}

.video_cont_wrap .youtube_cont {margin-bottom:30px; margin-top:-15px; border-radius:10px;}
.video_cont_wrap .youtube_cont a::after {width:50px; height:40px; background-size:100% !important;}

.marquee {margin:50px 0 0;}
.marquee__group li {width:260px; margin-left:10px; border-radius:10px;}

.sec3_content_3 .marquee {margin:50px 0 0px;}
.voice_cont .tit-box .fs30 {font-size:1.222rem; margin:15px 0 35px;}

.sec3_content_5 .fs20 {margin-top:40px;}
.sec3_content_5 .marquee {margin:50px 0 0px;}
.sec3_content_5 .btn-tBox .bt_link .more_btn.ver4 {width:100%;}
.sec3 .sec3_content_5 .marquee.ani_effect {transform: translateY(70px) !important; opacity:0 !important;}
.sec3 .sec3_content_5 .marquee.ani_effect.action {transform: translateY(0) !important; opacity:1 !important;}

.sign_btn{width:100%; height: 50px;}
.sign_btn em {line-height: 48px; position: relative; display: block;}
.sign_btn em:after {margin: 0; position: absolute; right: 0; top: 50%; margin-top: -10px;}

.sec3_content_6 .marquee {margin:45px 0 30px;}
.sec3_content_6 .video_cont_wrap .youtube_cont {margin-top:30px;}


}


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

.sec3_content_5 .btn-tBox .bt_link {flex-direction:column;}
.sec3_content_5 .btn-tBox .bt_link .more_btn.ver4 {margin:0 0 5px 0;}

}


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

.sec3_content_5 .tBox_wrap .fs60 br {display:none;}


}