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

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

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

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

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


* {
	font-family: "acumin-variable", sans-serif;
	font-variation-settings: "slnt" 0, "wdth" 115, "wght" 500;
	letter-spacing: -0.035em;

}


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

:root {
	--main-color: #b40000;
}

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: #000;
	font-size: 62.5%;
	text-align: center;
	background-color: #fff;
	-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: var(--main-color);
	font-size: 2.6vw;
	text-align: left;
	margin-bottom: 4px;
	font-variation-settings: "slnt" 0, "wdth" 115, "wght" 600;
}

h3 {
	color: var(--main-color);
}

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;
	background-size : contain;
	background-repeat: repeat;
	background-position: top center;
	background-image: url("../img/bgrepeat4.jpg")
}

#main {
	padding-bottom: 54%;
	background-size : contain;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("../img/wtpmain.jpg");
	margin: 0 auto;
	position: relative;
	padding-bottom: 90%;
}

.bg {
	position: absolute;
}

#main .pcposter {
	position: relative;
	margin-top: 4vw
}

#main img {
	width: 100%;
}

#content {
	max-width: 90%;
	margin: 0 auto;
	margin-top: -30%;
	z-index: 1;
	position: relative;
}

.container {
	color: #444;
	padding-bottom: 8%;
}

.container .row:hover {
	opacity: 100%;
}

.container .rowk:hover {
	opacity: 100%;
}

.container .soldout:hover {
	opacity: 100%;
}

.container .soldout2:hover {
	opacity: 100%;
}

.container .row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 1px solid rgba(204, 204, 204, 0.7);
	height: 6.6vw;
	position: relative;
}

.container .row:hover {
	border-bottom: 1px solid rgba(68, 68, 68, 1.0);
}
.container .rowk {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 1px solid #3c3c3c;
	height: 10vw;
}

.container .left {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.container .right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.container .item4, .buy a, span {

}

.container .buy span {
	font-size: 0.8vw;
	font-weight: 500;
}

.item1, .item2 {
	font-size: 1.8vw;
	padding-right: 0.7vw;
	padding-top: 2px;
}

.item1 {
	font-variation-settings: "slnt" 0, "wdth" 115, "wght" 800;
	color: var(--main-color);
}

.item2 {
	font-variation-settings: "slnt" 0, "wdth" 115, "wght" 500;
	color: #333;
}

.container .item4 {
	font-size: 1vw;
	padding-right: 1.3vw;
	font-variation-settings: "slnt" 0, "wdth" 115, "wght" 500;
}

.container .item4 span {
	font-size: 0.6vw;
	font-variation-settings: "slnt" 0, "wdth" 115, "wght" 600;
}

.container .more {
	font-size: 0.8vw;
	font-weight: 500;
	padding-left: 1vw;
}

.buyticket {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 4% 0 4% 0;
}

button, button2, button3 {
	border: none;
	color: #fff;
	text-align: center;
	font-size: 1vw;
	width: 11vw;
}

button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-color);
	cursor: pointer;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}

button a {
	padding: 0.8vw 0;
}

button span, button2 span {
	color: #fff;
	font-variation-settings: "slnt" 0, "wdth" 115, "wght" 600;
}

button2, button3 {
	padding: 0.8vw;
}

button2 {
	background-color: #838383;
}

button3 {
	background-color: #000;
	color: #fff;
	font-weight: 600;
	font-size: 1vw;
	font-style: italic;
}

button:after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='white' d='m16 8l-1.43 1.393L20.15 15H8v2h12.15l-5.58 5.573L16 24l8-8z'/%3E%3Cpath fill='white' d='M16 30a14 14 0 1 1 14-14a14.016 14.016 0 0 1-14 14m0-26a12 12 0 1 0 12 12A12.014 12.014 0 0 0 16 4'/%3E%3C/svg%3E");
	position: absolute;
	opacity: 0;  
	width: 1.8vw;
	height: 1.8vw;
	top: 50%;
	right: 0vw;
	transition: 0.5s;
	transform: translateY(-50%);
}

button:hover{
	padding-right: 40px;
	padding-left:8px;
}

button:hover:after {
	opacity: 1;
	right: 1vw;
}

.tba {
	font-size: 2.4vw;
	text-align: center;
	padding: 1.4%;
	font-weight: 500;
}


.video {
	width: 100%;
	margin: auto;
	padding-bottom: 5%;
	color: #000;
}

.video-embed-area {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin: auto;
	background-color: #18120f;
}

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

.empty {
	opacity: 90%;
	height: 44vw;
	background-color: #222;
	position: relative;
}

.empty span {
	font-size: 2vw;
	font-weight: 600;
	text-align: center;
	color: var(--main-color);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 80%;
}

#conactEmail {
	padding: 5% 0;
}

#conactEmail h3, .mail {
	font-variation-settings: "slnt" 0, "wdth" 115, "wght" 500;
	font-size: 1.1vw;
}

.mail {
	color: #222;
}

#sponsor { 
	background-color: #111;
	padding: 5% 0 5% 0;
}

#sponsor .blogo { 
	width: 40%;
	margin: 0 auto;
}

.legal {
	width: 15%;
	margin: 0 auto;
	padding: 4% 0 4% 0;	
}

.back {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36%;
	margin-top: -41%;
}

.container .soldout2, .soldout {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	opacity: 40%;
}

.soldout, .soldout2 {
	position: relative;
}

.past-marker {
	background-color: #ff002b;
	height: 3px;
	position: absolute;
	inset: 49% -1rem 0%;
}

.title {
	display: flex;
	padding-bottom: 2%;
	align-items: center;
	border-bottom: 1px solid var(--main-color);
}

img.rotate_icon {
	width: 3vw;
	height: auto;
	margin-right: 1%;
}

.tba3 {
	padding: 3% 0 0;
}

.tba3 p{
	font-size: 1.6vw;
	font-variation-settings: "slnt" 0, "wdth" 115, "wght" 600;
	color: var(--main-color);
}

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

@media (min-width: 970px) {	
	.more .btn-info::before {
		content: '';
		position: absolute;
		bottom: 0%;
		left: 0px;
		width: 100%;
		height: 1px;
		background: #222;
		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)
	}

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

	.more a[class*="btn-"] {
		position: relative;
		color: #222;
		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;
	}

	#main .mposter {
		display: none;
	}
}


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

@media (max-width: 969px) {

	#content {
		margin-top: -4%;
	}

	h2 {
		font-size: 6vw;
		text-align: center;
		padding: 6% 0;
		letter-spacing: -0.03em;
		line-height: 8vw;
	}
	#wrap {

	background-image: url("../img/bgrepeatm.jpg")
}

	#main {
		background-image: url("../img/main_m2.jpg");
		padding-bottom: 104%;
		background-size: contain;
	}

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

	.container .rowk, .container .row, .container .soldout. .soldout2 {
		padding: 14vw 0 14vw 0;
	}

	.container .row {
		display: flex;
		flex-direction: column;
		opacity: 100%;
		height: auto;
		padding: 5vw;
	}

	.container .rowk {
		display: flex;
		flex-direction: column;
		height: auto;
		opacity: 100%;
		padding: 5vw;
	}

	.container .soldout2, .container .soldout {
		display: flex;
		flex-direction: column;
		height: auto;
		padding: 5vw 0 5vw 0;
	}

	.container .left {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.container .right {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}

	.item1, .item2 {
		padding: 0;
		font-size: 5vw;
		padding-bottom: 3%;
	}

	.item2 {
		line-height: 6vw;
	}

	.container .item4 {
		font-size: 4vw;
		padding: 10% 0;
		word-break: keep-all;
	}

	.container .item4 span {
		font-size: 2.6vw;
	}

	.container .rowk, .container .row, .container .soldout, .soldout2 {
		padding: 14vw 0;
	}

	.container .more {
		font-size: 3.2vw;
		padding: 5vw 0 3vw 0;
	}

	.buyticket {
		padding: 0;
	}

	button, button2 {
		font-size: 2.5vw;
		font-weight: 500;
		width: 80vw;
	}

	button2 {
		margin-top: 4%;
		color: #fff;
		padding: 3.4vw 0 3.4vw 0;
	}

	button2 span {
		color: #fff;
	}

	button3 {
		font-size: 2.5vw;
		font-style: italic;
		width: 80vw;
		padding: 3.4vw 0 3.4vw 0;
		border: 1px solid #fff;
	}

	button:after {
		display: none;
	}

	button:hover{
		padding-right: 0;
		padding-left: 0;
	}

	button a {
		width: 70vw;
		padding: 3.4vw 0 3.4vw 0;
	}

	.back {
		width: 60%;
		margin-top: -68%;
	}

	#sponsor .blogo { 
		width: 60%;
		margin: 0 auto;
	}

	#conactEmail h3, .mail {
		font-size: 2vw;
	}

	.empty span {
		font-size: 5vw;
	}

	.legal {
		width: 40%;
	}

	.empty {
		height: 56vw;
	}

	.past-marker {
		inset: 49% -6rem 0%;
		height: 4px;
		transform: rotate(48deg);
	}

	.more a[class*="btn-"] {
		padding: 0;
	}

	.more a[class*="btn-"] {
		position: relative;
		margin-top: 4%;
		color: #333;
		padding-left: 0;
	}

	.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%;
	}

	#main .pcposter {
		display: none;
	}

	#main .mposter {
		margin-top: -63%;
	}

	#maintxt .mtitle {
		width: 76%;
	}

	.title {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding-bottom: 4%;
	}

	img.rotate_icon {
		width: 8%;
		height: auto;
		margin: 0;
	}

	.tba3 {
		padding: 10% 0 ;
	}

	.tba3 p {
		font-size: 4.5vw;
	}
}

@media (max-width: 480px) {

	.container .rowk, .container .row, .container .soldout, .soldout2{
		padding: 10vw 0;
	}

	.container .more {
		padding: 8vw 0 3vw 0;
	}

	button, button2, button3 {
		font-size: 4vw;
		margin: 0;
	}

	button2, button3 {
		padding: 4vw;
	}

	button:after {
		display: none;
	}

	button:hover{
		padding-right: 0;
		padding-left: 0;
	}

	button:hover:after {
		opacity: 0;
		right: 0;
	}

	button a {
		width: 70vw;
		padding: 4vw;
	}

	#sponsor .blogo {
		width: 60%;
	}

	#conactEmail {
		padding: 10% 0;
	}

	#conactEmail h3, .mail {
		font-size: 2.6vw;
	}

	.past-marker {
		inset: 49% -4rem 0%;
	}

	img.rotate_icon {
		width: 8%;
		height: auto;
	}

}

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

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

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