@charset "UTF-8";
/* -------------------------------
   SUIT (Light → ExtraBold)
-------------------------------- */
@font-face {
    font-family: 'SUIT';
    src: url('/ko/fonts/SUIT-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SUIT';
    src: url('/ko/fonts/SUIT-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SUIT';
    src: url('/ko/fonts/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SUIT';
    src: url('/ko/fonts/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SUIT';
    src: url('/ko/fonts/SUIT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SUIT';
    src: url('/ko/fonts/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/* -------------------------------
   Noto Sans KR (Light → Black)
-------------------------------- */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/ko/fonts/NotoSansKR-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/ko/fonts/NotoSansKR-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/ko/fonts/NotoSansKR-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/ko/fonts/NotoSansKR-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/ko/fonts/NotoSansKR-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {
    /* 폰트 사이즈 */
    --fs-big: 32px;
    --fs-mid: 24px;
    --fs-semi: 22px;
    --fs-body: 20px;
    --fs-sm: 16px;
    --fs-capt: 14px;
}

@media (max-width: 1024px) {
    /* 태블릿 */
    :root {
        --fs-big: 28px;
        --fs-mid: 21px;
        --fs-semi: 20px;
        --fs-body: 18px;
        --fs-sm: 15px;
        --fs-capt: 13px;
    }
}
@media (max-width: 768px) {
    /* 모바일 */
    :root {
        --fs-big: 24px;
        --fs-mid: 20px;
        --fs-semi: 18px;
        --fs-body: 16px;
        --fs-sm: 14px;
        --fs-capt: 12px;
    }
}
.fs_big {
    font-size: var(--fs-big);
}

.fs_mid {
    font-size: var(--fs-mid);
}

.fs_sm {
    font-size: var(--fs-sm);
}

.fs_semi {
    font-size: var(--fs-semi);
}

.fs_body {
    font-size: var(--fs-body);
    line-height: 1.4;
}

.fs_capt {
    font-size: var(--fs-capt);
}

.wrap {
    overflow: initial;
}

.scm {
    width: 1400px;
}

body {
    font-family: 'SUIT', 'Noto Sans KR', sans-serif;
    color: #000;
    width: 100%;
    height: 100%;
    letter-spacing: -0.03em;
    font-weight: 400;
    background: #fff;
    margin: 0 auto;
    min-width: initial;
}

.mo_br,
.mo_img {
    display: none;
}

.header {
    background: rgba(0, 0, 0, 0.4);
}

/********** 헤더 **********/
/* =============================
   HEADER 기본 스타일 (PC)
============================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    width: 100%;
    height: 80px;
    transition:
        height ease 0.3s,
        background ease 0.3s;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.header_inner {
    width: 90%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* position: relative; */
    /* overflow: hidden; */
}
.header .logo {
    transition: all ease 0.1s;
}
.header .header-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f6840a;
    top: 18px;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s;
}
.header .gnb_wrap {
    margin-left: 40px;
    display: flex;
    position: relative;
    /* top: 110px; */
}
.header .gnb {
    display: flex;
}
.header .gnb > li {
    position: relative;
    padding-right: 30px;
    transition: all ease 0.3s;
}

.header .gnb > li:not(.always-visible) {
    display: none;
}

.header .gnb .gnb_main a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 4px;
}
.header .gnb_sub {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    padding: 40px 4px 0;
    transition: all 0.3s ease;
    display: none;
}
.header .gnb_sub li {
    margin-bottom: 20px;
    word-break: keep-all;
}
.header .gnb_sub a {
    font-size: 15px;
    color: #000;
}
.header .login_menu {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 45px;
    margin-left: auto;
}
.header .login_menu_mo {
    display: none;
}
.header .login_menu li.lang {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -5px;
    left: 0;
}
.header .login_menu li.lang::after {
    display: none;
}
.header .login_menu li.lang a,
.header .login_menu li.lang button {
    width: 30px;
    height: 30px;
    display: none;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    border: none;
}
.header .login_menu li.lang a img,
.header .login_menu li.lang button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header .login_menu li.lang a:first-child,
.header .login_menu li.lang button:first-child {
    display: block;
    margin-top: 0;
}
.header .login_menu li::after {
    content: '|';
    color: #fff;
    margin: 0 4px;
}
.header .login_menu li:last-child::after {
    display: none;
}
.header .login_menu a {
    color: #fff;
    font-size: 16px;
}
.header .btn_hamburger {
    padding: 10px;
    border: none;
    background: none;
    /* display: none; */
    position: relative;
    margin-left: 15px;
}
.header .hamburger {
    width: 28px;
    height: 24px;
    position: relative;
    cursor: pointer;
}
.header .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.header .hamburger span:nth-child(1) {
    top: 0;
}
.header .hamburger span:nth-child(2) {
    top: 10px;
}
.header .hamburger span:nth-child(3) {
    top: 20px;
}
.header .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}
.header .hamburger.active span:nth-child(2) {
    opacity: 0;
}
.header .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
}
.header.open {
    background: #fff;
    height: auto;
}

.header.open .gnb > li {
    display: block;
}

.header.open .gnb_wrap {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100vw;
    height: auto;
    padding: 30px 120px 120px;
    background: #fff;
    margin-left: 0;
    box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.08);
}

.header.open .gnb_wrap .gnb {
    flex-wrap: wrap;
    gap: 50px;
}

.header.open .logo {
    transform: scale(0.8);
    transform-origin: left center;
}
.header.open .gnb > li {
    padding-right: 45px;
}
.header.open .hamburger span {
    background: #333;
}
.header.open .header-dot {
    opacity: 1;
}
.header.open .gnb_main a {
    color: #000;
}
.header.open .gnb_sub a:hover {
    color: #fd8204;
}
.header.open .gnb_sub {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
}
.header.open .login_menu a {
    color: #000;
}

.menu-open .header {
    background: #333;
}

.header:not(.open) .gnb_wrap:not(.active) .always-visible:hover .gnb_sub {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: calc(100% + 10px);
    left: calc(50% - 90px);
    z-index: 99999;
    padding: 0 4px;
}
.header:not(.open) .gnb_wrap:not(.active) .always-visible:hover .gnb_sub ul {
    background: rgba(256, 256, 256, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    width: 160px;
    padding: 30px 20px 10px;
    box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.06);
}

.header:not(.open) .gnb_wrap:not(.active) .always-visible:hover .gnb_sub a:hover {
    color: #fd8204;
}

/* =============================
   반응형 : 1400px 이하
============================= */
@media (max-width: 1400px) {
    .header_inner {
        width: 100%;
        padding: 0 30px;
    }
    .header .logo {
        transform: scale(0.8);
        transform-origin: left center;
    }
    .header .gnb_sub a {
        font-size: 14px;
    }
    .header.open .gnb > li {
        padding-right: 30px;
    }
    .header-dot {
        display: none;
    }
    .header .gnb_wrap {
        margin-left: 5px;
    }
}
@media screen and (max-width: 1280px) {
    .header .logo {
        width: 120px;
    }
    .header .logo img {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .header_inner {
        padding: 0 20px;
    }
    .header .gnb .gnb_main a {
        font-size: 15px;
    }
    .header .login_menu a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1080px) {
    .header .logo {
        width: 90px;
    }
}
/* =============================
   반응형 : 1024px 이하
============================= */
@media (max-width: 1024px) {
    .header {
        height: 70px;
        background: rgba(0, 0, 0, 0.8);
        transition: initial;
    }
    .header .logo {
        width: 8vw;
        min-width: 140px;
    }
    .header .logo img {
        width: 100%;
    }
    .header .header_inner {
        height: 70px;
        justify-content: space-between;
        padding: 0 20px;
    }
    .header .login_menu_mo {
        display: flex;
    }
    .mo_none {
        display: none;
    }
    .header .btn_hamburger {
        display: block;
        z-index: 1001;
    }
    .header .hamburger {
        display: block;
        z-index: 1001;
    }
    .header .gnb_wrap {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background: #fff;
        overflow-y: auto;
        padding: 0 0 40px;
        margin-left: 0;
    }
    .header .gnb_wrap.active {
        display: block;
    }
    .header .gnb {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .header .gnb > li {
        padding-right: 0;
    }
    .header .gnb > li:not(.always-visible) {
        display: block;
    }
    .header .gnb .gnb_col {
        width: 100%;
        border-bottom: 1px solid rgba(66, 66, 66, 0.1);
    }
    .header .gnb .gnb_col .gnb_main a {
        display: flex;
        width: 100%;
        height: 100%;
        font-size: 20px;
        color: #333;
        padding: 20px 40px;
        text-align: left;
        justify-content: space-between;
        font-weight: 600;
    }
    .header .gnb .gnb_col .gnb_main a::after {
        content: '↓';
        color: #3d3d3d;
    }
    .header .gnb .gnb_col.open .gnb_main a::after {
        content: '↑';
        color: #3d3d3d;
    }
    .header .gnb .gnb_col .gnb_sub {
        position: static;
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 10px 0;
        display: none;
        background: #f9f9f9;
    }
    .header .gnb .gnb_col .gnb_sub li {
        margin: 8px 0;
    }
    .header .gnb .gnb_col .gnb_sub a {
        font-size: 18px;
        color: #666;
        padding: 14px 40px;
        display: block;
        text-align: left;
    }
    .header .gnb .gnb_col.open .gnb_sub {
        display: block;
    }
    .header .login_menu {
        position: static;
        text-align: center;
        padding: 20px 20px;
        gap: 20px;
        margin-right: 40px;
    }
    .header .login_menu ul {
        flex-direction: column;
        padding-left: 0;
    }
    .header .login_menu a {
        color: #000;
        font-size: 16px;
    }
    .header .login_menu li::after {
        display: none;
    }
    .header .login_menu li.lang {
        position: fixed;
        top: 21px;
        left: auto;
        right: 70px;
    }
		.gnb_col_blog  {
		          position: absolute !important;
        top: 590px;
        right: 20px;
        border-bottom: none !important;
	}
}
/* =============================
   반응형 : 480px 이하 (모바일)
============================= */
@media (max-width: 480px) {
    .header {
        z-index: 9999999999;
    }
    .header .header_inner {
        padding: 0 20px;
    }
    .header .logo img {
        width: 120px;
    }
    .header .hamburger {
        width: 26px;
        height: 20px;
    }
    .header .hamburger span {
        height: 2px;
    }
    .header .gnb_main a {
        font-size: 16px;
    }
    .header .gnb .gnb_col .gnb_main a {
        padding: 20px 20px;
    }
    .header .gnb .gnb_col .gnb_sub a {
        padding: 14px 20px;
    }
}
/********** footer **********/
.mainFullpage .swiper-slide.main-footer {
    height: auto;
    background: #252525;
}

.footer {
    width: 100%;
    height: 100%;
    background: #252525;
}

.footer_inner {
    width: 1120px;
    height: 100%;
    padding: 100px 50px;
    margin: 0 auto;
    display: flex;
    color: #fff;
}
.footer_inner .ft_logo {
    margin-right: 40px;
}
.footer_inner .ft_info {
    width: 100%;
}
.footer_inner .ft_info p {
    line-height: 1.4;
    margin-top: 30px;
    font-size: var(--fs-capt);
    color: #ccc;
}
.footer_inner .ft_info p.copyright {
    opacity: 0.6;
    margin-top: 30px;
}
.footer_inner .ft_menu {
    display: flex;
}
.footer_inner .ft_menu li {
    color: #fff;
}
.footer_inner .ft_menu li a {
    color: #fff;
    font-size: var(--fs-sm);
}
.footer_inner .ft_menu li:last-child::after {
    display: none;
}
.footer_inner .ft_menu li::after {
    content: '|';
    margin: 0 20px;
}

.footer_sitemap {
    max-width: 1400px;
    margin: 0 auto;
}

.sitemap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 40px;
}

.sitemap > li {
    line-height: 1.6;
}

.sitemap strong {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap ul li {
    margin-bottom: 6px;
}

.sitemap a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sitemap a:hover {
    color: #fff;
}

/********** //footer **********/
/******************************************************/
.text-body,
.iol_lens_info .iol_lens_text,
.icl_step li .icl_step_text,
.icl_type .icl_lens_text,
.surgery_step_txt,
.light_check_list li,
.recommend_list li .icon_reco_txt,
.text-body-white {
    font-family: 'SUIT', 'Noto Sans KR', sans-serif;
    font-size: var(--fs-body);
    line-height: 1.4;
    font-weight: 400;
    color: #5a5a5a;
    word-break: keep-all;
}
.text-body-white {
    color: #fff;
}
.small_txt_color {
    color: #5a5a5a;
    line-height: 1.2;
}
.text-small {
    font-size: var(--fs-sm);
    line-height: 1.4;
    font-weight: 400;
    color: #5a5a5a;
    word-break: keep-all;
}

.text-mid,
.text-mid-black {
    font-size: var(--fs-mid);
    line-height: 1.4;
    font-weight: 500;
    color: #5a5a5a;
    word-break: keep-all;
}
.text-mid-black {
    color: #000;
}

.text-big,
.text-big-orange,
.text-big-white,
.text-big-black {
    font-family: 'SUIT', 'Noto Sans KR', sans-serif;
    font-size: var(--fs-big);
    line-height: 1.4;
    font-weight: 800;
    color: #5a5a5a;
    word-break: keep-all;
}
.text-big-black {
    color: #000;
}
.text-big-white {
    color: #fff;
}
.text-big-orange {
    color: #fd8204;
}

.c-orange {
    color: #fd8204;
}

.hero_marquee {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #f5f5f5; /* 텍스트 색상 */
    padding: 10px 0;
    margin-bottom: 80px;
}

.marquee_text {
    display: inline-block;
    animation: marquee 120s linear infinite;
}

.marquee_text .item {
    display: inline-block;
    margin-right: 4rem; /* 항목 간 간격 */
    letter-spacing: 0.05em;
    font-weight: 900;
    font-size: 120px;
}

/* 애니메이션 정의 */
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.subpage_container {
    font-family: 'SUIT', 'Noto Sans KR', sans-serif;
    margin-top: 180px;
}
.subpage_container .hero_area {
    text-align: center;
    margin-bottom: 120px;
}
.subpage_container .hero_area .hero_title {
    font-size: clamp(45px, 5.3vw, 66px);
    font-weight: 900;
    letter-spacing: -0.035em;
    color: #000;
    word-break: keep-all;
    line-height: 1.3;
}
.subpage_container .hero_area .hero_subtxt {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.025em;
    margin-top: 40px;
    color: #555;
    word-break: keep-all;

    padding: 0 3vw;
}

.subpage_container .hero_area .text-body {
    padding: 0 3vw;
}
.subpage_container .hero_area .hero_img {
    width: 1000px;
    height: 400px;
    margin: 60px auto 0;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    /* 닦이는 마스크 효과 */
}
.subpage_container .hero_area .hero_img img {
    width: 100%;
    transform: scale(1); /* 약간 확대된 상태에서 시작 */
    opacity: 1;
    /* animation: revealImage 1.5s ease forwards; */
    max-width: 100%;
}
.subpage_container .hero_area .hero_img::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #fff;
    transform: translateX(0);
    /* animation: wipeMask 1.5s ease forwards; */
    animation-delay: 0.2s;
    z-index: 2;
    display: none;
}
.subpage_container .hero_area .hero_img + p.text-body,
.subpage_container .hero_area .iol_lens_info .hero_img + p.iol_lens_text,
.iol_lens_info .subpage_container .hero_area .hero_img + p.iol_lens_text,
.subpage_container .hero_area .icl_step li .hero_img + p.icl_step_text,
.icl_step li .subpage_container .hero_area .hero_img + p.icl_step_text,
.subpage_container .hero_area .icl_type .hero_img + p.icl_lens_text,
.icl_type .subpage_container .hero_area .hero_img + p.icl_lens_text,
.subpage_container .hero_area .hero_img + p.surgery_step_txt,
.subpage_container .hero_area .recommend_list li .hero_img + p.icon_reco_txt,
.recommend_list li .subpage_container .hero_area .hero_img + p.icon_reco_txt,
.subpage_container .hero_area .hero_img + p.text-body-white {
    margin-top: 60px;
    padding: 0 20px;
}

/* 이미지 페이드 + 확대 해제 */
@keyframes revealImage {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/* 흰색 마스크가 왼→오로 닦이며 사라지는 효과 */
@keyframes wipeMask {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}
.sub_section {
    width: 1400px;
    margin: 0 auto;
    padding-top: clamp(60px, 8vw, 120px);
    padding-bottom: clamp(60px, 8vw, 120px);
    border-bottom: 1px solid #eee;
}
.sub_section:last-child {
    border-bottom: none;
}

.sub_flex {
    display: flex;
}
.sub_flex .sub_section_cont {
    width: 1000px;
    padding: 0 10px;
}
.sub_flex .sub_section_cont img {
    max-width: 100%;
}

.sub_section_ttl {
    width: 400px;
    padding: 0 10px;
    align-self: flex-start;
    position: sticky;
    top: 90px;
    word-break: keep-all;
}
.sub_section_ttl .sub_mid_ttl {
    color: #fd8204;
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 10px;
    font-weight: 600;
}
.sub_cont_ttl {
    font-size: clamp(24px, 2.2vw, 26px);
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.3;
}

.sub_section_ttl .ttl,
.sub_section_ttl h3 {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.3;
}

.num_boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.num_boxes.vertical {
    flex-direction: column;
}
.num_boxes.vertical li {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: auto;
    padding: 16px 32px;
    margin: 10px 0;
}
.num_boxes.vertical li .icon_check {
    margin-right: 18px;
    margin-bottom: 0;
}
.num_boxes .icon_check {
    width: 26px;
    margin: 0 10px 10px;
}
.num_boxes.cols-4 li {
    width: 22%;
}
.num_boxes li {
    width: 30%;
    min-height: 170px;
    border-radius: 20px;
    margin: 0 1.5% 20px;
    border: 4px solid #f3f3f3;
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 600;
    word-break: keep-all;
    padding: clamp(20px, 2.5vw, 32px);
    line-height: 1.3;
    transition: all ease 0.2s;
}
.num_boxes li span {
    display: block;
    color: #fd8204;
    font-weight: 900;
    margin-bottom: 20px;
}
.num_boxes li:hover {
    background: #f3f3f3;
}

.box-round {
    border-radius: 20px;
    overflow: hidden;
}

.badge_title,
.badge_title_orange {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 60px; */
    background: #363c54;
    color: #fff;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: clamp(20px, 3vw, 18px);
    line-height: 1.4;
    font-weight: 600;
}
.badge_title_orange {
    background: #fd8204;
}

.bar_title {
    font-size: var(--fs-semi);
    font-weight: 600;
    margin-bottom: 12px;
}
.bar_title::before {
    content: '| ';
    font-weight: 900;
    color: #fd8204;
}

.tab_menu {
    display: flex;
    gap: 8px;
}
.tab_menu.row-2 {
    flex-wrap: wrap;
}
.tab_menu.row-2 button {
    flex: auto;
    width: calc(33% - 16px);
}

.tab_menu button {
    flex: 1;
    padding: 15px 20px;
    border: none;
    background: #eee;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s;
    font-size: var(--fs-semi);
}

.tab_menu button.active {
    background: #333;
    color: #fff;
}

.tab_content {
    display: none;
    margin-top: 20px;
}

.tab_content.active {
    display: block;
}

.recommend_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 20px;
    flex-wrap: wrap;
}
.recommend_list.col2 {
    grid-template-columns: 1fr 1fr;
}
.recommend_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    text-align: center;
    background: #f9f9f9;
    padding: 30px 30px;
    border-radius: 16px;
    transition: all ease 0.3s;
}
.recommend_list li:hover {
    box-shadow: 0 10px 8px 0px rgba(0, 0, 0, 0.1);
    margin-top: -4px;
}
.recommend_list li .icon_reco_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 80px;
    text-align: center;
}
.recommend_list li .icon_reco_txt {
    margin-top: 16px;
    line-height: 1.3;
    color: #222;
    font-weight: 700;
}

.recommend_list.w_txt .txt {
    font-weight: 700;
}
.recommend_list.w_txt li .icon_reco_img {
    /* height: 50px */
}
.recommend_list.w_txt li .icon_reco_img img {
    max-height: 100%;
}
.recommend_list.w_txt .icon_reco_stxt {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.4;
}

.recommend_list.w_txt .icon_reco_stxt::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #333;
    margin: 15px auto;
}

.comment-txt .comment-txt-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 40px;
}

.comment-txt .comment-txt-btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 14px 36px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background: #fd8204; /* 메인 컬러 */
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* hover */
.comment-txt .comment-txt-btns a:hover {
    background: #e67300; /* 메인 컬러 딥 */
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(253, 130, 4, 0.28);
}

/* 두 번째 버튼 (보조 버튼) */
.comment-txt .comment-txt-btns a:nth-child(2) {
    background: #fff;
    color: #fd8204;
    border: 1px solid #fd8204;
}

.comment-txt .comment-txt-btns a:nth-child(2):hover {
    background: #fd8204;
    color: #fff;
}

.light_check_list li {
    margin: 10px 0;
    text-indent: -30px;
    padding-left: 30px;
    word-break: keep-all;
}
.light_check_list .icon_check img {
    width: 24px;
}

.surgery_step {
    display: flex;
    flex-wrap: wrap;
}
.surgery_step.col2 li {
    width: 50%;
}
.surgery_step li {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.surgery_step_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}
.surgery_step_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.surgery_step_num {
    font-size: 20px;
    color: #fd8204;
    font-weight: 800;
}
.surgery_step_txt {
    margin-top: 8px;
}
.surgery_step.row {
    flex-direction: column;
}
.surgery_step.row li {
    width: 100%;
    display: flex;
}
.surgery_step.row .surgery_step_img {
    width: 40%;
}
.surgery_step.row .surgery_step_img + div {
    width: 60%;
    padding: 10px 20px;
}
/* 이미지-텍스트 좌우 */
.row_int {
    display: flex;
    align-items: center; /* 이미지·텍스트 수직 정렬 */
    gap: 30px; /* 이미지-텍스트 사이 간격 */
}

.row_int_img {
    flex: 0 0 45%;
    margin: 0;
}

.row_int_img.round {
    border-radius: 20px;
    overflow: hidden;
}
.row_int_img img {
    width: 100%;
    height: auto;
    display: block;
}

.row_int_txt {
    flex: 0 0 55%;
    margin: 0;
}

.comment-txt {
    font-size: 18px;
    line-height: 1.4;
}

.comment-txt a {
    color: #fe8204;
    font-weight: 600;
    text-decoration: underline;
}

.comment-txt p {
    margin-bottom: 20px;
}
.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    background: #fff;
    word-break: keep-all;
}

/* 헤더 */
.compare-table thead th {
    background: #f5f7fa;
    font-weight: 700;
    text-align: center;
    padding: 14px 12px;
    border-bottom: 2px solid #e5e8ec;
    word-break: keep-all;
}

/* 좌측 구분 컬럼 */
.compare-table tbody th {
    background: #fafbfc;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 14px 12px;
    border-bottom: 1px solid #e5e8ec;
    white-space: nowrap;
}

/* 내용 셀 */
.compare-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e8ec;
    vertical-align: middle;
}

/* 마지막 줄 border 제거 */
.compare-table tr:last-child th,
.compare-table tr:last-child td {
    border-bottom: none;
}

/* 모바일 대응 */
@media (max-width: 768px) {
    .compare-table {
        font-size: 14px;
    }

    .compare-table thead th {
        padding: 12px 8px;
    }

    .compare-table tbody th,
    .compare-table td {
        padding: 12px 10px;
    }
}

/* ===== FAQ List (Common) ===== */
.faq_list {
    border-top: 1px solid #e7e7e7;
}

.faq_item {
    border-bottom: 1px solid #e7e7e7;
}

/* Question */
.faq_q {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;

    padding: 18px 6px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.18s ease;
}

.faq_q:hover {
    background: rgba(0, 0, 0, 0.03);
}

.faq_qLabel {
    font-weight: 800;
    font-size: var(--fs-semi);
    color: #f38b0f;
}

.faq_qText {
    font-weight: 700;
    line-height: 1.4;
    font-size: var(--fs-semi);
}

/* Plus / Minus Icon */
.faq_icon {
    width: 22px;
    height: 22px;
    position: relative;
}

.faq_icon::before,
.faq_icon::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #111;
    transform: translate(-50%, -50%);
    transition: opacity 0.18s ease;
}

.faq_icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* Answer */
.faq_aInner {
    padding: 0 6px 18px;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

/* Open state */
.faq_item.is-open .faq_icon::after {
    opacity: 0; /* + → - */
}
/* ===== Vision CTA ===== */
.vision-cta {
    padding: 60px 20px;
    border-radius: 16px;
    background: #f7f7f7;
    text-align: center;
    word-break: keep-all;
}

.vision-cta__title {
    margin: 0 0 32px;
    font-size: var(--fs-mid);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vision-cta__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.vision-cta__list li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid #111;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        color 0.18s ease;
}

.vision-cta__list li a::after {
    content: '→';
    margin-left: 6px;
    font-size: 13px;
}
.presbyopia {
    margin-top: 50px;
}
.presbyopia li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 999px;
    border: 1px solid #111;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        color 0.18s ease;
    width: 360px;
    height: 90px;
    justify-content: center;
}
.presbyopia li a::after {
    content: '→';
    margin-left: 30px;
    font-size: 19px;
}
/* hover 공통 규칙 */
.vision-cta__list li a:hover {
    transform: translateY(-2px);
    background: #111;
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .vision-cta {
        padding: 20px 16px;
    }
    .vision-cta__list {
        gap: 8px;
    }
}

/* 후기 내부링크 섹션 */

/* 내부 정렬 */
.review_link_inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* 텍스트 영역 */
.review_link_ttl {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #111;
}

.review_link_desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* 버튼 영역 */
.review_link_btns {
    flex-shrink: 0;
}

.review_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: var(--fs-semi);
    font-weight: 600;
    color: #fd8204;
    border: 2px solid #fd8204;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-top: 40px;
}

/* hover 통일 */
.review_btn:hover {
    background: #fd8204;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(253, 130, 4, 0.35);
}

/* 모바일 */
@media (max-width: 768px) {
    .review_link_inner {
        flex-direction: column;
        text-align: center;
    }

    .review_link_ttl {
        font-size: 22px;
    }

    .review_link_desc {
        font-size: 15px;
    }

    .review_btn {
        width: 100%;
    }
}

/* 하단공통 - 원장님 두분 서명있는 디자인 */
.btm_common_doctors {
    width: 100%;
    height: 580px;
    background: #f9f9f9;
}
.btm_common_doctors .flex {
    height: 100%;
    justify-content: space-between;
}
.btm_common_doctors .doctors_ment {
    font-size: clamp(20px, 2.8vw, 34px);
    line-height: 1.4;
    font-weight: 500;
    word-break: keep-all;
}
.btm_common_doctors .doctors_signature {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 30px;
}
.btm_common_doctors .doctors_signature p {
    margin: 0 20px;
    text-align: right;
}
.btm_common_doctors .doctors_img {
    align-self: flex-end;
}

/* //하단공통 - 원장님 두분 서명있는 디자인 */
/* 스마일 프로 */
.smilepro .video {
    width: 480px;
}
.smilepro .video div {
    width: 100%;
}
.smilepro_video2 {
    width: 440px;
}

.smilepro_moon {
    width: 100%;
    height: 380px;
    background: url('../../smile/img/img_smeilpro_02.webp') repeat-x center;
    text-align: center;
    padding-top: 250px;
}

.smile-doc-profile2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 90px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.smile-doc-profile2 .item {
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.smile-doc-profile2 .item img {
    width: 170px;
}

.smile-doc-profile2 .item img.logo_su {
    width: 150px;
}

.smile-doc-profile2 .item img.logo_zeiss {
    width: 150px;
}

.smile-doc-profile2 .item span {
    font-size: var(--fs-mid);
    margin-top: 30px;
    font-weight: 500;
    text-align: center;
}

.smile-doc-img2 {
    width: 100%;
    height: 420px;
    margin: 80px auto 0;
    background: #e8e9e1 url('/eyeplus/img/smile_doc2.webp') no-repeat center;
    background-size: cover;
    padding: 50px 60px 40px 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.smile-doc-img2.choi {
    background: #e8e9e1 url('/eyeplus/img/cataract_doc2.webp') no-repeat center/cover;
}

.smile-doc-img2 .smile-doc-name2 {
    margin-bottom: 40px;
    font-size: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.smile-doc-img2 .smile-doc-name2 p {
    font-size: 24px;
    margin-bottom: 8px;
}

.smile-doc-img2 .smile-doc-name2 b {
    font-weight: 700;
    font-size: 40px;
}

.smile-doc-img2 .smile-doc-ment {
    font-size: var(--fs-semi);

    line-height: 1.4;
    color: #666;
    word-break: keep-all;
}

.smile-doc-img2 .smile-doc-link {
    margin-top: auto;
}

.smile-doc-img2 .smile-doc-link a {
    color: #111;
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
}

.smile-doc {
    width: 1124px;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 120px auto 0;
    color: #000;
}

.smile-doc-img {
    margin-right: 50px;
}

.smile-doc-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0 0;
}

.smile-doc-profile {
    font-size: 38px;
}

.smile-doc-profile .item {
    margin-bottom: 40px;
    letter-spacing: -1px;
    text-indent: -40px;
    margin-left: 38px;
    line-height: 1.2;
}

.smile-doc-profile .item img {
    width: 30px;
    margin-right: 4px;
}

.smile-doc-name {
    margin-top: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-size: 44px;
}

.smile-doc-name p {
    font-size: 24px;
    margin-bottom: 8px;
}

.smile-doc-name b {
    font-weight: 700;
    font-size: 44px;
}

.smile-doc-link a {
    display: inline-block;
    padding: 10px 22px;
    font-size: 20px;
    border-radius: 12px;
    font-weight: 500;
    color: #363c54;
    border: 1px solid #363c54;
    background: transparent;
    -webkit-box-shadow: 0 2px 10px 1px rgba(26, 33, 75, 0.4);
    box-shadow: 0 2px 10px 1px rgba(26, 33, 75, 0.4);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.smile-doc-link a:hover {
    background: #363c54;
    color: #fff;
}

.smilepro .sub_btm_visual {
    width: 100%;
    height: 298px;
    background: #040842 url('../img/smilepro_btm.webp') no-repeat center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 900;
    color: #fff;
}

/* //스마일 프로 */
/* 스마일라식 */
.smile_zeiss_card {
    width: 100%;
    height: 620px;
    background: url('../img/img_smilelasik_10.webp') no-repeat center/cover;
}
.smile_zeiss_card .scm {
    width: 1200px;
    height: 100%;
}

.smile_zeiss_btm {
    padding: 120px 0;
}
.smile_zeiss_btm em {
    background: #fd8204;
    color: #fff;
}

/* //스마일라식 */
/* CTA 박스 */
.cta_box {
    position: relative;
    padding: 40px 20px 120px;
    background: url('../img/cta_bg.webp') center / cover no-repeat;
    color: #fff;
}

.cta_box .ttl {
    margin-bottom: 60px;
    line-height: 1.3;
}

/* 어두운 오버레이 (가독성용) */
/* .cta_box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
} */

/* 내부 컨텐츠 */
.cta_inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 56px 40px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 16px;
    text-align: center;
}

/* 텍스트 */
.cta_txt {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 32px;
    word-break: keep-all;
}

/* CTA 버튼 래퍼 */
.cta_btns {
    display: flex;
    justify-content: center;
    gap: 18px;
}

/* 공통 버튼 */
.cta_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 58px;
    padding: 0 42px;
    font-size: var(--fs-mid);
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

/* 메인 CTA */
.cta_btn.primary {
    background: #fd8204;
    color: #fff;
    box-shadow: 0 8px 20px rgba(253, 130, 4, 0.35);
}

/* 보조 CTA */
.cta_btn.outline {
    background: #fff;
    color: #fd8204;
    border: 1.5px solid #fd8204;
    box-shadow: 0 4px 12px rgba(253, 130, 4, 0.15);
}

/* 🔥 hover 효과 통일 */
.cta_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(253, 130, 4, 0.45);
}

/* hover 시 색상만 버튼 타입별로 분기 */
.cta_btn.primary:hover {
    background: #e67300;
}

.cta_btn.outline:hover {
    background: #fd8204;
    color: #fff;
}
/* 모바일 */
@media (max-width: 768px) {
    .cta_box {
        padding: 80px 16px;
    }

    .cta_inner {
        padding: 36px 20px;
    }

    .cta_txt {
        font-size: 15px;
    }
    .cta_btns {
        flex-direction: column;
        gap: 12px;
    }

    .cta_btn {
        width: 100%;
    }
}

.faq-btn {
    display: inline-block;
    background: #363c54;
    color: #fff;
    font-weight: 500;
    padding: 4px 16px;
    font-size: var(--fs-sm);
    border-radius: 8px;
}
.faq-btn-border {
    display: inline-block;
    background: #fff;
    color: #363c54;
    border: 2px solid #363c54;
    font-weight: 500;
    padding: 4px 16px;
    font-size: var(--fs-sm);
    border-radius: 8px;
}

.faq-btn-orange {
    display: inline-block;
    background: #fd8204;
    color: #fff;
    font-weight: 500;
    padding: 4px 16px;
    font-size: var(--fs-sm);
    border-radius: 8px;
}
/* ===== Smile Care Box ===== */
.smile-care {
    padding: 72px 0;
}

.smile-care__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

.smile-care__head {
    margin-bottom: 28px;
}

.smile-care__title {
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
}

.smile-care__desc {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

/* cards */
.smile-care__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 18px;
}

.smile-care__card {
    border-radius: 18px;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 22px 20px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.smile-care__cardTitle {
    font-size: var(--fs-semi);
    margin: 0 0 12px;
    letter-spacing: -0.02em;
    font-weight: 600;
}

/* list */
.smile-care__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.smile-care__list li {
    position: relative;
    padding-left: 14px;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    word-break: keep-all;
}

.smile-care__list li::before {
    content: '*';
    position: absolute;
    left: 0;
    top: 2px;
}

/* note */
.smile-care__note {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px dashed #e7e7e7;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

/* CTA */
.smile-care__cta {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
}

.smile-care__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid #111;
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        color 0.18s ease;
}

.smile-care__btn::after {
    content: '→';
    display: inline-block;
    transform: translateY(-1px);
}

.smile-care__btn:hover {
    transform: translateY(-2px);
    background: #111;
    color: #fff;
}

/* Responsive */
@media (max-width: 1440px) {
    .smile-care__cardTitle,
    .smile-care__list li {
        text-align: left;
    }
    .smile-care__grid {
        grid-template-columns: 1fr;
    }
    .smile-care {
        padding: 56px 0;
    }
    .smile-care__cta {
        justify-content: flex-start;
    }
}

/* 라섹 */
.lasek_amaris {
    width: 100%;
    padding: 50px 0;
    background: #121e44 url('../img/img_lasek_02.webp') no-repeat center/cover;
}
.lasek_amaris h3 {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.3;
}
.lasek_amaris .scm {
    height: 100%;
}
.lasek_amaris .flex {
    align-items: center;
    justify-content: space-between;
}

/* //라섹 */
/* 렌즈삽입술 */
.icl_type {
    display: flex;
    text-align: center;
}
.icl_type > div {
    flex: 1;
}
.icl_type_img {
    margin-top: 20px;
}
.icl_type_lens {
    margin-top: 30px;
}
.icl_type .icl_lens_name {
    font-size: var(--fs-mid);
    font-weight: 700;
    margin-top: 10px;
}
.icl_type .icl_lens_text::before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #fd8204;
    margin: 8px auto;
}

.icl_step {
    display: flex;
    margin-top: 50px;
}
.icl_step li {
    width: 20%;
    padding: 0 10px;
    text-align: center;
}
.icl_step li img {
    max-width: 100%;
}
.icl_step li .icl_step_num {
    font-size: var(--fs-mid);
    font-weight: 700;
    display: block;
    margin-top: 20px;
    color: #363c54;
}
.icl_step li .icl_step_num .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #363c54;
}
.icl_step li .icl_step_text {
    margin-top: 8px;
}
.icl_paper .icl_paper_img {
    width: 30%;
}
.icl_paper .icl_paper_txt {
    width: 70%;
    line-height: 1.4;
    text-align: left;
}
.icl_paper .icl_paper_txt a {
    text-decoration: underline;
    color: #3b80ef;
}
.icl_paper .icl_paper_txt b {
    display: block;
    margin-bottom: 10px;
}

.equip_roll {
    padding: 0 40px;
}

.equip_roll .swiper-pagination.swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
}
.equip_roll .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #040842;
}

.equipSwiper {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.equip_roll .equip_ttl {
    font-size: var(--fs-semi);
    font-weight: 600;
    width: 100%;
    background: #121e44;
    color: #fff;
    border-radius: 12px;
    padding: 10px 0;
    margin-top: 10px;
}

.equip_roll .equip_txt {
    font-size: var(--fs-sm);
    padding: 20px 20px 30px;
    line-height: 1.4;
    word-break: keep-all;
}
/* //렌즈삽입술 */
/* 안구건조 */
.m22 .flex > p,
.m22 .flex > div {
    flex: 1;
    text-align: center;
}
.m22 .m22_name {
    font-size: clamp(34px, 3.4vw, 50px);
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1.3;
}
.m22 .m22_name strong {
    font-size: 30px;
}
.m22 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding: 20px 30px;
    text-align: left;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 20px;
}
.m22 ul li img {
    width: 28px;
    margin-right: 10px;
}

.dryeye_chart {
    width: 100%;
    padding: 80px 0;
    background: url('../img/img_dryeye_02.webp') no-repeat center/cover;
    text-align: center;
}
.dryeye_chart .text-body-white {
    font-size: 26px;
    margin-bottom: 40px;
}
.dryeye_chart .text-body-white:last-child {
    display: inline-block;
    padding: 20px 60px;
    margin-top: 50px;
    border: 1px solid #fff;
}

.ipl_bna .ipl_bna_box {
    margin: 0 20px;
}
.ipl_bna .ipl_bna_box p {
    font-size: var(--fs-mid);
    font-weight: 700;
    color: #121e44;
    text-align: center;
    line-height: 1.5;
    margin-top: 14px;
}

/* //안구건조 */
/* 노안 */
.presby_treatment {
    padding: 150px 0;
    background: url('../img/bg_presby_treatment.webp') no-repeat center;
    background-size: cover;
}
.presby_treatment_ttl h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}
.presby_treatment a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 58px;
    font-size: 24px;
    margin-top: 40px;
    transition: all ease 0.3s;
}
.presby_treatment a:hover {
    color: #000;
    background: #fff;
    font-weight: 500;
}
.presby_treatment .flex div {
    margin: 0 20px;
}

/* //노안 */
/* 백내장 */
.cataract_symptom ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
}
/* 노안 백내장 비포앤에프터 */
.iol_bna_wrap {
    position: relative;
    padding: 0 2px;
    margin-bottom: 120px;
}
.iol_bna_wrap .twentytwenty-container {
    height: 341px;
}
.iol_bna_wrap .twentytwenty-overlay {
    display: none;
}
.iol_bna_wrap .twentytwenty-handle {
    background: #fff;
    width: 44px;
    height: 44px;
}
.iol_bna_wrap .iol_bna_label_after {
    width: 90px;
    height: 40px;
    color: #fff;
    font-size: var(--fs-semi);
    text-align: center;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: #fe8204;
    border-radius: 0 0 12px 0;
    line-height: 40px;
}
.iol_bna_wrap .iol_bna_label_before {
    width: 90px;
    height: 40px;
    color: #fff;
    font-size: var(--fs-semi);
    text-align: center;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: #363c54;
    border-radius: 0 0 0 12px;
    line-height: 40px;
}
.iol_bna_wrap .twentytwenty-left-arrow {
    background: url('../img/icon_arrow.webp') no-repeat center;
    border: none;
    width: 12px;
    height: 21px;
    margin-top: -10px;
    margin-left: -18px;
}
.iol_bna_wrap .twentytwenty-right-arrow {
    background: url('../img/icon_arrow2.webp') no-repeat center;
    border: none;
    width: 12px;
    height: 21px;
    margin-top: -10px;
    margin-left: -12px;
}
.iol_bna_wrap .iol_bna_ttl {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.iol_bna_wrap .iol_bna_ttl li {
    flex: 1;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.iol_lens_info {
    width: 100%;
    border: 1px solid #ddd;
    padding: 30px;
}
.iol_lens_info_img {
    width: 50%;
    text-align: center;
}
.iol_lens_info_cont {
    width: 50%;
}
.iol_lens_info .iol_lens_name {
    font-size: var(--fs-mid);
    font-weight: 600;
    line-height: 1.4;
}
.iol_lens_info .iol_lens_name::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #fd8204;
    display: block;
    margin: 14px 0;
}
.iol_lens_info_point {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 30px;
}
.iol_lens_info_point li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: var(--fs-body);
    text-align: center;
    background: #f9f9f9;
    padding: 20px 30px;
    border-radius: 16px;
    line-height: 1.2;
}
.iol_lens_info_point li span {
    display: flex;
    align-items: center;
    height: 56px;
    word-break: keep-all;
}
.iol_lens_info_point li::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/icon_check_orange.svg');
    background-size: 100%;
    margin-bottom: 10px;
}

/* //백내장 */
/* 녹내장 */
.glaucoma_step {
    display: grid;
    margin-top: 50px;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.glaucoma_step li {
    text-align: center;
    border: 1px solid #eee;
    padding: 30px 10px;
}
.glaucoma_step li img {
    max-width: 100%;
}
.glaucoma_step li .glaucoma_step_num {
    font-size: var(--fs-mid);
    font-weight: 700;
    display: block;
    margin-top: 20px;
    color: #363c54;
}
.glaucoma_step li .glaucoma_step_num .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #363c54;
}
.glaucoma_step li .glaucoma_step_text {
    font-size: var(--fs-mid);
    color: #363c54;
    font-weight: 800;
    margin-top: 8px;
    margin-bottom: 12px;
}

/* //녹내장 */
/* 재수술 */
.reoperation_full1 {
    background: url('../img/bg_reoperation_01.webp') no-repeat center/cover;
    padding: 100px 0;
}
.reoperation_full1 .text-big-white {
    font-size: clamp(34px, 4vw, 42px);
}
.reoperation_full1 .text-body-white {
    font-size: clamp(20px, 3vw, 28px);
}
.reoperation_full1 img {
    margin-top: 40px;
    max-width: 70vw;
}

/* //재수술 */
/* 아이플러스안과소개 */
.aboutus .award-swiper .swiper-wrapper {
    transition-timing-function: linear;
}
.aboutus .aboutus_01 {
    text-align: center;
}
.aboutus .aboutus_01 h1 {
    font-size: clamp(38px, 3.5vw, 70px);
    font-weight: 800;
    margin-top: 20px;
    line-height: 1.3;
}
.aboutus .aboutus_01 .aboutus_eng {
    font-size: clamp(30px, 3vw, 40px);
    font-weight: 600;
}
.aboutus .aboutus_01 .aboutus_eng em {
    color: #fe8204;
    font-weight: 800;
}
.aboutus .aboutus_01_img {
    margin-top: 100px;
}
.aboutus .aboutus_01_img img {
    max-width: 100%;
}
.aboutus .aboutus_01_text {
    margin-top: 100px;
    font-size: var(--fs-big);
    line-height: 1.4;
    word-break: keep-all;
}
.about_sub_ttl {
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.3;
}
.aboutus .aboutus-roll {
    margin: 180px 0;
}
.aboutus .aboutus-roll .award-txt {
    font-size: var(--fs-mid);
    margin-top: 10px;
}
.aboutus .aboutus-roll .award-txt::before {
    content: '';
    width: 30px;
    height: 3px;
    background: #464646;
    display: block;
    margin: 20px 0;
}
.aboutus .aboutus-parall {
    width: 100%;
    background: url('../img/sub1-1_pbg.webp') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 0;
}
.aboutus .aboutus-parall-txt {
    text-align: center;
    color: #fff;
    line-height: 1.3;
    font-size: var(--fs-big);
}
.aboutus .aboutus-parall-txt b {
    color: #f38b0f;
}
.aboutus .aboutus-parall-txt div {
    margin-top: 80px;
}
.aboutus .aboutus-roll {
    width: 100%;
    overflow: hidden;
}

.philosophy-section {
  background: #f8f7f4;
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.philosophy-section::before {
  content: 'PHILOSOPHY';
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
 
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 700;
  color: rgba(250, 132, 1, 0.05);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: 0.1em;
}

.philosophy-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.phil-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #e5e3de;
}

.phil-item {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-bottom: 1px solid #e5e3de;
  background: #ffffff;
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease, box-shadow 0.3s ease;
}
.phil-item .phil-title{
 font-size:1.5rem; font-weight:700; color:#fa8401; transition:color 0.35s ease;
}
.phil-item:last-child { border-bottom: none; }
.phil-item:nth-child(2) { transition-delay: 0.15s; }
.phil-item:nth-child(3) { transition-delay: 0.30s; }
.phil-item.visible { opacity: 1; transform: translateY(0); }

.phil-item:hover {
  box-shadow: 0 8px 40px rgba(0,0,0,0.09);
  z-index: 1;
  position: relative;
}
.phil-item:hover .phil-accent {
  background: #fa8401;
}
.phil-item:hover .phil-num {
  color: rgba(255,255,255,0.2);
}
.phil-item:hover .phil-title {
  color: #ffffff;
}

/* Left accent */
.phil-accent {
  background: #1c1c1c;
  padding: 52px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: background 0.35s ease;
}
.phil-accent::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(250,132,1,0.08);
}
.phil-num {
 
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(250,132,1,0.18);
  letter-spacing: -0.03em;
  transition: color 0.35s ease;
}

/* Right content */
.phil-content {
  padding: 52px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.phil-content::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 55%;
  background: linear-gradient(to bottom, transparent, rgba(250,132,1,0.35), transparent);
}

.phil-content h3 {
 
  font-size: 1.55rem;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.phil-content h3::before {
  content: '';
  display: block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #fa8401;
  flex-shrink: 0;
}

.phil-content p {
 
  color: #555;
  line-height: 2;
  word-break: keep-all;
}

/* Responsive */
@media (max-width: 768px) {
  .philosophy-section { padding: 80px 20px; }
  .phil-item { grid-template-columns: 1fr; }
  .phil-accent {
    padding: 32px 28px;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .phil-num { font-size: 3rem; }
  .phil-content { padding: 36px 28px; }
  .phil-content::before { display: none; }
}

.why-section {
  background: #ffffff;
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}

.why-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* ── 섹션 헤더 ── */
.why-header {
  margin-bottom: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e8e6e1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
 
}

.why-header h2 {
 
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.5;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.why-header h2 em {
  font-style: normal;
  color: #fa8401;
}

.why-header-desc {
 
  color: #666;
  line-height: 2;
  word-break: keep-all;
}

/* ── 서브 아이템 공통 ── */
.why-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 64px 0;
  border-bottom: 1px solid #f0ede8;
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.why-item:last-child { border-bottom: none; }
.why-item.visible { opacity: 1; transform: translateY(0); }
.why-item:nth-child(2) { transition-delay: 0.1s; }
.why-item:nth-child(3) { transition-delay: 0.2s; }

/* 짝수 아이템은 이미지/텍스트 순서 반전 */
.why-item--reverse {
  direction: rtl;
}
.why-item--reverse > * {
  direction: ltr;
}

/* ── 이미지 박스 ── */
.why-img-box {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f3f0;
}
.why-img-box img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.why-item:hover .why-img-box img {
  transform: scale(1.04);
}

/* 이미지 위 번호 뱃지 */
.why-img-box::before {
  content: attr(data-num);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
 
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
  background: #fa8401;
  padding: 6px 14px;
  border-radius: 100px;
}

/* ── 텍스트 박스 ── */
.why-text-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-text-box h3 {
   
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.65;
  letter-spacing: -0.02em;
  word-break: keep-all;
  padding-left: 18px;
  border-left: 3px solid #fa8401;
}

.why-text-box p {
  font-weight: 400;
  color: #666;
  line-height: 2;
  word-break: keep-all;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .why-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .why-item,
  .why-item--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 32px;
  }
  .why-img-box img { height: 240px; }
  .why-section { padding: 80px 20px; }
}

.global-section {
  background: #f8f7f4;
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}

.global-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* ── 섹션 헤더 ── */
.global-header {
  margin-bottom: 72px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e8e6e1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
 
}

.global-header h2 {
 
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.55;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.global-header h2 em {
  font-style: normal;
  color: #fa8401;
}

.global-header-desc {
  color: #666;
  line-height: 2;
  word-break: keep-all;
}

/* ── 아이템 그리드 (상단 1개 + 하단 3개) ── */
.global-item-full {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #e8e6e1;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.global-item-full.visible { opacity: 1; transform: translateY(0); }

.global-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.global-card {
  background: #ffffff;
  border: 1px solid #e8e6e1;
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease, box-shadow 0.3s ease;
}
.global-card:nth-child(2) { transition-delay: 0.12s; }
.global-card:nth-child(3) { transition-delay: 0.24s; }
.global-card.visible { opacity: 1; transform: translateY(0); }
.global-card:hover {
  box-shadow: 0 8px 36px rgba(0,0,0,0.09);
}

/* ── 이미지 박스 ── */
.global-img-box {
  position: relative;
  overflow: hidden;
  background: #ece9e3;
}
.global-item-full .global-img-box img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.global-item-full:hover .global-img-box img { transform: scale(1.04); }

.global-card .global-img-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.global-card:hover .global-img-box img { transform: scale(1.04); }

/* 번호 뱃지 */
.global-img-box::before {
  content: attr(data-num);
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
 
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
  background: #fa8401;
  padding: 5px 13px;
  border-radius: 100px;
}

/* ── 텍스트: full 아이템 ── */
.global-text-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.global-text-box h3 {
 
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.65;
  letter-spacing: -0.02em;
  word-break: keep-all;
  padding-left: 18px;
  border-left: 3px solid #fa8401;
}

.global-text-box p {
  color: #666;
  line-height: 2;
  word-break: keep-all;
}

/* ── 텍스트: 카드 아이템 ── */
.global-card-body {
  padding: 28px 28px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.global-card-body h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.65;
  letter-spacing: -0.02em;
  word-break: keep-all;
  padding-left: 14px;
  border-left: 3px solid #fa8401;
}

.global-card-body p {
  color: #777;
  line-height: 1.95;
  word-break: keep-all;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .global-grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .global-section { padding: 80px 20px; }
  .global-header { grid-template-columns: 1fr; gap: 24px; }
  .global-item-full { grid-template-columns: 1fr; gap: 28px; }
  .global-item-full .global-img-box img { height: 240px; }
  .global-grid-3 { grid-template-columns: 1fr; }
}

.trust-section {
  background: #ffffff;
  padding: 120px 40px;
  position: relative;
  overflow: hidden;
}

.trust-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* ── 섹션 헤더 ── */
.trust-header {
  margin-bottom: 72px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e8e6e1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
 
}

.trust-header h2 {
 
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.55;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

.trust-header h2 em {
  font-style: normal;
  color: #fa8401;
}

.trust-header-desc {
 
  color: #666;
  line-height: 2;
  word-break: keep-all;
}

/* ── 3열 카드 그리드 ── */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.trust-card {
  background: #f8f7f4;
  border: 1px solid #e8e6e1;
  overflow: hidden;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease, box-shadow 0.3s ease;
}
.trust-card:nth-child(2) { transition-delay: 0.12s; }
.trust-card:nth-child(3) { transition-delay: 0.24s; }
.trust-card.visible { opacity: 1; transform: translateY(0); }
.trust-card:hover {
  box-shadow: 0 8px 36px rgba(0,0,0,0.08);
  background: #ffffff;
}

/* 이미지 박스 */
.trust-img-box {
  position: relative;
  overflow: hidden;
  background: #ece9e3;
}
.trust-img-box img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.trust-card:hover .trust-img-box img {
  transform: scale(1.04);
}
.trust-img-box::before {
  content: attr(data-num);
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
 
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #ffffff;
  background: #fa8401;
  padding: 5px 13px;
  border-radius: 100px;
}

/* 카드 본문 */
.trust-card-body {
  padding: 32px 28px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-card-body h3 {
 
  font-size: 1rem;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.7;
  letter-spacing: -0.02em;
  word-break: keep-all;
  padding-left: 14px;
  border-left: 3px solid #fa8401;
}

.trust-card-body p {
 
  color: #777;
  line-height: 1.95;
  word-break: keep-all;
}

/* ── Responsive ── */
@media (max-width: 960px) {
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-card:nth-child(3) { grid-column: span 2; }
}
@media (max-width: 640px) {
  .trust-section { padding: 80px 20px; }
  .trust-header { grid-template-columns: 1fr; gap: 24px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-card:nth-child(3) { grid-column: span 1; }
}
/* //아이플러스안과소개 */
/* 의료진소개 */
.aboutdrs .doctor_box{
    margin-top: 50px;

}
.aboutdrs .doctor_box:first-child {
    padding-bottom: 140px;
}
.aboutdrs .doctor_box:last-child .intro {
    flex-direction: row-reverse;
}

.aboutdrs .doctor_box .doctor_intro_ttl{
    font-size: clamp(42px, 3vw, 54px);
    font-weight: 800;
    margin-bottom: 40px;
    line-height: 1.3;
}

.aboutdrs .doctor_box .doctor_intro_ttl em{
    display: inline-block;
    background: #363c54;
    color: #fff;
    font-size: var(--fs-mid);
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.aboutdrs .doctor_box + .doctor_box {
    padding-top: 160px;
    padding-bottom: 140px;
}
.aboutdrs .doc_sub_title {
    font-size: 36px;
    color: #f38b0f;
}
.aboutdrs .doc_title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.4;
    padding-top: 40px;
    padding-bottom: 180px;
}
.aboutdrs .intro {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin-top: 60px;
}
.aboutdrs .intro .doctor_cont {
    padding-top: 20px;
}
.aboutdrs .intro .doctor_cont .ul_wrap li:nth-child(1) {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.aboutdrs .intro .doctor_cont .ul_wrap li:nth-child(1) b {
    font-size: var(--fs-semi);
    color: #fff;
    background: #f38b0f;
    padding: 5px 15px;
    border-radius: 50px;
}
.aboutdrs .intro .doctor_cont .ul_wrap li:nth-child(2) {
    font-size: clamp(24px, 2.8vw, 30px);
    font-weight: 600;
}
.aboutdrs .intro .doctor_cont .ul_wrap li:nth-child(2) em {
    font-size: clamp(40px, 4vw, 60px);
    font-weight: 800;
    padding-right: 12px;
}
.aboutdrs .intro .doctor_cont .ul_wrap li:nth-child(3) {
    font-size: var(--fs-body);
    font-weight: 400;
    line-height: 1.8;
    padding-top: 50px;
    padding-bottom: 56px;
}
.aboutdrs .intro .doctor_cont .ul_wrap .ul_wrap2 {
    border: 1px solid #f38b0f;
    border-bottom-right-radius: 50px;
    padding: 40px 35px;
    display: flex;
    gap: 60px;
}
.aboutdrs .intro .doctor_cont .ul_wrap .ul_wrap2 li {
    font-size: 15px;
    font-weight: 400;
    color: #5a5a5a;
    line-height: 2;
}
.aboutdrs .intro .doctor_cont .ul_wrap .ul_wrap2 li:nth-child(1) {
    padding-bottom: 0;
}
.aboutdrs .intro .doctor_cont .ul_wrap .ul_wrap2 li:nth-child(2) {
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 0;
}
.aboutdrs .doctor_qa{
 margin-top: 40px;
}
.aboutdrs .doctor_qa li{
    margin-bottom: 40px;
}
.aboutdrs .doctor_qa h3{
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 1.3;
}
.aboutdrs .doctor_qa p{
    font-size: 16px;
    margin-top: 15px;
}
.aboutdrs .doctor-info{
    width: 100%;
    padding: 40px;
    background: #f3f3f3;
    margin-top: 60px;
    border-radius: 30px;;

}

.aboutdrs .doctor-info h2{
    font-size: var(--fs-big);
    margin-bottom: 30px;
    font-weight: 800;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}

.aboutdrs .doctor-info h2 small{
    font-size: 0;
}
.aboutdrs .doctor-info .career{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 60px;

}
.aboutdrs .doctor-info .career li{
    font-size: var(--fs-body);
}

.aboutdrs .link_philosophy_blog{
	background: #f8f8f8;
	border-radius: 20px;
	font-size: 18px;
	line-height: 1.5;
	display:inline-block;
	padding: 16px 90px 16px 40px;
	position: relative;
	font-weight: 600;
	word-break: keep-all;


}


.aboutdrs .link_philosophy_blog::after{
	content:'>';
	position: absolute;
	right: 30px;
	top: 50%;
	transform:translateY(-50%);
	font-size: 40px;
	transition: all ease 0.5s;
}

.aboutdrs .link_philosophy_blog:hover::after{
	right: 20px;
	color: #fc9212;
}


.aboutdrs .link_philosophy_blog span{
	display:inline-block;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 400
}

.pressList {
  padding: 50px 0;
}

.pressList__inner {
 
  margin: 0 auto;
  padding: 0 20px;
}

.pressList__title {
  font-size: var(--fs-big);
  font-weight: 800;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.pressList__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,0.15);
}

.pressList__ul li {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.pressList__ul li a {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 4px;
  text-decoration: none;
  color: #111;
  transition: background 0.2s ease;
  font-size: var(--fs-mid);
  font-weight: 600;
}

.pressList__ul li a:hover {
  background: rgba(0,0,0,0.03);
}

.media {
  min-width: 110px;
  font-weight: 600;
  font-size: 14px;
  opacity: 0.75;
}

.headline {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}


/* //의료진소개 */
/* 진료안내 */
.consultation-guide .main_number {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 800;
}
.consultation-guide .hours_ul {
    background: #f6f6f6;
    padding: 30px 50px;
    font-size: var(--fs-semi);
    line-height: 2;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 80px;
}
.consultation-guide .hours_ul li {
    display: flex;
    align-items: center;
}
.consultation-guide .hours_ul li .guide_day {
    margin-right: 30px;
    background: #363c54;
    color: #fff;
    padding: 0px 14px;
    border-radius: 40px;
}
.consultation-guide .hours_ul li .guide_time {
    font-weight: 800;
}
.consultation-guide .cs_links {
    display: flex;
    gap: 30px;
}
.consultation-guide .cs_links .link {
    background: #f38b0f;
    font-size: var(--fs-mid);
    border-radius: 16px;
    transition: all ease 0.3s;
}
.consultation-guide .cs_links .link:hover {
    box-shadow: 0 10px 8px 0px rgba(0, 0, 0, 0.1);
    margin-top: -4px;
}
.consultation-guide .cs_links .link:last-child {
    background: #363c54;
}
.consultation-guide .cs_links .link a {
    color: #fff;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 60px;
}
.hours-section {
  background: #f8f7f4;
  padding: 120px 40px;
}

.hours-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* ── 공통 블록 헤더 ── */
.block-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}
.block-header::before {
  content: '';
  display: block;
  width: 4px;
  height: 28px;
  background: #fa8401;
  border-radius: 2px;
  flex-shrink: 0;
}
.block-header h2 {
 
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: -0.02em;
}

/* ── 진료시간 테이블 ── */
.hours-table-wrap {
  background: #ffffff;
  border: 1px solid #e8e6e1;
  overflow: hidden;
}

.hours-table {
  width: 100%;
  border-collapse: collapse;
 
}

.hours-table thead tr {
  background: #1c1c1c;
}
.hours-table thead th {
  padding: 18px 24px;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.08em;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.hours-table thead th:last-child { border-right: none; }

.hours-table tbody tr {
  border-bottom: 1px solid #f0ede8;
  transition: background 0.2s ease;
}
.hours-table tbody tr:last-child { border-bottom: none; }
.hours-table tbody tr:hover { background: #fffaf4; }

/* 휴진 행 강조 */
.hours-table tbody tr.row-closed {
  background: #fafafa;
  color: #aaa;
}
.hours-table tbody tr.row-closed:hover { background: #fafafa; }

.hours-table tbody td {
  padding: 20px 24px;
  font-weight: 400;
  color: #444;
  border-right: 1px solid #f0ede8;
  vertical-align: middle;
}
.hours-table tbody td:last-child { border-right: none; }

.hours-table tbody td:first-child {
  font-weight: 600;
  color: #1c1c1c;
  white-space: nowrap;
}

/* 시간 강조 */
.time-highlight {
  font-weight: 600;
  color: #fa8401;
}

/* 닫힘 표시 */
.closed-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  color: #aaa;
  background: #f0ede8;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 0.04em;
}

/* 비고 뱃지 */
.note-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 500;
  color: #fa8401;
  background: #fff4e6;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 0.02em;
}

/* 테이블 하단 안내 */
.hours-table-footer {
  background: #1c1c1c;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hours-table-footer::before {
  content: '📍';
  font-size: 0.9rem;
  flex-shrink: 0;
}
.hours-table-footer p {
 
  font-size: 0.88rem;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  letter-spacing: -0.01em;
}
.hours-table-footer p strong {
  color: #fa8401;
  font-weight: 600;
}

/* ── 유의사항 리스트 ── */
.notice-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
  border: 1px solid #e8e6e1;
  overflow: hidden;
}

.notice-item {
  display: flex;
  gap: 20px;
  padding: 24px 32px;
  border-bottom: 1px solid #f0ede8;
  align-items: flex-start;
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.5s ease, transform 0.5s ease, background 0.2s ease;
}
.notice-item:last-child { border-bottom: none; }
.notice-item.visible { opacity: 1; transform: translateX(0); }
.notice-item:hover { background: #fffaf4; }

.notice-item:nth-child(1) { transition-delay: 0.05s; }
.notice-item:nth-child(2) { transition-delay: 0.10s; }
.notice-item:nth-child(3) { transition-delay: 0.15s; }
.notice-item:nth-child(4) { transition-delay: 0.20s; }
.notice-item:nth-child(5) { transition-delay: 0.25s; }
.notice-item:nth-child(6) { transition-delay: 0.30s; }
.notice-item:nth-child(7) { transition-delay: 0.35s; }

.notice-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fa8401;
  color: #ffffff;
 
  font-size: 0.78rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.notice-text {
 
  color: #555;
  line-height: 1.85;
  word-break: keep-all;
}
.notice-text strong {
  font-weight: 600;
  color: #1c1c1c;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hours-section { padding: 80px 20px; }
  .hours-table thead th,
  .hours-table tbody td { padding: 14px 16px; font-size: 0.83rem; }
  .notice-item { padding: 20px 20px; gap: 14px; }
}

@media (max-width: 520px) {
  .hours-table { display: block; overflow-x: auto; white-space: nowrap; }
}

.reservation-section {
  background: #ffffff;
  padding: 120px 40px;
}

.reservation-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* ── 공통 블록 헤더 ── */
.block-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}
.block-header::before {
  content: '';
  display: block;
  width: 4px;
  height: 28px;
  background: #fa8401;
  border-radius: 2px;
  flex-shrink: 0;
}
.block-header h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: -0.02em;
}

.block-desc {
 
  color: #666;
  line-height: 2;
  word-break: keep-all;
  margin-bottom: 40px;
}

/* ── 예약 채널 카드 그리드 ── */
.channel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.channel-card {
  border: 1px solid #e8e6e1;
  padding: 36px 36px 32px;
  background: #f8f7f4;
  display: flex;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.channel-card:nth-child(2) { transition-delay: 0.1s; }
.channel-card:nth-child(3) { transition-delay: 0.2s; }
.channel-card:nth-child(4) { transition-delay: 0.3s; }
.channel-card.visible { opacity: 1; transform: translateY(0); }
.channel-card:hover {
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}

/* 채널 아이콘 + 제목 */
.channel-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e6e1;
}
.channel-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.channel-icon svg {
  width: 20px;
  height: 20px;
  fill: #fa8401;
}
.channel-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: -0.01em;
}

/* 채널 본문 */
.channel-body {
 
  color: #666;
  line-height: 1.9;
  word-break: keep-all;
  flex: 1;
}

/* 전화번호 */
.channel-tel {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: 0.02em;
  margin: 4px 0 2px;
}

/* 링크 버튼 */
.channel-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 11px 20px;
  background: #fa8401;
  color: #ffffff;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 2px;
  align-self: flex-start;
  transition: background 0.2s ease;
}
.channel-btn:hover { background: #e07600; }
.channel-btn svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
}

/* ── 유의사항 블록 ── */
.caution-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e8e6e1;
  overflow: hidden;
}

.caution-item {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #f0ede8;
  opacity: 0;
  transform: translateX(-14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.caution-item:last-child { border-bottom: none; }
.caution-item.visible { opacity: 1; transform: translateX(0); }
.caution-item:nth-child(1) { transition-delay: 0.05s; }
.caution-item:nth-child(2) { transition-delay: 0.12s; }
.caution-item:nth-child(3) { transition-delay: 0.19s; }
.caution-item:nth-child(4) { transition-delay: 0.26s; }

/* 좌측 라벨 */
.caution-label {
  flex-shrink: 0;
  width: 200px;
  padding: 28px 28px;
  background: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.caution-label-icon {
  font-size: 1.3rem;
  line-height: 1;
}
.caution-label-text {
 
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  word-break: keep-all;
}

/* 우측 내용 */
.caution-content {
  flex: 1;
  padding: 28px 36px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.caution-content p {
 
  font-weight: 300;
  color: #555;
  line-height: 1.9;
  word-break: keep-all;
}
.caution-content p strong {
  font-weight: 600;
  color: #1c1c1c;
}

/* 렌즈 서브 리스트 */
.lens-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px;
  padding: 16px 20px;
  background: #f8f7f4;
  border-left: 3px solid #fa8401;
}
.lens-list li {
  list-style: none;
 
  font-weight: 300;
  color: #666;
  line-height: 1.7;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.lens-list li::before {
  content: '—';
  color: #fa8401;
  font-weight: 600;
  flex-shrink: 0;
}
.lens-note {
 
  color: #999;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px dashed #e0ddd8;
  line-height: 1.7;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .reservation-section { padding: 80px 20px; }
  .channel-grid { grid-template-columns: 1fr; }
  .caution-label { width: 120px; padding: 24px 18px; }
  .caution-content { padding: 24px 20px; }
}
@media (max-width: 480px) {
  .caution-item { flex-direction: column; }
  .caution-label { width: 100%; flex-direction: row; align-items: center; }
}

.location-section {
  background: #f8f7f4;
  padding: 120px 40px;
}

.location-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* ── 블록 헤더 ── */
.block-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}
.block-header::before {
  content: '';
  display: block;
  width: 4px;
  height: 28px;
  background: #fa8401;
  border-radius: 2px;
  flex-shrink: 0;
}
.block-header h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: -0.02em;
  word-break: keep-all;
}

/* ── 콘텐츠 래퍼 ── */
.location-wrap {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: stretch;
}

/* ── 지도 영역 ── */
.location-map {
  background: #ddd;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}
.location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: none;
  display: block;
}

/* ── 정보 패널 ── */
.location-info {
  background: #1c1c1c;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* 주소 블록 */
.info-address {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.info-address-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #fa8401;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.info-address-main {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.7;
  word-break: keep-all;
}
.info-address-sub {
 
  color: rgba(255,255,255,0.5);
  margin-top: 6px;
  line-height: 1.6;
}

/* 교통 블록 */
.info-transit {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.transit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.transit-badge {
  flex-shrink: 0;
  padding: 4px 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 2px;
  white-space: nowrap;
  margin-top: 1px;
}
.transit-badge--2 {
  background: #00a650;
  color: #ffffff;
}
.transit-badge--shin {
  background: #d4003b;
  color: #ffffff;
}
.transit-text {
 
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  word-break: keep-all;
}
.transit-text strong {
  font-weight: 600;
  color: #ffffff;
}

/* 본문 설명 */
.info-desc {
 
  color: rgba(255,255,255,0.55);
  line-height: 1.85;
  word-break: keep-all;
}

/* 오시는 길 링크 버튼 */
.location-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 22px;
  background: #fa8401;
  color: #ffffff;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 2px;
  align-self: flex-start;
  margin-top: auto;
  transition: background 0.2s ease;
}
.location-btn:hover { background: #e07600; }
.location-btn svg {
  width: 13px;
  height: 13px;
  fill: #ffffff;
  flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .location-wrap {
    grid-template-columns: 1fr;
  }
  .location-map { min-height: 280px; }
  .location-map iframe { min-height: 280px; }
  .location-info { padding: 32px 28px; }
}
@media (max-width: 480px) {
  .location-section { padding: 80px 20px; }
}
/* //진료안내 */
/* 둘러보기 */
/* 둘러보기 슬라이드 */
.interior_container {
    width: 1124px;
    margin: 0 auto 100px;
    overflow: hidden;
}
.interior_container .interior-swiper {
    height: 632px;
    margin-bottom: 20px;
}
.interior_container .interior-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.interior_container .interior-thumb-swiper .swiper-slide-thumb-active {
    border: 2px solid #fe8204;
}
.interior_container .interior-thumb-swiper .swiper-slide {
    width: 25%;
}
.interior_container .interior-thumb-swiper .swiper-slide img {
    width: 100%;
}



/* //둘러보기 */
/* 오시는길 */
.location .map_wrap {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
}
.location .map_wrap .map_position {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.location .map_wrap #map {
    width: 100%;
    height: 100%;
}

.transport-info {
    color: #333;
    line-height: 1.6;
    margin-top: 60px;
}
.transport-info .transport-block {
    margin-bottom: 48px;
}
.transport-info .transport-block h2 {
    font-size: var(--fs-semi);
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.transport-info .transport-block h2 .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}
.transport-info .transport-block h2 .icon.subway {
    background-image: url('/img/icon-subway.svg');
}
.transport-info .transport-block h2 .icon.bus {
    background-image: url('/img/icon-bus.svg');
}
.transport-info .transport-block h2 .icon.car {
    background-image: url('/img/icon-car.svg');
}
.transport-info .transport-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.transport-info .transport-block ul li {
    font-size: var(--fs-body);
    margin-bottom: 6px;
}
.transport-info .transport-block .subway-list .line {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-right: 6px;
}
.transport-info .transport-block .subway-list .line.line2 {
    background-color: #3cb44a;
}
.transport-info .transport-block .subway-list .line.line9 {
    background-color: #b58500;
}
.transport-info .transport-block .subway-list .line.line_sin {
    width: initial;
    padding: 0 10px;
    border-radius: 14px;
    background-color: #b61614;
}
.transport-info .transport-block .bus-list .bus-type {
    display: inline-block;
    min-width: 70px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    padding: 2px 8px;
    margin-right: 6px;
    margin-top: 10px;
    font-size: var(--fs-sm);
    text-align: center;
}
.transport-info .transport-block .bus-list .bus-type.green {
    background: #00a84d;
}
.transport-info .transport-block .bus-list .bus-type.blue {
    background: #3b80ef;
}
.transport-info .transport-block .bus-list .bus-type.red {
    background: #d92d2d;
}
.transport-info .transport-block .bus-list .bus-type.orange {
    background: #f7a600;
}
.transport-info .transport-block .bus-list .bus-type.purple {
    background: #9b59b6;
}
.transport-info .transport-block .bus-list .bus-type.gray {
    background: #666;
}
.transport-info .transport-block .car-info p {
    font-size: var(--fs-body);
    margin: 4px 0;
}
.transport-info .transport-block .car-info p.note {
    color: #666;
    font-size: var(--fs-sm);
    line-height: 1.5;
}
.transport-info .transport-block .car-info strong {
    display: block;
    font-weight: 700;
    margin-top: 10px;
}
.subway-section {
  background: #ffffff;
  padding: 120px 40px;
}

.subway-inner {
  max-width: 1080px;
  margin: 0 auto;
}

/* ── 블록 헤더 ── */
.block-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.block-header::before {
  content: '';
  display: block;
  width: 4px;
  height: 28px;
  background: #fa8401;
  border-radius: 2px;
  flex-shrink: 0;
}
.block-header h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: -0.02em;
}

.subway-intro {
  color: #666;
  line-height: 2;
  word-break: keep-all;
  margin-bottom: 48px;
  padding-left: 18px;
}

/* ── 노선 카드 래퍼 ── */
.subway-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.subway-card {
  border: 1px solid #e8e6e1;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.subway-card:nth-child(2) { transition-delay: 0.15s; }
.subway-card.visible { opacity: 1; transform: translateY(0); }

/* 카드 헤더 */
.subway-card-head {
  background: #1c1c1c;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.subway-badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.line-badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 2px;
  white-space: nowrap;
}
.line-badge--2   { background: #00a650; color: #fff; }
.line-badge--shin { background: #d4003b; color: #fff; }
.line-badge--9   { background: #c4a000; color: #fff; }

.subway-card-head h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.6;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

.subway-walk-time {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #fa8401;
  margin-top: 2px;
}
.subway-walk-time::before {
  content: '';
  display: block;
  width: 16px;
  height: 1px;
  background: #fa8401;
}

/* 카드 본문 */
.subway-card-body {
  background: #f8f7f4;
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.subway-step {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px dashed #e0ddd8;
  align-items: flex-start;
}
.subway-step:last-child { border-bottom: none; padding-bottom: 0; }
.subway-step:first-child { padding-top: 0; }

.step-num {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fa8401;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.step-text {

  color: #555;
  line-height: 1.85;
  word-break: keep-all;
}
.step-text strong {
  font-weight: 600;
  color: #1c1c1c;
}

/* 랜드마크 강조 태그 */
.landmark {
  display: inline-block;
  background: #fff4e6;
  color: #fa8401;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 2px;
  margin: 0 2px;
  white-space: nowrap;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .subway-section { padding: 80px 20px; }
  .subway-grid { grid-template-columns: 1fr; }
}



.transport-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* ── 공통 블록 헤더 ── */
.block-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
}
.block-header::before {
  content: '';
  display: block;
  width: 4px;
  height: 28px;
  background: #fa8401;
  border-radius: 2px;
  flex-shrink: 0;
}
.block-header h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #1c1c1c;
  letter-spacing: -0.02em;
}

/* ──────────────────────────────
   버스 이용 안내
────────────────────────────── */
.bus-wrap {
  background: #ffffff;
  border: 1px solid #e8e6e1;
  overflow: hidden;
}

.bus-sub-title {
  padding: 20px 28px;
  background: #1c1c1c;
  font-weight: 400;
  color: rgba(255,255,255,0.65);
  letter-spacing: -0.01em;
}
.bus-sub-title strong {
  color: #fa8401;
  font-weight: 600;
}

.bus-list {
  display: flex;
  flex-direction: column;
}

.bus-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 18px 28px;
  border-bottom: 1px solid #f0ede8;
}
.bus-row:last-child { border-bottom: none; }

.bus-type {
  flex-shrink: 0;
  width: 64px;
  padding: 5px 0;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #ffffff;
  border-radius: 3px;
  letter-spacing: 0.02em;
}
.bus-type--local    { background: #3abd64; }
.bus-type--trunk    { background: #3b7bdb; }
.bus-type--express  { background: #d63b3b; }
.bus-type--airport  { background: #e07b00; }
.bus-type--seat     { background: #9b59b6; }
.bus-type--village  { background: #27ae60; }

.bus-numbers {
  font-weight: 400;
  color: #444;
  line-height: 1.7;
  word-break: keep-all;
}

/* ──────────────────────────────
   주차 안내
────────────────────────────── */
.parking-intro {
  color: #666;
  line-height: 2;
  word-break: keep-all;
  margin-bottom: 36px;
}

.parking-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

.parking-card {
  background: #ffffff;
  border: 1px solid #e8e6e1;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.parking-card:nth-child(2) { transition-delay: 0.12s; }
.parking-card.visible { opacity: 1; transform: translateY(0); }

.parking-card-head {
  background: #1c1c1c;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.parking-card-head h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.01em;
  word-break: keep-all;
}
.parking-addr {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
}
.parking-addr::before {
  content: 'ADDR';
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fa8401;
  background: rgba(250,132,1,0.15);
  padding: 2px 6px;
  border-radius: 2px;
  flex-shrink: 0;
}

.parking-card-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.parking-card-body p {
  color: #555;
  line-height: 1.85;
  word-break: keep-all;
}

.parking-notice {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  background: #f8f7f4;
  border-left: 3px solid #fa8401;
  margin-top: 4px;
}
.parking-notice p {
  font-size: 0.95rem !important;
  color: #888 !important;
  line-height: 1.7 !important;
}
.parking-notice p strong {
  color: #555;
  font-weight: 500;
}

/* 주차 지원 안내 박스 */
.parking-support {
  background: #1c1c1c;
  padding: 36px 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.parking-support.visible { opacity: 1; transform: translateY(0); }

.parking-support-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.parking-support-title h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.support-badge {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1c1c1c;
  background: #fa8401;
  padding: 4px 12px;
  border-radius: 100px;
  white-space: nowrap;
}

.support-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.support-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.support-row:last-child { border-bottom: none; padding-bottom: 0; }

.support-row-label {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fa8401;
  background: rgba(250,132,1,0.12);
  padding: 4px 10px;
  border-radius: 2px;
  white-space: nowrap;
  margin-top: 2px;
}
.support-row-text {
 
  color: rgba(255,255,255,0.7);
  line-height: 1.85;
  word-break: keep-all;
}
.support-row-text strong {
  color: #ffffff;
  font-weight: 500;
}

.support-desk-note {
  margin-top: 24px;
  padding: 16px 20px;
  background: rgba(250,132,1,0.1);
  border-left: 3px solid #fa8401;
 
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  word-break: keep-all;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .transport-section { padding: 80px 20px; }
  .parking-grid { grid-template-columns: 1fr; }
  .parking-support { padding: 28px 24px; }
  .bus-row { gap: 12px; }
}

/* //오시는길 */

/*둘러보기*/
.gallery-section {
  background: #ffffff;
  padding: 0;
}

/* ── 층 구분 배너 ── */
.floor-banner {
  background: #1c1c1c;
  padding: 28px 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 80px;
  z-index: 10;
}
.floor-num {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fa8401;
  line-height: 1;
  letter-spacing: -0.03em;
}
.floor-num sup {
  font-size: 1rem;
  letter-spacing: 0;
}
.floor-divider {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.15);
}
.floor-desc {
 
  color: #fff;
  letter-spacing: 0.04em;
}

/* ── 공통 블록 ── */
.gallery-block {
  padding: 100px 40px;
  max-width: 1080px;
  margin: 0 auto;
}
.gallery-block + .gallery-block {
  padding-top: 0;
}

/* 구분선 */
.gallery-block-divider {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
.gallery-block-divider hr {
  border: none;
  border-top: 1px solid #f0ede8;
}

/* ── 블록 헤더 ── */
.gallery-block-head {
  margin-bottom: 32px;
}
.gallery-block-head h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 700;
  color: #1c1c1c;
  line-height: 1.5;
  letter-spacing: -0.02em;
  word-break: keep-all;
  padding-left: 18px;
  border-left: 4px solid #fa8401;
  margin-bottom: 20px;
}
.gallery-block-head p {
 
  color: #666;
  line-height: 2;
  word-break: keep-all;
}

/* ── 이미지 슬롯 공통 ── */
.img-placeholder {
  background: #ece9e3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  position: relative;
}
.img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-placeholder-label {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.7);
  background: rgba(0,0,0,0.35);
  padding: 4px 10px;
  border-radius: 100px;
}

/* ── 5장 롤링 슬라이더 ── */
.slider-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}
.slide-item {
  flex-shrink: 0;
  width: 100%;
}
.slide-item .img-placeholder {
  height: 500px;
}
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 0;
}
.slider-dots {
  display: flex;
  gap: 8px;
}
.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, width 0.2s;
}
.slider-dot.active {
  background: #fa8401;
  width: 24px;
  border-radius: 4px;
}
.slider-arrows {
  display: flex;
  gap: 8px;
}
.slider-btn {
  width: 40px;
  height: 40px;
  border: 1px solid #e8e6e1;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  border-radius: 2px;
}
.slider-btn:hover {
  background: #fa8401;
  border-color: #fa8401;
}
.slider-btn:hover svg { fill: #fff; }
.slider-btn svg {
  width: 18px;
  height: 18px;
  fill: #888;
  transition: fill 0.2s;
}

/* ── 2장 그리드 ── */
.img-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 36px;
}
.img-grid-2 .img-placeholder {
  height: 300px;
}

/* ── 1장 ── */
.img-single {
  margin-top: 36px;
}
.img-single .img-placeholder {
  height: 460px;
}

/* ── 5장 그리드 (1+4) ── */
.img-grid-5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 320px 200px;
  gap: 12px;
  margin-top: 36px;
}
.img-grid-5 .img-placeholder:first-child {
  grid-row: 1 / 3;
  height: 100%;
}
.img-grid-5 .img-placeholder {
  height: 100%;
}

/* ── 레이아웃 변형: 텍스트+이미지 2열 ── */
.block-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.block-split .gallery-block-head {
  margin-bottom: 0;
}
.block-split .img-placeholder {
  height: 420px;
}

/* 홀수 블록은 텍스트 우측 */
.block-split--reverse {
  direction: rtl;
}
.block-split--reverse > * {
  direction: ltr;
}

/* ── fade in ── */
.fade-block {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-block.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .block-split,
  .block-split--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    gap: 28px;
  }
  .img-grid-5 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .img-grid-5 .img-placeholder:first-child {
    grid-row: auto;
    height: 220px;
  }
  .img-grid-5 .img-placeholder { height: 160px; }
}
@media (max-width: 640px) {
  .gallery-block { padding: 60px 20px; }
  .floor-banner { padding: 20px 20px; }
  .slide-item .img-placeholder { height: 280px; }
  .img-grid-2 { grid-template-columns: 1fr; }
  .img-grid-2 .img-placeholder { height: 220px; }
  .img-grid-5 { grid-template-columns: 1fr; }
}

/********** 메인 상담신청 **********/
.ft-cs {
    width: 100%;
    height: 100%;
    background: url('../img/bg_main_cs.webp') no-repeat top center;
    background-size: cover;
}
.ft-cs h2 {
    font-size: clamp(36px, 4vw, 50px);
}

.ft-cs .main_section_inner {
    padding: 140px 50px 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_cs_container {
    background: rgba(54, 60, 84, 0.93);
    padding: 30px;
    margin-top: 40px;
    /* 상담 분야 */
    /* 이름 / 연락처 */
    /* 내용 입력 */
    /* 체크박스 + 버튼 */
}
.main_cs_container li {
    height: 50px;
    margin-bottom: 10px;
}
.main_cs_container li > div {
    border-bottom: 1px solid #fff;
}
.main_cs_container input[type='text'] {
    height: 50px;
    font-size: var(--fs-semi);
    background: transparent;
    border: none;
    color: #fff;
}
.main_cs_container .cs_label {
    font-size: var(--fs-semi);
    font-weight: 300;
    color: #fff;
    margin-right: 20px;
    line-height: 50px;
}
.main_cs_container .cs_li_1 div {
    width: 100%;
}
.main_cs_container .cs_li_1 select {
    background: transparent;
    border: none;
    color: #fff;
    font-size: var(--fs-semi);
    width: 320px;
}
.main_cs_container .cs_li_1 select option {
    color: #000;
}
.main_cs_container .cs_li_2 {
    display: flex;
    justify-content: space-between;
}
.main_cs_container .cs_li_2 div {
    width: 48%;
}
.main_cs_container .cs_li_3 {
    height: 150px;
}
.main_cs_container .cs_li_3 div {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
}
.main_cs_container .cs_li_3 textarea {
    width: calc(100% - 100px);
    height: 100%;
    background: transparent;
    border: none;
    color: #fff;
    font-size: var(--fs-semi);
    padding: 10px;
    font-family: 'SUIT', 'Noto Sans KR', sans-serif;
}
.main_cs_container .cs_li_4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_cs_container .cs_li_4 input[type='checkbox'] {
    display: none;
}
.main_cs_container .cs_li_4 input[type='checkbox'] + label {
    padding: 3px 0 3px 34px;
    background: url('../img/icon_check_off.webp') no-repeat left center;
    background-size: 20px;
    font-size: var(--fs-semi);
    color: #fff;
}
.main_cs_container .cs_li_4 input[type='checkbox']:checked + label {
    background: url('../img/icon_check_on.webp') no-repeat left center;
    background-size: 20px;
}
.main_cs_container .cs_li_4 a {
    font-size: 24px;
    color: #fff;
    margin-left: 8px;
}
.main_cs_container .cs_li_4 button {
    display: inline-block;
    padding: 8px 30px 10px;
    background: #fff;
    color: #363c54;
    font-weight: 700;
    font-size: var(--fs -semi);
}

/********** //메인 상담신청 **********/
.terms_txt pre {
    font-family: 'SUIT', sans-serif;
    font-size: 16px;
}

.icon_ttl {
    display: flex;
    align-items: center;
}
.icon_ttl i {
    margin-right: 14px;
}

@media (max-width: 1440px) {
    .icon_ttl {
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .icon_ttl {
        justify-content: center;
    }
    .icon_ttl i {
        width: 40px;
        margin-right: 10px;
    }
    .icon_ttl i img {
        width: 100%;
    }
}

.hero_point {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.hero_point_box {
    width: 30%;
    background: #ffffff;
    padding: 20px;
    border: 4px solid #e99035;
    border-radius: 20px;
}

.hero_point_num {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    background: #fd8204;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    font-size: var(--fs-sm);
    font-weight: 500;
}

.hero_point_ttl {
    font-size: var(--fs-semi);
    font-weight: 600;
}

.hero_point_txt {
    margin-top: 14px;
    font-size: var(--fs-body);
    word-break: keep-all;
    line-height: 1.3;
    padding: 0 10px;
}
.gnb_col_blog {
	max-width:170px;
	a {
		img{
			width:100%
		}
	}
}
@media screen and (max-width: 768px) {
    .hero_point {
        flex-direction: column;
    }
    .hero_point_box {
        width: 100%;
        margin-bottom: 20px;
    }
    .hero_point_num {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

}
