.main_visual {
    margin-top: 0px;
}
.main_video_wrap {
    position: relative;
    width: 100%;
}
.main_video_wrap:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.main_video_wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/main_video.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover !important;
}
/* 16:9 */
.iframe16To9 {
    padding-top: 56.25%;
}

/* 4:3 */
.iframe4To3 {
    padding-top: 75%;
}

/* main_banner */
.main_banner {
    position: relative;
}
.main_banner .swiper-slide > img {
    animation: main_banner 2s 4s linear both;
    animation-iteration-count: 1;
}
@keyframes main_banner {
    0% {
        scale: 1;
    }
    50% {
        scale: 1.2;
    }
    100% {
        scale: 1;
    }
}
.main_banner .swiper-slide > .coment {
    position: absolute;
    left: 240px;
    bottom: 35%;
    width: 100%;
    color: #fff;
    z-index: 1;
    animation: main_top 2s 4s linear both;
    animation-iteration-count: 1;
}
@keyframes main_top {
    0% {
        left: 100px;
    }
    100% {
        left: 300px;
    }
}
.main_banner .swiper-slide > .coment > img {
    width: 516px;
    height: 204px;
    margin-bottom: 90px;
}
.main_banner .swiper-slide > .coment > p {
    font-size: 42px;
}
.main_banner .swiper-slide > .coment > p > span {
    display: inline-block;
    width: 3px;
    height: 45px;
    margin-left: 10px;
    line-height: 45px;
    background: #fff;
    vertical-align: sub;
}
.main_banner .pagination {
    margin-bottom: 40px;
}
.main_banner .pagination > span {
    width: 67px;
    height: 5px;
    border-radius: 0;
    background-color: rgba(13, 45, 100, 1);
}

/* 의료진소개 */
/* .section_01 {
    position: relative;
    width: 100%;
    padding: 270px 240px 70px;
}
.section_01::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1905px;
    padding: none;
    background: #f6f6f6;
    z-index: -1;
}
.section_01 > .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 153px;
    color: #212121;
}
.section_01 .top_L > h2 {
    position: relative;
    font-size: 60px;
    font-weight: 600;
}
.section_01 .top_L > h2 > span {
    color: #0d2d64;
}
.section_01 .top_L > h2::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 36px;
    display: block;
    width: 200px;
    height: 1px;
    background: #707070;
    transform: translateX(50%);
}
.section_01 .top_L > div {
    margin: 29px 0 26px;
}
.section_01 .top_L > p {
    font-size: 18px;
    font-weight: 400;
}
.section_01 .top_L > p > span {
    color: #0d2d64;
    font-weight: 600;
}

.section_01 .top_R {
    position: relative;
    padding-top: 92px;
    padding-left: 20px;
    font-size: 24px;
}
.section_01 .top_R::after {
    content: '';
    position: absolute;
    right: 0;
    top: -20%;
    width: 414px;
    height: 402px;
    background: url('../img/h&w_logo.svg') no-repeat;
}
.section_01 .top_R > span {
    font-weight: 600;
    color: #0d2d64;
}

.section_01 > .bottom > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 65px;
    margin-bottom: 40px;
    border-radius: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    background: #fff;
}
.section_01 > .bottom > div:nth-child(3) {
    height: 684px;
}
.section_01 .doctor_R {
    margin-right: 50px;
}
.section_01 .doctor_L {
    width: 856px;
    align-self: flex-start;
    padding-top: 63px;
}
.section_01 .doctor_L > img {
    padding-left: 17.5px;
    margin-bottom: 37.5px;
}
.section_01 .name {
    display: flex;
    width: 100%;
    padding: 0 12px 0 17.5px;
}
.section_01 .name > h3 {
    margin-right: 140px;
    font-size: 52px;
    color: #0d2d64;
}
.section_01 .name > h3 > span {
    font-size: 32px;
    color: #212121;
}
.section_01 .license {
    display: flex;
    align-items: center;
    width: 210px;
    font-size: 19px;
    line-height: 25px;
}
.section_01 .license > img {
    margin-right: 10px;
}
.section_01 .boundary {
    width: 100%;
    height: 1px;
    margin: 33.5px 0 39.5px;
    background: #707070;
}
.section_01 .profile {
    display: flex;
    padding-left: 17.5px;
    margin-bottom: 28.5px;
    font-size: 18px;
    line-height: 33px;
    color: #555;
}
.section_01 .doctor_01 .profile > .pro_R {
    margin-left: -108px;
}
.section_01 .doctor_02 .profile > .pro_R {
    margin-left: -49px;
}
.section_01 .doctor_03 .profile > .pro_R {
    margin-left: 34px;
}
.section_01 .subject {
    width: 100%;
    border-radius: 9999px;
    margin-left: 17.5px;
    margin-bottom: 55px;
    padding: 11px 29px;
    background: #f6f6f6;
    font-size: 20px;
    color: #555;
}
.section_01 .subject_01 {
    width: 750px;
}
.section_01 .subject_02 {
    width: 590px;
}
.section_01 .subject > span {
    font-weight: 600;
    padding-right: 18.5px;
} */

.main_doctor .doctor_R {
    margin-right: 50px;
}

.main_doctor .doctor_L {
    width: 856px;
    align-self: flex-start;
    padding-top: 63px;
}

.main_doctor .doctor_L > img {
    padding-left: 17.5px;
    margin-bottom: 37.5px;
}

.main_doctor .name {
    display: flex;
    width: 100%;
    padding: 0 12px 0 17.5px;
}

.main_doctor .name > h3 {
    margin-right: 140px;
    font-size: 52px;
    color: #0d2d64;
}

.main_doctor .name > h3 > span {
    font-size: 32px;
    color: #212121;
}

.main_doctor .license {
    display: flex;
    align-items: center;
    width: 210px;
    font-size: 19px;
    line-height: 25px;
}

.main_doctor .license > img {
    margin-right: 10px;
}

.main_doctor .boundary {
    width: 100%;
    height: 1px;
    margin: 33.5px 0 39.5px;
    background: #707070;
}

.main_doctor .profile {
    display: flex;
    padding-left: 17.5px;
    margin-bottom: 28.5px;
    font-size: 18px;
    line-height: 33px;
    color: #555;
}

.main_doctor .doctor_01 .profile > .pro_R {
    margin-left: -108px;
}

.main_doctor .doctor_02 .profile > .pro_R {
    margin-left: -49px;
}

.sectiomain_doctorn_01 .doctor_03 .profile > .pro_R {
    margin-left: 34px;
}

.main_doctor .subject {
    width: 100%;
    border-radius: 9999px;
    margin-left: 17.5px;
    margin-bottom: 55px;
    padding: 11px 29px;
    background: #f6f6f6;
    font-size: 20px;
    color: #555;
}

.main_doctor .subject_01 {
    width: 750px;
}

.main_doctor .subject_02 {
    width: 590px;
}

.main_doctor .subject > span {
    font-weight: 600;
    padding-right: 18.5px;
}

/*  */
.main_doctor {
    background-color: #0d2d64;
    padding: 77px 0px 92px;
}

.main_doctor_wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.main_doctor_btn {
    display: flex;
    justify-content: center;
    margin-bottom: 51px;
    gap: 16px;
}

.main_doctor_btn > span {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 54px;
    border: 1px solid #fff;
    color: #fff;
    width: 260px;
    text-align: center;
    cursor: pointer;
}

.main_doctor_btn > span.active {
    background-color: #fff;
    color: #0d2d64;
    font-weight: 700;
}

.dc_type > div {
    display: none;
    position: relative;
}

.dc_type > div.active {
    display: block;
}

.main_doctor_prev {
    position: absolute;
    left: -62px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.main_doctor_next {
    position: absolute;
    right: -62px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.main_doctor_swiper {
    overflow: hidden;
    border-radius: 40px;
    width: 100%;
}

.main_doctor_swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 771px;
    padding-left: 65px;
    background: #fff;
}

.doctor_05 .pro_R {
    margin-left: 172px;
}

/* 전문의 마크 loop banner */
.section_01_slide {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.section_01_slide::before {
    content: '';
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg, #f6f6f6, transparent);
    z-index: 2;
}
.section_01_slide::after {
    content: '';
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: linear-gradient(270deg, #f6f6f6, transparent);
    z-index: 1;
}
.license_banner {
    width: 100%;
    overflow: hidden;
}
.section_01_slide .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.section_01_slide .swiper-slide {
    width: 400px;
    height: 82px;
    position: relative;
    padding-left: 100px;
    transition: all 0.2s;
    line-height: 82px;
}

/* 방송출현 */
.section_02 {
    width: 100%;
    height: 1120px;
    padding: 156px 240px 167px;
    background: #f6f6f6;
}
.section_02 > .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.section_02 > .top > .top_L h2 {
    margin: 42px 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 70px;
    color: #212121;
}
.section_02 > .top > .top_L h2 > span {
    color: #0d2d64;
}
.section_02 > .top > .top_L h3 {
    margin-bottom: 66px;
    font-size: 24px;
    font-weight: 400;
    line-height: 37px;
    color: #333;
}
.section_02 > .top > .top_L p {
    margin-top: 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #a3a3a3;
}
.section_02 > .top > .top_L {
    margin-right: 200px;
}
.section_02 > .top > .top_L > .youtube_page_text {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
.section_02 > .top > .top_L > .youtube_page_text > a {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    font-size: 18px;
}
.section_02 > .top > .top_L > .youtube_page_text > a > span {
    color: #0d2d64;
    font-weight: 600;
}
.section_02 > .top > .top_L > .youtube_page_text > a.active {
    position: absolute;
    opacity: 1;
}

.section_02 > .top > .top_R {
    position: relative;
}
.section_02 > .top > .top_R > .youtube_page_img {
    position: relative;
    height: 400px;
    width: 770px;
    left: 0;
    top: 0;
}
.section_02 > .top > .top_R > .youtube_page_img > a {
    position: absolute;
    transition: all 0.5s;
    opacity: 0;
    z-index: 0;
}
.section_02 > .top > .top_R > .youtube_page_img > a.active {
    opacity: 1;
    z-index: 1;
}

.section_02 > .bottom > .boundary {
    width: 100%;
    height: 1px;
    margin: 107px 0 38px;
    background: #666;
}
.section_02 > .bottom .youtube_page {
    display: flex;
    gap: 30px;
    position: relative;
    cursor: pointer;
}
.section_02 > .bottom .youtube_page > div {
    position: relative;
    width: 90%;
    max-width: 388px;
    height: 198px;
    opacity: 0.3;
}
.section_02 > .bottom .youtube_page > div:hover {
    opacity: 1;
}
.section_02 > .bottom .youtube_page > div:nth-child(odd):hover::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;

    max-width: 388px;
    height: 185.45px;
    border-radius: 5px;
    background: url('../img/youtube_thumb01_h.svg');
}
.section_02 > .bottom .youtube_page > div:nth-child(even):hover::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 388px;
    height: 185.45px;
    border-radius: 5px;
    background: url('../img/youtube_thumb02_h.svg');
}

/* 디지털진료 */
.section_03 {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.section_03 > .top {
    display: flex;
    height: 450px;
    justify-content: space-evenly;
    align-items: flex-end;
}
.section_03 > .top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/sec3_bg.jpg') no-repeat;
    z-index: -1;
}
.section_03 > .top > div {
    margin-bottom: -30px;
    margin-right: 48px;
    font-size: 130px;
    font-weight: 600;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.section_03 > .top > img {
    margin-bottom: -145px;
}

/*디지털진료 슬라이드*/
.section_03 .sec3_slide {
    display: flex;
    width: 100%;
    background: #171717;
    padding: 190px 0 100px 200px;
    text-align: left;
}
.section_03 .sec3_slide > .slide_L {
    padding-top: 10px;
    margin-right: 115px;
    text-align: left;
}
.section_03 .sec3_slide > .slide_L > p {
    margin-bottom: 105px;
    font-size: 24px;
    line-height: 35px;
}
.section_03 .sec3_slide > .slide_L > h3 {
    font-size: 52px;
    line-height: 65px;
    margin-bottom: 30px;
}
.section_03 .sec3_slide > .slide_L > h3 > span {
    color: #a0c5f6;
}
.section_03 .sec3_slide > .digital_slide {
    width: 100%;
    max-width: 1095px;
    margin-left: 0;
}
.section_03 .swiper-slide > img {
    width: 481px;
    max-width: 526px;
    height: 332px;
    margin-bottom: 30px;
    object-fit: cover;
}
.section_03 .swiper-slide > p {
    font-size: 25px;
    padding-left: 25px;
    line-height: 35px;
}
.section_03 .swiper-slide > p > span {
    color: #a0c5f6;
}
.section_03 .sec3_slide > .digital_slide_page {
    left: 200px;
    top: 985px;
    width: 355px;
    background: rgba(255, 255, 255, 1);
}
.section_03 .sec3_slide > .digital_slide_page > span {
    background: #a0c5f6;
}

/*임플란트*/
.section_04 {
    position: relative;
    width: 100%;
    padding-top: 154px;
    text-align: center;
}
.section_04::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/sec4_title_bg.png') no-repeat;
    z-index: -1;
}
.section_04 > h3 {
    margin-bottom: 43px;
    font-size: 60px;
    color: #212121;
    line-height: 80px;
}
.section_04 > h3 > span {
    color: #0d2d64;
}
.section_04 > p {
    margin-bottom: 107px;
    font-size: 23px;
    line-height: 38px;
    color: #333;
}
.section_04 > p > span {
    color: #0d2d64;
    font-weight: 600;
}
.section_04 .implant_desc {
    margin-bottom: 135px;
    max-width: 1440px;
    width: 100%;
    margin: 0px auto 135px;
}
.implant_slide_page {
    display: flex;
}
.implant_slide_page .swiper-pagination-bullet {
    width: 33.3%;
    border-radius: 0px;
    opacity: 1;
    height: auto;
    background-color: rgba(246, 246, 246, 0.53);
    margin: 0 !important;
    opacity: 1;
    border: 1px solid #dcdcdc;
    height: 137px;
    padding-left: 48px;
    font-size: 38px;
    font-weight: 600;
    color: #212121;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    position: relative;
}
.implant_slide_page .swiper-pagination-bullet-active {
    background-color: #0d2d64;
    color: #fff;
}
.implant_slide_page .swiper-pagination-bullet > span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.6);
}
.implant_slide_page .swiper-pagination-bullet-active > span {
    color: rgba(255, 255, 255, 1);
}
.implant_slide_page .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    right: 47px;
    width: 38px;
    height: 38px;
    background: url('../img/ico_sec4_listplus.svg') no-repeat;
}
.implant_slide_page .swiper-pagination-bullet-active::after {
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(100%) contrast(100%);
}
/*임플란트 치료케이스*/
.section_04 .implant_case {
    width: 100%;
    padding: 140px 240px 143px;
}
.section_04 .implant_case > h2 {
    margin-bottom: 15px;
    color: #212121;
    font-size: 52px;
}
.section_04 .implant_case > h2 > span {
    color: #0d2d64;
}
.section_04 .implant_case > p {
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
}
.section_04 .implant_case > span {
    margin-bottom: 56px;
    color: #919191;
    font-size: 14px;
    display: inline-block;
    line-height: 19px;
}

.section_04 .implant_case .pagination {
    position: relative;
    margin-top: 40px;
}
.section_04 .implant_case .implant_case_page {
    top: 18px;
    left: 0;
    width: 100%;
    max-width: 1330px;
    height: 4px;
    background: #dedede;
}
.section_04 .implant_case .implant_case_page > span {
    height: 4px;
    background: #a0c5f6;
}
.section_04 .implant_case .nav_btns {
    display: flex;
    width: 80px;
    float: right;
    cursor: pointer;
}

/* 전문의 협진 진료 */
.section_04_01 {
    position: relative;
    width: 100%;
    height: 773px;
    text-align: center;
    color: #fff;
}
.section_04_01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/sec5_top_bg.jpg') no-repeat;
    z-index: -1;
}
.section_04_01 h2 {
    padding-top: 188px;
    margin-bottom: 48px;
    font-size: 52px;
}
.section_04_01 h2 > span {
    color: #a0c5f6;
}
.section_04_01 .box {
    display: flex;
    justify-content: center;
    margin-bottom: 61px;
}
.section_04_01 .box > div {
    width: 359px;
    height: 73px;
    border-radius: 100px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.15);
    font-size: 28px;
    line-height: 73px;
}
.section_04_01 .box > .margin {
    margin-left: -30px;
}
.section_04_01 .digital {
    display: flex;
    justify-content: center;
    gap: 60px;
    font-size: 22px;
}
.section_04_01 .digital > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
    cursor: pointer;
}
.section_04_01 .digital > div:hover {
    filter: invert(20%) sepia(80%) saturate(500%) hue-rotate(171deg) brightness(100%) contrast(100%);
}
.section_04_01 .digital > div > img {
    width: 60px;
    height: 70px;
    margin-bottom: 25px;
}
.section_03 .digital > .line {
    width: 1px;
    height: 115px;
    background: #fff;
}

/*네비게이션 임플란트*/
.section_05 {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 200px;
    padding-left: 240px;
    padding-bottom: 200px;
    color: #fff;
    cursor: pointer;
}
.section_05 > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section_05 > h3 {
    margin-bottom: 70px;
    font-size: 56px;
    line-height: 84px;
}
.section_05 > h3 > span {
    color: #a0c5f6;
}
.section_05 > p {
    font-size: 21px;
    line-height: 40px;
}

/*자연치아 살리기*/
.section_06 {
    position: relative;
    width: 100%;
    padding: 194px 240px 210px;
    color: #fff;
    text-align: center;
}
.section_06::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/sec6_bg.jpg') no-repeat;
    z-index: -1;
}
.section_06 h3 {
    margin-bottom: 40px;
    font-size: 56px;
    line-height: 70px;
}
.section_06 h3 > span {
    color: #a0c5f6;
}
.section_06 > p {
    margin-bottom: 109px;
    font-size: 24px;
}
/*자연치아 살리기 tab*/
.clinic_slide_page {
    display: flex;
}
.clinic_slide_page .swiper-pagination-bullet {
    width: 33.3%;
    border-radius: 0px;
    opacity: 1;
    height: auto;
    background-color: rgba(250, 250, 250, 1);
    margin: 0 !important;
    opacity: 1;
    border: 1px solid #d8d8d8;
    height: 100px;
    font-size: 34px;
    font-weight: 600;
    color: #212121;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clinic_slide_page .swiper-pagination-bullet-active {
    background-color: #0d2d64;
    border: 1px solid #0d2d64;
    color: #fff;
}
.clinic_slide .swiper-slide {
    width: 100%;
    height: 1140px;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.clinic_slide .swiper-slide > .top {
    display: flex;
    justify-content: center;
    padding: 83px 0 80px;
    color: #212121;
    text-align: left;
}
.clinic_slide .swiper-slide > .top > img {
    margin-right: 30px;
}
.clinic_slide .swiper-slide > .top h4 {
    margin-bottom: 47px;
    font-size: 40px;
    line-height: 50px;
}
.clinic_slide .swiper-slide > .top h4 > span {
    color: #0d2d64;
}
.clinic_slide .swiper-slide > .top p {
    font-size: 20px;
    line-height: 30px;
}
.clinic_slide .swiper-slide > .top p > span {
    font-weight: 600;
    color: #0d2d64;
}
.clinic_slide .swiper-slide > .middle {
    width: 100%;
    max-width: 1235px;
    height: 64px;
    border: 1px solid rgba(112, 112, 112, 0.24);
    margin: 0 auto 50px;
    color: rgba(112, 112, 112, 0.47);
    font-size: 30px;
    font-weight: 600;
    line-height: 64px;
}

/*심미보철*/
.section_07_T {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 446px;
    padding: 0 140px 0 240px;
    border-bottom: 1px solid #e2e2e2;
}
.section_07_T h2 {
    margin-bottom: 38px;
    font-size: 52px;
    line-height: 70px;
    color: #212121;
}
.section_07_T h2 > span {
    color: #0d2d64;
}
.section_07_T p {
    font-size: 22px;
    line-height: 37px;
}

/*라미네이트*/
.section_07_M {
    position: relative;
    width: 100%;
    padding: 150px 240px 0;
    color: #212121;
}
.section_07_M::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/sec7_M_bg.jpg') no-repeat;
    z-index: -1;
}
.section_07_M .lami_top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 180px;
}
.section_07_M .lami_top > div {
    padding-left: 140px;
}
.section_07_M .lami_top > div h3 {
    margin-bottom: 47px;
    color: #0d2d64;
    font-size: 48px;
}
.section_07_M .lami_top > div p {
    font-size: 22px;
    line-height: 34px;
}

.section_07_M .lami_desc {
    position: relative;
    text-align: center;
}
.section_07_M .lami_desc h4 {
    margin-bottom: 64px;
    font-size: 50px;
}
.section_07_M .lami_desc h4 > span {
    color: #0d2d64;
}
.section_07_M .lami_desc .line {
    width: 100%;
    max-width: 1060px;
    height: 2px;
    background: rgba(51, 51, 51, 0.7);
    margin: 0 auto 375px;
}
.section_07_M .lami_desc .desc {
    position: absolute;
    top: 115px;
    display: flex;
    justify-content: center;
    gap: 115px;
    width: 100%;
}
.section_07_M .lami_desc .desc .btn {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 auto 41px;
    background: #0d2d64;
    border-radius: 99999px;
}
.section_07_M .lami_desc .desc h5 {
    margin-bottom: 23px;
    font-size: 30px;
    color: rgba(33, 33, 33, 0.5);
}
.section_07_M .lami_desc .desc p {
    font-size: 20px;
    line-height: 32px;
    color: rgba(33, 33, 33, 0.5);
}

.section_07_M .lami_desc .desc > div:hover .btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 57px;
    height: 57px;
    background: url('../img/sec7_lami_desc_AH.svg') no-repeat;
    transform: translateX(-50%) translateY(-50%);
}
.section_07_M .lami_desc .desc > div:hover h5 {
    color: #0d2d64;
}
.section_07_M .lami_desc .desc > div:hover p {
    color: #666;
}
.section_07_M .lami_strength {
    margin-bottom: 228px;
}

/*라미네이트 치료 케이스*/

.section_07_B {
    width: 100%;
    padding: 0 240px 180px;
    text-align: center;
}
.section_07_B > h3 {
    margin-bottom: 15px;
    color: #212121;
    font-size: 52px;
}
.section_07_B > h3 > span {
    color: #0d2d64;
}
.section_07_B > p {
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
}
.section_07_B > span {
    margin-bottom: 56px;
    color: #919191;
    font-size: 14px;
    display: inline-block;
    line-height: 19px;
}
.section_07_B .lami_case .pagination {
    position: relative;
    margin-top: 40px;
}
.section_07_B .lami_case .laminate_case_page {
    top: 18px;
    left: 0;
    width: 100%;
    max-width: 1330px;
    height: 4px;
    background: #dedede;
}
.section_07_B .lami_case .laminate_case_page > span {
    height: 4px;
    background: #a0c5f6;
}
.section_07_B .lami_case .nav_btns {
    display: flex;
    width: 80px;
    float: right;
    cursor: pointer;
}

/*디지털 장비 소개*/
.section_08 {
    width: 100%;
    height: 980px;
    padding: 123px 240px 154px 314px;
    background: #f1f1f1;
    text-align: center;
    color: #212121;
}
.section_08 > h2 {
    margin-bottom: 20px;
    font-size: 52px;
}
.section_08 > h2 > span {
    color: #0d2d64;
}
.section_08 > p {
    font-size: 24px;
    margin-bottom: 92px;
}

.section_08 > div {
    display: flex;
}
.section_08 .digital_images {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.section_08 .digital_page {
    position: relative;
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
}
.section_08 .digital_page > div {
    position: absolute;
    top: 0px;
    left: 0;
    width: 650px;
    height: 350px;
    opacity: 0;
    transition: all 0.5s;
}
.section_08 .digital_page > div.active {
    bottom: 0;
    opacity: 1;
}

.section_08 .digital_img {
    position: relative;
    display: flex;
    gap: 10px;
    width: 210px;
    height: 143px;
}

.section_08 .digital_desc {
    text-align: left;
    cursor: pointer;
}

.section_08 .digital_desc > .digital_names {
    display: flex;
    gap: 14.8px;
    margin-bottom: 77px;
}
.section_08 .digital_desc > .digital_names > div {
    width: 210px;
    height: 54px;
    border-radius: 8px;
    line-height: 54px;
    font-size: 20px;
    background: #fff;
    text-align: center;
}
.section_08 .digital_desc > .digital_names > div.active {
    background: #0d2d64;
    color: #fff;
}

.section_08 .digital_desc > .description {
    position: relative;
    width: 100%;
    height: 350px;
}
.section_08 .digital_desc > .description > div {
    position: absolute;
    top: 0px;
    left: 0;
    width: 659px;
    height: 350px;
    opacity: 0;
    transition: all 0.5s;
}
.section_08 .digital_desc > .description > div.active {
    opacity: 1;
}
.section_08 .digital_desc > .description > div > h3 {
    margin-bottom: 10px;
    font-size: 44px;
    font-weight: 600;
    color: #0d2d64;
}
.section_08 .digital_desc > .description > div > h4 {
    margin-bottom: 52px;
    font-size: 24px;
    font-weight: 600;
}
.section_08 .digital_desc > .description > div > .line {
    width: 654px;
    height: 1px;
    margin-bottom: 63px;
    background: #707070;
}
.section_08 .digital_desc > .description > div > p {
    font-size: 18px;
    line-height: 35px;
}
/*오시는길 진료안내*/
.main_come {
    display: flex;
}
.main_come_right {
    width: 50%;
}
.main_come_left {
    padding-top: 119px;
    padding-left: 240px;
    background-color: #0d2d64;
    width: 50%;
}

.main_come_btn {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 70px;
    gap: 16px;
    align-items: center;
}

.main_come_btn > span {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 54px;
    border: 1px solid #fff;
    color: #fff;
    width: 260px;
    text-align: center;
    cursor: pointer;
}

.main_come_btn > span.active {
    background-color: #fff;
    color: #0d2d64;
    font-weight: 700;
}

.main_come_right > div {
    display: none;
}

.main_come_right > div.active {
    display: block;
}
