@charset "UTF-8";

* {
    box-sizing: border-box;
    list-style: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    outline: none;
    word-break: keep-all;
    line-height: 1.5;
    font-family: inherit;
    text-decoration: none;
}

body,
html {
    scroll-behavior: smooth;
    font-family: "Noto Sans", sans-serif;
}

a {
    display: block;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

section {
    position: relative;
}

header {
    position: fixed;
    width: 100%;
    top: auto;
    left: 0;
    z-index: 9;
    opacity: 0.85;
    transition: 0.4s;
}

header:hover {
    opacity: 1;
    background: white;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 5%;
    height: 100%;
}

header nav ul {
    width: 100%;
    height: 100%;
    padding-right: 5%;
    display: flex;
    gap: 2vw;
}

header nav ul li {
    height: 100%;
}

header nav ul li a {
    width: 100%;
    text-align: center;
    text-wrap: nowrap;
    height: 100%;
    align-content: center;
    padding: 1rem;
    font-size: 1.125rem;
    font-weight: 500;
}

main {
    overflow: hidden;
}

.main-title {
    overflow: hidden;
}

.main-title>span {
    font-size: 1.375rem;
    overflow: hidden;
    display: block;
}

.main-title>h3 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    overflow: hidden;
}

.pink {
    color: #ff6182;
}

.m1 {
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: rgb(236, 204, 210);
}

.after {
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: color-burn;
}

.after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.before {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 0;
    isolation: isolate;
    inset: 0;
    animation: down 1.2s ease-in-out forwards;
}

.before img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    animation: scaledown 2.8s ease forwards, move 13s linear 4.8s infinite;
    /* animation: scaledown 4.4s ease forwards, move 13s linear 4.8s infinite; */
}

.cont {
    display: flex;
    justify-content: center;
    /* gap: 8vw; */
    align-items: center;
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 7vw;
    font-family: "Righteous", sans-serif;
}

.cont>* {
    animation: 1.5s fade ease 2s forwards;
    opacity: 0;
}

.cont div:not(.center) {
    animation-duration: 3s;
    animation-delay: 2.8s;
    flex: 1;
    text-align: center;
}

.cont .center {
    transition: 0.7s;
    transition-delay: 0.18s;
    cursor: pointer;
}

.cont .center:hover {
    scale: 1.02;
}

.m2 {
    background: #f4f4f4;
    padding-block: 5rem;
}

.m2 .swiper-scrollbar-drag {
    background: #FF6F98;
}

.m2 .swiper-scrollbar {
    max-width: 600px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
}

.m2 .main-title {
    padding-left: 5%;
}

.m2swiper {
    margin-block: 4rem 5rem;
    height: calc(640px + 1rem);
    padding-block: 1rem !important;
}

.m2swiper .swiper-wrapper {
    align-items: center;
}

.m2swiper .swiper-slide {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
    position: relative;
    height: 380px;
}


.m2swiper .swiper-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    transition: 0.5s;
    object-fit: cover;
}

.m2swiper .swiper-slide-active {
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}

.m2swiper .swiper-slide-active img {
    filter: none;
}

.m2swiper .swiper-slide .category {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-block: 10% 5%;
    text-align: center;
    font-weight: 500;
    width: 100%;
    color: white;
    font-size: 1.875rem;
    transition: 0.3s;
    background: linear-gradient(to top, #84354c, transparent);
}

.m2swiper .swiper-slide-active .category {
    font-weight: 600;
    font-size: 2rem;
}

.m3 {
    background: white;
    overflow: hidden;
}

.m3 .flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6vw;
}

.m3 .copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -5%;
    width: 8%;
    z-index: 1;
    overflow: hidden;
}

.m3 .copy span {
    overflow: hidden;
    display: block;
    font-style: italic;
    font-weight: 800;
    display: inline;
    font-size: 19vh;
    line-height: 1;
    opacity: 0.6;
    color: #ff8aab;
}

.m3 .imgbox {}

.m3 .txtbox {
    width: 50%;
    padding-block: 10%;
}

.m3 .doc-his {
    border-top: 1px solid black;
    padding-top: 2rem;
    margin-top: 1.25rem;
}

.m3 .doc-his p {
    margin-top: 0.35rem;
    overflow: hidden;
}

.m3swiper {
    margin-top: 5rem;
    box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.15);
}

.m3swiper .swiper-slide>img {
    max-width: 200px;
    aspect-ratio: 1;
    border-radius: 8px 100px 8px 8px;
}

.m3swiper .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    background: #ff6f98;
    color: white;
    padding: 5%;
    gap: 3rem;
}

.m3swiper .swiper-slide h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.m3swiper .swiper-slide p {
    font-weight: 500;
}

.m3swiper .swiper-slide .arrow {
    position: absolute;
    right: 10%;
    top: 50%;
    display: block;
    width: 30px;
    z-index: 2;
    cursor: pointer;
}

.m4 {
    background: url(../img/m4-bg.jpg) no-repeat center / cover;
    padding-block: 10rem;
}

.m4 .main-title {
    padding-top: 2rem;
    padding-left: 10%;
    color: white;
    padding-bottom: 4rem;
}

.m4 .main-title span {
    display: block;
    margin-bottom: 0.75rem;
}

.m4 .main-title p {
    margin-top: 1.75rem;
    line-height: 1.8;
}

.m4swiper .swiper-slide {
    border-radius: 3rem;
    overflow: hidden;
    position: relative;
}

.m4swiper .swiper-slide img {
    width: 100%;
    scale: 1.01;
}

.m4swiper .swiper-slide-active {
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
}

.m4swiper .swiper-slide .desc {
    position: absolute;
    inset: 0;
    z-index: 1;
    color: white;
    padding: 8%;
}

.m4swiper .swiper-slide .desc h4 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.m4swiper .swiper-slide .desc p {
    font-size: 20px;
    font-weight: 500;
}

.m5 {
    background: #fff;
    padding-inline: 5%;
}

.m5 .main-title {
    text-align: center;
    margin-bottom: 5rem;
}

.m5 .flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.m5 .cont-right {
    max-width: 55%;
    overflow: hidden;
    position: relative;
}

.m5swiper {
    max-width: 45%;
    overflow: hidden;
    position: relative;
    padding-block: 10rem;
}

.m5swiper .swiper-slide img {
    margin: 0 auto;
}

.m5swiper .swiper-slide .desc {
    text-align: center;
    border-radius: 1.75rem;
    max-width: 550px;
    padding: 2rem;
    background: white;
    margin: 1rem auto;
}

.m5swiper .swiper-slide-active .desc {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.m5swiper .swiper-slide .desc h4 {
    color: #ff6f98;
    font-size: 2.25rem;
    margin-bottom: 1rem;
}

.m5swiper2 {
    overflow: hidden;
    position: relative;
}

.m5swiper2 .swiper-wrapper {
    margin-bottom: -20px;
}

.m5swiper2 .swiper-slide {
    cursor: pointer;
    margin-bottom: 20px;
}

.m5swiper2 .swiper-slide img {
    margin: 0 auto;
}

.m5-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.m5-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.m6 {
    text-align: center;
    background: #262626;
    color: white;
    padding-block: 10rem;
    margin: 0 auto;
}

.m6 .main-title {
    margin-bottom: 5rem;
}

.m6 .main-title p {
    margin-block: 1rem 2rem;
}

.m6 .main-title a {
    background: #ff6f98;
    color: white;
    border-radius: 5rem;
    display: inline-block;
    padding: 0.75rem 2rem;
    font-weight: 500;
    font-size: 1.25rem;
}

.m6swiper {
    max-width: 1400px;
    padding-bottom: 5rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    cursor: grab;
}

.m6swiper .swiper-slide p {
    padding-top: 0.45rem;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    text-overflow: ellipsis;
}

.m6swiper .swiper-scrollbar-drag {
    background: #FF6F98;
}

.m6swiper .swiper-scrollbar {
    bottom: 0;
    background: #ff6f983b;
}

.m7 {
    max-width: 1400px;
    margin: 0 auto;
    padding-block: 10rem;
    background: white;
}

.m7 .flex-wrap {
    display: flex;
    gap: 5rem;
}

.m7 .flex-wrap .flex-left {
    min-width: 50%;
    flex: 1;
}

.m7 .flex-wrap .flex-right {
    flex: 1;
    color: #3C3C3C;
}

.m7 .flex-right h3 {
    margin-bottom: 2rem;
}

.m7 .flex-right p {
    font-size: 18px;
}

.m7 .flex-right h4 {
    font-weight: 700;
    font-size: 20px;
    margin-block: 3rem;
}

.m7 .flex-right .time>div {
    display: flex;
    margin-bottom: 3rem;
}

.m7 .flex-right .time h5 {
    font-size: 20px;
    font-weight: 700;
    margin-right: 3rem;
}

.m7 .flex-right .phone span {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.m7 .flex-right .hours ul li {
    display: flex;
    gap: 3rem;
    margin-bottom: 0.7rem;
}

.m7 .flex-right .hours ul li span {
    width: 100px;
    font-size: 18px;
    font-weight: 700;
}

.m7 .flex-right .cau p {
    color: #939393;
    font-size: 14px;
}

footer {
    background: #262626;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1416px;
    padding-inline: 1rem;
    margin: 0 auto;
    color: white;
    font-weight: 300;
    padding-block: 5rem;
}

.footer-wrap .f-info ul {
    margin-bottom: 3rem;
}

.footer-wrap .f-info ul li {
    margin-bottom: 0.2rem;
}

.footer-wrap h4 {
    font-family: "Righteous", sans-serif;
    font-size: 2rem;
}

.footer-wrap .f-info p {
    font-size: 14px;
}

@keyframes scaledown {
    0% {
        scale: 1.5;
    }

    100% {
        scale: 1;
    }
}

@keyframes down {
    0% {
        top: -20%;
        opacity: 0;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: 0;
    }
}

@keyframes move {
    0% {
        scale: 1;
    }

    50% {
        scale: 1.01;
        transform: translate(10px, 10px);
    }

    100% {
        scale: 1;
        transform: translate(0, 0);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* 모바일 */
@media all and (max-aspect-ratio: 12/10) {
    .header-wrap {
        padding-inline: 1rem;
        gap: 1rem;
    }

    header nav ul {
        gap: 1.5vw;
    }

    header nav ul li a {
        font-size: 12px;
        padding: 0.5rem;
        letter-spacing: -0.1px;
    }

    p {
        font-size: 14px;
    }

    .m1 .cont .left,
    .m1 .cont .right {
        display: none;
    }

    .m1 .cont .center {
        max-width: 80%;
    }

    .main-title>span {
        font-size: 14px;
    }

    .main-title>h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    section:not(.m1, .m3) {
        padding-inline: 1rem;
    }

    .m2swiper {
        height: calc(400px + 1rem);
        margin-block: 1rem;
    }

    .m2swiper .swiper-slide .category {
        font-size: 1.5rem;
    }

    .m3 {
        padding-block: 5rem 0rem;
    }

    .m3 .flex-wrap {
        flex-direction: column;
        gap: 3rem;
    }

    .m3 .copy {
        display: none;
        opacity: 0;
    }

    .m3 .imgbox {
        background: url(../img/doctor.jpg) no-repeat top /cover;
        width: 100%;
        min-height: 400px;
        overflow: hidden;
    }

    .m3 .imgbox img {
        display: none;
    }

    .m3 .txtbox {
        width: 100%;
    }

    .m3 .txtbox>.desc {
        padding-inline: 1rem;
    }

    .m3 .doc-his p {
        font-size: 13px;
    }

    .m3swiper {
        box-shadow: none;
    }

    .m3swiper .swiper-slide {
        flex-direction: column;
        display: none;
    }

    .m3swiper .swiper-slide {
        align-items: baseline;
        gap: 2rem;
        padding: 3.5rem 2.25rem 3.5rem;
    }

    .m3swiper .swiper-slide h4 {
        font-size: 18px;
    }

    .m3swiper .swiper-slide p {
        font-size: 14px;
    }

    .m3swiper .swiper-slide>img {
        max-width: 180px;
    }

    .m4 {
        padding-block: 6rem 8rem;
    }

    .m4 .main-title {
        padding: 0;
    }

    .m4 .main-title p {
        font-size: 14px;
        margin-top: 0;
    }

    .m4 .main-title p br {
        display: none;
    }

    .m4swiper {
        margin-top: 3.75rem;
    }

    .m4swiper .swiper-slide {
        border-radius: 1rem;
    }

    .m4swiper .swiper-slide .desc h4 {
        font-size: 20px;
    }

    .m4swiper .swiper-slide .desc p {
        font-size: 14px;
    }

    .m4swiper .swiper-slide img {
        scale: 1;
    }

    .m5 {
        padding-block: 6rem 1rem;
    }

    .m5 .main-title {
        margin-bottom: 2rem;
    }

    .m5 .flex-wrap {
        flex-direction: column;
        flex-direction: column-reverse;
        align-items: baseline;
    }

    .m5swiper {
        max-width: 100%;
        width: 100%;
        padding-block: 2.5rem 5rem;
        padding-inline: 0.5rem;
    }


    .m5swiper .swiper-slide img {
        max-height: 280px;
    }

    .m5swiper2 .swiper-slide {
        padding-block: 2rem 3rem;
        border-bottom: 1px dotted #ddd;
    }

    .m5swiper2 .swiper-slide img {
        max-width: 35vw;
    }

    .m5swiper .swiper-slide .desc {
        padding: 1.75rem;
    }

    .m5swiper .swiper-slide .desc h4 {
        font-size: 1.375rem;
    }

    .m5swiper .swiper-slide .desc p {
        font-size: 13px;
    }

    .m5 .cont-right {
        max-width: 100%;
        width: 100%;
    }

    .m6 {
        min-height: 100vh;
        align-content: center;
        padding-block: 6rem 8rem;
    }

    .m6 .main-title {
        margin-bottom: 4rem;
    }

    .m6 .main-title a {
        font-size: 13px;
    }

    .m6swiper {
        padding-bottom: 3rem;
    }

    .m7 {
        padding-block: 7rem 5rem;
    }

    .m7 .flex-wrap {
        gap: 3rem;
        align-items: baseline;
        flex-direction: column;
    }

    .m7 .flex-wrap .flex-left {
        width: 100%;
    }

    .m7 .flex-right h3 {
        margin-bottom: 1rem;
    }

    .m7 .flex-right h4 {
        font-size: 14px;
        margin-block: 2rem 3rem;
    }

    .m7 .flex-right p {
        font-size: 15px;
    }

    .m7 .flex-right .time>div {
        flex-direction: column;
    }

    .m7 .flex-right .time h5 {
        font-size: 1rem;
        padding-bottom: 0.25rem;
    }

    .m7 .flex-right .phone span {
        font-size: 1.75rem;
    }

    .m7 .flex-right .hours ul li span {
        font-size: 14px;
    }

    .m7 .flex-right .hours ul li {
        margin-top: 0.5rem;
    }

    .footer-wrap {
        flex-direction: column;
        padding: 4rem 1rem;
    }

    .footer-wrap h4 {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    .footer-wrap .f-info ul li {
        font-size: 13px;
    }

    .footer-wrap .f-info p {
        font-size: 12px;
        letter-spacing: -0.2px;
    }

    .footer-wrap .f-logo {
        max-width: 100px;
        margin-top: 2rem;
    }
}


/* <!-- Google 번역 --> */
.goog-te-banner-frame {
    display: none !important;
}

#google_translate_section {
    position: fixed;
    z-index: 99999999;
    right: 2rem;
    top: 5rem;
}

#google_translate_view {
    position: relative;
    display: inline-flex;
    min-width: 200px;
    height: 2.5rem;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: .25rem;
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
}

#google_translate_view::before {
    position: absolute;
    /* content: 'Select Language'; */
    content: attr(data-lang);
    display: block;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    font-size: 14px;
    width: 100%;
    color: #333;
    letter-spacing: -.5px;
}

#google_translate_view::after {
    position: absolute;
    content: '<>';
    font: 1rem "Consolas", monospace;
    color: #666;
    transform: rotate(90deg);
    right: 10px;
    cursor: pointer;
}

#google_translate_box {
    display: none;
    position: absolute;
    top: 50px;
    left: 5px;
    z-index: 1801;
}

#translation-links {
    min-width: calc(200px - .5rem);
    margin: 0 .5rem;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: .25rem;
}

#translation-links>li {
    padding: .5rem 1rem;
    font-size: .8rem;
    transition: background-color .2s;
    letter-spacing: -.5px;
}

#translation-links>li:hover {
    background-color: #f1f1f1;
}

#translation-links>li>a {
    display: flex;
    justify-content: space-between;
    color: #333;
    font-weight: 400;
}

#translation-links>li img.flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid #eee;
}

#goog-gt-tt {
    display: none !important;
}

@media all and (max-width:812px) {
    #google_translate_section {
        right: 1rem !important;
    }

    #google_translate_view {
        min-width: auto !important;
        height: 2.5rem !important;
        padding: 0.5rem;
    }

    #google_translate_view::after,
    #google_translate_view::before {
        display: none !important;
    }

    #google_translate_box {
        left: -250% !important;
    }
}