/*
가이드 명칭 : YG CSS 가이드
가이드 내용 : 사이트 레이아웃
최초 제작자 : YG WDS
최종 제작일 : 2019.10.
수정 / 배포 : 담당자 문의 후 수정 가능. 재배포 절대 불가
*/

/* ------------------------------- */

/* IE6.0 Hack CSS 연결 ----------- */

/* ------------------------------- */

@charset "utf-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * Common
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

* {
	font-family: 'proxima-nova', "source-han-sans-korean", sans-serif;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	word-break: keep-all;
	word-wrap: break-word;
}

body {
	color: #203551;
	font-size: 62.5%;
	font-weight: 400;
	/*letter-spacing: -0.05em;*/
	text-align: center;
	-webkit-overflow-scrolling: touch;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 2%;
	color: #0e498b;
	text-align: center;
	font-weight: 600;
}
h2 {
	font-size: 5em;
	background: linear-gradient(to right, #033683, #528ed1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
ul,
ol,
dl {
	list-style: none;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
}

a {
	display: inline-block;
	overflow: visible;
	padding: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

a,
a:link {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {}

a.button {
	position: relative;
	padding: .2em 1.5em .3em;
	/*margin: auto 1%;*/
	transition-property: 0.5s ease;
	 -webkit-transition: 0.5s ease;
}

a.button.buy {
	color: #FFF;
    background-color: #0e498b;
    font-weight: 700;
    border: 4px solid #0e498b;
}

a.button.buy:hover,
a.button.buy:active,
a.button.buy:focus {
	color: #0e498b;
	background-color: #e4edf4;
	border-color: #0e498b;
}

/*
a.button.soldout,
a.button.soldout:hover,
a.button.soldout:active,
a.button.soldout:focus {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
	cursor: default;
}*/

.hidden {
	display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * layout
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#wrap {
	position: relative;
	overflow: hidden;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * content
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#content {
	max-width: 970px;
	margin: 0 auto;
	color: #ebeae6;
	background: url(../img/bg.jpg) repeat top left;
}

#main {
	padding-top: 7%;
	padding-bottom: 72%;
	background-image: url(../img/poster.jpg);
	background-size : cover;
	background-repeat: no-repeat;
	background-position: top center;
}
#main img {
	width: 85%;
}

#about {
	color: #000;
	padding: 7% 15% 8% 15%;
}

#about p {
	color: #0b3360;
	font-size: 1.8em;
	line-height: 230%;
	text-align: left;
	white-space: nowrap;
}

#about strong {
	display: inline-block;
	min-width: 5em;
}

#about a.buy {
	width: 48.4%;
    padding: 2%;
    margin-top: 4rem;
    font-size: 1.25rem;
}
#about a.auction {
	margin-right: 2%;
}

#schedule {margin-bottom: 5%;}

#schedule #info {
	position: relative;
	width: 90%;
    margin: auto;
    margin-top: 5%;
}


#posters {padding:3% 0;}




#schedule #info > div {
	margin-top: 4px;
	font-size: 1.5em;
	text-align: left;
	vertical-align: middle;
	background-color: #0d498b;
}
#schedule #info > div:first-child {
	margin-top: 0;
}
#schedule #info > div.past {
	background-color: #0d498b;

}

#schedule #info .city {
	font-weight: 700;
}


#schedule #info .ticket a > span {
	display: block;
	color: #ffffff;
}

#schedule #info #seoul .date,
#schedule #info #seoul .city,
#schedule #info #seoul .place {
 	vertical-align: middle;
 }


#schedule #info .ticket-seoul a{
	margin: 2% auto;
}



#schedule #info a.btn-soldout,
#schedule #info a.btn-soldout:hover,
#schedule #info a.btn-soldout:active,
#schedule #info a.btn-soldout:focus,
#schedule #info a.btn-coming,
#schedule #info a.btn-coming:hover,
#schedule #info a.btn-coming:active,
#schedule #info a.btn-coming:focus {
	pointer-events:none;
	opacity: 0.5;
	/*filter: alpha(opacity=33);*/
	/* For IE8 and earlier */
	/*box-shadow: none;
	cursor: default;*/
}

#schedule #info a:hover > span,
#schedule #info a:active > span,
#schedule #info a:focus > span,
#schedule #info a.btn-soldout > span,
#schedule #info a.btn-coming > span {
	color: #0c498b;
}

#schedule #info a.btn-buy:hover > span,
#schedule #info a.btn-buy:active > span,
#schedule #info a.btn-buy:focus > span {
	font-weight: 600;
}


#schedule .about {
	margin: -12% auto 12% auto;
	font-size: 3em;
	color: #ccc;
}

#streaming .streaming-content {}



#video {
	padding:5%;
	margin-top: -2%;
}

#video .video-embed-area {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#video .video-embed-area iframe,
#video .video-embed-area video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#video .video-list {}

#video .video-list a {
	display: inline-block;
	position: relative;
	width: 24%;
	height: 0;
	padding-top: 12%;
	margin-left: 1%;
	overflow: hidden;
}
#video .video-list a:first-child {
	margin-left: 0;
}
#video .video-list a:hover img {
	border-bottom: 5px solid #203551;
	opacity: 0.75;
		filter: alpha(opacity=75); /* For IE8 and earlier */
}

/*
	#video .video-list a:nth-child(2n+0) {
		float: right;
	}*/

#video .video-list a img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#video .video-list a span {
	position: absolute;
	left: 5%;
	bottom: 10%;
	font-size: 1.4em;
	color: #FFF;
	text-align: left;
}

#video .video-list a span.play {
	left: auto;
	right: 5% !important;
	width: 10%;
	height: 20%;
	background-image: url(../img/icon/video.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}

#video .video-list a span strong {
	font-size: 1.5em;
}

/* ------------------------------
---------------------------------
[ Desktops only ]
---------------------------------
------------------------------ */

@media (min-width: 970px) {

#posters .poster {
		margin-left: 1em;
	}

	#posters .poster:first-child {
		margin-left: 0;
	}

	#posters .poster img {
		max-height: 300px;
	}

	#schedule #info > div {
		display: table;
		width: 100%;
	}
	#schedule #info > div > div {
		display: table-cell;
		padding: 10px 0;
		vertical-align:middle;
	}
	#schedule #info .date {
		width: 25%;
		text-indent: 20px;
	}
	#schedule #info .date {
		width: 25%;
		text-indent: 20px;
	}



	#schedule #info .city {
		width: 10%;
	}

	#schedule #info .place {
		width: 40%;
	}

	#schedule #info .ticket {
		width: 20%;
	}
	#schedule #info .ticket a {
		margin: 1% 0;
		width: 90%;
		background-color: #7db7f7;
  		padding: 5% 0;
	}

	#schedule #info a.btn-soldout,
	#schedule #info a.btn-soldout:hover,
	#schedule #info a.btn-soldout:active,
	#schedule #info a.btn-soldout:focus,
	#schedule #info a.btn-coming,
	#schedule #info a.btn-coming:hover,
	#schedule #info a.btn-coming:active,
	#schedule #info a.btn-coming:focus {
		padding-left: 0;
		padding-right: 0;
	}


	a[class*="btn-"] {
		position: relative;
		padding: .4em 1.5em .5em;
		color: #ffffff;
		border: 1px solid #7db7f7;
		background-color: #7db7f7;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a[class*="btn-"].active,
	a[class*="btn-"]:hover,
	a[class*="btn-"]:active,
	a[class*="btn-"]:focus {
		color: #0c498b;
		background-color: #ffffff !important;
		z-index: 9;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a.btn-navy {
		color: #ffffff;
		background-color: #304FFE;
		border: 3px solid #304FFE;
	}

	a.btn-navy:hover,
	a.btn-navy:active,
	a.btn-navy:focus {
		color: #304FFE;
		background-color: #FFFFFF;
	}


}

/* ------------------------------
---------------------------------
[ Phones & Tablets only ]
---------------------------------
------------------------------ */

@media (max-width: 969px) {
	#main img {
		width: 90%;
	}
	h2 {
		font-size: 2rem;
	}
	#about {
		padding: 5% 10% 10% 10%;
	}

	#about p {
		margin-bottom: 1em;
		font-size: 1.5em;
		line-height: 200%;
	}

	#about strong,
	#about span {
		display: block;
	}

	#about span.bar {
		display: none;
	}
	a.button {
		margin: auto;
	}
	#about a.buy {
		width: 100%;
		padding:4%;
		margin-top: 1rem;
		font-size: 2em;
	}	

	#posters {
		padding-bottom: 10%;
		margin-bottom: 10%;
	}
	#posters .poster {
		max-width: 64%;
    	margin-bottom: 2%;
	}

/*	#posters .poster:first-child {
		margin-top: 0;
	}*/
	
	[class*="col-"] {
		width: 100%;
	}

	#content #main .poster {
		margin: -1px auto;
	}
	#content .about {
		font-size: 1.8em;
	}
	#content h2 {
		font-size: 4em;
	}


	#schedule {margin:-3% 0 5% 0;}

	#schedule #info > div {
		display: block;
		margin-bottom: 4px;
		padding: 5%;
		text-align: center;
	}
	#schedule #info > div > div {
		margin-bottom: 3%;
	}
	#schedule #info > div > div:last-child {
		margin-bottom: 0;
	}



	a[class*="btn-"] {
		position: relative;
		padding: .4em 1.5em .5em;
		color: #ffffff;
		border: 1px solid #7db7f7;
		background-color: #7db7f7;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a[class*="btn-"].active,
	a[class*="btn-"]:hover,
	a[class*="btn-"]:active,
	a[class*="btn-"]:focus {
		color: #3a3a3a;
		background-color: #ffffff !important;
		box-shadow: 0 0 3px #BDBDBD;
		z-index: 9;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	a.btn-navy {
		color: #ffffff;
		background-color: #304FFE;
		border: 3px solid #304FFE;
	}

	a.btn-navy:hover,
	a.btn-navy:active,
	a.btn-navy:focus {
		color: #304FFE;
		background-color: #FFFFFF;
	}




	a.btn-buy.buy {
	    margin: 1% auto;
	    background-color: #7db7f7;
	    padding: 2% 10%;
	}

	a.btn-coming {
    margin: 1% auto;
    background-color: #7db7f7;
    padding: 2% 6%;
	}

	
	#video {}


}

@media (max-width: 480px) {}

@media screen and (max-aspect-ratio: 1/1) {}

@media only screen and (orientation: landscape) {}

/*/////////////////////////////// end /*/