
.index_wrap_1{

}
/* 슬라이스 CSS */
.slick-initialized {
    overflow: hidden;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 25px;
    background-color: unset;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white;
}

.index_title {
    padding-top: 110px;
}

.index_title {
    text-align: center;
    padding-bottom: 60px;
}

.index_title h1 {
    font-size: 36px;
    margin-bottom: 16px;
}

.index_title span {
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #a9a9a9;
}

.rep_clinic_01,
.rep_clinic_03,
.rep_clinic_04 {
    width: 100%;
    height: 600px;
    color: #fff;
}

.rep_clinic_02 {
    width: 100%;
    height: 600px;
    color: #000;
}

.clinic_tab_txt {
    width: 50%;
    height: 600px;
    float: left;
}

.rep_clinic_01 .tab01 {
    background: #0c4da2;
}

.tab_content {
    max-width: 540px;
    margin: 90px 2rem 0 auto;
    text-align: center;
}

.tab_content span {
    display: block;
}

.tab_content .tit_big {
    font-size: 18px;
    margin-bottom: 40px;
}

.tab_content .tit {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 50px;
}


.tab_content .bar {
    width: 75px;
    height: 1px;
    background: #fff;
    margin: 0 auto 50px;
}

.rep_clinic_02 .tab_content .bar {
    background: #111;
}

.tab_content .desc {
    font-size: 18px;
    margin-bottom: 100px;
}

.btn_area a {
    width: 195px;
    height: 50px;
    margin: 124px 69px 0 70px;
    padding: 19px 77px;
    border-radius: 30px;
    /* font-family: Gotham; */
    font-size: 15.5px;
    font-weight: 900;
    letter-spacing: 0.78px;
}

.rep_clinic_01 .btn_area .btn_more {
    /*background-color: #ffffff;*/
    color: #fff;
    border: 1px solid;
}

.rep_clinic_01 .btn_area .btn_more.active {
    background-color: #ffffff;
    color: #0c4da2;
    transition: ease-in-out 0.3s all;
}

.rep_clinic_02 .btn_area .btn_more {
    color: #111;
    border: 1px solid;
}

.rep_clinic_02 .btn_area .btn_more.active {
    background-color: #282828;
    color: #f2f2f2;
    transition: ease-in-out 0.3s all;
}

.rep_clinic_03 .btn_area .btn_more {
    color: #fff;
    border: 1px solid;
}

.rep_clinic_03 .btn_area .btn_more.active {
    background-color: #ffffff;
    color: #007EC7;
    transition: ease-in-out 0.3s all;
}

.rep_clinic_04 .btn_area .btn_more {
    color: #fff;
    border: 1px solid;
}

.rep_clinic_04 .btn_area .btn_more.active {
    background-color: #ffffff;
    color: #282828;
    transition: ease-in-out 0.3s all;
}

.clinic_tab_btns {
    position: relative;
    width: 50%;
    height: 600px;
    float: right;
    background-size: cover;
    display: flex;
    align-items: center;
    transition: ease 1s all;
}

.rep_clinic_01 .tab02 {
    background: url(../images/index/tb01_c1.jpg) no-repeat;
    transition: ease-in-out 1s all;
    background-color: #293953;
}

.rep_clinic_02 .tab02 {
    background: url(../images/index/tb02_c1.jpg) no-repeat;
    transition: ease-in-out 1s all;
    background-color: #c7c7c7;
}

.rep_clinic_03 .tab02 {
    background: url(../images/index/tb03_c1.jpg) no-repeat;
    transition: ease-in-out 1s all;
    background-color: #007ec7;  
}

.rep_clinic_04 .tab02 {
    background: url(../images/index/tb04_c1.jpg) no-repeat;
    transition: ease-in-out 1s all;
    background-color: #6a6a6a;
}

.tab02 .tabs {
    overflow: hidden;
    max-width: 540px;
    min-width: 380px;
    margin: 0;
    padding-left: 30px;
}

.tab02 .tabs li {
    float: left;
    width: 145px;
    height: 145px;
    /* line-height: 10vh; */
    margin: 13.5px;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.rep_clinic_02 .tab02 .tabs li {
    border-color: #000;
}

.rep_clinic_01 .tabs li.active,
.rep_clinic_01 .tabs li:hover {
    background-color: white;
    color: #0c4da2;
}

.rep_clinic_02 .tabs li.active,
.rep_clinic_02 .tabs li:hover {
    background-color: #000;
    color: #fff;
}

.rep_clinic_03 .tabs li.active,
.rep_clinic_03 .tabs li:hover {
    background-color: white;
    color: #007EC7;
}

.rep_clinic_04 .tabs li.active,
.rep_clinic_04 .tabs li:hover {
    background-color: white;
    color: #282828;
}


.tab02 .tabs li span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 145px;
    line-height: 1.41;
    font-size: 20px;
}

.t21 {
    letter-spacing: -1.28px;
}

.rep_clinic_02 .tab01s {
    background: #f2f2f2;
}

.rep_clinic_03 .tab01 {
    background: #007EC7;
}

.rep_clinic_04 .tab01 {
    background: #282828;
}

.sungmo_gallery {
    max-width: 100%;
}

.gallery_box {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
}

.gallery_item {
    flex-grow: 1;
    width: 23.25rem;
    margin: 5px;
}

.gallery_item img {
    height: 100%;
    width: 100%;
}

.index_part03 {
    padding-bottom: 120px;
}

/* .slide_box_02  */
.slide_box_02 {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

.slide_box_02 .slick-slide img {
    display: block;
    width: 98%;

}

.slide_box_02 .slick-dots {
    display: none !important;
}

.slide_box_02 p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: -0.9px;
    text-align: center;
    color: #606060;
    padding-top: 45px;
}
.sungmo_space {
    display: inline-grid;
}
#space {
    overflow: hidden;
    text-align: center;
}

#space .swiper-container {
    width: 100%;
    position: relative;
    padding: 45px 0 55px;
    background: #f7f6f9;
}

#space .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#space .swiper-slide {
    width: 861px;
}

#space .swiper-slide .img_wrap {
    position: relative;
    width: 100%;
}

#space .swiper-slide img {
    width: 100%;
}


#space .img_wrap img {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#space .swiper-slide img {
    width: 100%;
}

#space .swiper-btn-box {
    position: absolute;
    width: 1034px;
    margin: -22px auto 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 10;
}
#space .swiper-slide:not(.swiper-slide-active) .img_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 1;
}

#space .swiper-button-next,
#space .swiper-button-prev {
    width: 24px;
    height: 44px;
    margin-top: -22px;
    background-size: 24px 44px;
    background-repeat: no-repeat;
}
#space .swiper-slide.swiper-slide-duplicate-prev,
#space .swiper-slide.swiper-slide-duplicate-next,
#space .swiper-slide.swiper-slide-prev,
#space .swiper-slide.swiper-slide-next{
    pointer-events: none; 
}
/* 슬라이드 버튼 색 */
.swiper-button-next:after,
.swiper-button-prev:after {
    content: " ";
}

#space .swiper-button-prev {
    left: 0;
    background-image: url(../images/common/btn_prev.png);
}

#space .swiper-button-next {
    right: 0;
    background-image: url(../images/common/btn_next.png);
}
#space .swiper-button-prev:hover{
    background-image: url(../images/common/btn_prev_over.png);
}
#space .swiper-button-next:hover{
      background-image: url(../images/common/btn_next_over.png);
}

#space .swiper-slide .txt {
    padding-top: 25px;
    font-size: 20px;
    color: #000;
}

.sunmo_info_section {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 110px;

}

.sungmo_info_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 50px;

}

.sungmo_info_01_01 {
    width: 50%;
}

.sungmo_info_01_02 {
    width: calc(50% - 1px);
    border-left: 1px solid #e9e9e9;
}

.sungmo_info_item h3 {
    font-family: Gotham;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: normal;
    color: #282828;
    line-height: 1.67;
}

.sungmo_info_item h4 {
    font-family: Gotham;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.67;
    letter-spacing: 1.5px;
    color: #a9a9a9;
}

.sungmo_num {
    font-family: Gilroy;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 2px;
    color: #00aeef;
    padding-top: 20px;
    padding-bottom: 45px;
}

.sungmo_address {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #282828;
    padding-top: 20px;

}

.time_info {
    padding-top: 45px;
}

.time_item {
    display: flex;
    justify-content: center;
}

.time_item li {
    font-family: Gotham;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: -0.55px;
    text-align: left;
    color: #282828;
}

.time_item li.day {
    width: 110px;
    text-align: justify;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    text-align: justify;
    color: #282828;
}

.weekday {
    letter-spacing: 46px !important;
}

.saturday {
    letter-spacing: 12px !important;
}

.lunch {
    letter-spacing: 0px !important;
}

.sungmo_check {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: -0.45px;
    color: #282828;
    padding-top: 20px;
}

.sungmo_map .root_daum_roughmap .wrap_controllers {
    display: none;
}

@media screen and (max-width: 800px) {

    .body_container {
        padding-bottom: 0;
        padding-top: 80px;

    }

    .index_title {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .index_title h1 {
        font-size: 6vw;
        margin-bottom: 6px;
    }

    .index_part02 {
        min-width: 320px;
        height: 100%;
        width: 100%;
    }

    .index_part03 {
        padding-bottom: 10vw;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 15vw;
        height: 2px;
        margin: 0px 0vw;
        padding: 0;
        cursor: pointer;
    }

    /* .slide_box_01  */
    .slide_box_01 .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 15vw;
        height: 2px;
        content: '';
        text-align: center;
        opacity: .25;
        background-color: #111;
        transform: translateX(0);
        transition: all 0.5s;
    }

    .slide_box_01 .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: #fff;
        height: 3px;
        top: -1px;
        transform: translateX(0);
    }

    /* .slide_box_02  */
    .slide_box_02 {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

    .slide_box_02 .slick-slide img {
        display: block;
        width: 98%;

    }

    .slide_box_02 .slick-dots {
        display: block !important;
        bottom: 0;
        left: 0;

    }

    .slide_box_02 .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 15vw;
        height: 2px;
        content: '';
        text-align: center;
        opacity: .25;
        background-color: #111;
        transform: translateX(0);
        transition: all 0.4s;
    }

    .slide_box_02 .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: #111;
        height: 3px;
        top: -1px;
        transform: translateX(0);
    }

    .clinic_tab_btns {
        display: none;
    }

    .clinic_tab_txt {
        clear: both;
        width: 100%;
        height: 100%;
    }

    .tab_content {
        margin: 0;
    }

    .rep_clinic_01 .tab_content {
        margin: 0;
        background-color: #044CA3;
        background-size: cover;
    }

    .rep_clinic_02 .tab_content {
        background-color: #FFF;
        border: solid 1px grey;
        box-sizing: border-box;
        background-size: cover;
        /* box-shadow: 1px 0px 5px #555; */
    }

    .rep_clinic_03 .tab_content {
        background-color: #007EC7;
        background-size: cover;
    }

    .rep_clinic_04 .tab_content {
        background-color: #111;
        background-size: cover;
    }

    .m_main_clinic_01_1{
        background: url(../images/index/m_main_clinic_01_1.jpg) no-repeat;
    }
    .m_main_clinic_01_2{
        background: url(../images/index/m_main_clinic_01_2.jpg) no-repeat;
    }
    .m_main_clinic_01_3{
        background: url(../images/index/m_main_clinic_01_3.jpg) no-repeat;
    }
    .m_main_clinic_01_4{
        background: url(../images/index/m_main_clinic_01_4.jpg) no-repeat;
    }
    .m_main_clinic_01_5{
        background: url(../images/index/m_main_clinic_01_5.jpg) no-repeat;
    }
    .m_main_clinic_01_6{
        background: url(../images/index/m_main_clinic_01_6.jpg) no-repeat;
    }
    .m_main_clinic_02_1{
        background: url(../images/index/m_main_clinic_02_1.jpg) no-repeat;
    }
    .m_main_clinic_02_2{
        background: url(../images/index/m_main_clinic_02_2.jpg) no-repeat;
    }
    .m_main_clinic_02_3{
        background: url(../images/index/m_main_clinic_02_3.jpg) no-repeat;
    }
    .m_main_clinic_02_4{
        background: url(../images/index/m_main_clinic_02_4.jpg) no-repeat;
    }
    .m_main_clinic_03_1{
        background: url(../images/index/m_main_clinic_03_1.jpg) no-repeat;
    }
    .m_main_clinic_03_2{
        background: url(../images/index/m_main_clinic_03_2.jpg) no-repeat;
    }
    .m_main_clinic_03_3{
        background: url(../images/index/m_main_clinic_03_3.jpg) no-repeat;
    }
    .m_main_clinic_03_4{
        background: url(../images/index/m_main_clinic_03_4.jpg) no-repeat;
    }
    .m_main_clinic_03_5{
        background: url(../images/index/m_main_clinic_03_5.jpg) no-repeat;
    }
    .m_main_clinic_04_1{
        background: url(../images/index/m_main_clinic_04_1.jpg) no-repeat;
    }
    .m_main_clinic_04_2{
        background: url(../images/index/m_main_clinic_04_2.jpg) no-repeat;
    }
    .m_main_clinic_04_3{
        background: url(../images/index/m_main_clinic_04_3.jpg) no-repeat;
    }
    .m_main_clinic_04_4{
        background: url(../images/index/m_main_clinic_04_4.jpg) no-repeat;
    }


    .gallery_item {
        width: 100%;
    }

    .rep_clinic_01 {
        /* background: ##; */
    }

    .swiper-container {
        width: 100%;
        height: 100%;
        max-height: 540px;
    }

    .swiper-slide {
        width: 80%;
        height: 80vw;
        min-height: 287px;
        max-height: 500px;
    }

    .tab_content .tit_big {
        font-size: 4vw;
        padding: 10vw 0 7vw;
        margin-bottom: 0;
    }

    .tab_content .tit {
        font-size: 6vw;
        margin-bottom: 7vw;
    }

    .tab_content .desc {
        font-size: 3vw;
        margin-bottom: 0;
        /*padding-bottom: 28vw;*/
        font-weight: 100;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.5;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 6vw;
    }

    .rep_clinic_m a {
        color: inherit;
    }

    .swiper-container-horizontal>.swiper-pagination-progressbar,
    .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        width: 85vw;
        height: 4px;
        left: 50%;
        bottom: 22px;
        top: unset;
        transform: translateX(-50%);
    }

    :root {
        --swiper-theme-color: #fff;
        --swiper-theme-color-2nd: #111;
    }

    .rep_clinic_02 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color, var(--swiper-theme-color-2nd));
    }


    /* Accordion Container */
    .container {
        width: 100%;
        /* max-width: 500px; */
        max-width: 100vw;
        min-width: 300px;
        position: relative;
    }

    /* shadow */
    .container:before {
        content: '';
        position: absolute;
        width: calc(100% - 30px);
        height: 100%;
        margin: 0;
        left: 15px;
        background-color: transparent;
        top: 0px;
        box-shadow: 0px 20px 40px #52616b;
        opacity: 0.2;
        z-index: -1;
        transition: ease-in-out 0.6s all;
    }

    .container:hover.container:before {
        box-shadow: 0px 40px 90px #52616b;
    }


    .accordionTitle {
        padding: 20px;
        position: relative;
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.8px;
        color: #52616b;
        transition: ease-in-out 0.2s all;
        cursor: pointer;
        font-size: 5vw;
        text-align: center;
        height: 10vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .accordionTitle.type1 {
        background-color: #044CA3;
        color: #fff;
    }

    .accordionTitle.type2 {
        background-color: #fff;
        color: #111;
    }

    .accordionTitle.type3 {
        background-color: #007EC7;
        color: #fff;
    }

    .accordionTitle.type4 {
        background-color: #111;
        color: #fff;
    }

    .accordionTitle:hover {
        padding-left: 25px;
    }

    /* Accordion Item line */
    .accordionTitle:before,
    .accordionTitle:after {
        content: '';
        position: absolute;
        height: 2px;
        border-radius: 50px;
        transition: ease-in-out 0.6s all;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .accordionTitle:before {
        width: 100%;
        background-color: #c9d6df;
    }

    .accordionTitle:after {
        background-image: linear-gradient(90deg, #52616b, #c9d6df);
        width: 0%;
    }

    .accordionTitle:hover::after {
        width: 100%;
    }

    /* Accordion Item line - Active */
    .accordionTitleActive:after {
        content: '';
        position: absolute;
        height: 2px;
        border-radius: 50px;
        transition: ease-in-out 0.6s all;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .accordionTitleActive:after {
        background-image: linear-gradient(90deg, #52616b, #c9d6df);
        width: 100%;
    }


    /* Accordion Item Icon  */
    .accIcon {
        /* float: right; */
        /* margin-top: -3px; */
        position: absolute;
        right: 3vw;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .accIcon:before,
    .accIcon:after {
        content: '';
        position: absolute;
        border-radius: 50px;
        background-color: #c9d6df;
        transition: ease 0.3s all;
    }

    .accIcon:before {
        width: 2px;
        height: 20px;
    }

    .accIcon:after {
        width: 20px;
        height: 2px;
    }

    .accordionTitle:hover .accIcon:before,
    .accordionTitle:hover .accIcon:after {
        background-color: #52616b;
    }

    .accIcon.anime.accIcon:before {
        transform: rotate(90deg);
    }

    /* Text Content */
    .accordion .item .text {
        opacity: 0;
        height: 0;
        padding: 0px 20px;
        position: relative;
        line-height: 24px;
        font-size: 16px;
        font-weight: 200;
        transition: all 0.6s cubic-bezier(.42, .2, .08, 1);
        overflow: hidden;
        background-color: #f0f5f9;
        letter-spacing: 0.5px;
    }

    /* Text Content - Class for JS to hide and show */
    .accordion .item .text.show {
        opacity: 1;
        height: auto;
        padding: 10px 20px;
        position: relative;
        z-index: 0;
        border-radius: 0px 0px 3px 3px;
    }

    .sungmo_info_01 {
        display: initial;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding-bottom: 50px;
    }

    .sungmo_info_01_01 {
        width: 100%;
    }

    .sungmo_address {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.7;
    }

    .sungmo_info_01_02 {
        width: 100%;
        border-left: unset;
        padding-top: 38px;

    }

    .sungmo_num {
        font-size: 26px;
        padding-bottom: 38px;
    }

    .time_info {
        padding-top: 25px;
    }

    .time_item li.day {
        width: 90px;
        font-size: 16px;
        line-height: 1.55;
    }

    .time_item li {
        font-size: 16px;
        line-height: 1.55;
    }

    .weekday {
        letter-spacing: 33px !important;
    }

    .saturday {
        letter-spacing: 9px !important;
    }

    .sungmo_check {
        font-size: 14px;
    }

    .sungmo_info_02 {
        padding-top: 45px;
    }
    .sungmo_space {
        display: none;
    }

}