@charset "utf-8";

@import url('//fonts.googleapis.com/css2?family=Oswald&display=swap');


@charset "utf-8";

#mv {}

.kakao_btn {
    width: 352px;
    margin: 0 auto;
}

#mv .mv_list_wrap {}

#mv .mv_list_wrap .list {
    position: relative;
    overflow: hidden;
}

#mv .mv_list_wrap .list .mv_visual {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/landing/assets/img/mv1.png');
}

#mv .mv_list_wrap .list1 .mv_visual {
    background-image: url('/landing/assets/img/mv1.png');
}

#mv .mv_list_wrap .list2 .mv_visual {
    background-image: url('/landing/assets/img/mv2.jpg');
}

#mv .mv_list_wrap .list3 .mv_visual {
    background-image: url('/landing/assets/img/mv3.jpg');
}

#mv .mv_list_wrap .list .mv_txt_wrap {
    position: absolute;
    top: 13%;
    left: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 25%;
    margin-left: -228px;
    /*transform: translate(-33%, -2%);*/
}

#mv .mv_list_wrap .list .mv_txt_wrap .mv_tit_ani {
    transform: translateY(-30px);
    opacity: 0;
}

#mv .mv_list_wrap .list .mv_txt_wrap .mv_txt_ani {
    transform: translateY(50px);
    opacity: 0;
}

#mv .mv_list_wrap .list .mv_txt_wrap h3 {
    color: #fbf4d4;
    line-height: 1;
    margin-bottom: 25px;
}

#mv .mv_list_wrap .list .mv_txt_wrap p {
    line-height: 1.5;
}

#mv .mv_list_wrap .slick-active .mv_visual {
    animation: mvBgScale 3.5s forwards;
}

#mv .mv_list_wrap .slick-active .mv_txt_wrap .mv_tit_ani {
    animation: mvTit 0.8s 1s forwards;
    opacity: 0;
    transform: translateY(-30px);
}

#mv .mv_list_wrap .slick-active .mv_txt_wrap .mv_txt_ani {
    animation: mvTxt 1s 1.2s forwards;
    opacity: 0;
    transform: translateY(50px);
}

#mv .mv_list_wrap .slick-active .mv_txt_wrap .mv_txt_ani:nth-child(3) {
    animation-delay: 1.4s;
}

.tel_box {
    background-color: rgba(28, 171, 179, 0.7);
    padding: 20px 0;
    border-radius: 20px;
    border: 2px solid #fff
}

.yellow {
    color: #fff8c0
}

.underline {
    border-bottom: 1px solid #fff;
    /* ���� �β��� ���� ���� */
    padding-bottom: 2px;
    /* �ؽ�Ʈ�� ���� ���� ���� ���� */

    display: inline;
}

.blue {
    color: #82ccd2 !important
}

@keyframes mvBgScale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes mvTit {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes mvTxt {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#mv .mv_mouse {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -9px;
    cursor: pointer;
    animation: move_mouse 2s infinite
}


@keyframes move_mouse {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

#mv .slick-dots {
    bottom: 20%;
}

#mv .slick-dots li {
    width: auto;
    height: auto;
}

#mv .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 1px solid #fff;
    opacity: .5;
}

#mv .slick-dots li.slick-active button {
    width: 65px;
    opacity: 1;
}

#mv .slick-dots li button:before {
    display: none;
}

.slick_arrow button {
    width: 25px;
    height: 48px;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.slick_arrow .prev_btn {
    background-image: url('/assets/images/main/arr_prev.png');
}

.slick_arrow .next_btn {
    background-image: url('/assets/images/main/arr_next.png');
    margin-left: 30px;
    position: relative;
}

.slick_arrow .next_btn:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #b4b4b4;
    position: absolute;
    top: 0;
    left: -15px;
}



.m1 {
    padding: 100px 0 160px;
    text-align: center;
    background: #fff url('/landing/assets/img/m1_bg.png') 50% 100% no-repeat;
}

.m1 .inner {
    display: flex;
    align-items: center
}

.m1 .lt,
.m1 .rt {
    width: 50%;
}

.m1 .top1 {
    margin-top: -130px;
}

.m2 {
    padding: 160px 0 0;
    height: 1350px;
    background: #fff url('/landing/assets/img/m2_bg.png') 50% 50% no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
}

.m3 {
    padding: 160px 0;
}

.m4 {
    padding: 160px 0;
}

.m5 {
    padding: 0 0;
}

.half {
    display: flex;
    border-top: 1px solid #ddd;
}

.half .rt {
    width: 50%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
}

.half .rt .txt_box {
    width: 600px;
    float: right;
    position: relative;
    top: 75%;
}

.half .rt img {
    position: relative;
    background-size: cover;
    width: 100%
}

.half .lt {
    width: 50%;
    padding: 0 0 0 70px;
}

.clinic_list_box {
    font-size: 0;
    width: 700px;
    padding: 120px 70px 120px 0;
    float: right
}

.clinic_list_box .clinic_list li {
    padding: 7px 0 5px;
}

.clinic_list_box .clinic_list li>p {
    display: inline-block;
    vertical-align: middle;
}

.clinic_list_box .clinic_list li .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1d2434;
    color: #fff;
    border-radius: 50%;
    font-family: 'Montserrat';
    font-weight: 500;
}

.clinic_list_box .clinic_list li .txt {
    width: calc(100% - 55px);
    padding-left: 12px;
    font-weight: 500;
}



.ft_info .db_tit {}

.ft_info .db_tit p {
    font-size: 28px;
    font-weight: 500;
    color: #222;
    float: left;
}

.ft_info_text p {}

.ft_info_text span {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
}

.ft_info .ft_info_db {
    float: left;
    background-color: transparent;
    opacity: 1;
    padding: 70px 50px;
    width: 585px;
    height: 550px;
    border: 2px solid #7ec8d1;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 7px
}

.ft_info .ft_info_db input[type=text] {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding-left: 10px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.ft_info .ft_info_db select {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 14px;
    background-color: #fff;
    border: none;
    border-radius: 3px;
}

.ft_info .ft_info_db .list_box input[type=text] {
    height: 125px
}

.ft_info .db_con {
    padding-top: 10px;
}

.ft_info .form_con {
    margin-bottom: 10px;
    width: 49.5%;
    display: inline-block;
}

.ft_info .form_con1 {
    margin-bottom: 10px;
    width: 100%;
}

.ft_info .ft_form_btn {
    width: 100%;
    height: 65px;
    border-radius: 3px;
    border: none;
    text-align: center;
    color: #fff;
    background-color: #29565b;
    background-image: url('/landing/assets/img/arrow_w.png');
    background-repeat: no-repeat;
    background-position: right 40% center;
    font-size: 20px;
    font-weight: 500;
    transition: .25s;
    padding: 0 30px 0 0;
}

.ft_info .ft_form_btn:hover {
    background-color: #151515;
    background-position: right 35% center;
}

.ft_info input[type="radio"],
input[type="checkbox"] {
    margin: -6px 0 0 !important
}

.ft_info .text_2 {
    font-size: 18px
}

.ft_info .text_2 .bold2 {
    font-weight: 600 !important;
    font-size: 18px
}

.ft_con dl {
    font-size: 0;
    margin-bottom: 10px;
}

.ft_con dt,
.ft_con dd {
    display: inline-block;
    width: 53px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
}

.ft_con dd {
    width: calc(100% - 53px);
    text-align: left;
    padding-left: 25px;
}





.ft_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft_info .lt,
.ft_info .rt {
    width: 50%;
}

.ft_info .lt {
    width: calc(50% - 40px);
}

.ft_info .lt .info_inner {
    padding-left: calc(50% - 200px);
}

.ft_info .lt .info_cs {
    margin-bottom: 30px;
}

.ft_info .lt .info_cs .tel {
    font-family: 'Montserrat';
    font-weight: 600;
    padding-bottom: 30px;
    background: url('/assets/images/common/bar_dot.jpg') 0 100% repeat-x;
}

.ft_info .lt .info_btn {
    display: flex;
    align-items: center;
}

.ft_info .lt .info_btn a {
    position: relative;
    width: 50%;
    height: 68px;
    line-height: 68px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: 25% 50%;
    text-align: center;
    color: #666;
    transition: .25s
}

.ft_info .lt .info_btn .info_btn_kakao {
    background-image: url('/img/common/info_btn_kakao.png');
}

.ft_info .lt .info_btn .info_btn_online {
    background-image: url('/img/common/info_btn_online.png');
}

.ft_info .lt .info_btn .info_btn_online:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #cdcaca;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ft_info .lt .info_btn a:hover {
    background-color: #eee;
    color: #000;
}

.ft_info .lt .treatment_hours {
    position: relative;
}

.ft_info .lt .treatment_hours:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
}

.ft_info .lt .hours {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ft_info .lt .hours p {
    margin-bottom: 5px;
    line-height: 1.5;
}

.ft_info .lt .hours .tit {
    color: #000;
    width: 120px;
}

.ft_info .lt .hours .txt {
    font-family: 'Montserrat';
    font-weight: 500;
    width: calc(100% - 120px);
}

.ft_info .lt .hours .txt span {
    font-family: 'S Core Dream';
    display: inline-block;
    ;
    height: 25px;
    line-height: 25px;
    background-color: #363636;
    color: #fff;
    padding-left: 5px;
    border-radius: 5px;
    margin-left: 10px;
}

.ft_info .lt .link {
    background-color: #29aae2;
    color: #fff;
    border-radius: 5px;
    width: 75%;
    text-align: left;
    padding: 10px 15px;
    font-size: 18px;
    margin-top: 10px;
    transition: .25s;
}

.ft_info .lt .link:hover {
    background-color: #222;
}

.ft_info .map_wrap {
    position: relative;
}

.ft_info .map_wrap .map {
    width: 100%;
    height: 800px;
    background: url('/img/common/map_bg.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.ft_info .map_wrap .map_pointer {
    position: absolute;
    top: 80.5%;
    left: calc(50% - 280px);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #000;
    z-index: 1;
}

.ft_info .map_wrap .map_pointer:after,
.ft_info .map_wrap .map_pointer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #000;
    animation: pulsate1 1.2s ease 0s infinite;
}

.ft_info .map_wrap .map_pointer:before {
    animation: pulsate2 1.2s ease 0s infinite;
}

@keyframes pulsate1 {
    0% {
        opacity: 0.1;
        transform: scale(1, 1);
    }

    40% {
        opacity: 0.3;
    }

    100% {
        opacity: 0;
        transform: scale(4, 4);
    }
}

@keyframes pulsate2 {
    0% {
        opacity: 0;
        transform: scale(1, 1);
    }

    40% {
        opacity: 0.1;
    }

    100% {
        opacity: 0;
        transform: scale(8, 8);
    }
}

.ft_info .map_wrap .map_btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 700px;
}

.ft_info .map_wrap .map_btn a {
    display: block;
    padding: 15px 0;
    line-height: 1.33;
    font-size: 16px;
    transition: .25s;
    width: 49.5%;
    display: inline-block;
    text-align: center;
}

.ft_info .map_wrap .map_btn .map_btn_naver {
    background-color: #d29e75;
    color: #fff;
}

.ft_info .map_wrap .map_btn .map_btn_daum {
    background-color: #6f6f6f;
    color: #fff;
}

.ft_info .map_wrap .map_btn a:hover {
    background-color: #2c303b;
    color: #fff;
}

#footer {
    padding-bottom: 70px;
}

#footer .ft_menu {
    background-color: #fafafa;
    padding: 25px 0;
}

#footer .ft_menu a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
    position: relative;
    transition: .25s;
}

#footer .ft_menu a:first-child {
    padding-left: 0;
}

#footer .ft_menu a:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #333;
    position: absolute;
    top: 2px;
    left: 0;
    opacity: .6;
    transition: .25s;
}

#footer .ft_menu a:first-child:after {
    display: none;
}

#footer .ft_menu a:hover {
    color: #29aae2;
}

#footer .ft_bot {
    padding: 55px 0 0;
}

#footer .ft_logo {
    margin-bottom: 35px;
}

#footer .address {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

#footer .copytxt {
    color: #666;
    font-family: 'Montserrat';
    font-weight: 500;
}







.pc {
    display: block
}

.m {
    display: none
}


@media all and (max-width:2300px) {

    .slick-prev:before,
    .slick-next:before {
        display: none !important;
    }

    #mv .slick-prev,
    #mv .slick-next {
        width: 70px;
        height: 70px;
        top: auto;
        bottom: 55px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto;
        right: calc(50% - 37%);
        z-index: 1;
        transition: .25s;
    }

    #mv .slick-prev {
        background-image: url('/en/img/mv_prev.png');
        right: calc(50% - 34%);
    }

    #mv .slick-next {
        background-image: url('/en/img/mv_next.png');
    }

    #mv .slick-prev:hover,
    #mv .slick-next:hover {
        background-color: #222;
    }


}


@media all and (max-width:2200px) {

    .slick-prev:before,
    .slick-next:before {
        display: none !important;
    }

    #mv .slick-prev,
    #mv .slick-next {
        width: 70px;
        height: 70px;
        top: auto;
        bottom: 55px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto;
        right: calc(50% - 39%);
        z-index: 1;
        transition: .25s;
    }

    #mv .slick-prev {
        background-image: url('/en/img/mv_prev.png');
        right: calc(50% - 35.7%);
    }

    #mv .slick-next {
        background-image: url('/en/img/mv_next.png');
    }

    #mv .slick-prev:hover,
    #mv .slick-next:hover {
        background-color: #222;
    }


}


@media all and (max-width:1900px) {


    .slick-prev:before,
    .slick-next:before {
        display: none !important;
    }

    #mv .slick-prev,
    #mv .slick-next {
        width: 70px;
        height: 70px;
        top: auto;
        bottom: 55px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto;
        right: calc(50% - 38%);
        z-index: 1;
        transition: .25s;
    }

    #mv .slick-prev {
        background-image: url('/en/img/mv_prev.png');
        right: calc(50% - 34.2%);
    }

    #mv .slick-next {
        background-image: url('/en/img/mv_next.png');
    }

    #mv .slick-prev:hover,
    #mv .slick-next:hover {
        background-color: #222;
    }



}


@media all and (max-width:1400px) {

    .slick-prev:before,
    .slick-next:before {
        display: none !important;
    }

    #mv .slick-prev,
    #mv .slick-next {
        width: 70px;
        height: 70px;
        top: auto;
        bottom: 55px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto;
        right: calc(50% - 45%);
        z-index: 1;
        transition: .25s;
    }

    #mv .slick-prev {
        background-image: url('/en/img/mv_prev.png');
        right: calc(50% - 40%);
    }

    #mv .slick-next {
        background-image: url('/en/img/mv_next.png');
    }

    #mv .slick-prev:hover,
    #mv .slick-next:hover {
        background-color: #222;
    }

    .ft_info .map_wrap .map_btn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
    }
}

@media all and (max-width:1320px) {}

@media all and (max-width:1280px) {

    .slick-prev:before,
    .slick-next:before {
        display: none !important;
    }

    #mv .slick-prev,
    #mv .slick-next {
        width: 70px;
        height: 70px;
        top: auto;
        bottom: 55px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        left: auto;
        right: calc(50% - 39%);
        z-index: 1;
        transition: .25s;
    }

    #mv .slick-prev {
        background-image: url('/en/img/mv_prev.png');
        right: calc(50% - 32%);
    }

    #mv .slick-next {
        background-image: url('/en/img/mv_next.png');
    }

    #mv .slick-prev:hover,
    #mv .slick-next:hover {
        background-color: #222;
    }


}

@media all and (max-width:1200px) {}

@media all and (max-width:980px) {}

@media all and (max-width:768px) {

    #mv .slick-dots {
        bottom: 20%;
    }

    #mv .mv_list_wrap .list .mv_txt_wrap {
        position: absolute;
        top: 25%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        overflow: hidden;
        margin-left: 0;
        transform: translate(-0%, -0%);
        padding: 0 20px;
    }

    #mv .mv_list_wrap .list .mv_txt_wrap .tal {
        text-align: -webkit-center;
    }

    #mv .mv_list_wrap .list .mv_txt_wrap .tal img {
        width: 35%;
    }

    #mv .mv_list_wrap .list1 .mv_visual {
        background-image: url('/landing/assets/img/mv1.png');
        background-position: 48% 50%;
    }

    #mv .mv_list_wrap .list2 .mv_visual {
        background-image: url('/landing/assets/img/mv2.jpg');
        background-position: 45% 50%;
    }


    .slick_arrow button {
        width: 17px;
        height: 33px;
        background-size: cover;
    }


    .m1 {
        padding: 70px 0 160px;
        text-align: center;
        background: #fff url('/landing/assets/img/m1_bg.png') 50% 100% no-repeat;
    }

    .m1 .inner {
        display: none;
        align-items: center
    }

    .m1 .lt,
    .m1 .rt {
        width: -webkit-fill-available;
        padding-bottom: 10px;
    }


    .clinic_list_box {
        font-size: 0;
        width: -webkit-fill-available;
        padding: 70px 50px;
        float: inherit;
        margin-left: -30px;
    }


    .half {
        display: block;
        border-top: 1px solid #ddd;
    }

    .half .rt {
        width: -webkit-fill-available;
        background-repeat: no-repeat;
        background-position: 2% 50%;
        background-size: cover;
        height: 500px;
    }

    .half .rt .txt_box {
        width: -webkit-fill-available;
        float: right;
        position: relative;
        top: 75%;
    }

    .half .rt img {
        position: relative;
        background-size: cover;
        width: 100%
    }

    .half .lt {
        width: -webkit-fill-available;
        padding: 0 0 0 0;
    }







    .m1 {
        padding: 100px 15px;
    }

    .m2 {
        padding: 0 0;
        height: auto;
    }

    .m3 {
        padding: 100px 15px;
    }



    .ft_info {
        padding: 0 15px;
        display: inline-block;
    }

    .ft_info .lt,
    .ft_info .rt {
        width: 100%;
        padding-bottom: 100px;
    }

    .ft_info .lt {
        width: 100%;
        padding: 70px 0 30px;
    }

    .ft_info .map_wrap .map {
        width: 100%;
        height: 550px !important;
        overflow: hidden;
    }

    .ft_info .map_wrap .map_btn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        display: flex;
    }

    .ft_info .map_wrap .map_btn a {
        padding: 10px;
        line-height: 1.33;
        font-size: 12px;
        transition: .25s;
        width: 50%;
    }

    .ft_info .map_wrap .map_btn a:hover {
        background-color: #2c303b;
        color: #fff;
    }

    .m4 {
        padding: 70px 0;
    }

    .ft_info .db_tit {}

    .ft_info .db_tit p {
        font-size: 22px;
        float: left;
    }

    .ft_info_text p {}

    .ft_info_text span {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 0;
    }

    .ft_info .ft_info_db {
        float: left;
        background-color: transparent;
        opacity: 1;
        padding: 30px 10px;
        width: 100%;
        height: auto;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        margin: 0 0 15px
    }

    .ft_info .form_con {
        margin-bottom: 10px;
        width: 100%;
        display: inline-block;
    }

    ft_info .ft_info_db input[type=text] {
        width: 100%;
        height: 45px;
        line-height: 45px;
        padding-left: 10px;
        font-size: 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .ft_info .ft_form_btn {
        height: 55px;
        font-size: 18px;
    }

    #footer .address {
        color: #222;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
    }


    .pc {
        display: none
    }

    .m {
        display: block
    }

}

@media all and (max-width:486px) {

    #mv .mv_list {
        position: relative;
        height: 580px;
    }

    #mv .mv_list_wrap {
        margin-bottom: 0;
    }

    /*#mv {position: relative; overflow: hidden; margin-top:80px;}
	#mv .txt_area {}
	#mv .mv_list {height: auto !important; background-size: cover;}
	#mv .mv_list .visual {    width: 100%;
    padding-bottom: 145%;
    background-position: 50% 0;
    background-size: cover;}*/

    #mv .mv_list .visual {
        height: 580px !important;
        padding-bottom: 0;
    }

    #mv .mv_list_1 .visual {
        background-image: url('/landing/assets/img/mv1_m.jpg');
    }

    #mv .mv_list_2 .visual {
        background-image: url('/landing/assets/img/mv2_m.jpg');
    }

}


@media all and (max-width:360px) {}


@media all and (max-width:320px) {}