@charset "UTF-8";
@import url('../plugins/swiper-master/swiper-bundle.min.css');
@import url('../plugins/WOW-master/css/libs/animate.css');
@import url('../plugins/Magnific-Popup-master/magnific-popup.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --RWDWidth: 1024px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate360R {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes scrollDown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes downAnimation {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rightAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes leftAnimation {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes hasItem {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes moveRight {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes pulsate2 {
  0% {
    transform: translate(50%, -50%) scale(1);
    opacity: 0.1;
  }
  50% {
    transform: translate(50%, -50%) scale(100);
    opacity: 0.1;
  }
  100% {
    transform: translate(50%, -50%) scale(200);
    opacity: 0;
  }
}
@keyframes bgAnimation {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 150%;
  }
}
:root {
  --contentPadding: 50px;
  --clamp17: clamp(16px, 1.6vw, 17px);
  --clamp18: clamp(16px, 1.6vw, 18px);
  --clamp20: clamp(18px, 1.6vw, 20px);
  --clamp21: clamp(18px, 1.6vw, 21px);
  --clamp22: clamp(20px, 2vw, 22px);
  --clamp24: clamp(20px, 2vw, 24px);
  --clamp28: clamp(22px, 2vw, 28px);
  --clamp30: clamp(22px, 2vw, 30px);
  --clamp32: clamp(22px, 2vw, 32px);
  --clamp36: clamp(26px, 3vw, 36px);
  --clamp38: clamp(28px, 3.2vw, 38px);
  --clamp40: clamp(28px, 3.2vw, 40px);
  --clamp48: clamp(30px, 3.5vw, 48px);
  --clamp51: clamp(30px, 4vw, 51px);
  --clamp54: clamp(32px, 4vw, 54px);
  --clamp60: clamp(34px, 4vw, 60px);
  --clamp64: clamp(36px, 4vw, 64px);
  --clamp72: clamp(38px, 4vw, 72px);
  --clamp85: clamp(40px, 4vw, 85px);
  --clamp100: clamp(42px, 5vw, 100px);
  --clamp110: clamp(42px, 5vw, 110px);
  --clamp250: clamp(45px, 13vw, 250px);
}
@media screen and (max-width: 1200px) {
  :root {
    --contentPadding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --contentPadding: 40px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --contentPadding: 20px;
  }
}

* {
  box-sizing: border-box;
  outline: 0;
}
*::before {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  color: #130a06;
  font-family: 'Roboto', 'Noto Sans TC', Arial, '微軟正黑體', 'Microsoft JhengHei', '蘋果儷中黑', 'Apple LiGothic Medium', sans-serif;
  line-height: 1.75;
  background: #fdfdfd;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-track {
  background: #454545;
}
body::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}

footer {
  margin: auto 0 0;
}

a {
  color: #130a06;
  transition: all 0.3s ease;
}
a:hover {
  color: #000;
}

img {
  max-width: 100%;
  margin: 0px;
  line-height: 1;
}

figure {
  margin: 0px;
}

.wrapper {
  position: relative;
}

.outerBox {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.container {
  position: relative;
  width: 100% !important; 
  max-width: calc(1340px + var(--contentPadding) * 2);
  padding-left: var(--contentPadding);
  padding-right: var(--contentPadding);
  margin: 0 auto;
}

section {
  position: relative;
}

[type='text'],
[type='password'],
[type='email'] {
  border: none;
  width: 100%;
  background: none;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline: none !important;
}

textarea {
  padding: 5px 10px;
  line-height: 1.4;
  font-weight: normal;
  color: #666666;
  width: 100%;
  background: none;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select {
  position: relative;
  color: #000;
  font-weight: 600;
}
.select::before {
  content: '';
  display: block;
  position: absolute;
  text-indent: 0px;
  width: 8px;
  aspect-ratio: 1;
  right: 10px;
  top: 15px;
  z-index: 5;
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.select select {
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 5px 30px 10px 10px;
  border-radius: 5px;
  background: none;
}

select::-ms-expand {
  display: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:focus {
  outline: none !important;
}

.privacyBox {
  position: fixed;
  background: #fff;
  z-index: 9999;
  bottom: 0px;
  right: 0;
  width: 100%;
  max-width: 375px;
  color: #696969;
  padding: 20px;
  line-height: 1.2;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.privacyBox a {
  color: #000;
}
.privacyBox .closePrivacy {
  right: 12px;
  top: 15px;
  line-height: 30px;
  font-size: 0.875rem;
  border-radius: 0px;
  padding: 3px 5px;
  color: #fff;
  display: block;
  background: #000;
  font-weight: 500;
  cursor: pointer;
  margin: 10px auto 0 auto;
}

.editor {
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .editor {
    font-size: 1.125rem;
  }
}
.editor ul:not(.list) {
  list-style: disc;
  padding-left: 20px;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  line-height: 0;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tableBox {
  width: 100%;
  position: relative;
  overflow-x: auto;
  scrollbar-color: #000 rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
}
.tableBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.tableBox::-webkit-scrollbar-thumb {
  border-radius: 100px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #000;
}
.tableBox::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.tableBox table {
  min-width: 1000px;
}

.pic {
  line-height: 0;
  overflow: hidden;
}
.pic img {
  width: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.mfp-container {
  padding: 44px;
}

.mfp-arrow {
  top: 50%;
  margin-top: 0 !important;
  transform: translate(-60px, -50%);
}
.mfp-arrow.mfp-arrow-right {
  transform: translate(60px, -50%);
}

.mfp-inline-holder .mfp-content {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  background: #fff;
  max-height: 80vh;
  position: relative;
}
.mfp-inline-holder .mfp-content .mfp-content-box {
  overflow-y: auto;
  padding: 40px;
  max-height: 80vh;
}
.mfp-inline-holder .mfp-content .mfp-close {
  position: absolute;
  text-align: right;
  width: 100%;
  right: 0;
  top: auto;
  bottom: 100%;
  color: #fff;
}

.mobileBtn {
  display: none;
  transition: all 0.3s ease;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 80;
  cursor: pointer;
  display: block;
  grid-area: button;
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1025px) {
  .mobileBtn {
    display: none;
  }
}
.mobileBtn::before,
.mobileBtn::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #000;
  box-shadow: #000 0 7px 0 0, #000 0 -7px 0 0;
  transition: all 0.3s ease;
}
.mobileBtn::after {
  box-shadow: none;
  opacity: 0;
}
.mobileBtn span {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .mobileBtn span {
    display: none;
  }
}
.mobileBtn:hover::before,
.mobileBtn:hover::after {
  background: #000;
  box-shadow: #000 0 7px 0 0, #000 0 -7px 0 0;
}

.mobileOpen .mobileBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobileOpen .mobileBtn::after {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobileOpen .mobileBtn::before,
.mobileOpen .mobileBtn::after {
  background: #000;
  box-shadow: #000 0 7px 0 0, #000 0 -7px 0 0;
  box-shadow: none;
}
.mobileOpen .menuBox {
  transform: translateX(0);
}

body {
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 100vh;
  max-height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
body.menuOpen::before,
body.mobileOpen::before {
  opacity: 1;
  pointer-events: unset;
}

.siteHeader {
  left: 0;
  top: 0;
  width: 100%;
  isolation: isolate;
  z-index: 99;
  position: fixed;
  padding: 22px 0 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .siteHeader {
    padding-top: 0;
  }
}
.siteHeader .contentBox {
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
  display: grid;
  grid-template-areas: 'corp brand button' 'menu menu menu';
  align-items: center;
  grid-template-columns: 10rem minmax(0, 1fr) 10rem;
}
@media screen and (max-width: 1024px) {
  .siteHeader .contentBox {
    height: 80px;
    grid-template-areas: 'corp brand button';
    grid-template-columns: 5rem minmax(0, 1fr) 5rem;
  }
}
.siteHeader .logoC {
  width: 100px;
  grid-area: corp;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .siteHeader .logoC {
    max-width: 100%;
  }
}
.siteHeader .logo {
  grid-area: brand;
  width: 152px;
  aspect-ratio: 152/34;
  line-height: 0;
  position: relative;
  isolation: isolate;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .siteHeader .logo {
    width: 130px;
  }
}

.wrapper {
  padding-top: 134px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 80px;
  }
}

.menuBox {
  width: 100%;
  grid-area: menu;
  transition: all 0.3s ease;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .menuBox {
    position: fixed;
    left: auto;
    right: 0;
    top: 80px;
    bottom: 0;
    transform: translateX(100%);
    margin-top: 0;
    width: 300px;
    height: calc(100vh - 80px);
    height: calc(100dvh - 80px);
    overflow-y: auto;
    scrollbar-color: #e66e0d rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
    background: #fff;
    box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .menuBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .menuBox::-webkit-scrollbar-thumb {
    border-radius: 100px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #e66e0d;
  }
  .menuBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
}
.menuBox .mainMenu > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.menuBox .mainMenu > ul li {
  position: unset;
}
.menuBox .mainMenu > ul li > a {
  color: #11181c;
  position: relative;
  display: block;
  padding: 18px 25px;
  font-size: 1rem;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .menuBox .mainMenu > ul li > a {
    justify-content: center;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox {
  position: fixed;
  max-height: 0;
  opacity: 0;
  left: 0;
  width: 100%;
  background: #f7f7f7;
  padding: 40px 60px;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul li .nextMenuBox {
    max-height: none;
    display: none;
    position: relative;
    padding: 0 20px;
    opacity: 1;
    pointer-events: unset;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox .productSlider {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul li .nextMenuBox .productSlider {
    padding: 20px 0;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox .productSlider .swiper {
  margin-bottom: 20px;
}
.menuBox .mainMenu > ul li .nextMenuBox .productSlider .item {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1330px) {
  .menuBox .mainMenu > ul li .nextMenuBox .productSlider .item {
    padding: 20px 35px;
    gap: 10px;
    border-radius: 8px;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox .productSlider .item:hover .pic img {
  transform: scale(1.05);
}
.menuBox .mainMenu > ul li .nextMenuBox .productSlider .pic {
  max-width: 140px;
  max-height: 140px;
  overflow: visible;
}
.menuBox .mainMenu > ul li .nextMenuBox .productSlider .pic img {
  aspect-ratio: 1;
  transition: all 0.3s ease;
}
.menuBox .mainMenu > ul li .nextMenuBox .productSlider .title {
  height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.menuBox .mainMenu > ul li .nextMenuBox .productSlider .title img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul li .nextMenuBox .controlBox {
    margin-bottom: 0px;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox .scrollbar {
  position: relative;
  flex-grow: 1;
  height: 1px;
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox .scrollbar .swiper-scrollbar {
  bottom: 0;
  background: #fff;
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 1px;
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox .swiper-scrollbar-drag {
  background: #acacac;
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox .control {
  display: flex;
  gap: 10px;
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox .swiperArrow {
  background: #000;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1330px) {
  .menuBox .mainMenu > ul li .nextMenuBox .controlBox .swiperArrow {
    width: 37px;
    height: 37px;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox .swiperArrow::before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  background: #fff;
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox .swiperArrow.swiperNext {
  transform: rotate(180deg);
}
.menuBox .mainMenu > ul li .nextMenuBox .controlBox .swiperArrow:hover {
  background: #5d5d5d;
}
.menuBox .mainMenu > ul li .nextMenuBox .moreBox {
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1330px) {
  .menuBox .mainMenu > ul li .nextMenuBox .moreBox {
    max-width: 1062px;
  }
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul li .nextMenuBox .moreBox {
    display: none;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox .moreBox a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 16px;
  color: #000;
}
.menuBox .mainMenu > ul li .nextMenuBox .moreBox a:hover .icon {
  background: #5d5d5d;
}
.menuBox .mainMenu > ul li .nextMenuBox .moreBox .icon {
  width: 40px;
  height: 40px;
  background: #000;
  border-width: 1px;
  border-style: solid;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1330px) {
  .menuBox .mainMenu > ul li .nextMenuBox .moreBox .icon {
    width: 37px;
    height: 37px;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox .moreBox .icon::before {
  content: '';
  width: 15px;
  height: 15px;
  -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  background: #fff;
}
.menuBox .mainMenu > ul li .nextMenuBox ul {
  max-width: 1650px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul li .nextMenuBox ul {
    gap: 0;
    flex-direction: column;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox ul li {
  width: calc((100% - 40px * (3 - 1)) / 3);
  border-bottom: 1px solid #9d9d8f;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul li .nextMenuBox ul li {
    border-bottom: 1px solid #c6c6c6;
    width: calc((100% - 0px * (1 - 1)) / 1);
  }
}
.menuBox .mainMenu > ul li .nextMenuBox ul li p {
  margin: 0;
}
.menuBox .mainMenu > ul li .nextMenuBox ul a {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.6rem 0;
  display: flex;
  gap: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul li .nextMenuBox ul a {
    padding: 15px 0;
  }
}
.menuBox .mainMenu > ul li .nextMenuBox ul a:hover::after {
  transform: translateX(10px);
}
.menuBox .mainMenu > ul li .nextMenuBox ul a::after {
  content: '';
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 20px;
  -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  background: #2680ff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .menuBox .mainMenu > ul li.active .nextMenuBox {
    max-height: none;
    display: block;
    animation: menuUse 0.3s ease-in-out forwards;
    pointer-events: unset;
  }
}
.menuBox .mainMenu > ul .nextMenuBox {
  position: absolute;
  transform: translateY(5px);
}
@keyframes menuUse {
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li {
    border-top: rgba(78, 132, 196, 0.3) 1px solid;
  }
}
.menuBox .mainMenu > ul > li:last-child {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li:last-child {
    display: block;
    border-bottom: rgba(78, 132, 196, 0.3) 1px solid;
  }
}
.menuBox .mainMenu > ul > li > a {
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .menuBox .mainMenu > ul > li > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 2px;
    left: 50%;
    background-color: #2680ff;
    transition: all 0.4s ease-in-out;
    transform: translateX(-50%);
  }
  .menuBox .mainMenu > ul > li > a:hover::before {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu > ul > li.nextLv > a {
    justify-content: space-between;
  }
  .menuBox .mainMenu > ul > li.nextLv > a::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid #000;
  }
  .menuBox .mainMenu > ul > li.nextLv > a::after {
    content: '';
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
    mask: url('../images/icon/icon_arrow.svg') center no-repeat;
    background: #000;
    transform: rotate(90deg);
    transition: all 0.3s ease;
  }
}
.menuBox .mainMenu > ul > li.active > a::after {
  transform: rotate(-90deg);
}
.menuBox .mainMenu .mobileTopNav {
  display: none;
}
@media screen and (max-width: 1024px) {
  .menuBox .mainMenu .mobileTopNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.menuBox .mainMenu .mobileTopNav .title {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.032em;
}

.topNav,
.mobileTopNav,
footer .linkBox .box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-area: button;
  gap: 10px 24px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .topNav:not(.mobileTopNav, .topNav),
  .mobileTopNav:not(.mobileTopNav, .topNav),
  footer .linkBox .box:not(.mobileTopNav, .topNav) {
    display: none;
  }
}
.topNav .btn,
.mobileTopNav .btn,
footer .linkBox .box .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  padding: 0px;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .topNav .btn,
  .mobileTopNav .btn,
  footer .linkBox .box .btn {
    display: none;
  }
}
.topNav .btn:first-child,
.mobileTopNav .btn:first-child,
footer .linkBox .box .btn:first-child {
  margin: 0 -8px 0 0;
}
.topNav .btn::before,
.mobileTopNav .btn::before,
footer .linkBox .box .btn::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #000;
}
.topNav .btn.fb::before,
.mobileTopNav .btn.fb::before,
footer .linkBox .box .btn.fb::before {
  -webkit-mask: url('../images/icon/icon_facebook.svg') center no-repeat;
  mask: url('../images/icon/icon_facebook.svg') center no-repeat;
}
.topNav .btn.ig::before,
.mobileTopNav .btn.ig::before,
footer .linkBox .box .btn.ig::before {
  -webkit-mask: url('../images/icon/icon_instagram.svg') center no-repeat;
  mask: url('../images/icon/icon_instagram.svg') center no-repeat;
}
.topNav .btn.yt::before,
.mobileTopNav .btn.yt::before,
footer .linkBox .box .btn.yt::before {
  width: 21px;
  height: 16px;
  -webkit-mask: url('../images/icon/icon_youtube.svg') center no-repeat;
  mask: url('../images/icon/icon_youtube.svg') center no-repeat;
}
.topNav .btn:hover::before,
.mobileTopNav .btn:hover::before,
footer .linkBox .box .btn:hover::before {
  background: #000;
}
@media screen and (max-width: 1500px) {
  .topNav span,
  .mobileTopNav span,
  footer .linkBox .box span {
    display: none;
  }
}

.menuSearch {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.menuSearch > .btn {
  display: none;
  position: absolute;
  right: 60px;
}
@media screen and (max-width: 1024px) {
  .menuSearch > .btn {
    height: auto;
    display: flex;
    height: 100%;
  }
}
.menuSearch > .btn::before {
  top: 0;
  -webkit-mask: url('../images/icon/icon_search.svg') center no-repeat;
  mask: url('../images/icon/icon_search.svg') center no-repeat;
}
@media screen and (max-width: 1024px) {
  .menuSearch > .btn::before {
    width: 20px;
    height: 20px;
  }
}
.menuSearch .searchOuter {
  top: 0;
  right: -20px;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
  gap: 10px;
  transition: all 0.3s ease;
  border-radius: 50px;
}
@media screen and (min-width: 1025px) {
  .menuSearch .searchOuter {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .menuSearch .searchOuter {
    background: #000;
    border-radius: 0px;
    width: 0;
    position: absolute;
    top: 100%;
    bottom: auto;
    height: 50px;
  }
}
.menuSearch .searchOuter .searchClose {
  position: relative;
  width: 30px;
  aspect-ratio: 1;
  margin: 0;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .menuSearch .searchOuter .searchClose {
    display: block;
  }
}
.menuSearch .searchOuter .searchClose::before,
.menuSearch .searchOuter .searchClose::after {
  content: '';
  width: 15px;
  height: 3px;
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menuSearch .searchOuter .searchClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menuSearch .searchOuter .searchBox {
  flex-grow: 1;
}
.menuSearch .searchOuter .searchBox input {
  border: none;
  height: 30px;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .menuSearch .searchOuter .searchBox input {
    width: 130px;
  }
}
.menuSearch .searchOuter .searchBox input::-moz-placeholder {
  color: #fff;
}
.menuSearch .searchOuter .searchBox input::placeholder {
  color: #fff;
}
.menuSearch .searchOuter .searchBtn {
  position: relative;
  width: 40px;
  aspect-ratio: 1;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuSearch .searchOuter .searchBtn::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  -webkit-mask: url('../images/icon/icon_search.svg') center no-repeat;
  mask: url('../images/icon/icon_search.svg') center no-repeat;
  background: #fff;
}
.menuSearch .searchOuter.active {
  width: calc(100% + 40px);
}

.goTop {
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  border-radius: 50%;
  z-index: 9;
}
.goTop::before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: rotate(90deg);
  background: #fff;
}
.goTop:hover {
  background: #5d5d5d;
}

.footerBox {
  background: url('../images/fbg.webp') top center no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 9;
  isolation: isolate;
  min-height: 478px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footerBox {
    background: url('../images/fbg_.webp') top center no-repeat;
  }
}
.footerBox .footer {
  padding: 50px 0;
}
.footerBox .footer .contentBox {
  display: grid;
  grid-template-areas: 'link menu menu';
}
@media screen and (max-width: 767px) {
  .footerBox .footer .contentBox {
    grid-template-areas: 'menu' 'link';
  }
}
.footerBox .menu {
  grid-area: menu;
}
@media screen and (max-width: 767px) {
  .footerBox .menu {
    margin-bottom: 30px;
  }
}
.footerBox .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footerBox .menu ul li {
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footerBox .menu ul li {
    width: 100%;
    border-top: rgba(78, 132, 196, 0.3) 1px solid;
  }
  .footerBox .menu ul li:last-child {
    border-bottom: rgba(78, 132, 196, 0.3) 1px solid;
  }
}
.footerBox .menu ul a:hover {
  color: #0075c2;
}
@media screen and (max-width: 767px) {
  .footerBox .menu ul a {
    justify-content: space-between;
    align-items: center;
    color: #11181c;
    position: relative;
    display: block;
    padding: 22px 0px 20px;
    font-size: 14px;
    text-align: center;
  }
}
.footerBox .linkBox {
  grid-area: link;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footerBox .linkBox {
    flex-direction: column;
    gap: 20px;
  }
}
.footerBox .linkBox .box {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .footerBox .linkBox .box {
    margin-right: 8px;
  }
}
.footerBox .linkBox .title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  isolation: isolate;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footerBox .linkBox .title {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 0.032em;
  }
}
.footerBox .copyright {
  width: 100%;
  padding: 40px 0 60px;
  font-size: 13px;
  text-align: center;
  color: #666666;
  text-align: center;
  margin: 0 auto;
  border-top: #3d3c3a 1px solid;
}
@media screen and (max-width: 1024px) {
  .footerBox .copyright {
    padding: 30px 0;
  }
}
.footerBox .copyright span {
  display: none;
}
.footerBox .copyright a {
  color: #666666;
}
.footerBox .copyright a:nth-last-of-type(1) {
  font-size: 0.9375rem;
  text-decoration: underline;
}
.footerBox .copyright a:hover {
  color: #e66e0d;
}

.insidePages .inBanner {
  position: relative;
  isolation: isolate;
  z-index: 2;
}
.insidePages .inBanner .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.insidePages .inBanner .title {
  font-size: var(--clamp48);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.2;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .insidePages .inBanner .title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .insidePages .inBanner .title {
    font-size: 2.625rem;
    margin-bottom: 5px;
  }
}
.insidePages .inBanner .title span {
  font-size: var(--clamp28);
  font-weight: 500;
  display: block;
}
.insidePages .pageTitleBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .insidePages .pageTitleBox {
    margin-bottom: 50px;
  }
}
.insidePages .pageTitleBox .title {
  font-weight: 300;
  font-size: var(--clamp48);
  position: relative;
  line-height: 1;
  text-align: center;
}
.insidePages .pageTitleBox .title + .description {
  max-width: 1290px;
  margin-top: 80px;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .insidePages .pageTitleBox .title + .description {
    margin-top: 40px;
  }
}
.insidePages .pageMenu {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu {
    width: 100%;
  }
}
.insidePages .pageMenu button {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  display: block;
  background: #565656;
  display: none;
  line-height: 1.75;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.insidePages .pageMenu button::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  display: block;
}
.insidePages .pageMenu button.active::after {
  transform: rotate(-45deg);
}
.insidePages .pageMenu nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .insidePages .pageMenu nav {
    display: block !important;
  }
}
.insidePages .pageMenu nav ul {
  height: 100%;
  display: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul {
    flex-direction: column;
    background: #858585;
  }
}
.insidePages .pageMenu nav ul li {
  position: relative;
}
.insidePages .pageMenu nav ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul li::before {
    display: none;
  }
}
.insidePages .pageMenu nav ul li:last-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul li:last-child::after {
    display: none;
  }
}
.insidePages .pageMenu nav ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  color: #858585;
  font-size: var(--clamp21);
  position: relative;
  padding: 0 40px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul a {
    color: #fff;
    padding: 10px 20px;
    border-top: rgba(255, 255, 255, 0.3) 1px solid;
  }
}
.insidePages .pageMenu nav ul a.active,
.insidePages .pageMenu nav ul a:hover {
  color: #e66e0d;
}
@media screen and (max-width: 767px) {
  .insidePages .pageMenu nav ul a.active,
  .insidePages .pageMenu nav ul a:hover {
    color: #fff;
    background: #e66e0d;
  }
}
.insidePages .pageMenu nav ul .active a {
  color: #e66e0d;
}
.insidePages .pageMenu nav ul .active a::before {
  width: 100%;
}
.insidePages .mainBox {
  position: relative;
  padding-bottom: clamp(50px, 10vw, 100px);
}
.insidePages .mainBox section {
  position: relative;
  z-index: 3;
}
.insidePages .mainBox .contentBox {
  max-width: 1340px;
  margin: 0 auto;
}
.insidePages .mainBox .contentBox .container {
  max-width: none;
}
.insidePages .contentTopNav {
  margin-bottom: 30px;
}
.insidePages .contentTopNav ul {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .insidePages .contentTopNav ul {
    gap: 5px;
  }
}
.insidePages .contentTopNav ul li a,
.insidePages .contentTopNav ul li button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--clamp18);
  padding: 8px 20px;
  margin: 0;
  font-weight: 700;
  color: #666666;
  background: none;
  border-radius: 8px;
  border: #cccccc 1px solid;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .insidePages .contentTopNav ul li a,
  .insidePages .contentTopNav ul li button {
    padding: 8px 10px;
  }
}
.insidePages .contentTopNav ul li a:hover,
.insidePages .contentTopNav ul li button:hover {
  color: #000;
  border-color: #000;
}
.insidePages .contentTopNav ul li.active a,
.insidePages .contentTopNav ul li.active button {
  color: #000;
  border-color: #000;
}
.insidePages .hasSide {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide {
    flex-direction: row;
    gap: 50px;
  }
}
.insidePages .hasSide.active .sideBox > button {
  background: #e66e0d;
}
.insidePages .hasSide.active .sideBox > button::after {
  transform: translateY(40%) rotate(225deg);
}
.insidePages .hasSide.active .sideBox ul {
  border-color: #e66e0d;
}
.insidePages .hasSide .sideBox {
  position: relative;
  z-index: 9;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .sideBox {
    width: 180px;
    flex-shrink: 0;
    margin: 0;
  }
}
.insidePages .hasSide .sideBox > button {
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  padding: 15px 40px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .sideBox > button {
    display: none;
  }
}
.insidePages .hasSide .sideBox > button::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  transform: translateY(-10%) rotate(45deg);
  margin: 0 0 0 20px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transition: all 0.3s ease;
}
.insidePages .hasSide .sideBox .content {
  display: none;
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .sideBox .content {
    display: block !important;
    position: relative;
    background: none;
    border-radius: 10px;
  }
}
.insidePages .hasSide .sideBox ul li a,
.insidePages .hasSide .sideBox ul li button {
  width: 100%;
  text-align: left;
  display: block;
  padding: 10px 15px;
  font-size: var(--clamp18);
  font-weight: 500;
  color: #666666;
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .insidePages .hasSide .sideBox ul li a,
  .insidePages .hasSide .sideBox ul li button {
    text-align: center;
  }
}
.insidePages .hasSide .sideBox ul li a::before,
.insidePages .hasSide .sideBox ul li button::before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(to right, black 0%, #e66e0d 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.insidePages .hasSide .sideBox ul li a:hover,
.insidePages .hasSide .sideBox ul li button:hover {
  color: #fff;
}
.insidePages .hasSide .sideBox ul li a:hover::before,
.insidePages .hasSide .sideBox ul li button:hover::before {
  opacity: 1;
}
.insidePages .hasSide .sideBox ul li.active a,
.insidePages .hasSide .sideBox ul li.active button {
  color: #fff;
}
.insidePages .hasSide .sideBox ul li.active a::before,
.insidePages .hasSide .sideBox ul li.active button::before {
  opacity: 1;
}
.insidePages .hasSide .contentBox {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .insidePages .hasSide .contentBox {
    width: calc(100% - 180px - 50px);
    margin: 0 0 0 auto;
  }
}

.breadcrumbBox {
  z-index: 5;
  overflow: hidden;
  margin-bottom: 30px;
}
.breadcrumbBox .container {
  position: relative;
}
.breadcrumbBox .breadcrumb {
  max-width: 1230px;
  margin: 0 auto;
  font-size: 14px;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 400;
  color: #878788;
  line-height: 1;
  opacity: 0.8;
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .breadcrumbBox .breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbBox .breadcrumb {
    padding: 10px 10px 10px 0;
  }
}
.breadcrumbBox .breadcrumb li {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbBox .breadcrumb li:first-child a {
  color: #878788;
}
.breadcrumbBox .breadcrumb li:first-child:hover {
  color: #e66e0d;
}
.breadcrumbBox .breadcrumb li a {
  color: #878788;
  display: inline;
  transition: all 0.3s ease;
}
.breadcrumbBox .breadcrumb li a:hover {
  color: #e66e0d;
}
.breadcrumbBox .breadcrumb li::after {
  content: '>';
  margin: 0px 10px;
  font-weight: bold;
  display: block;
  position: relative;
  font-weight: bolder;
  font-weight: normal;
  color: #878788;
}
.breadcrumbBox .breadcrumb li:last-child {
  color: #878788;
}
.breadcrumbBox .breadcrumb li:last-child::after {
  display: none;
}

.pageBox {
  padding-top: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .pageBox {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.pageBox .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination {
    gap: 5px;
  }
}
.pageBox .pagination li {
  line-height: 1.5;
  text-align: center;
}
.pageBox .pagination li a {
  display: block;
  width: 36px;
  height: 36px;
  font-weight: 500;
  line-height: 1;
  font-size: 1.125rem;
  color: #444444;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination li a {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}
.pageBox .pagination li a:hover {
  color: #fff;
  background: #0075c2;
}
.pageBox .pagination li.active a {
  color: #fff;
  background: #0075c2;
}
.pageBox .pagination li.controls:first-child {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination li.controls:first-child {
    margin: 0 10px 0 0;
  }
}
.pageBox .pagination li.controls:last-child {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .pageBox .pagination li.controls:last-child {
    margin: 0 0 0 10px;
  }
}
.pageBox .pagination li.controls a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  border-radius: 100%;
  border: none;
  transition: all 0.3s ease;
  width: 38px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.pageBox .pagination li.controls a::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  -webkit-mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow_page.svg') center no-repeat;
  background: #444444;
  transition: all 0.3s ease;
}
.pageBox .pagination li.controls a.next::before {
  transform: scaleX(-1);
}
.pageBox .pagination li.controls a:hover {
  background: none;
}
.pageBox .pagination li.controls a:hover::before {
  background: #0075c2;
}

.formBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.formBox ul + ul {
  padding-top: 40px;
  border-top: 1px solid #000;
}
.formBox ul li {
  display: flex;
  text-align: left;
}
.formBox .textareaItem,
.formBox .inputItem {
  width: calc(50% - 25px);
  position: relative;
  align-items: center;
  border-bottom: 1px solid #a6a6a6;
  border-width: 0 0 1px 0;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .formBox .textareaItem,
  .formBox .inputItem {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.formBox .textareaItem.flexStart,
.formBox .inputItem.flexStart {
  align-items: flex-start;
}
.formBox .textareaItem > label,
.formBox .textareaItem .label,
.formBox .inputItem > label,
.formBox .inputItem .label {
  width: 158px;
  color: #000000;
  line-height: 1;
  flex-shrink: 0;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  font-size: var(--clamp18);
}
.formBox .textareaItem .select,
.formBox .inputItem .select {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  height: 44px;
}
.formBox .textareaItem .select::before,
.formBox .inputItem .select::before {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  border: 2px solid #000;
  border-width: 0 2px 2px 0;
}
.formBox .textareaItem .select select.selectControl,
.formBox .inputItem .select select.selectControl {
  padding: 10px 35px 10px 10px;
  height: 100%;
}
.formBox .textareaItem .select select.selectControl::-ms-expand,
.formBox .inputItem .select select.selectControl::-ms-expand {
  display: none;
}
.formBox .textareaItem select.selectControl,
.formBox .textareaItem input.inputControl,
.formBox .textareaItem textarea.textareaControl,
.formBox .inputItem select.selectControl,
.formBox .inputItem input.inputControl,
.formBox .inputItem textarea.textareaControl {
  font-size: 1rem;
  line-height: 1;
  flex-grow: 1;
  padding: 12px 15px;
  color: #000;
  border-radius: 0;
  background: transparent;
  border: none;
  background: none;
}
.formBox .textareaItem select.selectControl::-moz-placeholder,
.formBox .textareaItem input.inputControl::-moz-placeholder,
.formBox .textareaItem textarea.textareaControl::-moz-placeholder,
.formBox .inputItem select.selectControl::-moz-placeholder,
.formBox .inputItem input.inputControl::-moz-placeholder,
.formBox .inputItem textarea.textareaControl::-moz-placeholder {
  color: #0075c2;
}
.formBox .textareaItem select.selectControl::placeholder,
.formBox .textareaItem input.inputControl::placeholder,
.formBox .textareaItem textarea.textareaControl::placeholder,
.formBox .inputItem select.selectControl::placeholder,
.formBox .inputItem input.inputControl::placeholder,
.formBox .inputItem textarea.textareaControl::placeholder {
  color: #0075c2;
}
.formBox .textareaItem select.selectControl:focus,
.formBox .textareaItem input.inputControl:focus,
.formBox .textareaItem textarea.textareaControl:focus,
.formBox .inputItem select.selectControl:focus,
.formBox .inputItem input.inputControl:focus,
.formBox .inputItem textarea.textareaControl:focus {
  box-shadow: 0 0 10px 0 #000;
}
.formBox .textareaItem.full,
.formBox .inputItem.full {
  width: 100%;
}
.formBox .textareaItem.required > label::after,
.formBox .textareaItem.required > .label::after,
.formBox .inputItem.required > label::after,
.formBox .inputItem.required > .label::after {
  content: '※';
  color: #e66e0d;
  display: block;
  margin: 0 0 0 2px;
}
.formBox .textareaItem {
  align-items: flex-start;
}
.formBox .flex {
  display: flex;
}
.formBox .itemBox ul {
  margin: 0;
  gap: 25px;
}
.formBox .itemBox.checkBox label {
  padding-left: 22px;
}
.formBox .itemBox.checkBox label::before {
  width: 15px;
  height: 15px;
  background: url('../images/icon/checkbox.png') bottom no-repeat;
}
.formBox .itemBox.checkBox.full ul {
  gap: 15px;
}
.formBox .itemBox.checkBox.full li {
  width: 100%;
}
.formBox .itemBox.checkBox.half ul {
  gap: 10px;
}
.formBox .itemBox.checkBox.half li {
  width: calc((100% - 10px) / 2);
}
.formBox .itemBox.checkBox.half li.other {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.formBox .itemBox.checkBox.half li.other .label {
  width: -moz-fit-content;
  width: fit-content;
}
.formBox .itemBox.radio label::before {
  background: url('../images/icon/radio.png') bottom no-repeat;
}
.formBox .itemBox label {
  font-size: var(--clamp18);
  display: block;
  padding-left: 24px;
  position: relative;
  line-height: 1.2;
}
.formBox .itemBox label::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  left: 0px;
  top: 2px;
  z-index: 9;
}
.formBox .itemBox input[type='checkbox'] {
  position: absolute;
  margin-right: 5px;
  opacity: 0;
}
.formBox .itemBox input[type='checkbox']:checked + label::before {
  background: url('../images/icon/checkbox.png') top no-repeat;
}
.formBox .itemBox input[type='radio'] {
  position: absolute;
  margin-right: 5px;
  opacity: 0;
}
.formBox .itemBox input[type='radio']:checked + label::before {
  background: url('../images/icon/radio.png') top no-repeat;
}
.formBox a {
  color: #666666;
  font-size: 13px;
  text-decoration: underline;
}
.formBox a:nth-child(2) {
  margin: 0 auto 0 10px;
}
.formBox a:hover {
  color: #e66e0d;
}
.formBox .checkImg {
  position: absolute;
  bottom: 12px;
  right: 50px;
  line-height: 0;
}
.formBox .reBtn {
  width: 15px;
  height: 15px;
  bottom: 16px;
  right: 15px;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  background: none;
}
.formBox .reBtn::before {
  content: '';
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  -webkit-mask: url('../images/icon/icon_re.svg') no-repeat;
  mask: url('../images/icon/icon_re.svg') no-repeat;
  background: #000;
  position: absolute;
  transition: all 0.3s ease;
}
.formBox .reBtn:hover::before {
  transform: rotate(180deg);
  background: #e50012;
}

.pageBtnBox {
  max-width: 1150px;
  margin: 40px auto 0;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: #ededed 1px solid;
}
@media screen and (max-width: 1330px) {
  .pageBtnBox {
    max-width: 1062px;
  }
}
@media screen and (max-width: 1024px) {
  .pageBtnBox {
    margin: 30px 0 0;
  }
}
.pageBtnBox .send,
.pageBtnBox .back {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  color: #000;
}
.pageBtnBox .send:hover .icon,
.pageBtnBox .back:hover .icon {
  background: #5d5d5d;
}
.pageBtnBox .send .icon,
.pageBtnBox .back .icon {
  width: 40px;
  height: 40px;
  background: #000;
  border-width: 1px;
  border-style: solid;
  -o-border-image: initial;
  border-image: initial;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageBtnBox .send .icon::before,
.pageBtnBox .back .icon::before {
  content: '';
  width: 15px;
  height: 15px;
  -webkit-mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  mask: url('../images/icon/icon_arrow.svg') center no-repeat;
  background: #fff;
}
.pageBtnBox .send::before {
  order: 5;
  transform: rotate(0deg);
}

.productNav {
  margin-bottom: 120px;
  position: sticky;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.9);
}
.productNav .contentBox {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .productNav .contentBox {
    flex-wrap: wrap;
  }
}
.productNav .contentBox .title {
  height: 23px;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .productNav .contentBox .title {
    height: 18px;
  }
}
.productNav .contentBox .title img {
  width: auto;
  height: 100%;
}
.productNav .contentBox .btnBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .productNav .contentBox .btnBox {
    order: 5;
    width: 100%;
    border-top: 1px solid #ddd;
  }
}
.productNav .contentBox .btnBox a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 22px 25px;
}
@media screen and (max-width: 1024px) {
  .productNav .contentBox .btnBox a {
    padding: 10px 10px;
  }
}
.productNav .contentBox .btnBox a::before {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  left: 50%;
  background-color: #2680ff;
  transition: all 0.4s ease-in-out;
  transform: translateX(-50%);
}
.productNav .contentBox .btnBox a:hover::before {
  width: 100%;
}
.productNav .contentBox a.button {
  max-width: 240px;
  width: 100%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px 10px;
  white-space: nowrap;
  background: #000;
  color: #fff;
  gap: 12px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .productNav .contentBox a.button {
    max-width: 140px;
    padding: 6px 20px 5px;
    margin: 10px 0;
  }
}
.productNav .contentBox a.button::after {
  content: '+';
}
.productNav .contentBox a.button:hover {
  background: #5d5d5d;
}

.selectBox {
  border-bottom: #000 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  justify-content: center;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  gap: 30px;
  max-width: 1150px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .selectBox {
    flex-direction: column;
    gap: 15px;
  }
}

.selectBox .selectItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.selectBox .selectItem label {
  color: #333;
  white-space: nowrap;
  margin: 0 10px 0 0;
}

.selectBox .selectItem:before {
  right: 15px;
  bottom: 3px;
  color: #333;
  pointer-events: none;
}

.selectBox .selectItem select {
  display: block;
  background: #f9f7f8;
  border-radius: 3px;
  font-size: 16px;
  color: #333;
  border: #cccccc 1px solid;
  padding: 8px 35px 7px 10px;
  border-radius: 8px;
}

.selectBox button {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .selectBox .selectItem select {
    flex-grow: 1;
  }
}

.selectBox .selectItem select:focus {
  border-color: #005c9f;
}

.selectBox .selectItem + .select {
  margin: 0 0 0 10px;
}

.searchText {
  text-align: center;
/*  padding: 10px;*/
}

