.locationList .Txt .lineBtn .arrow, .locationList .Txt .lineBtn .btnText, .locationList .Txt .lineBtn .icon, .photoBox .photoList .hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.introArea {
  position: relative;
  padding-bottom: 290px;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .introArea {
    padding-top: 30px;
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .introArea {
    padding-top: 20px;
    padding-bottom: 160px;
  }
}
.introArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 1180px) {
  .introArea .wrap {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 991px) {
  .introArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
.introArea .marqueeText {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 44px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  z-index: -1;
  pointer-events: none;
  -webkit-animation: marqueeAni 60s linear infinite;
          animation: marqueeAni 60s linear infinite;
}
@media (max-width: 1180px) {
  .introArea .marqueeText {
    bottom: 0;
  }
}
.introArea .marqueeText p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 120px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #E3E3DB;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .introArea .marqueeText p {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .introArea .marqueeText p {
    font-size: 80px;
  }
}
.introArea .titleBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 410px;
}
@media (max-width: 1180px) {
  .introArea .titleBox {
    width: 345px;
  }
}
@media (max-width: 991px) {
  .introArea .titleBox {
    width: 100%;
  }
}
.introArea .introBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 870px;
  margin-left: auto;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .introArea .introBox {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
.introArea .introBox .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #808080;
}
@media (max-width: 768px) {
  .introArea .introBox .text {
    font-size: 15px;
  }
}

.processArea {
  position: relative;
  background-image: url("../images/deco/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 170px 0 60px;
}
@media (max-width: 1440px) {
  .processArea {
    padding: 100px 0 60px;
  }
}
@media (max-width: 1180px) {
  .processArea {
    padding: 80px 0 60px;
  }
}
@media (max-width: 768px) {
  .processArea {
    padding: 60px 0;
  }
}
.processArea .wrap.fill {
  max-width: 1700px;
  padding: 100px 50px 0;
}
@media (max-width: 1180px) {
  .processArea .wrap.fill {
    padding: 80px 30px 0;
  }
}
@media (max-width: 768px) {
  .processArea .wrap.fill {
    padding: 60px 20px 0;
  }
}
.processArea .titleBox {
  margin-bottom: 54px;
}
.processArea .content {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .processArea .content {
    margin-bottom: 64px;
  }
}
@media (max-width: 1180px) {
  .processArea .content {
    margin-bottom: 48px;
  }
}
.processArea .content .textEditor {
  max-width: 830px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 1180px) {
  .processArea .content .textEditor {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .processArea .content .textEditor {
    font-size: 15px;
  }
}

.processBox {
  position: relative;
}
.processBox .processList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 1536px) {
  .processBox .processList {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 1180px) {
  .processBox .processList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .processBox .processList {
    row-gap: 20px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.processBox .processList .processItem {
  position: relative;
  width: calc(20% - 32px);
}
@media (max-width: 1536px) {
  .processBox .processList .processItem {
    width: calc(20% - 19.2px);
  }
}
@media (max-width: 1180px) {
  .processBox .processList .processItem {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 768px) {
  .processBox .processList .processItem {
    width: calc(33.3333333333% - 10.6666666667px);
  }
}
@media (max-width: 575px) {
  .processBox .processList .processItem {
    width: calc(50% - 8px);
  }
}
@media (max-width: 375px) {
  .processBox .processList .processItem {
    width: 100%;
  }
}
.processBox .processList .processItem:last-child .deco::after {
  position: absolute;
  content: "";
  width: 10px;
  height: auto;
  background-color: transparent;
  aspect-ratio: 1/1;
  border-top: 2px solid #dcd9d2;
  border-right: 2px solid #dcd9d2;
  rotate: 45deg;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
.processBox .processList .item {
  position: relative;
}
.processBox .processList .imgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #c5c1b5;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .processBox .processList .imgBox {
    width: 124px;
  }
}
@media (max-width: 768px) {
  .processBox .processList .imgBox {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .processBox .processList .imgBox {
    width: 80px;
  }
}
.processBox .processList .imgBox .Img {
  width: 50%;
}
.processBox .processList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.processBox .processList .deco {
  position: relative;
  width: 180%;
  height: 2px;
  background-color: #dcd9d2;
  margin: 34px 0 20px;
  translate: -22% 0;
}
@media (max-width: 1660px) {
  .processBox .processList .deco {
    width: 130%;
    translate: -11% 0;
  }
}
@media (max-width: 1536px) {
  .processBox .processList .deco {
    width: calc(100% + 24px);
    translate: -4% 0;
  }
}
@media (max-width: 768px) {
  .processBox .processList .deco {
    width: calc(100% + 16px);
    margin: 24px 0 16px;
  }
}
@media (max-width: 375px) {
  .processBox .processList .deco {
    display: none;
  }
}
.processBox .processList .deco::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #aba299;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-animation: aniWidthFill 0.8s linear both;
          animation: aniWidthFill 0.8s linear both;
}
.processBox .processList .deco.play {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.processBox .processList .deco.last::after {
  border-color: #aba299 !important;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.processBox .processList .deco .dot {
  display: block;
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px dashed #aba299;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
@media (max-width: 768px) {
  .processBox .processList .deco .dot {
    width: 24px;
  }
}
@media (max-width: 480px) {
  .processBox .processList .deco .dot {
    width: 20px;
  }
}
.processBox .processList .deco .dot::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 30%;
  background-color: #aba299;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 768px) {
  .processBox .processList .deco .dot::before {
    width: 40%;
    height: 40%;
  }
}
.processBox .processList .Txt {
  position: relative;
  text-align: center;
}
.processBox .processList .Txt .num {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  color: #aba299;
  margin: 0 auto 10px;
}
@media (max-width: 1366px) {
  .processBox .processList .Txt .num {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .processBox .processList .Txt .num {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .processBox .processList .Txt .num {
    font-size: 32px;
    margin-bottom: 4px;
  }
}
.processBox .processList .Txt .title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #202020;
}
@media (max-width: 1366px) {
  .processBox .processList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .processBox .processList .Txt .title {
    font-size: 18px;
  }
}
.processBox .processList .Txt .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.7;
  color: #808080;
  margin-top: 10px;
}
@media (max-width: 1366px) {
  .processBox .processList .Txt .text {
    font-size: 15px;
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .processBox .processList .Txt .text {
    font-size: 14px;
    margin-top: 2px;
  }
}

.photoBox {
  position: relative;
}
@media (max-width: 375px) {
  .photoBox {
    padding: 0 40px;
  }
}
@media (max-width: 375px) {
  .photoBox .controlBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 375px) {
  .photoBox .controlBox .arrowBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 375px) {
  .photoBox .controlBox .arrowBox .prev {
    position: absolute;
    top: 45%;
    right: auto;
    bottom: auto;
    left: -10px;
    translate: 0 -50%;
  }
}
@media (max-width: 375px) {
  .photoBox .controlBox .arrowBox .next {
    position: absolute;
    top: 45%;
    right: -10px;
    bottom: auto;
    left: auto;
    translate: 0 -50%;
  }
}
.photoBox .photoList {
  margin-top: -30px;
}
.photoBox .photoList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.photoBox .photoList:not(.slick-slider) .photoItem {
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .photoBox .photoList:not(.slick-slider) .photoItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 575px) {
  .photoBox .photoList:not(.slick-slider) .photoItem {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .photoBox .photoList:not(.slick-slider) .photoItem {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .photoBox .photoList:hover .hover {
    scale: 1.2;
  }
  .photoBox .photoList:hover .hover .Img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.6s linear, width 0.6s ease-in-out;
    transition: opacity 0.6s linear, width 0.6s ease-in-out;
  }
}
.photoBox .photoList .slick-list {
  padding-top: 30px;
  margin: 0 -20px;
}
@media (max-width: 1366px) {
  .photoBox .photoList .slick-list {
    margin: 0 -15px;
  }
}
@media (max-width: 1180px) {
  .photoBox .photoList .slick-list {
    margin: 0 -10px;
  }
}
.photoBox .photoList .photoItem {
  position: relative;
  padding: 0 20px;
}
@media (max-width: 1366px) {
  .photoBox .photoList .photoItem {
    padding: 0 15px;
  }
}
@media (max-width: 1180px) {
  .photoBox .photoList .photoItem {
    padding: 0 10px;
  }
}
.photoBox .photoList .item {
  position: relative;
}
.photoBox .photoList .imgBox {
  position: relative;
  padding-top: 16px;
}
.photoBox .photoList .imgBox > .Img {
  border: 1px solid #dcd9d2;
}
.photoBox .photoList .imgBox > .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.photoBox .photoList .hover {
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  pointer-events: none;
  will-change: scale;
}
.photoBox .photoList .hover .border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px dashed #aba299;
  z-index: 1;
}
.photoBox .photoList .hover .border .dot {
  position: absolute;
  width: 4px;
  height: auto;
  background-color: #aba299;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.photoBox .photoList .hover .border .dot:nth-child(1) {
  top: 0;
  left: 0;
  translate: -50% -50%;
}
.photoBox .photoList .hover .border .dot:nth-child(2) {
  top: 0;
  right: 0;
  translate: 50% -50%;
}
.photoBox .photoList .hover .border .dot:nth-child(3) {
  bottom: 0;
  right: 0;
  translate: 50% 50%;
}
.photoBox .photoList .hover .border .dot:nth-child(4) {
  bottom: 0;
  left: 0;
  translate: -50% 50%;
}
.photoBox .photoList .hover .Img {
  width: 84%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -2px;
  left: 50%;
  translate: -50% 0;
  opacity: 0;
  will-change: opacity, width;
  -webkit-transition: opacity 0.4s linear 0.1s, width 0.6s ease-in-out;
  transition: opacity 0.4s linear 0.1s, width 0.6s ease-in-out;
}
.photoBox .photoList .hover .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.photoBox .photoList .Txt {
  position: relative;
  text-align: center;
  margin-top: 8px;
}
.photoBox .photoList .Txt .title {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #202020;
}
@media (max-width: 1366px) {
  .photoBox .photoList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .photoBox .photoList .Txt .title {
    font-size: 18px;
  }
}

.inquiryArea {
  position: relative;
  background-color: rgba(239, 234, 230, 0.2);
  padding: 75px 0;
}
@media (max-width: 768px) {
  .inquiryArea {
    padding: 60px 0;
  }
}
.inquiryArea .wrap {
  max-width: 1700px;
}
@media (max-width: 480px) {
  .inquiryArea .controlBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1180px) {
  .inquiryArea .controlBox:has(.arrowBox) {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .inquiryArea .controlBox:has(.arrowBox) {
    margin-top: 32px;
  }
}
@media (max-width: 480px) {
  .inquiryArea .controlBox .arrowBox {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .inquiryArea .controlBox .arrowBox .prev {
    position: absolute;
    top: 45%;
    right: auto;
    bottom: auto;
    left: 10px;
    translate: 0 -50%;
  }
}
@media (max-width: 480px) {
  .inquiryArea .controlBox .arrowBox .next {
    position: absolute;
    top: 45%;
    right: 10px;
    bottom: auto;
    left: auto;
    translate: 0 -50%;
  }
}

.inquiryList {
  overflow-x: clip;
}
@media (max-width: 480px) {
  .inquiryList {
    padding: 0 40px;
  }
}
.inquiryList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inquiryList:not(.slick-slider) .inquiryItem {
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.inquiryList .slick-list {
  margin: 0 -20px;
  padding: 0 2px;
}
@media (max-width: 1366px) {
  .inquiryList .slick-list {
    margin: 0 -12px;
  }
}
.inquiryList .inquiryItem {
  position: relative;
  padding: 0 20px;
  border-left: 1px solid #dcd9d2;
}
@media (max-width: 1366px) {
  .inquiryList .inquiryItem {
    padding: 0 12px;
  }
}
.inquiryList .item {
  position: relative;
}
.inquiryList .Img {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .inquiryList .Img {
    width: 70%;
  }
}
.inquiryList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.inquiryList .Txt {
  position: relative;
  text-align: center;
  margin-top: 24px;
}
.inquiryList .Txt .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #202020;
}
@media (max-width: 1536px) {
  .inquiryList .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .inquiryList .Txt .title {
    font-size: 22px;
  }
}
.inquiryList .Txt .subtitle {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #aba299;
}
@media (max-width: 1536px) {
  .inquiryList .Txt .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .inquiryList .Txt .subtitle {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .inquiryList .Txt .subtitle {
    font-size: 14px;
  }
}
.inquiryList .btnBox {
  margin-top: 24px;
}

.boardArea {
  position: relative;
  background-color: #fff;
  padding: 200px 0 120px;
}
@media (max-width: 1366px) {
  .boardArea {
    padding: 130px 0 100px;
  }
}
@media (max-width: 1180px) {
  .boardArea {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .boardArea {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .boardArea {
    padding: 60px 0;
  }
}
.boardArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 991px) {
  .boardArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 48px;
  }
}
.boardArea .leftBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 545px;
}
@media (max-width: 991px) {
  .boardArea .leftBox {
    width: 100%;
    max-width: none;
  }
}
.boardArea .rightBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 1180px) {
  .boardArea .rightBox {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .boardArea .rightBox {
    width: 100%;
    max-width: 700px;
  }
}
.boardArea .titleBox .text {
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.boardArea .titleBox .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcd9d2;
  margin-top: 36px;
}
@media (max-width: 1180px) {
  .boardArea .titleBox .line {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .boardArea .titleBox .line {
    margin-top: 16px;
  }
}
.boardArea .titleBox .line::before {
  position: absolute;
  content: "";
  width: 6px;
  height: auto;
  background-color: #aba299;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  translate: 50% -50%;
}
.boardArea .Txt {
  position: relative;
}
.boardArea .Txt .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #202020;
}
@media (max-width: 1180px) {
  .boardArea .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .boardArea .Txt .title {
    font-size: 22px;
  }
}
.boardArea .Txt .decoTitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  color: #756F6B;
}
@media (max-width: 1180px) {
  .boardArea .Txt .decoTitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .boardArea .Txt .decoTitle {
    font-size: 16px;
  }
}
.boardArea .Txt .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.7;
  color: #808080;
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .boardArea .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .boardArea .Txt .text {
    font-size: 14px;
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .boardArea .btnBox {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}
@media (max-width: 375px) {
  .boardArea .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.boardArea .Img {
  border-top-left-radius: 62px;
  border-bottom-right-radius: 62px;
  overflow: hidden;
}
.boardArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.recoveryArea {
  position: relative;
  background-color: rgba(239, 234, 230, 0.2);
  padding: 125px 0 100px;
}
@media (max-width: 1366px) {
  .recoveryArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .recoveryArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .recoveryArea {
    padding: 60px 0;
  }
}
.recoveryArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  max-width: 1730px;
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 1180px) {
  .recoveryArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 42px;
  }
}
.recoveryArea .leftBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 1025px;
  margin-right: auto;
}
@media (max-width: 1180px) {
  .recoveryArea .leftBox {
    width: 100%;
    max-width: 800px;
  }
}
.recoveryArea .rightBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 575px;
}
@media (max-width: 1366px) {
  .recoveryArea .rightBox {
    width: 540px;
  }
}
@media (max-width: 1180px) {
  .recoveryArea .rightBox {
    width: 100%;
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .recoveryArea .rightBox {
    padding-left: 20px;
  }
}
.recoveryArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.recoveryArea .titleBox .text {
  font-size: 17px;
  margin-top: 32px;
}
@media (max-width: 1536px) {
  .recoveryArea .titleBox .text {
    margin-top: 16px;
  }
}
@media (max-width: 1366px) {
  .recoveryArea .titleBox .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .recoveryArea .titleBox .text {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .recoveryArea .titleBox .text {
    font-size: 14px;
  }
}
.recoveryArea .btnBox {
  margin-top: 72px;
}
@media (max-width: 1536px) {
  .recoveryArea .btnBox {
    margin-top: 48px;
  }
}
@media (max-width: 1180px) {
  .recoveryArea .btnBox {
    margin-top: 32px;
  }
}

.locationArea {
  position: relative;
  padding: 160px 0 120px;
  background-color: #EDEEE9;
  overflow-x: clip;
}
@media (max-width: 1366px) {
  .locationArea {
    padding: 130px 0 100px;
  }
}
@media (max-width: 1180px) {
  .locationArea {
    padding: 100px 0 80px;
  }
}
@media (max-width: 768px) {
  .locationArea {
    padding: 80px 0 60px;
  }
}
@media (max-width: 480px) {
  .locationArea {
    padding: 60px 0;
  }
}
.locationArea > .wrap {
  max-width: 1730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 1180px) {
  .locationArea > .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 36px;
    padding-right: 30px;
  }
}
.locationArea .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
}
@media (max-width: 1536px) {
  .locationArea .leftBox {
    width: 380px;
  }
}
@media (max-width: 1366px) {
  .locationArea .leftBox {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .locationArea .leftBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.locationArea .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 0;
  max-width: 1230px;
}
@media (max-width: 1180px) {
  .locationArea .rightBox {
    width: 100%;
    max-width: none;
  }
}
.locationArea .titleBox {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  .locationArea .titleBox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.locationArea .titleBox .title {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 28px;
}
@media (max-width: 1366px) {
  .locationArea .titleBox .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .locationArea .titleBox .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .locationArea .titleBox .title {
    font-size: 20px;
  }
}
.locationArea .titleBox .text {
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 1536px) {
  .locationArea .titleBox .text {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .locationArea .titleBox .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .locationArea .titleBox .text {
    font-size: 14px;
    margin-top: 12px;
  }
}
.locationArea .controlBox.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 60px;
}
@media (max-width: 1180px) {
  .locationArea .controlBox.pc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .locationArea .controlBox.pc {
    display: none;
  }
}
.locationArea .controlBox.pc .arrowBox {
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
}
@media (max-width: 768px) {
  .locationArea .controlBox.pc .arrowBox {
    -webkit-column-gap: 54px;
       -moz-column-gap: 54px;
            column-gap: 54px;
  }
}
.locationArea .controlBox.pc .numBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  translate: 0 -10px;
}
@media (max-width: 1180px) {
  .locationArea .controlBox.pc .numBox {
    display: none;
  }
}
.locationArea .controlBox.pc .numBox span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #737373;
}
@media (max-width: 1180px) {
  .locationArea .controlBox.pc .numBox span {
    font-size: 16px;
  }
}
.locationArea .controlBox.pc .numBox span.currentText {
  font-size: 50px;
  color: #bbb7ac;
}
@media (max-width: 1180px) {
  .locationArea .controlBox.pc .numBox span.currentText {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .locationArea .controlBox.pc .numBox span.currentText {
    font-size: 36px;
  }
}
.locationArea .controlBox.pc .numBox span.totalText::before {
  position: relative;
  content: "/";
  padding-right: 8px;
}
@media (max-width: 1180px) {
  .locationArea .controlBox.pc .numBox span.totalText::before {
    padding-right: 6px;
  }
}
.locationArea .controlBox.mobile {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 576px) {
  .locationArea .controlBox.mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .locationArea .controlBox.mobile {
    position: relative;
    margin-top: 24px;
  }
}
.locationArea .controlBox.mobile .arrowBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .locationArea .controlBox.mobile .arrowBox {
    position: relative;
  }
}
.locationArea .controlBox.mobile .arrowBox .prev {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
@media (max-width: 480px) {
  .locationArea .controlBox.mobile .arrowBox .prev {
    position: relative;
    top: unset;
    translate: unset;
  }
}
.locationArea .controlBox.mobile .arrowBox .next {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 480px) {
  .locationArea .controlBox.mobile .arrowBox .next {
    position: relative;
    top: unset;
    translate: unset;
  }
}

.locationList {
  overflow-x: clip;
}
@media (max-width: 991px) {
  .locationList {
    margin-right: -30px;
  }
}
@media (max-width: 768px) {
  .locationList {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .locationList {
    padding: 0 42px;
  }
}
@media (max-width: 480px) {
  .locationList {
    padding: 0;
  }
}
.locationList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.locationList:not(.slick-slider) .locationItem {
  width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1366px) {
  .locationList:not(.slick-slider) .locationItem {
    width: 40%;
  }
}
.locationList .slick-list {
  padding-right: 32%;
  margin: 0 -24px;
}
@media (max-width: 1536px) {
  .locationList .slick-list {
    margin: 0 -16px;
    padding-right: 0;
  }
}
@media (max-width: 1366px) {
  .locationList .slick-list {
    padding-right: 20%;
  }
}
@media (max-width: 1180px) {
  .locationList .slick-list {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .locationList .slick-list {
    padding-right: 15%;
    margin: 0 -10px;
  }
}
@media (max-width: 768px) {
  .locationList .slick-list {
    padding-right: 0;
  }
}
.locationList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.locationList .slick-track .slick-slide {
  height: auto;
}
.locationList .slick-track .slick-slide > div {
  height: 100%;
}
.locationList .locationItem {
  position: relative;
  height: 100%;
  padding: 0 24px;
}
@media (max-width: 1536px) {
  .locationList .locationItem {
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .locationList .locationItem {
    padding: 0 10px;
  }
}
.locationList .item {
  position: relative;
  height: 100%;
  padding: 32px 30px;
  background-color: #fff;
  border: 1px solid #dcd9d2;
}
@media (max-width: 1536px) {
  .locationList .item {
    padding: 24px 20px 20px;
  }
}
.locationList .imgBox {
  position: relative;
}
@media (min-width: 1181px) {
  .locationList .imgBox:has(a):hover .moreBtn {
    opacity: 1;
    scale: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.locationList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.locationList .imgBox .moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: 138px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  scale: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-in-out, scale 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out 0.2s;
  transition: opacity 0.6s ease-in-out, scale 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out 0.2s;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out 0.2s, scale 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out 0.2s, scale 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out 0.2s;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .locationList .imgBox .moreBtn {
    width: 124px;
  }
}
.locationList .imgBox .moreBtn .btnText {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 1.7;
  color: #aba299;
}
@media (max-width: 1440px) {
  .locationList .imgBox .moreBtn .btnText {
    font-size: 13px;
  }
}
.locationList .imgBox .moreBtn .arrow {
  display: block;
  width: 32px;
  height: auto;
  aspect-ratio: 80/11;
  color: #bbb7ac;
}
.locationList .Txt {
  position: relative;
  margin-top: 24px;
}
@media (max-width: 1536px) {
  .locationList .Txt {
    margin-top: 16px;
  }
}
.locationList .Txt .title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #aba299;
}
@media (max-width: 1440px) {
  .locationList .Txt .title {
    font-size: 18px;
  }
}
.locationList .Txt .title a {
  color: inherit;
}
@media (min-width: 1181px) {
  .locationList .Txt .title a:hover {
    color: #c5c1b5;
  }
}
.locationList .Txt .lineBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 24px;
}
@media (max-width: 1536px) {
  .locationList .Txt .lineBtn {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
@media (min-width: 1181px) {
  .locationList .Txt .lineBtn:hover .icon,
  .locationList .Txt .lineBtn:hover .btnText {
    color: #c5c1b5;
  }
  .locationList .Txt .lineBtn:hover .arrow {
    color: #aba299;
    translate: 10px 0;
  }
}
.locationList .Txt .lineBtn .icon {
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  color: #aba299;
}
@media (max-width: 1536px) {
  .locationList .Txt .lineBtn .icon {
    width: 18px;
  }
}
.locationList .Txt .lineBtn .btnText {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #aba299;
}
@media (max-width: 1536px) {
  .locationList .Txt .lineBtn .btnText {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .locationList .Txt .lineBtn .btnText {
    font-size: 14px;
  }
}
.locationList .Txt .lineBtn .arrow {
  display: block;
  width: 32px;
  height: auto;
  aspect-ratio: 80/11;
  color: #808080;
}
@media (max-width: 1536px) {
  .locationList .Txt .lineBtn .arrow {
    width: 24px;
  }
}
.locationList .infoList {
  position: relative;
  margin-top: 16px;
}
@media (max-width: 1536px) {
  .locationList .infoList {
    margin-top: 10px;
  }
}
.locationList .infoList .infoItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.locationList .infoList .infoItem + .infoItem {
  margin-top: 8px;
}
.locationList .infoList .icon {
  display: block;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  color: #aba299;
}
@media (max-width: 1536px) {
  .locationList .infoList .icon {
    width: 16px;
  }
}
@media (max-width: 768px) {
  .locationList .infoList .icon {
    width: 14px;
  }
}
.locationList .infoList .infoText {
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #808080;
  translate: 0 -2px;
}
@media (max-width: 1536px) {
  .locationList .infoList .infoText {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .locationList .infoList .infoText {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .locationList .infoList a:hover {
    color: #c5c1b5;
  }
}

.contactBox {
  position: relative;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .contactBox {
    margin-top: 64px;
  }
}
.contactBox .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 1440px) {
  .contactBox .wrap {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 1180px) {
  .contactBox .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 32px;
  }
}
@media (max-width: 768px) {
  .contactBox .wrap {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.contactBox .content {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 610px;
}
@media (max-width: 1180px) {
  .contactBox .content {
    width: 100%;
  }
}
.contactBox .content .textEditor {
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #4c4c4c;
}
@media (max-width: 1180px) {
  .contactBox .content .textEditor {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .contactBox .content .textEditor {
    font-size: 15px;
  }
}
.contactBox .content .textEditor p {
  margin-bottom: 0;
}
.contactBox .line {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 1px;
  background-color: rgba(171, 162, 153, 0.3);
}
@media (max-width: 1180px) {
  .contactBox .line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 232px);
  }
}
@media (max-width: 768px) {
  .contactBox .line {
    width: calc(100% - 200px);
  }
}
.contactBox .line::before {
  position: absolute;
  content: "";
  width: 6px;
  height: auto;
  background-color: #aba299;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: -50% -50%;
}
.contactBox .btnBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 0;
}
/*# sourceMappingURL=international.css.map */