@charset "utf-8"; 
@import url(../font/OneMobileTitle/OneMobileTitle.css);
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:"Pretendard Variable", Pretendard,'OneMobile OTF Bold', 'OneMobile OTF Regular','OneMobile OTF Light','ONE Mobile Title OTF', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{font-size:1em; color:#333; background-color:#fff; line-height: 1; overflow-x:hidden;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: ''; content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
html { box-sizing: border-box;}
a {text-decoration-line: none;}






#header{position:fixed; left:0; top:0; width:100%; margin:0 auto; z-index:12;
	transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		transition-delay:.0s;}

@media all and (max-width:1910px){
#header { width:1910px; }
}

#header.fixed{position:fixed; background:#fff;}
#menu-Area{
		position:relative;  
		width:100%; min-width:1920px; 
		z-index:10;
		box-sizing:border-box;
	}
#menu-Area.sub{min-width:1400px;}
#menu-Area.on{
		/*url(/images/common/bg_onsubmenu1.png) center top;box-shadow:5px 4px 6px #e4e4e4 box-shadow: 1px 1px 10px 0 rgba(0,0,0,.5);*/
	}
#menu-box{ z-index:100;}
#menu-box .bgdepth1{
		position:relative;
		width:100%; 
		box-sizing:border-box;
		transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		transition-delay:.11s;		
	}
#menu-box .bgdepth1::before{
		position:absolute; left:0; top:79px;
		width:100%; height:1px;
		background:rgba(255,255,255,.3);
		content:"";
	}
#menu-Area.on .bgdepth1{
		background:#fff; 
	}
#menu-Area.on .bgdepth1::before{
		background:rgba(0,0,0,.1);
   }
#menu-Area .logo1{
		position:absolute; left:80px; top:38px;
	}


#menu-Area .t_go_btn {position:absolute; width:450px; height:80px; top:0px; right:0px; background-size:450px 80px; color:#fff; float:left;
background-image:url('../images/top_btn.svg');}
#menu-Area .t_go_btn span.go_btn_text {color:#fff; text-align:right; padding:17px 0px 0px 96px; float:left; line-height:24px; font-weight:500; font-size:18px; line-height:28px; font-family:'ONE Mobile OTF Regular';}
#menu-Area .t_go_btn span.go_btn_text p.go_t {font-weight:200; font-size:16px; line-height:22px; font-family:'ONE Mobile OTF Regular';}

#menu-Area .t_go_btn span.go_btn_arrow {float:left; margin:26px 0px 0px 21px;}
#menu-Area a.logo  {width:282px; height:47px; margin:17px 0px 0px 62px; float:left;}

.topmenu{position:relative; margin:0 auto; text-align:left; width:1920px; }

.topmenu .total_menu {position:fixed; width:30px; height:20px; float:right; top:30px; right:35px;}
.topmenu .total_menu p.go_t {}	
	


	
.menudep1{ position:relative; margin-left:685px; display:table; width:550px;}

.menudep1 > li{	position:relative; 	display:table-cell;	}
.menudep1 li.mmenu0.f1{background:none;}
.menudep1 > li a.mnlnk1{position:relative;  display:block; line-height:27px; width:68px; color:#fff; font-size:18px; font-family:'ONE Mobile OTF Light';
    text-align:center; font-weight:600; align-items: center; text-align: center;
	border-left:none; border-bottom:none; margin:27px 60px; 
	-moz-transition:all 10.45s ease-in-out;
	-webkit-transition:all 10.45s ease-in-out;
	-moz-transform:all 10.45s ease-in-out;
	transform:all 1.45s ease-in-out;
	transition-duration:.2s;
	transition-delay:.01s;}
	.menudep1 li a.mnlnk1:focus, .menudep1 li a.mnlnk1:hover, .menudep1 li a.mnlnk1.on, .menudep1 li:hover a.mnlnk1{color:#fff; }

	#menu-Area.on .menudep1 li a.mnlnk1, #header.fixed .menudep1 li a.mnlnk1{color:#333;}
	
	.menudep1 li a.mnlnk1.f1{}
	.menudep1 li a.mnlnk1.f2{}
	.menudep1 li.mmenu0.mL1 a.mnlnk1{}
	#menu-Area.sub .menudep1 li a.mnlnk1{}
	
	.menudep1 > li::before{position:absolute; right:0; top:12.6%; width:1px; height:5%; background:#42515a; border-left:1px solid #b7bbbe; } 
	.menudep1 > li:last-child::before{display:none;}


		
	#menu-Area.on .menudep1 li ul{
		transform:translateY(0px);
	}
	#menu-Area.on{
		background:#fff;
	
	}
	
	.menudep1 li a.mnlnk1::after{position:absolute; right:50%; top:65px;  margin-right:-5px; opacity:0; content:"";
		transition: all 0.2s ease;
		-webkit-backface-visibility:hidden;
		-webkit-transition: all 0.2s ease;
		backface-visibility:hidden;
		opacity: 0;
	}
	.menudep1 li a.mnlnk1:focus:after, .menudep1 li a.mnlnk1:hover:after, .menudep1 li a.mnlnk1.on:after, .menudep1 li:hover a.mnlnk1:after{
		width:10px; top:70px;
		opacity: 1;
	}
	
	.menudep1 li ul.f1{border-left:none}
	.menudep1 li ul li{ text-align:center; word-break:keep-all; padding:10px 0;}
	.menudep1 li ul li a{line-height:22px; color:rgba(0,0,0,0.8); display:block; font-size: 16px; text-align: center; letter-spacing: -0.025em; font-weight: 200; font-family: 'ONE Mobile OTF Regular';}

	
	.menudep1 li ul{ border-right:none; height:0;  max-height:0; overflow:hidden;
		box-sizing:border-box;
		transition:all 0.4s ease;
		-webkit-transition: all 0.4s ease;		
	}
	.menudep1 li ul::before{position:absolute; right:50%; top:0px; width:10px; height:10px; background:#4caa23; border-radius:50%; margin-right:-5px; opacity:0;
	transition:opacity 0.4s ease;
		-webkit-transition: opacity 0.4s ease;}
	.menudep1 li:hover ul::before{opacity:1;}
	
		
	#menu-Area.on .menudep1 li ul{
		max-height:500px; height:244px;
		padding-top:31px; padding-bottom:20px;
		transform:translateY(-10px);
	}


	
	



	
#wrap{position:relative; width:100%; margin:0 auto; z-index:10; float:left;}

@media all and (max-width:1910px){
#wrap { width:1910px; }
}

.mainvisual_tit {position:absolute; text-align:right; top:200px; right:150px; z-index:99; color:#fff; font-weight: 400; font-size: 62px; line-height: 74px; letter-spacing: -0.025em; 
 font-family: 'ONE Mobile Title OTF'; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));}
.mainvisual_tit p.mainvisual_tit_s {word-break:keep-all;  margin-top:20px; font-weight:400; font-size:20px; line-height: 28px; color:#fff; 
transform: skew(-0.1deg);  letter-spacing:0em; font-family:'ONE Mobile OTF Regular';}
.mainvisual_tit p.mainvisual_tit_ss {margin-top:20px; font-family:"ONE Mobile Title OTF"; font-weight: 400; font-size:28px; line-height: 70px; letter-spacing:0em;}


.mainvisual_arrow {position:absolute; top:660px; right:150px; width:125px; height:60px; background:rgba(129, 129, 129, 0.3); backdrop-filter: blur(12px); border-radius: 60px; z-index:99;}
.mainvisual_arrow span.left_a { float:left; margin:5px 0px 0px 5px; width:50px; height:50px;}
.mainvisual_arrow span.right_a { float:right; margin:5px 5px 0px 0px;  width:50px; height:50px;}

.mainvisual{position:relative; width:100%; overflow:hidden; z-index:10; box-sizing:border-box;}	
.mainvisual .mainvisual_img { background:#000; width:100%; height:100vh;}
.mainvisual span.mainvisual_video_bg {background:rgba(0,0,0,0.2); width:100%; height:100vh; z-index:12; display:block; position:absolute;}
.mainvisual .mainvisual_video {width:100%; height:100vh;  object-fit:cover; z-index:11; }

.mainvisual .main_bg {position:absolute; width:1400px; height:100vh; top:0px; right:0px; background: linear-gradient(270deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 83.44%);}





.vertial_align {position:absolute; top:200px; left:60px; background:rgba(255, 255, 255, 0.3); backdrop-filter: blur(12px); border-radius: 60px; width:60px; height:180px; z-index:99;}

.vertial_align .nav_icon {
  display: block;
  width: auto;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 45px;
  color: #f7f7f7;
  text-transform: uppercase;
  margin: 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 99;
  float:left;
}
.vertial_align .nav_icon i { margin:10px 0px 0px 9px; float:left; width:22px; height: 30px; display:block;}
.vertial_align .nav_icon label {  display: none;    margin:0px 0px 0px 45px;} 



.vertial_align .nav_icon:nth-child(1) {margin-bottom:10px;}
.vertial_align .nav_icon:nth-child(2) {margin-bottom:10px;}
.vertial_align .nav_icon:nth-child(3) {margin-bottom:45px;}
.vertial_align .nav_icon:nth-child(4) {margin-top:10px; }

.vertial_align .nav_icon:nth-child(1):hover { width: 170px; background-color: #9137B0; transition:none;}
.vertial_align .nav_icon:nth-child(2):hover { width: 170px; background-color: #1975EF; transition:none;}
.vertial_align .nav_icon:nth-child(3):hover { width: 170px; background-color: #FF0000; transition:none;}
.vertial_align .nav_icon:nth-child(4):hover { width: 170px; background-color: #3299C2; transition:none;}




.vertial_align .nav_icon:nth-child(1) i {
  background: url('../images/icon_1.png') no-repeat 0px 0px;
  background-size: 22px 22px;
 
}
.vertial_align .nav_icon:nth-child(1):hover i {
  background: url('../images/icon_1_over.png') no-repeat 0px 0px;
  background-size: 22px 22px;
}
.vertial_align .nav_icon:nth-child(1):hover label { padding-top:10px; transition:none; font-family:'ONE Mobile OTF Regular';
display: block; max-width: 170px;  font-size: 14px;	letter-spacing:-0.025em; color:rgba(255, 255, 255, 0.9); line-height: 22px; font-weight:400; margin:0px 0px 0px 50px;
}


.vertial_align .nav_icon:nth-child(2) i {
  background: url('../images/icon_2.png') no-repeat 3px 1px;
  background-size: 16px 29px;
}
.vertial_align .nav_icon:nth-child(2):hover i {
  background: url('../images/icon_2_over.png') no-repeat 3px 1px;
  background-size: 16px 29px;
}
.vertial_align .nav_icon:nth-child(2):hover label { padding-top:10px; transition:none;  font-family:'ONE Mobile OTF Regular';
display: block; max-width: 170px;  font-size: 14px;	letter-spacing:-0.025em; color:rgba(255, 255, 255, 0.9); line-height: 22px; font-weight:400; margin:0px 0px 0px 46px;
}


.vertial_align .nav_icon:nth-child(3) i {
  background: url('../images/icon_3.png') no-repeat 0px 2px;
  background-size: 22px 16px;
}
.vertial_align .nav_icon:nth-child(3):hover i {
  background: url('../images/icon_3_over.png') no-repeat 0px 2px;
  background-size: 22px 16px;
}
.vertial_align .nav_icon:nth-child(3):hover label { padding-top:10px; transition:none;  font-family:'ONE Mobile OTF Regular';
display: block; max-width: 170px;  font-size: 14px;	letter-spacing:-0.025em; color:rgba(255, 255, 255, 0.9); line-height: 22px; font-weight: 400; margin:0px 0px 0px 47px;
}



.vertial_align .nav_icon:nth-child(4) i {
  background: url('../images/icon_4.png') no-repeat 3px 0px;
  background-size: 16px 19px;
}
.vertial_align .nav_icon:nth-child(4):hover i {
  background: url('../images/icon_4_over.png') no-repeat 3px 0px;
  background-size: 16px 19px;
}
.vertial_align .nav_icon:nth-child(4):hover label { padding-top:10px; transition:none;
display: block; max-width: 170px;  font-size: 14px;	letter-spacing:-0.025em; color:rgba(255, 255, 255, 0.9); line-height: 22px; font-weight: 700; margin:0px 0px 0px 45px;
}



.vertial_align .nav_icon.open {
  background-color: rgba(255, 0, 0, 0.3);
}
.vertial_align .nav_icon.open i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vertial_align .nav_icon.open:hover {
  width: 45px;
}
.vertial_align .nav_icon.open:hover label {
  max-width: 0;
}






.visualban {position:absolute; left:0; bottom:0px; /*border-top:1px solid rgba(255,255,255,.3);*/ width:100%; z-index:999;}
.visualban ul {height:100%;	box-sizing:border-box;}
.visualban > ul > li{position:relative; padding:0px; box-sizing:border-box; text-align:left; align-items:center; overflow:hidden; height:160px; float:left;
background:url(../images/main_b_line.png) no-repeat right 34px; background-size:1px 100px; z-index:99;}
.visualban > ul > li a{width:100%;}
.visualban > ul > li .cont1{position:relative;	width:100%;	line-height:30px; font-size:26px;}

.visualban > ul > li .cont1 .left_text {text-align:left; font-weight: 600; font-size: 14px; line-height: 22px; color: #fff; margin:60px 0px 0px 60px; float:left; font-family:'ONE Mobile OTF Regular';}
.visualban > ul > li .cont1 .right_text {text-align:right; color:#fff; font-weight: 500; font-size: 20px; margin:60px 40px 0px 0px; float:right; font-family:'ONE Mobile OTF Regular';}
.visualban > ul > li .cont1 .right_text > em{ display:block; opacity:.5; line-height:18px; font-size:16px;	margin-bottom:4px; font-weight: 200; font-family:'ONE Mobile OTF Light';}


.visualban > ul > li:nth-child(1) {width:17%; color:#fff; }
.visualban > ul > li:nth-child(2) {width:17%; color:#fff; }
.visualban > ul > li:nth-child(3) {width:17%; color:#fff; }
.visualban > ul > li:nth-child(4) {width:17%; color:#fff; }
.visualban > ul > li:nth-child(5) {width:32%; color:#fff; background:none;}

.visualban > ul > li:nth-child(2) .cont1::before{
			
	}
.visualban > ul > li:nth-child(3) .cont1::before{
			
	}
.visualban > ul > li:nth-child(4) .cont1::before{
		background-position:100%;		
	}
.visualbnn1 > ul > li:hover .cont1::before{
		opacity:0;
	}
.visualban > ul > li .cont1::after{
		position:absolute; right:40px; top:30px;
		width:10px; height:10px; border-radius:50%;
		background:#fff;
		content:"";
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
.visualban > ul > li:hover .cont1::after{
		width:25px; height:25px;
		background:url(../images/btn_view.png); background-size:25px 25px;
		z-index:99999;
	}
.visualban > ul > li::before{
		position:absolute; left:0px; top:0px;
		width:101%; height:160px;
		background:url(../images/ban_bg1.png) no-repeat center center; background-size:100% 160px !important;
		opacity:0;
		content:"";
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
	}
.visualban > ul > li:nth-child(2)::before{
		background:url(../images/ban_bg2.png) no-repeat center center; background-size:100% 160px !important;
	}
.visualban > ul > li:nth-child(3)::before{
		background:url(../images/ban_bg4.png) no-repeat center center; background-size:100% 160px !important;
	}
.visualban > ul > li:nth-child(4)::before{
		background:url(../images/ban_bg3.png) no-repeat center center; background-size:100% 160px !important;
	}
.visualban > ul > li:nth-child(5)::before{
		background:url(../images/ban_bg5.png) no-repeat center center; background-size:100% 160px !important;
	}
.visualban > ul > li:hover::before{
		border-radius:0;
		opacity:1;
	}



.switch {position:absolute; top:610px; left:60px; z-index:999;  width:150px; height:46px;   }
.switch  span.switch_text {color:#fff; font-weight: 500; font-size: 16px; line-height: 46px; width:50px; float:left; padding-left:12px;}
label {
  display: flex;
  align-items: center;
}
input {
  opacity: 0; width:0px; height:0px; position:absolute;
}

input:checked ~ span {
  background: #001768;
}

input:checked ~ span:after {
  right: 58px;
  background: whitesmoke;
}

input:checked ~ span:active::after {
  right: 17px;
  background: whitesmoke;
}

input:not(:checked) ~ span:active {
  background: #a3a3a3;
}

input:not(:checked) ~ span:active::after {
  background: rgb(248, 248, 248);
}
.toggle_background {
  display: flex;
  align-items: center;
  width: 100px;
  height: 46px;
  position: relative;
  cursor: pointer;
  background: #F54203;
  border-radius: 60px;
 
  transition: all 0.3s;
}

/* ---- toggle switching cricle design code ---- */
.toggle_background::after {
  content: "";
  display: flex;
  position: absolute;
  width: 36px;
  height: 36px;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  background: #f0f5f9;
  transition: all 0.3s;
  box-shadow: 2px 2px 5px rgba(110, 110, 110, 0.253);
}

span:active:after {
  width: 70%;
}

/* circle and vertical line in toggle background code */
.circle-icon {
  position: absolute;
  left: 11px;
  background:url(../images/light_mode.svg) no-repeat top left;
  background-size:28px 28px;
  width:28px; height:28px;
}

.vertical_line {
  position: absolute;
  right: 18px;
  background: url(../images/nightlight.svg) no-repeat top left;
  background-size:17px 24px;
  width: 17px;
  height:24px;
}



.toggle_background_2 {
  display: flex;
  align-items: center;
  width: 100px;
  height: 46px;
  position: relative;
  cursor: pointer;
  background: #001768;
  border-radius: 60px;
 
  transition: all 0.3s;
}

/* ---- toggle switching cricle design code ---- */
.toggle_background_2::after {
  content: "";
  display: flex;
  position: absolute;
  width: 36px;
  height: 36px;
  left: 5px;
  top: 5px;
  border-radius: 50px;
  background: #f0f5f9 ;
  transition: all 0.3s;
  box-shadow: 2px 2px 5px rgba(110, 110, 110, 0.253);
}

span:active:after {
  width: 70%;
}






.footer { float:left; width:100%; background:#111928; height:140px; color:rgba(255,255,255,0.9); font-weight:200; font-size: 12px; line-height: 20px; z-index:9999;} 
.footer span.footer_in {margin:25px 0px 0px 60px; float:left; font-family:'ONE Mobile OTF Light';}




.subvisual{position:relative; width:100%; height:680px; z-index:10; box-sizing:border-box;}	
.subvisual .subvisual_img {width:100%; height:680px;}
.subvisual span.subvisual_img_bg1 {width:100%; height:520px; z-index:12; display:block; position:absolute; background:url(../images/subvisual_img1.png) no-repeat top left; background-size:cover;}
.subvisual span.subvisual_img_bg2 {width:100%; height:520px; z-index:12; display:block; position:absolute; background:url(../images/subvisual_img2.png) no-repeat top left; background-size:cover;}
.subvisual span.subvisual_img_bg4 {width:100%; height:520px; z-index:12; display:block; position:absolute; background:url(../images/subvisual_img4.png) no-repeat top left; background-size:cover;}
.subvisual span.subvisual_img_bg5 {width:100%; height:520px; z-index:12; display:block; position:absolute; background:url(../images/subvisual_img5.png) no-repeat top left; background-size:cover;}
.subvisual span.subvisual_img_bg6 {width:100%; height:520px; z-index:12; display:block; position:absolute; background:url(../images/subvisual_img6.png) no-repeat top left; background-size:cover;}
.subvisual span.subvisual_img_bg7 {width:100%; height:520px; z-index:12; display:block; position:absolute; background:url(../images/subvisual_img7.png) no-repeat top left; background-size:cover;}
.subvisual span.subvisual_img_bg8 {width:100%; height:420px; z-index:12; display:block; position:absolute; background:url(../images/subvisual_img8.png) no-repeat top left; background-size:cover;}
.subvisual span.subvisual_img_bg9 {width:100%; height:420px; z-index:12; display:block; position:absolute; background:url(../images/subvisual_img9.png) no-repeat top left; background-size:cover;}
.subvisual span.subvisual_img_bg10 {width:100%; height:420px; z-index:12; display:block; position:absolute; background:url(../images/subvisual_img10.png) no-repeat top left; background-size:cover;}
.subvisual span.subvisual_video_bg {background:rgba(0,0,0,0.3); width:100%; height:680px; z-index:12; display:block; position:absolute;}
.subvisual .subvisual_video {width:100%; height:100vh; object-fit:cover; z-index:11; }

.subvisual span.subvisual_img_bg3 {width:100%; height:2400px; z-index:12; display:block; position:absolute; background:url(../images/story_bg.png) no-repeat top left; background-size:cover; background-attachment: fixed;}




.subvisual .subvisual_tit {position:absolute; font-family: 'ONE Mobile Title OTF'; font-style: normal; font-weight:500; text-transform: uppercase;
text-align:left; top:210px; left:230px; z-index:99; color:#fff; font-size:24px; line-height:32px; letter-spacing: -0.025em;}
.subvisual .subvisual_tit p.subvisual_tit_s { font-family:'ONE Mobile Title OTF'; margin-top:22px; font-weight:300; font-size:50px; line-height:60px; color:#fff; }

.subvisual .subvisual_rtext {position:absolute; text-align:right; top:210px; right:230px; z-index:99; color:#fff; font-weight:400; background:url(../images/s_text_line.png) no-repeat 2px 15px;
background-size:27px 1px; font-size:13px; line-height:32px; letter-spacing: -0.025em;  font-family:'ONE Mobile OTF Regular';}

.subvisual .subvisual_rbtext {position:absolute; text-align:left; top:400px; left:230px; z-index:99; color:#fff;  font-size:24px; line-height:32px; font-family:'ONE Mobile OTF Regular';}


.subvisual .selectArea {position:absolute; left:230px; top:704px; z-index:9999999; display:block; }
.select_icon {width:40px; height:40px; border:1px solid #fff; border-radius:50%; float:left; margin-right:5px; text-align:center; padding-top:9px;}


.subvisual .sns_icon {position:absolute; right:230px; top:690px; z-index:9999999; display:block; }
.subvisual .sns_icon span.sns_circle {width:50px; height:50px; line-height:50px; border-radius:50%; background:rgba(255,255,255,0.3); backdrop-filter: blur(12px); float:left; text-align:center;}





.boxArea {width:1460px;position:relative; top:-300px; margin-left:-730px; left:50%;}
.boxArea .outline-box_tit {position:absolute; width:198px; height:44px; text-align:center; background: #FFFFFF; border-radius: 50px; font-size: 24px;
line-height: 44px; color: #111111; z-index:9999; left:50%; margin-left:-86px; font-family:'ONE Mobile OTF Bold';}
.boxArea .outline-box { position:absolute; top:20px; border-radius: 10px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%); 
border:1px solid #FFFFFF; backdrop-filter: blur(20px);  height:427px; }

.boxArea .outline-box .outline ul {border-bottom:1px solid rgba(255,255,255,0.3); width:1362px; margin-left:50px; float:left; }
.boxArea .outline-box .outline li {position:relative; width:33.3333%; background:url(../images/circle1.png) no-repeat top center; background-size:7px 7px; float:left; text-align:center;
color:#fff; margin-top:50px; font-size:24px; font-weight:500; line-height:34px; padding-top:10px;  font-family:'ONE Mobile OTF Regular'; letter-spacing: -0.025em; }
.boxArea .outline-box .outline li:after { position:absolute; top:0px; right:0px; display: inline-block; content: ""; background:url(../images/line_r.png) no-repeat top right; background-size:1px 87px; width:1px; height:87px;}
.boxArea .outline-box .outline li.s_li:after { background-size:1px 139px; width:1px; height:139px;}
.boxArea .outline-box .outline li:nth-child(3n):after {background:none;}



.boxArea .outline-box .outline li:before:last-child {border-right:none;}
.boxArea .outline-box .outline li p {font-size:16px; line-height:26px; margin-top:15px; font-family:'ONE Mobile OTF Light'; color: rgba(255, 255, 255, 0.9); font-weight:200;
text-align: center; letter-spacing: -0.03em;}
.outline-box span.fitter {width:1460px; height:427px; background: url(../images/bg_cont1.png) repeat; mix-blend-mode: overlay; opacity: 0.25; border-radius: 10px; 
display:block; background-size:1460px 640px;}


.subCont_4 {width:100%; height:267px; background: linear-gradient(90deg, rgba(52, 199, 89, 0.8) 0%, rgba(10, 132, 255, 0.8) 50%, rgba(191, 90, 242, 0.8) 100%); text-align:center;
color:#fff; padding-top:30px; font-size:23px; line-height:42px;  font-family:'ONE Mobile OTF Regular';}
.subCont_4 p.text_2 { font-size:54px; font-family:"ONE Mobile Title OTF"; font-weight:400; line-height:70px; }
.subCont_4 p.text_3 { font-size:18px; font-weight:200; line-height:34px; margin-top:22px; font-family:'ONE Mobile OTF Light';}

.in_cont_1920 { float:left; margin-top:90px; }
.in_cont_1920 span.left_img1 {width:1290px; height:1000px; float:left;}
.in_cont_1920 span.right_img1 {width:630px; height:1000px; background:url(../images/right_bg1.png) no-repeat top left; background-size:630px 1000px; display:block; float:left;
color:#fff; font-size:32px; font-weight:400; font-family:'ONE Mobile Title OTF'; line-height:80px; padding:100px 0px 0px 50px;}
.in_cont_1920 span.right_img1 p.text_4 {font-family:'ONE Mobile Title OTF'; font-weight:400; font-size:70px; line-height:80px;}
.in_cont_1920 span.right_img1 p.text_5 { font-weight:400; font-size:18px; line-height:28px; margin-top:40px;}


.subCont_1 {width:100%; position:relative;}
.subCont_1 .cont_bg .cont_Text { position:absolute; top:150px; left:110px; padding-left:120px; background:url(../images/deco_1.png) no-repeat top left; background-size:100px 170px; color:#4BBBEE;
font-weight: 400; font-size: 24px; line-height: 32px; font-family:'ONE Mobile OTF Regular';}
.subCont_1 .cont_bg .cont_Text p.sub_tit { font-weight:600; font-size: 40px; line-height: 50px; color: #1496D1; margin-top:20px; letter-spacing: -0.025em;  font-family:'ONE Mobile OTF Regular';}
.subCont_1 .cont_bg .cont_Text p.sub_text1 {font-weight:400; font-size:18px; line-height:40px; color: #686868; margin-top:50px;  font-family:'ONE Mobile OTF Regular';}
.subCont_1 .cont_bg .cont_Text p.sub_text2 {background:url(../images/deco_2.png) no-repeat top left; background-size:147px 99px; font-weight:700; padding-left:170px; height:98px;
font-size:18px; line-height:26px; color: #1496D1; margin-top:40px;  font-family:'ONE Mobile OTF Regular';}
.subCont_1 .cont_Text p.sub_text2 span.sub_text3 {font-family:'ONE Mobile Title OTF'; color: #1496D1; font-weight: 400; font-size: 24px; line-height: 32px; margin-top:17px; float:left;}
.subCont_1 .cont_bg {position:relative; width:100%; height:1280px; margin:0px auto; display:flex; align-items:center; justify-content:center; }


.subCont_1 .cont_bg span.subCont_1_bg {background:url(../images/s_cont_bg1.png) no-repeat top left;
position:absolute; width:100%; height:100%;  left:50%; top:50%; transform: translate(-50%,-50%); background-position:center center; z-index:-1; background-size:cover;}
.subCont_1 .cont_bg .cont_Text span.quotes_l {position:absolute; top:200px; left:55px; width:41px; height:38px;}
.subCont_1 .cont_bg .cont_Text span.quotes_r {position:absolute; top:200px; left:715px; width:41px; height:38px;}








.subCont_3 {position:relative; width:100%; height:300px; }
.subCont_3 .right_bg {position:absolute; right:0px; top:0px; width:607px; height:2197px; background:linear-gradient(180deg, rgba(74, 125, 246, 0.2) 0%, rgba(255, 142, 203, 0.2) 100%); transform: matrix(-1, 0, 0, 1, 0, 0);}

.subCont_3_1 {position:relative; width:100%; height:1050px; background:url(../images/subvisual_bg1.png) no-repeat; background-size:100% 1295px;  background-position:0px 0px;}
.subCont_3_2 {position:relative; width:100%; height:250px; background:url(../images/subvisual_bg1.png) no-repeat;  background-size:100% 1295px;    background-position:0px bottom;}
.subCont_3_3 {position:relative; width:100%; height:60px; background:url(../images/subvisual_bg1.png) no-repeat; background-size:100% 1872px;  background-position:0px -1730px;}

.subCont_3 .cont_Text { width:690px; float:left; margin:100px 0px 0px 110px; padding-left:120px; background:url(../images/deco_1.png) no-repeat top left; background-size:100px 170px; 
color:#4BBBEE; font-weight:400; font-size: 20px; line-height: 30px; padding-top:5px; font-family:'ONE Mobile OTF Light'; height:180px;}
.subCont_3 .cont_Text p.sub_tit { font-weight:600; font-size: 40px; line-height: 56px; color: #1496D1; margin-top:10px; font-family:'ONE Mobile OTF Regular';}
.subCont_3 .sub_tit_text {position:relative; float:left; margin-top:145px; font-weight: 300; font-size: 17px; line-height: 40px; color: #686868; letter-spacing: -0.025em; text-transform: uppercase;}
.subCont_3 .sub_tit_text span.text1_deco1{position:absolute; top:0px; left:0px;}
.subCont_3 .sub_tit_text span.text1_deco2{position:absolute; top:0px; left:860px;}
.subCont_3 .sub_tit_text span.text1_cont {margin-left:60px; overflow:hidden; float:left; font-family:'ONE Mobile OTF Regular'; }


.subCont_5 {position:relative; width:100%; float:left;   }
.subCont_5 .cont_Text {  font-family:'ONE Mobile OTF Light'; width:690px; float:left; margin:90px 0px 0px 110px; padding-left:120px; background:url(../images/deco_3.png) no-repeat top left;
background-size:100px 170px; color:#4BBBEE; font-weight: 400; font-size: 20px; line-height: 30px; padding-top:5px; height:180px;}
.subCont_5 .cont_Text p.sub_tit { font-weight:600; font-size: 40px; line-height: 56px; color: #1496D1; margin-top:10px; font-family:'ONE Mobile OTF Regular';}
.subCont_5 .sub_tit_text {position:relative; float:left; margin-top:145px; font-weight: 300; font-size: 17px; line-height: 40px; color: #686868; letter-spacing: -0.025em; text-transform: uppercase;}
.subCont_5 .sub_tit_text span.text1_deco1{position:absolute; top:0px; left:0px;}
.subCont_5 .sub_tit_text span.text1_deco2{position:absolute; top:0px; left:890px;}
.subCont_5 .sub_tit_text span.text1_cont {margin-left:60px; overflow:hidden; float:left; font-family:'ONE Mobile OTF Regular'; }




.subCont_6 { width:100%; float:left; height:1500px; }
.subCont_6 .cont_Text { width:640px; float:left; margin:90px 0px 0px 110px; padding-left:120px; background:url(../images/deco_3.png) no-repeat top left; background-size:100px 170px; color:#4BBBEE;
font-weight: 400; font-size: 24px; line-height: 30px; padding-top:5px;}
.subCont_6 .cont_Text p.sub_tit { font-weight:600; font-size: 40px; line-height: 56px; color: #1496D1; margin-top:25px;}
.subCont_6 .sub_tit_text {float:left; margin-top:145px; font-weight: 400; font-size: 18px; line-height: 40px; color: #686868; letter-spacing: -0.025em; text-transform: uppercase;}
.subCont_6 span.deco_1 {position:absolute; top:0px; right:0px;}
.subCont_6 span.deco_2 {position:absolute; top:600px; left:0px;}
.subCont_6 span.deco_3 {position:absolute; top:800px; right:0px; z-index:99;}
.subCont_6 span.deco_4 {position:absolute; bottom:0px; left:0px; z-index:99;}
.subCont_6 .boxArea-6 {width:1460px;float:left; position:absolute;  left:50%; margin-left:-730px; top:330px;}

.subCont_6 .boxArea-6 .outline-box_tit {position:absolute; width:360px; height:62px; text-align:center; background: linear-gradient(90deg, #97FD47 -11.98%, #06DC23 100%); border-radius: 50px;
line-height:62px; color: #fff; z-index:9999; left:50%; margin-left:-180px; font-weight: 300; font-size:28px; font-family: 'ONE Mobile OTF Regular'; letter-spacing: -0.025em;}
.subCont_6 .boxArea-6 .outline-box {margin-top:33px; background:rgba(151,253,71,0.05); width:1460px; height:350px; mix-blend-mode: normal; border: 1px solid #00BD79; border-radius: 10px;}
.subCont_6 .boxArea-6 .outline-box li {text-align:center; float:left; width:50%; margin-top:70px;}
.subCont_6 .boxArea-6 .outline-box li div.icon_1 {width:92px; height:92px; line-height:92px;  padding-top:20px; border-radius:50%; background: linear-gradient(90deg, #97FD47 -9.24%, #06DC23 100%); margin:0px auto; }
.subCont_6 .boxArea-6 .outline-box li p.guide_tit {color: #06DC23; font-size:24px; font-family:'ONE Mobile Title OTF'; font-weight:400; line-height:32px; margin-top:13px;}
.subCont_6 .boxArea-6 .outline-box li p.guide_text {color:#111; font-size:18px; font-weight:600; line-height:26px; margin-top:20px;  font-family:'ONE Mobile OTF Regular';}
.subCont_6 .boxArea-6 .outline-box li p.guide_text1 {color: #686868; font-size:18px; font-weight:300; font-family: 'ONE Mobile OTF Light'; line-height: 26px; }


.subCont_6 .boxArea-7 {width:1460px;float:left; position:absolute;  left:50%; margin-left:-730px; top:822px;}
.subCont_6 .boxArea-7 .outline-box_tit {position:absolute; width:318px; height:62px; text-align:center; background:linear-gradient(90deg, #FFC371 0%, #FF5F6D 100%); border-radius: 50px;
line-height:66px; color: #fff; z-index:9999; left:50%; margin-left:-159px; font-weight: 300; font-size:28px; font-family: 'ONE Mobile OTF Regular'; letter-spacing: -0.025em;}
.subCont_6 .boxArea-7 .outline-box {margin-top:33px; width:1460px; height:782px; mix-blend-mode:normal;  border-radius: 10px;border: 1px solid #FC4A1A; backdrop-filter: blur(5px);
background: linear-gradient(180deg, rgba(252, 74, 26, 0.05) 0%, rgba(252, 74, 26, 0.02) 100%), rgba(255, 255, 255, 0.50);}

.subCont_6 .boxArea-7 .outline-box .text_area1 {  padding:70px 0px 0px 15px; }
.subCont_6 .boxArea-7 .outline-box .text_area1 span.left_c {float:left; color:#FF5F6D; font-family:'ONE Mobile Title OTF'; font-size:24px; 
 height:418px; width:300px; text-align:center; border-right:1px solid rgba(255, 95, 109, 0.3); padding:190px 15px 0px 0px; margin-top:10px;} 
.subCont_6 .boxArea-7 .outline-box .text_area1 span.right_c {float:left; font-family: 'ONE Mobile OTF Regular'; color:#111; line-height:34px; font-weight:600; font-size:18px;
margin-left:75px;}



.subCont_6 .boxArea-7 .outline-box .text_area2 {  padding:70px 0px 0px 15px; float:left; }
.subCont_6 .boxArea-7 .outline-box .text_area2 span.left_c {float:left; color:#FF5F6D; font-family:'ONE Mobile Title OTF'; font-size:24px; line-height:30px;
 height:136px; width:300px; text-align:center; border-right:1px solid rgba(255, 95, 109, 0.3); padding:30px 15px 0px 0px; margin-top:10px;} 
.subCont_6 .boxArea-7 .outline-box .text_area2 span.right_c {float:left; font-family: 'ONE Mobile OTF Regular'; color:#111; line-height:34px; font-weight:600; font-size:18px;
margin-left:75px;}




.boxArea-8 {width:1460px; float:left; margin:70px 0px 150px 0px; margin-left:230px;} 
.location_img {position:relative; border-radius: 10px; border: 1px solid rgba(6, 220, 35, 0.50); width:1460px; height:792px; 
background:url(../images/location_img.png) no-repeat left top; background-size:1460px 792px;}
.location_img .map_area {position:absolute; left:574px; top:292px; width:325px; height:269px; text-align:center;  }
.location_img .location_t_area {position:absolute; left:0px; bottom:0px; width:100%; height:92px; opacity: 0.9; background: linear-gradient(90deg, #06DC23 0%, #97FD47 115.05%);}
.location_img .location_t_area span.location_text {position:absolute; text-align:center; width:400px; margin-left:-200px; bottom:34px; left:50%; font-size:24px; color:#fff; font-family:'ONE Mobile Title OTF';}

ul.tabs {margin-top:100px; padding:0; float:left; list-style:none; height:106px; width:100%; position:relative;}
ul.tabs li {float:left; width:710px; height:95px; margin:0; cursor: pointer; line-height:95px; background-color: #fff; color: #686868; position:relative; border:1px solid #D9D9D9;
	border-radius:10px; text-align:center; font-weight: 400; font-size: 24px; font-family:'ONE Mobile Title OTF';}
ul.tabs li.active {background:#04CC00; color:#fff; display: block; position:relative;}
ul.tabs li.active:after { content:''; position: absolute; bottom:-14px; left:50%; background:url('../images/tab_active.png')no-repeat center top; width:44px; height:14px; 
background-size:44px 14px; margin-left:-22px;  }

.tab_container { border-top:none; clear:both; float:left; width:100%; background:#fff; overflow:auto; margin-top:20px;}
.tab_content {padding:0px; display: none;}
.tab_content li {color:#04CC00; font-family:'ONE Mobile Title OTF'; font-weight: 400;font-size: 24px; line-height: 32px; border-bottom:1px solid #D9D9D9; padding:30px 0px; }
.tab_content li p.text_area2 {color: #111111; font-weight: 600; font-size: 18px; line-height: 34px; margin-top:15px;  font-family:'ONE Mobile OTF Regular'; }
.tab_content li p.text_area3 {color: #686868; font-weight: 300; font-size: 18px; line-height: 34px; font-family:'ONE Mobile OTF Light'; }
.tab_drawer_heading { display: none; }











.cont_Banner {position:relative;  width:100%; height:830px; background: linear-gradient(180deg, rgba(17, 25, 40, 0) 0%, #111928 11.63%, #111928 100%); margin-top:-300px;}
.cont_Banner ul { position:relative; width:1720px; margin:120px auto;}
.cont_Banner li {position:absolute;}
.cont_Banner li:nth-child(1) {top:120px; left:0px;}
.cont_Banner li:nth-child(2) {top:120px; left:440px;}
.cont_Banner li:nth-child(3) {top:370px; left:0px;}
.cont_Banner li:nth-child(4) {left:880px; top:120px;}
.cont_Banner li:nth-child(5) {right:0px; top:120px;}
.cont_Banner li:nth-child(6) {right:0px; top:370px;}
.cont_Banner li:nth-child(7) {left:880px; top:620px;}
.cont_Banner li:nth-child(8) {right:0px; top:620px;}
.cont_Banner li .left_ban_b {position:relative; float:left; background:rgba(0,0,0,0.5); width:29px; height:247px;  }
.cont_Banner li .left_ban_b span.left_ban_t {font-weight:200; font-size: 14px; line-height: 26px; color: #FFFFFF;  top:140px; left:-107px; width:247px; height:29px;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute; text-align:right;}


.cont_Banner li .ban_tit {width:200px; height:100px; float:right; text-align: right; margin:30px 30px 0px 0px;}
.cont_Banner li .ban_tit span.more_btn {}
.cont_Banner li .ban_tit p.more_txt {font-weight:400; font-size: 20px; line-height: 28px; color: #FFFFFF; text-align: right; margin-top:15px;}



.subCont_2 {position:relative; width:100%; overflow:hidden; }
.subCont_2 .left_bg {background:url(../images/s_cont_bg3.png) no-repeat left 100px; background-size:1131px 1135px; float:left;}
.subCont_2 .left_bg .meier_photo {float:left; margin:100px 0px 0px 100px; width:520px; height:767px;}
.subCont_2 .left_bg .meier_cont  {margin-top:130px; float:left; position:relative; width:1200px; margin-left:630px;}
.subCont_2 .left_bg .meier_cont .meier_con_tit {  font-family:'ONE Mobile Title OTF'; font-weight:400; font-size:47px; line-height:58px; color: #000000; margin-left:50px; letter-spacing:-0.025em; }
.subCont_2 .left_bg .meier_cont .meier_con_tit p.tt {font-weight: 400; font-size: 24px; line-height: 32px;color: #000000; letter-spacing:-1px; font-family:'ONE Mobile OTF Regular';}
.subCont_2 .left_bg .meier_cont .meier_con_tit span.meier_tit_2 {  font-family:'ONE Mobile Title OTF';  text-align:right; z-index:11; color:#000; font-weight:700; background:url(../images/s_text_line1.png) no-repeat 2px 15px;
background-size:27px 1px; font-size:13px; line-height:32px; float:right;  margin-top:80px;}

.subCont_2 .left_bg .meier_cont .meier_con_txt {float:left; margin-top:50px; font-weight: 400; font-size: 18px; line-height: 40px; letter-spacing: -0.025em; text-transform: uppercase; font-family:'ONE Mobile OTF Regular';
color:#686868; margin-left:50px;}
.subCont_2 .left_bg .meier_cont span.meier_txt_2 { font-family:'ONE Mobile Title OTF'; font-weight: 400; font-size: 18px; line-height:30px; letter-spacing: -0.025em; text-align:right; width:270px;
text-transform: uppercase; color:#000; position: absolute; right:0px; top:0px;}
.subCont_2 .left_bg .meier_cont span.meier_txt_2 p.s_txt1 { font-family:'ONE Mobile Title OTF'; font-size: 13px; color:#000; font-weight:400; background:url(../images/line1.png) no-repeat left center; background-size:59px 1px;}
.subCont_2 .left_bg .meier_cont .meier_con_txt p.meier_txt_3 {float:left; font-weight: 400; font-size: 16px; line-height:32px; letter-spacing: -0.025em; 
text-transform: uppercase; color: rgba(0, 0, 0, 1); margin-top:5px;}



.subCont_2 .left_bg_2 {background:url(../images/s_cont_bg3.png) no-repeat left -292px; background-size:1131px 1135px; float:left;}
.subCont_2 .left_bg_2 .year_img {margin-top:130px; margin-left:655px; float:left;}
.subCont_2 .left_bg_2 .year_img_1 {margin-top:100px; margin-left:255px; float:left;}

@media all and (max-width:1860px){
#header  { width:1860px; }
}



@media all and (max-width:1860px){
#wrap { width:1860px; }
}


@media all and (max-width:1860px){
.footer { width:1860px; }
}





.cont_Area { width:100%;}
.in_cont {width:1400px; margin:0px auto;}
.in_cont li {float:left; margin-bottom:100px;  list-style-type: none; position:relative; }
.in_cont li div.gallery_text {position: absolute; bottom:30px; left:30px; width:385px; height:60px; line-height:60px; border-radius:10px; font-weight:400; font-size:28px;  font-family:'ONE Mobile Title OTF'; 
color:#fff; background: linear-gradient(90deg, rgba(52, 199, 89, 0.6) 0%, rgba(10, 132, 255, 0.6) 50%, rgba(191, 90, 242, 0.6) 100%); padding-left:60px; float:left;}
.in_cont li div.gallery_text span.text4 { font-weight:200; padding-left:20px;}
.in_cont li:first-child {margin-top:100px;}



.cont_intro {  width:1920px; margin:0px auto;  position:relative; overflow:hidden;  }



.cont_intro .intro_1 {z-index:999; position:relative; float:left; width:100%;}
.cont_intro .intro_1 span.intro_img {float:left; width:910px; padding-top:70px; }
.cont_intro .intro_1 span.intro_tit {float:left; padding-top:200px; margin-left:100px; background:url('../images/intro_tit1.png') no-repeat left 156px; background-size:30px 38px;
font-weight: 300; font-size: 36px; line-height: 50px; letter-spacing: -0.025em; color: #111111; font-family:'ONE Mobile OTF Light';}
.cont_intro .intro_1 span.intro_tit p.intro_tit_2 {font-family:'ONE Mobile Title OTF'; font-size:50px; font-weight:400; line-height:80px; color: #111111; margin-top:20px;}
.cont_intro .intro_1 span.intro_tit p.intro_tit_3 {font-weight: 400; font-size: 18px; line-height: 34px; color: #111111; margin-top:50px; font-family:'ONE Mobile OTF Regular';}
.cont_intro .intro_1 span.intro_tit p.intro_tit_4 {margin-top:150px; float:left;}



.cont_intro .intro_2 {z-index:999; position:relative;  width:100%; }
.cont_intro .intro_2 span.intro_img {float:right; width:910px; padding-top:70px; }
.cont_intro .intro_2 span.intro_tit {float:left; padding-top:170px; margin-left:228px; background:url('../images/intro_tit2.png') no-repeat left 126px; background-size:30px 38px;
font-weight: 300; font-size: 36px; line-height: 50px; letter-spacing: -0.025em; color: #111111;  font-family:'ONE Mobile OTF Light';}
.cont_intro .intro_2 span.intro_tit p.intro_tit_2 {font-family:'ONE Mobile Title OTF'; font-size:50px; font-weight:400; line-height:80px; color: #111111; margin-top:20px;}
.cont_intro .intro_2 span.intro_tit p.intro_tit_3 {font-weight: 400; font-size: 18px; line-height: 34px; color: #111111; margin-top:50px; font-family:'ONE Mobile OTF Light'}
.cont_intro .intro_2 span.intro_tit p.intro_tit_4 {margin-top:150px; float:left;}

.cont_intro .intro_3 {z-index:999; position:relative; float:left; width:100%; height:900px;  width:100%; }
.cont_intro .intro_3 .intro_3_in {position:absolute; width:1460px; left:50%; margin-left:-730px; top:140px;}
.cont_intro .intro_3 .intro_3_in2 {position:absolute; top:750px; text-align:center; color:#111; letter-spacing:-0.025em; text-transform:uppercase; font-weight: 400; font-size: 56px; line-height: 74px;
font-family:'ONE Mobile OTF Regular'; left:50%; width:1000px; margin-left:-500px;}
.cont_intro .intro_4 {z-index:999; position:relative; float:left; width:100%;  margin-bottom:100px;}

.cont_intro .intro_4 .intro_4_box { float:left; margin:50px 0px 0px 230px; width:1460px; border-radius: 10px; background: linear-gradient(90deg, #1BC546 0%, #0A84FF 50%, #BF5AF2 100%);} 
.cont_intro .intro_4 .intro_4_box .in_b { float:left; margin:2px; height:437px; background:rgba(255,255,255,0.9); backdrop-filter: blur(4px); border-top-right-radius:10px;
border-top-left-radius:10px; width:1456px;}
.cont_intro .intro_4 .intro_4_box .in_b li { width:33.33%; height:353px; margin-top:40px; text-align:center; float:left; border-right:1px solid rgba(217, 217, 217, 0.5);}
.cont_intro .intro_4 .intro_4_box .in_b li img {width:100%;}
.cont_intro .intro_4 .intro_4_box .in_b li:nth-child(1) img {width:304px; height:344px;}
.cont_intro .intro_4 .intro_4_box .in_b li:nth-child(2) img {width:349px; height:357px;}
.cont_intro .intro_4 .intro_4_box .in_b li:nth-child(3) img {width:369px; height:353px;}
.cont_intro .intro_4 .intro_4_box .in_b li:nth-child(3) {border-right:none;}
.cont_intro .intro_4 .intro_4_box .in_t {float:left; background: linear-gradient(90deg, #1BC546 0%, #0A84FF 50%, #BF5AF2 100%); width:1460px; height:82px;
border-bottom-right-radius:10px; border-bottom-left-radius:10px;} 
.cont_intro .intro_4 .intro_4_box .in_t li {width:33.33%; float:left; margin:20px 0px; text-align:center; color: #FFFFFF; font-family:'ONE Mobile Title OTF'; font-weight: 400;
font-size: 32px; line-height: 42px; letter-spacing: -0.025em; border-right:1px solid rgba(255, 255, 255, 0.2); cursor:pointer;}
.cont_intro .intro_4 .intro_4_box .in_t li:last-child {border-right:none;}
.cont_intro .intro_4 .intro_4_box .in_t li span.in_t_arrow {margin-left:22px;}





.cont_intro_2 {  width:100%; height:80px; float:left; background: linear-gradient(90deg, rgba(52, 199, 89, 0.7) 0%, rgba(10, 132, 255, 0.7) 50%, rgba(191, 90, 242, 0.7) 100%);
backdrop-filter: blur(5px); }
.cont_intro_2 .intro_5 { margin:0px auto; width:1920px; }
.cont_intro_2 .intro_5 li {font-weight: 600; font-size: 30px; line-height:40px; color:#fff; float:left; display:inline; text-align:center; margin-top:22px; font-family:'ONE Mobile OTF Regular';}
.cont_intro_2 .intro_5 li:nth-child(1) {width:35%;  border-right:1px solid #fff;}
.cont_intro_2 .intro_5 li:nth-child(2) {width:28%;  border-right:1px solid #fff;}
.cont_intro_2 .intro_5 li:nth-child(3) {width:35%;}



.cont_intro_bg {width:100%; z-index:9; background:linear-gradient(90deg, rgba(191, 90, 242, 0.5) 0%, rgba(10, 132, 255, 0.5) 50%, rgba(52, 199, 89, 0.5) 100%); 
opacity: 0.2; transform: rotate(-180deg); position:absolute; top:2765px; left:0px; } 
.intro_bg1 {z-index:99; position:absolute; top:2870px; right:0px; background:url('../images/intro_bg1.png') no-repeat center top; background-size:946px 1469px; width:946px; height:1777px;}
.intro_bg2 {z-index:99; position:absolute; top:4000px; right:0px; background:url('../images/intro_bg2.png') no-repeat center top; background-size:787px 1480px; width:787px; height:1480px;}



.history_bg {width: 607px; height: 2180px; position: absolute; right:0px; top:0px; background: linear-gradient(180deg, rgba(97, 255, 0, 0.5) 0%, rgba(5, 255, 0, 0.5) 100%);
opacity: 0.5; transform: matrix(-1, 0, 0, 1, 0, 0); z-index:1;}


.history_deco1 {position: absolute; right:139px; top:176px; z-index:11;}
.history_deco2 {position: absolute; right:0px; top:990px; z-index:11;}
.history_deco3 {position: absolute; left:0px; top:426px; z-index:11;}





.subcont_Tit {width:1920px; margin:100px auto 70px auto; overflow:hidden; }
.subcont_Tit .cont_Text { width:690px; float:left; margin:0px 0px 0px 110px; padding-left:120px; background:url(../images/deco_1.png) no-repeat top left; background-size:100px 170px; color:#4BBBEE;
font-weight: 400; font-size: 20px; line-height: 30px; padding-top:5px; font-family: 'ONE Mobile OTF Regular'; height:200px;}

.subcont_Tit .cont_Text p.sub_tit { font-weight:600; font-size: 40px; line-height: 56px; color: #1496D1; margin-top:10px; font-family:'ONE Mobile OTF Regular';}
.subcont_Tit .sub_tit_text {position:relative; float:left; margin-top:40px; font-weight: 300;  line-height: 40px; color: #686868; text-transform: uppercase;}
.subcont_Tit .sub_tit_text span.text1_deco1{position:absolute; top:0px; left:0px;}
.subcont_Tit .sub_tit_text span.text1_deco2{position:absolute; top:0px; left:810px;}
.subcont_Tit .sub_tit_text span.text1_cont {margin-left:60px; overflow:hidden; float:left; font-family:'ONE Mobile OTF Regular'; font-size: 17px;}


.subcont_Tit .school_img1 {float:left; font-family: 'S-Core Dream'; font-weight: 700; margin:40px 0px 80px 290px; font-size: 100px; line-height: 90px; letter-spacing: -0.025em; color: rgba(217, 217, 217, 0.3);}






.subcont {width:1920px; margin:0px auto; }
.history_cont { margin:20px 300px 0px 0px; background:url(../images/history_bg1.png) no-repeat 230px 0px; background-size:382px 188px;}



.boardArea {width:1500px; margin:100px auto 0px auto;}
.boardArea li {position:relative; width:453px; height:317px; background: rgba(207, 213, 225, 0.2); border: 1px solid #CFD5E1; border-radius: 10px; float:left; margin:0px 70px 70px 0px;}
.boardArea li:hover img{-webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity:1;}
.boardArea li:nth-child(3n+0) { margin-right:0px;}
.boardArea li span.video_img { margin:20px 20px 9px 20px; float:left; overflow: hidden; width:413px; height:228px; border-radius: 10px; position:relative; z-index:9;}
.boardArea li span.video_img:hover img{
    border-radius: 10px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity:1;
}
.boardArea li div.video_txt { float:left;  font-style: normal; margin-left:20px;}
.boardArea li div.video_txt span.video_otxt { color: #111111; font-weight: 700; font-size: 18px; line-height: 24px; font-family: 'ONE Mobile OTF Regular';}
.boardArea li div.video_txt p.video_stxt {color: #686868; font-weight:100; font-size: 14px; line-height: 22px; font-family: 'ONE Mobile OTF Regular';}
.boardArea li div.play_icon {width:65px; height:65px; border-radius:50%; background:#F41B3B; position:absolute; top:100px; left:50%; margin-left:-32px; text-align:center; padding-top:20px; z-index:999; }
.boardArea li div.time_v {position:absolute;  height:20px; background: #FFFFFF; border: 1px solid #CFD5E1; border-radius: 3px; line-height: 20px; right:20px; text-align:center; bottom:20px;
padding:0px 4px;}
.boardArea li a div.time_v  {font-family: 'ONE Mobile OTF Regular'; font-size: 12px; color:#686868;}


.page {width:100%; float:left; margin-bottom:70px; }
.page ul {width:95px; height:40px; margin:0px auto;}
.page li a {float:left; width:40px; height:40px; border-radius:50%; color:#fff; color:rgba(17, 25, 40, 0.3); font-size:18px; line-height:40px; background: rgba(17, 25, 40, 0.1); text-align:center;}
.page li.active a {background: #111928; color:#fff; }



.newsArea {width:1460px; margin:100px auto 0px auto; border-top:1px solid #111; overflow:hidden;}
.newsArea li {border-bottom:1px solid rgba(0,0,0,0.1); padding:20px; float:left; width:100%;}
.newsArea li div.news_img {width:150px; height:150px; float:left;}
.newsArea li div.news_text { width:1230px; float:left; margin-left:40px;}
.newsArea li div.news_text span.news_text_tit {margin-top:24px; float:left; font-family:'ONE Mobile Title OTF'; font-weight: 400; font-size: 30px; line-height: 38px; letter-spacing: -0.025em; color: #111;}
.newsArea li div.news_text span.news_info{float:right; font-family:'ONE Mobile Title OTF'; font-size:14px; margin-top:35px; color:#04CC00;}
.newsArea li div.news_text span.news_info span.news_date { color:#039600;  margin-left:18px; font-family:'ONE Mobile Title OTF'; font-weight:200;}
.newsArea li div.news_text p.news_text_txt {margin-top:20px; float:left; font-family: 'ONE Mobile OTF Regular'; font-size: 14px; line-height: 22px; color: #686868; letter-spacing: -0.2px;
text-transform: uppercase;}
.newsArea li:hover {background: rgba(217, 217, 217, 0.2);}


.p_left_cont {float:left; width:550px; z-index:9999; position:relative; }
.p_left_cont span.phone_text {float:left; overflow:hidden; font-family:'ONE Mobile Title OTF'; font-size: 18px; line-height:32px; letter-spacing: -0.025em; 
color:#000;  z-index:999;  position:relative; margin:70px 0px 0px 230px; }
.p_left_cont p.phone_img {float:left; z-index:999; position:relative; margin-left:125px;  margin-top:-50px;}

.p_right_cont {float:left; z-index:9999; position:relative; width:1200px;}
.p_right_cont span.phone_text_1 {float:left; overflow:hidden; font-family:'ONE Mobile Title OTF'; font-size: 18px; line-height:32px; letter-spacing: -0.025em; 
color:#000;  z-index:999;  position:relative; margin:70px 0px 0px 900px; text-align:right; }
.p_right_cont p.phone_img_1 {float:left; z-index:999; position:relative; margin-left:0px;  margin-top:135px;}


.phone_txt {position:absolute; top:743px; left:850px; z-index:999; font-family:'ONE Mobile OTF Regular'; font-weight: 400; line-height: 40px; font-size: 18px; color: #686868; letter-spacing: -0.025em;}
.cont_intro span.app_left_bg {width:384px; background:#EAEAEA; position:absolute; left:0px; top:0px; height:960px;}
.cont_intro span.app_right_bg {width:1536px; background:#F5F5F5; position:absolute; left:384px; top:0px; height:960px;}









.phone_btn_1 {position:absolute; width:533px; height:180px; border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(12px); border-radius: 20px; 
padding:30px; top:210px; left:110px; text-align:right; background:url(../images/app_img1.png) no-repeat, rgba(255, 255, 255, 0.2); background-position:380px 30px; background-size:120px 120px;}
.phone_btn_1 span.phone_p {width:120px; height:120px; border-radius:50%; float:left; display:block; }
.phone_btn_1 span.phone_t {font-family:'ONE Mobile Title OTF'; font-size: 30px; line-height: 40px; color: #FFFFFF; float:left;}
.phone_btn_1 span.phone_t p.phone_tt {font-family:'ONE Mobile OTF Light'; font-size: 18px; line-height: 40px; color: #FFFFFF; font-weight: 200; letter-spacing: -0.025em;  margin-top:10px;
text-transform: uppercase;}
.phone_btn_1:hover {background:url(../images/app_img1_over.png) no-repeat, rgba(0, 0, 0, 0.3); background-position:380px 30px; background-size:120px 120px; 
border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(12px);}



.phone_btn_2 {position:absolute; width:533px; height:180px; border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(12px); border-radius: 20px; 
padding:30px; top:584px; left:110px; text-align:right; background:url(../images/app_img2.png) no-repeat, rgba(255, 255, 255, 0.2); background-position:380px 30px; background-size:120px 120px;}
.phone_btn_2 span.phone_p {width:120px; height:120px; border-radius:50%; float:left; display:block; }
.phone_btn_2 span.phone_t {font-family:'ONE Mobile Title OTF'; font-size: 30px; line-height: 40px; color: #FFFFFF; float:left;}
.phone_btn_2 span.phone_t p.phone_tt {font-family:'ONE Mobile OTF Light'; font-size: 18px; line-height: 40px; color: #FFFFFF; font-weight: 200; letter-spacing: -0.025em;  margin-top:10px;
text-transform: uppercase;}
.phone_btn_2:hover {background:url(../images/app_img2_over.png) no-repeat, rgba(0, 0, 0, 0.3); background-position:380px 30px; background-size:120px 120px; 
border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(12px);}


.phone_btn_3 {position:absolute; width:533px; height:180px; border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(12px); border-radius: 20px; 
padding:30px; top:210px; right:110px; text-align:right; background:url(../images/app_img3.png) no-repeat, rgba(255, 255, 255, 0.2); background-position:30px 30px; background-size:120px 120px;}
.phone_btn_3 span.phone_p {width:120px; height:120px; border-radius:50%; float:left; display:block; }
.phone_btn_3 span.phone_t {font-family:'ONE Mobile Title OTF'; font-size: 30px; line-height: 40px; color: #FFFFFF; float:left;}
.phone_btn_3 span.phone_t p.phone_tt {font-family:'ONE Mobile OTF Light'; font-size: 18px; line-height: 40px; color: #FFFFFF; font-weight: 200; letter-spacing: -0.025em;  margin-top:10px;
text-transform: uppercase;}
.phone_btn_3:hover {background:url(../images/app_img3_over.png) no-repeat, rgba(0, 0, 0, 0.3); background-position:30px 30px; background-size:120px 120px; 
border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(12px);}



.phone_btn_4 {position:absolute; top:584px; right:110px; width:533px; height:180px; border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(12px); border-radius: 20px; 
padding:30px;  text-align:right; background:url(../images/app_img4.png) no-repeat, rgba(255, 255, 255, 0.2); background-position:30px 30px; background-size:120px 120px;}
.phone_btn_4 span.phone_p {width:120px; height:120px; border-radius:50%; float:left; display:block; }
.phone_btn_4 span.phone_t {font-family:'ONE Mobile Title OTF'; font-size: 30px; line-height: 40px; color: #FFFFFF; float:left;}
.phone_btn_4 span.phone_t p.phone_tt {font-family:'ONE Mobile OTF Light'; font-size: 18px; line-height: 40px; color: #FFFFFF; font-weight: 200; letter-spacing: -0.025em;  margin-top:10px;
text-transform: uppercase;}
.phone_btn_4:hover {background:url(../images/app_img4_over.png) no-repeat, rgba(0, 0, 0, 0.3); background-position:30px 30px; background-size:120px 120px; 
border: 1px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(12px);}







.example-header {
  background: #3D4351;
  color: #FFF;
  font-weight: 300;
  padding: 3em 1em;
  text-align: center;
}
.example-header h1 {
  color: #FFF;
  font-weight: 300;
  margin-bottom: 20px;
}
.example-header p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
}

.container-fluid .row {
  padding: 0 0 4em 0;
}
.container-fluid .row:nth-child(even) {
  background: #F1F4F5;
}

.example-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 3em 0;
  border-bottom: 1px solid #E4EAEC;
}
.example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px;
}

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin:0px 0px 0px 360px;
  padding-top:170px;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
  height:200px;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 56px;
  font-weight: 400;
  letter-spacing:-0.025em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #03B200;
 
}

.timeline-info span{ font-family: 'ONE Mobile Title OTF'; position:absolute; left:0px; top:0px; width:150px;}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #03B200;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 12px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 2px;
  background: #EEF0F4;
  display: block;
  position: absolute;
  top: 18px;
  bottom: 0;
  left: 7px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #03B200;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
.timeline-split .timeline-info, .timeline-centered .timeline-info,
.timeline-split .timeline-marker,
.timeline-centered .timeline-marker,
.timeline-split .timeline-content,
.timeline-centered .timeline-content,
.timeline-split .period .timeline-info {
    display: table-cell;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 50px;
  }
 .timeline-split .timeline-content p.text-time {font-family:'ONE Mobile OTF Regular'; font-weight: 400; color:#686868; font-size: 18px; line-height: 34px; letter-spacing: -0.025em; text-transform: uppercase;}
 .timeline-split .timeline-content p.text-time span.text-m {font-family:'ONE Mobile OTF Regular'; color:#03B200; margin-right:10px; float:left; letter-spacing: -0.025em;}
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
  	position:relative;
    padding-right: 66px;
	width:200px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
.timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}




.story_cont { z-index:9999; position:absolute; top:620px; left:50%; width:1260px; margin-left:-630px; }
.story_box { float:left; position:relative; margin-bottom:50px; width:1260px; height:170px; background: rgba(255, 255, 255, 0.3); border: 1px solid rgba(255, 255, 255, 0.3); backdrop-filter: blur(12px); border-radius: 10px;}
.story_box span.story_img {padding:5px; float:left; margin-right:36px;}   
.story_box .story_text {margin:11px 30px 0px 36px; overflow:hidden;}
.story_box .story_text span.num {font-weight: 400; font-size: 60px; line-height: 70px; color: #05FF00; font-family: 'ONE Mobile Title OTF'; float:left; letter-spacing: -0.025em;}
.story_box .story_text span.story_tit {font-family: 'ONE Mobile Title OTF'; font-style: normal; font-weight: 400; font-size: 30px; line-height: 38px; float:left;
display: flex; align-items: center; letter-spacing: -0.025em; color: #FFFFFF; margin-left:23px; margin-top:15px;}
.story_box .story_text span.story_school {position:absolute; font-family: 'ONE Mobile Title OTF'; font-weight: 400; font-size: 18px; line-height: 22px; letter-spacing: -0.025em; color: #05FF00;
top:33px; right:135px;}
.story_box .story_text span.story_date {font-family: 'ONE Mobile Title OTF'; font-style: normal; font-weight: 400; font-size: 14px; line-height: 22px; letter-spacing: -0.025em;
color: #05FF00; float:right; margin-top:22px;}
.story_box .story_text p.story_text1 {float:left; font-family: 'ONE Mobile OTF Light'; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; margin-top:5px;
text-transform: uppercase; color: rgba(255, 255, 255, 0.8);}



.srt_Cont {width:100%; background:url('../images/srt_bg.png') no-repeat left 33px; background-size:100% 3600px;}
.srt_Cont_tit {margin:0px auto; font-weight: 600; font-size: 32px; line-height: 66px; letter-spacing: -0.025em; width:345px; height:66px; border-radius:50px; 
background: linear-gradient(90deg, #2971FF 0%, #0045CC 63.67%); color:#fff; text-align:center;}
.srt_Cont_text {text-align:center; width:1500px; margin:0px auto; padding:100px 0px; overflow:hidden;}
.srt_Cont_text span.srt_Cont_txt {margin:50px 0px 18px 0px; float:left; color:#111; font-weight: 400; font-size: 56px; line-height: 74px; letter-spacing: -0.025em;
font-family:'ONE Mobile OTF Regular'; width:700px; left:50%; position:relative; margin-left:-350px;}
.srt_Cont_text span.srt_Cont_txt p.srt_Cont_txt1 {font-family: 'ONE Mobile Title OTF';}
.srt_Cont_text .srt_Cont_left {margin-top:90px; text-align:left; float:left;}
.srt_Cont_text .srt_Cont_left span.Cont_left {width:680px; float:left; text-transform: uppercase; font-family:'ONE Mobile OTF Regular'; font-weight: 300;
font-size: 36px; line-height: 50px; color: #111111; letter-spacing: -0.025em; border-bottom:1px solid rgba(0, 69, 204, 0.20); height:470px;} 
.srt_Cont_text .srt_Cont_left span.Cont_left p.Cont_left_txt {color:#0045CC; font-family:"ONE Mobile Title OTF"; letter-spacing:-1.4px; text-transform:uppercase; font-size: 56px;
font-style: normal; font-weight: 400; line-height: 74px; margin-top:20px; }
.srt_Cont_text .srt_Cont_left span.Cont_left p.Cont_left_txt1 {color: #686868; font-family:'ONE Mobile OTF Regular'; font-size: 18px; font-weight:600; line-height: 34px; letter-spacing: -0.45px;
text-transform: uppercase; margin-top:50px;}
.srt_Cont_text .srt_Cont_left span.Cont_left_img {margin-left:100px;}

.srt_Cont_text .srt_Cont_right {margin-top:90px; text-align:left; float:left; }
.srt_Cont_text .srt_Cont_right span.Cont_right_img {float:left;}
.srt_Cont_text .srt_Cont_right span.Cont_right {width:680px; float:left; text-transform: uppercase; font-family:'ONE Mobile OTF Regular'; font-weight: 300;
font-size: 36px; line-height: 50px; color: #111111; letter-spacing: -0.025em; border-bottom:1px solid rgba(0, 69, 204, 0.20); height:470px; margin-left:100px;} 
.srt_Cont_text .srt_Cont_right span.Cont_right p.Cont_right_txt {color:#0045CC; font-family:"ONE Mobile Title OTF"; letter-spacing:-1.4px; text-transform:uppercase; font-size: 56px;
font-style: normal; font-weight: 400; line-height: 74px; margin-top:20px; }
.srt_Cont_text .srt_Cont_right span.Cont_right p.Cont_right_txt1 {color: #686868; font-family:'ONE Mobile OTF Regular'; font-size: 18px; font-weight:600; line-height: 34px; letter-spacing: -0.45px;
text-transform: uppercase; margin-top:50px;}





.sports_Cont {width:100%; background:url('../images/sports_bg.png') no-repeat left 33px; background-size:100% 1280px; float:left; }
.sports_Cont_tit {margin:0px auto; font-weight: 600; font-size: 32px; line-height: 66px; letter-spacing: -0.025em; width:476px; height:66px; border-radius:50px; 
background: linear-gradient(90deg, #F7B733 0%, #FC4A1A 100%); color:#fff; text-align:center;}

.sports_Cont_text {text-align:center; width:1920px; margin:0px auto; overflow:hidden;}
.sports_Cont_text span.sports_Cont_txt {margin:50px 0px 18px 0px; float:left; color:#fff; font-weight: 400; font-size: 56px; line-height: 74px; letter-spacing: -0.025em;
font-family:'ONE Mobile OTF Regular'; width:800px; left:50%; position:relative; margin-left:-400px;}
.sports_Cont_text span.sports_Cont_txt p.sports_Cont_txt1 {font-family: 'ONE Mobile Title OTF';}

.sports_Cont_text2 { position:relative; width:1460px; margin:690px auto 0px auto; height:340px;}
.sports_Cont_text2 .sports_box {width:715px; height:264px; background: rgba(255, 255, 255, 0.3); border: 1px solid rgba(255, 255, 255, 0.3); backdrop-filter: blur(12px); border-radius: 10px;
padding:26px 0px 0px 30px; color: #FFF; float:left;}
.sports_Cont_text2 .sports_box span.sports_box_tt { margin-left:20px; font-family:"ONE Mobile Title OTF"; font-size: 24px; line-height: 32px; letter-spacing: -0.6px; float:left; padding-top:16px;}
.sports_Cont_text2 .sports_box p.sports_box_txt {float:left; color: #FFF; font-family:"ONE Mobile OTF Regular"; font-size: 18px; line-height: 36px;letter-spacing: -0.45px;}

.sports_Cont_text2 span.sport_img1 { position: absolute; top:-330px; left:-70px;}
.sports_Cont_text2 span.sport_img2 { position: absolute; top:-298px; right:-70px;}



.sports_Cont_2 {width:100%; background:url('../images/sports_bg1.png') no-repeat left top; background-size:100% 516px; float:left; position:relative; }
.sports_Cont_2 .sport_tit {text-align:center; margin-top:90px;}
.sports_Cont_2 .sport_tit p.sport_tit_txt {margin-top:30px; color: #111; text-align: center; font-family: "ONE Mobile OTF Regular"; font-size: 56px; font-weight: 400; line-height: 74px; letter-spacing: -1.4px;}
.sports_Cont_2 .sport_img1 {margin:50px auto 30px auto; width:1460px;}
.sports_Cont_2 .sport_img2 {margin:0px auto 40px auto; width:1460px;}
.sports_Cont_2 .sport_text1 {background:url('../images/sport_line.png') no-repeat center top; background-size:84px 2px; margin:0px auto 30px auto; font-family: "ONE Mobile OTF Regular"; 
width:1460px; font-size: 18px; text-align: center; color: rgba(17, 17, 17, 0.9); letter-spacing: -0.025em; line-height: 34px; padding-top:15px;}

.sports_Cont_3 { position:relative; width:1460px; height:1165px; margin:70px auto 0px auto; overflow:hidden; background:url('../images/sports_bg2.png') no-repeat center 33px; background-size:1460px 1111px;}
.sports_Cont_tit3 {margin:0px auto; font-weight: 600; font-size: 32px; line-height: 66px; letter-spacing: -0.025em; width:476px; height:66px; border-radius:50px; 
background: linear-gradient(90deg, #F7B733 0%, #FC4A1A 100%); color:#fff; text-align:center;}
.sports_Cont_3 .sports_Cont_text3 { position: absolute; top:116px; width:700px; margin-left:-350px; left:50%; font-weight: 400; line-height: 74px;
letter-spacing: -1.4px; color: #111; text-align: center; font-family:"ONE Mobile OTF Regular"; font-size: 56px;}

.sports_Cont_4 { position:relative; width:1460px; margin:0px auto 70px auto; overflow:hidden; }

.complex_Cont {width:100%; height:2300px; background:url('../images/complex_bg.png') no-repeat left top;  background-size:100% 2320px; float:left; position:relative;}
.complex_Cont_tit {position: absolute; width:396px; color:#fff; text-align:center; height:66px; background: linear-gradient(90deg, #E100FF 0%, #7F00FF 100%); font-size: 32px;
border-radius: 50px; top:-35px; left:50%; margin-left:-184px; font-weight: 700; line-height: 66px;  letter-spacing: -0.8px; font-family: "ONE Mobile OTF Regular"; }
.complex_Cont_txt {width:1460px; margin:0px auto; text-align:center; margin-top:83px; font-family:"ONE Mobile OTF Regular"; font-weight: 400; font-size: 56px;
line-height: 74px; letter-spacing: -0.025em; color: #111111;} 
.complex_Cont_2 {margin:150px auto; width:1920px;}




.cpnt_summary_rolling {
margin-top:70px;
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;}


.cpnt_summary_rolling .summary {
 display:inline-block;
  vertical-align:top;
    z-index: 20;
 margin-left:130px;
}

.cpnt_summary_rolling .summary .anchorwrap {
	width:1200px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 50px;
    width: 20.875rem;
    padding-top: 60px;
}

.cpnt_summary_rolling .summary .anchorwrap button {
    display: block;
    left: 0;
    top: 0;
    color: #999
}

.cpnt_summary_rolling .summary .anchorwrap button b {
    display: inline-block;
    width: 2rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.02px;
}

.cpnt_summary_rolling .summary .anchorwrap button {
	font-family:'ONE Mobile OTF Regular';
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -.02px;
    width:360px;
    text-align:left;
	float:left;
	color: rgba(104, 104, 104, 0.7);
	vertical-align:top;
	font-weight:500;
}

.cpnt_summary_rolling .summary .anchorwrap button+button {
    margin-top: 1.5rem
}


.cpnt_summary_rolling .summary .anchorwrap button.active b {
    font-size: 1.25rem;
    vertical-align: top;
	color: #04CC00;

}

.cpnt_summary_rolling .summary .anchorwrap button.active {
    font-size: 40px;
    line-height: 48px;
    vertical-align: top;
	color: #111111;
	font-family: 'ONE Mobile Title OTF';
	
}

.cpnt_summary_rolling .itemwrap {
    position: relative;
    z-index: 10;
    overflow: hidden;
	
}

.cpnt_summary_rolling .itemwrap .item {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 100px;
	width:100%;
	float:left;
}

.cpnt_summary_rolling .itemwrap .item:last-child {
    padding-bottom: 0
}

.cpnt_summary_rolling .itemwrap .item .heading {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(-1px,-1px,-1px,-1px)
}

.cpnt_summary_rolling .itemwrap .item .innerBox_tit {
	width:262px; float:left; margin:0px 100px 0px 0px; margin-top:0px; border-top:2px solid #04CC00; padding-top:20px; color: #111;
	font-family: "ONE Mobile Title OTF"; font-size: 40px; font-weight: 400; line-height: 48px; margin-left:130px;}

.cpnt_summary_rolling .itemwrap .item .bg_1 { position: absolute; top:115px; left:0px; width:1720px; height:696px; background: url('../images/school_bg10.png') no-repeat center top; background-size:1720px 696px;}
.cpnt_summary_rolling .itemwrap .item .bg_2 { position: absolute; top:898px; left:0px; width:1720px; height:1404px; background: url('../images/school_bg11.png') no-repeat center top; background-size:1720px 1404px;}
.cpnt_summary_rolling .itemwrap .item .bg_3 { position: absolute; top:50px; left:0px; width:1720px; height:1404px; background: url('../images/school_bg12.png') no-repeat center top; background-size:1720px 1404px;}
.cpnt_summary_rolling .itemwrap .item .innerBox_tit span.num_t {color: #04CC00; font-size: 22px;  line-height: 30px; font-family:'ONE Mobile OTF Regular'; float:left; margin-right:18px;
}

.cpnt_summary_rolling .itemwrap .item .innerBox {
 
float:left;
		width:1098px;
        margin-top: 0;
	   border-top:1px solid #D9D9D9;
	   padding-top:20px;
	   z-index:9999999;
	   position:relative;
    
}
.cpnt_summary_rolling .itemwrap .item .left_tit {float:left; width:260px; border-top:2px solid #04CC00; margin-right:100px; font-family: 'ONE Mobile Title OTF';
font-weight: 400; font-size: 40px; line-height: 48px; color: #111111; padding-top:20px;}
.cpnt_summary_rolling .itemwrap .item .left_tit span.left_tit_num {font-family: 'ONE Mobile OTF'; font-weight: 700; font-size: 22px; line-height: 0px; letter-spacing: -0.025em; color: #04CC00;
margin-right:15px; float:left; height:100px; margin-top:16px;}


.cpnt_summary_rolling .itemwrap .item .textwrap {

}
.cpnt_summary_rolling .itemwrap .item .boxwrap {margin-top:50px;}
.cpnt_summary_rolling .itemwrap .item .boxwrap li {text-align:center; width:530px; height:188px; background: rgba(217, 217, 217, 0.15);border: 1px solid #D9D9D9; border-radius: 10px;
padding-top:39px; float:left;  display:inline-block;  transition:1s ease-in-out; cursor:pointer;}
.cpnt_summary_rolling .itemwrap .item .boxwrap li p.school_tit1 {font-family:'ONE Mobile OTF Regular'; color:#111; font-size:24px; line-height:32px; font-weight:600; margin-top:10px;}
.cpnt_summary_rolling .itemwrap .item .boxwrap li p.school_txt1 {font-family:'ONE Mobile OTF Regular'; color:#686868; font-size:18px; line-height:28px; font-weight:400;  margin-top:10px;}



.cpnt_summary_rolling .itemwrap .item .boxwrap li span.icon_img1 {display:block; width:100%; height:40px; line-height:40px; text-align:center;
background: url(../images/school_icon1.png) no-repeat center center; background-size:35px 32px;}
.cpnt_summary_rolling .itemwrap .item .boxwrap li:hover span.icon_img1 {width:100%; height:40px; line-height:40px; text-align:center;  
background: url(../images/school_icon1_o.png) no-repeat center center; background-size:45px 40px; }

.cpnt_summary_rolling .itemwrap .item .boxwrap li span.icon_img2 {display:block; width:100%; height:40px; line-height:40px; text-align:center;
background: url(../images/school_icon2.png) no-repeat center center; background-size:32px 32px;}
.cpnt_summary_rolling .itemwrap .item .boxwrap li:hover span.icon_img2 {width:100%; height:40px; line-height:40px; text-align:center;  
background: url(../images/school_icon2_o.png) no-repeat center center; background-size:40px 40px; }

.cpnt_summary_rolling .itemwrap .item .boxwrap li span.icon_img3 {display:block; width:100%; height:40px; line-height:40px; text-align:center;
background: url(../images/school_icon3.png) no-repeat center center; background-size:24px 36px;}
.cpnt_summary_rolling .itemwrap .item .boxwrap li:hover span.icon_img3 {width:100%; height:46px; line-height:46px; text-align:center;  
background: url(../images/school_icon3_o.png) no-repeat center center; background-size:30px 46px; }

.cpnt_summary_rolling .itemwrap .item .boxwrap li span.icon_img4 {display:block; width:100%; height:40px; line-height:40px; text-align:center;
background: url(../images/school_icon4.png) no-repeat center center; background-size:25px 32px;}
.cpnt_summary_rolling .itemwrap .item .boxwrap li:hover span.icon_img4 {width:100%; height:40px; line-height:40px; text-align:center;  
background: url(../images/school_icon4_o.png) no-repeat center center; background-size:31px 40px; }

.cpnt_summary_rolling .itemwrap .item .boxwrap li span.icon_img5 {display:block; width:100%; height:40px; line-height:40px; text-align:center;
background: url(../images/school_icon5.png) no-repeat center center; background-size:28px 37px;}
.cpnt_summary_rolling .itemwrap .item .boxwrap li:hover span.icon_img5 {width:100%; height:40px; line-height:40px; text-align:center;  
background: url(../images/school_icon5_o.png) no-repeat center center; background-size:36px 47px; }


.cpnt_summary_rolling .itemwrap .item .boxwrap li:hover {background:#04CC00; border: 1px solid #04CC00; }
.cpnt_summary_rolling .itemwrap .item .boxwrap li:hover p.school_tit1 {color:#fff; font-family:'ONE Mobile OTF Regular'; font-weight:600;}
.cpnt_summary_rolling .itemwrap .item .boxwrap li:hover p.school_txt1 {color:#fff; font-family:'ONE Mobile OTF Regular'; font-weight:400; }




.cpnt_summary_rolling .itemwrap .item .textwrap p.maintext {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -.08px;
    color: #111;
	font-family:'ONE Mobile OTF Regular';
}

.cpnt_summary_rolling .itemwrap .item .textwrap p.maintext em {
    color: #04CC00;
	font-weight:600;
	font-family:'ONE Mobile OTF Regular';
}

.cpnt_summary_rolling .itemwrap .item .textwrap p.subtext {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: -.02px;
    color: #666
}

.cpnt_summary_rolling .itemwrap .item .cardwrap {
    margin-top: 7.5rem
}

.cpnt_summary_rolling .itemwrap .item .cardwrap ul {
    display: flex
}

.cpnt_summary_rolling .itemwrap .item .cardwrap ul li {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 29rem;
    height: 29rem;
    margin-right: 1.5rem;
    padding: 2.5rem;
    border-radius: 15px;
    color: #fff
}

.cpnt_summary_rolling .itemwrap .item .cardwrap ul li strong {
    display: block;
    margin-top: 1.25rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;  
    letter-spacing: -.02px;
    color: inherit;
    word-break: keep-all;
    margin-bottom: 1.25rem
}

.cpnt_summary_rolling .itemwrap .item .cardwrap ul li p {
    display: block;
    margin-top: auto;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: -.06px;
    color: inherit;
    word-break: keep-all
}

.cpnt_summary_rolling .itemwrap .item .cardwrap ul li:last-child {
    margin-right: 0
}

.cpnt_summary_rolling .itemwrap .item:nth-child(1) {
    padding-top: 0
}

.cpnt_summary_rolling .itemwrap .item:nth-child(1) .deco {
    display: block;
    width: 38.5625rem;
    height: 22.875rem;
    position: absolute;
    top: 0;
    right: -28rem;
    background: url(/front/assets/common/images/introduce/img_business_swiper_deco1.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(2) {
    
    z-index: 1
}

.cpnt_summary_rolling .itemwrap .item:nth-child(2) .innerBox {
    position: relative
}

.cpnt_summary_rolling .itemwrap .item:nth-child(2) .deco {
    display: block;
    width: 9.5625rem;
    height: 21.5625rem;
    position: absolute;
    bottom: -18rem;
    left: 2rem;
    background: url(/front/assets/common/images/introduce/img_business_swiper_deco2.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(3) .deco {
    display: block;
    width: 21.9375rem;
    height: 10.875rem;
    position: absolute;
    top: 0;
    right: -8rem;
    background: url(/front/assets/common/images/introduce/img_business_swiper_deco3.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(1) .cardwrap ul li:nth-child(1) {
    background: url(/front/assets/common/images/introduce/bg_business_swiper_card_01.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(1) .cardwrap ul li:nth-child(2) {
    background: url(/front/assets/common/images/introduce/bg_business_swiper_card_02.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(1) .cardwrap ul li:nth-child(3) {
    background: url(/front/assets/common/images/introduce/bg_business_swiper_card_03.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(2) .cardwrap ul li:nth-child(1) {
    background: url(/front/assets/common/images/introduce/bg_business_swiper_card_04.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(2) .cardwrap ul li:nth-child(2) {
    background: url(/front/assets/common/images/introduce/bg_business_swiper_card_05.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(2) .cardwrap ul li:nth-child(3) {
    background: url(/front/assets/common/images/introduce/bg_business_swiper_card_06.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(3) .cardwrap ul li:nth-child(1) {
    background: url(/front/assets/common/images/introduce/bg_business_swiper_card_07.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(3) .cardwrap ul li:nth-child(2) {
    background: url(/front/assets/common/images/introduce/bg_business_swiper_card_08.png) no-repeat center center/cover
}
.cpnt_summary_rolling .itemwrap .item:nth-child(3) .cardwrap ul li:nth-child(3) {
    background: url(/front/assets/common/images/introduce/bg_business_swiper_card_09.png) no-repeat center center/cover
}

.cpnt_summary_rolling .itemwrap .item:nth-child(1) .cardwrap::before {
    content: "";
    display: block;
    position: absolute;
    left: -1000px;
    bottom: -10.688rem;
    width: 1000px;
    height: calc(100% + 10.688rem + 7.5rem + 15.5056rem);
    background: #fff;
    z-index: 3
}

.cpnt_summary_rolling .itemwrap .item:nth-child(2) .cardwrap::before {
    content: "";
    display: block;
    position: absolute;
    left: -1000px;
    bottom: -10.688rem;
    width: 1000px;
    height: calc(100% + 10.688rem + 7.5rem + 15.5056rem);
    background: linear-gradient(to top,#eef6f4 0,#fff 500px,#fff);
    z-index: 3
}

.cpnt_summary_rolling .itemwrap .item:nth-child(3) .cardwrap::before {
    content: "";
    display: block;
    position: absolute;
    left: -1000px;
    bottom: -10.688rem;
    width: 1000px;
    height: calc(100% + 10.688rem + 7.5rem + 15.5056rem);
    background: #fff;
    z-index: 3
}

@media (min-width: 1400px) and (max-width:1599px) {
    .cpnt_summary_rolling .summary {
        left:5.5rem;
        transform: none
    }

    .cpnt_summary_rolling .itemwrap .item .innerBox {
        padding: 10rem 5.5rem 0;
        margin: 0 auto;
        padding-left: 22.875rem
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap {
        margin-top: 7.5rem
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap ul li {
        min-height: 19.54rem
    }

    .cpnt_summary_rolling .itemwrap .item:nth-child(2) .deco {
        right: 1vw;
        margin-left: 0
    }
}

@media (min-width: 1024px) and (max-width:1399px) {
    .cpnt_summary_rolling .summary {
        left:2.75rem;
        transform: none
    }

    .cpnt_summary_rolling .itemwrap .item .innerBox {
        padding-left: 25rem;
        padding-right: 2.5rem
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap ul li {
        min-height: 19.54rem
    }

    .cpnt_summary_rolling .itemwrap .item:nth-child(1) .deco {
        right: -20rem;
        top: -15rem
    }

    .cpnt_summary_rolling .itemwrap .item:nth-child(2) .deco {
        right: 10vw
    }
}

@media (max-width: 1023px) {
    .cpnt_summary_rolling {
        padding-left:0;
        padding-right: 0
    }

    .cpnt_summary_rolling .summary {
        display: none
    }

    .cpnt_summary_rolling .itemwrap .item {
        padding-top: 5rem;
        padding-bottom: 7.5rem;
        padding-bottom: 5rem
    }

    .cpnt_summary_rolling .itemwrap .item .innerBox {
        padding: 0 1.25rem 0;
        margin: 0 auto
    }

    .cpnt_summary_rolling .itemwrap .item .innerBox::before {
        display: none
    }

    .cpnt_summary_rolling .itemwrap .item .heading {
        position: static;
        overflow: visible;
        width: 100%;
        height: auto;
        clip: auto
    }

    .cpnt_summary_rolling .itemwrap .item .heading b {
        display: block;
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.57;
        letter-spacing: -.01px
    }

    .cpnt_summary_rolling .itemwrap .item .heading strong {
        display: block;
        margin-top: .25rem;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: -.02px
    }

    .cpnt_summary_rolling .itemwrap .item .textwrap {
        margin-top: 3.5rem
    }

    .cpnt_summary_rolling .itemwrap .item .textwrap p.maintext {
        font-size: 1.5rem;
        line-height: 1.42;
        letter-spacing: -.05px
    }

    .cpnt_summary_rolling .itemwrap .item .textwrap p.subtext {
        margin-top: 2rem;
        font-size: 1rem;
        line-height: 1.75;
        letter-spacing: -.02px;
        color: #111
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap {
        margin-top: 5rem;
        max-width: 100%;
        padding: 0
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap ul li {
        flex-shrink: 0;
        flex-basis: 16.5rem;
        min-height: 16.5rem;
        height: 21.5rem;
        margin-right: 1rem;
        padding: 1.5rem;
        border-radius: 15px;
        color: #fff
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap ul li strong {
        word-break: break-all;
        font-size: 1.125rem
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap ul li p {
        margin-top: auto;
        font-size: 2rem;
        font-weight: 700
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap ul li p br {
        display: none
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap ul li p {
        font-size: 1.125rem
    }

    .cpnt_summary_rolling .itemwrap .item .cardwrap ul li:last-child {
        margin-right: 0
    }

    .cpnt_summary_rolling .itemwrap .item:nth-child(1) {
        padding-top: 2.5rem;
        margin-top: 2.5rem
    }

    .cpnt_summary_rolling .itemwrap .item:nth-child(1) .deco {
        display: block;
        width: 19.28125rem;
        height: 11.4375rem;
        right: -6.8rem;
        top: -1rem
    }

    .cpnt_summary_rolling .itemwrap .item:nth-child(2) .deco {
        display: block;
        width: 4.78125rem;
        height: 10.78125rem;
        left: auto;
        left: initial;
        right: -2rem;
        bottom: auto;
        bottom: initial;
        top: -3rem;
        transform: rotate(-45deg)
    }

    .cpnt_summary_rolling .itemwrap .item:nth-child(3) .deco {
        display: block;
        width: 10.96875rem;
        height: 5.4375rem;
        right: -4rem;
        top: 0
    }

   .cpnt_summary_rolling .itemwrap .item:nth-child(1) .cardwrap::before {
        content: "";
        display: none
    }

    .cpnt_summary_rolling .itemwrap .item:nth-child(2) .cardwrap::before {
        content: "";
        display: none
    }

   .cpnt_summary_rolling .itemwrap .item:nth-child(3) .cardwrap::before {
        content: "";
        display: none
    }
}


button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}


#elementId { 
            transition: opacity 1s ease-in-out;
        }



.school_tit_text {position:relative; float:left; margin-top:40px; font-weight: 300;  line-height: 40px; color: #686868; text-transform: uppercase;}
.school_tit_text span.text1_deco1{position:absolute; top:0px; left:0px;}
.school_tit_text span.text1_deco2{position:absolute; top:0px; left:1030px;}
.school_tit_text span.text1_cont {margin-left:60px; overflow:hidden; float:left; font-family:'ONE Mobile OTF Regular'; font-size: 17px;}
.school_btn {position:relative; float:left; width:399px; height:89px; border-radius:100px; border:1px solid #DBDBDB; margin:0px 0px 100px 350px; padding:13px 0px 0px 50px;
 letter-spacing: -0.025em;  font-family:'ONE Mobile OTF Regular'; }
.school_btn a {font-weight: 400; font-size: 18px; line-height: 32px; color: #686868;}
.school_btn p {font-weight:600; font-size: 24px; line-height: 32px; align-items: center; letter-spacing: -0.025em;color: #686868;  font-family:'ONE Mobile OTF Regular'; }
.school_btn span.school_btn_arrow {position:absolute; width:10px; height:18px; right:50px; top:33px; background: url(../images/arrow_school.png) no-repeat center center; background-size:10px 18px; }
.school_btn:hover span.school_btn_arrow {width:10px; height:18px; background: url(../images/arrow_school_o.png) no-repeat center center; background-size:10px 18px; }
.school_btn:hover {background: #04CC00; color:#fff;}
.school_btn:hover a {background: #04CC00; color:#fff;}
.school_btn:hover p {color:#fff; font-family:'ONE Mobile OTF Regular'; font-weight:600; font-size: 24px; }




.total_1 {position:relative; width:100%; height:100vh; background:url('../images/total/main_v_2560.jpg')no-repeat left top; background-size:100% 100vh; z-index:9;}

@media all and (min-width:1920px) and (max-width:2560px){
.total_1 {position:relative; width:2560px; height:1440px; background:url('../images/total/main_v_2560.jpg')no-repeat left top; background-size:2560px 1440px; z-index:9;}


.total_2 {position:relative; width:1920px; height:1080px; background:url('../images/pop_img1.png')no-repeat left top; background-size:1920px 1080px; z-index:9;}
.total_3 {position:relative; width:1920px; height:1080px; background:url('../images/pop_img2.png')no-repeat left top; background-size:1920px 1080px; z-index:9;}
.total_4 {position:relative; width:1920px; height:1080px; background:url('../images/pop_img3.png')no-repeat left top; background-size:1920px 1080px; z-index:9;}
.total_5 {position:relative; width:1920px; height:1080px; background:url('../images/pop_img4.png')no-repeat left top; background-size:1920px 1080px; z-index:9;}
.total_1 .btn_1 {position:absolute; top:130px; left:348px; }
.total_1 .btn_2 {position:absolute; top:13px; left:665px; }
.total_1 .btn_3 {position:absolute; top:13px; left:877px; }
.total_1 .btn_4 {position:absolute; top:262px; left:0px; }
}

@media all and (min-width:1600px) and (max-width:1920px){
	#total {position:relative; width:1920px; height:1080px;}
	.total_1 {position:relative; width:1920px; height:1080px; background:url('../images/total/main_v.jpg')no-repeat left top; background-size:1920px 1080px; z-index:9;}
	.total_2 {position:relative; width:1920px; height:1080px; background:url('../images/pop_img1.png')no-repeat left top; background-size:1920px 1080px; z-index:9;}
	.total_3 {position:relative; width:1920px; height:1080px; background:url('../images/pop_img2.png')no-repeat left top; background-size:1920px 1080px; z-index:9;}
	.total_4 {position:relative; width:1920px; height:1080px; background:url('../images/pop_img3.png')no-repeat left top; background-size:1920px 1080px; z-index:9;}
	.total_5 {position:relative; width:1920px; height:1080px; background:url('../images/pop_img4.png')no-repeat left top; background-size:1920px 1080px; z-index:9;}
	.total_1 .btn_1 {position:absolute; top:130px; left:348px; }
	.total_1 .btn_2 {position:absolute; top:13px; left:665px; }
	.total_1 .btn_3 {position:absolute; top:13px; left:877px; }
	.total_1 .btn_4 {position:absolute; top:262px; left:0px; }
}


@media all and (min-width:1280px) and (max-width:1600px){
	.total_1 {position:relative; width:1600px; height:900px; background:url('../images/total/main_v.jpg')no-repeat left top; background-size:1600px 900px; z-index:9;}
}




@media all and (min-width:0px) and (max-width:1280px){
	#total {position:relative; width:1280px; height:100%;}
	.total_1 {position:relative; width:1280px; height:720px; background:url('../images/total/main_v.jpg')no-repeat left top; background-size:1280px 720px; z-index:9; }
}





#btn_toggle { position:absolute; top:110px; left:450px; z-index:99;} 
#btn_toggle_1 { position:absolute; top:130px; left:348px; z-index:99;} 
#btn_toggle_2 { position:absolute; top:13px; left:665px; z-index:99;} 
#btn_toggle_3 { position:absolute; top:13px; left:877px; z-index:99;} 
#btn_toggle_4 { position:absolute; top:153px; left:1344px; z-index:99;} 
#btn_toggle_5 { position:absolute; top:23px; left:773px; z-index:99;} 
#btn_toggle_6 { position:absolute; top:70px; left:508px; z-index:99;} 
#Toggle{width:100%; height:100vh;  font-size:14px;  color: #666;}


.a_div1 {position:relative; width:2560px; height:1440px; background:url('../images/total_img.png')no-repeat left top; background-size:2560px 2440px; z-index:1;}
.a_div2 {position:absolute; top:530px; left:1640px; z-index:999;}
.a_div3 {position:absolute; top:665px; left:550px; z-index:999;}
.a_div4 {position:absolute; top:271px; left:978px; z-index:999;}
.a_div5 {position:absolute; top:421px; left:792px; z-index:999;}
.a_div6 {position:absolute; top:734px; left:50%; z-index:999; margin-left:-64px; }
.a_div7 {position:absolute; top:300px; left:700px; z-index:999;}
.a_div8 {position:absolute; top:330px; left:605px; z-index:999;}





.b_div3 {position:absolute; top:105px; left:550px; z-index:999;}
.b_div4 {position:absolute; top:354px; left:1678px; z-index:999;}
.b_div5 {position:absolute; top:45px; left:803px; z-index:999;}
.b_div6 {position:absolute; top:266px; left:1513px; z-index:999;}



.c_div2 {position:absolute; top:600px; left:1450px; z-index:999;}
.c_div4 {position:absolute; top:164px; left:1167px; z-index:999;}
.c_div5 {position:absolute; top:200px; left:900px; z-index:999;}
.c_div6 {position:absolute; top:350px; left:400px; z-index:999;}



.d_div2 {position:absolute; top:170px; left:395px; z-index:999;}
.d_div3 {position:absolute; top:50px; left:700px; z-index:999;}
.d_div4 {position:absolute; top:50px; left:900px; z-index:999;}
.d_div5 {position:absolute; top:250px; left:55px; z-index:999;}
.d_div6 {position:absolute; top:400px; left:400px; z-index:999;}


.e_div2 {position:absolute; top:780px; left:500px; z-index:999;}
.e_div3 {position:absolute; top:235px; left:400px; z-index:999;}
.e_div4 {position:absolute; top:620px; left:1400px; z-index:999;}
.e_div5 {position:absolute; top:420px; left:200px; z-index:999;}



.f_div2 {position:absolute; top:45px; left:1380px; z-index:999;}
.f_div3 {position:absolute; top:55px; left:1755px; z-index:999;}
.f_div4 {position:absolute; top:65px; left:1026px; z-index:999;}
.f_div5 {position:absolute; top:226px; right:75px; z-index:999;}





.center_b {position:absolute; top:734px; left:50%; z-index:9999999; margin-left:-64px; }
.back_b {width:1920px; height:1080px; position:absolute; top:0px; left:0px; background:rgba(0,0,0,0.1); z-index:99;}


.circle_btn {display:block; width:94px; height:94px;}
.circle_btn:before {
  position: absolute;
  background:rgba(255,255,255,0.8);
  margin-left: 27px;
  margin-top: 26px;
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: wave-animate 2s infinite ease-out;
}


.circle_btn_1 {display:block; width:134px; height:134px; }
.circle_btn_1:before {
  position: absolute;
  background:rgba(255,255,255,0.8);
  margin-left: 37px;
  margin-top: 37px;
  width: 60px;
  height: 60px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: wave-animate 2s infinite ease-out;
}



.circle_btn_3 {display:block; width:134px; height:134px; }
.circle_btn_3:before {
  position: absolute;
  background:rgba(255,255,255,0.8);
  margin-left: 33px;
  margin-top: 33px;
  width: 66px;
  height: 66px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: wave-animate 2s infinite ease-out;
}


.circle_btn_2 {display:block; width:129px; height:129px; border-radius:50%; border:1px solid #fff; background:rgba(255,255,255,0.3); text-align:center; color:#fff; padding-top:52px;
font-family: "ONE Mobile OTF Regular"; font-weight:500; font-size: 16px; line-height: 24px; letter-spacing: -0.2px;  }
.circle_btn_2:before {
  position: absolute;
  background:rgba(255,255,255,0.8);
  margin-left: 30px;
  margin-top: -23px;
  width: 65px;
  height: 65px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  animation: wave-animate 2s infinite ease-out;
}

@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
    transform-origin: center;
  }
}
@keyframes color-loop {
  0% {
    background:rgba(255,255,255.1);
  }
  25% {
    background: rgba(255,255,255.1);
  }
  50% {
    background:rgba(255,255,255.1);
  }
  75% {
    background:rgba(255,255,255.1);
  }
  100% {
    background:rgba(255,255,255.1);
  }
}



.main_t {position:absolute; left:50%; width:100%; color:#fff; font-family: 'ONE Mobile Title OTF'; font-weight: 400; font-size: 30px; margin-left:-50%;
line-height: 32px; z-index:99999; text-align:center; top:800px;}
.main_t p.main_t_s {margin-top:10px; font-weight: 400; font-size: 18px; line-height: 30px; font-family: "ONE Mobile OTF Regular";  color:#fff; }
.r_img {position:absolute; top:0px; right:0px; z-index:99999; width:250px; height:1080px; background:rgba(255, 255, 255, 0.2); backdrop-filter: blur(12px); border-left:1px solid rgba(255,255,255,0.3);} 
.r_img h2 {margin:30px 0px 0px 20px; width:170px; height:31px; color:#fff; font-size:16px; line-height:24px; letter-spacing:-0.025em; font-family:'ONE Mobile Title OTF'; border-bottom:1px solid #fff;}
.r_img h2 span.icon_m {float:left;}
.r_img h2 span.icon_tt {float:left; margin-left:8px; font-family: 'ONE Mobile Title OTF';}
.r_img ul {margin:20px;}
.r_img li {width:170px; height:120px; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 10px; float:left; margin-bottom:20px;}
.r_img li span.movie_img {padding:4px; float:left;}
.r_img li p.movie_txt {font-weight:500; font-size:14px; line-height:22px; text-align:center; color:#FFF; font-family: "ONE Mobile OTF Regular"; }

.r_img_s {position:absolute; top:0px; right:0px; z-index:99999; width:250px; height:1080px; background:rgba(255, 255, 255, 0.2); backdrop-filter: blur(12px); border-left:1px solid rgba(255,255,255,0.3);} 
.r_img_s h2 {margin:30px 0px 0px 20px; width:210px; height:31px; color:#fff; font-size:16px; line-height:24px; letter-spacing:-0.025em; 
font-family:'ONE Mobile Title OTF'; border-bottom:1px solid #fff; float:left;}
.r_img_s h2 span.icon_m {float:left;}
.r_img_s h2 span.icon_tt {float:left; margin-left:8px; font-family: 'ONE Mobile Title OTF';}
.r_img_s .s_movie {width:210px; height:160px; background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 10px; float:left; margin:20px;}
.r_img_s .s_movie span.movie_img {padding:4px; float:left;}
.r_img_s .s_movie p.movie_txt {font-weight:500; font-size:14px; line-height:22px; text-align:center; color:#FFF; font-family: "ONE Mobile OTF Regular"; }

.r_img_s ul.movie_list {float:left; margin:29px 0px 0px 29px;}
.r_img_s ul.movie_list li {float:left; width:90%; margin-bottom:20px;}
.r_img_s ul.movie_list li a { font-size: 14px; line-height: 23px; color: #FFFFFF; font-family:"ONE Mobile OTF Regular";
background:url('../images/movie_arrow.png')no-repeat right center; background-size:8px 14px; width:100%; display:block; }



.pop_info_btn {position:absolute; top:20px; left:20px; z-index:99999999999999; width:400px; height:70px; border:1px solid rgba(255, 255, 255, 0.5); border-radius:100px;
background:linear-gradient(270deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.8) 100%);}
.pop_info_btn span.info_text {float:left; padding:15px 30px 15px 15px;}
.pop_info_btn span.info_b {float:left; padding-top:17px;}

.r_img_b {position:absolute; top:0px; right:0px; width:250px; height:1080px; z-index:999; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(12px);}
.info_btn {position:absolute; top:20px; left:20px; z-index:99999999999999; width:400px; height:70px; border:1px solid rgba(255, 255, 255, 0.5); border-radius:100px;
background:linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); }
.info_btn span.info_text {float:left; padding:14px 30px 15px 15px;}
.info_btn span.info_b {float:left; padding-top:17px;}
.memory_img1 {position:absolute; z-index:99999; top:475px; left:315px;}
.memory_img2 {position:absolute; z-index:99999; top:755px;; left:40px; color:#fff; font-size: 36px; line-height: 60px; font-family: 'ONE Mobile Title OTF';}


.m_info_btn {position:absolute; top:20px; left:20px; z-index:99999999999999; width:573px; height:70px; border:1px solid rgba(255, 255, 255, 0.5); border-radius:100px;
background:linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.m_info_btn span.info_text {float:left; padding:14px 30px 15px 15px;}
.m_info_btn span.info_b {float:left; padding-top:17px;}
.m_info_btn span.info1_b {float:left; padding:17px 0px 0px 10px;}

.main_info {position:absolute; top:255px; left:310px; z-index:99999999999999; width:1996px; height:708px;}
.main_info img {width:1996px; height:708px;}


@media all and (max-width:1920px){
	.main_info {position:absolute; top:190px; left:230px; z-index:99999999999999; width:1507px; height:537px;}
	.main_info img {width:1507px; height:537px;}
}

@media all and (max-width:1280px){
	.main_info {position:absolute; top:130px; left:158px; z-index:99999999999999; width:997px; height:355px;}
	.main_info img {width:997px; height:355px;}
}


.main_text {position:absolute; z-index:99999; top:1000px; left:50%; margin-left:-322px; color:#fff; font-family:'ONE Mobile Title OTF'; font-weight:400; font-size:36px; line-height:40px; letter-spacing: -0.025em;
text-shadow:0px 0px 30px #596890; width:644px; }
.main_text p.main_text_s {font-family:"ONE Mobile OTF Regular"; color: #FFF; font-size: 14px; font-weight: 400; line-height: 26px; letter-spacing: -0.15px; margin-top:20px;
text-shadow: 0px 0px 30px #596890, 0px 1px 3px rgba(89, 104, 144, 0.5);}



@media all and (min-width:1600px) and (max-width:1920px) {
	.main_text {position:absolute; z-index:99999; top:750px; left:50%; margin-left:-322px; color:#fff; font-family:'ONE Mobile Title OTF'; font-weight:400; font-size:36px; line-height:40px; letter-spacing: -0.025em;
text-shadow:0px 0px 30px #596890; width:644px; height:150px;}
}


@media all and (min-width:1280px) and (max-width:1600px) {
	.main_text {position:absolute; z-index:99999; top:700px; left:50%; margin-left:-322px; color:#fff; font-family:'ONE Mobile Title OTF'; font-weight:400; font-size:36px; line-height:40px; letter-spacing: -0.025em;
text-shadow:0px 0px 30px #596890; width:644px; }
}


@media all and (max-width:1280px) {
	.main_text {position:absolute; z-index:99999; top:520px; left:50%; margin-left:-322px; color:#fff; font-family:'ONE Mobile Title OTF'; font-weight:400; font-size:36px; line-height:40px; letter-spacing: -0.025em;
text-shadow:0px 0px 30px #596890; width:644px; }
}

.main_text_info {position:absolute; z-index:99999; bottom:160px; left:50%; background:rgba(255, 255, 255, 0.30) url('../images/marker-info.png')no-repeat 100px center; padding-left:40px; margin-left:-250px;
background-size:24px 27px; border:1px solid rgba(255,255,255,0.2); backdrop-filter: blur(12px); width: 500px; height: 46px; font-size: 14px; line-height: 46px; letter-spacing: -0.35px; 
font-family:"ONE Mobile OTF Regular"; text-align: justify; color:#fff; border-radius:60px; text-align:center;}


@media all and (max-width:1920px){
	.main_text_info {position:absolute; z-index:99999; bottom:190px; left:50%; background:rgba(255, 255, 255, 0.30) url('../images/marker-info.png')no-repeat 100px center; padding-left:40px;
background-size:24px 27px; border:1px solid rgba(255,255,255,0.2); backdrop-filter: blur(12px); width: 500px; height: 46px; font-size: 14px; line-height: 46px; letter-spacing: -0.35px; 
font-family:"ONE Mobile OTF Regular"; text-align: justify; color:#fff; border-radius:60px; text-align:center;}
}


@media all and (max-width:1280px){
	.main_text_info {position:absolute; z-index:99999; bottom:60px; left:50%; margin-left:-250px; background:rgba(255, 255, 255, 0.30) url('../images/marker-info.png')no-repeat 100px center; padding-left:40px;
background-size:24px 27px; border:1px solid rgba(255,255,255,0.2); backdrop-filter: blur(12px); width: 500px; height: 46px; font-size: 14px; line-height: 46px; letter-spacing: -0.35px; 
font-family:"ONE Mobile OTF Regular"; text-align: justify; color:#fff; border-radius:60px; text-align:center;}
}




.main_text_sub {position:absolute; z-index:99999; top:998px;; left:40px; color: #FFF; font-family: "ONE Mobile Title OTF"; font-size: 36px; line-height: 60px; letter-spacing: -0.9px; filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.70));}
.main_text_sub p.main_text_s {font-family:"ONE Mobile OTF Regular"; color: #FFF; font-size: 14px; font-weight: 400; line-height: 26px; letter-spacing: -0.35px; margin-top:10px;}

.p_video {position: absolute; top: 25px; right:132px; z-index:999; width: 147px; height: 56px;background: rgba(255, 255, 255, 0.3); border: 1px solid rgba(255, 255, 255, 0.2); 
backdrop-filter: blur(12px); border-radius: 100px; font-size: 14px; line-height: 56px; letter-spacing: -0.025em; color: #FFFFFF; font-family:'ONE Mobile OTF Regular'; filter: drop-shadow(0px 0px 20px rgba(89, 104, 144, 0.3));}
.p_video span.Vector_arrow {padding:10px; float:left;}



.p_video_d {position: absolute; top:45px; right:102px; z-index:999; width: 147px; height: 56px;background: rgba(255, 255, 255, 0.3); border: 1px solid rgba(255, 255, 255, 0.2); 
backdrop-filter: blur(12px); border-radius: 100px; font-size: 14px; line-height: 56px; letter-spacing: -0.025em; color: #FFFFFF; font-family:'ONE Mobile OTF Regular'; filter: drop-shadow(0px 0px 20px rgba(89, 104, 144, 0.3));}
.p_video_d span.Vector_arrow {padding:10px; float:left;}


@media all and (max-width:1280px){
	.p_video {left:250px; top:110px;}
	
	.main_text p.main_text_s {display:none;}
}



.p_video_sub {position: absolute; top:1500px; left:203px; z-index:999;  color: #FFFFFF; width:257px; left:50%; margin-left:-128px;}
.p_video_sub_text {position: absolute; top:1600px; left:50%; width:460px;  margin-left:-230px; font-family:'ONE Mobile OTF Regular';  color: #FFFFFF; font-size:14px; line-height:22px; text-align:center;} 


@media all and (max-width:2560px){
	.p_video_sub {position: absolute; top:1000px; left:203px; z-index:999;  color: #FFFFFF; width:257px; left:50%; margin-left:-128px;}
	.p_video_sub_text { top:1100px; } 
}


@media all and (max-width:1920px){
	.p_video_sub {position: absolute; top:770px; left:203px; z-index:999;  color: #FFFFFF; width:257px; left:50%; margin-left:-128px;}
	.p_video_sub_text {top:870px;}
}


@media all and (max-width:1600px){
	.p_video_sub {position: absolute; top:650px; left:203px; z-index:999;  color: #FFFFFF; width:257px; left:50%; margin-left:-128px;}
	.p_video_sub_text {top:750px;}
}

@media all and (max-width:1280px){
	.p_video_sub {position: absolute; top:500px; left:203px; z-index:999;  color: #FFFFFF; width:257px; left:50%; margin-left:-128px;}
	.p_video_sub_text {top:600px;}
}





.dream_img1 {position:absolute; z-index:99999; top:327px; left:269px;}
.dream_img2 {position:absolute; z-index:99999; bottom:0px; left:0px;}


.four_img1 {position:absolute; z-index:99999; top:226px; left:326px;}
.four_img2 {position:absolute; z-index:99999; bottom:0px; left:0px;}


.center_img1 {position:absolute; z-index:99999; top:190px; left:1132px;}
.center_img2 {position:absolute; z-index:99999; bottom:0px; left:0px;}
.around_img {position:absolute; z-index:99999; top:0px; left:0px;}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999999; /* Sit on top */
    left: 0;
    top: 0;
    width:100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background:#fff;
	width:1720px; 
	height:90%;
	margin-left:-860px;
	padding:0px;
	z-index:999;
	left:50%;
	top:50px;
	position:absolute; 
	overflow-y:scroll;
	overflow-x:hidden;
}

/* The Close Button */
.close {
    position:fixed; top:80px; right:130px; z-index:999999; padding-top:25px; cursor:pointer;
	width:80px; height:80px; border-radius:50%; background:rgba(0,0,0,0.9); text-align:center; 
}







#section-1 { position:absolute; z-index:99999; bottom:272px; left:60px; color: #fff;}
#section-1 .content-slider {  position: relative;  width: 350px;  height: 110px;   }
#section-1 .content-slider input {  display: none;}
#section-1 .content-slider .slider {  position: relative;  width: inherit;  height: inherit;  overflow: hidden;}
#section-1 .content-slider .slider .banner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  width: inherit;
  height: inherit;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 0.5s ease;
 
}
#section-1 .content-slider .slider .banner .banner-inner-wrapper { height: 100%; box-sizing: border-box;}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .button_school { position:relative;
cursor:pointer;
text-align:left;
width: 307px;
height: 40px;
line-height: 40px;
background: rgba(255, 255, 255, 0.3);
backdrop-filter: blur(12px);
border-radius: 50px;
padding:0px 0px 0px 20px;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .button_school span.icon_s {float:left; line-height: 40px; padding-top:5px;}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .button_school span.txt_s {float:left;  padding-top:1px; margin-left:10px; font-family:"ONE Mobile OTF Regular";
font-weight: 500; font-size: 18px;}
#section-1 .content-slider .slider .banner .banner-inner-wrapper .button_school span.main_arrow {position: absolute; right:20px; top:2px;}


#section-1 .content-slider nav {
  position: absolute;
  bottom: 0.5em;
  width: 100%;
  z-index: 10;
  text-align: center;
}
#section-1 .content-slider nav .controls {
  display: block;
  color: #fff;
   padding-left:20px;
  
}
#section-1 .content-slider nav .controls label {
  float:left;
  position: relative;
  display: inline-block;
  width: 80px;
  height:50px;
  overflow: hidden;
  margin: 0px 20px 0px 0px;
  padding-top: 1em;
  text-align: left;
  text-transform: uppercase;
  font-size: 1em;
  color: rgba(255,255,255,0.5);
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  cursor:pointer;
}
#section-1 .content-slider nav .controls label .progressbar-num { position: absolute; top:0px; font-size: 14px; line-height: 22px;}
#section-1 .content-slider nav .controls label .progressbar-txt { position: absolute; top:25px; font-size: 16px; line-height: 28px; font-family:"ONE Mobile OTF Regular"; }
#section-1 .content-slider nav .controls label .progressbar {
  position: absolute;
  top: 22px;
  left: 0;
  height:2px;
  width: 100%;
  background:rgba(255,255,255,0.5);
  z-index: 100;
}
#section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
  position: inherit;
  width: inherit;
  height: inherit;
  margin-left: -100%;
  background: #14FF00;
}
#section-1 .content-slider nav .controls label span {
  font-weight: 500;
}

#section-1 .content-slider #banner1:checked ~ .slider #top-banner-1,
#section-1 .content-slider #banner2:checked ~ .slider #top-banner-2,
#section-1 .content-slider #banner3:checked ~ .slider #top-banner-3,
#section-1 .content-slider #banner4:checked ~ .slider #top-banner-4 {
  opacity: 1;
  z-index: 1;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1),
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2),
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3),
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) {
  cursor: default;
  color: #14FF00;
  transition: all 0.5s;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar {
  background: #fff;
}
#section-1 .content-slider #banner1:checked ~ nav label:nth-of-type(1) .progressbar-fill,
#section-1 .content-slider #banner2:checked ~ nav label:nth-of-type(2) .progressbar-fill,
#section-1 .content-slider #banner3:checked ~ nav label:nth-of-type(3) .progressbar-fill,
#section-1 .content-slider #banner4:checked ~ nav label:nth-of-type(4) .progressbar-fill {
  animation: progressBarFill 5s linear;
}
/* Animations */
@keyframes progressBarFill {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}


.items_pop {

  padding: 0px;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  background: rgba(255,255,255,0.1);
  font-size: 0;
  perspective: 500px;
  margin-top:50px;
}

.items_pop.active {
  background: rgba(255,255,255,0.3);
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.item_pop {
  width: 460px;
   height: 460px;
  height: calc(100% - 40px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right:10px;
    background: #fff8ef;
}




.wrapper {
  margin-top:-10px;
  width: 200px;
  display: block;
  text-align: center;
  transition: 0.15s ease;
   padding:20px 15px;
   float:left;
  }

.click-text {
  display: block;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  font-family:"ONE Mobile OTF Regular";
  border-bottom: 1px solid #fff;
  letter-spacing: -0.025em;
  transition: 0.15s ease;
}
.wrapper.active .click-text {color:#111; padding-bottom: 10px;  margin: 0; border-bottom: 1px solid rgba(17, 17, 17, 0.1); transition: 0.15s ease;}



.wrapper.active { width:200px; background:#FFFFFF; border-radius:10px; padding:20px 15px; transition: 0.15s ease;  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.20); }

.wrapper.active .t_arrow {
  transform: rotate(45deg) translate(-5px, -5px);
}
.wrapper.active .t_arrow:before {
  transform: translate(10px, 0);
}
.wrapper.active .t_arrow:after {
  transform: rotate(90deg) translate(10px, 0);
}
.wrapper.active ul {
  opacity: 1;
  height:auto;
}



.wrapper3 .t_arrow {
  transform: rotate(0);
  left: 0;
}
.wrapper3 .t_arrow:before, .wrapper3 .t_arrow:after {
  background-color: transparent;
  width: 1px;
  height: 10px;
  display: inline-block;
  position: absolute;
  border-bottom: 11px solid white;
  top: 0;
  left: 0;
  transform: rotate(0);
}
.wrapper3 .t_arrow:before {
  transform: rotate(-135deg);
}
.wrapper3 .t_arrow:after {
  transform: rotate(135deg);
}
.wrapper3.active .t_arrow {
  transform: rotate(0);
  transform: translate(0, -6px);
}
.wrapper3.active .t_arrow:before {
  transform: rotate(-45deg);
  border-bottom:12px solid #111;
}
.wrapper3.active .t_arrow:after {
  transform: rotate(45deg);
  border-bottom:12px solid #111;
}

.t_arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  bottom: 0px;
  left: -10px;
  transition: 0.4s ease;
  margin-top: 0px;
  text-align: left;
  transform: rotate(45deg);
  float: right;
}
.t_arrow:before, .t_arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: #fff;
  transition: 0.4s ease;
}
.t_arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px;
}



.wrapper3 ul {
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s ease;

}

.wrapper3 li {
  list-style-type: none;
  margin: 0 auto;
  padding: 4px 0px;
  text-align: left;
  cursor: pointer;
  
}

.wrapper3 li a {color:#9B9B9B;
  font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 23px; /* 153.333% */
letter-spacing: -0.375px;
text-transform: uppercase;
font-family:"ONE Mobile OTF Regular";}
.wrapper3 li:first-child {
  margin-top: 12px;
}
.wrapper3 li:last-child {
  margin-bottom: 0px;
}



.slick_area {position:relative;}
.slick_area .bottom_text {position: absolute; bottom:0px; z-index:99999; width:100%; height:98px; font-size:18px; color: #FFF; line-height: 34px; letter-spacing: -0.45px;
flex-shrink: 0; border-radius:0px 0px 10px 10px;background: rgba(255, 255, 255, 0.30); backdrop-filter: blur(20px); padding:15px 30px; text-align:left;}

.key_map {position: absolute; top:140px; right:80px;}





.story_pop_ban { z-index:99999; position:absolute; top:0px; left:0px; width:405px; height:439px; background:url('../images/story_ban.png')no-repeat left top; background-size:405px 439px;}

.story_pop_ban .ban_text {margin:100px 0px 0px 100px; position:relative;}
.story_pop_ban .ban_text .line01 {width:40px; height:1px; background-color:#fff;}
.story_pop_ban .ban_text .line02 {width:1px; height:55px; background-color:#fff; position:absolute; top:0px; left:0px; animation: grow 2s ease-in-out infinite;}
@keyframes grow {
    from {
        height: 55px;
    }
    to {
        height: 150px; /* ¿øÇÏ´Â ÃÖÁ¾ ±æÀÌ·Î ¼³Á¤ */
    }
}

.story_pop_ban .ban_text .ban_txt {color:#fff; font-family:'ONE Mobile Title OTF'; font-size: 22px; line-height: 30px; padding:15px;}
.story_pop_ban .ban_text .ban_txt p {font-weight: 400; font-size: 18px; line-height: 26px; font-family:"ONE Mobile OTF Regular";}
.story_pop_cont { z-index:999; position:absolute; top:100px; left:50%; width:1720px; margin-left:-860px; background:#fff url('../images/Vector_bg2.png')no-repeat left top;  background-size:100% 397px; }
.story_pop_cont .story_pop_x {position:fixed; right:120px; top:130px; width:80px; height:80px; background:rgba(0,0,0,0.9); border-radius:50%; z-index:99999; }
.story_pop_cont .story_pop_x a {  width:80px; height:80px; padding:24px; display:block;}
.story_pop_cont .cont_s_in {margin:130px;}
.story_pop_cont .cont_s_in span.small_t {float:right; margin:5px 170px 0px 0px; font-weight: 400; font-size: 14px; line-height: 22px; letter-spacing: -0.025em; color: rgba(104, 104, 104, 0.6);}
.cont_s_in p.cont_in_text2 {float:left; padding:50px 0px 70px 0px; font-weight: 400; font-size: 18px; line-height: 40px; color: #686868; letter-spacing: -0.025em; font-family:"ONE Mobile OTF Regular";
border-bottom:1px solid rgba(217, 217, 217, 0.5);}
.cont_s_in p.cont_in_text {float:left; padding:50px 0px 70px 0px; font-weight: 400; font-size: 18px; line-height: 40px; color: #686868; letter-spacing: -0.025em; font-family:"ONE Mobile OTF Regular";}


.cont_in_tit {font-family:'ONE Mobile Title OTF'; font-size: 24px; line-height: 32px; letter-spacing: -0.025em; text-transform: uppercase; color: #04CC00;}
.cont_in_tit p.cont_in_text_t {font-family:'ONE Mobile Title OTF'; font-size:50px; line-height:60px; letter-spacing:-0.025em; color: #000000; margin-top:15px;}
.cont_in_tit p.cont_in_text_t span.in_text_num {font-family:'ONE Mobile Title OTF'; font-size: 70px; line-height: 70px; letter-spacing: 0.05em; color: #04CC00;}

.top_in_img {float:left; margin-top:50px; z-index:11; position:relative;}

.story_pop_cont .cont_s_in_1 {position:relative; width:100%; margin:100px 130px 70px 0px; float:left; background:url('../images/pop_bg1.png')no-repeat 50px top; background-size:60px 96px;
font-family:"ONE Mobile OTF Regular"; padding:0px 50px;}
.cont_s_in_1 span.cont_in_tit1 {padding-left:80px; font-family:'ONE Mobile OTF Regular'; font-weight: 400;font-size: 20px; line-height: 32px; letter-spacing: -0.025em; text-transform: uppercase; color: #04CC00;}
.cont_s_in_1 p.cont_in_text1 {padding-left:80px; font-weight: 700; font-size: 40px; line-height: 56px; color: #04CC00; letter-spacing: -0.025em; ; font-family:"ONE Mobile OTF Regular"; margin-top:10px;}
.cont_s_in_1 p.cont_in_text2 {padding-left:80px; margin:30px 80px 0px 0px; font-weight: 400; font-size: 18px; line-height: 40px; color: #686868; letter-spacing: -0.025em; font-family:"ONE Mobile OTF Regular";}
.cont_s_in_1 .num_pop {position:absolute; right:130px; top:0px; width: 98px; height: 98px; background: linear-gradient(0deg, rgba(217, 217, 217, 0.15), rgba(217, 217, 217, 0.15)), #FFFFFF;
box-shadow: inset -2px -2px 4px #FFFFFF, inset 2px 2px 4px rgba(0, 0, 0, 0.1); border-radius: 8px; font-family: 'ONE Mobile Title OTF'; font-size: 60px; line-height: 70px;
align-items: center; text-align: center; letter-spacing: -0.025em; color: #04CC00; padding-top:14px;}


.story_pop_cont .cont_s_in_2 {width:100%; height:549px; float:left; background:url('../images/pop_bg2.png')no-repeat left top; background-size:100% 549px;}


.fl-table {	 margin:50px auto; border-radius:13px; border-spacing:0; width:1120px; text-align:Center;  overflow: hidden; border-collapse: collapse;}
.fl-table td, .fl-table th {text-align:center;  background:#FFFFFF; border-collapse: collapse;}
.fl-table thead th { color:#fff; background:#04CC00; height:90px; font-weight: 400; font-size: 26px; line-height: 32px; vertical-align:middle; font-family: 'ONE Mobile Title OTF'; border:1px solid #04CC00;}


.fl-table tbody td {height:51px;  font-family:'ONE Mobile OTF Regular';  background:#FFFFFF;  text-align:center;  vertical-align:middle;  font-weight:300;  font-size:15px;  line-height:22px;
  border: 1px solid #D9D9D9; border-collapse: collapse;}
.fl-table tbody td div.table_td {width:220px; margin:0px auto; text-align:left; font-weight: 700; font-size: 16px; color: #111111;}
.fl-table tbody td div.table_td span.table_td_m {float:left; width:21px; margin-right:16px; padding-top:10px;}
.fl-table tbody td.st_1 { font-family: 'ONE Mobile Title OTF'; background:#f4f4f4; 18px; line-height: 32px; letter-spacing: -0.025em; color:#111;}



.fl-table tbody tr:first-child td { background:#f4f4f4; border-top:none; color:#111; font-family: 'ONE Mobile Title OTF'; font-size: 18px; line-height: 32px; letter-spacing: -0.025em;}
.fl-table tbody tr:last-child {border: 1px solid #D9D9D9; background:#04CC00; font-weight: 400; font-size: 26px; line-height: 32px;}



.p_bottom_text {width:100%; text-align:center; float:left; margin:60px 0px 40px 0px; font-family: 'ONE Mobile Title OTF'; font-weight: 400; font-size: 22px; line-height: 30px; letter-spacing: -0.025em; color: #04CC00;}
.p_bottom_text p { font-family:'ONE Mobile OTF Regular'; font-weight: 400; font-size: 18px; line-height: 26px; letter-spacing: -0.025em; color: #D9D9D9;}


.bottom_story {z-index:99; color:#fff; position:fixed; bottom:100px; width:335px; left:50%; margin-left:-167.5px; background:rgba(255,255,255,0.2) url('../images/Rectangle_408.png')no-repeat 50% 20px; 
background-size:1px 35px; border: 1px solid rgba(255, 255, 255, 0.2); backdrop-filter: blur(12px); border-radius: 100px; height:76px;}

.bottom_story span.before_s { float:left; width:50%; height:76px; background:url('../images/before_arrow.png')no-repeat 8px 8px; background-size:60px 60px; padding:26px 0px 0px 66px;
font-family: 'ONE Mobile Title OTF'; font-size: 16px; line-height: 24px; }
.bottom_story span.before_s:hover { background:url('../images/before_arrow_o.png')no-repeat 8px 8px; background-size:60px 60px;}
.bottom_story span.next_s { float:left; width:50%; height:76px; background:url('../images/next_arrow.png')no-repeat 99px 8px; background-size:60px 60px;padding:26px 0px 0px 20px;
font-family: 'ONE Mobile Title OTF'; font-size: 16px; line-height: 24px;}
.bottom_story span.next_s:hover { background:url('../images/next_arrow_o.png')no-repeat 99px 8px; background-size:60px 60px;}



#movetopbt {position:absolute; background:#000; bottom:50px; right:50px; width:81px; height:81px; padding-top:32px; border-radius:50%; border:1px solid rgba(255,255,255,0.7); text-align:center;}

 


.cont_s_bg {width:100%; float:left; margin-top:62px; position:relative; z-index:9; height:205px;}
.cont_s_bg .dong_bg { position:absolute; left:50%; margin-left:-118px; width: 237px; height: 36px; background: #FFFFFF; border-radius: 50px; text-align:center; background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, #0DCE52, #08CF6A) border-box; border:2px solid transparent;  z-index:99;}
.cont_s_bg .dong_bg span.dong_tit { font-size: 18px; line-height: 36px; font-family:'ONE Mobile OTF Regular'; font-weight:700; text-align: center; letter-spacing: -0.025em; text-transform: uppercase;
background: linear-gradient(90deg, #04CC00 0%, #00D3C6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent;}
.cont_s_bg .dong_bg_s { position:absolute; top:18px; left:0px; width:100%; height:184px; background:url('../images/pop_bg4.png') no-repeat left top; background-size:100% 184px; font-family: 'ONE Mobile Title OTF'; font-size: 36px;
line-height: 52px; text-align: center; letter-spacing: -0.025em; color: #FFFFFF;  z-index:9;  padding-top:40px;} 


.cont_s_bg .dong_bg_s_1 { position:absolute; top:18px; left:0px; width:100%; height:184px; background:url('../images/pop_bg12.png') no-repeat left top; background-size:100% 184px; font-family: 'ONE Mobile Title OTF'; font-size: 36px;
line-height: 52px; text-align: center; letter-spacing: -0.025em; color: #FFFFFF;  z-index:9;  padding-top:40px;}


.dongguk-box {width:1120px; height:405px; margin:50px 0px 50px 250px;  background:url('../images/pop_bg5.png') no-repeat left top; background-size:1120px 405px; z-index:11; position:relative;}
.dongguk-box li {width:50%; float:left; text-align:center; height:220px; padding-top:39px;}
.dongguk-box li p.icon_tit { margin-top:15px; font-family:'ONE Mobile OTF Regular'; font-weight: 700; font-size: 24px; line-height: 32px; letter-spacing: -0.025em; color: #FFFFFF;}
.dongguk-box li p.icon_text { margin-top:10px; font-family:'ONE Mobile OTF Regular'; font-weight: 200; font-size: 18px; line-height: 28px; letter-spacing: -0.025em; color: #FFFFFF;}






.fl-table_1 { margin:50px auto; border-radius:12px; border-spacing:0; width:1120px; text-align:Center;  overflow: hidden; border-collapse: collapse;}
.fl-table_1 td, .fl-table_1 th {text-align:center;  background:#FFFFFF; border-collapse: collapse;}
.fl-table_1 thead th { color:#fff; background:#04CC00; height:90px; font-weight: 400; font-size: 26px; line-height: 32px; vertical-align:middle; font-family: 'ONE Mobile Title OTF'; border:1px solid #04CC00;}


.fl-table_1 tbody td {height:51px;  font-family:'ONE Mobile OTF Regular';  background:#FFFFFF;  text-align:center;  vertical-align:middle;  font-weight:300; font-size:16px; line-height:51px;
  border: 1px solid #D9D9D9; border-collapse: collapse;}
.fl-table_1 tbody td div.table_td {width:220px; margin:0px auto; text-align:left; font-weight: 700; font-size: 16px; color: #111111;}
.fl-table_1 tbody td div.table_td span.table_td_m {float:left; width:21px; margin-right:16px; padding-top:10px;}
.fl-table_1 tbody td.st_2 {  background:#f4f4f4;   letter-spacing: -0.025em; color:#111; font-weight:800; font-size:18px;}



.box_10 {margin:70px 0px 70px 70px; float:left;}
.box_10 span.text_st1 {float:left; width:542px; margin-left:49px; font-family:'ONE Mobile OTF Regular'; font-weight: 400; font-size: 18px; line-height: 40px; letter-spacing: -0.025em;
color: #686868; margin-top:56px;}




.cont_3 {width:100%; height:3964px; float:left; background:url('../images/pop_bg7.png')no-repeat left top; background-size:100% 3964px; padding:100px 130px 0px 50px; }
.cont_s_in_3 {width:100%; position:relative; float:left; background:url('../images/pop_bg8.png')no-repeat left top; background-size:60px 96px; font-family:"ONE Mobile OTF Regular"; }
.cont_s_in_3 span.cont_in_tit3 {padding-left:80px; font-family:'ONE Mobile OTF Regular'; font-weight: 400;font-size: 20px; line-height: 32px; letter-spacing: -0.025em; text-transform: uppercase; 
color: #fff;}
.cont_s_in_3 p.cont_in_text3 {padding-left:80px; font-weight: 700; font-size: 40px; line-height: 56px; color: #fff; letter-spacing: -0.025em; ; font-family:"ONE Mobile OTF Regular"; margin-top:10px;}
.cont_s_in_3 p.cont_in_text4 {padding-left:80px; margin-top:30px; font-weight: 400; font-size: 18px; line-height: 40px; color: #fff; letter-spacing: -0.025em;}


.cont_s_in_4 {margin:30px 130px 0px 80px; float:left;}
.cont_s_in_4 p.text_st4 {float:left; font-family:'ONE Mobile OTF Regular'; font-weight: 400; font-size: 18px; line-height: 40px; letter-spacing: -0.025em; color: #FFFFFF; margin-top:10px;}
.cont_s_in_4 p.img_st1 {float:left; margin-top:30px;} 


.box_11 {width:1460px; height:36px; background:url('../images/pop_bg9.png')no-repeat 130px center; background-size:1259px 1px;}
.box_11 span.text_st2 {width:130px; height:36px; line-height:36px; float:left; text-align:center; background:rgba(255, 255, 255, 0.1); border: 2px solid #FFFFFF;
color:#fff; border-radius: 50px; font-family:'ONE Mobile OTF Regular';}
.box_11 span.text_st3 { float:right; font-weight:200; padding-top:5px; font-size: 16px; line-height: 24px; letter-spacing: -0.025em; color: rgba(255, 255, 255, 0.7); font-family:'ONE Mobile OTF Regular'; }


.cont_4 {width:100%; height:1316px; float:left; background:url('../images/pop_bg10.png')no-repeat left top; background-size:100% 1316px; padding:100px 130px 0px 50px; z-index:11; position:relative;}
.cont_4 .num_pop1 {position:absolute; right:0px; top:0px; width: 98px; height: 98px; background: rgba(255, 255, 255, 0.3);
box-shadow: inset -2px -2px 4px rgba(255, 255, 255, 0.2), inset 2px 2px 4px rgba(0, 0, 0, 0.2); border-radius: 8px; font-family: 'ONE Mobile Title OTF'; font-size: 60px; line-height: 70px;
align-items: center; text-align: center; letter-spacing: -0.025em; color: #fff; padding-top:14px;}
.cont_s_in_5 {margin:0px 0px 0px 80px; float:left;}
.cont_s_in_5 p.text_st4 {float:left; font-family:'ONE Mobile OTF Regular'; font-weight: 400; font-size: 18px; line-height: 40px; letter-spacing: -0.025em; color: #FFFFFF; margin-top:10px;}
.cont_s_in_5 .box_st4 { float:left; margin:0px 0px 0px 70px; width:600px; height:647px; background:url('../images/pop_bg11.png')no-repeat left top; background-size:537px 86px; position:relative;}
.cont_s_in_5 .box_st4 span.box_st4_top {font-family: 'ONE Mobile Title OTF'; font-size: 26px; line-height: 34px; letter-spacing: -0.025em; margin:10px 0px 0px 30px; float:left; 
 background-clip: text; text-fill-color: transparent; background: linear-gradient(90deg, #04CC00 0%, #00D3C6 100%); z-index:99; position:relative;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
.cont_s_in_5 .box_st4 .box_st4_cont { width:559px; height:620px; border-radius:10px;  border:1px solid #fff; z-index:1; position:absolute; left:0px; top:25px; padding-top:66px;}
.cont_s_in_5 .box_st4 .box_st4_cont span.pop_tit_box {padding:10px; width:479px; height:60px; background: rgba(4, 204, 0, 0.8); border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 50px;
float:left; backdrop-filter: blur(5px); font-family: 'ONE Mobile Title OTF'; font-size: 18px; line-height: 40px; color: #FFFFFF; margin-left:40px;}
.cont_s_in_5 .box_st4 .box_st4_cont p.pop_tit_txt {float:left; margin:20px 40px 0px 50px; font-size:18px; color:#fff; font-family:'ONE Mobile OTF Regular'; line-height:26px; padding-left:5px;}




.cont_6 {width:100%; height:1288px; float:left; background:url('../images/pop_bg13.png')no-repeat left top; background-size:100% 1288px; padding:0px 130px 0px 50px; }
.cont_s_in_6 {margin:50px 130px 0px 80px; float:left;}
.cont_s_in_6 p.text_st5 {float:left; font-family:'ONE Mobile OTF Regular'; font-weight: 400; font-size: 18px; line-height: 40px; letter-spacing: -0.025em; color: #FFFFFF; margin-top:10px;}
.cont_s_in_6 p.img_st5 {float:left; margin-top:30px;} 
.cont_s_in_6 p.text_st8 {float:left; font-family:'ONE Mobile OTF Regular'; font-weight: 400; font-size: 18px; line-height: 40px; letter-spacing: -0.025em; color: #555; margin-top:10px;}



.cont_7 {position:relative; width:100%; height:670px; float:left; background:url('../images/pop_bg15.png')no-repeat left top; background-size:100% 670px; padding:100px 130px 0px 50px; }
.cont_s_in_7 {width:100%; position:relative; background:url('../images/pop_bg8.png')no-repeat left top; background-size:60px 96px; font-family:"ONE Mobile OTF Regular"; }
.cont_s_in_7 span.cont_in_tit7 {padding-left:80px; font-family:'ONE Mobile OTF Regular'; font-weight: 400;font-size: 20px; line-height: 32px; letter-spacing: -0.025em; text-transform: uppercase; 
color: #fff;}
.cont_s_in_7 p.cont_in_text7 {padding-left:80px; font-weight: 700; font-size: 40px; line-height: 56px; color: #fff; letter-spacing: -0.025em; ; font-family:"ONE Mobile OTF Regular"; margin-top:10px;}

.cont_7 .cont7_box {float:left; width:1000px; color: #FFF; font-family:'ONE Mobile OTF Regular'; font-size: 18px; font-weight: 300; line-height: 40px;  margin:28px 0px 0px 80px;}
.cont_7 .cont7_photo { position:absolute; left:1030px; top:78px;}



.box_12 {width:1460px; height:36px; background:url('../images/pop_bg14.png')no-repeat 478px center; background-size:805px 1px;}
.box_12 span.text_st6 {width:477px; height:36px; line-height:36px; float:left; text-align:center; background:#555; color:#fff; border-radius: 50px; font-family:'ONE Mobile OTF Regular';}
.box_12 span.text_st7 { float:right; font-weight:200; padding-top:5px; font-size: 16px; line-height: 24px; letter-spacing: -0.025em; color: rgba(85, 85, 85, 0.5); font-family:'ONE Mobile OTF Regular'; }


#loader{
  position:absolute;
  top:0;left:0;
  width:100%;height:100%;
  overflow:hidden;
}

.count_area_top{
  position:absolute;
  left:0;top:0;
  width:100%;height:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  background:rgba(4, 204, 0, 0.9);
  animation: revealTop 0.3s 3s forwards ease-out;
  z-index:100000000000002;
}
.count_area_top .count_area_top_txt {position:absolute; bottom:15px; color:#fff; font-family: 'ONE Mobile Title OTF'; font-size: 36px; line-height: 40px; text-align: center; 
letter-spacing: -0.025em; }
.count_area{
  position:absolute;
  width:100%;height:50%;
  top:50%;left:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  background:rgba(4, 204, 0, 0.9);
  animation: revealBot 0.3s 3s forwards ease-out;
  z-index:100000000000002;
  color:#fff;
}

.count_area::after{
  content:'';
  width:100%;
  border-top:1px solid #fff;
  transform-origin:0 50%;
  transform:scale3d(0,1,1);
  animation: count 3s ease-in-out forwards;
  height:100%;
}

.count{
  float:left;
  width:40px;
  height:20px;
  margin-left:0px;
  
  animation: revealBot 0.3s 3s forwards ease-out;
  z-index:100000000000002;
  color:#fff;
  font-family: 'ONE Mobile Title OTF';
  font-size: 20px;
}


.count_area .per_num { float:left; margin:2px 7px 0px 0px; color:#fff; font-family:'ONE Mobile OTF Regular'; width:125px;  z-index:100000000000002; text-transform: uppercase;}
.count_area .loading_text {position:absolute; width:500px; height:46px; top:80px; left:50%; margin-left:-250px; border-radius:60px; font-weight:600; padding-left:130px;
color: #F54203; font-size: 14px; line-height: 46px; font-family:'ONE Mobile OTF Regular'; letter-spacing: -0.025em; background:#fff url('../images/marker-pin.png')no-repeat 96px center; background-size:24px 24px;}

@keyframes count { to { transform:scale3d(1,1,1); } }
@keyframes revealTop { to {transform:translate3d(0,-100%,0);} }
@keyframes revealBot { to {transform:translate3d(0, 100%,0);} }





.mmain_info_txt {position:absolute; bottom:180px; right:150px; z-index:999; font-weight: 400; font-size: 13px; line-height: 26px; color: #FFFFFF; font-family: 'ONE Mobile OTF Regular';}

