@charset "UTF-8";
/* reset */

body,
p,
dl,
dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #666;
}

button {
	border: 0;
	cursor: pointer;
}

.txt-box {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.txt-box > div {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}

.txt-box > div > div {
	display: table-cell;
	vertical-align: middle;
}

.txt-box > div > div > div {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

/* 모래시계 애니메이션 */

@-webkit-keyframes hgrotate {
	80% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes hgrotate {
	80% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@-webkit-keyframes topsand {
	0% {
		clip: rect(0, 68px, 90px, 0);
	}
	70% {
		clip: rect(17px, 68px, 90px, 0);
	}
	100% {
		clip: rect(22px, 68px, 90px, 0);
	}
}

@keyframes topsand {
	0% {
		clip: rect(0, 68px, 90px, 0);
	}
	70% {
		clip: rect(17px, 68px, 90px, 0);
	}
	100% {
		clip: rect(22px, 68px, 90px, 0);
	}
}

@-webkit-keyframes bottomsand {
	0% {
		clip: rect(22px, 68px, 90px, 0);
	}
	70% {
		clip: rect(0, 68px, 90px, 0);
	}
	100% {
		clip: rect(0, 68px, 90px, 0);
	}
}

@keyframes bottomsand {
	0% {
		clip: rect(22px, 68px, 90px, 0);
	}
	70% {
		clip: rect(0, 68px, 90px, 0);
	}
	100% {
		clip: rect(0, 68px, 90px, 0);
	}
}

.loading {
	position: absolute;
	width: 68px;
	height: 90px;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 50%;
	margin: auto;
	background: url("/resources/images/common/hourglass.png") no-repeat center center;
	-webkit-animation-name: hgrotate;
	animation-name: hgrotate;
}

.hourglass-top,
.hourglass-bottom {
	position: relative;
	top: 46px;
}

.sand-top,
.sand-bottom {
	position: absolute;
	right: 50%;
}

.sand-top {
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
}

.sand-bottom {
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}

.sand-top,
.sand-bottom,
.loading {
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.sand-top {
	-webkit-animation-name: topsand;
	animation-name: topsand;
	border-top: 22px solid #fff;
	-webkit-transform: translate(50%, -100%);
	transform: translate(50%, -100%);
}

.sand-bottom {
	bottom: -32px;
	-webkit-animation-name: bottomsand;
	animation-name: bottomsand;
	border-bottom: 33px solid #fff;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.loading-wrap {
	margin: 0 auto;
	width: 182px;
	height: 182px;
	position: relative;
	background: url("/resources/images/common/hourglass_bg.png") no-repeat center center;
}

.hourglass .stream {
	position: absolute;
	left: 49%;
	right: 49%;
	top: 50%;
	bottom: 11px;
	background: #fff;
}

dt {
	margin: 45px 0;
	font-size: 47px;
	letter-spacing: -3px;
}

dt span {
	color: #333;
	display: inline-block;
	vertical-align: middle;
}

dt strong {
	font-weight: normal;
	color: #0069c1;
	display: inline-block;
	vertical-align: middle;
}

dd {
	font-size: 24px;
	line-height: 43px;
	color: #888;

}

dl {
	letter-spacing: -2px;
}
