@charset "utf-8";
@import url("../css/NotoKR.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');


@import url("../css/form.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: '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 {table-layout: fixed; border-collapse: collapse; border-spacing: 0; vertical-align: middle;}
th,td {vertical-align: middle;}
input, select {vertical-align: bottom;}

/*-- END reset css --*/

/*---- common ----*/
div.wrap {margin: 0 auto; width: 100%; min-width: 1200px;}
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-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; width: 100%; min-width: 1200px;}

div.utilInner {float:right; padding-right: 20px}
div.utilInner a {display: inline-block; height: 40px; font-size: 16px; text-align: center; line-height: 40px; color: #999; margin: 0 15px}

div.afterLogin {float:right; text-align:right; font-size:16px; line-height: 40px; padding-right: 20px}
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:#F39822; font-size: 16px; font-weight: bold; margin: 0 2px}

h1.logo {position: absolute; left: 30px; top: 30px}
h1.logo a {display: block; width: 200px; height: 60px; 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: 76px; padding-right: 30px; overflow: hidden; -webkit-transition: 0.25s; transition: 0.25s; z-index:6666; }
ul.lnb:hover {height: 280px;}
ul.lnb li {float: left;}
ul.lnb li a.depth1 {display: block; width: 150px; font: 20px/80px 'Noto Sans Regular'; text-align: center; height: 76px; 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: 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: 16px; 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 #029B49; }
#section .left_wrap .lnb ul li a.on, #section .left_wrap .lnb ul li a:hover {color:#029B49; border-left:4px solid #029B49;}

/*마우스오버 이벤트*/
#header.over {background: rgba(255,255,255,0.98);}
#header.over ul.weather p, #header.over ul.weather li.drop span.arrow {color:#555;}
#header.over div.topNavi {height: 36px;}
#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: 112px; content: ''; display: block; width: 100%; height: 4px; background: #9d8644; 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: #999;}
#header.over ul.lnb li:hover a.depth1 {color: #232348; border-bottom: 4px solid #232348; font-family: 'Noto Sans Medium'}
/*-- END header --*/


/*---- footer ----*/

#footer {position:relative; padding: 0; width: 100%; background: #fff; border-top:1px solid #ddd; text-align:center }

div.footLink {position:relative; margin:0 auto; width:100%; height:80px; line-height:80px; border-bottom: 1px solid #ddd;}
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{display:inline-block; margin:0 20px; text-align:center}
div.footLink .footInner ul li a {font-size: 16px; color: #666;}
div.footLink .footInner ul li a.point {color: #232348; font-family: 'Noto Sans Bold'}
div.footLink .footInner .familySite{position: absolute; width: 200px}

p.footTxt {font-size: 16px; line-height: 1.5; color: #999; padding: 40px 30px}
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:#029B49;}
#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 --*/

/*-- 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 {padding-top: 28px; background: url(../img/arrowUp.png) center 12px no-repeat;}
#topBtn:hover {background: #9d8644; 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: #BE292F !important;}
.txt_sat{color: #47B5FF !important;}
.txt_bc{color: #9d8644 !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}
.pl20 {padding-left: 20px !important}
.pt10 {padding-top: 10px !important}
