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

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

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

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

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


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: "tt-travels-next", "source-han-sans-k-variable", sans-serif;
	font-variation-settings: "wght" 250;
	font-weight: 400;
	font-style: normal;    	
}

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

h2 {
	color: #fff;
	font-size: 3.5em;
	font-weight: 900;
}

h3 {
	color: #97caea;
	font-size: 2.2em;
	font-weight: 900;
	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 {}


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


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

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

#maintxt {
	max-width: 1600px;
	margin: 0 auto;	
	position: relative;
	z-index: 2;
	padding-bottom: 5%;
	opacity: 0.7;
}

#maintxt .mtitle {
	width: 64%;
	padding: 9% 0 5%;
}

#main .pcposter {
	position: relative;
	margin-top: 5%;

}

#maintxt .blogo {
	width: 36%;
	padding: 0 0 6%;
}

#main {
	max-width: 1600px;
	margin: 0 auto;	
	padding-bottom: 6%;

}

#main img {
	width: 100%;
}

#schedule #info {
	position: relative;
	margin: auto;
	margin-top: 3%;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	border-image: linear-gradient(to right, #000, #444, #444, #444, #444, #000);
   border-image-slice: 1;
}

#schedule #info > div {
	font-size: 1.4em;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}

#schedule #info > div:hover {
	border: 1px solid #97caea;
	border-radius: 5px;
	box-shadow: 0 0 21px rgb(151 202 234);
}

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

#schedule #info .ticket a > span {
	display: block;
	font-weight: 900;
}

#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;
	border: 1px solid #888;
	border-radius: 5px;
}

#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;
	background-color: #666;
}

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

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

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

#schedule #info a.btn-coming > span {
	color: #888;
}

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




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



.video {
   width: 90%;
   margin: auto;
   padding: 8% 0 0 0%;
}

.video-embed-area {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
   background-color: #181818;
   margin-top: 3%;
   border-radius: 5px;
}

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




#sponsor {
	padding: 7% 0 8% 0;
}

.mail {
	font-size: 1.4em;
	color: #fff;
	font-weight: 500;
}


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

@media (min-width: 1280px) {

	#schedule #info > div {
		display: table;
		width: 90%;
		margin-bottom: 1%;
		padding: 2.4% 1%;
		opacity: 1;
		margin: 0 auto;
	}

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

	#schedule #info .date {
		width: 23%;
		font-weight: 600;
	}

	#schedule #info .city {
		width: 20%;
		color: #97caea;
		font-weight: 900;
		font-size: 1.5em;
	}

	#schedule #info .place {
		font-weight: 600;
		width: 37%;
		font-size: 1em;
	}


	#schedule #info .place1 {
		font-weight: 600;
		width: 22%;
		font-size: 1em;
	}


	#schedule #info .place2 {
		font-weight: 600;
		width: 37%;
		font-size: 1em;
	}


	#schedule #info .korean1 {
		font-weight: 600;
		font-size: 1.2em !important;
	}

	#schedule #info .korean {
		font-weight: 600;
		/* 
		width: 25%;
		*/		font-size: 1.2em !important;
	}


	#schedule #info .ticket {
		width: 20%;

	}

	#schedule #info .more {
		width: 15%;
		text-indent: -5px;
		font-weight: 400;
		color: #888;
	}

	#schedule #info .morex {
    color: #888;
    font-weight: 500;
	}

	#schedule #info .ticket .coming {
		width: 80%;
		margin: auto;
		padding: 7% 0;
		background-color: #4e4946;
		color: #a6a6a6;
		font-weight: 900;
	}


	.ticket > a {
		position: relative;
		text-transform: uppercase;
		width: 80%;
		padding: 7% 0;
		-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:after {
		position: absolute;
		content: "";
		width: 0%;
		height: 100%;
		top: 0;
		left: 0;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
		background: #97caea;
		border-radius: 5px;
	}

	.ticket > a:hover {
		color: #000;
	}

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

	.more .btn-info::before {
		content: '';
		position: absolute;
		bottom: 0%;
		left: 0px;
		width: 100%;
		height: 1px;
		background: #fff;
		display: block;
		-webkit-transform-origin: right top;
		-ms-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
		transition: transform 0.3s cubic-bezier(1, 0, 0, 1)
	}

	.more .btn-info:hover::before {
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		transform: scale(1, 1)
	}

	#schedule #info .more a {
		margin: 2em 0;
		padding: 3% 0;
		cursor: pointer;
	}

	#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;
	}

	.ticket a[class*="btn-"] {
		position: relative;
      border-radius: 5px;
	}

	.ticket a .mini {
		font-size: 0.5em;
	}


	a.btn-buy {
		background-color: #fff;
		color: #000;
	}

	a.btn-bottom {
		margin-bottom: 3%;
	}


	.more a[class*="btn-"] {
		position: relative;
		color: #ccc;
		opacity: 1.0;
	}

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

	#schedule .more a.btn-info:hover {
		color: #fff;
		font-weight: bold;
	}

	#main .mposter {
		display: none;
	}

}


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

@media (max-width: 1280px) {

	#main {
		padding-bottom: 0 !important;
	}

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

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

	#schedule #info > div {
	}


	#schedule #info {
		width: 85%;
		font-weight: 600;
	}

	#schedule #info .city {
		color: #97caea;
		text-align: center;
		padding: 1% 3%;
		font-size: 1.7em;
		font-weight: 900;
	}

	#schedule #info > div {
		display: block;
		margin-bottom: 2em;
		padding: 8% 10% 9%;
		font-size: 2em;
		text-align: center;
		border: 1px solid #444;
	}

	#schedule #info > div > div {
		margin-bottom: 2%;
		line-height: 26px;
	}


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


	a.btn-buy {
		background-color: #fff;
		color: #000;
		border-radius: 5px;
	}

	#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;
		background-color: #666;
		border-radius: 5px;
	}

	#schedule #info > div:hover {
		background-color: rgb(255, 255, 255, 0.01);
		box-shadow: none;
		border: 1px solid #444;
		opacity: 100%;
	}

	#schedule #info .place {
		padding-bottom: 4%;
	}

	#schedule #info .place1 {
		padding-bottom: 4%;
	}


	#schedule #info .more {
		border: 1px solid #888;
		border-radius: 5px;
		font-weight: 900;
		font-size: 0.8em;
		display: block;
    	margin: 0 auto;
    	width: 90%;
    	color: #888;
    	margin-bottom: 3%;
    	
	}

	#schedule #info .morex {
		border: 0 !important;
	}

	#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;
		margin-top: 2%;
		font-size: 0.8em;
	}

	.ticket a[class*="btn-"],
	.more a[class*="btn-"] {
		width: 90%;
		padding: 5%;
	}

	.ticket a[class*="btn-"] {
		position: relative;
		color: #000;
		margin-bottom: 2%;
	}

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


	.ticket a .mini {
		font-size: 0.8em;
	}



	.more a[class*="btn-"] {
		position: relative;
		color: #888;
	}

	.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 {
		background-color: #7db7f7;
		padding: 2% 10%;
	}

	a.btn-coming {
		padding: 2% 6%;
	}

	#main .pcposter {
		margin-top: 6% !important;

	}	

	#main img {
		width: 100% !important;
	}


	#schedule #info a.btn-coming > span {
	}

	#schedule #info .ticket .coming {
		width: 90%;
	    margin: auto;
	    padding: 6% 0;
	    background-color: #4e4946;
	    color: #a6a6a6;
	    font-weight: 900;
	}


	#maintxt .mtitle {
		width: 76%;
	}

	.video {
	   width: 85% !important;



}

@media (max-width: 768px) {

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

	#schedule #info > div {
		font-size: 1.7em;
	}

	#schedule #info .ticket .coming {
		width: 90%;
	    margin: auto;
	    padding: 6% 0;
	    background-color: #4e4946;
	    color: #a6a6a6;
	    font-weight: 900;
	}

	#content h3, .mail {
		font-size: 1.3em;
	}

	#maintxt .blogo {
		width: 46%;
	}

}

@media (max-width: 480px) {

	#schedule #info > div {
		font-size: 1.1em;
	}

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

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

	#content h3, .mail {
		font-size: 1em;
	}

	#maintxt .blogo {
		width: 64%;
		padding: 0 0 10%;
	}

	#schedule #info .city {
		font-size: 1.4em;
	}

	#sponsor {
		padding: 18% 0 !important;
	}



}

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

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

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