﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url("../css/form.css");
/*@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,strong,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:  'Nanum Gothic', sans-serif; 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 {position:relative; margin: 0 auto; width: 100%; min-width: 1200px; padding: 0}
div.main_w {margin: 0 auto; width: clamp(75rem, 5rem + 87.5vw, 110rem);}
div.endline {clear: both;}

.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%; min-width: 1200px; background:#fff; z-index: 9999;}
div.topNavi {height: 30px;}
div.topNavi div.wrap {position:relative; width: 100%; min-width: 1200px;}

div.utilInner {float:right; padding-right: 40px}
div.utilInner a {display: inline-block; height: 35px; font-size: 15px; font-weight:bold; text-align: center; line-height: 30px; color: #999; margin: 0 15px}

div.afterLogin {float:right; text-align:right; font-size:14px; line-height: 34px; padding-right: 40px}
div.afterLogin p {display:inline-block; margin-right:15px; color:#bbb;}
div.afterLogin a {position:relative; padding:0 10px; color:#999;}
div.afterLogin a:nth-child(2)::after {display:none;}
div.afterLogin p span, div.afterLogin a span {color:#F39822; font-size: 16px; font-weight: bold; margin: 0 2px}

h1.logoYoutube {float: left; height: 60px; margin:-16px 0 0 23px}
h1.logoYoutube a {display: block; width: 260px; height: 76px; background: url('../img/logo.svg') no-repeat center top; font-size: 0; text-indent: -9999px; color: transparent; transition: none;}

.head-bg{
    background:#000 url(../mobile/img/head-bg.jpg) top left no-repeat;
    width:100%;
    height:100%;
    background-size:100%;
    position:absolute;
}
.head-bg::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.4);
    width:100%;
    height:100%;
}

h1.logo {float: left; height: 73px; margin:-27px 0 0 50px}
h1.logo a {display: block; width: 260px; height: 76px; background: url('../img/logo.svg') no-repeat center top; font-size: 0; text-indent: -9999px; color: transparent; transition: none;}

ul.lnb {position:relative; float: right; height: 50px; padding-right: 23px; overflow: hidden; -webkit-transition: 0.25s; transition: 0.25s; z-index:6666;}
ul.lnb:hover {height: 240px;}
ul.lnb li {float: left;}
ul.lnb li a.depth1 {display: block; width: 140px; height: 50px; font-size: 18px; font-weight: bold; line-height: 40px; text-align: center; color: #000; 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: 20px 0; text-align: center;}
ul.lnb:hover li div.depth2 {display: block;}
ul.lnb li div.depth2 a {display: block; margin-bottom: 14px; font-size: 15px; color: #999;}
ul.lnb li div.depth2 a:hover {text-decoration: underline; color: #333}

/*==================
	container
==================*/
#section {position:relative; width:100%;}
#section .content_wrap {display:flex; width:1200px; min-height:800px; margin:0 auto; }
#section .content_wrap .content {width:975px; padding:60px 0 100px 50px; }
#section .content_wrap .content h2 {position: relative; font-size:32px; color:#333; padding-bottom:28px;}
#section .content_wrap .content h2:after{position: absolute; content: ''; left: 0; top: -20px; width: 56px; height: 4px; background: #F39822;}
#section .content_wrap .content h2 span{margin-left: 5px; font-size: 16px; font-family: 'Noto Sans Light'; color:#BE292F}
#section .content_wrap .content > p{line-height: 1.6}


/*==================
	lnb
==================*/
#section .left_wrap {width:225px; position:relative; border:solid #e6e7e9; border-width:0 1px 0 1px; }
#section .left_wrap h2 {position: relative; height:150px; font-size:32px; font-family: 'Noto Sans Light'; color:#333; padding:60px 0 0 22px; }

#section .left_wrap h2 .en {display:inline-block; width:100%; font:20px/0.5 'Noto Sans Light'; margin:18px 0 0 2px; color: #999; letter-spacing: 1px }

#section .left_wrap .lnb {border-top:1px solid #e6e7e9; }
#section .left_wrap .lnb ul li {position:relative; text-align:left; border-bottom:1px solid #e6e7e9; }
#section .left_wrap .lnb ul li:first-child {margin-top:0; }
#section .left_wrap .lnb ul li a {display:block; font-family: 'Noto Sans Medium'; color:#999; border-left:4px solid #fff; padding:15px 0 15px 16px; }
#section .left_wrap .lnb ul li a.on {border-left:4px solid #95B821; }
#section .left_wrap .lnb ul li a.on, #section .left_wrap .lnb ul li a:hover {color:#95B821; border-left:4px solid #95B821;}

/*마우스오버 이벤트*/
#header.over {background: #fff;}
#header.over ul.weather p, #header.over ul.weather li.drop span.arrow {color:#555;}
#header.over div.topNavi {height: 30px;}
#header.over div.afterLogin p, #header.over div.afterLogin a {color:#333;}
#header.over h1.logo a {background: url('../img/logo.svg') no-repeat center top;}
#header.over::after {position: absolute; top: 80px; content: ''; display: block; width: 100%; height: 1px; background: #ddd; z-index: 555;}
#header.over::before {position: absolute; bottom: 0; content: ''; display: block; width: 100%; z-index: 9999;}
#header.over ul.lnb li a.depth1 {color: #333;}
#header.over ul.lnb li:hover a.depth1 {color: #95B821; border-bottom: 4px solid #95B821;}
/*-- 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; padding: 0 120px 0 50px}
div.footLink .footInner{position: relative; min-width: 1200px; margin: auto; padding: 0 30px}
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: #333; font-weight: 700}
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:0; top:-200px;width:240px;height:200px; padding:9px 0 20px 12px; background-color:#f1f1f1; border: 1px solid #ddd; z-index:999;}
#footer .fs .fm_list li a {overflow: hidden; width:100%; vertical-align:top; color:#999; font-size:16px; line-height:24px;}
#footer .fs .fm_list li{display: block; height: 40px;}
#footer .fs .fm_list a:hover, .fm_list a:focus {color:#95B821;}
#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-top:1px solid #eee;}
#footer .fs li a {display:inline-block; padding:5px; text-align:right; margin-top: 5px}
#footer .fs li a span.weatIcon {float:left;}
#footer .fs li a p {float:left; margin:3px 8px; font-size:14px; color:#fff;}
#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 --*/

/*-- 퀵메뉴 --*/
div.quickNavi {position:fixed; bottom:45px; right:40px; z-index:99999;}
div.quickNavi ul {width: 150px}
div.quickNavi ul li {float: right; margin-bottom:8px;}
div.quickNavi ul li a {float:left; display:block; width:150px; height:55px; background:#fff; border-radius:30px; overflow:hidden; font-size:16px; font-weight: 700; 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.orange{
    background-color: #c34c24 !important;
}
div.quickNavi ul li a span {float:left; display:block; width:55px; height:55px;}
div.quickNavi ul li:first-child a, div.quickNavi ul li:first-child a{width:150px; background: #fae100; color: #381E1F}
div.quickNavi ul li:last-child a, div.quickNavi ul li:last-child a{width:150px; background: #5D614E; color: #fff;}
div.quickNavi ul li a {width:150px; background:#95B821; transition: all 0.3s ease-in-out;}
div.quickNavi ul li a span.quickIc01 {margin-right:5px; background:url('../img/quick_ic01.png') no-repeat -50px 0;}
div.quickNavi ul li a span.quickIc02 {margin-right:5px; background:url('../img/quick_ic02.png') no-repeat -50px 0;}
div.quickNavi ul li a span.quickIc03 {margin-right:5px; background:url('../img/quick_ic03.png') no-repeat -50px 0;}
div.quickNavi ul li a span.quickIc04 {margin-right:5px; background:url('../img/quick_ic04.png') no-repeat -50px 0;}
div.quickNavi ul li a span.quickIc05 {margin-right:5px; background:url('../img/quick_ic05.png') no-repeat -50px 0;}
div.quickNavi ul li a span.quickIc06 {margin-right:5px; background:url('../img/quick_ic06.png') no-repeat -50px 0;}
div.quickNavi ul li a span.quickIc07 {margin-right:5px; background:url('../img/quick_ic07.svg') no-repeat 3px 0;}
div.quickNavi ul li a span.quickIc08 {margin-right:5px; background:url('../img/quick_ic08.png') no-repeat -50px 0;}

/*-- top 버튼--*/
#topBtn {display: none; position: fixed; bottom: 315px; 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: 99999; 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 {padding-top: 28px; background: url(../img/arrowUp.png) center 12px no-repeat;}
#topBtn:hover {background: #95B821; color: #fff}
#topBtn:hover p{background: url(../img/arrowUpW.png) center 12px no-repeat;}


.clear{display: block; content: ''; clear: both;}
.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: #EF7D00 !important;}
.txt_sat{color: #47B5FF !important;}
.txt_bc{color: #95B821 !important;}
.txt_big{font-size: 30px; font-weight: 600; line-height: 1.5; color: #333}
.dc{text-decoration: line-through; color: #999 !important}
.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} 
.mt0 {margin-top:0 !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} 
.mt60 {margin-top:60px !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}
.pl20 {padding-left: 20px !important}
.pt10 {padding-top: 10px !important}
