@charset "UTF-8";
@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --font168:8.75vw;
  --font128:6.6667vw;
  --font96:5vw;
  --font74:3.855vw;
  --font69:3.5938vw;
  --font64:3.33335vw;
  --font60:3.125vw;
  --font48:2.5vw;
  --font40:2.0835vw;
  --font34:1.77085vw;
  --font32:1.66671vw;
  --font28:1.4584vw;
  --font24:1.25vw;
  --font22:1.14585vw;
  --font20:1.0417vw;
  --font18:0.9375vw;
  --font16:0.83334vw;
  --font14:0.72917vw;
  --font10:0.5209vw;
}

@media all and (max-width: 1660px) {
  :root {
    --font168:calc(0.1vw + 8.75vw);
    --font128:calc(0.1vw + 6.6667vw);
    --font96:calc(0.1vw + 5vw);
    --font74:calc(0.1vw + 3.855vw);
    --font69:calc(0.1vw + 3.5938vw);
    --font64:calc(0.1vw + 3.33335vw);
    --font60:calc(0.1vw + 3.125vw);
    --font48:calc(0.1vw + 2.5vw);
    --font40:calc(0.1vw + 2.0835vw);
    --font34:calc(0.1vw + 1.77085vw);
    --font32:calc(0.1vw + 1.66671vw);
    --font28:calc(0.1vw + 1.4584vw);
    --font24:calc(0.1vw + 1.25vw);
    --font22:calc(0.1vw + 1.14585vw);
    --font20:calc(0.1vw + 1.0417vw);
    --font18:calc(0.1vw + 0.9375vw);
    --font16:calc(0.1vw + 0.83334vw);
    --font14:calc(0.1vw + 0.72917vw);
    --font10:calc(0.1vw + 0.5209vw);
  }
}
@media all and (max-width: 1440px) {
  :root {
    --font168:calc(0.2vw + 8.75vw);
    --font128:calc(0.2vw + 6.6667vw);
    --font96:calc(0.2vw + 5vw);
    --font74:calc(0.2vw + 3.855vw);
    --font69:calc(0.2vw + 3.5938vw);
    --font64:calc(0.2vw + 3.33335vw);
    --font60:calc(0.2vw + 3.125vw);
    --font48:calc(0.2vw + 2.5vw);
    --font40:calc(0.2vw + 2.0835vw);
    --font34:calc(0.2vw + 1.77085vw);
    --font32:calc(0.2vw + 1.66671vw);
    --font28:calc(0.2vw + 1.4584vw);
    --font24:calc(0.2vw + 1.25vw);
    --font22:calc(0.2vw + 1.14585vw);
    --font20:calc(0.2vw + 1.0417vw);
    --font18:calc(0.2vw + 0.9375vw);
    --font16:calc(0.2vw + 0.83334vw);
    --font14:calc(0.2vw + 0.72917vw);
    --font10:calc(0.2vw + 0.5209vw);
  }
}
@media all and (max-width: 1024px) {
  :root {
    --font168:calc(0.6vw + 8.75vw);
    --font128:calc(0.6vw + 6.6667vw);
    --font96:calc(0.6vw + 5vw);
    --font74:calc(0.6vw + 3.855vw);
    --font69:calc(0.6vw + 3.5938vw);
    --font64:calc(0.6vw + 3.33335vw);
    --font60:calc(0.6vw + 3.125vw);
    --font48:calc(0.6vw + 2.5vw);
    --font40:calc(0.6vw + 2.0835vw);
    --font34:calc(0.6vw + 1.77085vw);
    --font32:calc(0.6vw + 1.66671vw);
    --font28:calc(0.6vw + 1.4584vw);
    --font24:calc(0.6vw + 1.25vw);
    --font22:calc(0.6vw + 1.14585vw);
    --font20:calc(0.6vw + 1.0417vw);
    --font18:calc(0.6vw + 0.9375vw);
    --font16:calc(0.6vw + 0.83334vw);
    --font14:calc(0.6vw + 0.72917vw);
    --font10:calc(0.6vw + 0.5209vw);
  }
}
body, html {
  font-family: "Montserrat", "Noto Sans TC", serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  color: #000;
  margin: 0;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    overflow: 1;
  }
}
:root {
  color-scheme: dark; /* 強制整頁的系統原生組件（包含 iOS 滾動條）採用暗色調 */
}

/* Safari */
@keyframes prloader {
  0% {
    background-image: url(../images/loading/loading_00.svg);
  }
  30% {
    background-image: url(../images/loading/loading_01.svg);
  }
  40% {
    background-image: url(../images/loading/loading_02.svg);
  }
  60% {
    background-image: url(../images/loading/loading_03.svg);
  }
  80% {
    background-image: url(../images/loading/loading_04.svg);
  }
  90% {
    background-image: url(../images/loading/loading_05.svg);
  }
  100% {
    background-image: url(../images/loading/loading_06.svg);
  }
}
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloder .loader .img { /* Safari */
  animation: prloader 1s linear;
  width: 210px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/loading/loading_06.svg);
}
#preloder .loader .deco {
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 15px;
}
#preloder .loader .desc {
  font-size: 14px;
  text-align: center; /* Safari */
  animation: flash 0.5s linear infinite;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h3, p {
  /*text-align: justify;*/
  text-justify: inter-word;
  /*word-break: break-all;*/
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #848484;
}

::placeholder {
  color: #848484;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background-color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2B3823;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(43, 56, 35, 0.5);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  transition: 0.5s ease;
  background-color: rgba(43, 56, 35, 0.8);
  height: 95px;
}
header .header-div {
  position: relative;
}
header .header-div .block-outer {
  max-width: 1440px;
  padding: 0 30px;
}
header .header-div .brand-navi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header .header-div .brand {
  position: relative;
}
header .header-div .brand a {
  display: flex;
}
header .header-div .brand a img {
  height: 30px;
}
header .header-div .navi {
  position: relative;
  z-index: 3;
}
header .header-div .navi ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-div .navi ul li {
  display: inline-block;
  padding: 0px 15px;
}
header .header-div .navi ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Montserrat", "Noto Sans TC", serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 34.715px 0;
  text-transform: uppercase;
}
header .header-div .navi ul li a span:nth-child(1) {
  display: block;
}
header .header-div .navi ul li a span:nth-child(2) {
  /*display: none;*/
}
header .header-div .navi ul li a {
  -webkit-font-smoothing: antialiased;
}
header .header-div .navi ul li.none-sub-menu.active a {
  color: #64834F;
  /*font-weight: 700;*/
}
header .header-div .navi ul li.none-sub-menu.active {
  /*
  span{
      &:nth-child(1){
          display: none;
      }
      &:nth-child(2){
          display: flex;
      }
  }
  */
}
header .header-div .navi ul li.had-sub-menu i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon_nav_arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
header .header-div .navi ul li.had-sub-menu .sub-menu {
  display: none;
  position: absolute;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items {
  padding: 15.5px 0;
  display: flex;
  flex-wrap: wrap;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div {
  text-align: center;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div a {
  display: inline-block;
  font-size: 14.5px;
  font-weight: 500;
  padding: 5px 0px;
  margin: 0 10px;
  color: #fff;
  border-bottom: 1px solid transparent;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div a:hover {
  color: #8D7158;
  font-weight: 700;
  border-bottom: 1px solid #8D7158;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div a:hover span:nth-child(1) {
  display: none;
}
header .header-div .navi ul li.had-sub-menu .sub-menu .sub-items div a:hover span:nth-child(2) {
  display: flex;
}
header .header-div .navi ul li.had-sub-menu.active .link {
  /*
  span{
      &:nth-child(1){
          display: none;
      }
      &:nth-child(2){
          display: flex;
      }
  }
  */
}
header .header-div .navi ul li.had-sub-menu.active a {
  color: #8D7158;
}
header .header-div .navi ul li.had-sub-menu.active i {
  background-image: url(../images/icon_nav_arrow_golden.svg);
  transform: rotate(180deg);
}
header .header-div .navi ul li.had-sub-menu.active .sub-menu {
  display: block;
}
header .header-div .navi ul li.join a, header .header-div .navi ul li.singapore a {
  background: #2B3823;
  color: #fff;
  padding: 0;
  font-weight: 400;
  transition: 1s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 40px;
  border: 1px solid #fff;
}
header .header-div .navi ul li.join a:hover, header .header-div .navi ul li.singapore a:hover {
  background: #fff;
  color: #2B3823;
}
header .header-div.active {
  position: relative;
}
header .header-div.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -64px;
  width: 100%;
  background-color: #2B3823;
  height: 64px;
}

main {
  position: relative;
  z-index: 1;
  /*padding-top: 95px;*/
  padding-top: 0;
}
main h1 {
  display: none;
}

.main-home {
  overflow: hidden;
}

@media all and (max-width: 1480px) {
  header .header-div .block-outer {
    max-width: 1240px;
  }
}
@media all and (max-width: 1024px) {
  main {
    padding-top: 77px;
  }
  header {
    max-height: 77px;
    background-color: rgb(43, 56, 35);
  }
  header .header-div {
    padding: 24.5px 0;
  }
  header .header-div .brand a img {
    height: 28px;
  }
  header .header-div .navi li:not(.contact) {
    display: none;
  }
  header .header-div .navi li.contact {
    margin-right: 30px;
  }
}
.toggle-btn {
  position: fixed;
  right: 20px;
  top: 27px;
  z-index: 88;
  background-color: transparent;
  display: none;
  width: 15px;
  height: 24px;
  padding: 0;
  border: none;
}
.toggle-btn span {
  display: block;
  background: #fff;
  height: 2px;
  width: 15px;
  margin: 4px 0;
  transition: 0.3s ease;
}

.body_popup_active .toggle-btn {
  display: none;
}

.body-toggle-open .toggle-btn span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -6px;
}
.body-toggle-open .toggle-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.body-toggle-open .toggle-btn span:nth-child(3) {
  display: none;
}

.overlap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 98;
  cursor: pointer;
}

.body-popup-active {
  overflow: hidden;
}
.body-popup-active .overlap {
  display: block;
}
.body-popup-active .popup-div.active {
  display: flex;
}

#mobile-nav {
  position: fixed;
  left: -300px;
  top: 0;
  width: 0%;
  background: rgba(43, 56, 35, 0.8);
  z-index: 99;
  height: 100%;
  transition: 0.5s ease;
  /*display: none;*/
}
#mobile-nav .block-outer {
  padding: 0 0 20px 0;
}
#mobile-nav .brand {
  padding: 23.5px 20px;
}
#mobile-nav .brand img {
  height: 28px;
}
#mobile-nav .navi {
  margin: 0;
  overflow: hidden;
  overflow-y: auto;
  padding-top: 20px;
  max-height: calc(100% - 20px - 20px);
}
#mobile-nav .navi ul li {
  display: block;
}
#mobile-nav .navi ul li.contact {
  display: none;
}
#mobile-nav .navi ul li.none-sub-menu, #mobile-nav .navi ul li.had-sub-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-nav .navi ul li a {
  display: block;
  color: #fff;
  font-size: 14.5px;
  font-weight: 400;
  padding: 15px 20px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
#mobile-nav .navi ul li a:hover {
  color: #8D7158;
}
#mobile-nav .navi ul li a span:nth-child(2) {
  display: none;
}
#mobile-nav .navi ul li a i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_nav_arrow_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
#mobile-nav .navi ul li .sub-menu {
  display: none;
}
#mobile-nav .navi ul li .sub-menu .sub-items {
  margin: 0 20px 10px 20px;
  background-color: #8D7158;
}
#mobile-nav .navi ul li .sub-menu .sub-items a:hover {
  color: rgb(43, 56, 35);
}
#mobile-nav .navi ul li.had-sub-menu .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mobile-nav .navi ul li.had-sub-menu.active .link {
  color: #fff;
}
#mobile-nav .navi ul li.had-sub-menu.active .link i {
  transform: rotate(180deg);
}
#mobile-nav .navi ul li.had-sub-menu.active .sub-menu {
  display: block;
}
#mobile-nav .navi ul li.had-sub-menu.integrative-submenu .sub-menu .sub-items {
  background-color: #ADBDB6;
}
#mobile-nav .navi ul li.had-sub-menu.integrative-submenu .sub-menu .sub-items a {
  color: #133C2E;
}
#mobile-nav .navi ul li.had-sub-menu.integrative-submenu .sub-menu .sub-items a:hover {
  color: #8D7158;
}
#mobile-nav .navi ul li.support {
  background: linear-gradient(90deg, #FF7373 0%, #F8C1C7 100%);
}
#mobile-nav .navi ul li.support a {
  color: #fff;
}

.body-toggle-open {
  position: relative;
  overflow: hidden;
}
.body-toggle-open #mobile-nav {
  display: block;
  left: 0;
  width: 100%;
}
.body-toggle-open .overlap {
  display: block;
}
.body-toggle-open .toggle-btn {
  z-index: 100;
}

.popup-active {
  overflow: hidden;
}

.popup-div {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.popup-div.popup-width-1 .popup-box {
  width: 770px;
}
.popup-div.popup-width-2 .popup-box {
  width: 980px;
}
.popup-div.active {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-div .popup-box {
  background-color: #EAE9DF;
  border-radius: 15px;
  padding: 40px 60px;
}
.popup-div .popup-box .popup-head .close {
  text-align: right;
}
.popup-div .popup-box .popup-head .close button {
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url(./../images/icon_popup_close.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.popup-div .popup-box .popup-head .popup-title h2 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  color: #2B3823;
  text-align: center;
}
.popup-div .popup-box .popup-head .popup-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2B3823;
}
.popup-div .popup-box .popup-body {
  max-height: calc(95vh - 120px - 100px);
  overflow-y: auto; /* 自動判斷是否顯示 Y 軸 */
  scrollbar-gutter: stable; /* 有無捲軸都預留空間，防止畫面抖動 */
  padding-right: 15px; /* 您希望不論有無捲軸，文字都跟邊緣保持的內距 */
}
.popup-div .popup-box .popup-body .privacy-policy {
  margin-top: 20px;
}
.popup-div .popup-box .popup-body .privacy-policy .bold {
  font-weight: 700;
}
.popup-div .popup-box .popup-body .privacy-policy h3 {
  font-size: 16px;
  font-weight: 700;
  color: rgba(12, 12, 12, 0.8);
  margin-top: 30px;
}
.popup-div .popup-box .popup-body .privacy-policy h3:first-child {
  margin-top: 0;
}
.popup-div .popup-box .popup-body .privacy-policy h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.popup-div .popup-box .popup-body .privacy-policy p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(12, 12, 12, 0.8);
}
.popup-div .popup-box .popup-body .privacy-policy p + p {
  margin-top: 30px;
}
.popup-div .popup-box .popup-body .privacy-policy ol {
  font-size: 16px;
  font-weight: 400;
  margin-left: 25px;
  list-style: decimal;
  margin-top: 10px;
}
.popup-div .popup-box .popup-body .privacy-policy ol {
  font-size: 16px;
  font-weight: 400;
  margin-left: 25px;
  list-style: disc;
  margin-top: 10px;
}
.popup-div .popup-box .popup-body .popup-coming-soon .info {
  padding: 50px 0;
}
.popup-div .popup-box .popup-body .popup-coming-soon .info p {
  text-align: center;
  font-size: 32px;
}
.popup-div .popup-box .popup-body .popup-coming-soon .action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popup-div .popup-box .popup-body .popup-coming-soon .action button {
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  min-width: 264px;
  min-height: 48px;
  background-color: #2F4123;
  border: 1px solid transparent;
  margin: 5px;
}
.popup-div .popup-box .popup-body .popup-coming-soon .action button:hover {
  background-color: #fff;
  color: #2F4123;
  border: 1px solid #2F4123;
}

.body_popup_active {
  overflow: hidden;
}
.body_popup_active .overlap {
  display: flex;
  background-color: rgba(51, 51, 51, 0.7);
}

.float-div {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 88;
}
.float-div a {
  display: inline-flex;
}

.gotop {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 100px;
  display: inline-flex;
  align-items: center;
  min-width: 46px;
  min-height: 46px;
}
.gotop i {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url(./../images/icon_gotop.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 20px;
}

.booking {
  position: fixed;
  z-index: 50;
  right: 0;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 156px;
  background-color: #E5A930;
  border-radius: 15px 0 0 15px;
}
.booking:hover {
  opacity: 0.5;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer {
  overflow: hidden;
  background-color: #000;
  padding: 60px 0 40px 0;
}
footer .section-footer-top .block-footer-top {
  position: relative;
}
footer .section-footer-top .block-footer-top .two-cols {
  display: flex;
  flex-wrap: wrap;
}
footer .section-footer-top .block-footer-top .two-cols .col01 {
  width: 250px;
}
footer .section-footer-top .block-footer-top .two-cols .col02 {
  width: calc(100% - 250px);
}
footer .section-footer-top .block-footer-top .brand {
  height: 35px;
}
footer .section-footer-top .block-footer-top .navi ul {
  display: flex;
  flex-wrap: wrap;
}
footer .section-footer-top .block-footer-top .navi ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  width: 25%;
}
footer .section-footer-top .block-footer-top .navi ul li a {
  color: #fff;
  display: block;
  margin: 10px 0;
}
footer .section-footer-top .block-footer-top .navi ul li a:hover {
  color: #64834F;
}
footer .section-footer-bottom {
  margin-top: 60px;
}
footer .section-footer-bottom .copyright {
  font-size: 16px;
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
footer .section-footer-bottom .copyright a {
  color: #fff;
}

@media all and (max-width: 1280px) {
  footer .section-footer-top .block-footer-top .title-link-info .link {
    margin-top: 10px;
  }
  footer .section-footer-top .block-footer-top .title-link-info .info {
    margin-top: 20px;
  }
}
@media all and (max-width: 1024px) {
  .toggle-btn {
    display: inline-block;
  }
  footer .footer-top .three-items {
    display: block;
  }
  footer .footer-top .three-items .item.item:nth-child(1) {
    width: 100%;
  }
  footer .footer-top .three-items .item.item:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
  footer .footer-top .three-items .item.item:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }
  footer .footer-top .three-items .logo {
    text-align: center;
  }
  footer .footer-top .three-items .logo img {
    height: 45px;
  }
  footer .footer-top .three-items .describe p {
    text-align: center;
  }
  footer .footer-top .three-items .support {
    text-align: center;
  }
  footer .footer-top .three-items .headline h3 {
    text-align: center;
  }
  footer .footer-top .three-items .links-list {
    justify-content: center;
  }
  footer .footer-top .three-items .links-list .sub-item {
    margin-left: 0;
    margin: 10px;
  }
  footer .footer-top .three-items .society {
    justify-content: center;
  }
  footer .footer-top .three-items .contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-top .three-items .contact .email {
    justify-content: center;
    width: 100%;
  }
  footer .footer-top .three-items .contact .phone {
    justify-content: center;
    width: 100%;
  }
  .popup-div.popup-width-1 .popup-box, .popup-div.popup-width-2 .popup-box {
    padding: 30px;
    width: calc(95% - 60px);
  }
  .popup-div .popup-box .popup-body {
    -webkit-overflow-scrolling: touch;
    /* ✨ 在手機上直接隱藏滾動條線條 */
  }
  .popup-div .popup-box .popup-body::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .popup-div .popup-box .popup-body {
    padding-right: 0;
  }
}
@media all and (max-width: 992px) {
  footer .section-footer-top .block-footer-top .two-cols {
    display: block;
  }
  footer .section-footer-top .block-footer-top .two-cols .col01 {
    width: 100%;
  }
  footer .section-footer-top .block-footer-top .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
}
@media all and (max-width: 640px) {
  .booking {
    top: 35%;
  }
  footer {
    padding: 30px 0;
  }
  footer .section-footer-top .block-footer-top .navi ul li {
    width: 50%;
    font-size: 13px;
  }
  footer .section-footer-top .block-footer-top .navi ul li a {
    margin: 5px 0;
    text-align: center;
  }
  footer .section-footer-top .block-footer-top .navi ul li:nth-child(3), footer .section-footer-top .block-footer-top .navi ul li:nth-child(4) {
    margin-top: 20px;
  }
  footer .section-footer-bottom {
    margin-top: 20px;
  }
  footer .section-footer-bottom .copyright {
    font-size: 13px;
    text-align: center;
  }
  .popup-div.popup-width-1 .popup-box, .popup-div.popup-width-2 .popup-box {
    padding: 15px;
    width: calc(95% - 30px);
  }
  .popup-div .popup-box .popup-head .popup-title h2 {
    font-size: 32px;
  }
  .popup-div .popup-box .popup-form .check-container {
    font-size: 16px;
  }
  .popup-div .popup-box .popup-form .check-container .checkmark {
    top: 0;
  }
  .popup-div .popup-box .popup-body .popup-coming-soon .info {
    padding: 20px 0;
  }
  .popup-div .popup-box .popup-body .popup-coming-soon .info p {
    font-size: 18px;
  }
  .popup-div .popup-box .popup-body .popup-coming-soon .action button {
    font-size: 18px;
  }
}
.form-div .item {
  margin: 10px 0;
}
.form-div .item .label {
  font-size: 12px;
  color: #686868;
  font-weight: 700;
}
.form-div .item .label.wid-label {
  width: -moz-max-content;
  width: max-content;
}
.form-div .item .label sup {
  color: #00A7E1;
}
.form-div .item .controller {
  margin-top: 5px;
}
.form-div .item .controller input {
  width: calc(100% - 22px);
  padding: 0 10px;
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
}
.form-div .item .controller {
  /* Chrome, Safari, Edge, Opera */
}
.form-div .item .controller input::-webkit-outer-spin-button,
.form-div .item .controller input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-div .item .controller {
  /* Firefox */
}
.form-div .item .controller input[type=number] {
  -moz-appearance: textfield;
}
.form-div .item .controller .checkbox-container input {
  width: auto;
}
.form-div .item .controller .checked-container input {
  width: auto;
}
.form-div .item .controller select {
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  background-color: #fff;
  color: #686868;
}
.form-div .item .controller textarea {
  resize: none;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 10px;
  width: calc(100% - 22px);
  height: 184px;
}
.form-div .item .controller .desc p {
  color: #B1B1B1;
  font-size: 10px;
  margin-bottom: 15px;
}
.form-div .item .controller .desc p:last-child {
  margin-bottom: 0;
}
.form-div .item .controller .file-container {
  position: relative;
}
.form-div .item .controller .file-container label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .controller .file-container label input {
  width: calc(100% - 22px - 132px - 10px);
}
.form-div .item .controller .file-container label input:disabled {
  background-color: #fff;
}
.form-div .item .controller .file-container label button {
  min-width: 132px;
  background-color: #00A7E1;
  border: 1px solid #00A7E1;
  border-radius: 5px;
  font-size: 12px;
  line-height: 43px;
  text-align: center;
  color: #fff;
}
.form-div .item .controller .file-container label button:hover {
  background-color: #cbe49f;
}
.form-div .item .controller .file-container .file-upload {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.form-div .item .two-col {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.form-div .item .two-col .col {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.form-div .item .three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .three-col .col {
  width: calc(33.3333333333% - 7.5px);
}
.form-div .item .keyin-item:hover .label {
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller input {
  border-color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller select {
  border-color: #00A7E1;
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller textarea {
  border-color: #00A7E1;
}
.form-div .item .city-State {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .city-State .keyin-item:nth-child(1) {
  width: 196px;
}
.form-div .item .city-State .keyin-item:nth-child(2) {
  width: 108px;
}
.form-div .item .city-State .keyin-item:nth-child(2) select {
  width: 100%;
}
.form-div .item .col-2-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-2-3 .keyin-item:nth-child(1) {
  width: 110px;
}
.form-div .item .col-2-3 .keyin-item:nth-child(2) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-3-2 .keyin-item:nth-child(1) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 .keyin-item:nth-child(2) {
  width: 110px;
}
.form-div .item .qty {
  width: 196px;
}
.form-div .item .qty .controller select {
  width: 100%;
}
.form-div .item .ups-ffdex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-div .item .ups-ffdex .col01 {
  width: calc(100% - 540px);
}
.form-div .item .ups-ffdex .col01 .radio-container {
  margin-top: 15px;
}
.form-div .item .ups-ffdex .col02 {
  width: 540px;
}
.form-div .item .keep-forgot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.form-div .item .keep-forgot .col01 {
  width: 50%;
}
.form-div .item .keep-forgot .col02 {
  width: 50%;
  text-align: right;
  font-size: 12px;
  color: #B1B1B1;
}
.form-div .item .keep-forgot .col02 a {
  color: #00A7E1;
}
.form-div .item.or {
  margin: 20px 0;
}
.form-div .item.or .or-div {
  color: #686868;
  font-size: 12px;
  position: relative;
  text-align: center;
}
.form-div .item.or .or-div span {
  background-color: #fff;
  padding: 0 10px;
}
.form-div .item.or .or-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F5F5F7;
}
.form-div .item.remark {
  margin: 20px 0;
}
.form-div .item.action {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.form-div .item.action button {
  min-width: 68px;
  min-height: 48px;
  border: none;
  border-radius: 6px;
  background-color: #9685E0;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  color: #fff;
  margin: 0 auto;
}
.form-div .item.action button:hover {
  background-color: #333;
  color: #fff;
}
.form-div .item.action button a {
  color: #fff;
  display: block;
}
.form-div .item .apply-account {
  text-align: center;
  color: #B1B1B1;
  font-size: 12px;
}
.form-div .item .apply-account span {
  display: block;
}
.form-div .item .apply-account .green {
  color: #00A7E1;
}

.form-item .box-div {
  background-color: #fff;
  padding: 20px 55px 50px 55px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-item .desc h3 {
  font-size: 14px;
  color: #00A7E1;
  font-weight: 700;
  margin-left: -30px;
}
.form-item .item-desc p {
  font-size: 10px;
  color: #B1B1B1;
}

@media all and (max-width: 640px) {
  .form-div .item .two-col {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .form-div .item .two-col .col {
    margin: 0;
    width: 100%;
  }
  .form-div .item .two-col .col:nth-child(2) {
    margin-top: 10px;
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(1) {
    width: calc(65% - 10px);
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(2) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(1) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(2) {
    width: calc(65% - 10px);
  }
  .form-div .item .keep-forgot {
    display: block;
  }
  .form-div .item .keep-forgot .col01 {
    width: 100%;
  }
  .form-div .item .keep-forgot .col02 {
    margin-top: 5px;
    width: 100%;
    text-align: left;
  }
  .form-div .item .three-col {
    display: block;
  }
  .form-div .item .three-col .col {
    width: 100%;
    margin: 10px 0;
  }
}
.block-outer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 20px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.check-container a {
  color: #000;
  text-decoration: underline;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-container .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 2px solid #000;
}

/* On mouse-over, add a grey background color */
.check-container :hover input ~ .checkmark {
  background-color: #ccc;
}

.check-container .remark b {
  color: #CC2C11;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #2F4123;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.career-form, .popup-form {
  overflow: hidden;
}
.career-form .item, .popup-form .item {
  margin-top: 15px;
}
.career-form .item:first-child, .popup-form .item:first-child {
  margin-top: 0;
}
.career-form .item .label, .popup-form .item .label {
  font-size: 20px;
  font-weight: 700;
  color: #383940;
}
.career-form .item .label span, .popup-form .item .label span {
  font-size: 14px;
  color: #CC2C11;
}
.career-form .item .remind + .controller, .popup-form .item .remind + .controller {
  margin-top: 10px;
}
.career-form .item .remind p, .popup-form .item .remind p {
  font-size: 20px;
}
.career-form .item .controller .file-upload, .popup-form .item .controller .file-upload {
  border: 1px dashed rgba(43, 56, 35, 0.5);
  border-radius: 12px;
  padding: 15px 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}
.career-form .item .controller .file-upload input, .popup-form .item .controller .file-upload input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.career-form .item .controller .file-upload .photo, .popup-form .item .controller .file-upload .photo {
  text-align: center;
}
.career-form .item .controller .file-upload .desc, .popup-form .item .controller .file-upload .desc {
  text-align: center;
  font-size: 16px;
}
.career-form .item .controller .file-upload .desc b, .popup-form .item .controller .file-upload .desc b {
  font-weight: 700;
}
.career-form .item .controller .sub-controller, .popup-form .item .controller .sub-controller {
  margin: 10px 0;
}
.career-form .item .controller input[type=text], .career-form .item .controller input[type=email], .popup-form .item .controller input[type=text], .popup-form .item .controller input[type=email] {
  border: 1px solid rgba(43, 56, 35, 0.5);
  border-radius: 12px;
  padding: 0px 10px;
  width: calc(100% - 20px - 2px);
  background-color: transparent;
  font-size: 16px;
  color: #383940;
  min-height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.career-form .item .controller .select, .popup-form .item .controller .select {
  position: relative;
}
.career-form .item .controller .select:active button i, .popup-form .item .controller .select:active button i {
  transform: rotate(180deg);
}
.career-form .item .controller .select:active .dropdown, .popup-form .item .controller .select:active .dropdown {
  display: block;
}
.career-form .item .controller .select button, .popup-form .item .controller .select button {
  padding: 0;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: transparent;
  width: 100%;
  padding: 0 15px;
  border: 1px solid rgba(43, 56, 35, 0.5);
  height: 50px;
  border-radius: 12px;
}
.career-form .item .controller .select button span, .popup-form .item .controller .select button span {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #383940;
  width: calc(100% - 20px);
  text-align: left;
}
.career-form .item .controller .select button span img, .popup-form .item .controller .select button span img {
  margin-right: 10px;
  width: 24px;
}
.career-form .item .controller .select button i, .popup-form .item .controller .select button i {
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: url(./../images/icon_select_arrow_down.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.career-form .item .controller .select:hover, .popup-form .item .controller .select:hover {
  /*
  button{
      i{
          transform: rotate(180deg);
      }
  }
  .dropdown{
      display: block;
  }
  */
}
.career-form .item .controller .select .dropdown, .popup-form .item .controller .select .dropdown {
  border: 1px solid rgba(43, 56, 35, 0.5);
  max-height: 150px;
  border-radius: 12px;
  margin-top: -1px;
  display: none;
  position: absolute;
  width: calc(100% - 2px);
  background-color: #EAE9DF;
  z-index: 99;
}
.career-form .item .controller .select .dropdown ul li, .popup-form .item .controller .select .dropdown ul li {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #383940;
  padding: 5px 15px;
  position: relative;
}
.career-form .item .controller .select .dropdown ul li img, .popup-form .item .controller .select .dropdown ul li img {
  margin-right: 10px;
  width: 24px;
}
.career-form .item .controller .select .dropdown ul li:hover, .popup-form .item .controller .select .dropdown ul li:hover {
  color: #2B3823;
  font-weight: 700;
}
.career-form .item .controller .select .dropdown ul li input, .popup-form .item .controller .select .dropdown ul li input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.career-form .item .controller .select .dropdown ul li span, .popup-form .item .controller .select .dropdown ul li span {
  display: flex;
  align-items: center;
}
.career-form .item .controller .phone, .popup-form .item .controller .phone {
  display: flex;
  flex-wrap: wrap;
}
.career-form .item .controller .phone .select, .popup-form .item .controller .phone .select {
  width: 165px;
}
.career-form .item .controller .phone .select button, .popup-form .item .controller .phone .select button {
  border-radius: 12px 0 0 12px;
}
.career-form .item .controller .phone .keyin, .popup-form .item .controller .phone .keyin {
  width: calc(100% - 165px);
}
.career-form .item .controller .phone .keyin input, .popup-form .item .controller .phone .keyin input {
  border-radius: 0 12px 12px 0;
  border-left: none;
}
.career-form .item .two-cols, .popup-form .item .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.career-form .item .two-cols .col01, .popup-form .item .two-cols .col01 {
  width: 48%;
}
.career-form .item .two-cols .col02, .popup-form .item .two-cols .col02 {
  width: 48%;
}
.career-form .item.action, .popup-form .item.action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 5px;
}
.career-form .item.action button, .popup-form .item.action button {
  min-width: 168px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #2F4123;
  border: 1px solid #2F4123;
}
.career-form .item.action button:hover, .popup-form .item.action button:hover {
  background-color: #fff;
  color: #2F4123;
}
.career-form .item.action button:disabled, .popup-form .item.action button:disabled {
  background-color: #fff;
  color: #2F4123;
  cursor: default;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.loading .love {
  position: relative;
}
.loading .love img {
  width: 100px;
}
.loading .love img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  animation: loadAnimation 5s linear infinite;
}
.loading .dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #133C2E;
  border-radius: 50%;
  animation: dotsAnimate 1.4s ease-in-out infinite both;
}
.loading .dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.loading .dots span:nth-child(2) {
  animation-delay: -0.16s;
}
.loading .dots span:nth-child(3) {
  animation-delay: 0;
}

main h1 {
  display: none;
}

.pagination-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.pagination-div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #2B3823;
  width: 40px;
  height: 40px;
  background-color: transparent;
  margin: 5px;
}
.pagination-div a.prev {
  background-image: url(../images/icon_pagination_prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.pagination-div a.prev:hover, .pagination-div a.prev.disable {
  /*opacity: 0.3;*/
  background-image: url(../images/icon_pagination_prev_hover.svg);
  background-color: transparent;
}
.pagination-div a.next {
  background-image: url(../images/icon_pagination_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.pagination-div a.next:hover, .pagination-div a.next.disable {
  /*opacity: 0.3;*/
  background-image: url(../images/icon_pagination_next_hover.svg);
  background-color: transparent;
}
.pagination-div a.active, .pagination-div a:hover {
  background-color: #2B3823;
  color: #fff;
}

.section-location-banner .block-location-banner {
  display: flex;
}
.section-location-banner .block-location-banner img {
  width: 100%;
}

.section-location-detail .block-location-detail {
  background-color: #EAE9DF;
}
.section-location-detail .block-location-detail .two-cols {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-location-detail .block-location-detail .two-cols .col01 {
  width: 900px;
  padding: 50px 0;
}
.section-location-detail .block-location-detail .two-cols .col02 {
  width: 540px;
  position: relative;
  height: -webkit-fill-available;
}
.section-location-detail .block-location-detail .two-cols .country {
  font-size: 30px;
  font-weight: 700;
  color: rgba(12, 12, 12, 0.5);
  text-transform: uppercase;
}
.section-location-detail .block-location-detail .two-cols iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-location-detail .block-location-detail .two-cols .studio {
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
.section-location-detail .block-location-detail .two-cols .info {
  margin: 60px 0 30px 0;
}
.section-location-detail .block-location-detail .two-cols .info ul li {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
  text-transform: uppercase;
}
.section-location-detail .block-location-detail .two-cols .info ul li i {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.section-location-detail .block-location-detail .two-cols .info ul li i.singapore {
  background-image: url(./../images/icon_home.svg);
}
.section-location-detail .block-location-detail .two-cols .info ul li i.location {
  background-image: url(./../images/icon_location.svg);
}
.section-location-detail .block-location-detail .two-cols .info ul li i.phone {
  background-image: url(./../images/icon_phone.svg);
}
.section-location-detail .block-location-detail .two-cols .info ul li i.mail {
  background-image: url(./../images/icon_mail.svg);
}
.section-location-detail .block-location-detail .two-cols .info ul li i.wechat {
  background-image: url(./../images/icon_wechat.svg);
}
.section-location-detail .block-location-detail .two-cols .info ul li i.whatapp {
  background-image: url(./../images/icon_whatapp.svg);
}
.section-location-detail .block-location-detail .two-cols .info ul li a {
  color: #000;
}
.section-location-detail .block-location-detail .two-cols .info ul li a:hover {
  text-decoration: underline;
}
.section-location-detail .block-location-detail .two-cols .info ul li span {
  display: inline-block;
  width: calc(100% - 32px - 20px);
}
.section-location-detail .block-location-detail .two-cols .society {
  display: flex;
}
.section-location-detail .block-location-detail .two-cols .society a {
  display: inline-block;
  margin-right: 20px;
}
.section-location-detail .block-location-detail .two-cols .society a:hover {
  opacity: 0.5;
}
.section-location-detail .block-location-detail .two-cols .society a:last-child {
  margin-right: 0;
}
.section-location-detail .block-location-detail .two-cols .society a.android {
  margin-right: 8px;
  margin-left: -4px;
}

.section-career-banner .block-career-banner {
  display: flex;
}
.section-career-banner .block-career-banner img {
  width: 100%;
}

.section-career-list .block-career-list {
  padding: 100px 0;
  background-color: #EAE9DF;
}
.section-career-list .block-career-list .block-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section-career-list .block-career-list .block-title h2 {
  font-size: 50px;
  font-weight: 700;
  color: #000000;
}
.section-career-list .block-career-list .block-title h3 {
  font-size: 40px;
  font-weight: 700;
  color: #333E49;
}
.section-career-list .block-career-list .block-select .multiple-select {
  font-size: 16px;
  color: #333F49;
  border: 1px solid #2B3823;
  max-width: 516px;
  position: relative;
}
.section-career-list .block-career-list .block-select .multiple-select .select-display {
  display: flex;
  padding: 10px;
}
.section-career-list .block-career-list .block-select .multiple-select .select-display input {
  border: none;
  padding: 0;
  width: calc(100% - 20px);
  color: #333F49;
  background-color: transparent;
}
.section-career-list .block-career-list .block-select .multiple-select .select-display i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_select_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-career-list .block-career-list .block-select .multiple-select .select-dropdown {
  display: none;
  position: absolute;
  left: -1px;
  width: 100%;
  z-index: 88;
  border: 1px solid #2B3823;
  background-color: #EAE9DF;
}
.section-career-list .block-career-list .block-select .multiple-select .select-dropdown .group {
  font-size: 16PX;
  padding: 10px;
}
.section-career-list .block-career-list .block-select .multiple-select .select-dropdown .list .item {
  padding: 5px 10px;
}
.section-career-list .block-career-list .block-select .multiple-select .select-dropdown .list .item .check-container {
  font-size: 16px;
}
.section-career-list .block-career-list .block-select .multiple-select .select-dropdown .list .item .check-container .checkmark {
  top: 0;
}
.section-career-list .block-career-list .block-select .multiple-select:hover .select-dropdown {
  display: block;
}
.section-career-list .block-career-list .career-table {
  margin: 30px 0;
}
.section-career-list .block-career-list .career-table .table a {
  /*display: block;*/
}
.section-career-list .block-career-list .career-table .table a:hover {
  color: #000;
}
.section-career-list .block-career-list .career-table .table a:hover .tr {
  background-color: rgba(43, 56, 35, 0.1);
}
.section-career-list .block-career-list .career-table .table a.show {
  display: block;
}
.section-career-list .block-career-list .career-table .table a.hide {
  display: none;
}
.section-career-list .block-career-list .career-table .table .head .tr {
  background-color: #2B3823;
}
.section-career-list .block-career-list .career-table .table .head .tr .td {
  color: #EAE9DF;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0 15px;
}
.section-career-list .block-career-list .career-table .table .head .tr .td:first-child {
  color: #EAE9DF;
}
.section-career-list .block-career-list .career-table .table .head .tr {
  border-bottom: none;
}
.section-career-list .block-career-list .career-table .table .tr {
  display: flex;
  border-bottom: 1px solid rgb(0, 0, 0);
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-career-list .block-career-list .career-table .table .tr .td {
  font-size: 24px;
  color: #EAE9DF;
  width: calc(33.3333333333% - 60px);
  padding: 48px 0;
  color: rgba(12, 12, 12, 0.8);
}
.section-career-list .block-career-list .career-table .table .tr .td:nth-child(1) {
  font-weight: 700;
  color: #000;
  padding-left: 60px;
  width: calc(45% - 60px);
}
.section-career-list .block-career-list .career-table .table .tr .td:nth-child(2) {
  padding-right: 60px;
  width: calc(30% - 60px);
}
.section-career-list .block-career-list .career-table .table .tr .td:nth-child(3) {
  width: 25%;
}
.section-career-list .block-career-list .career-table + .pagination-div {
  padding-bottom: 0;
}

.section-career-detail .block-career-detail {
  padding: 50px 0;
  background-color: #EAE9DF;
}
.section-career-detail .block-career-detail .toggle-link {
  border-bottom: 1px solid #2F3123;
  text-align: center;
  display: flex;
  justify-content: center;
}
.section-career-detail .block-career-detail .toggle-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 274px;
  min-height: 40px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(43, 56, 35, 0.5);
}
.section-career-detail .block-career-detail .toggle-link a.active {
  background-color: rgb(43, 56, 35);
}
.section-career-detail .block-career-detail .toggle-link a:hover {
  background-color: rgb(43, 56, 35);
}
.section-career-detail .block-career-detail .career-detail .block-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.section-career-detail .block-career-detail .career-detail .block-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #383940;
}
.section-career-detail .block-career-detail .career-detail .block-title .btn-share {
  border: none;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  padding: 0;
  background-color: transparent;
}
.section-career-detail .block-career-detail .career-detail .block-title .btn-share i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_share.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-career-detail .block-career-detail .career-detail .block-title .btn-share:hover {
  opacity: 0.5;
}
.section-career-detail .block-career-detail .career-detail .block-detail h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.section-career-detail .block-career-detail .career-detail .block-detail h3.gray {
  color: #383940;
}
.section-career-detail .block-career-detail .career-detail .block-detail p {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}
.section-career-detail .block-career-detail .career-detail .block-detail p b {
  font-weight: 700;
}
.section-career-detail .block-career-detail .career-detail .block-detail p.phone {
  margin: 30px 0;
}
.section-career-detail .block-career-detail .career-detail .block-detail ul {
  list-style-type: disc;
  padding-left: 25px;
  font-size: 18px;
  margin: 10px 0;
}
.section-career-detail .block-career-detail .career-detail .block-action {
  text-align: center;
  margin-top: 50px;
}
.section-career-detail .block-career-detail .career-detail .block-action button {
  min-width: 222px;
  min-height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgb(47, 65, 35);
}
.section-career-detail .block-career-detail .career-detail .block-action button a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 222px;
  min-height: 48px;
}
.section-career-detail .block-career-detail .career-detail .block-action button:hover {
  background-color: rgba(47, 65, 35, 0.5);
}
.section-career-detail .block-career-detail.block-career-overview {
  padding-bottom: 0;
}
.section-career-detail .block-career-detail.block-career-overview .toggle-link {
  border-bottom: none;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail {
  background-color: #2B3823;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .block-title h2 {
  color: #fff;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .block-title .btn-clear {
  font-size: 14px;
  font-weight: 700;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .block-title .btn-clear:hover {
  opacity: 0.5;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .block-title .btn-clear i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_trash.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .label {
  color: #fff;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .controller input {
  background-color: #EAE9DF;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .controller .file-upload {
  background-color: #EAE9DF;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .controller .radio-list {
  margin-left: -5px;
  margin-right: -5px;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .controller .radio-list .radio-container {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #383940;
  background-color: #EAE9DF;
  border-radius: 12px;
  padding: 10px 12px;
  position: relative;
  margin: 5px;
  border: 1px solid #EAE9DF;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .controller .radio-list .radio-container.active {
  background-color: rgba(43, 56, 35, 0.5);
  border: 1px solid #fff;
  color: #fff;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .controller .radio-list .radio-container.active i {
  background-image: url(./../images/icon_checked_white.svg);
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .controller .radio-list .radio-container input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .controller .radio-list .radio-container i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(./../images/icon_checked.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .career-form .remark {
  color: #EAE9DF;
  font-size: 14px;
  margin-top: 10px;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .block-action {
  padding-bottom: 50px;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .block-action button {
  background-color: #fff;
  color: #2B3823;
}
.section-career-detail .block-career-detail.block-career-overview .career-detail .block-action button:hover {
  background-color: #2B3823;
  color: #fff;
}

.section-home-banner .homeBannerSwiper .swiper-slide {
  position: relative;
}
.section-home-banner .homeBannerSwiper .swiper-slide .video {
  position: relative;
  display: flex;
}
.section-home-banner .homeBannerSwiper .swiper-slide .video video {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.section-home-banner .homeBannerSwiper .swiper-slide .img {
  display: flex;
  flex-wrap: wrap;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-home-banner .homeBannerSwiper .swiper-slide .img img {
  width: 100%;
}
.section-home-banner .homeBannerSwiper .swiper-slide .slogan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.section-home-banner .homeBannerSwiper .swiper-slide .slogan img {
  max-width: 100%;
}

.section-home-about-us .block-home-about-us {
  background-color: #2B3823;
  padding: 90px 0;
}
.section-home-about-us .block-home-about-us .block-outer {
  max-width: 1440px;
  padding: 0;
}
.section-home-about-us .block-home-about-us .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-home-about-us .block-home-about-us .two-cols .col01 {
  width: 60%;
  margin-left: 40%;
  margin-right: -100%;
}
.section-home-about-us .block-home-about-us .two-cols .col01 .img {
  display: flex;
  flex-wrap: wrap;
}
.section-home-about-us .block-home-about-us .two-cols .col01 .img img {
  width: 100%;
}
.section-home-about-us .block-home-about-us .two-cols .col02 {
  width: 40%;
}
.section-home-about-us .block-home-about-us .two-cols .col02 .info {
  color: #fff;
  padding: 0 90px 0 0;
}
.section-home-about-us .block-home-about-us .two-cols .col02 .info h3 {
  font-size: 20px;
  font-weight: 700;
}
.section-home-about-us .block-home-about-us .two-cols .col02 .info h2 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}
.section-home-about-us .block-home-about-us .two-cols .col02 .info p {
  font-size: 24px;
  font-style: italic;
}

.section-home-find-your-peak .block-home-find-your-peak .background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.section-home-find-your-peak .block-home-find-your-peak .background .logo {
  text-align: center;
}
.section-home-find-your-peak .block-home-find-your-peak .background .logo img {
  max-width: 100%;
}
.section-home-find-your-peak .block-home-find-your-peak .background .slogan {
  text-align: center;
}
.section-home-find-your-peak .block-home-find-your-peak .background .slogan img {
  max-width: 100%;
}
.section-home-find-your-peak .block-home-find-your-peak .background .desc {
  text-align: center;
}
.section-home-find-your-peak .block-home-find-your-peak .background .desc p {
  color: #fff;
  font-size: 32px;
}
.section-home-find-your-peak .block-home-find-your-peak .background .more {
  text-align: center;
  margin-top: 20px;
}
.section-home-find-your-peak .block-home-find-your-peak .background .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 46px;
  background-color: #2F4123;
  color: #fff;
  font-size: 10px;
}
.section-home-find-your-peak .block-home-find-your-peak .background .more a:hover {
  background-color: #fff;
  color: #2F4123;
}

.section-home-korformer .block-home-korformer {
  background-color: #2F4123;
}
.section-home-korformer .block-home-korformer .info {
  color: #fff;
  padding: 90px 0;
}
.section-home-korformer .block-home-korformer .info h2 {
  font-size: 52px;
  font-weight: 700;
}
.section-home-korformer .block-home-korformer .info p {
  font-size: 28px;
}
.section-home-korformer .block-home-korformer .korformer-swiper {
  display: none;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper {
  padding-bottom: 40px;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide {
  width: 25%;
  overflow: hidden;
  position: relative;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide:hover {
  /*
  &:after{
      content: '';
      background-color: rgba(43, 56, 35, 0.8);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(./../images/icon-zoom.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 36px auto;
      z-index: 20;
  }
  */
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide .img {
  display: flex;
  flex-wrap: wrap;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide .img img {
  width: 100%;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide .deco {
  position: absolute;
  left: -10%;
  top: 0%;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide .deco b {
  display: inline-block;
  font-size: 35vw;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide .info {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 45%;
  color: #fff;
  padding: 0;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide .info h3 {
  font-size: 22px;
  font-weight: 700;
  min-height: 50px;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-slide .info p {
  font-size: 13px;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #CAC9BD;
}
.section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #2F3123;
  border-radius: 100px;
}
.section-home-korformer .block-home-korformer .korformer-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1540px;
  margin: 0 auto;
}
.section-home-korformer .block-home-korformer .korformer-list .item {
  width: 25%;
  overflow: hidden;
  position: relative;
}
.section-home-korformer .block-home-korformer .korformer-list .item.active .img, .section-home-korformer .block-home-korformer .korformer-list .item.active .deco, .section-home-korformer .block-home-korformer .korformer-list .item.active .info {
  filter: blur(0px);
}
.section-home-korformer .block-home-korformer .korformer-list .item:hover .img, .section-home-korformer .block-home-korformer .korformer-list .item:hover .deco, .section-home-korformer .block-home-korformer .korformer-list .item:hover .info {
  filter: blur(0px);
}
.section-home-korformer .block-home-korformer .korformer-list .item:hover {
  /*
  &:after{
      content: '';
      background-color: rgba(43, 56, 35, 0.8);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(./../images/icon-zoom.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 36px auto;
      z-index: 20;
  }
  */
}
.section-home-korformer .block-home-korformer .korformer-list .item a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.section-home-korformer .block-home-korformer .korformer-list .item .img {
  display: flex;
  flex-wrap: wrap;
}
.section-home-korformer .block-home-korformer .korformer-list .item .img img {
  width: 100%;
}
.section-home-korformer .block-home-korformer .korformer-list .item .img {
  filter: blur(8px);
  transition: transform 0.5s ease, filter 0.5s ease;
}
.section-home-korformer .block-home-korformer .korformer-list .item .deco {
  position: absolute;
  left: -20%;
  top: 0%;
  filter: blur(8px);
  transition: transform 0.5s ease, filter 0.5s ease;
}
.section-home-korformer .block-home-korformer .korformer-list .item .deco b {
  display: inline-block;
  font-size: 180px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.section-home-korformer .block-home-korformer .korformer-list .item .info {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  color: #fff;
  padding: 0;
  filter: blur(8px);
  transition: transform 0.5s ease, filter 0.5s ease;
}
.section-home-korformer .block-home-korformer .korformer-list .item .info h3 {
  font-size: 22px;
  font-weight: 700;
  min-height: 50px;
}
.section-home-korformer .block-home-korformer .korformer-list .item .info p {
  font-size: 13px;
}

.section-home-class .block-home-class {
  background-color: #EAE9DF;
  padding: 90px 0;
}
.section-home-class .block-home-class .class-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.section-home-class .block-home-class .class-title h2 {
  font-size: 52px;
  font-weight: 700;
  color: #000;
}
.section-home-class .block-home-class .class-title a {
  display: inline-flex;
  align-items: center;
  color: #0C0C0C;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.section-home-class .block-home-class .class-title a:hover {
  opacity: 0.5;
}
.section-home-class .block-home-class .class-title a i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(./../images/icon_view_all.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-home-class .block-home-class .class-info {
  color: #000;
  margin-top: 50px;
}
.section-home-class .block-home-class .class-info h3 {
  font-size: 36px;
  font-weight: 700;
}
.section-home-class .block-home-class .class-info p {
  font-size: 24px;
  margin-top: 15px;
}
.section-home-class .block-home-class .class-list {
  margin-top: 30px;
}
.section-home-class .block-home-class .class-list .two-cols {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 4px 7.2px 0px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  border-radius: 0 12px 12px 0;
}
.section-home-class .block-home-class .class-list .two-cols .col01 {
  width: 50%;
  margin-right: -100%;
  margin-left: 50%;
}
.section-home-class .block-home-class .class-list .two-cols .col01 .img {
  display: none;
  flex-wrap: wrap;
}
.section-home-class .block-home-class .class-list .two-cols .col01 .img.active {
  display: flex;
}
.section-home-class .block-home-class .class-list .two-cols .col01 .img img {
  width: 100%;
}
.section-home-class .block-home-class .class-list .two-cols .col02 {
  width: 50%;
  position: relative;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info {
  height: calc(33.3333333333% - 50px - 1px);
  padding: 25px 25px;
  opacity: 0.6;
  transition: 0.5s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info:hover {
  background-color: #2B3823;
  opacity: 1;
  /*padding:10px 25px;*/
  padding: 25px 25px;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info:hover h3 {
  color: #fff;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info:hover p {
  color: #fff;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info.active {
  background-color: #2B3823;
  opacity: 1;
  padding: 25px 25px;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info.active h3 {
  color: #fff;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info.active p {
  color: #fff;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info a {
  display: block;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0C0C0C;
  text-transform: uppercase;
}
.section-home-class .block-home-class .class-list .two-cols .col02 .info-list .info p {
  font-size: 20px;
  color: #2B3823;
  margin-top: 15px;
}
.section-home-class .block-home-class .class-swiper {
  display: none;
  margin-top: 30px;
}
.section-home-class .block-home-class .class-swiper .classSwiper .swiper-slide a {
  display: block;
}
.section-home-class .block-home-class .class-swiper .classSwiper .swiper-slide .img {
  flex-wrap: wrap;
  display: flex;
}
.section-home-class .block-home-class .class-swiper .classSwiper .swiper-slide .img img {
  width: 100%;
}
.section-home-class .block-home-class .class-swiper .classSwiper .swiper-slide .info {
  min-height: 230px;
  opacity: 0.6;
  transition: 0.5s ease;
  background-color: #2B3823;
  opacity: 1;
  padding: 10px 25px;
  background-color: #2B3823;
  opacity: 1;
  padding: 25px 15px;
}
.section-home-class .block-home-class .class-swiper .classSwiper .swiper-slide .info h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.section-home-class .block-home-class .class-swiper .classSwiper .swiper-slide .info p {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
.section-home-class .block-home-class .class-swiper .classSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #CAC9BD;
}
.section-home-class .block-home-class .class-swiper .classSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #2F3123;
  border-radius: 100px;
}

.section-home-membership .block-home-membership {
  padding: 90px 0;
  background-color: #000;
}
.section-home-membership .block-home-membership .membership-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.section-home-membership .block-home-membership .membership-title h2 {
  font-size: 52px;
  font-weight: 700;
}
.section-home-membership .block-home-membership .membership-title h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  font-style: italic;
}
.section-home-membership .block-home-membership .membership-info {
  margin-top: 50px;
}
.section-home-membership .block-home-membership .membership-info p {
  font-size: 28px;
  color: #fff;
}
.section-home-membership .block-home-membership .membership-options {
  margin-top: 50px;
}
.section-home-membership .block-home-membership .membership-options .options-title h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.section-home-membership .block-home-membership .membership-options .options-list {
  display: flex;
  justify-content: center;
}
.section-home-membership .block-home-membership .membership-options .options-list .list-item {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 900px;
  margin-top: 50px;
}
.section-home-membership .block-home-membership .membership-options .options-list .list-item .item {
  width: calc(33.3333333333% - 30px);
  margin: 15px;
}
.section-home-membership .block-home-membership .membership-options .options-list .list-item .item .img {
  text-align: center;
}
.section-home-membership .block-home-membership .membership-options .options-list .list-item .item .desc h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.section-home-studio-locations .block-home-studio-locations {
  padding: 90px 0;
  background-color: #EAE9DF;
}
.section-home-studio-locations .block-home-studio-locations .locations-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.section-home-studio-locations .block-home-studio-locations .locations-title h2 {
  font-size: 52px;
  font-weight: 700;
  color: #000;
}
.section-home-studio-locations .block-home-studio-locations .locations-title a {
  display: inline-flex;
  align-items: center;
  color: rgba(12, 12, 12, 0.44);
  font-size: 24px;
  font-weight: 700;
}
.section-home-studio-locations .block-home-studio-locations .locations-title a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_studio_location.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.section-home-studio-locations .block-home-studio-locations .locations-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item {
  width: calc(33.3333333333% - 20px);
  position: relative;
  margin: 10px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item:after {
  transition: 0.5s ease;
  content: "";
  background-color: rgba(43, 56, 35, 0.8);
  position: absolute;
  /*left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;*/
  /*background-image: url(./../images/icon-zoom.svg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px auto;
  z-index: 2;
  top: -32px;
  right: -32px;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.5s ease-out;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item .img {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item .img img {
  width: 100%;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item .info {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 3;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item .info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #EAE9DF;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item .info p {
  min-height: 50px;
  font-size: 14px;
  color: #EAE9DF;
  padding-left: 20px;
  position: relative;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item .info p b {
  display: block;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item .info p:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(./../images/icon_address.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item .info span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #EAE9DF;
  background-color: #2B3823;
  min-width: 180px;
  min-height: 40px;
  font-size: 10px;
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item:hover:after {
  /*height: 100%;*/
  transform: scale(50);
}
.section-home-studio-locations .block-home-studio-locations .locations-list .item:hover .info span {
  background-color: #fff;
  color: #2B3823;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper {
  display: none;
  margin-top: 15px;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper {
  padding-bottom: 40px;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide {
  width: 100%;
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide {
  /*
  &:after{                    
      transition: 0.5s ease;
      content: '';
      background-color: rgba(43, 56, 35, 0.8);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0%;
      background-image: url(./../images/icon-zoom.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 36px auto;
      z-index: 20;
  }
  */
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide .img {
  display: flex;
  flex-wrap: wrap;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide .img img {
  width: 100%;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide .info {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide .info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #EAE9DF;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide .info p {
  min-height: 50px;
  font-size: 14px;
  color: #EAE9DF;
  padding-left: 20px;
  position: relative;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide .info p:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(./../images/icon_address.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide .info span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #EAE9DF;
  background-color: #2B3823;
  min-width: 180px;
  min-height: 40px;
  font-size: 10px;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-slide:hover:after {
  height: 100%;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #CAC9BD;
}
.section-home-studio-locations .block-home-studio-locations .locations-swiper .locationsSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #2F3123;
  border-radius: 100px;
}

.section-class-banner .block-class-banner {
  display: flex;
  flex-wrap: wrap;
}
.section-class-banner .block-class-banner img {
  width: 100%;
}

.section-class-list .block-class-list {
  padding: 90px 0;
  background-color: #2B3823;
}
.section-class-list .block-class-list .class-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #EAE9DF;
}
.section-class-list .block-class-list .class-title h2 {
  font-size: 50px;
  font-weight: 900;
}
.section-class-list .block-class-list .class-title p {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  text-align: right;
}
.section-class-list .block-class-list .class-info {
  margin: 50px 0;
}
.section-class-list .block-class-list .class-info p {
  color: #EAE9DF;
  font-size: 28px;
}
.section-class-list .block-class-list .class-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.section-class-list .block-class-list .class-list .item {
  width: calc(33.3333333333% - 20px);
  margin: 10px;
  position: relative;
}
.section-class-list .block-class-list .class-list .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.section-class-list .block-class-list .class-list .item a {
  display: block;
}
.section-class-list .block-class-list .class-list .item:hover .img img {
  transform: scale(1.2);
}
.section-class-list .block-class-list .class-list .item .img {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.section-class-list .block-class-list .class-list .item .img img {
  width: 100%;
  transition: 0.5s ease;
}
.section-class-list .block-class-list .class-list .item .info {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 65%;
  color: #EAE9DF;
}
.section-class-list .block-class-list .class-list .item .info h4 {
  font-size: 14px;
  font-weight: 700;
}
.section-class-list .block-class-list .class-list .item .info h3 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
.section-class-list .block-class-list .class-list .item .info p {
  font-size: 16px;
  font-weight: 400;
}

.section-class-korformer-training .block-class-korformer-training {
  padding: 90px 0;
  background-color: #EAE9DF;
  position: relative;
  overflow: hidden;
}
.section-class-korformer-training .block-class-korformer-training .deco {
  text-align: right;
  position: relative;
}
.section-class-korformer-training .block-class-korformer-training .deco b {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: -150px;
  font-size: 300px;
  font-weight: 900;
  color: rgba(43, 56, 35, 0.08);
}
.section-class-korformer-training .block-class-korformer-training .block-title h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: rgba(12, 12, 12, 0.5);
}
.section-class-korformer-training .block-class-korformer-training .block-title h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
}
.section-class-korformer-training .block-class-korformer-training .block-info p {
  text-align: center;
  font-size: 20px;
  color: #000000;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links {
  margin: 30px 0;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box {
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  display: flex;
  background-color: #E3E2D8;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2B3823;
  padding: 13px 15px;
  position: relative;
  margin: 0 5px;
  /*
  &:after{
      content: '';
      position: absolute;
      right: 0;
      top: 10px;
      height: 30px;
      width: 1px;
      background-color: #B5B4A9;
  }
  */
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box a.active, .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box a:hover {
  color: #fff;
  background-color: #2B3823;
  border-radius: 100px;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box a.active:after, .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box a:hover:after {
  background-color: transparent;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box a:first-child {
  margin-left: 0;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box a:last-child {
  margin-right: 0;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box a:last-child:after {
  background-color: transparent;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail {
  display: none;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail.active {
  display: block;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col01 {
  width: 50%;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col01 .img {
  display: flex;
  flex-wrap: wrap;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col01 .img img {
  width: 100%;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 {
  width: 50%;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 .info {
  margin-top: 15px;
  padding-left: 90px;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 .info h4 {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: rgba(43, 56, 35, 0.5);
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 .info h3 {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #2B3823;
}
.section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 .info p {
  font-size: 20px;
  font-weight: 700;
  color: rgba(12, 12, 12, 0.5);
}

.section-class-movement-recovery {
  overflow: hidden;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer {
  max-width: 1440px;
  padding: 0;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #000000;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .deco {
  position: relative;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .deco b {
  display: inline-block;
  position: absolute;
  right: -100px;
  top: -150px;
  font-size: 300px;
  font-weight: 900;
  color: rgba(234, 233, 223, 0.2);
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col01 {
  width: 50%;
  margin-left: 50%;
  margin-right: -100%;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col01 .img {
  display: flex;
  flex-wrap: wrap;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col01 .img img {
  width: 100%;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 {
  width: 50%;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info {
  padding: 0 90px;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info h4 {
  color: #EAE9DF;
  font-size: 20px;
  font-weight: 700;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info h3 {
  color: #EAE9DF;
  font-size: 40px;
  font-weight: 900;
}
.section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info p {
  font-size: 20px;
  font-weight: 700;
  color: rgba(234, 233, 223, 0.8);
}

.section-class-private-training .block-class-private-training {
  padding: 90px 0;
  background-color: #EAE9DF;
}
.section-class-private-training .block-class-private-training .deco {
  text-align: right;
  position: relative;
}
.section-class-private-training .block-class-private-training .deco b {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: -150px;
  font-size: 300px;
  font-weight: 900;
  color: rgba(43, 56, 35, 0.08);
}
.section-class-private-training .block-class-private-training .block-title h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: rgba(12, 12, 12, 0.5);
}
.section-class-private-training .block-class-private-training .block-title h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #000000;
}
.section-class-private-training .block-class-private-training .block-info-01 {
  margin-top: 30px;
}
.section-class-private-training .block-class-private-training .block-info-01 p {
  text-align: center;
  font-size: 20px;
  color: #000000;
}
.section-class-private-training .block-class-private-training .block-info-02 {
  margin-top: 50px;
}
.section-class-private-training .block-class-private-training .block-info-02 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #2B3823;
}
.section-class-private-training .block-class-private-training .block-info-02 p {
  text-align: center;
  font-size: 20px;
  color: rgba(12, 12, 12, 0.5);
}
.section-class-private-training .block-class-private-training .class-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.section-class-private-training .block-class-private-training .class-list .item {
  margin: 5px;
  width: calc(14.2857142857% - 10px);
  position: relative;
  /*
  &:after{                    
      transition: 0.5s ease;
      content: '';
      background-color: rgba(43, 56, 35, 0.8);
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0%;
      background-image: url(./../images/icon-zoom.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 36px auto;
      z-index: 20;
  }
  */
}
.section-class-private-training .block-class-private-training .class-list .item:hover:after {
  /*height: 100%;*/
}
.section-class-private-training .block-class-private-training .class-list .item:hover .img {
  box-shadow: 0px 0px 20px 1px #2B3823;
  /*border: 1px solid rgba(255, 255, 255, 0.454);*/
}
.section-class-private-training .block-class-private-training .class-list .item a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.section-class-private-training .block-class-private-training .class-list .item .img {
  display: flex;
}
.section-class-private-training .block-class-private-training .class-list .item .img img {
  width: 100%;
}
.section-class-private-training .block-class-private-training .class-list .item .info {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 70%;
}
.section-class-private-training .block-class-private-training .class-list .item .info h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
}
.section-class-private-training .block-class-private-training .classes-swiper {
  display: none;
  padding: 0 50px;
  position: relative;
  margin-top: 15px;
}
.section-class-private-training .block-class-private-training .classes-swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_swiper_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0px;
}
.section-class-private-training .block-class-private-training .classes-swiper .swiper-button-next:after {
  content: "";
}
.section-class-private-training .block-class-private-training .classes-swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_swiper_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0px;
}
.section-class-private-training .block-class-private-training .classes-swiper .swiper-button-prev:after {
  content: "";
}
.section-class-private-training .block-class-private-training .classes-swiper .classesSwiper .swiper-slide .class {
  position: relative;
}
.section-class-private-training .block-class-private-training .classes-swiper .classesSwiper .swiper-slide .class a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
}
.section-class-private-training .block-class-private-training .classes-swiper .classesSwiper .swiper-slide .class .img {
  display: flex;
}
.section-class-private-training .block-class-private-training .classes-swiper .classesSwiper .swiper-slide .class .img img {
  width: 100%;
}
.section-class-private-training .block-class-private-training .classes-swiper .classesSwiper .swiper-slide .class .info {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 70%;
}
.section-class-private-training .block-class-private-training .classes-swiper .classesSwiper .swiper-slide .class .info h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
}
.section-class-private-training .block-class-private-training .classes-swiper .classesSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2F4123;
}

.section-best-training .block-best-training .background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.section-best-training .block-best-training .background .info p {
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.section-best-training .block-best-training .background .info p span {
  display: block;
}

.section-faq-banner .block-faq-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-faq-banner .block-faq-banner .img {
  width: 100%;
}
.section-faq-banner .block-faq-banner .title {
  position: absolute;
}

.section-faq-list .block-faq-list {
  padding: 90px 0;
  background-color: #2B3823;
}
.section-faq-list .block-faq-list .faq-list .item {
  margin-top: 15px;
}
.section-faq-list .block-faq-list .faq-list .item.hide .question i {
  transform: rotate(0deg);
}
.section-faq-list .block-faq-list .faq-list .item.hide .answer {
  display: none;
}
.section-faq-list .block-faq-list .faq-list .item:first-child {
  margin-top: 0;
}
.section-faq-list .block-faq-list .faq-list .item .question {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.section-faq-list .block-faq-list .faq-list .item .question h2 {
  font-size: 30px;
  font-weight: 700;
  color: #EAE9DF;
  width: calc(100% - 20px - 20px);
  display: flex;
}
.section-faq-list .block-faq-list .faq-list .item .question h2 span {
  display: inline-block;
  width: 50px;
  text-align: right;
  margin-right: 10px;
}
.section-faq-list .block-faq-list .faq-list .item .question h2 b {
  display: inline-block;
  width: calc(100% - 50px);
}
.section-faq-list .block-faq-list .faq-list .item .question i {
  transform: rotate(180deg);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_faq_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.section-faq-list .block-faq-list .faq-list .item .answer {
  padding: 30px;
  border: 2px solid #EAE9DF;
  background-color: #EAE9DF;
  border-radius: 15px;
  margin-top: 15px;
}
.section-faq-list .block-faq-list .faq-list .item .answer p {
  font-size: 20px;
  color: #2F3123;
}
.section-faq-list .block-faq-list .faq-list .item:nth-child(even) .answer {
  background-color: transparent;
}
.section-faq-list .block-faq-list .faq-list .item:nth-child(even) .answer p {
  color: #EAE9DF;
}
@keyframes shineAnimation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes flashAnimation {
  from {
    background: rgba(255, 109, 109, 0.3);
    width: 100px;
    height: 100px;
  }
  to {
    background: transparent;
    width: 320px;
    height: 320px;
  }
}
@keyframes dotsAnimate {
  0%, 80%, to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes moveLeftRight {
  0% {
    left: 0px;
  }
  50% {
    left: -50px;
  }
  70% {
    right: 50px;
  }
  100% {
    left: 0%;
  }
}
@keyframes moveRightLeft {
  0% {
    left: 0px;
  }
  50% {
    left: 50px;
  }
  70% {
    right: -50px;
  }
  100% {
    left: 0%;
  }
}
@media all and (max-width: 1480px) {
  .section-location-detail .block-location-detail .two-cols {
    width: 100%;
  }
  .section-location-detail .block-location-detail .two-cols .col01 {
    width: calc(60% - 50px);
    padding-left: 50px;
  }
  .section-location-detail .block-location-detail .two-cols .col02 {
    width: 40%;
  }
  .section-home-about-us .block-home-about-us .block-outer {
    max-width: 100%;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols {
    width: 100%;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col02 .info {
    padding: 0 50px 0 50px;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col02 .info p {
    font-size: 20px;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info {
    padding: 0 50px;
  }
  .section-home-class .block-home-class .class-title h2 {
    font-size: 48px;
  }
  .section-home-class .block-home-class .class-title a {
    font-size: 20px;
  }
  .section-home-class .block-home-class .class-info h3 {
    font-size: 30px;
  }
  .section-home-class .block-home-class .class-info p {
    font-size: 20px;
  }
  .section-home-class .block-home-class .class-list .two-cols .col01 .info-list .info h3 {
    font-size: 20px;
  }
  .section-home-class .block-home-class .class-list .two-cols .col01 .info-list .info p {
    font-size: 18px;
  }
  .section-home-membership .block-home-membership .membership-title h2 {
    font-size: 48px;
  }
  .section-home-membership .block-home-membership .membership-title h3 {
    font-size: 20px;
  }
  .section-home-membership .block-home-membership .membership-info p {
    font-size: 24px;
  }
  .section-home-membership .block-home-membership .membership-options .options-title h3 {
    font-size: 30px;
  }
  .section-home-membership .block-home-membership .membership-options .options-list .list-item .item .desc h4 {
    font-size: 20px;
  }
  .section-home-studio-locations .block-home-studio-locations .locations-title h2 {
    font-size: 48px;
  }
  .section-home-studio-locations .block-home-studio-locations .locations-title a {
    font-size: 20px;
  }
  .section-home-studio-locations .block-home-studio-locations .locations-list .item .info h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 1280px) {
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col02 .info {
    padding: 0 30px;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col02 .info h3 {
    font-size: 16px;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col02 .info h2 {
    font-size: 36px;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col02 .info p {
    font-size: 16px;
  }
  .section-home-korformer .block-home-korformer .info {
    padding: 50px 0;
  }
  .section-home-korformer .block-home-korformer .info h2 {
    font-size: 48px;
  }
  .section-home-korformer .block-home-korformer .info p {
    font-size: 20px;
  }
  .section-home-find-your-peak .block-home-find-your-peak .background .desc p {
    font-size: 24px;
  }
  .section-home-korformer .block-home-korformer .korformer-list .item .deco {
    left: -10%;
  }
  .section-home-korformer .block-home-korformer .korformer-list .item .deco b {
    font-size: 120px;
  }
  .section-home-korformer .block-home-korformer .korformer-list .item .info {
    top: 35%;
  }
  .section-home-korformer .block-home-korformer .korformer-list .item .info h3 {
    font-size: 18px;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 .info {
    padding-left: 30px;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info {
    padding: 0 30px;
  }
  .section-class-private-training .block-class-private-training .class-list {
    justify-content: center;
  }
  .section-class-private-training .block-class-private-training .class-list .item {
    width: calc(25% - 10px);
  }
}
@media all and (max-width: 1024px) {
  .section-home-class .block-home-class .class-list .two-cols {
    display: block;
  }
  .section-home-class .block-home-class .class-list .two-cols .col01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-home-class .block-home-class .class-list .two-cols .col02 {
    width: 100%;
  }
  .section-home-class .block-home-class .class-list .two-cols .col02 .info-list {
    position: relative;
  }
  .section-class-list .block-class-list .class-list {
    margin-left: 0;
    margin-right: 0;
  }
  .section-class-list .block-class-list .class-list .item {
    width: 100%;
    margin: 15px 0;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols {
    display: block;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info {
    padding: 30px 30px;
  }
  .section-location-detail .block-location-detail .two-cols .col01 {
    width: calc(60% - 30px);
    padding-left: 30px;
  }
  .career-form .item .controller .select button i, .popup-form .item .controller .select button i {
    transform: rotate(0deg);
  }
  .career-form .item .controller .select:hover button i, .popup-form .item .controller .select:hover button i {
    transform: rotate(0deg);
  }
  .career-form .item .controller .select:hover .dropdown, .popup-form .item .controller .select:hover .dropdown {
    display: none;
  }
  .career-form .item .controller .select.active button i, .popup-form .item .controller .select.active button i {
    transform: rotate(180deg);
  }
  .career-form .item .controller .select.active .dropdown, .popup-form .item .controller .select.active .dropdown {
    display: block;
  }
}
@media all and (max-width: 992px) {
  .pagination-div a {
    width: 36px;
    height: 36px;
  }
  .section-home-korformer .block-home-korformer .korformer-list .item {
    width: 50%;
  }
  .section-home-korformer .block-home-korformer .korformer-list .item .deco b {
    font-size: 150px;
  }
  .section-home-korformer .block-home-korformer .korformer-list .item .info {
    top: 55%;
  }
  .section-home-about-us .block-home-about-us {
    padding: 50px 0;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols {
    display: block;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col01 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col02 .info {
    padding: 0 15px;
  }
  .section-home-studio-locations .block-home-studio-locations {
    padding: 50px 0;
  }
  .section-home-class .block-home-class {
    padding: 50px 0;
  }
  .section-home-membership .block-home-membership {
    padding: 50px 0;
  }
  .section-faq-list .block-faq-list {
    padding: 50px 0;
  }
  .section-faq-list .block-faq-list .faq-list .item .question h2 {
    font-size: 24px;
  }
  .section-faq-list .block-faq-list .faq-list .item .question h2 span {
    width: 30px;
  }
  .section-faq-list .block-faq-list .faq-list .item .question h2 b {
    width: calc(100% - 30px);
  }
  .section-faq-list .block-faq-list .faq-list .item .answer {
    padding: 15px;
    margin-top: 10px;
    border-radius: 8px;
  }
  .section-faq-list .block-faq-list .faq-list .item .answer p {
    font-size: 16px;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links {
    overflow-x: auto;
    scrollbar-gutter: stable;
    padding-bottom: 10px;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-links .box {
    box-shadow: none;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols {
    display: block;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col01 {
    width: 100%;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 .info {
    padding-left: 0;
  }
  .section-class-list .block-class-list {
    padding: 50px 0;
  }
  .section-class-list .block-class-list .class-info {
    margin: 20px 0;
  }
  .section-class-korformer-training .block-class-korformer-training {
    padding: 50px 0;
  }
  .section-class-private-training .block-class-private-training {
    padding: 50px 0;
  }
  .section-location-detail .block-location-detail {
    padding-bottom: 50px;
  }
  .section-location-detail .block-location-detail .two-cols {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .section-location-detail .block-location-detail .two-cols iframe {
    position: relative;
    width: 100%;
    height: 55vw;
  }
  .section-location-detail .block-location-detail .two-cols .col01 {
    width: 100%;
    padding-left: 0;
  }
  .section-location-detail .block-location-detail .two-cols .col02 {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
    height: 55vw;
  }
  .section-career-list .block-career-list {
    padding: 50px 0;
  }
  .section-career-list .block-career-list .block-title h2 {
    font-size: 36px;
  }
  .section-career-list .block-career-list .block-title h3 {
    font-size: 28px;
  }
  .section-career-list .block-career-list .career-table .table .tr .td {
    font-size: 20px;
    padding: 20px 0;
  }
  .section-career-list .block-career-list .career-table .table .tr .td:nth-child(1) {
    padding-left: 20px;
    width: calc(45% - 20px);
  }
  .section-career-list .block-career-list .career-table .table .head .tr .td {
    font-size: 20px;
  }
}
@media all and (max-width: 820px) {
  .section-class-private-training .block-class-private-training .class-list {
    justify-content: center;
  }
  .section-class-private-training .block-class-private-training .class-list .item {
    width: calc(33.3333333333% - 10px);
  }
}
@media all and (max-width: 767px) {
  .section-home-banner .homeBannerSwiper .swiper-slide .img {
    height: 100vh;
  }
  .section-home-banner .homeBannerSwiper .swiper-slide .img img {
    display: none;
  }
  .section-home-korformer .block-home-korformer .korformer-list {
    display: none;
  }
  .section-home-korformer .block-home-korformer .korformer-swiper {
    display: block;
  }
  .section-home-studio-locations .block-home-studio-locations .locations-list {
    display: none;
  }
  .section-home-studio-locations .block-home-studio-locations .locations-swiper {
    display: block;
  }
  .section-home-class .block-home-class .class-list {
    display: none;
  }
  .section-home-class .block-home-class .class-swiper {
    display: block;
  }
  .section-career-list .block-career-list .career-table .table .tr .td {
    font-size: 13px;
    padding: 15px 0;
  }
  .section-career-list .block-career-list .career-table .table .tr .td:nth-child(1) {
    padding-left: 10px;
    width: calc(45% - 10px);
  }
  .section-career-list .block-career-list .career-table .table .head .tr .td {
    font-size: 13px;
  }
  .section-career-list .block-career-list .pagination-div {
    padding-top: 20px;
  }
  .section-class-list .block-class-list .class-list .item .info {
    top: 55%;
  }
}
@media all and (max-width: 640px) {
  .pagination-div a {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .section-home-find-your-peak .block-home-find-your-peak .background .desc p {
    font-size: 18px;
  }
  .section-home-class .block-home-class .class-title {
    align-items: center;
  }
  .section-home-class .block-home-class .class-title h2 {
    text-align: left;
    font-size: 32px;
  }
  .section-home-class .block-home-class .class-title a {
    font-size: 16px;
  }
  .section-home-class .block-home-class .class-info {
    margin-top: 20px;
  }
  .section-home-class .block-home-class .class-info h3 {
    /*font-size: 24px;*/
    font-size: 22px;
  }
  .section-home-class .block-home-class .class-info p {
    font-size: 16px;
  }
  .section-home-membership .block-home-membership .membership-title {
    display: block;
    text-align: right;
  }
  .section-home-membership .block-home-membership .membership-title h2 {
    text-align: left;
    font-size: 32px;
  }
  .section-home-membership .block-home-membership .membership-title h3 {
    font-size: 16px;
    margin-top: 20px;
  }
  .section-home-membership .block-home-membership .membership-options .options-title h3 {
    font-size: 26px;
  }
  .section-home-membership .block-home-membership .membership-options .options-list .list-item {
    display: block;
  }
  .section-home-membership .block-home-membership .membership-options .options-list .list-item .item {
    width: 100%;
    margin: 30px 0;
  }
  .section-home-membership .block-home-membership .membership-info {
    margin-top: 20px;
  }
  .section-home-membership .block-home-membership .membership-info p {
    font-size: 16px;
  }
  .section-home-studio-locations .block-home-studio-locations .locations-title h2 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .section-home-studio-locations .block-home-studio-locations .locations-title a {
    font-size: 16px;
  }
  .section-faq-banner .block-faq-banner .title {
    width: 35vw;
  }
  .section-home-about-us .block-home-about-us .block-outer .two-cols .col02 .info h2 {
    font-size: 32px;
  }
  .section-home-korformer .block-home-korformer .info h2 {
    font-size: 32px;
  }
  .section-home-korformer .block-home-korformer .info p {
    font-size: 16px;
  }
  .section-class-list .block-class-list {
    padding: 30px 0;
  }
  .section-class-list .block-class-list .class-title h2 {
    font-size: 32px;
  }
  .section-class-list .block-class-list .class-title p {
    font-size: 14px;
  }
  .section-class-list .block-class-list .class-info p {
    font-size: 16px;
  }
  .section-class-korformer-training .block-class-korformer-training {
    padding: 30px 0;
  }
  .section-class-korformer-training .block-class-korformer-training .deco b {
    font-size: 180px;
    right: -20px;
    top: -120px;
  }
  .section-class-korformer-training .block-class-korformer-training .block-title h4 {
    font-size: 16px;
  }
  .section-class-korformer-training .block-class-korformer-training .block-title h2 {
    font-size: 32px;
  }
  .section-class-korformer-training .block-class-korformer-training .block-info p {
    font-size: 16px;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 .info h4 {
    font-size: 16px;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 .info h3 {
    font-size: 28px;
  }
  .section-class-korformer-training .block-class-korformer-training .toggle-class-list .toggle-class .detail .two-cols .col02 .info p {
    font-size: 16px;
  }
  .section-class-private-training .block-class-private-training .deco b {
    font-size: 180px;
    left: -50px;
    top: -120px;
  }
  .section-class-private-training .block-class-private-training .block-title h4 {
    font-size: 16px;
  }
  .section-class-private-training .block-class-private-training .block-title h2 {
    font-size: 32px;
  }
  .section-class-private-training .block-class-private-training .block-info-01 p {
    font-size: 16px;
  }
  .section-class-private-training .block-class-private-training .block-info-02 h3 {
    font-size: 28px;
  }
  .section-class-private-training .block-class-private-training .block-info-02 p {
    font-size: 16px;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .deco b {
    font-size: 200px;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .deco b {
    font-size: 180px;
    right: -50px;
    top: -100px;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info h4 {
    font-size: 16px;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info h3 {
    font-size: 32px;
  }
  .section-class-movement-recovery .block-class-movement-recovery .block-outer .two-cols .col02 .info p {
    font-size: 16px;
  }
  .section-best-training .block-best-training .background {
    padding: 80px 0;
  }
  .section-best-training .block-best-training .background .info p {
    font-size: 22px;
  }
  .section-best-training .block-best-training .background .info p span {
    display: inline;
  }
  .section-class-private-training .block-class-private-training .class-list {
    justify-content: center;
    display: none;
  }
  .section-class-private-training .block-class-private-training .class-list .item {
    width: calc(50% - 10px);
  }
  .section-class-private-training .block-class-private-training .class-list .item .info h3 {
    font-size: 13px;
  }
  .section-class-private-training .block-class-private-training .classes-swiper {
    display: block;
  }
  .section-location-detail .block-location-detail .two-cols .country {
    font-size: 24px;
  }
  .section-location-detail .block-location-detail .two-cols .studio {
    font-size: 32px;
  }
  .section-location-detail .block-location-detail .two-cols .info ul li i {
    width: 24px;
    height: 24px;
    background-size: contain;
    margin-right: 10px;
  }
  .section-location-detail .block-location-detail .two-cols .info ul li {
    font-size: 16px;
  }
  .section-career-detail .block-career-detail .toggle-link a {
    min-width: 40vw;
    font-size: 16px;
  }
  .section-career-detail .block-career-detail .career-detail .block-title h2 {
    font-size: 32px;
  }
  .section-career-detail .block-career-detail .career-detail .block-detail h3 {
    font-size: 24px;
  }
  .section-career-detail .block-career-detail .career-detail .block-detail p {
    font-size: 16px;
  }
  .section-career-detail .block-career-detail .career-detail .block-detail ul {
    font-size: 16px;
  }
  .section-career-detail .block-career-detail.block-career-overview .career-detail .block-title h2 {
    font-size: 24px;
  }
  .section-career-detail .block-career-detail.block-career-overview .career-detail .block-title .btn-clear i {
    margin-right: 3px;
  }
  .section-career-detail .block-career-detail.block-career-overview .career-detail .block-title + .block-detail {
    margin-top: -20px;
  }
  .section-career-detail .block-career-detail.block-career-overview .career-detail .block-action {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .section-home-studio-locations .block-home-studio-locations .locations-list .item .info p b {
    display: inline;
  }
  .career-form .item, .popup-form .item {
    margin-top: 10px;
  }
  .career-form .item .label, .popup-form .item .label {
    font-size: 18px;
  }
  .career-form .item .two-cols, .popup-form .item .two-cols {
    display: block;
  }
  .career-form .item .two-cols .col01, .popup-form .item .two-cols .col01 {
    width: 100%;
  }
  .career-form .item .two-cols .col02, .popup-form .item .two-cols .col02 {
    width: 100%;
    margin-top: 10px;
  }
  .career-form .item .controller .phone .select, .popup-form .item .controller .phone .select {
    width: 125px;
  }
  .career-form .item .controller .phone .select button, .popup-form .item .controller .phone .select button {
    padding: 0 10px;
  }
  .career-form .item .controller .phone .keyin, .popup-form .item .controller .phone .keyin {
    width: calc(100% - 125px);
  }
  .section-career-list .block-career-list {
    padding: 30px 0;
  }
  .section-career-list .block-career-list .block-select .multiple-select {
    max-width: 100%;
  }
  .section-career-list .block-career-list .block-title h2 {
    font-size: 32px;
  }
  .section-career-list .block-career-list .block-title h3 {
    font-size: 16px;
  }
  .section-career-list .block-career-list .career-table .table .tr .td span {
    display: block;
  }
  .section-home-find-your-peak .block-home-find-your-peak .background .logo img {
    height: 48px;
  }
  .section-location-detail .block-location-detail {
    padding-bottom: 30px;
  }
  .section-location-detail .block-location-detail .two-cols .info {
    margin: 30px 0 30px 0;
  }
  .section-location-detail .block-location-detail .two-cols .col01 {
    padding: 30px 0 30px 0;
  }
  .section-career-detail .block-career-detail {
    padding: 30px 0;
  }
  .section-career-detail .block-career-detail .career-detail .block-title {
    padding: 30px 0;
  }
  .section-faq-list .block-faq-list {
    padding: 30px 0;
  }
  .section-faq-list .block-faq-list .faq-list .item .question {
    align-items: flex-start;
  }
  .section-faq-list .block-faq-list .faq-list .item .question h2 {
    font-size: 18px;
    width: calc(100% - 20px);
  }
  .section-faq-list .block-faq-list .faq-list .item .question i {
    margin-top: 5px;
    margin-right: 0;
  }
  .section-faq-list .block-faq-list .faq-list .item.hide .question i {
    margin-right: 0;
  }
  .section-home-about-us .block-home-about-us {
    padding-top: 0;
  }
  .section-home-korformer .block-home-korformer .korformer-swiper .korformerSwiper {
    padding-bottom: 0;
  }
  .career-form .item .remind p, .popup-form .item .remind p {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */