@charset "UTF-8";
@font-face {
	font-family: 'FuturaBookBT';
	font-style: normal;
	src: url('../font/FuturaBookBT.eot');
	src: url('../font/FuturaBookBT.ttf');
	src: url('../font/FuturaBookBT.woff');
}
@font-face {
	font-family: 'NanumBarunGothic';
	font-style: normal;
	src: url('../font/NanumBarunGothic.eot');
	src: url('../font/NanumBarunGothic.ttf');
	src: url('../font/NanumBarunGothic.woff');
}

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;border:0;outline:0;padding:0;
	background:transparent;
	font-family:'FuturaBookBT','NanumBarunGothic', 돋움, Dotum, sans-serif;
	font-style:normal; font-weight:normal;
	vertical-align:baseline;
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body					{line-height:1}
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}
hr					{display:none}

a:link				{color:#06182C;text-decoration:none}
a:visited			{color:#000;text-decoration:none}
a:hover				{color:#336f9f;text-decoration:none}
a:active				{color:#336f9f;text-decoration:none}

/* float clear */
.both				{clear:both}
.clear				{width:auto}
.clear:after			{content:"";display:block;clear:both;height:0;overflow:hidden}

/* element hide */
#skipnavi,.alt		{position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;visibility:hidden;overflow:hidden}

/* default class */
label				{vertical-align:middle;cursor:pointer}
input				{vertical-align:middle}

/*--------------------------------------------------------------------------------*/
/* All - COMMON */
.section 			{position:relative;width:100%;height:100%;overflow:hidden;}
.mask span 			{position:fixed;top:50%;left:50%;width:190px;height:60px;margin:-25px 0 0 -80px;z-index:710;}
.mask b 				{background:#000;position:fixed;top:0;left:0;width:100%;height:100%;z-index:700;} 
.bg {width:100%;height:100%;position:absolute;left:0;top:0;background:#000;opacity:0.3;}
.bg_1 {width:100%;height:100%;position:absolute;left:0;top:0;background:#000;opacity:0.4;}

/* common - mov */
#MainVideo {position:absolute;top:0;left:0;right:0;bottom:0;width:100%;/*z-index:30;*/height:auto;overflow:hidden;object-fit:cover;}
#myVideo {position:absolute;top:0;left:0;right:0;bottom:0;width:100%;/*z-index:30;*/height:auto;overflow:hidden;object-fit:cover;}
/*
@media (min-aspect-ratio:16/9){#myVideo{top:-100%;height:300%;}}
@media (max-aspect-ratio:16/9){#myVideo{left:-100%;width:300%;}}
@supports(object-fit:cover){
	#myVideo{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:auto;overflow:hidden;object-fit:cover;}
}*/

/* common - slide */
.slide {position:relative;width:100%;height:100%;overflow:hidden;min-width:1200px;min-height:630px;}
.slide_show {position:relative;width:100%;height:100%;overflow:hidden;min-height:630px;}
.slide_show > li {position:absolute;top:0;left:0;width:100%;height:100%;min-height:630px;overflow:hidden;}
.slide .nav > a {position:absolute;top:50%;margin-top:-49.5px;z-index:335;}
.slide .nav .prev {left:2%;}
.slide .nav .next {right:2%;}
.slide .nav div a {display:block;}
.rooms .nav ul {position:absolute;left:50%;bottom:90px!important;z-index:335;}
.slide .nav ul {position:absolute;left:50%;bottom:30px;z-index:335;}
.slide .nav ul li {float:left;width:5px;margin-right:15px;}
.slide .nav ul li a {width:5px;height:25px;display:block;margin:0 auto;}
.slide .nav ul li a {
	background:#fff;width:3px;height:27px;
	transition: transform 0.5s ease-out; -webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out; -o-transition: transform 0.5s ease-out;
	
	-moz-transform: rotate(0);-webkit-transform: rotate(0);
	-o-transform: rotate(0);-ms-transform: rotate(0);
	transform: rotate(0);	
}
.slide .nav li a.active {
	-moz-transform: rotate(-30deg);-webkit-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.slide .nav {z-index:250;}
/* common - header */
#index #header {top:-76px;}
#index .index_hd {width:100%;height:60px;position:fixed;top:3%;z-index:500;}
#index .index_hd .logo {position:absolute;left:4%;top:0;}
#index .index_hd .logo a {display:block;}
#index .index_hd .menu_btn {position:absolute;right:5%;top:10px;}

#header {position:fixed;width:100%;height:75px;min-width:1200px;z-index:700;background:rgb(255 255 255 / 50%);/*border-bottom:1px solid #e8e8e8;*/    top: 0;}
#header h1 {width:143px;height:74px;position:absolute;left:4%;top:0;}
#header h1 a {height:74px;}
#header .gnb {width:43%;position:absolute;right:-7%;top:0;}
#header .gnb > ul > li {float:left;padding-bottom:1px;}
#header .gnb > ul > li.glst_01 {width:14%;position:relative;}
#header .gnb > ul > li.glst_02 {width:12%;}
#header .gnb > ul > li.glst_03 {width:16%;position:relative;}
#header .gnb > ul > li.glst_04 {width:16%;position:relative;}
#header .gnb > ul > li.glst_05 {width:21%;position:relative;}
#header .gnb > ul > li.glst_06 {width:21%;position:relative;}
#header .gnb > ul > li > a {padding:29.5px 0;}
#header .gnb > ul > li.glst_02 > ul {width:1500px;height:120px;right:2%;top:76px;overflow:hidden;z-index:520;position:absolute;left:auto;margin-left:0;}
#header .gnb > ul > li.glst_02 > ul > li {width:12.4%;height:100%;float:left;position:relative;z-index:520;display:block;right:-5.5%;}
#header .gnb > ul > li.glst_02 > ul > li img {display:block;position:absolute;left:0;top:0;}
#header .gnb > ul > li.glst_02 > ul > li a {font-size:20px;width:100%;padding:50px 0;background:rgba(0,0,0,0.5);color:#fff;opacity:0;transition:opacity 0.3s ease;}
#header .gnb > ul > li.glst_02 > ul > li a:hover {opacity:1;}
#header .glst_bg {width:100%;height:120px;background:rgba(255,255,255,0.9);left:0;position:absolute;left:0;top:58px;z-index:-1;display:none;}
#header .gnb > ul > li > ul {width:160px;position:absolute;left:50%;top:76px;margin-left:-80px;display:none;}
#header .gnb > ul > li > ul
#header .gnb > ul > li > ul li {margin-bottom:1px;}
#header .gnb > ul > li > ul li a {padding:12.5px 0;background:rgba(255,255,255,0.8);font-size:15px;}
#header .gnb > ul > li > ul li a:hover {background:rgba(0,0,0,0.8);color:#fff;}


#header a {display:block;text-align:center;}

/* common - footer */
#footer {position:relative;bottom:0;width:100%;min-width:1200px;z-index:500;background:#fff;/*border-top:1px solid #f3f3f3;*/}
#footer .inner {width:1200px;height:256px;margin:0 auto;overflow:hidden;position:relative;}
#footer .inner .f_logo {width:312px;height:256px;position:absolute;left:50%;top:0;margin-left:-148.5px;}
#footer .inner .f_logo a {display:block;}
#footer .inner > div.f-adds {width:32%;position:absolute;right:0;top:50%;margin-top:-72px;}
#footer .inner > div.f-adds address span {display:block;line-height:1.5em;font-size:12px;font-family:'Dotum';color:#7a7a7a;}

#footer .inner > div.f-gnb a {
	display:block;width:164px;padding:15px 0;border:1px solid rgba(255,255,255,0.4);
	color:#fff;text-align:center;font-size:13px;margin-top:75px;
}
#footer .inner .creadit {text-align:center;position:absolute;left:0;top:50%;margin-top:-46px;}
#footer .inner .creadit .f_phone {font-size:40px;}
#footer .inner .creadit .f_phone span {display:block;font-size:16px;margin-top:13px;}
#footer .inner .creadit a.cdt {display:block;font-size:13px;font-weight:bold;color:#7a7a7a;margin-top:10px;}
#footer .stp {position:absolute;right:0;top:0;margin-top:0;}

#footer .f_line {width:100%;height:45px;background:#DCD7D0;}
#footer .f_line p {text-align:center;color:#000;opacity:0.2;padding:14.5px 0;}
