.index {
    position: relative;
}

.index:before {
    background-image: url(../page1/images/symbol_1.svg);
    display: block;
    content: "";
    width: 400px;
    height: 400px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 200px;
    background-repeat: no-repeat;
    opacity: .3;
    z-index: -1;
}

.slider {
    width: 100%;
    height: 800px;
    position: relative;
}

.slider .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    ;
    background-position: center !important;
}

.slide_txt {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.slide_txt span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.slider .swiper-slide:nth-child(1) {
    background: url('../index/images/pc_slide1.jpg')no-repeat;
}

.slider .swiper-slide:nth-child(2) {
    background: url('../index/images/pc_slide2.jpg')no-repeat;
}

.slider .swiper-slide:nth-child(3) {
    background: url('../index/images/pc_slide3.jpg')no-repeat;
}

.slider .swiper-slide:nth-child(4) {
    background: url('../index/images/pc_slide4.jpg')no-repeat;
}

.slider .swiper-slide:nth-child(5) {
    background: url('../index/images/pc_slide5.jpg')no-repeat;
}

.slider-pagination {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 0 !important;
    z-index: 1;
    width: 1260px !important;
    display: flex;
    border: 1px solid #e4e4e4;
}

.slider-pagination .swiper-pagination-bullet {
    opacity: 1 !important;
    font-weight: 600;
    margin: 0 !important;
    width: 20%;
    height: 50px;
    border-radius: 0;
    display: inline-block;
    color: #666;
    background: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #e4e4e4;
}

.slider-pagination .swiper-pagination-bullet:last-child {
    border-right: 0 !important;
}

.slider-pagination .swiper-pagination-bullet-active {
    background: #4284b8;
    color: #fff;
}


/* 공통 */

.container2 {
    width: 1260px;
    margin: 0 auto;
}

.main_tit {
    font-size: 38px;
    font-weight: 600
}

.main_tit span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    color: #555;
}

.main_tit b {
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700;
    display: block;
    padding-top: 15px;
    opacity: 0.5;
}

/* 뉴스 */

.news {
    padding: 130px 0 0 0;
}

.news .main_tit {
    text-align: center;
}

.newsLolling {
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}

.newsLolling .swiper-slide {
    background: #f8f8f8;
}

.newsLolling .swiper-slide a:nth-child(2) {
    display: none;
}

.newsLolling .swiper-slide img {
    width: 100%;
}

.news .swiper-button-next, .news .swiper-button-prev{width:50px;height:50px;background-size:13px;background-color:#fff;border:1px solid #417eae;background-position:center;}
.news .swiper-button-prev{background-image:url(/theme/design/template/index/images/news_prev.svg);background-repeat: no-repeat;left:0;}
.news .swiper-button-next{background-image:url(/theme/design/template/index/images/news_next.svg);background-repeat: no-repeat;right:0;}
.news .swiper-slide img{width:100%;}
.news .swiper-slide a:nth-child(3){display:none;}

/* sns 배너 */

.sns_ban {
    position: relative;
    z-index: 0;
    background: #f8f8f8
}

.sns_ban ul {
    display: flex;
    justify-content: space-between;
}

.sns_ban ul li {
    width: 33.33%;
    text-align: center;
    padding: 50px 0;
    border-right: 1px solid #e4e4e4;
}

.sns_ban ul li:last-child {
    border-right: 0;
}

.sns_ban ul li:nth-child(2) {
    background: #f2f2f2;
}

.sns_ban ul li img {
    margin-right: 10px;
    width: 50px;
    display: block;
    margin: 0 auto 20px auto
}

.sns_ban ul li a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}



.ani_text {
    font-size: 100px;
    white-space: nowrap;
    letter-spacing: 20px;
    text-align: Center;
    font-weight: 900;
    color: #ccc;
    opacity: 0.2;
    padding: 30px 0;
}

/* 맞춤치료 */

.dental_clinic {
    padding: 130px 0;
}

.dental_clinic .main_tit {
    text-align: center;
}

.dental_clinic ul {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.dental_clinic ul li {
    width: 290px;
    height: 290px;
    border-radius: 20px;
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
}

.dental_clinic ul li:nth-child(1) {
    background: url('../index/images/dental_img1.jpg')no-repeat;
    background-size: cover;
}

.dental_clinic ul li:nth-child(2) {
    background: url('../index/images/dental_img2.jpg')no-repeat;
    background-size: cover;
}

.dental_clinic ul li:nth-child(3) {
    background: url('../index/images/dental_img3.jpg')no-repeat;
    background-size: cover;
}

.dental_clinic ul li:nth-child(4) {
    background: url('../index/images/dental_img4.jpg')no-repeat;
    background-size: cover;
}

.c_b {
    color: #000;
}

.list_off {}

.list_off h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.dental_clinic ul li:nth-child(2n) h4 {
    color: #fff;
}

.dental_clinic ul li:nth-child(2n) .list_off a {
    background: #18435d;
}

.list_off a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 15px;
    background: #333;
    color: #fff;
    padding: 3px 14px;
    width: fit-content;
    margin: 12px auto 0 auto;
    border-radius: 50px;
}

.list_off span {
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
}

.list_on {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 50px;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.list_on h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.list_on p {
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.list_on a {
    display: block;
}

.list_on span {
    display: block;
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
}

.list_on span img {
    width: 7px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.dental_clinic ul li:hover .list_on {
    opacity: 1;
    transition: all .5s;
}

/* 임플란트 케이스 */

.imple_case {
    padding-bottom: 130px;
    background: url('../index/images/imple_case_bg.png')no-repeat #f8f8f8;
    padding: 100px 0;
}

.imple_case .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_txt {
    width: 55%;
}

.case_img {
    width: 40%;
    overflow: hidden;
}

.case_img img {
    width: 100%;
    border-radius: 30px;
}

.case_txt span {
    font-size: 20px;
    font-weight: 700;
    opacity: 0.3;
}

.case_txt h2 {
    font-size: 38px;
    font-weight: 600;
    padding: 20px 0;
}

.case_txt p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.case_txt a {
    font-size: 11px;
    letter-spacing: 2px;
    display: block;
    background: #4284b8;
    color: #fff;
    margin-top: 30px;
    width: fit-content;
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
    border-radius: 20px 0 20px 0px;
    transition: all .5s;
}


.special {
    padding: 130px 0;
}

.special .main_tit {
    text-align: center;
}

.spe_sec_wrap {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    height: 550px;
}

.spe_sec {
    width: 32%;
}

.spe_sec1 .spe_box {
    height: 100%;
}

.spe_sec2 .spe_box {
    height: 47%;
}

.spe_sec2 .spe_box:last-child {
    margin-top: 7%;
}

.spe_sec3 .spe_box {
    height: 100%;
}

.spe_box {
    background: #e4e4e4;
    border-radius: 20px;
    padding: 50px;
  overflow:hidden;
  position:relative;
}

.spe_box:before{background-color:rgba(0,0,0,0.5);width:100%;height:100%;display:block;content:"";color:#fff;font-size:18px;font-weight:500;text-align:center;position:absolute;top:100%;left:0;opacity:0;transition:all .5s;}

.spe_box b{opacity:0;font-size:50px;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;border:1px solid #fff;width:50px;height:50px;line-height:50px;font-weight:500;}
.spe_sec1 p {
    font-size: 20px;
    margin-top: 20px;
    line-height: 32px;
  transition:all .5s;
}

.spe_box:hover:before{top:0;opacity:1;transition:all .5s;}
.spe_box:hover b{opacity:1;transition:all .5s;}
.spe_box h4 {
    font-size: 32px;
}

.spe_box span {
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
    line-height: 28px;
}

.spe_box {
    cursor: pointer;
}

.spe_box1 {
    background: url(../index/images/spe_img1.jpg)no-repeat;
    background-size: cover;
}

.spe_box2 {
    background: url(../index/images/spe_img2.jpg)no-repeat;
    background-size: cover;
}

.spe_box3 {
    background: url(../index/images/spe_img3.jpg)no-repeat;
    background-size: cover;
}

.spe_box4 {
    background: url(../index/images/spe_img4.png)no-repeat #dbdbdb;
    background-size: cover;
}

.doctor {
    width: 100%;
    background: url(../index/images/doc_wrap_bg.png)no-repeat #f8f8f8;
    padding: 130px 0 0 0;
    background-size: cover;
}

.doctor .main_tit {
    text-align: center;
}

.doc {
    position: relative;
}

.doc .container {
    display: flex;
    position: relative;
    z-index: 0;
    margin-top: 70px;
}

.doc2 {
    justify-content: right;
    margin-top: 130px;
}

.doc1:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background: url(../index/images/doc_ban_bg.png)no-repeat #005c9f;

    bottom: 0px;
    left: 0;
    width: 75%;
    height: 420px;
    border-radius: 0 200px 0 0;
}

.doc2:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background: url(../index/images/doc_ban_bg.png)no-repeat #001331;
    bottom: 0px;
    right: 0;
    width: 75%;
    height: 420px;
    border-radius: 200px 0 0px 0;
}

.doc_img {
    width: 30%;
    z-index: 1;
}

.doc_txt {
    width: 70%;
}

.doc_img img {
    width: 500px;
}

.doc1 .doc_txt {
    padding-left: 150px;
}

.doc2 .doc_txt {
    margin-left: 350px;
}

.doc_t1 {
    margin-top: 30px;
}

.doc_t1 span {
    border-radius: 50px;
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
    background: #4284b8;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
}

.doc_t1 b {
    font-size: 26px;
}

.doc_t1 p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.doc_t2 {
    padding-top: 105px;
    color: #fff;
}

.doc_t2 span {
    font-size: 20px;
    display: block;
    margin-bottom: 7px;
}

.doc_t2 b {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #ffcb39
}

.doc_t2 p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}

.doc_t2 a {
    display: inline-block;
    font-size: 15px;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 20px 0 20px 0;
}


.address {
    margin: 130px 0;
}

.address .main_tit {
    text-align: center;
}

.add_notice {
    display: flex;
    margin-top: 70px;
    justify-content: space-between;
}

.notice_left,
.notice_right {
    width: 46%;
}

.notice_left h2 {
    font-size: 28px;
}

.notice_left ul {
    margin-top: 50px;
}

.notice_left ul li {
    font-size: 17px;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
    font-weight: 600;
}

.notice_left ul li:last-child {
    border-bottom: 0;
}

.notice_left ul li span {
    margin-right: 50px;
    width: 120px;
    display: Inline-block;
    font-weight: 700;
    text-align: justify;
    line-height: 0;
}


.notice_left ul li.time_ch{color:#2392eb;}
.notice_left ul li span:before {
    content: "";
    display: inline-block;
    width: 100%;
}

.notice_left ul li span:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.notice_left ul li b {
    display: inline-block;
    margin-left: 5px;
    background: #4284b8;
    color: #fff;
    padding: 3px 10px;
    border-radius: 100px;
    font-size: 14px;
}

.close {
    font-size: 16px;
    margin-top: 20px;
}

.close b {
    font-weight: 800;
}

.customer {
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
}

.customer .top_cus {
    padding: 20px 50px;
    display: flex;
}

.top_cus span {
    font-size: 22px;
    font-weight: 600;
}

.top_cus span img {
    border-radius: 50px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.top_cus p {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
    margin-left: 30px;
}

.bottom_cus {
    background: #f8f8f8;
    padding: 20px 50px;
    display: flex;
}

.bottom_cus span {
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}

.bottom_cus span img {
    margin-right: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.notice_right {}

.notice_right h2 {
    font-size: 28px;
}

.notice_right .map {
    margin-top: 25px;
    width: 100%;
}

.notice_right ul {
    margin-top: 40px;
}

.notice_right ul li {
    font-size: 18px;
    margin-bottom: 13px;
}

.notice_right ul li:nth-child(1) img {
    width: 19px;
    margin-left: 3px;
}

.notice_right ul li img {
    margin-right: 10px;
    width: 25px;
}


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

    .index {
        margin-top: 122px;
    }

    .index:before {
        width: 250px;
        height: 250px;
        background-size: cover;
    }

    .slider {
        height: 400px;
    }

    .slide_txt {
        font-size: 26px;
        width: 100%;
        top: 50%;
    }

    .slide_txt span {
        font-size: 15px;
    }

    .slider-pagination {
        display: none;
    }

    .news {
        padding: 80px 0 0 0;
    }

    .main_tit {
        font-size: 26px
    }

    .main_tit span {
        font-size: 15px;
    }

    .main_tit b {
        font-size: 7px;
        letter-spacing: 2px;
        font-weight: 800;
    }

    .newsLolling {
        margin-top: 50px;
    }

    .news .swiper-button-next,
    .news .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
        background-size: 8px !important;
        margin-top: 0;
    }

    .ani_text {
        display: none;
    }

    .sns_ban {
        margin: 80px 0;
        background: none;
        display: none;
    }

    .sns_ban ul {
        display: block;
    }

    .sns_ban ul li {
        width: 100%;
        border-right: 0;
        background: #f8f8f8;
        padding: 20px 0;
        border-radius: 50px;
        margin-bottom: 15px;
    }

    .sns_ban ul li:nth-child(1) {
        border: 3px solid #62b16b
    }

    .sns_ban ul li:nth-child(2) {
        border: 3px solid #371d1e
    }

    .sns_ban ul li:nth-child(3) {
        border: 3px solid #417eae
    }

    .sns_ban ul li img {
        display: inline-block;
        width: 30px;
        margin: 0;
        padding-right: 10px;
    }

    .sns_ban ul li a {
        font-size: 16px;
    }

    .dental_clinic {
        padding: 70px 0;
    }

    .dental_clinic ul {
        flex-wrap: wrap;
        margin-top: 50px;
    }

    .dental_clinic ul li {
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }

    .dental_clinic ul li:last-child {
        margin-bottom: 0;
    }

    .list_off h4 {
        font-size: 18px;
        text-align: left;
    }

    .list_off a {
        margin: 0;
        margin-top: 10px;
        font-size: 13px;
    }

    .list_on {
        display: none;
    }

    .dental_clinic ul li:nth-child(1) {

        background: url(../index/images/m_dental_img1.jpg)no-repeat;
        background-size: 100%;
        background-color: #b9ecfd;
        background-position: center;
    }

    .dental_clinic ul li:nth-child(2) {
        background: url(../index/images/m_dental_img2.jpg)no-repeat;
        background-size: 100%;
        background-color: #179cc5;
        background-position: center;
    }

    .dental_clinic ul li:nth-child(3) {
        background: url(../index/images/m_dental_img3.jpg)no-repeat;
        background-size: 100%;
        background-color: #b9ecfd;
        background-position: center;
    }

    .dental_clinic ul li:nth-child(4) {
        background: url(../index/images/m_dental_img4.jpg)no-repeat;
        background-size: 100%;
        background-color: #179cc5;
        background-position: center;
    }


    .imple_case {
        background-position: center;
        padding: 80px 0
    }

    .imple_case .container {
        display: block
    }

    .case_txt span {
        font-size: 15px;
    }

    .case_txt h2 {
        font-size: 26px;
    }

    .case_txt p {
        font-size: 15px
    }

    .case_txt a {
        margin: 15px 0;
        border-radius: 100px;
        font-size: 8px;
    }

    .case_txt,
    .case_img {
        width: 100%;
    }

    .case_img {
        margin-top: 30px;
    }

    .special {
        padding: 80px 0;
    }

    .spe_sec_wrap {
        display: block;
        flex-wrap: wrap;
        margin-top: 50px;
        height: auto;
    }

    .spe_sec {
        width: 100%;
        margin-top: 20px;
    }

    .spe_sec:first-child {
        margin-top: 0;
    }

    .spe_box h4 {
        font-size: 20px;
    }

    .spe_sec1 p {
        font-size: 15px;
        line-height: 25px;
    }

    .spe_box span {
        font-size: 15px;
        margin-bottom: 0;
    }

    .spe_box {
        padding: 30px;
    }

    .spe_box1 {
        background-size: 280px;
        background-position: right -92px;
        background-color: #8cc6de;
    }

    .spe_box4 {
        background-size: 280px;
        background-position: right -92px;
        background-color: #dbdbdb;
    }

    .spe_box4 span {
        line-height: 25px;
        margin-bottom: 20px;
    }

    .doctor {
        padding: 80px 0;
    }

    .doc1 {}

    .doc1:before {
        display: none;
    }

    .doc .container {
        display: grid;
        margin-top: 40px;
    }

    .doc_img {
        width: 300px;
        margin: 0 auto;
    }

    .doc_img img {
        width: 100%;
    }

    .doc_txt {
        border-radius: 15px;
        overflow: hidden;
    }

    .doc1 .doc_txt {
        background: #005c9f;
        width: 100%;
        padding-left: 0;
    }

    .doc2 .doc_txt {
        background: #005c9f;
        width: 100%;

    }

    .doc_t1 {
        margin-top: 0;
        background: #fff;
        padding: 30px;
    }

    .doc_t2 {
        padding: 30px;
    }

    .doc_t1 b {
        font-size: 20px;
    }

    .doc_t1 span {
        margin-right: 6px;
    }

    .doc_t1 p {
        font-weight: 600;
        font-size: 16px;
    }

    .doc_t2 span {
        font-size: 16px;
    }

    .doc_t2 b {
        font-size: 20px;
    }

    .doc_t2 p {
        font-size: 14px;
        margin-top: 20px;
    }

    .doc_t2 a {
        font-size: 13px;
        padding: 10px 20px;
        border-radius: 50px;
        margin-top: 20px;
    }

    .doc2 {
        margin-top: 70px;
    }

    .doc2:before {
        display: none;
    }

    .doc2 .doc_txt {
        order: 2;
    }

    .doc2 .doc_img {
        order: 1;
    }

    .doc2 .doc_txt {
        margin-left: 0;
        background: #001331;
    }

    .doc2 .doc_t2 a {
        background: #0080b0
    }


    .address {
        margin: 80px 0;
    }


    .add_notice {
        display: block;
        margin-top: 50px;
    }

    .notice_left,
    .notice_right {
        width: 100%;
    }

    .notice_left h2 {
        font-size: 20px;
    }

    .notice_left ul li {
        font-size: 14px;
        padding: 20px 5px;
    }

    .notice_left ul {
        margin-top: 30px;
        border-top: 3px solid #417eae;
    }

    .close {
        font-size: 15px;
    }

    .notice_left ul li span {
        margin-right: 20px;
        width: 90px;
    }

    .notice_left ul li b {
        padding: 3px 5px;
        font-size: 12px;
    }

    .customer .top_cus {
        padding: 20px;
    }

    .top_cus span {
        font-size: 16px;
    }

    .top_cus span img {
        width: 25px;
        height: 25px;
        margin-right: 7px;
    }

    .top_cus p {
        font-size: 16px;
        margin-top: 0;
    }

    .bottom_cus {
        padding: 20px;
    }

    .bottom_cus span img {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .bottom_cus span {
        margin-right: 10px;
        font-size: 13px;
    }

    .notice_right {
        margin-top: 30px;
    }

    .notice_right .map {
        width: 100% !important;
    }

    .notice_right h2 {
        font-size: 20px;
    }

    .notice_right ul li {
        font-weight: 500;
        color: #000;
        font-size: 15px;
    }

}