/* ponytail: modular & reusable section styles */
.sub-page-wrap { width: 100%; overflow-x: clip; }
.sub-page-wrap .inner { width: 92%; max-width: 1600px; margin: 0 auto; box-sizing: border-box; }

/* Common Sub Page Section Titles */
.sec-sub { font-size: 20px; font-weight: 600; color: #045545; letter-spacing: -0.01em; line-height: 1.5em; margin: 0 0 24px 0; }
.sec-head { text-align: center; margin-bottom: 80px; }
.sec-title { font-size: 44px; font-weight: 700; color: #111; line-height: 1.36em; letter-spacing: -0.01em; text-transform: uppercase; }
.sec-title span, .sec-title .highlight { color: #045545; }
.head-desc { font-size: 20px; font-weight: 400; color: #666; letter-spacing: -0.02em; line-height: 1.6em; margin-top: 24px; }

.sec-about-intro { padding: 167px 0 60px; }
.sec-about-intro .title { color: #045545; font-size: 68px; font-weight: 700; letter-spacing: -0.02em; text-transform: uppercase; line-height: 1.2em; margin: 0 0 12px 0; }
.sec-about-intro .since { color: #b9b9b9; font-size: 48px; font-weight: 700; letter-spacing: -0.02em; margin: 0; }

.sec-about-quiet { background: url('../img/sub_about_sec2_bg_1.webp') no-repeat center/cover; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 120px 0 140px; text-align: center; color: #fff; box-sizing: border-box; }
.sec-about-quiet .sec-title { font-size: 56px; font-weight: 700; line-height: 1.14em; letter-spacing: -0.02em; margin: 0 0 40px 0; color: #fff; }
.sec-about-quiet .sec-desc { font-size: 18px; line-height: 1.56em; letter-spacing: -0.01em; color: #fff; margin: 0; }
.sec-about-quiet .sec-desc strong { font-weight: 600; }

.sec-about-purpose { min-height: 100vh; height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; padding: 120px 0 140px; text-align: center; overflow: hidden; box-sizing: border-box; --icon-opacity: 0.8; }
.sec-about-purpose .purpose-bg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; transition: opacity 0.5s ease; }
.sec-about-purpose .purpose-bg.bg-light { background: linear-gradient(180deg, rgba(145, 186, 178, 0.20) -15.54%, rgba(255, 255, 255, 0.20) 11.09%), radial-gradient(55.21% 55.86% at 98.59% 113.21%, rgba(145, 186, 178, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%); z-index: 0; }
.sec-about-purpose .purpose-bg.bg-dark { background: #161717; opacity: 0; z-index: 1; }
.sec-about-purpose::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 424px; height: 454px; background: url('../img/sub_ptl_icon.svg') no-repeat center/contain; pointer-events: none; z-index: 2; opacity: var(--icon-opacity, 0.8); }
.sec-about-purpose .inner { position: relative; z-index: 3; width: 92%; max-width: 1600px; margin: 0 auto; display: flex; align-items: center; justify-content: center; min-height: 480px; }
.sec-about-purpose .purpose-stage { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.sec-about-purpose .stage-1 { opacity: 1; z-index: 2; }
.sec-about-purpose .stage-2 { opacity: 0; z-index: 1; pointer-events: none; }
.sec-about-purpose .stage-1 .sec-sub { font-size: 18px; line-height: 1.56; font-weight: 700; color: #4d8278; letter-spacing: -0.01em; margin: 0 0 24px 0; }
.sec-about-purpose .stage-1 .sec-title { font-size: 56px; font-weight: 700; line-height: 1.14em; letter-spacing: -0.02em; color: #045545; margin: 0 0 60px 0; }
.sec-about-purpose .stage-1 .sec-title .highlight { color: #045545; }
.sec-about-purpose .stage-1 .sec-title .dark { color: #111111; }
.sec-about-purpose .stage-1 .sec-title .white { color: #ffffff; }
.sec-about-purpose .stage-1 .sec-desc { font-size: 24px; line-height: 1.5em; letter-spacing: -0.01em; color: #333; margin: 0; }
.sec-about-purpose .stage-1 .sec-desc strong { font-weight: 700; }
.sec-about-purpose .stage-2 .sec-sub { font-size: 18px; line-height: 1.56; font-weight: 700; color: #307c6d; letter-spacing: -0.01em; margin: 0 0 24px 0; }
.sec-about-purpose .stage-2 .sec-title { font-size: 56px; font-weight: 700; line-height: 1.14em; letter-spacing: -0.02em; color: #E3E3E3; margin: 0 0 60px 0; }
.sec-about-purpose .stage-2 .sec-title .highlight { color: #307C6D; }
.sec-about-purpose .stage-2 .sec-desc { font-size: 24px; line-height: 1.5em; letter-spacing: -0.01em; color: #efefef; margin: 0; }
.sec-about-purpose .stage-2 .sec-desc strong { font-weight: 700; color: #efefef; }

.sec-about-values { padding: 140px 0 160px; }
.sec-about-values .sec-title { text-align: center; margin: 0; }
.sec-about-values .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 80px; }
.sec-about-values .value-card { position: relative; background: #fbfbfb; border-radius: 20px; padding: 56px 48px; min-height: 393px; display: flex; flex-direction: column; justify-content: flex-end; box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; }
.sec-about-values .value-card::before { content: ''; position: absolute; top: 56px; left: 48px; width: 28px; height: 30px; background: url('../img/sub_ptl_icon.svg') no-repeat center/contain; opacity: 0; transform: translateY(6px); transition: opacity 0.3s ease, transform 0.3s ease; pointer-events: none; }
.sec-about-values .value-card:hover, .sec-about-values .value-card.accent, .sec-about-values .value-card.point { background: #045545; color: #fff; transform: translateY(-6px); box-shadow: 0 12px 30px rgba(4, 85, 69, 0.2); }
.sec-about-values .value-card:hover::before, .sec-about-values .value-card.accent::before, .sec-about-values .value-card.point::before { opacity: 1; transform: translateY(0); }
.sec-about-values .card-title { font-size: 22px; font-weight: 700; color: #111; letter-spacing: -0.01em; line-height: 1.36em; margin: 0 0 28px 0; transition: color 0.3s ease; }
.sec-about-values .value-card:hover .card-title, .sec-about-values .value-card.accent .card-title, .sec-about-values .value-card.point .card-title { color: #fff; }
.sec-about-values .card-title .sub { display: block; font-size: 18px; font-weight: 600; color: #222; letter-spacing: -0.01em; line-height: 1.36em; margin-top: 8px; transition: color 0.3s ease; }
.sec-about-values .value-card:hover .card-title .sub, .sec-about-values .value-card.accent .card-title .sub, .sec-about-values .value-card.point .card-title .sub { color: rgba(255,255,255,0.9); }
.sec-about-values .card-desc { font-size: 16px; font-weight: 500; color: #444; line-height: 1.75em; letter-spacing: -0.01em; margin: 0; transition: color 0.3s ease; }
.sec-about-values .value-card:hover .card-desc, .sec-about-values .value-card.accent .card-desc, .sec-about-values .value-card.point .card-desc { color: #fff; }

.sec-about-numbers { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #000 url('../img/sub_about_sec5_bg_1.webp') no-repeat center/cover; padding: 160px 0 200px; text-align: center; color: #fff; }
.sec-about-numbers .sec-sub { color: #649e93; }
.sec-about-numbers .sec-title { color: #fff; margin-bottom: 120px; }
.sec-about-numbers .numbers-wrap { display: flex; align-items: center; justify-content: center; gap: 160px; }
.sec-about-numbers .num-item { position: relative; }
.sec-about-numbers .num-item + .num-item::before { content: ''; position: absolute; left: -80px; top: 50%; transform: translateY(-50%); width: 1px; height: 40px; background: rgba(255,255,255,0.2); }
.sec-about-numbers .num-label { font-size: 16px; font-weight: 500; color: rgba(255,255,255,0.8); margin: 0 0 13px 0; letter-spacing: -0.01em; }
.sec-about-numbers .num-val { color: #19a98d; font-size: 36px; font-weight: 700; letter-spacing: -0.01em; margin: 0; line-height: normal; font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }
.sec-about-numbers .num-val .bold { font-size: 64px; display: inline-block; text-align: center; font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }
.sec-about-numbers .num-val .plus { font-size: 40px; }

/* Section 6: What We Do (Services) */
.sec-about-services { background: #045545 url('../img/sub_about_sec6_bg_1.webp') no-repeat center/cover; padding: 180px 0; color: #fff; }
.sec-about-services .inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 80px; }
.sec-about-services .sec-head { width: 52%; text-align: left; margin-bottom: 0; }
.sec-about-services .sec-sub { color: #fff; }
.sec-about-services .sec-title { color: #fff; margin: 0; text-align: left; }
.sec-about-services .service-list { width: 40%; display: flex; flex-direction: column; gap: 50px; }
.sec-about-services .service-item { border-top: 1px solid rgba(215,215,215,0.3); padding-top: 40px; display: flex; flex-direction: column; gap: 32px; opacity: 0.3; transition: opacity 0.4s ease; }
.sec-about-services .service-item.active { opacity: 1; }
.sec-about-services .service-item:first-child { border-top: none; padding-top: 0;}
.sec-about-services .service-num-title { display: flex; align-items: center; gap: 12px; }
.sec-about-services .img-box {margin: 8px 0;}
.sec-about-services .num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #fff; border-radius: 4px; font-weight: 600; font-size: 16px; color: #fff; flex-shrink: 0; letter-spacing: -0.01em; }
.sec-about-services .item-title { font-size: 24px; font-weight: 700; color: #fff; letter-spacing: -0.01em; margin: 0; }
.sec-about-services .img-box img { width: 100%; height: auto; display: block; border-radius: 10px; }
.sec-about-services .item-desc { font-size: 16px; line-height: 1.75em; letter-spacing: -0.01em; color: #fff; margin: 0; }
.sec-about-services .btn-more { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; font-size: 20px; font-weight: 500; color: #fff; text-decoration: none; letter-spacing: -0.01em; padding: 12px 24px; box-sizing: border-box; border: 1px solid transparent; border-radius: 50px; transition: gap 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
.sec-about-services .btn-more:hover { gap: 16px; background-color: #fff; color: #045545; border-color: #fff; }
.sec-about-services .btn-more .btn-arrow-icon {display: inline-block; width: 27px; height: 27px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M14.2501 9.50003C14.2462 9.08353 14.0784 8.68532 13.783 8.3917L10.3867 4.98754C10.2384 4.84009 10.0378 4.75732 9.82862 4.75732C9.61948 4.75732 9.41883 4.84009 9.2705 4.98754C9.1963 5.06113 9.1374 5.14869 9.09721 5.24516C9.05702 5.34163 9.03632 5.44511 9.03632 5.54962C9.03632 5.65413 9.05702 5.7576 9.09721 5.85407C9.1374 5.95055 9.1963 6.0381 9.2705 6.1117L11.8751 8.70836H3.95841C3.74845 8.70836 3.54709 8.79177 3.39862 8.94024C3.25016 9.0887 3.16675 9.29007 3.16675 9.50003C3.16675 9.70999 3.25016 9.91136 3.39862 10.0598C3.54709 10.2083 3.74845 10.2917 3.95841 10.2917H11.8751L9.2705 12.8963C9.12142 13.0443 9.03726 13.2455 9.03652 13.4556C9.03577 13.6656 9.11852 13.8674 9.26654 14.0165C9.41456 14.1656 9.61574 14.2497 9.82582 14.2505C10.0359 14.2512 10.2377 14.1685 10.3867 14.0204L13.783 10.6163C14.0803 10.3207 14.2483 9.91928 14.2501 9.50003Z' fill='%23045545'/%3E%3C/svg%3E") no-repeat center/16px; border-radius: 50%; flex-shrink: 0;}

.sec-about-clients { padding: 140px 0 160px; text-align: center; background: #FDFDFD; overflow: hidden; }
.sec-about-clients .clients-row-wrap { list-style: none; margin: 60px 0 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.sec-about-clients .clients-row { display: flex; overflow: hidden; width: 100%; gap: 0 28px; padding: 10px 0; }
.sec-about-clients .marquee-list { display: flex; align-items: center; flex-shrink: 0; gap: 28px; padding-right: 0px; }
.sec-about-clients .clients-row:nth-child(odd) .marquee-list { animation: clientsScrollLeft 40s linear infinite; }
.sec-about-clients .clients-row:nth-child(even) .marquee-list { animation: clientsScrollRight 40s linear infinite; }
/* .sec-about-clients .clients-row:hover .marquee-list { animation-play-state: paused; } */
.sec-about-clients .client-card { height: 101px; flex-shrink: 0; background: #fff; box-shadow: 0px 7px 8px rgba(4, 85, 69, 0.10); border-radius: 20px; display: flex; align-items: center; justify-content: center; padding: 0px 52px; box-sizing: border-box; transition: box-shadow 0.3s ease, transform 0.3s ease; }
.sec-about-clients .client-card img { max-width: 100%; max-height: 100%; width: auto; height: auto; display: block;}
.sec-about-clients .client-card:hover { box-shadow: 0px 10px 10px rgba(4, 85, 69, 0.18); transform: translateY(-4px); }
.sec-about-clients .client-card:hover img { filter: grayscale(0%); opacity: 1; }

@keyframes clientsScrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes clientsScrollRight {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}

.sec-about-awards { padding: 220px 0 200px; text-align: center; }
.sec-about-awards .awards-board-wrap { width: 100vw; max-width: 100vw; margin-left: 50%; transform: translateX(-50%); margin-bottom: 60px; }
.sec-about-awards .award-card .card-inner, .ptl-award-container .card-inner { position: relative; display: block; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; }
.sec-about-awards .projects-award-icon, .ptl-award-container .projects-award-icon { position: absolute; top: 24px; right: 28px; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; z-index: 5; }
.sec-about-awards .projects-award-icon .gdweb_icon, .ptl-award-container .projects-award-icon .gdweb_icon { width: 68px; }
.sec-about-awards .projects-award-icon .iaward_icon, .ptl-award-container .projects-award-icon .iaward_icon { width: 68px; }
.sec-about-awards .projects-award-icon .naward_icon, .ptl-award-container .projects-award-icon .naward_icon { width: 68px; }
.sec-about-awards .btn-wrap { display: flex; justify-content: center; align-items: center; }
.sec-about-awards .btn-more-awards { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 57px; padding: 0 40px; background-color: #045545; border: 1px solid transparent; border-radius: 50px; color: #fff; font-size: 20px; font-weight: 500; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease; letter-spacing: -0.01em; }
.sec-about-awards .btn-more-awards:hover { background-color: #fff; color: #045545; border-color: #045545; }
.sec-about-awards .btn-more-awards .btn-arrow-icon {display: inline-block; width: 24px; height: 24px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M14.2501 9.50003C14.2462 9.08353 14.0784 8.68532 13.783 8.3917L10.3867 4.98754C10.2384 4.84009 10.0378 4.75732 9.82862 4.75732C9.61948 4.75732 9.41883 4.84009 9.2705 4.98754C9.1963 5.06113 9.1374 5.14869 9.09721 5.24516C9.05702 5.34163 9.03632 5.44511 9.03632 5.54962C9.03632 5.65413 9.05702 5.7576 9.09721 5.85407C9.1374 5.95055 9.1963 6.0381 9.2705 6.1117L11.8751 8.70836H3.95841C3.74845 8.70836 3.54709 8.79177 3.39862 8.94024C3.25016 9.0887 3.16675 9.29007 3.16675 9.50003C3.16675 9.70999 3.25016 9.91136 3.39862 10.0598C3.54709 10.2083 3.74845 10.2917 3.95841 10.2917H11.8751L9.2705 12.8963C9.12142 13.0443 9.03726 13.2455 9.03652 13.4556C9.03577 13.6656 9.11852 13.8674 9.26654 14.0165C9.41456 14.1656 9.61574 14.2497 9.82582 14.2505C10.0359 14.2512 10.2377 14.1685 10.3867 14.0204L13.783 10.6163C14.0803 10.3207 14.2483 9.91928 14.2501 9.50003Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/contain; flex-shrink: 0;}
.sec-about-awards .btn-more-awards:hover .btn-arrow-icon {background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M14.2501 9.50003C14.2462 9.08353 14.0784 8.68532 13.783 8.3917L10.3867 4.98754C10.2384 4.84009 10.0378 4.75732 9.82862 4.75732C9.61948 4.75732 9.41883 4.84009 9.2705 4.98754C9.1963 5.06113 9.1374 5.14869 9.09721 5.24516C9.05702 5.34163 9.03632 5.44511 9.03632 5.54962C9.03632 5.65413 9.05702 5.7576 9.09721 5.85407C9.1374 5.95055 9.1963 6.0381 9.2705 6.1117L11.8751 8.70836H3.95841C3.74845 8.70836 3.54709 8.79177 3.39862 8.94024C3.25016 9.0887 3.16675 9.29007 3.16675 9.50003C3.16675 9.70999 3.25016 9.91136 3.39862 10.0598C3.54709 10.2083 3.74845 10.2917 3.95841 10.2917H11.8751L9.2705 12.8963C9.12142 13.0443 9.03726 13.2455 9.03652 13.4556C9.03577 13.6656 9.11852 13.8674 9.26654 14.0165C9.41456 14.1656 9.61574 14.2497 9.82582 14.2505C10.0359 14.2512 10.2377 14.1685 10.3867 14.0204L13.783 10.6163C14.0803 10.3207 14.2483 9.91928 14.2501 9.50003Z' fill='%23045545'/%3E%3C/svg%3E") no-repeat center/contain;}

/* /* Sub 2-1: Hospital Website Custom (hp_custom.php) */
.sec-hpcustom-intro { padding: 167px 0 60px; }
.sec-hpcustom-intro .title { font-size: 68px; font-weight: 700; color: #045545; letter-spacing: -0.02em; line-height: 1.2em; text-transform: uppercase; margin: 0 0 32px 0; }
.reveal-char.delay-char span:nth-child(1) { transition-delay: 0.40s !important; }
.reveal-char.delay-char span:nth-child(2) { transition-delay: 0.44s !important; }
.reveal-char.delay-char span:nth-child(3) { transition-delay: 0.48s !important; }
.reveal-char.delay-char span:nth-child(4) { transition-delay: 0.52s !important; }
.reveal-char.delay-char span:nth-child(5) { transition-delay: 0.56s !important; }
.sec-hpcustom-intro .sub-desc { font-size: 20px; font-weight: 400; color: #666; letter-spacing: -0.02em; line-height: 1.6em; margin: 0 0 32px 0; }
.sec-hpcustom-intro .tag-wrap { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.sec-hpcustom-intro .tag-pill { background: #eef4f3; color: #045545; font-size: 16px; font-weight: 500; padding: 8px 12px; border-radius: 8px; letter-spacing: -0.01em; }

.sec-hpcustom-concerns { background: #eef4f3 url('../img/sub_hpcustom_sec2_bg_1.webp') no-repeat center/cover; padding: 180px 0 140px; text-align: center; }
.sec-hpcustom-concerns .sec-title { margin-bottom: 60px; }
.sec-hpcustom-concerns .concerns-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 80px; }
.sec-hpcustom-concerns .concerns-grid.concerns-4col { grid-template-columns: repeat(4, 1fr); }
.sec-hpcustom-concerns .concern-card { background: #fff; border-radius: 20px; padding: 40px 24px; min-height: 362px; display: flex; align-items: center; justify-content: center; text-align: center; box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.sec-hpcustom-concerns .concern-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(4, 85, 69, 0.15); }
.sec-hpcustom-concerns .card-text { font-size: 18px; font-weight: 500; color: #666; line-height: 1.67em; letter-spacing: -0.01em; margin: 0; }
.sec-hpcustom-concerns .card-text strong { font-weight: 600; color: #111; display: inline; }
.sec-hpcustom-concerns .concerns-footer .footer-desc { font-size: 24px; font-weight: 400; color: #333; line-height: 1.5em; letter-spacing: -0.01em; margin: 0; }
.sec-hpcustom-concerns .concerns-footer .footer-desc strong { font-weight: 600; }

.sec-hpcustom-principles { padding: 140px 0; background: #fff; }
.sec-hpcustom-principles .principles-grid { display: flex; flex-direction: column; gap: 20px; width: 100%; }
.sec-hpcustom-principles .principles-row { display: flex; gap: 20px; width: 100%; }
.sec-hpcustom-principles .principle-card { background: #f4f8f7; border-radius: 20px; padding: 56px 20px 56px 48px; min-height: 393px; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; }
.sec-hpcustom-principles .principles-row:nth-child(1) .principle-card:nth-child(1) { width: calc(56.75% - 10px); }
.sec-hpcustom-principles .principles-row:nth-child(1) .principle-card:nth-child(2) { width: calc(43.25% - 10px); }
.sec-hpcustom-principles .principles-row:nth-child(2) .principle-card:nth-child(1) { width: calc(33.2% - 10px); }
.sec-hpcustom-principles .principles-row:nth-child(2) .principle-card:nth-child(2) { width: calc(66.8% - 10px); }
.sec-hpcustom-principles .card-head { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
.sec-hpcustom-principles .icon-box img { width: 24px; height: 24px; display: block; }
.sec-hpcustom-principles .card-title { font-size: 22px; font-weight: 700; color: #111; letter-spacing: -0.01em; line-height: 1.36em; margin: 0; }
.sec-hpcustom-principles .card-title .highlight { color: #045545; }
.sec-hpcustom-principles .card-desc { font-size: 16px; font-weight: 500; color: #444; line-height: 1.75em; letter-spacing: -0.01em; margin: 0; }

.sec-hpcustom-works { padding: 140px 0; text-align: center; background: #fff; }
.sec-hpcustom-works .project-tab{display:none !important;}
.sec-hpcustom-works .works-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.sec-hpcustom-works .work-card { display: flex; flex-direction: column; gap: 12px; text-align: center; }
.sec-hpcustom-works .thumb-box { position: relative; width: 100%; height: 301px; border-radius: 20px; overflow: hidden; background: #eee; }
.sec-hpcustom-works .thumb-box img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.sec-hpcustom-works .work-card:hover .thumb-box img { transform: scale(1.05); }
.sec-hpcustom-works .card-overlay { position: absolute; inset: 0; background: rgba(4, 85, 69, 0.9); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px; opacity: 0; transition: opacity 0.3s ease; padding: 24px; box-sizing: border-box; color: #fff; border-radius: 20px; }
.sec-hpcustom-works .work-card:hover .card-overlay { opacity: 1; }
.sec-hpcustom-works .overlay-title { font-size: 18px; font-weight: 700; color: #fff; letter-spacing: -0.01em; margin: 0; line-height: 1.4em; }
.sec-hpcustom-works .overlay-tags { font-size: 16px; font-weight: 500; color: rgba(255, 255, 255, 0.9); letter-spacing: -0.01em; margin: 0; line-height: 1.5em; }
.sec-hpcustom-works .work-name { font-size: 20px; font-weight: 600; color: #111; letter-spacing: -0.01em; margin: 0; line-height: 2.5em; }
.sec-hpcustom-works .project-more-wrap {display: none; }

.sec-hpcustom-plans { padding: 140px 0; background: #fff; text-align: center; }
.sec-hpcustom-plans .plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sec-hpmanage-plans .plans-grid { grid-template-columns: repeat(2, 1fr); }
.sec-hpcustom-plans .plan-card { background: linear-gradient(169deg, #fbfffe 34%, #f4f8f7 82%, #d3e5e1 117%); border-radius: 20px; padding: 56px 48px; min-height: 273px; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box; }
.sec-hpcustom-plans .plan-title { font-size: 24px; font-weight: 700; color: #045545; letter-spacing: -0.01em; line-height: 1.25em; margin: 0 0 28px 0; }
.sec-hpcustom-plans .plan-desc { font-size: 16px; font-weight: 500; color: #444; letter-spacing: -0.01em; line-height: 1.75em; margin: 0; }

.sec-hpcustom-table { padding: 0 0 140px; background: #fff; }
.sec-hpcustom-table .table-container { width: 100%; }
.sec-hpcustom-table .compare-tabs { display: none; }
.sec-hpcustom-table .compare-grid { display: grid; grid-template-columns: 15% 28% 28% 28%; gap: 6px; text-align: center; font-size: 18px; }
.sec-hpcustom-table .compare-row { display: contents; }
.sec-hpcustom-table .cell { padding: 28px 16px; background: #fbfbfb; color: #222; border-radius: 10px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.44em; display: flex; align-items: center; justify-content: center; }
.sec-hpcustom-table .cell.label { background: transparent; color: #444; font-weight: 600; }
.sec-hpcustom-table .cell.highlight { background: #f4f8f7; }
.sec-hpcustom-table .cell.plan-head { background: #878787; color: #fff; font-size: 22px; font-weight: 600; padding: 20px 10px; }
.sec-hpcustom-table .cell.plan-head.highlight { background: #045545; }
.sec-hpcustom-table .cell.plan-head[data-plan="2"] { background: #8ecab1; }
.sec-hpcustom-table .cell.plan-head[data-plan="3"] { background: #045545; }
.sec-hpmanage-table .compare-grid { grid-template-columns: 16% 21% 21% 21% 21%; }

.sec-hpcustom-banner { padding: 80px 0 140px; background: #fff; }
.sec-hpcustom-banner .banner-box { height: 393px; display: flex; justify-content: center; align-items: center; background-color: #7b7b7b; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 20px; padding: 60px 48px; text-align: center; margin-bottom: 40px; }
.sec-hpcustom-banner .banner-box.bg-hpcustom { background-image: url('../img/sub_hpcustom_banner_bg_1.webp'); }
.sec-hpcustom-banner .banner-box.bg-hplight { background-image: url('../img/sub_hplight_banner_bg_1.webp'); }
.sec-hpcustom-banner .banner-box.bg-hplanding { background-image: url('../img/sub_hplanding_banner_bg_1.webp'); }
.sec-hpcustom-banner .banner-box.bg-hpmanage { background-image: url('../img/sub_hpmanage_banner_bg_1.webp'); }
.sec-hpcustom-banner .icon-box { width: 22px; height: 24px; margin: 0 auto 12px; background-color: #045545; -webkit-mask: url('../img/sub_ptl_icon.svg') no-repeat center/contain; mask: url('../img/sub_ptl_icon.svg') no-repeat center/contain; }
.sec-hpcustom-banner .icon-box img { display: none; }
.sec-hpcustom-banner .banner-sub { font-size: 36px; font-weight: 600; color: #00362b; letter-spacing: -0.01em; line-height: 1.28em; margin: 0 0 8px 0; }
.sec-hpcustom-banner .banner-title { font-size: 40px; font-weight: 700; color: #00362b; letter-spacing: -0.01em; line-height: 1.15em; margin: 0 0 44px 0; }
.sec-hpcustom-banner .btn-estimate { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 52px; padding: 0 40px; background: #045545; color: #fff; font-size: 18px; font-weight: 500; border-radius: 50px; letter-spacing: -0.01em; text-decoration: none; transition: background 0.3s ease, gap 0.3s ease; }
.sec-hpcustom-banner .btn-estimate:hover { background: #033c31; gap: 16px; }
.sec-hpcustom-banner .btn-estimate .btn-arrow-icon { width: 19px; height: 19px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M14.2501 9.50003C14.2462 9.08353 14.0784 8.68532 13.783 8.3917L10.3867 4.98754C10.2384 4.84009 10.0378 4.75732 9.82862 4.75732C9.61948 4.75732 9.41883 4.84009 9.2705 4.98754C9.1963 5.06113 9.1374 5.14869 9.09721 5.24516C9.05702 5.34163 9.03632 5.44511 9.03632 5.54962C9.03632 5.65413 9.05702 5.7576 9.09721 5.85407C9.1374 5.95055 9.1374 6.0381 9.2705 6.1117L11.8751 8.70836H3.95841C3.74845 8.70836 3.54709 8.79177 3.39862 8.94024C3.25016 9.0887 3.16675 9.29007 3.16675 9.50003C3.16675 9.70999 3.25016 9.91136 3.39862 10.0598C3.54709 10.2083 3.74845 10.2917 3.95841 10.2917H11.8751L9.2705 12.8963C9.12142 13.0443 9.03726 13.2455 9.03652 13.4556C9.03577 13.6656 9.11852 13.8674 9.26654 14.0165C9.41456 14.1656 9.61574 14.2497 9.82582 14.2505C10.0359 14.2512 10.2377 14.1685 10.3867 14.0204L13.783 10.6163C14.0803 10.3207 14.2483 9.91928 14.2501 9.50003Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/contain; }
.sec-hpcustom-banner .notice-box { background: #fcfcfc; border-radius: 10px; padding: 44px 10px; display: flex; justify-content: center; align-items: center; gap: 80px; }
.sec-hpcustom-banner .notice-col { flex: 1; display: flex; }
.sec-hpcustom-banner .notice-col:first-child { justify-content: flex-end; border-right: 1px solid #e6e6e6; padding-right: 80px; }
.sec-hpcustom-banner .notice-col:last-child { justify-content: flex-start; }
.sec-hpcustom-banner .notice-list { list-style: disc; padding-left: 24px; margin: 0; color: #8b8b8b; font-size: 16px; letter-spacing: -0.01em; line-height: 1.75em; }

/* Sub 2-2: Hospital Website Light (hp_light.php) */
.sec-hplight-principles { padding: 140px 0; background: #fff; }
.sec-hplight-principles .principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 80px; }
.sec-hpmanage-principles .principles-grid { grid-template-columns: repeat(3, 1fr); }
.sec-hplight-principles .principle-card { background: #f4f8f7; border-radius: 20px; padding: 56px 20px 56px 40px; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; }
.sec-hplight-principles .card-head { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 24px;}
.sec-hplight-principles .icon-box img { width: 24px; height: 24px; display: block; }
.sec-hplight-principles .card-title { font-size: 22px; font-weight: 700; color: #111; letter-spacing: -0.01em; line-height: 1.36em; margin: 0; }
.sec-hplight-principles .card-title .highlight { color: #045545; }
.sec-hplight-principles .card-desc { font-size: 16px; font-weight: 500; color: #444; line-height: 1.75em; letter-spacing: -0.01em; margin: 0; word-break: keep-all; }

.sec-hplight-features { background: #045545 url('../img/sub_hplight_sec6_bg_1.webp') no-repeat center/cover; padding: 140px 0; color: #fff; }
.sec-hplight-features .inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 80px; }
.sec-hplight-features .sec-head { text-align: left; margin-bottom: 0; }
.sec-hplight-features .sec-sub, .sec-hplight-features .sec-title, .sec-hplight-features .head-desc { color: #fff; text-align: left; }
.sec-hplight-features .sec-title { margin-bottom: 24px; }
.sec-hplight-features .features-list { width: 57%; display: flex; flex-direction: column; gap: 20px; }
.sec-hplight-features .feature-item { background: #fbfbfb; border-radius: 20px; padding: 32px 20px 32px 100px; display: flex; align-items: center; gap: 12px; box-sizing: border-box; }
.sec-hplight-features .feature-label { font-size: 24px; font-weight: 700; color: #045545; letter-spacing: -0.01em; line-height: 1.5em; width: 174px; min-width: 174px; margin: 0; flex-shrink: 0; }
.sec-hplight-features .feature-val { font-size: 16px; font-weight: 500; color: #111; line-height: 28px; letter-spacing: -0.01em; margin: 0; }
.sec-hplight-features .feature-sub { font-size: 14px; font-weight: 500; color: #a8a8a8; margin: 4px 0 0 0; letter-spacing: -0.01em; line-height: 2; }

.sec-hplight-compare { padding: 140px 0; background: #fff; text-align: center; }
.sec-hplight-compare .table-container { width: 100%; }
.sec-hplight-compare .compare-tabs { display: none; }
.sec-hplight-compare .compare-grid { display: grid; grid-template-columns: 20% 40% 40%; gap: 6px; text-align: center; font-size: 18px; }
.sec-hplight-compare .compare-row { display: contents; }
.sec-hplight-compare .cell { padding: 28px 16px; background: #fbfbfb; color: #222; border-radius: 10px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.44em; display: flex; align-items: center; justify-content: center; }
.sec-hplight-compare .cell.label { background: transparent; color: #444; font-weight: 600; }
.sec-hplight-compare .cell.highlight { background: #f4f8f7; }
.sec-hplight-compare .cell.plan-head { font-size: 22px; font-weight: 600; padding: 20px 10px; color: #fff; background: #878787; }
.sec-hplight-compare .cell.plan-head.highlight { background: #8ecab1; }
.sec-hplight-compare .cell.plan-head.dark { background: #045545; }

/* Sub 2-3: Landing Page (hp_landing.php) */
.sec-hplanding-types { padding: 160px 0; background: #045545 url('../img/sub_hplanding_sec3_bg.webp') no-repeat center/cover; color: #fff; }
.sec-hplanding-types .sec-sub { color: #fff; font-size: 20px; font-weight: 600; letter-spacing: -0.01em; margin-bottom: 24px; }
.sec-hplanding-types .sec-title { color: #fff; font-size: 44px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 36px; text-align: center; text-transform: uppercase; }
.sec-hplanding-types .head-desc { color: #fff; font-size: 20px; font-weight: 400; letter-spacing: -0.02em; line-height: 1.6em; text-align: center; opacity: 0.9; }
.sec-hplanding-types .types-list { display: flex; flex-direction: column; gap: 60px; margin-top: 110px; }
.sec-hplanding-types .type-item { display: flex; align-items: flex-end; gap: clamp(30px, 5vw, 120px); width: 100%; max-width: 1600px; margin: 0 auto; }
.sec-hplanding-types .thumb-box { width: 53.6%; max-width: 858px; aspect-ratio: 858 / 420; height: auto; border-radius: 20px; background: #c4c4c4; flex-shrink: 0; overflow: hidden; }
.sec-hplanding-types .thumb-box img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sec-hplanding-types .type-info { flex: 1; min-width: 0; padding-bottom: 40px; }
.sec-hplanding-types .type-head { display: flex; flex-direction: column; gap: 5px; margin-bottom: 40px; }
.sec-hplanding-types .type-num { font-size: 20px; font-weight: 700; color: #fff; letter-spacing: -0.01em; line-height: 1.8em; }
.sec-hplanding-types .type-title { font-size: 28px; font-weight: 700; color: #fff; letter-spacing: -0.01em; margin: 0; }
.sec-hplanding-types .type-desc { font-size: 16px; font-weight: 400; color: #fff; line-height: 1.75em; letter-spacing: -0.01em; margin: 0; }
.sec-hplanding-types .types-btn-wrap { display: flex; justify-content: center; margin-top: 100px; }
.sec-hplanding-types .btn-more-portfolio { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 57px; padding: 0 40px; border: 1px solid #fff; border-radius: 50px; color: #fff; font-size: 20px; font-weight: 500; text-decoration: none; box-sizing: border-box; letter-spacing: -0.01em; transition: background 0.3s ease, color 0.3s ease; }
.sec-hplanding-types .btn-more-portfolio:hover, .sec-hplanding-types .btn-more-portfolio:active { background: #fff; color: #045545; }
.sec-hplanding-types .btn-more-portfolio .btn-arrow-icon { display: inline-block; width: 19px; height: 19px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M14.2501 9.50003C14.2462 9.08353 14.0784 8.68532 13.783 8.3917L10.3867 4.98754C10.2384 4.84009 10.0378 4.75732 9.82862 4.75732C9.61948 4.75732 9.41883 4.84009 9.2705 4.98754C9.1963 5.06113 9.1374 5.14869 9.09721 5.24516C9.05702 5.34163 9.03632 5.44511 9.03632 5.54962C9.03632 5.65413 9.05702 5.7576 9.09721 5.85407C9.1374 5.95055 9.1963 6.0381 9.2705 6.1117L11.8751 8.70836H3.95841C3.74845 8.70836 3.54709 8.79177 3.39862 8.94024C3.25016 9.0887 3.16675 9.29007 3.16675 9.50003C3.16675 9.70999 3.25016 9.91136 3.39862 10.0598C3.54709 10.2083 3.74845 10.2917 3.95841 10.2917H11.8751L9.2705 12.8963C9.12142 13.0443 9.03726 13.2455 9.03652 13.4556C9.03577 13.6656 9.11852 13.8674 9.26654 14.0165C9.41456 14.1656 9.61574 14.2497 9.82582 14.2505C10.0359 14.2512 10.2377 14.1685 10.3867 14.0204L13.783 10.6163C14.0803 10.3207 14.2483 9.91928 14.2501 9.50003Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/contain; flex-shrink: 0; }
.sec-hplanding-types .btn-more-portfolio:hover .btn-arrow-icon, .sec-hplanding-types .btn-more-portfolio:active .btn-arrow-icon { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M14.2501 9.50003C14.2462 9.08353 14.0784 8.68532 13.783 8.3917L10.3867 4.98754C10.2384 4.84009 10.0378 4.75732 9.82862 4.75732C9.61948 4.75732 9.41883 4.84009 9.2705 4.98754C9.1963 5.06113 9.1374 5.14869 9.09721 5.24516C9.05702 5.34163 9.03632 5.44511 9.03632 5.54962C9.03632 5.65413 9.05702 5.7576 9.09721 5.85407C9.1374 5.95055 9.1963 6.0381 9.2705 6.1117L11.8751 8.70836H3.95841C3.74845 8.70836 3.54709 8.79177 3.39862 8.94024C3.25016 9.0887 3.16675 9.29007 3.16675 9.50003C3.16675 9.70999 3.25016 9.91136 3.39862 10.0598C3.54709 10.2083 3.74845 10.2917 3.95841 10.2917H11.8751L9.2705 12.8963C9.12142 13.0443 9.03726 13.2455 9.03652 13.4556C9.03577 13.6656 9.11852 13.8674 9.26654 14.0165C9.41456 14.1656 9.61574 14.2497 9.82582 14.2505C10.0359 14.2512 10.2377 14.1685 10.3867 14.0204L13.783 10.6163C14.0803 10.3207 14.2483 9.91928 14.2501 9.50003Z' fill='%23045545'/%3E%3C/svg%3E") no-repeat center/contain; }

.sec-hpcustom-faq { padding: 100px 0 140px; background: #fff; }
.sec-hpcustom-faq .faq-list { display: flex; width: 100%; flex-direction: column; gap: 16px; }
.sec-hpcustom-faq .faq-item { width: 100%; overflow: hidden; border-radius: 18px; background: #fafafa; transition: background .3s ease, box-shadow .3s ease; }
.sec-hpcustom-faq .faq-item.active { background: #fff; box-shadow: 0 12px 28px rgba(4,85,69,.13); }
.sec-hpcustom-faq .faq-q { display: flex; width: 100%; min-height: 90px; padding: 24px 56px; align-items: center; justify-content: space-between; gap: 30px; border: 0; background: transparent; cursor: pointer; text-align: left; }
.sec-hpcustom-faq .q-text { display: flex; align-items: flex-start; gap: 8px; flex: 1; min-width: 0; color: #333; font-family: Pretendard; font-size: 24px; font-style: normal; font-weight: 500; line-height: 1.66; letter-spacing: -0.24px; }
.sec-hpcustom-faq .q-text .q-prefix { flex-shrink: 0; }
.sec-hpcustom-faq .q-text .q-content { flex: 1; min-width: 0; word-break: keep-all; }
.sec-hpcustom-faq .faq-item.active .q-text { color: #045545; font-weight: 600; }
.sec-hpcustom-faq .faq-arrow { display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sec-hpcustom-faq .faq-arrow img { display: block; height: auto; transition: transform .3s ease; }
.sec-hpcustom-faq .faq-item.active .faq-arrow img { transform: rotate(180deg); }
.sec-hpcustom-faq .faq-a { display: none; padding: 0 56px 34px; }
.sec-hpcustom-faq .faq-item.active .faq-a { display: block; }
.sec-hpcustom-faq .faq-a p { display: flex; align-items: flex-start; gap: 8px; border-top: 1px solid #e8e8e8; padding-top: 26px; color: #666; font-family: Pretendard; font-size: 20px; font-style: normal; font-weight: 500; line-height: 1.8; letter-spacing: -0.2px; margin: 0; }
.sec-hpcustom-faq .faq-a p .a-prefix { flex-shrink: 0; }
.sec-hpcustom-faq .faq-a p .a-content { flex: 1; min-width: 0; word-break: keep-all; }

/* Responsive Media Query (Single breakpoint at 1024px) */
@media (max-width: 1024px) {
  .sub-page-wrap .inner {width: 100%;padding-inline: 20px;}
  .sec-sub { font-size: 16px; margin-bottom: 16px; }
  .sec-head { margin-bottom: 40px; }
  .sec-title { font-size: 32px; line-height: 1.33em; }
  .head-desc { font-size: 16px; margin-top: 16px; }

  .sec-about-intro { padding: 130px 0 60px; text-align: center; }
  .sec-about-intro .title { font-size: 32px; line-height: 1.2em; letter-spacing: -0.02em; margin: 0 0 16px 0; }
  .sec-about-intro .since { font-size: 24px; letter-spacing: -0.02em; }

  .sec-about-quiet { min-height: auto; height: 100svh; padding: 0px; }
  .sec-about-quiet .sec-title { font-size: 32px; line-height: 1.25em; margin-bottom: 24px; }
  .sec-about-quiet .sec-desc { font-size: 16px; line-height: 1.63em; }

  .sec-about-purpose::before { width: 280px; height: 300px; }
  .sec-about-purpose .stage-1 .sec-sub, .sec-about-purpose .stage-2 .sec-sub { font-size: 16px; margin-bottom: 16px; }
  .sec-about-purpose .stage-1 .sec-title, .sec-about-purpose .stage-2 .sec-title { font-size: 32px; line-height: 1.22em; margin-bottom: 30px; }
  .sec-about-purpose .stage-1 .sec-desc, .sec-about-purpose .stage-2 .sec-desc { font-size: 16px; line-height: 1.56em; }
  .sec-about-purpose .stage-2 .sec-desc strong { font-size: 16px; line-height: 1.56em; }

  .sec-about-values { padding: 100px 0px; }
  .sec-about-values .values-grid { display: flex; flex-direction: column; gap: 20px; margin-top: 60px; }
  .sec-about-values .value-card { width: auto; height: auto; min-height: auto; padding: 70px 20px 40px; border-radius: 14px; background: #fbfbfb; color: #111; transform: none; box-shadow: none; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; gap: 20px; transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; }
  .sec-about-values .value-card::before { top: 36px; left: 20px; right: auto; width: 24px; height: 26px; opacity: 0; transform: none; transition: opacity 0.3s ease; }
  .sec-about-values .value-card .card-title { font-size: 20px; line-height: 1.4; font-weight: 700; color: #111; margin-bottom: 0; transition: color 0.3s ease; }
  .sec-about-values .value-card .card-title .sub { display: block; font-size: 16px; line-height: 1.4; font-weight: 500; color: #222; margin-top: 6px; transition: color 0.3s ease; }
  .sec-about-values .value-card .card-desc { font-size: 16px; line-height: 1.6; font-weight: 400; color: #444; margin: 0; transition: color 0.3s ease; }
  .sec-about-values .value-card.point { background: #045545; color: #fff; box-shadow: 0 10px 20px 0 rgba(4, 85, 69, 0.15); }
  .sec-about-values .value-card.point::before { opacity: 1; position: unset; display: block; }
  .sec-about-values .value-card.point .card-title { color: #fff; }
  .sec-about-values .value-card.point .card-title .sub { color: rgba(255, 255, 255, 0.9); }
  .sec-about-values .value-card.point .card-desc { color: #fff; }

  .sec-about-numbers { min-height: auto; height: auto; padding: 100px 0; }
  .sec-about-numbers .sec-title { margin-bottom: 60px; }
  .sec-about-numbers .numbers-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 0; align-items: flex-start; }
  .sec-about-numbers .num-item { width: 100%; box-sizing: border-box; position: relative; padding: 0 10px; }
  .sec-about-numbers .num-item::before, .sec-about-numbers .num-item + .num-item::before { display: none; }
  .sec-about-numbers .num-item:nth-child(2n)::before { content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 36px; background: rgba(255,255,255,0.2); }
  .sec-about-numbers .num-label { font-size: 16px; margin-bottom: 8px; }
  .sec-about-numbers .num-val { font-size: 24px; }
  .sec-about-numbers .num-val .bold { font-size: 40px; }
  .sec-about-numbers .num-val .plus { font-size: 24px; }

  .sec-about-services { padding: 100px 0; }
  .sec-about-services .inner { flex-direction: column; gap: 60px; }
  .sec-about-services .sec-head { width: 100%; text-align: left; }
  .sec-about-services .service-list { width: 100%; gap: 40px; }
  .sec-about-services .service-item { opacity: 0.3; transition: opacity 0.4s ease; }
  .sec-about-services .service-item.active { opacity: 1; }
  .sec-about-services .btn-more { font-size: 16px; padding: 8px 0px; gap: 8px; }
  .sec-about-services .btn-more:hover { background-color: transparent; color: #fff; border-color: transparent; gap: 8px; }
  .sec-about-services .btn-more .btn-arrow-icon { width: 22px; height: 22px; background-size: 13px; }

  .sec-about-clients { padding: 100px 0; }
  .sec-about-clients .clients-row-wrap { gap: 16px; margin-top: 40px; }
  .sec-about-clients .clients-row { gap: 0 16px; padding: 6px 0; }
  .sec-about-clients .marquee-list { gap: 16px; padding-right: 16px; }
  .sec-about-clients .client-card { width: 120px; height: 54px; padding: 10px 16px; border-radius: 10px; }
  .sec-about-clients .client-card:hover { transform: none; box-shadow: 0px 7px 8px rgba(4, 85, 69, 0.10); }

  .sec-about-awards { padding: 0 0 100px 0; } 
  .sec-about-awards .sec-head {margin-bottom: 60px;}
  .sec-about-awards .awards-board-wrap { margin-bottom: 0px; }
  .sec-about-awards .projects-award-icon, .ptl-award-container .projects-award-icon { top: 12px; right: 12px; gap: 6px; transform: none; }
  .sec-about-awards .projects-award-icon .gdweb_icon, .ptl-award-container .projects-award-icon .gdweb_icon { width: 38px; }
  .sec-about-awards .projects-award-icon .iaward_icon, .ptl-award-container .projects-award-icon .iaward_icon { width: 38px; }
  .sec-about-awards .projects-award-icon .naward_icon, .ptl-award-container .projects-award-icon .naward_icon { width: 38px; }
  .sec-about-awards .awards-grid { flex-direction: column; width: 100%; gap: 20px; }
  .sec-about-awards .award-card.size-sm, .sec-about-awards .award-card.size-md, .sec-about-awards .award-card.size-lg { width: 100%; height: 320px; }
  .sec-about-awards .card-info .name { font-size: 22px; }
  .sec-about-awards .btn-more-awards { height: 48px; padding: 0 24px; font-size: 16px; gap: 8px; }
  .sec-about-awards .btn-more-awards:hover { background-color: #045545; color: #fff; border-color: transparent; }
  .sec-about-awards .btn-more-awards .btn-arrow-icon { width: 20px; height: 20px; }

  /* Sub 2-1: Mobile Responsive Styles */
  .sec-hpcustom-intro { padding: 130px 0px 60px; text-align: center;}
  .sec-hpcustom-intro .title { font-size: 32px; margin-bottom: 16px; text-align: center;}
  .sec-hpcustom-intro .sub-desc { font-size: 16px; margin-bottom: 20px; text-align: center; }
  .sec-hpcustom-intro .tag-pill { font-size: 16px; padding: 6px 12px; text-align: center; }
  .sec-hpcustom-intro .tag-wrap { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .sec-hpcustom-intro .tag-pill:nth-child(odd):last-child { grid-column: span 2; justify-self: center; }
  .sec-hpcustom-concerns { padding: 100px 0; }
  .sec-hpcustom-concerns .sec-title { font-size: 28px; margin-bottom: 40px; }
  .sec-hpcustom-concerns .concerns-grid, .sec-hpcustom-concerns .concerns-grid.concerns-4col { grid-template-columns: repeat(1, 1fr); gap: 16px; margin-bottom: 80px; }
  .sec-hpcustom-concerns .concern-card { min-height: auto; padding: 36px 20px; }
  .sec-hpcustom-concerns .concern-card:hover { transform: none; box-shadow: none; }
  .sec-hpcustom-concerns .card-text { font-size: 16px; }
  .sec-hpcustom-concerns .concerns-footer .footer-desc { font-size: 18px; }
  .sec-hpcustom-principles { padding: 100px 0; }
  .sec-hpcustom-principles .principles-grid { gap: 16px; }
  .sec-hpcustom-principles .principles-row { flex-direction: column; gap: 16px; width: 100%; }
  .sec-hpcustom-principles .principle-card { flex: 1 1 100% !important; width: 100% !important; min-height: auto; padding: 36px 24px; }
  .sec-hpcustom-principles .principle-card:hover { transform: none; box-shadow: none; }
  .sec-hpcustom-principles .card-title { font-size: 20px; }
  .sec-hpcustom-principles .card-desc { font-size: 16px; }
  .sec-hpcustom-works { padding: 0; }
  .sec-hpcustom-works .works-grid { grid-template-columns: repeat(1, 1fr); gap: 20px; }
  .sec-hpcustom-works .thumb-box { height: 240px; }
  .sec-hpcustom-works .card-overlay { opacity: 1; background: rgba(4, 85, 69, 0.85); padding: 16px; }
  .sec-hpcustom-works .overlay-title { font-size: 16px; }
  .sec-hpcustom-works .overlay-tags { font-size: 16px; }
  .sec-hpcustom-works .work-name { font-size: 18px; line-height: 40px; }
  .sec-hpcustom-plans { padding: 100px 0; }
  .sec-hpcustom-plans .sec-head {margin-bottom: 60px; }
  .sec-hpcustom-plans .plans-grid { grid-template-columns: repeat(1, 1fr); gap: 16px; }
  .sec-hpcustom-plans .plan-card { min-height: auto; padding: 36px 24px; }
  .sec-hpcustom-plans .plan-card:hover { transform: none; box-shadow: none; }
  .sec-hpcustom-plans .plan-title { font-size: 22px; margin-bottom: 16px; }
  .sec-hpcustom-plans .plan-desc { font-size: 16px; }
  .sec-hpcustom-table { padding: 0 0 80px; }
  .sec-hpcustom-table .table-container { position: relative; width: 100%; transform: none !important; }
  .sec-hpcustom-table .compare-tabs-wrap { display: flex; width: 100%; min-height: 48px; margin-bottom: 24px; background: #fff; box-sizing: border-box; }
  .sec-hpcustom-table .compare-tabs-spacer { display: none; width: 100%; }
  .sec-hpcustom-table .compare-tabs-wrap.is-fixed { position: fixed; top: var(--sticky-top, 60px); left: 20px; right: 20px; width: calc(100% - 40px); max-width: 1600px; margin: 0 auto; z-index: 999; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); border-radius: 12px; }
  .sec-hpcustom-table .compare-tabs-wrap.is-bottom { position: absolute; bottom: 0; top: auto; left: 0; right: 0; width: 100%; z-index: 10; margin-bottom: 0; }
  .sec-hpcustom-table .compare-tabs-wrap.is-fixed ~ .compare-tabs-spacer,
  .sec-hpcustom-table .compare-tabs-wrap.is-bottom ~ .compare-tabs-spacer { display: block; }
  .sec-hpcustom-table .compare-tabs { display: flex; gap: 8px; width: 100%; box-sizing: border-box; }
  .sec-hpcustom-table .tab-btn { flex: 1; padding: 12px 8px; border: none; border-radius: 10px; background: #f4f8f7; color: #666; font-size: 16px; font-weight: 600; letter-spacing: -0.01em; cursor: pointer; transition: background 0.3s ease, color 0.3s ease; }
  .sec-hpcustom-table .tab-btn.active { background: #045545; color: #fff; }
  .sec-hpcustom-table .compare-grid { grid-template-columns: 1fr; gap: 12px; font-size: 16px; }
  .sec-hpcustom-table .compare-grid .head-row { display: none; }
  .sec-hpcustom-table .compare-grid .cell.label { display: none; }
  .sec-hpcustom-table .cell { padding: 28px 20px; line-height: 1.5em; font-weight: 400; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; }
  .sec-hpcustom-table .cell[data-plan]::before { content: attr(data-label); display: block; font-size: 16px; font-weight: 700; color: #045545; letter-spacing: -0.01em; margin-bottom: 8px; }
  .sec-hpcustom-table .compare-grid[data-active-plan="1"] .cell[data-plan="2"],
  .sec-hpcustom-table .compare-grid[data-active-plan="1"] .cell[data-plan="3"],
  .sec-hpcustom-table .compare-grid[data-active-plan="2"] .cell[data-plan="1"],
  .sec-hpcustom-table .compare-grid[data-active-plan="2"] .cell[data-plan="3"],
  .sec-hpcustom-table .compare-grid[data-active-plan="3"] .cell[data-plan="1"],
  .sec-hpcustom-table .compare-grid[data-active-plan="3"] .cell[data-plan="2"] { display: none; }
  .sec-hpmanage-table .compare-grid[data-active-plan="1"] .cell[data-plan="2"],
  .sec-hpmanage-table .compare-grid[data-active-plan="1"] .cell[data-plan="3"],
  .sec-hpmanage-table .compare-grid[data-active-plan="1"] .cell[data-plan="4"],
  .sec-hpmanage-table .compare-grid[data-active-plan="2"] .cell[data-plan="1"],
  .sec-hpmanage-table .compare-grid[data-active-plan="2"] .cell[data-plan="3"],
  .sec-hpmanage-table .compare-grid[data-active-plan="2"] .cell[data-plan="4"],
  .sec-hpmanage-table .compare-grid[data-active-plan="3"] .cell[data-plan="1"],
  .sec-hpmanage-table .compare-grid[data-active-plan="3"] .cell[data-plan="2"],
  .sec-hpmanage-table .compare-grid[data-active-plan="3"] .cell[data-plan="4"],
  .sec-hpmanage-table .compare-grid[data-active-plan="4"] .cell[data-plan="1"],
  .sec-hpmanage-table .compare-grid[data-active-plan="4"] .cell[data-plan="2"],
  .sec-hpmanage-table .compare-grid[data-active-plan="4"] .cell[data-plan="3"] { display: none; }
  .sec-hpcustom-banner { padding: 0px 0; overflow: hidden; }
  .sec-hpcustom-banner .inner {padding: 0;}
  .sec-hpcustom-banner .banner-box { height: auto; min-height: 280px; padding: 40px 20px; border-radius: 0px; margin-bottom: 0px; background-color: unset; }
  .sec-hpcustom-banner .icon-box { width: 18px; height: 20px; margin-bottom: 10px; }
  .sec-hpcustom-banner .banner-sub { font-size: 20px; margin-bottom: 6px; }
  .sec-hpcustom-banner .banner-title { font-size: 24px; margin-bottom: 20px; word-break: keep-all; line-height: 1.4; }
  .sec-hpcustom-banner .btn-estimate { height: 48px; padding: 0 28px; font-size: 16px; }
  .sec-hpcustom-banner .btn-estimate:hover { background: #045545; gap: 10px; }
  .sec-hpcustom-banner .btn-estimate .btn-arrow-icon { width: 16px; height: 16px; }
  .sec-hpcustom-banner .notice-box { padding: 40px 20px 100px 20px; flex-direction: column; align-items: stretch; gap: 0px; border-radius: 10px; background-color: unset; }
  .sec-hpcustom-banner .notice-col { flex: none; width: 100%; justify-content: flex-start; }
  .sec-hpcustom-banner .notice-col:first-child { justify-content: flex-start; border-right: none; padding-right: 0; }
  .sec-hpcustom-banner .notice-col:last-child { justify-content: flex-start; }
  .sec-hpcustom-banner .notice-list { padding-left: 20px; font-size: 16px; line-height: 1.65em; }
  .sec-hpcustom-faq { padding: 0 0 80px 0; }
  .sec-hpcustom-faq .faq-list { gap: 12px; }
  .sec-hpcustom-faq .faq-item { border-radius: 12px; }
  .sec-hpcustom-faq .faq-q { min-height: 80px; padding: 0 18px; gap: 10px; }
  .sec-hpcustom-faq .q-text { font-size: 16px; line-height: 1.5; }
  .sec-hpcustom-faq .faq-arrow img { width: 14px; }
  .sec-hpcustom-faq .faq-a { padding: 0 18px 24px; }
  .sec-hpcustom-faq .faq-a p { padding-top: 18px; font-size: 16px; line-height: 1.7; border-top: 1px solid #e8e8e8; }

  /* Sub 2-2: Mobile Responsive Styles */
  .sec-hplight-principles { padding: 100px 0; }
  .sec-hplight-principles .principles-grid { grid-template-columns: repeat(1, 1fr); gap: 16px; margin-top: 40px; }
  .sec-hplight-principles .principle-card { padding: 44px 24px; min-height: auto; border-radius: 16px; }
  .sec-hplight-principles .card-title { font-size: 18px; }
  .sec-hplight-principles .card-desc { font-size: 16px; line-height: 1.6em; }
  .sec-hplight-features { padding: 80px 0; }
  .sec-hplight-features .inner { flex-direction: column; gap: 40px; }
  .sec-hplight-features .sec-head { width: 100%; }
  .sec-hplight-features .features-list { width: 100%; gap: 16px; }
  .sec-hplight-features .feature-item { flex-direction: column; align-items: flex-start; gap: 12px; padding: 24px 20px; border-radius: 16px; }
  .sec-hplight-features .feature-label { min-width: auto; font-size: 18px; }
  .sec-hplight-features .feature-val { font-size: 16px; }
  .sec-hplight-compare { padding: 80px 0; }
  .sec-hplight-compare .compare-tabs { display: flex; gap: 8px; margin-bottom: 24px; }
  .sec-hplight-compare .tab-btn { flex: 1; padding: 12px 8px; border: none; border-radius: 10px; background: #f4f8f7; color: #666; font-size: 16px; font-weight: 600; letter-spacing: -0.01em; cursor: pointer; transition: background 0.3s ease, color 0.3s ease; }
  .sec-hplight-compare .tab-btn.active { background: #045545; color: #fff; }
  .sec-hplight-compare .compare-grid { grid-template-columns: 1fr; gap: 8px; font-size: 16px; }
  .sec-hplight-compare .compare-grid .head-row { display: none; }
  .sec-hplight-compare .compare-grid .cell.label { display: none; }
  .sec-hplight-compare .cell { padding: 16px 14px; line-height: 1.5em; flex-direction: column; align-items: flex-start; justify-content: center; text-align: left; }
  .sec-hplight-compare .cell[data-plan]::before { content: attr(data-label); display: block; font-size: 13px; font-weight: 600; color: #045545; letter-spacing: -0.01em; margin-bottom: 6px; }
  .sec-hplight-compare .compare-grid[data-active-plan="1"] .cell[data-plan="2"],
  .sec-hplight-compare .compare-grid[data-active-plan="2"] .cell[data-plan="1"] { display: none; }

  /* Sub 2-3: Mobile Responsive Styles */
  .sec-hplanding-types { padding: 100px 0; }
  .sec-hplanding-types .sec-head{ margin-bottom: 60px; }
  .sec-hplanding-types .sec-sub { font-size: 16px; margin-bottom: 16px; }
  .sec-hplanding-types .sec-title { font-size: 28px; margin-bottom: 24px; }
  .sec-hplanding-types .head-desc { font-size: 16px; }
  .sec-hplanding-types .types-list { gap: 60px; margin-top: 40px; }
  .sec-hplanding-types .type-item { flex-direction: column; align-items: stretch; gap: 24px; }
  .sec-hplanding-types .thumb-box { width: 100%; height: 220px; border-radius: 16px; }
  .sec-hplanding-types .type-info { padding-bottom: 0; }
  .sec-hplanding-types .type-head { margin-bottom: 16px; }
  .sec-hplanding-types .type-num { font-size: 16px; }
  .sec-hplanding-types .type-title { font-size: 22px; }
  .sec-hplanding-types .type-desc { font-size: 16px; line-height: 1.6em; }
  .sec-hplanding-types .types-btn-wrap { margin-top: 60px; }
  .sec-hplanding-types .btn-more-portfolio { height: 48px; padding: 0 24px; font-size: 16px; gap: 8px; }
  .sec-hplanding-types .btn-more-portfolio .btn-arrow-icon { width: 16px; height: 16px; }
}