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

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

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

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

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

* {
	font-family: 'rixrak-sans-pro', sans-serif;
	font-stretch: 120%;
}

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

*,
*: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%;
	height: 100%;
	background-color: #000;
}

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%;
	font-weight: 400;
	/*letter-spacing: -0.05em;*/
	text-align: center;
	-webkit-overflow-scrolling: touch;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
	text-align: center;
}

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

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

video {
	width: 100%;
}

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

a.button {
	position: relative;
	padding: .5em 1.5em .6em;
	font-size: 2.4em;
	border-radius: 3em;
}

a.button.buy {
	position: relative;
	color: #001d3a;
	background-color: #00ffe5;
}

a.button.buy:hover,
a.button.buy:active,
a.button.buy:focus {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #00ffe5;
}

.hidden {
	display: none;
}

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

#wrap {
	position: relative;
	overflow: hidden;
	min-height: 100%;
}

#bg {
	position: absolute;
	width: 140%;
	height: 140%;
	top: -20%;
	left: -20%;
	background: no-repeat center url(../img/cover.jpg);
	background-size: cover;
	filter: blur(75px);
	-webkit-filter: blur(75px);
  }

#bg::after {
	display: block;
	content: '';
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.05);
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * content
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
 #content {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 10rem;
	z-index: 9;
}

.container {
	padding: 3rem;
}

.cover {
	position: relative;
}

.cover::after {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: no-repeat top center url(../img/cover.gif);
	background-size: 100%;
}

.tracklist {
	font-size: 1rem;
	text-align: left;
}

.list {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	-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;
	background-color: rgba(0, 0, 0, 0.1);
}

.list:nth-child(2) {
	border-top: 1px solid rgba(0, 0, 0, 1);
}

.list:hover,
.list:focus,
.list:active,
.list.active {
	background-color: rgba(0, 0, 0, 0.5);
}

.track {
	padding: 1rem;
	cursor: pointer;
}

.track span {
	display: inline-block;
}

.track-num {
	margin-right: 1rem;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.track-title {
	font-weight: 700;
}

.track-info {
	margin-top: 1px;
	font-size: .5rem;
	vertical-align: top;
}

.track-info.stress {
	color: rgb(232, 0, 0);
}

.lyrics {
	padding: 1rem;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
	-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;
}

.credit {
	margin-top: .175rem;
}

.regal {
	text-align: right;
}

.credit, .regal {
	font-size: .5rem;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.credit2 {
	line-height: .5rem;
}

.credit:first-child, 
.regal:first-child {
	margin-top: 0;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 * header / footer
 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#header::before {
	display: block;
	content: '';
	height: .75rem;
	margin-top: -.25rem;
	background: no-repeat center url(../img/line-gray.png);
	background-size: 100%;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100vw;
	z-index: 99;
}

#footer::before {
	display: block;
	content: '';
	height: .75rem;
	margin-bottom: -.25rem;
	background: no-repeat center url(../img/line-bk.png);
	background-size: 100%;
}

#footer .container {
	background-color: #000;
}

#footer .logo, 
#footer .legal {
	position: absolute;
}

#footer .logo {
	text-align: left;
}

#footer .logo img {
	height: .75rem;
}

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

@media (min-width: 721px) {
	.container {
		position: relative;
	}

	.cover {
		position: absolute;
		width: 30%;
	}

	.tracklist {
		width: 60%;
		margin-left: 40%;
	}

	.title {
		margin-bottom: 10%;
	}
}

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

@media (max-width: 720px) {
	.container {
		padding: 10%;
	}

	.title {
		margin: 15% 0;
	}
}

@media (max-width: 480px) {}

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

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

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