/* sub1_1 - MD스토리 */
.sub1_1_section1 {
    height: 550px !important;
    background-image: url(../images/sub1_1_banner1.jpg) !important;
}

.sub1_1_section1 .center {
    justify-content: center;
}

.sub1_1_text {
    font-size: 22px;
    color: #fff;
    font-family: 'GmarketSansMedium', sans-serif;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.sub1_1_section1 h1 {
    font-size: 65px !important;
    color: #fff !important;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif !important;
    text-align: center;
    margin-top: 10px !important;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.sub1_1_section1 h1 span {
    font-size: 60px;
    font-family: 'S-CoreDream-3Light', sans-serif;
}

.sub1_1_section2 {
    width: 100%;
    padding: 90px 0;
}

.sub1_1_section2 .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s1_1_sec2_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_1_sec2_right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.s1_1_sec2_title {
    font-size: 45px;
    color: #111;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    position: relative;
}

.s1_1_sec2_title span {
    font-size: 50px;
    color: #013695;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    background-image: linear-gradient(transparent 60%, #fbffbe 40%);
}

.s1_1_sec2_title img {
    position: absolute;
    top: -35px;
    right: -30px;
}

.s1_1_sec2_right ul {
    width: 100%;
    margin-top: 50px;
}

.s1_1_sec2_right ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.s1_1_sec2_right ul li:last-child {
    margin-bottom: 0;
}

.s1_1_sec2_right ul li p {
    font-size: 24px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    margin-left: 15px;
}

.s1_1_sec2_right ul li p span {
    color: #6e61f6;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.history_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    position: relative;
}

.history_img p {
    font-size: 18px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -20px;
    right: 0;
}

.history_img p strong {
    font-weight: normal;
    font-size: 24px;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    display: block;
}

.sub1_1_section3 {
    width: 100%;
    padding: 60px 0 70px;
    background-color: #faffe8;
}

.sub1_1_section3 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub1_1_section3 .center>p {
    font-size: 45px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.sub1_1_section3 .center>p span {
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.sub1_1_section3 ul {
    margin-top: 65px;
    display: flex;
}

.sub1_1_section3 ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub1_1_section3 ul li:first-child {
    margin-right: 40px;
}

.sub1_1_section3 ul li:nth-child(2) {
    margin-right: 80px;
}

.s1_1_sec3_title {
    width: 300px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    background-color: #6e61f6;
}

.s1_1_sec3_title span {
    width: 50px;
    height: 50px;
    background-color: #fffdd9;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6e61f6;
    font-family: 'S-CoreDream-8Heavy', sans-serif;
    margin-left: 5px;
}

.s1_1_sec3_title p {
    width: 80%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.sub1_1_section3 ul li:last-child .s1_1_sec3_title p {
    width: 75%;
}

.sub1_1_section3 ul li>p {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
    color: #111;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
}

.sub1_1_section4 {
    width: 100%;
    padding: 70px 0 110px;
}

.sub1_1_section4 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sub1_1_section4 p {
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
    font-size: 35px;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    font-weight: bold;
    color: #111;
    line-height: 50px;
}

.sub1_1_section4 p strong {
    font-weight: normal;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.sub1_1_section4 p span {
    font-size: 40px;
    color: #002d78;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
    margin-left: 8px;
}

.sub1_1_section5 {
    width: 100%;
    padding-bottom: 100px;
}

.history_contain {
    width: 100%;
    padding: 0 100px 0 180px;
    box-sizing: border-box;
    position: relative;
}

.history_prograss {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #d7d7d7;
    top: 0;
    left: 370px;
    z-index: -1;
}

.history_inner {
    width: 100%;
    padding-top: 60px;
}

.history_inner:nth-of-type(2) {
    padding-top: 0;
}

.years {
    width: 125px;
    height: 40px;
    border-radius: 50px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    margin-left: 130px;
}

.history_content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 35px;
}

.history_content_margin {
    padding-top: 70px;
}

.year {
    display: flex;
    align-items: center;
}

.year p {
    font-size: 50px;
    color: #cecece;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.history_dot {
    width: 15px;
    height: 15px;
    background-color: #333;
    border-radius: 30px;
    border: 3px solid #fff;
    box-sizing: border-box;
    margin-left: 58px;
}

.his_point p {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #fff;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    margin-left: -5px;
}

.his_con_box {
    width: 100%;
}

.his_con {
    display: inline-flex;
    align-items: center;
    background-color: #006581;
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 15px 35px 15px 25px;
    background-color: #fff;
    border-radius: 10px;
}

.his_con:last-child {
    margin-bottom: 0;
}

.his_con_shadow {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    align-items: baseline;
    position: relative;
}

.his_con_shadow>p {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    padding: 5px 15px;
}

.his_con_shadow>p>span {
    background-image: linear-gradient(transparent 60%, rgba(249, 255, 131, 0.7) 40%);
}

.his_con_padding {
    padding: 0 35px 0 25px;
    margin-top: 20px;
}

.his_point {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    left: -75px;
}

.month_category {
    width: 145px;
    display: flex;
    align-items: center;
}

.month {
    font-size: 18px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.his_category {
    font-size: 13px;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    padding: 2px 13px;
    border-radius: 30px;
    box-sizing: border-box;
    margin-left: 10px;
}

.category_purple {
    border: 2px solid #a357ed;
}

.category_blue {
    border: 2px solid #6698ff;
}

.category_green {
    border: 2px solid #aacf8d;
}

.category_yellow {
    border: 2px solid #fdc100;
}

.history_text {
    font-size: 17px;
    color: #555;
    font-family: 'Pretendard-Regular', sans-serif;
    line-height: 24px;
}

.his_img {
    display: flex;
    align-items: center;
    margin-left: 40px;
    margin-bottom: 10px;
}

.his_text {
    font-size: 21px;
    color: #111;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(transparent 60%, rgba(249, 255, 131, 0.7) 40%);
    margin-left: 50px;
    margin-bottom: 15px;
}

.sub1_1_section5 .s3_more_btn a {
    background-color: #6e61f6;
    border-radius: 100px;
    padding: 0 40px;
}

.sub1_1_section5 .s3_more_btn a p {
    margin-right: 25px;
}

/* // sub1_1 - MD스토리 */


/* sub1_2 - 의료진소개 */
.sub1_2_section1 {
    height: 435px !important;
    background-image: url(../images/sub1_2_banner1.jpg) !important;
}

.sub1_2_section1 .center {
    justify-content: center !important;
}

.sub1_2_text {
    font-size: 12px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    letter-spacing: 8px;
    margin-right: -8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.sub1_2_text span {
    font-size: 16px;
    margin: 0 5px;
}

.sub1_2_section1 h1 {
    font-size: 60px !important;
    color: #fff !important;
    font-family: 'S-CoreDream-6Bold', sans-serif !important;
    margin-top: 20px !important;
    text-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
}

.sub1_2_section1 .s2_1_sec1_textbox2 {
    margin-top: 10px;
}

.sub1_2_section1 .s2_1_sec1_textbox2 p {
    font-size: 22px;
    color: #fff;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
    text-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
}

.sub1_2_section2 {
    width: 100%;
}

.s1_2_sec2_title {
    display: flex;
    align-items: center;
    font-size: 25px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s1_2_sec2_title span {
    width: 5px;
    height: 25px;
    background-color: #fbaf5d;
    margin-right: 15px;
}

.doctor_contain {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.doctor_contain:last-child {
    margin-bottom: 0;
}

.d_con1 {
    width: 100%;
    padding: 95px 0 65px;
}

.d_con1 .center2 {
    padding-left: 27%;
    box-sizing: border-box;
}

.doctor_name {
    display: flex;
    align-items: center;
    font-size: 40px;
    color: #111;
    font-family: 'S-CoreDream-3Light', sans-serif;
}

.d_con1_2 .doctor_name {
    font-size: 35px;
}

.d_con1_3 .doctor_name {
    font-size: 30px;
}

.doctor_name span {
    font-size: 50px;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    margin-right: 15px;
}

.doctor_info {
    margin-top: 15px;
    font-size: 24px;
    color: #111;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
}

.doctor_info span {
    height: 35px;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    background-color: #7186f1;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 0 10px;
}

.d_con2 {
    width: 100%;
    background-color: rgba(214, 217, 224, 0.3);
    padding: 50px 0 50px;
}

.d_con2_2 {
    padding: 50px 0 200px;
}

.d_con2 .center2 {
    padding-left: 27%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}

.d_info_box {
    width: 50%;
}

.d_info_box p {
    font-size: 20px;
    color: #0049a8;
    font-family: 'S-CoreDream-3Light', sans-serif;
    font-weight: bold;
}

.d_info_box ul {
    margin-top: 25px;
    padding-left: 15px;
}

.d_info_box ul li {
    font-size: 15px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    list-style: disc;
    margin-bottom: 13px;
}

.d_info_box ul li:last-child {
    margin-bottom: 0;
}

.d_info_box ul li::marker {
    font-size: 10px;
}

.doctor_img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.doctor_img_2 {
    margin-top: 45px;
}

.doctor_img_3 {
    margin-top: 20px;
}

.sub1_2_section3 {
    padding-top: 100px;
}

.sub1_2_section3 .doctor_contain:nth-of-type(2) {
    margin-top: 100px;
}

.sub1_2_section4 {
    width: 100%;
    padding: 100px 0;
    background-image: url(../images/sub1_2_banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub1_2_section4 .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub1_2_section4 .center>p {
    font-size: 45px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.sub1_2_section4 ul {
    width: 100%;
    margin-top: 55px;
}

.sub1_2_section4 ul li {
    width: 1150px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    margin-bottom: 35px;
}

.sub1_2_section4 ul li:last-child {
    margin-bottom: 0;
}

.sub1_2_section4 ul li span {
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    background-color: #7186f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fdffe0;
    font-family: 'yg-jalnan', sans-serif;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
}

.sub1_2_section4 ul li p {
    width: 100%;
    height: 100%;
    padding-left: 85px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    font-weight: bold;
}

/* // sub1_2 - 의료진소개 */


/* sub1_3 - 병원 둘러보기 */
.sub1_3_section1 {
    background-image: url(../images/sub1_3_banner1.jpg) !important;
}

.sub1_3_section2 {
    width: 100%;
    padding: 80px 0;
    background-image: url(../images/sub1_3_banner2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

img.pc_none{
    display: none;
}

.s1_3_sec2_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s1_3_sec2_title p {
    font-size: 45px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s1_3_sec2_title span {
    font-size: 21px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-family: 'S-CoreDream-3Light', sans-serif;
    display: block;
    margin-top: 20px;
}

.s1_3_sec2_title span strong {
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.arrow_rolling {
    width: max-content;
    display: inline-block;
    position: relative;
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow_rolling p {
    position: absolute;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

img.rotate_arrow {
    position: absolute;
    animation: arrow_rotate infinite 10s linear;
}

@keyframes arrow_rotate {
    100% {
        transform: rotate(360deg);
    }
}

img.stay_img {
    position: relative;
}

.sub1_3_section3 {
    width: 100%;
    padding: 110px 0 30px;
}

.sub1_3_section3 .center {
    display: flex;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.s1_3_sec3_tab {
    width: 300px;
    height: 610px;
}

.s1_3_sec3_tab ul {
    width: 100%;
    height: 100%;
}

.s1_3_sec3_tab ul li {
    width: 100%;
    height: 16.66%;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #111;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    cursor: pointer;
}

.s1_3_sec3_tab ul li:last-child {
    border-bottom: 0;
}

.s1_3_sec3_tab ul li.tab_on {
    background-color: #151947;
    color: #fff;
}

.s1_3_sec3_tab ul li.tab_on p {
    color: #fff;
}

.s1_3_sec3_tab ul li p {
    font-size: 24px;
    color: #111;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    margin-right: 15px;
}

.s1_3_sec3_tabcon {
    width: 900px;
    height: 610px;
    display: none;
}

.s1_3_sec3_tabcon_on {
    display: block;
}

.s1_3_sec3_tabcon_inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.hos_slider-for {
    width: 100%;
    height: 100%;
}

.hos_big_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.hos_big_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hos_info {
    width: 100%;
    height: 102px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    bottom: 0;
}

.hos_info p {
    font-size: 26px;
    color: #fff;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    padding-right: 20px;
    border-right: 1px solid #fff;
}

.hos_info span {
    display: block;
    padding-left: 20px;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    font-family: 'S-CoreDream-4Regular', sans-serif;
}

.small_slide_box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16.5px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hos_slider-nav {
    width: 330px;
}

.hos_slider-nav6 {
    width: 100px;
}

.hos_slider-nav6 .slick-list {
    overflow: visible;
}

.hos_slider-nav6 .slick-track {
    width: 100% !important;
}

.hos_slider-nav6 .hos_small_img {
    width: 100% !important;
    margin: 0;
}

.hos_small_img {
    width: 100px;
    height: 65px;
    margin: 2px 5px;
    cursor: pointer;
}

.hos_small_img.slick-current {
    outline: 2px solid #fff;
}

.hos_small_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* // sub1_3 - 병원 둘러보기 */


/* sub1_5 - 방송출연 */
.sub1_5_section1,
.sub1_6_section1,
.sub1_7_section1,
.sub1_9_section1,
.sub1_10_section1,
.sub1_11_section1 {
    height: 330px !important;
}

.sub1_5_section1 {
    background-image: url(../images/sub1_5_banner1.jpg) !important;
}

.sub1_5_section1 .s2_1_sec1_textbox2 p,
.sub1_6_section1 .s2_1_sec1_textbox2 p,
.sub1_7_section1 .s2_1_sec1_textbox2 p,
.sub1_9_section1 .s2_1_sec1_textbox2 p,
.sub1_10_section1 .s2_1_sec1_textbox2 p,
.sub1_11_section1 .s2_1_sec1_textbox2 p {
    font-size: 18px;
}

.sub1_5_section2 {
    width: 100%;
    padding: 70px 0 30px;
}

ul.broadcast_ul {
    width: 100%;
    /*display: inline-block;*/
    display: flex;
    flex-wrap: wrap;
}

ul.broadcast_ul li {
    width: 31%;
    /*float: left;*/
    margin-right: 3.5%;
    margin-bottom: 60px;
    cursor: pointer;
}

ul.broadcast_ul li:nth-child(3n) {
    margin-right: 0;
}

.broadcast_ul .notice_thumb{
    height: 250px;
}

.broadcast_thumb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.broadcast_thumb img {
    width: 100%;
}

.broadcast_title {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.broadcast_ul li:hover .broadcast_title {
    text-decoration: underline 1px;
}

.board_page_btn {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.board_page_btn a {
    width: 28px;
    height: 28px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    margin: 0 5px;
}

.board_page_btn a.le_sp {
    font-family: 'SUIT-Thin', sans-serif;
    letter-spacing: -5px;
    padding-right: 5px;
    box-sizing: border-box;
    color: #333;
}

.board_page_btn a.b_page_num {
    font-family: 'Pretendard-Bold', sans-serif;
    border: 1px solid #000;
    color: #111;
}

.board_searchbox {
    width: 100%;
    padding: 25px 0;
    background-color: #f8f8f8;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cate_select {
    width: 120px;
    height: 45px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    margin-right: 7px;
}

.cate_select i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #777;
}

.cate_select select {
    font-size: 13px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 0 15px;
}

.board_search_input {
    width: 280px;
    height: 45px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.board_search_input input {
    width: 90%;
    height: 100%;
    border: 0;
    background-color: transparent;
    font-size: 13px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.board_search_input input::placeholder {
    font-size: 14px;
    color: #bbbbbb;
    font-family: 'Pretendard-Light', sans-serif;
}

.board_search_input i {
    font-size: 26px;
    color: #666;
    cursor: pointer;
}

/* // sub1_5 - 방송출연 */


/* sub1_5_d - 방송출연 상세페이지 */
.sub1_5_d_section1 {
    width: 100%;
    padding: 0px 0 30px;
}

.sub1_5_d_section1 ul {
    width: 100%;
    border-top: 1px solid #000;
}

.sub1_5_d_section1 ul li {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}

.sub1_5_d_section1 ul li:last-child {
    border-bottom: 0;
}

.broadcast_d_title {
    width: 100%;
    padding: 30px 0;
    font-size: 30px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.broadcast_d_date {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    color: #777;
    font-family: 'Pretendard-ExtraLight', sans-serif;
}

.broadcast_d_date i {
    margin-right: 5px;
    font-size: 18px;
    color: #999;
}

.broadcast_d_content {
    width: 100%;
    padding: 70px 0;
}

.broadcast_d_content img {
    max-width: 100%;
    height:auto !important;
}

.broadcast_d_content>img {
    display: block;
    margin: 0 auto;
}

.broadcast_d_content iframe{
    margin: 0 auto;
    display: block;
}

.broadcast_d_btns {
    width: 100%;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prev_next_btn {
    display: flex;
    align-items: center;
}

button.prev_btn,
button.next_btn {
    width: 90px;
    height: 35px;
    border: 1px solid #000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    background-color: #fff;
    margin-top: 0;
    color: #111;
}

button.prev_btn {
    margin-right: 5px;
}

.back_btn {
    width: 110px;
    height: 35px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.back_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #111;
}

.back_btn a i {
    margin-right: 5px;
}

/* // sub1_5_d - 방송출연 상세페이지 */


/* sub1_6 - 언론보도 */
.sub1_6_section1 {
    background-image: url(../images/sub1_6_banner1.jpg) !important;
}

ul.news_ul {
    width: 100%;
    /*display: inline-block;*/
    display: flex;
    flex-wrap: wrap;
}

ul.news_ul li {
    width: 23%;
    /*float: left;*/
    margin-right: 2.66%;
    /* border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 15px; */
    margin-bottom: 60px;
    cursor: pointer;
}

ul.news_ul li:nth-child(4n) {
    margin-right: 0;
}

ul.news_ul .notice_thumb {
    width: 100%;
    height: 365px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 7px;
}

.news_thumb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_thumb img {
    width: 100%;
}

.news_title {
    width: 100%;
    margin-top: 20px;
    font-size: 17px;
    color: #111;
    line-height: 23px;
    font-family: 'Pretendard-Regular', sans-serif;
    word-break: keep-all;
    letter-spacing: -0.7px;
}

ul.news_ul li:hover .news_title {
    text-decoration: underline;
}

ul.news_fix_ul {
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}

ul.s1_6_ul{
    margin-top: 0 !important;
}

ul.s1_6_ul li{
    cursor: pointer;
}

ul.s1_6_ul li .s1_9_info{
    margin-top: 15px;
}

.s1_6_thumbbox{
    overflow: hidden;
}

.s1_6_thumbbox img{
    position: absolute;
    top: 0;
    left: 0;
    height: auto !important;
    object-fit: cover !important;
	object-position: top;
}


/* // sub1_6 - 언론보도 */


/* sub1_6_d - 언론보도 상세페이지 */
.news_moreview {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.news_moreview a {
    width: 180px;
    height: 45px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
}

.news_moreview a i {
    font-size: 15px;
    margin-left: 10px;
}

/* // sub1_6_d - 언론보도 상세페이지 */


/* sub1_7 - 세계 속의 MD */
.sub1_7_section1 {
    background-image: url(../images/sub1_7_banner1.jpg) !important;
}

ul.world_md_ul {
    width: 100%;
    /*display: inline-block;*/
    display: flex;
    flex-wrap: wrap;
}

ul.world_md_ul li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 60px;
    cursor: pointer;
}

ul.world_md_ul li:nth-child(3n) {
    margin-right: 0;
}

ul.world_md_ul li .notice_thumb {
    height: 250px;
}

.world_md_thumb {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.world_md_thumb img {
    width: 100%;
}

.world_md_title {
    padding: 0 5px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #111;
    line-height: 24px;
    font-family: 'Pretendard-Regular', sans-serif;
    word-break: keep-all;
}

ul.world_md_ul li:hover .world_md_title {
    text-decoration: underline 1px;
}

/* // sub1_7 - 세계 속의 MD */


/* sub1_7_d - 세계 속의 MD 상세페이지 */
.broadcast_d_content span {
    /*display: block;*/
    /*margin-top: 45px;*/
    /*font-size: 16px;*/
    /*text-align: center;*/
    /*line-height: 30px;*/
    /*color: #111;*/
    /*font-family: 'Pretendard-Regular', sans-serif;*/
}

/* // sub1_7_d - 세계 속의 MD 상세페이지 */


/* sub1_8 - 사회공헌 */
.sub1_8_section1 {
    height: 780px !important;
    background-image: url(../images/sub1_8_banner1.jpg) !important;
}

.sub1_8_section2 {
    width: 100%;
    /* padding: 60px 0 100px; */
    padding: 60px 0 0;
}

.s1_8_change_img{
    width: 100%;
    display: none;
}

.s1_8_change_img.on{
    display: block;
}

.s1_8_img1_1
.s1_8_img1_2{
    width: 100%;
}

.s1_8_img1_1>img,
.s1_8_img1_2>img {
    width: 100%;
}

.row_scroll{
    display: none;
}

.sub1_8_section3 {
    width: 100%;
    margin-top: 60px;
}

.s1_8_tab {
    width: 100%;
}

.s1_8_tab ul {
    width: 100%;
    display: flex;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.s1_8_tab ul li {
    width: 33.33%;
    height: 75px;
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #aaa;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}

.s1_8_tab ul li:last-child {
    border-right: 0;
}

.s1_8_tab ul li.tab_on {
    border: 0;
    background-color: #003471;
    color: #fff;
}

.s1_8_tabcon {
    width: 100%;
    display: none;
}

.s1_8_tabcon_on {
    display: block;
}

.cw_content {
    width: 100%;
}

.cw_conbox {
    width: 100%;
    padding: 45px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
}

.cw_conbox>p {
    width: 23%;
    font-size: 50px;
    color: #ccbd9e;
    font-family: 'Pretendard-Bold', sans-serif;
}

.cw_img {
    width: 77%;
}

.cw_img ul {
    width: 100%;
    /*display: inline-block;*/
    display: flex;
    flex-wrap: wrap;
}

.cw_img ul li {
    width: 20%;
    /*float: left;*/
    margin: 15px 40px 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cw_img ul li img {
    width: 100%;
}

.dn_content {
    width: 100%;
}

.dn_content ul {
    width: 100%;
}

.dn_content ul li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 70px 0 30px;
}

.dn_con_inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.dn_thumb {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dn_thumb img {
    width: 100%;
}

.dn_text {
    width: 63%;
}

.dn_text>p {
    font-size: 26px;
    color: #111;
    line-height: 26px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.dn_con_inner:hover .dn_text>p {
    text-decoration: underline 1px;
}

.dn_text>span {
    font-size: 16px;
    line-height: 25px;
    display: block;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 20px;
    word-break: keep-all;
}

.news_more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.news_more a {
    width: 130px;
    height: 35px;
    border: 1px solid #003471;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #003471;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_8_3_cont{
    margin: 90px 0 40px;
    padding-bottom: 90px;
    border-bottom: 1pt solid #d7d7d7;
    box-sizing: border-box;
}
.s1_8_3_cont>p{
    font-size: 35px;
    margin-bottom: 70px;
     font-family: 'S-CoreDream-5Medium', sans-serif;
    text-align: center;
    color: #222222;
    position: relative;
}
.s1_8_3_cont>p:before{
    position: absolute;
    content: "";
    background-image: url(../images/s1_8_3_before.png);
    width: 45px;
    height: 63px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 50%;
    left: 12%;
    transform: translate(-50%,-50%)
}
.s1_8_3_cont>p:after{
    position: absolute;
    content: "";
    background-image: url(../images/s1_8_3_after.png);
    width: 45px;
    height: 63px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 50%;
    right: 8%;
    transform: translate(-50%,-50%)
}
.s1_8_3_cont>p span{
    color: #fff;
    box-shadow: inset 0px -1.5em 0 0 rgba(0,52,113,0.5);
    position: relative;
}
.s1_8_3_cont>p span:after{
    position: absolute;
    content: "";
    background-image: url(../images/s1_8_3_icon1.png);
    width: 24px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: -25%;
    transform: translate(-50%,-50%)
}
.s1_8_3_cont strong{
    font-weight: normal;
    font-family: 'S-CoreDream-7ExtraBold', sans-serif !important;

}
.s1_8_3_cont ul{
    margin-top: 20px;
    display: flex;
    gap: 0 10px;
    justify-content: center;
}
.s1_8_3_cont li p{
    font-size: 24px;
    font-family: 'Pretendard-Bold', sans-serif;
    color: #222222;
    border-radius: 50px;
    padding: 20px 25px;
    box-sizing: border-box;
    text-align: center;
}
.s1_8_3_ul1 p{
    border: 3pt solid #003471;
}
.s1_8_3_ul2 p{
    border: 3pt solid #ccbd9e;
}
br.m_br{
    display: none;
}


/* // sub1_8 - 사회공헌 */


/* sub1_9 - 논문 및 학회 */
.sub1_9_section1 {
    background-image: url(../images/sub1_9_banner1.jpg) !important;
}

.sub1_9_section1 .s2_1_sec1_textbox2 p {
    text-align: center;
}

.s1_9_tab {
    width: 100%;
}

.s1_9_tab ul {
    width: 100%;
    display: flex;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.s1_9_tab ul li {
    width: 25%;
    height: 60px;
    border-right: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-size: 20px;
    color: #aaa;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.s1_9_tab ul li:last-child {
    border-right: 0;
    /*border-right: 1px solid #e1e1e1;*/
}

.s1_9_tab ul li.tab_on {
    background-color: #333;
    border: 0;
    color: #fff;
}

ul.s1_9_ul {
    width: 100%;
    margin-top: 65px;
    /*display: inline-block;*/
    display: flex;
    flex-wrap: wrap;
}

ul.s1_9_ul li {
    width: 23%;
    /*float: left;*/
    margin-right: 2.66%;
    margin-bottom: 60px;
}

ul.s1_9_ul li:nth-child(4n) {
    margin-right: 0;
}

.s1_9_thumbbox {
    width: 100%;
    height: 365px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 7px;
}

.s1_9_thumbbox>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s1_9_thumbbox a {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

ul.s1_9_ul li:hover .s1_9_thumbbox a {
    opacity: 1;
    visibility: visible;
}

.s1_9_thumbbox a img {
    display: block;
}

.s1_9_thumbbox a p {
    color: #fff;
    font-size: 14px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-top: 10px;
}

.s1_9_info {
    width: 100%;
    margin-top: 25px;
}

.s1_9_info p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 30px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_9_info p span {
    display: block;
    width: 45px;
    height: 1px;
    background-color: #c2c2c2;
    margin: 13px auto 15px;
}

.s1_9_info>span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: 'Pretendard-Medium', sans-serif;
    line-height: 24px;
    word-break: keep-all;
}

/* // sub1_9 - 논문 및 학회 */


/* sub1_10 - 공지사항 */
.sub1_10_section1 {
    background-image: url(../images/sub1_10_banner1.jpg) !important;
}

ul.notice_ul{
    display: flex;
    flex-wrap: wrap;
}

ul.notice_ul li{
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 60px;
}

ul.notice_ul li:nth-child(3n){
    margin-right: 2.66%;
}

ul.notice_ul li:nth-child(4n){
    margin-right: 0;
}

ul.notice_ul li .notice_thumb {
    width: 100%;
    height: 365px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 7px;
}

.notice_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.notice_ul li .world_md_title{
    font-size: 16px;
    line-height: 24px;
}

ul.world_md_ul li:hover .world_md_title{
    text-decoration: none;
}
/* //sub1_10 - 공지사항 */


/* sub1_11 - 진료안내/오시는길 */
.sub1_11_section1 {
    background-image: url(../images/sub1_11_banner1.jpg) !important;
}

.sub1_11_section2 {
    width: 100%;
    padding-top: 70px;
}

.sub1_11_section2 .center>p {
    text-align: center;
    font-size: 40px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub1_11_section2 .center>ul {
    width: 100%;
    margin-top: 65px;
    display: flex;
}

.sub1_11_section2 .center>ul>li {
    width: 33.33%;
    padding: 25px 35px;
    box-sizing: border-box;
    border-right: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.sub1_11_section2 .center>ul>li:last-child {
    border-right: 0;
}

.dr_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dr_title p {
    font-size: 30px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-top: 20px;
}

.md_time {
    margin-top: 40px;
}

.md_time p {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-bottom: 7px;
}

.md_time p:last-child {
    margin-bottom: 0;
}

.md_time p span {
    width: 100px;
    font-size: 22px;
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
}

.md_time p span.lt_s {
    letter-spacing: 30px;
}

.md_number {
    margin-top: 60px;
    font-size: 40px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.reserv {
    width: 100%;
    margin-top: 45px;
}

.reserv ul {
    width: 100%;
    display: inline-block;
}

.reserv ul li {
    width: 49%;
    height: 42px;
    float: left;
    margin-right: 2%;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.reserv ul li:nth-child(2n) {
    margin-right: 0;
}

.reserv ul li:nth-child(3),
.reserv ul li:last-child {
    margin-bottom: 0;
}

.reserv ul li p {
    font-size: 14px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-left: 10px;
    color: #fff;
}

li.online_cs {
    background-color: #0f2b5b;
}

li.kakao_cs {
    background-color: #ffeb00;
}

li.kakao_cs p {
    color: #111 !important;
}

li.naver_cs {
    background-color: #00b843;
}

li.online_reserv {
    background-color: #89ace9;
}

.sub1_11_section3 {
    width: 100%;
    padding-top: 130px;
}

.s1_11_sec3_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s1_11_sec3_title p {
    font-size: 40px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_11_sec3_title span {
    display: block;
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 20px;
}

.s1_11_map_box {
    width: 100%;
    height: 500px;
    margin-top: 45px;
}

.sub1_11_section3 .center>p {
    width: 100%;
    padding: 65px 0;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.sub1_11_section3 .center>p img {
    margin-right: 15px;
}

.sub1_11_section4 {
    width: 100%;
}

.sub1_11_section4 ul {
    width: 100%;
    border-top: 1px solid #d7d7d7;
}

.sub1_11_section4 ul li {
    width: 100%;
    padding: 70px 35px;
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
}

.loaction_way {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loaction_way p {
    font-size: 25px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-top: 10px;
}

.location_box {
    margin-left: 70px;
}

.line_con {
    display: flex;
    align-items: baseline;
    margin-bottom: 30px;
}

.line_con:last-child {
    margin-bottom: 0;
}

.subway_line {
    width: 60px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-right: 40px;
}

.line_yellow {
    background-color: #fcb722;
}

.line_orange {
    background-color: #ff7a0d;
}

.line_khaki {
    background-color: #778800;
}

.line_con>p {
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.line_con>p span {
    display: block;
    font-size: 16px;
    color: #777;
    line-height: 25px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 10px;
}

.bus_con {
    margin-bottom: 40px;
}

.bus_con:last-child {
    margin-bottom: 0;
}

.bus_con>p {
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.location_bus {
    margin-top: 20px;
}

.location_bus>p {
    font-size: 16px;
    color: #777;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.location_bus>p:last-child {
    margin-bottom: 0;
}

.location_bus>p span {
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
    margin-right: 20px;
}

.location_bus>p span.t_blue {
    color: #386de8;
}

.location_bus>p span.t_green {
    color: #3cc344;
}

.location_bus>p span.t_red {
    color: #fb5852;
}

.location_bus>p span.t_skyblue {
    color: #65a6d2;
}

/* // sub1_11 - 진료안내/오시는길 */














































/* mobile */
@media screen and (max-width: 767px) {

    /* sub1_1 - MD스토리 */
    .sub1_1_section1 {
        height: auto !important;
        padding: 30px 0;
    }

    .sub1_1_section1 .s2_1_sec1_textbox {
        margin-bottom: 0 !important;
    }

    .sub1_1_text {
        font-size: 10px;
    }

    .sub1_1_section1 h1 {
        font-size: 20px !important;
        margin-top: 10px !important;
    }

    .sub1_1_section1 h1 span {
        font-size: 18px;
    }

    .sub1_1_section2 {
        padding: 50px 0;
    }

    .sub1_1_section2 .center {
        display: block;
    }

    .s1_1_sec2_left {
        display: none;
    }

    .s1_1_sec2_right {
        display: block;
    }

    .s1_1_sec2_title {
        display: inline-block;
        font-size: 18px;
    }

    .s1_1_sec2_title span {
        font-size: 20px;
    }

    .s1_1_sec2_title img {
        width: 25px;
        top: -15px;
        right: -20px;
    }

    .s1_1_sec2_right ul {
        margin-top: 20px;
    }

    .s1_1_sec2_right ul li {
        margin-bottom: 10px;
    }

    .s1_1_sec2_right ul li p {
        font-size: 14px;
        margin-left: 10px;
    }

    .s1_1_sec2_right ul li img {
        width: 10px;
    }

    .history_img {
        margin-top: 40px;
    }

    .history_img img {
        width: 100%;
    }

    .history_img p {
        font-size: 10px;
        top: -10px;
        right: -1.5vw;
    }

    .history_img p strong {
        font-size: 11px;
    }

    .sub1_1_section3 {
        padding: 50px 0;
    }

    .sub1_1_section3 .center>p {
        font-size: 22px;
    }

    .sub1_1_section3 ul {
        margin-top: 30px;
        display: block;
    }

    .sub1_1_section3 ul li {
        margin-bottom: 25px;
    }

    .sub1_1_section3 ul li:last-child {
        margin-bottom: 0;
    }

    .sub1_1_section3 ul li:first-child {
        margin-right: 0;
    }

    .sub1_1_section3 ul li:nth-child(2) {
        margin-right: 0;
    }

    .s1_1_sec3_title {
        width: 200px;
        height: 40px;
    }

    .s1_1_sec3_title span {
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin-left: 5px;
    }

    .s1_1_sec3_title p {
        font-size: 15px;
    }

    .sub1_1_section3 ul li>p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .sub1_1_section3 ul li>img {
        height: 25px;
    }

    .sub1_1_section4 {
        padding: 0 0 50px;
    }

    .sub1_1_section4 .center {
        width: 100%;
    }

    .sub1_1_section4 .center img {
        width: 120%;
        position: relative;
        left: -6%;
    }

    .sub1_1_section4 p {
        left: 20px;
        font-size: 14px;
        line-height: 25px;
    }

    .sub1_1_section4 p span {
        font-size: 16px;
        margin-left: 5px;
    }

    .sub1_1_section5 {
        padding-bottom: 0;
    }

    .history_contain {
        padding: 0;
    }

    .history_prograss {
        top: 0;
        left: 15px;
    }

    .history_inner {
        padding-top: 30px;
    }

    .years {
        width: 100px;
        height: 35px;
        font-size: 18px;
        margin-left: 0;
    }

    .history_content {
        display: block;
        padding-top: 30px;
    }

    .history_content_margin {
        padding-top: 40px;
    }

    .year {
        padding-left: 20px;
        box-sizing: border-box;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .year p {
        font-size: 16px;
    }

    .history_dot {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        margin-right: 5px;
        margin-left: -9px;
    }

    .his_con_box {
        width: 100%;
    }

    .his_con {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 10px 10px 10px 25px;
        box-sizing: border-box;
        border-radius: 5px;
        align-items: baseline;
        background-color: transparent;
    }

    .his_con_shadow {
        background-color: #fff;
        padding: 20px 10px 10px;
        margin-top: 20px;
    }

    .his_con_shadow>p {
        font-size: 12px;
        line-height: 18px;
        padding: 0px 10px;
    }

    .his_con_padding {
        padding: 0 10px 0 25px;
        margin-top: 15px;
    }

    .his_point {
        position: absolute;
        top: -10px;
        left: 10px;
    }

    .his_point>img {
        width: 65px;
    }

    .his_point p {
        font-size: 10px;
        margin-left: -2px;
    }

    .month_category {
        width: 35%;
    }

    .month {
        font-size: 14px;
    }

    .his_category {
        font-size: 10px;
        padding: 2px 5px;
        margin-left: 5px;
    }

    .category_purple {
        border: 1px solid #a357ed;
    }

    .category_blue {
        border: 1px solid #6698ff;
    }

    .category_green {
        border: 1px solid #aacf8d;
    }

    .category_yellow {
        border: 1px solid #fdc100;
    }

    .history_text {
        width: 65%;
        font-size: 12px;
        line-height: 16px;
        word-break: keep-all;
    }

    .his_img {
        width: 100%;
        margin-left: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .his_img img {
        width: 70%;
    }

    .his_text {
        font-size: 14px;
        margin: 5px 0 0 25px;
    }

    .sub1_1_section5 .s3_more_btn a {
        padding: 10px 25px;
        height: auto;
    }

    .sub1_1_section5 .s3_more_btn a p {
        margin-right: 20px;
        font-size: 12px;
    }

    .sub1_1_section5 .s3_more_btn a p span {
        font-size: 14px;
    }

    .s3_more_btn {
        margin-top: 50px !important;
    }

    .s3_more_btn a {
        height: 50px;
    }

    .s3_more_btn a p {
        font-size: 12px;
    }

    .s3_more_btn a p span {
        font-size: 14px;
    }

    .s3_more_btn a img {
        width: 25px;
    }

    /* // sub1_1 - MD스토리 */


    /* sub1_2 - 의료진소개 */
    /* 서브 공통배너*/
    .sub_top_banner h1 {
        font-size: 24px;
        margin-top: 0;
    }

    .sub_top_banner2 p {
        font-size: 10px;
        line-height: 15px;
        word-break: keep-all;
        letter-spacing: -0.5px;
    }

    .bracket {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

    .l_bracket>img {
        width: 10px;
    }

    .l_bracket {
        margin-right: 15px;
    }

    .r_bracket>img {
        width: 10px;
    }

    .r_bracket {
        margin-left: 15px;
    }

    /* // 서브 공통배너*/

    .sub7_2_section1 {
        height: auto !important;
        padding: 30px 0;
    }

    .sub1_2_text {
        font-size: 10px;
        letter-spacing: 4px;
        margin-right: -4px;
    }

    .sub1_2_section2 {
        margin-top: 20px;
    }

    .s1_2_sec2_title {
        font-size: 18px;
    }

    .s1_2_sec2_title span {
        width: 3px;
        height: 20px;
        margin-right: 10px;
    }

    .doctor_contain {
        margin-bottom: 30px;
    }

    .d_con1 {
        padding: 55px 0 0 35%;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .d_con1 .center2 {
        padding-left: 0;
        box-sizing: border-box;
    }

    .doctor_name {
        width: 100%;
        font-size: 12px;
    }

    .d_con1_2 .doctor_name {
        font-size: 12px;
    }

    .d_con1_3 .doctor_name {
        font-size: 12px;
    }

    .doctor_name span {
        font-size: 16px;
        font-family: 'S-CoreDream-6Bold', sans-serif;
        margin-right: 5px;
    }

    .doctor_info {
        width: 100%;
        margin-top: 5px;
        font-size: 12px;
    }

    .doctor_info span {
        width: max-content;
        height: auto;
        margin-top: 10px;
        font-size: 10px;
        letter-spacing: -0.5px;
        padding: 5px;
        display: flex;
        word-break: keep-all;
    }

    .d_con2 {
        padding: 15px 0;
        margin-top: 10px;
        position: relative;
        z-index: 2;
        background-color: #f8f8f8;
    }

    .d_con2_2 {
        padding: 15px 0;
    }

    .d_con2 .center2 {
        padding-left: 0;
        display: block;
    }

    .d_info_box {
        width: 100%;
        margin-top: 20px;
    }

    .d_info_box:first-child {
        margin-top: 0;
    }

    .d_info_box p {
        font-size: 13px;
    }

    .d_info_box ul {
        margin-top: 10px;
    }

    .d_info_box ul li {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .d_info_box ul li:last-child {
        margin-bottom: 0;
    }

    .d_info_box ul li::marker {
        font-size: 10px;
    }

    .doctor_img {
        width: 100px;
        position: absolute;
        top: 0;
        left: 5%;
        transform: none;
        z-index: 1;
    }

    .doctor_img .center2 {
        width: 100%;
    }

    .doctor_img img {
        width: 100%;
    }

    .doctor_img_2 {
        margin-top: 0;
    }

    .doctor_img_3 {
        margin-top: 0;
    }

    .sub1_2_section4 {
        padding: 40px 0 50px;
    }

    .sub1_2_section4 .center>p {
        font-size: 20px;
    }

    .sub1_2_section4 ul {
        margin-top: 20px;
    }

    .sub1_2_section4 ul li {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .sub1_2_section4 ul li span {
        width: 30px;
        height: 30px;
        font-size: 12px;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-right: 15px;
    }

    .sub1_2_section4 ul li p {
        width: 80%;
        padding-left: 0;
        font-size: 11px;
        line-height: 16px;
        word-break: keep-all;
    }

    /* // sub1_2 - 의료진소개 */


    /* sub1_3 - 병원 둘러보기 */
    .sub1_3_section2 {
        padding: 0;
        background-image: none;
        position: relative;
    }

    img.pc_none{
        display: block;
        width: 100%;
    }

    .sub1_3_section2 .center{
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .s1_3_sec2_title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .s1_3_sec2_title p {
        font-size: 20px;
    }

    .s1_3_sec2_title span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        word-break: keep-all;
        font-family: 'S-CoreDream-4Regular', sans-serif;
    }

    .arrow_rolling {
        width: 100%;
        margin-top: 4vh;
    }

    .arrow_rolling p {
        font-size: 20px;
        line-height: 28px;
    }

    img.rotate_arrow {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: arrow_rotate infinite 10s linear;
    }

    @keyframes arrow_rotate {
        100% {
            transform: translate(-50%, -50%) rotate(360deg);
        }
    }

    img.stay_img {
        width: 75%;
        content: url(../m_images/m_sub1_3_img2.png);
    }

    .sub1_3_section3 {
        padding: 50px 0 0;
    }

    .sub1_3_section3 .center {
        display: block;
        border-top: 1px solid #000;
        border-bottom: 0;
        position: relative;
    }

    .sub1_3_section3 .row_scroll{
        bottom: auto;
        top: -45px;
    }

    .s1_3_sec3_tab {
        width: 100%;
        overflow: auto;
        height: auto;
    }

    .s1_3_sec3_tab ul {
        width: max-content;
        height: auto;
        display: flex;
        flex-direction: row-reverse;
    }

    .s1_3_sec3_tab ul li {
        width: auto;
        height: auto;
        border-right: 1px solid #d7d7d7;
        border-bottom: 0;
        padding: 7px 15px;
        font-size: 12px;
        cursor: inherit;
    }

    .s1_3_sec3_tab ul li:last-child {
        border-right: 0;
    }

    .s1_3_sec3_tab ul li p {
        font-size: 14px;
        margin-right: 5px;
    }

    .s1_3_sec3_tabcon {
        width: 100%;
        height: auto;
    }

    .hos_slider-for .slick-track,
    .hos_slider-for .slick-list{
        height: 100%;
    }

    .hos_info {
        display: block;
        height: auto;
        padding: 10px 15px 85px;
        background-color: #151947;
        left: auto;
        bottom: auto;
        position: relative;
    }

    .hos_info p {
        width: max-content;
        font-size: 14px;
        padding-right: 0;
        padding-bottom: 8px;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .hos_info span {
        width: 100%;
        padding: 8px 0 0 0;
        box-sizing: border-box;
        font-size: 10px;
        line-height: 15px;
        word-break: keep-all;
    }

    .hos_info span br {
        display: none;
    }

    .small_slide_box {
        padding: 10px 15px;
        box-sizing: border-box;
        display: block;
        position: absolute;
    }

    .hos_slider-nav {
        width: 100%;
    }

    .hos_slider-nav6 {
        width: 90px;
    }

    .hos_slider-nav6 .slick-list {
        overflow: visible;
    }

    .hos_slider-nav6 .slick-track {
        width: 100% !important;
    }

    .hos_slider-nav6 .hos_small_img {
        width: 100% !important;
        margin: 0;
    }

    .hos_small_img {
        width: 100px;
        height: 65px;
        margin: 2px 5px;
        cursor: pointer;
    }

    .hos_small_img.slick-current {
        outline: 2px solid #fff;
    }

    .hos_small_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* // sub1_3 - 병원 둘러보기 */


    /* sub1_5 - 방송출연 */
    .sub1_5_section2 {
        width: 100%;
        padding: 20px 0 0;
    }

    ul.broadcast_ul li {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 20px;
        cursor: inherit;
    }
    
    .broadcast_ul .notice_thumb {
        height: auto;
    }

    .notice_thumb{
        height: auto;
    }

    .broadcast_title {
        margin-top: 10px;
        font-size: 14px;
    }

    ul.broadcast_ul li:hover .broadcast_title {
        text-decoration: none;
    }

    .board_page_btn {
        margin-top: 20px;
    }

    .board_searchbox {
        padding: 15px 10px;
        box-sizing: border-box;
        margin-top: 20px;
        justify-content: space-between;
    }

    .cate_select {
        width: 30%;
        height: 35px;
        cursor: inherit;
        margin-right: 0;
    }

    .cate_select i {
        font-size: 12px;
    }

    .cate_select select {
        font-size: 12px;
        padding: 0 10px;
    }

    .board_search_input {
        width: 69%;
        height: 35px;
        padding-right: 10px;
    }

    .board_search_input input {
        width: 90%;
        font-size: 12px;
    }

    .board_search_input input::placeholder {
        font-size: 12px;
    }

    .board_search_input i {
        font-size: 20px;
        cursor: inherit;
    }

    /* // sub1_5 - 방송출연 */


    /* sub1_5_d - 방송출연 상세페이지 */
    .sub1_5_d_section1 {
        padding: 0;
    }

    .broadcast_d_title {
        padding: 10px 5px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 20px;
    }

    .broadcast_d_date {
        padding: 5px;
        box-sizing: border-box;
        font-size: 10px;
    }

    .broadcast_d_date i {
        font-size: 12px;
    }

    .broadcast_d_content {
        padding: 30px 10px;
        box-sizing: border-box;
    }

    .broadcast_d_content iframe{
        width: 300px;
        height: 170px !important;
    }

    .broadcast_d_btns {
        padding-top: 10px;
    }

    button.prev_btn,
    button.next_btn {
        width: 60px;
        height: 25px;
        font-size: 10px;
    }

    button.prev_btn {
        margin-right: 5px;
    }

    .back_btn {
        width: 70px;
        height: 25px;
    }

    .back_btn a {
        font-size: 10px;
    }

    /* // sub1_5_d - 방송출연 상세페이지 */


    /* sub1_6 - 언론보도 */
    ul.news_ul li {
        width: 48%;
        margin-right: 4%;
        padding: 10px;
        margin-bottom: 30px;
        cursor: inherit;
    }

    ul.news_ul li:nth-child(4n) {
        margin-right: 0;
    }

    ul.news_ul li:nth-child(2n) {
        margin-right: 0;
    }

    ul.news_ul .notice_thumb {
        height: auto;
    }

    .news_title {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    ul.news_ul li:hover .news_title {
        text-decoration: none;
    }

    ul.news_fix_ul {
        margin-bottom: 30px;
    }

    /* // sub1_6 - 언론보도 */


    /* sub1_6_d - 언론보도 상세페이지 */
    .news_moreview {
        margin-top: 30px;
    }

    .news_moreview a {
        width: 130px;
        height: 35px;
        font-size: 12px;
    }

    .news_moreview a i {
        font-size: 12px;
        margin-left: 5px;
    }

    /* // sub1_6_d - 언론보도 상세페이지 */


    /* sub1_7 - 세계 속의 MD */
    ul.world_md_ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        cursor: inherit;
    }

    .world_md_title {
        padding: 0 5px;
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
    }

    ul.world_md_ul li:hover .world_md_title {
        text-decoration: none;
    }

    /* // sub1_7 - 세계 속의 MD */


    /* sub1_7_d - 세계 속의 MD 상세페이지 */
    .broadcast_d_content span {
        /*margin-top: 20px;*/
        /*font-size: 12px;*/
        /*line-height: 18px;*/
    }

    /* // sub1_7_d - 세계 속의 MD 상세페이지 */


    /* sub1_8 - 사회공헌 */
    .sub1_8_section1 {
        height: auto !important;
        background-image: none !important;
    }

    .sub1_8_section3{
        margin-top: 30px;
    }

    .sub1_8_section2 {
        /* padding: 30px 0 50px; */
        padding: 30px 0 0;
    }

    .sub1_8_section2 .center{
        position: relative;
        width: 100%;
    }

    /* .s1_8_change_img:first-child .s1_8_img1_1 img{
        content: url(../m_images/m_sub1_8_img1_1.jpg);
    }

    .s1_8_change_img:nth-child(2) .s1_8_img1_1 img{
        content: url(../m_images/m_sub1_8_img2_1.jpg);
    } */

    .s1_8_tabcon:nth-of-type(2) .s1_8_img1_1 img{
        content: url(../m_images/m_sub1_8_img1_1.jpg);
    }

    .s1_8_tabcon:nth-of-type(3) .s1_8_img1_1 img{
        content: url(../m_images/m_sub1_8_img2_1.jpg);
    }

    .s1_8_img1_2{
        overflow: auto;
        margin-top: 20px;
    }

    .s1_8_img1_2>img{
        width: 700px;
    }

    .row_scroll{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 60px;
        height: 60px;
        border-radius: 100px;
        background-color: rgba(0, 45, 95, 0.8);
        position: absolute;
        right: 0;
        bottom: 350px;
    }

    .row_arrow{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .row_arrow i{
        color: #fff;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .row_arrow i.xi-arrow-left{
        margin-right: -2px;
    }

    .row_arrow i.xi-arrow-right{
        margin-left: -2px;
    }

    .row_scroll img{
        width: 15px;
        display: block;
        animation: scroll 1s infinite ease-out;
        transform: translateX(-5px);
    }

    @keyframes scroll{
        0%{
            transform: translateX(-3px);
        }
    
        50%{
            transform: translateX(3px);
        }
    }

    .s1_8_tab {
        width: 100%;
        overflow: auto;
    }

    .s1_8_tab ul {
        width: max-content;
        display: flex;
    }

    .s1_8_tab ul li {
        width: auto;
        height: auto;
        padding: 10px 15px;
        font-size: 14px;
        cursor: inherit;
    }

    .cw_conbox {
        padding: 25px 0;
        display: block;
    }

    .cw_conbox>p {
        width: 100%;
        font-size: 20px;
        text-align: center;
    }

    .cw_img {
        width: 100%;
    }

    .cw_img ul li {
        width: 48%;
        float: left;
        margin: 10px 4% 0 0;
        cursor: inherit;
    }

    .cw_img ul li:nth-child(2n) {
        margin-right: 0;
    }

    .cw_img ul li img {
        width: 100%;
    }

    .dn_content {
        width: 100%;
    }

    .dn_content ul {
        width: 100%;
    }

    .dn_content ul li {
        padding: 30px 0 20px;
    }

    .dn_con_inner {
        display: block;
        cursor: inherit;
    }

    .dn_thumb {
        width: 100%;
    }

    .dn_text {
        width: 100%;
        margin-top: 10px;
    }

    .dn_text>p {
        font-size: 14px;
        line-height: 20px;
    }

    .dn_con_inner:hover .dn_text>p {
        text-decoration: none;
    }

    .dn_text>span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: keep-all;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }

    .dn_text>span br {
        display: none;
    }

    .news_more {
        margin-top: 20px;
    }

    .news_more a {
        width: 100px;
        height: 25px;
        font-size: 10px;
    }
    
    .s1_8_3_cont{
        margin: 50px 0 10px;
        padding-bottom: 50px;
    }
    .s1_8_3_cont>p{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .s1_8_3_cont>p:before{
        width: 25px;
        height: 33px;
        left: 10%;
    }
    .s1_8_3_cont>p:after{
        width: 25px;
        height: 33px;
        right: 3%;
    }
    .s1_8_3_cont>p span:after{
        content: none;
    }
    .s1_8_3_cont ul{
        margin-top: 10px;
        gap: 10px;
        flex-wrap: wrap;
    }
    .s1_8_3_cont li p{
        font-size: 18px;
        padding: 10px;
    }
    br.m_br{
        display: block;
    }

    /* // sub1_8 - 사회공헌 */


    /* sub1_9 - 논문 및 학회 */
    .sub1_9_section1 {
        background-position: 35% center;
    }

    .sub1_9_section1,
    .sub1_10_section1,
    .sub1_11_section1 {
        height: auto !important;
        padding: 30px 0;
    }

    .sub1_9_section1 .s2_1_sec1_textbox,
    .sub1_10_section1 .s2_1_sec1_textbox,
    .sub1_11_section1 .s2_1_sec1_textbox {
        margin-bottom: 0 !important;
    }

    .sub1_2_section1 h1 {
        font-size: 24px !important;
        margin-top: 10px !important;
    }

    .sub1_9_section1 .s2_1_sec1_textbox2 p {
        text-align: center;
        font-size: 10px;
        line-height: 16px;
    }

    .s1_9_tab ul li {
        width: 25%;
        height: 30px;
        font-size: 12px;
        cursor: inherit;
    }

    ul.s1_9_ul {
        margin-top: 20px;
    }

    ul.s1_9_ul li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    ul.s1_9_ul li:nth-child(4n) {
        margin-right: 0;
    }

    ul.s1_9_ul li:nth-child(2n) {
        margin-right: 0;
    }

    .s1_9_thumbbox {
        height: 200px;
        padding: 5px;
    }

    .s1_9_thumbbox>img {
        width: 100%;
    }

    .s1_9_thumbbox a {
        width: 55px;
        height: 55px;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .s1_9_thumbbox a img {
        width: 15px;
    }

    .s1_9_thumbbox a p {
        font-size: 10px;
        margin-top: 5px;
    }

    .s1_9_info {
        margin-top: 15px;
    }

    .s1_9_info p {
        font-size: 16px;
    }

    .s1_9_info p span {
        width: 25px;
        margin: 8px auto;
    }

    .s1_9_info>span {
        font-size: 10px;
        line-height: 15px;
    }

    .s1_9_info>span br {
        display: none;
    }

    /* // sub1_9 - 논문 및 학회 */


    /* sub1_11 - 진료안내/오시는길 */
    .sub1_11_section2 {
        padding-top: 20px;
    }

    .sub1_11_section2 .center>p {
        font-size: 20px;
    }

    .sub1_11_section2 .center>ul {
        margin-top: 10px;
        display: block;
    }

    .sub1_11_section2 .center>ul>li {
        width: 100%;
        padding: 20px 10px;
        border-right: 0;
        border-bottom: 1px solid #d7d7d7;
    }

    .sub1_11_section2 .center>ul>li:last-child {
        border-bottom: 0;
    }

    .dr_title>img {
        width: 25px;
    }

    .dr_title p {
        font-size: 16px;
        margin-top: 10px;
    }

    .md_time {
        margin-top: 15px;
    }

    .md_time p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .md_time p span {
        width: 65px;
        font-size: 14px;
    }

    .md_time p span.lt_s {
        letter-spacing: 19px;
    }

    .md_number {
        margin-top: 15px;
        font-size: 20px;
    }

    .reserv {
        margin-top: 15px;
    }

    .reserv ul li {
        cursor: inherit;
    }

    .sub1_11_section3 {
        padding-top: 50px;
    }

    .s1_11_sec3_title p {
        font-size: 20px;
    }

    .s1_11_sec3_title span {
        font-size: 12px;
        margin-top: 10px;
    }

    .s1_11_map_box {
        height: 200px;
        margin-top: 20px;
    }

    .sub1_11_section3 .center>p {
        padding: 15px 10px;
        box-sizing: border-box;
        font-size: 14px;
        word-break: keep-all;
    }

    .sub1_11_section3 .center>p img {
        width: 10px;
        margin-right: 10px;
    }

    .sub1_11_section4 ul li {
        padding: 15px 10px;
        display: block;
    }

    .loaction_way {
        display: flex;
        flex-direction: inherit;
        justify-content: flex-start;
    }

    .loaction_way img {
        width: 40px;
    }

    .loaction_way p {
        font-size: 14px;
        margin-top: 0;
        margin-left: 10px;
    }

    .location_box {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }

    .line_con {
        display: block;
        margin-bottom: 15px;
    }

    .subway_line {
        display: inline-block;
        width: auto;
        height: auto;
        font-size: 10px;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 5px 10px;
    }

    .line_con>p {
        font-size: 14px;
        line-height: 20px;
    }

    .line_con>p span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
    }

    .line_con>p span br {
        display: none;
    }

    .bus_con {
        margin-bottom: 20px;
    }

    .bus_con>p {
        font-size: 14px;
    }

    .location_bus {
        margin-top: 10px;
    }

    .location_bus>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .location_bus>p span {
        margin-right: 15px;
    }

    /* // sub1_11 - 진료안내/오시는길 */

}








































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /* sub1_1 - MD스토리 */
    .sub1_1_section1 {
        width: 100% !important;
        height: auto !important;
        padding: 50px 0;
    }

    .sub1_1_section1 .s2_1_sec1_textbox {
        margin-bottom: 0 !important;
    }

    .sub1_1_text {
        font-size: 10px;
    }

    .sub1_1_section1 h1 {
        font-size: 20px !important;
        margin-top: 10px !important;
    }

    .sub1_1_section1 h1 span {
        font-size: 18px;
    }

    .sub1_1_section2 {
        padding: 50px 0;
    }

    .s1_1_sec2_left {
        width: 40%;
    }

    .s1_1_sec2_left img {
        width: 100%;
    }

    .s1_1_sec2_right {
        width: 55%;
    }

    .s1_1_sec2_title {
        display: inline-block;
        font-size: 18px;
    }

    .s1_1_sec2_title span {
        font-size: 20px;
    }

    .s1_1_sec2_title img {
        width: 25px;
        top: -15px;
        right: -20px;
    }

    .s1_1_sec2_right ul {
        margin-top: 20px;
    }

    .s1_1_sec2_right ul li {
        margin-bottom: 10px;
    }

    .s1_1_sec2_right ul li p {
        font-size: 14px;
        margin-left: 10px;
    }

    .s1_1_sec2_right ul li img {
        width: 10px;
    }

    .history_img {
        margin-top: 40px;
    }

    .history_img img {
        width: 100%;
    }

    .history_img p {
        font-size: 10px;
        top: -10px;
        right: -1.5vw;
    }

    .history_img p strong {
        font-size: 11px;
    }

    .sub1_1_section3 {
        padding: 50px 0;
    }

    .sub1_1_section3 .center>p {
        font-size: 22px;
    }

    .sub1_1_section3 ul {
        margin-top: 30px;
        align-items: flex-start;
        justify-content: space-between;
    }

    .sub1_1_section3 ul li {
        width: 29%;
        margin: 0 !important;
    }

    .s1_1_sec3_title {
        width: 200px;
        height: 40px;
    }

    .s1_1_sec3_title span {
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin-left: 5px;
    }

    .s1_1_sec3_title p {
        font-size: 15px;
    }

    .sub1_1_section3 ul li>p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .sub1_1_section3 ul li>p br {
        display: none;
    }

    .sub1_1_section3 ul li>img {
        height: 25px;
    }

    .sub1_1_section4 {
        padding: 40px 0;
    }

    .sub1_1_section4 .center {
        width: 100%;
    }

    .sub1_1_section4 .center img {
        width: 80%;
    }

    .sub1_1_section4 p {
        left: 15%;
        font-size: 14px;
        line-height: 25px;
    }

    .sub1_1_section4 p span {
        font-size: 16px;
        margin-left: 5px;
    }

    .sub1_1_section5 {
        padding-bottom: 0;
    }

    .history_contain {
        padding: 0;
    }

    .history_prograss {
        top: 0;
        left: 15px;
    }

    .history_inner {
        padding-top: 30px;
    }

    .years {
        width: 100px;
        height: 35px;
        font-size: 18px;
        margin-left: 0;
    }

    .history_content {
        display: block;
        padding-top: 30px;
    }

    .history_content_margin {
        padding-top: 40px;
    }

    .year {
        padding-left: 20px;
        box-sizing: border-box;
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .year p {
        font-size: 16px;
    }

    .history_dot {
        width: 10px;
        height: 10px;
        border: 2px solid #fff;
        margin-right: 5px;
        margin-left: -9px;
    }

    .his_con_box {
        width: 100%;
    }

    .his_con {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 10px 10px 10px 25px;
        box-sizing: border-box;
        border-radius: 5px;
        align-items: baseline;
        background-color: transparent;
    }

    .his_con_shadow {
        background-color: #fff;
        padding: 20px 10px 10px;
        margin-top: 20px;
    }

    .his_con_shadow>p {
        font-size: 12px;
        line-height: 18px;
        padding: 0px 10px;
    }

    .his_con_padding {
        padding: 0 10px 0 25px;
        margin-top: 15px;
    }

    .his_point {
        position: absolute;
        top: -10px;
        left: 10px;
    }

    .his_point>img {
        width: 65px;
    }

    .his_point p {
        font-size: 10px;
        margin-left: -2px;
    }

    .month_category {
        width: 20%;
    }

    .month {
        font-size: 14px;
    }

    .his_category {
        font-size: 10px;
        padding: 2px 5px;
        margin-left: 5px;
    }

    .category_purple {
        border: 1px solid #a357ed;
    }

    .category_blue {
        border: 1px solid #6698ff;
    }

    .category_green {
        border: 1px solid #aacf8d;
    }

    .category_yellow {
        border: 1px solid #fdc100;
    }

    .history_text {
        width: 80%;
        font-size: 12px;
        line-height: 16px;
        word-break: keep-all;
    }

    .his_img {
        width: 100%;
        margin-left: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .his_img img {
        width: 40%;
    }

    .his_text {
        font-size: 14px;
        margin: 5px 0 0 25px;
    }

    .sub1_1_section5 .s3_more_btn a {
        padding: 10px 25px;
        height: auto;
    }

    .sub1_1_section5 .s3_more_btn a p {
        margin-right: 20px;
        font-size: 12px;
    }

    .sub1_1_section5 .s3_more_btn a p span {
        font-size: 14px;
    }

    .s3_more_btn {
        margin-top: 50px !important;
    }

    .s3_more_btn a {
        height: 50px;
    }

    .s3_more_btn a p {
        font-size: 12px;
    }

    .s3_more_btn a p span {
        font-size: 14px;
    }

    .s3_more_btn a img {
        width: 25px;
    }

    /* // sub1_1 - MD스토리 */


    /* sub1_2 - 의료진소개 */
    /* 서브 공통배너*/
    .sub_top_banner h1 {
        font-size: 24px !important;
        margin-top: 0;
    }

    .sub_top_banner2 p {
        font-size: 10px;
        line-height: 15px;
        word-break: keep-all;
    }

    .bracket {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }

    .l_bracket>img {
        width: 10px;
    }

    .l_bracket {
        margin-right: 30px;
    }

    .r_bracket>img {
        width: 10px;
    }

    .r_bracket {
        margin-left: 30px;
    }

    /* // 서브 공통배너*/

    .sub7_2_section1 {
        height: auto !important;
        padding: 50px 0;
    }

    .sub1_2_text {
        font-size: 10px;
        letter-spacing: 4px;
        margin-right: -4px;
    }

    .sub1_2_section2 {
        margin-top: 20px;
    }

    .s1_2_sec2_title {
        font-size: 18px;
    }

    .s1_2_sec2_title span {
        width: 3px;
        height: 20px;
        margin-right: 10px;
    }

    .doctor_contain {
        margin-bottom: 30px;
    }

    .d_con1 {
        padding: 100px 0 0 30%;
        box-sizing: border-box;
        margin-top: 30px;
    }

    .d_con1 .center2 {
        padding-left: 0;
        box-sizing: border-box;
    }

    .doctor_name {
        width: 100%;
        font-size: 12px;
    }

    .d_con1_2 .doctor_name {
        font-size: 12px;
    }

    .d_con1_3 .doctor_name {
        font-size: 12px;
    }

    .doctor_name span {
        font-size: 16px;
        font-family: 'S-CoreDream-6Bold', sans-serif;
        margin-right: 5px;
    }

    .doctor_info {
        width: 100%;
        margin-top: 5px;
        font-size: 12px;
    }

    .doctor_info span {
        width: max-content;
        height: auto;
        margin-top: 10px;
        font-size: 10px;
        letter-spacing: -0.5px;
        padding: 5px;
        display: flex;
        word-break: keep-all;
    }

    .d_con2 {
        padding: 30px 0;
        margin-top: 20px;
        position: relative;
        z-index: 2;
        background-color: #f8f8f8;
    }

    .d_con2_2 {
        padding: 20px 0;
    }

    .d_con2 .center2 {
        padding-left: 0;
    }

    .d_info_box p {
        font-size: 13px;
    }

    .d_info_box ul {
        margin-top: 10px;
    }

    .d_info_box ul li {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .d_info_box ul li:last-child {
        margin-bottom: 0;
    }

    .d_info_box ul li::marker {
        font-size: 10px;
    }

    .doctor_img {
        width: 150px;
        position: absolute;
        top: 0;
        left: 10%;
        transform: none;
        z-index: 1;
    }

    .doctor_img .center2 {
        width: 100%;
    }

    .doctor_img img {
        width: 100%;
    }

    .doctor_img_2 {
        margin-top: 0;
    }

    .doctor_img_3 {
        margin-top: 0;
    }

    .sub1_2_section4 {
        padding: 40px 0 50px;
    }

    .sub1_2_section4 .center>p {
        font-size: 20px;
    }

    .sub1_2_section4 ul {
        margin-top: 30px;
    }

    .sub1_2_section4 ul li {
        width: 100%;
        height: 45px;
        margin-bottom: 25px;
    }

    .sub1_2_section4 ul li span {
        width: 55px;
        height: 55px;
        font-size: 16px;
    }

    .sub1_2_section4 ul li p {
        padding: 0 15px 0 60px;
        font-size: 12px;
        word-break: keep-all;
    }

    /* // sub1_2 - 의료진소개 */


    /* sub1_3 - 병원 둘러보기 */
    .sub1_3_section2 {
        padding: 50px 0;
    }

    .s1_3_sec2_title p {
        font-size: 20px;
    }

    .s1_3_sec2_title span {
        font-size: 14px;
        line-height: 22px;
        margin-top: 15px;
    }

    .arrow_rolling {
        width: 45%;
        margin-top: 40px;
    }

    .arrow_rolling p {
        font-size: 20px;
        line-height: 30px;
    }

    img.rotate_arrow {
        width: 80%;
    }

    img.stay_img {
        width: 100%;
    }

    .sub1_3_section3 {
        padding: 50px 0 0;
    }

    .s1_3_sec3_tab {
        width: 30%;
        height: 350px;
    }

    .s1_3_sec3_tab ul li {
        padding: 0 15px;
        font-size: 13px;
        cursor: inherit;
    }

    .s1_3_sec3_tab ul li p {
        font-size: 16px;
        margin-right: 10px;
    }

    .s1_3_sec3_tabcon {
        width: 70%;
        height: 350px;
    }

    .hos_slider-for .slick-track,
    .hos_slider-for .slick-list{
        height: 100%;
    }

    .hos_info {
        height: auto;
        padding: 10px 15px 85px;
        display: block;
    }

    .hos_info p {
        font-size: 16px;
        padding-right: 0;
        padding-bottom: 10px;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .hos_info span {
        padding-left: 0;
        padding-top: 10px;
        font-size: 13px;
        line-height: 20px;
        word-break: keep-all;
    }

    .hos_info span br {
        display: none;
    }

    .small_slide_box {
        padding: 10px 15px;
        display: block;
        justify-content: flex-start;
    }

    .hos_slider-nav {
        width: 100%;
    }

    .hos_slider-nav6 {
        width: 30%;
    }

    .hos_small_img {
        height: 60px;
        cursor: inherit;
    }

    /* // sub1_3 - 병원 둘러보기 */


    /* sub1_5 - 방송출연 */
    .sub1_5_section2 {
        width: 100%;
        padding: 0;
    }

    ul.broadcast_ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
        cursor: inherit;
    }

    .broadcast_ul .notice_thumb {
        height: auto;
    }
    
    .notice_thumb{
        height: auto;
    }

    .broadcast_title {
        margin-top: 10px;
        font-size: 16px;
    }

    ul.broadcast_ul li:hover .broadcast_title {
        text-decoration: none;
    }

    .board_page_btn {
        margin-top: 20px;
    }

    /* // sub1_5 - 방송출연 */


    /* sub1_5_d - 방송출연 상세페이지 */
    .sub1_5_d_section1 {
        padding: 0;
    }

    .broadcast_d_title {
        padding: 15px 10px;
        box-sizing: border-box;
        font-size: 16px;
    }

    .broadcast_d_date {
        padding: 10px 10px;
        box-sizing: border-box;
        font-size: 12px;
    }

    .broadcast_d_date i {
        font-size: 14px;
    }

    .broadcast_d_content {
        padding: 30px 10px;
        box-sizing: border-box;
    }

    /* // sub1_5_d - 방송출연 상세페이지 */


    /* sub1_6 - 언론보도 */
    ul.news_ul {
        width: 100%;
    }

    ul.news_ul li {
        padding: 10px;
        margin-bottom: 30px;
        cursor: inherit;
    }

    ul.news_ul .notice_thumb {
        height: auto;
    }

    .news_title {
        margin-top: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    ul.news_fix_ul {
        margin-bottom: 30px;
    }

    /* // sub1_6 - 언론보도 */


    /* sub1_6_d - 언론보도 상세페이지 */
    .news_moreview {
        margin-top: 30px;
    }

    /* // sub1_6_d - 언론보도 상세페이지 */


    /* sub1_7 - 세계 속의 MD */
    ul.world_md_ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
        cursor: inherit;
    }

    .world_md_title {
        font-size: 14px;
        line-height: 20px;
    }

    ul.world_md_ul li:hover .world_md_title {
        text-decoration: none;
    }

    /* // sub1_7 - 세계 속의 MD */


    /* sub1_7_d - 세계 속의 MD 상세페이지 */
    .broadcast_d_content span {
        /*margin-top: 30px;*/
        /*font-size: 14px;*/
        /*line-height: 20px;*/
    }

    /* // sub1_7_d - 세계 속의 MD 상세페이지 */


    /* sub1_8 - 사회공헌 */
    .sub1_8_section1 {
        width: 100% !important;
        height: 30vh !important;
    }

    .sub1_8_section3{
        margin-top: 40px;
    }
    
    .sub1_8_section2 {
        /* padding: 50px 0; */
        padding: 40px 0 0;
    }

    .sub1_8_section2 .center{
        width: 100%;
    }

    .s1_8_tab ul li {
        height: 45px;
        font-size: 14px;
        cursor: inherit;
    }

    .cw_conbox {
        padding: 20px 0;
    }

    .cw_conbox>p {
        width: 20%;
        font-size: 25px;
    }

    .cw_img {
        width: 80%;
    }

    .cw_img ul li {
        width: 20%;
        margin: 5px 20px 5px 0;
        cursor: inherit;
    }

    .dn_content ul li {
        padding: 20px 0 15px;
    }

    .dn_con_inner {
        cursor: inherit;
    }

    .dn_text>p {
        font-size: 16px;
        line-height: 25px;
    }

    .dn_con_inner:hover .dn_text>p {
        text-decoration: none;
    }

    .dn_text>span {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .s1_8_3_cont{
        margin: 60px 0 20px;
        padding-bottom: 60px;
    }
    .s1_8_3_cont>p{
        font-size: 25px;
        margin-bottom: 30px;
    }
    .s1_8_3_cont>p:before{
        width: 35px;
        height: 43px;
        left: 0;
    }
    .s1_8_3_cont>p:after{
        width: 35px;
        height: 43px;
        right: -5%;
    }
    .s1_8_3_cont ul{
        margin-top: 20px;
        gap: 20px;
        flex-wrap: wrap;
    }
    .s1_8_3_cont li p{
        font-size: 23px;
        padding: 15px;
    }
    
    
    /* // sub1_8 - 사회공헌 */


    /* sub1_9 - 논문 및 학회 */
    .sub1_9_section1 {
        width: 100% !important;
        height: auto !important;
        padding: 50px 0;
    }

    .sub1_9_section1 h1,
    .sub1_10_section1 h1,
    .sub1_11_section1 h1 {
        font-size: 20px !important;
        margin-top: 10px !important;
    }

    .sub1_9_section1 .s2_1_sec1_textbox2 p {
        font-size: 14px;
        line-height: 20px;
    }

    .s1_9_tab{
        margin-top: 30px;
    }

    .s1_9_tab ul li {
        height: 40px;
        font-size: 16px;
        cursor: inherit;
    }

    ul.s1_9_ul {
        margin-top: 30px;
    }

    ul.s1_9_ul li {
        margin-bottom: 30px;
    }

    .s1_9_thumbbox {
        height: 190px;
        padding: 5px;
    }

    .s1_9_thumbbox a {
        width: 70px;
        height: 70px;
        opacity: 1;
        visibility: visible;
        transition: none;
    }

    .s1_9_thumbbox a img {
        width: 20px;
    }

    .s1_9_thumbbox a p {
        font-size: 12px;
        margin-top: 10px;
    }

    .s1_9_info {
        margin-top: 10px;
    }

    .s1_9_info p {
        font-size: 16px;
    }

    .s1_9_info p span {
        width: 30px;
        margin: 10px auto;
    }

    .s1_9_info>span {
        font-size: 13px;
        line-height: 19px;
        word-break: keep-all;
    }

    .s1_9_info>span br {
        display: none;
    }

    /* // sub1_9 - 논문 및 학회 */


    /* sub1_11 - 진료안내/오시는길 */
    .sub1_11_section2 {
        padding-top: 0;
    }

    .sub1_11_section2 .center{
        width: 90%;
    }

    .sub1_11_section2 .center>p {
        font-size: 18px;
    }

    .sub1_11_section2 .center>ul {
        margin-top: 30px;
    }

    .sub1_11_section2 .center>ul>li {
        width: 33.33%;
        padding: 10px 15px;
    }

    .dr_title img{
        width: 30px;
    }
    
    .dr_title p {
        font-size: 16px;
        margin-top: 10px;
    }

    .md_time {
        margin-top: 20px;
    }

    .md_time p {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .md_time p span {
        width: 70px;
        font-size: 14px;
    }

    .md_time p span.lt_s {
        letter-spacing: 18px;
    }

    .md_number {
        margin-top: 30px;
        font-size: 25px;
    }

    .reserv {
        margin-top: 20px;
    }

    .reserv ul li {
        height: 30px;
        margin-bottom: 5px;
        cursor: inherit;
    }

    .reserv ul li img{
        width: 15px;
    }

    .reserv ul li p {
        font-size: 12px;
        margin-left: 5px;
    }

    .sub1_11_section3 {
        padding-top: 50px;
    }

    .s1_11_sec3_title p {
        font-size: 20px;
    }

    .s1_11_sec3_title span {
        font-size: 14px;
        margin-top: 10px;
    }

    .s1_11_map_box {
        height: 300px;
        margin-top: 30px;
    }

    .sub1_11_section3 .center>p {
        padding: 30px 0;
        font-size: 16px;
    }

    .sub1_11_section3 .center>p img {
        width: 10px;
        margin-right: 10px;
    }

    .sub1_11_section4 ul li {
        padding: 30px 15px;
    }

    .loaction_way img{
        width: 50px;
    }

    .loaction_way p {
        font-size: 16px;
        margin-top: 10px;
    }

    .location_box {
        width: calc(100% - 60px);
        margin-left: 50px;
    }

    .line_con {
        margin-bottom: 20px;
    }

    .subway_line {
        width: 40px;
        height: 20px;
        font-size: 10px;
        margin-right: 30px;
    }

    .line_con>p {
        width: calc(100% - 70px);
        font-size: 14px;
    }

    .line_con>p span {
        font-size: 12px;
        line-height: 18px;
        margin-top: 5px;
        word-break: keep-all;
    }

    .line_con>p span br{
        display: none;
    }

    .bus_con {
        margin-bottom: 20px;
    }

    .bus_con>p {
        font-size: 14px;
    }

    .location_bus {
        margin-top: 10px;
    }

    .location_bus>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    /* // sub1_11 - 진료안내/오시는길 */
}