/** ----------------------------------공통-------------------------------- **/
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-family: 'Poppins', 'Noto Sans KR', 'Quicksand', 'sans-serif';
}

:lang(ko) {
    font-family: 'Noto Sans KR';
}

a {
    color: #fff;
}

a.white {
    color: #fff;
}

a.white:hover {
    color: #fff;
}

a.black {
    color: #202020;
}

a.gray {
    color: #919191;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.none {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.strong {
    font-weight: 600;
}

.active {
    color: #f0a66c;
    font-weight: 500;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.container_padding_none {
    padding: 0;
}

.btn {
    padding: 13px 22px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-size: 1rem;
}

.app_down_btn {
    background: #275cbb;
    display: inline-block;
    border-radius: 50px;
    padding: 5px 15px;
    transition: all 0.5s;
    margin-right: 10px;
    margin-bottom: 10px;
}

.app_down_btn:hover {
    background: #0d4dbf;
}

.app_down_btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.blue_btn {
    background: #275cbb;
    transition: all 0.5s;
    padding: 10px;
}

.blue_btn:hover {
    background: #0d4dbf;
}

.blue_btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.orange_btn {
    background: #f0a66c;
    transition: all 0.5s;
}

.orange_btn > a {
    color: #fff;
}

.orange_btn:hover {
    background: #fb9f57;
}

.bottomArrow {
    fontSize: 12px;
    display: inline-block
}

.orange_circle {
    width: 15px;
    margin-right: 5px;
}

.shadow {
    box-shadow: 0px 0px 11px 11px rgb(0 0 0 / 7%)
}

.txt_01 {
    font-size: 2.9rem;
    line-height: 1.2;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 10px;
}

.txt_02 {
    font-size: 1.375rem;
    color: #275cbb;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
}

/* -----------------------------------슬라이더-------------------------------*/
/* slider comm css*/
.comm_slider .slide {
    border-radius: 10px;
}

.each-slide > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.each-slide span {
    padding: 20px;
    font-size: 20px;
    background: #efefef;
    text-align: center;
}

#clinicSlider {
    width: 550px;
}

#clinicSlider .each-slide > div {
    height: 300px;
}

#clinicSlider .indicators .each-slideshow-indicator:before {
    background: #f0a66c;
    width: 10px;
    height: 10px;
}

#appSlider {
    width: 327px;
}

#appSlider .each-slide > div {
    height: 500px;
}

#appSlider .indicators .each-slideshow-indicator:before {
    background: #275cbb;
    width: 10px;
    height: 10px;
}

/** ----------------------------------헤더------------------------------- **/
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 80px;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

.header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header > .container:before {
    display: none;
}

.header > .container:after {
    display: none;
}

.header .logo > a > img {
    width: 180px;
    transition: all 0.3s;
}

.navbar-shrink {
    height: 65px;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 10px;
}

.navbar-shrink > .container {
    padding-top: 0px;
}

.navbar-shrink .logo > a > img {
    width: 170px;
    transition: all 0.3s;
}

.menu {
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.menu > ul {
    display: flex;
    padding-inline-start: 0;
    justify-content: space-between;
    width: 900px;
    font-weight: 600;
    list-style-type: none;
    color: #275cbb;
    align-items: baseline;
}

.menu > ul > li > a {
    padding: 13px 22px;
    transition: all 0.3s;
    color: #275cbb;
    text-decoration: none;
}

.menu > ul > li > a:hover {
    color: #f0a66c;
}

.menu > ul > li.blue_btn > a {
    color: #fff;
}

.menu > ul > li > a.blue_btn:hover {
    color: #fff;
}

.menu .dropdown > button {
    background: none;
    border: none;
}

.menu .dropdown .dropdown-menu {
    left: -15px;
    min-width: 90px;
    text-align: center;
    border: none;
}

.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
}

.menu .dropdown .dropdown-menu > a {
    color: #275cbb;
    line-height: 1.7;
    line-height: 2;
}

/** ----------------------------------메인------------------------------- **/

.main_section {
    position: relative;
    min-height: 400px;
}

.main_section > .container-fluid {
    padding: 0;
    width: 100%;
}

video {
    width: 100%;
    -webkit-filter: brightness(108.5%);
}

.video_box {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.video_cover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

.video_txt_01 {
    font-family: 'Quicksand', sans-serif;
    font-size: 3.2rem;
    color: #275cbb;
    line-height: 1.3;
    margin-bottom: 15px;
}


.video_txt_02 {
    font-size: 1.375rem;
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom: 70px;
    font-weight: 300;
    line-height: 1.3;
}


@keyframes diverMoves {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 200px;
    }
}

/** ----------------------------------클리닉------------------------------- **/
.clinic_section {
    background: url("../orange_left.png");
    background-repeat: no-repeat;
}

.clinic_section > .container {
    display: flex;
    align-items: center;
    height: 606px;
    margin-bottom: 150px;
    margin-top: 35px;
}

.clinic_section > .container > .row > .left {
    display: flex;
    justify-content: center;
}

.clinic_section > .container > .row > .right {
    float: right;
}

.clinic_section > .container > .row > .right > ul > li {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 5px;
}

/** ----------------------------------앱------------------------------- **/
.app_section {
    background: url("../blue_right.png");
    background-repeat: no-repeat;
    background-position-x: right;
}

.app_section > .container {
    display: flex;
    align-items: center;
    height: 606px;
    margin-bottom: 150px;
}


.app_section > .container > .row > .left {
    margin: 0 auto;
}

.app_section > .container > .row > .left > ul > li {
    font-size: 1rem;
    margin-bottom: 5px;
}

.app_section > .container > .row > .left > .app_logo {
    width: 100px;
    height: 100px;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.app_section > .container > .row > .right {
    display: flex;
    justify-content: center;
}

/** ---------------------------------FAQ------------------------------- **/
.faq_header {
    margin-bottom: 40px;
}

.faq_section {
    background: #275cbb;
    padding-top: 100px;
    padding-bottom: 230px;
}

.faq_section > .container {
    color: #fff;
}

.faq_section > .container > .row {
    display: flex;
    justify-content: center;
}

.wave {
    width: 100%;
    height: 201px;
    background: url('../wave.png') repeat-x;
    margin-top: -200px;
    background-position: bottom;
    overflow: hidden;
}

.faq_section .panel-group {
    width: 100%;
}

.faq_section .panel-default > .panel-heading {
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.5;
}

.faq_section .panel-default > .panel-heading a {
    display: block;
    padding: 15px 15px;
    color: #fff;
    text-decoration: none;
}

.faq_section .panel-default > .panel-heading a:active {
    text-decoration: none;
}

.faq_section .panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    font-size: 1.813rem;
}

.faq_section .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
    margin-right: 3px;
}

.faq_section .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

.faq_section .panel {
    background: none;
    border-top: 1px solid #fff;
    box-shadow: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
}

.faq_section .panel-default > .panel-heading {
    background: none;
}

.faq_section .panel-body {
    padding: 20px;
    line-height: 1.5;
    font-weight: 200;
}

.faq_section .panel:last-child {
    border-bottom: 1px solid #fff;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: rgb(255 255 255 / 25%);
    font-weight: 700;
}

/** ---------------------------------POLICIES------------------------------- **/
.policy {
    margin-top: 80px;
}
.subpage_header_bg {
    background: aliceblue;
    height: 200px;
    color: #275cbb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
}

.subpage_header {
    font-size: 1.75rem;
    font-weight: 600;
}

.subpage_footer_bg {
    background: #f8f8f8;
    height: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}

/** ---------------------------------FOOTER------------------------------- **/

.footer > .container:first-child {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
    padding-top: 20px;
}

.footer > .container:last-child {
    padding: 15px;
    font-size: 0.8125rem;
}

.footer > .container:before {
    display: none;
}

.footer > .container:after {
    display: none;
}

.footer .footer_info li {
    font-size: 0.875rem;
    line-height: 1.6;
}

.footer .footer_header {
    color: #a6a6a6;
    margin-bottom: 20px;
}

.footer_info {
    display: flex;
    width: max-content;
}

.footer_info .contact_us {
    padding-right: 40px;
    display: inline-block;
}

.footer_info .follow_us {
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;

}

.footer_info .follow_us ul {
    display: flex;
}

.footer_info .follow_us ul > li {
    font-size: 1.75rem;
    margin-right: 20px;
}

.footer_logo {
    margin-bottom: 30px;
}
.copyright {
    color: #7b7b7b;
}

/*---------------------모바일 헤더----------------*/
@media (min-width: 1340px) {
    .mobile_menu {
        display: none;
    }

    .menu {
        display: block;
    }
}

@media (max-width: 1339px) {
    html {
        font-size: 15px;
        overflow-x: hidden;
    }
    .navbar-shrink {
        height: 60px;
        padding-top: unset;
    }
    .logo {
        position: absolute;
        left: 20px;
    }
    .menu {
        display: none;
    }

    .mobile_menu {
        display: flex;
        height: 100%;
    }

    .mobile_menu > .dropdown {
        margin-right: 20px;
        display: flex;
        align-items: center;
        width: max-content;
    }

    .mobile_menu > .dropdown > button {
        background: none;
        border: none;
        color: #275cbb;
        font-weight: 600;
    }

    .mobile_menu > .dropdown > .dropdown-menu {
        text-align: center;
        min-width: 70px;
        z-index: 9999999;
    }

    .mobile_menu > .dropdown > .dropdown-menu > a {
        color: #275cbb;
    }

    .mob_menu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        transition: left 300ms linear;
        overflow: hidden;
    }

    .mob_menu.active {
        left: 100%;
        transition: all 300ms linear;
    }

    .menu_close {
        font-family: 'Quicksand', sans-serif;
        position: absolute;
        top: 0px;
        right: 20px;
        color: #275cbb;
        text-decoration: none;
        font-size: 3.125rem;
        font-weight: 300;
    }

    .menu_toggle_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu_button {
        background: #275cbb;
        padding: 8px 8px;
        border-radius: 50px;
        margin-right: 15px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile_menu > a:hover {
        color: #fff;
    }

    .mob_menu ul {
        padding: 0;
        margin: 0;
    }

    .menu_box li {
        text-align: center;
        margin-bottom: 20px;
        padding: 20px 0;
    }

    .menu_box a {
        text-decoration: none;
        color: #275cbb;
        font-size: 1.875rem;
    }

    .bar1, .bar2, .bar3 {
        background: #ffffff;
        width: 20px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        border-radius: 11px;
        height: 2px;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .main_section {
        margin-top: 80px;
    }
}

/** ----------------------------------ipad pro------------------------------- **/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    html {
        font-size: 14px;
        overflow-x: hidden;
    }

    .policy {
        margin-top: 60px;
        padding: 0 20px;
    }

    .clinic_section {
        background-position-x: -400px;
    }

    .app_section {
        background-position-x: 500px;
    }

    .footer_info .contact_us {
        padding-left: 25px;
        padding-right: 25px;
    }

    .footer_info .follow_us {
        padding-left: 0px;
        padding-right: 25px;
    }

    .footer_info .policies {
        padding-left: 0px;
        padding-right: 25px;
    }
}

/** ----------------------------------ipad------------------------------- **/
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    html {
        font-size: 13px;
        overflow-x: hidden;
    }

    .policy {
        margin-top: 60px;
        padding: 0 20px;
    }

    .video_txt_01 {
        font-size: 2rem;
        margin-bottom: 5px;
    }

    .video_txt_02 {
        font-size: 1.467rem;
        margin-bottom: 70px;
    }

    .clinic_section {
        background: #fbeadc;
    }

    .clinic_section > .container {
        height: 1000px;
        margin-bottom: 0px;
        background: #fbeadc;
    }

    .clinic_section .left {
        margin-bottom: 55px;
    }

    .app_section {
        margin-top: 0px;
        background: #ecf0f9;
    }

    .app_section > .container {
        height: 745px;
        background: #ecf0f9;
        margin-bottom: 0px;
    }

    .app_section > .container > .row > .left > ul > li {
        height: auto;
    }

    .footer_info .contact_us {
        padding-right: 25px;
    }

    .footer_info .follow_us {
        padding-left: 0px;
        padding-right: 25px;
    }

    .footer_info .policies {
        padding-left: 0px;
        padding-right: 25px;
    }

    .footer_info {
        margin-top: 15px;
    }

    .footer_logo {
        margin-left: 20px;
    }

    .footer > .container:last-child {
        padding: 0px;
    }
}

/** ----------------------------------모바일------------------------------- **/
@media (max-width: 767px) {
    html {
        overflow-x: hidden;
        font-size: 14px;
    }

    nav {
        height: 60px;
        display: flex;
        align-items: baseline;
    }
    .main_section {
        margin-top: 60px;
    }

    .header {
        background: rgba(255, 255, 255, 0.7);
    }

    .header .logo > a > img {
        width: 130px;
    }

    .header > .container {
        padding-top: 10px;
    }

    .navbar-shrink > .container {
        padding-top: 0px;
    }

    .mobile_menu > .dropdown > .dropdown-menu > a {
        display: inline-block;
        padding: 9px 0;
    }

    .video_txt_area {
        width: calc(100% - 40px);
    }

    .video_txt_01 {
        font-size: 1.867rem;
    }

    .video_txt_02 {
        font-size: 1.067rem;
        margin-bottom: 30px;
    }

    #clinicSlider {
        width: 340px;
    }

    #clinicSlider .each-slide > div {
        height: 240px;
    }

    #appSlider {
        width: 250px;
    }

    #appSlider .each-slide > div {
        height: 510px;
    }

    .policy {
        margin-top: 60px;
        padding: 0 20px;
    }

    .arrow {
        display: none;
    }

    .clinic_section > .container {
        margin-bottom: 0px;
        background: #fbeadc;
        height: max-content;
        padding: 60px 15px;
    }

    .clinic_section > .container > .row > .right {
        margin-top: 25px;
    }

    .clinic_section > .container > .row > .right > ul > li {
        font-size: 1.2rem;
        padding: 5px 0;
        line-height: 1.3;
    }

    .app_section > .container {
        padding-top: 80px;
        padding-bottom: 80px;
        height: 1000px;
        background: #ecf0f9;
        margin-bottom: 0px;
    }

    .app_section > .container > .row > .left > .app_logo {
        width: 50px;
        height: 50px;
        padding: 12px;
    }

    .txt_01 {
        font-size: 2.333rem;
    }

    .txt_02 {
        font-size: 1.067rem;
    }


    .app_section > .container > .row > .right {
        margin-top: 30px;
        padding: 0;
        float: right;
    }

    .app_section > .container > .row > .left > ul > li {
        font-size: 1.2rem;
        padding: 5px 0;
        line-height: 1.3;
    }

    .faq_section {
        padding-top: 60px;
        padding-bottom: 130px;
    }

    .faq_section .panel-default > .panel-heading a[aria-expanded="true"]:after {
        display: none;
    }

    .faq_section .panel-default > .panel-heading a[aria-expanded="false"]:after {
        display: none;
    }

    .subpage_header_bg {
        height: 100px;
    }

    .subpage_header {
        font-size: 1.333rem;
    }

    .footer_logo img {
        width: 150px;
    }

    .follow_us {
        margin-bottom: 20px;
    }

    .contact_us {
        margin-bottom: 20px;
    }

    .footer .footer_header {
        margin-bottom: 5px;
    }

    .footer > .container:last-child {
        padding-top: 5px;
        font-size: 0.7333rem;
        padding-bottom: 5px;
    }

    .footer_info {
        flex-direction: column;
    }

    .footer_info .follow_us {
        padding-left: 0px;
    }

    .footer_info .policies {
        padding-left: 0px;
    }
}

/** -----------------------------Surface Duo ------------------------------------------- **/
@media only screen and (max-width: 540px) {
    .video_cover {
        height: 500px;
    }
}

/** ----------------------------------작은 모바일----------iPhone5, galaxy fold--------------- **/
@media only screen and (max-width: 320px) {
    #clinicSlider {
        width: 280px;
    }

    #clinicSlider .each-slide > div {
        height: 200px;
    }
}

