@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:400,600');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/verdana');

/*SECTION-03*/
#section03 .tit {
    position: static;
    padding-top: 110px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#section03 .tit h1 {
    width: 380px;
    white-space: nowrap;
    padding-right: 135px;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 1;
}

#section03 .tit p {
    white-space: nowrap;
    font-size: 20px;
    padding-left: 135px;
    font-weight: 400;
}

#section03 .tit span {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 0 50px;
}

.section .tit > span:after {
    width: 0;
}

#section03 h2 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}

#section03 h2 strong {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Noto Sans KR', Dotum;
    color: black;
    background: repeating-linear-gradient(-45deg, #512772 0%, #512772 20%, #bc75f3 50%, #512772 80%, #512772 100%);
    background-size: 500px 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -ms-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: Gradient 3s linear infinite forwards;
    -moz-animation: Gradient 3s linear infinite forwards;
    animation: Gradient 3s linear infinite forwards;
}

.doctor_list {
    height: fit-content;
}

.doctor_list ul {
    display: flex;
    width: fit-content;
    margin: 0 auto 20px;
}

.doctor_list ul li {
    float: left;
    margin-right: 30px;
    width: 280px;
    position: static;
}

.doctor_list ul li:last-child {
    margin-right: 0;
}

.doctor_list ul li .img {
    width: 100%;
    border: 2px solid #512772;
    position: relative;
}

.doctor_list ul li .img:before {
    border: 0 transparent;
}

.doctor_list ul li img {
    width: 100%;
}

.doctor_list ul li .img .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(81, 39, 114, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: .3s;
    cursor: pointer;
}

.doctor_list ul li:hover .img .hover {
    opacity: 1;
}

.doctor_list ul li .img .hover p {
    font-size: 26px;
}

.doctor_list ul li .img .hover p:first-child {
    font-size: 40px;
    font-weight: 400;
}

.doctor_list ul li .txt_area {
    margin-top: 25px;
    width: 100%;
    padding: 10px 40px;
    text-align: center;
    color: #fff;
    background-color: #512772;
    box-sizing: border-box;
}

.txt_area span {
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
}

.txt_area strong {
    display: block;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}

#section03 .txt p {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
}

#section03 .txt p strong {
    color: #cc483c;
    font-size: 24px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

#section03 .txt p strong em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 13px;
    background-color: #f9dedf;
    z-index: -1;
    transition: .5s 1.6s;
}

.doctor_view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 3;
    background-color: rgba(81, 39, 114, 0.93);
    display: none;
}

.doctor_view .doctor {
    width: 100%;
    height: 100%;
}

.doctor_view .swiper-slide {
    width: 100vw;
    height: 100vh;
    padding: 130px 120px 40px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.doctor_view .view {
    width: 840px;
    height: 840px;
    background-color: #fff;
    padding: 70px 95px 0;
    box-sizing: border-box;
    background: url('/img/re/boctor_bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}

.doctor_view .view .doctor_img .img {
    width: 200px;
    border: 2px solid #512772;
    margin: 0 auto;
}

.doctor_view .view .doctor_img .img img {
    width: 100%;
}

.doctor_view .view .doctor_img .txt_area {
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    background-color: #512772;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 300px;
    margin: -10px auto 0;
}

.doctor_view .view .page {
    position: absolute;
    right: -25px;
    bottom: 15px;
    font-size: 20px;
    color: #fff;
}

.doctor_view .profile .title {
    font-weight: 700;
    font-size: 26px;
    color: #512772;
    padding-bottom: 15px;
    padding-left: 45px;
    border-bottom: 1px solid #512772;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
}

.doctor_view .profile .special {
    margin-bottom: 15px;
    margin-left: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 34px;
    font-size: 27px;
    font-weight: bold;
    color: white;
    background-color: #60228b;
}

.doctor_view .profile ul li {
    font-size: 17px;
    margin-left: 60px;
    position: relative;
    font-weight: 500;
}

.doctor_view .profile ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}

.doctor_view .profile.long {
    overflow: hidden;
    width: 115%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.doctor_view .profile.long ul {
    margin-left: 0;
    width: 50%;
    float: left;
}

.doctor_view .profile.long ul li {
    margin-left: 10px;
}

.doctor_view .slick-next,
.doctor_view .slick-prev {
    background-image: none;
    width: 60px;
    height: 60px;
    left: 120px;
    z-index: 11;
}

.doctor_view .slick-prev {
    background: url('/img/re/arrow_prev.png') no-repeat;
    background-size: cover;
}

.doctor_view .slick-next {
    right: 120px;
    left: auto;
    background: url('/img/re/arrow_next.png') no-repeat;
    background-size: cover;
}

.slick-prev:before,
.slick-next:before {
    font-size: 0;
}

@media screen and (max-width: 1200px) {

    #section03 .center_wrap {
        height: auto;
    }

    #section03 .tit {
        padding-top: 3.7vw;
    }

    #section03 .tit p {
        padding-left: 0;
        font-size: 1.85vw;
    }

    #section03 .tit span {
        margin: 0 3.24vw;
        display: block;
    }

    #section03 .tit h1 {
        width: auto;
        padding-right: 0;
        padding-bottom: 0.92vw;
        font-size: 5.55vw;
        padding-right: 0.92vw;
    }

    #section03 h2 {
        margin-top: 2.77vw;
        margin-bottom: 5.55vw;
        font-size: 6.48vw;
    }

    #section03 h2 strong {
        font-size: 6.48vw;
    }

    .doctor_list {
        width: 100%;
        padding-top: 0;
        margin: 0;
    }

    .doctor_list ul {
        display: block;
        margin: 0 auto 4.6vw;
        width: 68.5vw;
        overflow: hidden;
    }

    .doctor_list ul li {
        width: 32.4vw;
        margin-right: 3.2vw;
        margin-bottom: 3.2vw;
    }

    .doctor_list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .doctor_list ul li .img {
        border: 0.185vw solid #512772;
    }

    .doctor_list ul li .img .hover {
        display: none;
    }

    .doctor_list ul li .txt_area {
        margin-top: 2.7vw;
        padding: 0.92vw 3.7vw;
    }

    .txt_area span {
        font-size: 2.3vw;
        padding-bottom: 0.46vw;
        margin-bottom: 0.46vw;
    }

    .txt_area strong {
        font-size: 2.77vw;
    }

    .doctor_view .swiper-slide {
        padding: 0vw 11.11vw 0;
    }

    .doctor_view .swiper-slide.height .view {
        height: auto;
    }

    .doctor_view .view {
        width: 77.77vw;
        height: auto;
        padding: 9.25vw 0 9.25vw;
    }

    .doctor_view .view .doctor_img .txt_area {
        width: 32.4vw;
        padding: 0.92vw 1.85vw;
    }

    .txt_area span {
        font-size: 2.3vw;
    }

    .txt_area strong {
        font-size: 2.77vw;
    }

    .doctor_view .view .doctor_img .img {
        width: 27.77vw;
    }

    .doctor_view .profile .title {
        font-size: 2.77vw;
        padding-left: 3.7vw;
        padding-bottom: 1.38vw;
        margin-bottom: 2.77vw;
        margin-top: 9.25vw;
    }

    .doctor_view .profile .special {
        margin-bottom: 10px;
        margin-left: 15px;
        width: 113px;
        height: 19.7px;
        font-size: 15.6px;
        font-weight: bold;
        color: white;
        background-color: #60228b;
    }

    .doctor_view .profile ul li {
        font-size: 2.12vw;
        margin-left: 5.55vw;
    }

    .doctor_view .profile ul li::before {
        width: 0.27vw;
        height: 0.27vw;
    }

    .doctor_view .profile.long {
        width: 100%;
        position: static;
        transform: translateX(0);
    }

    .doctor_view .profile.long ul {
        width: 100%;
        float: none;
    }

    .doctor_view .profile.long ul li {
        margin-left: 5.55vw;
    }

    .doctor_view .view .page {
        font-size: 3.24vw;
        bottom: -2.77vw;
        right: 8vw;
    }

    .doctor_view .slick-next,
    .doctor_view .slick-prev {
        width: 6vw;
        height: 6vw;
        left: 2.77vw;
    }

    .doctor_view .slick-next {
        right: 2.77vw;
        left: auto;
    }

    #section03 .txt p {
        font-size: 2.59vw;
    }

    #section03 .txt p strong {
        font-size: 2.59vw;
    }
}