@charset "utf-8";
@import url("../css/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%; font-style: normal;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}
html,body {
    font-family: 'Noto Sans Regular';
    width: 100%;
    height: 100%;
}
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;

    /* Link Style - change colours to suit your needs*/
    color: #666;
    -webkit-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -moz-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -ms-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    -o-transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    transition: background .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #000;
}
/* 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 --*/

/*---- common ----*/

div.wrap {
    margin: 0 auto;
    width: 1200px;
}
div.endline {
    clear: both;
}
div#section {
    min-height: 850px;
}
.fadeIn {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
/* show objects being animated */
.animated {
    visibility: visible;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -o-animation-duration:1.5s;
    animation-duration:1.5s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*-- END common --*/

/*---- header ----*/
#header {position: fixed; top: 0; left: 0; width: 100%; background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); z-index: 9999;}
div.topNavi {height: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
div.topNavi div.wrap {
    position:relative;
}
/*
div.weather {
    float:left;
    display:table;
}
div.weather span {
    display:table-cell;
    padding-left:8px;
    height:30px;
    font-size:14px;
    vertical-align:middle;
    line-height: 30px;
    color:#fff;
}
div.weather span.weatherIcon img {
    vertical-align:middle;
}
*/
ul.weather {position:absolute; left:337px; width: 270px; height:40px; overflow:hidden; transition:0.3s; z-index:9999;}
ul.weather.dropDown {height:114px; background-color:#fff;}
ul.weather li {height:38px;}
ul.weather li a {display:inline-block; padding:5px; text-align:right; margin-top: 5px}
ul.weather li a span.weatIcon {float:left;}
ul.weather li a span.weatIcon img{width: 20px}
ul.weather li a p {float:left; margin:3px 8px; font-size:16px; color:#fff;}
ul.weather li a p .temperature{margin-right: 10px}
ul.weather li.drop {position:relative; border-top:none;}
ul.weather li.drop span.arrow { position:absolute; top:14px; right:5px; font-size:8px; color:#fff;}

div.utilInner {float:right;}
div.utilInner a {display: inline-block; height: 40px; font-size: 14px; text-align: center; line-height: 40px; color: #bbb; margin: 0 15px}

div.afterLogin {float:right; text-align:right; font-size:14px; line-height: 40px;}
div.afterLogin p {display:inline-block; margin-right:15px; color:#bbb;}
div.afterLogin a {position:relative; padding:0 10px; color:#bbb;}
div.afterLogin a:nth-child(2)::after {display:none;}
div.afterLogin p span, div.afterLogin a span {color:#BFCE2F; font-size: 16px; margin: 0 2px}

h1.logo {float: left; margin: 16px 0;}
h1.logo a {display: block; width: 200px; height: 45px; background: url('../img/logo.png') no-repeat center bottom; font-size: 0; text-indent: -9999px; color: transparent; transition: none;}

ul.lnb {position:relative; float: right; height: 80px; overflow: hidden; -webkit-transition: 0.25s; transition: 0.25s; z-index:6666;}
ul.lnb:hover {height: 310px;}
ul.lnb li {float: left;}
/*ul.lnb li:last-child {border-left: 1px solid rgba(255, 255, 255, 0.2);}*/
ul.lnb li a.depth1 {display: block; width: 150px; font-size: 18px; line-height: 80px; text-align: center; height: 80px; color: #fff; box-sizing: border-box; transition: none;}
ul.lnb li a.reservMenu {position: relative; padding-right: 30px; width: 149px; text-align: center;}
ul.lnb li a.reservMenu span.calIcon {position:absolute; top:26px; right:20px; display:block; width:20px; height:30px; background: url(../img/menu_reserv.png) no-repeat center 5px;}
ul.lnb li div.depth2 {display: none; margin: 30px 0; text-align: center;}
ul.lnb:hover li div.depth2 {display: block;}
ul.lnb li div.depth2 a {display: block; margin-bottom: 15px; font-size: 15px; color: #999;}
ul.lnb li div.depth2 a:hover {text-decoration: underline; color: #333}

/*마우스오버 이벤트*/
#header.over {background: #fff;}
#header.over ul.weather p, #header.over ul.weather li.drop span.arrow {color:#555; font-size:16px;}
#header.over div.topNavi {height: 39px; border-bottom: 1px solid #dedede;}
#header.over div.afterLogin p, #header.over div.afterLogin a {color:#333;}
#header.over h1.logo a {background: url('../img/logo.png') no-repeat center top;}
#header.over::after {position: absolute; top: 119px; content: ''; display: block; width: 100%; height: 1px; background-color: #dedede; z-index: 555;}
#header.over::before { position: absolute; bottom: 0; content: ''; display: block; width: 100%; height: 3px; background-color: #468E40; z-index: 9999;}
/*#header.over ul.lnb li:last-child {border-left: 1px solid #dedede;}*/
#header.over ul.lnb li a.depth1 {color: #333;}
#header.over ul.lnb li:hover a.depth1 {color: #468E40; border-bottom: 4px solid #468E40;}
#header.over ul.lnb li a.reservMenu span.calIcon {background: url(../img/menu_reserv_over.png) no-repeat center 0;}
#header.over ul.lnb li a.reservMenu:hover {background: #468E40; color:#fff;}
#header.over ul.lnb li a.reservMenu:hover span.calIcon, a.reservMenu.bgColor span.calIcon {width:20px; height:30px; background: url(../img/menu_reserv.png) no-repeat center 0;}
#header.over ul.lnb li.bgColor a.reservMenu {background: #468E40; color:#fff;}
#header.over ul.lnb li.bgColor a.reservMenu span.calIcon {background: url(../img/menu_reserv.png) no-repeat 0 0;}
/*-- END header --*/


/*---- footer ----*/

#footer {position:relative; padding: 0; width: 100%; background: #fff; border-top:1px solid #ddd }

div.footLink {position:relative; margin:0 auto; width:100%; height:80px; line-height:80px; border-bottom: 1px solid #ddd;}
div.footLink .footInner{position: relative; width: 1200px; margin: auto; }
div.footLink .footInner ul{width: 100%; margin: auto}
div.footLink .footInner ul li{float: left; margin-right:40px}
div.footLink .footInner ul li a {font-size: 16px; color: #333;}
div.footLink .footInner ul li a.point {color: #468E40; font-weight: 400}
div.footLink .footInner .familySite{position: absolute; width: 200px}

p.footTxt {font-size: 16px; line-height: 1.5; color: #999; padding: 40px 0}
p.footTxt em{display: inline-block; width: 40px}

#footer .fs {position:absolute; top:20px; right:0; height:40px; width:240px; border: 1px solid #ddd; background: #fff; z-index: 999;}
#footer .fs .drop {position: relative; display: block; width: 238px; height: 40px;}
#footer .fs .drop a{position: absolute; display: block; width: 100%; height: 40px; left: 20px; bottom:20px;}
#footer .fs .drop i{position: absolute; display: block; width: 20px; height: 20px; right: 20px; bottom:20px;}
#footer .fs .fm_list {display:none; position:absolute; bottom:0; right:-1px; bottom:38px; width:240px; height:160px; background:#fff; border: 1px solid #ddd; z-index:999; background:#f9f9f9}
#footer .fs .fm_list li{display: block; width:100%; height: 40px;}
#footer .fs .fm_list li a {overflow: hidden; width:100%; color:#999; font-size:16px; line-height:40px; text-align:left; padding:0 20px; }
#footer .fs .fm_list a:hover, .fm_list a:focus {color:#468e40;}
#footer .fm_go a{font-size:16px; color:#666;}
#footer .foot_in .ft_logo{position:absolute; top:50px; right:0px; }

#footer .fs.dropDown {height:120px; background-color:#fff; border:1px solid #eee;}
#footer .fs li { height:40px; border-bottom:1px solid #eee; line-height:40px;}
#footer .fs li a {display:inline-block; padding:5px;}
#footer .fs li a span.weatIcon {float:left;}
#footer .fs li.drop {position:relative; border-top:none;}
#footer .fs li.drop span.arrow { position:absolute; top:10px; right:5px; font-size:8px; color:#fff;}
/*-- END footer --*/

/*-- top 버튼--*/
#topBtn {display: none; position: fixed; bottom: 40px; right: 40px; width: 55px; height: 55px; text-align: center; line-height: 20px; border-radius: 50%; background: #fff; transition: background 0.2s; cursor: pointer; z-index: 99; box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 1px 10px rgba(0,0,0,0.24);}
#topBtn img {display: block; margin: 12px auto 0}
#topBtn p {color:#468E40; padding-top: 28px; background: url(../img/arrowUp.png) center 12px no-repeat;}
#topBtn:hover {background: #BFCE2F; color: #fff}
#topBtn:hover p{color:#fff; background: url(../img/arrowUpW.png) center 12px no-repeat;}

/*-- 퀵메뉴 --*/
div.quickNavi {position:fixed; bottom:100px; right:40px; z-index:9999;}
div.quickNavi ul {width: 60px}
div.quickNavi ul li {float: right; margin-bottom:10px;}
div.quickNavi ul li a {float:left; display:block; width:55px; height:55px; background:#fff; border-radius:30px; overflow:hidden; font-size:16px; line-height:55px; color:#fff; box-shadow: 0 5px 10px rgba(0,0,0,0.12), 0 1px 10px rgba(0,0,0,0.24);}
div.quickNavi ul li a span {
	float:left;
	display:block;
	width:55px;
	height:55px;
}
div.quickNavi ul li a span.quickIc01 {
	background:url('../img/quick_ic01.png') no-repeat;
}
div.quickNavi ul li a span.quickIc02 {
	background:url('../img/quick_ic02.png') no-repeat;
}
div.quickNavi ul li a span.quickIc03 {
	background:url('../img/quick_ic03.png') no-repeat;
}
div.quickNavi ul li a span.quickIc04 {
	background:url('../img/quick_ic04.png') no-repeat;
}

/* hover css */
div.quickNavi ul li a:hover {
	width:150px;
	background:#468E40;
	transition: all 0.3s ease-in-out;
}
div.quickNavi ul li a:hover span.quickIc01 {
	background:url('../img/quick_ic01.png') no-repeat -50px 0;
}
div.quickNavi ul li a:hover span.quickIc02 {
	margin-right:5px;
	background:url('../img/quick_ic02.png') no-repeat -50px 0;
}
div.quickNavi ul li a:hover span.quickIc03 {
	margin-right:5px;
	background:url('../img/quick_ic03.png') no-repeat -50px 0;
}
div.quickNavi ul li a:hover span.quickIc04 {
	margin-right:5px;
	background:url('../img/quick_ic04.png') no-repeat -50px 0;
}


.fl{float: left}
.fr{float: right}
.txt_al{text-align:left !important;}
.txt_ac{text-align:center !important;} 
.txt_ar{text-align:right !important;}
.txt_vt{vertical-align: top !important;}
.txt_sun{color: #FF4600 !important;}
.txt_sat{color: #47B5FF !important;}
.txt_bc{color: #468E40 !important;}
.font_big{font-size: 20px; font-family: 'Noto Sans Bold'}
.opacity{opacity: 0}

.mb10 {margin-bottom:10px !important} 
.mb20 {margin-bottom:20px !important} 
.mb30 {margin-bottom:30px !important} 
.mb40 {margin-bottom:40px !important} 
.mb50 {margin-bottom:50px !important} 
.mt10 {margin-top:10px !important} 
.mt20 {margin-top:20px !important} 
.mt30 {margin-top:30px !important} 
.mt35 {margin-top:35px !important} 
.mt40 {margin-top:40px !important} 
.mt50 {margin-top:50px !important} 
.mr5 {margin-right:5px !important} 
.mr10 {margin-right:10px !important} 
.mr20 {margin-right:20px !important} 
.mr30 {margin-right:30px !important} 
.mr40 {margin-right:40px !important} 
.mr50 {margin-right:50px !important}
.ml10 {margin-left:10px !important} 
.ml20 {margin-left:20px !important} 
.ml30 {margin-left:30px !important} 
.ml40 {margin-left:40px !important} 
.ml50 {margin-left:50px !important}
.ml100 {margin-left:100px !important}
.ml200 {margin-left:200px !important}
.ml120 {margin-left:120px !important}
.pl10 {padding-left: 10px !important}
.pl20 {padding-left: 20px !important}
.pl50 {padding-left: 50px !important}
.pt10 {padding-top: 10px !important}
