@charset "UTF-8";
@import url(notosanskr.css);

* {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
}

*,
:after,
:before {
    box-sizing: border-box;
    flex-shrink: 0;
}

:root {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    cursor: default;
    line-height: 1.5;
    overflow-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4
}

html,
body {
    height: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #1C1C1E;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

button {
    background: none;
    border: 0;
    cursor: pointer;
}

a {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

ol>li {
    display: table;
    counter-increment: item;
}

ol>li:before {
    content: counters(item, ".") ".";
    display: table-cell;
    padding-right: 0.6em;
}

li ol>li {
    margin: 0;
}

li ol>li:before {
    content: counters(item, ".") " ";
}

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

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

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

.padding-0 {
    padding: 0 !important;
}

strong {
    font-weight: 700;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul>li {
    display: table;
}

ul>li:before {
    display: table-cell;
    padding-right: 0.6em;
}

ul.dot>li:before {
    content: "•";
}

ul.caption>li:before {
    content: "※";
}

input.checkbox,
input.radio {
    display: none
}

input.checkbox+label,
input.radio+label {
    display: inline-block;
    position: relative;
    padding: 0.5rem 0 0.5rem calc(1.5rem + 0.7rem);
    min-height: 1.5rem;
}

input.checkbox+label:hover,
input.radio+label:hover {
    cursor: pointer
}

input.checkbox+label:before,
input.radio+label:before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    left: 0;
    top: 0.6rem;
    background-repeat: no-repeat;
}

input.radio[disabled]+label:before,
input.checkbox[disabled]+label:before {
    opacity: 0.5
}

input.radio[disabled]+label,
input.checkbox[disabled]+label {
    color: rgba(0, 0, 0, 0.3)
}

input.checkbox:checked+label:before {
    background-image: url('../images/checkbox-true.svg');
    background-repeat: no-repeat;
}

input.checkbox+label:before {
    background-image: url('../images/checkbox-false.svg');
    background-repeat: no-repeat;
}

input.radio:checked+label:before {
    background-image: url('../images/radio-true.svg');
    background-repeat: no-repeat;
}

input.radio+label:before {
    background-image: url('../images/radio-false.svg');
    background-repeat: no-repeat;
}

.error-container {
    width: 100%;
    height: 100vh;
    padding: 3.5rem 1.5rem;
    background-color: #F4F4F4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-container section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.error-container section h6 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1.75rem 0;
}

.error-container section p {
    color: #6F6F6F;
}

.error-container footer {

    width: 100%;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

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

.flex-h-center {
    justify-content: center;
}

.flex-h-end {
    justify-content: flex-end;
}

.flex-h-around {
    justify-content: space-around;
}

.flex-v-center {
    align-items: center;
}

.flex-v-end {
    align-items: flex-end;
}

@media screen and (max-width: 1200px) {
    .flex-h-center-sm {
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {

    .flex-h-center-sm.intro-section-desc,
    .flex-h-center.intro-section-desc {
        justify-content: flex-start;
    }
}

button {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1rem 1.5rem;
}

button+button {
    margin-left: 0.5rem;
}

button:hover {
    transition-duration: 0.1s;
}

button.primary {
    background-color: #3b2b8f;
    color: white;
}

button.primary:hover {
    background-color: #2C2078;
}

button.outlined {
    font-size: 1rem;
    padding: 1rem;
    border: 1px solid #3b2b8f;
    background-color: white;
    color: #3b2b8f;
}

button.outlined:hover {
    background-color: #f3f1fb;
    border-color: #2C2078;
    color: #2C2078;
}

button.rounded {
    width: 192px;
    height: 60px;
    font-size: 1.5rem;
    padding: 0;
    border: 1px solid #3b2b8f;
    border-radius: 3rem;
    background-color: white;
    color: #3b2b8f;
}

button.rounded img {
    margin-left: 1rem;
}

@media screen and (max-width: 1200px) {
    button.rounded {
        width: 154px;
        height: 48px;
        font-size: 1.143rem;
    }

    button.rounded img {
        width: 16px;
        height: 16px;
        margin-left: 0.5rem;
    }
}

@media screen and (max-width: 600px) {
    button.rounded {
        width: 120px;
        height: 36px;
        font-size: 1rem;
    }

    button.rounded img {
        width: 14px;
        height: 14px;
        margin-left: 0.5rem;
    }
}

button.rounded:hover {
    background-color: #f3f1fb;
    border-color: #2C2078;
    color: #2C2078;
}

button.payment {
    background-color: #CBF971;
    color: #2C2078;
}

button.payment:hover {
    background-color: #bff850;
}

button.primary.modal {
    border-radius: 0;
    font-size: 1rem;
    padding: 1rem;
}

button.intro.primary.modal,
button.partner.primary.modal {
    border-radius: 0.5rem;
}

button.send-link {
    width: auto;
    background-color: #EEEBFF;
    color: #251D4F;
}

button.send-link:hover {
    background-color: #d1c9ff;
}

button:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 0.5rem;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 20px #d0caef;
}

button:active:after {
    box-shadow: 0 0 0 0 #d0caef;
    position: absolute;
    border-radius: 0.5rem;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0s;
}

button.rounded:after {
    border-radius: 3rem;
}

button.rounded:active:after {
    border-radius: 3rem;
}

button:active {
    top: 1px;
}

button[disabled] {
    background-color: #E6E6E6;
    color: #A2A2A7;
}

button[disabled]:hover {
    background-color: #E6E6E6;
    color: #A2A2A7;
}

button[disabled]:after {
    display: none;
}

button[disabled]:active {
    top: 0;
}

.br-sm,
.br-xs {
    display: none;
}

.empty {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.empty p {
    margin-top: 1rem;
    color: #A2A2A7;
}


@media screen and (max-width: 1200px) {
    .br-sm {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .br-xs {
        display: block;
    }
}
