@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  line-height: 1.6;
  display: block;
  transition: all ease 0.2s;
}

img {
  vertical-align: middle;
  border: 0;
  width: 100%;
}

.clearFix::after {
  content: "";
  display: block;
  clear: both;
}

address,
em,
i {
  font-style: normal;
}

p {
  line-height: 1.65;
}

button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.blind {
  display: block;
  position: absolute;
  left: 0;
  top: -9999em;
}

@font-face {
  font-family: "Arita";
  font-weight: 400;
  src: url("../font/arita-Medium.eot");
  src: url("../font/arita-Medium.woff") format("woff"), url("../font/arita-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Arita";
  font-weight: 300;
  src: url("../font/arita-Light.eot");
  src: url("../font/arita-Light.woff") format("woff"), url("../font/arita-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Arita";
  font-weight: 200;
  src: url("../font/arita-Thin.eot");
  src: url("../font/arita-Thin.woff") format("woff"), url("../font/arita-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Arita";
  font-weight: 500;
  src: url("../font/arita-SemiBold.eot");
  src: url("../font/arita-SemiBold.woff") format("woff"), url("../font/arita-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Arita";
  font-weight: 600;
  src: url("../font/arita-Bold.eot");
  src: url("../font/arita-Bold.woff") format("woff"), url("../font/arita-Bold.ttf") format("truetype");
}
/* 변수 */
/* 반응형 사이즈 */
/* mixin */
.svgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 60px;
}

.logo-icon-path {
  stroke: #a3876b;
  stroke-width: 1;
  fill: none;
  stroke-miterlimit: 10;
}

.first {
  animation: draw 1.5s 0s linear forwards, fillOpacity 0.5s 2s forwards ease-in;
  stroke-dasharray: 390;
  stroke-dashoffset: 390;
  fill: #a3876b;
  fill-opacity: 0;
}

.middle {
  animation: draw 2s 0s linear forwards, fillOpacity 0.5s 2s forwards ease-in;
  stroke-dasharray: 1260;
  stroke-dashoffset: 1260;
  fill: #a3876b;
  fill-opacity: 0;
}

.last {
  animation: draw 1.5s 0s linear forwards, fillOpacity 0.5s 2s forwards ease-in;
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  fill: #a3876b;
  fill-opacity: 0;
}
@keyframes fillOpacity {
  100% {
    fill-opacity: 1;
  }
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}
#loading {
  z-index: 99999999;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  background: #292929;
  width: 100%;
  height: 100%;
}
#loading .svgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 60px;
}
#loading .logo-icon-path {
  stroke: #a3876b;
  stroke-width: 1;
  fill: none;
  stroke-miterlimit: 10;
}
#loading .first {
  animation: draw 1.5s 0s linear forwards, fillOpacity 0.5s 2s forwards ease-in;
  stroke-dasharray: 390;
  stroke-dashoffset: 390;
  fill: #a3876b;
  fill-opacity: 0;
}
#loading .middle {
  animation: draw 2s 0s linear forwards, fillOpacity 0.5s 2s forwards ease-in;
  stroke-dasharray: 1245;
  stroke-dashoffset: 1245;
  fill: #a3876b;
  fill-opacity: 0;
}
#loading .last {
  animation: draw 1.5s 0s linear forwards, fillOpacity 0.5s 2s forwards ease-in;
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  fill: #a3876b;
  fill-opacity: 0;
}
@keyframes fillOpacity {
  100% {
    fill-opacity: 1;
  }
}
@keyframes draw {
  100% {
    stroke-dashoffset: 0;
  }
}

#skipNavi {
  z-index: 9999999;
  position: absolute;
}
#skipNavi li a {
  display: block;
  width: 100%;
  height: 50px;
  background: darkblue;
  font: bold 16px/50px "Arita";
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  position: fixed;
  top: -50px;
  left: 0px;
}
#skipNavi li a.on {
  top: 0px;
}

body {
  font-family: "Arita";
  font-size: 15px;
  color: #444;
  letter-spacing: -0.04em;
}
body .inner {
  width: 1024px;
  margin: 0px auto;
  position: relative;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1040px) {
  body .inner {
    width: 100%;
  }
}

#topBanner {
  position: relative;
  width: 100%;
  background: #444;
}
@media screen and (max-width: 1040px) {
  #topBanner {
    display: none;
  }
}
#topBanner .inner a {
  height: 40px;
  font-weight: normal;
  font-size: 16px;
  font-family: "Arita";
  color: #eee;
  text-align: center;
  line-height: 40px;
}
#topBanner .inner a i {
  margin-right: 10px;
}
#topBanner .close {
  position: absolute;
  right: 15px;
  top: 8px;
}
#topBanner .close i {
  color: #fff;
  width: 10px;
  height: 10px;
  font-size: 15px;
}

/* header */
.user_area {
  position: absolute;
  right: 0px;
  top: 10px;
}
.user_area > li {
  float: left;
  position: relative;
}
.user_area > li .userBox,
.user_area > li .langBox {
  display: none;
  position: absolute;
  width: 100%;
  min-width: 100px;
  right: 0px;
  padding: 5px;
  background: #444;
  z-index: 9999;
}
.user_area > li .userBox li,
.user_area > li .langBox li {
  padding: 5px 0;
}
.user_area > li a {
  margin: 0 10px;
  font-weight: normal;
  font-size: 15px;
  font-family: "Arita";
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.user_area > li:hover > a {
  color: #a3876b;
}
.user_area > li:hover > ul {
  display: block;
}
.user_area > li:hover > ul li:hover a {
  color: #a3876b;
}

#header {
  width: 100%;
  background: #111;
  border-top: 2px solid #887058;
  position: absolute;
  height: 110px;
  z-index: 9999;
}
@media screen and (max-width: 1040px) {
  #header {
    display: none;
  }
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
#header::after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #2f2f2f;
  position: absolute;
  top: 39px;
  left: 0px;
}
#header .bgGnb {
  background: #111;
  z-index: 2;
  display: none;
  border-top: 1px solid #2f2f2f;
  width: 100%;
  position: absolute;
  left: 0px;
  height: auto;
  top: 110px;
}
#header .inner {
  height: 110px;
  z-index: 200;
}
#header .inner .logo {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
#header .inner .logo a {
  width: 100px;
  height: 50px;
  display: block;
}
@media screen and (max-width: 1040px) {
  #header .inner .logo a {
    width: 90px;
  }
}
#header .inner .logo a img {
  width: 100%;
}
#header .inner #nav {
  position: absolute;
  right: 140px;
  bottom: 0px;
}
#header .inner #nav > li {
  float: left;
  position: relative;
}
#header .inner #nav > li > a {
  display: block;
  padding: 0px 35px;
  height: 70px;
  float: left;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 17px;
  font-family: "Arita";
  color: #888;
  text-align: center;
  line-height: 70px;
}
#header .inner #nav > li > a:hover {
  width: 100%;
  color: #fff;
}
#header .inner #nav > li > a:hover::after {
  width: 100%;
}
#header .inner #nav > li > a.on {
  width: 100%;
  color: #fff;
}
#header .inner #nav > li > a.on::after {
  width: 100%;
}
#header .inner #nav > li > a.on:hover::after {
  width: 100%;
}
#header .inner #nav > li > a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #a3876b;
  transition: all 0.2s;
}
#header .inner #nav > li > ul {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0px;
  display: none;
  z-index: 3;
  border-top: 1px solid #2f2f2f;
}
#header .inner #nav > li > ul > li > a {
  width: 100%;
  height: 50px;
  background: #111;
  font-weight: normal;
  font-size: 15px;
  font-family: "Arita";
  color: #888;
  text-align: center;
  line-height: 50px;
}
#header .inner #nav > li > ul > li > a:hover {
  background: #1a1a1a;
  color: #a3876b;
}
#header .inner .quickBtn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 70px;
  width: 110px;
  padding: 0 10px;
  transition: ease 0.3s;
}
#header .inner .quickBtn a {
  height: 70px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 15px;
  font-family: "Arita";
  color: #fff;
  text-align: center;
  line-height: 78px;
  background-color: #887058;
}
#header .inner .quickBtn a:hover {
  background-color: #a3876b;
}
#header.sticky {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  border-bottom: 0;
  height: 60px;
}
#header.sticky::after {
  display: none;
}
#header.sticky .bgGnb {
  top: 60px;
  background: rgba(0, 0, 0, 0.9);
}
#header.sticky .inner {
  height: 60px;
}
#header.sticky .inner .logo {
  bottom: 5px;
}
#header.sticky .inner .logo a {
  width: 70px;
}
#header.sticky .inner .user_area {
  left: 110px;
  top: 18px;
  right: auto;
}
#header.sticky .inner .user_area li:first-child {
  display: none;
}
#header.sticky .inner #nav > li > a {
  color: #888;
  height: 60px;
  line-height: 60px;
  padding: 0px 30px;
}
@media screen and (max-width: 1040px) {
  #header.sticky .inner #nav > li > a {
    padding: 0px 20px;
  }
}
#header.sticky .inner #nav > li ul {
  top: 60px;
}
#header.sticky .inner #nav > li ul li a {
  background: none;
}
#header.sticky #quickBtn {
  padding: 0;
  height: 60px;
}
#header.sticky #quickBtn a {
  height: 60px;
  line-height: 60px;
}

.mgnbLogo {
  display: none;
}
@media screen and (max-width: 1040px) {
  .mgnbLogo {
    display: block;
    position: fixed;
    left: 20px;
    top: 10px;
    z-index: 1000002;
  }
  .mgnbLogo a {
    width: 90px;
    height: 40px;
    display: block;
  }
  .mgnbLogo a img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mgnbLogo a {
    width: 80px;
  }
}

.reservBtn {
  display: none;
  position: fixed;
  right: 0;
  z-index: 104;
  top: 70px;
  background: #887058;
}
.reservBtn a {
  padding: 5px 15px;
  color: #fff;
  transition: all ease 0.2s;
}
.reservBtn a:hover {
  padding: 5px 20px;
}
@media screen and (max-width: 1040px) {
  .reservBtn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .reservBtn {
    display: none;
  }
}

#h_menu {
  display: none;
  width: 50px;
  height: 40px;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 201;
  /* ONE */
}
@media screen and (max-width: 1040px) {
  #h_menu {
    display: block;
  }
}
#h_menu .hamburger .line {
  width: 25px;
  height: 1px;
  background-color: #a3876b;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}
#h_menu .hamburger:hover {
  cursor: pointer;
}
#h_menu #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#h_menu #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
#h_menu #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#mgnb {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #292929;
  z-index: 200;
}
#mgnb .user_area {
  position: absolute;
  right: 60px;
  top: 17px;
  z-index: 9999;
}
#mgnb .user_area::after {
  content: "";
  display: block;
  clear: both;
}
#mgnb .user_area > li {
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 360px) {
  #mgnb .user_area > li:first-child {
    display: none;
  }
}
#mgnb .user_area > li .langBox {
  left: 50%;
  transform: translateX(-50%);
}
#mgnb .user_area > li a {
  color: #fff;
}
#mgnb .hamNav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9998;
  width: 100%;
  text-align: center;
}
#mgnb .hamNav > ul > li {
  list-style-type: none;
  padding: 20px 0;
  font-size: 20px;
  text-transform: uppercase;
  transition: all ease 0.2s;
  cursor: pointer;
  position: relative;
}
#mgnb .hamNav > ul > li::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
}
#mgnb .hamNav > ul > li:nth-child(1)::after {
  background-image: url(../images/gallery-hotel5.jpg);
  background-position: top center;
}
#mgnb .hamNav > ul > li:nth-child(2)::after {
  background-image: url(../images/gallery-suites6.jpg);
}
#mgnb .hamNav > ul > li:nth-child(3)::after {
  background-image: url(../images/gallery-dining2.jpg);
}
#mgnb .hamNav > ul > li:nth-child(4)::after {
  background-image: url(../images/gallery-wedding1.jpg);
}
#mgnb .hamNav > ul > li:nth-child(5)::after {
  background-image: url(../images/gallery-activities4.jpg);
}
@media screen and (max-width: 767px) {
  #mgnb .hamNav > ul > li {
    padding: 15px 0;
    font-size: 18px;
  }
}
#mgnb .hamNav > ul > li > a {
  color: #a3876b;
  position: relative;
  z-index: 1;
  transition: all ease 0.2s;
}
#mgnb .hamNav > ul > li ul {
  display: none;
  position: relative;
  z-index: 1;
}
#mgnb .hamNav > ul > li ul li a {
  color: #fff;
  opacity: 0.8;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #mgnb .hamNav > ul > li ul li a {
    font-size: 16px;
  }
}
#mgnb .hamNav > ul > li:hover {
  height: 100%;
}
#mgnb .hamNav > ul > li:hover::after {
  opacity: 0.1;
}
#mgnb .hamNav > ul > li:hover > a {
  color: #ffc285;
}
#mgnb .hamNav > ul > li:hover > ul {
  display: block;
}
#mgnb .hamNav > ul > li:hover > ul li:hover a {
  opacity: 1;
}

.reservBox {
  position: fixed;
  z-index: 99999;
  background: #292929;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  color: #888;
  display: none;
  z-index: 1000002;
}
.reservBox.on {
  display: block;
}
.reservBox .close {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  z-index: 200;
}
@media screen and (max-width: 640px) {
  .reservBox {
    padding: 40px 0 0;
    bottom: 0;
  }
}
.reservBox .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 640px) {
  .reservBox .inner {
    height: 100vh;
  }
}
.reservBox .inner .checkin,
.reservBox .inner .counter,
.reservBox .inner .point,
.reservBox .inner .search {
  float: left;
}
.reservBox .inner .checkin::after,
.reservBox .inner .counter::after,
.reservBox .inner .point::after,
.reservBox .inner .search::after {
  content: "";
  display: block;
  clear: both;
}
.reservBox .inner .checkin div,
.reservBox .inner .counter div,
.reservBox .inner .point div,
.reservBox .inner .search div {
  float: left;
}
.reservBox .inner .checkin input,
.reservBox .inner .counter input,
.reservBox .inner .point input,
.reservBox .inner .search input {
  outline: none;
  background: none;
  border: 0px !important;
  width: 100%;
  cursor: pointer;
  caret-color: transparent;
  font-weight: normal;
  font-size: 18px;
  font-family: "Arita";
  color: #fff;
  text-align: center;
  line-height: 2;
}
.reservBox .inner .checkin {
  width: 25%;
  padding: 0px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .reservBox .inner .checkin {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .reservBox .inner .checkin {
    width: 100%;
    padding-bottom: 10px;
  }
}
.reservBox .inner .checkin div {
  width: 50%;
}
.reservBox .inner .checkin div label {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  cursor: pointer;
}
.reservBox .inner .checkin div input {
  line-height: 50px;
}
@media screen and (max-width: 640px) {
  .reservBox .inner .checkin div input {
    line-height: 40px;
    font-size: 16px;
  }
}
.reservBox .inner .counter {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  padding: 0 10px;
  box-sizing: border-box;
  width: 40%;
}
.reservBox .inner .counter #resetButton {
  color: #777;
  background: #333;
  padding: 3px 6px;
  display: block;
  font-size: 13px;
  margin: 0 auto;
  width: 90%;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .reservBox .inner .counter #resetButton {
    width: 100%;
  }
}
.reservBox .inner .counter div {
  padding: 0 20px 5px;
  box-sizing: border-box;
  width: 33.3333%;
  text-align: center;
}
.reservBox .inner .counter div p {
  font-size: 16px;
}
.reservBox .inner .counter div .countWrap {
  width: 100%;
  position: relative;
}
.reservBox .inner .counter div .countWrap button {
  position: absolute;
  color: #ffc285;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.1);
}
.reservBox .inner .counter div .countWrap button:hover {
  background: rgba(0, 0, 0, 0.3);
}
.reservBox .inner .counter div .countWrap button.minusBtn {
  left: 0;
}
.reservBox .inner .counter div .countWrap button.plusBtn {
  right: 0;
}
@media screen and (max-width: 1040px) {
  .reservBox .inner .counter {
    width: 60%;
    padding: 0 25px;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .reservBox .inner .counter {
    padding: 0;
  }
  .reservBox .inner .counter div {
    padding: 0 15px 5px;
  }
}
@media screen and (max-width: 640px) {
  .reservBox .inner .counter {
    width: 100%;
    border: 0;
    padding: 20px 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}
.reservBox .inner .point {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  .reservBox .inner .point {
    width: 50%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .reservBox .inner .point {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .reservBox .inner .point {
    width: 100%;
    padding-bottom: 20px;
  }
}
.reservBox .inner .point .selectBox {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .reservBox .inner .point .selectBox {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 640px) {
  .reservBox .inner .point .selectBox {
    width: 100%;
  }
}
.reservBox .inner .point .selectBox #promotion {
  width: 100%;
  background: #232323;
  border: 0px;
  outline: 0px;
  color: #ccc;
  font-size: 16px;
  font-family: "Arita";
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 5px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.reservBox .inner .point .selectBox #promotion::-ms-expand {
  display: none;
}
.reservBox .inner .point .selectBox .select__arrow {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #444 transparent transparent transparent;
}
.reservBox .inner .point .useCheck {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 1040px) {
  .reservBox .inner .point .useCheck {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .reservBox .inner .point .useCheck {
    width: 100%;
  }
}
.reservBox .inner .point .useCheck #usePoint {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.reservBox .inner .point .useCheck label {
  cursor: pointer;
}
.reservBox .inner .search {
  width: 10%;
}
.reservBox .inner .search a {
  line-height: 93px;
  height: 93px;
  font-size: 35px;
  color: #a3876b;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .reservBox .inner .search {
    position: absolute;
    right: 50px;
    bottom: -10px;
    width: 160px;
    box-sizing: border-box;
  }
  .reservBox .inner .search a {
    height: 55px;
    line-height: 55px;
    color: #292929;
    border-radius: 5px;
    background: #887058;
  }
}
@media screen and (max-width: 767px) {
  .reservBox .inner .search {
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .reservBox .inner .search {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
  }
  .reservBox .inner .search a {
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    border-radius: 0;
  }
}

#ui-datepicker-div {
  display: none;
  background: #eee;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px;
}
#ui-datepicker-div::after {
  content: "";
  display: block;
  clear: both;
}
#ui-datepicker-div .ui-datepicker-group {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #ui-datepicker-div .ui-datepicker-group {
    width: 100%;
  }
  #ui-datepicker-div .ui-datepicker-group.ui-datepicker-group-last {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
  }
}
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-title {
  text-align: center;
  height: 40px;
  box-sizing: border-box;
  color: #887058;
}
@media screen and (max-width: 640px) {
  #ui-datepicker-div .ui-datepicker-group .ui-datepicker-title {
    height: 35px;
  }
}
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-title .ui-datepicker-month {
  border: 0;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  font-family: "Arita";
  color: #333;
  text-align: center;
  line-height: 1.5;
}
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-next {
  position: absolute;
  background-color: #ccc;
  box-sizing: border-box;
  border-radius: 50%;
  color: #444;
  text-indent: -999999px;
  background-image: url(../images/bx_prev.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 35px;
  opacity: 0.8;
  top: 15px;
  left: 25px;
  overflow: hidden;
  cursor: pointer;
  transition: all ease 0.2s;
}
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-next:hover {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #ui-datepicker-div .ui-datepicker-group .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-next {
    top: 10px;
  }
}
#ui-datepicker-div .ui-datepicker-group .ui-datepicker-next {
  right: 25px;
  left: unset;
  transform: rotate(180deg);
}
#ui-datepicker-div .ui-datepicker-group table {
  width: 100%;
  text-align: center;
  font-size: 16px;
  border-spacing: 0;
  padding: 0 15px;
}
#ui-datepicker-div .ui-datepicker-group table .ui-state-disabled, #ui-datepicker-div .ui-datepicker-group table.ui-widget-content .ui-state-disabled, #ui-datepicker-div .ui-datepicker-group table.ui-widget-header .ui-state-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
  padding: 4px 0;
  cursor: not-allowed !important;
}
#ui-datepicker-div .ui-datepicker-group table th {
  height: 25px;
  background: rgba(163, 135, 107, 0.5);
  font-weight: normal;
  font-size: 14px;
  font-family: "Arita";
  color: #fff;
  text-align: center;
  line-height: 25px;
}
#ui-datepicker-div .ui-datepicker-group table td {
  transition: all ease 0.2s;
}
#ui-datepicker-div .ui-datepicker-group table td:hover {
  background: #dedede;
}
#ui-datepicker-div .ui-datepicker-group table td.ui-datepicker-today {
  background: #fff;
}
#ui-datepicker-div .ui-datepicker-group table td .ui-state-active {
  background: #887058;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #ui-datepicker-div {
    width: 100% !important;
    box-sizing: border-box;
    border-radius: 0;
    left: 0 !important;
  }
}

.page {
  height: auto;
  min-height: 900px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .page {
    min-height: 500px;
  }
}

/* #container */
#container {
  padding-top: 0px;
}
#container .inner h3 {
  position: relative;
}
#container .inner h3 .s1 {
  font-weight: bold;
  font-size: 95px;
  font-family: "Arita";
  color: #888;
  text-align: center;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
  top: -50px;
  left: 10px;
  mix-blend-mode: darken;
  z-index: 100;
}
#container .inner h3 .s2 {
  position: absolute;
  top: 0;
  left: 50px;
  font-size: 30px;
  transition: all ease 1s;
}
#container .inner > p {
  font-weight: normal;
  font-size: 18px;
  font-family: "Arita";
  color: #777;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
  padding-left: 155px;
  box-sizing: border-box;
}

#visual {
  width: 100%;
  height: 100vh;
  background: #ddd;
  position: relative;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 640px) {
  #visual {
    height: 100%;
    padding-bottom: 50px;
  }
}
#visual > video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.3;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
}
@media screen and (max-width: 640px) {
  #visual > video {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#visual .infoBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 940px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #visual .infoBox {
    width: 100%;
    top: 65px;
    transform: translateX(-50%);
  }
}
#visual .infoBox h3 {
  font-weight: bold;
  font-size: 25px;
  font-family: "Arita";
  color: #ffc285;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 2px;
  padding: 20px 0 0;
}
@media screen and (max-width: 1040px) {
  #visual .infoBox h3 {
    padding-top: 0;
  }
}
#visual .infoBox h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #a3876b;
  margin: 20px auto;
  opacity: 0.8;
}
@media screen and (max-width: 1040px) {
  #visual .infoBox h3::after {
    margin: 15px auto;
  }
}
#visual .infoBox h3 strong {
  position: relative;
  padding: 10px;
  transition: color ease 0.2s;
  cursor: default;
}
#visual .infoBox h3 strong span {
  font-weight: normal;
  font-size: 18px;
  font-family: "Arita";
  color: #a3876b;
  text-align: center;
  line-height: 1.5;
}
#visual .infoBox h3 strong::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
#visual .infoBox h3 strong:hover {
  color: #fff;
}
#visual .infoBox h3 strong:hover span {
  color: #292929;
}
#visual .infoBox h3 strong:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#visual .infoBox h3 strong::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #a3876b;
  z-index: -1;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #visual .infoBox h3 strong {
    font-size: 16px;
  }
}
#visual .infoBox .textShow {
  text-align: center;
}
@media screen and (max-width: 1040px) {
  #visual .infoBox .textShow {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #visual .infoBox .textShow {
    display: none;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#visual .infoBox .textShow .slideWrap .animatedFadeInUp {
  opacity: 0;
}
#visual .infoBox .textShow .slideWrap .fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
#visual .infoBox .textShow .slideWrap p {
  font-weight: normal;
  font-size: 17px;
  font-family: "Arita";
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
#visual .infoBox .textShow .slideWrap p.pTit {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  padding: 10px 0;
}
#visual .infoBox .textShow .slideWrap p.sTxt {
  animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
}
#visual .infoBox #infoWrap {
  width: 940px;
  height: 340px;
  perspective: 600px;
  margin-top: 40px;
}
#visual .infoBox #infoWrap::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1040px) {
  #visual .infoBox #infoWrap {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 25px;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #visual .infoBox #infoWrap {
    width: 64%;
    margin-left: 18%;
    margin-right: 18%;
  }
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
    height: 340px;
  }
}
#visual .infoBox #infoWrap > li {
  width: 220px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 50%;
  transition: margin-left 1s, opacity 1s, transform 1s, width 1s, background-color 0.5s;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li .back {
    padding: 20px !important;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(1) {
  margin-left: -470px;
}
#visual .infoBox #infoWrap > li:nth-of-type(1) .pic img {
  width: 80%;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(1) .pic img {
    width: 110%;
  }
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(1) .back .pTxt {
    height: 235px;
    padding-right: 5px;
    overflow-y: scroll;
    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #292929 transparent;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(1) .back .pTxt::-webkit-scrollbar {
    width: 5px;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(1) .back .pTxt::-webkit-scrollbar-track {
    background-color: transparent;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(1) .back .pTxt::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #292929;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(1) .back .pTxt::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(2) {
  margin-left: -230px;
}
#visual .infoBox #infoWrap > li:nth-of-type(2) .pic img {
  width: 50%;
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(2) .pic img {
    width: 65%;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(2) .back .boxWrap h4 {
  color: #a3876b;
}
#visual .infoBox #infoWrap > li:nth-of-type(2) .back .boxWrap ul li {
  float: left;
  text-align: center;
  width: calc(100%/6);
  margin-bottom: 25px;
}
@media screen and (max-width: 1040px) {
  #visual .infoBox #infoWrap > li:nth-of-type(2) .back .boxWrap ul li {
    width: calc(100%/4);
  }
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(2) .back .boxWrap ul li {
    width: calc(100%/3);
    margin-bottom: 5px;
    height: 68px;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(2) .back .boxWrap ul li i {
  color: #a3876b;
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(2) .back .boxWrap ul li i {
    font-size: 25px;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(2) .back .boxWrap ul li p {
  color: #888;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(2) .back .boxWrap ul li p {
    line-height: 1.2;
    padding: 7px 5px;
    word-break: keep-all;
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  #visual .infoBox #infoWrap > li:nth-of-type(2) .back .boxWrap ul li p {
    font-size: 13px;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(3) {
  margin-left: 10px;
}
#visual .infoBox #infoWrap > li:nth-of-type(3) .pic img {
  width: 45%;
  opacity: 0.78;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(3) .pic img {
    width: 60%;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(3) .back .boxWrap::after {
  content: "";
  display: block;
  clear: both;
}
#visual .infoBox #infoWrap > li:nth-of-type(3) .back .boxWrap .textBox {
  float: left;
  width: 33.333333%;
  padding-right: 20px;
  box-sizing: border-box;
  height: 175px;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  #visual .infoBox #infoWrap > li:nth-of-type(3) .back .boxWrap .textBox {
    width: 100%;
    padding-right: 0;
    height: auto;
    margin-bottom: 10px;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(3) .back .boxWrap .textBox .pTit {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(3) .back .boxWrap .textBox:nth-child(3) {
    display: none;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(3) .back .boxWrap .textBox .pTxt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    height: 70px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(3) .back .boxWrap .textBox .uInfo {
  color: #888;
  opacity: 0.8;
  display: none;
}
#visual .infoBox #infoWrap > li:nth-of-type(4) {
  margin-left: 250px;
}
#visual .infoBox #infoWrap > li:nth-of-type(4) .pic img {
  width: 60%;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(4) .pic img {
    width: 80%;
    top: 45%;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(4) .back .boxWrap .app {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(4) .back .boxWrap .app {
    padding: 5px 0;
  }
}
#visual .infoBox #infoWrap > li:nth-of-type(4) .back .boxWrap .app a {
  width: 160px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li:nth-of-type(4) .back .boxWrap .app a {
    width: 100px;
    display: inline-block;
    margin-right: 5px;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(4) .back .boxWrap .app a:last-child {
    margin-right: 0;
  }
}
#visual .infoBox #infoWrap > li .front {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 1;
  transition: 1s;
  box-sizing: border-box;
}
#visual .infoBox #infoWrap > li .front .pic {
  width: 100%;
  height: 124px;
  margin-bottom: 15px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
#visual .infoBox #infoWrap > li .front .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#visual .infoBox #infoWrap > li .front h4 {
  font-weight: bold;
  font-size: 17px;
  font-family: "Arita";
  color: #888;
  text-align: left;
  line-height: 1.2;
  transition: 0.5s;
}
#visual .infoBox #infoWrap > li .front h4::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #a3876b;
  margin-top: 14px;
  margin-bottom: 12px;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li .front h4 {
    padding: 20px 0;
  }
  #visual .infoBox #infoWrap > li .front h4::after {
    display: none;
  }
}
#visual .infoBox #infoWrap > li .front p {
  font-weight: normal;
  font-size: 15px;
  font-family: "Arita";
  color: #888;
  text-align: left;
  line-height: 1.5;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li .front p {
    display: none;
  }
}
#visual .infoBox #infoWrap > li .front .more {
  position: absolute;
  bottom: 0px;
  right: -60px;
  color: #a3876b;
  opacity: 0.6;
  transition: 1s;
}
#visual .infoBox #infoWrap > li .front .more span {
  font-size: 36px;
  margin-right: 5px;
  display: inline-block;
  transition: 1s;
}
#visual .infoBox #infoWrap > li .front .more em {
  font: normal 12px/1 "arial";
  position: relative;
  top: -3px;
  opacity: 0;
  transition: 1s;
}
#visual .infoBox #infoWrap > li .front:hover .more {
  right: 20px;
}
#visual .infoBox #infoWrap > li .front:hover .more span {
  transform: rotate(180deg);
}
#visual .infoBox #infoWrap > li .front:hover .more em {
  opacity: 1;
}
#visual .infoBox #infoWrap > li .back {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 40px;
  opacity: 0;
  transition: 1s;
  box-sizing: border-box;
}
#visual .infoBox #infoWrap > li .back .btn_more {
  text-align: left;
  margin: 0 auto;
  width: 140px;
  line-height: 35px;
  border: 1px solid #887058;
  display: block;
  color: #887058;
  transition: all ease 0.2s;
  background: url(../images/bt_arrow_gold.png) no-repeat 88% center;
  padding-left: 20px;
  margin-top: 40px;
  margin-top: 0px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#visual .infoBox #infoWrap > li .back .btn_more:hover {
  background: url(../images/bt_arrow_gold.png) no-repeat 80% center;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li .back .btn_more {
    right: 10px;
    bottom: 10px;
    border: 0px;
  }
}
#visual .infoBox #infoWrap > li .back .close {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #888;
}
#visual .infoBox #infoWrap > li .back .pTit {
  font-weight: bold;
  color: #a3876b;
  padding-bottom: 10px;
}
#visual .infoBox #infoWrap > li .back .pTxt {
  color: #888;
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li .back .pTxt {
    height: auto;
    padding-right: 0px;
    overflow: auto;
  }
}
#visual .infoBox #infoWrap > li .back strong {
  display: block;
}
#visual .infoBox #infoWrap > li.on {
  margin-left: -110px;
}
#visual .infoBox #infoWrap > li.off:not(.on) {
  opacity: 0;
  -webkit-opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
}
#visual .infoBox #infoWrap > li.on.on2 {
  width: 100%;
  margin-left: -470px;
  transform: rotateY(180deg);
}
#visual .infoBox #infoWrap > li.on.on2 .front {
  opacity: 0;
  z-index: 1;
}
#visual .infoBox #infoWrap > li.on.on2 .back {
  opacity: 1;
  z-index: 2;
  transform: rotateY(180deg);
}
#visual .infoBox #infoWrap > li:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
#visual .infoBox #infoWrap > li:hover p {
  color: #aaa;
}
#visual .infoBox #infoWrap > li:hover h4 {
  color: #fff;
}
#visual .infoBox #infoWrap > li:hover h4::after {
  width: 60px;
}
@media screen and (max-width: 1040px) {
  #visual .infoBox #infoWrap > li {
    width: 48%;
    height: 48%;
    transition: left 1s, top 1s, opacity 1s, transform 1s, width 1s, background-color 0.5s;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(1) {
    top: 0%;
    left: 0%;
    margin-left: 0px;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(2) {
    top: 0%;
    left: 51%;
    margin-left: 0px;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(3) {
    top: 51%;
    left: 0%;
    margin-left: 0px;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(4) {
    top: 51%;
    left: 51%;
    margin-left: 0px;
  }
  #visual .infoBox #infoWrap > li .front .pic {
    height: 50%;
    margin-bottom: 0px;
    width: 65%;
    margin: 0 auto;
  }
  #visual .infoBox #infoWrap > li.on {
    top: 25%;
    left: 25%;
  }
  #visual .infoBox #infoWrap > li.on.on2 {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    top: 0%;
    left: 0%;
  }
}
@media screen and (max-width: 640px) {
  #visual .infoBox #infoWrap > li {
    width: 100%;
    height: 23%;
    margin-bottom: 3%;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(1) {
    top: 0%;
    left: 0%;
    margin-left: 0px;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(2) {
    top: 27%;
    left: 0%;
    margin-left: 0px;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(3) {
    top: 54%;
    left: 0%;
    margin-left: 0px;
  }
  #visual .infoBox #infoWrap > li:nth-of-type(4) {
    top: 81%;
    left: 0%;
    margin-left: 0px;
  }
  #visual .infoBox #infoWrap > li .front {
    padding: 10px;
  }
  #visual .infoBox #infoWrap > li .front .pic {
    width: 20%;
    height: 100%;
    margin-bottom: 0px;
    float: left;
    margin-right: 3%;
  }
  #visual .infoBox #infoWrap > li .front h2 {
    float: left;
    width: 60%;
  }
  #visual .infoBox #infoWrap > li .front h2::after {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #visual .infoBox #infoWrap > li .front p {
    float: left;
    width: 60%;
  }
  #visual .infoBox #infoWrap > li.on {
    top: 40%;
    left: 0%;
  }
  #visual .infoBox #infoWrap > li.on.on2 {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    top: 0%;
    left: 0%;
  }
  #visual .infoBox #infoWrap > li:hover a {
    right: -60px;
  }
  #visual .infoBox #infoWrap > li:hover a span {
    transform: rotate(180deg);
  }
  #visual .infoBox #infoWrap > li:hover a em {
    opacity: 0;
  }
}

#about {
  padding: 150px 0 100px;
  min-height: 700px;
}
@media screen and (max-width: 1040px) {
  #about {
    padding: 150px 50px 100px 50px;
  }
}
@media screen and (max-width: 767px) {
  #about {
    padding: 150px 50px 100px 50px;
  }
}
@media screen and (max-width: 640px) {
  #about {
    padding: 80px 15px 15px;
  }
}
@media screen and (max-width: 360px) {
  #about {
    padding: 60px 15px 30px;
  }
  #about .inner {
    overflow: hidden;
  }
}
#about.on .inner h3 .s1 {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0.2;
  -webkit-opacity: 0.2;
}
#about .inner h3 .s1 {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  opacity: 0.1;
  -webkit-opacity: 0.1;
  visibility: visible;
  transition: all ease 0.3s;
  top: -40px;
}
@media screen and (max-width: 640px) {
  #about .inner h3 .s1 {
    text-align: center;
    width: 100%;
    font-size: 55px;
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  #about .inner h3 .s2 {
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    top: 20px;
  }
}
#about .inner > p {
  padding-left: 200px;
}
@media screen and (max-width: 640px) {
  #about .inner > p {
    padding-left: 0px;
    padding-top: 50px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
  }
}
#about .btn_more {
  text-align: left;
  margin: 0 auto;
  width: 110px;
  line-height: 35px;
  border: 1px solid #887058;
  display: block;
  color: #887058;
  transition: all ease 0.2s;
  background: url(../images/bt_arrow_gold.png) no-repeat 88% center;
  padding-left: 20px;
  margin-top: 40px;
}
#about .btn_more:hover {
  background: url(../images/bt_arrow_gold.png) no-repeat 80% center;
}
#about .videoBox {
  padding: 50px 0;
}
#about #videoWrap {
  width: 640px;
  height: 370px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  #about #videoWrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #about #videoWrap {
    width: 100%;
  }
}
#about #videoWrap .videoBanner {
  width: 700%;
}
#about #videoWrap .videoBanner li {
  float: left;
  width: calc(100%/7);
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  #about #videoWrap .videoBanner li {
    margin-top: 25px;
  }
}
#about #videoWrap .videoBanner li .photo {
  position: relative;
  padding: 40px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  #about #videoWrap .videoBanner li .photo {
    padding: 0;
    border-right: 10px solid #fff;
    overflow: hidden;
    height: 400px;
  }
  #about #videoWrap .videoBanner li .photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
  }
}
@media screen and (max-width: 640px) {
  #about #videoWrap .videoBanner li .photo {
    height: 340px;
  }
  #about #videoWrap .videoBanner li .photo img {
    width: 200%;
  }
}
@media screen and (max-width: 360px) {
  #about #videoWrap .videoBanner li .photo {
    height: 400px;
    border: 0;
  }
  #about #videoWrap .videoBanner li .photo img {
    width: 300%;
  }
}
#about #videoWrap .videoBanner li .photo img {
  position: relative;
  z-index: 100;
}
#about #videoWrap .videoBanner li .photo .textBox {
  position: absolute;
  z-index: 103;
  width: 400px;
  padding: 30px;
  box-sizing: border-box;
  text-align: left;
  top: 257px;
  transition: all ease 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  #about #videoWrap .videoBanner li .photo .textBox {
    top: 225px;
  }
}
@media screen and (max-width: 767px) {
  #about #videoWrap .videoBanner li .photo .textBox {
    top: 0px;
    height: 100%;
    opacity: 1;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
}
#about #videoWrap .videoBanner li .photo .textBox .tit {
  font-size: 20px;
  color: #fff;
  background: rgba(5, 5, 5, 0.3);
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#about #videoWrap .videoBanner li .photo .textBox .sText {
  display: none;
  transition: all ease 0.3s;
  color: #fff;
}
#about #videoWrap .videoBanner li .photo .textBox .sText .more {
  position: absolute;
  bottom: 0px;
  right: -60px;
  color: #a3876b;
  opacity: 0.6;
  transition: 1s;
}
#about #videoWrap .videoBanner li .photo .textBox .sText .more span {
  font-size: 36px;
  margin-right: 5px;
  display: inline-block;
  transition: 1s;
}
#about #videoWrap .videoBanner li .photo .textBox .sText .more em {
  font: normal 12px/1 "arial";
  position: relative;
  top: -3px;
  opacity: 0;
  transition: 1s;
}
#about #videoWrap .videoBanner li .photo .textBox .sText:hover .more {
  right: 20px;
}
#about #videoWrap .videoBanner li .photo .textBox .sText:hover .more span {
  transform: rotate(180deg);
}
#about #videoWrap .videoBanner li .photo .textBox .sText:hover .more em {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #about #videoWrap .videoBanner li .photo .textBox .sText {
    display: block;
  }
}
#about #videoWrap .videoBanner li .photo .textBox .sText .info {
  color: #c4b2a1;
  display: block;
  padding: 10px 0;
}
#about #videoWrap .videoBanner li.active {
  margin-top: 25px;
}
#about #videoWrap .videoBanner li.active .photo {
  padding: 0px;
}
#about #videoWrap .videoBanner li.active:hover .photo .textBox {
  height: 360px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #about #videoWrap .videoBanner li.active:hover .photo .textBox {
    height: 100%;
  }
}
#about #videoWrap .videoBanner li:hover .photo .textBox {
  top: 0px;
  height: 315px;
  background: rgba(0, 0, 0, 0.8);
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #about #videoWrap .videoBanner li:hover .photo .textBox {
    height: 100%;
    margin: 0px;
  }
}
#about #videoWrap .videoBanner li:hover .photo .textBox .sText {
  display: block;
}
#about #videoWrap .arrow li {
  position: absolute;
  top: -25px;
  z-index: 101;
}
#about #videoWrap .arrow li.rightBtn {
  right: 5px;
}
#about #videoWrap .arrow li.leftBtn {
  right: 55px;
}
#about #videoWrap .arrow li i {
  font-size: 30px;
  color: #909090;
}
#about #videoWrap .circle {
  position: absolute;
  top: -8px;
  left: 0px;
  z-index: 101;
}
#about #videoWrap .circle li {
  display: inline-block;
  margin: -2px;
}
#about #videoWrap .circle li a {
  display: block;
  width: 40px;
  height: 3px;
  background: #dcdcdc;
  text-indent: -9999px;
  transition: all ease 0.3s;
}
@media screen and (max-width: 360px) {
  #about #videoWrap .circle li a {
    width: 20px;
  }
}
#about #videoWrap .circle li.active a {
  background: #887058;
}

#rooms {
  width: 100%;
  height: 100vh;
  padding: 140px 0px 190px;
  background-color: #eee;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #rooms {
    height: 100%;
    min-height: 730px;
    padding: 90px 0px;
  }
}
#rooms > * {
  transition: all ease 1s;
}
#rooms.on .inner h3 .s1 {
  transform: translateX(5px);
}
@media screen and (max-width: 640px) {
  #rooms.on .inner h3 .s1 {
    transform: translateX(0px);
    top: 60px;
    opacity: 1;
    color: #292929;
    font-size: 45px;
  }
}
@media screen and (max-width: 360px) {
  #rooms.on .inner h3 .s1 {
    top: 40px;
  }
}
#rooms.on .inner #tab dl dd .textBox .img, #rooms.on .inner #tab dl dd .textBox .img2 {
  right: -180px;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #rooms.on .inner #tab dl dd .textBox .img, #rooms.on .inner #tab dl dd .textBox .img2 {
    right: -180px;
  }
}
#rooms .inner {
  width: 860px;
  margin: 0px auto;
  padding-left: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1040px) {
  #rooms .inner {
    width: 700px;
  }
}
@media screen and (max-width: 640px) {
  #rooms .inner {
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    top: 10px;
    bottom: 0;
    right: 0;
    transform: translate(0px);
  }
}
#rooms .inner h3 {
  z-index: 101;
  mix-blend-mode: difference;
}
@media screen and (max-width: 640px) {
  #rooms .inner h3 {
    mix-blend-mode: hard-light;
  }
}
#rooms .inner h3 .s1 {
  color: #292929;
  opacity: 0.8;
  transform: translateX(-160px);
  transition: all ease 1s;
}
@media screen and (max-width: 1040px) {
  #rooms .inner h3 .s1 {
    text-align: left;
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  #rooms .inner h3 .s1 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 640px) {
  #rooms .inner h3 .s1 {
    padding-left: 0px;
    left: 20px;
    color: #292929;
    font-size: 55px;
    padding-right: 50px;
    transform: translateX(0);
    opacity: 0.2;
    top: 0px;
  }
}
#rooms .inner #tab {
  width: 100%;
  position: relative;
  transition: all ease 1s;
  height: 500px;
}
#rooms .inner #tab dl .btnAni {
  box-shadow: inset 0 0 0 2px rgba(136, 112, 88, 0.1);
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
}
#rooms .inner #tab dl .btnAni::before, #rooms .inner #tab dl .btnAni::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
#rooms .inner #tab dl .btnAni {
  transition: color 0.2s;
}
#rooms .inner #tab dl .btnAni::before, #rooms .inner #tab dl .btnAni::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
#rooms .inner #tab dl .btnAni::before {
  top: 0;
  left: 0;
}
#rooms .inner #tab dl .btnAni::after {
  bottom: 0;
  right: 0;
}
#rooms .inner #tab dl .btnAni:hover::before, #rooms .inner #tab dl .btnAni:hover::after {
  width: 100%;
  height: 100%;
}
#rooms .inner #tab dl .btnAni:hover::before {
  border-top-color: #a3876b;
  border-right-color: #a3876b;
  transition: width 0.2s ease-out, height 0.2s ease-out 0.25s;
}
#rooms .inner #tab dl .btnAni:hover::after, #rooms .inner #tab dl .btnAni.on::after {
  border-bottom-color: #a3876b;
  border-left-color: #a3876b;
  transition: border-color 0s ease-out 0.5s, width 0.2s ease-out 0.5s, height 0.2s ease-out 0.75s;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl * {
    border: none;
  }
}
#rooms .inner #tab dl dt {
  position: absolute;
  top: 60px;
  z-index: 101;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl dt {
    top: 150px;
    left: 20px;
    width: 103px;
  }
}
#rooms .inner #tab dl dt a {
  width: 100%;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  font-family: "Arita";
  color: #444;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl dt a {
    font-size: 16px;
    line-height: 35px;
    color: #444;
  }
  #rooms .inner #tab dl dt a.btnAni {
    border: 0;
    box-sizing: border-box;
    padding: 0px 5px;
    position: relative;
    background: white;
    box-shadow: none;
  }
}
#rooms .inner #tab dl dt a:hover {
  color: #292929;
}
#rooms .inner #tab dl dt.on a {
  color: #fff;
  background: #887058;
  box-shadow: inset 0 0 0 2px #887058;
}
#rooms .inner #tab dl:nth-of-type(1) > dt {
  left: 20px;
}
#rooms .inner #tab dl:nth-of-type(2) > dt {
  left: 150px;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl:nth-of-type(2) > dt {
    left: 123px;
  }
}
#rooms .inner #tab dl:nth-of-type(3) > dt {
  left: 270px;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl:nth-of-type(3) > dt {
    left: 20px;
    top: 185px;
  }
}
#rooms .inner #tab dl:nth-of-type(4) > dt {
  left: 403px;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl:nth-of-type(4) > dt {
    left: 123px;
    top: 185px;
  }
}
#rooms .inner #tab dl dd {
  padding: 20px;
  display: none;
  padding-top: 125px;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl dd {
    padding-top: 235px;
  }
}
#rooms .inner #tab dl dd p {
  font-size: 17px;
  z-index: 101;
  position: relative;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl dd > p {
    display: none;
  }
}
#rooms .inner #tab dl dd .textBox {
  position: relative;
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#rooms .inner #tab dl dd .textBox .animatedFadeInUp {
  opacity: 0;
}
#rooms .inner #tab dl dd .textBox .fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
#rooms .inner #tab dl dd .textBox .more {
  position: absolute;
  bottom: 0px;
  right: -60px;
  color: #a3876b;
  opacity: 0.6;
  transition: 1s;
}
#rooms .inner #tab dl dd .textBox .more span {
  font-size: 36px;
  margin-right: 5px;
  display: inline-block;
  transition: 1s;
}
#rooms .inner #tab dl dd .textBox .more em {
  font: normal 12px/1 "arial";
  position: relative;
  top: -3px;
  opacity: 0;
  transition: 1s;
}
#rooms .inner #tab dl dd .textBox:hover .more {
  right: 20px;
}
#rooms .inner #tab dl dd .textBox:hover .more span {
  transform: rotate(180deg);
}
#rooms .inner #tab dl dd .textBox:hover .more em {
  opacity: 1;
}
#rooms .inner #tab dl dd .textBox .sText {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  width: 55%;
  padding: 30px;
  background: #292929;
  position: relative;
  z-index: 101;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl dd .textBox .sText {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 25px 50px;
  }
}
#rooms .inner #tab dl dd .textBox .sText p {
  font-weight: normal;
  font-size: 16px;
  font-family: "Arita";
  color: #ccc;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl dd .textBox .sText p {
    overflow-y: scroll;
    height: 280px;
    padding-right: 5px;
    /* Firefox scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #2f2f2f transparent;
  }
  #rooms .inner #tab dl dd .textBox .sText p::-webkit-scrollbar {
    width: 5px;
  }
  #rooms .inner #tab dl dd .textBox .sText p::-webkit-scrollbar-track {
    background-color: transparent;
  }
  #rooms .inner #tab dl dd .textBox .sText p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #2f2f2f;
  }
  #rooms .inner #tab dl dd .textBox .sText p::-webkit-scrollbar-button {
    width: 0;
    height: 0;
  }
}
#rooms .inner #tab dl dd .textBox .img, #rooms .inner #tab dl dd .textBox .img2 {
  animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  position: absolute;
  right: -400px;
  top: -255px;
  z-index: 100;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  overflow: hidden;
  border: 10px solid #e4e4e4;
  transition: all ease 2s;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl dd .textBox .img, #rooms .inner #tab dl dd .textBox .img2 {
    border: none;
    top: -325px;
  }
}
#rooms .inner #tab dl dd .textBox .img img, #rooms .inner #tab dl dd .textBox .img2 img {
  width: auto;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#rooms .inner #tab dl dd .textBox .img2 {
  animation-duration: 3s;
  animation-fill-mode: both;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  top: 95px;
  left: -135px;
  width: 300px;
  height: 300px;
  border-radius: 0;
  border: 10px solid #ffffff;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl dd .textBox .img2 {
    display: none;
  }
}
#rooms .inner #tab dl dd .textBox .img2 img {
  opacity: 1;
}
#rooms .inner #tab dl dd .title {
  text-align: center;
  display: block;
  padding: 27px 0px;
  color: #888;
  font-size: 30px;
}
#rooms .inner #tab dl dd .tab_content {
  position: relative;
  padding: 20px 0px;
}
@media screen and (max-width: 640px) {
  #rooms .inner #tab dl dd .tab_content {
    padding: 0;
  }
}
#rooms .inner #tab dl dd.on {
  display: block;
}

#gallery {
  width: 100%;
  padding: 170px 0px 110px;
  height: auto;
}
@media screen and (max-width: 640px) {
  #gallery {
    padding: 90px 0px 70px;
  }
}
#gallery > * {
  transition: all ease 1s;
}
#gallery.on .inner h3 .s1 {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0.2;
  -webkit-opacity: 0.2;
}
#gallery.on .inner p:after {
  width: 80px;
}
#gallery .inner h3 .s1 {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  opacity: 0.1;
  -webkit-opacity: 0.1;
  transition: all ease 0.3s;
  visibility: visible;
}
@media screen and (max-width: 1040px) {
  #gallery .inner h3 .s1 {
    padding-left: 85px;
  }
}
@media screen and (max-width: 640px) {
  #gallery .inner h3 .s1 {
    padding-left: 85px;
    text-align: center;
    width: 100%;
    font-size: 55px;
    top: 0;
    padding: 0;
  }
}
#gallery .inner h3 .s2 {
  position: absolute;
  top: 0;
  left: 50px;
  font-size: 30px;
  transition: all ease 1s;
}
@media screen and (max-width: 1040px) {
  #gallery .inner h3 .s2 {
    padding-left: 85px;
  }
}
@media screen and (max-width: 640px) {
  #gallery .inner h3 .s2 {
    padding-left: 85px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 1040px) {
  #gallery .inner > p {
    padding-left: 245px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  #gallery .inner > p {
    width: 100%;
    padding: 40px 50px 0;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #gallery .inner > p {
    padding: 75px 50px 0;
    text-align: center;
  }
}
#gallery .inner > p:after {
  display: block;
  content: "";
  position: absolute;
  top: -17px;
  left: 90px;
  width: 0px;
  height: 3px;
  background: #887058;
  transition: all ease 3s;
}
@media screen and (max-width: 767px) {
  #gallery .inner > p:after {
    top: -17px;
    left: 90px;
  }
}
@media screen and (max-width: 640px) {
  #gallery .inner > p:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
#gallery .inner ul.tabs {
  display: flex;
  padding: 0 30px 5px;
  box-sizing: border-box;
  justify-content: center;
  flex-wrap: wrap;
}
#gallery .inner ul.tabs li {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #887058;
  border-radius: 50px;
  background: #fff;
  cursor: pointer;
  transition: all ease 0.5s;
}
#gallery .inner ul.tabs li:hover {
  background: rgba(136, 112, 88, 0.2);
}
#gallery .inner ul.tabs li > a {
  display: inline-block;
  height: 27px;
  padding: 0px 8px;
  transition: all ease 0.5s;
  font-weight: normal;
  font-size: 14px;
  font-family: "Arita";
  color: #887058;
  text-align: center;
  line-height: 27px;
}
#gallery .inner ul.tabs li.on {
  background: #887058;
}
#gallery .inner ul.tabs li.on > a {
  color: #fff;
}
#gallery .inner .item_wrap {
  height: 700px !important;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  #gallery .inner .item_wrap {
    width: 80%;
    margin: 0 auto;
  }
}
#gallery .inner .item_wrap .item {
  width: 33.3333333333%;
  height: 235px;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  #gallery .inner .item_wrap .item {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #gallery .inner .item_wrap .item {
    width: 100%;
  }
}
#gallery .inner .item_wrap .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 115%;
  width: auto;
}
#gallery .inner .item_wrap .item > div {
  width: 100%;
  height: 100%;
  background: #595959;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  vertical-align: bottom;
}
#gallery .inner .item_wrap .item > div a {
  font-weight: normal;
  font-size: 15px;
  font-family: "Arita";
  color: #fff;
  text-align: center;
  line-height: 215px;
  display: block;
  width: 100%;
  height: 100%;
  transition: all ease 0.5s;
  background: #444;
  position: relative;
  overflow: hidden;
}
#gallery .inner .item_wrap .item > div a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  transition: 1s;
}
#gallery .inner .item_wrap .item > div a::after {
  content: "VIEW";
  font-weight: bold;
  font-size: 20px;
  font-family: "Arita";
  color: #c5ab9b;
  text-align: center;
  line-height: 215px;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.2s;
  box-sizing: border-box;
}
#gallery .inner .item_wrap .item > div a:hover::before {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
#gallery .inner .item_wrap .item > div a:hover::after {
  opacity: 1;
  border: 5px solid #e0cec3;
}
#gallery .inner .btn_more {
  text-align: left;
  margin: 0 auto;
  width: 110px;
  line-height: 35px;
  border: 1px solid #887058;
  display: block;
  color: #887058;
  transition: all ease 0.2s;
  background: url(../images/bt_arrow_gold.png) no-repeat 88% center;
  padding-left: 20px;
  margin-top: 40px;
}
#gallery .inner .btn_more:hover {
  background: url(../images/bt_arrow_gold.png) no-repeat 80% center;
}

#location {
  padding: 120px 0 0;
  min-height: auto;
}
@media screen and (max-width: 1040px) {
  #location {
    padding: 60px 0 0;
  }
}
#location.on .world .inner h3 .s1 {
  mix-blend-mode: darken;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  color: #887058;
  font-size: 80px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  #location.on .world .inner h3 .s1 {
    font-size: 50px;
  }
}
#location .world .inner h3 {
  text-align: center;
}
#location .world .inner h3 .s1 {
  mix-blend-mode: darken;
  position: unset;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  visibility: visible;
  position: relative;
  padding: 10px;
  transition: color ease 0.2s;
  cursor: default;
  transition: all ease 0.3s;
}
#location .world .inner h3 .s1 span {
  font-weight: normal;
  font-size: 18px;
  font-family: "Arita";
  color: #a3876b;
  text-align: center;
  line-height: 1.5;
}
#location .world .inner h3 .s1::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}
#location .world .inner h3 .s1:hover {
  color: #fff;
}
#location .world .inner h3 .s1:hover span {
  color: #292929;
}
#location .world .inner h3 .s1:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#location .world .inner h3 .s1::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #a3876b;
  z-index: -1;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1040px) {
  #location .world .inner h3 .s1 {
    font-size: 50px;
    width: 100%;
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0;
    left: 0;
  }
}
#location .world #brand {
  padding: 25px 0 70px;
}
@media screen and (max-width: 1040px) {
  #location .world #brand {
    padding: 0px;
  }
}
#location .world #brand .brandWrap {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
#location .world #brand .brandWrap .brandLi {
  position: absolute;
  left: 0;
}
#location .world #brand .brandWrap .brandLi::after {
  content: "";
  display: block;
  clear: both;
}
#location .world #brand .brandWrap .brandLi li {
  width: 150px;
  height: 150px;
  float: left;
  opacity: 0.8;
  transition: all ease 0.3s;
}
#location .world #brand .brandWrap .brandLi li:hover {
  opacity: 1;
}
#location .world #brand .brandWrap .brandLi li a {
  display: block;
  width: 90%;
  height: 90%;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin: 10px;
}
#location .world #brand .brandWrap .brandLi li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  transition: all ease 0.3s;
}
#location .world #brand .brandWrap .brandLi li a:hover img {
  width: 55%;
}
#location .locaDetail {
  background: #292929;
  padding: 50px 0;
  color: #888;
}
@media screen and (max-width: 1040px) {
  #location .locaDetail {
    padding: 50px 110px;
  }
}
@media screen and (max-width: 640px) {
  #location .locaDetail {
    padding: 0;
  }
}
#location .locaDetail .inner {
  /*google map*/
}
#location .locaDetail .inner h3 .s1 {
  mix-blend-mode: unset;
  opacity: 1;
  font-size: 25px;
  position: unset;
  font-weight: normal;
  color: #a3876b;
}
#location .locaDetail .inner::after {
  content: "";
  display: block;
  clear: both;
}
#location .locaDetail .inner .left {
  float: left;
  width: 50%;
  font-size: 17px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  #location .locaDetail .inner .left {
    float: none;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #location .locaDetail .inner .left {
    padding: 40px 30px 0px;
  }
}
#location .locaDetail .inner .left h4 {
  padding: 20px 0 10px;
  font-size: 18px;
  color: #fff;
}
#location .locaDetail .inner .left strong {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
#location .locaDetail .inner .left strong i {
  margin-right: 10px;
}
#location .locaDetail .inner .left .contact {
  padding: 25px 0;
}
#location .locaDetail .inner .left .contact p {
  color: #a3876b;
  font-size: 17px;
}
@media screen and (max-width: 1040px) {
  #location .locaDetail .inner .left .contact p {
    display: inline-block;
    margin-right: 30px;
  }
}
#location .locaDetail .inner .left .contact p span {
  font-weight: bold;
  margin-right: 10px;
  color: #887058;
}
#location .locaDetail .inner .left .contact a {
  color: #a3876b;
  display: inline-block;
}
#location .locaDetail .inner .left .contact a:hover {
  color: #ffc285;
}
#location .locaDetail .inner .left .csBtn a {
  color: #a3876b;
  display: inline-block;
  border: 1px solid #a3876b;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: all ease 0.2s;
}
#location .locaDetail .inner .left .csBtn a:hover {
  color: #ffc285;
  border-color: #ffc285;
}
#location .locaDetail .inner .right {
  float: right;
  width: 50%;
  height: 300px;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  #location .locaDetail .inner .right {
    float: none;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
#location .locaDetail .inner .right .googleMap {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1040px) {
  #location .locaDetail .inner .right .googleMap {
    height: 340px;
  }
}
#location .locaDetail .inner .right .googleMap #map {
  width: 100vw;
  height: 100vh;
}
#location .locaDetail .inner .right .googleMap #map .wrap {
  width: 200px;
}
#location .locaDetail .inner .right .googleMap #map .wrap .text-box {
  text-align: center;
}
#location .locaDetail .inner .right .googleMap #map .wrap .text-box h4 {
  margin: 10px auto 0;
}
#location .locaDetail .inner .right .googleMap #map .wrap .text-box .img-box {
  max-height: 100px;
  overflow: hidden;
}
#location .locaDetail .inner .right .googleMap #map .wrap .text-box img {
  width: 150px;
  margin: -20px auto 0;
}
#location .locaDetail .inner .right .googleMap #map .wrap .text-box a {
  text-decoration: none;
  color: #000;
}

/* footer */
#footer {
  width: 100%;
  background: #212121;
}
#footer > * {
  transition: all ease 1s;
}
#footer .inner {
  font-family: "Noto Sans KR";
}
#footer .inner a {
  color: #fff;
  opacity: 0.3;
}
#footer .inner a:hover {
  opacity: 0.7;
}
#footer .inner .footTop {
  font-size: 15px;
  color: #887058;
  border-bottom: 1px solid #2f2f2f;
  padding: 30px 0px;
}
#footer .inner .footTop::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1040px) {
  #footer .inner .footTop {
    padding: 30px 110px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footTop {
    padding: 20px;
  }
}
#footer .inner .footTop .footMenu {
  float: left;
  width: 50%;
}
#footer .inner .footTop .footMenu::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1040px) {
  #footer .inner .footTop .footMenu {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footTop .footMenu {
    width: 100%;
  }
}
#footer .inner .footTop .footMenu li {
  float: left;
  width: 40%;
}
@media screen and (max-width: 640px) {
  #footer .inner .footTop .footMenu li {
    width: 100%;
  }
}
#footer .inner .footTop .footMenu > div {
  width: 50%;
  float: left;
}
#footer .inner .footTop .footMenu > div p {
  padding-bottom: 5px;
}
#footer .inner .footTop .app {
  float: left;
  width: 25%;
}
#footer .inner .footTop .app::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1040px) {
  #footer .inner .footTop .app {
    float: right;
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footTop .app {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 15px;
  }
}
#footer .inner .footTop .app a {
  width: 110px;
  float: left;
  margin-right: 10px;
  opacity: 0.7;
}
@media screen and (max-width: 1040px) {
  #footer .inner .footTop .app a {
    float: right;
    margin-right: 0;
    margin-left: 10px;
  }
}
#footer .inner .footTop .sns {
  float: right;
}
@media screen and (max-width: 1040px) {
  #footer .inner .footTop .sns {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1040px) {
  #footer .inner .footTop .sns {
    float: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
#footer .inner .footTop .sns ul::after {
  content: "";
  display: block;
  clear: both;
}
#footer .inner .footTop .sns ul li {
  float: left;
  border-radius: 50px;
  width: 38px;
  height: 38px;
  margin-left: 7px;
}
#footer .inner .footTop .sns ul li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 25px;
  font-family: "Arita";
  color: #888;
  text-align: center;
  line-height: 38px;
}
#footer .inner .footBottom {
  text-align: center;
  font-size: 14px;
  padding: 30px 0px;
}
@media screen and (max-width: 640px) {
  #footer .inner .footBottom {
    font-size: 12px;
    padding: 20px 20px 60px;
  }
}
#footer .inner .footBottom ul {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #footer .inner .footBottom ul {
    margin-bottom: 5px;
  }
}
#footer .inner .footBottom ul li {
  display: inline-block;
  padding: 5px 10px;
}
@media screen and (max-width: 640px) {
  #footer .inner .footBottom ul li {
    padding: 0px 10px;
  }
}
#footer .inner .footBottom ul li a {
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  #sidenav {
    display: none;
  }
}
#sidenav .inner {
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 104;
  opacity: 0.8;
  padding: 10px;
  width: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #sidenav .inner {
    top: 50px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
}
#sidenav .inner ul li {
  text-align: left;
  position: relative;
  width: 100%;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #sidenav .inner ul li {
    width: 20%;
    float: left;
  }
}
#sidenav .inner ul li a {
  font-weight: normal;
  font-size: 12px;
  font-family: "Arita";
  color: #888;
  text-align: left;
  line-height: 30px;
  display: inline-block;
  transition: all ease 0.5s;
  height: 18px;
  padding-left: 20px;
  cursor: pointer;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  #sidenav .inner ul li a {
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
}
#sidenav .inner ul li a:hover {
  color: #887058;
}
#sidenav .inner ul li span {
  display: inline-block;
  background: #a3876b;
  width: 5px;
  height: 1px;
  transition: all ease 0.5s;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgba(255, 255, 255, 0);
  z-index: 99;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #sidenav .inner ul li span {
    width: 0px;
    height: 0px;
    text-align: center;
  }
}
#sidenav .inner ul li.on a {
  opacity: 0;
}
#sidenav .inner ul li.on span {
  background: #a3876b;
  width: 100%;
  height: 19px;
  opacity: 0.8;
  padding: 2px 5px;
  color: white;
  box-sizing: border-box;
}

.footFix {
  position: fixed;
  z-index: 999999;
  right: 0px;
  bottom: 0px;
  background: none;
  transition: all ease 0.3s;
  bottom: 42px;
}
@media screen and (max-width: 767px) {
  .footFix {
    bottom: 0px;
  }
}
.footFix .goTop {
  text-align: center;
  position: fixed;
  width: 45px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .footFix .goTop {
    right: 10px;
    bottom: 60px;
  }
}
.footFix .goTop a {
  display: block;
}
@media screen and (max-width: 767px) {
  .footFix {
    left: 0;
    width: 100%;
  }
}
.footFix a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.footFix a:hover i {
  color: #ffc285;
}
.footFix a i {
  color: #a3876b;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color ease 0.3s;
}

.fixedMenu {
  padding: 10px 0 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .fixedMenu {
    padding: 0;
    background: #292929;
  }
  .fixedMenu::after {
    content: "";
    display: block;
    clear: both;
  }
}
.fixedMenu li {
  width: 45px;
  height: 40px;
}
.fixedMenu li.booknow {
  display: none;
}
.fixedMenu li.booknow a {
  font-weight: normal;
  font-size: 15px;
  font-family: "Arita";
  color: #fff;
  text-align: center;
  line-height: 70px;
  background-color: #887058;
  line-height: 50px;
}
.fixedMenu li.booknow a:hover {
  background-color: #a3876b;
}
@media screen and (max-width: 767px) {
  .fixedMenu li {
    float: left;
    width: 20%;
    height: 50px;
  }
  .fixedMenu li.booknow {
    display: block;
  }
}