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

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

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

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

@charset "utf-8";
* {
	font-family: "pretendard", sans-serif;
	letter-spacing : -.05em;
}

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

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

body {
	color: #f1ffd4;
	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 {
	display: none;
	color: #f1ffd4;
	margin-bottom: .5em;
	text-align: center;
	filter: blur(1px);
	-webkit-filter: blur(1px);
}

h1 {
	font-size: 6em;
}

h2 {
	font-size: 5em;
}

h3 {
	font-size: 3em;
}

h4 {
	font-size: 2.4em;
}

h5 {
	font-size: 2em;
}

h6 {
	font-size: 1.6em;
}

ul,
ol,
dl {
	list-style: none;
}

table {
	border-collapse: collapse;
}

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

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

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

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

a[class*="btn-"] {
	position: relative;
	padding: 0 .15em .05em .125em;
	font-size: 3.2em;
	font-weight: 900;
	color: #469ddf;
	border: 2px solid #f1ffd4;
	background-color: #f1ffd4;
	-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;
	transform: scale(1.2, 1);
	filter: blur(1px);
	-webkit-filter: blur(1px);
}

a[class*="btn-"].active,
a[class*="btn-"]:hover,
a[class*="btn-"]:active,
a[class*="btn-"]:focus {
	color: #f1ffd4;
	/*background-color: transparent !important;*/
	background-color: #469ddf;
	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;
}

strong {
	font-weight: 700;
}

.hidden {
	display: none;
}

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

#wrap {
	position: relative;
	overflow: hidden;
	background-image: url(../img/main.jpg), url(../img/bg1.jpg), url(../img/bg2.jpg), url(../img/bg3.jpg), url(../img/bg0.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
}

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

#title,
#ticket {
	margin-bottom: 8em;
}

#ticket .schedule {
	position: relative;
	margin-top: 2em;
}

.schedule > div {
	vertical-align: middle;
}
.schedule > div img {
	vertical-align: middle;
}
.schedule > div:first-child {
	margin-top: 0;
}
.schedule > div.past {
	opacity: 0.33;
	filter: alpha(opacity=33);
}

#ticket .schedule a.btn-soldout,
#ticket .schedule a.btn-soldout:hover,
#ticket .schedule a.btn-soldout:active,
#ticket .schedule a.btn-soldout:focus,
#ticket .schedule a.btn-coming,
#ticket .schedule a.btn-coming:hover,
#ticket .schedule a.btn-coming:active,
#ticket .schedule a.btn-coming:focus {
	pointer-events: none;
	border-color: #f1ffd4;
	background-color: #f1ffd4;
	/*box-shadow: none;
	cursor: default;*/
}

#info,
#date,
#videos {
	margin-bottom: 12em;
}

#videos h2 {
	display: block;
}

#videos .video-embed-area {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	/*background-color: #f1ffd4;
	color: #000000;*/
	vertical-align: middle;
}

#videos .video-embed-area::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #f1ffd4;
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

#videos .video-embed-area.coming {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

#videos .video-embed-area iframe,
#videos .video-embed-area video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(0px);
	-webkit-filter: blur(0px);
}

#videos .video-embed-area span {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	font-size: 4em;
	font-weight: 700;
	filter: blur(1.25px);
	-webkit-filter: blur(1.25px);
	transform: scale(.95, 1);
}

#videos .video-list {
	margin-top: 2.5%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: visible;
}

#videos .video-list a {
	display: block;
	padding: 1em;
}

#videos .video-list a.active > span,
#videos .video-list a:hover > span,
#videos .video-list a:active > span,
#videos .video-list a:focus > span {
	font-weight: 700;
}

#videos .video-list span {
	display: block;
	font-size: 1.3em;
}

#sponsor {
	margin-bottom: 12em;
}

#sponsor h3 {
	display: block;
}

#sponsor p {
	font-size: 3em;
	filter: blur(1px);
	-webkit-filter: blur(1px);
}

#sponsor a {
	text-decoration: underline;
}

#logos {
	margin-bottom: 4em;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * footer
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


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

@media (min-width: 1921px) {
	#wrap {
		background-position: top 0% center, top 0% center, top 62.5vw center, top 125vw center, top center;
		background-size: 100vw auto;
	}
	#main {
		height: 54vw;
	}
}
@media (max-width: 1920px) and (min-width: 1281px) {
	#wrap {
		background-position: top 0% center, top 0% center, top 1600px center, top 3200px center, top center;
	}
	#main {
		height: 1400px;
	}
}
@media (max-width: 1280px) {
	#wrap {
		background-position: top 0% center, top 0% center, top 125vw center, top 250vw center, top center;
		background-size: 200vw auto;
	}
	#main {
		height: 112vw;
	}
}
@media (min-width: 1025px) {
	a[class*="btn-"] {
		font-size: 4.2em;
	}
	#content > .container {
		max-width: 960px;
		margin: 0 auto;
		padding: 5% 0;
	}
	.schedule > div {
		display: table;
		width: 100%;
	}
	.schedule > div > div {
		display: table-cell;
	}
	#ticket .schedule .date {
		width: 70%;
	}
	#ticket .schedule .ticket {
		width: 30%;
	}
	#date .schedule img {
		max-height: 180px;
	}
	#date .schedule .week1 {
		width: 33%;
		text-align: left;
	}
	#date .schedule .week2 {
		width: 34%;
		text-align: center;
	}
	#date .schedule .week3 {
		width: 33%;
		text-align: right;
	}
}

/* ------------------------------
---------------------------------
[ Phones & Tablets only ]
<Tablets> Large screens
---------------------------------
------------------------------ */

@media (max-width: 1024px) {
	#content > .container {
		margin: 0 auto;
		padding: 5%;
	}

	.schedule > div {
		display: block;
		text-align: center;
	}
	.schedule > div > div {
		margin-bottom: 3%;
	}
	.schedule > div > div:last-child {
		margin-bottom: 0 !important;
	}
	#date .schedule > div > div {
		margin-bottom: 12%;
	}

}

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

/* ------------------------------
---------------------------------
<Phones> Large screens
---------------------------------
------------------------------ */

@media (max-width: 480px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	a[class*="btn-"],
	#sponsor p {
		filter: blur(.5px);
		-webkit-filter: blur(.5px);
	}
	a[class*="btn-"] {
		min-width: 70%;
		font-size: 3em;
	}

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

	#content h3 {
		font-size: 2em;
	}

	#title {
		margin-bottom: 4em;
	}

	#info,
	#date,
	#ticket,
	#videos,
	#sponsor {
		margin-bottom: 6em;
	}

	#date .schedule img {
		max-height: 130px;
	}

	#videos .video-embed-area span {
		top: 40%;
		font-size: 3em;
	}

	#sponsor p {
		font-size: 1.6em;
	}

	#logos {
		margin-bottom: 2em;
	}
}

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

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