﻿@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%;
  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: #333;
  -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: 1100px;
}

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%;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #ccc;

  background-color: transparent;
  border-bottom: 0;
}

#header .bg{
  position: absolute;
  top:0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.95) 60%);
  height: 300px;
  width: 100%;
  z-index: -1;
    }

div.topNavi {
  height: 40px;
  border-bottom: 1px solid #ccc;
}

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;
  right: 0;
  padding: 0 15px;
  width: 149px;
  height: 30px;
  overflow: hidden;
  transition: 0.3s;
  z-index: 9999;
}

ul.weather.dropDown {
  height: 95px;
  background-color: #fff;
  border: 1px solid #eee;
}

ul.weather li {
  height: 30px;
  border-top: 1px solid #eee;
}

ul.weather li a {
  display: inline-block;
  padding: 5px;
  text-align: left;
  height: 20px;
}

ul.weather li a span.weatIcon {
  float: left;
}

ul.weather li a p {
  float: left;
  margin: 3px 8px;
  font-size: 14px;
  color: #fff;
}

ul.weather li.drop {
  position: relative;
  border-top: none;
}

ul.weather li.drop span.arrow {
  position: absolute;
  top: 10px;
  right: 5px;
  font-size: 8px;
  color: #fff;
}

div.utilInner {
  float: right;
}
div.utilInner .info_weather {
  float: left;
  display: block;
  width: 300px;
  height: 40px;
  font-size: 14px;
  text-align: right;
  line-height: 40px;
}

div.utilInner .info_weather img {
  padding-top: 12px;
  padding-left: 8px;
  padding-right: 16px;
  height: 27px;
}


div.utilInner a.rev_btn {
  float: left;
  display: block;
  width: 108px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #5F6668;
}

div.utilInner a.chk_btn {
  float: left;
  display: block;
  width: 108px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid #ccc;
}

div.afterLogin {
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
}

div.afterLogin p {
  display: inline-block;
  margin-right: 5px;
  color: #bbb;
}

div.afterLogin a {
  position: relative;
  padding: 0 10px;
  color: #bbb;
}

div.afterLogin a:hover {
  text-decoration: underline
}

div.afterLogin a:nth-child(2)::after {
  display: none;
}

div.afterLogin a::after {
  position: absolute;
  top: -6px;
  left: -5px;
  content: '/';
}

div.afterLogin a span {
  color: #008539;
}

h1.logo {
  float: left;
  margin: 20px 0;
}

h1.logo a {
  display: block;
  width: 257px;
  height: 43px;
  background: url('../img/logo_off.svg') no-repeat center top;
  font-size: 0;
  text-indent: -9999px;
  color: transparent;
  transition: none;
}

ul.lnb {
  position: relative;
  float: right;
  height: 70px;
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 6666;
}

.nav.wrap.on ul.lnb {
  height: 380px;
  overflow:visible;
} /* ts */

ul.lnb li {
  float: left;
}

ul.lnb li a.depth1 {
  position: relative;
  display: block;
  width: 130px;
  font-size: 18px;
  letter-spacing: -0.025rem;
  line-height: 82px;
  text-align: center;
  height: 82px;
  color: #000;
  box-sizing: border-box;
  transition: none;
}
/*
#header.over ul.lnb li:hover a.depth1 {
    color: #c2935f;
    border-bottom: 4px solid #c2935f;
}
*/
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: 20px;
  background: url(../img/menu_reserv.png) no-repeat 0 0;
}

ul.lnb li div.depth2 {
  display: none;
  width:100%;
  position: absolute;
  left:0;
  top:82px;
}  /* ts */

ul.lnb li div.depth2 .depth_logo {
  position: absolute;
  left:-260px;
  top:16px;
  width:180px;
  height:80px;
  line-height: 80px;
  text-align: right;
  font-size: 32px;
  font-weight: bold;
  color: #9e8e3e;
}  /* ts */
ul.lnb li div.depth2 .depth_menu {
  text-align: left;
  margin-top: 46px;
  position: absolute;
  left:32px;
  top:0;
}  /* ts */
ul.lnb li div.depth2 .depth_ad {
    position: absolute;
    right:50px;
    top:50px;
    border:1px solid red;
    width:150px;
    height:150px;
}  /* ts */


ul.lnb >li >a.on + div.depth2 {
  display: block;
} /* ts */

ul.lnb li div.depth2 a {
  display: block;
  margin-bottom: 22px;
  font-size: 16px;
  color: #333;
}

ul.lnb li div.depth2 a:hover {
  color: #9e8e3e;
}


/*마우스오버 이벤트*/
#header.over {
  background-color: #fff;
}

#header.over ul.weather p, #header.over ul.weather li.drop span.arrow {
  color: #555;
}

#header.over div.topNavi {
  height: 40px;
  border-bottom: 1px solid #ccc;
}

#header.over div.afterLogin p {
  color: #333;
}

#header.over div.afterLogin a {
  color: #333;
}

#header.over h1.logo a {
  background: url('../img/logo_on.svg') no-repeat center top;
}

#header.over::after {
  position: absolute;
  top: 123px;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  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 >a.depth1.on {
  color: #9e8e3e;
  /*border-bottom: 4px solid #9e8e3e;*/
}/* ts */

#header.over ul.lnb li a.depth1:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #9e8e3e;
  transition: 0.2s all;
}/* ts */

#header.over ul.lnb li a.depth1.on:after {
  width: 100%;
}/* ts */

#header.over ul.lnb li a.reservMenu span.calIcon {
  background: url(../img/menu_reserv_over.png) no-repeat 0 0;
}

#header.over ul.lnb li a.reservMenu:hover {
  background: #9e8e3e;
  color: #fff;
}

#header.over ul.lnb li a.reservMenu:hover span.calIcon, a.reservMenu.bgColor span.calIcon {
  background: url(../img/menu_reserv.png) no-repeat 0 0;
}

#header.over ul.lnb li.bgColor a.reservMenu {
  background: #9e8e3e;
  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: 24px 0;
  width: 100%;
  border-top: 1px solid #e1e2dc;
  padding-bottom: 100px;
  margin-top: 40px;

  margin-top: 0;
}

div.footInner {
  padding-left: 240px;
  background: url('../img/logo_footer.svg') no-repeat left top;
}

div.footLink_area {
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}

div.footLink {
  padding-bottom: 24px;
  font-size: 12px;
  text-align: right;
}

div.footLink a {
  padding: 0 16px;
  font-size: 14px;
  color: #000;
}

div.footLink a.point {
  color: #9e8e3e;
}

div.footLink a:last-child {
  padding-right: 0;
  border-left: none;
}

p.footTxt {
  font-size: 14px;
  font-family: 'Noto Sans Regular';
  line-height: 20px;
  color: #666;
  text-align: right;
}

/*-- END footer --*/
