main .page{
    overflow: hidden;
}
/* h2 */
h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0.5px solid #6c6e705b;
    margin-bottom: 10rem;
    text-align: center;
}
h2 .img_wrap{
    max-width: 65px;
}
h2 .h2_tit{
    font-size: 5rem;
    font-weight: 700;
    margin: 2rem 0;
}
h2 p{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5rem;
}
/* main_banner */
.main_banner{
    position: relative;
    max-height: 100vh;
    width: 100%;
    /* aspect-ratio: 12/9; */
}

.main_banner video.mo{display: none;}
.main_banner video.pc{display: block;}
.main_banner video{width: 100%;height: 100%;
object-fit: cover;}
.banner_cover{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.main_banner .container{
    height: 100%;
}
.main_banner .banner_wrap{
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
}
.main_banner .banner_tit{
    /* display: inline-block; */
    font-size: 4rem;
    font-weight: 700;
}
.main_banner .banner_tit p{
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 2.5rem;
}
.main_banner .banner_tit .hospital_name{
    font-size: 8.5rem;
    font-weight: 700;
}
.banner_tit+p{
    font-size: 3rem;
    font-weight: 500;
    margin: 5rem 0 10rem;
}
/* con1/병원소개 */
.point_bg{
    background: rgba(7, 111, 182, 0.05);
}
.con1 .point_bg {
    position: relative;
    overflow: hidden;
}
.con1 .point_bg:before {
    content: 'SEOUL STRONG BONE ORTHOPEDICS';
    white-space: nowrap;
    font-size: 13rem;
    color: rgba(7, 111, 182, 0.05);
    display: block;
    height: 24rem;
    line-height: 24rem;
    position: absolute;
    left: 15%;
    bottom: 3rem;
}
.con1 .point_bg p{
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
}
.con1 .point_bg p span{
    color: #076fb6;
    font-weight: 700;
}
.con1_bottom h5{
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5rem;
}
.con1_wrap{
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}
.con1_wrap .img_wrap{
    flex: 2;
    height: 35rem;
}
.con1_wrap .img_wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.con1_wrap ul{
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.con1_wrap ul li{
    display: flex;
    border: 1px solid #076fb6;
}
.con1_wrap ul li i{
    flex-shrink: 0;
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 900;
    width: 7rem;
    color: #fff;
    background: #076fb6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_wrap ul li p{
    font-size: 2rem;
    display: flex;
    align-items: center;
    padding: 2rem 2rem;
}
.con1_wrap ul li p b{
    font-weight: 700;
}

/* con2/의료진소개 */
.con2 .container.innertop{
    background:  url(../img/con2_bg.png) no-repeat right top 
}
.con_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
    margin-bottom: 5rem;
}
.con_wrap.start-align{
    align-items: flex-start;
}
.con_wrap>*{
    flex: 1;
}
.con2 .img_wrap img {
    object-fit: contain;
}
.img_wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.con2 .con_wrap .img_wrap{
    /* max-width: 520px; */
    overflow: hidden;
    /* border-radius: 50%; */
    aspect-ratio: 1;
}
.txt_wrap{
    font-size: 2rem;
    line-height: 1.5;
}
.txt_wrap p strong{
    font-weight: 700;
}
.doc_tit{
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.doc_tit b{
    font-size: 4rem;
    font-weight: 700;
}
.doc_stit{
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
}
.doc_txt{
    padding-top: 8rem;
}
.doc_ul li{
    font-size: 1.9rem;
    line-height: 1.5;
    font-weight: 300;
    display: flex;
}
.doc_ul li::before{
    content: "\00B7";
    margin-right: 0.5rem;
}
.doc_txt .doc_stit:last-of-type{
    margin-top: 3rem;
}
/* con3/진료과목 */
.con3 h4{
    font-size: 4rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.con3_tab{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #fff;
    border: .5px solid #076fb6;
}
.con3_tab .item:hover{
    background: #0770b62f;
}
.con3_tab .item{
    border: .5px solid #076fb6;
    padding: 2rem;
    font-size: 3rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* cursor: pointer; */
}
.con3_tab .item .img_wrap{
    align-self: end;
    width: 60%;
}
.con3_tab .item .img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.con3_wrap{
    padding: 10rem 0;
}
.con3 h4 img{
    max-width: 4rem;
}
.con3_flexwrap.right_img {
    flex-direction: row-reverse;
}
.con3_flexwrap{
    padding: 2.5rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
}
.con3_flexwrap>*{
    flex: 1;
}
.con3_flexwrap .img_wrap{
    height: 38rem;
    width: 100%;
    overflow: hidden;
}
.con3_flexwrap h5{
    font-size: 3rem;
    font-weight: 700;
    color: #29ab70  ;
}
.con3_flexwrap h5+*{
    padding-bottom: 2rem;
}
.con3_flexwrap li{
    display: flex;
}
.con3_flexwrap li i{
    font-weight: 700;
}
.con3_flexwrap li::before{
    content: "\00B7";
    margin-right: 0.5rem;
}
.green_bg{
    background: rgba(41, 171, 112, 0.05);
}
/*  */
.sub_banner1{
    box-sizing: border-box;
    background: #076fb6 url("../img/subbanner_bg1.png") no-repeat right center / cover;
    /* background-attachment: fixed; */
}
.sub_banner1 img{
    max-width: 300px;
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(200deg) brightness(200%) contrast(201%);
    margin-bottom: 2rem;
}
.sub_banner1 .cover{
    padding: 10rem 0;
    background: rgba(7, 111, 182, 0.2);
    width: 100%;
    height: 100%;
}
.sub_banner1 .container>*{
    display: block;
    color: #fff;
}
.sub_banner1 p{
    font-weight: 200;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.sub_banner1 em{
    font-weight: 700;
    font-size: 3.5rem;
}
/* con5/보유장비 */
.con5 .container.innertop{
    background:  url(../img/con2_bg.png) no-repeat right 50%; 
}
h2+.con5_wrap{
    padding: 0 0 10rem;
}
.con5_wrap{
    padding: 10rem 0;
    border-bottom: .5px solid rgba(7, 111, 182, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
}
.con5_wrap:last-of-type{
    border-bottom:none;
}
.con5_wrap>*{flex: 1;}
.con5_wrap .img_wrap{
    height: 34rem;
    width: 100%;
    overflow: hidden;
}
.con5_wrap h5{
    font-size: 3rem;
    font-weight: 700;
    color: #076fb6  ;
}
.con5_wrap h5+*{
    padding: .5rem 0 2rem;
}
.con5_wrap li{
    display: flex;
}
.con5_wrap li i{
    font-weight: 700;
}
.con5_wrap li::before{
    content: "\00B7";
    margin-right: 0.5rem;
}





/* con5_1 */
.con5_1 {
    background: rgba(7, 111, 182, 0.05);
}
.con5_1 .gallery-slider{
    max-width: 900px;
    margin: 0 auto;
}
.gallery-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-slider .gallery-single{
    overflow: hidden;
    margin-bottom: 2px;
}
.gallery-slider .gallery-single .slick-arrow{
    font-size: 0;
    border: none;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    margin-top: 60px;
}
.gallery-slider .gallery-nav .slick-slide{
    height: 99px;
    overflow: hidden;
    background: #000;
    margin-right: 2px;
    cursor: pointer;
}
.gallery-slider .gallery-nav .slick-slide.slick-current img{
    opacity: 1;
}
.gallery-slider .gallery-nav .slick-slide img{
    opacity: .6;
}

/* con6/오시는길 */
.location_wrap{
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}
.location_wrap>div{
    flex: 1;
}
.location_wrap h6{
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 2rem;
    display: inline-block;
    padding: 0 1rem;
    position: relative;
}
.location_wrap h6::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: rgba(7, 111, 182, 0.2);
}
.location_img{width: 100%;height: 100%;}
.location_img .root_daum_roughmap .wrap_map {
    height: 400px;}
.location_txt{
    font-size: 2.2rem;
    font-weight: 500;
}
.location_txt p strong{
    display: block;
    font-weight: 900;
}
.location_txt ul>li{
    display: flex;
    margin-bottom: 1.5rem;
}
/* .location_txt ul.time>li:nth-of-type(1){color: #005aa9;} */
.location_txt ul.time>li:nth-of-type(4){color: #c1272d;}
.location_txt ul>li b{
    font-weight: 700;
    width: 85px; 
    display: flex;
    justify-content: space-between;
    margin-right: 2rem;
}
.location_txt hr{
    margin: 2rem 0;
    border: 0.1;
    background: #888;
    opacity: 0.3;
}

/* site_bg */
.site_bg.on{
    display: block;
}
.site_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
}
.site_popup{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 1000px;
    width: 90%;
    height: 80%;
    position: relative;
    
}
.closeButton:hover{
    background-color: #c1272d;
}
.closeButton{
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 2rem;
    font-weight: 600;
    background: #333;
    color: #fff;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}
/* 개인정보처리방침 */
.site_tab{
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    max-width: 1500px;
    font-size: 2.0rem;
    line-height: 1.7em;
    font-weight: 300;
    word-break: keep-all;
    color: #333;
    height: 100%;
    overflow-y: scroll;
}
.site_tab>li.on{
    display: block;
}
.site_tab>li{
    display: none;
}
.site_tab h6 {
    /* height: 30px; */
    line-height: 33px;
    padding-left: 0px;
    font-size: 2.6rem;
    margin-bottom: 15px;
    color: #000;
    font-weight: normal;
    /* font-family: 'GmarketSansMedium'; */
}
.site_tab h4 {
    font-size: 4.5rem;
    font-weight: 700;
    text-align: center;
    margin: 5rem 0;
}
/* 비급여 */
.time_wrap table {
    line-height: 1.5;
    text-align: center;
    font-size: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: 0;
}
table, td {
    border-spacing: 0px;
    padding: 0px;
}
.time_wrap table tr td {
    padding: 10px;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
tr.bg td{
    background: rgba(0,0,0,0.1);
}