@charset "utf8";

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 999;
    font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
}

header nav {
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #f7f7f7;
}

header nav ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    font-size: 0;
}

header nav li {
    display: inline-block;
    padding: 0 32px;
    position: relative;
}

header nav li:after {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background: #ddd;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

header nav li:first-child:before {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

header nav a {
    display: block;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
}

header .top {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

header .top span {
    display: block;
    font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 25px 0 5px 0;
    letter-spacing: -0.05em;
}

a.tel {
    font-weight: 900;
    font-size: 30px;
    color: #00456e;
}

a.adress {
    font-weight: 700;
    font-size: 20px;
    color: #00456e;
}

.t-shadow {
    display: block;
    color: black;
    position: relative;
}

.t-shadow:before,
.t-shadow:after {
    content: attr(title);
    color: rgba(255, 255, 255, .1);
    position: absolute;
}

.t-shadow:before {
    top: 1px;
    left: 1px
}

.t-shadow:after {
    top: 2px;
    left: 2px
}


header .top:after {
    content: "";
    display: block;
    clear: both;
}

header .top_left {
    float: left;
    width: 33.3333333%;
}

header h1 {
    float: left;
    width: 33.3333333%;
    text-align: center;
    padding: 15px 0;
}

header .top_right {
    float: left;
    width: 33.3333333%;
    text-align: right;
}

section img {
    display: block;
    width: 100%;
}

section h2 {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 700;
    font-size: 40px;
    padding: 30px 0;
}

section h3 {
    font-family: 'LotteMartDream';
    font-weight: 700;
    font-size: 32px;
    padding: 30px 0 10px 0;
    color: #42618b;
}

section .w_con h3 {
    color: #fff
}

section span {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 700;
    font-size: 60px;
}

section p {
    padding: 0 0 10px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

section strong {
    font-weight: 500;
    color: #000;
    font-size: 1.2em
}

section .s_cap {
    display: block;
    font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 20px 0;
    letter-spacing: 0.05em;
    position: relative;
}

section .s_cap:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #00456e;
    position: absolute;
    bottom: 0;
}

section {
    position: relative;
    width: 100%;
    height: 100vh;
}

section>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
    padding: 0 15px;
}

section figure {
    position: relative;
}

section figcaption {
    position: relative;
    padding: 10px 15px 15px 0;
    font-weight: 400;
    font-size: 18px;
}

section h4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 15px);
    text-align: center;
    line-height: 30px;
    background: linear-gradient(to left, #fc5353, #9198e5);
    color: #ffffff;
    text-shadow: 0 0 0 #333;
}

section ul {
    margin-bottom: 30px;
}

.ansim_div figure h4 {
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    bottom: 10px;
    left: 10px;
}


.b_con {
    color: #333;
}

.w_con {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.w_con .s_cap:after {
    background: #ff8000;
    right: 0
}



.con_left {
    text-align: left;
}

.con_left .s_cap:after {
    left: 0
}

.con_center {
    text-align: center;
}

.con_center .s_cap:after {
    left: 50%;
    transform: translate(-50%, -50%);
}

.con_right {
    text-align: right;
}

.con_right .s_cap:after {
    right: 0
}

.clinic {
    padding: 0 0 20px 0
}

.clinic_div {
    display: inline-block;
    width: 800px;
    padding: 10px 0 20px 0
}

.clinic_div:after {
    content: "";
    display: block;
    clear: both;
}

.clinic_div>div {
    float: left;
    width: 25%;
}

.clinic_div>div figure {
    padding: 0 15px 0 0
}

.clinic_div>div figcaption {
    display: block;
    width: 100%;
    font-size: 14px;
}

.clinic_div>div img {
    display: block;
    width: 100%;
}

.diet {
    width: 600px;
    margin: 0 auto;
}

.diet img {
    display: block;
    width: 100%;
}


.ansim {
    width: 800px;
    margin: 0 auto;
    padding: 0 0 20px 0
}

.ansim img {
    display: block;
    width: 100%;
}

.ansim_div {
    display: inline-block;
    width: 800px;
    padding: 10px 0 20px 0
}

.ansim_div:after {
    content: "";
    display: block;
    clear: both;
}

.ansim_div>div {
    float: left;
    width: 33.333333%;
}

.ansim_div>div figure {
    padding: 0 15px 0 0
}

.ansim_div>div figcaption {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 70px;
}

.ansim_div>div img {
    display: block;
    width: 100%;
}

.m01_ceo {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.m01_ceo:after {
    content: "";
    display: block;
    clear: both;
}

.m01_ceo>div {
    float: left;
    width: 50%;
}

.m01_ceo>div img {
    width: 80%;
    display: block;
    border-radius: 50%;
}

.m01_ceo li {
    line-height: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.050em;
    padding-left: 20px;
    position: relative;
}

.m01_ceo li:before {
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #00456e;
    position: absolute;
    top: 50%;
    left: 0;
}

section#index {
    background: url(../img/landing-index.jpg) no-repeat center bottom/cover
}

section#sch_i {
    height: 120vh;
    background: url(../img/landing-s011.jpg) no-repeat center center/cover
}

section#sch_a {
    height: 230vh;
    background: url(../img/landing-s012.jpg) no-repeat center center/cover
}

section#sch_i2 {
    height: 80vh;
    background: url(../img/landing-s012.jpg) no-repeat center center/cover
}

section#sch_m {
    background: url(../img/landing-s02.jpg) no-repeat center center/cover
}

section#sch_w {
    height: 100vh;
    background: url(../img/landing-s03.jpg) no-repeat center center/cover
}

section#sch_p {
    height: 100vh;
    background: url(../img/landing-s04.jpg) no-repeat center center/cover
}

section#sch_g {
    height: 140vh;
    background: url(../img/landing-s05.jpg) no-repeat center center/cover
}

section#sch_d {
    height: 180vh;
    background: url(../img/landing-s06.jpg) no-repeat center center/cover
}

section#sch_c {
    height: 100vh;
    background: url(../img/landing-s07.jpg) no-repeat center center/cover
}

section#sch_b {
    height: 100vh;
    background: url(../img/landing-s08.jpg) no-repeat center center/cover
}

.infomain {
    padding: 0;
}

footer {
    font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
}

footer .infobar {
    background: #00456e;
}

footer .infobar>div {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

footer .infobar>div:after {
    content: "";
    display: block;
    clear: both;
}

footer .infobar>div>div {
    float: left;
    width: 50%;
}

footer .infobar>div>div:nth-child(2) {
    text-align: right;
    line-height: 70px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

footer .infobar>div>div:nth-child(2) a {
    display: inline-block;
    padding: 5px 15px;
    background: #00c73c;
    line-height: 30px;
    vertical-align: middle;
}

footer .infobar>div>div:nth-child(2) i {
    font-size: 26px;
    vertical-align: middle;
}

footer .infomain {
    width: 1240px;
    margin: 0 auto;
    padding: 30px 0;
}

footer .infomain:after {
    content: "";
    display: block;
    clear: both;
}

footer .infomain>div {
    float: left;
    width: 33.33333%;
    padding: 10px 35px;
}

footer .infomain>div:last-child {
    border-right: none;
}

footer .infomain dl {
    padding: 15px 0;
    font-size: 18px;
}

footer .infomain dl.bus dt {
    height: 60px
}

footer .infomain dl.bus dd {
    height: 60px
}

footer .infomain dl.bus dd span {
    color: #333;
    font-weight: 400;
    font-size: 14px;
}

footer .infomain dt {
    float: left;
    width: 30%;
    height: 30px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em
}

footer .infomain dd {
    float: left;
    width: 70%;
    height: 30px;
    text-align: right;
    color: #00456e;
    font-weight: 700;
}

footer .infomain dl.bus dt:nth-child(1):before {
    content: "B";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #00456e;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
}

footer .infomain dl.bus dt:nth-child(3):before {
    content: "S";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #c35c03;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-right: 10px;
}

footer .customer a {
    padding: 15px 0
}

footer .infomain h3 {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    color: #4a4a4a;
}

footer .infomain h3:after {
    content: "+";
    color: #00456e;
    float: right;
}

footer .infomain h3 span {
    color: #00456e;
    font-weight: 500;
}

footer .infolink {
    padding: 10px 0;
    background: #f2f2f2;
}

footer .infolink>div {
    width: 1200px;
    margin: 0 auto;
}

footer .infolink>div:after {
    content: "";
    display: block;
    clear: both;
}

footer .infolink>div>div {
    float: left;
    width: calc(50% - 30px);
    margin: 0 15px;
    background: #ffeb33;
    border-radius: 5px;
    color: #3b1e1e;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
}

footer .infolink>div>div:nth-child(1) {
    background: #e02828;
    color: #fff;
}

footer .infolink>div>div i:before {
    font-size: 40px;
    vertical-align: middle;
    padding: 10px;
}

footer .infocopy {
    line-height: 20px;
    padding: 10px 0;
    background: #333;
    text-align: center;
    color: #f7f7f7;
    font-size: 14px;
    font-weight: 100;
}

.mbtn {
    display: none;
}

.font-g {
    font-family: 'LotteMartDream';
    font-weight: 700;
    font-size: 26px;
}

.font-b {
    font-weight: 700;
}

.color-g {
    color: #42618b;
}

.color-w {
    color: #ffffff;
}

.color-y {
    color: #e6a845;
}

.color-b {
    color: #869eb2
}


br.mbb {
    display: none;
}


.utube {
    position: fixed;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid #ddd;
}

.utube>div {
    padding-bottom: 56.25%;
    background: #00456e;

}


.utube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.utube h2 {
    position: absolute;
    top: -30px;
    right: 0;
    width: 100%;
    background: #e90c0c;
    color: #fff;
    line-height: 2;
    padding: 0 15px;
}

.utube i {
    float: right;
    line-height: 2;
    cursor: pointer;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 400px;
    width: 95%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.popup button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #333;
    width: 100px;
    height: 32px;
    color: #fff;
}

.popup img {
    max-width: 100%;
}

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

@media (max-width:768px) {
    header {
        position: fixed;
        top: 0;
        left: -100%;
        background: rgba(255, 255, 255, 0.85);
        z-index: 999;
    }

    header nav {
        background: rgba(255, 255, 255, 1);
        position: fixed;
        top: 100px;
        left: -100%;
        height: 100vh;
        width: 100%;
    }

    header nav.on {
        left: 0
    }

    header nav ul {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        text-align: center;
        font-size: 0;
    }

    header nav li {
        display: inline-block;
        width: 100%;
        padding: 0 15px;
        position: relative;
        border-bottom: 1px solid #ddd;
    }

    header nav li:nth-child(1) {
        border-top: 1px solid #ddd;
    }

    header nav li:after {
        content: "";
        display: none;
        width: 2px;
        height: 14px;
        background: #ddd;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    header nav li:first-child:before {
        content: "";
        display: none;
        width: 2px;
        height: 14px;
        background: #ddd;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%)
    }

    header nav a {
        display: block;
        line-height: 60px;
        font-size: 18px;
        font-weight: 400;
    }

    header .top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    header .top:after {
        content: "";
        display: block;
        clear: both;
    }

    header .top_left {
        display: none;
        float: left;
        width: 33.3333333%;
    }

    header h1 {
        float: none;
        width: 100px;
        text-align: center;
        padding: 15px 0;
    }

    header .top_right {
        display: none;
        float: left;
        width: 33.3333333%;
        text-align: right;
    }

    section img {
        display: block;
        width: 100%;
    }

    section h2 {
        font-family: 'Nanum Myeongjo', serif;
        font-weight: 400;
        font-size: 30px;
        padding: 20px 0;
    }

    section h3 {
        font-size: 20px;
        padding: 10px 0;
        color: #00456e
    }

    section .w_con h3 {
        color: #fff
    }

    section span {
        font-family: 'Nanum Myeongjo', serif;
        font-weight: 700;
        font-size: 40px;
    }

    section p {
        padding: 0 0 20px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
    }

    section .s_cap {
        display: block;
        font-family: 'Noto Sans KR', '맑은 고딕', sans-serif;
        font-weight: 400;
        font-size: 12px;
        padding: 20px 0;
        letter-spacing: 0.05em;
        position: relative;
    }

    section .s_cap:after {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background: #00456e;
        position: absolute;
        bottom: 0;
    }

    section {
        position: relative;
        height: auto;
        padding: 220px 0 80px 0;
    }

    section>div {
        position: static;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(0, 0);
        padding: 0 15px;
    }

    section figure {
        position: relative;
    }

    section figcaption {
        position: relative;
        padding: 10px 15px 15px 0;
        font-weight: 400;
        font-size: 12px;
    }

    section h4 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% - 15px);
        text-align: center;
        line-height: 30px;
        background: linear-gradient(to left, #fc5353, #9198e5);
        color: #ffffff;
        text-shadow: 0 0 0 #333;
        font-size: 14px;
    }



    .b_con {
        color: #333;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    }

    .w_con {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

    .w_con .s_cap:after {
        background: #ff8000;
        right: 0
    }



    .con_left {
        text-align: left;
    }

    .con_left .s_cap:after {
        left: 0
    }

    .con_center {
        text-align: center;
    }

    .con_center .s_cap:after {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .con_right {
        text-align: right;
    }

    .con_right .s_cap:after {
        right: 0
    }

    .clinic {
        padding: 0 0 20px 0
    }

    .clinic_div {
        display: inline-block;
        width: 100%;
        padding: 10px 0 20px 0
    }

    .clinic_div:after {
        content: "";
        display: block;
        clear: both;
    }

    .clinic_div>div {
        float: left;
        width: 50%;
    }

    .clinic_div>div figure {
        padding: 0 15px 0 0
    }

    .clinic_div>div figcaption {
        display: block;
        width: 100%;
        font-size: 12px;
        height: 100px;
    }

    .clinic_div>div img {
        display: block;
        width: 100%;
    }


    .ansim {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px 0
    }

    .ansim img {
        display: block;
        width: 100%;
    }

    .ansim_div {
        display: inline-block;
        width: 100%;
        padding: 10px 0 20px 0
    }

    .ansim_div:after {
        content: "";
        display: block;
        clear: both;
    }

    .ansim_div>div {
        float: left;
        width: 50%;
    }

    .ansim_div>div figure {
        padding: 0 7px 0 7px
    }

    .ansim_div>div figcaption {
        display: block;
        width: 100%;
        font-size: 12px;
        color: #666;
        height: 70px;
    }

    .ansim_div>div img {
        display: block;
        width: 100%;
    }

    .diet {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .diet img {
        display: block;
        width: 100%;
    }

    .m01_ceo {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .m01_ceo>div {
        float: none;
        width: 100%;
    }

    .m01_ceo>div img {
        width: 90%;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
    }

    .m01_ceo li {
        line-height: 24px;
        font-size: 14px;
        letter-spacing: -0.050em
    }

    section#index {
        height: 100vh;
        background: url(../img/landing-index.jpg) no-repeat 80% 100px/cover;
        padding: 170px 0 100px 0;
    }

    section#index h2 {
        color: #333;
    }

    section#index h2 br {
        display: block;
    }

    section#sch_i {
        height: auto;
        background: url(../img/landing-s011.jpg) no-repeat center center/cover;
        padding: 80px 0 100px 0;
    }

    section#sch_a {
        height: auto;
        background: url(../img/landing-s012.jpg) no-repeat center center/cover;
        padding: 80px 0 100px 0;
    }

    section#sch_i2 {
        height: auto;
        background: url(../img/landing-s012.jpg) no-repeat 30% center/cover;
        padding: 80px 0 100px 0;
    }

    section#sch_m {
        height: calc(100vh - 100px);
        min-height: 600px;
        background: url(../img/landing-s02.jpg) no-repeat center center/cover
    }

    section#sch_w {
        height: calc(100vh - 100px);
        min-height: 600px;
        background: url(../img/landing-s03.jpg) no-repeat 60% center/cover
    }

    section#sch_w h3 {
        background: linear-gradient(to left, rgb(255, 255, 255, 0.8), rgb(255, 255, 255, 0));
        border-radius: 0 20px;
        padding: 30px 0 15px 0;
    }

    section#sch_w p {
        background: linear-gradient(to left, rgb(255, 255, 255, 0.8), rgb(255, 255, 255, 0));
        border-radius: 20px 0;
    }

    section#sch_p {
        height: calc(100vh - 100px);
        min-height: 600px;
        background: url(../img/landing-s04.jpg) no-repeat 30% center/cover
    }

    section#sch_g {
        height: auto;
        background: url(../img/landing-s05.jpg) no-repeat 80% bottom;
        padding: 80px 0 100px 0;
    }

    section#sch_d {
        height: auto;
        background: url(../img/landing-s06.jpg) no-repeat 80% center/cover;
        padding: 80px 0 100px 0;
    }

    section#sch_c {
        height: calc(100vh - 100px);
        min-height: 600px;
        background: url(../img/landing-s07.jpg) no-repeat 60% center/cover
    }

    section#sch_b {
        height: calc(100vh - 100px);
        min-height: 600px;
        background: url(../img/landing-s08.jpg) no-repeat 30% center/cover
    }

    .infomain {
        padding: 0;
    }


    footer .infobar {
        background: #00456e;
    }

    footer .infobar>div {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    footer .infobar>div:after {
        content: "";
        display: block;
        clear: both;
    }

    footer .infobar>div>div {
        float: left;
        width: 50%;
    }

    footer .infobar>div>div img {
        display: block;
        padding-top: 10px;
        width: 100%;
    }

    footer .infobar>div>div:nth-child(2) {
        text-align: right;
        line-height: 70px;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

    footer .infobar>div>div:nth-child(2) a {
        display: inline-block;
        padding: 5px 15px;
        background: #00c73c;
        line-height: 30px;
        vertical-align: middle;
    }

    footer .infobar>div>div:nth-child(2) i {
        font-size: 26px;
        vertical-align: middle;
    }

    footer .infomain {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    footer .infomain:after {
        content: "";
        display: block;
        clear: both;
    }

    footer .infomain>div {
        float: none;
        width: 100%;
        padding: 20px 15px;
    }

    footer .infomain>div:last-child {
        border-right: none;
    }

    footer .infomain dl {
        padding: 15px 0;
        font-size: 18px;
    }

    footer .infomain dl.bus dt {
        height: 40px
    }

    footer .infomain dl.bus dd {
        height: 60px
    }

    footer .infomain dl.bus dd span {
        color: #333;
        font-weight: 400;
        font-size: 14px;
    }

    footer .infomain dt {
        float: left;
        width: 30%;
        height: 30px;
        color: #666;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.02em
    }

    footer .infomain dd {
        float: left;
        width: 70%;
        height: 30px;
        text-align: right;
        color: #00456e;
        font-weight: 700;
    }

    footer .infomain dl.bus dt:nth-child(1):before {
        content: "B";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #00456e;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin-right: 10px;
    }

    footer .infomain dl.bus dt:nth-child(3):before {
        content: "S";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #c35c03;
        border-radius: 5px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin-right: 10px;
    }

    footer .customer a {
        padding: 15px 0
    }

    footer .infomain h3 {
        padding: 10px 0;
        font-size: 18px;
        font-weight: 400;
        border-bottom: 1px solid #ddd;
        color: #4a4a4a;
    }

    footer .infomain h3:after {
        content: "";
        color: #00456e;
        float: right;
    }

    footer .infomain h3 span {
        color: #00456e;
        font-weight: 500;
    }

    footer .infolink {
        padding: 0 0;
        background: #f2f2f2;
    }

    footer .infolink>div {
        width: 100%;
        margin: 0 auto;
        padding: 15px 5px;
    }

    footer .infolink>div:after {
        content: "";
        display: block;
        clear: both;
    }

    footer .infolink>div>div {
        float: left;
        width: 100%;
        margin: 5px 0;
        background: #ffeb33;
        border-radius: 5px;
        color: #3b1e1e;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        font-weight: 700;
        vertical-align: middle;
    }

    footer .infolink>div>div:nth-child(1) {
        background: #e02828;
        color: #fff;
    }

    footer .infolink>div>div i:before {
        font-size: 40px;
        vertical-align: middle;
        padding: 10px;
    }

    footer .infocopy {
        line-height: 20px;
        padding: 20px 0;
        background: #4a4a4a;
        ;
        text-align: center;
        color: #f7f7f7;
        font-size: 12px;
        font-weight: 500;
    }

    .mbtn {
        display: block;
        position: fixed;
        top: 30px;
        right: 30px;
        width: 30px;
        height: 30px;
        z-index: 9999
    }

    .mbtn span {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #666;
    }

    .mbtn span:nth-child(1) {
        top: 0;
    }

    .mbtn span:nth-child(2) {
        top: 10px;
    }

    .mbtn span:nth-child(3) {
        top: 10px;
    }

    .mbtn span:nth-child(4) {
        top: 20px;
    }

    .mbtn.on span:nth-child(1) {
        display: none;
    }

    .mbtn.on span:nth-child(2) {
        transform: rotate(45deg);
    }

    .mbtn.on span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .mbtn.on span:nth-child(4) {
        display: none;
    }

    br.mbb {
        display: block;
    }

    .utube {
        position: fixed;
        width: 350px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 10px solid #ddd;
    }


    .font-g {
        font-family: 'LotteMartDream';
        font-weight: 700;
        font-size: 20px;
    }

    .color-g {
        color: #42618b;
    }

    .color-w {
        color: #ffffff;
    }

}

@media (max-width:375px) {
    section#index {
        height: 100vh;
        background: url(../img/landing-index.jpg) no-repeat 80% 100px/cover;
        padding: 130px 0 100px 0;
    }
}

@media (max-width:320px) {
    body {
        font-size: 12px;
    }

    section h2 {
        font-family: 'Nanum Myeongjo', serif;
        font-weight: 400;
        font-size: 24px;
        padding: 20px 0;
    }

    section h3 {
        font-size: 16px;
        padding: 10px 0;
        color: #00456e
    }

    section .w_con h3 {
        color: #fff
    }

    section span {
        font-family: 'Nanum Myeongjo', serif;
        font-weight: 700;
        font-size: 32px;
    }

    section p {
        padding: 0 0 20px 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
    }

    section#index {
        height: 100vh;
        background: url(../img/landing-index.jpg) no-repeat 80% 100px/cover;
        padding: 100px 0 100px 0;
    }

    section figure {
        position: relative;
    }

    section figcaption {
        position: relative;
        padding: 10px 15px 15px 0;
        font-weight: 400;
        font-size: 10px;
    }

    section h4 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100% - 15px);
        text-align: center;
        line-height: 30px;
        background: linear-gradient(to left, #fc5353, #9198e5);
        color: #ffffff;
        text-shadow: 0 0 0 #333;
        font-size: 14px;
    }

    .clinic {
        padding: 0 0 20px 0
    }

    .clinic_div {
        display: inline-block;
        width: 100%;
        padding: 10px 0 20px 0
    }

    .clinic_div:after {
        content: "";
        display: block;
        clear: both;
    }

    .clinic_div>div {
        float: left;
        width: 50%;
    }

    .clinic_div>div figure {
        padding: 0 15px 0 0
    }

    .clinic_div>div figcaption {
        display: block;
        width: 100%;
        font-size: 10px;
        height: 100px;
    }

    .clinic_div>div img {
        display: block;
        width: 100%;
    }


    .ansim {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px 0
    }

    .ansim img {
        display: block;
        width: 100%;
    }

    .ansim_div {
        display: inline-block;
        width: 100%;
        padding: 10px 0 20px 0
    }

    .ansim_div:after {
        content: "";
        display: block;
        clear: both;
    }

    .ansim_div>div {
        float: left;
        width: 50%;
    }

    .ansim_div>div figure {
        padding: 0 7px 0 7px
    }

    .ansim_div>div figcaption {
        display: block;
        width: 100%;
        font-size: 10px;
        color: #666;
        height: 70px;
    }

    .ansim_div>div img {
        display: block;
        width: 100%;
    }

    footer .infobar>div>div:nth-child(2) {
        text-align: right;
        line-height: 70px;
        color: #fff;
        font-weight: 500;
        font-size: 12px;
    }

    footer .infobar>div>div:nth-child(2) a {
        display: inline-block;
        padding: 5px 15px;
        background: #00c73c;
        line-height: 30px;
        vertical-align: middle;
    }

    footer .infobar>div>div:nth-child(2) i {
        font-size: 26px;
        vertical-align: middle;
    }


    footer .infomain dl {
        padding: 15px 0;
        font-size: 14px;
    }

    footer .infomain dl.bus dt {
        height: 40px
    }

    footer .infomain dl.bus dd {
        height: 60px
    }

    footer .infomain dl.bus dd span {
        color: #333;
        font-weight: 400;
        font-size: 14px;
    }

    footer .infomain dt {
        float: left;
        width: 30%;
        height: 30px;
        color: #666;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.02em
    }

    footer .infomain dd {
        float: left;
        width: 70%;
        height: 30px;
        text-align: right;
        color: #00456e;
        font-weight: 700;
    }
}

.kakaomap {
    width: 100% !important
}