#main .sec-4 .ntc-box .date{
    margin: 5px 16px 0 16px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#footer {
    background: #2e2e2e;
    color: #fff;
    .bottom {
        padding-top: 35px;
        border-top: 1px solid #454545;
    }

    .right-con {
        .wrap_controllers, .cont, .wrap_btn_zoom {
            display: none;
        }
    }
}

footer .bottom .cbox-1,
footer .bottom .cbox-2 {
    float: none;
}

footer .bottom .cbox-1 .tit {
    margin-top: 20px;
}

footer .bottom .cbox-1 p,
footer .bottom .cbox-1 .copy {
    font-size: 13px;
}

footer .bottom .cbox-2 a {
    font-size: 15px;
    line-height: 1;
}


footer .bottom {
    background: #2e2e2e;
    color: #b1b1b1;
    a {
        color: inherit;
    }
}

#footer .layout-centered {
    width: 1236px;
    margin: 0 auto;
    display: flex;
    position: relative;
    @media (max-width: 767px) {
        width: 100%;
        flex-direction: column;
    }
}

#footer .layout-centered .snsBox {
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: -15px;
    right: 0;
}

#footer .layout-centered .snsBox a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#footer .layout-centered .snsBox a + a {
    margin-left: 10px;
}

#footer .footer-top {
    padding-top: 65px;
    display: flex;
    @media (max-width: 767px) {
        padding-top: 32px;
    }
}

#footer .footer-top .left-con {
    width: 50%;
    @media (max-width: 767px) {
        width: 100%;
    }
}

#footer .footer-top .left-con .row {
    margin-bottom: 45px;
    @media (max-width: 767px) {
        display: flex;
        font-size: 15px;
        width: 100%;
        flex-direction: column;
        margin-bottom: 0;
    }
}

#footer .footer-top .left-con .call-tit {
    padding-left: 55px;
    height: 32px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-right: 100px;
    @media (max-width: 767px) {
        font-size: 15px;
        text-align: center;
        padding-left: 0;
        margin-right: 0;
    }
}

#footer .footer-top .left-con .call-con {
    color: #2b7fc4;
    font-size: 30px;
    font-weight: bold;
    line-height: 32px;
    @media (max-width: 767px) {
        font-size: 15px;
        text-align: center;
        padding-left: 0;
        margin-right: 0;
    }
}

#footer .footer-top .left-con .kakao-tit {
    padding-left: 55px;
    height: 32px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-right: 100px;
    @media (max-width: 767px) {
        font-size: 15px;
        text-align: center;
        padding-left: 0;
        margin-right: 0;
    }
}

#footer .footer-top .left-con .kakao-con {
    color: #b1b1b1;
    font-size: 18px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    @media (max-width: 767px) {
        font-size: 15px;
        text-align: center;
        padding-left: 0;
        margin-right: 0;
    }
}

#footer .footer-top .left-con .kakao-con em {
    color: #fff;
    font-style: normal;
}

#footer .footer-top .left-con .time-tit {
    padding-left: 55px;
    height: 32px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin-right: 100px;
    float: left;
    @media (max-width: 767px) {
        float: none;
        font-size: 15px;
        text-align: center;
        padding-left: 0;
        margin-right: 0;
    }
}

#footer .footer-top .left-con .time-con {
    float: left;
    color: #fff;
    font-size: 18px;
    @media (max-width: 767px) {
        float: none;
        font-size: 15px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .yoil-time + span {
        display: block;
        font-size: 15px;
    }
}

#footer .footer-top .left-con .time-con .yoil {
    width: 105px;
    display: inline-block;
    text-align: justify;
}

#footer .footer-top .left-con .time-con .holiday {
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
    @media (max-width: 767px) {
        float: none;
        font-size: 13px;
        text-align: center;
    }
}

#footer .footer-top .right-con {
    width: 50%;
    border-left: 1px solid #454545;
    padding-left: 31px;
    padding-bottom: 39px;

    @media (max-width: 767px) {
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }
}

#footer .footer-top .right-con .map {
    width: 536px;
    height: 271px;
    background: #a4a4a4;
    text-align: center;
    line-height: 271px;
    font-size: 50px;
    @media (max-width: 767px) {
        width: 100%;

    }
}
@media (max-width: 767px) {
    .root_daum_roughmap {
        width: 100% !important;
    }
}

.review-wrap {
    display: none;
}

.yt-button {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    padding: 10px 32px;
    border-radius: 10em;
    background: linear-gradient(-90deg,#1d80e3,#14bfcf);
    color: #fff;
    align-items: center;
    gap: 0 10px;
    span {
        font-size: 0.75em;
        display: block;
        line-height: 1;
    }
    img {
        max-width: 32px;
        max-height: 32px;
    }

    @media (max-width: 767px) {
        top: 35%;
        right: 40px;
        transform: scale(0.65) translateY(-50%);
        transform-origin: center;
    }
}

.txt-1 {
    font-size: 1.55em;
    font-weight: 500;
}

.table-style-1 tr th,
.table-style-1 tr td {
    font-size: 18px;
}

@media (max-width: 767px) {
    .txt-1 {
        font-size: 0.95em;
    }
    .clinic-wrap .tbox .tit {
        margin: 1em 0;
    }

    .clinic-wrap .tbox .tit span {
        font-weight: 600;
    }

    .clinic-wrap.content-1 .sec-1 ul:not(.clearfix){
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .list-style-1 {
        flex-direction: column;
    }

    .list-style-1 li {
        width: 100%;
    }

    .clinic-wrap.content-4 .table-wrap .top-tit {
        font-size: 20px;
    }

    .table-style-1 tr th, .table-style-1 tr td {
        font-size: 15px;
        padding: 10px 5px;
    }
}
