@charset "utf-8";


@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/GmarketSans/GmarketSansLight.woff2) format('woff2'),
        url(/fonts/GmarketSans/GmarketSansLight.woff) format('woff'),
        url(/fonts/GmarketSans/GmarketSansLight.otf) format('opentype'),
        url(/fonts/GmarketSans/GmarketSansLight.ttf) format('opentype');
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/GmarketSans/GmarketSansMedium.woff2) format('woff2'),
        url(/fonts/GmarketSans/GmarketSansMedium.woff) format('woff'),
        url(/fonts/GmarketSans/GmarketSansMedium.otf) format('opentype'),
        url(/fonts/GmarketSans/GmarketSansMedium.ttf) format('opentype');
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'GmarketSans';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/GmarketSans/GmarketSansBold.woff2) format('woff2'),
        url(/fonts/GmarketSans/GmarketSansBold.woff) format('woff'),
        url(/fonts/GmarketSans/GmarketSansBold.otf) format('opentype'),
        url(/fonts/GmarketSans/GmarketSansBold.ttf) format('opentype');
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    /* 영문이면 roboto가 적용되고, 한글이면 Noto Sans KR가 적용되도록 아래와 같은 순서로 배치 */
    font-family: 'Roboto', 'GmarketSans', '돋움', sans-serif;
    overflow-x: hidden;
}

/* 노말라이즈 */
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

label[for] {
    cursor: pointer;
    user-select: none;
}

form,
fieldset,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

/* 라이브러리 */
.img-box>img {
    width: 100%;
    display: block;
}

.con {
    width: 1600px;
}

.con {
    margin-left: auto;
    margin-right: auto;
}

.con-min-width {
    min-width: 1600px;
}

.pd {
    padding: 120px 0;
}

.pd2 {
    padding: 240px 0;
}

/* 라이브러리 - flex */
*>.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

*>.flex-column-nowrap {
    flex-flow: column nowrap;
}

*>.flex-grow-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
}

*>.flex-jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

*>.flex-jc-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

*>.flex-jc-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

*>.flex-jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

*>.flex-ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

*>.flex-as-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

*>.flex-ai-e {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

*>.flex-as-s {
    align-self: stretch;
    -ms-grid-row-align: stretch;
}

*>.flex-as-c {
    align-self: center;
}

*>.flex-as-s {
    align-self: flex-start;
}

*>.flex-as-e {
    align-self: flex-end;
}

*>.flex-column-nowrap {
    flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
}

*>.flex-column-wrap {
    flex-flow: column wrap;
}

*>.flex-row-wrap {
    flex-flow: row wrap;
}

.flex-ch-basis-0>* {
    flex-basis: 0;
    -ms-flex-preferred-size: 0;
}

*>.flex-1-0-0 {
    flex: 1 0 0;
    -ms-flex: 1 0 0px;
}

*>.flex-di-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* for MS */
@keyframes blink {
    0% {
        background-color: #0030ff;
    }

    50% {
        background-color: #007eff;
    }
}

/* for Chrome, Safari */
@-webkit-keyframes blink {
    0% {
        background-color: #0030ff;
    }

    50% {
        background-color: #007eff;
    }
}

@-webkit-keyframes text_loop_left {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes text_loop_right {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

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

/* blink CSS */
.blinkcss {
    animation: blink 1.5s step-end infinite;
    -webkit-animation: blink 1.5s step-end infinite;
}

/* 탑메뉴 시작 */
.quick-menu-bar {
    position: fixed;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    z-index: 999;
}

.quick-menu-bar.active {
    left: 50px;
}

.quick-menu-bar .box {
    margin: 10px 0;
}

.quick-menu-bar .quick-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: .9em;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
}

.quick-menu-bar .quick-menu.active {
    font-weight: 600;
    background-color: #fff;
}

.quick-menu-bar .box:nth-of-type(1) .quick-menu.active {
    color: #0043b1;
}

.quick-menu-bar .box:nth-of-type(2) .quick-menu.active {
    color: #004dcf;
}

.quick-menu-bar .box:nth-of-type(3) .quick-menu.active {
    color: #161e42;
}

.quick-menu-bar .box:nth-of-type(4) .quick-menu.active {
    color: #653d3d;
}


.top-menu-box.active {
    right: 0;
    opacity: 1;
    transition: 300ms ease-out;
}

.top-menu-box ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 150px;
    justify-content: center;
    align-items: center;
}

.top-menu-box ul li {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.top-menu-box ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}

.top-menu-box ul li a.active {
    font-weight: 800;
    text-decoration: underline;
}

/* 하단메뉴 시작 */
.btm-menu-box {
    position: fixed;
    bottom: 25%;
    right: -90px;
    display: flex;
    flex-direction: column;
    transition: 300ms ease-in;
    z-index: 100;
    box-shadow: 0 0 20px 7px rgb(0 0 0 / 6%);
}

.btm-menu-box.active {
    right: 20px;
    transition: 300ms ease-out;
}

.btm-menu-box ul {}

.btm-menu-box ul li {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


/* 이벤트팝업 시작 211108 */
.event-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, visibility 0.4s;
}

.ld-popup-actived .event-popup-bg {
    visibility: visible;
    opacity: 1;
}

.ld-popup-actived,
.ld-popup-actived>body {
    overflow: hidden;
}

.event-popup-bg .event {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
    height: auto;
    background-color: #fff;
    z-index: 101;
}

.event-popup-bg .event .close-btn {
    width: 100%;
    height: 40px;
    cursor: pointer;
    background: black;
    color: #fff;
}

.event-popup-bg .event .close-btn .close {
    width: 100%;
    font-size: 1.2rem;
}

.event-popup-bg .event .close-btn:hover .close {
    text-decoration: underline;
}

/* 우측 이벤트아이콘 시작 */
.event-icon-box {
    position: fixed;
    bottom: 50px;
    left: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20%);
    transition: opacity 1s, visibility 1s;
    z-index: 100;
}

.event-icon-box.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s;
}

.event-icon-box .event-icon {
    width: 100px;
}

.event-icon-box .event-icon {
    cursor: pointer;
}

/* 상단 퀵메뉴 박스*/
.quick-menu-box {
    width: 550px;
}

.quick-menu-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.quick-menu-box ul {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

.quick-menu-box ul li {
    display: flex;
    height: 100%;
    width: 100%;
    border-left: 1px solid #3e4f9a;
}

.quick-menu-box ul li a {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 100%;
    letter-spacing: .3;
    font-size: 18px;
    color: #fff;
}

.quick-menu-box ul li a:hover {
    color: #fff000;
    border-bottom: 5px solid #fff000;
}

/*카운셀박스 시작*/
.counsel-box {
    background-color: #4e9fff;
    font-size: 30px;
    color: #fff;
    padding: 50px 50px 0;
}

.counsel-box .counsel-title {
    font-size: 60px;
    font-weight: 600;
    margin-top: 30px;
}

.counsel-box .counsel-img {
    width: 550px;
    margin-right: 70px;
}

.counsel-box .counsel-box-txt {
    width: 100%;
}

.counsel-box input {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border-radius: 2px;
    font-family: "Roboto", "Gmarket Sans", sans-serif;
    font-size: 20px;
    border: 0;
    padding: 0 7px;
    margin: 0 0 7px;
}

.counsel-box input::placeholder {
    font-weight: 300;
    color: #888;
}

.counsel-box .mobile>* {
    height: 46px;
    border-radius: 2px;
    font-family: "Roboto", "Gmarket Sans", sans-serif;
    font-size: 20px;
    border: 0;
    padding: 0 7px;
    margin: 0 0 7px;
}

.counsel-box .mobile>*:not(:last-child) {
    margin-right: 5px;
}

.counsel-box #service_type,
#call_time {
    height: 46px;
    border-radius: 2px;
    font-family: "Roboto", "Gmarket Sans", sans-serif;
    font-size: 20px;
    border: 0;
    margin: 0 0 7px;
}

.counsel-box .agree {
    margin-top: 10px;
}

.counsel-box .agree>* {
    align-items: center;
    display: flex;
    font-size: 18px;
    white-space: nowrap;
}

.counsel-box .agree>input {
    width: 18px;
    height: 18px;
    margin: 0 0 0 8px;
}

.counsel-box .btn-submit {
    background-color: #ff4e80;
    font-family: "Roboto", "Gmarket Sans", sans-serif;
    font-weight: 400;
    padding: 15px 80px;
    font-size: 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
}

.swiper-button svg {display: none; }


/* 하단 상담신청바 시작 260512 */
.event-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 36px;
    z-index: 90;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 20px;
    box-sizing: border-box;

    transform: translate3d(0, 130%, 0);
    opacity: 0;
    pointer-events: none;

    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.35s ease;

    will-change: transform, opacity;
}

.event-bottom-bar.is-bottom-hidden {
    transform: translate3d(0, 130%, 0);
    opacity: 0;
    pointer-events: none;
}

.event-bottom-bar.is-bottom-visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: auto;
}

.event-bottom-bar .quick-form {
    width: min(1280px, calc(100vw - 120px));
}

.event-bottom-bar .quick-form-inner {
    display: flex;
    align-items: center;

    width: 100%;
    height: 82px;
    padding: 0 26px 0 64px;
    box-sizing: border-box;

    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

.event-bottom-bar .quick-form-title {
    flex: 0 0 180px;

    color: #30415e;

    font-size: 1.28rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.event-bottom-bar .quick-field {
    position: relative;

    flex: 0 0 170px;
    height: 42px;
    margin-left: 26px;

    display: flex;
    align-items: center;

    border-bottom: 1px solid #d4d4d4;
}

.event-bottom-bar .quick-field input,
.event-bottom-bar .quick-field select {
    width: 100%;
    height: 100%;
    padding: 0;

    border: 0;
    outline: 0;
    background: transparent;

    color: #333;

    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    font-family: inherit;
}

.event-bottom-bar .quick-field input::placeholder {
    color: #999;
}

.event-bottom-bar .quick-field select {
    appearance: none;
    -webkit-appearance: none;

    color: #999;
    cursor: pointer;
}

.event-bottom-bar .quick-field-select::after {
    content: "\f107";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.8rem;
    color: #111;

    pointer-events: none;
}

/* 연락처 */
.event-bottom-bar .quick-phone {
    flex: 0 0 220px;
    gap: 10px;
}

.event-bottom-bar .quick-phone .phone-label {
    flex: 0 0 auto;

    color: #999;

    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.event-bottom-bar .quick-phone .phone-inputs {
    display: flex;
    align-items: center;
    flex: 1;

    min-width: 0;
}

.event-bottom-bar .quick-phone select {
    flex: 0 0 42px;
    width: 42px;

    color: #333;
}

.event-bottom-bar .quick-phone input {
    width: 42px;

    color: #333;
    text-align: center;
}

.event-bottom-bar .quick-phone .phone-dash {
    margin: 0 4px;

    color: #999;

    font-size: 0.95rem;
    font-weight: 500;
}

/* 개인정보 동의 */
.event-bottom-bar .quick-agree {
    flex: 0 0 190px;

    display: flex;
    align-items: center;

    margin-left: 36px;

    color: #999;

    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.event-bottom-bar .quick-agree .agree-check {
    width: 16px;
    height: 16px;
    margin: 0 7px 0 0;

    accent-color: #33489b;
    cursor: pointer;
}

.event-bottom-bar .quick-agree label {
    cursor: pointer;
}

/* 신청 버튼 */
.event-bottom-bar .btn-submit {
    flex: 0 0 150px;

    height: 50px;
    margin-left: auto;

    border: 0;
    border-radius: 999px;

    background: #263f83;
    color: #fff;

    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    font-family: inherit;

    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.event-bottom-bar .btn-submit:hover {
    background: #1f336c;
    transform: translateY(-2px);
}

/* 이벤트 개인정보 모달 */
.event-privacy-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;

    width: 100vw;
    height: 100vh;

    background: rgba(0, 0, 0, 0.6);
}

.event-privacy-modal .modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 50%;
    max-width: 600px;
    max-height: 80vh;
    overflow-y: auto;

    padding: 70px 50px;
    box-sizing: border-box;

    background: #fff;
    color: #333;
}

.event-privacy-modal .sb-close {
    position: absolute;
    right: 15px;
    top: 10px;

    color: #ddd;
    font-size: 2.5em;
    cursor: pointer;
}

.event-privacy-modal .sb-close:hover {
    color: #000;
}

.event-privacy-modal .modal-content h3 {
    padding-bottom: 0.5rem;

    border-bottom: 2px dotted #ccc;

    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.08rem;
}

.event-privacy-modal .modal-content > .txt-box > ul {
    margin-top: 2rem;
}

.event-privacy-modal .modal-content > .txt-box > ul li {
    position: relative;

    margin-top: 0.4rem;
    padding-left: 0.7rem;

    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.3rem;
}

.event-privacy-modal .modal-content > .txt-box > ul > li::before {
    content: "\f111";
    position: absolute;
    top: -0.1rem;
    left: 0;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.5rem;
}

.event-privacy-modal .modal-content > .txt-box > ul > li > ul {
    margin-bottom: 0.5rem;
}

.event-privacy-modal .modal-content > .txt-box > ul > li > ul > li {
    position: relative;

    margin-top: 0.3rem;
    padding-left: 0.7rem;

    line-height: 1.2rem;
}

.event-privacy-modal .modal-content > .txt-box > ul > li > ul > li::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;

    font-weight: 300;
}

/* 하단 상담신청바 끝 260512 */

/* 맨 위로 버튼 시작 260512*/
.scroll-top-btn {
    position: fixed;
    right: 32px;
    bottom: 36px;
    z-index: 91;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    border: 0;
    border-radius: 50%;

    background: #33489b;
    color: #fff;

    font-size: 1rem;
    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translate3d(0, 16px, 0);

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease,
        transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.25s ease;

    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translate3d(0, 0, 0);
}

.scroll-top-btn:hover {
    background: #263f83;
}

.scroll-top-btn i {
    line-height: 1;
}

/* 맨 위로 버튼 끝 260512*/





/* 211109 탑바수정 */
.header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: none;
}

.header #sidebarMenu {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    padding-top: 70px;
    transform: translateX(-200px);
    transition: transform 250ms ease-in-out;
    background-color: #f6f6f6;
}

.header .sidebarMenuInner {
    margin: 0;
    padding: 0;
}

.header .sidebarMenuInner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header .sidebarMenuInner li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.header .sidebarMenuInner .logo {
    width: 150px;
    margin: 0 auto;
    left: -5px;
    position: relative;
}

.header .sidebarMenuInner .menu a {
    margin-left: 25px;
    font-size: 1.2rem;
}

.header .sidebarMenuInner .menu a i {
    margin-right: 5px;
    margin-top: -5px;
}

.header .sidebarMenuInner .menu .link {
    position: relative;
    height: 100%;
}

.header .sidebarMenuInner .menu .link::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #000;
}

.header .sidebarMenuInner .menu .link:hover::after {
    width: 100%;
    transition: width .3s;
}

.header input[type="checkbox"]:checked~#sidebarMenu {
    transform: translateX(0);
}

.header input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.header .sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    left: 19px;
    width: 30px;
}

.header .spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
}

.header .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
}

.header .diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}

.header .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 5px;
}

.header input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}

.header input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 10px;
}

.header input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -11px;
}

/* 탑바 끝 */





/*애니메이션 시작*/
.fade-up {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
    transition: transform ease-out 1.5s, opacity ease-out 1.5s;
}

.fade-up.active {
    transform: translateZ(0);
    opacity: 1;
}

.fade-down {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: transform ease-out 1.5s, opacity ease-out 1.5s;
}

.fade-down.active {
    transform: translateZ(0);
    opacity: 1;
}

.fade-left {
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
    transition: transform ease-out 1.5s, opacity ease-out 1.5s;
}

.fade-left.active {
    transform: translateZ(0);
    opacity: 1;
}

.fade-right {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
    transition: transform ease-out 1.5s, opacity ease-out 1.5s;
}

.fade-right.active {
    transform: translateZ(0);
    opacity: 1;
}

.fade-scale {
    transform: scale(.5);
    opacity: 0;
    transition: transform ease-out .8s, opacity ease-out .8s;
}

.fade-scale.active {
    transform: scale(1);
    opacity: 1;
    transition: transform ease-in-out .8s, opacity ease-in-out .8s;
}


/* 인트로 240513 */
.intro {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.intro .intro-container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
}

.intro .logo {
    width: 350px;
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%) !important;
}

.intro .intro-container .menu-hover {
    display: flex;
    justify-content: space-between;
    height: 100vh;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, .3);
    position: relative;
}

.intro .intro-container .menu-hover .txt-box {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    margin-top: -10px;
}

.intro .intro-container .menu-hover .txt-box .eng {
    font-size: .85em;
    letter-spacing: .4em;
}

.intro .intro-container .menu-hover .txt-box .title {
    font-size: 4.3em;
    font-weight: 600;
    letter-spacing: -.03em;
    padding: 10px 0;
}

.intro .intro-container .menu-hover .txt-box .menu-btn {
    font-size: 1.3em;
    padding: 10px 40px;
    display: inline-block;
    margin-right: 25px;
}

.intro .intro-container .menu-hover .txt-box .menu-btn:hover i {
    transition: 300ms;
    right: 0px;
}

.intro .intro-container .menu-hover .txt-box .menu-btn i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.intro .ortho.on {
    background-color: rgba(0, 0, 0, .6);
    transition: 200ms;
}

.intro .imp.on {
    background-color: rgba(0, 0, 0, .6);
    transition: 200ms;
}

.intro .est.on {
    background-color: rgba(0, 0, 0, .6);
    transition: 200ms;
}

.intro .joint.on {
    background-color: rgba(0, 0, 0, .6);
    transition: 200ms;
}

.intro .intro-container .menu-hover a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.intro .menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: 200ms;
}

.intro .bg {
    z-index: -5;
    visibility: visible;
    opacity: 1;
    transition: 200ms;
    background-color: rgba(0, 0, 0, 1);
}

.intro .menu1 {
    z-index: -1;
}

.intro .menu1.on {
    visibility: visible;
    opacity: 1;
    transition: 200ms;
}

.intro .menu2 {
    z-index: -2;
}

.intro .menu2.on {
    visibility: visible;
    opacity: 1;
    transition: 200ms;
}

.intro .menu3 {
    z-index: -3;
}

.intro .menu3.on {
    visibility: visible;
    opacity: 1;
    transition: 200ms;
}

.intro .menu4 {
    z-index: -4;
}

.intro .menu4.on {
    visibility: visible;
    opacity: 1;
    transition: 200ms;
}

/* 인트로 css 끝 240513 */

/* 하단 푸터바 시작 */
.footer-box {
    background-color: #222;
    text-align: center;
    color: #aaa;
    padding: 40px 0;
}

.footer-box>div>.txt-1 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -.05rem;
    line-height: 1.5rem;
}

.footer-box>div>.txt-2 {
    font-size: .8rem;
    line-height: 1.4rem;
    padding-top: 10px;
}

/* 하단 푸터바 끝 */











/* 230103 교정 리디자인 */
#ortho {
    color: #fff;
    letter-spacing: -.02em;
}

#ortho .title-box {
    text-align: center;
    letter-spacing: -.05em;
}

#ortho .title-box h1 {
    font-size: 5em;
    letter-spacing: -.05em;
    line-height: 1.4em;
}

#ortho .title-box h1 span {
    border-bottom: 2px solid #fff;
    padding-bottom: 25px;
}

#ortho .title-box.blue h1 span {
    border-bottom: 2px solid #0042b1;
    padding-bottom: 25px;
}

#ortho .title-box h3 {
    font-size: 2.75em;
}

#ortho .title-box .des {
    font-size: 1.75em;
    line-height: 1.5em;
    margin-top: 50px;
}

/* .title-box { text-align: left;} 
.title-box > h3 { font-size: 1.2rem; font-weight: 600;letter-spacing: -.01rem; margin:0 0 1rem.2rem; color: #00beff; } 
.title-box > h1 { font-size: 6em; font-weight: 400; letter-spacing: -.08em; line-height: 1.35em; } 
.title-box > h1 span {color: #00beff;}
.title-box > p {font-size: 1.75em; font-weight: 400; opacity: .6; margin-top: 30px; line-height: 1.5em;} */


@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes scroll-left {
    from {
        transform: translate(0%, 0)
    }

    to {
        transform: translate(-33.33%, 0)
    }
}

@-moz-keyframes scroll-left {
    from {
        transform: translate(0%, 0)
    }

    to {
        transform: translate(-33.33%, 0)
    }
}

@-o-keyframes scroll-left {
    from {
        transform: translate(0%, 0)
    }

    to {
        transform: translate(-33.33%, 0)
    }
}

@keyframes scroll-left {
    from {
        transform: translate(0%, 0)
    }

    to {
        transform: translate(-33.33%, 0)
    }
}

@-webkit-keyframes scroll-right {
    from {
        transform: translate(0%, 0)
    }

    to {
        transform: translate(33.33%, 0)
    }
}

@-moz-keyframes scroll-right {
    from {
        transform: translate(0%, 0)
    }

    to {
        transform: translate(33.33%, 0)
    }
}

@-o-keyframes scroll-right {
    from {
        transform: translate(0%, 0)
    }

    to {
        transform: translate(33.33%, 0)
    }
}

@keyframes scroll-right {
    from {
        transform: translate(0%, 0)
    }

    to {
        transform: translate(33.33%, 0)
    }
}

@keyframes blink-effect {
    50% {
        color: #fff;
        background: #990606;
    }
}

/* 프로필 시작 */
.sb-profile {
    position: relative;
    height: 100vh;
    background-color: #060a21;
    padding-top: 8rem;
    background-color: #060a21;
    color: #fff;
}

.sb-profile .left .img-box {
    margin-top: 4rem;
}

.sb-profile .left .btn-more {
    position: relative;
    margin-top: 4rem;
    cursor: pointer;
    width: 300px;
}

.sb-profile .left .btn-more:hover .btn {
    transform: translateX(16px);
    transition: transform .18s;
}

.sb-profile .left .btn-more::before {
    content: '';
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    transition: transform .18s;
}

.sb-profile .left .btn-more .btn {
    professional font-size: 1.3rem;
    line-height: 2rem;
    cursor: pointer;
    margin-left: 2rem;
    background: #060a21;
    z-index: 1;
    position: relative;
    padding: 0.4rem 1rem;
    transition: transform .18s;
}

.sb-profile .left .btn-more .btn::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: transform .18s;
}

.sb-profile .left .btn-more .btn:hover {
    transform: translateX(16px);
    transition: transform .18s;
}


/* 프로필끝 */

/* 다수의 전문의 자격 */
.ortho-certifi {
    background-color: #0b1862;
    position: relative;
}

.ortho-certifi::after {
    content: "";
    width: 100%;
    height: 350px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 67, 177, 100) 100%);
    z-index: 0;
}

.ortho-certifi .con {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ortho-certifi .typo1 {
    width: 1187px;
    margin: 0 auto;
}

.ortho-certifi .img-wrap {
    width: 80%;
    margin: -100px auto 0;
    display: flex;
    justify-content: space-between;
}

.ortho-certifi .img1 {
    width: 550px;
}

.ortho-certifi .img2 {
    width: 435px;
    margin-top: 70px;
}

.ortho-certifi .img2 .txt-box {
    margin-top: 50px;
    text-align: left;
}

.ortho-certifi .img2 .txt-box .title {
    font-size: 3em;
    font-weight: 600;
    letter-spacing: -.02em;
}

.ortho-certifi .img2 .txt-box .des {
    font-size: 1.4em;
    line-height: 1.5em;
    margin-top: 10px;
}

.ortho-certifi .img2 .btn {
    width: 250px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-animation: pulse 1s infinite;
}

.ortho-certifi .img2 .btn i {
    margin-left: 5px;
}

.ortho-certifi .img2 .btn span {
    background-color: #ffd800;
    border-radius: 100px;
    padding: 10px 30px;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1em;
    color: #002b73;
}

.ortho-certifi .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 101;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
}

.ortho-certifi .modal-content {
    background-color: #fefefe;
    padding: 70px 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    box-sizing: border-box;
}

.ortho-certifi .modal-content {
    width: 70%;
    max-width: 900px;
    padding: 0;
}

.ortho-certifi .modal-content .sb-close {
    color: rgba(255, 255, 255, .8);
    padding: 0 1rem;
    transition: ease 300ms;
    position: absolute;
    top: -0.4rem;
    right: -3.5rem;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 10;
}

.ortho-certifi .right .img-box {}

.ortho-certifi .right .img-box::before {
    content: "";
    position: absolute;
    width: 829px;
    height: 803px;
    background-image: url(/img/landding/profile-bg-logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    animation: rotate 10s infinite linear;
    top: -20%;
    right: -15%;
    z-index: -1;
    filter: grayscale(100%);
}


/* 일반의vs전문의 230820 */
.ortho-vs {
    background-color: #0043b1;
}

.ortho-vs .wrap {
    display: flex;
    justify-content: space-between;
    width: 55%;
    margin: 80px auto 0;
}

.ortho-vs .vs i {
    font-size: 3em;
    color: #002b73;
}

.ortho-vs .vs>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ortho-vs .vs>div .title {
    background-color: #002b73;
    font-size: 1.7em;
    padding: 15px 40px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.ortho-vs .vs>div .des {
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 5px 0;
    width: 100%;
}

.ortho-vs .vs>div .des2 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
    padding: 15px 0;
    width: 100%;
}

.ortho-vs .vs .border {
    border-bottom: 2px solid #fff;
    position: relative;
}

.ortho-vs .vs .vs2 {
    position: relative;
}

.ortho-vs .vs .vs2 .title.summary {
    position: relative;
}

.ortho-vs .vs .vs2 .title.summary::after {
    background-color: #ffd800;
    content: '총 12년';
    border-radius: 100px;
    font-size: .75em;
    font-weight: 600;
    letter-spacing: -.05em;
    padding: 5px 15px 2px;
    color: #0043b1;
    position: absolute;
    top: -10px;
    right: -55px;
}

.ortho-vs .vs .vs2 .img1 {
    width: 55%;
    position: absolute;
    bottom: -15px;
}

/* ortho-sec02 230820 */

/* 원장님약력 250203 */
.ortho-profile {
    background-color: #0043b1;
    position: relative;
    padding-bottom: 0;
}

.ortho-profile .profile-slide {
    height: 600px;
    margin: 60px auto 0;
    position: relative;
}

.ortho-profile .profile-slide .wrap {
    position: relative;
    height: 100%;
}

.ortho-profile .profile-slide .wrap .box {
    width: 890px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.ortho-profile .profile-slide .swiper-slide .txt-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

.ortho-profile .profile-slide .swiper-slide .txt-box .txt {
    background-color: #ffd800;
    color: #0043b1;
    width: 120px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    letter-spacing: -.03em;
    line-height: 1.6em;
    font-weight: 600;
    text-align: center;
    font-size: 1.2em;
}

.ortho-profile .profile-slide .swiper-slide .txt-box .name {
    font-size: 3em;
    font-weight: 600;
    margin-top: 20px;
}

.ortho-profile .profile-slide .swiper-slide .txt-box .txt2 {
    margin-top: 10px;
    line-height: 1.8em;
    font-size: 1.3em;
}

.ortho-profile .profile-slide .swiper-slide .txt-box .txt2 ul li {
    position: relative;
}

.ortho-profile .profile-slide .swiper-slide .txt-box .txt2 ul li::before {
    content: '·';
    padding-right: 5px;
}

.ortho-profile .profile-slide .swiper-slide .page {
    margin: 28px 0 0 2px;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 3px;
}

.ortho-profile .profile-slide .swiper-slide .page span {
    opacity: 0.3;
}

.ortho-profile .profile-slide .swiper-slide {
    position: relative;
    visibility: hidden;
    opacity: 0;
}

.ortho-profile .profile-slide .swiper-slide-active {
    visibility: visible;
    opacity: 1;
}

.ortho-profile .profile-slide .swiper-slide:nth-child(n+1):nth-child(-n+10) .wrap::before {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20em;
    font-weight: 600;
    letter-spacing: -.07em;
    margin-top: -50px;
    white-space: nowrap;
    color: #134cc3;
    z-index: -1;
    text-align: center;
}

/* .ortho-sec03 .profile-slide .swiper-slide.div2 .txt2 li,
.ortho-sec03 .profile-slide .swiper-slide.div4 .txt2 li {
    font-size: .9em;
    line-height: 1.7em;
} */

.ortho-profile .profile-slide .div1 .wrap::before {
    content: '10년후를 보는';
}

.ortho-profile .profile-slide .div2 .wrap::before {
    content: '대전치과 1등';
}

.ortho-profile .profile-slide .div3 .wrap::before {
    content: '자연치아를';
}

.ortho-profile .profile-slide .div4 .wrap::before {
    content: '최우선으로';
}

.ortho-profile .profile-slide .div5 .wrap::before {
    content: '환자 대하기를';
}

.ortho-profile .profile-slide .div6 .wrap::before {
    content: '내 가족처럼';
}

.ortho-profile .profile-slide .div7 .wrap::before {
    content: '믿음과 신뢰로';
}

.ortho-profile .profile-slide .div8 .wrap::before {
    content: '다시 오고싶은';
}

.ortho-profile .profile-slide .div9 .wrap::before {
    content: '편안한치과';
}

.ortho-profile .profile-slide .div10 .wrap::before {
    content: '서울브라운';
}


/* .ortho-sec03 .profile-slide .div9 .wrap::before {
    content: '서울브라운';
} */

.ortho-profile .arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 60px;
    margin: -100px auto;
    z-index: 1;
}

.arrows .swiper-button {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100px;
    opacity: 1;
}

.arrows .swiper-button:hover {
    background-color: #ffd800;
}

.arrows i {
    color: #0043b1;
    font-size: 2em;
}

.arrows .swiper-button::after {
    content: none;
}

.ortho-profile .profile-slide .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(100% - 250px);
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ortho-profile .profile-slide .swiper-pagination-bullet {
    width: calc(100% / 9);
    height: 200px;
    border-radius: 0;
    background-color: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}


.ortho-profile .swiper-pagination-bullet:nth-of-type(1) {
    background-image: url(/img/landding/profile-pg-sch.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(1) {
    background-image: url(/img/landding/profile-pg-sch-thumb.png);
    position: relative;
}

.ortho-profile .swiper-pagination-bullet:nth-of-type(2) {
    background-image: url(/img/landding/profile-pg-lyj.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(2) {
    background-image: url(/img/landding/profile-pg-lyj-thumb.png);
    position: relative;
}

.ortho-profile .swiper-pagination-bullet:nth-of-type(3) {
    background-image: url(/img/landding/profile-pg-pse.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(3) {
    background-image: url(/img/landding/profile-pg-pse-thumb.png);
    position: relative;
}

.ortho-profile .swiper-pagination-bullet:nth-of-type(4) {
    background-image: url(/img/landding/profile-pg-khs.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(4) {
    background-image: url(/img/landding/profile-pg-khs-thumb.png);
    position: relative;
}

.ortho-profile .swiper-pagination-bullet:nth-of-type(5) {
    background-image: url(/img/landding/profile-pg-yjy.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(5) {
    background-image: url(/img/landding/profile-pg-yjy-thumb.png);
    position: relative;
}

.ortho-profile .swiper-pagination-bullet:nth-of-type(6) {
    background-image: url(/img/landding/profile-pg-jsh.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(6) {
    background-image: url(/img/landding/profile-pg-jsh-thumb.png);
    position: relative;
}

.ortho-profile .swiper-pagination-bullet:nth-of-type(7) {
    background-image: url(/img/landding/profile-pg-msr.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(7) {
    background-image: url(/img/landding/profile-pg-msr-thumb.png);
    position: relative;
}

.ortho-profile .swiper-pagination-bullet:nth-of-type(8) {
    background-image: url(/img/landding/profile-pg-jyj.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(8) {
    background-image: url(/img/landding/profile-pg-jyj-thumb.png);
    position: relative;
}

.ortho-profile .swiper-pagination-bullet:nth-of-type(9) {
    background-image: url(/img/landding/profile-pg-jsy.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(9) {
    background-image: url(/img/landding/profile-pg-jsy-thumb.png);
    position: relative;
}

/* .ortho-profile .swiper-pagination-bullet:nth-of-type(10) {
    background-image: url(/img/landding/profile-pg-10.png);
}

.ortho-profile .swiper-pagination-bullet-active:nth-of-type(10) {
    background-image: url(/img/landding/profile-pg-10-thumb.png);
    position: relative;
} */

.ortho-hash {
    background-color: #0043b1;
    padding-bottom: 140px;
}

@keyframes text_loop_right {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes text_loop_right_mo {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes text_loop_left {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes text_loop_left_mo {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

.sec_line {
    padding: 100px 0;
    background-image: url(/img/landding/back.webp);
    background-color: #fff;
}

.sec_line .line {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0.3;
    margin-bottom: 25px;
    float: none !important;
    color: #0043b1;
}

.sec_line .line:last-of-type {
    margin-bottom: 0;
}

.sec_line .line:nth-child(2n) {
    opacity: 1;
}

.sec_line .line>p {
    font-size: 3.6em;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: -0.1em;
}

.sec_line .line>p>span {
    padding: 0 30px;
}

.sec_line .line.right>p {
    animation: text_loop_right 25s infinite linear;
}

.sec_line .line.left>p {
    animation: text_loop_left 25s infinite linear;
}

.sec_line .line.right.line01>p {
    animation: text_loop_right 30s infinite linear;
}


/* 교정비용 */
.ortho-price {
    background-color: #0043b1;
    position: relative;
    height: 95vh;
}

.ortho-price .img1 {
    width: 643px;
    position: absolute;
    top: -50px;
    left: 20%;
}

.ortho-price .con {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.ortho-price .con>div {
    width: calc(100% / 2);
    position: relative;
}

.ortho-price .left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 250px;
    padding-right: 500px;
    box-sizing: border-box;
}

.ortho-price .left .txt1 {
    font-size: 1.25em;
    text-align: center;
    text-decoration: underline;
    line-height: 1.6em;
    color: #537ecb
}

.ortho-price .left .btn {
    width: 203px;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
}

.ortho-price .btn img {
    z-index: 2;
    position: relative;
}


.ortho-price .btn::before,
.ortho-price .btn::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    margin-top: -45px;
    margin-left: -40px;
    border-radius: 100px;
    border: 2px solid #ffd800;
    animation: wave 3s infinite linear;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ortho-price .btn:after {
    opacity: 0;
    animation: wave 3s 1.5s infinite linear;
}

.ortho-price .modal {
    display: none;
}
.ortho-price .modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    box-sizing: border-box;
    width: 70%;
    max-width: 1260px;
}

.ortho-price .modal-content .sb-close {
    color: rgba(0, 0, 0, .2);
    padding: 0 1rem;
    transition: ease 300ms;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 10;
}


.ortho-price .right>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ortho-price .right .typo1 {
    width: 649px;
}

.ortho-price .right .price98 {
    width: 430px;
    top: 260px;
    position: relative !important;
}

/* .ortho-price .right .price98::before {width: 100%; height: 15px; background-color: rgb(255, 216, 0); position: absolute; content: ''; z-index: -1; opacity: .8; bottom: -5px;} */

.ortho-price .right .price98.active::before {
    width: 100%;
    transition: width 1s;
}

.ortho-price .right .price98::before {
    content: '';
    width: 0;
    height: 15px;
    background-color: rgba(255, 216, 0, .8);
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: -1;
    transition: width 1s;
}


.ortho-price .right .price-box {
    width: 520px;
    bottom: 0px;
}





.ortho-list {

    background-color: #0043b1;
}

.ortho-list .con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -160px auto 0;
    background-color: #0043b1;
}

.ortho-list .img-box {
    width: calc(100% / 6);
    text-align: center;
}

.ortho-list .img-box:not(:first-child) {
    margin-left: 50px;
}

.ortho-list .img-box p {
    font-size: 1.5em;
    font-weight: 300;
    margin-top: 10px;
}

.ortho-list .img-box span {
    font-weight: 600;
}

.ortho-bna {
    background-color: #0043b1;
    padding: 160px 0;
}

.ortho-bna .title-box {}

.ortho-bna .bna-slide {
    margin: 70px auto 0;
    height: 600px;
    position: relative;
}

.ortho-bna .bna-slide .swiper-slide {
    width: 100% !important;
    opacity: 0;
    visibility: hidden;
}

.ortho-bna .bna-slide .swiper-slide .img-box {
    width: 920px;
    margin: 0 auto;
}

.ortho-bna .bna-slide .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.ortho-bna .arrows {
    margin-top: -35px;
}

.arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 60px;
    margin: 0 auto;
    z-index: 1;
}

.ortho-bna .bna-slide .swiper-pagination {
    margin-top: 40px;
}

.ortho-bna .bna-slide .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 50px;
    height: 3px;
    border-radius: 0;
}

.ortho-bna .bna-slide .swiper-pagination-bullet-active {
    background-color: #ffd800;
    opacity: 1;
}


/* 인비절라인 추가 241112 */

.ortho-ivs .title-box h1 {
    line-height: 1.25em !important;
}

.ortho-ivs .title-box .des {
    margin-top: 30px !important;
}

.ortho-ivs .title-box h1 span {
    border: 0 !important;
}

.ortho-ivs-main {
    background-image: url(/img/landding/ortho-ivs-main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 0;
}

.ortho-ivs-main .title-box {
    text-align: left !important;
    margin-top: 70px;
}

.ortho-ivs-main .title-box h1 span {
    color: #fff000;
    position: relative;
    border: 0 !important;
}

.ortho-ivs-main .title-box h1 span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/img/landding/ortho-ivs-main-underline.png);
    background-size: contain;
    width: 406px;
    height: 19px;
}

.ortho-ivs-main .title-box .des {
    margin-top: 90px !important;
}


/* 인비절라인vs투명교정 비교 */
.ortho-ivs-vs {
    padding: 120px 0;
}

.ortho-ivs-vs .title-box {
    color: #000;
}

.ortho-ivs-vs .title-box h1 span {
    color: #0043b1;
}

.ortho-ivs-vs .img-box {
    width: 1468px;
    margin: 70px auto 0;
}

/* 인비절라인의 장점 */
.ortho-ivs-point {
    padding: 120px 0;
    background-color: #0043b1;
}

.ortho-ivs-point .title-box h1 span {
    color: #fff000;
}

.ortho-ivs-point .point-box {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.ortho-ivs-point .point-box .img-box {
    width: 510px;
}

/* 인비절라인 교정치료 과정 */
.ortho-ivs-step {
    background-image: url(/img/landding/ortho-ivs-step-bg.jpg);
    padding: 120px 0;
}

.ortho-ivs-step .step-box {

    display: flex;
    justify-content: space-between;
    margin: 70px 0 0;
}

.ortho-ivs-step .step-box .img-box {
    width: 460px;
    position: relative;
}

.ortho-ivs-step .step-box .img-box:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 29px;
    height: 192px;
    right: -70px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/img/landding/ortho-ivs-step-arrow.png);
}


/* 인비절 케이스 */
.ivs-case {
    padding: 120px 0;
    color: #000;
}

.ivs-case .title-box .title {
    font-size: 3.5em;
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1.3em;
}

.ivs-case .title-box span {
    color: #0043b1;
}

.ivs-case .title-box .des {
    font-size: 1.4em;
    color: #000;
    letter-spacing: -.05em;
    line-height: 1.6em;
    margin-top: 20px;
}

/* 인비절케이스 슬라이드 */
.ivs-case .case-slider {
    overflow: hidden;
    position: relative;
    margin: 60px auto 0;
    width: 90%;
}

.ivs-case .case-slider>.swiper-container {
    position: relative;
}

.ivs-case .case-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
}

.ivs-case .case-slider .swiper-slide>.txt-box>h3 {
    font-size: 2em;
}

.ivs-case .case-slider .swiper-slide>.txt-box>p {
    margin-top: 10px;
    font-size: 1.5em;
    line-height: 1.6em;
}

.ivs-case .case-slider .swiper-pagination {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    height: 60px;
    width: 100%;
    font-weight: 500;
    font-size: 1.2em;
}

.ivs-case .case-slider .swiper-pagination span {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    color: #000;
    background-color: #f0f0f0;
    opacity: 1;
    margin: 0 5px;
    letter-spacing: -.03em;
}

.ivs-case .case-slider .swiper-pagination span::before {
    display: flex;
}

.ivs-case .case-slider .swiper-pagination-bullet-active {
    background-color: #0043b1 !important;
}

.ivs-case .case-slider .swiper-pagination-bullet-active::before {
    font-weight: 600;
    color: #fff;
}

.ivs-case .swiper-slide>.img-box {
    display: flex;
}

.ivs-case .swiper-slide>.txt-box {
    width: 50%;
    text-align: left;
    margin-left: 60px;
    word-break: keep-all;
}

.ivs-case .case-slider .swiper-pagination span:nth-of-type(1)::before {
    content: '수직피개';
}

.ivs-case .case-slider .swiper-pagination span:nth-of-type(2)::before {
    content: '반대교합';
}

.ivs-case .case-slider .swiper-pagination span:nth-of-type(3)::before {
    content: '교차교합';
}

.ivs-case .case-slider .swiper-pagination span:nth-of-type(4)::before {
    content: '벌어진 치아';
}

.ivs-case .case-slider .swiper-pagination span:nth-of-type(5)::before {
    content: '개방교합';
}

/* 덴탈시로나 구강스캐너 */
.ortho-ivs-prime {
    padding: 120px 0 0;
    background-image: url(/img/landding/ortho-ivs-prime-bg.jpg);
}

.ortho-ivs-prime .con {
    display: flex;
    justify-content: space-between;
}

.ortho-ivs-prime .title-box {
    text-align: left !important;
    margin-top: 40px;
}

.ortho-ivs-prime .title-box .title {
    font-size: 3.5em;
    font-weight: 800;
    letter-spacing: -.06em;
    line-height: 1.3em;
}

.ortho-ivs-prime .title-box h1 span {
    color: #fff000;
}

.ortho-ivs-prime .title-box .des {
    font-size: 1.4em;
    letter-spacing: -.05em;
    line-height: 1.6em;
    margin-top: 20px;
}

.ortho-ivs-prime .txt-box {
    margin-top: 70px;
    font-size: 2.2em;
    line-height: 1.85em;
    font-weight: 600;
}

.ortho-ivs-prime .txt-box ul {}

.ortho-ivs-prime .txt-box ul li {
    position: relative;
    padding-left: 45px;
}

.ortho-ivs-prime .txt-box ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(/img/landding/ortho-ivs-prime-icon.png);
    background-size: cover;
}

.ortho-ivs-prime .txt-box ul li span {
    border-bottom: 1px solid #fff;
}






/* 장비소개 230820 */
.ortho-equip {
    background-color: #0043b1;
    padding-top: 120px;
}

.ortho-equip .equip-slide {
    margin: 40px auto 0;
    height: 520px;
    position: relative;
}

.ortho-equip .swiper-slide {
    opacity: 0;
    visibility: hidden;
}

.ortho-equip .swiper-slide:nth-child(n+1):nth-child(-n+7)::before {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20em;
    font-weight: 600;
    letter-spacing: -.07em;
    margin-top: 30px;
    white-space: nowrap;
    color: #134cc3;
    z-index: -1;
    text-align: center;
}

.ortho-equip .swiper-slide:nth-of-type(1):before {
    content: '뼛 속 까지 깊이';
}

.ortho-equip .swiper-slide:nth-of-type(2)::before {
    content: '미리보고 결정';
}

.ortho-equip .swiper-slide:nth-of-type(3)::before {
    content: '깔끔하게 슥';
}

.ortho-equip .swiper-slide:nth-of-type(4)::before {
    content: '잇몸에 딱 맞게';
}

.ortho-equip .swiper-slide:nth-of-type(5)::before {
    content: '교합도 딱딱';
}

.ortho-equip .swiper-slide:nth-of-type(6)::before {
    content: '무통마취 슥';
}

.ortho-equip .swiper-slide:nth-of-type(7)::before {
    content: '신경까지 자극';
}

/* .ortho-sec05 .swiper-slide:nth-of-type(8)::before {
    content: '전기신경자극';
} */

.ortho-equip .equip-slide .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.ortho-equip .equip-slide .swiper-slide .wrap {
    width: 950px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.ortho-equip .equip-slide .wrap .img-box {
    width: 420px;
}

.ortho-equip .equip-slide .wrap .txt-box {
    width: 500px;
    position: relative;
}

.ortho-equip .equip-slide .wrap .txt-box .name {
    font-size: 3em;
    font-weight: 600;
}

.ortho-equip .equip-slide .wrap .txt-box .des {
    font-size: 1.5em;
    line-height: 1.7em;
    margin-top: 20px;
    word-break: keep-all;
}

.ortho-equip .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
    width: calc(100% - 400px);
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ortho-equip .swiper-pagination-bullet {
    width: calc(100% / 6);
    height: 200px;
    border-radius: 0;
    background-color: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}

.ortho-equip .swiper-pagination-bullet-active {}

.ortho-equip .swiper-pagination-bullet:nth-of-type(1) {
    background-image: url(/img/landding/equip1.png);
}

.ortho-equip .swiper-pagination-bullet:nth-of-type(2) {
    background-image: url(/img/landding/equip2.png);
}

.ortho-equip .swiper-pagination-bullet:nth-of-type(3) {
    background-image: url(/img/landding/equip3.png);
}

/* .ortho-sec05 .swiper-pagination-bullet:nth-of-type(4) {
    background-image: url(/img/landding/equip-cerec.png);
} */

.ortho-equip .swiper-pagination-bullet:nth-of-type(4) {
    background-image: url(/img/landding/equip4.png);
}

.ortho-equip .swiper-pagination-bullet:nth-of-type(5) {
    background-image: url(/img/landding/equip5.png);
}

.ortho-equip .swiper-pagination-bullet:nth-of-type(6) {
    background-image: url(/img/landding/equip6.png);
}

.ortho-equip .swiper-pagination-bullet:nth-of-type(7) {
    background-image: url(/img/landding/equip7.png);
}

.ortho-equip .arrows {
    margin-top: -70px;
}


/* 통합진료 230820 */
.ortho-onestop {
    background-image: url(/img/landding/back.webp);
    background-color: #fff;
    background-size: cover;
    color: #0043b1;
}

.ortho-onestop .wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.ortho-onestop .wrap .box {
    width: calc(100% /3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ortho-onestop .wrap .box:not(:first-child) {
    margin-left: 50px;
}

.ortho-onestop .wrap .box::after {
    position: absolute;
    background-color: #0043b1;
    border-radius: 100px;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ortho-onestop .wrap .box:nth-of-type(1):after {
    content: '치아교정';
}

.ortho-onestop .wrap .box:nth-of-type(2):after {
    content: '임플란트';
}

.ortho-onestop .wrap .box:nth-of-type(3):after {
    content: '턱관절';
}

.ortho-onestop .list-box {
    margin-top: 120px;
}

.ortho-onestop .list-box .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ortho-onestop .list-box .box:nth-of-type(2) {
    margin-top: 20px;
}

.ortho-onestop .list-box .box div {
    border: 1px solid #0043b1;
    width: calc(100% / 4);
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
    line-height: 1.4em;
    letter-spacing: -.05em;
}

.ortho-onestop .list-box .box div:not(:first-child) {
    margin-left: 20px;
}



/* 진료건수 230820 */
.ortho-count {
    background-image: url(/img/landding/ortho-sec07-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ortho-count .title-box {
    text-align: left !important;
    font-size: .85em;
    letter-spacing: -.05em;
}

.ortho-count .txt-box {
    margin-top: 40px;
}

.ortho-count .txt-box .txt1 {
    font-size: 1.5em;
}

.ortho-count .txt-box .num {
    font-size: 12em;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1em;
    margin-top: 30px;
}

.ortho-count .txt-box .caption {
    font-size: 1.1em;
    font-weight: 300;
    opacity: .5;
}



#imp>* {
    font-family: "noto sans kr", "Gmarket Sans", sans-serif;
}

#imp {
    letter-spacing: -.02em;
}

#imp .con {
    width: 1280px;
}

#imp .con-min-width {
    min-width: 1280px;
}

#imp .title-box {
    text-align: center;
    letter-spacing: -.05em;
}

#imp .title-box .tit {
    font-size: 4.5em;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: -.05em;
}

#imp .title-box .tit span {
    color: #004dcf;
}

#imp .title-box .sub {
    font-size: 1.5em;
    line-height: 1.4em;
    letter-spacing: -.05em;
    margin-top: 30px;
    font-weight: 400;
}

#imp .title-box .sub2 {
    font-size: 2em;
    line-height: 1em;
    letter-spacing: -.05em;
    margin-top: 30px;
    font-weight: 400;
}

#imp .title-box .sub .line {
    width: 90px;
    height: 1px;
    float: right;
    background: #000;
    margin: 12px;
}

/* imp-intro*/

.imp-intro {
    padding: 120px 0 0 0;
}

.imp-intro .title-box {
    text-align: center;
}

.imp-intro .img-box {
    margin-top: 70px;
}

/* 임플전후사진 */
.imp-bna {
    padding: 120px 0;
}

.imp-bna .title-box {
    text-align: left !important;
}

.imp-bna .title-box .tit {
    margin-top: 20px;
}

.imp-bna .title-box .sub {
    display: inline-block;
}

.imp-bna .bna-box {
    margin-top: 70px;
}

.imp-bna .bna-box .img-box:not(:first-child) {
    margin-top: 60px;
}

/* 임플비용 */
.imp-price {
    padding: 120px 0;
}

.imp-price .title-box {
    text-align: left !important;
}

.imp-price .title-box .tit {
    margin-top: 20px;
}

.imp-price .title-box .sub {
    display: inline-block;
}

.imp-price>.con>.price-box>.box {
    background-color: #dbe5f7;
    padding: 50px 200px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
}

.imp-price>.con>.price-box>.box-1 {
    margin-top: 80px;
}


.imp-price .box:not(:first-child) {
    margin-top: 15px;
}

.imp-price .box div {}

.imp-price .box div .tit {
    font-size: 3.1em;
    font-weight: 700;
    letter-spacing: -.05em;
}

.imp-price .box div .sub {
    font-size: 1.8em;
    letter-spacing: -.05em;
}

.imp-price .box div .price {
    position: relative;
    font-size: 3em;
    font-weight: 600;
    margin-top: 30px;
}

.imp-price .box div .price::before {
    font-size: 2.5em;
    font-weight: 800;
    letter-spacing: -.05em;
    position: absolute;
    top: -70px;
    color: #004dcf;
}

.imp-price .box-1 div .price::before {
    content: '58';
    left: -140px;
}

.imp-price .box-2 div .price::before {
    content: '588';
    left: -205px;
}

.imp-price .box-2 div .tit {
    position: relative;
}

.imp-price .box-2 div .tit::after {
    content: '*악당 비용';
    position: absolute;
    top: 15px;
    right: -5px;
    font-size: 0.35em;
    font-weight: 400;
    letter-spacing: -.05em;
}

.imp-price .price-box {
    position: relative;
}

.imp-price .price-box .form {
    position: relative;
    flex-direction: column !important;
}

.imp-price .price-box .form>.box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.imp-price .price-box .form>.box>div {
    width: 50%;
}

.imp-price .price-box .form .tit {
    line-height: 1.2em;
}

.imp-price .price-box .form .time {
    color: #cf0000;
    margin-top: 7px;
    position: relative;
    font-size: 1.4em;
}

.imp-price .price-box .form .time::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '\00a0 2026. 5. 31 까지';
}

.imp-price .price-box .form .input-box {}

.imp-price .price-box .form .input-box .box {
    padding: 0;
}

.imp-price .price-box .form .input-box span {
    margin: 0 5px;
}


.imp-price .form .txt1 {
    font-size: 2.4em;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-align: center;
    margin-bottom: 15px;
}

.imp-price .form .box {
    display: flex;
    margin-top: 15px;
    align-items: center;
    height: 45px;
}

.imp-price .form .box .name {
    font-size: 1.4em;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
}

.imp-price .form .box input {
    width: 85%;
}

.imp-price .form .agree {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    margin-top: 5px;
}

.imp-price .agree .modal {
    display: none;
}

.imp-price .form .btn-submit {
    width: 100%;
    font-size: 2.5em;
    letter-spacing: -.05em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 0;
    padding: 18px 60px 20px;
    cursor: pointer;
    background: #000;
    -webkit-animation: blink-effect 1.3s step-end infinite;
    color: #fff;
    font-weight: 700;
}

input,
select,
button {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.4em;
    font-family: "noto sans kr", "Gmarket Sans", sans-serif;
}

input[type=text],
input[type=password],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}



.imp-price .modal {
    background: none;
}

.imp-price .modal-content {
    background-color: #fefefe;
    padding: 50px 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    box-sizing: border-box;
    width: 40%;
    border: 3px solid #000;
    font-size: .8em;
}

.imp-price .modal-content .sb-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 3em;
}



/* 임플선택하는이유 */
.imp-special {
    padding: 120px 0;
}

.imp-special .title-box {
    text-align: left !important;
}

.imp-special .title-box .tit {
    margin-top: 20px;
}

.imp-special .title-box .sub {
    display: inline-block;
}

.imp-special .txt-box {
    color: #666666;
    font-size: 1.85em;
    margin-top: 20px;
    letter-spacing: -.05em;
    word-break: keep-all;
    font-family: 'noto sans kr';
}

.imp-special .imp-special-slide {
    margin-top: 40px;
}

.imp-special .imp-special-slide .swiper-wrapper {
    margin-top: 100px;
}

.imp-special .imp-special-slide .swiper-pagination {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.imp-special .imp-special-slide .swiper-pagination-bullet {
    width: calc(100% / 5);
    height: 60px;
    background-color: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    border: 1px solid #bcbcbc;
    border-radius: 100px;
}

.imp-special .swiper-pagination-bullet::before {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: -.04em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.imp-special .swiper-pagination-bullet-active::before {
    font-weight: 700;
}

.imp-special .swiper-pagination-bullet-active {
    background-color: #004dcf !important;
    color: #fff;
    border: #004dcf solid 1px !important;
}

.imp-special .swiper-pagination-bullet:nth-of-type(1)::before {
    content: '구강악안면외과 전문의';
}

.imp-special .swiper-pagination-bullet:nth-of-type(2)::before {
    content: '풍부한 수술 경험';
}

.imp-special .swiper-pagination-bullet:nth-of-type(3)::before {
    content: '의식하진정법';
}

.imp-special .swiper-pagination-bullet:nth-of-type(4)::before {
    content: '3D 첨단 장비';
}

.imp-special .swiper-pagination-bullet:nth-of-type(5)::before {
    content: '자체기공실';
}

.imp-special .imp-special-slide .swiper-slide .txt-box {
    visibility: hidden;
}

.imp-special .imp-special-slide .swiper-slide-active .txt-box {
    visibility: visible;
}




/* 올온엑스 */
.imp-allonx {
    background-image: url(/img/landding/imp-allonx-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: #1b3158;
    color: #fff;
    padding: 120px 0;
}

.imp-allonx .headline {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imp-allonx .headline .img1 {
    width: 665px;
    margin-right: 50px;
}

.imp-allonx .headline .img2 {
    width: 610px;
    margin: 25px 25px 25px 250px;
}

.imp-allonx .headline .img3 {
    width: 638px;
    margin-right: 200px;
}

.imp-allonx .headline .img4 {
    width: 761px;
    margin: 25px 25px 25px 80px;
}

.imp-allonx .title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.imp-allonx .title-box .img-box {
    width: 9px;
    margin-top: 30px;
}

.imp-allonx .title-box .tit {
    margin-top: 35px;
}

.imp-allonx .title-box .tit-2 {
    margin-top: 15px;
}

.imp-allonx .con>.box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.imp-allonx .con>.box .circle {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    border: 7px #4d6b9e solid;
    background-color: #fff;
    color: #1b3158;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
}

.imp-allonx .con>.box .img1 {
    width: 722px;
}

.imp-allonx .con>.box .txt1 {
    font-size: 3.7em;
    font-weight: 800;
    line-height: 1.2em;
    width: 220px;
    height: 220px;
    border-radius: 200px;
}

.imp-allonx .con>.box .txt2 {
    margin-top: -200px;
    left: 350px;
    width: 150px;
    height: 150px;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 2.2em;
}

.imp-allonx .con>.box .txt3 {
    margin-top: -250px;
    right: 260px;
}

.imp-allonx .con>.box .txt4 {
    top: 350px;
    left: 220px;
    width: 150px;
    height: 150px;
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 700;
}

.imp-allonx .con>.box .txt5 {
    right: 120px;
    font-size: 1.9em;
    line-height: 1.3em;
    font-weight: 700;
    width: 190px;
    height: 190px;
}

.imp-allonx .con>.box .txt6 {
    top: 500px;
    right: 270px;
    font-size: 1.8em;
    font-weight: 700;
    width: 170px;
    height: 170px;
}

.imp-allonx .con>.sub {
    font-size: 1.8em;
    font-weight: 400;
    margin-top: 100px;
    text-align: center;
    letter-spacing: -.05em;
}

.imp-allonx .con>.sub span {
    font-weight: 700;
}

.imp-allonx .allonx-vs {
    width: 1288px;
    margin: 50px auto -50px;
}





/* 전체임플과정 */
.imp-step {
    padding: 120px 0;
}


.imp-step .title-box .tit {
    margin-top: 20px;
}

.imp-step .title-box .sub {
    display: inline-block;
}

.imp-step .imp-step-slide {
    margin-top: 50px;
}

.imp-step .imp-step-slide .swiper-wrapper {
    margin-top: 260px;
}

.imp-step .imp-step-slide .swiper-pagination {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.imp-step .imp-step-slide .swiper-pagination-bullet {
    width: calc(100% / 6);
    height: 200px;
    border-radius: 0;
    background-color: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
}

.imp-step .swiper-pagination-bullet::before {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: -.04em;
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.imp-step .swiper-pagination-bullet-active::before {
    font-weight: 700;
    text-decoration: underline;
}

.imp-step .swiper-pagination-bullet:nth-of-type(1) {
    background-image: url(/img/landding/imp-step-icon1.png);
}

.imp-step .swiper-pagination-bullet:nth-of-type(1)::before {
    content: '정밀 검사';
}

.imp-step .swiper-pagination-bullet:nth-of-type(2) {
    background-image: url(/img/landding/imp-step-icon2.png);
}

.imp-step .swiper-pagination-bullet:nth-of-type(2)::before {
    content: '1차 수술(하악)';
}

.imp-step .swiper-pagination-bullet:nth-of-type(3) {
    background-image: url(/img/landding/imp-step-icon3.png);
}

.imp-step .swiper-pagination-bullet:nth-of-type(3)::before {
    content: '2차 수술(상악)';
}

.imp-step .swiper-pagination-bullet:nth-of-type(4) {
    background-image: url(/img/landding/imp-step-icon4.png);
}

.imp-step .swiper-pagination-bullet:nth-of-type(4)::before {
    content: '임시치아 세팅';
}

.imp-step .swiper-pagination-bullet:nth-of-type(5) {
    background-image: url(/img/landding/imp-step-icon5.png);
}

.imp-step .swiper-pagination-bullet:nth-of-type(5)::before {
    content: '3D 구강 스캔';
}

.imp-step .swiper-pagination-bullet:nth-of-type(6) {
    background-image: url(/img/landding/imp-step-icon6.png);
}

.imp-step .swiper-pagination-bullet:nth-of-type(6)::before {
    content: '맞춤 보철';
}


.imp-step .imp-step-slide .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
    background-color: #e2e8f4;
    border-radius: 40px;
}

.imp-step .imp-step-slide .wrap .txt-box {
    margin-left: 60px;
}

.imp-step .imp-step-slide .wrap .txt-box .txt1 {
    padding: 15px 30px 20px;
    background-color: #1b3158;
    border-radius: 15px;
    color: #fff;
    width: 95px;
    font-size: 1.6em;
    text-align: center;
    line-height: 1em;
}

.imp-step .imp-step-slide .wrap .txt-box .tit {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -.04em;
    margin-top: 15px;
}

.imp-step .imp-step-slide .wrap .txt-box .sub {
    font-size: 1.4em;
    letter-spacing: -.05em;
    margin-top: 5px;
}





/* 수면임플 */
.imp-sleep {
    padding: 120px 0;
}

.imp-sleep .title-box .tit {
    margin-top: 20px;
}

.imp-sleep .title-box .txt1 {
    font-size: 1.6em;
    margin-top: 40px;
    letter-spacing: -.05em;
    line-height: 1.6em;
}

.imp-sleep .title-box .txt1 span {
    font-weight: 700;
}

.imp-sleep .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.imp-sleep .flex-box .img-box {
    width: 549px;
}

.imp-sleep .flex-box .txt-box {
    margin-left: 120px;
    letter-spacing: -.05em;
}

.imp-sleep .flex-box .txt-box .txt1 {
    font-size: 2em;
    font-weight: 700;
    color: #003fa8;
    position: relative;
}

.imp-sleep .flex-box .txt-box .txt1::before {
    position: absolute;
    top: 11px;
    left: -35px;
    background-image: url(/img/check-icon.png);
    content: '';
    width: 26px;
    height: 26px;
}

.imp-sleep .flex-box .txt-box .txt2 {
    font-size: 1.5em;
}

.imp-sleep .flex-box ul li:not(:first-child) {
    margin-top: 30px;
}

/* 수면임플과정 */
.imp-sleep-step {
    padding: 120px 0;
}

.imp-sleep-step .img-box {
    margin-top: 60px;
    width: 1256px;
}

/* 수면임플포인트 */
.imp-sleep-point {
    padding: 140px 0 160px;
}

.imp-sleep-point .img-box {
    margin-top: 80px;
}

/* 오스템soi */
.imp-soi-intro {
    position: relative;
}

.imp-soi-intro .bg-video {}

.imp-soi-intro .bg-video video {
    width: 100%;
}

.imp-soi-intro .con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imp-soi-intro .title-box {
    text-align: left !important;
    color: #fff;
}

.imp-soi-intro .title-box .sub {
    line-height: 1.5em !important;
    font-weight: 400 !important;
    font-size: 1.7em !important;
}

/* soi그래프 */
.imp-soi-graph {
    padding: 120px 0;
}

.imp-soi-graph .img-box {
    margin-top: 100px;
    width: 100%;
}

.imp-soi-graph .graph-box {
    position: relative;
}

.imp-soi-graph .graph-box .grade-box {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.imp-soi-graph .graph-box .grade-box .grade {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
    font-weight: 800;
    color: #fff;
    border-radius: 100px;
    padding-bottom: 7px;
    box-sizing: border-box;
    border: 6px solid #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
    position: absolute;
}

.imp-soi-graph .grade:nth-of-type(1) {
    background-color: #66d6de;
    left: -50px;
    top: 320px;
}

.imp-soi-graph .grade:nth-of-type(2) {
    background-color: #5fd6df;
    top: 280px;
    left: 280px;
}

.imp-soi-graph .grade:nth-of-type(3) {
    background-color: #55c9d2;
    left: 600px;
    top: 220px;
}

.imp-soi-graph .grade:nth-of-type(4) {
    background-color: #22c6d3;
    left: 910px;
    top: 130px;
}

.imp-soi-graph .grade:nth-of-type(5) {
    background-color: #01a5b2;
    right: -50px;
    top: 10px;
    position: relative;
}

.imp-soi-graph .grade:nth-of-type(5)::after {
    position: absolute;
    content: '';
    background-image: url(/img/landding/imp-soi-txt1.png);
    width: 272px;
    height: 123px;
    top: -110px;
    right: -45px;
}





/* 오스템soi 포인트*/
.imp-soi-point {
    background-color: #66d6de;
    padding: 120px 0;
}

.imp-soi-point .img-box {
    margin-top: 60px;
}


/* 오스템soi 포인트*/
.imp-soi-point2 {
    padding: 120px 0;
}

.imp-soi-point2 .point-box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.imp-soi-point2 .point-box .img-box {
    width: 404px;
}

.imp-soi-point2 .txt1 {
    color: #0046c5;
    padding: 15px;
    margin: 50px auto 0;
    text-align: center;
    font-size: 1.7em;
    font-weight: 600;
    letter-spacing: -.04em;
    padding-bottom: 20px;
    border: 2px solid #0046c5;
    width: 750px;
    display: flex;
    justify-content: center;
}

/* 건강보험 */
.imp-nhis {
    padding: 80px 0;
    background-image: url(/img/landding/imp-nhis-bg.jpg);
    box-sizing: border-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 907px;
}

.imp-nhis .con {
    position: relative;
}

.imp-nhis .title-box {
    text-align: left !important;
    color: #2b5991;
}

.imp-nhis .title-box .tit {
    position: relative;
}

.imp-nhis .title-box .tit::after {
    position: absolute;
    background-image: url(/img/landding/imp-nhis-img3.png);
    width: 203px;
    height: 139px;
    top: -45px;
    left: 370px;
}

.imp-nhis .title-box .sub {
    color: #c54747;
    font-size: 1.75em !important;
    font-weight: 600 !important;
}

.imp-nhis .title-box .txt {
    font-size: 1.4em;
    margin-top: 20px;
}

.imp-nhis .img1 {
    display: flex;
    width: 551px;
    position: absolute;
    top: 430px;
}

.imp-nhis .img2 {
    display: flex;
    width: 60%;
    position: absolute;
    right: -100px;
    top: 83px;
}


/* 컴퓨터분석임플란트 */
.imp-3d {
    padding: 120px 0;
    background-color: #f3f3f3;
}

.imp-3d .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    margin-top: 40px;
}

.imp-3d .imp-3d-step {
    width: 1115px;
    margin: 40px auto 0;
}

.imp-3d .txt {
    text-align: center;
    font-size: 1.5em;
    letter-spacing: -.05em;
    margin-top: 40px;
}

.imp-3d>.con>.img-box {
    width: 1277px;
}

.imp-3d .txt span {
    font-weight: 600;
}

.imp-abut {
    padding: 160px 0;
}

.imp-abut .img-box {
    margin: 70px auto 0;
    width: 1154px;
}

.imp-abut .txt {
    text-align: center;
    margin-top: 40px;
    font-size: 1.5em;
    letter-spacing: -.05em;
}

.imp-tech {
    padding: 160px 0;
    background-image: url(/img/landding/imp-tech-bg.jpg);
    color: #fff;
}

.imp-tech .tech-box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.imp-tech>.con>.mgt-160 .title-box {
    text-align: left !important;
    width: 60%;
}

.imp-tech>.con>.mgt-160 .title-box .sub {
    font-size: 1.85em !important;
    line-height: 1.5em !important;
    letter-spacing: -.05em !important;
    margin-top: 20px !important;
    font-weight: 400 !important;
}

.imp-tech .txt {
    width: 456px;
    margin-top: 40px;
}


.imp-anesthesia {
    padding: 160px 0;
}

.imp-anesthesia .img-box {
    margin: 60px auto 0;
    width: 1920px;
}


.imp-goods {
    padding: 160px 0;
}

.imp-goods .goods-box {
    margin: 60px auto 0;
    position: relative;
}

.imp-goods .goods-box .right {
    margin-left: 60px;
    position: relative;
    width: 650px;
}

.imp-goods .goods-box .right>.img-box {
    position: absolute;
}

.imp-goods .goods-box .right .img1 {
    width: 360px;
    top: 170px;
}

.imp-goods .goods-box .right .img2 {
    width: 218px;
    right: 100px;
    bottom: 170px;
}

.imp-goods .goods-box .right .img3 {
    width: 175px;
    right: 0;
    top: 150px;
}

.imp-goods .goods-box .right .img4 {
    width: 196px;
    left: 260px;
    top: 80px;
}

.imp-goods .goods-box .right .img5 {
    width: 176px;
    left: 100px;
    bottom: 110px;
}

.imp-goods .goods-box .right .img6 {
    width: 165px;
    right: 50px;
    bottom: 100px;
}

.imp-product {
    background-color: #0046c5;
    padding: 160px 0;
    color: #fff;
}

.imp-product .title-box {
    margin: -30px 0 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
}


.imp-clean {
    padding: 160px 0;
    background-image: url(/img/landding/imp-clean-bg.jpg);
}

.imp-clean .flex {
    margin-top: 60px;
}





.mgt-40 {
    margin-top: 40px;
}

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

.mgt-160 {
    margin-top: 160px;
}

.mgt-250 {
    margin-top: 250px;
}


@media(max-width:768px) {
    .sec_line {
        padding: 14.4vw 0;
    }

    .sec_line .line {
        margin-bottom: 4vw;
    }

    .sec_line .line>p {
        font-size: 4vw;
        line-height: 4vw;
    }

    .sec_line .line>p>span {
        padding: 0 4vw;
    }

    .sec_line .line.right.line01>p {
        animation: text_loop_right_mo 20s linear infinite;
    }

    .sec_line .line.left.line01>p {
        animation: text_loop_left_mo 20s linear infinite;
    }
}





/* 230825치아미백 리디자인 */
#white {
    color: #fff;
    letter-spacing: -.02em;
}

#white .title-box {
    text-align: center;
    letter-spacing: -.05em;
}

#white .title-box h1 {
    font-size: 5em;
    letter-spacing: -.05em;
    line-height: 1.4em;
}

#white .title-box h1 span {
    border-bottom: 2px solid #fff;
    padding-bottom: 25px;
}

#white .title-box h3 {
    font-size: 2.75em;
}

#white .title-box .des {
    font-size: 1.75em;
    line-height: 1.5em;
    margin-top: 50px;
}


.white-sec01 {
    background-color: #4b4233;
}

.white-sec01 .bna-box {
    width: 1100px;
    margin: 80px auto 0;
    position: relative;
}

.white-sec01 .bna-box .img-box {
    position: relative;
}

.white-sec01 .bna-box .img-box:last-child {
    margin-top: 40px;
}

/* .white-sec01 .bna-box .img-box:first-child::after{ bottom: 30px; right: -40px;
}
.white-sec01 .bna-box .img-box:last-child::after{ bottom: 30px; right: -40px;
}

.white-sec01 .bna-box .img-box::after{ content: '3회'; font-size: 2.6em; font-weight: 600; display: flex; justify-content: center; align-items: center; background: #fff; color: #222; width: 130px; height: 130px; border-radius: 100%; position: absolute;} */


.white-sec02 {
    background-color: #4b4233;
    padding: 80px 0;
}

.white-sec02 .img1 {
    width: 948px;
    margin: 60px auto 0;
}

.white-sec03 {
    background-color: #4b4233;
    position: relative;
    padding: 80px 0;
}

.white-sec03 .wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.white-sec03 .wrap .img-box:not(:first-child) {
    margin-left: 30px;
}

.white-sec03 .notice {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75em;
    color: #ffffff;
    letter-spacing: -.05em;
    background-color: #222;
    padding: 20px 30px 17px;
    width: 45%;
    border-radius: 100px;
    margin: 70px auto 0;
    z-index: 1;
    position: relative;
    -webkit-animation: pulse 2s infinite
}

.white-sec03 .notice i {
    margin-right: 5px;
}

.white-sec04 {
    background-color: #4b4233;
    padding: 80px 0;
    position: relative;
}

.white-sec04 .img1 {
    width: 697px;
    margin: 30px auto 0;
}

.white-sec04 .img2 {
    width: 415px;
    margin: 30px auto 0;
    position: absolute;
    bottom: 110px;
    right: 565px;
}

.white-sec05 {
    background-color: #4b4233;
    padding: 80px 0 140px;
}

.white-sec05 .swiper-container {
    overflow: hidden;
}

.white-sec05 .white-step-slide {
    margin: 60px auto 0;
    position: relative;
    padding: 0 160px;
    overflow: hidden;
    box-sizing: border-box;
}

.white-sec05 .white-step-slide .swiper-wrapper {
    padding-bottom: 40px;
}

.white-sec05 .white-step-slide img {
    width: 100%;
}

.white-sec05 .arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 60px;
    margin: -90px auto;
    z-index: 1;
}

.white-sec05 .arrows .swiper-button i {
    color: #4b4233;
}

.white-sec05 .arrows .swiper-button:hover {
    background-color: #222;
    color: #4b4233;
}

.white-sec05 .swiper-pagination {
    margin-top: 40px;
}

.white-sec05 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 50px;
    height: 3px;
    border-radius: 0;
}

.white-sec05 .swiper-pagination-bullet-active {
    background-color: #333;
    opacity: 1;
}

/* 250603 심미치료 시작 */

#est>* {
    font-family: "noto sans kr", "Gmarket Sans", sans-serif;
}

#est {
    letter-spacing: -.02em;
}

#est .con {
    width: 1280px;
}

#est .con-min-width {
    min-width: 1280px;
}

#est .title-box {
    text-align: center;
    letter-spacing: -.1px
}

#est .title-box .tit {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -3px;
}

#est .title-box .tit span {
    color: #fff;
    position: relative;
    margin-left: 25px;
}

#est .title-box .tit span::after {
    background-color: #00a8ff;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    padding: 0 15px 15px 0;
    margin-top: 5px;
}




#est .title-box .sub {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -1px;
    margin-top: 40px;
}

#est .title-box b {
    font-weight: 600;
}

.est-box {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    text-align: center;
}

.est-box .box:not(:first-child) {
    margin-left: 50px;
}

.est-intro .est-box .box h3 {
    color: #00a8ff;
    font-size: 40px;
    margin-top: 15px;
    letter-spacing: -2px;
}

.est-intro .est-box .box p {
    font-size: 22px;
    letter-spacing: -1px;
    margin-top: 5px;
}

.est-intro .title-box .tit {
    display: flex;
    justify-content: center;
}

.est-price {
    background-color: #161e42;
}

.est-price .img-box {
    width: 1276px;
    margin: 0 auto;
}


.white-bna .title-box .tit {
    display: flex;
    justify-content: center;
}



.white-bna .white-box {
    margin-top: 40px;
}

.white-bna .white-box p {
    text-align: center;
    font-size: 30px;
    letter-spacing: -1.5px;
    font-weight: 500;
}

.white-bna .white-box p span {
    font-size: 20px;
    margin-left: 10px;
    margin-right: 5px;
    color: #888;
}

.white-bna .white-box .box.box:nth-of-type(2) {
    margin-top: 30px;
}

.white-step {
    background-image: url(/img/landding/white-step-bg.jpg);
    background-size: cover;
    background-position: top center;
    color: #fff;
}

.white-step .white-box {
    margin: 80px auto 0;
}

.white-step .title-box .tit {
    margin-top: 10px;
}

.white-step .title-box .tit span {
    margin-left: 0px !important;
    color: #4edcff !important;
}

.white-step .title-box .tit span::after {
    background: none !important;
}

.white-step .title-box .sub-tit {
    font-size: 30px;
    font-weight: 300;
}







.white-case {
    background-image: url(/img/landding/white-case-bg.jpg);
    background-size: cover;
    background-position: top center;
}

.white-case .title-box .tit {
    display: block !important;
}

.white-case .title-box .tit span {
    position: relative;
    margin-left: 5px !important;
    display: inline-block !important;
    margin-top: 25px;
}

.white-case .title-box .tit span::after {
    background-color: #00a8ff !important;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    padding: 0 15px 15px 0;
    margin-top: 5px;
}

.white-case .list-box {
    font-size: 30px;
    width: 44%;
    margin: 50px auto 0;
    letter-spacing: -1px;
    white-space: nowrap;
}

.white-case .list-box li {
    margin-top: 15px;
}

.white-case .list-box li i {
    color: #00a8ff;
    margin-right: 15px;
}


.lami-main {
    background-color: #aab8c0;
    padding-top: 120px;
}

.lami-main .title-box {}

.lami-main .title-box .tit {
    color: #fff;
}

.lami-main .title-box .tit h3 {
    font-size: 45px;
    font-weight: 300;
    line-height: 60px;
}

.lami-main .title-box .tit h3 span {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -5px;
    background-color: #00a8ff;
    padding: 5px 5px;
    display: inline-block;
    margin-top: 15px;
}

.lami-main .img1 {
    width: 1036px;
    margin: 70px auto 0;
}

.lami-main .img2 {
    width: 1000px;
    margin: 40px auto 0;
}

.lami-con1 {
    background-image: url(/img/landding/lami-con1-bg.jpg);
    background-size: cover;
    background-position: top center;
    color: #fff;
}

.lami-con1 .title-box {
    text-align: left !important;
    margin-top: 400px;
}

.lami-con1 .title-box .tit {
    font-weight: 300 !important;
}

.lami-con1 .title-box .tit span {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -5px;
    background-color: #00a8ff;
    padding: 0 5px !important;
    display: inline-block;
    margin: 0 !important;
}

.lami-con1 .title-box .sub {
    font-weight: 300;
    line-height: 38px !important;
}

.lami-con2 {
    background-image: url(/img/landding/lami-con2-bg.jpg);
    background-size: cover;
    background-position: top center;
    color: #fff;
}

.lami-con2 .title-box {
    margin-top: 720px;
}

.lami-con2 .title-box .tit {
    font-weight: 300 !important;
    line-height: 90px !important;
}

.lami-con2 .title-box .tit span {
    margin: 0 !important;
    display: inline-block;
    line-height: 65px;
    font-weight: 600;
}

.lami-con2 .list-box {
    font-size: 30px;
    width: 44%;
    margin: 50px auto 0;
    letter-spacing: -1px;
    white-space: nowrap;
}

.lami-con2 .list-box li {
    margin-top: 15px;
}

.lami-con2 .list-box li i {
    margin-right: 15px;
}

.lami-bna {
    background-color: #343434;
    color: #fff;
}

.lami-bna .title-box .tit h3 {
    font-weight: 300;
    line-height: 90px;
    font-size: 70px;
}

.lami-bna .title-box .tit h3 span {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 70px;
    background-color: #00a8ff;
    padding: 0px 5px;
    display: inline-block;
    margin: 20px 0 0 0 !important;
}

.lami-bna .img-box {
    width: 964px;
    margin: 90px auto 0;
}

.lami-model {
    background-image: url(/img/landding/lami-model-bg.jpg);
    background-size: cover;
    background-position: top center;
    height: 1020px;
}


.lami-point {
    background-image: url(/img/landding/lami-point-bg.jpg);
    background-size: cover;
    background-position: top center;
    color: #fff;
}

.lami-point .title-box h3 {
    margin-top: 20px;
    font-weight: 300;
    line-height: 80px;
}

.lami-point .title-box h3 b {
    font-weight: 700;
}

.lami-point .point-box {
    width: 883px;
    margin: 80px auto 0;
}

.lami-point .point-box .img-box:not(:first-child) {
    margin-top: 20px;
}

/* 250603 심미치료 끝 */




/* 230828 턱관절 리디자인 */
#joint {
    background-color: #653d3d;
    color: #fff;
}

#joint .title-box {
    text-align: center;
    letter-spacing: -.05em;
}

#joint .title-box h1 {
    font-size: 5em;
    letter-spacing: -.05em;
    line-height: 1.4em;
}

#joint .title-box h1 span {
    border-bottom: 2px solid #fff;
    padding-bottom: 25px;
}

#joint .title-box h3 {
    font-size: 2.75em;
}

#joint .title-box .des {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 50px;
}

.joint-sec01 {}

.joint-sec01 .img1 {
    width: 70%;
    margin: 60px auto 0;
}

.joint-sec01 .notice {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    letter-spacing: -.05em;
    width: 45%;
    border-radius: 100px;
    margin: 70px auto 0;
    z-index: 1;
    position: relative;
}

.joint-sec01 .notice i {
    margin-right: 10px;
}

.joint-sec01 .notice {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75em;
    color: #fff;
    letter-spacing: -.05em;
    background-color: #222;
    padding: 20px 30px 17px;
    width: 45%;
    border-radius: 100px;
    margin: 70px auto 0;
    z-index: 1;
    position: relative;
    -webkit-animation: pulse 2s infinite
}


.joint-sec02 {}

.joint-sec02 .img-box {
    width: 70%;
    margin: 40px auto 0;
}

.joint-sec03 {}

.joint-sec03 .img1 {
    width: 90%;
    margin: 60px auto 0;
}

.joint-sec04 {}

.joint-sec04 .img1 {
    width: 90%;
    margin: 60px auto 0;
}


/* 오시는길 */
.location {
    color: #0043b1;
}

.location .title-box,
.interior .title-box {
    text-align: center;
    letter-spacing: -.05em;
}

.location .title-box h3,
.interior .title-box h3 {
    font-size: 2.75em;
}

.location .title-box h1,
.interior .title-box h1 {
    font-size: 5em;
    letter-spacing: -.05em;
    line-height: 1.4em;
}

.location .title-box h1 span,
.interior .title-box h1 span {
    border-bottom: 2px solid #0042b1 !important;
    padding-bottom: 25px;
}

.location .wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.location .wrap>.box {
    width: calc((100% / 2) - 80px);
}

.location .wrap>.box:last-child {
    margin-left: 80px;
}

.location .wrap .box .txt1 {
    font-size: 2.4em;
    font-weight: 600;
}

.location .wrap .box .txt1 i {
    margin-right: 5px;
}

.location .wrap .box .des {
    font-size: 1.5em;
    color: #000;
    margin-top: 5px;
    line-height: 1.5em;
}

.location .wrap .box .box:nth-of-type(2) {
    margin-top: 20px;
}

.location .wrap .box .box:nth-of-type(2) .call {
    font-size: 1.75em;
    letter-spacing: -.05em;
}

.location .txt-box .des {
    font-size: .95em;
    line-height: 1.5em;
    letter-spacing: -.06em;
    color: #222;
    margin-top: 5px;
}

.location #map {
    width: 60%;
    height: 300px;
    border: 1px solid #ddd;
}

.location #map h3 {
    padding: 10px;
    color: #000;
}

.location .wrap .box .img-box {
    margin-top: 7px;
}



.interior {
    color: #0043b1;
    margin-bottom: 160px;
}

.interior .interior-slider {
    position: relative;
    margin-top: 60px;
}

.interior .interior-slider img {
    width: 80%;
    margin: 0 auto;
}

.interior .interior-slider .arrows {
    width: 100%;
}

.interior .interior-slider .arrows .swiper-button {
    background-color: #0043b1;
}

.interior .interior-slider .arrows i {
    color: #fff;
}

.interior .interior-slider .swiper-pagination {
    margin-bottom: 30px;
}

.interior .interior-slider .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 20px;
    height: 20px;
}

.interior .interior-slider .swiper-pagination-bullet-active {
    background-color: #0043b1;
}



/* 하단 푸터바 시작 */
.footer-box {
    background-color: #222;
    text-align: center;
    color: #aaa;
    padding: 40px 0;
}

.footer-box>div>.txt-1 {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -.05rem;
    line-height: 1.5rem;
}

.footer-box>div>.txt-2 {
    font-size: .8rem;
    line-height: 1.4rem;
    padding-top: 10px;
}

/* 하단 푸터바 끝 */