@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes light {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes light2 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes sec_a {
  0% {
    top: 515px;
  }
  10% {
    top: 505px;
  }
  20% {
    top: 515px;
  }
  100% {
    top: 515px;
  }
}
@keyframes sec_b {
  0% {
    top: 515px;
  }
  10% {
    top: 515px;
  }
  20% {
    top: 505px;
  }
  30% {
    top: 515px;
  }
  100% {
    top: 515px;
  }
}
@keyframes sec_c {
  0% {
    top: 515px;
  }
  20% {
    top: 515px;
  }
  30% {
    top: 505px;
  }
  40% {
    top: 515px;
  }
  100% {
    top: 515px;
  }
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scrollbar-face-color: #eee;
  scrollbar-highlight-color: #fff;
  scrollbar-3dlight-color: #b4b4b4;
  scrollbar-shadow-color: #b4b4b4;
  scrollbar-darkshadow-color: #fff;
  scrollbar-arrow-color: #777;
  scrollbar-base-color: #eee;
}

img,
fieldset {
  border: none;
}

img {
  border: 0px;
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

a {
  text-decoration: none;
  border: 0;
}

ol,
ul {
  list-style: none;
}

li {
  display: list-item;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 13px;
  /* line-height: 1.2em;*/
  color: #1b1b1b;
}

#wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0 auto;
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
  animation-iteration-count: 1;
}
@font-face {
  font-family: "SDSamliphopangche_Outline";
  src: url("../gh/projectnoonnu/noonfonts-20-12-1.0/SDSamliphopangche_Outline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

#header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0px;
  transition: all 0.5s;
  min-width: 1350px;
}
#header .inner {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgb(222, 222, 222);
}
#header .inner h1 {
  position: absolute;
  left: 20px;
  top: 16px;
  width: 207px;
  height: 70px;
  background-image: url("../img/logo.png");
  background-position: center top;
  background-repeat: no-repeat;
}
#header .inner h1 a {
  position: absolute;
  display: block;
  width: 207px;
  height: 70px;
  opacity: 0.5;
}
#header .inner nav {
  display: inline-block;
  float: left;
  opacity: 1;
  visibility: visible;
  margin: 37px 0px 0 0;
}
#header .inner nav .aw_gnb {
  text-align: center;
}
#header .inner nav .aw_gnb li {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
#header .inner nav .aw_gnb li a {
  display: inline-block;
  padding-bottom: 40px;
  font-size: 20px;
  color: #000000;
  outline: none;
  position: relative;
  letter-spacing: -1px;
  font-weight: normal;
}
#header .inner nav .aw_gnb li ul {
  visibility: hidden;
  position: absolute;
  width: 160px;
  background-color: #8ca4ab;
  opacity: 0;
  left: 50%;
  margin-left: -80px;
  transition: all 0.5s;
}
#header .inner nav .aw_gnb li ul li {
  display: inline-block;
  padding: 8px 8px;
  margin-top: 6px;
  margin-bottom: 6px;
}
#header .inner nav .aw_gnb li ul li a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  outline: none;
  position: relative;
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 1.5;
}
#header .inner nav .aw_gnb li ul li a:hover {
  text-decoration: underline;
}
#header .inner nav .aw_gnb li .nav_t:hover + .nav_sub {
  visibility: visible;
  background-color: #8ca4ab;
  opacity: 1;
  transition: all 0.5s;
}
#header .inner nav .aw_gnb li .nav_sub:hover {
  visibility: visible;
  background-color: #8ca4ab;
  opacity: 1;
  transition: all 0.5s;
}

#header.on {
  background: white;
}

#contact_box {
  position: fixed;
  z-index: 999;
  right: 56px;
  top: 137px;
}

#kakao {
  position: fixed;
  z-index: 999;
  right: 56px;
  top: 402px;
}

.section01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 685px;
  margin-top: 107px;
}
.section01 .main_bg {
  max-width: 1903px;
  height: 685px;
  animation: slideBG 12s infinite;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
}
@keyframes slideBG {
  0% {
    background-image: url("../img/mainskin01.jpg");
  }
  33% {
    background-image: url("../img/mainskin02.jpg");
  }
  66% {
    background-image: url("../img/mainskin03.jpg");
  }
  100% {
    background-image: url("../img/mainskin01.jpg");
  }
}
.section01 .content01 {
  position: absolute;
  top: 0;
  width: 1350px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  height: 685px;
}
.section01 .content01 .layertitle01 {
  position: absolute;
  width: 625px;
  height: 369px;
  top: 167px;
  left: 30px;
}
.section01 .content01 a {
  display: block;
  position: absolute;
  width: 265px;
  height: 60px;
  top: 475px;
  left: 36px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper .swiper-pagination-bullet {
  background-color: #cfb27a;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0.5;
  color: #cfb27a !important;
}

.section_line01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 125px;
  background-color: #e9e9e9;
}
.section_line01 .content01 {
  position: absolute;
  top: 0;
  width: 1350px;
  left: 50%;
  transform: translateX(-50%);
  height: 125px;
  text-align: center;
}

.section02 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 872px;
  background-image: url(../img/section02_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.section02 .content01 {
  position: relative;
  width: 1350px;
  height: 872px;
  margin: 0 auto;
}
.section02 .content01 .layertitle01 {
  position: absolute;
  width: 574px;
  height: 114px;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
}
.section02 .content01 ul {
  position: absolute;
  display: flex;
  width: 1250px;
  height: 447px;
  top: 297px;
  left: 50%;
  transform: translateX(-50%);
}
.section02 .content01 ul li {
  position: relative;
  width: 290px;
  height: 447px;
  margin-left: 30px;
}
.section02 .content01 ul li:first-child {
  margin-left: 0px;
}

.maincontent01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 526px;
  background-image: url(../img/maincontent01_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.maincontent01 .content01 {
  position: relative;
  width: 1350px;
  height: 526px;
  margin: 0 auto;
}
.maincontent01 .content01 .layertitle01 {
  position: absolute;
  width: 591px;
  height: 190px;
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
}
.maincontent01 .content01 .layer01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 228px;
  height: 52px;
  top: 360px;
  border-radius: 26px 26px 26px 26px;
  border: 1px solid #fff;
}
.maincontent01 .content01 .layer01 div {
  display: flex;
  width: 228px;
  height: 52px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 0px;
  color: #fff;
}

.maincontent02 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 725px;
  background-image: url(../img/maincontent02_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.maincontent02 .content01 {
  position: relative;
  width: 1350px;
  height: 725px;
  margin: 0 auto;
}
.maincontent02 .content01 .layer01 {
  position: absolute;
  width: 846px;
  height: 419px;
  top: 162px;
  right: 14px;
}

.footer {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 499px;
  background-image: url(../img/footer.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.footer .content01 {
  position: relative;
  width: 1350px;
  height: 499px;
  margin: 0 auto;
}
.footer .content01 .layer01 {
  position: absolute;
  display: block;
  width: 183px;
  height: 80px;
  top: 148px;
  right: 254px;
}
.footer .content01 .layer02 {
  position: absolute;
  display: block;
  width: 183px;
  height: 80px;
  top: 148px;
  right: 61px;
}

.sub01_section01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 499px;
  background-image: url(../img/sub01_section01_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 107px;
}
.sub01_section01 .content01 {
  position: relative;
  width: 1350px;
  height: 499px;
  margin: 0 auto;
}
.sub01_section01 .content01 .layer01 {
  position: absolute;
  width: 363px;
  height: 180px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.sub01_section02 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  background-color: #f9f8f6;
  background-position: center center;
  background-repeat: no-repeat;
}
.sub01_section02 .content01 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding-top: 103px;
  padding-bottom: 103px;
}
.sub01_section02 .content01 .layer01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sub02_section01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 499px;
  background-image: url(../img/sub01_section01_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 107px;
}
.sub02_section01 .content01 {
  position: relative;
  width: 1350px;
  height: 499px;
  margin: 0 auto;
}
.sub02_section01 .content01 .layer01 {
  position: absolute;
  width: 363px;
  height: 180px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.sub02_section02 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  background-color: #f9f8f6;
  background-position: center center;
  background-repeat: no-repeat;
}
.sub02_section02 .content01 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding-top: 103px;
  padding-bottom: 103px;
  text-align: center;
}
.sub02_section02 .content01 .layer01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sub03_section01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 499px;
  background-image: url(../img/sub01_section01_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 107px;
}
.sub03_section01 .content01 {
  position: relative;
  width: 1350px;
  height: 499px;
  margin: 0 auto;
}
.sub03_section01 .content01 .layer01 {
  position: absolute;
  width: 363px;
  height: 180px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.sub03_section02 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  background-color: #f9f8f6;
  background-position: center center;
  background-repeat: no-repeat;
}
.sub03_section02 .content01 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding-top: 103px;
  padding-bottom: 103px;
}
.sub03_section02 .content01 .layer01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sub04_section01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 499px;
  background-image: url(../img/sub01_section01_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 107px;
}
.sub04_section01 .content01 {
  position: relative;
  width: 1350px;
  height: 499px;
  margin: 0 auto;
}
.sub04_section01 .content01 .layer01 {
  position: absolute;
  width: 363px;
  height: 180px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.sub04_section02 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  background-color: #f9f8f6;
  background-position: center center;
  background-repeat: no-repeat;
}
.sub04_section02 .content01 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding-top: 103px;
  padding-bottom: 103px;
}
.sub04_section02 .content01 .layer01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.sub05_section01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 499px;
  background-image: url(../img/sub01_section01_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 107px;
}
.sub05_section01 .content01 {
  position: relative;
  width: 1350px;
  height: 499px;
  margin: 0 auto;
}
.sub05_section01 .content01 .layer01 {
  position: absolute;
  width: 363px;
  height: 180px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.sub05_section02 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  background-color: #f9f8f6;
  background-position: center center;
  background-repeat: no-repeat;
}
.sub05_section02 .content01 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding-top: 103px;
  padding-bottom: 103px;
}
.sub05_section02 .content01 .layer01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.event_section01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 499px;
  background-image: url(../img/sub01_section01_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 107px;
}
.event_section01 .content01 {
  position: relative;
  width: 1350px;
  height: 499px;
  margin: 0 auto;
}
.event_section01 .content01 .layer01 {
  position: absolute;
  width: 363px;
  height: 180px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.event_section02 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  background-color: #f9f8f6;
  background-position: center center;
  background-repeat: no-repeat;
}
.event_section02 .content01 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding-top: 180px;
  padding-bottom: 103px;
}
.event_section02 .content01 .layer01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.reservation_section01 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  height: 499px;
  background-image: url(../img/sub01_section01_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 107px;
}
.reservation_section01 .content01 {
  position: relative;
  width: 1350px;
  height: 499px;
  margin: 0 auto;
}
.reservation_section01 .content01 .layer01 {
  position: absolute;
  width: 363px;
  height: 180px;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}

.reservation_section02 {
  position: relative;
  max-width: 1903px;
  min-width: 1350px;
  margin: 0 auto;
  background-color: #f9f8f6;
  background-position: center center;
  background-repeat: no-repeat;
}
.reservation_section02 .content01 {
  position: relative;
  width: 1350px;
  margin: 0 auto;
  padding-top: 103px;
  padding-bottom: 103px;
}
.reservation_section02 .content01 .layer01 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1351px) {
  #header .inner nav .aw_gnb li {
    position: relative;
    display: inline-block;
    padding: 0 30px;
  }
  #header .inner nav .aw_gnb li a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1350px) {
  #header .inner nav .aw_gnb li {
    position: relative;
    display: inline-block;
    padding: 0 17px;
  }
  #header .inner nav .aw_gnb li a {
    font-size: 14px;
  }
}