.sub_branch_detail_contents {
    margin-top:90px;
}
.sub_branch_detail_contents .s_b_d_c_title1 {
    text-align:center;
    font-size:46px;
    font-weight:700;
    letter-spacing:-0.025em;
    color:#333333;
}
.sub_branch_detail_contents .s_b_d_c_title2 {
    margin-top:25px;
    text-align:center;
    font-size:22px;
    font-weight:500;
    letter-spacing:-0.025em;
    color:#000000;
}

.sub_branch_detail_contents .s_b_d_c_doctor_list {
    margin-top:20px;
}
.sub_branch_detail_contents .s_b_d_c_doctor_list ul {
    display: flex;
    flex-flow: row wrap;
    text-align:left;
}
.sub_branch_detail_contents .s_b_d_c_doctor_list ul li {
    position:relative;
    display:inline-block;
    margin:28px 28px;
    width:540px;
    height:420px;
    background-color:#f3f3f3;
    border-radius:30px;
    text-align:center;
    letter-spacing: -0.035em;
}

/* 의료진 3명 일때 ::s */
.sub_branch_detail_contents .s_b_d_c_doctor_list.ver_3 ul li{
    overflow: hidden;
    margin:25px 25px;
    width:340px;
    height:350px;
}

.sub_branch_detail_contents .s_b_d_c_doctor_list.ver_3 .img_wrap{
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.sub_branch_detail_contents .s_b_d_c_doctor_list.ver_3 .img_wrap img{
    height: 300px;
}
/* 의료진 3명 일때 ::e */


/* 의료진 노이미지::s */
.noimg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background:  #f8f8f8;
}

.btn_doctor .noimg{
    height: calc(100% - 70px);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
/* 의료진 노이미지::e */

.sub_branch_detail_contents .s_b_d_c_doctor_branch {
    position:absolute;
    top:20px;
    left:18px;
    height:26px;
    padding: 0 15px;
    border-radius:10px;
    background-color:#e5e9f1;
    color:#0c3996;
    font-size:15px;
    font-weight:500;
}
.sub_branch_detail_contents .s_b_d_c_doctor_name {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    line-height:70px;
    background-color:#f3f3f3;
    color:#000000;
    font-size:20px;
    font-weight:500;
}



.sub_branch_detail_contents .s_b_d_c_equipment1 {
    margin-top:100px;
    /* padding-top: 100px; */
    text-align:center;
    color:#333333;
    font-size:46px;
    font-weight:700;
    letter-spacing:-0.025em;
}
.sub_branch_detail_contents .s_b_d_c_equipment2 {
    margin-top:25px;
    text-align:center;
    color:#000000;
    font-size:22px;
    font-weight:500;
    letter-spacing:-0.035em;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list {
    margin-top:50px;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list ul {
    text-align:left;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list ul li {
    position:relative;
    display:inline-block;
    margin-top:18px;
    border:1px solid #e0e0e0;
    width:589px;
    height:299px;
    background-color:#ffffff;
    text-align:left;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list ul li:nth-child(even) {
    margin-left:13px;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list ul li .s_b_d_c_equipment_images {
    float:left;
    width: 250px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list ul li .s_b_d_c_equipment_images::after {
    clear:both;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list ul li .s_b_d_c_equipment_desc {
    float:left;
    width: 50%;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list ul li .s_b_d_c_equipment_desc::after {
    clear:both;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list .s_b_d_c_equipment_desc_t {
    margin-top:58px;
    font-size:22px;
    font-weight:700;
    color:#000000;
}
.sub_branch_detail_contents .s_b_d_c_equipment_list .s_b_d_c_equipment_desc_d {
    margin-top:30px;
    font-size:14px;
    font-weight:500;
    color:#333333;
    word-break: keep-all;
}

.branch_facility_wrap {
    max-width: 1920px;
    margin:auto;
    text-align:center;
}
.branch_facility_wrap .s_b_d_c_facility1 {
    margin-top:100px;
    text-align:center;
    color:#333333;
    font-size:46px;
    font-weight:700;
    letter-spacing:-0.025em;

}
.branch_facility_wrap .s_b_d_c_facility2 {
    margin-top:25px;
    text-align:center;
    color:#000000;
    font-size:22px;
    font-weight:500;
    letter-spacing:-0.035em;
}

.branch_facility_wrap .s_b_d_c_facility_list {
    position:relative;
    margin-top:50px;
    width:100%;
    height:500px;
    overflow:hidden;
}

.branch_facility_wrap .s_b_d_c_facility_list .swiper-slide {
    width: 1000px;
    height: 500px;
    transition: opacity 0.3s;
    opacity:0.3;
}
.branch_facility_wrap .s_b_d_c_facility_list .swiper-slide-active {
    opacity:1;
}
.branch_facility_wrap .s_b_d_c_facility_list .swiper-slide img {
    display: block;
    width: 1000px;
    height: 500px;
}
.branch_facility_wrap .facility_swiper_prev {
    position:absolute;
    top:220px;
    left:50%;
    margin-left:-555px;
}
.branch_facility_wrap .facility_swiper_next {
    position:absolute;
    top:220px;
    left:50%;
    margin-left:535px;
}
.branch_facility_wrap .facility_swiper_pagination {
    position:absolute;
    bottom:-45px;
    left:50%;
    margin-left:466px;
    font-size:20px;
    font-family: 'Montserrat';
    color:#333333;
}
.branch_facility_wrap .swiper-pagination-current {
    color:#024acc;
}

.sub_branch_map {
    width:100%;
    height: 444px;
    margin: 14px auto 0;
    text-align:center;
    background-repeat: no-repeat;
}

.sub_branch_map .sub_branch_map_wrap {
    display:inline-block;
    position:relative;
    width:1200px;
    height: 444px;
    padding-top: 80px;
    padding-left: 37px;
    text-align:left;
    color:#ffffff;
    letter-spacing:-0.025em;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_title {
    font-size:46px;
    font-weight:300;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_title span {
    font-weight:500;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_addr {
    font-size:20px;
    font-weight:500;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_tel {
    left:38px;
    line-height:70px;
}

.sub_branch_map .sub_branch_map_wrap .sub_branch_map_tel a{
    font-family: 'Montserrat';
    font-size:48px;
    font-weight:600;
    color:#0febff;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_tel::before {
    display: table-cell;
    vertical-align: middle;
    content:'';
    margin-right:15px;
    width:46px;
    height:70px;
    background-image:var(--bg-sub-branch-tel-icon);
    background-position:center;
    background-repeat:no-repeat;
    float:left;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_tel::after {
    clear:both;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time {

}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul {
    width: 680px;
    letter-spacing:-0.025em;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li {
    float:left;
    line-height: 27px;
}

.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li:nth-child(odd) {
    width: 110px;
    font-size:15px;
    font-weight:500;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li:nth-child(3),
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li:nth-child(7),
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li:nth-child(11){
    width: 70px;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li:nth-child(4n+1) {
    width: 120px;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li:nth-child(even) {
    width: 200px;
    font-family: 'Montserrat';
    font-size:15px;
    font-weight:600;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li.colspan2{
    width: 210px;
}

.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li.colspan3{
    width: 410px;
}

.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time ul li::after {
    clear:both;
}




















.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time tr {
    width: 680px;
    letter-spacing:-0.025em;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time tr td {
    float:left;
    line-height: 27px;
    font-size: 15px;
    font-weight: 500;
}

.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time tr td:nth-child(2n){
    width: 200px;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
}

.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time tr td:nth-child(1){
    width: 120px;
}

.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time tr td:nth-child(3){
    min-width: 70px;
}

.sub_branch_map .sub_branch_map_wrap .sub_branch_map_time tr td.tb_colspan{
    width: auto;
}


.w_110{width: 110px;}
.w_120{width: 120px;}
.w_200{width: 200px;}




















.sub_branch_map .sub_branch_map_wrap .sub_branch_map_kakao {
    position:absolute;
    top:410px;
    left:38px;
}
.sub_branch_map .sub_branch_map_wrap .sub_branch_map_naver {
    position:absolute;
    top:410px;
    left:268px;
}

.crr_contents .sub_branch_map .sub_branch_map_wrap .sub_branch_map_kakao,
.crr_contents .sub_branch_map .sub_branch_map_wrap .sub_branch_map_naver{
    top:410px;
}

.sub_branch_location {
    margin-top:130px;
    margin-bottom: 95px;
}

.sub_branch_location .wrap_controllers{display: none;}

.sub_branch_location .sub_branch_location_directions {
    display:flex;
    margin-top:75px;
    width:1200px;
}
.sub_branch_location .sub_branch_location_directions:first-child {
    margin-top:0;
}
.sub_branch_location_directions .s_b_l_d_car {
    float:left;
    width:188px;
    text-align:center;
}
.sub_branch_location_directions .s_b_l_d_text {
    float:left;
}
.sub_branch_location_directions .s_b_l_d_car::after {
    clear:both;
}
.sub_branch_location_directions .s_b_l_d_text::after {
    clear:both;
}
.sub_branch_location_directions .s_b_l_d_text .t_bold {
    font-weight:700;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_title {
    font-size:28px;
    font-weight:700;
    letter-spacing:-0.025em;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc1 {
    margin-top:10px;
    line-height:45px;
    font-size:18px;
    letter-spacing:-0.035em;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc2 {
    color:#666666;
    font-size:18px;
    letter-spacing:-0.035em;
}
.sub_branch_location_directions .s_b_l_d_text p {
    line-height:40px;
    color:#666666;
    font-size:18px;
    letter-spacing:-0.035em;
}

.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc3{
    margin-top:10px;
}

.sub_branch_location_directions .s_b_l_d_text p::before{
    display:inline-block;
    margin-right:5px;
    min-width:24px;
    line-height:24px;
    text-align:center;
    color:#ffffff;
    border-radius:12px;
}

.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc3::before {
    content:'4';
    background-color:#30a5d6;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc3 span {
    color:#30a5d6;
}

.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc4::before {
    content:'7';
    background-color:#6b924e;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc4 span {
    color:#6b924e;
}

.subway_1::before{content:'1';background-color:darkblue;}
.subway_1 span{color: darkblue;}
.subway_center::before{padding: 0 8px;content:'경의중앙';background-color:skyblue;}
.subway_center span{color: skyblue;}
.subway_bundang::before{padding: 0 8px;content:'수인분당';background-color:#ffce32;}
.subway_bundang span{color:#ffce32;}

.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 {
    margin-top:25px;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .l {
    float:left;
    width:565px;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .l::after {
    clear:both;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .r {
    float:left;
    width:440px;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .r::after {
    clear:both;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .title {
    font-size:20px;
    font-weight:500;
    letter-spacing:-0.035em;
    color:#000000;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .bus {
    font-size:18px;
    letter-spacing:-0.035em;
    color:#666666;
}

.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .bus::before {
    display:inline-block;
    margin-top:15px;
    margin-right:15px;
    width:50px;
    line-height:25px;
    text-align:center;
    font-size:15px;
    color:#ffffff;
    border-radius:5px;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .bus1::before {
    content:'간선';
    background-color:#0045c1;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .bus2::before {
    content:'지선';
    background-color:#4fa800;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .bus3::before {
    content:'일반';
    background-color:#00aeab;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .bus4::before {
    content:'직행';
    background-color:#f86e55;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .bus5::before {
    content:'마을';
    background-color:#96c426;
}
.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .bus6::before{
    content:'좌석';
    background-color: #2391EE;
}

.sub_branch_location_directions .s_b_l_d_text .s_b_l_d_t_desc5 .bus7::before{
    content:'경기';
    background-color: #000;
    color: #fff;
}


.nonpay_btn{
    border-style: solid;
    border-width: 1px;
    border-color: rgba(153, 153, 153, 0.038);
    border-radius: 30px;
    background-color: rgb(246, 246, 246);
    width: 504px;
    height: 66px;
    margin: 0 auto 50px;

    text-align: center;
    line-height: 64px;
}

.nonpay_btn:hover{
    background-color: #004ecf;
}

.nonpay_btn a{  
    display: block;
    position: relative;  
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.025em;
    color:#555555 ;
}

.nonpay_btn:hover a{
    color: #fff;
}

.nonpay_btn a::after{
    display:inline-block;
    content:'';
    width:14px;
    height:14px;
    padding: 0 0 0 10px;
    background: url('/dentalweb/cdn/statics/img/sub/branch/add_line.png') center no-repeat;
    background-size: 14px;
}

.nonpay_btn:hover a::after{
    background: url('/dentalweb/cdn/statics/img/sub/branch/add_line_w.png') center no-repeat;
}

.sub_layer_doctor_dim {
    position:fixed;
    top:0;
    left:0;
    z-index:8000;
    width:100vw;
    height:100vh;
    background-color:#000000;
    opacity:0.7;
}
.sub_layer_doctor_contents {
    display:flex;
    align-items:center;
    justify-content:center;
    position:fixed;
    top:0;
    left:0;
    z-index:9000;
    width:100vw;
    height:100vh;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap {
    display: flex;
    position:relative;
    width:1400px;
    height:800px;
    background-color:#ffffff;
    background-image:var(--bg-sub-branch-layer-doctor-ci);
    background-position: right 30px bottom 40px;
    background-repeat:no-repeat;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_image {
    width:700px;
    height:800px;
    float:left;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info {
    width:700px;
    height:800px;
    float:left;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_close {
    position:absolute;
    top:34px;
    right:34px;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info1 {
    margin-top:72px;
    margin-left:45px;
    font-size:18px;
    font-weight:500;
    letter-spacing:-0.035em;
    color:#0c3996;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info2 {
    margin-left:45px;
    font-size:24px;
    font-weight:500;
    letter-spacing:-0.035em;
    color:#000000;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info2 span {
    font-size:42px;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info3_wrap {
    margin-top:45px;
    margin-left:45px;
    width:635px;
    height:580px;
    overflow-x:hidden;
    overflow-y:auto;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info3 {
    font-size:18px;
    letter-spacing:-0.035em;
    color:#999999;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info3::before {
    display:block;
    content:'';
    margin-bottom:15px;
    width:28px;
    height:27px;
    background-image:var(--bg-sub-branch-layer-doctor-dq);
    background-position:center;
    background-repeat:no-repeat;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info4 {
    margin-top:50px;
    font-size:18px;
    font-weight:500;
    letter-spacing:-0.035em;
    color:#0c3996;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info5 {
    margin-top:20px;
    line-height: 24px;
    font-size:15px;
    font-weight:400;
    letter-spacing:-0.035em;
    color:#000000;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info_line {
    margin-top:30px;
    width:600px;
    height:1px;
    background-color:#ededed;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info6 {
    margin-top:40px;
    font-size:18px;
    font-weight:500;
    letter-spacing:-0.035em;
    color:#0c3996;
}
.sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info7 {
    margin-top:20px;
    line-height: 24px;
    font-size:15px;
    letter-spacing:-0.035em;
    color:#000000;
}
.sub_layer_doctor, .sub_layer_doctor1, .sub_layer_doctor2, .sub_layer_doctor3, .sub_layer_doctor4 {
    display:none;
}

@media screen and (max-width:1400px){
    .sub_layer_doctor_contents .sub_layer_doctor_wrap{
        width: 95%;
        height: 90%;
    }

    .sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_image{
        width: 50%;
        height: 100%;
    }

    .sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_image img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_image.noimg img{
        width: auto;
        height: auto;
    }

    .sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info{
        width: 50%;
        height: 100%;
    }

    .sub_layer_doctor_contents .sub_layer_doctor_wrap .sub_layer_doctor_info .sub_layer_doctor_info3_wrap{
        width: calc(100% - 45px);
        height: 70%;
    }
}