﻿@charset "utf-8";
@import url("NotoKR.css");
/* CSS Document */
/*-- reset css --*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html, body {font-family: 'Noto Sans Medium';}
body {
   line-height:1;
	overflow-x: hidden;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul, ol {list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	 text-decoration: none;
}
/* change colours to suit your needs */
table {
    border-collapse:collapse;
    border-spacing:0;
	 vertical-align:middle;
}
th, td {vertical-align:middle;}
input, select {
    vertical-align:middle;
}
/*-- END reset css --*/

/*-- 공통 --*/
.wrap {
	margin:0 auto;
	width:1140px;
}
.endline {clear:both;}
/*-- END공통 --*/


/*-- header --*/
div.top {
	position:relative;
	top:0;
	left:0;
	height:40px;
	border-bottom:1px solid #e0e0e0;
}
div.resort {
	position:absolute;
	top:10px;
	left:0;
	background:url('../images/ganghwa.png') no-repeat 0 2px;
}
div.resort a {
	margin-left:134px;
	padding:3px 5px;
	background:#5486c5;
	font-size:12px;
	color:#fff;
}

div.weather {
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-126px;
}
span.weather-icon > img {vertical-align:middle;}
span.weather-date {
	margin-left:10px;
	font-size:12px;
	color:#959595;
}

div.util-menu {
	position:absolute;
	top:10px;
	right:0;
}
div.util-menu ul li {
	margin-left:22px;
	float:left;
	height:18px;
}
li.util-login {background:url('../images/util_ic.png') no-repeat 0 0;}
li.util-id {background:url('../images/util_ic.png') no-repeat 0 -18px;}
li.util-join {background:url('../images/util_ic.png') no-repeat 0 -36px;}
div.util-menu ul li a {
	padding-left:20px;
	font-size:12px;
	color:#555555;
}

nav {
	position:relative;
	top:0;
	height:100px;
}
h1.logo {
	float:left;
	margin-top:25px;
}
h1.logo > a {
	display:block;
	width:252px;
	height:51px;
	background:url('../images/logo.png') no-repeat;
}
ul.navi {
	display: block;
	position:relative;
	top:0;
	height:50px;
	float:right;
	margin-top:40px;
}
ul.navi li {
	float:left;
	margin-left:30px;
}
ul.navi li a {
	font-size:16px;
	color:#535353;
}
ul.navi li a.navi-reserv {color:#00a0e9;}

/*서브메뉴*/
ol.sub-menu {
	position:absolute;
	top:30px;
	display:none;
}
ol.sub_01, ol.sub_02 {left:0;}
ol.sub_03 {left:125px;}
ol.sub_04 {left:140px;}
ol.sub_05 {right:111px;}
ol.sub_08 {right:0;}
ol.sub_06 {right:75px;}
ol.sub_07 {right:15px;}

ol.sub-menu li a {
	font-size:14px;
	color:#777777;
}
ol.sub-menu li a:hover {text-decoration:underline;}
/*-- END header --*/



/*-- footer --*/
footer {
}
div.foot-menu {
	position:relative;
	margin-bottom:25px;
	padding:8px 0;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
div.foot-menu a {
	margin-right:15px;
	font-size:12px;
	color:#464646;
}
div.ganghwa-logo {
	position:absolute;
	top:7px;
	right:0;
}
p.foot-txt {
	margin-bottom:20px;
	display:block;
	float:left;
	line-height:20px;
	font-size:11px;
	color:#aaaaaa;
}
p.call {
	margin-top:-2px;
	padding:9px 0;
	padding-left:55px;
	float:right;
	font-size:22px;
	color:#7e963c;
	background:url('../images/call.png') no-repeat 0;
}
/*-- END footer --*/



.select_box {
    height: 28px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
    color: #888;
}




