/*
Theme created for use with Sequence.js (http://www.sequencejs.com/)

Theme: Modern Slide In
Version: 1.3
Theme Author: Ian Lunn @IanLunn
Author URL: http://www.ianlunn.co.uk/
Theme URL: http://www.sequencejs.com/themes/modern-slide-in/

This is a FREE theme and is available under a MIT License:
http://www.opensource.org/licenses/mit-license.php

Sequence.js and its dependencies are (c) Ian Lunn Design 2012 - 2013 unless otherwise stated.
*/

.sequence-theme { background-color: transparent; }

/* -------------------------------------------------- */
/*  Main Styles
/* -------------------------------------------------- */

.sequence {margin: 0 auto;	position: relative;	overflow:hidden;	width:100%; height: 700px;padding:0;}
.cover { position:absolute; width:100%; height:100%; background:url(/images/main/cover1.png) repeat; z-index:1;}
#sequence {	height: 100%;}

	.sequence > .sequence-canvas {		height: 100%;
		width: 100%; 
	}
  
  .sequence > .sequence-canvas > li {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  z-index: 1;
	  display: block;
	  list-style: none;
	  opacity: 1 !important;
  }

		.sequence > .sequence-canvas > li img { height: 100%; }
		
	.sequence li > .sequence-entry {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 11;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	
/* -------------------------------------------------- */
/*  Next Prev Buttons
/* -------------------------------------------------- */	

.sequence-theme .sequence-prev,
.sequence-theme .sequence-next {
	position: absolute;
	top: 45%;
	z-index: 10;
	display: block;
	margin-top: -25px;
	width: 30px;
	height: 30px;
	font-size: 0;
	cursor: pointer;
	text-align: center;

	-webkit-transition: all .30s ease-in-out;
			transition: all .30s ease-in-out;
}

.no-touch .sequence-theme .sequence-prev { left:  -60px; }
.no-touch .sequence-theme .sequence-next { right: -60px; }

.touch .sequence-theme .sequence-prev { left:  20px; }
.touch .sequence-theme .sequence-next { right: 20px; }

.sequence-theme:hover .sequence-prev { left:  20px; }
.sequence-theme:hover .sequence-next { right: 20px; }

.sequence-theme .sequence-prev:after,
.sequence-theme .sequence-next:after {
	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	color: #fff;	text-align: center;
	font-size: 70px; line-height: 70px;	font-family: 'fontello';font-weight:normal;	}

.sequence-theme .sequence-prev:after { content: "\ea03"; }
.sequence-theme .sequence-next:after { content: "\ea04"; }
	
.sequence-pause {	bottom: 8%;	cursor: pointer;	position: absolute;	z-index: 1000; }

.sequence-paused    { opacity: 1; }
#sequence-preloader { background-color: #d9d9d9; }

/* -------------------------------------------------- */
/*  Pagination
/* -------------------------------------------------- */

.sequence-pagination {position:absolute; bottom:4%; z-index:999; width:100%; text-align:center; font-size:0; 
	-webkit-transition-duration: .5s;
			transition-duration: .5s; 
}
.sequence-pagination .page {display:inline-block;}
.sequence-pagination .page span {display:inline-block; margin:0 5px;	padding:0px;
	width:12px;	height:12px; border-width:0px; border-style: solid; border-color: transparent; border-radius:12px;
	cursor: pointer; vertical-align: middle;
	background-color: rgba(62,58,57,0.5);
	
	-moz-border-radius:19px; -webkit-border-radius:19px; behavior:url(/css/PIE.htc);
	-webkit-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
}

.sequence-pagination .page.current span,
.sequence-pagination .page:hover span {
	background-color: #3e3a39;

	-webkit-transform: scale(1.0);
			transform: scale(1.0);
}

/* -------------------------------------------------- */
/*  Fullscreen Image
/* -------------------------------------------------- */

.sequence-canvas .parallax-overlay {
	position: absolute;	left: 0;	top: 0;	z-index: 0;	width: 100%;	height: 100%;
	background-image: url(overlay-pattern.png);
	background-repeat: repeat;
}

#sequence-fullscreen .animate-in .parallax-overlay {	z-index: 1;	background-color: rgba(0,0,0, 0);}

.animated-element {	position: relative;	opacity: 0;
	-webkit-transition-duration: 1s;
			transition-duration: 1s;
}

.animate-out .animated-element { opacity: 0; }
.animate-in  .animated-element { opacity: 1; }

.full-bg-image {height:100%; background-position:center bottom; background-size:auto 100%;}

.full-bg-image.animated-element {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-delay: 0;
            transition-delay: 0;
}

/* -------------------------------------------------- */
/*  Elements
/* -------------------------------------------------- */

.sequence-extra,
.sequence-content {	display: table;	width:auto;	 margin:0 auto; height:100%; vertical-align: middle;	text-align: center; }
.sequence-content { display: table-cell; }

.sequence-extra-sub {	display:table; width:auto; margin:0 auto; padding-top:0; vertical-align:top;}
.sequence-content-sub { display:table-cell; }

.sequence-content .sequence-slogan,
.sequence-content .sequence-text{margin-bottom:0; opacity:0; font-family: 'KoreanBRSGR';text-shadow:3px 1px 8px #000;z-index:50; font-weight:100}


.sequence-content .sequence-slogan	{font-size:54px; line-height:80px; color:#fff; margin-bottom:8%;}
.sequence-content .sequence-text {font-size:24px; line-height:34px; color:#fff; text-align:center;font-weight:normal; margin-bottom:3%;}
.sequence-content .sequence-slogan span {font-size:64px;}
	
.sequence-content .sequence-slogan,
.sequence-content .sequence-text {
	-webkit-transform: translateY(50px);
			transform: translateY(50px);
			
	-webkit-transition-property: -webkit-transform, opacity;
			transition-property: transform, opacity;
	-webkit-transition-duration: .7s;
			transition-duration: .7s;
	-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
}

.sequence-content .sequence-button {opacity: 0;
	
	-webkit-transform: translateY(50px);
			transform: translateY(50px);
			
	-webkit-transition-property: -webkit-transform, opacity;
			transition-property: transform, opacity;
	-webkit-transition-duration: .7s;
			transition-duration: .7s;
	-webkit-transition-timing-function: ease;
			transition-timing-function: ease;
}

.sequence-content .sequence-slogan > span { color: #f8b637; }
	
/* -------------------------------------------------- */
/*  Animation
/* -------------------------------------------------- */

/* Sequence Fullscreen */					 
	
.animate-out .sequence-slogan {opacity: 0;
		-webkit-transform: translateY(50px);
				transform: translateY(50px);	}

.animate-in .sequence-slogan {opacity: 1;
		-webkit-transform: translateY(0);
				transform: translateY(0);
				
		-webkit-transition-delay: .2s;
				transition-delay: .2s;
	}

	.animate-out .sequence-text {
		opacity: 0;

		-webkit-transform: translateY(50px);
				transform: translateY(50px);
	}

	.animate-in .sequence-text {
		opacity: 1;

		-webkit-transform: translateY(0);
				transform: translateY(0);
				
		-webkit-transition-delay: 0.4s;
				transition-delay: 0.4s;
	}
	
	.animate-out .sequence-text2 {
		opacity: 0;

		-webkit-transform: translateY(50px);
				transform: translateY(50px);
	}

	.animate-in .sequence-text2 {
		opacity: 1;

		-webkit-transform: translateY(0);
				transform: translateY(0);
				
		-webkit-transition-delay: 0.6s;
				transition-delay: 0.6s;
	}

	
	/* Sequence with Extra Radius */
	
		.sequence-canvas .inner-content h2 {
			opacity: 0;

			-webkit-transition-duration: 0;
					transition-duration: 0;
			-webkit-transition-property: opacity, transform;
					transition-property: opacity, transform;
			-webkit-transition-timing-function: ease;
					transition-timing-function: ease;
			-webkit-animation-fill-mode: both;
					animation-fill-mode: both;
		}
		
		.sequence-canvas .inner-content > h2:nth-child(1) {
			-webkit-transform: translateX(-15px);
					transform: translateX(-15px);
		}

		.sequence-canvas .inner-content > h2:nth-child(2) {
			-webkit-transform: translateX(15px);
					transform: translateX(15px);
		}

		.sequence-canvas .inner-content > h2:nth-child(3) {
			-webkit-transform: translateX(-15px);
					transform: translateX(-15px);
		}

		.sequence-canvas .inner-content > h2:nth-child(4) {
			-webkit-transform: translateX(15px);
					transform: translateX(15px);
		}

		.sequence-canvas .inner-content > h2:nth-child(5) {
			-webkit-transform: translateX(-15px);
					transform: translateX(-15px);
		}

		.animate-in .inner-content > h2:nth-child(1) { 
			-webkit-transition-delay: 1.1s;
					transition-delay: 1.1s;
			-webkit-transition-duration: .6s;  
					transition-duration: .6s;  
		}

		.animate-in .inner-content > h2:nth-child(2) { 
			-webkit-transition-delay: 1.8s;
					transition-delay: 1.8s;
			-webkit-transition-duration: .6s; 
					transition-duration: .6s; 
		}

		.animate-in .inner-content > h2:nth-child(3) { 
			-webkit-transition-delay: 2.4s;
					transition-delay: 2.4s;
			-webkit-transition-duration: .6s; 
					transition-duration: .6s; 
		}

		.animate-in .inner-content > h2:nth-child(4) { 
			-webkit-transition-delay: 3s;
					transition-delay: 3s;
			-webkit-transition-duration: .6s; 
					transition-duration: .6s; 
		}

		.animate-in .inner-content > h2:nth-child(5) { 
			-webkit-transition-delay: 3.6s;
					transition-delay: 3.6s;
			-webkit-transition-duration: .6s; 
					transition-duration: .6s; 
		}
		
		.sequence-canvas .animate-in .inner-content > h2 { 
			opacity: 1;

			-webkit-transform: translateX(0);
					transform: translateX(0);
		}	
	
/* -------------------------------------------------- */
/*  Responsive
/* -------------------------------------------------- */
/* PC이하 ~ 타블렛 가로 */
@media screen and (max-width:1299px){
	.sequence {height:600px; border-bottom:0px solid #f00; }
	.sequence-content .sequence-slogan	{font-size:40px; line-height:52px; margin-top:2%;  margin-bottom:4%;}
    .sequence-content .sequence-text img {width:80%;}
	.sequence-content .sequence-slogan span {font-size:44px;}

}

@media screen and (max-width:1099px){
	.sequence {height:500px; border-bottom:0px solid #f00; }
	.sequence-content .sequence-slogan	{font-size:35px; line-height:50px; margin-top:2%;  margin-bottom:4%;}
    .sequence-content .sequence-text img {width:80%;}
	.sequence-content .sequence-slogan span {font-size:44px;}

}

/* 타블렛 가로 이하 */
@media all and (max-width:1023px) {
	.sequence {height:400px;}
	.sequence-content .sequence-slogan	{font-size:30px; line-height:40px;margin-top:3%}
    .sequence-content .sequence-slogan span {font-size:36px;}
    .sequence-content .sequence-text {font-size:17px; line-height:24px;font-family:'Noto Sans KR';  margin-top:10px; }

	.sequence-pagination {display:none !important;}


}
/* 타블렛 이하 ~ 모바일 */
@media all and (max-width:767px) {
	.sequence {height:300px;}
	.sequence-content .sequence-slogan	{font-size:24px;}
	.sequence-content .sequence-slogan span {font-size:32px;}
    .sequence-content .sequence-text {font-size:15px; line-height:22px; }
	
}
/* 모바일 가로 미만 */
@media screen and (max-width:568px) {
    .sequence {height:240px;}
	.sequence-content .sequence-slogan	{font-size:20px;line-height:28px;}
	.sequence-content .sequence-slogan span {font-size:24px;}
	/*.sequence-content .sequence-slogan br {display:none;}*/
    .sequence-content .sequence-text {font-size:13px; line-height:20px; }

	.sequence-theme .sequence-prev:after,
    .sequence-theme .sequence-next:after {font-size: 50px; line-height: 50px;	}

	.touch .sequence-theme .sequence-prev {display:none !important; }
    .touch .sequence-theme .sequence-next { display:none !important;  }


}

/* 모바일 최소 */
@media all and (max-width:425px) {
   .sequence {height:190px;}
   .sequence-content .sequence-slogan	{font-size:16px;line-height:22px;}
	.sequence-content .sequence-slogan span {font-size:20px;}
	.sequence-content .sequence-text {font-size:1.00em; margin:15px 0 0; }
}

