/**/

/*header*/
	input[type=checkbox].checkbox:not(old){width:16px;margin:0; padding:0; opacity:0;}
	input[type=checkbox].checkbox:not(old) + label{display:inline-block; margin-left:0; padding-left:20px; background   : url('/images/common/ico/ico_checkbox1.png') no-repeat left 0; line-height:16px;}
	input[type=checkbox].checkbox:not(old):checked + label{background-position:left -16px;}
	input[type=radio].checkbox:not(old):checked + label{background-position:left -16px;}
	
	.mnoticearea{position:relative; width:100%; min-width:1200px; background:#b9e8ed; display:none; z-index:2;} 
	.btnopen{position:absolute; right:50%; top:3px; margin-right:-600px; z-index:1}
	.mnotbox{position:relative; width:1200px; margin:0 auto; text-align:left }
	.mnotbox .closes{position:absolute; right:20px; bottom:10px; display:block; font-size:11px; color:#333; z-index:1000}
	.mnotbox .closes input{margin-left:10px;}
		
	#notice_slides {z-index:100; width:1200px;}
	.notice_area {width:480px; overflow:hidden;position:relative;}
	.noticepaging {margin:14px auto 0;width:100px;}
	.noticepaging li {float:left;margin:0 3px;}
	.noticepaging li a {display:block;width:10px;height:0;padding-top:10px;background-image:url(./images/common/btn_bul1.png);background-position:0 0;float:left;overflow:hidden;}
	.noticepaging li.current a {background-position:0 -10px;}
	

	.gnbbox1{position:absolute; left:50px; top:90px;  z-index:301; }
	.gcont1{color:#fff; font-size:16px; font-weight:bold; z-index:10;}
	.gcont1.on{}
	.gcont1.off{}
	.rdbtn1,
	.rdbtn2{display:inline-block; width:17px; height:17px; background:url(/images/common/btn/btn_play1.png) no-repeat left center; vertical-align:middle;}
	.rdbtn1.pause{background-position:right center;}
	
	
/*popup*/
	.lpops{position:absolute; visibility:visible; z-index:10000;}
	.lpopb{position:absolute; visibility:visible; overflow:hidden; border:1px solid; background:#fff; z-index:10000;}
	.lpoph{cursor:move; background:#CCC; width:100%; display:none;}
	.lpopov{padding:5px; text-align:left;}
	.lpopbtn{position:absolute; right:0; bottom:0; color:#000; font-size:11px; width:100%; vertical-align:middle;  text-align:right; background:#fff;}
	.lpopbtn a{ display:inline-block; color:#000; margin:4px;}
/*popup*/
	#menu-Area{
		position:absolute; left:0; top:0; 
		width:100%; height:80px; min-width:1400px;
		overflow:hidden;
		z-index:111;
		transition: background 0.4s ease;
		-webkit-transition: background 0.4s ease;
	}
	#menu-Area.sub{
		min-width:1200px;
	}
	#menu-Area.on{
		background:#fff;
		border-bottom:none;  /*url(/images/common/bg_onsubmenu1.png) center top;box-shadow:5px 4px 6px #e4e4e4box-shadow: 1px 1px 10px 0 rgba(0,0,0,.5)*/;
	}
	#menu-box .bgdepth1{width:100%; height:80px;  }
	#menu-box{
		height:80px;		
		z-index:100;
	}	
	#menu-Area.on #menu-box{
	}
	
	#menu-Area .logo1{
		position:absolute; left:80px; top:26px; 
	}
	.topmenu{
		position:relative; 
		margin:0 auto;
		text-align:left; 
	}
	
	.menudep1{
		display:table; table-layout: fixed; width:50%; min-width:660px; max-width:800px;
		margin:0 auto; padding-top:0px;
	}	
	.menudep1 > li{
		position:relative;
		display:table-cell;
		padding-top:14px; padding-bottom:30px;		
	}
	.menudep1 > li > em{display:none;}
	.menudep1 > li a.mnlnk1{
		position:relative; 
		display:block; 
		line-height:50px; height:60px; 
		font-size:16px;
		color:#fff;
		text-align:center;  
		border-left:none; border-bottom:none;
		-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;
	}
	
	#menu-Area.on .menudep1 li a.mnlnk1:focus, #menu-Area.on .menudep1 li a.mnlnk1:hover, #menu-Area.on .menudep1 li a.mnlnk1.on, #menu-Area.on .menudep1 li:hover a.mnlnk1,
	#menu-Area.sub.on .menudep1 li a.mnlnk1:focus, #menu-Area.sub.on .menudep1 li a.mnlnk1:hover, #menu-Area.sub.on .menudep1 li a.mnlnk1.on, #menu-Area.sub.on .menudep1 li:hover a.mnlnk1{
		color:#333; 
	}
	#menu-Area.on .menudep1 li a.mnlnk1{
		color:#333;
	}
	#menu-Area.sub .menudep1 li a.mnlnk1{
		color:#fff;
	}
	#menu-Area.sub.on .menudep1 li a.mnlnk1{
		color:#999999;
	}
	.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;
	}
	
	.menudep1 li a.mnlnk1::after{
		position:absolute; left:50%; top:40px;
		width:0; height:2px; margin: auto;   
		background:#3e9947; 
		transition: all 0.2s ease;
		-webkit-backface-visibility:hidden;
		-webkit-transition: all 0.2s ease;
		backface-visibility:hidden;
		opacity: 0;
		content:""; 
	}
	
	.menudep1 li a.mnlnk1:focus:after, .menudep1 li a.mnlnk1:hover:after, .menudep1 li a.mnlnk1.on:after, .menudep1 li:hover a.mnlnk1:after{		
  		left: 0px;
		width:100%;
		opacity: 1;
	}
	
	.menudep1 li ul{height:260px; margin-top:10px; border-right:none; padding-top:6px;}
	.menudep1 li ul.f1{border-left:none}
	.menudep1 li ul li{display:block; text-align:center;}
	.menudep1 li ul li a{line-height:20px; padding:5px 2px; font-size:13px; color:#999;  display:block; font-family: 'NanumSquareL'; letter-spacing: -0.8px;}
	.menudep1 li ul li a.on, .menudep1 li ul li a:focus, .menudep1 li ul li a:hover{color:#3e9947;}
		
	.menudep1 li ul.on{display:block;}
	
	#header.fixed{
		
	}
	
	#menu-Area.on .mmnbtn1 .btn.trigger .line, #header.fixed #menu-Area .mmnbtn1 .btn.trigger .line {
		background:#333;		
	}
	#menu-Area.on .mmnbtn1 .btn.trigger .line:before, #menu-Area.on .mmnbtn1 .btn.trigger .line:after,
	#header.fixed #menu-Area .mmnbtn1 .btn.trigger .line:before,#header.fixed #menu-Area .mmnbtn1 .btn.trigger .line:after {		
		background:#333;
	} 
	#header.fixed .menudep1 > li a.mnlnk1{
		color:#333;
	}
	
	/*태블릿 이하 메뉴온오프*/

	.menudep1{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	}
	
	.mnbnn1{display:block; position:absolute; right:80px; top:20px; text-align:left; }
	.mnbnn1 .vr{display:block; position:fixed; right:70px; top:60px; text-align:left; border:1px solid #ddd; border-radius:11px;}
	.mnbnn1 .client{display:block; position:fixed; right:70px; top:430px; text-align:left; border:0px solid #ddd; border-radius:11px;}
	.mnbnn1 .client.re{top:560px; }
	.mnbnn1 .safedream{display:block; position:fixed; right:70px; top:430px; text-align:left; border:0px solid #ddd; border-radius:11px;}
    .mnbnn1 .entire{display:block; position:fixed; right:70px; top:300px; text-align:left; border:0px solid #ddd; border-radius:11px;}
	.mnbnn1 img{display:inline-block; vertical-align:middle;}
	.mnbnn1 img:nth-of-type(2){margin-left:10px;}
	.mnbnn1 .store{display:block; position:fixed; right:70px; top:60px; text-align:left; border:1px solid #ddd; border-radius:11px;}
	
	/*250508 수정 전 소스 백업
	.mnbnn1{display:block; position:absolute; right:80px; top:20px; text-align:left; }
	.mnbnn1 .vr{display:block; position:fixed; right:70px; top:60px; text-align:left; border:1px solid #ddd; border-radius:11px;}
	.mnbnn1 .client{display:block; position:fixed; right:70px; top:330px; text-align:left; border:0px solid #ddd; border-radius:11px;}
	.mnbnn1 .client.re{top:580px; }
	.mnbnn1 .safedream{display:block; position:fixed; right:70px; top:430px; text-align:left; border:0px solid #ddd; border-radius:11px;}
    .mnbnn1 .entire{display:block; position:fixed; right:70px; top:200px; text-align:left; border:0px solid #ddd; border-radius:11px;}
	.mnbnn1 img{display:inline-block; vertical-align:middle;}
	.mnbnn1 img:nth-of-type(2){margin-left:10px;}
	.mnbnn1 .store{display:block; position:fixed; right:70px; top:60px; text-align:left; border:1px solid #ddd; border-radius:11px;}
	*/
	
	.videobnn1.sub1{top:126px;}
	.videobnn1{position:absolute; right:100px; bottom:10%; display:block; z-index:2; width:110px; height:110px; z-index:100; margin-bottom:150px;
	-webkit-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.01s;}
	.videobnn1 a{position:relative; display:block; width:110px; height:110px; background:#fff; color:#00302b; font-size:14px; font-family:'NanumSquareR';letter-spacing:-.3px; z-index:10; text-align:center; border-radius:50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;}
	.videobnn1 a:hover{color:#fff; background:#3e9947;}
	.videobnn1 a::before{display:block; width:27px; height:27px; margin:0 auto; padding-top:29px; margin-bottom:10px; background:url(../../images/common/ico_video1.png) no-repeat left bottom; content:"";}
	.videobnn1 a:hover::before{background-position:right bottom;}
	
	.intvnn1{position:absolute; right:100px; bottom:10%; display:block; z-index:2; width:110px; height:110px; z-index:100;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-webkit-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.01s;
	}
	.intvnn1.sub1{top:266px; right:80px;}
	.intvnn1.t2{bottom:260px;}
	.intvnn1 a{position:relative; display:block; width:110px; height:110px; background:#fff; color:#00302b; font-size:14px; font-family:'NanumSquareR';letter-spacing:-.3px; z-index:10; text-align:center; border-radius:50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;}
	.intvnn1 a:hover{color:#fff; background:#3e9947;}
	.intvnn1 a::before{display:block; width:27px; height:27px; margin:0 auto; padding-top:29px; margin-bottom:10px; background:url(../../images/common/ico_client1.png) no-repeat left bottom; content:"";}
	.intvnn1 a:hover::before{background-position:right bottom;}
	.intvnn1 a::after{position:absolute; left:-17px; top:-17px;  width:145px; height:145px; background:url(../../images/common/txt_circle1.png) no-repeat center center; z-index:-1; content:""; background-size:cover; z-index:
	-webkit-animation:spin infinite 10s linear;animation:spin infinite 10s linear; -ms-animation:spin infinite 10s linear; 
	}

    .intvnn2{position:absolute; right:100px; bottom:25%; display:block; z-index:2; width:110px; height:110px; z-index:100;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-webkit-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.01s;
	}
	.intvnn2.sub1{top:266px;}
	.intvnn2.t2{bottom:260px;}
	.intvnn2 a{position:relative; display:block; width:110px; height:110px; background:#fff; color:#00302b; font-size:14px; font-family:'NanumSquareR';letter-spacing:-.3px; z-index:10; text-align:center; border-radius:50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;}
	.intvnn2 a:hover{color:#fff; background:#3e9947;}
	.intvnn2 a::before{display:block; width:27px; height:27px; margin:0 auto; padding-top:29px; margin-bottom:10px; background:url(../../images/common/ico_video1.png) no-repeat left bottom; content:"";}
	.intvnn2 a:hover::before{background-position:right bottom;}
    .intvnn2 a::after{position:absolute; left:-17px; top:-17px;  width:145px; height:145px; z-index:-1; content:""; background-size:cover; z-index:
	-webkit-animation:spin infinite 10s linear;animation:spin infinite 10s linear; -ms-animation:spin infinite 10s linear; 
	}
	@media screen and (max-width:1600px) {
		/*.menudep1{transform: translate3d(-8%, 0, 0);}*/
	}
	
	@media screen and (max-width:1400px) {
		#menu-Area .logo1{left:40px;}
		.mnbnn1{right:40px;}
		.mnbnn1 .vr{right:20px;}
		.mnbnn1 .client{right:20px;}
        .mnbnn1 .safedream{right:20px;}
        .mnbnn1 .entire{right:20px;}
		.mmnbtn1 {right:30px;}
		
		.menudep1 > li a.mnlnk1{margin:0 ;}
		
	}
/*header*/

/*footer*/
	#footer .logo1{}
	#footer .copy1{font-size:15px; color:#333333; display:inline-block; vertical-align:middle;  margin:0px 0 0 30px;}
	#footer .copy1 > p{line-height:24px;}
	/*#footer .copy1 > p:nth-of-type(2){font-size:13px; line-height:20px; color:#888888;}*/
	#footer .copy1 em{font-weight:bold; color:#fff;}
	#footer .tbtn1{position:absolute; right:100px; top:-50px;}
	
	#footer .snsbox1{position:absolute; right:100px; bottom:0px; display:table;}
	#footer .snsbox1 li{display:table-cell; padding:0 12px;}
/*footer*/

/*floating*/
.floating1{position:absolute; width:0px; right:0; top:0; z-index:98; display:block; text-align:center; text-align:right;}
.floating1 .cont1{position:absolute; right:0; top:16%; text-align:center;}


/*floating*/

/*main*/	
	.loderbox1{
		position:fixed; left:0%; top:0%;
		width:100%; height:100%;
		background:#092f24;
		z-index:100;
		display:flex; align-items: center;
	}

	.mainvisual{position:relative; min-width:1200px; width:100%; height:100%; overflow:hidden; z-index:10; box-sizing:border-box; background:#000;}
	.mainvisual .slick-slide{width:100%; height:100%; overflow:hidden;}
	
	.mainvisual .visualbox{ overflow:hidden; height:100%;}		
	.mainvisual .visualbox .slick-list,  
	.mainvisual .visualbox .slick-track, 
	
	.mainimg1{
		width:100%; height:100%;
	}
	.mainvisual,
	.mainvisual .visualbox .slick-list{}
	.mainvisual .visualbox .mainimg1{
		width:100%;
		height:100%;
		background-size:cover !important;
	}	

	
	.mainvisual .visualtxt1{position:absolute; top:50%; left:0; margin-top:-240px; text-align:center; width:100%;}
	.mainvisual .visualtxt1.right1{margin-left:500px;
		transition: all 0.6s ease;
		-webkit-backface-visibility:hidden;
		-webkit-transition: all 0.6s ease;}
	.mainvisual .visualtxt1.right2{margin-left:-200px; text-align:right; margin-top:-100px;
		transition: all 0.6s ease;
		-webkit-backface-visibility:hidden;
		-webkit-transition: all 0.6s ease;}
	.mainvisual .active .visualtxt1 .txt1 .t1,
	.mainvisual .active .visualtxt1 .txt1 .t2,
	.mainvisual .active .visualtxt1 .txt1 .t3{opacity:0;}
	.mainvisual .visualtxt1 .txt1 .t1 img{display:inline-block; margin:0 auto;}
	.mainvisual .visualtxt1 .txt1 .t2 img{display:inline-block; margin-top:40px;}
	.mainvisual .visualtxt1 .txt1 .t3 img{display:inline-block; margin-top:50px;}

	/*.mainvisual .visualtxt1 .txt2{font-family:'Nanum Myeongjo'; color:#fff; font-size:28px; line-height:30px; font-weight:normal; margin-bottom:30px; margin-top:170px; opacity:0;}
	.mainvisual .visualtxt1 .txt2 > p{font-family: 'Caviar Dreams', arial; font-size:48px; line-height:50px; font-weight:200; margin-top:16px;}*/
	.mainvisual .visualtxt1 .txt2{font-family:'Nanum Myeongjo'; color:#fff; font-size:48px; line-height:30px; font-weight:normal; margin-top:170px; opacity:0;}
	.mainvisual .visualtxt1 .txt2 > p{font-family: 'Caviar Dreams', arial; font-size:28px; line-height:50px; font-weight:200; margin-bottom:20px; }
	.mainvisual .visualtxt1 .txt3{font-family:'Nanum Myeongjo'; color:#fff; font-size:28px; line-height:30px; font-weight:normal; margin-bottom:30px; margin-top:135px; opacity:0;}
	.mainvisual .visualtxt1 .txt3 > p{font-family: 'Caviar Dreams', arial; font-size:100px; line-height:100px; font-weight:800; margin-top:20px; letter-spacing:15px;margin-left:11px;}

	@media screen and (max-width: 1650px){
		.mainvisual .visualtxt1.right1{margin-left:400px;}
	}
	@media screen and (max-width: 1400px){
		.mainvisual .visualtxt1.right1{margin-left:300px;}
	}
	@media screen and (max-width: 1200px){
		.mainvisual .visualtxt1.right1{margin-left:100px;}
	}
	
	.mainvisual .visualbox .active .mainimg1{
		 -webkit-animation:drift 4s ease-in-out both;animation:drift 4s ease-in-out both; -ms-animation:drift 4s ease-in-out both; 
		animation-delay:.01s;
	}	

	.mainvisual .active .visualtxt1 .txt1 .t1{
		-webkit-animation:textDown1 1.2s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown1 1.2s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:0.8s; animation-duration:3s;
	}
	.mainvisual .active .visualtxt1 .txt1 .t2{
		-webkit-animation:textUp1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textUp1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textUp1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:1.9s; animation-duration:2.5s;
	}
	.mainvisual .active .visualtxt1 .txt1 .t3{
		-webkit-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:3.2s; animation-duration:2.5s;
	}
	.mainvisual .active .visualtxt1 .txt2, .mainvisual .active .visualtxt1 .txt3{
		-webkit-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.21s; 
	}
	
	.mainvisual .ctrbox1{position:absolute; left:0px; top:50%; z-index:100; margin-top:190px; width:100%; text-align:center;
	transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;}
	.mainvisual .ctrbox1 .txt1{font-family:'Nanum Myeongjo'; color:#fff; font-size:28px; line-height:30px; font-weight:normal; margin-bottom:30px; opacity:0;}
	.mainvisual .ctrbox1 .txt1 > p{font-family: 'Caviar Dreams', arial; font-size:48px; line-height:50px; font-weight:200; margin-top:16px;}
	.mainvisual .ctrbox1.right1{margin-left:500px; }
	.mainvisual .ctrbox1.right2{margin-left:-205px; margin-top:140px; text-align:right;}
	.mainvisual .ctrbox1.v2{margin-top:80px; }
	.mainvisual .ctrbox1.on{margin-top:80px; }
	.mainvisual .ctrbox1.on .txt1{
		-webkit-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.21s; 
	}

	@media screen and (max-width: 1650px){
		.mainvisual .ctrbox1.right1{margin-left:400px; }
	}
	@media screen and (max-width: 1400px){
		.mainvisual .ctrbox1.right1{margin-left:300px; }
	}
	@media screen and (max-width: 1200px){
		.mainvisual .ctrbox1.right1{margin-left:100px; }
	}
	
	.mainvisual .ctrbox1 .sprev1,
	.mainvisual .ctrbox1 .snext1{display:inline-block; vertical-align:middle; width:10px; height:15px; background:url(../../images/main/btn_arr1.png) no-repeat left center; text-indent:-5000px; background-size:200% 100%; cursor:pointer;}
	.mainvisual .ctrbox1 .snext1{background-position:right center; margin-left:10px;}
	.mainvisual .ctrbox1 .sprev1:hover{ animation: play-left 400ms linear infinite alternate; animation-timing-function:ease-in-out;}
	.mainvisual .ctrbox1 .snext1:hover{ animation: play-right 400ms linear infinite alternate; animation-timing-function:ease-in-out;}
	.mainvisual .ctrbox1 .slidernum1{display:inline-block; vertical-align:middle; font-family:"Jost"; color:#fff; font-size:16px; margin-left:20px;}
	.mainvisual .ctrbox1 .slidernum1 em{color:rgba(255,255,255,.4)}
	
	.section.on .mainvisual .ctrbox1{
		-webkit-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.30s;
	}
	
	.mainvisual .pop1{position:absolute; left:80px; bottom:80px; display:table;}
	.mainvisual .pop1 li{display:table-cell; padding:0 12px;}
	
	
	@-webkit-keyframes textUp1 {
	  from {opacity:0; transform: translate3d(0, 150%, 0); }
	  to {opacity:1; transform: translate3d(0, 0, 0);}
	}
	@keyframes textUp1 {
	  from {opacity:0; transform: translate3d(0, 10%, 0); }
	  to {opacity:1; transform: translate3d(0, 0, 0);}
	}
	
	@-webkit-keyframes textDown1 {
	  from {opacity:0; transform: translate3d(0, -20%, 0); }
	  to {opacity:1; transform: translate3d(0, 0, 0);}
	}
	@keyframes textDown1 {
	  from {opacity:0;transform: translate3d(0, -20%, 0); }
	  to {opacity:1;transform: translate3d(0, 0, 0);}
	}
	
	@-webkit-keyframes textDown2 {
	  from {opacity:.1;transform: translate3d(0, -4%, 0); }
	  to {opacity:1; transform: translate3d(0, 0, 0);}
	}
	@keyframes textDown2 {
	  from {opacity:.1; transform: translate3d(0, -4%, 0); }
	  to {opacity:1;transform: translate3d(0, 0, 0);}
	}
	
	@-webkit-keyframes fadeIn {
	 from {opacity:0;}
	  to {opacity:1;}
	}
	@keyframes fadeIn {
	  from {opacity:0;}
	  to {opacity:1;}
	}
	
	@-webkit-keyframes bounce1 {
	 from {transform: translate3d(0, -2%, 0); }
	  to {transform: translate3d(0, 0, 0);}
	}
	@keyframes bounce1 {
	  from {transform: translate3d(0, -2%, 0); }
	  to {transform: translate3d(0, 0, 0);}
	}
	
	@-webkit-keyframes fadeInDown1{
		0%{opacity:0;-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	@keyframes fadeInDown1{
		0%{opacity:0;-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	
	@-webkit-keyframes drift {
	from {-webkit-transform:scale(1.02,1.02);transform:scale(1.02,1.02);}
	to {-webkit-transform:rotate(0.002deg) scale(1,1); transform:rotate(0.002deg) scale(1,1);}
	}
	
	@keyframes drift {
	from {-webkit-transform:scale(1.02,1.02); transform:scale(1.02,1.02);}
	to {-webkit-transform:rotate(0.002deg) scale(1,1); transform:rotate(0.002deg) scale(1,1);}
	}
	@-ms-keyframes drift {
	from {-webkit-transform: scale(1.02,1.02); transform:scale(1.02,1.02);}
	to {-webkit-transform:rotate(0.002deg) scale(1,1); transform:rotate(0.002deg) scale(1,1);}
	}
	@-webkit-keyframes fadeInMove1{
		0%{opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	@keyframes fadeInMove1{
		0%{opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	
	@-webkit-keyframes fadeInMove2{
		0%{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	@keyframes fadeInMove2{
		0%{opacity:0;-webkit-transform:translate3d(10%,0,0);transform:translate3d(10%,0,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	
	@-webkit-keyframes fadeInMove3{
		0%{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	@keyframes fadeInMove3{
		0%{opacity:0;-webkit-transform:translate3d(0,-10%,0);transform:translate3d(0,-10%,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	
	@-webkit-keyframes fadeInMove4{
		0%{opacity:0;-webkit-transform:translate3d(30%,30%,0);transform:translate3d(30%,30%,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	@keyframes fadeInMove4{
		0%{opacity:0;-webkit-transform:translate3d(30%,30%,0);transform:translate3d(30%,30%,0)}
		to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
	}
	
	@-webkit-keyframes play-left{
	  from{
		-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)
	  }
	  to{
		-webkit-transform:translate3d(-8%,0,0);transform:translate3d(-8%,0,0)
	  }
	}
	@-webkit-keyframes play-right{
	   from{
		-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)
	  }
	  to{
		  -webkit-transform:translate3d(8%,0,0);transform:translate3d(8%,0,0)
	  }
	}
	@-webkit-keyframes ani1{
		0%{margin-top:70px; padding-left:0;}
		to{margin-top:0px; padding-left:0;}
	}
	@keyframes ani1{
		0%{margin-top:70px; padding-left:0;}
		to{margin-top:0px; padding-left:0;}
	}
	
	@-o-keyframes zoom-a {
		0% { background-size: 100% auto; }
		100% { background-size: 120% auto; }
	}
	@keyframes zoom-a {
		0% { background-size: 100% auto; }
		100% { background-size: 120% auto; }
	}
	@-moz-keyframes spin {
		from { -moz-transform: rotate(0deg); }
		to { -moz-transform: rotate(360deg); }
	}
	@-webkit-keyframes spin {
		from { -webkit-transform: rotate(0deg); }
		to { -webkit-transform: rotate(360deg); }
	}
	@keyframes spin {
		from {transform:rotate(0deg);}
		to {transform:rotate(360deg);}
	}
	
	.afadeInMove1{-webkit-animation-name:fadeInMove1;animation-name:fadeInMove1; }
	.afadeInMove2{-webkit-animation-name:fadeInMove2;animation-name:fadeInMove2; }
	.afadeInMove3{-webkit-animation-name:fadeInMove3;animation-name:fadeInMove3; }
	.afadeInMove4{-webkit-animation-name:fadeInMove4;animation-name:fadeInMove4; }
	
	.afadeInDown{-webkit-animation-name:textUp1;animation-name:textUp1; }
	.animotion1{-webkit-animation:ani1 1.5s  ease-in-out both;animation:ani1 1.5s  ease-in-out both; -ms-animation:ani1 1.5s  ease-in-out both; 
	animation-delay:.21s;}
	
	.mncont1{position:; padding:; text-align:center; overflow:hidden; width:100%; height:100%; display:flex;align-items: center;}
	.mncont1::before{position:absolute; left:0; bottom:0; width:100%; height:50%; background:#e8e2dc; content:""}
	.youtubebox1{position:relative; text-align:center; max-width:1400px; margin:0 auto; padding-top:50px; padding-bottom:10px; height:630px;}
	.youtubebox1 .tit1{font-size:18px; color:#333; line-height:28px;}
	.youtubebox1 .tit1 em{display:block; font-size:48px; line-height:50px; color:#070506; font-family: 'NanumSquareEB'; margin:30px 0 15px 0;}
	.youtubebox1 .tit1 > p{margin-top:50px;}	
	.youtubebox1 .tit1 .lnk1{position:absolute; right:0; bottom:10px; display:inline-block; font-size:18px; color:#fff; background:#d91226; padding:18px 30px; z-index:1;}
	
	.youtubebox1 div.utube1{width:1400px; margin:0 auto }
	.youtubebox1 div.utube1 div.slick-slide{width:335px; height:340px; position:relative; overflow:hidden; border-radius:20px; background:#fff; margin:0 10px;}
	.youtubebox1 div.utube1 div.slick-list {margin-left:-10px; }
	.youtubebox1 div.utube1 div .imgbox1{width:335px; height:188px;}
	.youtubebox1 div.utube1 div .imgbox1 img{width:335px; height:188px;}
	.youtubebox1 div.utube1 div em.tit1{display:block; color:#333; font-size:20px; line-height:28px; margin:28px; text-align:left; overflow:hidden; text-overflow:ellipsis;  -webkit-line-clamp: 2; -webkit-box-orient:vertical; display:-webkit-box;}
	.youtubebox1 div.utube1 div span.date1{position:absolute; left:28px; bottom:28px; font-size:15px; font-family:"Jost"; font-weight:400;}
	
	.slidectr2 {position:relative; margin-top:30px;}
	
	.slidectr2  .btn1{text-align:left; }
	.slidectr2  .ylnk1,
	.slidectr2  .ylnk2{display:inline-block; vertical-align:middle; width:55px; height:55px; background:url(../../images/main/btn_arr2.png) no-repeat left center; text-indent:-5000px; cursor:pointer; background-size:200% 100%;}
	.slidectr2  .ylnk2{background-position:right; right:0; margin-left:15px; }
	
	.section.on .youtubebox1{
		-webkit-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.30s;
	}
	
	.mncont2{position:relative; display: flex;text-align:center; height:100%; box-sizing:border-box; background:url(../../images/main/bg_premium1.jpg) no-repeat 50% 50%; background-size:cover !important; overflow:hidden; align-items: center;}
	.mncont2 .mcont1{position:relative; width:1400px; margin:0 0 0 120px;}
	.mncont2 .mcont1 .lnk1{margin-top:70px; display:inline-block; color:#46ba51; font-family:"Jost"; font-weight:500; font-size:20px;}
	.mncont2 .mcont1 .lnk1::before{position:relative; display:inline-block; vertical-align:middle; width:0px; height:1px; background:#46ba51; margin-right:10px; content:"";
	transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;}
	.mncont2 .mcont1 .lnk1:hover::before{width:76px;}
	
	.pslidetxt1{position:absolute; left:0px; top:115px; text-align:left;}
	.pslidetxt1 > div{position:; display:none; opacity:0; font-size:18px; color:#fff; line-height:30px;
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
	}
	.pslidetxt1 > div > em{display:block; font-size:28px; color:#46ba51; font-family: 'NanumSquareEB';}
	.pslidetxt1 > div > p{font-size:55px; line-height:64px; font-weight:normal; margin-top:20px; margin-bottom:20px;}
	.pslidetxt1 > div > p strong{font-family: 'NanumSquareEB';}
	.pslidetxt1 > div.active{ display:block;
		-webkit-animation:textDown1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown1 .8s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.01s;
	}
	
	.mslide1{margin-left:430px; width:2000px; height:690px; }
	.mslide1 .slick-list{}
	.mslide1 .slick-slide{position:relative; width:450px; height:690px; overflow:hidden; margin:0 20px; text-align:center; box-sizing:border-box; color:#fff;}
	.mslide1 .slick-slide .cont1{}
	.mslide1 .slick-slide.active .cont1{}
	.mslide1 .slick-slide .img1{position:relative; margin-top:70px; display:inline-block;}
	.mslide1 .slick-slide .img1::before{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.8); content:"";
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;}
	
	.mslide1 .slick-slide.slick-current .img1{
		-webkit-animation:ani1 .6s linear both;animation:ani1 .6s linear both; -ms-animation:ani1 .6s linear both; 
		animation-delay:.01s;
	}
	.mslide1 .slick-slide.slick-current .img1::before{opacity:0;}
	
	.mncont2 .mcont1 > .slidectr3 {position:relative; text-align:left; margin-top:-30px; z-index:10;}
	.mncont2 .mcont1 > .slidectr3 > *{display:inline-block; vertical-align:middle;}
	.mncont2 .mcont1 > .slidectr3 > em{font-family:"Jost"; font-size:16px; font-weight:400; color:#fff; letter-spacing:4px;}
	.mncont2 .mcont1 > .slidectr3 .pline1 {position:relative; width:540px; height:1px; margin:0 15px;}
	.mncont2 .mcont1 > .slidectr3 .pline1::before{position:absolute; left:0px; top:0px; width:100%; height:1px; background:rgba(255,255,255,.6); opacity:1; content:""; z-index:-1;}
	.mncont2 .mcont1 > .slidectr3 .pline1 span{position:relative; display:block; background:#fff; width:0px; height:1px;
	transition-duration:0s;
	transition-delay:0s;
	z-index: 10;
	}
	.mncont2 .mcont1 > .slidectr3 .pline1 span.active{width:100%;
	-moz-transition:all 3s ease-in-out;
	-webkit-transition:all .20s ease-in-out;
	-moz-transform:all 3s ease-in-out;
	transform:all 3s ease-in-out;
	transition-duration:3s;
	transition-delay:0s;
	}
	
	.mncont2 .mcont1 > .slidectr3 .prev1,
	.mncont2 .mcont1 > .slidectr3 .next1{display:inline-block; vertical-align:middle; width:10px; height:15px; background:url(../../images/main/btn_arr1.png) no-repeat left center; text-indent:-5000px; cursor:pointer; background-size:200% 100%;}
	.mncont2 .mcont1 > .slidectr3 .next1{background-position:right; right:0; margin-left:20px;}
	.mncont2 .mcont1 > .slidectr3 .prev1:hover{ animation: play-left 400ms linear infinite alternate; animation-timing-function:ease-in-out;}
	.mncont2 .mcont1 > .slidectr3 .next1:hover{ animation: play-right 400ms linear infinite alternate; animation-timing-function:ease-in-out;}
	
	.mncont2 .mcont1 > .slidectr3 .slidernum2{display:inline-block; vertical-align:middle; font-family:"Jost"; color:#fff; font-size:16px; margin-left:20px;}
	.mncont2 .mcont1 > .slidectr3 .slidernum2 em{color:rgba(255,255,255,.4)}
	
	.section.on .mncont2 .mslide1{
		-webkit-animation:fadeInMove2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:fadeInMove2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:fadeInMove2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.30s;
	}
	.section.on .mncont2 .pslidetxt1{
		-webkit-animation:fadeInMove2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:fadeInMove1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:fadeInMove2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.30s;
	}
	

	.mncont3{position:relative; display:flex; align-items: center; background:#011b19; height:100%; width:100%;  box-sizing:border-box; justify-content: center;}
	.mncont3 .mcont1{position:relative; width:49%; margin:0 auto;  vertical-align:middle; z-index:2; }
	
	.mncont3 .mcont1 .lnk1{position:absolute; left:210px; top:220px; display:inline-block; color:#46ba51; font-family:"Jost"; font-weight:500; font-size:20px; z-index:1;}
	.mncont3 .mcont1 .lnk1::before{position:relative; display:inline-block; vertical-align:middle; width:0px; height:1px; background:#46ba51; margin-right:10px; content:"";
	transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;}
	.mncont3 .mcont1 .lnk1:hover::before{width:76px;}
	
	.lslideimg1{position:relative; display:flex; align-items: center; width:60%; height:100%; overflow:hidden; z-index:1; vertical-align:middle;}
	.lslideimg1 .ibox1{position:absolute; left:0; top:0; width:100%; height:100%; background-size:cover !important; opacity:0; }
	.lslideimg1 .ibox1::before{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:1; content:"";}
	.lslideimg1 .ibox1 > span{position:absolute; left:15vw; top:210px; width:670px; text-align:left; font-size:90px; line-height:117px; font-family: 'Caviar Dreams', arial; color:#fff; font-weight:300; letter-spacing:5px; z-index:3}
	.lslideimg1 .ibox1.active{-webkit-animation:fadeIn .6s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:fadeInMove1 .6s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:fadeIn .6s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;
		animation-delay:.02s; }
		
	
	.mncont3 .slidectr4 {position:relative; margin-left:15vw; margin-top:400px; text-align:left; z-index:100; }
	.mncont3 .slidectr4 > *{}	
	.mncont3 .slidectr4 .prev2,
	.mncont3 .slidectr4 .next2{display:block; vertical-align:middle; width:10px; height:30px; font-family: 'Caviar Dreams', arial; font-size:20px; color:#fff; cursor:pointer;}
	.mncont3 .slidectr4 .next2{ margin-top:20px;}
	.mncont3 .slidectr4 .prev2:hover{ animation: play-left 400ms linear infinite alternate; animation-timing-function:ease-in-out;}
	.mncont3 .slidectr4 .next2:hover{ animation: play-right 400ms linear infinite alternate; animation-timing-function:ease-in-out;}
	
	.mncont3 .slidectr4 .slidernum3{display:inline-block; vertical-align:middle; font-family:"Jost"; color:#fff; font-size:16px; margin-top:90px;}
	.mncont3 .slidectr4 .slidernum3 em{color:rgba(255,255,255,.4)}

	@media screen and (max-width: 1650px){
		.lslideimg1 .ibox1 > span{left:5vw;}
		.mncont3 .slidectr4 {margin-left:5vw; }
	}
	
		
		
	.mslide2{position:relative; margin-left:-100px; width:710px; height:560px; overflow:hidden;}
	.mslide2 .slick-list{}
	.mslide2 .slick-slide{position:relative; width:170px; padding-top:390px; overflow:hidden; margin:0 5px; text-align:center; box-sizing:border-box; color:#fff; overflow:visible;}
	.mslide2 .slick-slide .cont1{position:absolute; left:210px; top:60px; opacity:0; width:500px; text-align:left; font-size:26px; line-height:30px; color:#fff;}
	.mslide2 .slick-slide .cont1 > ul{font-weight:normal; margin-top:20px;}
	.mslide2 .slick-slide .cont1 > ul li{position:relative; padding-left:10px; font-size:18px; line-height:34px;}
	.mslide2 .slick-slide .cont1 > ul li::before{position:absolute; left:0; top:7px; width:2px; height:16px; background:#46ba51; content:"";}
	.mslide2 .slick-slide.slick-current .cont1{
		-webkit-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.02s;}
	.mslide2 .slick-slide .img1{position:relative; display:inline-block; width:170px; height:170px;}
	.mslide2 .slick-slide .img1 span{display:none;}
	.mslide2 .slick-slide .img1 img{width:100%; height:100%;}
	.mslide2 .slick-slide .img1::before{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.8); content:"";
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;}
	
	.mslide2 .slick-slide.slick-current .img1{}
	.mslide2 .slick-slide.slick-current .img1::before{opacity:0;}
	
	.section.on .mncont3 .mslide2{
		-webkit-animation:fadeInMove2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:fadeInMove2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:fadeInMove2 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.30s;
	}
	.section.on .mncont3 .lslideimg1{
		-webkit-animation:fadeInMove1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:fadeInMove1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:fadeInMove1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.30s;
	}
	

	.mncont4{position:relative; background:#ecf1f4; display: flex; align-items: center; text-align:center; width:100%; height:100%; overflow:hidden; z-index:1;}
	.mncont4::before{position:absolute; left:-100px; top:-60px; width:450px; height:450px; border:75px solid #dee4e8; border-radius:50%; content:"";}
	.mncont4 .mcont1{width:1280px; margin:0 auto; z-index:10}
	.mncont4 .mcont1::before{position:absolute; right:140px; bottom:220px; width:336px; height:336px; background:rgba(69,112,131,.15); border-radius:50%; z-index:0; content:"";}
	.mncont4 .mcont1::after{position:absolute; right:-180px; bottom:0px;v width:530px; height:530px; background:#dee4e8; border-radius:50%; z-index:-1; margin-bottom:-150px; content:"";}
	.mncont4 .mcont1 .tit1{font-size:20px; color:#333;}
	.mncont4 .mcont1 .tit1 em{font-family: 'Caviar Dreams', arial; color:#00312c; font-size:50px; line-height:80px; font-weight:600}
	.mncont4 .mcont1 > ul{display:table; margin-top:60px;}
	.mncont4 .mcont1 > ul > li{display:table-cell; padding-right:30px;}
	.mncont4 .mcont1 > ul > li:last-child{padding:0; padding-left:30px;}
	.mncont4 .mcont1 > ul > li img{box-shadow: 8px 8px 15px 0 rgba(58,77,90,.1)}
	.mncont4 .mcont1 > ul > li p{font-size:20px; color:#333333; margin:30px 0;}
	.mncont4 .mcont1 > ul > li p em{color:#00312c; font-family: 'NanumSquareEB';}
	.mncont4 .mcont1 > ul > li > a{display:inline-block; width:49%; box-sizing:border-box; border:1px solid; color:#00312c; font-size:16px; padding:14px 0;}	
	.mncont4 .mcont1 > ul > li > a:nth-of-type(2){border-color:#00312c; background:#00312c; color:#fff; margin-left:6px;}
	.mncont4 .mcont1 > ul > li > a > span{display:inline-block; vertical-align:middle;}
	.mncont4 .mcont1 > ul > li > a > span::before{display:inline-block; vertical-align:middle; width:15px; height:20px; margin-top:-2px; margin-right:10px; background:url(../../images/common/ico/ico_naver1.png) no-repeat center center; content:""; }
	.mncont4 .mcont1 > ul > li > a:nth-of-type(2) > span::before{background:url(../../images/common/ico/ico_location1.png) no-repeat;}
	
	.section.on .mncont4 .mcont1 .tit1{
		-webkit-animation:fadeInMove3 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:fadeInMove3 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:fadeInMove3 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.31s;
	}
	
	.section.on .mncont4 .mcont1 > ul > li:nth-child(1){
		-webkit-animation:fadeInMove3 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:fadeInMove3 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:fadeInMove3 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.51s;
	}
	
	.section.on .mncont4 .mcont1 > ul > li:nth-child(2){
		-webkit-animation:fadeInMove3 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:fadeInMove3 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:fadeInMove3 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.81s;
	}
	
/*main*/

/*cflayer1*/
	.cflayer1{position:absolute; right:50%; top:100px; margin-right:-600px; width:1200px;  z-index:10000; padding-bottom:46%;
	-webkit-animation:textUp1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textUp1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textUp1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
		animation-delay:.0s; animation-duration:.8s;}
	.cflayer1 .top1{position:relative; }
	.cflayer1 .top1 h2{ font-size:36px; color:#fff; padding-top:20px; padding-bottom:20px; margin-bottom:40px;}
	.cflayer1 .top1 .cbtn1{position:absolute; right:0px; top:20px; z-index:100;}
	.cflayer1 .movieb1{margin-top:30px; }

.cflayer1 .movieb1{
	position:relative;
	padding-bottom: 53%; /* 16/9 ratio */
	height: 0;
	overflow: hidden;
  }
.cflayer1 .movieb1 iframe,
.cflayer1 .movieb1 object,
.cflayer1 .movieb1 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*cflayer1*/

/*sub*/	
	.svisualbox1{position:relative; width:100%; min-width:1200px; height:460px; overflow:hidden; z-index:10;}
	.svisualbox1 .slider1{position:absolute; left:0; top:0; width:100%; height:460px; z-index:10;}
	
	.svisualbox1 .slider1 .slick-list,  
	.svisualbox1 .slider1 .slick-track, 
	.mainimg1{
		width:100%; height:100%;
	}
	.svisualbox1,
	.svisualbox1 .slider1 .slick-list{}
	.svisualbox1 .slider1 .mainimg1{
		width:100%;
		height:100%;
		background-size:cover !important;
	}
	.svisualbox1 .slider1 .mainimg1{
		background-size:cover !important;
		-webkit-transition:transform 5400ms  ease-in-out ;
		-moz-transition:transform 5400ms ease-in-out ;
		-o-transition:transform 5400ms ease-in-out ;
		-ms-transition:transform 5400ms ease-in-out ;
		transition:transform 5400ms ease-in-out ;	
		transform: scale(1.1) ;
	}
	.svisualbox1 .slider1 .active .mainimg1{
		-ms-transform: scale(1.1,1.1) rotate(0.002deg);
		-o-transform: scale(1.1,1.1) rotate(0.002deg);
		-moz-transform: scale(1.1,1.1) rotate(0.002deg);
		-webkit-transform: scale(1.1,1.1) rotate(0.002deg);
		transform: scale(1.0) rotate(0.002deg);
	}
		
	.svisualbox1 .visualtxt1{position:absolute; top:190px; left:0; width:100%;}
	.svisualbox1 .visualtxt1 .txt1{text-align:center; font-size:55px; color:#fff;}
	.svisualbox1 .visualtxt1 .txt1 em{display:block; font-family: 'Caviar Dreams', arial; font-size:24px; line-height:30px; font-weight:200; margin-bottom:10px;}
	.svisualbox1 .visualtxt1 .txt1 span{text-align:center; font-size:16px; display:block; line-height:26px; color:#fff;}
	@media screen and (max-width:1400px) {
	}
	.svisualbox1 .visualtxt1 .txt1,{
		opacity:0;filter:Alpha(opacity=0);
		-webkit-transition:all 1.0s 0s, transform 1.0s 0s;
		-moz-transition:all 1.0s 0s, transform 1.0s 0s;
		-o-transition:all 1.0s 0s, transform 1.0s 0s;
		-ms-transition:all 1.0s, transform 1.0s 0s;
		transition:all 1.0s 0s, transform 1.0s 0s;
	}
	.svisualbox1 .active .visualtxt1{opacity:1;}
	.svisualbox1 .active .visualtxt1 .txt1{
		opacity:1.0;filter:Alpha(opacity=100);
		-webkit-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both;animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; -ms-animation:textDown1 1.5s cubic-bezier(0.25, 0.1, 0.25, 1.0) both; 
	}
	
	.submenu1{position:relative; width:100%; min-width:1200px; height:60px; line-height:60px; margin: 0 auto; border-top:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0; display:none;}
	.submenu1.fixed{position:fixed; left:0; top:0;}	
	
	.leftmenu01{position:relative; width:1200px; margin:0 auto; /* border-top: 1px solid #e0e0e0; */ height: 60px;} 	
	.leftmenu01 li.home1{position:relative; width:60px; text-indent:-5000px; background:url(/images/common/ico/ico_home1.png) center center no-repeat;border-left:1px solid #dedddd; border-right:1px solid #dedddd;}	
	.leftmenu01 li{position:relative; float:left; line-height:60px; text-align:center;; color:#888; font-size:14px; text-align: left;}
	.leftmenu01 > li{border-right:1px solid #dedddd}
	/*
	.leftmenu01 li.home1::before{position:absolute; right:0; top:36%; width:1px; height:30%; background:#dddddd;}
	.leftmenu01 > li::before{position:absolute; right:0; top:36%; width:1px; height:30%; background:#dddddd;}
	*/	
	.submenu1 .leftmenu01 .sl1{position:relative; width:250px; float:left;  /* border-top: 1px solid #ddd; */ /* border-bottom: 1px solid #ddd; */text-indent: 30px; text-align: left; font-weight: bold;}
	
	.submenu1 .leftmenu01 .deplnk1::after{position:absolute; right:20px; top:28px; width:7px; height:7px; border-left:1px solid; border-bottom:1px  solid; border-color:#cccccc; font-family: "NanumSquareR"; 
	-webkit-transform:rotate(-225deg);
	-moz-transform:rotate(-225deg);
	-ms-transform:rotate(-225deg);
	-o-transform:rotate(-225deg);
	transform:rotate(-225deg);
	content:"";}
	.submenu1 .leftmenu01 .deplnk1.on::after{top:24px; border-color:#002f2b;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}	
	.submenu1 .leftmenu01 .deplnk1.on{color:#002f2b;}
	
	.submenu1 .leftmenu01 .sl1:last-child a {border-left:none;}

	.submenu1 .sl1 a{width: 248px; color: #333333; font-size:13px; display:block;  /* background:url(/images/sub/smenu1.png) no-repeat left top; */ /* text-indent:-5000px; */}

	.submenu1 .leftmenu01 .mndepth1{position:absolute; left:0px; top:60px; width:100%; background:#fff; z-index:10;  border:1px solid #dedddd; border-top:none; display:none;}
	.submenu1 .leftmenu01 .mndepth1  a{}
	.submenu1 .leftmenu01 .sl1.left .mndepth1 {}
	.submenu1 .leftmenu01 .mndepth1 a{display:block; width:100%; font-size:13px; color:#888888; }
	.submenu1 .leftmenu01 .mndepth1 li{float:none; border-top:1px solid #e0e0e0;}
	/* .submenu1 .leftmenu01 .mndepth1 li:first-child {border-top: none;} */
	.submenu1 .leftmenu01 .sl1.left .mndepth1 a {/* width: 249px; border-right: 1px solid #e0e0e0; */}
	.submenu1 .leftmenu01 .sl1 .mndepth1 a:hover{background:#f5f5f5;}
	
	.submenu1 .leftmenu01 .sl1.s6 {width:320px;}
	.submenu1 .leftmenu01 .sl1.s6  a{width:320px;}
	
	.loc{position:relative; height:100px; font-size:11px; color:#888888; text-align:center; display:none;}
	.loc .nav1{position:absolute; right:0; top:0; display:none;}
	.loc h2{position:relative; font-family:'NanumSquareL'; font-size:40px; line-height:40px; color:#333; }
	.loc h2::before{position:absolute; right:50%; top:80px; margin-right:-7px; width:14px; height:9px; background:url(/images/sub/ico_tit1.png) center center no-repeat;}
	
/*sub*/
	
	
	.tab1{display:table; table-layout:fixed; width:100%;}
	.tab1 li{position:relative; display:table-cell; line-height:50px; border-left:none; background:#f9f9f9; color:#888; text-align:center; font-size:18px;vertical-align:middle;}
	.tab1 li:before {display:block; content:''; position:absolute; top:0; left:-1px; width:1px; height:50px; background:#ddd;}	
	.tab1 li:first-child::before{background:#f9f9f9;}
	.tab1 li.on:before{background: #203158;}
	.tab1 li.on + li:before{display:none;}	
	.tab1 li a{display:block; line-height:50px; color:#888;}
	.tab1 li.on{color:#fff;  background:#002f2b;  font-weight:bold; }	
	.tab1 li.on a{color:#fff;}

 .tab2{display:table; table-layout:fixed; width:100%;}
	.tab2 li{position:relative; display:table-cell; line-height:50px; border:1px solid #fff; border-bottom:1px solid #002f2b; border-left:none; color:#888; text-align:center; font-size:18px;vertical-align:middle;}
	.tab2 li:before {display:block; content:''; position:absolute; top:0; left:-1px; width:1px; height:50px; background:#fff;}	
	.tab2 li.on:before{background: #002f2b;}
	.tab2 li.on + li:before{display:none;}	
	.tab2 li a{display:block; line-height:50px; color:#999;}
	.tab2 li.on{color:#333;  background:#fff;  font-weight:bold; border:1px solid #002f2b; border-bottom:2px solid #fff;}	
	.tab2 li.on a{color:#333;}

.btn_view1{padding: 20px 60px; font-size: 22px; font-weight: bold; background: #002f2b; color: #fff; border-radius: 100px; display: block; width: 32%; margin: 50px auto 0;}
.btn_view1:hover{color: #fff;}

/*reserve*/
	.rchkbox1{max-width:1200px; box-sizing:border-box;}
	.rchkbox1.t2{background:url(/reserve/images/bg2.png) no-repeat center center;}
	.rchkbox1 > div.cont1{width:100%; margin:0 auto; background:#fff; text-align:center; padding:0 0; }
	.rchkbox1 > div.cont1 > div.box1{border:1px solid #ddd; box-sizing:border-box; padding:50px 0; margin-top:60px;}
	.rchkbox1 > div.cont1 > div.box1 > table{width:32%; margin:0 auto; border-spacing:0; border-collapse:collapse; table-layout:fixed; font-size:14px;}
	.rchkbox1 > div.cont1 > div.box1 > table th,
	.rchkbox1 > div.cont1 > div.box1 > table td{text-align:left; padding:5px 0; color:#666}
	.rchkbox1 > div.cont1 input[type=submit]{background:#002f2b; color:#fff; width:32%; border:none; font-size:16px; padding:10px 0;}
	.rchkbox1.t2 > div.cont1 input[type=submit]{background:#002f2b}
	.rchkbox1 > div.cont1 .txtbox2 em{color:#333333; font-size:40px;font-family: 'NanumSquareEB';}
	
	.rtabcont{width:1200px; margin:0 auto; margin-top:50px;}
	.reservebox1{float:left; width:100%; margin-top:20px; text-align:left;}
	.reservebox1 .datebox1{position:relative; float:left; width:49%; z-index:1;}
	.reservebox1 .datebox1.t2{float:right;}
	.reservebox1 .datebox1 > div{clear:both; border:1px solid #ddd; padding:40px 50px; height:370px;}
	.reservebox1 .datebox1 .tit1{position:relative; border:none; color:#fff; background:#888888; height:auto; padding:14px 20px; line-height:24px; font-size:18px;}
	.reservebox1 .datebox1 .tit1 em{position:absolute; right:20px; top:14px; font-size:15px; letter-spacing:-1px;}
	.reservebox1 .datebox1 .tit1 em.i1:before{display:inline-block; width:14px; height:14px; background:#eeeeee; content:""; margin-right:4px; margin-bottom:-2px;}
	#cho-date, #cho-time{text-align:right; font-size:16px; color:#666; margin-top:15px;font-weight:500;}
	#cho-date em, #cho-time em{ color:#002f2b; font-weight:600}
	
	.timelist1{height:330px; border-bottom:1px dotted #333; overflow-y:auto;}
	.timelist1 li{line-height:32px; font-size:16px;}
	.timelist1 a{position:relative; font-size:16px; color:#666666;font-weight:500;}
	.timelist1 a.on{font-weight:600;}
	.timelist1 a.on::after{position:absolute; right:-20px; top:1px; width:16px; height:16px; content:""; background:url(/reserve/images/btn_check.png) no-repeat center center;}
	.timelist1 span.txt1{color:#002f2b;}
	#timeBox .t1{font-size:20px; font-weight:600}
	.tblcal{border-spacing:0; border-collapse:collapse; table-layout:fixed; border-color:#ccc; color:#333333;}
	.tblcal th{padding:4px 0; border-bottom:1px dotted #333; text-align:center; font-size:15px; color:#666666;}
	.tblcal td{padding:0; height:50px; color:#888888; border-right:1px dotted #333; border-bottom:1px dotted #333; text-align:center; font-size:16px;}
	.tblcal td:first-child{border-left:1px dotted #333;}
	.tblcal td.on{background:#999;}
	.tblcal .sun{}
	.tblcal .sun div{}
	.tblcal .sat{}	
	.tblcal .sun div{}
	.tblcal .to{background:#333; color:#fff; font-weight:bold;}
	.tblcal b{color:#888888;}
	.tblcal a{display:block; line-height:50px; font-weight:bold;}
	.tblcal td.on a{background:#002f2b; color:#fff;}
	.tblcal td.a{ background:#eeeeee;}
	
	.caltit1{float:left; width:100%; text-align:center; line-height:30px; font-size:24px; color:#333; margin-bottom:10px;}
	.calbtn1,
	.calbtn2{width:27px; height:27px; background:url(/reserve/images/btn_arr1.png) no-repeat left top; text-indent:-5000px;}
	.calbtn2{background-position:-27px 0;}
	
	.ragreebox1{clear:both; padding-top:30px;}
	.ragreebox1 p.tit1{font-size:20px; font-weight:600; color:#333;}
	.ragreebox1 .box1{border:1px solid #ddd; padding:20px; margin-top:20px; font-size:14px; line-height:20px; font-weight:500; overflow-y:auto}
	.ragreebox1 .box1 h3{font-size:16px; margin-bottom:10px;}
	.ragreebox1 p.txt1{font-size:13px; color:#666666;}
	.ragreebox1 p.txt1 span{display:inline-block; width:36%;}
	
	.resbox1{position:absolute; left:0; top:0; width:100%; text-align:center; z-index:10000;}
	.resbox1 .mcont1{padding:30px 50px; background:#002f2b; margin:0 auto; width:50%; max-width:540px; min-width:220px; color:#fff;}
	.resbox1 p.ttit1{font-size:20px; line-height:36px; text-align:center; font-weight:bold; padding-bottom:20px; border-bottom:1px solid;}	
	.resbox1 .cont1{text-align:center; margin-top:16px; font-weight:500}	
	.resbox1 .cont1 div.txtbox1{ margin:0 auto; margin-top:16px; font-size:16px; padding:10px 0; line-height:22px; color:#fff;}
	.resbox1 .cont1 div.txtbox1 em{display:block; font-weight:600}
	.resbox1 .cont1 a.vclose1{display:inline-block; margin:0 auto; padding:10px 20px; background:#fff; color:#002f2b; margin-top:10px;}
	/*reserve*/

/*sitemap*/
.sitelist{width:156px; float:left; margin-right:10px; border-top:2px solid #547da3; border-bottom:2px solid #d0d0d0; padding-bottom:10px;}
.sitelist li{line-height:34px; text-align:center; font-family: 'NanumSquareL'; text-align:left; text-indent:15px; }
.sitelist li.stit1{background:#ececec; font-size:16px; color:#333333; font-weight:bold; text-align:center; text-indent:0; margin-bottom:10px;}
.sitelist li a{display:block; line-height:32px; color:#888888; font-size:14px;}
.sitelist li a:hover{text-decoration:none;}
.sitelist.last1{margin-right:0;}

.sitelist li.tit1{background:#f4f4f4 url(/images/sitemap/bg_tit1.gif) no-repeat center top; line-height:40px; font-weight:bold; font-size:16px; color:#fff;}

.mapbox1{float:left; }
.mapbox1 .map1{float:left; width:478px; height:388px; border:1px solid #cccccc;}
.mapbox1 img{float:left; margin-left:46px;}
/*sitemap*/

.is-animated.ready{alpha(opacity=0); opacity:0;}
.animate__delay-100ms{ animation-delay: 100ms; }
.animate__delay-200ms{ animation-delay: 200ms; }
.animate__delay-300ms{ animation-delay: 300ms; }
.animate__delay-400ms{ animation-delay: 400ms; }
.animate__delay-500ms{ animation-delay: 500ms; }
.animate__delay-600ms{ animation-delay: 600ms; }
.animate__delay-700ms{ animation-delay: 700ms; }