




.m { display:none; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    MEDIA QUERY
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media (min-width: 1921px)  {
}

@media (min-width: 1081px) and (max-width: 1600px) {
    .inner { width:100%; }
}

/* mobile */
@media screen and (max-width: 1080px) {
    body { font-size:0.9em; width:100vw; overflow-x:hidden; }
    .pc { display:none !important; }
    .m { display:block; }
    .inner { width: 100%; }
    section.sub { --inner: 90vw }

    section, article, .inner { background-attachment:unset; }

    #quickmenu { right: 5vw; bottom: 5vw; }
    #quickmenu a { width: 50px; height: 50px; }
    #quickmenu a img { width: 50%; }
    #quickmenu a.top { margin: 5px auto 0; }


    #mobile-menu {
        top: 77px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 77px);
        opacity: 0;
    }
    #mobile-menu.on { opacity: 1; z-index: 99999; }
    #mobile-menu > .menu-area { width: 100vw; }


    /* 메인헤더 */
    header.header { height: 70px; position: fixed; top: 0 }
    header.header > .inner { padding: 18px 5vw; gap: 60px; }
    header.header nav { display:none; }
    header.header > .inner div.logo img { width: 200px; }


    #menu-btn { display: flex; height: 40px; width:40px; transform: none; }
    #menu-btn > div { height:17px }
    #menu-btn span { width: 30px; height: 2px; border-radius: 0; }

    #menu-btn.on span:nth-child(1) { transform: rotate(45deg) translateY(11px);}
    #menu-btn.on span:nth-child(3) { transform: rotate(-45deg) translateY(-11px); }








    footer .inner { grid-template-columns: 1fr; padding:3em 0 4em; grid-gap: 2em; }
    footer img.footer-logo { width: 40%; margin: 0 auto 10px; }
    footer ul.menu { justify-content:center; transform:none; }
    footer .inner div.footer-info-zone p { text-align:center; width:100%; margin:0 auto; font-size:2.8vw }
    footer .inner div.footer-info-zone p.copyright { margin:1em auto }

    footer ul.menu > li > a { font-size: 3.3vw; padding: 0 1em; }

    p *,
    section .section-title * { text-align:inherit; }


    /* 푸터메뉴 */
    div.section-wrapper.footer .elementor-widget-container > p { padding: 0.3em 2em; line-height: 1.7; font-size: 0.86em; color:var(--dark); }
    .section-wrapper.footer table.table { margin:2em auto; }
    .section-wrapper.footer table.table tbody td { border: 1px dashed rgba(10, 10, 10, 0.1); }
    .section-wrapper.footer .table-wrapper table.table { margin:0 auto; }
    .section-wrapper.footer .table-wrapper table.table tr > * { padding: 0.35em 1.5em; }


    .section-wrapper.footer .table-wrapper table.table.non-benefits { font-size:0.96em; width:100% }
    .section-wrapper.footer .table-wrapper table.table.non-benefits tbody td { border-style:solid }
    .section-wrapper.footer .table-wrapper table.table.non-benefits tbody th { padding:0 1em }


    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        common elements
     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    section .inner {
        padding: 80px 0;
    }
    section span.eng.uppercase { font-size: 0.75em; }
    section .section-title { font-size: 5.75vw; }
    section .section-desc { max-width:90vw; margin: 1.5em auto }

    section.main-visual { background-attachment:unset; }
    section.main-visual h5 {
        font-size: 4vw;
        padding: 0 5vw;
    }
    section.main-visual h2 {
        font-size: 6vw;
        padding: 0 5vw;
    }
    section.main-visual .inner.flex { grid-gap: 15px; height:150vw; }




    /* 메인 - 특별함 */
    section.main-special .special-swiper {
        width: 80%;
        margin: 40px auto 0;
    }
    section.main-special .special-swiper span.bg { font-size: 4em; z-index:-1 }
    section.main-special .special-swiper .grid.half {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        padding-top: 10px;
    }
    section.main-special .special-swiper .grid.half .txt { padding: 30px 20px 0; }
    section.main-special .special-swiper .grid.half .img {
        height: 200px;
        border-radius: 50px;
        box-shadow: 3px 3px 20px -8px rgba(30,30,30,.2);
    }
    section.main-special .special-swiper .grid.half .txt span {
        font-size: 1.3em;
    }
    section.main-special .special-swiper .grid.half .txt strong {
        font-size: 1.3em;
    }
    section.main-special .special-swiper .control {
        grid-gap: 10px;
        position: static;
        width: fit-content;
        margin: 30px auto 0;
    }
    section.main-special .special-swiper .control > div { width: 60px; }



    /* 메인 - 중점진료  */
    section.main-core .capsule-wrap {
        width: 80%;
        margin: 40px auto 0;
        grid-gap: 20px;
        flex-direction: column;
        font-size: 3.3vw;
    }
    section.main-core .capsule,
    section.main-core .capsule:hover {
        width: 100%;
        aspect-ratio: unset;
        display: grid;
        grid-template-columns: 1fr 2fr;
        align-items: center;
        grid-gap: 10px 0;
        padding: 20px 10vw 20px 0;
        border-radius: 20px;
        background-position: top 10% center;
        box-shadow: none;
        transform: unset;
    }
    section.main-core .capsule > img {
        grid-row: 1 / span 3;
        width: 70px; height: 70px;
        margin: 0 auto;
    }
    section.main-core .capsule > h5 {
        font-size: 1.5em;
        height: 1.5em;
        text-align: left;
    }
    section.main-core .capsule .flex.row {
        flex-wrap: wrap;
        grid-gap: 1em;
        justify-content: flex-start;
        height: 2em;
    }
    section.main-core .capsule a.btn,
    section.main-core .capsule:hover a.btn,
    section.main-core .capsule a.btn:hover {
        font-size: 1.0em;
        width: 90%;
        padding: 0.75em 2em;
        position: relative;
        border-radius: 3em;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: translateY(-5px);
    }
    section.main-core .capsule a.btn::after { right: 1em; }
    section.main-core .capsule a.btn img { transform: translateX(5px); height: 0.8em; }





    /* 메인 - 의료진  */
    section.main-doctor div.grid.half {
        grid-template-columns: 1fr;
        margin: 40px auto 0;
    }
    section.main-doctor div.grid.half > div:nth-child(1) { grid-gap: 20px; }
    section.main-doctor div.grid.half > div:nth-child(1) h3 { font-size: 2em; line-height:1.5 }
    section.main-doctor div.grid.half > div:nth-child(1) a.btn { border-width: 1px; }
    section.main-doctor div.grid.half > div ul.career {
        width: 70vw; margin: 20px auto;
    }
    section.main-doctor div.grid.half a.btn {
        width: 70vw; text-align: center; margin: 0 auto;
    }

    section.main-doctor div.grid.half > div ul.career li {
        display: grid; grid-template-columns: 1em auto;
    }
    section.main-doctor div.grid.half > div ul.career + ul.career li { display: none; }
    section.main-doctor div.grid.half > div:nth-child(2) {
        background-position: right 10vw bottom 30vw;
        background-size: 40vw;
    }
    /*  메인 원장님 이미지  */
    section.main-doctor div.grid.half div.doctor-img { width: 70%; box-shadow: 0 0 10px rgba(255,255,255,.3); }



    /* 메인 - 세심한진료(카드)  */
    section.main-card .grid.quater { width:90%; margin: 40px auto 0; grid-template-columns:1fr 1fr; grid-gap: 1px }
    section.main-card .grid.quater > div {
        width:100%; height: 100%; aspect-ratio: 1 / 1.5;
        padding: 30px 15px; grid-gap: 20px;
        justify-content: center;
    }

    section.main-card .grid.quater > div::before,
    section.main-card .grid.quater > div:hover::before {
        background-color: rgba(0, 0, 0,.5);
        backdrop-filter: none;
    }

    section.main-card .grid.quater > div strong {
        transform: translateY(0);
        font-size: 5vw;
        line-height: 1.2;
        padding: 0 5vw;
    }
    section.main-card .grid.quater > div:hover strong { transform: translateY(0); }
    section.main-card .grid.quater > div p,
    section.main-card .grid.quater > div:hover p {
        visibility: visible;
        opacity: 1;
        font-size: 1.0em;
        text-shadow: none;
        transform: translateY(0);
        padding-bottom: 2em;
    }
    section.main-card .grid.quater > div p br { display:none; }
    section.main-card .grid.quater > div a.btn,
    section.main-card .grid.quater > div:hover a.btn {
        position: absolute;
        width: 100%; height: 3.5em;
        left: 0; bottom: 0;
        padding: 0.75em 1.5em;

        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: center;
        background-position: right 1.5em center;
        background-size: auto 1em;

        box-shadow: none;
        border: 0;
        border-radius: 0;
        visibility: visible;
        opacity: 1;
        transform: none;

        background-color: rgba(207, 224, 189,.9);
        font-size: 3.3vw;
    }



    /* 메인 - 되겠습니다  */
    section.main-promise {
        background-attachment: unset;
        background-size: cover;
    }




    /* 메인 - 둘러보기  */
    section.main-preview > .inner { padding-bottom: 40px; }
    section.main-preview .bg { background-image: url('./img/main-preview-bg.png'); background-size:cover; }
    section.main-preview .bg .inner.grid {
        grid-template-columns: 1fr;
    }
    section.main-preview .bg .back { display: none;}
    section.main-preview .bg .inner.grid div.txt {
        padding: 80px 10vw 40px;
         height: fit-content;
        grid-gap: 30px;
    }
    section.main-preview .bg .inner.grid div.txt h3 { font-size: 6vw; }
    section.main-preview .bg .inner.grid > div.img .img-wrap { display: none;}
    /*  m  */
    section.main-preview .m {
        width: 100vw;
        padding: 0 10vw 60px;
        overflow-y: scroll;
    }
    section.main-preview .m .wrapper { width: 200vw; display: flex; flex-direction: row; grid-gap: 10px; }
    section.main-preview .m .wrapper div {
        width: 100px; aspect-ratio: 3 / 2; border-radius: 10px;
        background-size: cover;
    }
    section.main-preview .bg .inner.grid div.txt p {
        font-size: 4vw;
    }




    /* 메인 - 오시는길 */
    section.main-locate > .inner > .grid.half {
        margin: 40px auto 0;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
    section.main-locate > .inner > .grid.half .info {
        background-position: right -10% bottom 20%;
        background-image: none;
        grid-gap: 30px;
        order: 2;
    }
    section.main-locate > .inner > .grid.half .info .icon-txt .icon img {
    width: 2.0em;
    height: 2.0em;
}
    section.main-locate > .inner > .grid.half .map {
        aspect-ratio: 1 / 0.6;
        border-radius: 25px;
        font-size: 1.5em;
    }
    section.main-locate > .inner > .flex.row {
        margin: 60px auto 0;
        grid-gap: 15px;
        flex-direction: column;
    }
    section.main-locate > .inner > .flex.row a {
        font-size: 1.1em;
    }
    section.main-locate > .inner > .flex.row a:hover {
        transform: inherit;
        box-shadow: inherit;
    }
    section.main-locate > .inner > .grid.half .info .icon-txt .icon strong { font-size: 4vw; }
    section.main-locate > .inner > .grid.half .info .icon-txt { grid-gap:1em }
    section.main-locate > .inner > .grid.half .info .icon-txt .txt { font-size: 3.85vw; }












































    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        SUB TEMPLATE LAYOUT
     - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
     section.sub img { max-width:100% !important; }
    /* 서브 헤더 */
    section.sub-header > .inner {
        padding: 80px 0;
    }
    section.sub .title-zone .page-title-eng,
    section.sub-header .page-title-eng { font-size: 2.8vw; }
    section.sub .title-zone .page-title,
    section.sub-header .page-title { font-size: 5.5vw; }
    section.sub .title-zone div.p-wrap { max-width: 100vw; width:100%; padding: 0 5vw; margin-top:1.5em }
    section.sub .title-zone div.p-wrap.line { padding: 0.5em 1em; width: fit-content; }
    section.sub p { font-size: 3.5vw; }

    /* 서브 브레드크럼 */
    section.sub-breadcrumb { padding:0 5vw }
    section.sub-breadcrumb nav.breadcrumb > ul > li { font-size: 0.9em; }
    section.sub-breadcrumb nav.breadcrumb ul li.has-children ul.sub-breadcrumb-menu {
        min-width: 180px;
        top: 140%;
    }
    section.sub-breadcrumb nav.breadcrumb ul li.has-children ul.sub-breadcrumb-menu li {
        padding: 0.75em 1.5em;
        font-size: 0.95em;
    }

    /* 서브 인트로(타이틀부분) */
    section.sub-intro {}
    section.sub-intro > .inner { padding: 80px 0 50px }
    section.sub-intro .p-wrap { padding:0 5vw }

    /* 서브 제목 / 설명 공통 레이아웃 */
    section.sub .intro-zone {
        width: 100%;
        grid-gap: 30px;
        margin: 40px auto;
    }
    section.sub .intro-zone.single,
    section.sub .intro-zone.double { grid-template-columns: 1fr }

    section.sub .intro-zone img.page-img { max-width: 100% }
    section.sub div.p-wrap p,
    section.sub div.p-wrap.txt-left p,
    section.sub div.p-wrap.txt-center,
    section.sub div.p-wrap.txt-right p { text-align:center; }
    section.sub div.p-wrap p + p { margin-top:1.5em }





    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        SUB PAGE
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
    /* 소아 발생원인 */
    section.sub .kids-cause-group {
        margin: 30px auto 0;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 10px;
        width: 90%;
    }
    section.sub .kids-cause-group > div span.vertical-line {
        height: 20px;
        margin: 0 auto 5px;
    }
    section.sub .kids-cause-group > div p { line-height:1.5 }
    section.sub .kids-cause-group > div p br { display:none; }
    section.sub h5 { font-size:1.15em }



    /* tab-slide */
    section.sub.tab-slide > .inner { padding-bottom:0 }
    section.sub.tab-slide .tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
        width: 90%;
        margin: 30px auto;
    }
    section.sub.tab-slide .tabs .tab-button {
        width: 100%;
        padding: 0.75em;
        font-size: 3.6vw;
        border-radius: 5px;
        border-width: 1px;
    }
    section.sub.tab-slide .swiper-slide article {
        padding: 60px 0;
    }

    /*  */
    section.sub.tab-slide .swiper-slide article .flex.row {
        flex-direction: column;
        grid-gap: 30px;
        margin: 30px auto;
    }

    /* 예방접종 예방법 부분 */
    section.sub > .inner.wide article.wide.bg {
        padding: 20px 5vw;
        margin-top: 20px;
    }





    /* 체크리스트 */
    section.sub ul.checklist li { font-size: 0.96em; align-items: flex-start; }
    section.sub ul.checklist li::before { background-size: 80%; background-position: top 30% left; }

    /* 넘버 라벨 (솔로/듀오) */
    section.sub div.label-group {
        max-width: 90%;
        min-width: 70%;
        margin: 30px auto;
        grid-gap: 0.5em 1em ;
    }
    section.sub div.label-group.solo,
    section.sub div.label-group.duo { grid-template-columns:1fr }
    section.sub div.label-group > div {
        grid-template-columns: 2em auto;
        grid-gap: 0.5em;
        background-color: #fff;
        padding: 0.75em 1em 0.75em 1.5em;
    }
    /* 숫자없는라벨 */
    section.sub div.label-group.onlytext > p { padding: 1em 2em; }


    section.sub div.label-group > div span.before {
        font-size: 1.35em;
    }
    section.sub div.circle-group p,
    section.sub div.label-group p { line-height:1.5 }
    section.sub div.label-group.duo p { text-align:center; }

    /* 추가메시지박스 */
    section.sub div.p-wrap.box { width: 100%; }



    /* 원형 그룹 */
    section.sub div.circle-group,
    section.sub div.circle-group.cross {
        width: 80%;
        margin: 30px auto 0;
        grid-gap: 5px ;
    }
    section.sub div.circle-group > div {
        width: 34vw;
        padding-top: 7vw;
    }
    section.sub div.circle-group > div p { font-size: 4vw; }
    section.sub div.circle-group > div span.before { font-size: 1.35em; }


    /* 원형라벨 온리텍스트 */
    section.sub div.circle-group.onlytxt {
        width: 90%;
        grid-gap: 10px;
    }
    section.sub div.circle-group.onlytxt > div {
        width: 90%;
        padding: 1em 3em;
        border-radius: 5em;
        aspect-ratio: unset;
    }
    section.sub div.circle-group.onlytxt > div p {
        font-size: 4vw;
    }
    section.sub div.circle-group.onlytxt > div p + p {
        font-size: 3.5vw;
    }

    /* 원형 라벨 교차색상 */
    section.sub div.circle-group.cross { width: 100%; }
    section.sub div.circle-group.cross > div { width:25vw }
    section.sub div.circle-group.cross > div p { font-size: 3.6vw; }



    /* 제목 라벨 텍스트 */
    section.sub div.subject-group {
        width: 86%;
        margin: 30px auto 0;
    }
    section.sub div.subject-group > div {
        grid-gap: 1em;
    }
    section.sub div.subject-group > div + div { margin-top:10px }
    section.sub div.subject-group > div .subject {
        padding: 1em;
        min-width: 8em;
        font-size: 1em;
        border-radius: 6px;
    }
    section.sub div.subject-group > div p { line-height:1.5 }

    /* 카드 그룹 */
    section.sub .card-group {
        margin: 30px auto 0;
        justify-content: center;
        align-items: stretch;
        grid-gap: 6px;
    }
    section.sub .card-group > div {
        width: 11em;
        aspect-ratio: unset;
        padding: 2em 1.5em;
    }
    section.sub .card-group.numbering > div { padding:2em }
    section.sub .card-group.trio > div { width:85%; aspect-ratio:unset; height: fit-content;}

    section.sub .card-group.step > div .number { font-size: 3vw; }
    section.sub .card-group.numbering > div .before { font-size: 1.35em; }

    section.sub .card-group.step > div:nth-child(1),
    section.sub .card-group.step > div:nth-child(4) { background-color: #fff; }
    section.sub .card-group.step > div:nth-child(2),
    section.sub .card-group.step > div:nth-child(3) { background-color: transparent; }

    section.sub .card-group > div p { font-size: 0.95em; line-height: 1.5; }
    section.sub .card-group.trio > div p { line-height: 1.75; }


    /*  테이블  */
    section.sub .table-wrapper { width: 90vw; margin: 0.5em auto 1em; overflow-x: auto;}
    section.sub table.green-gray {
        width: 120vw;
        margin: 30px auto 20px;
    }
    section.sub table.green-gray tr > * { font-size: 0.9em; padding:0.75em 1em;}
    section.sub table.green-gray th { line-height:1.3 }


    /* 테이블 : 그리드 */
    section.sub .table-group {
        gap: 3px;
        width: 90vw;
        margin: 30px auto 0;
        grid-template-columns: 1fr 2fr 2fr; /* 필요시 override */
    }
    section.sub .table-group > div {
        padding: 0.75em 1em;
        font-size: 0.9em;
        line-height: 1.5;
    }

    /* 체크리스트 2단 감싸기 */
    section.sub .ul-wrap.flex {
        width: 80%;
        flex-direction: column;
        grid-gap: 1em !important;
    }

    /*  체크리스트 : 주의사항 : 박스  */
    section.sub .checklist-wrap-box {
        width: 90%;
        margin: 20px auto 0;
        grid-gap: 20px;
        padding: 30px 5vw 20px;
/*        border-width: 1px;*/
        border-radius: 1em;
    }
    section.sub .checklist-wrap-box img[width] { width:40px }
    section.sub .checklist-wrap-box ul.checklist li {
        padding: 0.85em 1.5em 0.85em 1.25em;
    }




    /*  단계(사이 화살표)  */
    section.sub .course-group {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-gap: 30px;
        margin: 30px auto 0;
    }
    section.sub .course-group span.subject {
        padding: 0.75em;
        min-width: 8em;
        border-radius: 6px;
    }
    section.sub .course-group > div + div::before {
        width: 30px;
        aspect-ratio: 1 / 1;
        position: absolute;
        top: -40px;
        left: calc(50% - 15px);
        transform: rotate(90deg);
    }
    section.sub .course-group > div .p-wrap {
        padding: 1em;
    }






    /* 수액클리닉 */
    section.sub.iv .intro-banner {
        width: 100%;
        margin: 30px auto 0;
        border-radius: 2em;
        padding: 3em 2em;
    }
    section.sub.iv .intro-banner .p-wrap .page-title-eng { font-size: 2.2vw; }
    section.sub.iv .intro-banner .p-wrap h4 {
        font-size: 5vw;
        margin-bottom: 1em;
    }
    section.sub.iv .intro-banner .p-wrap p {
        font-size: 1.0em;
        text-align-last: left;
        line-height: 1.6;
    }

    /* tab-slide : 수액클리닉 */
    section.sub.tab-slide.iv > .inner { padding-top: 30px }
    section.sub.tab-slide.iv .tabs {
        width: 90%;
        margin: 0 auto 30px;
    }
    section.sub.tab-slide.iv .tabs .tab-button {
        width: 100%;
        padding: 0.75em;
        font-size: 3.6vw;
        border-radius: 5px;
        border-width: 1px;
    }

    section.sub.tab-slide.iv .swiper-slide article {
        background-position: right 10vw top 10vw;
        background-size: 30vw;
    }
    section.sub.tab-slide.iv .iv-desc-group {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        width: 80%;
        margin: 40px auto;
    }
    section.sub.tab-slide.iv .iv-desc-group img { width: 65%; margin:0 auto; }
    section.sub.tab-slide.iv .iv-desc-group div.txt { grid-gap: 30px; }
    section.sub.tab-slide.iv .iv-desc-group div.txt p { text-align:center; }
    section.sub.tab-slide.iv .iv-desc-group div.txt div.circles { grid-gap: 3px; }
    section.sub.tab-slide.iv .iv-desc-group div.txt div.circles > div {
        line-height: 1.1;
        font-size: 3.6vw;
    }
    section.sub.tab-slide.iv .label-box {
        width: 85%;
        padding: 1em 2.5em 1.5em;
        border-radius: 2em;
    }
    section.sub.tab-slide.iv .label-box h5 {
        color: var(--txtcolor);
        margin-bottom: 0.5em;
    }
    section.sub.tab-slide.iv .label-box p {
        font-size: 0.9em;
        line-height: 1.6;
    }

    section.sub.tab-slide.iv .swiper-container { position:relative; }

    section.sub.tab-slide.iv .swiper-button-prev,
    section.sub.tab-slide.iv .swiper-button-next { width:50px;}

    section.sub.tab-slide.iv .swiper-button-prev::after,
    section.sub.tab-slide.iv .swiper-button-next::after { font-size: 6vw }

    /*  버튼 위치  */
    section.sub.tab-slide.iv .vitamin .swiper-button-prev, section.sub.tab-slide.iv .vitamin .swiper-button-next { top: 101vw; }
    section.sub.tab-slide.iv .garlic .swiper-button-prev, section.sub.tab-slide.iv .garlic .swiper-button-next { top: 102vw; }
    section.sub.tab-slide.iv .whiten .swiper-button-prev, section.sub.tab-slide.iv .whiten .swiper-button-next { top: 84vw; }
    section.sub.tab-slide.iv .amino .swiper-button-prev, section.sub.tab-slide.iv .amino .swiper-button-next { top: 84vw; }
    section.sub.tab-slide.iv .cinder .swiper-button-prev, section.sub.tab-slide.iv .cinder .swiper-button-next { top: 78vw; }





    /* 탭컨텐츠 내부임을 표시 (추후삭제)
    section.sub.tab-slide .swiper-slide { border: 1px solid magenta; position:relative; }
    section.sub.tab-slide .swiper-slide::after { content:'탭 내부 영역'; display:block; background-color:rgba(255,0,255,.15); color:magenta; padding: 1em; position:absolute; z-index:1; top:0; left:5vw; height:100%; border: 1px solid magenta; border-top:0; border-bottom:0 }*/
    section.sub.tab-slide .swiper-slide { border: 0; }
    section.sub.tab-slide .swiper-slide::after { display: none;}



    /* 병원소개의료진소개 */
    section.sub.about {}
    section.sub.about .about-special-wrap {
        width: 90%;
        margin: 40px auto;
    }
    section.sub.about .about-special-wrap > div + div {
        margin-top: 50px;
    }
    section.sub.about .about-special-wrap > div > span {
        font-size: 5vw;
    }
    section.sub.about .about-special-wrap > div > .special-box {
        padding: 50px 30px;
        border-radius: 30px;
        box-shadow: 0 2px 10px rgba(100, 100, 100, .3);
    }
    section.sub.about .about-special-wrap > div > .special-box p.font-g {
        font-size: 1.5em;
    }


    /* 의료진 */
    section.sub.about .doctor-zone {
        margin-top: 30px;
        padding: 60px 5vw;
        background-attachment: unset;
    }
    section.sub.about .doctor-zone .grid.half {
        margin: 0 auto;
        width: 80%;
        grid-template-columns: 1fr;
        justify-content: center;
    }
    section.sub.about .doctor-zone .grid.half > div:nth-child(1) { grid-gap: 30px; }
    section.sub.about .doctor-zone .grid.half > div:nth-child(1) h3 { font-size: 1.75em; margin-bottom:1em }
    section.sub.about .doctor-zone .grid.half > div ul.career + ul.career { margin: 20px auto; }
    section.sub.about .doctor-zone .grid.half > div ul.career li {
        display: grid; grid-template-columns: 1em auto;
    }
    section.sub.about .doctor-zone .grid.half > div ul.career li::before {
        content: '\00b7';
        margin-right: 0.45em;
    }


    /*시설 둘러보기 - 인테리어 */
    /* 전체 스와이퍼 wrapper */
    section.sub.about.interior div.preview-swiper-zone {
        width: 100%; /* 너비 */
        margin: 60px auto 0;
    }
    /* 썸네일 슬라이드  */
    section.sub.about.interior .preview-thumbs { margin-top:15px }

    /*  버튼스타일링 (공통) */
    section.sub.about.interior .swiper-button-prev,
    section.sub.about.interior .swiper-button-next { width: 40px; top:58%; box-shadow:0 0 20px rgba(0,0,0,.2) }
    /*  버튼 기본 < > 제거    */
    section.sub.about.interior .swiper-button-prev::after,
    section.sub.about.interior .swiper-button-next::after { font-size: 15px; }

    /*  버튼 위치 지정 / 부모(position:relative)를 어디 기준으로 했는지에 따라 다름 */
    section.sub.about.interior .swiper-button-prev { left: 0 }
    section.sub.about.interior .swiper-button-next { right: 0 }


    /* 시설 둘러보기 - 장비 */
    section.main-special.sub { background-image: none; }
    section.main-special.sub .special-swiper .grid.half .txt span { font-size: 4vw;}
    section.main-special .special-swiper .grid.half .txt strong { font-size: 1.25em; }
    section.main-special .special-swiper .grid.half .txt strong + p { line-height:1.5; margin-bottom:2em }





    /* 중점진료 - 알레르기 검사항목 */
    section.sub.allergy-item .item-box {
        width: 90%;
        margin: 40px auto 0;
        padding: 10px 5vw;
        border: 2px solid var(--primary);
    }
    section.sub.allergy-item .item-box > div {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        align-items: center;
        justify-content: flex-start;
        padding: 10px 0;
        position: relative;
    }
    section.sub.allergy-item .item-box > div .before {
        font-size: 1em;
        width: 30px;
        margin: 0 auto 5px;
        position: absolute;
        left: 10px;
        top: 5vw;
    }
    section.sub.allergy-item .item-box > div p.subject {
        font-size: 4.5vw;
        margin: 0.5em auto;
    }
    section.sub.allergy-item .item-box > div > .p-wrap {
        padding: 0 10px 20px;
    }
    section.sub.allergy-item .item-box > div + div {
        border-top: 1px dashed var(--primary);
    }
    section.sub.allergy-item .item-box > div + div > .p-wrap {
        border-top: 0;
    }
    section.sub.allergy-item .item-box > div > .p-wrap p {
        text-align: justify;
        font-size: 3.3vw;
        word-break: break-all;
    }

    /* 중점진료 - 알레르기 검사방법 MAST */
    section.sub.allergy-mast { margin-bottom:60px }
    section.sub.allergy-mast .whatis {
        margin-top: 30px;
        grid-template-columns: 1fr;
        position: relative;
        align-items: center;
    }
    section.sub.allergy-mast .whatis > div[style] {
        height: 40vw;
        justify-content: flex-start;
        padding: 8vw 20vw;
    }
    section.sub.allergy-mast .whatis > div[style] + div[style] {
        justify-content: flex-end;
        height: 50vw;
    }
    section.sub.allergy-mast.immune .whatis > div[style] + div[style] {
        height: 60vw;
    }


    section.sub.allergy-mast .whatis > div[style] p {
        font-size: 3.5vw;
        text-align: center;
    }
    section.sub.allergy-mast .whatis > div[style] p.txt-center {
        font-size: 5vw;
    }
    section.sub.allergy-mast .whatis div.position-abs {
        width: 46vw;
        left: 26vw;
    }
    section.sub.allergy-mast.immune .whatis div.position-abs { transform: translateY(-5vw); }


    /* 중점진료 - 알레르기 MAST 특징 */
    section.sub.allergy-mast-feature .img-list {
        width: 90%;
        margin: 30px auto;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    section.sub.allergy-mast-feature .img-list img { border-radius:10px }
    section.sub.allergy-mast-feature div.label-group.onlytext { max-width:100% }
    section.sub.allergy-mast-feature div.label-group.onlytext > p {
        padding: 0.65em 1em;
        font-size: 3.5vw;
    }


    /* 중점진료 알레르기 - 항원특이면역치료 방법 */
    section.sub.allergy-immune .zigzag-wrap {
        margin: 30px auto 0;
    }
    section.sub.allergy-immune .zigzag-wrap > div {
        grid-gap: 20px;
    }
    section.sub.allergy-immune .zigzag-wrap > div.imgleft,
    section.sub.allergy-immune .zigzag-wrap > div.imgright { grid-template-columns:1fr; }
    section.sub.allergy-immune .zigzag-wrap > div + div { margin-top:40px }
    section.sub.allergy-immune .zigzag-wrap > div .howto p.subject,
    section.sub.allergy-immune .zigzag-wrap > div.imgright .howto p.subject  {font-size: 5vw; text-align: center; }

    section.sub.allergy-immune .zigzag-wrap > div.imgright img { order: 1 }
    section.sub.allergy-immune .zigzag-wrap > div.imgright .howto { order: 2 }
    section.sub.allergy-immune .zigzag-wrap > div .howto .p-wrap {
        padding: 7vw;
        border-radius: 10px;
    }
    section.sub.allergy-immune .zigzag-wrap > div .howto .p-wrap p {
        text-align: center;
    }
    section.sub.allergy-immune .zigzag-wrap > div .howto .p-wrap p.caution {
        display: grid;
        grid-template-columns: 2em auto;
        align-items: center;
        justify-content: flex-start;
        grid-gap: 1em;
    }
    section.sub.allergy-immune .zigzag-wrap > div .howto .p-wrap p.caution::before {
        font-size: 4vw;
        border: 2px solid var(--primary);
    }
    section.sub.allergy-immune .zigzag-wrap > div .howto .p-wrap p.caution span {
        font-size: 3.3vw;
    }



    /* 중점 - 난청및이명클리닉 ; 난청의종류 */
    section.sub.sub-intro.hearingloss img.page-img { width:80% !important }
    section.sub.hear-type .circle-cross-mini {
        margin: 40px auto ;
    }
    section.sub.hear-type .circle-cross-mini > p {
        width: 22vw;
        font-size: 3.5vw;
    }
    section.sub.hear-type .circle-cross-mini > p + p {
        margin-left: -3vw;
    }
    section.sub.hear-type .card-group > div {
        width: 80%;
        border-width: 2px;
    }
    section.sub.hear-type .card-group > div .before {
        font-size: 1.0em;
        width: 40px;
        margin-bottom: 10px;
    }

    /* 중점 - 난청및이명클리닉 ; 난청 자가진단 */
    section.sub.hear-selftest .selftest-list {
        width: 95%;
        margin: 40px auto;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    section.sub.hear-selftest .selftest-list div {
        border-bottom: 1px dashed #d3d3d3;
        padding: 0.5em 0;
    }



    /* 중점 - 난청및이명클리닉 ; 이명 원인과종류 */
    section.sub.yeem-type .grid.half {
        width: 80%;
        margin: 50px auto 0;
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }
    section.sub.yeem-type .grid.half .subject-label > p { padding: 0.5em; }
    section.sub.yeem-type .grid.half .subject-label {
        grid-gap: 0.5em;
    }

    /* 중점 - 난청및이명클리닉 ; 치료 */
    section.sub.yeem-care .yeem-care {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        width: 90%;
        margin: 40px auto 0;
    }
    section.sub.yeem-care .yeem-care > div {
        padding: 40px 10px;
        grid-gap: 20px;
        border-radius: 5px;
        box-shadow: 2px 2px 15px rgba(0, 0, 0, .05);
    }
    section.sub.yeem-care .yeem-care > div img { width:50% }




    /* 중점 - 어지럼증클리닉 */
    section.sub.dizz img.page-img.symbol { width:80px }
    /* 중점 - 어지럼증클리닉 ; 어지럼두통 분류 */
    section.sub.dizz-type .dizz-type {
        width: 80%;
        margin: 40px auto 0;
    }
    section.sub.dizz-type .dizz-type > p.subject {
        font-size: 4vw;
    }
    section.sub.dizz-type .dizz-type > .grid.half {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    section.sub.dizz-type .dizz-type > .grid.half .img-card .txt-box {
        padding: 20px;
        font-size: 1.0em;
    }
    section.sub.dizz-type .dizz-type > .grid.half .img-card .txt-box p b,
    section.sub.dizz-type .dizz-type > .grid.half .img-card .txt-box p { text-align: center; }

    /* 중점 - 어지럼증클리닉 ; 어지럼 원인 */
    section.sub.dizz.hear-type .card-group {
        width: 100%;
        grid-gap: 14px;
    }
    section.sub.dizz.hear-type .card-group > div {
        aspect-ratio: unset;
        border-radius: 1em;
    }

    /* 중점 - 어지럼증클리닉 ; 어지럼 치료 */
    section.sub.yeem-care.dizz .yeem-care {
        width:80%;
        grid-template-columns: 1fr;
    }
    section.sub.yeem-care.dizz .yeem-care > div {
        grid-gap: 10px;
        padding: 1em 5vw 2em;
    }
    section.sub.yeem-care.dizz .yeem-care > div img {
        height: unset;
    }
    section.sub.yeem-care.dizz .yeem-care > div p.subject {
        font-weight: 600;
        font-size: 1.2em;
    }
    section.sub.face div.circle-group.cross > div { width: 28vw; }



    /* 중점 - 금연클리닉 */
    section.sub.smoking.dark {
        background-attachment: unset;
    }
    section.sub.smoking.dark .inner { background-image: none !important; }
    section.sub.smoking.dark .p-wrap { padding: 0 5vw; }
    section.sub.smoking.dark img.page-img {
        width: 40%;
        margin: 30px auto ;
    }
    section.sub.smoking.dark .title-zone .page-title::after { display:none; }

    /**/
    section.sub.smoking .need-trio {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        width: 70%;
        margin: 30px auto 0;
    }
    section.sub.smoking .need-trio > div {
        grid-gap: 10px;
    }
    section.sub.smoking .need-trio > div img {
        border-width: 3px;
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    section.sub.smoking .need-trio > div p.label {
        padding: 0.5em;
        border-width: 2px;
    }

    /**/
    section.sub.smoking .program-trio {
        grid-template-columns: 1fr;
        grid-gap: 40px;
        width: 80%;
        margin: 30px auto 0;
    }
    section.sub.smoking .program-trio > div img {
        border-radius: 10px;
        margin-bottom: 20px;
    }
    section.sub.smoking .program-trio > div p.subject { font-size: 4.5vw; margin-bottom: 0.5em}

    /* 금연 신체변화 */
    section.sub.smoking.hand {}
    section.sub.smoking.hand .smoke-change-wrap {
        width: 90%;
        margin: 20px auto 0;
        padding-left: 0;
        background-image: none;
    }
    section.sub.smoking.hand .smoke-change-wrap > div {
        grid-template-columns: 2em auto;
        justify-content: center;
        align-items: center;
        padding: 0.75em 0;
    }
    section.sub.smoking.hand .smoke-change-wrap > div p.txt-right { text-align:center; }
    section.sub.smoking.hand .smoke-change-wrap > div p.txt-right {
        grid-column: 1 / span 2;
    }
    section.sub.smoking.hand .smoke-change-wrap > div p {
        letter-spacing: -0.025em;
        font-size: 1em;
    }
    section.sub.smoking.hand .smoke-change-wrap > div .triangle {
        width: 20px;
    }

    /* 금연 국민건강보험공단 */
    section.sub.smoking.gmgg .gmgg-quater {
        width: 70%;
        margin: 40px auto 0;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    section.sub.smoking.gmgg .gmgg-quater > div {
        border-radius: 10px;
    }
    section.sub.smoking.gmgg .gmgg-quater > div > .subject {
        padding: 0.75em;
    }
    section.sub.smoking.gmgg .gmgg-quater > div > .p-wrap {
        height: fit-content;
        padding: 1.5em;
    }
    section.sub.smoking.gmgg .gmgg-quater > div > .p-wrap p { line-height:1.5 }


    /* 귀코목 */
    /* 귀 */
    /*section.sub.tab-slide.ear {}
    section.sub.tab-slide.ear .subject-group.yeem {
        width: 80%;
    }
    section.sub.tab-slide.ear .subject-group.yeem  > div {
        flex-direction: column;
        grid-gap: 0.5em;
    }
    section.sub.tab-slide.ear .subject-group.yeem  > div .subject { padding:0.5em }
    section.sub.tab-slide.ear .subject-group.yeem  > div p {
        text-align: center;
        line-height: 1.8;
    }
    section.sub.tab-slide.ear .subject-group.yeem  > div + div { margin-top:30px }*/


    section.sub.tab-slide.ear .yeem-symptom-wrap {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        align-items: flex-start;
        justify-content: center;
        margin: 30px auto 0;
        width: 80%;
    }
    section.sub.tab-slide.ear .yeem-symptom-wrap p.subject {
        width: 60%;
        font-size: 1.1em;
        margin: 0 auto 10px;
    }
    section.sub.tab-slide.ear .yeem-symptom-wrap div.label-group {
        width: 100%;
        min-width: 50%;
        margin: 0 auto;
    }

    section.sub.tab-slide.ear article.midear-zigzag .zigzag-wrap .imgleft,
    section.sub.tab-slide.ear article.midear-zigzag .zigzag-wrap .imgright {
        grid-template-columns: 1fr;
        align-items: center;
        width: 80%;
        margin: 0 auto 30px;
    }
    section.sub.tab-slide.ear article.midear-zigzag .zigzag-wrap .imgright img { order: 1 }
    section.sub.tab-slide.ear article.midear-zigzag .zigzag-wrap .imgright .care-list{ order: 2 }

    section.sub.tab-slide.ear article.midear-zigzag .care-list {
        margin-top: 0;
    }
    section.sub.tab-slide.ear article.midear-zigzag .care-list > div {
        display: grid;
        grid-template-columns: 1.5em auto;
        align-items: center;
        justify-content: flex-start;
        padding: 0.6em 0;
        grid-gap: 0 0.5em;
    }
    section.sub.tab-slide.ear article.midear-zigzag .care-list > div .before {
        font-size: 1.2em;
    }
    section.sub.tab-slide.ear article.midear-zigzag .care-list > div p.subject { border:0; font-size: 4.0vw }
    section.sub.tab-slide.ear article.midear-zigzag .care-list > div p.subject + p { grid-column:1 / span 2 }


    /* 청각장애 종류 */
    section.sub.tab-slide .subject-group.manytext {
        width: 80%;
    }
    section.sub.tab-slide div.subject-group.manytext > div {
        flex-direction: column;
        grid-gap: 0.5em;
    }
    section.sub.tab-slide .subject-group.manytext > div + div {
        margin-top: 30px;
    }
    section.sub.tab-slide .subject-group.manytext  > div .subject {
        padding: 0.5em;
    }
    section.sub.tab-slide .subject-group.manytext  > div p {
        text-align: center;
        line-height: 1.8;
    }

    /* 보청기 청각장애 진단절차 */
    section.sub.tab-slide article .card-group.step.six {
        max-width: 90%;
    }
    section.sub.tab-slide article .card-group.step.six h5 {
        text-align:center;
        font-size: 4vw;
        line-height: 1.3;
    }
    /* 보청기 사용 적응 */
    section.sub.tab-slide.ear article .use {
        width: 70%;
        margin: 20px auto 0;
    }


    /* 비중격만곡증 합병증 */
    section.sub.tab-slide .circle-group.six {
        width: 90%;
    }
    section.sub.tab-slide .circle-group.six  > div {
        width: 38vw;
    }
    section.sub.tab-slide .circle-group.six p {
    margin-top: 0.25em;
    font-size: 3.3vw;
    padding: 0 3vw;
    }


    /* 임파선염 원인 */
    section.sub.tab-slide .circle-group.six.ipsy {
        width: 80%;
        grid-gap: 1em;
    }
    section.sub.tab-slide .circle-group.six.ipsy  > div {
        width: 100%;
        aspect-ratio: unset;
        border-radius: 1em;
        padding: 0.5em 0 1em;
    }

    /* 임파선염 치료 */
    section.sub.tab-slide .img-list.ipsy {
        width: 85%
    }
    section.sub.tab-slide .img-list.ipsy img {
        border-radius: 1em;
    }
    /* 음성장애 원인  */
    section.sub.tab-slide .square-group {
        width: 80%;
        margin: 30px auto;
        grid-gap: 1em;
        grid-template-columns: 1fr;
    }
    section.sub.tab-slide .square-group > div {
        aspect-ratio: unset;
        padding: 15px 5vw 20px;
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
    section.sub.tab-slide .square-group > div .before {
        font-size: 4.5vw;
    }
    section.sub.tab-slide .square-group > div .subject {
        font-size: 4vw;
    }
    /* 음성장애 진단및치료  */
    section.sub.tab-slide .card-group.step.voice > div {
        aspect-ratio: unset;
    }
    section.sub.tab-slide .card-group.step.voice > div:last-child { background-color:#fff }






    /* 소아 부비동염 예방 방법 */
    section.sub article.bbdy-prevent {
        padding: 20px 0 40px;
        margin-top: 40px;
        background-position: top center;
        background-attachment: unset;
    }
    section.sub article.bbdy-prevent .opacity-box {
        margin: 0 auto;
        width: 90%;
        border-radius: 2em;
        background-color: rgba(255, 255, 255, .0);
        box-shadow:none;
        padding: 0;
    }
    section.sub article.bbdy-prevent .opacity-box div.circle-group {
        display: grid;
        grid-template-columns: 1fr;
        width: 90%;
        justify-content: center;
        margin: 30px auto;
        grid-gap: 15px;
    }
    section.sub article.bbdy-prevent .opacity-box div.circle-group > div {
        width: 100%;
        aspect-ratio: unset;
        justify-content: center;
        border-radius: 1em;
        padding: 1em 5vw 1.5em;
        grid-gap: 0.5em;
        background-color: rgba(255, 255, 255, .65);
    }
    section.sub article.bbdy-prevent .opacity-box div.circle-group > div span {
        font-size: 4vw;
    }
    section.sub article.bbdy-prevent .opacity-box div.circle-group + p.txt-center {
        margin-top: 1.5em;
    }

    /* 소아부비동염 치료방법 */
    section.sub .card-group.label-subject {
        width: 80%;
        margin: 60px auto 0;
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
    section.sub .card-group.label-subject > div p.subject {
        font-size: 4vw;
    }
    section.sub .card-group.label-subject > div .p-wrap {
        padding: 1.5em;
    }
    section.sub .card-group.label-subject > div .p-wrap p {
        font-size: 3.5vw
    }


    /* 소아알레르기비염 치료 방법 */
    section.sub.kid-allergy-care { background-attachment:unset; }
    section.sub.kid-allergy-care .kid-allergy {
        grid-gap: 30px;
        width: 85%;
        margin: 40px auto 0;
        grid-template-columns: 1fr;
    }
    section.sub.kid-allergy-care .kid-allergy > div {
        display: grid;
        grid-template-columns: 2fr 3fr;
        grid-gap: 0 2em;
    }
    section.sub.kid-allergy-care .kid-allergy > div img {
        grid-row: 1 / span 2;
        padding: 10px;
        backdrop-filter: blur(3px);
        border-radius: 5px;
        box-shadow: 0 0 30px rgba(175, 182, 172, .35);
    }
    section.sub.kid-allergy-care .kid-allergy > div p.subject {
        font-size: 4vw;
        margin-top: 0.5em;
    }
    section.sub.kid-allergy-care .kid-allergy > div p.subject + p {
        font-size: 3.5vw;
        padding: 0;
        text-align: left;
        line-height: 1.4;
    }


    /* 소아 난청 검사 */
    section.sub-intro .intro-zone .circle-duo {
        width: 80%;
        margin: 10px auto;
        flex-direction: column;
        justify-content: center;
    }
    section.sub-intro .intro-zone .circle-duo > div { width:100% }
    section.sub-intro .intro-zone .circle-duo > div + div { margin-top:30px }
    section.sub-intro .intro-zone .circle-duo > div > div {
        aspect-ratio: unset;
        border-radius: 3em;
        margin: 0 auto 10px;
        padding: 0.5em;
        border: 2px solid var(--primary);
        font-size: 1.2em;
    }
    section.sub-intro .intro-zone .circle-duo > div > div + span { display: none; }
    section.sub-intro .intro-zone .circle-duo div p.txt-center {
        font-weight: 500;
    }



    /* 예방접종 원인 (독감) */
    section.sub div.box.flu {
        width: 100%;
        padding: 5px 0;
        margin: 20px auto;
        border-radius: 0;
        background-color:#F8FBF5 ;
    }
    section.sub div.box.flu .label-group {
        width: 80%;
    }
    /* 예방접종 증상 (독감) */
    section.sub div.circle-group.flu {
        width: 100%;
        grid-gap: 0 5px;
    }
    section.sub div.circle-group.flu > div {
        width: 6em;
        font-size: 4vw;
        padding-top: 0;
    }
    /* 예방접종 */
    section.sub .wide.bg div.label-group.onlytext > p {
        background-color: rgba(255, 255, 255, 0);
        color: #fff;
        border: 2px solid #cfe0bd;
    }
    /* 예방접종 증상 (폐렴) */
    section.sub div.circle-group.flu.pr > div {
        width: 8em;
        font-size: 4vw;
        padding-top: 0;
    }





    /* 예방법 */
    section.sub article.vaccine-bg[style] {
        background-attachment: unset;
    }
    /* 대상포진 원인 */
    section.sub div.box.flu.dspj > .grid.half {
        width: 80%;
        margin: 30px auto 30px;
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }
    section.sub div.box.flu.dspj > .grid.half > div {
        grid-gap: 1.5em;
    }
    section.sub div.box.flu.dspj > .grid.half > div > img {
        border-radius: 10px;
    }

    section.sub div.box.flu.dspj > .grid.half > div + div::before {
        bottom: unset;
        top: -2.5em;
        left: calc(50% - 1em);
        transform: rotate(90deg);
    }

    section.sub div.box.flu.dspj > .grid.half > div p.desc {
        line-height: 1.4;
        font-weight: 500;
    }

    section.sub div.box.flu.dspj > div[style] {
        border: 1px solid var(--primary);
        width: 80%;
        margin: 0 auto 20px;
        border-radius: 10px;
        padding: 15px;
    }
    section.sub div.box.flu.dspj > div[style] p.subject {
        font-size: 4.5vw;
    }
    section.sub div.box.flu.dspj > div[style] p.subject + .txt-center {
        font-size: 3.5vw;
    }





    /* 탭 fix */
    section.sub.tab-slide .fix-tabs {
        background-color: #F9F8F6;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0;
        border: 2px solid #D0E1BE;
        overflow: hidden;
        border-radius: 15px;
/*        box-shadow: 0 0 10px rgba(0,0,0,.1);*/

        width: 90vw;
        left: 5vw;
        bottom: unset;
        top: 80px;

        transform: scale(1.0) translateX(0);
    }
    section.sub.tab-slide.ear .fix-tabs {
        grid-template-columns: repeat(4, 1fr);
    }

    section.sub.tab-slide .fix-tabs.on {
        transform: scale(1.0) translateX(0);
    }
    section.sub.tab-slide .fix-tabs .tab-button {
        width: 100%;
        padding: 0.75em;

        font-size: 3.5vw;
        border-radius: 12px;
        border: 2px solid #F9F8F6;
    }
    section.sub.tab-slide .fix-tabs .tab-button.active {
        border: 2px solid #F9F8F6;
        color: var(--dark);
        font-weight: 700;
    }

    /* 귀 탭 fix
    section.sub.tab-slide.ear .tabs.on {
        z-index: 99;
        bottom: unset;
        top: 60px;
        transform: scale(0.9);
    }
    section.sub.tab-slide.ear .tabs.on button {
        box-shadow: 2px 2px 15px rgba(0, 0, 0, .05);
    }
*/


}