/* PC_SUB DEDICATED FILE */
/* =========================================================
   29_sub_shell.css (PC)
   - white sub hero / badge / breadcrumb shell
   ========================================================= */

body.sub-page{
  --sub-hero-title-color: #111111;
  --sub-hero-subtitle-color: #4d4d4d;
  --sub-breadcrumb-color: #4b4b4b;
  --sub-breadcrumb-hover: #111111;
  --sub-line-color: #111111;
  --sub-badge-fill: #2E3B42;
  --sub-bc-font-size: 16px;
  --sub-bc-font-weight: 400;
}

body.sub-page .sub-hero{
  position: relative;
  width: 100%;
  min-height: 404px;
  background: #ffffff;
  overflow: visible;
}

body.sub-page .sub-hero-media,
body.sub-page .sub-hero-bg{
  display: none !important;
}

body.sub-page .sub-hero-inner{
  width: min(1670px, calc(100% - 80px));
  margin: 0 auto;
  min-height: 248px;
  padding-top: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

body.sub-page .sub-hero-title{
  margin: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--sub-hero-title-color);
  opacity: 1;
  transform: none;
  animation: none;
  overflow: hidden;
}

body.sub-page .sub-hero-subtitle{
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: var(--sub-hero-subtitle-color);
  opacity: 1;
  transform: none;
  animation: none;
  overflow: hidden;
}

body.sub-page .sub-hero-title-line,
body.sub-page .sub-hero-subtitle-line{
  display: block;
  width: 100%;
  white-space: nowrap;
  opacity: 0;
  transform: none;
  will-change: letter-spacing, opacity;
}

body.sub-page .sub-hero-title-line{
  letter-spacing: 28px;
  transition: letter-spacing 4.1s cubic-bezier(.22, .61, .36, 1),
              opacity 4.2s ease;
}

body.sub-page .sub-hero-subtitle-line{
  letter-spacing: 10px;
  transition: letter-spacing 3.8s cubic-bezier(.22, .61, .36, 1),
              opacity 4.2s ease;
}

body.sub-page .sub-hero.is-anim-ready .sub-hero-title-line{
  opacity: 1;
  letter-spacing: -0.04em;
}

body.sub-page .sub-hero.is-anim-ready .sub-hero-subtitle-line{
  opacity: 1;
  letter-spacing: -0.03em;
}

body.sub-page .sub-hero-subtitle.is-empty{
  display: none;
}

body.sub-page .sub-breadcrumb{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: 6;
  overflow: visible;
  pointer-events: none;
}

body.sub-page .sub-breadcrumb-inner{
  position: relative;
  width: min(1670px, calc(100% - 80px));
  height: 186px;
  margin: 0 auto;
  overflow: visible;
  pointer-events: none;
}

body.sub-page .sub-badge{
  position: absolute;
  left: -55px;
  top: 4px;
  width: 186px;
  height: 186px;
  z-index: 2;
  pointer-events: none;
}

body.sub-page .sub-badge-rotor{
  position: absolute;
  inset: 10px;
  display: block;
  animation: subBadgeSpin 14s linear infinite;
}

body.sub-page .sub-badge-rotor img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

body.sub-page .sub-badge-center{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 122px;
  height: 122px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--sub-badge-fill);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

body.sub-page .sub-badge-month{
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

body.sub-page .sub-badge-text{
  display: block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.sub-page .sub-breadcrumb-line{
  position: absolute;
  left: 145px;
  right: 0;
  top: 97px;
  height: 1px;
  background: rgba(17, 17, 17, 0.33);
  z-index: 1;
  pointer-events: none;
}

body.sub-page .sub-breadcrumb ol{
  list-style: none;
  position: absolute;
  left: 160px;
  top: 65px;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 18px 0 4px;
  background: #ffffff;
  color: var(--sub-breadcrumb-color);
  pointer-events: auto;
}

body.sub-page .sub-breadcrumb ol,
body.sub-page .sub-breadcrumb li{
  font-size: var(--sub-bc-font-size);
  font-weight: var(--sub-bc-font-weight);
  line-height: 1;
}

body.sub-page .sub-breadcrumb li,
body.sub-page .sub-breadcrumb a{
  pointer-events: auto;
}

body.sub-page .sub-breadcrumb a{
  color: inherit;
  text-decoration: none;
}

body.sub-page .sub-breadcrumb a:hover{
  color: var(--sub-breadcrumb-hover);
}

body.sub-page .sub-breadcrumb .bc-sep{
  opacity: .62;
}

body.sub-page .sub-breadcrumb .bc-home{
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body.sub-page .sub-breadcrumb .bc-home:hover{
  text-decoration: none !important;
}

body.sub-page .sub-breadcrumb .bc-home i{
  font-size: 14px;
  line-height: 1;
}

body.sub-page .sub-breadcrumb [aria-current="page"]{
  color: #2e2e2e;
}

body.sub-page .sub-breadcrumb .bc-dd{
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 8;
  pointer-events: auto;
}

body.sub-page .sub-breadcrumb .bc-dd::after{
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 12px;
  pointer-events: none;
}

body.sub-page .sub-breadcrumb .bc-dd-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  pointer-events: auto;
}

body.sub-page .sub-breadcrumb .bc-dd-btn:hover{
  color: var(--sub-breadcrumb-hover);
}

body.sub-page .sub-breadcrumb .bc-dd-btn:focus,
body.sub-page .sub-breadcrumb .bc-dd-btn:focus-visible{
  outline: none;
  box-shadow: none;
}

body.sub-page .sub-breadcrumb .bc-caret{
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -2px;
}

body.sub-page .sub-breadcrumb .bc-dd.open{
  z-index: 40;
}

body.sub-page .sub-breadcrumb .bc-dd-menu{
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  min-width: 145px;
  padding: 6px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  border: 1px solid rgba(0,0,0,.08);
  z-index: 41;
  display: block;
  opacity: 0;
  transform: translateY(2px);
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, transform .28s ease, max-height .28s ease;
}

body.sub-page .sub-breadcrumb .bc-dd.open .bc-dd-menu{
  opacity: 1;
  transform: translateY(0);
  max-height: 520px;
  visibility: visible;
  pointer-events: auto;
}

body.sub-page .sub-breadcrumb .bc-dd-menu a{
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 350;
  color: #2E3B42;
  text-decoration: none;
  border-radius: 0;
  margin: 0;
  pointer-events: auto;
}

body.sub-page .sub-breadcrumb .bc-dd-menu a:visited{
  color: #2E3B42;
}

body.sub-page .sub-breadcrumb .bc-dd-menu a::after{
  content: "";
  position: absolute;
  inset: 0;
  background: #837765;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .38s cubic-bezier(.16, 1, .3, 1);
  z-index: -1;
}

body.sub-page .sub-breadcrumb .bc-dd-menu a::before{
  content: "•";
  color: rgba(46,59,66,.35);
  font-size: 14px;
  line-height: 1;
}

body.sub-page .sub-breadcrumb .bc-dd-menu a:hover,
body.sub-page .sub-breadcrumb .bc-dd-menu a.is-active{
  color: #fff;
  text-decoration: none;
}

body.sub-page .sub-breadcrumb .bc-dd-menu a:hover::after,
body.sub-page .sub-breadcrumb .bc-dd-menu a.is-active::after{
  transform: scaleX(1);
}

body.sub-page .sub-breadcrumb .bc-dd-menu a:hover::before,
body.sub-page .sub-breadcrumb .bc-dd-menu a.is-active::before{
  color: rgba(255,255,255,.85);
}

@media (prefers-reduced-motion: reduce){
  body.sub-page .sub-hero-title-line,
  body.sub-page .sub-hero-subtitle-line{
    transition: none;
  }
}

@keyframes subBadgeSpin{
  to{ transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce){
  body.sub-page .sub-badge-rotor,
  body.sub-page .sub-breadcrumb .bc-dd-menu{
    animation: none;
    transition: none;
  }
}

html:has(body.sub-page),
body.sub-page{
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html:has(body.sub-page)::-webkit-scrollbar,
body.sub-page::-webkit-scrollbar{
  width: 0;
  height: 0;
  display: none;
}

body.sub-page{
  overflow-y: auto;
  overflow-x: hidden;
}