@charset "utf-8";

@font-face {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, system-ui;
    font-display: swap;
}

body,
button,
input,
select,
textarea,
table {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, system-ui;
    color: #333333;
}

* {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-y: none;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: transparent !important;
    word-break: keep-all;
}

header,
nav,
main,
section,
article,
aside,
footer {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    background-color: #ffffff;
}

body {
    font-size: 14px;
    color: #333;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

body .partner-counseling-container {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text
}

body,
h1,
h2,
h3,
h4,
p,
div,
ul,
ol,
li,
input {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

ul,
ol,
li {
    list-style: none
}

address,
em {
    font-style: normal
}

a {
    text-decoration: none;
    display: block;
    color: #4c4c4c;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

button {
    background: 0;
    border: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

button:focus,
textarea:focus {
    outline: 0;
}

img {
    border: 0 none;
    -webkit-user-drag: none;
}

input,
textarea {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

input:focus {
    outline: 0;
}

.hide-text {
    position: absolute;
    left: -9999px;
    top: -9999px
}

input::-ms-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
    display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.loader-default {
    display: none;
    z-index: 9999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8)
}

.loader-default:after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc((100vw / 2) - 20px);
    top: calc((100vh / 2) - 20px);
    border-radius: 50%;
    border: 7px solid #FF5A2E;
    border-bottom-color: transparent;
    -webkit-animation: spin--loader-default 0.8s linear infinite; /* Safari */
    animation: spin--loader-default 0.8s linear infinite;
}

.loader-aside-contents {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 300px;
    left: 0;
    top: 270px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5)
}

.loader-aside-contents:after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc((300px / 2) - 20px);
    top: calc((270px / 2) - 20px);
    border-radius: 50%;
    border: 7px solid #FF5A2E;
    border-bottom-color: transparent;
    -webkit-animation: spin--loader-default 0.8s linear infinite; /* Safari */
    animation: spin--loader-default 0.8s linear infinite;
}

.loader-ico {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc((100vw / 2) - 20px);
    bottom: 12px;
}

.loader-ico:after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #FF5A2E;
    border-bottom-color: transparent;
    -webkit-animation: spin--loader-default 0.8s linear infinite;
    animation: spin--loader-default 0.8s linear infinite;
}

/* Safari */
@-webkit-keyframes spin--loader-default {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin--loader-default {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@media (max-width: 720px) {
    * {
        cursor: default !important;
    }
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

#appDownloadFloatingPopup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 120px;
    height: 40px;
    z-index: 98;
}

#appDownloadFloatingPopupImage {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}

.is-block-overscroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.is-hide {
    display: none !important;
}

pre {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, system-ui;
}

/* TROST Product Language */

.component_text-title-1 {
    font-size: 28px;
    line-height: 36px;
}

.component_text-title-2 {
    font-size: 24px;
    line-height: 32px;
}

.component_text-title-3 {
    font-size: 20px;
    line-height: 28px;
}

.component_text-title-4 {
    font-size: 18px;
    line-height: 26px;
}

.component_text-title-5 {
    font-size: 16px;
    line-height: 24px;
}

.component_text-body-1 {
    font-size: 16px;
    line-height: 24px;
}

.component_text-body-2 {
    font-size: 14px;
    line-height: 22px;
}

.component_text-body-3 {
    font-size: 12px;
    line-height: 20px;
}

.component_text-subtitle-1 {
    font-size: 16px;
    line-height: 20px;
}

.component_text-subtitle-2 {
    font-size: 14px;
    line-height: 22px;
}

.component_text-bold {
    font-weight: bold;
}

.no-padding {
    padding: 0 !important;
}

.is-fix-tab {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff !important;
    width: 100%;
}

.fixed-tab-fix {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #f6f6f6;
    width: 100%;
    padding: 16px 0;
}

.hide-toast {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    animation: hideToast 500ms;
    -webkit-animation: hideToast 500ms;
}

@-webkit-keyframes hideToast {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes hideToast {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}


/*# sourceMappingURL=sourcemaps/6689.css.map*/