@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* 1. 跳過導覽連結：讓鍵盤使用者可以直接跳到主內容，預設隱藏，Focus時出現 */
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  background: #E45B23;
  color: #ffffff;
  padding: 12px 24px;
  z-index: 10000;
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-weight: bold;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 20px;
  outline: 3px solid #2563eb;
  outline-offset: 2px;
}

/* 2. 視覺隱藏類別：用於 label 或隱藏說明，螢幕閱讀器讀得到但視覺上不佔空間 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 3. 鍵盤聚焦視覺 (Focus Ring)：台灣 A 級檢測最看重此項 */
/* 確保所有可點擊元素在 Tab 選取時有高對比度的藍色框線 */
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid #2563eb !important;
  outline-offset: 2px;
}

/* 4. 基本元素重設 (針對無障礙標籤) */
button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  background-color: #EFEFEF;
  margin: 0;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

.content {
  opacity: 0;
  transition: opacity 0.6s ease;
  min-height: 2000px;
}

.content.ready {
  opacity: 1;
}

.wrapper {
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 0 auto;
}

a {
  cursor: pointer;
  transition: 0.6s ease-in-out;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

p {
  line-height: 1.5;
}

/* 彈窗樣式優化 */
.slideBox, .videoBox {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.85);
}
.slideBox.open, .videoBox.open {
  display: flex;
}
.slideBox .close, .videoBox .close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}
.slideBox .close:hover, .videoBox .close:hover {
  opacity: 0.6;
}
.slideBox .close img, .videoBox .close img {
  width: 32px;
  height: 32px;
}

.slideBox .image {
  max-width: 100%;
  max-height: calc(100% - 160px);
  padding: 20px;
}
.slideBox .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.videoBox iframe {
  width: calc(100% - 40px);
  max-width: 1200px;
  aspect-ratio: 16/9;
  height: auto;
  max-height: calc(100% - 160px);
  background: #000;
}

@media (width <= 768px) {
  .slideBox .image {
    max-width: calc(100% - 40px);
    max-height: 100%;
  }
  .videoBox iframe {
    width: calc(100% - 32px);
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  z-index: 999;
}
.headerArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: var(--header-offset, 124px);
  padding: 0 60px;
  border-bottom: white 1px solid;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(20px);
}
.header {
  /* Logo 連結優化 */
}
.header .logo-link {
  display: flex;
  align-items: center;
  height: 35%;
  transition: transform 0.3s;
}
.header .logo-link:hover {
  opacity: 0.8;
}
.header .logo-link img.logo {
  height: 100%;
}
.header .logo-link img.logo--mobile {
  display: none;
}
.header .navArea {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.header .navArea .mainNav {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 60px;
  margin: 0;
  border-right: white 1px solid;
  list-style: none; /* 移除預設清單點 */
}
.header .navArea .mainNav::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.25px;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--rb.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header .navArea .mainNav li {
  font-size: 16px;
  max-width: 160px;
}
.header .navArea .mainNav li a {
  color: #fff;
  text-decoration: none;
  transition: 0.6s ease-in-out;
  padding: 8px 12px;
  display: block;
}
.header .navArea .mainNav li a:hover {
  opacity: 0.6;
}
.header .navArea .optionNav {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 90px;
  gap: 16px;
  list-style: none;
  margin: 0;
}
.header .navArea .optionNav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--lb.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header .navArea .optionNav li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .navArea .optionNav li button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #fff;
  padding: 8px;
  transition: opacity 0.3s;
}
.header .navArea .optionNav li button:hover {
  opacity: 0.6;
}
.header .navArea .optionNav li button img {
  width: 19px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header .navArea .optionNav li .searchInput {
  display: none;
}
.header {
  /* 行動版漢堡按鈕修正 */
}
.header button.openNav {
  position: absolute;
  top: 0;
  right: 24px;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding-left: 26px;
  border-left: white 1px solid;
}
.header button.openNav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -17px;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--rb.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header button.openNav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--lb.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.header {
  /* 搜尋區樣式 */
}
.header .searchArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 120px;
  height: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #E45B23;
  overflow: hidden;
  transition: all 0.6s;
}
.header .searchArea > * {
  opacity: 0;
  transition: all 0.6s;
}
.header .searchArea.open {
  height: var(--header-offset, 124px);
}
.header .searchArea.open > * {
  opacity: 1;
}
.header .searchArea .searchInput {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 8px 0;
  max-width: 1200px;
  border-bottom: white 1px solid;
}
.header .searchArea .searchInput input[type=text] {
  background-color: transparent;
  border: none;
  color: white;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0;
  outline: none;
}
.header .searchArea .searchInput input[type=text]::-moz-placeholder {
  color: #EFEFEF;
  opacity: 0.4;
  font-size: 24px;
}
.header .searchArea .searchInput input[type=text]::placeholder {
  color: #EFEFEF;
  opacity: 0.4;
  font-size: 24px;
}
.header .searchArea .searchInput button {
  height: 24px;
  padding: 0;
}
.header .searchArea .searchInput button:hover {
  opacity: 0.6;
}
.header .searchArea .searchInput button img {
  height: 100%;
}
.header .searchArea .close {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  height: 44px; /* 增加點擊熱區符合 A11y */
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .searchArea .close img {
  height: 24px;
}

@media (width <= 768px) {
  .headerArea {
    width: 100%;
    height: 54px;
    padding: 0 24px;
    transition: all 0.6s;
    overflow: hidden;
  }
  .headerArea:has(.open) {
    height: 100vh;
    background-image: none;
    background-color: #E45B23;
  }
  .header .searchArea {
    display: none;
  }
  .header .logo-link img.logo {
    display: none;
    position: absolute;
    top: 10px;
    left: 24px;
    height: 32px;
  }
  .header .logo-link img.logo--mobile {
    display: block;
  }
  .header .navArea {
    position: absolute;
    top: 54px;
    left: 0;
    flex-direction: column;
    width: 100vw;
    height: calc(100vh - 54px);
    border-top: white 1px solid;
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    overflow: hidden;
    transition: all 0.6s;
  }
  .header .navArea .mainNav {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 20px 0;
    border-right: 0;
    background-color: #E45B23;
  }
  .header .navArea .mainNav::after {
    display: none;
  }
  .header .navArea .mainNav li {
    font-size: 28px;
    line-height: 1.6;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .header .navArea .mainNav li a {
    color: #fff;
  }
  .header .navArea .optionNav {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 40px 0;
    background-color: #E45B23;
    padding-left: 0;
  }
  .header .navArea .optionNav::after {
    display: none;
  }
  .header .navArea .optionNav li {
    width: 100%;
    justify-content: center;
  }
  .header .navArea .optionNav li button {
    width: 100%;
    padding: 20px;
    justify-content: center;
  }
  .header .navArea .optionNav li button img.search {
    display: none;
  }
  .header .navArea .optionNav li .searchInput {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 80%;
    padding: 8px 0;
    border-bottom: white 1px solid;
  }
  .header .navArea .optionNav li .searchInput input[type=text] {
    height: 24px;
    line-height: 24px;
  }
  .header .navArea .optionNav li .searchInput input[type=text]::-moz-placeholder {
    font-size: 20px;
  }
  .header .navArea .optionNav li .searchInput input[type=text]::placeholder {
    font-size: 20px;
  }
  .header .navArea .optionNav li .searchInput button {
    height: 20px;
  }
  .header .navArea .optionNav li .searchInput button img {
    height: 100%;
  }
  .header button.openNav {
    display: flex;
  }
}
.footer {
  color: white;
  border: #EFEFEF 1px solid;
}
.footer .borderArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 80px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #221714;
}
.footer__info {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.footer__info .footerLogoArea {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__info img.footerLogo {
  height: 100px;
  margin-top: 28px;
}
.footer__info .copyright {
  font-size: 14px;
  opacity: 0.8;
}
.footer__info .contactList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__info .contactList li {
  font-size: 16px;
  line-height: 1.8;
}
.footer .socialLink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.footer .socialLink .accessibilityIcon {
  height: 40px;
}
.footer .socialLinkList {
  display: flex;
  flex-direction: row;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .socialLinkList li a {
  display: block;
  border-radius: 8px;
  transition: transform 0.3s, opacity 0.3s;
}
.footer .socialLinkList li a:hover {
  opacity: 0.7;
  transform: translateY(-3px);
}
.footer .socialLinkList li a:focus {
  outline: 3px solid #ffffff !important;
  outline-offset: 4px;
}
.footer .socialLinkList li a img {
  width: 48px;
  height: 48px;
}

@media (width <= 768px) {
  .footer .borderArea {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    padding-bottom: 86px;
    gap: 40px;
  }
  .footer .borderArea .footerLogo {
    height: 80px;
    margin-bottom: 88px;
    margin-top: 0;
  }
  .footer .borderArea .copyright {
    position: absolute;
    bottom: 48px;
    font-size: 14px;
    opacity: 0.8;
  }
  .footer__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer__info .contactList {
    line-height: 1.6;
  }
  .footer .socialLink {
    align-items: flex-start;
    margin-bottom: 24px;
  }
  .footer .socialLinkList {
    position: absolute;
    top: 156px;
    left: 40px;
  }
  .footer .socialLinkList li img {
    width: 48px;
    height: 48px;
  }
}
.indexBanner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.indexBanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background-color: #E45B23;
  z-index: 9999;
}
.indexBanner__slide {
  position: relative;
  width: 100%;
  height: 100vh;
}
.indexBanner__slide img {
  width: 150%;
  height: 100%;
  margin-left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: slideIn 15s infinite linear;
}
.indexBanner__content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: calc(100% - 124px);
  z-index: 99;
}
.indexBanner__content .detail {
  position: sticky;
  top: 124px;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.indexBanner__content .detail .line {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
}
.indexBanner__content .detail .titleArea {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.indexBanner__content .detail .title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 16px;
  width: 550px;
  height: 100%;
  padding: 60px;
  color: white;
  border-right: white 1px solid;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(20px);
}
.indexBanner__content .detail .title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--lt.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.indexBanner__content .detail .title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--rt.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.indexBanner__content .detail .title h1 {
  font-size: 88px;
  margin: 0;
}
.indexBanner__content .detail .title h2 {
  font-size: 60px;
  margin: 0;
}
.indexBanner__content .detail .mobilePattern {
  display: none;
}
.indexBanner__content .detail .description {
  flex: 1;
  align-self: flex-end;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  height: auto;
  padding: 48px 60px;
  color: white;
  border-top: white 1px solid;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(20px);
}
.indexBanner__content .detail .description::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--lb.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.indexBanner__content .detail .description::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--lt.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.indexBanner__content .detail .description p {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.indexIntro {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: #E3CAAD 1px solid;
  border-bottom: #E3CAAD 1px solid;
}
.indexIntro .wrapper {
  position: relative;
  display: flex;
  border-right: #E3CAAD 1px solid;
  border-left: #E3CAAD 1px solid;
  background-color: #E3CAAD;
}
.indexIntro .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 16px;
  height: 100%;
  background: url("../images/radius__o--rt.svg") top right/16px 16px no-repeat, url("../images/radius__o--rb.svg") bottom right/16px 16px no-repeat;
}
.indexIntro .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 16px;
  height: 100%;
  background: url("../images/radius__o--lt.svg") top right/16px 16px no-repeat, url("../images/radius__o--lb.svg") bottom right/16px 16px no-repeat;
}
.indexIntro .borderArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  padding: 100px 110px 160px;
  border-radius: 16px;
  background-color: #efefef;
}
.indexIntro__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #E45B23;
  margin: 0;
}
.indexIntro__title::before {
  content: "";
  width: 32px;
  height: 16px;
  background-image: url("../images/titlePattern.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.indexIntro .readMoreArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.indexIntro .readMoreArea p {
  overflow: hidden;
  font-size: 24px;
  line-height: 1.6;
  color: #A2825C;
  margin: 0;
  max-height: 153px;
  transition: max-height 0.4s ease;
}
.indexIntro .readMoreArea p.expanded {
  max-height: 1000px;
}
.indexIntro .readMoreArea .readMore {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 30px;
  font-size: 16px;
  border-bottom: #221714 1px solid;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}
.indexIntro .readMoreArea .readMore:hover {
  opacity: 0.6;
}
.indexIntro .readMoreArea .readMore img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.indexVideo {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: #E3CAAD 1px solid;
  border-bottom: #E3CAAD 1px solid;
}
.indexVideo .wrapper {
  position: relative;
  display: flex;
  max-width: 870px;
  border-right: #E3CAAD 1px solid;
  border-left: #E3CAAD 1px solid;
  background-color: #E3CAAD;
}
.indexVideo .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 16px;
  height: 100%;
  background: url("../images/radius__o--rt.svg") top right/16px 16px no-repeat, url("../images/radius__o--rb.svg") bottom right/16px 16px no-repeat;
}
.indexVideo .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  width: 16px;
  height: 100%;
  background: url("../images/radius__o--lt.svg") top right/16px 16px no-repeat, url("../images/radius__o--lb.svg") bottom right/16px 16px no-repeat;
}
.indexVideo .videoArea {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
  padding: 0;
  border: none;
}
.indexVideo .videoArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/btn--play.svg");
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}
.indexVideo .videoArea:hover::after {
  background-image: url("../images/btn--play--h.svg");
}
.indexVideo .videoArea:hover img {
  transform: scale(1.05);
}
.indexVideo .videoArea img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: white 1px solid;
  border-top: 0;
  border-radius: 10px;
  background-color: #aaa;
  overflow: hidden;
  transform: scale(1);
  transition: 0.6s ease-in-out;
}

.indexCategory {
  display: flex;
  flex-direction: column;
  padding-bottom: 84px;
}
.indexCategory > button {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.indexCategory > button:hover .indexCategory__content > img {
  transform: scale(1.1);
}
.indexCategory > button:hover .detail > img {
  transform: rotate(-45deg);
}
.indexCategory__title {
  display: flex;
  flex-direction: row;
  padding: 48px 60px;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #E45B23;
}
.indexCategory__title::before {
  content: "";
  width: 32px;
  height: 16px;
  background-image: url("../images/titlePattern.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.indexCategory__content {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.indexCategory__content > img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.6s ease-in-out;
}
.indexCategory__content .detail {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding: 60px;
  width: calc(100% - 300px);
  height: 100%;
  color: white;
  background: linear-gradient(90deg, rgba(34, 23, 20, 0.5490196078) 0%, rgba(34, 23, 20, 0) 100%);
}
.indexCategory__content .detail .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  height: 100%;
}
.indexCategory__content .detail > img {
  width: 100px;
  transition: 0.6s ease-in-out;
  transform: rotate(0deg);
}
.indexCategory__content .detail h1, .indexCategory__content .detail h3 {
  font-size: 72px;
  margin: 0;
  line-height: 1.1;
}
.indexCategory__content .detail h2, .indexCategory__content .detail p {
  font-size: 40px;
  margin: 0;
}

.typeA .indexCategory__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(6px);
}
.typeA .indexCategory__content .detail {
  left: 0;
  border-right: #efefef 1px solid;
}
.typeA .indexCategory__content .detail::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16.5px;
  width: 32px;
  height: 100%;
  background: url("../images/radius__g--t.svg") top center/32px 16px no-repeat, url("../images/radius__g--b.svg") bottom center/32px 16px no-repeat;
  z-index: 99;
}

.typeB .indexCategory__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(6px);
  z-index: 99;
}
.typeB .indexCategory__content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(6px);
}
.typeB .indexCategory__content .detail {
  left: 150px;
  border-left: #efefef 1px solid;
  border-right: #efefef 1px solid;
}
.typeB .indexCategory__content .detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16.5px;
  width: 32px;
  height: 100%;
  background: url("../images/radius__g--t.svg") top center/32px 16px no-repeat, url("../images/radius__g--b.svg") bottom center/32px 16px no-repeat;
  z-index: 99;
}
.typeB .indexCategory__content .detail::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16.5px;
  width: 32px;
  height: 100%;
  background: url("../images/radius__g--t.svg") top center/32px 16px no-repeat, url("../images/radius__g--b.svg") bottom center/32px 16px no-repeat;
  z-index: 99;
}

.typeC .indexCategory__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(6px);
  z-index: 99;
}
.typeC .indexCategory__content .detail {
  left: 300px;
  border-left: #efefef 1px solid;
  border-right: #efefef 1px solid;
}
.typeC .indexCategory__content .detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16.5px;
  width: 32px;
  height: 100%;
  background: url("../images/radius__g--t.svg") top center/32px 16px no-repeat, url("../images/radius__g--b.svg") bottom center/32px 16px no-repeat;
  z-index: 99;
}

@media (width <= 768px) {
  .indexBanner::after {
    z-index: 99;
  }
  .indexBanner__content {
    position: absolute;
    flex-direction: column;
    align-items: flex-end;
    height: 100% !important;
  }
  .indexBanner__content .detail {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .indexBanner__content .detail .line {
    position: sticky;
    top: 54px !important;
  }
  .indexBanner__content .detail .titleArea {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .indexBanner__content .detail .title {
    width: 100%;
    height: auto;
    padding: 88px 20px 60px 36px;
    border-right: 0;
    border-bottom: white 1px solid;
  }
  .indexBanner__content .detail .title::before, .indexBanner__content .detail .title::after {
    display: none;
  }
  .indexBanner__content .detail .title h1 {
    font-size: 72px;
  }
  .indexBanner__content .detail .title h2 {
    font-size: 40px;
  }
  .indexBanner__content .detail .mobilePattern {
    position: relative;
    flex: 1;
    display: block;
    width: 100px;
    border-left: #efefef 1px solid;
    background-image: url("../images/header_cover.png");
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(20px);
  }
  .indexBanner__content .detail .mobilePattern::after {
    content: "";
    position: absolute;
    top: 0;
    left: -16.5px;
    width: 32px;
    height: 100%;
    background: url("../images/radius__g--t.svg") top center/32px 16px no-repeat, url("../images/radius__g--b.svg") bottom center/32px 16px no-repeat;
  }
  .indexBanner__content .detail .description {
    flex: none;
    height: auto;
    padding: 24px 20px 24px 36px;
  }
  .indexBanner__content .detail .description::before, .indexBanner__content .detail .description::after {
    display: none;
  }
  .indexBanner__content .detail .description p {
    font-size: 24px;
    line-height: 1.4;
  }
  .indexIntro .borderArea {
    gap: 40px;
    padding: 40px 25px 60px;
  }
  .indexIntro p {
    font-size: 22px;
  }
  .indexCategory__title {
    padding: 40px 20px;
  }
  .indexCategory__content > img {
    height: 420px;
  }
  .indexCategory__content .detail {
    flex-direction: column;
    padding: 24px;
    width: calc(100% - 60px);
  }
  .indexCategory__content .detail > img {
    width: 60px;
  }
  .indexCategory__content .detail h1, .indexCategory__content .detail h3 {
    font-size: 64px;
  }
  .indexCategory__content .detail h2, .indexCategory__content .detail p {
    font-size: 28px;
  }
  .typeA .indexCategory__content::after {
    width: 60px;
  }
  .typeB .indexCategory__content::before {
    width: 30px;
  }
  .typeB .indexCategory__content::after {
    width: 30px;
  }
  .typeB .indexCategory__content .detail {
    left: 30px;
  }
  .typeC .indexCategory__content::before {
    width: 60px;
  }
  .typeC .indexCategory__content .detail {
    left: 60px;
  }
}
@keyframes slideIn {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -20%;
  }
}
.positionBanner {
  position: relative;
}
.positionBanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background-color: #E45B23;
  z-index: 9999;
}
.positionBanner__map {
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: 0.6s ease-in-out;
  background-color: #ddd;
}
.positionBanner__map.ready {
  opacity: 1;
}
.positionBanner__content {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99;
}
.positionBanner__content .line {
  position: sticky;
  top: 124px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 0;
  z-index: 998;
}
.positionBanner__content .detail {
  position: sticky;
  top: 124px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 440px;
  height: 100%;
  margin-top: -1px;
  padding-right: 16.5px;
  overflow: hidden;
}
.positionBanner__content .detail .titleArea {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.positionBanner__content .detail .pattern {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 998;
}
.positionBanner__content .detail .pattern::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 32px;
  height: 16px;
  background-image: url("../images/radius__w--t.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.positionBanner__content .detail .title {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
  height: 100%;
  padding: 48px 60px;
  border-right: white 1px solid;
  white-space: nowrap;
  color: white;
  border-bottom: white 1px solid;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(8px);
}
.positionBanner__content .detail .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--rb.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.positionBanner__content .detail .title h1 {
  display: flex;
  flex-direction: column;
  font-size: 72px;
  line-height: 1.1;
  margin: 0;
}
.positionBanner__content .detail .title h2 {
  font-size: 40px;
  line-height: 1.4;
  margin: 0;
}
.positionBanner__content .detail .description {
  position: relative;
  padding: 48px 60px;
  font-size: 20px;
  line-height: 1.6;
  color: white;
  border-right: white 1px solid;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(8px);
}
.positionBanner__content .detail .description::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("../images/radius__w--rt.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.positionBanner__content .detail .description p {
  margin: 0;
}
.positionBanner__card {
  position: sticky;
  top: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  margin: 24px;
  border-radius: 16px;
  color: white;
  background-color: black;
  transition: all 0.6s;
  opacity: 0;
  cursor: pointer;
  border: none;
  text-align: left;
}
.positionBanner__card.show {
  opacity: 1;
}
.positionBanner__card img {
  width: 240px;
  height: 135px;
  border-radius: 8px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.positionBanner__card .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.positionBanner .btn--zoom {
  position: absolute;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.6s;
  z-index: 100;
}
.positionBanner .btn--zoom:hover {
  transform: scale(1.1);
}
.positionBanner .btn--zoom.zoom-in {
  bottom: 64px;
  right: 20px;
}
.positionBanner .btn--zoom.zoom-out {
  bottom: 20px;
  right: 20px;
}
.positionBanner .btn--zoom img {
  width: 32px;
  height: 32px;
  margin: auto;
}

.positionList {
  display: flex;
  flex-direction: column;
  padding: 120px 0;
  background-color: #EFEFEF;
}
.positionList__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: white 1px solid;
}
.positionList__item:last-child {
  border-bottom: white 1px solid;
}
.positionList ul {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.positionList ul li {
  position: relative;
  width: calc(50% - 12px);
}
.positionList ul li button {
  display: block;
  width: 100%;
  background-color: white;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  color: inherit;
}
.positionList ul li button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--rt.svg") top right/10px 10px no-repeat, url("../images/radius__w--rb.svg") bottom right/10px 10px no-repeat;
}
.positionList ul li button::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--lt.svg") top left/10px 10px no-repeat, url("../images/radius__w--lb.svg") bottom left/10px 10px no-repeat;
}
.positionList ul li button:hover .image img {
  transform: scale(1.05);
}
.positionList ul li button:hover .option img {
  transform: rotate(-45deg);
}
.positionList ul li .image {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  border: white 1px solid;
  border-top: 0;
  overflow: hidden;
}
.positionList ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s ease-in-out;
}
.positionList ul li .option {
  background-color: white;
}
.positionList ul li .option .optionArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px 48px;
  border-radius: 10px;
  border: white 1px solid;
  border-bottom: 0;
  background-color: #EFEFEF;
}
.positionList ul li .option .optionArea .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}
.positionList ul li .option .optionArea img {
  width: 48px;
  transition: 0.6s ease-in-out;
}

@media (width <= 768px) {
  .positionBanner::after {
    height: 80vh;
    z-index: 99;
  }
  .positionBanner__map {
    height: 80vh;
  }
  .positionBanner__content {
    position: absolute;
    top: 0 !important;
    padding-top: 54px;
  }
  .positionBanner__content .line {
    top: 54px !important;
  }
  .positionBanner__content .detail {
    width: 100%;
    background-image: url("../images/header_cover.png");
    backdrop-filter: blur(8px);
  }
  .positionBanner__content .detail .title {
    padding: 38px 20px 0 36px;
  }
  .positionBanner__content .detail .title h2 {
    font-size: 28px;
  }
  .positionBanner__content .detail .description {
    padding: 0 20px 38px 36px;
    font-size: 18px;
  }
  .positionBanner__card {
    position: absolute;
    top: calc(80vh - 65px);
    left: 20px;
    width: auto;
  }
  .positionBanner__card img {
    display: none;
  }
  .positionBanner__card .title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
  }
  .positionBanner__card .title::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/btn--link--y--s.svg");
    background-size: contain;
  }
  .positionList {
    padding: 60px 0;
  }
  .positionList ul {
    flex-direction: column;
  }
  .positionList ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  .positionList ul li .image {
    height: 240px;
  }
  .positionList ul li .option .optionArea .title {
    font-size: 22px;
  }
  .positionList ul li .option .optionArea img {
    width: 32px;
  }
}
.positionInsideBanner {
  position: relative;
}
.positionInsideBanner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  background-color: #E45B23;
  z-index: 9999;
}
.positionInsideBanner > img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.positionInsideBanner__content {
  position: absolute;
  top: 124px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.positionInsideBanner__content .line {
  position: sticky;
  top: 124px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
}
.positionInsideBanner__content .detail {
  position: sticky;
  top: 124px;
  left: 0;
  height: 100%;
  padding-right: 16px;
  overflow: hidden;
}
.positionInsideBanner__content .detail::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 16px;
  background-image: url("../images/radius__w--t.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.positionInsideBanner__content .detail .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
  height: 100%;
  padding: 0 60px;
  color: white;
  border-right: white 1px solid;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(8px);
}
.positionInsideBanner__content .detail h1 {
  font-size: 60px;
  line-height: 1.4;
  margin: 0;
}
.positionInsideBanner__content .detail .number {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}
.positionInsideBanner__content .detail .number::before {
  content: "";
  width: 32px;
  height: 16px;
  background-image: url("../images/titlePattern--w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.positionInsideContent {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: #EFEFEF;
}
.positionInsideContent .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.positionInsideContent .info .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 65px 0 45px;
}
.positionInsideContent .info .wrapper button.back {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: inherit;
  font-size: 16px;
}
.positionInsideContent .info .wrapper button.back:hover {
  opacity: 0.6;
}
.positionInsideContent .info .wrapper button.back img {
  width: 24px;
}
.positionInsideContent .info .wrapper .shareLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.positionInsideContent .info .wrapper .shareLink ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
}
.positionInsideContent .info .wrapper .shareLink ul li button {
  transition: 0.6s;
}
.positionInsideContent .info .wrapper .shareLink ul li button:hover {
  opacity: 0.6;
}
.positionInsideContent .info .wrapper .shareLink ul li button.mobileBtn {
  display: none;
}
.positionInsideContent .info .wrapper .shareLink ul li button img {
  width: 36px;
}
.positionInsideContent .positionInside720 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.positionInsideContent .positionInside720Area {
  width: 100%;
  border-top: #E3CAAD 1px solid;
  border-bottom: #E3CAAD 1px solid;
}
.positionInsideContent .positionInside720Area .wrapper {
  position: relative;
  background-color: #E3CAAD;
}
.positionInsideContent .positionInside720Area .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__o--rt.svg") top right/10px 10px no-repeat, url("../images/radius__o--rb.svg") bottom right/10px 10px no-repeat;
}
.positionInsideContent .positionInside720Area .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__o--lt.svg") top left/10px 10px no-repeat, url("../images/radius__o--lb.svg") bottom left/10px 10px no-repeat;
}
.positionInsideContent .positionInside720Area iframe {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 10px;
  background-color: #aaa;
}
.positionInsideContent .positionInside720 h3 {
  font-size: 24px;
  margin: 0;
  color: #C5A27A;
}
.positionInsideContent .positionInsideRole .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: 24px 0;
}
.positionInsideContent .positionInsideRole .wrapper > img {
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.positionInsideContent .positionInsideRole .wrapper .text {
  width: 50%;
}
.positionInsideContent .positionInsideRole .wrapper .text .title {
  font-size: 40px;
  color: #221714;
  margin-bottom: 4px;
}
.positionInsideContent .positionInsideRole .wrapper .text .subTitle {
  font-size: 20px;
  color: #A2825C;
  margin-bottom: 26px;
}
.positionInsideContent .positionInsideRole .wrapper .text p {
  font-size: 16px;
  line-height: 1.6;
  color: #71625E;
}

.backBtnArea {
  padding: 84px 0;
  display: flex;
  justify-content: center;
}
.backBtn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 28px;
  color: white;
  background-color: #A2825C;
  border-radius: 12px;
  transition: 0.6s;
}
.backBtn:hover {
  background-color: #C5A27A;
}
.backBtn img {
  width: 24px;
}

.positionInsideDetail {
  padding-bottom: 80px;
}
.positionInsideDetail .title .wrapper {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
}
.positionInsideDetail .title .wrapper span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #E45B23;
}
.positionInsideDetail .title .wrapper span::before {
  content: "";
  width: 32px;
  height: 16px;
  background: url("../images/titlePattern--inside.svg") center/contain no-repeat;
}

.detailModule {
  width: 100%;
  margin-bottom: -1px;
}
.detailModuleArea {
  border-top: white 1px solid;
}
.detailModule:last-child {
  border-bottom: white 1px solid;
}
.detailModule.doublePic, .detailModule.singlePic {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detailModule.doublePic .wrapper, .detailModule.singlePic .wrapper {
  display: flex;
  gap: 96px;
  position: relative;
}
.detailModule.doublePic .picCard, .detailModule.singlePic .picCard {
  flex: 1;
  width: 50%;
  background: white;
  position: relative;
}
.detailModule.doublePic .picCard::before, .detailModule.singlePic .picCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--rt.svg") top right/10px no-repeat, url("../images/radius__w--rb.svg") bottom right/10px no-repeat;
}
.detailModule.doublePic .picCard::after, .detailModule.singlePic .picCard::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--lt.svg") top left/10px no-repeat, url("../images/radius__w--lb.svg") bottom left/10px no-repeat;
}
.detailModule.doublePic .picCard button.image, .detailModule.singlePic .picCard button.image {
  display: block;
  width: 100%;
  border: white 1px solid;
  border-top: 0;
  border-radius: 10px;
  overflow: hidden;
}
.detailModule.doublePic .picCard button.image img, .detailModule.singlePic .picCard button.image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.detailModule.doublePic .picCard button.image:hover img, .detailModule.singlePic .picCard button.image:hover img {
  transform: scale(1.05);
}
.detailModule.doublePic .picCard .title .titleArea, .detailModule.singlePic .picCard .title .titleArea {
  padding: 12px 24px 60px;
  background: #EFEFEF;
  border-radius: 10px;
  border: white 1px solid;
  border-bottom: 0;
}
.detailModule.editor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detailModule.editor .wrapper {
  background: white;
  position: relative;
}
.detailModule.editor .wrapper .borderArea {
  padding: 60px 40px 80px;
  background: #EFEFEF;
  border-radius: 10px;
  border-left: white 1px solid;
  border-right: white 1px solid;
}
.detailModule.editor .wrapper .borderArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--rt.svg") top right/10px no-repeat;
}
.detailModule.editor .wrapper .borderArea::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--lt.svg") top left/10px no-repeat;
}
.detailModule.editor .wrapper .borderArea .editorHtml {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detailModule.editor .wrapper .borderArea .editorHtml h1, .detailModule.editor .wrapper .borderArea .editorHtml h2, .detailModule.editor .wrapper .borderArea .editorHtml h3 {
  font-weight: 500;
  margin: 0;
}
.detailModule.editor .wrapper .borderArea .editorHtml h1 {
  font-size: 40px;
}
.detailModule.editor .wrapper .borderArea .editorHtml h2 {
  font-size: 28px;
}
.detailModule.editor .wrapper .borderArea .editorHtml h3 {
  font-size: 24px;
}
.detailModule.editor .wrapper .borderArea .editorHtml p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.detailModule.editor .wrapper .borderArea .quote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #E45B23;
  margin: 44px 0;
}
.detailModule.editor .wrapper .borderArea .quote::before {
  content: "“";
  font-size: 60px;
}
.detailModule.editor .wrapper .borderArea .quote::after {
  content: "”";
  font-size: 60px;
}
.detailModule.editor .wrapper .borderArea .quote span {
  font-size: 24px;
  font-weight: 500;
}
.detailModule.image-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.detailModule.image-text .wrapper {
  display: flex;
  background: white;
  position: relative;
  border-left: white 1px solid;
  border-right: white 1px solid;
}
.detailModule.image-text .wrapper::before {
  content: "";
  position: absolute;
  left: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--rt.svg") top right/10px no-repeat;
}
.detailModule.image-text .wrapper::after {
  content: "";
  position: absolute;
  right: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--lt.svg") top left/10px no-repeat;
}
.detailModule.image-text .wrapper .text {
  flex: 3;
  padding: 40px;
  background: #EFEFEF;
  border-radius: 10px;
  border-right: white 1px solid;
}
.detailModule.image-text .wrapper .text p {
  line-height: 1.5;
}
.detailModule.image-text .wrapper button.image {
  flex: 2;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  /* 🔥 最小 16:9 */
}
.detailModule.image-text .wrapper button.image::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}
.detailModule.image-text .wrapper button.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.detailModule.image-text .wrapper button.image:hover img {
  transform: scale(1.05);
}
.detailModule.image-text.image-left .wrapper {
  flex-direction: row-reverse;
}
.detailModule.image-text.image-right .wrapper .text {
  border-right: 0;
  border-left: white 1px solid;
}
.detailModule.video {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  border-top: white 1px solid;
}
.detailModule.video .wrapper {
  background: white;
  position: relative;
}
.detailModule.video button.videoArea {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.detailModule.video button.videoArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("../images/btn--play.svg") center/100px no-repeat;
}
.detailModule.video button.videoArea:hover::after {
  background-image: url("../images/btn--play--h.svg");
}
.detailModule.video button.videoArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.detailModule.video button.videoArea:hover img {
  transform: scale(1.05);
}
.detailModule.video .title .titleArea {
  padding: 12px 24px 60px;
  background: #EFEFEF;
  border-radius: 10px;
  border: white 1px solid;
}
.detailModule.slider .sliderArea {
  position: relative;
  width: calc(100% + 120px);
  padding: 0 60px;
  margin-left: -60px;
}
.detailModule.slider .sliderItem {
  background: white;
  position: relative;
}
.detailModule.slider .sliderItem button.image {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: white 1px solid;
}
.detailModule.slider .sliderItem button.image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.6s;
}
.detailModule.slider .sliderItem button.image:hover img {
  transform: scale(1.05);
}
.detailModule.slider .sliderItem .title .titleArea {
  height: 100px;
  padding: 12px 24px 0;
  background: #EFEFEF;
  border-radius: 10px;
  border: white 1px solid;
}
.detailModule.slider .sliderItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  background: url(../images/radius__w--rt.svg) top right/10px 10px no-repeat, url(../images/radius__w--rb.svg) bottom right/10px 10px no-repeat;
}
.detailModule.slider .sliderItem::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: url(../images/radius__w--lt.svg) top left/10px 10px no-repeat, url(../images/radius__w--lb.svg) bottom left/10px 10px no-repeat;
}
.detailModule.slider button[class^=swiper-button] {
  position: absolute;
  top: 0;
  width: 48px;
  height: 100%;
  margin-top: 0;
  background: #EFEFEF url("../images/btn--arrow--md.svg") center/48px no-repeat;
  z-index: 10;
}
.detailModule.slider button[class^=swiper-button]:hover {
  background-image: url("../images/btn--arrow--md--hover.svg");
}
.detailModule.slider button[class^=swiper-button].swiper-button-prev {
  left: 0px;
  transform: rotate(180deg);
}
.detailModule.slider button[class^=swiper-button].swiper-button-next {
  right: 0px;
}
.detailModule.slider button[class^=swiper-button] svg {
  opacity: 0;
}

.progressBar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 6px;
  z-index: 99;
}
.progressBar .bar {
  height: 100%;
  background: #E45B23;
}

.toastArea {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.toastArea .toast {
  padding: 12px 24px;
  border-radius: 4px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: translateY(-24px);
}
.toastArea.open {
  display: flex;
}
.toastArea.open .toast {
  opacity: 1;
  transform: translateY(0);
}

@media (width <= 768px) {
  .positionInsideBanner > img {
    height: 80vh;
  }
  .positionInsideBanner__content {
    top: 0 !important;
  }
  .positionInsideBanner__content .detail {
    padding-top: 94px;
    padding-bottom: 78px;
    background: url("../images/header_cover.png");
    backdrop-filter: blur(8px);
  }
  .positionInsideBanner__content .detail .title {
    padding: 0 36px;
  }
  .positionInsideBanner__content .detail .title h1 {
    font-size: 44px;
  }
  .positionInsideContent .info .wrapper .shareLink span {
    display: none;
  }
  .positionInsideContent .positionInsideRole .wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .positionInsideContent .positionInsideRole .wrapper > img {
    width: 100%;
  }
  .positionInsideContent .positionInsideRole .wrapper .text {
    width: 100%;
  }
  .positionInsideContent .positionInsideRole .wrapper .text .title {
    font-size: 28px;
  }
  .detailModule.doublePic .wrapper, .detailModule.singlePic .wrapper {
    flex-direction: column;
    gap: 0;
  }
  .detailModule.doublePic .picCard, .detailModule.singlePic .picCard {
    width: 100%;
  }
  .detailModule.editor .wrapper .borderArea {
    padding: 24px 20px 40px;
  }
  .detailModule.editor .wrapper .borderArea .quote {
    flex-direction: column;
    gap: 0;
  }
  .detailModule.editor .wrapper .borderArea .quote::after {
    align-self: flex-end;
  }
  .detailModule.image-text .wrapper {
    flex-direction: column;
  }
  .detailModule.image-text .wrapper .text {
    padding: 24px 20px 40px;
    border-right: 0;
  }
  .detailModule.image-text.image-left .wrapper {
    flex-direction: column-reverse;
  }
  .detailModule.video .videoArea {
    height: 240px;
  }
  .detailModule.video .videoArea::after {
    background-size: 60px;
  }
  .detailModule.slider .sliderArea {
    width: calc(100% + 24px);
    padding: 0 12px;
    margin-left: -12px;
  }
}
.searchBanner {
  position: relative;
}
.searchBanner img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.searchBanner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.searchBanner .detail {
  position: sticky;
  top: 124px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 124px);
  border-top: white 1px solid;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.searchBanner .detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 1px;
  height: 100%;
  background-color: white;
}
.searchBanner .detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(25% - 15.5px);
  width: 32px;
  height: 16px;
  background: url("../images/radius__w--t.svg") top left/32px 16px no-repeat;
}
.searchBanner .detail .title {
  font-size: 60px;
  line-height: 1.4;
  color: white;
  margin: 0;
}

.searchContent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  background-color: #EFEFEF;
}
.searchContent .searchInput {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 48px);
  max-width: 650px;
  margin: 80px 0;
  border-bottom: #221714 1px solid;
}
.searchContent .searchInput input[type=text] {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0;
  outline: none;
  font-size: 18px;
}
.searchContent .searchInput input[type=text]::-moz-placeholder {
  font-size: 24px;
}
.searchContent .searchInput input[type=text]::placeholder {
  font-size: 24px;
}
.searchContent .searchInput button {
  height: 44px; /* 增加點擊區域符合 A11y */
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchContent .searchInput button:hover {
  opacity: 0.7;
}
.searchContent .searchInput button img {
  height: 24px;
}
.searchContent .searchInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.6;
}
.searchContent .searchInfo strong {
  color: #E45B23;
  font-weight: 700;
}
.searchContent .searchResult {
  width: 100%;
}
.searchContent .searchResult ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchContent .searchResult ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: white 1px solid;
  border-bottom: white 1px solid;
}
.searchContent .searchResult ul li span.highlight {
  font-weight: 500;
  color: #E45B23;
}
.searchContent .searchResult ul li button.wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  width: 100%;
  max-width: 1200px;
  border-right: white 1px solid;
  border-left: white 1px solid;
  background-color: white;
  padding: 0;
  color: inherit;
  text-align: left;
  cursor: pointer;
}
.searchContent .searchResult ul li button.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--rt.svg") top right/10px 10px no-repeat, url("../images/radius__w--rb.svg") bottom right/10px 10px no-repeat;
}
.searchContent .searchResult ul li button.wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 100%;
  background: url("../images/radius__w--lt.svg") top left/10px 10px no-repeat, url("../images/radius__w--lb.svg") bottom left/10px 10px no-repeat;
}
.searchContent .searchResult ul li button.wrapper > *:first-child {
  border-right: white 1px solid;
}
.searchContent .searchResult ul li button.wrapper .textArea {
  flex: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  padding-right: 40px;
  border-radius: 10px;
  background-color: #EFEFEF;
}
.searchContent .searchResult ul li button.wrapper .textArea .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
}
.searchContent .searchResult ul li button.wrapper .textArea .text .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
.searchContent .searchResult ul li button.wrapper .textArea .text .description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: #71625E;
}
.searchContent .searchResult ul li button.wrapper .textArea img.btn {
  width: 48px;
  height: 48px;
  transform: rotate(0deg);
  transition: 0.6s ease-in-out;
}
.searchContent .searchResult ul li button.wrapper .image {
  flex: 2;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.searchContent .searchResult ul li button.wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.6s ease-in-out;
}
.searchContent .searchResult ul li button.wrapper:hover .image img {
  transform: scale(1.1);
}
.searchContent .searchResult ul li button.wrapper:hover .textArea img.btn {
  transform: rotate(-45deg);
}

@media (width <= 768px) {
  .searchBanner > img {
    height: 240px;
  }
  .searchBanner .detail {
    position: static;
    height: 100% !important;
    padding-top: 54px;
  }
  .searchBanner .detail::before, .searchBanner .detail::after {
    display: none;
  }
  .searchBanner .detail .title {
    font-size: 44px;
  }
  .searchContent .searchInput {
    margin: 40px 0;
  }
  .searchContent .searchResult ul li .wrapper {
    flex-direction: column;
  }
  .searchContent .searchResult ul li .wrapper .textArea {
    align-items: flex-end;
    gap: 16px;
    padding: 20px 20px 32px 20px;
    border-right: 0;
  }
  .searchContent .searchResult ul li .wrapper .textArea .text {
    padding: 0;
  }
  .searchContent .searchResult ul li .wrapper .textArea .text .description p {
    font-size: 14px;
  }
  .searchContent .searchResult ul li .wrapper .textArea > img.btn {
    width: 32px;
    height: 32px;
  }
  .searchContent .searchResult ul li .wrapper .image {
    width: 100%;
    height: 200px;
  }
}
.notFoundPage {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.notFound {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 124px;
  height: 600px;
  background-image: url("../images/bg--404.png");
  background-size: cover;
}
.notFoundArea {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: white 1px solid;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(20px);
}
.notFoundArea .frontPart, .notFoundArea .backPart {
  width: 15%;
}
.notFoundArea .frontPart {
  background: url("../images/radius__w--rt.svg") top right/16px 16px no-repeat, url("../images/radius__w--rb.svg") bottom right/16px 16px no-repeat;
}
.notFoundArea .backPart {
  background: url("../images/radius__w--lt.svg") top left/16px 16px no-repeat, url("../images/radius__w--lb.svg") bottom left/16px 16px no-repeat;
}
.notFoundArea .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  gap: 40px;
}
.notFoundArea .detail .head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.notFoundArea .detail h1.title {
  font-size: 160px;
  font-weight: 400;
  color: #C5A27A;
  margin: 0;
  line-height: 1;
}
.notFoundArea .detail .subtitle {
  font-size: 40px;
  margin-top: 10px;
}
.notFoundArea .detail {
  /* 返回按鈕樣式修正 */
}
.notFoundArea .detail .backBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background-color: #C5A27A;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s, opacity 0.3s;
}
.notFoundArea .detail .backBtn:hover {
  background-color: #A2825C;
}
.notFoundArea .detail .backBtn img {
  width: 24px;
  height: 24px;
}
.notFoundFooter {
  display: flex;
  flex-direction: row;
  height: 80px;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(20px);
}
.notFoundFooter .firstPart {
  flex: 1;
  border-right: white 1px solid;
  background: url("../images/radius__w--rt.svg") top right/16px 16px no-repeat;
}
.notFoundFooter .secondPart {
  flex: 2;
  background: url("../images/radius__w--lt.svg") top left/16px 16px no-repeat;
}

@media (width <= 768px) {
  .notFound {
    margin-top: 54px;
    height: 500px;
  }
  .notFoundArea .detail h1.title {
    font-size: 100px;
  }
  .notFoundArea .detail .subtitle {
    font-size: 28px;
  }
  .notFoundArea .detail .backBtn {
    padding: 12px 24px;
    font-size: 16px;
  }
}
.sitemapBanner {
  position: relative;
}
.sitemapBanner img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sitemapBanner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sitemapBanner .detail {
  position: sticky;
  top: 124px;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 124px);
  border-top: white 1px solid;
  background-image: url("../images/header_cover.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.sitemapBanner .detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 1px;
  height: 100%;
  background-color: white;
}
.sitemapBanner .detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(25% - 15.5px);
  width: 32px;
  height: 16px;
  background: url("../images/radius__w--t.svg") top left/32px 16px no-repeat;
}
.sitemapBanner .detail .title {
  font-size: 60px;
  line-height: 1.4;
  color: white;
  margin: 0;
}

.sitemapContent {
  width: 100%;
  padding: 120px 0;
}
.sitemapContent__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-top: white 1px solid;
}
.sitemapContent__section:last-child {
  border-bottom: white 1px solid;
}
.sitemapContent__section .wrapper {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1096px;
  background-color: white;
  border-left: white 1px solid;
  border-right: white 1px solid;
}
.sitemapContent__section .wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 100%;
  background: url("../images/radius__w--rt.svg") top right/16px 16px no-repeat, url("../images/radius__w--rb.svg") bottom right/16px 16px no-repeat;
}
.sitemapContent__section .wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 100%;
  background: url("../images/radius__w--lt.svg") top left/16px 16px no-repeat, url("../images/radius__w--lb.svg") bottom left/16px 16px no-repeat;
}
.sitemapContent__section .wrapper .detail {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 60px 40px;
  background-color: #EFEFEF;
  border-radius: 16px;
}
.sitemapContent__section .wrapper .detail .description {
  font-size: 24px;
  line-height: 1.4;
  color: #71625E;
}
.sitemapContent__section .wrapper .detail .sectionList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sitemapContent__section .wrapper .detail .sectionList .section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sitemapContent__section .wrapper .detail .sectionList .section .title {
  font-size: 20px;
  line-height: 1.6;
  color: #221714;
}
.sitemapContent__section .wrapper .detail .sectionList .section ol, .sitemapContent__section .wrapper .detail .sectionList .section ul {
  font-size: 16px;
  line-height: 1.6;
  color: #71625E;
}
.sitemapContent__section .wrapper .detail .sectionList .section ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.sitemapContent__section .wrapper .detail .sectionList .section ul {
  list-style-type: disc;
  padding-left: 20px;
}
.sitemapContent__section .wrapper .detail .sitemapTitle {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
}
.sitemapContent__section .wrapper .detail .sitemapList {
  display: flex;
  flex-direction: row;
  gap: 60px;
}
.sitemapContent__section .wrapper .detail .sitemapList > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sitemapContent__section .wrapper .detail .sitemapList > li .title {
  padding: 8px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #221714;
}
.sitemapContent__section .wrapper .detail .sitemapList > li ul {
  padding-left: 32px;
}
.sitemapContent__section .wrapper .detail .sitemapList > li ul li {
  padding: 8px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #71625E;
}

@media (width <= 768px) {
  .sitemapBanner > img {
    height: 240px;
  }
  .sitemapBanner .detail {
    position: static;
    height: 100% !important;
    padding-top: 54px;
  }
  .sitemapBanner .detail::before, .sitemapBanner .detail::after {
    display: none;
  }
  .sitemapBanner .detail .title {
    font-size: 44px;
  }
  .sitemapContent {
    padding: 40px 0;
  }
  .sitemapContent__section .wrapper .detail {
    padding: 24px 20px;
  }
  .sitemapContent__section .wrapper .detail .description {
    font-size: 20px;
  }
  .sitemapContent__section .wrapper .detail .sectionList .section .title {
    font-size: 18px;
  }
  .sitemapContent__section .wrapper .detail .sitemapTitle {
    font-size: 22px;
  }
  .sitemapContent__section .wrapper .detail .sitemapList {
    flex-direction: column;
  }
  .sitemapContent__section .wrapper .detail .sitemapList > li {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .sitemapContent__section .wrapper .detail .sitemapList > li .title {
    font-size: 18px;
  }
  .sitemapContent__section .wrapper .detail .sitemapList > li ul li {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */