@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;700&family=WindSong:wght@400;500&display=swap");
@media (min-width: 1400px) {
  /* line 6, ../../sass/_main.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
/* line 11, ../../sass/_main.scss */
.desk {
  display: flex;
}
@media screen and (max-width: 1024px) {
  /* line 11, ../../sass/_main.scss */
  .desk {
    display: none !important;
  }
}

/* line 18, ../../sass/_main.scss */
.mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 18, ../../sass/_main.scss */
  .mobile {
    display: flex !important;
  }
}

/* line 25, ../../sass/_main.scss */
.row,
.row > * {
  padding: 0;
  margin: 0;
}

/* line 31, ../../sass/_main.scss */
* {
  margin: 0;
  padding: 0;
  position: relative;
  letter-spacing: 1.6px;
  line-height: 28px;
  font-weight: 500;
}

/* line 40, ../../sass/_main.scss */
html {
  scroll-behavior: smooth;
}

/* line 45, ../../sass/_main.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif TC", serif;
  color: #1A1A1A;
  font-size: 16px;
  background-color: #FEFEFE;
  line-height: 2.3;
  overflow-x: hidden;
}
/* line 55, ../../sass/_main.scss */
body.overflow-hidden {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 45, ../../sass/_main.scss */
  body {
    font-size: 16px;
  }
}

/* line 64, ../../sass/_main.scss */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 71, ../../sass/_main.scss */
ul.list-dic {
  list-style: disc;
  padding-left: 16px;
}
/* line 76, ../../sass/_main.scss */
ul.list-dic ::marker {
  font-size: 10px;
}

/* line 83, ../../sass/_main.scss */
ol {
  list-style: auto;
  padding: 0 0 0 24px;
}

/* line 88, ../../sass/_main.scss */
a {
  color: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: none;
}
/* line 94, ../../sass/_main.scss */
a:hover {
  color: transparent;
  text-decoration: none;
}

/* line 101, ../../sass/_main.scss */
p {
  margin: 0;
}

/* line 105, ../../sass/_main.scss */
img {
  max-width: 100%;
  mix-blend-mode: multiply;
}

/* line 110, ../../sass/_main.scss */
hr {
  background: #997961;
  opacity: 1;
}

/* line 115, ../../sass/_main.scss */
.gap-5 {
  gap: 40px !important;
}

/* line 119, ../../sass/_main.scss */
hr.dash {
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, transparent 0%, transparent 50%, #707070 50%, #707070 100%);
  background-size: 10px 1px;
}
/* line 131, ../../sass/_main.scss */
hr.dash.color-second {
  background: linear-gradient(to left, transparent 0%, transparent 50%, #C7AF87 50%, #C7AF87 100%);
  background-size: 10px 1px;
}

/* line 143, ../../sass/_main.scss */
.dash-right {
  border-right: dashed 1px #C7AF87;
}
@media screen and (max-width: 576px) {
  /* line 143, ../../sass/_main.scss */
  .dash-right {
    border-right: none;
  }
}

/* line 151, ../../sass/_main.scss */
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}

/* line 157, ../../sass/_main.scss */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
}

/* line 163, ../../sass/_main.scss */
.h1, h1 {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  /* line 163, ../../sass/_main.scss */
  .h1, h1 {
    font-size: 28px;
  }
}

/* line 170, ../../sass/_main.scss */
.h2, h2 {
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  /* line 170, ../../sass/_main.scss */
  .h2, h2 {
    font-size: 24px;
  }
}

/* line 177, ../../sass/_main.scss */
.h3, h3 {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  /* line 177, ../../sass/_main.scss */
  .h3, h3 {
    font-size: 20px;
  }
}

/* line 184, ../../sass/_main.scss */
.h4, h4 {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  /* line 184, ../../sass/_main.scss */
  .h4, h4 {
    font-size: 18px;
  }
}

/* line 191, ../../sass/_main.scss */
.h5, h5 {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  /* line 191, ../../sass/_main.scss */
  .h5, h5 {
    font-size: 16px;
  }
}

/* line 198, ../../sass/_main.scss */
.h6, h6 {
  font-size: 16px;
}

/* line 203, ../../sass/_main.scss */
.fz-80 {
  font-size: 80px;
}
@media screen and (max-width: 1024px) {
  /* line 203, ../../sass/_main.scss */
  .fz-80 {
    font-size: 48px;
  }
}

/* line 210, ../../sass/_main.scss */
.fz-56 {
  font-size: 56px;
}
@media screen and (max-width: 1024px) {
  /* line 210, ../../sass/_main.scss */
  .fz-56 {
    font-size: 48px;
  }
}

/* line 217, ../../sass/_main.scss */
.fz-48 {
  font-size: 48px;
}
@media screen and (max-width: 1024px) {
  /* line 217, ../../sass/_main.scss */
  .fz-48 {
    font-size: 40px;
  }
}

/* line 224, ../../sass/_main.scss */
.fz-40 {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  /* line 224, ../../sass/_main.scss */
  .fz-40 {
    font-size: 32px;
  }
}

/* line 231, ../../sass/_main.scss */
.fz-24 {
  font-size: 24px;
}

/* line 235, ../../sass/_main.scss */
.fz-14 {
  font-size: 14px;
}

/* line 239, ../../sass/_main.scss */
.pr-40 {
  padding-right: 80px;
}
@media screen and (max-width: 1024px) {
  /* line 239, ../../sass/_main.scss */
  .pr-40 {
    padding-right: 0;
  }
}

/* line 247, ../../sass/_main.scss */
.pl-40 {
  padding-left: 80px;
}
@media screen and (max-width: 1024px) {
  /* line 247, ../../sass/_main.scss */
  .pl-40 {
    padding-left: 0;
  }
}

/* line 254, ../../sass/_main.scss */
.pr-20 {
  padding-right: 40px;
}
@media screen and (max-width: 576px) {
  /* line 254, ../../sass/_main.scss */
  .pr-20 {
    padding-right: 0;
  }
}

/* line 262, ../../sass/_main.scss */
.pl-20 {
  padding-left: 40px;
}
@media screen and (max-width: 576px) {
  /* line 262, ../../sass/_main.scss */
  .pl-20 {
    padding-left: 0;
  }
}

/* line 269, ../../sass/_main.scss */
.pr-10 {
  padding-right: 20px;
}
@media screen and (max-width: 1023px) {
  /* line 269, ../../sass/_main.scss */
  .pr-10 {
    padding-right: 0;
  }
}

/* line 276, ../../sass/_main.scss */
.pl-10 {
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  /* line 276, ../../sass/_main.scss */
  .pl-10 {
    padding-left: 0;
  }
}

/* line 283, ../../sass/_main.scss */
header {
  width: 320px;
  z-index: 100;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  transition: 1s;
  background-color: transparent;
  overflow-y: auto;
  max-height: 100vh;
  border-right: dashed #C7AF87 1px;
}
/* line 296, ../../sass/_main.scss */
header + .top-space {
  margin-top: -112px;
}
@media screen and (max-width: 1024px) {
  /* line 283, ../../sass/_main.scss */
  header {
    position: fixed;
    width: 100vw;
    background-color: #FEFEFE;
    border: transparent;
    box-shadow: 0 2px 4px #00000014;
    z-index: 101;
  }
  /* line 307, ../../sass/_main.scss */
  header + .top-space {
    margin-top: 0;
  }
}
/* line 312, ../../sass/_main.scss */
header .left-logo {
  width: 40px;
  max-width: 40px;
  padding: 16px 0;
  align-items: flex-start;
  justify-content: center;
}
/* line 320, ../../sass/_main.scss */
header nav {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  gap: 180px 0;
  border-left: dashed #C7AF87 1px;
}
@media screen and (max-width: 1024px) {
  /* line 320, ../../sass/_main.scss */
  header nav {
    height: 100%;
    padding: 24px 16px;
    flex-direction: row;
    justify-content: space-between;
    border-left: transparent;
    background-color: #FEFEFE;
  }
}
/* line 342, ../../sass/_main.scss */
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  /* line 342, ../../sass/_main.scss */
  header .logo {
    padding: 0;
    margin-bottom: 0;
    justify-content: start;
  }
}
/* line 353, ../../sass/_main.scss */
header .logo img.mobile {
  object-fit: contain;
  object-position: left center;
}
/* line 361, ../../sass/_main.scss */
header .menu-warp .menu-list {
  position: fixed;
}
@media screen and (max-width: 1024px) {
  /* line 361, ../../sass/_main.scss */
  header .menu-warp .menu-list {
    position: relative;
  }
}
/* line 367, ../../sass/_main.scss */
header .menu-warp .menu-list .item {
  padding: 12px;
}
@media screen and (max-width: 1024px) {
  /* line 367, ../../sass/_main.scss */
  header .menu-warp .menu-list .item {
    padding: 8px;
  }
}
/* line 375, ../../sass/_main.scss */
header .menu-warp .menu-list .item.dropdown > a::after {
  content: '';
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  left: 12px;
  top: 2px;
  border: 2px solid #1A1A1A;
  border-radius: 1px;
  border-left: transparent;
  border-bottom: transparent;
  transform: translate(-50%, -27%) rotate(135deg);
}
/* line 394, ../../sass/_main.scss */
header .menu-warp.desk {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  /* line 394, ../../sass/_main.scss */
  header .menu-warp.desk {
    display: none;
  }
}
/* line 402, ../../sass/_main.scss */
header .menu-warp.desk .menu-list {
  display: flex;
  flex-direction: column;
}
/* line 407, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item > a {
  font-size: 16px;
  color: #707070;
  padding: 0 10px;
  background-color: #FFFFFF;
}
/* line 413, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item > a:after {
  content: '';
  width: 260px;
  margin-top: 16px;
  left: calc(-100% - 20px);
  position: absolute;
  border: solid 0.1px #C7AF87;
  z-index: -1;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
  opacity: 0;
}
/* line 427, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item > a:hover {
  color: #1A1A1A;
}
/* line 430, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item > a:hover:after {
  width: 320px;
  left: calc(-100% - 40px);
  opacity: 100%;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 443, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.current > a {
  color: #1A1A1A;
}
/* line 446, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.current > a:after {
  width: 320px;
  border: dashed 0.5px #C7AF87;
  left: calc(-100% - 40px);
  opacity: 100%;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 459, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.disable > a {
  color: rgba(190, 190, 190, 0.75);
}
/* line 464, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown {
  /*點擊展開子選單*/
  /*hover展開子選單*/
}
/* line 465, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown:after {
  content: '';
  width: 260px;
  margin-top: 16px;
  left: -100%;
  position: absolute;
  border: solid 0.5px #C7AF87;
  z-index: -1;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
  opacity: 0;
}
/* line 480, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown.current:after {
  width: 320px;
  border: dashed 0.5px #C7AF87;
  left: calc(-100% - 5px);
  opacity: 100%;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 491, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown:hover {
  color: #1A1A1A;
}
/* line 494, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown:hover:after {
  width: 320px;
  left: -100%;
  border: solid 0.5px #C7AF87;
  opacity: 100%;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 506, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown .sub-menu {
  position: absolute;
  max-height: 0;
  transition: 0.8s;
  overflow: hidden;
  background-color: #2A2A2A;
  z-index: 3;
  top: 0;
  right: calc(200% + 40px);
  transform: translateX(-50%);
}
/* line 517, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown .sub-menu > li {
  text-align: center;
}
/* line 520, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown .sub-menu > li:last-of-type {
  border-bottom: 0;
}
/* line 524, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown .sub-menu > li a {
  color: #DCDCDC;
  min-width: 150px;
  padding: 10px;
  display: block;
}
/* line 530, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown .sub-menu > li a:hover, header .menu-warp.desk .menu-list .item.dropdown .sub-menu > li a.active {
  color: #594C45;
  background-color: #997961;
}
/* line 537, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown .sub-menu.current {
  display: block;
  max-height: 400px;
  transition: 0.8s;
}
/* line 545, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown > .dropdown-menu {
  border-radius: 0;
  position: fixed;
  max-height: 0;
  transition: 0.8s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  z-index: 3;
  left: 0;
  transform: translateY(-40px) translateX(158%);
  padding: 0;
  border: dashed #C7AF87 1px;
  background-color: rgba(254, 254, 254, 0.9);
}
/* line 563, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown > .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 58px;
  min-height: 58px;
  min-width: 200px;
  color: #707070;
}
/* line 574, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown > .dropdown-menu .dropdown-item.current {
  color: #997961;
}
/* line 578, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown > .dropdown-menu .dropdown-item:hover {
  background-color: #C7AF87;
  color: white;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 586, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown > .dropdown-menu .dropdown-item.dash {
  border-top: dashed #C7AF87 1px;
}
/* line 593, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 400px;
  transition: .8s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 603, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
/* line 608, ../../sass/_main.scss */
header .menu-warp.desk .menu-list .item.dropdown > .dropdown-toggle::after {
  display: none;
}
/* line 619, ../../sass/_main.scss */
header .menu-warp.mobile {
  overflow-y: auto;
  display: none;
}
@media screen and (max-width: 1024px) {
  /* line 619, ../../sass/_main.scss */
  header .menu-warp.mobile {
    display: flex;
  }
}
/* line 626, ../../sass/_main.scss */
header .menu-warp.mobile .mobile-btn {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 8px;
  top: 16px;
  justify-content: center;
  align-items: center;
  padding: 0;
  z-index: 999;
}
/* line 640, ../../sass/_main.scss */
header .menu-warp.mobile .mobile-btn > span {
  margin: 3px 0;
  width: 60%;
  height: 3px;
  background-color: #C7AF87;
  border-radius: 20px;
  display: block;
  transition: 0.3s;
}
/* line 651, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp {
  position: fixed;
  top: 0;
  left: -100%;
  background-color: #FEFEFE;
  width: calc(100% - 40px);
  box-shadow: 40px 0 0 #997961BF;
  height: 100vh;
  max-height: 100vh;
  padding-bottom: 80px;
  z-index: 999;
  overflow-y: auto;
  opacity: 0;
  transition: 1s;
  transition-duration: 1s;
  transition-property: revert;
}
/* line 668, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px;
}
/* line 674, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-top .btn-close {
  width: 48px;
  height: 48px;
  transition: 1s;
  box-shadow: -2px 0px 8px #99796126;
  border: dashed 1px #C7AF87;
  border-radius: 32px;
  padding: 0;
  background: url("../../assets/img/icon/i_cross.svg") no-repeat;
  background-position: center;
  opacity: 1;
}
/* line 689, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list {
  margin: 0 40px;
  background-color: #FEFEFE;
}
/* line 693, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item {
  padding: 0;
}
/* line 696, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item a {
  color: #707070;
  display: flex;
  align-items: center;
  height: 24px;
  margin-bottom: 32px;
  padding: 0;
  background-color: transparent !important;
}
/* line 705, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item a.current {
  color: #997961;
}
/* line 712, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown > a:after {
  transition: 0.3s;
}
/* line 717, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown .sub-menu {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 731, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown .sub-menu.active {
  display: block;
  max-height: 400px;
  margin-bottom: 32px;
  border-bottom: 1px solid #C7AF87;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 741, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown .sub-menu .dropdown-item {
  margin-bottom: 24px;
}
/* line 744, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown .sub-menu .dropdown-item.active, header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown .sub-menu .dropdown-item:focus, header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown .sub-menu .dropdown-item:active {
  background-color: transparent !important;
}
/* line 753, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown.active > a {
  color: #1A1A1A;
  margin-bottom: 24px;
  font-weight: bold;
}
/* line 758, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown.active > a:after {
  transform: rotate(315deg);
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 765, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item.dropdown.active > a:before {
  content: '';
  width: calc(100% - 120px);
  border-top: 1px solid #C7AF87;
  border-top: 1px solid #C7AF87;
  position: absolute;
  right: 0;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 781, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-list .item.current > a {
  color: #997961;
}
/* line 788, ../../sass/_main.scss */
header .menu-warp.mobile .menu-list-warp .menu-footer {
  display: grid;
  border-top: 1px solid #C7AF87;
  margin: 0 40px;
  padding: 40px 0;
  gap: 24px 0;
}
/* line 801, ../../sass/_main.scss */
header .menu-warp.mobile.active .mobile-btn > span {
  margin: -1.5px 0;
}
/* line 804, ../../sass/_main.scss */
header .menu-warp.mobile.active .mobile-btn > span:first-of-type {
  transform: rotate(45deg);
}
/* line 808, ../../sass/_main.scss */
header .menu-warp.mobile.active .mobile-btn > span:nth-of-type(2) {
  opacity: 0;
  margin-right: -100%;
  visibility: hidden;
}
/* line 814, ../../sass/_main.scss */
header .menu-warp.mobile.active .mobile-btn > span:nth-of-type(3) {
  transform: rotate(-45deg);
}
/* line 820, ../../sass/_main.scss */
header .menu-warp.mobile.active .menu-list-warp {
  opacity: 1;
  left: 0;
  transition: 1s;
  transition-duration: 1s;
  transition-property: revert;
}
/* line 828, ../../sass/_main.scss */
header .menu-warp.mobile.active .menu-list-warp .menu-top .btn-close {
  transform: rotate(360deg);
  transition: 1s;
  transition-duration: 1s;
  transition-property: revert;
}

/* line 843, ../../sass/_main.scss */
.modal {
  width: calc(100vw - 320px);
  left: unset;
  right: 0;
  z-index: 20;
  min-height: 100vh;
}
/* line 850, ../../sass/_main.scss */
.modal.show {
  display: block !important;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  /* line 843, ../../sass/_main.scss */
  .modal {
    width: 100vw;
  }
}
/* line 859, ../../sass/_main.scss */
.modal .modal-dialog {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 120px auto;
}
@media screen and (max-width: 1024px) {
  /* line 859, ../../sass/_main.scss */
  .modal .modal-dialog {
    margin: 120px auto;
    width: calc(100% - 48px);
  }
}
/* line 868, ../../sass/_main.scss */
.modal .modal-dialog .modal-content {
  background-color: #FFFFFF;
  border: transparent;
  border-radius: 0;
  padding: 40px 40px 72px 80px;
}
@media screen and (max-width: 1024px) {
  /* line 868, ../../sass/_main.scss */
  .modal .modal-dialog .modal-content {
    padding: 24px 24px 72px 24px;
  }
}
/* line 877, ../../sass/_main.scss */
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  padding: 0;
}
/* line 881, ../../sass/_main.scss */
.modal .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  position: relative;
  width: 590px;
  max-width: 100%;
  padding-bottom: 45px;
}
/* line 888, ../../sass/_main.scss */
.modal .modal-dialog .modal-content .modal-header .modal-title::after {
  display: block;
  background: -webkit-linear-gradient(left, rgba(112, 112, 112, 0) 0%, #707070 50%, rgba(112, 112, 112, 0) 100%);
  background: -moz-linear-gradient(left, rgba(112, 112, 112, 0) 0%, #707070 50%, rgba(112, 112, 112, 0) 100%);
  background: -o-linear-gradient(left, rgba(112, 112, 112, 0) 0%, #707070 50%, rgba(112, 112, 112, 0) 100%);
  background: linear-gradient(left, rgba(112, 112, 112, 0) 0%, #707070 50%, rgba(112, 112, 112, 0) 100%);
  height: 2px;
  box-shadow: 0px -5px 20px rgba(245, 245, 245, 0.5);
}
/* line 897, ../../sass/_main.scss */
.modal .modal-dialog .modal-content .modal-body {
  text-align: justify;
  padding: 0;
}
/* line 902, ../../sass/_main.scss */
.modal .modal-dialog .modal-content .modal-footer {
  justify-content: center;
  border-top: 0;
}
/* line 911, ../../sass/_main.scss */
.modal.fade.right .modal-dialog {
  transform: translate(50px, 0);
  background-color: #1A1A1A;
}
/* line 917, ../../sass/_main.scss */
.modal.fade.right.show .modal-dialog {
  transform: none;
}

/* line 926, ../../sass/_main.scss */
.modal-backdrop {
  background-color: #C7AF87;
  width: calc(100vw - 320px);
  left: auto;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  /* line 926, ../../sass/_main.scss */
  .modal-backdrop {
    width: 100vw;
  }
}
/* line 936, ../../sass/_main.scss */
.modal-backdrop.show {
  opacity: .75;
}

/* line 942, ../../sass/_main.scss */
.toTop {
  width: 64px;
  height: 64px;
  background-color: #997961;
  right: 80px;
  bottom: 80px;
  z-index: 99;
  border-radius: 100%;
  position: relative;
  position: fixed;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 2px 5px 8px #1A1A1A26;
}
/* line 56, ../../sass/_mixin.scss */
.toTop::before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  border-left: transparent;
  border-bottom: transparent;
  transform: translate(-62%, -50%) rotate(45deg);
  transform: translate(-50%, -27%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  /* line 56, ../../sass/_mixin.scss */
  .toTop::before {
    width: 15px;
    height: 15px;
  }
}
/* line 958, ../../sass/_main.scss */
.toTop.active {
  opacity: 1;
  visibility: visible;
}
/* line 963, ../../sass/_main.scss */
.toTop:hover {
  background-color: rgba(153, 121, 97, 0.75);
}
@media screen and (max-width: 1024px) {
  /* line 942, ../../sass/_main.scss */
  .toTop {
    width: 48px;
    height: 48px;
    right: 24px;
    bottom: 24px;
  }
  /* line 972, ../../sass/_main.scss */
  .toTop.course {
    bottom: 96px;
  }
}

/* line 981, ../../sass/_main.scss */
.slick-dots {
  margin: 0;
  padding-top: 32px;
  padding-bottom: 0;
}
/* line 988, ../../sass/_main.scss */
.slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: #C7AF87;
  border-radius: 8px;
  opacity: .5;
  margin: 0 1px;
}
/* line 998, ../../sass/_main.scss */
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #C7AF87;
}

/* line 1006, ../../sass/_main.scss */
.slider-for {
  position: relative;
}
/* line 1009, ../../sass/_main.scss */
.slider-for .slider-for-list {
  position: relative;
}

/* line 5, ../../sass/_components.scss */
.page-content {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 320px);
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  /* line 5, ../../sass/_components.scss */
  .page-content {
    width: 100%;
    top: 70px;
    min-height: calc(100vh - 70px);
  }
}

/* line 21, ../../sass/_components.scss */
.page-content-title {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 24px;
  padding: 24px;
  border-top: dashed #C7AF87 1px;
  border-bottom: dashed #C7AF87 1px;
  color: #997961;
}
@media screen and (max-width: 1024px) {
  /* line 21, ../../sass/_components.scss */
  .page-content-title {
    margin-top: 0;
    border-top: transparent;
  }
}
/* line 35, ../../sass/_components.scss */
.page-content-title h3 {
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1024px) {
  /* line 35, ../../sass/_components.scss */
  .page-content-title h3 {
    letter-spacing: 2px;
  }
}

/* line 44, ../../sass/_components.scss */
.page-banner,
.page-banner-2 {
  position: relative;
  width: 100%;
}
/* line 49, ../../sass/_components.scss */
.page-banner > img,
.page-banner-2 > img {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 10;
  object-position: right;
  mix-blend-mode: unset;
}
@media screen and (max-width: 1024px) {
  /* line 49, ../../sass/_components.scss */
  .page-banner > img,
  .page-banner-2 > img {
    top: 74px;
    width: 50%;
    object-fit: contain;
  }
}
/* line 64, ../../sass/_components.scss */
.page-banner .container,
.page-banner-2 .container {
  height: 100vh;
  max-width: 100vw;
}
@media screen and (max-width: 1024px) {
  /* line 64, ../../sass/_components.scss */
  .page-banner .container,
  .page-banner-2 .container {
    height: calc(100vh - 70px);
  }
}

/* line 75, ../../sass/_components.scss */
.btn-index-animation.active {
  animation: 8s rotate 3 linear;
  animation-delay: 0.5s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 95, ../../sass/_components.scss */
.index-banner-animation {
  width: 100%;
  position: absolute;
  overflow: clip;
  height: calc(100vh - 48px);
  margin-bottom: 48px;
  z-index: 2;
  border-radius: 0 0 0 64px;
}
@media screen and (max-width: 1024px) {
  /* line 95, ../../sass/_components.scss */
  .index-banner-animation {
    height: calc(100vh - 118px);
    border-radius: 0 0 0 32px;
  }
}
/* line 108, ../../sass/_components.scss */
.index-banner-animation div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  right: 60px;
  z-index: 1;
  background-image: url("../../assets/img/index/banner_index_01.jpg");
}
@media screen and (max-width: 1024px) {
  /* line 108, ../../sass/_components.scss */
  .index-banner-animation div {
    background-position: 20% center;
  }
}
/* line 126, ../../sass/_components.scss */
.index-banner-animation.active.desk div {
  visibility: hidden;
  animation: 10s slider-1 1;
  z-index: 3;
}
/* line 131, ../../sass/_components.scss */
.index-banner-animation.active.desk div:nth-child(2) {
  animation: 10s slider-2 1;
  animation-delay: 7s;
  z-index: 2;
}
/* line 137, ../../sass/_components.scss */
.index-banner-animation.active.desk div:nth-child(3) {
  animation: 10s slider-3 1;
  animation-delay: 14s;
  animation-fill-mode: backwards;
  z-index: 1;
}
/* line 147, ../../sass/_components.scss */
.index-banner-animation.active.mobile div {
  visibility: hidden;
  animation: 6s slider-1 1;
  z-index: 3;
}
/* line 152, ../../sass/_components.scss */
.index-banner-animation.active.mobile div:nth-child(2) {
  animation: 6s slider-2 1;
  animation-delay: 4s;
  z-index: 2;
}
/* line 158, ../../sass/_components.scss */
.index-banner-animation.active.mobile div:nth-child(3) {
  animation: 6s slider-3 1;
  animation-delay: 8s;
  animation-fill-mode: backwards;
  z-index: 1;
}

@keyframes slider-1 {
  0% {
    visibility: visible;
    right: 60px;
    opacity: 1;
    background-image: url("../../assets/img/index/banner_index_01.jpg");
    @media screen and (max-width: 1024px) {
      right: 30px;
    }
  }
  85% {
    right: 0;
    opacity: 1;
    background-image: url("../../assets/img/index/banner_index_01.jpg");
  }
  100% {
    right: 0;
    opacity: 0;
    background-image: url("../../assets/img/index/banner_index_01.jpg");
  }
}
@keyframes slider-2 {
  0% {
    visibility: visible;
    right: 60px;
    opacity: 1;
    background-image: url("../../assets/img/index/banner_index_02.jpg");
    @media screen and (max-width: 1024px) {
      right: 30px;
    }
  }
  85% {
    right: 0;
    opacity: 1;
    background-image: url("../../assets/img/index/banner_index_02.jpg");
  }
  100% {
    right: 0;
    opacity: 0;
    background-image: url("../../assets/img/index/banner_index_02.jpg");
  }
}
@keyframes slider-3 {
  0% {
    visibility: visible;
    right: 60px;
    opacity: 1;
    background-image: url("../../assets/img/index/banner_index_03.jpg");
    @media screen and (max-width: 1024px) {
      right: 30px;
    }
  }
  85% {
    right: 0;
    opacity: 1;
    background-image: url("../../assets/img/index/banner_index_03.jpg");
  }
  100% {
    right: 60px;
    opacity: 1;
    background-image: url("../../assets/img/index/banner_index_01.jpg");
  }
}
/* line 238, ../../sass/_components.scss */
.index-text-animation {
  width: 100%;
}
/* line 241, ../../sass/_components.scss */
.index-text-animation p {
  position: absolute;
  opacity: 1;
}
/* line 245, ../../sass/_components.scss */
.index-text-animation p:nth-child(2) {
  opacity: 0;
}
/* line 249, ../../sass/_components.scss */
.index-text-animation p:nth-child(3) {
  opacity: 0;
}
/* line 255, ../../sass/_components.scss */
.index-text-animation.active p {
  animation: 1s fadeIn1 1;
  animation-delay: 7.5s;
  animation-fill-mode: forwards;
}
/* line 260, ../../sass/_components.scss */
.index-text-animation.active p:nth-child(2) {
  animation: 10s fadeInLeft1 1;
  animation-delay: 9s;
}
/* line 265, ../../sass/_components.scss */
.index-text-animation.active p:nth-child(3) {
  animation: 10s fadeInLeft1 1;
  animation-delay: 17s;
}

@keyframes fadeIn1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 304, ../../sass/_components.scss */
.index-banner-left {
  position: absolute;
  width: 100%;
  left: 64px;
  bottom: 112px;
  z-index: 2;
}
/* line 311, ../../sass/_components.scss */
.index-banner-left .page-title {
  display: flex;
}
/* line 314, ../../sass/_components.scss */
.index-banner-left .page-title img {
  margin-right: 24px;
  opacity: .6;
}
/* line 319, ../../sass/_components.scss */
.index-banner-left .page-title .sub-title {
  line-height: 24px;
  letter-spacing: 1.6;
  color: #FFFFFF;
  text-shadow: 2px 5px 8px #00000033;
}
@media screen and (max-width: 1024px) {
  /* line 319, ../../sass/_components.scss */
  .index-banner-left .page-title .sub-title {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
/* line 332, ../../sass/_components.scss */
.index-banner-left .page-title .index-line-animation {
  position: absolute;
  bottom: 16px;
  width: 160px;
  height: 4px;
  background-color: #FFFFFF25;
}
/* line 339, ../../sass/_components.scss */
.index-banner-left .page-title .index-line-animation .line-point {
  position: relative;
  left: 0;
  width: 40px;
  height: 4px;
  opacity: 1;
  background: linear-gradient(90deg, #DCDCDC00 0%, #DCDCDC 52%, #DCDCDC00 100%);
}
/* line 349, ../../sass/_components.scss */
.index-banner-left .page-title .index-line-animation.active .line-point {
  animation: 8s wing 3 linear;
  animation-delay: 0.5s;
}
@keyframes wing {
  0% {
    opacity: 1;
    left: 0;
  }
  80% {
    left: calc(100% - 40px);
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 0.5;
  }
}
/* line 375, ../../sass/_components.scss */
.index-banner-right {
  position: absolute;
  bottom: 112px;
  right: 40px;
  line-height: 80px;
  text-align: right;
  color: #FFFFFF;
  z-index: 9;
  opacity: .6;
}
@media screen and (max-width: 1024px) {
  /* line 375, ../../sass/_components.scss */
  .index-banner-right {
    font-size: 36px;
    bottom: 72px;
    right: 24px;
    line-height: 48px;
  }
}
/* line 393, ../../sass/_components.scss */
.index-banner-right .btn-group > .btn {
  flex: none;
  border-radius: 2px !important;
}

/* line 400, ../../sass/_components.scss */
.page-top-banner {
  position: absolute;
  z-index: 1;
}
/* line 404, ../../sass/_components.scss */
.page-top-banner img {
  width: 100%;
  height: 561px;
  object-fit: cover;
  object-position: center;
}

/* line 413, ../../sass/_components.scss */
.inner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 165px 0 40px 0;
  gap: 64px 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  /* line 413, ../../sass/_components.scss */
  .inner-section {
    padding: 120px 32px 80px 32px;
  }
}
/* line 424, ../../sass/_components.scss */
.inner-section .inner-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px 0;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  /* line 433, ../../sass/_components.scss */
  .inner-section .container.w-75 {
    width: 100% !important;
  }
}
/* line 440, ../../sass/_components.scss */
.inner-section .page-title-en {
  font-family: WindSong, cursive;
  font-weight: 500;
  font-size: 128px;
  transform: matrix(0.99, -0.14, 0.14, 0.99, 0, 0);
  position: absolute;
  letter-spacing: 12.8px;
  color: #C7AF87;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  /* line 440, ../../sass/_components.scss */
  .inner-section .page-title-en {
    font-size: 72px;
    letter-spacing: 7.2px;
  }
}
/* line 456, ../../sass/_components.scss */
.inner-section .slider-pic {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  height: 320px;
  white-space: nowrap;
}
/* line 463, ../../sass/_components.scss */
.inner-section .slider-pic img {
  width: 320px;
  height: 100%;
  object-fit: cover;
}

/* line 472, ../../sass/_components.scss */
.text-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 90px;
  color: #997961;
  text-align: center;
  gap: 24px 0;
}
/* line 481, ../../sass/_components.scss */
.text-block .text-title {
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  /* line 472, ../../sass/_components.scss */
  .text-block {
    padding: 40px 0;
  }
}

/* line 491, ../../sass/_components.scss */
.btn {
  width: 100%;
  letter-spacing: 2px;
  max-width: 400px;
  color: #997961;
  border: 1px solid #997961;
  padding: 14px 24px;
  border-radius: 0;
  white-space: nowrap;
}
@media screen and (max-width: 360px) {
  /* line 491, ../../sass/_components.scss */
  .btn {
    padding: 14px 20px;
  }
}
/* line 504, ../../sass/_components.scss */
.btn.w-240 {
  max-width: 240px;
}
/* line 508, ../../sass/_components.scss */
.btn.w-320 {
  max-width: 320px;
}
/* line 512, ../../sass/_components.scss */
.btn.w-auto {
  max-width: fit-content;
}
/* line 516, ../../sass/_components.scss */
.btn:hover {
  color: #997961;
  background-color: rgba(153, 121, 97, 0.3);
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 524, ../../sass/_components.scss */
.btn.active {
  color: white;
  background-color: #997961;
}
/* line 528, ../../sass/_components.scss */
.btn.active img {
  filter: brightness(100);
  mix-blend-mode: normal;
}

/* line 535, ../../sass/_components.scss */
.btn-check:checked + .btn {
  color: white;
  background-color: #997961;
  border-color: #997961;
}

/* line 541, ../../sass/_components.scss */
.btn-close {
  background-size: 56px;
  transition: 1s;
  background: url("../../assets/img/icon/i_cancel.svg") no-repeat;
  background-position: center;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  /* line 541, ../../sass/_components.scss */
  .btn-close {
    background-size: 22px;
  }
}

/* line 553, ../../sass/_components.scss */
.btn-next {
  width: auto;
  padding: 0 24px 0 0;
  position: relative;
  border: none;
}
/* line 559, ../../sass/_components.scss */
.btn-next::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  border: 2px solid #997961;
  border-radius: 1px;
  border-left: transparent;
  border-bottom: transparent;
  transform: translate(-62%, -50%) rotate(45deg);
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
@media screen and (max-width: 1024px) {
  /* line 559, ../../sass/_components.scss */
  .btn-next::after {
    top: 40%;
    transition: .3s;
    transition-duration: .3s;
    transition-property: revert;
  }
}
/* line 582, ../../sass/_components.scss */
.btn-next:hover {
  background-color: transparent;
  color: #C7AF87;
}
/* line 586, ../../sass/_components.scss */
.btn-next:hover::after {
  border: 2px solid #C7AF87;
  border-radius: 1px;
  border-left: transparent;
  border-bottom: transparent;
  transform: translate(-62%, -50%) rotate(45deg);
}
/* line 595, ../../sass/_components.scss */
.btn-next.disabled {
  opacity: .25 !important;
  pointer-events: none;
  cursor: auto;
}

/* line 602, ../../sass/_components.scss */
.btn-back {
  width: auto;
  padding: 0 0 0 24px;
  position: relative;
  border: none;
}
/* line 608, ../../sass/_components.scss */
.btn-back::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 8px;
  top: 50%;
  border: 2px solid #997961;
  border-radius: 1px;
  border-left: transparent;
  border-bottom: transparent;
  transform: translate(-62%, -50%) rotate(225deg);
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
@media screen and (max-width: 1024px) {
  /* line 608, ../../sass/_components.scss */
  .btn-back::after {
    transition: .3s;
    transition-duration: .3s;
    transition-property: revert;
  }
}
/* line 630, ../../sass/_components.scss */
.btn-back:hover {
  background-color: transparent;
  color: #C7AF87;
}
/* line 634, ../../sass/_components.scss */
.btn-back:hover::after {
  border: 2px solid #C7AF87;
  border-radius: 1px;
  border-left: transparent;
  border-bottom: transparent;
  transform: translate(-62%, -50%) rotate(225deg);
}
/* line 643, ../../sass/_components.scss */
.btn-back.disabled {
  opacity: .25 !important;
  pointer-events: none;
  cursor: auto;
}

/* line 650, ../../sass/_components.scss */
.btn-icon {
  outline: none;
  border: transparent;
  background: transparent;
}
/* line 655, ../../sass/_components.scss */
.btn-icon div {
  width: 80px;
  height: 80px;
  border: dashed 1px #C7AF87;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  /* line 655, ../../sass/_components.scss */
  .btn-icon div {
    width: 120px;
    height: 120px;
  }
}
/* line 666, ../../sass/_components.scss */
.btn-icon.i-delete {
  color: #707070;
}
/* line 669, ../../sass/_components.scss */
.btn-icon.i-delete:hover {
  opacity: .75;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}

/* line 680, ../../sass/_components.scss */
.collapse-content {
  z-index: 100;
  box-shadow: 0px -2px 5px #0000001A;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 688, ../../sass/_components.scss */
.collapse-content .select_style {
  width: 100vw;
  font-size: 16px;
  color: #707070;
  bottom: -1px;
}
/* line 694, ../../sass/_components.scss */
.collapse-content .select_style:after {
  top: 46%;
  transform: translate(-50%, -27%) rotate(-45deg);
}
/* line 700, ../../sass/_components.scss */
.collapse-content .select_style.active:after {
  top: 40%;
  transform: translate(-50%, -27%) rotate(135deg);
}
/* line 707, ../../sass/_components.scss */
.collapse-content .collapse {
  height: 0;
  opacity: 0;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 708, ../../sass/_components.scss */
.collapse-content .collapse .collapse-block {
  display: flex;
  flex-direction: column;
  height: 70vh;
  background-color: #FEFEFE;
  padding: 32px;
  overflow-y: auto;
  z-index: 99;
}
/* line 718, ../../sass/_components.scss */
.collapse-content .collapse .collapse-bg {
  width: 100vw;
  height: calc(30vh - 70px);
  position: fixed;
  background-color: rgba(199, 175, 135, 0.75);
  bottom: 70vh;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
}
/* line 735, ../../sass/_components.scss */
.collapse-content .collapse.show {
  height: 100%;
  opacity: 1;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}

/* line 747, ../../sass/_components.scss */
.steps {
  width: 100%;
  max-width: 646px;
  padding: 0;
  margin: auto;
  list-style: none;
  display: flex;
  overflow-x: auto;
  justify-content: space-between;
}
/* line 757, ../../sass/_components.scss */
.steps::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border: solid #C7AF87 0.5px;
  height: 1px;
}
/* line 768, ../../sass/_components.scss */
.steps .step {
  margin: 0;
  padding: 0;
}

/* line 774, ../../sass/_components.scss */
.step-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
}
@media screen and (max-width: 767px) {
  /* line 774, ../../sass/_components.scss */
  .step-content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

/* line 789, ../../sass/_components.scss */
.step-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-bottom: 4px;
  color: #997961;
  border: dashed #C7AF87 1px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 100%;
  background-color: #FEFEFE;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  /* line 789, ../../sass/_components.scss */
  .step-circle {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
@media screen and (max-width: 360px) {
  /* line 789, ../../sass/_components.scss */
  .step-circle {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

/* line 818, ../../sass/_components.scss */
.step-active .step-circle {
  background-color: #F8F4EB;
}

/* line 825, ../../sass/_components.scss */
.nav-tabs {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 58px;
  padding: 16px;
  flex-wrap: nowrap;
  background-color: #F9F5EE;
  border-bottom: none;
}
/* line 835, ../../sass/_components.scss */
.nav-tabs.select_dropdown {
  display: flex;
  flex-direction: column;
  height: max-content;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  background-color: #FEFEFE;
  box-shadow: 2px 5px 8px #0000001A;
  overflow-y: auto;
}
/* line 847, ../../sass/_components.scss */
.nav-tabs.select_dropdown .nav-item {
  padding: 0;
}
/* line 850, ../../sass/_components.scss */
.nav-tabs.select_dropdown .nav-item .nav-link {
  font-size: 16px;
  padding: 16px;
  border-top: 1px solid #BEBEBE;
  border-radius: 0;
  height: auto;
}
/* line 857, ../../sass/_components.scss */
.nav-tabs.select_dropdown .nav-item .nav-link.active {
  background-color: #A6776A;
  color: #FEFEFE;
}
/* line 862, ../../sass/_components.scss */
.nav-tabs.select_dropdown .nav-item .nav-link:hover {
  background-color: unset;
}
/* line 868, ../../sass/_components.scss */
.nav-tabs.select_dropdown .nav-item:first-child .nav-link {
  border-top: none;
}
/* line 876, ../../sass/_components.scss */
.nav-tabs .nav-item,
.nav-tabs .nav-link {
  padding: 0 8px;
  color: rgba(26, 26, 26, 0.75);
  font-size: 18px;
  font-weight: bold;
  transition-duration: .3s;
  border: none;
}
/* line 885, ../../sass/_components.scss */
.nav-tabs .nav-item:hover,
.nav-tabs .nav-link:hover {
  color: #1A1A1A;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 893, ../../sass/_components.scss */
.nav-tabs .nav-link.active {
  width: 100%;
  height: 100%;
  color: #997961;
  background-color: transparent;
  border: none;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 903, ../../sass/_components.scss */
.nav-tabs .nav-link.active.select_option {
  border-radius: 0;
  padding: 16px;
}

/* @元件-下拉選單 ---------------------------------------------------------------------------------------------- */
/* ---div下拉選單 start--- */
/* line 912, ../../sass/_components.scss */
.select_group,
.input_group {
  position: relative;
  user-select: none;
}

/* line 918, ../../sass/_components.scss */
.select_style,
input {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  background-color: #F8F4EB;
  border: none;
  line-height: 24px;
  padding: 16px 32px;
  cursor: pointer;
  position: relative;
  border-radius: 0;
}

/* line 933, ../../sass/_components.scss */
input[type="number"] {
  width: 72px;
}

/* line 937, ../../sass/_components.scss */
input:active,
input:focus {
  font-weight: normal;
  border: 1px solid #997961;
  outline: transparent;
}

/* line 944, ../../sass/_components.scss */
input + .password-btn {
  display: flex;
  position: absolute;
  top: 20px;
  right: 16px;
  outline: none;
  background-color: transparent;
  border: none;
}

/* line 954, ../../sass/_components.scss */
.select_style {
  z-index: 9;
  padding: 20px 16px;
}
/* line 958, ../../sass/_components.scss */
.select_style:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 16px;
  width: 16px;
  height: 16px;
  border: 3px solid #707070;
  border-radius: 2px;
  border-left: transparent;
  border-bottom: transparent;
  transform: translate(-50%, -27%) rotate(135deg);
  transition: .2s;
}
/* line 973, ../../sass/_components.scss */
.select_style.active {
  box-shadow: 2px 5px 8px #0000001A;
}
/* line 976, ../../sass/_components.scss */
.select_style.active:after {
  top: 46%;
  transition: .2s;
  transform: translate(-50%, -27%) rotate(-45deg);
}
/* line 982, ../../sass/_components.scss */
.select_style.active + .select_dropdown {
  pointer-events: auto;
  opacity: 1;
}
/* line 988, ../../sass/_components.scss */
.select_style + .select_dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: unset;
  position: absolute;
  box-shadow: 5px 10px 20px #0000000D;
  background-color: #fff;
  overflow-y: auto;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

/* line 1005, ../../sass/_components.scss */
.form-check {
  display: flex;
  align-items: center;
  padding-left: 0;
  cursor: pointer;
}
/* line 1011, ../../sass/_components.scss */
.form-check .form-check-input {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 2px;
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
}
/* line 1020, ../../sass/_components.scss */
.form-check .form-check-input[type="checkbox"] {
  background-color: transparent;
  border: 1px solid #997961;
  margin: 0 10px 0 0;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
}
/* line 1028, ../../sass/_components.scss */
.form-check .form-check-input[type="checkbox"]:checked {
  background-color: #997961;
  outline: none;
  box-shadow: none;
}
/* line 1036, ../../sass/_components.scss */
.form-check .form-check-input[type="radio"] {
  border: 4px solid transparent;
  background-color: transparent;
  background-image: none;
  box-shadow: 0 0 0 2px #DCDCDC;
  width: 20px;
  height: 20px;
}
/* line 1044, ../../sass/_components.scss */
.form-check .form-check-input[type="radio"]:checked {
  border-color: #997961;
  background-color: pink;
  background-image: none;
  box-shadow: 0 0 0 2px pink;
}

/* line 1055, ../../sass/_components.scss */
.select_option {
  width: 100%;
  padding: 24px 48px;
  color: #434343;
  height: 75px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
}

/* line 1066, ../../sass/_components.scss */
.select_option:last-child {
  border-bottom: none;
}

/* line 1071, ../../sass/_components.scss */
.select_option:hover, .select_option.active {
  background-color: #A8B1BA;
  color: #fff;
}

/* line 1076, ../../sass/_components.scss */
.arrow {
  display: flex;
  position: relative;
  width: 80px;
  height: 1px;
  left: 0;
  top: 80px;
  margin: 0 10px;
  background-color: #594C45;
}
@media screen and (max-width: 1024px) {
  /* line 1076, ../../sass/_components.scss */
  .arrow {
    display: none;
  }
}
/* line 1089, ../../sass/_components.scss */
.arrow::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  right: -2px;
  top: -11px;
  transform: rotate(45deg);
  background-color: #867070;
}
@media screen and (max-width: 1024px) {
  /* line 1089, ../../sass/_components.scss */
  .arrow::after {
    display: none;
  }
}

/* line 1105, ../../sass/_components.scss */
.slick-arrow {
  position: absolute;
  top: -320px;
  width: 100vw;
  height: 320px;
  z-index: 10;
  background-color: transparent;
  border: none;
  z-index: 10;
}

/* line 1116, ../../sass/_components.scss */
.slick-prev {
  left: 30px;
}
/* line 1120, ../../sass/_components.scss */
.slick-prev::before {
  content: '';
  position: absolute;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: transparent;
}
/* line 1129, ../../sass/_components.scss */
.slick-prev::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  left: -2px;
  top: 12px;
  transform: rotate(320deg);
  background-color: transparent;
}

/* line 1141, ../../sass/_components.scss */
.slick-next {
  right: 30px;
}
/* line 1145, ../../sass/_components.scss */
.slick-next::before {
  content: '';
  position: absolute;
  right: 0;
  width: 40px;
  height: 1px;
  background-color: transparent;
}
/* line 1155, ../../sass/_components.scss */
.slick-next::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  right: -4px;
  top: 12px;
  transform: rotate(45deg);
  background-color: transparent;
}

/* @文字-text ---------------------------------------------------------------------------------------------- */
/* line 1168, ../../sass/_components.scss */
.text-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #997961;
  line-height: 35px;
}

/* @顏色-color ---------------------------------------------------------------------------------------------- */
/* line 1177, ../../sass/_components.scss */
.color-text {
  color: #1A1A1A;
}

/* line 1181, ../../sass/_components.scss */
.color-gray {
  color: #707070;
}

/* line 1185, ../../sass/_components.scss */
.color-primary {
  color: #997961;
}
/* line 1188, ../../sass/_components.scss */
.color-primary a {
  color: #997961;
}

/* line 1193, ../../sass/_components.scss */
.color-second {
  color: #C7AF87;
}

/* @圖片-img ---------------------------------------------------------------------------------------------- */
/* line 1198, ../../sass/_components.scss */
.img-teacher {
  height: 870px;
  min-height: 387px;
  object-fit: cover;
  box-shadow: 5px 10px 20px #0000001A;
}
@media screen and (max-width: 767px) {
  /* line 1198, ../../sass/_components.scss */
  .img-teacher {
    height: 387px;
  }
}

/* line 1208, ../../sass/_components.scss */
.img-teacher-bg {
  position: absolute;
  width: 60%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  /* line 1208, ../../sass/_components.scss */
  .img-teacher-bg {
    width: 80%;
  }
}

/* line 1218, ../../sass/_components.scss */
.img-pic {
  max-width: 320px;
  max-height: 320px;
}

/* line 7, ../../sass/_page_about.scss */
.about .slider-about {
  width: calc(100vw - 320px);
  max-width: 1600px;
}
@media screen and (max-width: 1024px) {
  /* line 7, ../../sass/_page_about.scss */
  .about .slider-about {
    width: 100vw;
  }
}

/* line 18, ../../sass/_page_about.scss */
.modal.about .modal-body {
  display: grid;
  gap: 64px 0;
}
/* line 22, ../../sass/_page_about.scss */
.modal.about .modal-body .row {
  gap: 40px 0;
}
/* line 27, ../../sass/_page_about.scss */
.modal.about .text-title {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  /* line 27, ../../sass/_page_about.scss */
  .modal.about .text-title {
    margin-bottom: 0;
  }
}
/* line 34, ../../sass/_page_about.scss */
.modal.about .img-teacher {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* line 40, ../../sass/_page_about.scss */
.modal.about .text-block {
  align-items: self-start;
  padding: 0 0 64px 64px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  /* line 40, ../../sass/_page_about.scss */
  .modal.about .text-block {
    padding: 0;
  }
}
/* line 49, ../../sass/_page_about.scss */
.modal.about ol {
  color: #707070;
}

/* line 6, ../../sass/_page_service.scss */
.service .inner-section {
  gap: 80px 0;
  padding: 165px 0 120px 0;
}
@media screen and (max-width: 1024px) {
  /* line 6, ../../sass/_page_service.scss */
  .service .inner-section {
    gap: 64px 0;
    padding: 120px 16px;
  }
}
/* line 14, ../../sass/_page_service.scss */
.service .inner-section .row {
  max-width: 880px;
}
/* line 16, ../../sass/_page_service.scss */
.service .inner-section .row .text-block {
  padding: 40px 90px 120px 90px;
}
@media screen and (max-width: 1024px) {
  /* line 16, ../../sass/_page_service.scss */
  .service .inner-section .row .text-block {
    padding: 40px;
  }
}
/* line 24, ../../sass/_page_service.scss */
.service .inner-section .img-service-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: rgba(75, 37, 8, 0.3);
  width: 100%;
  height: 100%;
}
/* line 33, ../../sass/_page_service.scss */
.service .inner-section .img-service-block .img-service-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: dashed #C7AF87 1px;
  color: #F8F4EB;
  gap: 16px;
}
/* line 47, ../../sass/_page_service.scss */
.service .inner-section .img-service-inner-block {
  background-color: #F8F4EB;
  padding: 32px;
}
/* line 51, ../../sass/_page_service.scss */
.service .inner-section .img-service-inner-block .text-block {
  align-items: self-start;
  text-align: left;
  width: 100%;
  padding: 24px 0 0 40px;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  /* line 51, ../../sass/_page_service.scss */
  .service .inner-section .img-service-inner-block .text-block {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  /* line 47, ../../sass/_page_service.scss */
  .service .inner-section .img-service-inner-block {
    padding: 16px;
  }
}
/* line 67, ../../sass/_page_service.scss */
.service .inner-section .img-pic {
  max-width: 396px;
  max-height: 396px;
}
/* line 72, ../../sass/_page_service.scss */
.service .inner-section .cash-block {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  /* line 72, ../../sass/_page_service.scss */
  .service .inner-section .cash-block {
    padding: 0 16px;
    gap: 16px;
  }
}
/* line 82, ../../sass/_page_service.scss */
.service .inner-section .cash-block .cash-inner-block {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  /* line 82, ../../sass/_page_service.scss */
  .service .inner-section .cash-block .cash-inner-block {
    padding: 0;
    gap: 16px;
  }
}
/* line 92, ../../sass/_page_service.scss */
.service .inner-section .cash-block .cash-inner-block .text-title {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  /* line 92, ../../sass/_page_service.scss */
  .service .inner-section .cash-block .cash-inner-block .text-title {
    line-height: 36px;
  }
}
/* line 99, ../../sass/_page_service.scss */
.service .inner-section .cash-block .cash-inner-block .dash.mt-5.mobile {
  margin-top: 32px !important;
}
@media screen and (max-width: 1024px) {
  /* line 109, ../../sass/_page_service.scss */
  .service.cash .inner-section {
    gap: 80px 0;
    padding: 80px 16px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 116, ../../sass/_page_service.scss */
  .service.cash .inner-section .cash-block h4 {
    line-height: 36px;
    margin-bottom: 16px;
  }
}

/* line 130, ../../sass/_page_service.scss */
.modal.reserve .reserve-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 576px) {
  /* line 130, ../../sass/_page_service.scss */
  .modal.reserve .reserve-content {
    text-align: left !important;
    gap: 56px;
  }
}
/* line 140, ../../sass/_page_service.scss */
.modal.reserve .text-title {
  color: #C7AF87;
  margin-bottom: 0;
  margin-right: 40px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  /* line 140, ../../sass/_page_service.scss */
  .modal.reserve .text-title {
    margin-right: 0;
    margin-bottom: 32px;
    text-align: left;
  }
}
/* line 152, ../../sass/_page_service.scss */
.modal.reserve .img-teacher {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* line 158, ../../sass/_page_service.scss */
.modal.reserve .text-block {
  padding: 24px 0 0 0;
}
@media screen and (max-width: 576px) {
  /* line 162, ../../sass/_page_service.scss */
  .modal.reserve .dash-right {
    margin-bottom: 80px;
  }
}

/* line 7, ../../sass/_page_course.scss */
.course .inner-section {
  padding: 165px 0 120px 0;
}
@media screen and (max-width: 1024px) {
  /* line 7, ../../sass/_page_course.scss */
  .course .inner-section {
    padding: 120px 16px 80px 16px;
  }
}
/* line 14, ../../sass/_page_course.scss */
.course .inner-title {
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  /* line 17, ../../sass/_page_course.scss */
  .course .inner-title.w-100 {
    gap: 64px 0;
  }
}
/* line 24, ../../sass/_page_course.scss */
.course .chat-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: auto;
  min-height: 132px;
  background-color: #F8F4EB;
  border-radius: 80px;
  padding: 40px 48px 40px 40px;
}
/* line 35, ../../sass/_page_course.scss */
.course .chat-content img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 100%;
  border: dashed 1px #C7AF87;
}
/* line 45, ../../sass/_page_course.scss */
.course .chat-content.tri-right::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -7px;
  bottom: 0;
  border: 16px solid;
  border-color: #F8F4EB #F8F4EB transparent transparent;
  border-radius: 0;
  transform: rotate(325deg);
}
@media screen and (max-width: 1024px) {
  /* line 24, ../../sass/_page_course.scss */
  .course .chat-content {
    margin-top: 32px;
  }
  /* line 63, ../../sass/_page_course.scss */
  .course .chat-content.tri-right::after {
    content: '';
    left: 56px;
    bottom: unset;
    top: -27px;
    transform: rotate(98deg);
  }
}
/* line 75, ../../sass/_page_course.scss */
.course .question-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  /* line 75, ../../sass/_page_course.scss */
  .course .question-content {
    flex-direction: column;
  }
}
/* line 84, ../../sass/_page_course.scss */
.course .question-content .question-left-block {
  display: flex;
  flex-direction: column;
  align-items: end;
}
/* line 89, ../../sass/_page_course.scss */
.course .question-content .question-left-block .chat-content:nth-child(2) {
  margin-right: 40px;
}
/* line 93, ../../sass/_page_course.scss */
.course .question-content .question-left-block .chat-content:nth-child(2).tri-right::after {
  left: auto;
  right: -24px;
  bottom: 29%;
  border: 16px solid;
  border-color: #F8F4EB #F8F4EB transparent transparent;
  border-radius: 0;
  transform: rotate(289deg);
}
/* line 107, ../../sass/_page_course.scss */
.course .question-content .question-left-block .chat-content:nth-child(3).tri-right::after {
  bottom: 71%;
  right: -14px;
  transform: rotate(246deg);
}
/* line 116, ../../sass/_page_course.scss */
.course .question-content .question-right-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* line 123, ../../sass/_page_course.scss */
.course .question-content .question-right-block .chat-content:nth-child(1).tri-right::after {
  left: -7px;
  right: unset;
  transform: rotate(308deg);
}
/* line 131, ../../sass/_page_course.scss */
.course .question-content .question-right-block .chat-content:nth-child(2) {
  margin-left: 40px;
}
/* line 135, ../../sass/_page_course.scss */
.course .question-content .question-right-block .chat-content:nth-child(2).tri-right::after {
  left: -24px;
  right: unset;
  bottom: 29%;
  border: 16px solid;
  border-color: #F8F4EB #F8F4EB transparent transparent;
  border-radius: 0;
  transform: rotate(340deg);
}
/* line 149, ../../sass/_page_course.scss */
.course .question-content .question-right-block .chat-content:nth-child(3).tri-right::after {
  left: -14px;
  right: unset;
  bottom: 71%;
  transform: rotate(26deg);
}
/* line 160, ../../sass/_page_course.scss */
.course .question-content .circle-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 448px;
  height: 400px;
  min-width: 448px;
  min-height: 400px;
  background-image: url("../../assets/img/course/img-circleoutline.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  /* line 160, ../../sass/_page_course.scss */
  .course .question-content .circle-outline {
    background-image: none;
    position: relative;
    width: calc(100vw - 48px);
    height: calc(100vw - 48px);
    min-width: calc(100vw - 48px);
    min-height: calc(100vw - 48px);
  }
  /* line 179, ../../sass/_page_course.scss */
  .course .question-content .circle-outline img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s;
  }
}
/* line 190, ../../sass/_page_course.scss */
.course .question-content .circle-inside {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 320px;
  background-color: #C7AF87;
  color: #FEFEFE;
  border-radius: 100%;
}
@media screen and (max-width: 576px) {
  /* line 190, ../../sass/_page_course.scss */
  .course .question-content .circle-inside {
    width: 224px;
    height: 224px;
  }
}
/* line 205, ../../sass/_page_course.scss */
.course .question-content .circle-inside h4 {
  line-height: 35px;
}
/* line 213, ../../sass/_page_course.scss */
.course .scan-block {
  float: left;
  width: 260px;
  height: 93px;
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  /* line 213, ../../sass/_page_course.scss */
  .course .scan-block {
    width: 240px;
    height: 90px;
  }
}
/* line 225, ../../sass/_page_course.scss */
.course .scan-block .b {
  border: dashed 1px #C7AF87;
  width: 100%;
  height: 100%;
  border-radius: 1px;
}
/* line 232, ../../sass/_page_course.scss */
.course .scan-block .h {
  background-color: #FEFEFE;
  width: 112%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 30%;
}
/* line 241, ../../sass/_page_course.scss */
.course .scan-block .s {
  background-color: #FEFEFE;
  width: 80%;
  height: 112%;
  position: absolute;
  left: 10%;
  top: 0;
}
/* line 250, ../../sass/_page_course.scss */
.course .suit-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 64px 0;
}
@media screen and (max-width: 1024px) {
  /* line 250, ../../sass/_page_course.scss */
  .course .suit-title {
    padding: 46px 0;
  }
}
/* line 261, ../../sass/_page_course.scss */
.course .suit-title::after {
  content: '';
  position: absolute;
  width: 100%;
  border: dashed 0.5px #C7AF87;
}
/* line 268, ../../sass/_page_course.scss */
.course .suit-title::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  border: dashed 0.5px #C7AF87;
  z-index: 1;
}
/* line 277, ../../sass/_page_course.scss */
.course .suit-title .text-title {
  padding: 16px;
  background-color: #FEFEFE;
  z-index: 1;
}
/* line 284, ../../sass/_page_course.scss */
.course .suit-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 800px;
  margin: 24px 0 16px 0;
}
@media screen and (max-width: 1024px) {
  /* line 284, ../../sass/_page_course.scss */
  .course .suit-content {
    gap: 64px;
  }
}
/* line 294, ../../sass/_page_course.scss */
.course .suit-content .suit-label {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  /* line 294, ../../sass/_page_course.scss */
  .course .suit-content .suit-label {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }
}
/* line 304, ../../sass/_page_course.scss */
.course .suit-content .suit-label h4 {
  line-height: 32px;
}
/* line 309, ../../sass/_page_course.scss */
.course .suit-content .img-suit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  background-color: #F8F4EB;
  border-radius: 100%;
}
/* line 322, ../../sass/_page_course.scss */
.course .member-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc(100vw - 320px);
  padding: 64px 0;
  background-color: #F8F4EB;
  position: relative;
}
@media screen and (max-width: 1024px) {
  /* line 322, ../../sass/_page_course.scss */
  .course .member-content {
    padding: 80px 16px 120px 16px;
    width: 100vw;
  }
}
/* line 336, ../../sass/_page_course.scss */
.course .member-content .w-720 {
  width: 100%;
  max-width: 720px;
}
/* line 341, ../../sass/_page_course.scss */
.course .member-content .member-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 80px;
  background-color: #FEFEFE;
  padding: 16px;
  font-weight: bold;
  text-align: center;
}
/* line 355, ../../sass/_page_course.scss */
.course table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: 900px;
  background-color: #C7AF87;
  text-align: center;
  border: solid #C7AF87 1px;
  border-spacing: 0;
  border-collapse: separate;
}
/* line 367, ../../sass/_page_course.scss */
.course table thead {
  color: #FEFEFE;
}
/* line 371, ../../sass/_page_course.scss */
.course table thead tr th {
  width: 300px;
  font-weight: bold;
  font-size: 20px;
  padding: 16px;
  min-height: 61px;
}
@media screen and (max-width: 1024px) {
  /* line 371, ../../sass/_page_course.scss */
  .course table thead tr th {
    font-size: 18px;
    min-width: 264px;
  }
  /* line 380, ../../sass/_page_course.scss */
  .course table thead tr th:first-child {
    min-width: 200px;
  }
}
/* line 390, ../../sass/_page_course.scss */
.course table tbody tr {
  color: #997961;
  border: none;
  height: 61px;
}
/* line 395, ../../sass/_page_course.scss */
.course table tbody tr td {
  width: 300px;
  height: auto;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 16px;
  border-bottom: dashed #C7AF87 1px;
  border-right: dashed #C7AF87 1px;
}
@media screen and (max-width: 1024px) {
  /* line 395, ../../sass/_page_course.scss */
  .course table tbody tr td {
    font-size: 18px;
    width: auto;
    min-width: 264px;
  }
  /* line 407, ../../sass/_page_course.scss */
  .course table tbody tr td:first-child {
    min-width: 200px;
  }
}
/* line 412, ../../sass/_page_course.scss */
.course table tbody tr td:first-child {
  background-color: #EDE3CB;
}
/* line 416, ../../sass/_page_course.scss */
.course table tbody tr td:nth-child(2) {
  justify-content: flex-start;
  background-color: #FEFEFE;
}
/* line 421, ../../sass/_page_course.scss */
.course table tbody tr td:nth-child(3) {
  background-color: #F5F5F5;
  border-right: none;
}
/* line 428, ../../sass/_page_course.scss */
.course table tbody tr:last-child td {
  border-bottom: none;
}
/* line 437, ../../sass/_page_course.scss */
.course .slider-course {
  width: calc(100vw - 320px);
  max-width: 1600px;
}
@media screen and (max-width: 1024px) {
  /* line 437, ../../sass/_page_course.scss */
  .course .slider-course {
    width: 100vw;
  }
}
/* line 445, ../../sass/_page_course.scss */
.course .slider-course a .img-hover {
  position: relative;
}
/* line 448, ../../sass/_page_course.scss */
.course .slider-course a .img-hover::before,
.course .slider-course a .img-hover .text-hover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
  visibility: hidden;
  opacity: 0;
}
/* line 467, ../../sass/_page_course.scss */
.course .slider-course a .img-hover::before {
  content: '';
  background-color: #997961;
}
/* line 472, ../../sass/_page_course.scss */
.course .slider-course a .img-hover .text-hover {
  color: #FEFEFE;
}
/* line 475, ../../sass/_page_course.scss */
.course .slider-course a .img-hover .text-hover p {
  padding: 0 20px 24px 20px;
  border-bottom: dashed 1px #FEFEFE;
}
/* line 485, ../../sass/_page_course.scss */
.course .slider-course a:hover .img-hover::before {
  visibility: visible;
  opacity: 0.75;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 493, ../../sass/_page_course.scss */
.course .slider-course a:hover .img-hover .text-hover {
  visibility: visible;
  opacity: 1;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 504, ../../sass/_page_course.scss */
.course .slider-course .item-btn {
  top: 0;
  width: 100%;
  height: auto;
  color: #1A1A1A;
  padding: 24px 20px 0 20px;
  text-align: center;
}
/* line 513, ../../sass/_page_course.scss */
.course .slider-course .slick-dots {
  margin: 0;
  padding-top: 32px;
  padding-bottom: 0;
}
/* line 520, ../../sass/_page_course.scss */
.course .slider-course .slick-dots li button {
  width: 24px;
  height: 4px;
  background-color: #C7AF87;
  border-radius: 8px;
  opacity: .5;
  margin: 0 1px;
}
/* line 530, ../../sass/_page_course.scss */
.course .slider-course .slick-dots li.slick-active button {
  opacity: 1;
}
/* line 538, ../../sass/_page_course.scss */
.course .slider-question {
  width: 100vw;
}
/* line 542, ../../sass/_page_course.scss */
.course .feedback-content {
  max-width: 1000px;
  gap: 64px;
}
/* line 546, ../../sass/_page_course.scss */
.course .feedback-content img {
  z-index: 1;
}
/* line 550, ../../sass/_page_course.scss */
.course .feedback-content .chat-content {
  border-radius: 32px;
  padding: 40px;
  margin-right: 40px;
  margin-left: 80px;
}
@media screen and (max-width: 576px) {
  /* line 550, ../../sass/_page_course.scss */
  .course .feedback-content .chat-content {
    position: relative;
    top: -32px;
    margin: 0 !important;
    padding-top: 56px;
  }
}
/* line 563, ../../sass/_page_course.scss */
.course .feedback-content .chat-content.tri-right::after {
  content: '';
  left: -30px;
  bottom: unset;
  top: 40%;
  transform: rotate(0deg);
}
@media screen and (max-width: 576px) {
  /* line 563, ../../sass/_page_course.scss */
  .course .feedback-content .chat-content.tri-right::after {
    display: none;
  }
}
/* line 575, ../../sass/_page_course.scss */
.course .feedback-content .chat-content:nth-child(2n+1) {
  margin-right: 80px;
  margin-left: 40px;
}
/* line 580, ../../sass/_page_course.scss */
.course .feedback-content .chat-content:nth-child(2n+1).tri-right::after {
  content: '';
  left: 100%;
  transform: rotate(270deg);
}
/* line 591, ../../sass/_page_course.scss */
.course .course-inner-block {
  padding: 0 48px 80px 48px;
}
@media screen and (max-width: 1024px) {
  /* line 591, ../../sass/_page_course.scss */
  .course .course-inner-block {
    padding: 0 32px 64px 32px;
  }
}
/* line 597, ../../sass/_page_course.scss */
.course .course-inner-block .video-block {
  cursor: pointer;
}
/* line 600, ../../sass/_page_course.scss */
.course .course-inner-block .video-block .img-video {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  mix-blend-mode: unset;
  background-color: rgba(153, 121, 97, 0.75);
  background-blend-mode: multiply, screen;
  background-image: url("../../assets/img/course/video-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 616, ../../sass/_page_course.scss */
.course .course-inner-block .video-block .img-video img {
  width: 80px;
  height: 80px;
  position: absolute;
  mix-blend-mode: unset;
}
@media screen and (max-width: 1024px) {
  /* line 616, ../../sass/_page_course.scss */
  .course .course-inner-block .video-block .img-video img {
    width: 48px;
    height: 48px;
  }
}
/* line 629, ../../sass/_page_course.scss */
.course .course-inner-block .video-block.active .img-video {
  display: none;
}
/* line 634, ../../sass/_page_course.scss */
.course .course-inner-block .video-block video {
  width: 100%;
}
/* line 639, ../../sass/_page_course.scss */
.course .course-inner-block .col-lg-5 {
  overflow-y: auto;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  /* line 639, ../../sass/_page_course.scss */
  .course .course-inner-block .col-lg-5 {
    overflow-y: unset;
    height: auto;
  }
}
/* line 650, ../../sass/_page_course.scss */
.course .course-list a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #707070;
  padding: 16px 24px;
  background-image: linear-gradient(90deg, #F8F4EB 0%, #F8F4EB 100%);
}
/* line 659, ../../sass/_page_course.scss */
.course .course-list a:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(90deg, #C7AF8700 0%, #C7AF87 100%);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 678, ../../sass/_page_course.scss */
.course .course-list a:hover:after {
  content: '';
  width: 100%;
  visibility: visible;
  opacity: 1;
  transition: .3s;
  transition-duration: .3s;
  transition-property: revert;
}
/* line 692, ../../sass/_page_course.scss */
.course .select_style {
  background-color: transparent;
  border-bottom: 1px solid #997961;
  padding: 16px;
  color: #997961;
}
/* line 698, ../../sass/_page_course.scss */
.course .select_style:after {
  content: '';
  position: absolute;
  border: 3px solid #997961;
  border-left: transparent;
  border-bottom: transparent;
  transform: translate(-50%, -27%) rotate(135deg);
}
/* line 707, ../../sass/_page_course.scss */
.course .select_style.active {
  box-shadow: none;
}
/* line 710, ../../sass/_page_course.scss */
.course .select_style.active:after {
  top: 46%;
  transition: .2s;
  transform: translate(-50%, -27%) rotate(-45deg);
}
/* line 716, ../../sass/_page_course.scss */
.course .select_style.active + .select_dropdown {
  pointer-events: auto;
  opacity: 1;
  z-index: 10;
}
/* line 723, ../../sass/_page_course.scss */
.course .select_style + .select_dropdown {
  background-color: #F8F4EB;
}
/* line 727, ../../sass/_page_course.scss */
.course .select_style + .select_dropdown .nav-item .nav-link {
  border-top: dashed #C7AF87 1px;
  color: #997961;
}
/* line 731, ../../sass/_page_course.scss */
.course .select_style + .select_dropdown .nav-item .nav-link.active, .course .select_style + .select_dropdown .nav-item .nav-link:hover {
  background-color: #997961;
  color: #FEFEFE;
}
/* line 739, ../../sass/_page_course.scss */
.course .select_style + .select_dropdown .nav-item:first-child .nav-link {
  border-top: none;
}

/* line 750, ../../sass/_page_course.scss */
.inner-section.tab-section {
  display: flex;
  flex-direction: column;
  padding: 320px 0 0 0;
}
@media screen and (max-width: 1024px) {
  /* line 750, ../../sass/_page_course.scss */
  .inner-section.tab-section {
    padding: 180px 0 0 0;
    gap: 40px;
  }
}
/* line 759, ../../sass/_page_course.scss */
.inner-section.tab-section .inner-title {
  padding: 0 32px;
}
@media screen and (max-width: 1024px) {
  /* line 759, ../../sass/_page_course.scss */
  .inner-section.tab-section .inner-title {
    text-align: left;
    align-items: start;
  }
}
/* line 767, ../../sass/_page_course.scss */
.inner-section.tab-section h4 {
  margin-bottom: 40px;
}

/* line 775, ../../sass/_page_course.scss */
.course .calendar-time {
  display: flex;
  gap: 40px;
  position: absolute;
  left: 20%;
  padding-left: 42px;
  padding-right: 130px;
}
@media screen and (max-width: 1024px) {
  /* line 775, ../../sass/_page_course.scss */
  .course .calendar-time {
    flex-direction: column;
    position: relative;
    padding: 0;
    left: unset;
    margin-bottom: 40px;
  }
}
/* line 792, ../../sass/_page_course.scss */
.course .calendar-time .select_group:first-child {
  width: 168px;
}
@media screen and (max-width: 1024px) {
  /* line 792, ../../sass/_page_course.scss */
  .course .calendar-time .select_group:first-child {
    width: 100%;
  }
}
/* line 799, ../../sass/_page_course.scss */
.course .calendar-time .select_group .select_style {
  display: block;
  padding-right: 36px;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  /* line 799, ../../sass/_page_course.scss */
  .course .calendar-time .select_group .select_style {
    border-bottom: 1px solid #997961;
  }
}
/* line 807, ../../sass/_page_course.scss */
.course .calendar-time .select_group .select_style::after {
  content: '';
  width: 12px;
  height: 12px;
  border-color: #997961 transparent transparent;
  border-style: solid;
  border-width: 6px;
  position: absolute;
  top: 45%;
  transform: rotate(0deg);
}
/* line 820, ../../sass/_page_course.scss */
.course .calendar-time .select_group .select_style.active::after {
  content: '';
  top: 36%;
  transform: rotate(180deg);
}
/* line 830, ../../sass/_page_course.scss */
.course .calendar-time .nav-tabs.select_dropdown .nav-item .nav-link {
  display: block;
  padding: 12px 16px;
  height: auto;
  border-radius: 0;
}

/* line 7, ../../sass/_page_member.scss */
.member .page-top-banner img {
  height: 400px;
}
/* line 11, ../../sass/_page_member.scss */
.member .page-top-banner .nav-list {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(249, 245, 238, 0.75);
}
/* line 17, ../../sass/_page_member.scss */
.member .page-top-banner .nav-list .nav-tabs {
  justify-content: start;
  background-color: transparent;
}
/* line 24, ../../sass/_page_member.scss */
.member .inner-section.tab-section {
  margin-top: 400px;
  padding: 80px 16px 120px 16px;
  gap: unset;
}
@media screen and (max-width: 1024px) {
  /* line 24, ../../sass/_page_member.scss */
  .member .inner-section.tab-section {
    margin-top: 0;
    padding: 40px 16px 120px 16px;
  }
}
/* line 33, ../../sass/_page_member.scss */
.member .inner-section.tab-section .inner-title {
  max-width: 100%;
}
/* line 37, ../../sass/_page_member.scss */
.member .inner-section.tab-section .tab-pane {
  display: none;
}
/* line 40, ../../sass/_page_member.scss */
.member .inner-section.tab-section .tab-pane.active {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
/* line 49, ../../sass/_page_member.scss */
.member .member-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  border-radius: 4px;
  background-color: #F8F4EB;
  gap: 24px;
  color: #997961;
}
/* line 60, ../../sass/_page_member.scss */
.member .course-block {
  display: flex;
  flex-direction: column;
  width: 30%;
  max-width: 362px;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  /* line 60, ../../sass/_page_member.scss */
  .member .course-block {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
/* line 73, ../../sass/_page_member.scss */
.member .course-block .h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 80, ../../sass/_page_member.scss */
.member table {
  border-bottom: 1px dashed #707070;
}
/* line 82, ../../sass/_page_member.scss */
.member table th, .member table td {
  font-size: 18px;
  color: #707070;
  padding: 0 16px 24px 16px;
}
/* line 88, ../../sass/_page_member.scss */
.member table td {
  padding: 24px 16px;
}
/* line 93, ../../sass/_page_member.scss */
.member table thead tr {
  border-bottom: 1px solid #1A1A1A;
}
/* line 99, ../../sass/_page_member.scss */
.member table tbody tr {
  border-bottom: 1px dashed #707070;
}
/* line 105, ../../sass/_page_member.scss */
.member .order-list {
  color: #707070;
}
@media screen and (max-width: 1024px) {
  /* line 105, ../../sass/_page_member.scss */
  .member .order-list {
    left: -16px;
    width: 100vw;
    background-color: #F5F5F5;
    color: #707070;
    padding: 0 16px;
  }
}
/* line 115, ../../sass/_page_member.scss */
.member .order-list div {
  border-bottom: 1px solid #707070;
}
/* line 118, ../../sass/_page_member.scss */
.member .order-list div .w-40 {
  width: 40%;
}
/* line 122, ../../sass/_page_member.scss */
.member .order-list div:last-child {
  border-bottom: none;
}

/* line 137, ../../sass/_page_member.scss */
.member .row p.text-nowrap,
.login .row p.text-nowrap {
  color: #707070;
}
@media screen and (max-width: 1024px) {
  /* line 142, ../../sass/_page_member.scss */
  .member .row .pl-10,
  .login .row .pl-10 {
    margin-top: 40px;
  }
}
/* line 148, ../../sass/_page_member.scss */
.member input,
.login input {
  padding: 16px;
  background-color: transparent;
  border: 1px solid #BEBEBE;
}
/* line 153, ../../sass/_page_member.scss */
.member input:focus,
.login input:focus {
  border: 1px solid #997961;
}

/* line 161, ../../sass/_page_member.scss */
.login .page-content-title {
  z-index: 2;
}
/* line 165, ../../sass/_page_member.scss */
.login .inner-section {
  position: relative;
  padding: 180px 32px;
}
@media screen and (max-width: 1024px) {
  /* line 165, ../../sass/_page_member.scss */
  .login .inner-section {
    padding: 80px 32px 120px 32px;
  }
}
/* line 172, ../../sass/_page_member.scss */
.login .inner-section .page-top-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100vw - 320px);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  /* line 172, ../../sass/_page_member.scss */
  .login .inner-section .page-top-banner {
    width: 100vw;
  }
}
/* line 183, ../../sass/_page_member.scss */
.login .inner-section .page-top-banner img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  /* line 183, ../../sass/_page_member.scss */
  .login .inner-section .page-top-banner img {
    object-position: 45% center;
  }
}
@media screen and (max-width: 1024px) {
  /* line 192, ../../sass/_page_member.scss */
  .login .inner-section .pl-40 {
    margin-top: 40px;
  }
}
/* line 198, ../../sass/_page_member.scss */
.login .inner-section .btn-next {
  padding-right: 32px;
  color: #707070;
}
/* line 202, ../../sass/_page_member.scss */
.login .inner-section .btn-next::after {
  top: 50%;
  border: 2px solid #707070;
  border-radius: 1px;
  border-left: transparent;
  border-bottom: transparent;
}
/* line 210, ../../sass/_page_member.scss */
.login .inner-section .btn-next:hover {
  background-color: transparent;
  color: #707070;
}
