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

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

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

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

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


.inter-<uniquifier> {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
	"slnt" 0;
}

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%;
	font-family: "Inter", sans-serif;
}

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: #000;
	font-size: 62.5%;
	text-align: center;
	background-color: #f6f6f6;
	-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 {
	text-align: center;
	font-weight: 600;
}

h2 {
	color: #e6e6e6;
	font-style: italic;
}

h3 {
	color: #4990b2;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 2em;
}

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 {}

sup {
	font-weight: 500;
	color: #ffff00;
	font-size: 15px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
* layout
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


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

#content {
	max-width: 1280px;
	margin: 0 auto;
	color: #fff;
	margin-top: -22%;
}

#main {
	padding-bottom: 6%;
	background-size : cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#main .pcposter {
	position: relative;
}

#main img {
	width: 100%;
}

#schedule #info {
	position: relative;
	margin: 0 0 10%;
}

#schedule #info2 {
	position: relative;
	margin: 0 0 10%;
}

#schedule #info, #info2 > div {
	font-size: 1.5em;
	text-align: left;
	font-weight: 500;
	vertical-align: middle;
}

#schedule #info > div:hover {
}

#schedule #info > div:last-of-type {
	margin-bottom: 0;
}

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


#schedule #info .ticket a > span,
#schedule #info .more a > span
{
	display: block;
	color: #fff;
	font-weight: 700;
}

#schedule #info2 a.btn-coming,
#schedule #info2 a.btn-coming:hover,
#schedule #info2 a.btn-coming:active,
#schedule #info2 a.btn-coming:focus {
	pointer-events:none;
	border: 0px;
}

#schedule #info a.btn-soldout,
#schedule #info a.btn-soldout:hover,
#schedule #info a.btn-soldout:active,
#schedule #info a.btn-soldout:focus {
	pointer-events:none;
	border: 0px;
	font-style: italic;
	background-color: #ffffff !important;
}

#schedule #info .ticket a:hover > span,
#schedule #info .ticket a:active > span,
#schedule #info .ticket a:focus > span,
#schedule #info .ticket a:focus {
	color: #c9252c;
}

#schedule #info a:hover > span,
#schedule #info a:active > span,
#schedule #info a:focus > span {
	color: #c9252c;
}

#schedule #info a.btn-soldout > span {
	color: #999;
}

#schedule #info2 a.btn-coming > span {
	color: #c9252c;
	font-weight: 700;
}

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

#schedule #info .soldout {
	opacity: 85%;
	pointer-events:none;
}


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

@media (min-width: 1280px) {

	#schedule #info > div {
		display: table;
		width: 100%;
		padding: 2% 2%;
		border-radius: 0px;
		margin-bottom: 1em;
		background-color: #c9252c;
	}

	#schedule #info2 > div {
		display: table;
		width: 100%;
		margin-bottom: 2%;
		padding: 2% 2%;
		border-radius: 76px;
		background-color: #fff;
	}

	#schedule #info > div > div {
		display: table-cell;
		vertical-align:middle;
	}

	#schedule #info2 > div > div {
		display: table-cell;
		vertical-align:middle;
	}

	#schedule #info .date {
		width: 13%;
		text-indent: 20px;
		line-height: 1.5em;
	}

	#schedule #info2 .date {
		width: 21%;
		text-indent: 20px;
		color: #c9252c;
	}

	#schedule #info .city {
		width:8%;
		color: #fff;
		font-weight: 900;
		font-size: 1.2em;
	}

	#schedule #info2 .city {
		width:62%;
		color: #c9252c;
		font-size: 1.3em;
		text-align: left;
		font-weight: 900;
	}

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

	#schedule #info .place2 {
		width: 24%;
		color: #ffffff82;
	}

	#schedule #info .ticket {
		width: 10%;
		text-align: right;
	}

	#schedule #info2 .ticket2 {
		width: 16%;
		text-align: right;
	}

	#schedule #info .more {
		width: 8%;
	}

	.ticket > a {
		position: relative;
		text-transform: uppercase;
		border: 1px solid #fff;
		padding: 4% 22%;
		border-radius: 0px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 1;
	}

	.more > a {
		position: relative;
		text-transform: uppercase;
		padding: 4% 9%;
		border-radius: 64px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 1;
	}

	.ticket > a:hover {
		color: #c9252c;
		background-color: #fff;
	}

	.ticket > a:hover:after {
		width: 100%;
		z-index: -1;
	}

	.more > a:hover {
		color: #c9252c;
		background-color: #fff;
	}
	.more > a:hover:after {
		width: 100%;
		z-index: -1;
	}

	#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: 7% 29%;

	}

	#main .mposter {
		display: none;
	}

	#info2 .ticket2 > a {
		position: relative;
		text-transform: uppercase;	
		background-color: #faf4f4;
		padding: 8% 16%;
		border-radius: 0px;
		width: 100%;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		z-index: 1;
	}
}

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

@media (max-width: 1280px) {

	#content {
		margin-top: -104%;
		margin-bottom: 10%;
	}

	#main {
		padding-bottom: 11%;
	}

	#maintxt .mtitle {
		padding: 10% 0 6%;
	}
	
	#maintxt .m_topBnr {
		padding: 3% 6% 0;
	}

	#content h2 {
		font-size: 3.4em;
	}

	#schedule #info {
		width: 90%;
		font-weight: 500;
		margin: 0 auto;
		margin-bottom: 4%;
	}

	#schedule #info2 {
		width: 90%;
		font-weight: 500;
		margin: 0 auto;
	}

	#schedule #info2 .date {
		color: #c9252c;
	}

	#schedule #info .city {
		text-align: center;
		padding: 0 3%;
		font-size: 1.6em;
	}

	#schedule #info2 .city {
		color: #c9252c;
		font-weight: 700;
		font-size: 1.6em;
	}

	#schedule #info2 > div {
		text-align: center;
		padding: 10%;
		margin-bottom: 4%;
		background-color: #fff;
	}

	#schedule #info > div {
		display: block;
		margin-bottom: 2em;
		padding: 8% 10% 9%;
		text-align: center;
		background-color: #c9252c;
	}

	#schedule #info > div > div {
		margin-bottom: 2%;
	}

	#schedule #info2 > div > div {
		margin-bottom: 2%;
	}

	#schedule #info > div > div:last-child {
		margin-bottom: 0;
	}

	#schedule #info2 a.btn-coming,
	#schedule #info2 a.btn-coming:hover,
	#schedule #info2 a.btn-coming:active,
	#schedule #info2 a.btn-coming:focus {
		pointer-events:none;
		border: 0px;
		border-radius: 64px;
		text-align: center;
		margin-top: 6%;
		background-color: #faf4f4; 
		width: 90%;
		padding: 4% 0;
	}

	.ticket a[class*="btn-"],
	.more a[class*="btn-"] {
		width: 90%;
		margin-bottom: 6px;
		padding: 4%;
	}

	.ticket a[class*="btn-"] {
		position: relative;
		color: #fff;
		border: 2px solid #fff;
		border-radius: 64px;
	}

	.ticket a[class*="btn-"].active,
	.ticket a[class*="btn-"]:hover,
	.ticket a[class*="btn-"]:active,
	.ticket a[class*="btn-"]:focus {
		color: #377eb3;
		background-color: #fff;
		z-index: 9;
	}

	.more a[class*="btn-"] {
		position: relative;
		margin-top: 4%;
		color: #fff;
		border: 2px solid #fff;
		border-radius: 64px;
		font-weight: 700;
	}

	.more a[class*="btn-"].active,
	.more a[class*="btn-"]:hover,
	.more a[class*="btn-"]:active,
	.more a[class*="btn-"]:focus {
		z-index: 9;
	}

	a.btn-buy.buy {
		padding: 2% 10%;
	}

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

	#main .pcposter {
		display: none;
	}

	#schedule #info2 a.btn-coming > span {
		font-size: 1.2em;
	}

	#maintxt .mtitle {
		width: 76%;
	}
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {

	#schedule #info, #info2 > div{
		font-size: 1.5em;
	}

	#schedule #info , #info2 > div > div {
		margin-bottom: 3%;
	}
}

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

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

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