/*
Theme Name: shinhanlifecare
Description: shinhanlifecare Theme
Author: Manual Graphics
Version: 1.1
*/

/* =========================================
   1. Variables & Fonts
   ========================================= */
:root {
  --cp1: #0a226a;
  --cp2: #b0976d;
  --cp3: #655e43;
  --cp4: #435165;
  --cp5: #ffd67f;
  --cp6: #d5b2fd;
  --cp7: #0eb0ff;
  --cp8: #509553;
  --cp9: #6c92ef;

  --thum-color-1: #e7eeff;
  --thum-color-2: #f3ede4;
  --thum-color-3: #e6f0ea;
  --thum-color-4: #f0eef6;
  --thum-color-5: #faebe6;

  --back-color-1: #f6f4ed;
  --back-color-2: #fff5e4;
  --back-color-3: #e7eeff;

  --cw: #fff;
  --cb: #000;

  --cg1: #252525;
  --cg2: #3d3d3d;
  --cg3: #525252;
  --cg4: #737373;
  --cg5: #969696;
  --cg6: #bdbdbd;
  --cg7: #d9d9d9;
  --cg8: #f0f0f0;

  --line: #ccc;
  --linebk: #141414;

  --tts: 0.3s;
  --ttm: 0.6s;
  --ttl: 1s;

  --ff-pretendard: "Pretendard Variable", Pretendard, sans-serif;
  --ff-mono: "SF Mono", monospace;

  --ref-width: 1600;
  --vw: 100vw;
  --unit-fx: calc(var(--vw) / var(--ref-width));

  --fs0: 1.2rem;
  --fs1: 1.4rem;
  --fs2: 1.6rem;
  --fs3: 1.8rem;
  --fs4: 2rem;
  --fs5: 2.2rem;
  --fs6: 2.5rem;
  --fs7: 2.8rem;
  --fs8: 3.2rem;
  --fs9: 4rem;
  --fs10: 5.2rem;
}

@font-face {
  font-family: "sol";
  src: url("fonts/OneShinhan.woff2") format("woff2"),
    url("fonts/OneShinhan.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.sol {
  font-family: "sol";
  word-spacing: -0.03rem;
  letter-spacing: -0.03rem;
}

/* =========================================
   2. Reset & Base Styles
   ========================================= */
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: var(--ff-pretendard);
  font-weight: 700;
  font-size: var(--fs4);
  line-height: 1.6;
  word-break: keep-all;
  letter-spacing: -0.01em;
  color: var(--cp1);
  background-color: var(--back-color-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;
}
textarea,
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
figure {
  margin: 0;
}
button {
  background-color: transparent;
  outline: none;
  border: none;
  font-family: var(--ff-pretendard);
  cursor: pointer;
}
html {
  font-size: 62.5%;
}
a {
  text-decoration: none;
  color: var(--cb);
}
::selection {
  background-color: var(--cp2);
  color: var(--cp1);
}

/* =========================================
   3. Utilities & Layout Helpers
   ========================================= */
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.ttu {
  text-transform: uppercase;
}
.ttc {
  text-transform: capitalize;
}
.po {
  display: block;
}
.mo {
  display: none;
}
.nmt {
  margin-top: 0;
}
.nmb {
  margin-bottom: 0;
}
.npt {
  padding-top: 0;
}
.npb {
  padding-bottom: 0;
}
.flx1 {
  flex: 1;
}
.flx3 {
  flex: 3;
}
.fxjc {
  justify-content: center;
}
.fxjs {
  justify-content: space-between;
}
.fxac {
  align-items: center;
}
.fxafe {
  align-items: flex-end;
}
.fxdc {
  flex-direction: column;
}
.fxdr {
  flex-direction: row;
}

.fx {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
.nogap {
  gap: 0;
}
.gap-40 {
  gap: 40px;
}

.maxw {
  max-width: 1600px;
  margin: 0 auto;
}
.maxws {
  max-width: 960px;
  margin: 0 auto;
}
.lmt {
  width: calc(100% - 120px);
  margin: 0 auto;
}
.title {
  font-size: var(--fs9);
  line-height: 1.2;
  font-weight: 700;
}
.sub-title {
  font-size: var(--fs8);
  font-weight: 700;
}
.sec-title {
  font-size: var(--fs9);
}
.msg-title {
  font-size: var(--fs8);
  line-height: 1.7;
  color: var(--cp1);
  font-weight: 700;
  word-break: keep-all;
}
.mb-24 {
  margin-bottom: calc(var(--unit-fx) * 24);
}
.mb-36 {
  margin-bottom: calc(var(--unit-fx) * 36);
}
.mb-48 {
  margin-bottom: calc(var(--unit-fx) * 48);
}
.mt-24 {
  margin-top: calc(var(--unit-fx) * 24);
}
.mt-36 {
  margin-top: calc(var(--unit-fx) * 36);
}
.mt-48 {
  margin-top: calc(var(--unit-fx) * 48);
}

/* Image Utilities */
.img-sz-sm {
  width: 100%;
  max-width: calc(var(--unit-fx) * 400);
}
.img-sz-md {
  width: 100%;
  max-width: calc(var(--unit-fx) * 600);
}
.img-sz-lg {
  width: 100%;
  max-width: 100%;
}
.ar-1-1 {
  aspect-ratio: 1/1;
}
.ar-16-10 {
  aspect-ratio: 16/10;
}
.ar-4-5 {
  aspect-ratio: 4/5;
}
.ar-auto {
  aspect-ratio: auto;
}

/* =========================================
   4. Header & Navigation (Refined)
   ========================================= */
header.site-header {
  background-color: var(--back-color-1);
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 80px; /* 기본 높이 */
  z-index: 100;
  transition: height 0.3s ease-in-out; /* 높이 변경 애니메이션 */
  overflow: hidden; /* 확장 전 서브메뉴 숨김 */
}

/* 헤더가 확장되었을 때의 클래스 (JS에서 제어) */
header.site-header.is-open {
  /* 높이는 JS에서 인라인 스타일로 제어하거나, min-height 설정 */
  border-bottom: 1px solid var(--cg7);
}

header .inner {
  height: 80px; /* 로고와 GNB 상단 높이 고정 */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--tts);
}

header .inner > * {
  flex: 1;
}

#logo img {
  display: block;
  height: 28px;
  width: auto;
}

#gnb {
  height: 100%;
}

#menu-gnb {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  gap: 48px;
  justify-content: flex-end;
  align-items: center;
}

/* 1뎁스 메뉴 아이템 */
#menu-gnb > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

#menu-gnb > li > a {
  color: var(--cp1);
  font-size: var(--fs5);
  transition: color var(--tts);
  position: relative;
  font-family: "sol";
  word-spacing: -0.03rem;
  letter-spacing: -0.05rem;
  z-index: 101;
}

#menu-gnb > li > a:hover {
  color: var(--cp2);
}

/* 2뎁스 서브메뉴 (기본 숨김) */
#menu-gnb .sub-menu {
  display: block; /* 공간 차지를 위해 block */
  position: absolute;
  top: 80px; /* 헤더 기본 높이 바로 아래 */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 140px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding-top: 20px;
  padding-bottom: 20px;
}

#menu-gnb .sub-menu li {
  margin-bottom: 12px;
}

#menu-gnb .sub-menu li a {
  font-size: var(--fs3);
  color: var(--cg3);
  font-weight: 500;
  white-space: nowrap;
}

#menu-gnb .sub-menu li a:hover {
  color: var(--cp1);
}

/* 헤더가 열렸을 때 서브메뉴 표시 */
header.site-header.is-open #menu-gnb .sub-menu {
  opacity: 1;
  visibility: visible;
}

/* 기타 헤더 요소 */
#lnb {
  display: flex;
  justify-content: flex-end;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

/* =========================================
   5. Footer
   ========================================= */
.site-footer {
  padding-bottom: calc(var(--unit-fx) * 60);
}
footer > .inner {
  border-top: 1px solid var(--cg6);
  padding-top: 40px;
  gap: calc(var(--unit-fx) * 100);
  align-items: stretch;
}
.footer-left {
  width: 35%;
  min-width: 300px;
}
.footer-brand-link {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-brand-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
}
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-grid > li > a {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: var(--fs3);
  color: var(--cp1);
}
.footer-menu-grid .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-grid .sub-menu li {
  margin-bottom: 10px;
}
.footer-menu-grid .sub-menu a {
  font-size: var(--fs3);
  color: var(--cp1);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.footer-menu-grid .sub-menu a:hover {
  color: #000;
}
.footer-menu-grid .menu-item.disabled a {
  opacity: 0.5;
  pointer-events: none;
}
.footer-meta {
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.footer-meta .text-sm {
  font-size: var(--fs3);
  font-weight: 500;
}

/* =========================================
   6. Components (Buttons, Reveals, etc.)
   ========================================= */
.btn {
  display: flex;
}
.btn a {
  border: 1px solid var(--cg5);
  padding: 12px 24px;
  border-radius: 4px;
  color: var(--cg3);
  font-size: var(--fs4);
}
.reveal-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}
.reveal-wrap img,
.reveal-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.reveal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transform-origin: left center;
}
.reveal-horizontal .reveal-mask {
  transform-origin: left center;
}
.reveal-vertical .reveal-mask {
  transform-origin: top center;
}
.anim-text,
.anim-text-header {
  opacity: 0;
  transform: translateY(40px);
}
.ic1 .reveal-mask {
  background-color: var(--thum-color-1);
}
.ic2 .reveal-mask {
  background-color: var(--thum-color-2);
}
.ic3 .reveal-mask {
  background-color: var(--thum-color-3);
}
.ic4 .reveal-mask {
  background-color: var(--thum-color-4);
}
.ic5 .reveal-mask {
  background-color: var(--thum-color-5);
}
.ceo-sign {
  font-size: var(--fs4);
  color: var(--cg3);
}
.ceo-sign strong {
  color: var(--cb);
  margin-left: 4px;
}
.desc-box p {
  font-size: var(--fs5);
}

/* =========================================
   7. Page & Section Specifics
   ========================================= */
/* Common Sections */
.section {
  background-color: transparent;
  transition: color 0.5s ease;
}
.bg1 {
  background-color: var(--bc1);
}
.bg2 {
  background-color: var(--bc2);
}
.bg3 {
  background-color: var(--bc3);
}
.bg4 {
  background-color: var(--bc4);
}
.bg5 {
  background-color: var(--bc5);
}
.bg6 {
  background-color: var(--bc6);
}
.bg7 {
  background-color: var(--cp1);
}
.bg8 {
  background-color: var(--bc8);
}
.bg9 {
  background-color: var(--bc9);
}
.sec-content {
  padding: calc(var(--unit-fx) * 100) 0;
  overflow: hidden;
}
.sec-content .h-full {
  height: 100%;
}

/* Page Header */
.page-header,
.page-header2 {
  overflow: hidden;
  border-radius: 4px;
  margin-top: 108px;
  margin-bottom: calc(var(--unit-fx) * 100);
  height: 500px;
}
.page-header2 {
  height: 300px !important;
}
@media screen and (max-width: 1024px) {
  .page-header,
  .page-header2 {
    height: 380px; /* 적당히 줄임 */
  }
}
.page-header .h-full {
  height: 100%;
}
.page-header .page-title {
  height: 100%;
}
.page-header .page-title .anim-text-header {
  color: var(--cg8);
  padding: 40px 48px;
  box-sizing: border-box;
}
.page-header .page-title h1 {
  font-size: var(--fs9);
  margin-bottom: 8px;
}
.page-header .page-title p {
  font-size: var(--fs6);
  font-weight: 500;
  line-height: 1.85;
}
.page-header .hero-img {
  height: 100%;
}
.page-header .hero-img .reveal-wrap {
  border-radius: 0 !important;
  height: 100%;
}

/* Ethics Page */
#ethics-header {
  background: var(--cp4);
  aspect-ratio: unset;
}
#ethics-header .anim-text,
#ethics-header .anim-text-header {
  opacity: 1;
  transform: translateY(0);
}
#ethics-header .reveal-wrap img {
  opacity: 1 !important;
}

/* Leadership Page */
#leadership-page {
  margin-bottom: 0;
}
#leadership-header {
  aspect-ratio: unset;
  background: var(--cp1);
}
#leadership-header .anim-text,
#leadership-header .anim-text-header {
  opacity: 1;
  transform: translateY(0);
}
#leadership-header .reveal-wrap img {
  opacity: 1 !important;
}
#sec-ceo {
  padding-top: 150px;
}
#sec-ceo .inner {
  align-items: stretch;
}
#sec-ceo .text-group {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
#sec-ceo .img-group {
  max-width: 600px;
}
#sec-vision {
  background-color: var(--back-color-2);
}
#sec-vision .desc-box {
  padding-right: 5%;
}

/* Brand Page & Lists */
#brand-header {
  aspect-ratio: unset;
  background: var(--cp1);
}
#brand-header .anim-text,
#brand-header .anim-text-header {
  opacity: 1;
  transform: translateY(0);
}
#brand-header .reveal-wrap img {
  opacity: 1 !important;
}
.brand-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.brand-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 200px;
}
.brand-row:last-child {
  margin-bottom: 0;
}
.row-even {
  align-items: end;
}
.brand-item.style-100 {
  width: 48%;
  flex: 0 0 48%;
}
.brand-item.style-64 {
  width: 28%;
  flex: 0 0 28%;
}
.brand-list-wrapper .thumb-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #f0f0f0;
  margin-bottom: 24px;
  overflow: hidden;
}
.brand-list-wrapper .reveal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #eee;
}
.brand-list-wrapper .ic1 .reveal-mask {
  background-color: var(--thum-color-1);
}
.brand-list-wrapper .ic2 .reveal-mask {
  background-color: var(--thum-color-2);
}
.brand-list-wrapper .ic3 .reveal-mask {
  background-color: var(--thum-color-3);
}
.brand-list-wrapper .ic4 .reveal-mask {
  background-color: var(--thum-color-4);
}
.brand-list-wrapper .ic5 .reveal-mask {
  background-color: var(--thum-color-5);
}
.brand-list-wrapper .ic6 .reveal-mask {
  background-color: var(--cp1);
}
.brand-list-wrapper .ic7 .reveal-mask {
  background-color: var(--cp2);
}
.brand-list-wrapper .ic8 .reveal-mask {
  background-color: var(--cp7);
}
.brand-list-wrapper .ic9 .reveal-mask {
  background-color: var(--cp8);
}
.brand-list-wrapper .item-title {
  font-size: var(--fs7);
  font-weight: 700;
  color: var(--cp1);
  margin-bottom: 4px;
  line-height: 1.5;
}
.brand-list-wrapper .item-desc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: var(--fs5);
  font-weight: 500;
  color: var(--cg3);
  padding-bottom: 8px;
}
.brand-list-wrapper .meta-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: var(--fs3);
  font-weight: 500;
  color: var(--cg5);
  padding-bottom: 8px;
}

/* Single Brand */
#brand-view-header {
  aspect-ratio: unset;
}
.scroll-guide {
  gap: 12px;
  align-items: center;
}
#brand-view-header .anim-text,
#brand-view-header .anim-text-header {
  opacity: 1;
  transform: translateY(0);
  color: var(--cp1);
  padding: 0;
}
#brand-view-header .hero-img .reveal-wrap {
  border-radius: 4px !important;
}
#brand-view-header h1 {
  font-size: var(--fs9);
}
#brand-view-header .page-title {
  align-content: space-between;
  justify-content: space-between;
}
#brand-view-header .reveal-wrap img {
  opacity: 1 !important;
}
.brand-content-sec {
  background-image: url(images/pat-sm-2.svg);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 80%;
}
.brand-content-sec h2,
.brand-content-sec h3,
.brand-content-sec h4,
.brand-content-sec h5,
.brand-content-sec h6 {
  font-size: var(--fs8);
  line-height: 1.8;
  font-family: "sol";
  word-spacing: -0.03rem;
  letter-spacing: -0.03rem;
  margin-top: calc(var(--unit-fx) * 100);
  margin-bottom: 40px;
}
.brand-content-sec .wp-block-image {
  margin-top: 36px;
  margin-bottom: 36px;
}
.brand-content-sec .wp-block-columns {
  margin-top: calc(var(--unit-fx) * 100);
  margin-bottom: 40px;
}
.brand-content-sec .wp-block-column .wp-block-heading,
.brand-content-sec .wp-block-column .wp-block-image {
  margin: 0;
}
.brand-content-sec hr.wp-block-separator {
  border: none;
  background-image: url(images/pat-sm-1.png);
  width: 100%;
  margin: calc(var(--unit-fx) * 150) auto;
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.brand-content-sec p {
  font-size: var(--fs6);
  font-weight: 600;
  line-height: 1.8;
}
.list-btn-wrap a {
  font-size: var(--fs6);
  color: var(--cp1);
}

/* Notice Page */
#notice-page {
  margin-bottom: 200px;
}
#notice-header .anim-text,
#notice-header .anim-text-header {
  opacity: 1;
  transform: translateY(0);
}
.single-media {
  margin-bottom: 200px;
}
.single-media #view-header h1 {
  font-size: var(--fs8);
  text-align: center;
}
.single-media #view-header {
  border-bottom: 1px solid var(--cg6);
  padding-top: 200px;
}
.single-media .page-title .date {
  text-align: center;
  font-size: var(--fs4);
  color: var(--cg3);
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.single-media .content-body .wp-block-image {
  margin-bottom: 36px;
}
.single-media .content-body .wp-block-image img {
  width: 100%;
}
.single-media .content-sec table,
.single-media .content-sec li,
.single-media .content-sec p {
  font-size: var(--fs5);
  color: var(--cp1);
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 36px;
}
.single-media .content-sec li {
  margin-bottom: 0;
}
.nav-sec {
  margin-top: 100px;
}
main .wp-block-buttons {
  margin-top: 10px;
}
main .wp-block-button__link {
  background: var(--cp1);
  color: var(--cw);
  border-radius: 4px;
  font-size: var(--fs4);
}
.txt-list-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.txt-list-tab-link {
  padding: 12px 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s;
  color: #666;
}
.txt-list-tab-link:hover,
.txt-list-tab-link.active {
  background-color: var(--cp1);
  color: #fff;
  border-color: #000;
}
.content-body ul {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 24px;
}
.content-body ol {
  list-style-type: decimal;
  padding-left: 24px;
  margin-bottom: 24px;
}
.content-body ul li,
.content-body ol li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.content-body ul ul {
  list-style-type: circle;
  margin-top: 8px;
}
.content-body ol ol {
  list-style-type: lower-alpha;
  margin-top: 8px;
}
.txt-list-item {
  border-top: 1px solid var(--cg7);
  transition: background-color 0.3s;
}
.txt-list-link {
  display: flex;
  align-items: center;
  padding: 16px 0px;
  gap: 30px;
  color: inherit;
}
.n-cat {
  width: 70px;
  font-weight: 700;
  color: var(--cg4);
  flex-shrink: 0;
}
.n-title {
  flex: 1;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-date {
  width: 120px;
  text-align: right;
  color: var(--cg4);
  flex-shrink: 0;
  font-weight: 500;
  font-size: var(--fs3);
}

/* PR Page */
#pr-page {
  margin-bottom: 200px;
}
#pr-header .anim-text,
#pr-header .anim-text-header {
  opacity: 1;
  transform: translateY(0);
}

/* Bundang Daycare & Guides */
#sec-bundang-hero {
  height: auto;
}
#sec-bundang-hero h1 {
  font-size: var(--fs10);
}
#sec-bundang-hero .h-full {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}
#sec-bundang-hero .h-full .page-title {
  width: 100%;
  align-self: stretch;
  padding: 40px 0;
}
#sec-bundang-hero .h-full .page-title p.contact-info {
  border: 1px solid var(--cg5);
  padding: 12px 24px;
  border-radius: 4px;
  color: var(--cg3);
  font-size: var(--fs4);
}
#sec-bundang-hero .h-full .page-title .anim-text-header {
  padding: 0;
  color: var(--cp1);
  width: 100%;
  justify-content: space-between;
}
.sec-guide {
  padding-bottom: 0;
  padding-top: 0 !important;
}
.sec-guide .text-group {
  flex-direction: column;
  gap: 16px;
}
.sec-guide .text-group h2 {
  font-size: var(--fs9);
  line-height: 1;
}
.sec-guide .guide-item {
  border-top: 1px solid var(--cg5);
  display: flex;
  width: 100%;
  padding-top: 16px;
}
.sec-guide .guide-item h3 {
  flex: 1;
}
.sec-guide .guide-item p {
  flex: 3;
}
.sec-guide .guide-item ul li span {
  font-size: var(--fs2);
}
.sec-guide .guide-item p b {
  display: block;
  font-size: var(--fs2);
}
.sec-guide2 {
  padding-top: 20px;
}
.sec-guide2 .inner {
  background-image: url(images/pat1.png);
  background-size: cover;
  background-color: var(--bc2);
}
.sec-guide2 .inner > div.fx {
  align-items: stretch;
  padding: 60px;
  border-radius: 4px;
}
.sec-guide2:nth-child(even) .inner > div.fx {
  flex-direction: row-reverse;
}
.sec-guide2 .text-group {
  background-color: var(--cw);
  justify-content: space-between;
}
.sec-guide2 .text-group > div {
  padding: 40px;
  box-sizing: border-box;
  height: 100%;
  align-content: space-between;
}
.sec-guide2 .text-group .item-wrap {
  width: 100%;
}
.sec-guide2.sec-guide {
  padding-top: 40px !important;
}
.sec-guide2 .text-group h2 {
  font-size: var(--fs7);
  line-height: 1.6;
}
.sec-guide2 .inner .reveal-wrap {
  border-radius: 0px;
}
.sec-guide2 .guide-item {
  gap: 20px;
  margin-top: 16px;
}
.sec-wrap {
  background-color: var(--back-color-2);
}
#live-connected {
  background-color: var(--back-color-2);
}
#solace-home-misa-page #sec-userguide {
  padding-top: 150px !important;
}

/* Live at Ease Slider */
#live-ease {
  background-color: var(--bc1);
  overflow: hidden;
  padding-top: 60px !important;
}
.ease-slider-wrap {
  position: relative;
  padding: 0 10px;
}
.ease-slider {
  margin: 0 -15px;
}
.ease-item {
  margin: 0 15px;
  outline: none;
}
.ease-item .img-box {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  margin-bottom: 24px;
  background-color: #ddd;
}
.ease-item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ease-slider .slick-slide {
  margin: 0 20px;
  transition: all 0.3s ease;
}
.slider-arrows {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
.slider-arrows button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.slider-arrows button span {
  font-size: 36px;
  color: var(--cp1);
}
.slider-arrows button:hover {
  background-color: #003c71;
  border-color: #003c71;
}
.slider-arrows button:hover span {
  color: #fff;
}
.slider-arrows button.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f5f5f5;
}
.slider-arrows button.slick-disabled:hover {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.slider-arrows button.slick-disabled:hover span {
  color: #333;
}
.ease-slider .slick-center {
  opacity: 1;
  transform: scale(1);
}
.ease-slider .slick-list {
  overflow: visible;
}
.ease-item .img-box img {
  width: 100%;
  border-radius: 4px;
}
.ease-item .text-box {
  text-align: left;
  transform: none;
  -webkit-text-size-adjust: 100%;

}
.ease-tit {
  font-size: var(--fs7);
  font-weight: 700;
  color: var(--cp1);
  margin-bottom: 16px;
  line-height: 1.3;
}
.ease-desc {
  font-size: var(--fs5);
  color: var(--cp1);
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
}
.ease-slider-wrap .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}
.ease-slider-wrap .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  cursor: pointer;
  padding: 0;
}
.ease-slider-wrap .slick-dots li.slick-active button {
  background-color: #003c71;
  width: 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

#sec-live-connected-2 {
  padding-bottom: 0 !important;
}
#sec-location h2.section-subtitle {
  font-size: var(--fs9);
}
#sec-location p.contact-info {
  border: 1px solid var(--cg5);
  padding: 12px 24px;
  border-radius: 4px;
  color: var(--cg3);
  margin-top: 20px;
  font-size: var(--fs4);
  display: inline-block;
}
#sec-location h4.addr {
  font-size: var(--fs6);
}
#sec-location .transport-info {
  margin-top: 40px;
}
#sec-location .transport-info .transport-item {
  border-left: 1px solid var(--cg6);
  padding-left: 40px;
}
#sec-location .transport-info .transport-item:first-child {
  border-left: none;
  padding-left: 0px;
}
#sec-location .transport-info .transport-item h3 {
  font-size: var(--fs7);
  margin-bottom: 12px;
}
#sec-location .transport-info .transport-item h4 {
  border-bottom: 1px solid var(--cg6);
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: var(--fs3);
}
#sec-location .transport-info .transport-item p {
  font-weight: 500;
  font-size: var(--fs3);
}
#sec-location .transport-info .transport-item p strong {
  width: 100px;
}
#sec-userguide .guide-item ul {
  flex: 3;
}

/* Home Hero */
#sec-home-misa-banner .anim-text,
#sec-home-misa-banner .anim-text-header {
  opacity: 1;
  transform: translateY(0);
  color: var(--cp1);
  padding: 48px 0;
}
#sec-home-misa-banner .page-title h1 {
  font-size: var(--fs9);
  margin-bottom: 8px;
}
#sec-home-misa-banner .page-title p {
  font-size: var(--fs6);
  font-weight: 500;
  line-height: 1.85;
}
#sec-home-brand-list {
  padding-top: 0;
}
#sec-home-notice {
  padding-top: 0;
}
#sec-home-notice .page-header {
  margin-top: 0;
}
.home-brand-wrapper {
  padding-top: 150px;
}
#sec-home-brand-list .anim-text,
#sec-home-brand-list .anim-text-header {
  opacity: 1;
  transform: translateY(0);
  color: var(--cp1);
  padding: 48px 0;
}
#sec-home-brand-list .anim-text-header h1 {
  font-size: var(--fs9);
  margin-bottom: 8px;
}
#sec-home-brand-list .anim-text-header p {
  font-size: var(--fs6);
  font-weight: 500;
  line-height: 1.85;
}
.sec-hero {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
  background-color: var(--cg1);
}
.hero-slide-item {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
.hero-slide-item .dim-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(47, 48, 45, 0.15);
  z-index: 1;
}
.hero-slide-item .inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-title {
  font-size: var(--fs10);
  font-weight: 700;
  color: var(--cw);
  line-height: 1.5;
}
.sec-hero .slick-dots {
  top: calc(100% - 40px);
  z-index: 3;
}
.sec-hero .slick-dots li {
  padding: 0;
  margin: 0 10px;
}
.sec-hero .slick-dots li button:before {
  color: #fff;
  font-size: 10px;
  opacity: 0.5;
}
.sec-hero .slick-dots li.slick-active button:before {
  opacity: 1;
}

/* Brand Banner & Grids */
.sec-brand-banner {
  position: relative;
  height: 240px;
  background-color: #f6f3ee;
  overflow: hidden;
}
.sec-brand-banner .banner-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}
.sec-brand-banner .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  transition: transform 0.5s ease;
}
.sec-brand-banner:hover .bg-img {
  transform: scale(1.05);
}
.sec-brand-banner .inner {
  position: relative;
  z-index: 2;
}
.sec-brand-banner .sub-label {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}
.sec-brand-banner .banner-title {
  font-size: 32px;
  color: #003c71;
  line-height: 1.3;
}
.sec-brand-banner .btn-arrow {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 12px 24px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s ease;
}
.sec-brand-banner:hover .btn-arrow {
  background: #003c71;
  color: #fff;
  border-color: #003c71;
}
.sec-brand-banner .btn-arrow span {
  font-size: 18px;
  margin-left: 8px;
}
.post-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.post-item .post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.post-item .thumb-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background-color: #eee;
}
.post-item .thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.post-item:hover .thumb-wrap img {
  transform: scale(1.05);
}
.post-item .post-cat {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
  background: #f4f4f4;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 2px;
}
.post-item .post-title {
  font-size: 22px;
  color: #222;
  margin-bottom: 12px;
  line-height: 1.4;
  word-break: keep-all;
}
.post-item .post-excerpt {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}
.notice-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.notice-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.notice-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #003c71;
  transform: translateY(-5px);
}
.notice-link {
  display: block;
  padding: 30px;
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.notice-card .badge {
  font-size: 12px;
  color: #fff;
  background-color: #003c71;
  padding: 4px 10px;
  border-radius: 20px;
}
.notice-card .card-body {
  flex: 1;
  margin: 20px 0;
}
.notice-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  word-break: keep-all;
}
.notice-card .date {
  font-size: 13px;
  color: #999;
}

.pagination {
  margin-top: 60px;
}
.pagination .current {
  font-size: var(--fs5);
  font-weight: 700;
  color: var(--cp1);
  margin: 0 8px;
}
.pagination a.page-numbers {
  font-size: var(--fs5);
  font-weight: 700;
  color: var(--cg5);
  margin: 0 8px;
}
.pagination a.next,
.pagination a.prev {
  display: none;
}
