#sub_intro{
    margin-top: 60px;
    width: 100%;
    height: 130px;
    /* background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#sub_intro > div{
    font-size: 22px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    text-align: center;
}

#sub_intro > div .s_subtxt{
    font-size: 10px;
    font-family: 'Pretendard-Thin', sans-serif;
    letter-spacing: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
    display: block;
}

#sub_intro>img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    transform: scale(1.0);
    animation: img-big 1 1.7s;
}

@keyframes img-big{
    0%{
        transform: scale(1.4);
    }

    100%{
        transform: scale(1.0);
    }
}

.route{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: flex;
}

.home{
    width: 40px;
    height: 100%;
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home img{
    width: 40%;
}

.menu_select{
    width: 90%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.now_menu{
    width: 100%;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.now_menu p{
    font-size: 14px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.now_menu i{
    font-size: 16px;
}

.menu_select ul{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #0a5199;
    padding: 5px 0;
    display: none;
}

.menu_select ul li{
    width: 100%;
    padding: 7px 15px;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    font-size: 12px;
    cursor: pointer;
}

#sub_content{
    width: 100%;
    padding: 40px 0 100px;
}


/* sub1_1 */
.sub1_intro{
    background-image: url(../images/sub1_intro.jpg);
}

.sub_title{
    width: 100%;
    text-align: center;
}

.sub_title p{
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.bar2{
    width: 25px;
    height: 1px;
    background-color: #959595;
    margin: 15px auto;
}

.sub_title span{
    font-size: 12px;
    color: #777;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 18px;
    display: block;
    margin-bottom: 30px;
}

/* sub1_5 */
.map_box{
    width: 100%;
    height: 200px;
    margin-top: 20px;
}

.root_daum_roughmap{
    width: 100% !important;
    height: 100% !important;
}

.wrap_map{
    width: 100%;
    height: 100% !important;
}

.img_sec2{
    flex-direction: column;
    justify-content: center !important;
}

.img_sec2 img{
  width: 100%;
}

.img_sec2 p{
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 5px;
    text-align: center;
}

.l_t01{
    font-size: 14px;
    text-align: center;
    font-family: 'Pretendard-Regular', sans-serif;
}

.l_t02{
    font-size: 12px;
    text-align: center;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 18px;
    margin:5px 0 10px;
}

.l_t02 > span{
    letter-spacing: 17px;
    margin-right: -17px;
}

.l_t03{
    margin-top: 10px;
}

.l_t03_b{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.b_c{
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 5px;
}

.b_c1{background-color: #F63617;}
.b_c2{background-color: #8CC64B;}
.b_c3{background-color: #0F76DB;}
.b_c4{background-color: #0CA74F;}
.b_c5{background-color:#C09F1E;}


/* sub2_1 */
.sub2_1_sec1{
    width: 100%;
    margin-bottom: 40px;
}

.sub_l_title{
    width: 100%;
    display: flex;
    align-items: center;
}

.sub_l_title img{
    width: 10px;
}

.sub_l_title p{
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-left: 5px;
}

.sub2_1_sec1 ul{
    width: 100%;
}

.sub2_1_sec1 ul li{
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}

.sub2_1_sec1 ul li:last-child{
    border-bottom: 0;
}

.img_sec{
    width: 100%;
    display: flex;
    align-items: center;
}

.sub2_1_sec1 .img_sec img{
    margin: 0 auto;
}

.text_sec{
    width: 100%;
    /* margin-top: 15px; */
}

.b_b_t{
    width: 100%;
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    line-height: 20px;
}

.md_t{
    width: 100%;
    font-size: 12px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 10px;
    line-height: 18px;
    word-break: keep-all;
}

.md_t2{
    width: 100%;
    font-size: 12px;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-top: 10px;
    line-height: 18px;
    text-align: center;
}

.red_t{
    width: 100%;
    font-size: 10px;
    color: #ec1212;
    margin-top: 5px;
    line-height: 15px;
}

.sm_t{
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 10px;
}

.sm_t span{
    display: block;
    padding-left: 10px;
    box-sizing: border-box;
}

.sub2_1_sec2{
    width: 100%;
}

.sub2_1_sec2 ul{
    width: 100%;
}

.sub2_1_sec2 ul li{
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 25px 0;
}

.sub2_1_sec2 ul li:last-child{
    border-bottom: 0;
}

.sub2_1_sec2 .img_sec img{
    width: 50px;
    margin: 0;
}

.sub2_1_sec2 .text_sec{
    margin-top: 10px;
}

/* sub2_1 표 */
.table_box{
  width: 100%;
  margin-bottom: 30px;
}

.table_box .tr_black{
  background-color:#444;
  color:#fff;
  text-align:center;
}

.table_box .tr_black td{
  padding:10px 0;
  font-size:14px;
}

.table_box .td_blue{
  background-color:#008ce5;
  color:#fff;
  text-align:center;
  padding:13px 0;
  font-size:12px;
  width:15%;
}

.td_blue img{width: 60%;}

.table_box .td_wh01{
  background-color:#fff;
  text-align:center;
  padding:13px 0;
  border:1px solid #e3e3e3;
  width:85%;
  font-size: 12px;
}

.table_box .td_gray01{
  width:15%;
  background-color:#aaa;
  color:#fff;
  text-align:center;
  padding:13px 0;
  font-size:12px;
}

.table_box .td_gray02{
  width:35%;
  background-color:#aaa;
  color:#fff;
  text-align:center;
  padding:12px 0;
  font-size:12px;
}

.table_box .td_wh02{
  background-color:#fff;
  text-align:center;
  padding:13px 0;
  border:1px solid #e3e3e3;
  width:35%;
  font-size: 12px;
}

.tr_black .tr_bl01{
  padding:13px;
  border-right:1px solid #ccc;
  width:20%;
  font-size:14px;
}

.tr_black .tr_bl02{
  padding:13px;
  border-right:1px solid #ccc;
  width:40%;
  font-size:14px;
}

.tr_black .tr_bl03{
  padding:13px;
  border-right:1px solid #ccc;
  width:40%;
  font-size:14px;
}

.table_box .td_wh03{
  background-color:#fff;
  text-align:center;
  padding:13px 0;
  border:1px solid #e3e3e3;
  width:20%;
  font-size: 12px;
}

.table_box .td_wh04{
  background-color:#fff;
  text-align:center;
  padding:13px 0;
  border:1px solid #e3e3e3;
  width:40%;
  font-size: 12px;
}

.font_mini{
  font-size: 12px;
  margin-bottom: 30px;
}





/* sub2_2 */
.sh_t{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.shape{
    width: 4px;
    height: 4px;
    background-color: #133c8b;
    margin-right: 5px;
}

.sh_t p{
    font-size: 12px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.img{
    width: 100%;
    padding: 10px 0 20px 10px;
    box-sizing: border-box;
}

.img img{
    width: 100%;
}

.sm_t2{
    margin-top: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.box_text{
    width: 100%;
    margin-top: 10px;
    border: 3px solid #ebebeb;
    padding: 5px 10px;
    box-sizing: border-box;
}

.box_text .md_t{
    margin-top: 0;
}


/* sub3_1 */
.sub3_1_sec1 .sub_l_title p{
    font-size: 14px;
}

.sub3_1_sec1 .img_sec{
    width: 100%;
}

.sub3_1_sec1 .text_sec{
    width: 100%;
}

.sub3_1_sec1 .md_t{
    font-family: 'Pretendard-Regular', sans-serif;
}

.cure_box{
    width: 100%;
    margin: 0px 0 40px;
}

.cure_box>p{
    font-size: 14px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.cure{
    width: 100%;
    margin-top: 15px;
}

.c_b{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.c_b img{
    width: 80px;
}

.c_b p{
    font-size: 12px;
    line-height: 18px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 15px;
}


/* sub4_1 */
.cure_box2>img{
    width: 100%;
    margin-bottom: 20px;
}

.cure_text{
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Pretendard-Medium', sans-serif;
}


/* sub4_2 */
.cure_text2{
    width: 100%;
    margin: 15px auto 0;
}

.c_t{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c_t>img{
    width: 20px;
}

.c_t:last-child{
    margin-bottom: 0;
}

.c_t p{
    width: 90%;
    font-size: 12px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 20px;
    word-break: keep-all;
}

.c_t p span{
    font-size: 13px;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
}

.cure_text3{
    width: 100%;
}

.cure_text3 .c_t{
    align-items: flex-start;
}

.cure_text3 .c_t p span{
    display: block;
}

.cure_text3 .c_t p img{
    width: 100%;
    margin-top: 5px;
}


.cure_img{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.cure_img img{
    width: 100%;
}


/* sub1_2 */
.sub1_2_sec{
    width: 100%;
    margin-top: 30px;
}

.doc_tit{
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2em;
  color: #46a9ff;
  font-family: 'Cafe24Shiningstar', sans-serif;
  font-style: italic;
}

.doc_img{
    width: 80%;
    margin: 0 auto;
}

.doc_img img{
    width: 100%;
}

.doc_text{
    width: 100%;
    padding-top: 20px;
}

.doc_text>p{
    font-size: 18px;
    text-align: center;
    color: #9b9b9b;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.doc_text>p span{
    font-size: 20px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.bar3{
    width: 100%;
    height: 1px;
    background-color: #133c8b;
    margin: 10px 0;
}

.doc_text ul{
    width: 100%;
}

.doc_text ul li{
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}

.doc_text ul li:last-child{
    border-bottom: 0;
}

.doc_text ul li p{
    font-size: 14px;
    color: #133c8b;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.doc_text ul li span{
    font-size: 12px;
    line-height: 23px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: 10px;
}

.thesis{
  background-color: #E6EBF2;
  padding: 15px;
}

.thesis_t{
  font-size: 16px;
  font-weight: bold;
}

.thesis_s{
  font-size: 12px;
  margin: 30px 0px;
}


/* sub1_3 */
.sub1_3_sec{
    width: 100%;
}

.hospital_img{
    width: 80%;
    margin: 0 auto;
}

.h_img{
  width: 100%;
  height: 180px;
  position: relative;
}

.h_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_t{
    width: 100px;
    height: 30px;
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    font-size: 12px;
    font-family: 'Pretendard-Medium', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certification{
    width: 80%;
    margin: 35px auto 0;
}

.certification ul{
    width: 100%;
    display: inline-block;
}

.certification ul li{
    width: 49%;
    height: 100px;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
    position: relative;
}

.certification ul li:nth-child(2n){
    margin-right: 0;
}

.certification ul li>a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certification_zoom{
    color: #333;
    font-size: 12px;
    line-height: 10px;
}


/* sub1_4 */
.sub1_4_sec{
    width: 100%;
}

.sub1_4_sec ul{
    width: 100%;
    display: inline-block;
}

.sub1_4_sec ul li{
    width: 48%;
    float: left;
    margin-right: 4%;
}

.sub1_4_sec ul li:nth-child(2n){
    margin-right: 0;
}

.p_thumb{
    width: 100%;
    height: 130px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.p_thumb img{
    width: 100%;
}

.p_text{
    width: 100%;
    padding: 10px 0 20px;
}

.p_text p{
    font-size: 14px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.p_text span{
    font-size: 12px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 20px;
    margin-top: 10px;
    display: block;
}

/* sub5_섹션 */

.sub5_1_sec1{
    width: 100%;
}

.sub5_1_sec1 ul{
    width: 100%;
    margin-top: 25px;
}

.sub5_1_sec1 ul li{
    width: 100%;
    margin-bottom: 30px;
}

.sub5_1_sec1 .img_sec{
    width: 100%;
    justify-content: flex-end;
    padding-right: 40px;
    padding-left: 30px;
    box-sizing: border-box;
}

.sub5_1_sec1 .text_sec{
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sub5_1_sec1 .md_t{
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 18px;
}

.sub5_1_sec1 .img_sec img{
    margin: 0 auto;
    width: 100%;
}


.hrArea {
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    border: 0;
    margin: 0;
    display: inline-block;
}

.hrArea hr {
    width: 15%;
    height: 1px;
    background-color: #333;
    margin: 0;
    border: 0;
    position: relative;
    top: -1px;
}

.md_title{
  width: 100%;
  font-size: 18px;
  font-family: 'Pretendard-bold', sans-serif;
  margin-top: 20px;
}

.sub4_img{
  text-align: center;
  width: 100%;
}

.sub4_img img{
  width: 100%;
}

.sub4_7_img img{width: 100%;}






/* 페이지 준비중 */
.preparing{
    width: 100%;
    height: 100%;
}

.preparing img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
