@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,500);
@import url(https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css);
@import url(http://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url(https://cdn.jsdelivr.net/font-nanum/1.0/nanummyeongjo/nanummyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(https://fonts.googleapis.com/css?family=Material+Icons);
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(css/blank.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OTWelcomeRA';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/OTWelcomeRA.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: -0.01em;
    color: inherit;
}

body * {
    -webkit-text-size-adjust: auto;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    border: 0;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

html,
body {}

body {
    font-family: 'NotoSansKR', 'Noto Sans Korean', 'Noto Sans KR', 'Roboto', sans-serif;
    color: #505050;
}

div {
    display: block;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
    line-height: 1.25
}

b {
    letter-spacing: inherit;
    font-weight: 700
}

.inner {
    width: 1200px;
    margin: auto;
    clear: both
}

.inner2 {
    width: 1100px;
    margin: auto;
    clear: both
}

.c_logo {
    color: #0eaada !important;
}

.c_sub {
    color: #abd036 !important;
}

.c_blue {
    color: #4151c4 !important;
}

.c_lightgray {
    color: #c0c0c0 !important
}

.c_gray {
    color: #808080 !important
}

.c_red {
    color: #c70000 !important
}

.c_white {
    color: #fff !important
}

.c_black {
    color: #303030 !important
}

h1 {
    font-size: 50px;
    line-height: 1.15
}

h2 {
    font-size: 40px;
    line-height: 1.15
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    line-height: 1.5
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: inherit;
    word-break: keep-all
}

p.small {
    font-size: 15px;
}

.mj {
    font-family: "Nanum Myeongjo", serif !important;
    letter-spacing: -0.1em;
}

.NaGo,
.NaGo p,
.NaGo h4 {
    font-family: "Nanum Gothic", '나눔고딕', 'Nanum Gothic Coding', sans-serif !important;
    letter-spacing: -0.02em;
}

.NaGo.bold * {
    font-family: 'Nanum Gothic', sans-serif;
}

.garamond {
    font-family: 'Cormorant Garamond', serif;
}

span {
    color: inherit
}

.float {
    float: left;
}

.float_r {
    float: right
}

.center {
    text-align: center !important
}

.right {
    /* text-align: right !important; */
}

hr {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    border: 0;
}


/* 컬럼 설정 */

.col5 {
    width: 20%;
}

.col4 {
    width: 25%;
}

.col3 {
    width: 33.33%;
}

.half {
    width: 50% !important
}

.flex {
    display: flex;
}

.col {
    flex: 1;
}


/* 공통 */

#wrap {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    position: relative;
    height: 100%;
}

#header .member {
    width: 100%;
    min-width: 640px;
    border-bottom: 1px #e0e0e0 solid;
    height: 34px;
    line-height: 33px;
}

#header .member ul {
    float: right;
    border-left: 1px #e0e0e0 solid;
}

#header .member ul li {
    border-right: 1px #e0e0e0 solid;
    float: left;
    font-size: 12px;
    padding: 0 12px
}

#header .member ul li.mb {
    background-color: #f5f5f5;
}



#header>.pc_show>.inner {
    position: relative;
    width: 100%;
    height: 160px;
    max-width: 1400px;
    /* padding: 20px 170px 20px 350px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header a.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 314px;
    height: 80px;
    display: block;
    text-indent: -999px;
    background-image: url(images/logo_2025.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#header>.pc_show>.inner>p {
    line-height: 1.2;
}

#header>.pc_show>.inner>p strong {
    font-size: 26px;
    color: #2d9cd2;
}

#header .award {
    transform: translateX(91px);
}

#gnb>.topnav {
    display: flex;
    justify-content: center;
    gap: 100px;
    font-size: 20px;
    position: relative;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

#gnb>.topnav>li {
    position: relative;
}

#gnb>.topnav>li>a {
    padding: 31px 0;
    font-size: 17.3px;
    display: block;
    color: #4c4948;
    font-family: 'Pretendard-Regular', sans-serif
}

#gnb>.topnav>li:hover>.subnav {
    display: block;
}

#gnb>.topnav>li>.subnav {
    position: absolute;
    width: 250px;
    top: 82.5px;
    left: 50%;
    transform: translateX(-50%);
    background: #6dc9e6;
    color: #fff;
    text-align: center;
    padding: 15px 30px;
    display: none;
    z-index: 50;
}

#gnb>.topnav>li>.subnav>li {
    margin: 10px 0;
}

#gnb>.topnav>li>.subnav>li>a {
    font-size: 18px;
}


.header_top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.header_bottom {
    background: #163456;
    color: #fff;
}

.header_bottom .topnav {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}

.header_bottom .topnav li a {
    font-size: 22px;
}




/* a.logo {
    width: 341px;
    height: 79px;
    display: block;
    text-indent: -3333px;
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#header {
    width: 100%;
    min-width: 1200px;
    height: 241px;
}

#header .inner {
    position: relative;
}



#header .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -186px;
}

#header .inner img.hd_tel {
    position: absolute;
    top: 44px;
    left: 0;
    width: 220px;
}

#header .inner img.hd_award {
    position: absolute;
    top: 28px;
    right: 0;
}

#header #gnb {
    width: 100%;
    height: 68px;
    position: relative;
    top: 139px;
    background: #163456;
}

#header #gnb ul {}

#header #gnb ul > li {
    float: left;
    width: 20%;
    line-height: 67px;
}

#header #gnb ul > li a {
    line-height: 67px;
    font-size: 22px;
    color: #fff;
    display: block;
    padding-bottom: 3px;
    text-align: center;
}

#header #gnb .subnav {
    margin: auto;
    background: #fff;
    width: 100%;
    clear: both;
    display: none;
    position: absolute;
    z-index: 10;
    text-align: left;
    top: 68px;
    left: 0;
    font-size: 18px;
    border-bottom: 1px #e0e0e0 solid;
}

#header #gnb .subnav dl {
    width: 20%;
    float: left;
    padding: 10px 0;
    border-left: 1px #e0e0e0 solid;
    min-height: 250px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#header #gnb .subnav dl:hover {
    background-color: #f5f5f5;
}

#header #gnb .subnav dl.sub1 {
    border-left: none;
}

#header #gnb .subnav dd {
    line-height: 38px;
}

#header #gnb .subnav a:hover {
    color: #2a80b7;
    font-weight: bold;
}

#header #gnb .subnav a {
    display: block;
    padding: 5px 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
} */

/* 퀵메뉴 */
#quick_menu {
    background: url(images/quick_menu.png) no-repeat center;
    position: absolute;
    top: 208px;
    right: 0;
    width: 125px;
    height: 430px;
    z-index: 9999;
    border-radius: 20px;
}

#quick_menu ul {
    margin-top: 27px;
    height: 430px;
}

#quick_menu ul li {
    width: 100%;
    height: 100px;
}

#quick_menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}



/* 오프닝 팝업 */
.proudPop {
    position: fixed;
    left: 25%;
    top: 17.5vh;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 65vh;
    background: rgba(21, 31, 66, 0.95);
    z-index: 100000;
    font-family: "Noto Serif KR", serif;
    /*padding: 50px 60px;*/
}

.proudPop .proudCona {
    margin-bottom: 20px;
}

.proudPop .proudCona img {
    display: block;
    margin: 0 auto;
    max-width: 140px;
}

.proudPop .proudCon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    overflow: hidden;
    width: 100%;
    max-width: 1000px;
    text-align: center;
}

.proudPop .proudCon .surgCase {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: #ebdfc9;
}

.proudPop .proudCon .surgCase .txtBox {
    width: 100%;
    height: 80px;
    font-weight: 200;
}

.proudPop .proudCon .surgCase .txtBox p {
    font-size: 22px;
    font-weight: 200;
}

.proudPop .proudCon .surgCase .txtBox .slogan {
    font-size: 50px;
    font-weight: 200;
}

.proudPop .proudCon .surgCase .numCount {
    max-width: 750px;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 100px;
    letter-spacing: 0;
    margin: 0px auto;
}

.proudPop .proudCon .surgCase .numCount .count_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.proudPop .proudCon .surgCase .numCount .count_box .rotate {
    transform: scaleX(-1);
}

.proudPop .proudCon .surgCase .numCount .count_box img {
    width: 100px;
}

.proudPop .proudCon .surgCase .numCount #count {
    font-size: 140px;
    font-weight: 900;
    color: #e4bb71;
    line-height: 1.4;
}

.proudPop .proudCon .surgCase .numCount .ea {
    display: inline-block;
    font-size: 40px;
    font-weight: 200;
    color: #e4bb71;
    margin-top: 70px;
}

.proudPop .proudCon .popBtnSec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.proudPop .proudCon .popBtnSec .todayClose a {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.proudPop .proudCon .popBtnSec .popclose {
    font-size: 30px;
    border-radius: 50px;
}

.proudPop .proudCon .popBtnSec .popclose a {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}

.proudPop .proudCon .autoClose {
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    margin-top: 15px;
}


@media (max-width: 1400px) {
    .proudPop {
        left: 20%;
        width: 60%;
    }

}


@media (max-width: 1200px) {
    .proudPop {
        left: 15%;
        width: 70%;
    }

    .proudPop .proudCon .surgCase .numCount .count_box {
        justify-content: center;
        gap: 5px;
    }
}

@media (max-width: 991px) {
    .proudPop {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 19, 62, 0.95);
        z-index: 100000;
        margin: 0;
        padding: 0;
    }

    .proudPop .proudCona img {
        max-width: 140px;
    }

    .proudPop .proudCon .surgCase .txtBox {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 25px;
        font-size: 15px;
        font-weight: 200;
    }

    .proudPop .proudCon .surgCase .txtBox p {
        font-size: 20px;
        margin-top: 20px;
    }

    .proudPop .proudCon .surgCase .txtBox .slogan {
        font-size: 50px;
        margin-top: 20px;
    }

    .proudPop .proudCon .surgCase .numCount {
        /*max-width: 450px;*/
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 80px;
        font-size: 70px;
        letter-spacing: 0;
    }

    .proudPop .proudCon .surgCase .numCount #count {
        font-size: 2em;
    }

    .proudPop .proudCon .surgCase .numCount .ea {
        font-size: 40px;
    }

    .proudPop .proudCon .popBtnSec {
        margin-top: 10px;
    }

    .proudPop .proudCon .popBtnSec .todayClose a {
        font-size: 20px;
        font-weight: 200;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .proudPop .proudCon .surgCase .numCount {
        max-width: 640px;
    }

    .proudPop .proudCon .surgCase .numCount .count_box {
        max-width: 640px;
    }

    .proudPop .proudCon .surgCase .numCount .count_box img {
        width: 90px;
    }
}

@media (max-width: 430px) {
    .proudPop .proudCon .surgCase .numCount #count {
        font-size: 1.7em;
    }

    .proudPop .proudCon .surgCase .numCount .count_box img {
        width: 85px;
    }
}


/* 퀵메뉴 모바일 */
#m_quick_menu {
    background: url(images/quick_menu.png) no-repeat center;
    display: none;
    position: fixed;
    bottom: 200px;
    right: 0;
    width: 125px;
    height: 430px;
    z-index: 9999;
    border-radius: 20px;
}

#m_quick_menu ul {
    margin-top: 27px;
    height: 430px;
}

#m_quick_menu ul li {
    width: 100%;
    height: 100px;
}

#m_quick_menu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}





/* 공통 하단 */

footer {
    width: 100%;
}

footer .footer_top .inner {
    width: 100%;
    display: flex;
    height: 800px;
}

footer .footer_top .left,
footer .footer_top .right {
    width: 50%;
}

footer .footer_top .left {
    overflow: hidden;
}

footer .footer_top .left .m_show {
    display: none;
}

.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont {
    display: none;
}

footer .footer_top .right {
    position: relative;
    background: #004274;
    padding: 123px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

footer .footer_top .right:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./images/footer_overlay.jpg) center/cover no-repeat;
    opacity: 0.1;
    z-index: -1;
}

footer .footer_top .right .txtbox {
    width: 570px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    text-align: left;
}

footer .footer_top .right .txtbox>li {
    display: flex;
    gap: 35px;
}

footer .footer_top .right .txtbox li p {
    font-size: 24px;
    text-align: right;
}

footer .footer_top .right .txtbox li>p:first-child {
    width: 23%;
}

footer .footer_top .right .txtbox>li:nth-child(1)>p:first-child,
footer .footer_top .right .txtbox>li:nth-child(2)>p:first-child {
    line-height: 59px;
}

footer .footer_top .right .txtbox>li:nth-child(3) {
    margin: 55px 0;
}

footer .footer_top .right .txtbox>li:nth-child(3)>p {
    align-self: baseline;
}


footer .footer_top .right .txtbox .time p:first-child {
    width: 47%;
    text-align: left;
}


footer .footer_top .right .txtbox span {
    font-size: 50px;
    font-weight: bold;
}

footer .footer_top .right .txtbox>li:nth-child(1) span {
    letter-spacing: 1.1px;
}

footer .footer_top .right .txtbox>li:nth-child(2) span {
    letter-spacing: 2.2px;
}

footer .footer_top .right .txtbox li .time {
    width: 350px;
}

footer .footer_top .right .txtbox li .time li {
    display: flex;
    justify-content: space-between;
}

footer .footer_top .right .txtbox li .time li p:last-child {
    width: 70%;
    text-align: left;
}

footer .footer_top .right .txtbox h5 {
    font-size: 24px;
    font-weight: bold;
    color: #8dc63f;
}

footer .footer_top .right .txtbox h6 {
    font-size: 20px;
    color: #8dc63f;
    padding-left: 16px;
}

footer .footer_top .right .detail {
    margin-top: 40px;
}

footer .footer_bottom {
    margin: 0 auto;
    max-width: 1300px;
    /* height: 250px; */
}

footer .footer_bottom .inner {
    width: 100%;
    padding: 80px 0;
}

footer .footer_bottom a.logo {
    width: 314px;
    height: 80px;
    display: block;
    text-indent: -999px;
    background-image: url(images/logo_2025.png);
    background-size: cover;
    background-repeat: no-repeat;
}

footer .footer_bottom .inner>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


footer .footer_bottom .inner>ul li {
    display: flex;
    gap: 25px;
    align-self: baseline;
    color: #959595;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 10px;
}


footer .footer_bottom .inner>ul li a {
    font-weight: bold;
    font-family: 'Pretendard-Regular', sans-serif;
}




/* 
footer .footer_top {
    width: 100%;
    height: 500px;
    background: url(images/footer_top.jpg);
}

footer .footer_bottom {
    padding-bottom: 130px;
    background: #303030;
}

footer .footer_bottom .inner {
    display: flex;
    justify-content: space-between;
}

footer .footer_bottom .footer_left {
    padding: 60px 0;
    text-align: left;
}

footer .footer_bottom .footer_left .txt {
    font-size: 15px;
    color: #8a8a8a;
    margin-top: 40px;
}

footer .footer_bottom .footer_left .txt span {
    margin-right: 30px;
}

footer .footer_bottom .footer_left a.logo {
    width: 341px;
    height: 78px;
    background: url(images/logo_w.png) no-repeat center;
}

footer .footer_bottom .footer_right .ft_sns {
    display: flex;
}

footer .footer_bottom .footer_right .ft_num {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}  */


/* 메인 */

#main {
    width: 100%;
    /* min-width: 1200px; */
    /* float: left; */
    position: relative;
    display: inline-block
}

#main span.arrow_span img {
    margin-top: 16px;
    margin-left: 8px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#main .main_top {
    position: relative;
    display: flex;
    max-width: 1920px;
    height: 655px;
    margin: 0 auto;
}

#main .main_top .main_img {
    width: 100%;
    height: 100%;
    background: url(images/main_banner.png) -80px center/cover no-repeat;
}

#main .main_top .main_img p:first-child {
    position: absolute;
    left: 71px;
    top: 46px;
}

#main .main_top .main_img p:last-of-type {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 126px;
}

#main .main_top .main_video {
    width: 560px;
    height: 315px;
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 28%;
    right: 9vw;
}

#main .main_top .main_video video {
    width: 560px;
    height: 315px;
}

.top_tit {
    text-align: center;
    letter-spacing: 1px;
}

.top_tit .welcome {
    font-family: 'OTWelcomeRA', sans-serif;
    font-size: 57px;
    line-height: 1.3;
    color: #00579a;
}

.top_tit h2 {
    font-weight: 500;
}



/* part1 보건복지부 인증 의료기관 */
#main .part1 {
    width: 100%;
    padding: 100px 0px;
}

#main .part1 .clinic_center {
    max-width: 1400px;
    height: 245px;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

#main .part1 .clinic_center li {
    transition: all .3s ease-in-out;
}

#main .part1 .clinic_center li a {
    text-align: center;
}

#main .part1 .clinic_center li a>p:first-of-type {
    width: 182px;
    height: 182px;
    background: #e5eef5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 40px;
}

#main .part1 .clinic_center li a>p:last-of-type {
    font-size: 20px;
    font-family: 'Pretendard-Regular', sans-serif
}

#main .part1 .clinic_center>li:hover {
    transform: translateY(-10px);
    transition: all .3s ease-in-out;
}


/* part2 메뉴 */
#main .part2 {
    width: 100%;
    padding: 100px 0px;
    margin: 0 auto;
}

#main .part2 .inner {
    width: 100%;
    max-width: 1400px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        "left left left right"
        "left left left right";
}

#main .part2 .left {
    width: 100%;
    height: 630px;
    display: grid;
    box-sizing: border-box;
    grid-area: left;
    grid-template-areas:
        "one two three "
        "four five six ";
}

#main .part2 .left li {
    /* width:100%; */
    height: 315px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}

#main .part2 .left li:nth-child(1) {
    grid-area: one;
    border-right: none;
    border-bottom: none;
}

#main .part2 .left li:nth-child(2) {
    position: relative;
    grid-area: two;
    border-right: none;
    border-bottom: none;
    overflow: hidden;
}

#main .part2 .left li:nth-child(2) a .doc_pic {
    position: absolute;
    bottom: 0;
    right: -18px;
    width: 199px;
}

#main .part2 .left li:nth-child(2) a>p:last-of-type img {
    width: 100%;
}

#main .part2 .left li:nth-child(3) {
    grid-area: three;
    border-bottom: none;
}

#main .part2 .left li:nth-child(4) {
    grid-area: four;
    background: #0eaada;
    color: #fff;
    border-right: none;
}

#main .part2 .left li:nth-child(5) {
    grid-area: five;
    border-right: none;
}

#main .part2 .left li:nth-child(6) {
    grid-area: six;
    background: #abd035;
    color: #fff;
}

#main .part2 .left li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px;
    font-family: 'Pretendard-Regular', sans-serif
}

#main .part2 .left li a .txt p:first-of-type {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
}

#main .part2 .left li a .txt p:last-of-type {
    font-size: 17px;
    color: #d9d9d9;
    line-height: 1.6;
}

#main .part2 .right {
    display: grid;
    grid-area: right;
    grid-template-areas:
        "rightone"
        "righttwo";
    width: 350px;
    height: 100%;
    text-align: center !important;
    background: #57585a;
    /* padding: 45px 0; */
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif
}

#main .part2 .right li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main .part2 .right li:first-of-type {
    grid-area: rightone;
    position: relative;
    justify-content: end;
    padding: 30px 0 20px;
}

#main .part2 .right li:last-of-type {
    grid-area: righttwo;
    position: relative;
    justify-content: start;
}

#main .part2 .right li:first-of-type p:first-child {
    font-weight: bold;
    font-size: 21px;
}

#main .part2 .right li:first-of-type p:nth-child(2) {
    font-size: 32px;
    color: #2d9cd2;
    font-weight: bold;
    margin: 20px 0;
}

#main .part2 .right li:first-of-type::after,
#main .part2 .right li:last-of-type::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    background: #909192;
}

#main .part2 .right li:first-of-type::after {
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
}

#main .part2 .right li:first-of-type::before {
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}

#main .part2 .right li:first-of-type p:nth-child(2) {
    margin: 10px 0 15px;
}

#main .part2 .right li:first-of-type p:nth-child(3) {
    color: #c9caca;
    text-align: left;
}

#main .part2 .right li:first-of-type p:nth-child(3) span {
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
}

#main .part2 .right li:first-of-type p:last-child {
    margin-top: 20px;
    color: #c9caca;
}

#main .part2 .right li:first-of-type p:last-child span {
    font-weight: bold;
    color: #fff;
}

#main .part2 .right li:last-of-type p:nth-child(1) {
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
}

#main .part2 .right li:last-of-type p:nth-child(2) {
    margin: 10px;
}

#main .part2 .right li:last-of-type p:nth-child(2) img {
    width: 100%;
}

#main .part2 .right li:last-of-type p:last-child {
    color: #c9caca;
    line-height: 1;
}



/* part3 slide */

#main .detail {
    background: #8dc63f;
    display: inline-block;
    width: 162px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
}


#main .part3 .inner {
    width: 100%;
    position: relative;
}

/* #main .part3 .inner .first_slider{
    overflow: hidden;
} */
#main .part3 .inner .first_slider,
#main .part3 .inner .second_slider {
    height: 720px;
    position: relative;
}

#main .part3 .inner .top_tit {
    width: 40%;
    height: 100%;
    /* padding: 120px 0 120px 245px; */
    padding: 120px 0 120px 13vw;
    background: #00579a;
    text-align: left;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    border-radius: 0 30px 30px 0;
}

#main .part3 .inner .top_tit .welcome {
    color: #fff;
}

#main .part3 .inner .top_tit p:nth-child(2) {
    color: #ddd;
    margin-bottom: 100px;
}


#main .part3 #controller {
    position: absolute;
    height: 20px;
    z-index: 100;
}

#main .part3 .first_slider #controller {
    right: 249px;
    top: 113px;
}

#main .part3 .second_slider #controller {
    position: absolute;
    height: 20px;
    right: 259px;
    top: 87px;
    z-index: 100;
}

#main .part3 .first_slider #controller {
    width: 286px;
}

#main .part3 .inner #controller .swiper-pagination-bullet {
    margin: 0 2px;
}

#main .part3 .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
}

#main .part3 .inner #controller .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 30px;
    background: #00579a !important;
}

#main .part3 .inner .first_slider .swiper-container,
#main .part3 .inner .second_slider .swiper-container {
    position: absolute;
    width: 66%;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

#main .part3 .inner .first_slider .swiper-wrapper {
    position: absolute;
    top: 161px;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}

#main .part3 .inner .first_slider .swiper-wrapper .swiper-slide {
    width: 350px;
    height: 446px;
    border-radius: 20px;
    background: #f1f9fc;
    overflow: hidden;
}

#main .part3 .inner .first_slider .swiper-wrapper .swiper-slide a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 45px;
    display: block;
}

#main .part3 .inner .first_slider .swiper-wrapper .swiper-slide h4 {
    margin-bottom: 78px;
}

#main .part3 .inner .swiper-slide a .tit_box {
    font-family: 'Pretendard-Regular', sans-serif;
}

#main .part3 .inner .swiper-slide a .tit_box h4 {
    font-family: 'OTWelcomeRA', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #00589b;
}

#main .part3 .inner .first_slider .swiper-slide a .tit_box span {
    padding-top: 35px;
    font-size: 18px;
}

#main .part3 .inner .first_slider .swiper-slide a .tit_box p {
    font-size: 30px;
    font-weight: bold;
}

#main .part3 .inner .first_slider .swiper-slide .picture {
    position: absolute;
    top: 152px;
    right: -20px;
}

/* 두번째 슬라이드 */
#main .part3 .inner .second_slider {
    margin-top: 20px;
}

#main .part3 .inner .second_slider .top_tit {
    background: none;
}


#main .part3 .inner .second_slider .top_tit .welcome {
    color: #00589b;
}

#main .part3 .inner .second_slider .top_tit p:nth-child(2) {
    color: #303030;
}

#main .part3 .second_slider #controller {
    width: 245px;
}

#main .part3 .inner .second_slider .swiper-wrapper {
    position: absolute;
    top: 32px;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}

#main .part3 .inner .second_slider .swiper-slide {
    width: 500px;
    height: 460px;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#main .part3 .inner .second_slider .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#main .part3 .inner .second_slider .swiper-slide:not(.swiper-slide-active) {
    height: 300px;
    margin-top: 70px;
    border: 1px solid #f5f5f5;
}

#main .part3 .inner .second_slider .swiper-slide-active {
    box-shadow: 10px 10px 1px #e5eef5;
}

#main .part3 .inner .second_slider .swiper-slide .picture {
    height: 360px;
    overflow: hidden;
}

#main .part3 .inner .second_slider .tit_box {
    background: #f5f5f5;
    display: none;
}

#main .part3 .inner .second_slider .swiper-slide-active .tit_box {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px;
    justify-content: center;
}

#main .part3 .inner .second_slider .swiper-slide .tit_box h4 {
    font-size: 25px;
    line-height: 1;
}

/* part4 학술활동 */

#main .part4 {
    width: 100%;
    position: relative;
    background: #00589b;
    overflow: hidden;
    padding: 100px 0;
}

#main .part4 .welcome {
    color: #fff;
}

#main .part4 .overlay {
    position: absolute;
    right: 0;
    top: 80%;
    opacity: .1;
    width: 30%;
    transform: translateY(-50%);
}

#main .part4 .inner {
    text-align: center;
}

#main .part4 span a {
    font-size: 20px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

#main .part5 {
    width: 100%;
    height: 620px;
    padding: 100px 0;
}

#main .part5 .inner {
    display: flex;
    /* max-width: 1400px; */
    width: 1400px;
    gap: 40px;
}

#main .part5 .left,
#main .part5 .right {
    flex: 1;
}

#main .part5 .left .welcome {
    text-align: left;
}

#main .part5 .left ul {
    width: 100%;
    display: flex;
    gap: 40px;
    margin: 50px 0;
}

#main .part5 .left ul li {
    width: calc(100% / 4);
}

#main .part5 .left ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
}

#main .part5 .left ul li a p {
    width: 135px;
    height: 135px;
    background: #ecf9fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

#main .part5 .left ul li a span {
    color: #808080;
}

#main .part5 .left ul li a span,
#main .part5 .left ul li a p img {
    transition: all .3s ease;
}

#main .part5 .left ul li a:hover p {
    background: #8dc63f;
}

#main .part5 .left ul li a:hover p img {
    filter: brightness(0) invert(1);
}

#main .part5 .left ul li a:hover span {
    color: #000;
}

#main .part5 .right {
    text-align: left;
}

#main .part5 .right .top_tit {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #c1c2ca;
    margin-bottom: 40px;
}

#main .part5 .right .top_tit .welcome {
    font-size: 40px;
    font-weight: bold;
    color: #323550;
    text-align: left;
}

#main .part5 .right .top_tit span {
    color: #acadb5;
}

#main .part5 .right a {
    font-family: 'Pretendard-Regular', sans-serif;
    color: #404040;
}



/* form_mail 폼메일 */
#main .form_mail {
    padding: 20px;
    background: #00589b;
}

#main .form_mail .inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#main .form_mail .inner>div {
    width: 50%;
}

#main .form_mail .inner .tit {
    padding-left: 20px;
}

#main .form_mail .tit {
    color: #fff;
}

#main .form_mail .tit p {
    font-weight: 200;
    margin-top: 10px;
}

#main .form_row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}







/* 모바일 */


@media only screen and (max-width:640px) {
    a.logo {
        width: 263px;
        height: 68px;
        background-image: url(images_m/logo.png);
    }
}







/* 서브 */

#sub {
    width: 100%;
    display: inline-block;
    float: left;
}

#sub .subtop {
    width: 100%;
    height: 328px;
    padding-top: 100px;
    text-align: center;
    position: relative;
}

#sub .subtop.top1 {
    background: url(images/subtop_1.jpg) no-repeat center;
}

#sub .subtop.top2 {
    background: url(images/subtop_2.jpg) no-repeat center;
}

#sub .subtop.top3 {
    background: url(images/subtop_3.jpg) no-repeat center;
}

#sub .subtop.top4 {
    background: url(images/subtop_4.jpg) no-repeat center;
}

#sub .subtop.top5 {
    background: url(images/subtop_5.jpg) no-repeat center;
}

#sub .subtop.top6 {
    background: url(images/subtop_6.jpg) no-repeat center;
}

#sub .subtop h2 {
    margin-bottom: 10px;
    font-size: 42px;
}

#sub .subtop>p.c_white {}

#sub .snb {
    width: 1200px;
    background-color: #f0f0f0;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    overflow: hidden;
}

#sub .snb li {
    float: left;
}

#sub .snb li a {
    display: block;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sub .snb li a.on,
#sub .snb li a.on:hover {
    background-color: #0eaada;
    color: #fff;
    font-weight: 600;
}

#sub .snb li a:hover {
    background-color: rgb(0, 0, 0, 0.08);
}

#sub #content {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
    margin-bottom: 100px;
}

#sub #content.mg0 {
    margin: 0;
}

#sub #content .paragraph {
    width: 100%;
    display: inline-block;
    position: relative;
    font-family: 'Nanum Gothic', '나눔고딕', 'Nanum Gothic Coding', sans-serif !important;
    letter-spacing: -1em;
}

#sub #content .paragraph .row {
    width: 100%;
    display: inline-block
}

#sub #content .tabs {
    width: 100%;
    text-align: center;
    display: flex;
    border: 1px #d5d5d5 solid;
}

#sub #content .tabs.btm {
    border-top: none;
}

#sub #content .tabs li {
    flex: 1;
    line-height: 60px;
    font-size: 19px;
    border-left: 1px #d5d5d5 solid;
}

#sub #content .tabs li.first {
    border-left: 0;
}

#sub #content .tabs li a {
    display: block;
    height: inherit;
    font-size: 16px;
}

#sub #content .tabs li.active a {
    background-color: #4151c4;
    color: #fff;
}

#sub #content .tab_content {
    width: 100%;
    display: inline-block;
}

#sub #content .tabs li a:hover {
    background-color: #f5f5f5;
    color: #404040;
    font-weight: bold;
}

#sub #content .title {
    text-align: center;
    margin-bottom: 40px;
}

#sub #content .title h1 {
    color: #303030;
    margin-bottom: 8px;
    text-align: center;
}

#sub #content .title p {
    letter-spacing: 0.1em;
}

#sub #content .paragraph a.more {
    color: #fff;
    width: 300px;
    height: 48px;
    line-height: 47px;
    text-align: center;
    background: linear-gradient(70deg, #24c3f4, #2399c4);
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#sub #content .paragraph a.more:hover {
    font-weight: 600;
    font-size: 18.5px;
}

#d_kjp.needpopup,
#d_ljh.needpopup {
    width: 1260px;
    margin-left: -630px;
    padding: 75px 0px 60px;
    text-align: center;
}

#sub #content .paragraph .device {
    width: 514px;
    min-height: 540px;
    float: left;
    padding-left: 72px;
    margin-bottom: 50px;
}

#sub #content .paragraph .device.long {
    min-height: 620px;
}

#sub #content .paragraph .device.first {
    padding-left: 0
}

#sub #content .paragraph .device img {
    border: 1px #e0e0e0 solid;
    margin-bottom: 20px
}

#sub #content .paragraph .device h4 {
    font-weight: bold;
    color: #0eaada;
    margin-bottom: 10px
}


/*진료시간표 timetable*/

#sub #content .paragraph.timetable .row {
    overflow-y: hidden;
    margin-top: 40px;
}

#sub #content .timetable span.on {
    font-weight: 700;
}

#sub #content .timetable span.surgery {
    color: #4151c4;
    font-weight: 700;
}

#sub #content .timetable table.color2 span.surgery {
    color: #0eaada;
    font-weight: 700;
}

#sub #content .timetable span.off {
    color: #8a8a8a;
    font-weight: 700;
}


/* 진료예약페이지 삭제(삼성조은병원참고)
#sub #content .timetable .row > .img_box {width:240px;height:100%; float:left; background-position: 8% -30px; background-repeat: no-repeat;} 
#sub #content .timetable .row > .img_box.doc_kjp{background-image: url(images/sub2_1_kjp1.jpg);} 
#sub #content .timetable .row > .img_box.doc_yjy{background-image: url(images/sub2_1_yjy.jpg);} 
#sub #content .timetable .row > .img_box.doc_csh{background-image: url(images/sub2_1_csh.jpg);} 
#sub #content .timetable .row .float > h2 {margin-bottom: 20px; float: left; font-weight: bold; color: #303030; font-size: 42px;}
*/

#sub #content .timetable .row .float {
    width: 1200px;
    float: left;
}

#sub #content .timetable .row .float>p {
    font-size: 22px;
    font-weight: 600;
}

#sub #content .timetable .row .float .table {
    margin-top: 10px
}

#sub #content .timetable tr td p.sat {
    font-size: 14px;
}


/*sub_map

#sub #content .paragraph .sub_map ul {
    background: url(images/sub1_4_mapbtn.jpg)center no-repeat;
    height: 73px;
    width: 1100px;
}

#sub #content .paragraph .sub_map ul li {
    float: left;
    width: 33.3%;
    height: 100%;
}

#sub #content .paragraph .sub_map ul li a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
    text-indent: -9999px;
}

#sub #content .paragraph .sub_map ul li a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}
/*sub_map*/

/*sub 전문클리닉*/

#sub #content .paragraph h3.tit {
    font-weight: 900;
    color: #303030;
    margin-top: 60px;
    margin-bottom: 20px;
}

#sub #content .paragraph .intro_img {
    display: block;
    margin: 0 auto 46px;
}

#sub #content .paragraph .intro_txt {
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.1em;
    color: #3b3b3b;
    font-size: 37px;
    line-height: 1.40;
}

#sub #content .paragraph .topLine1::before {
    content: url(images/topLine1.gif);
}

#sub #content .paragraph .topLine2::before {
    content: url(images/topLine2.gif);
}

#sub #content .paragraph .w900 {
    width: 900px;
    margin-left: 300px;
}

#sub #content .paragraph .w900 h3,
#sub #content .paragraph .w900 h4,
#sub #content .paragraph .w900 h5 {
    font-weight: 500;
}

#sub #content .paragraph .w900>.bigImg {
    margin-bottom: 40px;
}

#sub #content .paragraph .w900 h4.belowImg {
    line-height: 1.5;
    font-size: 21px;
}

#sub #content .paragraph .w900 ul.qna li h5 {}

#sub #content .paragraph .w900 ul.qna {
    width: 100%;
}

#sub #content .paragraph .w900 ul.qna li {}

#sub #content .paragraph .w900 ul.qna li:nth-child(2n-1) {
    background: url(images/qna_q.gif)20px 10px no-repeat;
    padding: 30px 20px 30px 125px;
}

#sub #content .paragraph .w900 ul.qna li:nth-child(2n) {
    background-color: #e6f6fb;
    background-image: url(images/qna_a.gif);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    padding: 20px 20px 20px 125px;
}

#sub #content .paragraph .w900 ul.qna li:nth-child(2n) h5 {
    font-weight: 500;
}

#sub #content .paragraph .w900 ul.check {
    width: 100%;
}

#sub #content .paragraph .w900 ul.check.inBlock li h5,
#sub #content .paragraph .w900 ul.check.inBlock li p {
    display: inline-block;
}

#sub #content .paragraph .w900 ul.check.inBlock li h5 {
    width: 25%;
}

#sub #content .paragraph .w900 ul.check.inBlock.long li h5 {
    width: 32%;
}

#sub #content .paragraph .w900 ul.check li {
    margin-top: 25px;
    padding-left: 60px;
    background: url(images/check.gif)no-repeat top left;
    min-height: 38px;
}

#sub #content .paragraph .w900 ul.check.dotList li {
    background: url(images/dot_blue.gif)no-repeat 0% 20%;
    padding-left: 37px;
}

#sub #content .paragraph .w900 ul.check.dotList li:nth-child(2n) {
    background-image: url(images/dot_yellGr.gif);
}

#sub #content .paragraph .w900 ul.check.chkRed li {
    background: url(images/chkRed.gif)no-repeat top left;
}

#sub #content .paragraph .w900 ul.roundTop li {
    margin-top: 35px;
}

#sub #content .paragraph .w900 ul.roundTop li h4 {
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    background-color: #0eaada;
    display: inline-block;
    margin-bottom: 15px;
}

#sub #content .paragraph .w900 ul.roundTop.yellGr li h4 {
    background-color: #abd036;
}


/* sub1_4 */

#sub #content .floor {
    width: 600px;
}

#sub #content .floor>div {
    width: 100%;
    border-bottom: 1px #d0d0d0 solid;
    position: relative;
    float: left;
    min-height: 96px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#sub #content .floor>div:hover {
    background-color: #f5f5f5;
    border-bottom: 1px #505050 solid;
}

#sub #content .floor>div>a {
    display: block;
}

#sub #content .floor>div>a>* {
    line-height: 92px;
    float: left;
}

#sub #content .floor>div::after {
    content: "\e93e";
    font-family: "xeicon";
    float: right;
    line-height: 96px;
    color: #b0b0b0;
}

#sub #content .floor>div h4 {
    width: 10%;
}

#sub #content .floor>div p {
    width: 85%;
    font-size: 18px;
}

#sub #content .floor>div.line2 {}

#sub #content .floor>div.line2 p {
    line-height: 1.7;
    padding: 20px 0;
}

#sub #content .around {
    width: 1100px;
    height: 700px;
}

#galleria {
    height: 670px;
    width: 970px;
    margin: auto;
    padding-top: 30px;
}

h3.subject {
    font-weight: 700;
    color: #4151c4;
    margin-bottom: 20px;
}

h3.subject:before {
    content: "";
    width: 21px;
    height: 21px;
    border-radius: 21px;
    border: 5px #4151c4 solid;
    display: block;
    box-sizing: border-box;
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}


/* 테이블 설정 */

#content table.table {
    width: 100%;
    color: #505050;
}

#content table.table th,
#content table.table td {
    padding: 9px 10px;
    border-left: 1px #e5e5e5 solid;
    border-bottom: 1px #d0d0d0 solid;
    text-align: center;
}

#content table.table.checkup th,
#content table.table.checkup td {
    padding: 7px 20px;
}

#content table.table th {
    background: #e5e5e5;
    color: #333;
}

#content table.table.color2 th {
    background: #0eaada;
}

#content table.table th.etc {
    background: #f5f5f5;
    color: #505050;
}

#content table.table td.head {
    border-left: 0;
    text-align: left;
}

#content table.table th.head {
    border-left: 0;
    text-align: center;
}

#content table.table .article {
    background: #15275e;
    color: #fff
}

#content table.table.checkup p {
    font-size: 15px
}

#content table.table.checkup .add td {
    background: #f5f5f5
}

#content table.table.price {
    text-align: left
}

#content table.table.price th,
#content table.table.price td {
    padding: 4px 10px;
    text-align: left
}

#content table.table.price th.article {
    vertical-align: middle;
    text-align: center
}

#content table.table.price th {
    vertical-align: top
}

#content table.table.price p {
    font-size: 15px
}


/* 게시판 */

#sub #content .board_box {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    line-height: 1.7;
    min-height: 500px
}


/* 미디어쿼리 */

@media screen and (max-width:320px) {
    body {
        zoom: 50%;
    }

    #main .part3 .first_slider #controller {
        right: 63vw;
    }

    #main .part3 .second_slider #controller {
        right: 47vw;
    }

    .top_tit .welcome {
        font-size: 50px;
    }

}

@media screen and (min-width:321px) and (max-width:359px) {
    body {
        zoom: 50%;
    }
}

@media screen and (min-width:360px) and (max-width:374px) {
    body {
        zoom: 56.2%;
    }
}

@media screen and (min-width:375px) and (max-width:375px) {
    body {
        zoom: 58.5%;
    }
}

@media screen and (min-width:376px) and (max-width:479px) {
    body {
        zoom: 64.6%;
    }
}

@media screen and (min-width:480px) and (max-width:639px) {
    body {
        zoom: 75%;
    }
}


/* 아이패드(1024X768)보다 큰 스크린 사이즈와 해상도를 갖는 모든 기기에서의 해상도 설정
 @media all and (min-width: 640px) {
     body {width:640px; margin:0 auto;}
*/

@media all and (min-width: 640px) {
    body {
        zoom: 100%;
        margin: 0 auto;
    }
}


/* 모바일 css */

@media (max-width:1200px) {
    /* footer .footer_bottom {padding-bottom: 180px;} */

    .form_mail {
        width: 100%;
    }

    .form_mail .inner {
        flex-wrap: wrap;
        max-width: 100%;
    }

    .form_mail .inner .tit {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-left: 0;
    }

    .form_mail .tit h3 {
        padding-right: 20px;
    }

    .form_mail .inner .form {
        width: 600px;
        margin-top: 10px;
    }
}

@media only screen and (max-width:768px) {
    .pc_show {
        display: none !important;
    }

    body {
        width: 100%;
        max-width: 640px;
        min-width: 320px;
        display: block;
        margin: 0 auto;
    }

    #wrap,
    #header,
    footer,
    #main,
    #sub,
    .ft_tel {
        max-width: 640px;
        min-width: 320px;
    }

    .inner,
    .inner2 {
        width: 600px;
    }

    #sub .snb {
        width: 600px;
        margin-left: -300px;
    }

    #sub .snb.double {
        height: 120px;
        bottom: -60px;
    }

    #header .inner img.hd_tel {
        top: 44px;
        width: auto;
    }

    #header .inner img.hd_award {
        top: 35px;
    }

    footer .footer_top_m.m_show {
        width: 100%;
    }

    footer .footer_top .left .m_show {
        display: block;
    }

    #daumRoughmapContainer1752113908316 {
        width: 100% !important;
    }

    #main .main_top {
        height: 760px;
    }

    #main .main_top .main_img p:first-child {
        position: absolute;
        left: 0;
        top: 0;
        transform: scale(.7);
    }

    #main .main_top .main_img {
        height: 400px;
        background: url(images_m/main_banner_m.png) center/cover no-repeat;
    }

    #main .main_top .main_img p:last-of-type {
        display: none;
    }

    #main .main_top .main_video {
        width: 100%;
        height: auto;
        border-radius: 0;
        left: 0;
        top: 400px;
    }

    #main .main_top .main_video video {
        width: 100%;
        height: auto;
    }

    #main .part1 {
        padding: 100px 0px 0;
    }

    #main .part1 .clinic_center {
        height: auto;
        flex-wrap: wrap;
        padding: 0 80px;
        gap: 40px 80px;
    }

    #main .part1 .clinic_center li a>p:first-of-type {
        margin-bottom: 30px;
    }


    #main .part1 .clinic_center li a>p:last-of-type {
        font-size: 24px;
    }

    #main .part2 .inner {
        width: 100%;
        overflow: hidden;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "left left "
            "left left "
            "left left "
            "right right"
    }

    #main .part2 .left {
        height: 945px;
        display: grid;
        box-sizing: border-box;
        grid-area: left;
        grid-template-areas:
            "one two"
            "three four"
            " five six ";
    }

    #main .part2 .left li:nth-child(2) {
        border-right: 1px solid #e7e7e7;
    }

    #main .part2 .left li:nth-child(5) {
        border-right: 1px solid #e7e7e7;
    }

    #main .part2 .right {
        grid-template-areas:
            "rightone righttwo";
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    #main .part2 .right li:first-of-type {
        justify-content: center;
    }

    #main .part2 .right li:first-of-type::after {
        content: '';
        position: absolute;
        height: 80%;
        width: 3px;
        left: 98%;
        top: 50%;
        transform: translateY(-50%);
        background: #909192;
    }


    #main .part2 .right li:last-of-type::before {
        width: 0;
    }

    #main .part2 .right li:last-of-type {
        padding: 10px 0;
    }

    #main .part2 .right li:last-of-type p:nth-child(1) {
        margin-top: 0;
    }

    /* 슬라이드 */
    #main .part3 .inner .top_tit {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 40px 60px;
    }

    #main .part3 .first_slider #controller {
        right: 171px;
        top: 97%;
    }



    #main .part3 .inner .top_tit {
        border-radius: 0 50px 50px 0;
    }

    #main .part3 .inner .first_slider .swiper-container,
    #main .part3 .inner .second_slider .swiper-container {
        width: 75%;
        height: 105%;
    }


    #main .part3 .inner .first_slider .swiper-wrapper {
        top: 187px;
    }

    #main .part3 .inner .top_tit p:nth-child(2),
    #main .part3 .inner .top_tit p:nth-child(3) {
        display: none;
    }

    /* 두번째 슬라이드 */
    #main .part3 .inner .second_slider {
        margin-top: 100px;
    }

    #main .part3 .inner .second_slider .swiper-wrapper {
        top: 21%;
    }

    #main .part3 .inner .second_slider .swiper-slide img {
        width: auto;
    }

    #main .part3 .second_slider #controller {
        right: 182px;
        top: 90%;
    }


    #main .part3 .inner .second_slider .swiper-container {
        right: 23px;
        top: 0;
    }

    .haksul table td:last-of-type {
        margin-right: 10px;
        margin-right: 10px
    }

    #main .part4 .overlay {
        width: 40%;
        transform: translateY(-50%);
    }

    #main .part5 {
        width: 100%;
        height: auto;
    }

    #main .part5 .inner {
        width: 100%;
        flex-direction: column;
        padding: 0 10px;
    }

    #main .part5 .left .welcome {
        font-size: 50px;
        padding-left: 70px;
    }

    #main .part5 .left ul {
        gap: 20px;
    }

    #main .part5 .left ul li a p {
        width: 100%;
    }

    #main .part5 .right {
        padding: 0 20px;
    }

    #main .part5 .right .top_tit {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    /* formmail */

    #main .form_mail .inner {
        flex-direction: column;
    }

    #main .form_mail .inner>div {
        width: 100%;
    }

    footer .footer_top .inner {
        flex-direction: column;
    }

    footer .footer_top .inner {
        height: auto;
    }

    footer .footer_top .left,
    footer .footer_top .right {
        width: 100%;
    }

    footer .footer_top .left {
        height: 400px;
    }

    footer .footer_top .right {
        padding: 90px 0 40px;
    }

    footer .footer_bottom {
        background: #303030;
    }

    footer .footer_bottom .inner {
        width: 100%;
        padding: 70px 50px;
    }

    footer .footer_bottom .inner>ul {
        flex-direction: column;
    }

    footer .footer_bottom a.logo {
        background-image: url(images_m/footer_logo.png);
        margin-bottom: 45px;
    }








    /* ------------- */

    #quick_menu {
        display: none;
    }

    #m_quick_menu {
        display: block;
    }


    /* 폼메일 */
    .form_mail .inner {
        width: 640px;
    }

    .form_mail .tit h3 {
        font-size: 24px;
    }

    .form_mail .tit p {
        font-size: 15px;
    }




    #sub #content .tabs li a {
        letter-spacing: -0.1em;
    }

    #sub #content .paragraph .device.first,
    #sub #content .paragraph .device {
        padding-left: 43px;
    }

    #sub #content .paragraph .device.long.pc_only {
        min-height: 540px;
    }

    #sub #content .paragraph .inner2 img.sub1_4_img {
        margin-left: 75px;
        margin-bottom: 30px;
    }

    #sub #content .around {
        width: 600px;
        height: 500px;
    }

    .swiper-slide img {
        width: 100%;
    }

    .needpopup {
        width: 640px !important;
    }

    #d_kjp.needpopup,
    #d_ljh.needpopup {
        width: 640px !important;
        margin-left: -310px !important;
    }

    .needpopup-overflow .needpopup {
        left: 50% !important;
    }

    #sub #content .timetable .row .float {
        width: 600px;
    }

    #sub #content .paragraph .w900 {
        width: 600px;
        margin-left: 0px;
    }

    #sub #content .paragraph .w900>.bigImg {
        width: 100%;
    }

    #sub #content .paragraph .w900 #area {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
    }

    #sub #content .paragraph .w900 #area>iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    #sub #content .paragraph .inner h3.tit.mb0 {
        margin-bottom: 30px !important;
    }

    #sub #content .paragraph .topLine1::before {
        content: url(images_m/topLine1.gif);
    }

    #sub #content .paragraph .topLine2::before {
        content: url(images_m/topLine2.gif);
    }

    #sub #content .paragraph .w900 .img_box>img {
        width: 48%;
    }

    #sub #content .paragraph .w900 ul.check.inBlock li h5,
    #sub #content .paragraph .w900 ul.check.inBlock.long li h5 {
        width: auto;
        margin-right: 20px;
        margin-bottom: 4px;
    }

    .flex-control-nav {
        z-index: 9999;
    }

    #sub #content .board_box,
    #sub #content .board_box #post_area {
        max-width: 600px !important;
    }

    /* 모바일 게시판 */
    .table_02 img {
        width: 100% !important;
        height: auto !important;
    }
}


/* PC css  */

@media only screen and (min-width: 769px) {
    .m_show {
        display: none !important;
    }

}