/*
Copyright (C) 2025 목동나무치과의원

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@viewport {
    zoom: 1;
    width: device-width;
    user-zoom: zoom;
    zoom: 1;
    max-zoom: 2;
    min-zoom: 0.7;
}

html {
    font-size: 55%;
}

body {
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family: "MaruBuri", serif;
    color: #222;
    word-spacing: 0.2em;
    word-break: keep-all;
}

ul {
    list-style-type: square;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}

ol {
    list-style: decimal outside;
    padding: 0;
    margin: 0;
}

li {
    margin: 0;
    padding: 0;
    margin: 0em 0em 0.2em 1.5em;
    line-height: 1.5;
    word-spacing: -0.1em;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
    margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
    margin-bottom: 1rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 1rem;
}

/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
    font-family: "MaruBuri";
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot?#iefix) format("embedded-opentype"),
        url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2) format("woff2"),
        url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff) format("woff"),
        url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.ttf) format("truetype");
}

/* Functional
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-align-center {
    text-align: center;
}

.background-color-yellow {
    background-color: yellow !important;
    color: black !important;
}

.background-color-black {
    background-color: black;
    color: white;
}

.color-white {
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

/* Head
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.head1 {
    background-color: #fff;
}

.head2 {
    background-color: #007147;
}

.head3 {
    background-color: #007147;
}

.head4 {
    background-color: #000;
}

.head5 {
    background-color: #007147;
}

.head6 {
    background-color: #007147;
}

#head li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: 0em;
    line-height: 1.5;
}

/* Logo
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#naviSection li:hover a {
    font-size: 1.1em;
}

#naviSection li.active a,
#naviSection li.active:hover a:hover {
    font-size: 1.3em;
}

#naviSection.slideMenu1 li a {
    color: #000;
}

#naviSection.slideMenu1 li:hover a {
    color: #007147;
}

#naviSection.slideMenu1 li.active a,
#naviSection.slideMenu1 li.active:hover a:hover {
    color: #007147;
}

#naviSection.slideMenu2 li a {
    color: lightgray;
}

#naviSection.slideMenu2 li:hover a {
    color: #fff;
}

#naviSection.slideMenu2 li.active a,
#naviSection.slideMenu2 li.active:hover a:hover {
    color: #fff;
}

#naviSection.slideMenu3 li a {
    color: lightgray;
}

#naviSection.slideMenu3 li:hover a {
    color: #fff;
}

#naviSection.slideMenu3 li.active a,
#naviSection.slideMenu3 li.active:hover a:hover {
    color: #fff;
}

#naviSection.slideMenu4 li a {
    color: lightgray;
}

#naviSection.slideMenu4 li:hover a {
    color: #fff;
}

#naviSection.slideMenu4 li.active a,
#naviSection.slideMenu4 li.active:hover a:hover {
    color: #fff;
}

#naviSection.slideMenu5 li a {
    color: lightgray;
}

#naviSection.slideMenu5 li:hover a {
    color: #fff;
}

#naviSection.slideMenu5 li.active a,
#naviSection.slideMenu5 li.active:hover a:hover {
    color: #fff;
}

#naviSection.slideMenu6 li a {
    color: lightgray;
}

#naviSection.slideMenu6 li:hover a {
    color: #fff;
}

#naviSection.slideMenu6 li.active a,
#naviSection.slideMenu6 li.active:hover a:hover {
    color: #fff;
}

/* body
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#body {
    line-height: 1.5;
    font-family: "MaruBuri", serif;
    font-weight: 500;
    font-style: normal;
    font-optical-sizing: auto;
}

h1 {
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    padding: 0.2em 0.2em 0.2em 0.2em;
    margin: 0;
    color: #000;
}

.slideSection {
    margin: 0px;
    padding: 0px;
}

.middleCenter {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.fullWithoutCrop {
    max-height: calc(100vh - 8.5em);
    max-width: calc(100vw);
}

#slide1 {
    padding: 0em;
    margin: 0em;
}

#slide2 {
    padding: 0em;
    margin: 0em;
}

#slide3 {
    padding: 0em;
    margin: 0em;
}

#slide2 #realNameBlock {
    position: absolute;
    top: 4.4em;
    left: 50%;
    transform: translateX(-50%);
    width: 20em;
    text-align: center;
    padding: 0.5em;
    margin: 0px;
    line-height: 1;
    font-size: 1.8em;
    font-family: "Nanum Pen Script", cursive;
    font-weight: 400;
    font-style: normal;
}

#slide2 h1 {
    font-size: 1.6em;
}

#slide6 {
    width: 100% !important;
    padding: 1em;
    padding-top: 1em !important;
    background-color: #007147 !important;
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8em;
    word-spacing: 0.1em;
}

#licenseNotice {
    position: absolute;
    bottom: 3.5em;
    right: 0em;
    background: rgba(255, 255, 255, 0.6);
    padding: 3px 5px;
    font-size: 0.8em;
    font-family: arial;
    display: inline-block;
    border-radius: 3px;
    margin: 12px;
}

#licenseNotice a {
    color: black !important;
    text-decoration: none;
}

.whiteBox {
    background-color: rgba(255, 255, 255, 0.6);
    color: black !important;
    border: 1px solid lightgray;
}

.whiteBox a {
    color: black;
}

.whiteBox a:hover {
    color: blue;
}

.blackBox {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

.blackBox a {
    color: white;
}

.blackBox a:hover {
    color: skyblue;
}

.greenBox {
    background-color: rgba(3, 110, 70, 0.7);
    color: white;
}

.greenBox a {
    color: white;
}

.greenBox a:hover {
    color: skyblue;
}

.greenBoxSolid {
    background-color: rgba(3, 110, 70, 1);
}

div.fp-arrow.fp-prev {
    border-color: transparent rgba(3, 110, 70, 0.7) transparent transparent;
    border-width: 2em 1em 2em 0;
    z-index: 10000;
}

div.fp-arrow.fp-next {
    border-width: 2em 0 2em 1em;
    border-color: transparent transparent transparent rgba(3, 110, 70, 0.7);
    z-index: 10000;
}

.priceTitle {
    background-color: rgba(3, 110, 70, 0.8);
    color: white;
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5em;
    font-style: normal;
    text-align: center;
    word-spacing: 0.15em;
    padding: 0.3em 0em 0.4em 0em;
    margin: 1em 0.8em 0em 0.8em;
    line-height: 1.7;
}

.linkButton {
    background-color: lightgray;
    border: 1px solid gray;
    padding: 0px 0.2em 0.1em 0.2em;
    font-size: 0.8em;
    color: black;
    text-decoration: none;
    vertical-align: 2px;
}

@media screen and (max-width: 1279px) {
    .desktopContent {
        display: none;
        visibility: hidden;
    }
    .mobileContent {
        display: inline;
        visibility: visible;
    }
    .desktopBox {
        display: none;
        visibility: hidden;
    }
    .mobileBox {
        display: block;
        visibility: visible;
    }

    #head {
        height: 8.6em;
        max-height: 9em;
        position: fixed;
        top: 0em;
        right: 0em;
        margin-top: 0.4em;
        z-index: 70;
        width: 100%;
        padding-top: 0.5em;
        margin: 0em;
        text-align: center;
    }

    #naviSection li a {
    text-decoration: none;
    display: block;
    padding: 0em 0em 0m 0em;
    font-size: 1em;
    }

    #naviSection {
        font-size: 1.3em;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        line-height: 1 !important;
    }

    #naviSection ul {
        padding-left: 0;
        list-style: none;
    }

    #naviSection li {
        width: 2.6em !important;
        text-align: center;
    }

    #korLogoBlock {
        padding-top: 0.2em;
    }

    #logoBookMobileTextBlock {
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 1em;
        word-spacing: -0.1em;
    }

    #logoBookMobileTextBlock a {
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        color: black;
    }

    #logoBookMobileTextBlock.logoBookTextBlockMenu1 {
        color: black;
    }


    #logoBookMobileTextBlock.logoBookTextBlockMenu1 a {
        color: black;
    }


    #logoBookMobileTextBlock.logoBookTextBlockMenu2 a  {
        color: white;
    }

    #logoBookMobileTextBlock.logoBookTextBlockMenu3 a {
        color: white;
    }

    #logoBookMobileTextBlock.logoBookTextBlockMenu4 a {
        color: white;
    }

    #logoBookMobileTextBlock.logoBookTextBlockMenu5 a {
        color: white;
    }

    #logoBookMobileTextBlock.logoBookTextBlockMenu6 a {
        color: white;
    }


    #body {
        font-size: 1.1em;
    }

    #slide1 .slideBox {
        background-image: url(/img/clinic/pic1long.svg);
        background-size: cover;
    }

    #slide2 .slideBox {
        background-image: url(/img/clinic/pic2long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_1 {
        background-image: url(/img/clinic/pic10long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_2 {
        background-image: url(/img/clinic/pic6long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_3 {
        background-image: url(/img/clinic/pic8long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_4 {
        background-image: url(/img/clinic/pic9long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_5 {
        background-image: url(/img/clinic/pic5long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_6 {
        background-image: url(/img/clinic/pic18long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_7 {
        background-image: url(/img/clinic/pic21long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_8 {
        background-image: url(/img/clinic/pic20long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_9 {
        background-image: url(/img/clinic/pic4long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_10 {
        background-image: url(/img/clinic/pic16long.jpg);
        background-size: cover;
    }

    #slide3 #slide3_11 {
        background-image: url(/img/clinic/pic17long.jpg);
        background-size: cover;
    }

    .slideBox {
        height: calc(100vh - 9.4em);
        margin: 0;
        padding: 1em;
        overflow: hidden !important;
    }

    .leftBox {
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        width: auto;
        font-style: normal;
        font-size: 0.9em;
        color: #fff;
        padding: 0.2em 0.2em 0.2em 0.2em;
        margin: 0 0 0em 0em;
    }

    #body #noticeBox {
        font-size: 0.8em;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
    }

    div#principleBox {
        margin-top: 0.5em;
    }

    .pricePageNum {
        text-align: center;
        font-family: "Noto Sans KR", sans-serif;
        font-size: 1em;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        margin-bottom: 0.2em;
    }

    .priceNotice {
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 0.8em;
        font-style: normal;
        padding: 0.1em 0.5em 0.1em 0.5em;
        background-color: rgba(0, 0, 0, 0.1);
        margin-bottom: 0.5em;
        word-spacing: -0.05em;
    }

    .priceRow {
        flex-wrap: wrap;
        margin-left: 0em;
        gap: 0em;
    }

    .priceRow .priceItemBox {
        border: 1px solid rgba(0, 0, 0, 0.8);
        margin: 0.4em 0em 0.2em 0em;
    }

    .priceRow h3 {
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 1em;
        font-style: normal;
        text-align: center;
        word-spacing: 0.15em;
        padding-top: 0.1em;
        padding-bottom: 0.15em;
        margin: 0 0 0.1em 0;
    }

    .priceRow .warrantyItem {
        border-color: #007147;
        background-color: rgba(3, 110, 70, 0.1);
    }

    .priceRow .warrantyItem h3 {
        background-color: #007147;
    }

    .priceRow ul {
        color: black;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 0.9em;
        font-style: normal;
        word-spacing: -0.02em;
        padding: 0.2em 0.3em 0.3em 0.4em;
        margin: 0em;
    }

    .priceRow li {
        line-height: 1.2;
    }

    .leftBox ul {
        margin-top: 0;
    }

    .leftBox li {
        margin-bottom: 0.2em;
    }

    .leftBox p {
        margin-top: 0;
        margin-bottom: 0.2em;
        font-family: "MaruBuri", serif;
        font-weight: 400;
        font-optical-sizing: auto;
    }

    .leftBox h1 {
        margin: 0.2em 0.2em 0.2em 0.5em;
        padding: 0;
        color: #000;
    }

    #hoursBlock {
        position: absolute;
        bottom: 1em;
        width: calc(100vw - 3.5em);
    }

    #hoursBlock h1 {
        color: #fff;
    }

    #hoursBlock ul {
        font-size: 1.1em;
    }

    #counselingBlock {
        color: black;
    }

    #counselingBlock p {
        color: black;
    }

    #body #principleText {
        font-weight: 400;
        font-style: normal;
        font-size: 0.9em;
        color: black;
        word-spacing: -0.1em;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    }

    #mapAddress {
        margin-top: 0.1em;
        font-size: 0.9em;
        padding : 0.1em 0.1em 0.2em 0.1em !important;
    }

    #parkingNotice {
        font-size: 0.8em;
        line-height: 1.1;
        padding: 0.1em 0.1em 0 0.5em !important;
        margin: 0.1em 0.1em 0 0.5em !important;
    }

    #parkingNotice ul {
        margin: 0;
        padding: 0;
    }

    #parkingNotice li {
        margin: 0 0 0 1.4em;
        padding: 0;
    }

    #mapLink {
        font-size: 0.8em;
        line-height: 1.1;
        padding: 0.3em 0.1em 0.1em 0.5em !important;
        margin: 0.3em 0.1em 0.1em 0.5em !important;
    }

    #mapLink ul {
        margin: 0;
        padding: 0;
    }

    #mapLink li {
        margin: 0 0 0 1.4em;
        padding: 0;
    }


    #busLink {
        font-size: 0.8em;
        line-height: 1.1;
        padding: 0.3em 0.1em 0.1em 0.5em !important;
        margin: 0.3em 0.1em 0.1em 0.5em !important;
    }

    #busLink ul {
        margin: 0;
        padding: 0;
    }

    .rightBox {
        font-size: 0.85em;
        color: #fff;
        padding: 0.5em 0.5em 0.5em 0.5em;
        margin: 0.5em 0em 0.5em 0;
        word-spacing: -0.05em;
        word-break: keep-all;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    .rightBox ul {
        margin-top: 0;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    .rightBox p {
        margin-top: 0;
        margin-bottom: 0.2em;
    }

    #body .visionBox {
        margin-top: 0.5em;
        padding-bottom: 0;
    }

    .visionBox h1 {
        margin-top: 0;
        margin-bottom: 0;
    }

    #body .visionText {
        font-family: "Nanum Pen Script", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 1.8em;
        line-height: 1;
        padding-top: 0.2em;
        text-align: center;
        color: black;
    }

    #korLogo {
        height: 3.6em;
    }

    #slide2 #duckBlock {
        display: flex;
        gap: 0.3em;
    }

    #slide2 #duckHistoryBlock {
        width: auto;
        padding: 0.1em;
        flex-grow: 2;
    }

    #slide2 #duckImage {
        width: 20vw;
        max-width: 10em;
        border: 1px solid gray;
        background-color: rgba(255, 255, 255, 0.4);
    }

    #duckHistoryBlock h1 {
        text-align: left;
        padding-top: 0px;
        padding-left: 0.5em;
        padding-bottom: 0.5em;
        font-size: 1em;
    }

    #duckHistoryBlock ul {
        margin-right: 0.5em;
        text-align: left;
    }

    #duckHistoryBlock li {
        list-style-type: none;
        font-size: 0.75em;
        margin-left: 0.5em;
        margin-right: 0px;
        line-height: 1.15;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    #slide2 #minhoBlock {
        display: flex;
        gap: 0.3em;
        margin-top: 0.3em;
    }

    #slide2 #minhoImage {
        width: 20vw;
        max-width: 10em;
        border: 1px solid gray;
        background-color: rgba(255, 255, 255, 0.4);
    }

    #slide2 #minhoHistoryBlock {
        width: auto;
        padding: 0.1em;
        flex-grow: 2;
    }

    #minhoHistoryBlock h1 {
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0.5em;
        font-size: 1em;
    }

    #minhoHistoryBlock ul {
        margin-right: 0.5em;
        text-align: left;
    }

    #minhoHistoryBlock li {
        list-style-type: none;
        font-size: 0.75em;
        margin-left: 0.5em;
        margin-right: 0px;
        line-height: 1.15;
        word-spacing: -0.3em;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    .slideItem .slideMessage {
        margin: 1em;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 1.1em;
        width: 60% !important;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 0.5em;
        width: auto;
        word-break: keep-all;
        word-spacing: -0.1em;
    }

    .slideItem .slideWideMessage {
        margin: 1em;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 1.1em;
        width: 60% !important;
        font-style: normal;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 0.5em;
        width: auto;
        word-break: keep-all;
        word-spacing: -0.1em;
    }

    #slide6 .slideBox {
        height: auto;
        color: white;
        padding: 0;
        padding-bottom: 5em;
    }

    #slide6 .slideRowItemGrow,
    #slide6 .slideRowItem {
        padding: 0.2em 0em 0.2em 0em;
    }

    #slide6 a {
        color: white;
    }

    #slide5 #namuMap {
        border: 1px solid lightgray;
    }
    .fp-warning,
    .fp-watermark a {
        font-size: 1em;
    }

    #mobileLocationBox {
        font-size: 0.8em;
        padding-top: 0px;
        margin-top: 0px;
    }

    #bookQrBox {
        padding: 0px;
    }

    #bookQr {
        height: 4.5em;
        margin: 0.2em 0.2em 0.1em 0.2em;
    }

    .bookByPhoneText {
        font-size: 1em;
    }
}

@media screen and (min-width: 600px) and (max-width: 1279px) {
    #mobileLocationBox {
        font-size: 1em;
    }

    #bookQr {
        height: 6em;
        margin: 0.2em 0.2em 0.1em 0.2em;
    }

    #body #noticeBox {
        font-size: 1.2em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    #body #principleText {
        font-size: 1.1em;
    }

    #duckHistoryBlock li {
        font-size: 1em;
        margin-left: 1em;
        margin-right: 1em;
        line-height: 1.6;
    }

    #minhoHistoryBlock li {
        font-size: 1em;
        margin-left: 1em;
        margin-right: 1em;
        line-height: 1.6;
    }
}

@media screen and (min-width: 1280px) {
    .desktopContent {
        display: inline;
        visibility: visible;
    }
    .mobileContent {
        display: none;
        visibility: hidden;
    }
    .desktopBox {
        display: block;
        visibility: visible;
    }
    .mobileBox {
        display: none;
        visibility: hidden;
    }

    #head {
        height: 6em;
        max-height: 6em;
        position: fixed;
        top: 0em;
        right: 0em;
        z-index: 70;
        width: 100%;
        padding-top: 1em;
        margin: 0em;
        text-align: left;
        display: flex;
        gap: 1em;
        align-items: flex-start;
        justify-content: space-between;
    }

    #logoSection {
        width: 50em;
    }

    #korLogo {
        margin-left: 1em;
        height: 6em;
    }

    #naviSection li a {
    text-decoration: none;
    display: block;
    padding: 0.1em 0em 0.1em 0em;
    font-size: 1em;
    }

    #naviSection {
        font-size: 1.8em;
        margin-top: 0.6em;
        margin-bottom: 0.5em;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }

    #naviSection ul {
        float: right;
        padding-left: 0;
        margin: 0 2em 0 0;
        list-style: none;
    }

    #naviSection li {
        width: 2.6em !important;
        text-align: center;
    }

    #body {
        font-size: 1.3em;
    }

    #slide1 .slideBox {
        background-image: url(/img/clinic/pic1.svg);
        background-size: cover;
    }

    #slide2 .slideBox {
        background-image: url(/img/clinic/pic2.jpg);
        background-size: cover;
    }

    #slide3 #slide3_1 {
        background-image: url(/img/clinic/pic10.jpg);
        background-size: cover;
    }

    #slide3 #slide3_2 {
        background-image: url(/img/clinic/pic6.jpg);
        background-size: cover;
    }

    #slide3 #slide3_3 {
        background-image: url(/img/clinic/pic8.jpg);
        background-size: cover;
    }

    #slide3 #slide3_4 {
        background-image: url(/img/clinic/pic9.jpg);
        background-size: cover;
    }

    #slide3 #slide3_5 {
        background-image: url(/img/clinic/pic5.jpg);
        background-size: cover;
    }

    #slide3 #slide3_6 {
        background-image: url(/img/clinic/pic18.jpg);
        background-size: cover;
    }

    #slide3 #slide3_7 {
        background-image: url(/img/clinic/pic21.jpg);
        background-size: cover;
    }

    #slide3 #slide3_8 {
        background-image: url(/img/clinic/pic20.jpg);
        background-size: cover;
    }

    #slide3 #slide3_9 {
        background-image: url(/img/clinic/pic4.jpg);
        background-size: cover;
    }

    #slide3 #slide3_10 {
        background-image: url(/img/clinic/pic16.jpg);
        background-size: cover;
    }

    #slide3 #slide3_11 {
        background-image: url(/img/clinic/pic17.jpg);
        background-size: cover;
    }

    .slideBox {
        height: calc(100vh - 9.4em);
        margin: 0;
        padding: 2em;
    }

    .leftBox {
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        width: 26em;
        font-style: normal;
        font-size: 0.9em;
        color: #fff;
        padding: 0.5em 1em 0.5em 1em;
        margin: 0 0 0.5em 1em;
    }

    #body #noticeBox {
        width: 40em;
        font-size: 1em;
        line-height: 1.1;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
    }

    #body .visionBox {
        margin-top: 2em;
        padding-bottom: 0;
    }

    div#principleBox {
        margin-top: 12em;
    }

    .leftBox ul {
        margin-top: 0;
    }

    .leftBox li {
        margin-bottom: 0.4em;
    }

    .leftBox p {
        margin-top: 0;
        margin-bottom: 0.5em;
        font-family: "MaruBuri", serif;
        font-weight: 400;
        font-optical-sizing: auto;
    }

    .leftBox h1 {
        margin: 0;
        padding: 0;
    }

    #hoursBlock h1 {
        color: #fff;
    }

    #hoursBlock ul {
        font-size: 1.1em;
    }

    #counselingBlock {
        color: black;
    }

    #counselingBlock p {
        color: black;
    }

    #body #principleText {
        font-weight: 400;
        font-style: normal;
        font-size: 1em;
        color: black;
        word-spacing: -0.1em;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    }

    .rightBoxGroup {
        width: 20em;
    }

    .rightBox {
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 0.85em;
        color: #fff;
        padding: 0.5em 1em 0.5em 1em;
        margin: 0 1em 1em 0;
        word-spacing: -0.05em;
        word-break: keep-all;
    }

    .rightBox ul {
        margin-top: 0;
    }

    .rightBox p {
        margin-top: 0;
        margin-bottom: 0.2em;
    }

    #bookQr {
        width: 95%;
        margin: 0.5em 0.5em 0.3em 0.5em;
    }

    #logoBookQrBlock {
        height: 4.4em;
        padding: 0.3em 1em 0.2em 1em;
        background-color: #007147;
        margin-left: 2em;
    }

    #logoBookTextBlock {
        float: left;
        margin-left: 1em;
        margin-top: 2.4em;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 1.2em;
        word-spacing: -0.1em;
    }

    #logoBookTextBlock.logoBookTextBlockMenu1 {
        color: gray;
    }


    #logoBookTextBlock.logoBookTextBlockMenu1 a {
        color: gray;
    }


    #logoBookTextBlock.logoBookTextBlockMenu2 a  {
        color: lightgray;
    }

    #logoBookTextBlock.logoBookTextBlockMenu3 a {
        color: lightgray;
    }

    #logoBookTextBlock.logoBookTextBlockMenu4 a {
        color: lightgray;
    }

    #logoBookTextBlock.logoBookTextBlockMenu5 a {
        color: lightgray;
    }

    #logoBookTextBlock.logoBookTextBlockMenu6 a {
        color: lightgray;
    }

    #logoBookQr {
        height: 3.9em;
    }

    #body .visionBox {
        margin-top: 1em;
        padding-bottom: 0;
    }

    #body .visionText {
        font-family: "Nanum Pen Script", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 2em;
        text-align: center;
        color: black;
    }

    #korLogoBlock {
        float: left;
        padding-top: 0.2em;
    }

    #korLogo {
        height: 4.4em;
    }

    #slide2 #duckHistoryBlock {
        position: absolute;
        top: 0;
        left: 0;
        width: 16em;
        margin: 14em 0 0 17em;
        padding: 0.5em;
    }

    #slide2 #duckImageBlock {
        position: absolute;
        top: 14em;
        left: 5em;
    }

    #slide2 #duckImage {
        width: 10em;
        border: 1px solid gray;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 1em;
    }

    #duckHistoryBlock h1 {
        text-align: right;
    }

    #duckHistoryBlock ul {
        margin-right: 0.6em;
        list-style-type: none;
        text-align: right;
    }

    #duckHistoryBlock li {
        list-style-type: none;
        font-size: 0.95em;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 1.6;
    }

    #slide2 #minhoImageBlock {
        position: absolute;
        bottom: -10px;
        right: 0;
    }

    #slide2 #minhoImage {
        width: 25em;
    }

    #slide2 #minhoHistoryBlock {
        position: absolute;
        top: 0;
        right: 0;
        width: 20em;
        margin: 14em 17em 0 0;
        padding: 0.5em;
    }

    #minhoHistoryBlock h1 {
        text-align: left;
    }

    #minhoHistoryBlock ul {
        margin-left: 0.6em;
        list-style-type: none;
        text-align: left;
    }

    #minhoHistoryBlock li {
        list-style-type: none;
        font-size: 0.95em;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 1.6;
    }

    .slideItem .slideMessage {
        margin: 3em;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        width: 21em !important;
        font-style: normal;
        font-size: 1.5em;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 0.5em;
        width: auto;
        word-break: keep-all;
    }

    .slideItem .slideWideMessage {
        margin: 3em;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        width: 31em !important;
        font-style: normal;
        font-size: 1.5em;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 0.5em;
        width: auto;
        word-break: keep-all;
    }

    #slide6 .slideBox {
        height: auto;
        color: white;
        padding: 0;
        padding-top: 0.5em;
        padding-bottom: 4em;
    }

    #slide6 .slideRowItemGrow,
    #slide6 .slideRowItem {
        padding: 0.2em 0em 0.2em 0em;
    }

    #slide6 .slideRow {
        gap: 1.4em;
    }

    #slide6 a {
        color: white;
    }

    .slideRow {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        align-items: stretch;
        gap: 1em;
    }

    .priceNotice {
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 1.1em;
        font-style: normal;
        padding: 0.4em 1em 0.4em 1em;
        background-color: rgba(0, 0, 0, 0.1);
        margin-bottom: 0.5em;
        word-spacing: 0.1em;
    }

    .priceRow {
        flex-wrap: wrap;
        margin-left: 1em;
        gap: 0em;
    }

    .priceRow .priceItemBox {
        border: 1px solid rgba(0, 0, 0, 0.8);
        margin: 1em 1em 0.5em 0.5em;
    }

    .priceRow h3 {
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 1.2em;
        font-style: normal;
        text-align: center;
        word-spacing: 0.15em;
        padding-top: 0.2em;
        padding-bottom: 0.3em;
        margin: 0 0 0.2em 0;
    }

    .priceRow .warrantyItem {
        border-color: #007147;
        background-color: rgba(3, 110, 70, 0.1);
    }

    .priceRow .warrantyItem h3 {
        background-color: #007147;
    }

    .priceRow ul {
        color: black;
        font-family: "Noto Sans KR", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-size: 1em;
        font-style: normal;
        word-spacing: 0.15em;
        padding: 0.3em 0.5em 0.5em 0.4em;
        margin: 0em;
    }

    .priceRow li {
        line-height: 1.3;
    }

    .slideRowItemGrow {
        flex-grow: 10;
    }

    .namuMapBlock {
        display: flex;
        height: calc(100vh - 8em);
    }

    #slide5 #namuMap {
        border: 1px solid lightgray;
        max-height: calc(100vh - 12.5em);
        max-width: calc(100vw - 12em);
    }

    .bookByPhoneText {
        font-size: 1.3em;
    }
}

@media print {
}
