@import url(color.css);
@import url(popup.css);
@import url(button.css);
@import url(field.css);
@import url(common/font.css);
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-barun-gothic.css');


body,
html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: 'Noto Sans KR', "NanumBarunGothic", "Malgun Gothic", "맑은 고딕", arial, sans-serif;
    color: var(--primary-text);
    line-height: initial;
    letter-spacing: -1px;
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.width_150 {
    width: 150px;
}

/** margin start **/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

/** margin end **/
.d-none {
    display: none;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-primary {
    color: var(--primary) !important;
}


.page {
    padding-top: 75px;
    background-color: var(--bg-primary);
    min-width: 1350px;
}

.page.sidebar-layout {
    padding-top: 70px;
}

.page-content {
    width: 100%;
    min-height: calc(100vh - 150px);
    padding: 0 3em 20vh;
    max-width: 1440px;
    margin: 0 auto;
}

.page.sidebar-layout .page-content {
    margin: 0;
}

.page-top-banner {
    position: relative;
    background-color: var(--bg-banner);
    color: var(--primary);
}

.page-top-banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

.page-top-banner.platform:before {
    background-image: url(../img/platform_visual3.jpg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
}

.page-top-banner.management:before {
    background-image: url(../img/management_visual.jpg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
}

.page-top-banner.cs:before {
    background-image: url(../img/cs_visual.jpg);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: cover;
}

.page-top-banner .page-top-banner-inner {
    position: relative;
    padding: 3rem 3rem 2rem;
    max-width: 1440px;
    margin: 0 auto;
}

.page-top-banner .page-top-banner-inner h1 {
    margin-top: 0;
    display: block;
    font-size: 1.8em;
    margin-block-start: 0;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.page.sidebar-layout .page-guid {
    max-width: initial;
    height: 113px;
}
.page-guid {
    padding: 3rem 3rem 2rem;
    max-width: 1440px;
    margin: 0 auto;
}

.page-guid .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* max-width: 1360px; */
    margin: 0 auto;
}

.page-guid .guid-title {
    width: 60%;
    line-height: 1.1;
    font-weight: 600;
    font-size: 1.7em;
}

.page-guid ul {
    list-style: none;
    margin-bottom: 0;
    margin-right: 6px;
}

.page-guid li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.page-guid li.current {
    cursor: initial;
}

.page-guid li.home {
    padding: 0;
}

.page-guid li.home .icon-home {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23000000' d='M10,20V14H14V20H19V12H22L12,3L2,12H5V20H10Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px;
    margin: 0 8px -2px;
}

.page-guid .gap .icon-chevron-right {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23000000' d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z'/%3E%3C/svg%3E");
    background-size: 18px;
}

.stepper {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto 40px;
}

.stepper .stepper-step {
    display: flex;
    padding: 24px;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-basis: 175px;
}

.stepper .stepper-step .step-num {
    height: 40px;
    min-width: 40px;
    width: 40px;
    font-weight: bold;
    color: white;
    margin-bottom: 11px;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 1.2em;
    justify-content: center;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: rgba(0, 0, 0, 0.38);
}

.stepper .stepper-step.active .step-num {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.stepper .stepper-step .stepper-label {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.stepper .divider {
    display: block;
    flex: 1 1 0px;
    max-width: 100%;
    height: 0px;
    max-height: 0px;
    /* border: solid; */
    border-width: solid 0 0 0;
    /* transition: inherit; */
    margin: 44px -67px 0;
    border-color: var(--border);
    align-self: flex-start;
}

.asterisk {
    font-weight: bold;
    color: var(--attention);
}

.scroll-lock {
    overflow: hidden;
    touch-action: none;
}

.scroll-top-btn-wrap {
    position: fixed;
    right: 3em;
    bottom: 3em;
    z-index: 500;
}

.scroll-top-btn-wrap .btn-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    opacity: 0.8;
    cursor: pointer;
}

.scroll-top-btn-wrap .btn-icon:hover {
    opacity: 1;
    background-color: #ddd;
}

.scroll-top-btn-wrap .btn-icon .icon-arrow-up {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpath fill='%23002c6c' d='M13,20H11V8L5.5,13.5L4.08,12.08L12,4.16L19.92,12.08L18.5,13.5L13,8V20Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 38px;

}

.loading-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100vh;
}

.loader-box {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    font-size: 5px;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
}

@keyframes mulShdSpin {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}