@charset "UTF-8"
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
* {
	-webkit-text-size-adjust: none
}/*사파지 가로보기 폰크 크기 방지*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	line-height: 1;
	font-family: 'Droid Serif', 'Nanum Gothic', 'Malgun Gothic', '맑은 고딕', serif;
	overflow: hidden;
	overflow-y: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

.transparent {
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5; /* khtml, old safari */
	-moz-opacity: 0.5; /* mozilla, netscape */
	opacity: 0.5; /* fx, safari, opera */
}

button {
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #000
}

.gate_bg {
	background: #000;
	width: 100%;
	height: 100%;
}

.gate_wrap {
	width: 998px;
	height: 1080px;
	margin: 0 auto;
}

.gate_img {
	width: 598px;
	height: 1080px;
	float: left;
}

.gate_wrap .left_box {
	float: left;
	padding-top: 700px;
	width: 200px;
}

.gate_wrap .left_box ul {
	padding-top: 15px;
	width: 200px;
}

.gate_wrap .left_box ul li {
	float: left;
}

.gate_wrap .left_box ul li:first-child {
	padding-right: 4px;
}

.gate_wrap .right_box {
	float: left;
	padding-top: 700px;
	width: 200px;
}

.gate_footer {
	width: 100%;
	height: 100%;
}
.gate_footer_in {
	background: #161616;
	text-align: center;
}

.gate_wrap .left_box > a, .gate_wrap .right_box > a {
	width: 100%;
	height: 100%;
	display: block;
}

.gate_wrap .left_box > a.m_index {
	display: none;
}

.coming_bg {
	background: url(../img/coming/coming_bg0.jpg) top center no-repeat;
}

.text_block2 {
	position: relative;
	text-align: center;
	padding-top: 165px;
}

.text_block2 p {
	color: #444;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: -1px;
	vertical-align: bottom;
	margin-bottom: 50px;
}

.text_block2 p b.title {
	color: #000;
	font-size: 54px;
}

.btn_back {
	color: #aa914e;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	display: inline-block;
	padding: 10px 32px;
	border: solid 1px #926e32;
	background: #e0dccc;
}

.contact_block {
	text-align: center;
	margin-top: 57px;
	padding: 0 20px;
}

.map_box, .disc_box {
	display: inline-block;
	text-align: left;
}

.map_box {
	margin-right: 29px;
}

.map_box img {
	max-width: 100%
}

.disc_box > p {
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 24px;
	position: relative;
	top: -5px;
}

.disc_box ul li {
	font-size: 18px;
	padding-left: 32px;
	margin-bottom: 24px;
}

.disc_box ul li {
	background: url(../img/coming/icon_coming.png) no-repeat;
}

.disc_box ul li:nth-child(2) {
	background-position-y: -36px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.disc_box ul li:nth-child(3) {
	background-position-y: -75px;
}

.disc_box ul li a {
	text-decoration: underline;
}

.disc_box ul+ ul li {
	font-size: 16px;
	color: #444;
	line-height: 1.4;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.disc_box ul+ ul li:first-child {
	background-position-y: -140px;
}

.disc_box ul+ ul li:nth-child(2) {
	background-position-y: -225px;
	padding-top: 0;
	padding-bottom: 0;
}

.disc_box ul+ ul li:last-child {
	margin-bottom: 0;
	background-position-y: -290px;
}

.disc_box ul+ ul li p {
	color: #1f9600;
}

.disc_box ul+ ul li p+ p {
	color: #005595;
}

.layer {
	display: none;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.layer .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
}
.layer .pop-layer {
	display: block;
}

.pop-layer {
	display: none;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 316px;
	height: auto;
}
.pop-layer .pop-container {
}
.pop-layer p.ctxt {
	color: #666;
	line-height: 25px;
}
.pop-layer .btn-r {
}

a.btn_close {
	color: #fff;
	font-size: 37px;
	position: absolute;
	right: 0;
	margin: 4.5% 4.5% 0 0;
}

.circle {
	width: 130px;
	height: 130px;
	-moz-border-radius: 67px;
	-webkit-border-radius: 67px;
	border-radius: 67px;
	border: solid #fff 2px;
}

.circle:first-child {
	float: left;
}

.circle:last-child {
	float: right
}

.circle > p > a {
	text-align: center;
	padding: 57px 0;
	display: block;
	color: #fff;
	font-family: 'Myriad Pro';
	font-weight: bold;
}

.circle:hover, .circle > p > a:hover {
	color: #ee3124;
	border-color: #ee3124;
}

.gallery_footer {
	text-align: center;
	margin-top: 10.9em;
}

.gallery_footer > img, .gallery_footer > div {
	display: inline-block;
	text-align: left;
}

.gallery_footer > div {
	margin-left: 28px;
	line-height: 3;
}

.gallery_footer address {
	margin-bottom: 0;
	color: #444;
}

.gallery_footer address a {
	color: #444;
}

footer {
	background: #111;
	text-align: center;
	font-size: 16px;
	border-top: #272727 solid 1px;
	border-bottom: #272727 solid 1px;
}

.logo_footer {
	padding: 45px 0;
}

address {
	color: #dfdac4;
	margin-bottom: 21px;
	line-height: 1.6;
}

.cr {
	color: #6e6c61;
	padding-bottom: 49px;
}

@media screen and (max-width: 1130px) {
	.text_block2 {
		padding-top: 90px;
	}

	.map_box {
		margin-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}

	.gallery_footer > div {
		margin-left: 0;
		margin-top: 20px;
		line-height: 1;
	}

}

/* m_gate lee jung hyun 141222 */

.m_body {
	background: #000;
}

.m_gate_bg {
	background: #000;
	width: 100%;
	height: 100%;
}

.m_gate_wrap {
position: absolute;
top: 50%;
left: 50%;
overflow: hidden;
background-color: #000;
margin-top: -170px;
margin-left: -110px;
}

.m_gate_wrap .m_left_box {
	width: 220px;
	clear: both;
	text-align: center;
}

.m_gate_line {
	position: absolute;
top: 50%;
width: 100%;
height: 1px;
}

.m_gate_wrap .m_right_box {
	width: 220px;
	clear: both;
	text-align: center;
}

.gate_img1 {
position: absolute;
top: 0;
left: 0;
right: 0;
opacity: 0;
margin: 0 auto;
}

.gate_img2 {

}

.pc_body {
	display: block;
}

.m_body {
	display: none;
}

@media screen and (max-width: 750px) {
	.pc_body {
		display: none;
	}

	.m_body {
		display: block;
		width: 100%;
		height: 100%;
	}

}

