@charset "UTF-8";

[data-scroll-container] {
  overflow: hidden;
}

[data-scroll-virtual-body] {
  position: relative;
  width: 100%;
  height: 105vh;
}

[data-scroll-wrapper] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Noto Sans TC", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

video {
  width: 100%;
  height: auto;
}

div {
  box-sizing: border-box;
}

.h1 {
  font-size: em(56);
  font-weight: 700;
  line-height: em(67, 56);
}

.h2 {
  font-size: em(48);
  font-weight: 700;
  line-height: em(58, 48);
}

.h3 {
  font-size: em(40);
  font-weight: 700;
  line-height: em(64, 40);
}

.h4 {
  font-size: em(32);
  font-weight: 700;
  line-height: em(42, 32);
}

.h5 {
  font-size: em(28);
  font-weight: 700;
  line-height: em(45, 28);
}

.h6 {
  font-size: em(20);
  font-weight: 700;
  line-height: em(32, 20);
}

.h6 {
  font-size: em(16);
  font-weight: 500;
  line-height: em(23, 16);
}

.popup-facility {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-facility__body {
  position: relative;
  width: 20.5625em;
  border: 0.125em solid rgba(199, 199, 199, 0.16);
  border-radius: 0.75em;
  padding: 1.5em;
  background-color: white;
}

@media (min-width: 787px) {
  .popup-facility__body {
    width: 63.625em;
    padding: 4.5em;
  }
}

.popup-facility__title {
  color: #292F36;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6em;
}

@media (min-width: 787px) {
  .popup-facility__title {
    font-size: 2.5em;
    line-height: 1.6em;
  }
}

.popup-facility__meta {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
  color: #C39039;
}

@media (min-width: 787px) {
  .popup-facility__meta {
    font-size: 1.125em;
    line-height: 1.5em;
  }
}

.popup-facility__location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5em;
  flex-wrap: wrap;
}

.popup-facility__location .p {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

.popup-facility__location .ic-location {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}

.popup-facility__location .ic-line {
  width: 1px;
  height: 1.5em;
  background-color: #292F36;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.popup-facility__location .location-gap {
  width: 1.5em;
}

.popup-facility__location__list {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 0 1.5em;
}

@media screen and (max-width: 576px) {
  .popup-facility__location__list {
    width: 100%;
    margin: 1em 0;
  }
}

.popup-facility__location__list:first-child {
  margin: 0;
}

.popup-facility__location__list:last-child {
  margin: 0;
}

.popup-facility__hr {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #C7C7C7;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.popup-facility__hr::before {
  position: absolute;
  content: "";
  display: block;
  width: 6.5625em;
  height: 2px;
  background-color: #C39039;
  left: 0;
  top: 0;
}

.popup-facility__desc {
  font-size: 1.125em;
  font-weight: 350;
  line-height: 1.7222222222em;
  color: #767A7E;
}

@media (min-width: 787px) {
  .popup-facility__desc {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6875em;
  }
}

.popup-facility__btn-close {
  cursor: pointer;
  position: absolute;
  top: -4.375em;
  right: 0;
  width: 3em;
  height: 3em;
  border-radius: 0.75em;
  background-color: black;
}

@media (min-width: 787px) {
  .popup-facility__btn-close {
    top: -5em;
    width: 3.5em;
    height: 3.5em;
  }
}

.popup-facility__btn-close::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.125em;
  height: 0.75em;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
}

@media (min-width: 787px) {
  .popup-facility__btn-close::before {
    height: 0.875em;
  }
}

.popup-facility__btn-close::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.125em;
  height: 0.75em;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

@media (min-width: 787px) {
  .popup-facility__btn-close::after {
    height: 0.875em;
  }
}

.popup-facility__btn-close:hover {
  background-color: #DBBB85;
}

.popup-facility__btn-close:hover::before,
.popup-facility__btn-close:hover::after {
  background-color: #C39039;
}

.essence-card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.essence-card__info {
  width: 50%;
  padding-right: 2.5em;
}

@media screen and (max-width: 576px) {
  .essence-card__info {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.essence-card__info__title {
  font-size: 2em;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #292F36;
}

.essence-card__info__title br {
  display: none;
}

@media screen and (max-width: 576px) {
  .essence-card__info__title {
    font-size: 1.75em;
    letter-spacing: 0.035em;
    line-height: 160%;
  }

  .essence-card__info__title br {
    display: block;
  }
}

.essence-card__info__pic {
  display: none;
}

@media screen and (max-width: 576px) {
  .essence-card__info__pic {
    display: block;
    margin: 1em auto 1.5em auto;
  }
}

.essence-card__info__subtitle {
  font-size: 1.75em;
  line-height: 100%;
  letter-spacing: 0.0175em;
  font-weight: 400;
  color: #C39039;
  margin: 1.25em auto 2.5em auto;
}

@media screen and (max-width: 576px) {
  .essence-card__info__subtitle {
    font-size: 1.125em;
    letter-spacing: 0.0225em;
    line-height: 170%;
    margin: 1em auto;
  }
}

.essence-card__info__text {
  font-size: 1.125em;
  line-height: 170%;
  letter-spacing: 0.01125em;
  font-weight: 300;
  color: #767A7E;
}

.essence-card__pic {
  width: 50%;
  display: block;
}

@media screen and (max-width: 576px) {
  .essence-card__pic {
    display: none;
  }
}

.new-digcard {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75em;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .new-digcard {
    border: 0.0625em solid rgba(0, 0, 0, 0.0784313725);
  }
}

.new-digcard:hover .new-digcard__content__info__title h4 {
  color: #C39039;
}

.new-digcard__pic {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .new-digcard__pic {
    display: none;
  }
}

.new-digcard__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5803921569);
  padding: 2.5em;
}

@media screen and (max-width: 576px) {
  .new-digcard__content {
    position: relative;
    background: none;
    padding: 1.5em 1em;
  }
}

.new-digcard__content__info__header {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 576px) {
  .new-digcard__content__info__header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: self-start;
  }
}

.new-digcard__content__info__header__class {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 576px) {
  .new-digcard__content__info__header__class {
    margin-bottom: 0;
  }
}

.new-digcard__content__info__header__class p {
  font-size: 1em;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 576px) {
  .new-digcard__content__info__header__class p {
    color: #292F36;
    font-size: 0.75em;
    letter-spacing: -0.0075em;
  }
}

.new-digcard__content__info__header__class hr {
  width: 65%;
  margin: 0.25em 0 0.5em 0;
  height: 0.25em;
  background: #C39039;
  border: 0;
}

@media screen and (max-width: 576px) {
  .new-digcard__content__info__header__class hr {
    margin: 0.75em 0;
  }
}

.new-digcard__content__info__header__date {
  font-size: 1em;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 576px) {
  .new-digcard__content__info__header__date {
    color: #292F36;
    margin: 0 0.5em;
    font-size: 0.75em;
    letter-spacing: -0.0075em;
  }
}

.new-digcard__content__info__title {
  padding: 1.5em 0 2em 0;
}

@media screen and (max-width: 576px) {
  .new-digcard__content__info__title {
    padding: 0;
  }
}

.new-digcard__content__info__title h4 {
  font-size: 2em;
  line-height: 130%;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: 0.3s;
}

@media screen and (max-width: 576px) {
  .new-digcard__content__info__title h4 {
    color: #292F36;
    font-size: 1.25em;
    line-height: 160%;
    letter-spacing: 0.025em;
  }
}

.new-digcard__content__info__link {
  display: none;
  float: right;
  margin-top: 1.5em;
}

@media screen and (max-width: 576px) {
  .new-digcard__content__info__link {
    display: inline-block;
  }
}

.new-digcard__content__info__link p {
  position: relative;
  color: #767A7E;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.00875em;
}

.new-digcard__content__info__link p::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background: #767A7E;
  opacity: 0.8;
}

.new-card {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75em;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .new-card {
    border: 0.0625em solid rgba(0, 0, 0, 0.0784313725);
  }
}

.new-card:hover .new-card__content__info__title h6 {
  color: #C39039;
}

.new-card__pic {
  display: flex;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .new-card__pic {
    display: none;
  }
}

.new-card__pic__bg {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.new-card__pic__main {
  position: absolute;
  top: 50%;
  width: auto;
  height: 100%;
  z-index: 0;
}

.new-card__pic__main--middle {
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-card__pic__main--left {
  left: 0%;
  transform: translate(0%, -50%);
}

.new-card__pic__main--right {
  right: 0;
  transform: translate(0%, -50%);
}

.new-card__content {
  position: absolute;
  width: 100%;
  top: calc(100% - 13.5em);
  left: 0%;
  padding: 1.5em;
  z-index: 1;
  border-radius: 0 0 0.75em 0.75em;
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  .new-card__content {
    position: relative;
    background: none;
    padding: 1.5em 1em;
  }
}

.new-card__content__info__header {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 576px) {
  .new-card__content__info__header {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: self-start;
  }
}

.new-card__content__info__header__class {
  margin-bottom: 0.5em;
}

@media screen and (max-width: 576px) {
  .new-card__content__info__header__class {
    margin-bottom: 0;
  }
}

.new-card__content__info__header__class p {
  font-size: 1em;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 576px) {
  .new-card__content__info__header__class p {
    color: #292F36;
    font-size: 0.75em;
    letter-spacing: -0.0075em;
  }
}

.new-card__content__info__header__class hr {
  width: 65%;
  margin: 0.25em 0 0.5em 0;
  height: 0.25em;
  background: #C39039;
  border: 0;
}

@media screen and (max-width: 576px) {
  .new-card__content__info__header__class hr {
    margin: 0.75em 0;
  }
}

.new-card__content__info__header__date {
  font-size: 1em;
  line-height: 150%;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 576px) {
  .new-card__content__info__header__date {
    color: #292F36;
    margin: 0 0.5em;
    font-size: 0.75em;
    letter-spacing: -0.0075em;
  }
}

.new-card__content__info__title {
  padding: 0.5em 0 0 0;
}

@media screen and (max-width: 576px) {
  .new-card__content__info__title {
    padding: 0;
  }
}

.new-card__content__info__title h6 {
  font-size: 1.25em;
  line-height: 160%;
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.025em;
  transition: 0.3s;
}

@media screen and (max-width: 576px) {
  .new-card__content__info__title h6 {
    color: #292F36;
    font-size: 1.25em;
    line-height: 160%;
    letter-spacing: 0.025em;
  }
}

.new-card__content__info__link {
  display: none;
  float: right;
  margin-top: 1.5em;
}

@media screen and (max-width: 576px) {
  .new-card__content__info__link {
    display: inline-block;
  }
}

.new-card__content__info__link p {
  position: relative;
  color: #767A7E;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.00875em;
}

.new-card__content__info__link p::after {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 0.0625em;
  background: #767A7E;
  opacity: 0.8;
}

.vision-card {
  width: 100%;
  margin: 2em 0;
  padding: 2em 1.5em;
  border-radius: 0.75em;
  border: 0.0625em solid rgba(0, 0, 0, 0.0784313725);
}

@media screen and (max-width: 576px) {
  .vision-card {
    margin: 0;
    margin-bottom: 1.5em;
  }
}

.vision-card__content__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vision-card__content__title h4 {
  font-size: 2em;
  color: #C39039;
  font-weight: bold;
  line-height: 1.4375em;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 576px) {
  .vision-card__content__title h4 {
    font-size: 1.25em;
    line-height: 1.25em;
    letter-spacing: 0.025em;
  }
}

.vision-card__content__title__underline {
  position: relative;
  width: 100%;
  height: 0.125em;
  background: #C7C7C7;
  margin: 1.5em auto;
}

.vision-card__content__title__underline span {
  position: absolute;
  width: 17%;
  height: 100%;
  background: #C39039;
}

.vision-card__content p {
  font-size: 1.125em;
  line-height: 170%;
  letter-spacing: 0.0225em;
  color: #767A7E;
  font-weight: 300;
}

.home-nav {
  width: 100%;
  overflow-x: auto;
  display: none;
}

@media screen and (max-width: 576px) {
  .home-nav {
    display: block;
    height: 0;
    overflow: hidden;
  }
}

.home-nav__inner {
  height: 4.375em;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.home-nav ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-nav ul li {
  width: 6.25em;
  margin: 1em 0.4375em;
}

.home-nav--sticky {
  position: fixed;
  top: 6em;
  left: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.3843137255);
  backdrop-filter: blur(0.3125em);
  -webkit-backdrop-filter: blur(0.3125em);
  height: 4em;
  transition: all 0.5s ease-in-out;
}

.home-nav--sticky ul {
  margin-left: 1.5em;
}

.home-nav.--is-fit-top {
  top: 0;
}

.introduce-table {
  width: 100%;
}

.introduce-table__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 2.5em;
  background: #F0F0F0;
  border-radius: 0.75em 0.75em 0 0;
}

@media screen and (max-width: 576px) {
  .introduce-table__header {
    flex-direction: column;
    padding: 1em;
  }
}

.introduce-table__header__title {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 576px) {
  .introduce-table__header__title {
    width: 100%;
    margin-bottom: 1em;
  }
}

.introduce-table__header__title p {
  font-size: 2em;
  line-height: 130%;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #292F36;
}

@media screen and (max-width: 576px) {
  .introduce-table__header__title p {
    font-size: 1.25em;
    line-height: 160%;
    letter-spacing: 0.025em;
  }
}

.introduce-table__header__subtitle {
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 576px) {
  .introduce-table__header__subtitle {
    width: 100%;
  }
}

.introduce-table__header__subtitle__list {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 576px) {
  .introduce-table__header__subtitle__list {
    justify-content: space-between;
    align-items: center;
  }
}

.introduce-table__header__subtitle__list .location-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2em;
}

@media screen and (max-width: 576px) {
  .introduce-table__header__subtitle__list .location-card {
    margin-left: 0;
  }
}

.introduce-table__header__subtitle__list .location-card__icon svg {
  width: 1.5em;
  height: 1.5em;
}

.introduce-table__header__subtitle__list .location-card__text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduce-table__header__subtitle__list .location-card__text span {
  font-size: 1em;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #292F36;
  font-weight: 500;
}

.introduce-table__header__subtitle__list .location-card__text span:first-child {
  margin: 0 0.5em;
}

.introduce-table__header__subtitle__list .location-card__text span:last-child {
  margin-left: 0.5em;
}

.introduce-table__body {
  width: 100%;
  padding: 2.5em 2em 0 2em;
  border-left: 0.0625em solid #F0F0F0;
  border-right: 0.0625em solid #F0F0F0;
}

@media screen and (max-width: 576px) {
  .introduce-table__body {
    padding: 2em 0.5em 0 0.5em;
  }
}

.introduce-table__body__title {
  width: 100%;
}

.introduce-table__body__title--colorgold1 {
  display: flex;
}

.introduce-table__body__title--colorgold1 p {
  color: #C39039 !important;
  font-size: 1.5em !important;
  line-height: 140% !important;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 576px) {
  .introduce-table__body__title--colorgold1 p {
    font-size: 1.125em !important;
    line-height: 150% !important;
    letter-spacing: -0.01125em !important;
  }
}

.introduce-table__body__title p {
  font-size: 1.75em;
  line-height: 160%;
  letter-spacing: 0.035em;
  font-weight: bold;
  color: #292F36;
  margin-left: 2.5em;
}

.introduce-table__body__title p:first-child {
  margin: 0;
}

@media screen and (max-width: 576px) {
  .introduce-table__body__title p {
    font-size: 1.25em;
    line-height: 160%;
    letter-spacing: 0.025em;
    text-align: center;
    margin-left: 2em;
  }
}

.introduce-table__body__title p span {
  font-weight: 400;
}

.introduce-table__body__list {
  width: 100%;
  margin: 2.5em auto;
}

.introduce-table__body__list:last-child {
  margin-bottom: 0;
}

.introduce-table__body__list--kv {
  margin: 0 auto 2.5em auto !important;
}

@media screen and (max-width: 576px) {
  .introduce-table__body__list {
    margin: 2em auto 2.5em auto;
  }
}

.introduce-table__body__list__kv {
  border-radius: 1em;
  overflow: hidden;
  border: 0.0625em solid #C7C7C7;
  position: relative;
}

@media screen and (max-width: 576px) {
  .introduce-table__body__list__kv {
    border-radius: 0.75em;
  }
}

.introduce-table__body__list__kv__icon {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.introduce-table__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4em 0 0 0;
}

@media screen and (max-width: 576px) {
  .introduce-table__footer {
    margin: 4em 0 1.5em 0;
  }
}

.introduce-table-s {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .introduce-table-s {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.introduce-table-s__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0.5em;
  background: #FAFAFA;
}

.introduce-table-s__header__title {
  width: -moz-fit-content;
  width: fit-content;
}

.introduce-table-s__header__title p {
  font-size: 1.125em;
  line-height: 150%;
  letter-spacing: -0.01125em;
  font-weight: 500;
  color: #767A7E;
}

.introduce-table-s__body {
  width: 100%;
  margin-top: 1.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body {
    margin-top: 2em;
  }
}

.introduce-table-s__body-1 {
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-1 {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: start;
  }
}

.introduce-table-s__body-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-2 {
    flex-direction: column;
  }
}

.introduce-table-s__body-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-3 {
    flex-direction: column;
  }
}

.introduce-table-s__body-4 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-4 {
    flex-direction: column;
  }
}

.introduce-table-s__body-4__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - 4.4375em) / 2);
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-4__content {
    width: 100%;
  }

  .introduce-table-s__body-4__content:first-child {
    margin-bottom: 1em;
  }
}

.introduce-table-s__body-4__content .pdfdownload-card {
  width: calc((100% - 8em) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1.5em;
  background: #F0F0F0;
  border-radius: 0.75em;
  border: 0.0625em solid #949495;
  transition: 0.3s;
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-4__content .pdfdownload-card {
    width: calc((100% - 5em) / 2);
    padding: 1em;
  }
}

.introduce-table-s__body-4__content .pdfdownload-card:hover {
  box-shadow: 0 0 0.25em #949495;
}

.introduce-table-s__body-4__content .pdfdownload-card p {
  font-size: 1em;
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 500;
  white-space: nowrap;
}

.introduce-table-s__body-4__content .pdfdownload-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0.5em;
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-4__content .pdfdownload-card__icon {
    width: 1.5em;
    height: 1.5em;
    padding: 0.0625em;
  }
}

.introduce-table-s__body-5 {
  justify-content: space-between;
  align-items: start;
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-5 {
    align-items: center !important;
  }
}

.introduce-table-s__body-5__content {
  width: calc((100% - 2em) / 2);
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-5__content {
    width: calc(100% - 1.5em);
    margin-bottom: 1.5em;
  }

  .introduce-table-s__body-5__content:last-child {
    margin-bottom: 0;
  }
}

.introduce-table-s__body-5__content .introduce-card-1 {
  padding: 0.625em;
  margin-bottom: 0.25em;
  margin-right: 0 !important;
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-5__content .introduce-card-1 {
    justify-content: start;
    align-items: start;
    padding: 0;
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 576px) {
  .introduce-table-s__body-5 {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: start;
  }
}

.introduce-card-1 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.5em;
}

@media screen and (max-width: 576px) {
  .introduce-card-1 {
    margin-right: 0;
    margin-bottom: 1.5em;
  }

  .introduce-card-1:last-child {
    margin-bottom: 0;
  }
}

.introduce-card-1__icon {
  margin-right: 1em;
}

@media screen and (max-width: 576px) {
  .introduce-card-1__icon {
    margin-right: 0.5em;
  }
}

.introduce-card-1__icon svg {
  width: 1.5em;
  height: 1.5em;
}

.introduce-card-1__text {
  font-size: 1.125em;
  line-height: 150%;
  letter-spacing: -0.01125em;
  color: #292F36;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .introduce-card-1__text {
    font-size: 1em;
    letter-spacing: -0.01em;
  }
}

.introduce-card-2 {
  width: calc((100% - 6.875em) / 3);
  padding: 0.5em 1em;
  border: 0.0625em solid #F0F0F0;
  border-radius: 0.75em;
  transition: 0.3s;
}

@media screen and (max-width: 576px) {
  .introduce-card-2 {
    width: 100%;
    margin-bottom: 1em;
  }
}

.introduce-card-2:first-child {
  margin-bottom: 2em;
}

@media screen and (max-width: 576px) {
  .introduce-card-2:first-child {
    margin-bottom: 1em;
  }
}

.introduce-card-2:nth-child(2) {
  margin-bottom: 2em;
}

@media screen and (max-width: 576px) {
  .introduce-card-2:nth-child(2) {
    margin-bottom: 1em;
  }
}

.introduce-card-2:nth-child(3) {
  margin-bottom: 2em;
}

@media screen and (max-width: 576px) {
  .introduce-card-2:nth-child(3) {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 576px) {
  .introduce-card-2:last-child {
    margin-bottom: 0;
  }
}

.introduce-card-2__title {
  margin-bottom: 0.125em;
}

.introduce-card-2__title ul li {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.introduce-card-2__title ul li:before {
  content: "";
  display: inline-block;
  width: 0.3125em;
  height: 0.3125em;
  border-radius: 0.3125em;
  text-align: center;
  background: #C39039;
  margin: 0 0.75em;
}

.introduce-card-2__title ul li p {
  display: inline-block;
  font-size: 1.375em;
  font-weight: 500;
  letter-spacing: -0.01375em;
  color: #C39039;
  text-align: left;
  line-height: 160%;
}

@media screen and (max-width: 576px) {
  .introduce-card-2__title ul li p {
    font-size: 1.125em;
    letter-spacing: -0.01125em;
    line-height: 150%;
  }
}

.introduce-card-2__text p {
  text-align: left;
  font-size: 1.125em;
  letter-spacing: 0.01125em;
  line-height: 170%;
  color: #292F36;
  font-weight: 300;
}

@media screen and (max-width: 576px) {
  .introduce-card-2__text p {
    font-size: 0.9375em;
    letter-spacing: 0.009375em;
  }
}

.introduce-card-3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 576px) {
  .introduce-card-3 {
    flex-direction: column;
  }
}

.introduce-card-3:last-child {
  margin-bottom: 0;
}

.introduce-card-3__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  background: #F0F0F0;
  border-radius: 62.5em;
  border: 0.0625em solid #F2E7D4;
  margin-right: 1.5em;
}

@media screen and (max-width: 576px) {
  .introduce-card-3__pic {
    margin-bottom: 1em;
    margin-right: 0;
  }
}

.introduce-card-3__pic svg {
  width: 3.75em;
  height: 3.75em;
}

.introduce-card-3__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.introduce-card-3__content__title {
  width: 100%;
  margin-bottom: 1em;
}

.introduce-card-3__content__title p {
  font-size: 1.25em;
  line-height: 60%;
  letter-spacing: 0.025em;
  color: #292F36;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .introduce-card-3__content__title p {
    padding: 0.5em;
    text-align: center;
    font-size: 1.125em;
    line-height: 150%;
    letter-spacing: -0.01125em;
  }
}

.introduce-card-3__content__text {
  width: 100%;
}

.introduce-card-3__content__text p {
  font-size: 1.125em;
  line-height: 170%;
  letter-spacing: 0.0225em;
  color: #292F36;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .introduce-card-3__content__text p {
    font-size: 1em;
    letter-spacing: 0.02em;
  }
}

.tabs__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 576px) {
  .tabs__box {
    margin-top: 1.25em;
  }
}

.tabs__box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125em;
  background-color: #ffffff;
}

.tabs__item {
  padding: 0.5em 1em;
  border-bottom: 0.125em solid transparent;
}

@media screen and (max-width: 576px) {
  .tabs__item {
    padding: 0.25em 0.5em;
  }
}

.tabs__item p {
  font-size: 1.125em;
  font-weight: 350;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: #292F36;
  white-space: nowrap;
}

.tabs__item--active {
  border-bottom: 0.125em solid #C39039;
  z-index: 1;
}

.breadcrumbList {
  width: 100%;
}

.breadcrumbList__container__breadcrumb {
  width: 100%;
  display: flex;
}

.breadcrumbList__container__breadcrumb li+li {
  padding-left: 0;
}

.breadcrumbList__container__breadcrumb li+li::before {
  content: "/";
  color: #767A7E;
  padding: 0 0.125em;
}

.breadcrumbList__container__breadcrumb li a {
  color: #767A7E;
  font-weight: 400;
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 170%;
}

.popup-facility-location {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-facility-location__body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media (min-width: 787px) {
  .popup-facility-location__body {
    width: 63.625em;
  }
}

.popup-facility-location__kv {
  position: absolute;
  top: calc(50% + 1em);
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 36.5em;
  height: 20.5625em;
  overflow: hidden;
  border-radius: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-facility-location__btn-close {
  cursor: pointer;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 3em;
  height: 3em;
  border-radius: 0.75em;
  background-color: black;
}

@media (min-width: 787px) {
  .popup-facility-location__btn-close {
    top: -5em;
    width: 3.5em;
    height: 3.5em;
  }
}

.popup-facility-location__btn-close::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.125em;
  height: 0.75em;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
}

@media (min-width: 787px) {
  .popup-facility-location__btn-close::before {
    height: 0.875em;
  }
}

.popup-facility-location__btn-close::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.125em;
  height: 0.75em;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

@media (min-width: 787px) {
  .popup-facility-location__btn-close::after {
    height: 0.875em;
  }
}

.popup-facility-location__btn-close:hover {
  background-color: #DBBB85;
}

.popup-facility-location__btn-close:hover::before,
.popup-facility-location__btn-close:hover::after {
  background-color: #C39039;
}

.popup-forgetPassword {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-forgetPassword__body {
  position: relative;
  width: 20.5625em;
  height: 20.375em;
  border: 0.125em solid rgba(199, 199, 199, 0.16);
  border-radius: 0.75em;
  padding: 1.5em;
  background-color: white;
}

@media (min-width: 787px) {
  .popup-forgetPassword__body {
    width: 63.625em;
    height: auto;
    padding: 1.5em 2.5em 2.5em 2.5em;
  }
}

.popup-forgetPassword__title {
  color: #292F36;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.6071428571em;
  text-align: center;
}

@media (min-width: 787px) {
  .popup-forgetPassword__title {
    font-size: 2.5em;
    line-height: 1.6em;
  }
}

.popup-forgetPassword__label {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 1.7777777778em;
}

.popup-forgetPassword__input {
  width: 100%;
  height: 3em;
  border-radius: 0.75em;
  overflow: hidden;
  border: 1px solid #EBEBEB;
  margin-top: 0.625em;
}

.popup-forgetPassword__input input {
  border: 0;
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 1.125em;
  font-weight: 400;
  padding-left: 1em;
}

.popup-forgetPassword__input input::-moz-placeholder {
  color: #C7C7C7;
}

.popup-forgetPassword__input input::placeholder {
  color: #C7C7C7;
}

.popup-forgetPassword__btn-confirm {
  cursor: pointer;
  position: absolute;
  width: calc(100% - 3em);
  height: 2.5em;
  border-radius: 0.5em;
  padding: 0.5em;
  left: 1.5em;
  bottom: 1.5em;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-forgetPassword__btn-confirm .p {
  font-size: 0.875em;
  font-weight: 400;
  color: white;
}

.popup-forgetPassword__btn-confirm:hover {
  background-color: #DBBB85;
}

.popup-forgetPassword__btn-confirm:hover .p {
  color: #C39039;
}

@media (min-width: 787px) {
  .popup-forgetPassword__btn-confirm {
    position: relative;
    width: 100%;
    height: 3.5em;
    left: unset;
    bottom: unset;
    margin-top: 2em;
  }
}

.popup-forgetPassword__btn-close {
  cursor: pointer;
  position: absolute;
  top: -4.375em;
  right: 0;
  width: 3em;
  height: 3em;
  border-radius: 0.75em;
  background-color: black;
}

.popup-forgetPassword__btn-close::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.125em;
  height: 0.75em;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.popup-forgetPassword__btn-close::after {
  position: absolute;
  content: "";
  display: block;
  width: 0.125em;
  height: 0.75em;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.popup-forgetPassword__btn-close:hover {
  background-color: #DBBB85;
}

.popup-forgetPassword__btn-close:hover::before,
.popup-forgetPassword__btn-close:hover::after {
  background-color: #C39039;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 576px) {

  html,
  body {
    font-size: 4.0712468193vw;
  }
}

@media (min-width: 577px) and (max-width: 768px) {

  html,
  body {
    font-size: 8px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {

  html,
  body {
    font-size: 10px;
  }
}

@media (min-width: 993px) and (max-width: 1232px) {

  html,
  body {
    font-size: 14px;
  }
}

.--leave-header-space {
  padding-top: 9.3125em;
}

@media screen and (max-width: 576px) {
  .--leave-header-space {
    padding-top: 6em;
  }
}

main {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.base-headline {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3125em;
}

@media (min-width: 787px) {
  .base-headline {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.6em;
  }
}

.base-link {
  position: relative;
  display: inline-block;
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-offset: 0.2em;
  color: black;
}

.--fitfull-height-header {
  height: calc(100% - 4.25em) !important;
}

.--fitfull-height-header-footer {
  height: calc(100% - 4.25em - 5.4375em) !important;
}

.--fitfull-height-header-footer-report {
  height: calc(100% - 4.25em - 5.4375em - 6.0625em) !important;
}

.--fitfull-height {
  height: 100% !important;
}

.h2__title {
  font-size: 1.375em;
  color: #767A7E;
  margin: 2.5em auto;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .h2__title {
    margin: 1.5em auto;
  }
}

.h2__title2 {
  font-size: 1.375em;
  color: #767A7E;
  margin: 0 auto;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .h2__title2 {
    margin: 0 auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.h3__title {
  font-size: 2em;
  color: #000000;
  line-height: 1.5;
  font-weight: 500;
}

.h6__title {
  font-size: 1.25em;
  color: #000000;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.pc {
  display: block;
}

@media screen and (max-width: 576px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}

@media screen and (max-width: 576px) {
  .mb {
    display: block;
  }
}

a {
  text-decoration: none;
  color: initial;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3843137255);
  height: 9.3125em;
  transition: transform 0.5s ease-in-out;
  transform: translateY(-100%);
}

@media screen and (max-width: 576px) {
  .header {
    height: 6em;
  }
}

.header.--is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
}

.header.--is-blur {
  backdrop-filter: blur(0.3125em);
  -webkit-backdrop-filter: blur(0.3125em);
}

.header.--is-show {
  transform: translateY(0);
}

.header__contenter {
  max-width: 77em;
  width: calc(100% - 13em);
  height: 9.3125em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media screen and (max-width: 576px) {
  .header__contenter {
    width: calc(100% - 3em);
    height: 96;
  }
}

.header__contenter__left__logo {
  width: 19.75em;
}

@media screen and (max-width: 576px) {
  .header__contenter__left__logo {
    width: 10.9375em;
  }
}

.header__contenter__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__contenter__right__login {
  margin: 0 1.5em;
}

@media screen and (max-width: 576px) {
  .header__contenter__right__login {
    margin: 0 1em;
  }
}

.header__contenter__right__login p {
  text-align: center;
  font-size: 1.125em;
}

@media screen and (max-width: 576px) {
  .header__contenter__right__login p {
    font-size: 0.875em;
  }
}

.header__contenter__right__login__btn {
  float: right;
}

.header__contenter__right__hamburger svg {
  width: 1.5em;
  height: 1.5em;
}

@media screen and (max-width: 576px) {
  .header__contenter__right__hamburger svg {
    width: 1.25em;
    height: 1.25em;
  }
}

.header__contenter__right--last {
  margin-right: 0;
}

.footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer__head {
  max-width: 77em;
  width: calc(100% - 13em);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5em;
}

@media screen and (max-width: 576px) {
  .footer__head {
    width: calc(100% - 3em);
    margin-bottom: 2em;
  }
}

.footer .scroll-to-top {
  max-width: 1232px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-left: auto;
}

.footer__container {
  max-width: 77em;
  width: calc(100% - 13em);
  margin: 2.5em auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .footer__container {
    width: calc(100% - 3em);
  }
}

.footer__container-logo {
  width: 17.6875em;
  height: auto;
}

@media screen and (max-width: 576px) {
  .footer__container-logo {
    width: 11.0625em;
  }
}

.footer__bottom {
  width: 100%;
  background-color: #65696E;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__bottom__content {
  max-width: 77em;
  width: calc(100% - 13em);
  margin: 1em auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .footer__bottom__content {
    width: calc(100% - 3em);
    margin: 1.5em auto;
    display: block;
  }
}

.footer__bottom__content .copyright {
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.875em;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.footer__bottom__content .link {
  color: #C7C7C7;
  cursor: pointer;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.footer__bottom__content .link p:first-child {
  margin-right: 1.75em;
}

.footer__bottom__content .link p {
  color: #C7C7C7;
  display: inline-block;
}

.footer__bottom__content .link p a {
  color: inherit;
}

@media screen and (max-width: 576px) {

  .footer__bottom__content .copyright,
  .footer__bottom__content .link {
    font-size: 0.75em;
    line-height: 1.5;
  }

  .footer__bottom__content .copyright div:last-child {
    margin: 0.5em auto;
  }

  .footer__bottom__content .link p:first-child {
    display: block;
  }

  .footer__bottom__content .link p:first-child {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 576px) {
  .footer .base-btn p {
    font-size: 0.875em;
  }
}

.base-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1em;
  background: #000000;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .base-btn {
    padding: 0.5em;
  }

  .base-btn-1 {
    padding: 0.5em;
  }
}

.base-btn:hover {
  background: #DBBB85;
}

.base-btn:hover P {
  color: #C39039;
}

.base-btn:hover svg path {
  fill: #C39039;
}

.base-btn P {
  color: #FFFFFF;
  line-height: 1.5;
}

.base-btn svg {
  display: block;
}

.base-btn svg path {
  fill: #FFFFFF;
}

.base-btn--radius {
  border-radius: 0.75em;
}

@media screen and (max-width: 576px) {
  .base-btn--radius {
    border-radius: 0.5em;
  }
}

.base-btn-secondary {
  background: #767A7E;
}

.nav-home-btn {
  padding: 0.25em 1em;
  background: rgba(242, 231, 212, 0.6862745098);
  border-radius: 25em;
  box-shadow: 0px 0px 0px 0em #C39039;
}

.nav-home-btn p {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #E7D1AC;
  text-align: center;
}

.nav-home-btn--active {
  background: rgba(242, 231, 212, 0.6862745098);
  box-shadow: 0px 0px 0px 0.0625em #C39039;
}

.nav-home-btn--active p {
  color: #C39039;
}

.modal-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.3125em);
  -webkit-backdrop-filter: blur(0.3125em);
  display: none;
  z-index: 9000;
}

.modal-component.--is-active {
  display: flex;
}

.modal-component__content {
  position: relative;
  width: 100%;
  height: 100%;
}

body {
  /* background-image: url("../images/Mesh BG.png"); */
  background-size: 100% auto;
}

.wrap {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.wrap .main {
  max-width: 77em;
  width: calc(100% - 13em);
}

@media screen and (max-width: 576px) {
  .wrap .main {
    width: calc(100% - 3em);
  }
}

.wrap .main .section__container {
  margin: 10em auto;
}

@media screen and (max-width: 576px) {
  .wrap .main .section__container {
    margin: 4em auto;
  }
}

.wrap .main .kv {
  width: 100%;
  margin-top: 2.5em;
}

@media screen and (max-width: 576px) {
  .wrap .main .kv {
    margin-top: 0.625em;
    height: calc(100vh - 11.125em);
  }
}

.wrap .main .kv__container {
  margin: 0 auto;
  position: relative;
}

.wrap .main .kv__container .swiper {
  width: 100%;
  border-radius: 0.75em;
}

.wrap .main .kv__container .swiper-kv {
  max-width: 77em;
  height: 43.3125em;
  width: 100%;
  position: relative;
}

.wrap .main .kv__container .swiper-slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  color: #fcfcfc;
}

.wrap .main .kv__container .swiper-slide>.swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 100%/cover;
}

.wrap .main .kv__container .swiper-slide .slide-01 {
  background-image: url(../images/kv-pc-01.png);
  transform-origin: 50% 50%;
}

.wrap .main .kv__container .swiper-slide .slide-02 {
  background-image: url(../images/kv-pc-02.png);
  transform-origin: 50% 50%;
}

.wrap .main .kv__container .swiper-slide .slide-03 {
  background-image: url(../images/kv-pc-03.png);
  transform-origin: 50% 50%;
}

@media screen and (max-width: 576px) {
  .wrap .main .kv__container .swiper-slide .slide-01 {
    background-image: url(../images/kv-mb-01.png);
  }

  .wrap .main .kv__container .swiper-slide .slide-02 {
    background-image: url(../images/kv-mb-02.png);
  }

  .wrap .main .kv__container .swiper-slide .slide-03 {
    background-image: url(../images/kv-mb-03.png);
  }
}

.wrap .main .kv__container .swiper .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 11.25em;
  padding-left: 4.375em;
}

.wrap .main .kv__container .swiper .content .title {
  font-size: 2.5em;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}

.wrap .main .kv__container .swiper .content .title-sub {
  color: #EBEBEB;
  font-size: 1.125em;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 350;
}

.wrap .main .kv__container .swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 10s;
  transform: scale(1);
}

.wrap .main .kv__container .swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.3);
}

.wrap .main .kv__container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: end;
  bottom: -2.125em;
}

.wrap .main .kv__container .swiper-pagination-bullet {
  width: 5em;
  height: 0.125em;
  border-radius: 0%;
  background-image: url(../images/pagination.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  background-color: #EBEBEB;
  transform: scale(1);
  opacity: 1;
}

.wrap .main .kv__container .swiper-pagination-bullet-active {
  width: 5em;
  height: 0.4375em;
  background-image: url(../images/pagination-active.png);
  background-color: transparent;
  transform: scale(1);
}

@media screen and (max-width: 576px) {
  .wrap .main .kv__container {
    height: 100%;
  }

  .wrap .main .kv__container .swiper {
    height: 100%;
  }

  .wrap .main .kv__container .swiper .content {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }

  .wrap .main .kv__container .swiper .content .title {
    font-size: 1.75em;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding-top: 11.5%;
    margin-bottom: 0.575em;
  }

  .wrap .main .kv__container .swiper .content .title-sub {
    font-size: 1.125em;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }

  .wrap .main .kv__container .swiper-kv {
    height: 100%;
  }

  .wrap .main .kv__container .swiper-pagination {
    bottom: -1.25em;
  }

  .wrap .main .kv__container .swiper-pagination-bullet {
    width: 3.75em;
    height: 0.125em;
  }

  .wrap .main .kv__container .swiper-pagination-bullet-active {
    width: 4.1875em;
    height: 0.4375em;
  }
}

.wrap .main .section2__container {
  width: 100%;
  margin: 6.75em auto 10.25em;
}

@media screen and (max-width: 576px) {
  .wrap .main .section2__container {
    margin: 3.125em auto 3.125em;
  }
}

.wrap .main .section2__container__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.wrap .main .section2__container__content__item {
  width: 37.5em;
  border-radius: 0.75em;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5em 0;
  position: relative;
}

.wrap .main .section2__container__content__item .title {
  color: #292F36;
  font-size: 1.75em;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.wrap .main .section2__container__content__item .content {
  font-size: 1.125em;
  color: #767A7E;
  font-weight: 350;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.wrap .main .section2__container__content__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 87%;
  height: 1px;
  background-color: #DBBB85;
}

.wrap .main .section2__container__content__item:hover .title {
  color: #C39039;
}

.wrap .main .section2__container__content__item:hover .content {
  color: #DBBB85;
}

@media screen and (max-width: 576px) {
  .wrap .main .section2__container__content__item {
    width: 10.8125em;
    padding: 1em 0;
  }

  .wrap .main .section2__container__content__item:first-child {
    margin-right: 1em;
  }

  .wrap .main .section2__container__content__item .title {
    font-size: 1.25em;
    margin-bottom: 0;
  }

  .wrap .main .section2__container__content__item .content {
    font-size: 0.875em;
  }

  .wrap .main .section2__container__content__item::after {
    width: 8.75em;
  }
}

.wrap .main .section3__container {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .wrap .main .section3__container {
    margin: 0 auto;
  }
}

.wrap .main .section3__container .h2__title {
  position: absolute;
  width: 100%;
  bottom: calc(100% + 2.5em);
  left: 0;
  margin: 0;
}

@media screen and (max-width: 576px) {
  .wrap .main .section3__container .h2__title {
    position: unset;
  }

  .wrap .main .section3__container .h2__title::after {
    display: none;
  }
}

.wrap .main .section3__container__content {
  width: 100%;
  height: 35.8125em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .wrap .main .section3__container__content {
    height: auto;
    flex-direction: column-reverse;
  }
}

.wrap .main .section3__container__content__info {
  position: relative;
  max-width: 44.0625em;
  display: flex;
  justify-content: center;
  align-self: center;
  width: 100%;
  z-index: 1;
  backdrop-filter: blur(0.3125em);
  -webkit-backdrop-filter: blur(0.3125em);
  border-radius: 0.75em;
  padding: 2.5em;
  background-color: rgba(255, 255, 255, 0.3843137255);
}

@media screen and (max-width: 576px) {
  .wrap .main .section3__container__content__info {
    width: 100%;
    border: 0.0625em solid rgba(0, 0, 0, 0.0784313725);
    padding: 1.125em;
  }
}

.wrap .main .section3__container__content__info__box .h6__title {
  font-size: 2.5em;
  font-weight: bold;
}

.wrap .main .section3__container__content__info__box .h6__title span {
  display: inline-block;
}

@media screen and (max-width: 576px) {
  .wrap .main .section3__container__content__info__box .h6__title {
    font-size: 1.25em;
    line-height: 160%;
    text-align: center;
  }

  .wrap .main .section3__container__content__info__box .h6__title span {
    display: none;
  }
}

.wrap .main .section3__container__content__info__box .base-btn {
  margin-left: auto;
  margin-top: 2.5em;
}

.wrap .main .section3__container__content__pic {
  position: relative;
  width: 50%;
  height: 35.8125em;
  border-radius: 0.75em;
  overflow: unset;
}

@media screen and (max-width: 576px) {
  .wrap .main .section3__container__content__pic {
    width: 100%;
    height: auto;
    margin: 5% auto;
    overflow: hidden;
  }
}

.wrap .main .section3__container__content__pic img {
  position: absolute;
  width: auto;
  height: calc(50vw - 8em);
  max-height: 100%;
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 576px) {
  .wrap .main .section3__container__content__pic img {
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
}

.wrap .main .section4__container {
  width: 100%;
  margin: 3.75em auto 10em auto;
}

@media screen and (max-width: 576px) {
  .wrap .main .section4__container {
    margin: 1.75em auto 4em auto;
  }
}

.wrap .main .section4__container__content {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .wrap .main .section4__container__content {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

.wrap .main .section4__container__content__item {
  width: 42.5em;
  margin-right: 1.5em;
}

@media screen and (max-width: 576px) {
  .wrap .main .section4__container__content__item {
    width: 100%;
    margin-left: auto;
    margin-left: auto;
  }
}

.wrap .main .section5__container {
  width: 100%;
}

.wrap .main .section5__container .h2__title {
  font-size: 1.375em;
  color: #767A7E;
  margin: 2.5em auto;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 576px) {
  .wrap .main .section5__container .h2__title {
    margin: 1.5em auto;
  }
}

.wrap .main .section5__container .h3__title {
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #C7C7C7;
  margin-bottom: 1.5em;
}

.wrap .main .section5__container__content {
  width: 100%;
}

.wrap .main .section6__container {
  width: 100%;
}

.wrap .main .section6__container__content {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: self-start;
}

@media screen and (max-width: 576px) {
  .wrap .main .section6__container__content {
    position: relative;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 1.875em;
  }
}

.wrap .main .section6__container__content__item {
  min-width: 77.25em;
  max-width: 64.25em;
  margin-right: 6.5em;
}

@media screen and (max-width: 576px) {
  .wrap .main .section6__container__content__item {
    min-width: 21.625em;
    margin: 0 3em;
  }

  .wrap .main .section6__container__content__item:first-child {
    margin: 0 1.5em 0 0;
  }

  .wrap .main .section6__container__content__item:last-child {
    margin: 0 0 1.5em 0;
  }
}

.wrap .main .section6__container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: end;
  bottom: 0.625em;
}

.wrap .main .section6__container .swiper-pagination-bullet {
  width: 5em;
  height: 0.125em;
  border-radius: 0%;
  background-image: url(../images/pagination.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  background-color: #EBEBEB;
  transform: scale(1);
  opacity: 1;
}

.wrap .main .section6__container .swiper-pagination-bullet-active {
  width: 5em;
  height: 0.4375em;
  background-image: url(../images/pagination-active.png);
  background-color: transparent;
  transform: scale(1);
}

@media screen and (max-width: 576px) {
  .wrap .main .section6__container .swiper-pagination-bullet {
    width: 3.75em;
    height: 0.125em;
  }

  .wrap .main .section6__container .swiper-pagination-bullet-active {
    width: 4.1875em;
    height: 0.4375em;
  }
}

.wrap .main .section7__container {
  width: 100%;
}

.wrap .main .section7__container .swiper {
  overflow: visible;
  width: 100vw;
  max-width: 120em;
  left: 50%;
  transform: translateX(-50%);
}

.wrap .main .section7__container .swiper-wrapper {
  transition-timing-function: linear;
}

.wrap .main .section7__container .swiper-slide {
  width: auto;
}

.wrap .main .section7__container__content {
  width: auto;
}

.wrap .main .section7__container__content__item {
  text-align: center;
  width: 20.625em;
  margin-right: 2em;
  border-radius: 0.75em;
  border: 1px solid #F0F0F0;
}

@media screen and (max-width: 576px) {
  .wrap .main .section7__container__content__item {
    width: 20em;
  }
}

.wrap .main .section7__container__content__item .title {
  color: #949495;
  background: rgba(240, 240, 240, 0.32);
  font-size: 1.75em;
  font-weight: bold;
  padding: 0.578125em 0;
}

@media screen and (max-width: 576px) {
  .wrap .main .section7__container__content__item .title {
    font-size: 1.25em;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding: 0.375em 0;
  }
}

.wrap .main .section7__container__content__item .content {
  color: #C39039;
  font-size: 1.75em;
  padding: 2.1em 0;
  font-weight: bold;
  background: #FFFFFF;
  border-radius: 0 0 0.75em 0.75em;
}

@media screen and (max-width: 576px) {
  .wrap .main .section7__container__content__item .content {
    font-size: 1.25em;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding: 5% 0;
  }
}

.wrap .main .section8__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrap .main .section8__container__content1 {
  width: 100%;
}

.wrap .main .section8__container__content2 {
  width: 100%;
  margin: 2.5em auto;
}

@media screen and (max-width: 576px) {
  .wrap .main .section8__container__content2 {
    margin: 0.75em 0;
  }
}

.wrap .main .section8__container__content2__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 576px) {
  .wrap .main .section8__container__content2__list {
    flex-direction: column;
  }
}

.wrap .main .section8__container__content2__list__item {
  width: calc((100% - 4em) / 3);
  height: 100%;
}

@media screen and (max-width: 576px) {
  .wrap .main .section8__container__content2__list__item {
    width: 100%;
    margin: 0.75em 0;
  }
}

.wrap .main .section8__container__btn {
  float: right;
}

.home-intro {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  top: 0;
  left: 0;
}

.home-intro--overlayer {
  z-index: 9999;
}

.home-intro__container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-intro__video {
  position: relative;
  max-width: 90em;
  width: auto;
  height: auto;
  transform: translateX(3%);
}

.facilities {
  /***************************/
  /****************************/
}

.facilities__container {
  position: relative;
  width: 100%;
  height: 693px;
  margin: auto;
  border-radius: 0.75em;
  overflow: hidden;
}

.facilities__content {
  position: absolute;
  width: 1232px;
  height: 693px;
  background-size: cover;
  background-color: #f7f7f7;
  left: 50%;
  margin-left: -616px;
  top: 0;
}

.facilities .facilities-option {
  position: absolute;
  text-align: right;
  cursor: pointer;
}

.facilities .facilities-option--left {
  position: absolute;
  text-align: left;
}

.facilities p {
  color: #b8870f;
  font-feature-settings: "calt" off;
  /* 中文字型/Body Medium/Large */
  font-family: "Noto Sans TC";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.18px;
  margin: 0;
}

.facilities .facilities-option-small {
  position: relative;
  color: #949495;
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  letter-spacing: -0.14px;
}

.facilities .facilities-option-line {
  position: absolute;
  right: -86px;
  top: 25%;
  width: 72px;
}

.facilities .facilities-option-line--left {
  position: absolute;
  left: -86px;
  top: 25%;
}

.facilities .michelin {
  right: 921px;
  top: 54px;
}

.facilities .view360 {
  left: 555px;
  top: 30px;
}

.facilities .officeD1 {
  right: 930px;
  top: 239px;
}

.facilities .officeC1 {
  left: 751px;
  top: 227px;
}

.facilities .hotel {
  right: 930px;
  top: 424px;
}

.facilities .marketC1 {
  left: 769px;
  top: 417px;
}

.facilities .art {
  right: 930px;
  top: 492px;
}

.facilities .marketD1 {
  right: 930px;
  top: 558px;
}

.facilities .rest {
  left: 970px;
  top: 531px;
}

.facilities .facilities-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.facilities .facilities-frame {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.facilities .facilities-frame--top {
  z-index: 500;
}

.facilities .facilities__map {
  position: absolute;
  width: 100%;
  height: 100%;
}

.facilities .facilities__map--mobile {
  scale: 0.75;
  left: 4%;
  top: -5%;
}

.facilities .facilities__swiper {
  position: absolute;
  bottom: 1.5em;
  width: 100%;
}

.facilities .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  transform: translate3d(0, 0, 0);
}

.facilities .facilities-option-slide p,
.facilities .facilities-option-slide span {
  margin-left: 24px;
}

.facilities .facilities-option-slide--last {
  width: 3em;
}

.introducemall::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #F4F4F4;
  background-image: url(../images/icon/bg-icon.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .introducemall::before {
    background-size: auto 75%;
  }
}

@media screen and (max-width: 576px) {
  .introducemall .main {
    width: calc(100% - 2em);
  }
}

.introducemall__heading {
  width: 100%;
  margin: 3.125em auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .introducemall__heading {
    margin: 1.875em auto;
    display: block;
  }
}

.introducemall__heading .h1__title {
  font-weight: 700;
  font-size: 2em;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #767A7E;
}

@media screen and (max-width: 576px) {
  .introducemall__heading .h1__title {
    font-size: 1.75em;
  }
}

.introducemall__kv {
  width: 100%;
  border-radius: 0 0 3em 3em;
  overflow: hidden;
}

.introducemall__kv__container {
  overflow: hidden;
  position: relative;
  max-width: 77em;
  height: 43.3125em;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .introducemall__kv__container {
    height: 13.75em;
  }
}

.introducemall__kv__container .slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent no-repeat 50% 50%/cover;
  animation: fademall 15s infinite;
}

.introducemall__kv__container .slide-cover:nth-child(1) {
  background-image: url(../images/introducemall/introducemall-kv-pc-01.jpg);
  animation-delay: 0s;
}

.introducemall__kv__container .slide-cover:nth-child(2) {
  background-image: url(../images/introducemall/introducemall-kv-pc-02.jpg);
  animation-delay: 3s;
}

.introducemall__kv__container .slide-cover:nth-child(3) {
  background-image: url(../images/introducemall/introducemall-kv-pc-03.jpg);
  animation-delay: 6s;
}

.introducemall__kv__container .slide-cover:nth-child(4) {
  background-image: url(../images/introducemall/introducemall-kv-pc-04.jpg);
  animation-delay: 9s;
}

.introducemall__kv__container .slide-cover:nth-child(5) {
  background-image: url(../images/introducemall/introducemall-kv-pc-05.jpg);
  animation-delay: 12s;
}

@media screen and (max-width: 576px) {
  .introducemall__kv__container .slide-cover:nth-child(1) {
    background-image: url(../images/introducemall/introducemall-kv-mb-01.jpg);
  }

  .introducemall__kv__container .slide-cover:nth-child(2) {
    background-image: url(../images/introducemall/introducemall-kv-mb-02.jpg);
  }

  .introducemall__kv__container .slide-cover:nth-child(3) {
    background-image: url(../images/introducemall/introducemall-kv-mb-03.jpg);
  }

  .introducemall__kv__container .slide-cover:nth-child(4) {
    background-image: url(../images/introducemall/introducemall-kv-mb-04.jpg);
  }

  .introducemall__kv__container .slide-cover:nth-child(5) {
    background-image: url(../images/introducemall/introducemall-kv-mb-05.jpg);
  }
}

@keyframes fademall {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.introducemall__body {
  padding: 4em 2.5em;
  background: #FFFFFF;
  border-radius: 3em 3em 0 0;
  overflow: hidden;
  margin-bottom: 4em;
}

@media screen and (max-width: 576px) {
  .introducemall__body {
    padding: 2.5em 1em;
    margin-bottom: 5em;
  }
}

.introducemall__body__container__content1 {
  margin-bottom: 4em;
}

@media screen and (max-width: 576px) {
  .introducemall__body__container__content1 {
    margin-bottom: 3.5em;
  }
}

.introducemall__body__container__content1 .introduceRowItem .content {
  text-align: left;
  border-bottom: 1px dashed #C7C7C7;
  padding: 2.5em 0;
}

@media screen and (max-width: 576px) {
  .introducemall__body__container__content1 .introduceRowItem .content {
    text-align: center;
  }
}

.introducemall__body__container__content1 .introduceRowItem .h5__title {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #C39039;
  margin-bottom: 0.8571428571em;
}

.introducemall__body__container__content1 .introduceRowItem p {
  font-weight: 350;
  font-size: 1.125em;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: #292F36;
  text-align: left;
}

.introducemall__body__container__content1 .introduceRowItem:first-child .content {
  padding: 0 0 2.5em;
}

.introducemall__body__container__content1 .introduceRowItem:last-child .content {
  border-bottom: none;
  padding: 2.5em 0 0;
}

.introduceoffice::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
  background-color: #F4F4F4;
  background-image: url(../images/icon/bg-icon.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .introduceoffice::before {
    background-size: auto 75%;
  }
}

@media screen and (max-width: 576px) {
  .introduceoffice .main {
    width: calc(100% - 2em);
  }
}

.introduceoffice__heading {
  width: 100%;
  margin: 3.125em auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .introduceoffice__heading {
    margin: 1.875em auto;
    display: block;
  }
}

.introduceoffice__heading .h1__title {
  font-weight: 700;
  font-size: 2em;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #767A7E;
}

@media screen and (max-width: 576px) {
  .introduceoffice__heading .h1__title {
    font-size: 1.75em;
  }
}

.introduceoffice__kv {
  width: 100%;
  border-radius: 0 0 3em 3em;
  overflow: hidden;
}

.introduceoffice__kv__container {
  overflow: hidden;
  position: relative;
  max-width: 77em;
  height: 43.3125em;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .introduceoffice__kv__container {
    height: 13.75em;
  }
}

.introduceoffice__kv__container .slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent no-repeat 50% 50%/cover;
  animation: fadeoffice 15s infinite;
}

.introduceoffice__kv__container .slide-cover:nth-child(1) {
  background-image: url(../images/introduceoffice/introduceoffice-kv-pc-01.jpg);
  animation-delay: 0s;
}

.introduceoffice__kv__container .slide-cover:nth-child(2) {
  background-image: url(../images/introduceoffice/introduceoffice-kv-pc-02.jpg);
  animation-delay: 3s;
}

.introduceoffice__kv__container .slide-cover:nth-child(3) {
  background-image: url(../images/introduceoffice/introduceoffice-kv-pc-03.jpg);
  animation-delay: 6s;
}

.introduceoffice__kv__container .slide-cover:nth-child(4) {
  background-image: url(../images/introduceoffice/introduceoffice-kv-pc-04.jpg);
  animation-delay: 9s;
}

.introduceoffice__kv__container .slide-cover:nth-child(5) {
  background-image: url(../images/introduceoffice/introduceoffice-kv-pc-05.jpg);
  animation-delay: 12s;
}

@media screen and (max-width: 576px) {
  .introduceoffice__kv__container .slide-cover:nth-child(1) {
    background-image: url(../images/introduceoffice/introduceoffice-kv-mb-01.jpg);
  }

  .introduceoffice__kv__container .slide-cover:nth-child(2) {
    background-image: url(../images/introduceoffice/introduceoffice-kv-mb-02.jpg);
  }

  .introduceoffice__kv__container .slide-cover:nth-child(3) {
    background-image: url(../images/introduceoffice/introduceoffice-kv-mb-03.jpg);
  }

  .introduceoffice__kv__container .slide-cover:nth-child(4) {
    background-image: url(../images/introduceoffice/introduceoffice-kv-mb-04.jpg);
  }

  .introduceoffice__kv__container .slide-cover:nth-child(5) {
    background-image: url(../images/introduceoffice/introduceoffice-kv-mb-05.jpg);
  }
}

@keyframes fadeoffice {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.introduceoffice__body {
  padding: 4em 2.5em;
  background: #FFFFFF;
  border-radius: 3em 3em 0 0;
  overflow: hidden;
  margin-bottom: 4em;
}

@media screen and (max-width: 576px) {
  .introduceoffice__body {
    padding: 2.5em 1em;
    margin-bottom: 5em;
  }
}

.introduceoffice__body__container__content1 {
  margin-bottom: 4em;
}

@media screen and (max-width: 576px) {
  .introduceoffice__body__container__content1 {
    margin-bottom: 3.5em;
  }
}

.introduceoffice__body__container__content1 .introduceRowItem .content {
  text-align: left;
  border-bottom: 1px dashed #C7C7C7;
  padding: 2.5em 0;
}

@media screen and (max-width: 576px) {
  .introduceoffice__body__container__content1 .introduceRowItem .content {
    text-align: center;
  }
}

.introduceoffice__body__container__content1 .introduceRowItem .h5__title {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #C39039;
  margin-bottom: 0.8571428571em;
}

.introduceoffice__body__container__content1 .introduceRowItem p {
  font-weight: 350;
  font-size: 1.125em;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: #292F36;
  text-align: left;
}

.introduceoffice__body__container__content1 .introduceRowItem:first-child .content {
  padding: 0 0 2.5em;
}

.introduceoffice__body__container__content1 .introduceRowItem:last-child .content {
  border-bottom: none;
  padding: 0;
}

.member-login {
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(to top, rgba(234, 217, 187, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 576px) {
  .member-login {
    display: flex;
    justify-content: start;
  }
}

.member-login__section {
  position: relative;
  background: rgba(255, 255, 255, 0.5803921569);
  border-radius: 0.75em;
  border: 0.0625em solid rgba(0, 0, 0, 0.0745098039);
  margin: auto;
  box-shadow: 0px 4px 28px 0px rgba(228, 144, 0, 0.04);
}

@media screen and (max-width: 576px) {
  .member-login__section {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 8em;
    margin-bottom: 2em;
  }
}

.member-login__back-btn {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
}

@media screen and (max-width: 576px) {
  .member-login__back-btn {
    top: 1em;
    left: 1em;
  }
}

.member-login__contener {
  max-width: 100%;
  width: 63.875em;
  height: 44.5em;
  padding: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .member-login__contener {
    padding: 1em;
    height: 44.75em;
  }
}

.member-login__main-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}

@media screen and (max-width: 576px) {
  .member-login__main-content {
    width: 100%;
    flex-direction: column;
    margin-bottom: 7.5625em;
  }
}

.member-login__main-content__title {
  width: 40%;
}

@media screen and (max-width: 576px) {
  .member-login__main-content__title {
    width: 100%;
    margin-bottom: 2.5em;
  }
}

.member-login__main-content__title p:first-child {
  font-size: 1em;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: #767A7E;
}

@media screen and (max-width: 576px) {
  .member-login__main-content__title p:first-child {
    font-size: 0.875em;
    letter-spacing: 0.0175em;
    text-align: center;
  }
}

.member-login__main-content__title p:last-child {
  font-size: 2.5em;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #000000;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .member-login__main-content__title p:last-child {
    font-size: 1.75em;
    letter-spacing: 0.035em;
    text-align: center;
  }
}

.member-login__main-content__input-group {
  width: 60%;
}

@media screen and (max-width: 576px) {
  .member-login__main-content__input-group {
    width: 100%;
  }
}

.member-login__main-content__input-list {
  width: 100%;
  margin: 2em auto;
}

.member-login__main-content__input-list:first-child {
  margin-top: 0;
}

.member-login__main-content__input-list:last-child {
  margin-bottom: 0;
}

.member-login__main-content__input-list label {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #292F36;
  margin-bottom: 0.5em;
}

.member-login__main-content__input-list label span {
  color: red;
}

.member-login__main-content__input-list input {
  display: block;
  width: 88%;
  padding: 0.5em 1.5em;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 0.75em;
  font-weight: 350;
  font-size: 1.125em;
  line-height: 170%;
  letter-spacing: 0.02em;
  color: #949495;
}

@media screen and (max-width: 576px) {
  .member-login__main-content__input-list input {
    width: 82%;
    margin-left: 0;
  }
}

.member-login__main-content__input-list .reg__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.member-login__main-content__input-list .reg__box input {
  width: 50%;
}

@media screen and (max-width: 576px) {
  .member-login__main-content__input-list .reg__box input {
    width: 40%;
  }
}

.member-login__main-content__input-list .reg__code {
  width: 10em;
  height: 2.9375em;
  border-radius: 0.75em;
}

@media screen and (max-width: 576px) {
  .member-login__main-content__input-list .reg__code {
    width: 8em;
  }
}

.member-login__btn-content {
  width: 80%;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .member-login__btn-content {
    width: 100%;
    justify-content: center;
  }
}

.member-login__btn-content__login-btn p {
  font-size: 1.125em;
  line-height: 150%;
  letter-spacing: -0.01125em;
}

@media screen and (max-width: 576px) {
  .member-login__btn-content__login-btn p {
    font-size: 0.875em;
    letter-spacing: -0.00875em;
  }
}

.member-login__btn-content__forget-btn {
  cursor: pointer;
  margin-right: 2em;
}

.member-login__btn-content__forget-btn p {
  font-size: 1.125em;
  line-height: 150%;
  letter-spacing: -0.01125em;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .member-login__btn-content__forget-btn p {
    font-size: 0.875em;
    letter-spacing: -0.00875em;
  }
}

/*# sourceMappingURL=all.css.map */