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

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

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

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

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


* {
	font-family: "gamay-wide", sans-serif;
	font-style: normal;
}


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: #0033ff;
}

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,
a:visited,
a:hover,
a:active {
	  color: inherit !important;
	  text-decoration: none !important;
} 

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


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


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

#main {
	padding-bottom: 76%;
	background-size : contain;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("../img/main.png");
	margin: 0 auto;
	position: relative;
	width: 50%;
	margin-top: 3%;
}



#main img {
	width: 100%;
}

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


#content .title .h2 { 
	width: 40%;
    margin: auto;
}


.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: 1.5vw;
	padding-top: 2px;
}

.item1 {
	font-weight: 900;
	color: var(--main-color);
}

.item2 {
	font-weight: 600;
	color: #333;
}

.container .item4 {
	font-size: 0.9vw;
	padding-right: 1.5vw;
	font-weight: 400;
}


.container .more {
	font-size: 0.7vw;
	font-weight: 400;
	padding-left: 0.5vw;
}

.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: 12vw;
}

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;
	margin-top: -0.2vw;
}

button span, button2 span {
	font-weight: 600;
}

button2, button3 {
	padding: 0.8vw;
}

button2 {
	background-color: #ffffff;
    border: 2px solid #ccc;
    color: #ccc;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

button2 span {
	color: #ccc;
	display: block;
	margin-top: -0.5vw;
	}

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

button:after {
	position: absolute;
	opacity: 0;  
	width: 1.8vw;
	height: 1.8vw;
	top: 50%;
	right: 0vw;
	transition: 0.5s;
	transform: translateY(-50%);
}

button:hover{
	font-weight: 600;
}

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

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


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

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

.spon {
	width: 40%;
    margin: auto;
}

.mail {
	color: #222;
	width: 100%;
    padding: 2%;
    font-size: 1.3vw;
    font-weight: 600;
}

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

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

.legal {
	width: 50%;
	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: 4%;
	align-items: center;
	border-bottom: 1px solid rgba(204, 204, 204, 0.7);
}

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: -5%;
	}

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

	#main {
		background-image: url("../img/main.png");
		width: 90%;
		padding-bottom: 90%;
		margin-top: 6%;
		
	}

	#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: 12vw 0;
	}

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

	.buyticket {
		padding: 0;
		margin-bottom: 3%;
	}

	button, button2 {
		font-size: 3.5vw;
		font-weight: 600;
		width: 80vw;
	}

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

	button2 span {
		color: #ccc;
		display: block;
		margin-top: -2.5vw;
	}

	button3 {
		font-size: 3.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%;
	}

	#conactEmail {
		padding: 5% 0;
	}


	.spon {
		width: 80%;
		margin: auto;
	}

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

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

	.legal {
		width: 100%;
		padding: 7% 0;
	}

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

	#content .title .h2 { 
		width: 100%;
	    margin: auto;
	}



}

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

	.spon {
		width: 100%;
	    margin: auto;
	}


	#conactEmail {
		padding: 10% 0;
	}

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

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


/* ===========================
   GET TICKETS fill transition (fixed z-index)
   =========================== */

/* 기본 버튼 스타일 */
.buyticket button {
  background: transparent !important;
  border: 2px solid var(--main-color);
  position: relative;
  overflow: hidden;
  transition: border-color .35s ease, box-shadow .35s ease;
  box-shadow: 0 0 0 0 rgba(0,51,255,0);
}

/* 텍스트: 항상 배경보다 위로 보이게 */
.buyticket button .btn-buy span {
  position: relative;
  z-index: 2;
  color: var(--main-color) !important;
  transition: color .35s ease, transform .35s ease;
  letter-spacing: .02em;
}

/* 채워지는 배경 레이어 */
.buyticket button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--main-color);
  transform: translateX(-100%);
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
  z-index: 1; /* ✅ 텍스트보다 아래로 */
}

/* hover 시 파란색 채우기 */
.buyticket button:hover::before,
.buyticket button:focus-visible::before {
  transform: translateX(0);
}

/* hover 시 텍스트 흰색 + 살짝 강조 */
.buyticket button:hover .btn-buy span,
.buyticket button:focus-visible .btn-buy span {
  color: #fff !important;
  transform: translateY(-1px);
}

/* 포커스 아웃라인 */
.buyticket button:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--main-color), white 30%);
  outline-offset: 3px;
}

/* hover 시 그림자 효과 */
.buyticket button:hover {
  box-shadow: 0 8px 24px -10px rgba(0,51,255,.45);
}

/* 모바일 대응 */
@media (max-width: 969px) {
  .buyticket button { width: 80vw; }
  .buyticket button a { width: 70vw; padding: 3.4vw 0; }
}

/* 모션 줄이기 모드 */
@media (prefers-reduced-motion: reduce) {
  .buyticket button::before { transition: opacity .2s ease; transform:none; opacity:0; }
  .buyticket button:hover::before { opacity:1; }
  .buyticket button .btn-buy span { transition: color .2s ease; transform:none; }
}


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

