@charset "utf-8";

.sub-visual {margin-top:124px;}
#sub .sub-visual .container {max-width: 1750px !important;}
.breadcrumb {padding-top: 30px; margin-bottom: 98px;}
.breadcrumb ul {display: flex; align-items: center; margin: 0 -24px;}
.breadcrumb ul li {position: relative; padding: 0 24px; font-size: 20px; line-height: 1.6em; color: #222; text-align: center;}
.breadcrumb ul li.depth2 {font-weight: 600;}
.breadcrumb ul li img {display: block;}
.breadcrumb ul li:after {content: ''; width: 24px; height: 24px; position: absolute; top: 50%; right: -12px; transform: translateY(-50%); background: url('../img/sub/icon-breadcrumb-arrow.png') no-repeat 50% 50%; }
.breadcrumb ul li:last-child:after {display: none;}
.sub-title {font-size: 50px; font-weight: 700; line-height: 1.2em; color: #222; text-align: center; margin-bottom: 80px;}
.sub-content {padding-bottom: 240px;}
.sub-content.pb-0 {padding-bottom: 0;}
.sub-intro {margin-bottom: 240px;}
.sub-intro-img {position: relative; height: 530px; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; margin-bottom: 120px;}
.sub-intro-row02 .sub-intro-img {margin-bottom: 190px;}
#sub .sub-intro-img .container {max-width: 1470px !important;}
.page-clinic .sub-intro-img {background-image: url('../img/sub/about-clinic-visual.jpg');}
.page-staff .sub-intro-img {background-image: url('../img/sub/about-staff-visual.jpg');}
.page-journey .sub-intro-img {background-image: url('../img/sub/about-journey-visual.jpg');}
.page-medical-info .sub-intro-img {background-image: url('../img/sub/medical-info-visual.jpg');}
.page-fee .sub-intro-img {background-image: url('../img/sub/fee-visual.jpg');}
.page-location .sub-intro-img {background-image: url('../img/sub/location-visual.jpg');}
.page-internal-medicine .sub-intro-img {background-image: url('../img/sub/internal-medicine-visual.jpg');}
.page-health-checkup .sub-intro-img {background-image: url('../img/sub/health-checkup-visual.jpg');}
.page-home-center .sub-intro-img {background-image: url('../img/sub/home-center-visual.jpg');}
.page-home-clinic .sub-intro-img {background-image: url('../img/sub/home-clinic-visual.jpg');}
.page-home-edu .sub-intro-img {background-image: url('../img/sub/home-edu-visual.jpg');}
.page-partners .sub-intro-img {background-image: url('../img/sub/partners-visual.jpg');}

.sub-intro-title {position: absolute; bottom: -60px; left: 15px; font-size: 50px; font-weight: 700; line-height: 1.4em; color: #000;}
.sub-intro-row02 .sub-intro-title {bottom: -130px;}
.sub-intro-title .color-wh {color: #fff;}
.sub-intro-title .color-bl {color: #2168C3;}
.sub-intro-desc {font-size: 24px; line-height: 1.6em; color: #222; text-align: right;}

/* S101 의원소개 */
.clinic-overview {padding-bottom: 240px;}
.feature-split-item {display: flex; justify-content: space-between;}
.feature-split-item:nth-child(odd) {flex-direction: row-reverse;}
.feature-split-item:not(:last-child) {margin-bottom: 140px;}
.feature-split-item > div {width: 50%;}
.feature-split-content {padding-top: 40px;}
.feature-split-item:nth-child(odd) .feature-split-content {padding-right: 100px;}
.feature-split-item:nth-child(even) .feature-split-content {padding-left: 100px;}
.feature-split-content h4 {font-size: 32px; font-weight: 700; line-height: 1.6; color: #222; margin-bottom: 20px;}
.feature-split-content h4 .color-bl {color: #2168C3;}
.feature-split-content p {font-size: 22px; line-height: 1.6; color: #444;}
.feature-split-content b {font-weight: 700;}
.feature-split-content .color-bl {color: #2168C3;}
.feature-split-desc {margin-bottom: 40px;}
.feature-split-detail:not(:last-child) {margin-bottom: 20px;}

.greeting-img {position: relative; height: 558px; background: url('../img/sub/about-clinic-03.jpg') no-repeat 50% 50%/cover; margin-bottom: 140px;}
.greeting-text {margin-bottom: 240px;}
.split-layout-inner {display: flex; gap: 50px;}
.split-layout-title {max-width: 487px; width: 100%; font-size: 40px; font-weight: 700; line-height: 1.6; color: #000;}
.split-layout-sub-title {font-size: 32px; font-weight: 700; line-height: 1.6; color: #222; margin-bottom: 40px;}
.split-layout-sub-title .color-bl {color: #2168C3;}
.split-layout-desc {font-size: 22px; line-height: 1.6; color: #444;}
.split-layout-desc p:not(:last-child) {margin-bottom: 40px;}
.greeting-name {display: flex; justify-content: flex-end; align-items: center; gap: 40px; margin-top: 100px;}
.greeting-name span {font-size: 22px; line-height: 1.6; color: #444;}

.clinic-img-list {display: flex; margin: -10px;}
.clinic-img-item {width: 25%; padding: 10px;}

/* S102 사람들 */
.page-staff .staff-list .container {display: flex; flex-wrap: wrap; gap: 80px 60px;}
.page-staff .staff-item {width: calc(33.33333% - 40px);}
.page-staff .staff-item-inner {display: flex; flex-direction: column; height: 100%; border: 1px solid #ddd; border-radius: 40px; overflow: hidden;}
.page-staff .staff-content {flex: 1; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; padding: 30px 30px 40px;}
.page-staff .staff-info {display: flex; align-items: center; flex-wrap: wrap;}
.page-staff .staff-info .name {font-size: 28px; font-weight: 700; line-height: 1.6; color: #0D3569; margin-right: 10px;}
.page-staff .staff-info .position {font-size: 18px; color: #222; margin-left: 4px;} 
.page-staff .staff-info .line {display: inline-block; width: 1px; height: 13px; background: #ccc; margin-right: 10px; margin-top: 10px;}
.page-staff .staff-info .major {font-size: 18px; line-height: 1.6; color: #222; margin-top: 10px;}
.page-staff .staff-career {display: flex; flex-direction: column; gap: 4px; margin-top: 18px;}
.page-staff .staff-career li {font-size: 18px; line-height: 1.6; color: #222;}
.page-staff .btn-pop-open {display: block; width: 100%; font-size: 16px; line-height: 1.6; color: #666; text-align: center; background: #fff; border: 1px solid #999; border-radius: 100px; padding: 7px 20px; transition: all 0.5s;}
.page-staff .btn-pop-open:hover {color: #fff; background: #2168C3; border: 1px solid #2168C3;}
.page-staff .btn-pop-open:hover img {filter: brightness(200);}

.staff-popup-wrap {display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 796px; width: 90vw; z-index: 600;}
.staff-popup {border-radius: 20px; overflow: hidden;}
.staff-popup .popup-header {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 24px 40px; background: #0D3569;}
.staff-popup .popup-title {font-size: 26px; font-weight: 600; line-height: 1.6; color: #fff;}
.staff-popup .btn-close {width: 34px; height: 34px; background: url('../img/sub/icon-popup-close.svg') no-repeat 50% 50%; border: 0;}
.staff-popup .popup-content-wrap {background: #fff;}
.staff-popup .popup-content {padding: 50px 50px 60px;}
.staff-popup .scroll-wrapper {max-height: calc(100vh - 200px); overflow: auto; }
.staff-popup .scroll-wrapper::-webkit-scrollbar {width: 6px; height: 6px;}
.staff-popup .scroll-wrapper::-webkit-scrollbar-thumb {background: #0D3569; border-radius: 6px; cursor: pointer;}
.staff-popup .scroll-wrapper::-webkit-scrollbar-track {background: #f3f2f2; border-radius: 6px;}
.staff-popup .info-item:not(:last-child) {margin-bottom: 60px;}
.staff-popup .info-item .major {font-size: 20px; font-weight: 700; line-height: 1.6; color: #2168C3; margin-bottom: 14px;}
.staff-popup .info-item .name {font-size: 36px; font-weight: 700; line-height: 1.6; color: #222;}
.staff-popup .info-item .position {font-size: 24px; font-weight: 400; margin-left: 3px;}
.staff-popup .info-item-quote {position: relative; padding: 40px 10px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.staff-popup .info-item-quote:before {content: ''; width: 70px; height: 23px; background: #fff url('../img/sub/staff-quote-open.svg') no-repeat 50% 50%; position: absolute; top: -11px; left: 50%; transform: translateX(-50%);}
.staff-popup .info-item-quote:after {content: ''; width: 70px; height: 23px; background: #fff url('../img/sub/staff-quote-close.svg') no-repeat 50% 50%; position: absolute; bottom: -11px; left: 50%; transform: translateX(-50%);}
.staff-popup .info-item-quote p {font-size: 22px; font-weight: 500; line-height: 1.6; color: #2168C3; text-align: center;}
.staff-popup .info-item-career ul {display: flex; flex-direction: column; gap: 10px;}
.staff-popup .info-item-career li {font-size: 20px; line-height: 1.6; color: #666;}
.staff-popup .info-item-career li .date {font-weight: 600; color: #222; margin-right: 20px;}
.popup-overlay {display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.8); z-index: 500;}
.anchor {scroll-margin-top: 150px;}

/* S103 걸어온 길 */
.journey-story {margin-bottom: 200px; overflow: hidden;}
.journey-story .journey-img {position: relative; height: 460px; background: url('../img/sub/about-journey-story.jpg') no-repeat 50% 50%/cover; border-radius: 40px; margin-bottom: 100px;}
.journey-story .split-layout-inner {gap: 0;}
.journey-value {position: relative; height: 100vh; overflow: hidden; background: #F6F7F8;}
.journey-value .img-wrap,
.journey-value .text-box {position: absolute; inset: 0;}
.journey-value .img-box {position: absolute; inset: 0; opacity: 0;}
.journey-value .img-1 {opacity: 1; display: flex; justify-content: center; align-items: center;}
.journey-value .img-box img {object-fit: cover; width: 100%; height: 100%;}
.journey-value .img-1 img {object-fit: unset; width: auto; height: auto;}
.journey-value .text-box {display: flex; justify-content: center; align-items: center; pointer-events:none;}
.journey-value .text {opacity: 0; max-width: 1470px; width: 100%; padding: 0 15px;}
.journey-value-eyebrow {font-size: 22px; font-weight: 600; line-height: 1.6; color: rgba(255,255,255,0.8); margin-bottom: 6px;}
.journey-value-title {font-size: 50px; font-weight: 700; line-height: 1.2; color: #fff; margin-bottom: 20px;}
.journey-value-desc {font-size: 22px; line-height: 1.6; color: rgba(255,255,255,0.7);}
.journey-value-desc strong {font-weight: 500; color: #fff;}

.journey-history {position: relative; padding: 180px 0 0; background: #fff;}
.history-inner {display: flex;}
.history-left {position: sticky; top: 180px; align-self: start; width: 50%; padding-right: 145px; padding-bottom: 90px;}
.history-left .history-head {display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px;}
.history-left h4 {font-size: 40px; font-weight: 700; line-height: 1.6; color: #303030;}
.history-current-year {font-size: 60px; font-weight: 700; line-height: 1.2;}
.year-muted {color: #ccc;}
#currentYear {color: #2168C3;}
.history-img {border-radius: 40px; overflow: hidden;}

.history-line-wrap {position: relative;}
.history-line {position: absolute; top: 0; left: 0; width: 1px; height: 100%; background: #ddd;}
.history-line-progress {position: absolute; top: 0; left: 0; width: 1px; height: 0; background: #2168C3;}
.history-list {position: relative; width: 50%; padding-bottom: 240px;}
.history-item {position: relative; padding-bottom: 60px; padding-left: 66px;}
.history-item:last-child {padding-bottom: 0;}
.history-dot {position: absolute; left: 0; top: 94px; width: 14px; height: 14px; border: 4px solid #2168C3; border-radius: 50%; background: #fff; transform: translateX(-50%); z-index: 2;}
.history-year {font-family: "Poppins", sans-serif; font-size: 40px; font-weight: 500; line-height: normal; color: #2168C3; margin-bottom: 24px;}
.history-rows {display: flex; flex-direction: column; gap: 8px;}
.history-row {display: flex;}
.history-month {max-width: 64px; width: 100%; font-size: 22px; font-weight: 600; line-height: 1.6; color: #070707;}
.history-desc {flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px;}
.history-desc p {position: relative; font-size: 22px; line-height: 1.6; color: #666; padding-left: 18px;}
.history-desc p:before {content: ''; width: 4px; height: 4px; background: #666; border-radius: 50%; position: absolute; top: 16px; left: 0;}

/* S201 진료안내 */
.medical-info-time {padding-bottom: 200px;}
.medical-info-time .feature-split-item:not(:last-child) {margin-bottom: 80px;}
.medical-info-time .feature-split-content h4 {font-size: 36px;}
.medical-info-time .feature-split-content p {font-size: 24px;}
.medical-info-time .feature-split-content b {color: #222;}
.medical-info-time .feature-split-detail:not(:last-child) {margin-bottom: 20px;}
.medical-info-schedule .schedule-items {display: flex; flex-direction: column; gap: 80px;}
.medical-info-schedule .schedule-item {display: flex; gap: 100px;}
.medical-info-schedule .schedule-item:nth-child(even) {flex-direction: row-reverse;}
.medical-info-schedule .schedule-img {max-width: 510px; width: 100%;}
.medical-info-schedule .schedule-content {padding-top: 40px; flex: 1; min-width: 0;}
.medical-info-schedule .staff-info {display: flex; align-items: center; flex-wrap: wrap; padding-bottom: 20px; margin-bottom: 60px; border-bottom: 1px solid #ccc;}
.medical-info-schedule .staff-info .name {font-size: 36px; font-weight: 700; line-height: 1.6; color: #000; margin-right: 18px;}
.medical-info-schedule .staff-info .position {font-size: 28px;} 
.medical-info-schedule .staff-info .line {display: inline-block; width: 1px; height: 20px; background: #ccc; margin-right: 18px; margin-top: 8px;}
.medical-info-schedule .staff-info .major {font-size: 22px; font-weight: 600; line-height: 1.6; color: #666; margin-top: 10px;}
.medical-info-schedule .table-title {font-size: 28px; font-weight: 700; line-height: 1.6; color: #222; margin-bottom: 20px;}
.table {width: 100%;}
.table thead th {background: #0D3569; font-size: 22px; font-weight: 600; line-height: 1.6; color: #fff; padding: 17px 10px;}
.table thead th:nth-child(1) {border-radius: 8px 0 0 0;}
.table thead th:last-child {border-radius: 0 8px 0 0;}
.table tbody th {font-size: 20px; font-weight: 600; line-height: 1.6; color: #222; text-align: center;}
.table tbody td {text-align: center;}
.medical-info-schedule .table-responsive {overflow-x: auto; -webkit-overflow-scrolling: touch;}
.medical-info-schedule .table {table-layout: fixed; min-width: 650px;}
.medical-info-schedule thead th {font-size: 20px; padding: 14px 10px;}
.medical-info-schedule tbody {position: relative;}
.medical-info-schedule tbody:after {content: ''; width: 100%; height: 100%; border: 1px solid #ddd; border-radius: 0 0 8px 8px; position: absolute; top: 0; left: 0; z-index: -1;}
.medical-info-schedule tbody td {padding: 20px 5px;}
.medical-info-schedule .badge {display: inline-block; min-width: 82px; font-size: 18px; font-weight: 700; line-height: 1.6; text-align: center; padding: 4px 6px; border-radius: 100px;}
.medical-info-schedule .badge-clinic {color: #2168C3; background: #ECF4FD;}
.medical-info-schedule .badge-visit {color: #33B93C; background: #DDF3E3;}
.medical-info-schedule .badge-closed {color: #E04A4A; background: #FDECEC;}
.medical-info-schedule .badge-contract,
.medical-info-schedule .badge-visit-contract {color: #A456D8; background: #F4ECFD;}

/* S202 진료비 */
.fee-non-covered,
.fee-visit {padding-bottom: 240px;}
.fee-non-covered .table-unit {font-size: 20px; font-weight: 500; line-height: 1.6; color: #666; text-align: right; margin-bottom: 20px;}
.fee-non-covered .table-responsive {overflow-x: auto; -webkit-overflow-scrolling: touch;}
.fee-non-covered .table {table-layout: fixed; min-width: 550px; width: 100%;}
.fee-non-covered tbody tr {border-bottom: 1px solid #ddd;}
.fee-non-covered tbody th {background: #ECF4FD;}
.fee-non-covered tbody td {font-size: 20px; line-height: 1.4; color: #666; padding: 18px 20px; border-left: 1px solid #ddd;}
.fee-non-covered tbody td.text-right {text-align: right;}
.fee-visit-img {height: 558px; background: url('../img/sub/fee-visit.jpg') no-repeat 50% 50%/cover; margin-bottom: 140px;}
 
.consult-section {position: relative; background: #ECF4FD; padding: 91px 0 99px;}
.consult-section:before {content: ''; width: 368px; height: 277px; background: url('../img/sub/fee-consult-bg01.png') no-repeat 50% 0; position: absolute; top: 0; left: 7%;}
.consult-section:after {content: ''; width: 375px; height: 223px; background: url('../img/sub/fee-consult-bg02.png') no-repeat 50% 100%; position: absolute; bottom: 0; right: 7%;}
.consult-content {position: relative; text-align: center; z-index: 5;}
.consult-desc {font-size: 24px; font-weight: 600; line-height: 1.4; color: #000; margin-bottom: 16px;}
.consult-contact {font-size: 40px; font-weight: 700; line-height: 1.4; color: #444; margin-bottom: 40px;}
.consult-contact a {display: inline-block; color: #2168C3;}
.consult-section .btn-more {display: inline-block; font-size: 20px; font-weight: 700; line-height: 1.6em; color: #fff; text-align: center; background: #2168C3; border-radius: 100px; border: 2px solid #2168C3; padding: 10px 74px; transition: all 0.5s;}
.consult-section .btn-more:hover {background: transparent; color: #2168C3;}

/* S203 찾아가는 길 */
.page-location .location-map {position: relative; overflow: hidden; border-radius: 20px; margin-bottom: 24px;}
.page-location .root_daum_roughmap {width:100% !important; height:560px !important;}
.page-location .root_daum_roughmap .wrap_map {width:100% !important; height:560px !important;}
.page-location .root_daum_roughmap .border1,
.page-location .root_daum_roughmap .border2 {border: none;}
.page-location .root_daum_roughmap .border3, 
.page-location .root_daum_roughmap .border4 {background-color: transparent;}
.page-location .btn-wrap {display: flex; justify-content: flex-end; gap: 12px; margin-bottom: 20px;}
.page-location .btn-wrap .btn {display: flex; justify-content: center; align-items: center; border-radius: 100px; gap:12px; padding: 14px 20px; background: #F5F5F5; font-size: 16px; font-weight: 600; line-height: 1.4; color: #222; transition:.5s;}
.page-location .info-item {padding-bottom: 40px; border-bottom: 1px solid #ddd;}
.page-location .info-item:not(:first-child) {padding-top: 60px;}
.page-location .info-title {font-size: 28px; font-weight: 700; line-height: 1.8; color: #222; margin-bottom: 10px;}
.page-location .info-content {font-size: 22px; line-height: 1.6; color: #444;}
.page-location .info-content b {font-weight: 600;}
.page-location .transport-info {margin-top: 20px;}
.page-location .transport-info-item {display: flex; align-items: flex-start;}
.page-location .transport-info-item:not(:last-child) {margin-bottom: 10px;}
.page-location .bus {display: inline-flex; justify-content: center; align-items: center; padding: 2px 18px; border-radius: 100px; font-size: 18px; font-weight: 500; line-height: 1.6; color: #fff; margin-right: 20px;}
.page-location .bus-local {background: #3D56A6;}
.page-location .bus-village {background: #5DB029;}

/* S301 내과·내분비내과 */
.internal-overview {padding-bottom: 200px;}
.sub-section-title {font-size: 40px; font-weight: 700; line-height: 1.6; color: #000; margin-bottom: 40px;}
.service-list {background: #ECF4FD; padding: 200px 0 240px;}
.service-items {display: flex; flex-wrap: wrap; margin: -20px -15px;}
.service-item {width: 50%; padding: 20px 15px;}
.service-item-inner {display: flex; flex-direction: column; height: 100%; padding: 24px 24px 40px; border-radius: 40px; background: #FFF; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);}
.service-title {display: flex; align-items: flex-end; gap: 10px; padding-bottom: 8px; margin-bottom: 18px; border-bottom: 2px solid #2168C3;}
.service-title .icon {max-width: 70px;}
.service-title h5 {flex: 1; min-width: 0; font-size: 28px; font-weight: 700; line-height: 1.6; color: #444;}
.service-desc {flex: 1; min-height: 158px; padding: 10px; border-radius: 20px; background: #F9F9F9;}
.service-desc li {position: relative; font-size: 20px; line-height: 1.6; color: #666; padding-left: 30px;}
.service-desc li:before {content: ''; width: 4px; height: 4px; background: #666; border-radius: 50%; position: absolute; top: 14px; left: 12px;}
.service-desc ul.col-2 {display: flex; flex-wrap: wrap;}
.service-desc ul.col-2 li {width: 50%;}

/* S302 건강검진 */
.checkup-overview {padding-bottom: 200px;}
.page-health-checkup .service-desc {min-height: 124px;}

/* S401 재택의료센터 */
.intro-layout-title {font-size: 40px; font-weight: 700; line-height: 1.6; color: #222; margin-bottom: 20px;}
.intro-layout-title .color-bl {color: #2168C3;}
.intro-layout-desc {font-size: 22px; line-height: 1.6; color: #444;}
.intro-layout-desc .color-bl {font-weight: 600; color: #2168C3;}
.intro-layout-img {display: flex; gap: 40px;}
.intro-layout-img figure {width: calc(50% - 20px);}
.intro-layout-img figure img {border-radius: 40px;}

.home-center-intro {padding-bottom: 200px;}
.home-center-intro .intro-layout-img {margin-top: 60px;}
.home-center-overview {background: #F6F7F8; padding: 180px 0 200px;}
.home-center-overview .intro-layout-wrap:not(:last-child) {margin-bottom: 80px;}
.home-center-overview .intro-layout-img {margin-bottom: 20px;}

.home-center-service {padding-top: 200px;}
.home-service-list {display: flex; flex-wrap: wrap; margin: -20px -15px;}
.home-service-item {width: 25%; padding: 20px 15px;}
.home-service-inner {min-height: 360px; height: 100%; border-radius: 40px; background: #FFF; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10); padding: 24px;}
.home-service-icon {text-align: right;}
.home-service-title {font-size: 26px; font-weight: 700; line-height: 1.6; color: #2168C3; padding-bottom: 8px; margin-bottom: 20px; border-bottom: 2px solid #2168C3;}
.home-service-desc {font-size: 18px; line-height: 1.6; color: #444;}

.home-center-process {padding: 260px 0 230px;}
.home-process-list {display: flex;}
.home-process-item {position: relative; z-index: 1; flex: 1; text-align: center;} 
.home-process-item:nth-child(1) {z-index: 5;}
.home-process-item:nth-child(2) {z-index: 4;}
.home-process-item:nth-child(3) {z-index: 3;}
.home-process-item:nth-child(4) {z-index: 2;}
.home-process-icon {position: relative; padding-bottom: 20px; margin-bottom: 40px; border-bottom: 2px solid #222;}
.home-process-icon:after {content: ''; width: 40px; height: 40px; background: #2168C3 url('../img/sub/icon-arrow-wh.svg') no-repeat 50% 50%; border-radius: 50%; position: absolute; bottom: -20px; right: -20px; z-index: 5;}
.home-process-item:last-child .home-process-icon:after {display: none;}
.home-process-title {font-size: 26px; font-weight: 700; line-height: 1.6; color: #2168C3; margin-bottom: 14px;}
.home-process-desc {font-size: 22px; font-weight: 500; line-height: 1.6; color: #444; padding: 0 30px;}

/* S402 재택 클리닉 */
.home-clinic-overview {margin-bottom: 240px;}
.home-clinic-overview .feature-split-item {align-items: center;}
.home-clinic-overview .feature-split-item:nth-child(odd) {flex-direction: row;}
.home-clinic-overview .feature-split-item:nth-child(even) {flex-direction: row-reverse;}
.home-clinic-overview .feature-split-content {padding-top: 0;}
.home-clinic-overview .feature-split-item:nth-child(odd) .feature-split-content {padding-right: 0; padding-left: 100px;}
.home-clinic-overview .feature-split-item:nth-child(even) .feature-split-content {padding-left: 0; padding-right: 100px;}

/* S403 재택 의료 교육·컨설팅 */
.page-home-edu .feature-split-item:not(:last-child) {margin-bottom: 30px;}
.page-home-edu .feature-split-desc {margin-bottom: 20px;}
.page-home-edu .feature-split-desc:last-child {margin-bottom: 0;}
.home-edu-img-list {display: flex; gap: 20px;}
.home-edu-img-list:not(:last-child) {margin-bottom: 140px;}
.home-edu-img-item {flex: 1;}

/* S404 함께하는 기관 */
.partners-list {padding-bottom: 200px;}
.partners-list .table-responsive {overflow-x: auto; -webkit-overflow-scrolling: touch;}
.partners-list .table {min-width: 640px;}
.partners-list .is-collapsed tr:nth-child(n + 11) {display: none;}
.partners-list tbody tr:nth-child(even) {background: #F9F9F9;}
.partners-list tbody td {font-size: 20px; line-height: 1.4; color: #666; padding: 18px 5px; border-left: 1px solid #ddd;}
.partners-list button {display: block; width: 300px; font-size: 20px; font-weight: 500; line-height: 1.6; color: #2168C3; text-align: center; background: #ECF4FD; padding: 12px; border-radius: 100px; border: none; margin: 60px auto 0;}
.partners-list button.is-active {font-weight: 700; background: #2168C3; color: #fff;}
.partners-img {height: 850px; background: url('../img/sub/partners-01.jpg') 50% 50%/cover;}
.partners-text {display: flex; justify-content: center; align-items: center; height: 100%;}
.partners-text p {font-size: 36px; font-weight: 700; line-height: 1.6; color: #fff; text-align: center;}

/* S601 상담신청 */
.inquiry-intro {background: url('../img/sub/inquiry-visual.jpg') no-repeat 50% 50%/cover; padding: 160px 0; margin-bottom: 140px;}
.inquiry-content {text-align: center;}
.inquiry-title {font-size: 50px; font-weight: 700; line-height: 1.4; color: #fff; margin-bottom: 20px;}
.inquiry-desc {font-size: 24px; line-height: 1.6; color: rgba(255,255,255,0.9);}
.inquiry-desc.inquiry-tel {display: inline-block; margin-top: 15px;}