﻿.title-link a, .title-link span {
    color: #657d9b;
}

.top-banner {
    width: 100%;
}

.main {
    margin-top: 88px;
    padding-left: 74px;
    padding-right: 74px;
}
    .main p {
        text-align: justify;
    }
.title-link {
    font-size: 14px;
    color: #657d9b;
}

#link1,
#link2,
#link3,
#link4 {
    scroll-margin-top: 260px;
}

.content-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #657d9b;
    margin-top: 36px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid #3e6378;
    border-bottom: 1px solid #3e6378;
    padding-left: 39px;
}

    .content-title::after {
        position: absolute;
        content: "";
        width: 196px;
        height: 9px;
        background-color: #3e6378;
        bottom: -4.5px;
        left: 37.5px;
    }

.content-link {
    font-size: 14px;
    margin-top: 28px;
    display: flex;
    margin-bottom: 38px;
}

    .content-link img {
        width: 12px;
        height: 17px;
        margin-right: 8px;
    }

    .content-link a {
        display: flex;
        align-items: center;
        background-color: #607d9e;
        border-radius: 21px;
        padding: 14.5px 22px 14.5px 22px;
        color: #fff !important;
        margin-right: 30px;
    }


.main p{
    font-size: 16px;
    line-height: 31px;
}

    .main p img {
        margin: 0 auto;
        display: block;
    }

#link1 p, .mce-content-body p {
    font-size: 16px;
    line-height: 31px;
    margin: 2rem auto 3.8rem auto;
}

    #link1 p img, .mce-content-body p img{
        margin: 0 auto;
        display: block;
    }

#link1 h2, .mce-content-body h2 {
    margin: 4.5rem auto 2rem auto;
    display: block;
    font-size: 19px;
    color: #657d9b;
    font-weight: 500;
}

.PC .swiper {
    width: 100%;
    height: 100%;
    margin-top: 28px;
}

.swiper-outside {
    position: relative;
    padding-left: 41px;
    padding-right: 41px;
}

.PC.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .PC .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.PC .swiper-button-prev::after {
    content: "";
    background-image: url("/img/eyeOperation/prev-btn.png");
    width: 18px;
    height: 22px;
}

.PC .swiper-button-next::after {
    content: "";
    background-image: url("/img/eyeOperation/next-btn.png");
    width: 18px;
    height: 22px;
}

.PC .swiper-button-prev {
    left: 0;
}

.PC .swiper-button-next {
    right: 0;
}

.FQA-list {
    margin-top: 28px;
    margin-bottom: 64px;
}

    .FQA-list li {
        position: relative;
        padding-left: 36.6px;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-right: 36.6px;
        color: #607d9e;
        font-size: 16px;
        border-bottom: 1px solid #607d9e;
        background-image: url("/img/eyeOperation/plus.png");
        background-position: top 19px right 21px;
        background-size: 10px 9px;
        background-repeat: no-repeat;
        cursor:pointer;
        font-weight:500;
    }

        .FQA-list li:hover {
            background-color: #607d9e;
            background-image: url("/img/eyeOperation/hover-plus.png");
            color: #fff;
        }

        .FQA-list li.active {
            background-image: url("/img/eyeOperation/minus.png");
            background-size: 10px 3px;
        }

            .FQA-list li.active:hover {
                background-image: url("/img/eyeOperation/hover-minus.png");
                background-size: 10px 3px;
            }

        .FQA-list li span {
            /*font-size: 1;*/
        }

        .FQA-list li img {
            position: absolute;
            width: 10px;
            height: 9px;
        }

    .FQA-list .list-item {
        margin-top: 9px;
        display: none;
        line-height: 19px;
        font-weight: 400;
    }
        .FQA-list .list-item p {
            font-size: 15px;
            line-height: 26px;
        }

.swiper-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 75px 42px;
    background-color: #fff;
    z-index: 999999999;
}

    .swiper-modal .modal-close {
        position: absolute;
        top: 23px;
        right: 42px;
        cursor: pointer;
    }

    .swiper-modal .modal-img {
        width: 100%;
    }

.video {
    padding-left: 42px;
    padding-right: 42px;
    margin-top: 39px;
}

.video-single {
    margin-bottom: 65px;
}

.video-title {
    color: #657d9b;
    margin-bottom: 14px;
    line-height: 25px;
}

.video iframe {
    width: 100%;
    height: 429px;
}

.reservation {
    display: flex;
    margin-bottom: 72px;
    align-items: start;
}

    .reservation img {
        width: 542px;
        margin-right: 37px;
    }

.form {
    flex-grow: 1;
    color: #657d9b;
}

    .form h6 {
        width: 100%;
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    form p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    form > div {
        margin-bottom: 20px;
    }

    form input {
        width: 100%;
        height: 35px;
        border: 1px solid #657d9b;
        color: #657d9b;
        font-weight: bold;
        font-size: 15px;
        padding-left: 10px;
    }

    form .name {
        width: 48%;
        margin-right: 8px;
    }

    form .tel {
        width: 48%;
        margin-left: 8px;
    }

    form .email {
        width: 48%;
        margin-right: 8px;
    }

    form .time {
        width: 48%;
        margin-left: 8px;
    }

    form .category {
        width: 100%;
    }

    form select {
        width: 100%;
        height: 35px;
        border: 1px solid #657d9b;
        color: #657d9b;
        font-weight: bold;
        font-size: 15px;
        padding-left: 10px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
    }

.custom-select {
    position: relative;
}

    .custom-select::before {
        content: "";
        position: absolute;
        width: 11px;
        height: 10px;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        background-image: url("/img/index/custom-select.png");
        background-size: 100%;
        background-repeat: no-repeat;
    }

form .content {
    width: 100%;
}

form textarea {
    width: 100%;
    height: 76px;
    border: 1px solid #657d9b;
    resize: none;
}

form button {
    background-color: #657d9b;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 23px;
    border-radius: 5px;
    margin: 14px auto 0 auto;
}

iframe[title*="YouTube"] {
    width: 100%;
    height: 480px;
}

@media (max-width: 992px) {
    
    iframe[title*="YouTube"] {
        width: 100%;
        height:315px;
    }

    .main {
        margin-top: 40px;
        padding-left: 11px;
        padding-right: 11px;
    }

    #link1,
    #link2,
    #link3,
    #link4 {
        scroll-margin-top: 110px;
    }

    .content-title {
        padding-left: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .content-title::after {
            left: 16px;
            height: 5px;
            bottom: -3px;
        }

    .t1.content-title::after {
        width: 122px;
    }

    .t2.content-title::after {
        width: 98px;
    }

    .t3.content-title::after {
        width: 98px;
    }

    .t4.content-title::after {
        width: 98px;
    }

    .content-link {
        position: sticky;
        top: 76px;
        left: 0;
        justify-content: space-between;
        margin-top: 16px;
        margin-bottom: 36px;
        z-index: 9999;
    }

        .content-link a {
            font-size: 10px;
            margin-right: 0;
            padding: 8px 13px;
            width: 24%;
        }

        .content-link img {
            width: 8px;
            height: 11px;
        }

    .main p {
        font-size: 14px;
        line-height: 28px;
    }

        .main p img {
            max-width: 100%;
            height: 100%;
        }

    .FQA-list {
        margin-top: 17px;
        margin-bottom: 44px;
    }

        .FQA-list li {
            font-size: 14px;
            padding-top: 11px;
            padding-left: 15px;
            padding-bottom: 11px;
            background-position: top 12px right 12px;
        }

            .FQA-list li.active:hover {
                background-size: 8px 1px;
            }

            .FQA-list li.active {
                background-size: 8px 1px;
            }

    .video {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 17px;
    }

    .video-single {
        margin-bottom: 32px;
    }

    .video iframe {
        height: 181px;
    }

    .reservation {
        flex-direction: column;
        margin-bottom: 0;
    }

        .reservation img {
            width: 100%;
            margin: 0;
            order: 2;
        }

    .form {
        background-image: url("/img/introduce/normal-bg.jpg");
        background-repeat: no-repeat;
    }

        .form h6 {
            font-size: 17px;
            padding-top: 8px;
            padding-bottom: 8px;
            background-color: #657d9b;
            color: #fff;
        }

    .speech {
        margin-bottom: 38px;
    }

    form input {
        width: 100%;
    }

    form .name {
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
        margin-right: 0;
    }

    form .tel {
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
        margin-left: 0;
    }

    form .email {
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
        margin-right: 0;
    }

    form .time {
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
        margin-left: 0;
    }

    form .category {
        padding-left: 22px;
        padding-right: 22px;
    }

    form .content {
        padding-left: 22px;
        padding-right: 22px;
        margin-bottom: 0;
    }

    form button {
        margin-bottom: 14px;
    }
}

