@charset "utf-8";

/* FONT Import */
@import url('./noto_sans_kr.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700&display=swap');

/* 초기화 */
body {font-family:'Noto Sans KR', sans-serif !important;margin:0;padding:0;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Malgun Gothic', Sans-serif;font-size:1em}
input[type="submit"]{cursor:pointer}
button {outline:0;cursor:pointer}

textarea, select {font-family:'Malgun Gothic', Sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none;outline:0}

#bo_list, #bo_v, #bo_w {
	font-family:'Malgun Gothic', dotum, sans-serif;
	text-align:left;
}

*, ::focus {
	outline:0;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* input[type=text],input[type=password], textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}
 
*  input[type=text]:focus,input[type=password]:focus,  textarea:focus,select:focus {
	-webkit-box-shadow:  0 0 5px #9ed4ff;
	-moz-box-shadow:  0 0 5px #9ed4ff;
	box-shadow: 0 0 5px #9ed4ff;
	border: 1px solid #558ab7 !important;
}

::selection {
	color:#fff;
	background-color:rgba(38,50,56 ,1);
	text-shadow:none;
}
::-moz-selection {
	color:#fff;
	background:rgba(38,50,56 ,1);
	text-shadow:none;
}
::-webkit-selection {
	color:#fff;
 	background:rgba(38,50,56 ,1);
	text-shadow:none;
}

.placeholdersjs { color: #ddd !important; }

svg { overflow:hidden; vertical-align:middle; }

/* Loader Start */
#loading {
	position:fixed;
	width:100%;
	height:100%;
	margin:0 auto;
	background-color:#212121;
	display:block;
}
#loading .loader {
	position:absolute;
	top:50%;
	left:50%;
	width:80px;
	margin:-10px 0 0 -40px;
}
#loading .duo {
	position:absolute;
	width:50px;
	height:20px;
}
#loading .duo,
#loading .dot {
	animation-duration:0.6s;
	animation-timing-function:ease-in-out;
	animation-iteration-count:infinite;
}
#loading .duo1 {
	left:0;
	animation-name:spin;
}
#loading .duo2 {
	left:30px;
	animation-name:spin;
	animation-direction:reverse;
}
#loading .dot {
	position:absolute;
	width:20px;
	height:20px;
	border-radius:50%;
	background:#fbc02d;
}
#loading .dot-a { left:0px; }
#loading .dot-b { right:0px; }
#loading .duo2 .dot-b { animation-name:onOff; }
#loading .duo1 .dot-a {
	opacity:0;
	animation-name:onOff;
	animation-direction:reverse;
}
@keyframes spin {
	0% { transform: rotate(0deg) }
	50% { transform: rotate(180deg) }
	100% { transform: rotate(180deg) }
}
@keyframes onOff {
	0% { opacity: 0; }
	49% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 1; }
}
/* Loader End */

#wrap {
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0 auto;
	overflow:hidden;
	display:none;
}

/* HEADER */
#header {
	position:fixed;
	top:0;
	width:100%;
	min-width:1200px;
	padding:0 20px;
	text-align:center;
	transition:background-color 0.25s ease-in-out;
	z-index:99;
}
#header.on { background-color:rgba(0,0,0,0.8); }
#header .headerInner {
	position:relative;
	width:100%;
	max-width:1160px;
	margin:0 auto;
	padding:20px 0 0 0;
	display:flex;
}
#header .logo {
	width:180px;
	height:90px;
	margin-bottom:-6px;
	background-image:url('../image/logo_meteora2.svg');
	/*background-size:auto 90px;*/
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:inline-block;
}
#header .request {
	position:absolute;
	top:0;
	right:0;
	font-size:0.86rem;
	color:#fff;
	font-weight:400;
	line-height:25px;
	padding:6px 16px 6px 46px;
	background-color:#1ec90d;
	background-image:url('../image/naverTalk.svg');
	background-size:auto 25px;
	background-position:10px 50%;
	background-repeat:no-repeat;
	border:0;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 0 3px rgba(30,201,13,0);
	transition:box-shadow 0.25s ease-in-out;
	display:block;
}
#header .request:hover { box-shadow:0 0 0 3px rgba(30,201,13,0.5); }
#header .booking {
	position:absolute;
	top:0;
	right:0;
	font-size:0.86rem;
	color:#fff;
	font-weight:400;
	line-height:25px;
	padding:6px 16px 6px 40px;
	background-color:#cea526;
	background-image:url('../image/Booking.svg');
	background-size:auto 20px;
	background-position:10px 50%;
	background-repeat:no-repeat;
	border:0;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 0 3px rgba(30,201,13,0);
	transition:box-shadow 0.25s ease-in-out;
	display:block;
}
#header .booking:hover { box-shadow:0 0 0 3px rgba(201, 188, 13, 0.5); }
#nav {
	margin-left:auto;
	padding:0;
	list-style:none;
	vertical-align:middle;
	display:flex;
	flex-direction:column;
}
#nav .gnb {
	margin-top:auto;
	padding:0;
	list-style:none;
}
#nav .gnb li {
	width:140px;
	margin:0;
	padding:0 10px;
	display:inline-block;
}
#nav .gnb a {
	position:relative;
	font-family:'roboto', sans-serif;
	font-size:1.06rem;
	color:#fff;
	font-weight:500;
	margin:0 auto;
	padding:10px 0 20px;
	transition:color 0.25s ease-in-out;
	display:inline-block;
}
#nav .gnb > li >  a:after {
	content:'';
	position:absolute;
	left:50%;
	right:50%;
	bottom:0;
	width:0;
	height:2px;
	background-clip:content-box;
	background-color:transparent;
	transition:all 0.25s ease-in-out;
	display:inline-block;
}
#nav .gnb a:hover,
#nav .gnb a.hover { color:#fbc02d; }
#nav .gnb a:hover:after {
	left:0;
	right:0;
	width:100%;
	background-color:#fbc02d;
}
#nav .gnb a.current { color:#fbc02d; }
#nav .gnb > li > a.current:after {
	left:0;
	right:0;
	width:100%;
	background-color:#fbc02d;
}
#nav .lnb {
	position:absolute;
	max-height:0;
    margin:0 0 0 -20px;
	padding:0;
	text-align:center;
	list-style:none;
	overflow:hidden;
	transition:max-height 0.5s ease;
	z-index:999;
}
#nav .lnb:before {
	content:'';
	width:0;
	height:15px;
	margin-left:50%;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #fff;
	transform:translateX(-50%);
	display:block;
}
#nav .gnb > li:hover > a { color:#fbc02d; }
#nav .gnb > li:hover > a:after {
	left:0;
	width:100%;
	background-color:#fbc02d;
}
#nav .gnb li:hover .lnb { max-height:200px; }
#nav .lnb > li {
	width:140px;
	margin:0 10px 10px 10px;
	padding:15px 0;
	background-color:#fff;
	border:0;
	border-radius:5px/5px;
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.35);
	display:block;
}
#nav .lnb > li > a {
	font-family:'Noto Sans KR', sans-serif;
	font-size:0.89rem;
	color:#616161;
	font-weight:400;
	line-height:1.76rem;
	margin:0;
	padding:0;
	overflow:hidden;
	text-decoration:none;
    transition:color 0.25s ease;
	display:block;
}
#nav .lnb > li > a:hover {
	color:#fbc02d;
}

/* CONTENTS BODY */
#contentWrap {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
	overflow:hidden;
}

/* FOOTER */
#footer {
	width:100%;
	margin:0 auto;
	padding:0;
	background-color:#424242;
	box-shadow:inset 0 10px 5px -10px rgba(0,0,0,0.6);
	text-align:center;
	overflow:hidden;
}
#footer .footerInner {
	width:1160px;
	margin:0 auto;
	padding:60px 0 60px 150px;
	background-image:url('../image/logo_meteora2.svg');
	background-size:auto 28px;
	background-position:0 50%;
	background-repeat:no-repeat;
	text-align:left;
	display:flex;
}
#footer .footerInfo { overflow:hidden; }
#footer .footerInfo span {
	font-size:0.86rem;
	color:#ccc;
	line-height:1.53rem;
	font-style:normal;
	margin-right:25px;
	background-size:auto 16px;
	background-position:0 3px;
	background-repeat:no-repeat;
}
#footer .footerRt {
	margin-top:auto;
	margin-left:auto;
	text-align:right;
}
#footer .sns a {
	position:relative;
	width:40px;
	height:40px;
	margin:0 0 0 10px;
	padding:0;
	display:inline-block;
}
#footer .sns a:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	background-size:auto 40px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	transition:opacity 0.25s ease-in-out;
	opacity:1;
	display:block;
}
#footer .sns a:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	background-size:auto 40px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	transition:opacity 0.25s ease-in-out;
	opacity:0;
	display:block;
}
#footer .sns a:nth-child(1):before { background-image:url('../image/sns_fb.svg'); }
#footer .sns a:nth-child(2):before { background-image:url('../image/sns_insta.svg'); }
#footer .sns a:nth-child(3):before { background-image:url('../image/sns_youtube.svg'); }
#footer .sns a:nth-child(4):before { background-image:url('../image/sns_blog.svg'); }
#footer .sns a:nth-child(1):after { background-image:url('../image/sns_fb_hover.svg'); }
#footer .sns a:nth-child(2):after { background-image:url('../image/sns_insta_hover.svg'); }
#footer .sns a:nth-child(3):after { background-image:url('../image/sns_youtube_hover.svg'); }
#footer .sns a:nth-child(4):after { background-image:url('../image/sns_blog_hover.svg'); }
#footer .sns a:hover:before { opacity:0; }
#footer .sns a:hover:after { opacity:1; }

#footer .copyright {
	font-size:0.83rem;
	color:#727272;
	font-weight:400;
	font-style:normal;
	margin:10px 0 0 0;
	display:block;
}

/* Top Button */
#btn_top {
	position:fixed;
	bottom:10px;
	right:10px;
	width:60px;
	height:60px;
	background-color:#000;
	background-image:url('../image/top_arrow.svg');
	background-size:auto 20px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:0;
	border-radius:50%/50%;
	display:none;
	cursor:pointer;
	z-index:999;
}

/* Admin */
#adm_logout {
	position:fixed;
	top:0;
	right:0;
	width:80px;
	font-size:0.86rem;
	color:#fff;
	font-weight:400;
	line-height:40px;
	background-color:#ff1744;
	text-align:center;
	display:block;
	z-index:999;
}
#adm_popup {
	position:fixed;
	top:41px;
	right:0;
	width:80px;
	font-size:0.86rem;
	color:#fff;
	font-weight:400;
	line-height:40px;
	background-color:#651FFF;
	text-align:center;
	display:block;
	z-index:999;
}