@charset "UTF-8";

@font-face {
    font-family: "SUIT";
    font-weight: 100;
    src: url("../fonts/SUIT-Thin.woff2") format("woff2");
}

@font-face {
    font-family: "SUIT";
    font-weight: 200;
    src: url("../fonts/SUIT-ExtraLight.woff2") format("woff2");
}

@font-face {
    font-family: "SUIT";
    font-weight: 300;
    src: url("../fonts/SUIT-Light.woff2") format("woff2");
}

@font-face {
    font-family: "SUIT";
    font-weight: 400;
    src: url("../fonts/SUIT-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "SUIT";
    font-weight: 500;
    src: url("../fonts/SUIT-Medium.woff2") format("woff2");
}

@font-face {
    font-family: "SUIT";
    font-weight: 600;
    src: url("../fonts/SUIT-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "SUIT";
    font-weight: 700;
    src: url("../fonts/SUIT-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "SUIT";
    font-weight: 800;
    src: url("../fonts/SUIT-ExtraBold.woff2") format("woff2");
}

@font-face {
    font-family: "SUIT";
    font-weight: 900;
    src: url("../fonts/SUIT-Heavy.woff2") format("woff2");
}

@font-face {
    font-family: "HSYuji-Regular";
    src: url("../fonts/HSYuji-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/* reset */
/* 최대 화면 크기 설정 */
/* 반응형이 일어날 화면 설정 */
/* 화면 크기에 따라 크기를 알맞게 설정해주는 함수 */
/* 화면 크기에 따라 크기를 알맞게 설정해주는 함수 */
/* rem 설정을 위한 폰트 */
html {
    font-size: 20px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    font-family: "SUIT", arial, sans-serif, Arial, dotum, "돋움";
    font-size: 20px;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
    margin: 0px;
    padding: 0px;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    -webkit-border-radius: 0;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
main,
menu {
    display: block;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

img,
fieldset,
iframe {
    border: 0 none;
}

fieldset {
    width: auto;
    min-width: 0;
    max-width: none;
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    position: absolute !important;
    display: block;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
    border: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
}

    legend.focusable:active, legend.focusable:focus {
        position: static;
        height: auto;
        width: auto;
        margin: 0;
        clip: auto;
        overflow: visible;
    }

img {
    max-width: 100%;
    border: 0px;
    vertical-align: top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    display: none;
}

button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
}

/* reset */
.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .btn.small {
        height: 1.75rem;
        line-height: 1.65rem;
        padding: 0 0.5rem;
        font-size: 0.65rem;
    }

    .btn.medium {
        height: 2.8rem;
        line-height: 2.7rem;
        padding: 0 0.5rem;
        font-size: 0.9rem;
        font-weight: 700;
    }

@media (max-width: 720px) {
    .btn.medium {
        height: 14.358974359vw;
        line-height: 13.8461538462vw;
        padding: 0 2.5641025641vw;
        font-size: 4.6153846154vw;
    }
}

.btn.large {
    height: 3.4rem;
    line-height: 3.3rem;
    padding: 0 0.8rem;
    font-weight: 400;
    font-size: 1rem;
}

.btn.xlarge {
    height: 4.4rem;
    line-height: 4.3rem;
    padding: 0 1rem;
    font-weight: 700;
    font-size: 1.1rem;
}

.btn.primary {
    background-color: #2546cd;
    border-color: #2546cd;
    color: #fff;
}

.btn.slightly {
    background-color: #666;
    border-color: #666;
    color: #fff;
}

.btn.lightSlightly {
    background-color: #989898;
    border-color: #989898;
    color: #fff;
}

.btn.dark {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.btn.danger {
    background-color: #e0012b;
    border-color: #e0012b;
    color: #fff;
}

.btn.warning {
    background-color: #ff9582;
    border-color: #ff9582;
    color: #fff;
}

.btn.bg-dark {
    color: #fff;
    background-color: #111;
}

.btn.round.small {
    border-radius: 50px;
}

.btn.round.medium {
    border-radius: 0.4rem;
}

.btn.round.large {
    border-radius: 30px;
}

.btn.round.xlarge {
    border-radius: 30px;
}

.btn.border {
    border: 1px solid #222;
}

    .btn.border.primary {
        color: #2546cd;
        border-color: #2546cd;
        background-color: transparent;
    }

    .btn.border.slightly {
        border-color: #888;
        color: #888;
        background-color: transparent;
    }

    .btn.border.lightSlightly {
        border-color: #a1a1a1;
        color: #a1a1a1;
        background-color: transparent;
    }

    .btn.border.dark {
        border-color: #222;
        color: #222;
        background-color: transparent;
    }

    .btn.border.warning {
        border-color: #ff9582;
        color: #ff9582;
        background-color: transparent;
    }

    .btn.border.danger {
        border-color: #e0012b;
        color: #e0012b;
        background-color: transparent;
    }

.btn.full {
    width: 100%;
}

.btn.disabled-btn {
    color: #83868e;
    background-color: #30333d;
}

.btn.hide {
    display: none;
}

.data-table table {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #ddd;
}

.data-table th,
.data-table td {
    padding: 0.5rem 0.75rem;
    text-align: left;
    font-size: 14px;
}

@media (max-width: 720px) {
    .data-table th,
    .data-table td {
        padding: 10px 8px;
        font-size: 12px;
    }
}

.data-table th.left,
.data-table td.left {
    text-align: left;
}

.data-table th.center,
.data-table td.center {
    text-align: center;
}

.data-table th {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

.data-table td {
    border-bottom: 1px solid #ddd;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.6rem;
    overflow: hidden;
    margin-top: 2rem;
}

    .pagination button {
        display: block;
    }

    .pagination .paging {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.2rem;
        height: 1.2rem;
    }

        .pagination .paging.current .page-link {
            font-weight: 900;
            color: #2546cd;
        }

    .pagination .page-link {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 0.75rem;
        font-weight: 700;
        color: #666666;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .pagination .controller {
        width: 1.2rem;
        height: 1.2rem;
    }

        .pagination .controller .page-link {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover;
        }

        .pagination .controller.prev .page-link {
            background-image: url("../images/components/icon-pagination-prev.png");
        }

        .pagination .controller.next .page-link {
            background-image: url("../images/components/icon-pagination-next.png");
        }

        .pagination .controller.first .page-link {
            background-image: url("../images/components/icon-pagination-first.png");
        }

        .pagination .controller.last .page-link {
            background-image: url("../images/components/icon-pagination-last.png");
        }

        .pagination .controller.disabled {
            opacity: 0.4;
        }

            .pagination .controller.disabled .page-link {
                pointer-events: none;
            }

.input-cover {
    position: relative;
}

    .input-cover.float {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .input-cover.float.active .form-label {
            padding: 0 0.2rem;
            left: 0.8rem;
            -webkit-transform: translate3d(0, -26px, 0) scale(0.75);
            transform: translate3d(0, -26px, 0) scale(0.75);
            color: #000;
            background-color: #fff;
        }

        .input-cover.float.active .required {
            color: #000;
        }

        .input-cover.float.active .form-input[type=date] {
            color: #000;
        }

        .input-cover.float.active .form-input::-webkit-input-placeholder {
            color: #999;
            opacity: 1;
        }

        .input-cover.float.active .form-input::-moz-placeholder {
            color: #999;
            opacity: 1;
        }

        .input-cover.float.active .form-input:-ms-input-placeholder {
            color: #999;
            opacity: 1;
        }

        .input-cover.float.active .form-input:-moz-placeholder {
            color: #999;
            opacity: 1;
        }

        .input-cover.float.active .form-input::-ms-input-placeholder {
            color: #999;
            opacity: 1;
        }

        .input-cover.float.active .form-input::placeholder {
            color: #999;
            opacity: 1;
        }

        .input-cover.float .form-label {
            position: absolute;
            left: 1rem;
            z-index: 2;
            width: auto;
            margin-bottom: 0;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
            -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            -webkit-transform-origin: left top;
            transform-origin: left top;
            overflow: hidden;
            white-space: nowrap;
            -ms-text-overflow: ellipsis;
            text-overflow: ellipsis;
            background-color: #fff;
        }

        .input-cover.float .etc-right {
            top: 50%;
            bottom: auto;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .input-cover.focus, .input-cover.open-datepicker {
        border-color: #2c599d;
    }

        .input-cover.focus .form-label,
        .input-cover.focus .required, .input-cover.open-datepicker .form-label,
        .input-cover.open-datepicker .required {
            color: #2c599d !important;
        }

        .input-cover.focus .form-input, .input-cover.open-datepicker .form-input {
            border-color: #2c599d;
        }

    .input-cover.right-space.small .form-input {
        padding-right: 2.8rem;
    }

    .input-cover.right-space .form-input {
        padding-right: 4.6rem;
    }

    .input-cover.error .icon-error {
        display: block;
    }

    .input-cover.error .form-input {
        padding-right: 2.5rem;
        border-color: #e0012b;
    }

    .input-cover .cover-inner {
        position: relative;
    }

    .input-cover .form-input {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        min-height: 1.25rem;
        line-height: 1.15rem;
        padding: 0 0 0.6rem 0;
        font-size: 0.9rem;
        color: #fff;
        border: 0;
        border-bottom: 1px solid #2d2c33;
        background-color: transparent;
        outline: 0;
    }

        .input-cover .form-input::-webkit-input-placeholder {
            color: #83868e;
            opacity: 1;
        }

        .input-cover .form-input::-moz-placeholder {
            color: #83868e;
            opacity: 1;
        }

        .input-cover .form-input:-ms-input-placeholder {
            color: #83868e;
            opacity: 1;
        }

        .input-cover .form-input:-moz-placeholder {
            color: #83868e;
            opacity: 1;
        }

        .input-cover .form-input::-ms-input-placeholder {
            color: #83868e;
            opacity: 1;
        }

        .input-cover .form-input::placeholder {
            color: #83868e;
            opacity: 1;
        }

        .input-cover .form-input:-moz-read-only, .input-cover .form-input:disabled {
            color: #999 !important;
            background-color: #fafafa;
        }

        .input-cover .form-input:read-only, .input-cover .form-input:disabled {
            color: #999 !important;
            background-color: #fafafa;
        }

            .input-cover .form-input:-moz-read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
                color: #000 !important;
                background-color: transparent;
            }

            .input-cover .form-input:read-only.datepicker-input, .input-cover .form-input:disabled.datepicker-input {
                color: #000 !important;
                background-color: transparent;
            }

            .input-cover .form-input:-moz-read-only.result-file-input, .input-cover .form-input:disabled.result-file-input {
                color: #fff !important;
                background-color: transparent;
            }

            .input-cover .form-input:read-only.result-file-input, .input-cover .form-input:disabled.result-file-input {
                color: #fff !important;
                background-color: transparent;
            }

    .input-cover .form-label {
        display: block;
        margin-bottom: 0.8rem;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1.4;
        color: #83868e;
    }

    .input-cover .required {
        display: inline-block;
        vertical-align: middle;
        font-size: 0.8rem;
        color: #999;
    }

    .input-cover .etc-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.4rem;
        position: absolute;
        z-index: 2;
        bottom: 0.75rem;
        right: 1rem;
    }

    .input-cover .mode-text {
        font-size: 0.8rem;
    }

    .input-cover .btn-type-change {
        width: 1.2rem;
        height: 1.2rem;
        background-image: url("../images/icon/icon-eye-off.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
        text-indent: -9999px;
        color: transparent;
    }

        .input-cover .btn-type-change.type-text {
            background-image: url("../images/icon/icon-eye-on.png");
        }

    .input-cover .file-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.4rem;
        position: relative;
        padding-bottom: 0.425rem;
        border-bottom: 1px solid #2d2c33;
    }

        .input-cover .file-wrapper .form-input {
            padding-bottom: 0;
            border: 0;
            color: #fff;
        }

        .input-cover .file-wrapper .file-input {
            position: absolute !important;
            display: block;
            width: 0 !important;
            height: 0 !important;
            padding: 0 !important;
            margin: -1px !important;
            border: 0 !important;
            overflow: hidden !important;
            clip: rect(0 0 0 0) !important;
            top: 0;
            right: 0;
            z-index: 1;
        }

            .input-cover .file-wrapper .file-input.focusable:active, .input-cover .file-wrapper .file-input.focusable:focus {
                position: static;
                height: auto;
                width: auto;
                margin: 0;
                clip: auto;
                overflow: visible;
            }

            .input-cover .file-wrapper .file-input:focus-visible + .btn {
                outline: 2px solid #000;
            }

        .input-cover .file-wrapper .btn {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding: 0;
            width: 100%;
            max-width: 5.6rem;
            height: 1.6rem;
            font-size: 0.7rem;
            font-weight: 600;
            line-height: 1;
            color: #111;
            background-color: #eee;
            border-radius: 2rem;
            -ms-flex-line-pack: center;
            align-content: center;
        }

    .input-cover.disable-active.float .form-label {
        padding: 0 0.2rem;
        left: 0.8rem;
        -webkit-transform: translate3d(0, -26px, 0) scale(0.75);
        transform: translate3d(0, -26px, 0) scale(0.75);
        color: #999;
    }

    .input-cover.disable-active .required {
        color: #999;
    }

.form-btn-with-container {
    padding-bottom: 0.425rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.4rem;
    border-bottom: 1px solid #2d2c33;
}

    .form-btn-with-container .input-cover,
    .form-btn-with-container .selectric-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .form-btn-with-container .btn {
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .form-btn-with-container .form-input {
        padding-bottom: 0;
        border: 0;
        height: 1.6rem;
        line-height: 1.5rem;
    }

    .form-btn-with-container.medium .btn {
        max-width: 5.6rem;
        height: 1.6rem;
        font-size: 0.7rem;
        font-weight: 600;
        line-height: 1;
        color: #111;
        background-color: #eee;
        border-radius: 2rem;
    }

.selector-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.5rem;
}

    .selector-wrapper.horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }

.selector-cover {
    line-height: 1;
    font-size: 0;
}

    .selector-cover input {
        position: absolute;
        position: absolute !important;
        display: block;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: -1px !important;
        border: 0 !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
    }

        .selector-cover input.focusable:active, .selector-cover input.focusable:focus {
            position: static;
            height: auto;
            width: auto;
            margin: 0;
            clip: auto;
            overflow: visible;
        }

        .selector-cover input:focus-visible + .selector-text {
            outline: auto;
            outline-color: -webkit-focus-ring-color;
        }

    .selector-cover .label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        cursor: pointer;
    }

    .selector-cover .selector-text {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.9rem;
        word-break: keep-all;
        font-weight: 600;
    }

    .selector-cover .selector {
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #e0e0e3;
        background-color: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .selector-cover .selector:after {
            display: block;
            content: "";
            position: absolute;
        }

    .selector-cover.checkbox .selector {
        border-radius: 0.2rem;
    }

        .selector-cover.checkbox .selector:after {
            display: none;
            left: calc(50% - 0.25rem);
            top: 50%;
            width: 0.25rem;
            height: 0.5rem;
            border: solid #000;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
        }

    .selector-cover.checkbox.round .selector-text {
        padding-left: 1.6rem;
        min-height: 1.2rem;
    }

    .selector-cover.checkbox.round .selector {
        width: 1.2rem;
        height: 1.2rem;
        border: 0;
        border-radius: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url("../images/components/icon-checkbox-round-off.png");
    }

    .selector-cover.checkbox.round input:checked + .selector-text .selector {
        background-image: url("../images/components/icon-checkbox-round-on.png");
    }

        .selector-cover.checkbox.round input:checked + .selector-text .selector:after {
            display: none;
        }

    .selector-cover.checkbox.square .selector-text {
        padding-left: 1.6rem;
        min-height: 1.2rem;
    }

    .selector-cover.checkbox.square .selector {
        width: 1.2rem;
        height: 1.2rem;
        border: 0;
        border-radius: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url("../images/components/icon-checkbox-square-off-24x24.png");
    }

    .selector-cover.checkbox.square input:checked + .selector-text .selector {
        background-image: url("../images/components/icon-checkbox-square-on-24x24.png");
    }

        .selector-cover.checkbox.square input:checked + .selector-text .selector:after {
            display: none;
        }

    .selector-cover.checkbox.solo .selector-text {
        padding-left: 1.2rem;
    }

    .selector-cover.radio input:checked + .selector-text .selector {
        background-color: #fff;
        border-color: #000;
    }

        .selector-cover.radio input:checked + .selector-text .selector:after {
            background-color: #000;
        }

    .selector-cover.radio .selector-text {
        padding-left: 1.4rem;
        min-height: 1rem;
    }

    .selector-cover.radio .selector {
        height: 1rem;
        width: 1rem;
        border-radius: 50%;
    }

        .selector-cover.radio .selector:after {
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0.4rem;
            height: 0.4rem;
            border-radius: 50%;
            background-color: #fff;
        }

    .selector-cover.radio.solo .selector-text {
        padding-left: 1.6rem;
    }

.form-guide-text {
    display: block;
    font-weight: 400;
    margin-top: 0.8rem;
    font-size: 0.7rem;
    line-height: 1.4;
    color: #83868e;
}

    .form-guide-text + .form-guide-text {
        margin-top: 0.4rem;
    }

.form-textarea {
    display: block;
    height: 6rem;
    padding: 0.6rem 1rem;
    border: 1px solid #ddd;
    border-radius: 0.4rem;
    font-size: 0.8rem;
    resize: none;
    overflow: auto;
}

    .form-textarea::-webkit-input-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-textarea::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-textarea:-ms-input-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-textarea:-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-textarea::-ms-input-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-textarea::placeholder {
        color: #999;
        opacity: 1;
    }

    .form-textarea.error {
        border-color: #2546cd;
    }

    .form-textarea.sm {
        height: 4rem;
        font-size: 0.7rem;
    }

    .form-textarea.md {
        height: 6rem;
    }

    .form-textarea.lg {
        height: 10rem;
    }

    .form-textarea.xl {
        height: 15rem;
    }

    .form-textarea.full {
        width: 100% !important;
    }

    .form-textarea:-moz-read-only, .form-textarea:disabled {
        background-color: #f1f1f1;
    }

    .form-textarea:read-only, .form-textarea:disabled {
        background-color: #f1f1f1;
    }

.length-check-cover .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0.6rem;
    font-size: 0.7rem;
    color: #999;
}

.selectric-container {
    position: relative;
}

    .selectric-container.active.init-before .selectric .label {
        color: #999;
    }

    .selectric-container.active.open .select-label {
        z-index: 5;
        color: #2c599d;
    }

        .selectric-container.active.open .select-label .required {
            color: #2c599d;
        }

    .selectric-container.active .select-label {
        z-index: 3;
        left: 0.8rem;
        -webkit-transform: translate3d(0, -8px, 0) scale(0.75);
        transform: translate3d(0, -8px, 0) scale(0.75);
        padding: 0 0.2rem;
        background-color: #fff;
    }

    .selectric-container.active .selectric .label {
        color: #000;
    }

    .selectric-container.disabled .select-label {
        color: #999;
        background-color: transparent;
    }

        .selectric-container.disabled .select-label .required {
            color: #999;
        }

    .selectric-container.error .selectric {
        border-color: #e0012b;
    }

    .selectric-container .selectric-wrapper {
        position: relative;
        z-index: 2;
    }

    .selectric-container .selectric {
        border: 1px solid #e0e0e3;
        padding-left: 1rem;
        padding-right: 2.6rem;
        border-radius: 0.2rem;
        background-color: #fff;
    }

        .selectric-container .selectric .button {
            position: absolute;
            top: 50%;
            right: 1rem;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 1rem;
            height: 1rem;
            text-indent: -9999px;
            background-color: transparent;
        }

            .selectric-container .selectric .button:after {
                width: 1rem;
                height: 1rem;
                border: 0;
                background: url("../images/components/icon-selectbox-arrow.png") no-repeat 0 0;
                background-size: cover;
            }

        .selectric-container .selectric .label {
            margin: 0;
            color: #999;
        }

        .selectric-container .selectric .icon-error {
            display: none;
            width: 1.2rem;
            height: 1.2rem;
            position: absolute;
            top: 50%;
            right: 2.6rem;
            z-index: 2;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: url("../images/icon/icon-alert-triangle-red-24x24.png") no-repeat 0 0;
            background-size: cover;
        }

    .selectric-container .selectric-above .selectric-items {
        margin-bottom: 0.35rem;
    }

    .selectric-container .required {
        display: inline-block;
        font-size: 0.8rem;
        vertical-align: middle;
        color: #999;
    }

    .selectric-container .selectric-open {
        z-index: 4;
    }

        .selectric-container .selectric-open .selectric {
            border-color: #2c599d;
        }

            .selectric-container .selectric-open .selectric .label,
            .selectric-container .selectric-open .selectric .required {
                color: #2c599d;
            }

        .selectric-container .selectric-open .button {
            overflow: hidden;
        }

            .selectric-container .selectric-open .button:after {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

    .selectric-container .selectric-disabled {
        opacity: 1;
    }

        .selectric-container .selectric-disabled .selectric {
            background-color: #fafafa;
        }

            .selectric-container .selectric-disabled .selectric .label {
                color: #999;
            }

    .selectric-container .selectric-first-show .selectric-scroll li:first-child {
        display: block;
    }

    .selectric-container .selectric-scroll li:first-child {
        display: none;
    }

    .selectric-container .select-label {
        position: absolute;
        top: 0;
        left: 1rem;
        z-index: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        font-size: 0.8rem;
        color: #000;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .selectric-container .select-label .required {
            color: #000;
        }

    .selectric-container .selectric-items {
        max-height: 11.25rem;
        overflow: auto;
        border-radius: 5px;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
    }

        .selectric-container .selectric-items li.selected {
            background-color: #2c599d !important;
            color: #fff !important;
        }

        .selectric-container .selectric-items li:hover {
            background-color: #fafafa;
        }

    .selectric-container .selectric-small .label {
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.7rem;
    }

@media (max-width: 720px) {
    .selectric-container .selectric-small .label {
        font-size: 0.6rem;
    }
}

.selectric-container .selectric-small .selectric-items li {
    padding: 0.6rem;
    font-weight: 300;
    font-size: 0.7rem;
}

@media (max-width: 720px) {
    .selectric-container .selectric-small .selectric-items li {
        padding: 0.5rem;
        font-size: 0.6rem;
    }
}

.selectric-container .selectric-medium .label {
    height: 2.7rem;
    line-height: 2.7rem;
    font-size: 0.8rem;
}

.selectric-container .selectric-medium .selectric-items li {
    padding: 0.85rem 1rem;
    font-size: 0.8rem;
}

.selectric-container .selectric-large .label {
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: 0.9rem;
}

@media (max-width: 720px) {
    .selectric-container .selectric-large .label {
        font-size: 0.75rem;
    }
}

.selectric-container .selectric-large .selectric-items li {
    padding: 0.8rem 0.9rem;
    font-weight: 300;
    font-size: 0.9rem;
}

@media (max-width: 720px) {
    .selectric-container .selectric-large .selectric-items li {
        padding: 0.6rem 0.7rem;
        font-size: 0.75rem;
    }
}

.select-box-container .form-label {
    display: block;
    padding-bottom: 0.8rem;
    font-size: 0.75rem;
    color: #83868e;
}

    .select-box-container .form-label .required {
        display: inline-block;
        margin-left: 0.15rem;
        font-weight: 700;
        font-size: 0.8rem;
        color: #2546cd;
        vertical-align: middle;
    }

.select-box-container .form-select {
    position: relative;
    width: 100%;
    padding-right: 1.2rem;
    margin-bottom: 0.6rem;
    border: 0;
    color: #83868e;
    background: url("../images/components/icon-select-arrow-wh-24x24.png") no-repeat 0 0;
    background-position: center right;
    background-size: 1.2rem 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-box-container.small .form-select {
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.65rem;
}

    .select-box-container.small .form-select option {
        font-size: 0.65rem;
    }

.select-box-container.medium .form-select {
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.9rem;
}

    .select-box-container.medium .form-select option {
        font-size: 0.9rem;
    }

.select-box-container.large .form-select {
    height: 2.6rem;
    line-height: 2.6rem;
    font-size: 0.9rem;
}

    .select-box-container.large .form-select option {
        font-size: 0.9rem;
    }

.select-box-container.active.float .form-label {
    -webkit-transform: translate3d(0, -20px, 0) scale(0.8);
    transform: translate3d(0, -20px, 0) scale(0.8);
}

.select-box-container.float {
    position: relative;
}

    .select-box-container.float .form-label {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        font-size: 0.9rem;
        color: #000;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .select-box-container.float .form-select {
        position: relative;
        z-index: 2;
        background-color: #fff;
    }

        .select-box-container.float .form-select option:first-child {
            display: none;
        }

.font.warning {
    color: #ff9582;
}

.font.slightly {
    color: #888;
}

.font.primary {
    color: #2546cd;
}

.font.danger {
    color: #e0012b;
}

.font.dark {
    color: #222;
}

.font.lightSlightly {
    color: #a1a1a1;
}

.switch-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .switch-container .switch-icon {
        position: relative;
    }

    .switch-container .switch-input {
        position: absolute !important;
        display: block;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: -1px !important;
        border: 0 !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
    }

        .switch-container .switch-input.focusable:active, .switch-container .switch-input.focusable:focus {
            position: static;
            height: auto;
            width: auto;
            margin: 0;
            clip: auto;
            overflow: visible;
        }

        .switch-container .switch-input:focus-visible + .switch-label {
            outline: auto;
            outline-color: -webkit-focus-ring-color;
        }

        .switch-container .switch-input:checked + .switch-label .switch-button {
            background: #2546cd;
        }

        .switch-container .switch-input:checked + .switch-label .btn-on-off {
            left: 0.85rem;
        }

    .switch-container .switch-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .switch-container .switch-button {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        display: block;
        width: 1.6rem;
        height: 0.9rem;
        position: relative;
        cursor: pointer;
        background: #999;
        border-radius: 50px;
    }

    .switch-container .btn-on-off {
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: absolute;
        top: 50%;
        left: 0.15rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        background: #fff;
        text-indent: -9999px;
    }

    .switch-container .switch-text {
        margin-left: 0.4rem;
        font-size: 0.75rem;
        cursor: pointer;
    }

.rating-select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .rating-select-container input {
        position: absolute !important;
        display: block;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: -1px !important;
        border: 0 !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
    }

        .rating-select-container input.focusable:active, .rating-select-container input.focusable:focus {
            position: static;
            height: auto;
            width: auto;
            margin: 0;
            clip: auto;
            overflow: visible;
        }

    .rating-select-container label {
        -webkit-transition: 0.1s;
        transition: 0.1s;
        display: block;
        position: relative;
        width: 2.3rem;
        height: 2.2rem;
        margin-left: 0.4rem;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: cover;
        background-image: url("../images/components/icon-star-empty.svg");
        text-indent: -9999px;
        cursor: pointer;
    }

        .rating-select-container label.checked {
            background-image: url("../images/components/icon-star-full.svg");
        }

        .rating-select-container label:nth-of-type(1) {
            margin-left: 0;
        }

.layer-popup {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .layer-popup.open {
        visibility: visible;
        opacity: 1;
    }

    .layer-popup .popup-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        width: 100%;
        max-height: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

        .layer-popup .popup-container.medium {
            max-width: 640px;
        }

        .layer-popup .popup-container.small {
            max-width: 460px;
        }

    .layer-popup .popup-header {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        background-color: #fff;
    }

        .layer-popup .popup-header .btn-close {
            position: absolute;
            top: 1rem;
            right: 1rem;
            z-index: 2;
            width: 1.5rem;
            height: 1.5rem;
            text-indent: -9999px;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: 1.15rem 1.15rem;
            background-image: url("../images/icon/icon-close-bk-23x23.png");
        }

    .layer-popup .popup-title {
        padding: 1rem;
        text-align: center;
    }

        .layer-popup .popup-title strong {
            font-size: 1rem;
        }

    .layer-popup .popup-content {
        height: 100%;
        overflow: auto;
        position: relative;
        background-color: #fff;
    }

    .layer-popup .popup-inner {
        padding: 2rem;
        position: relative;
    }

    .layer-popup .popup-footer {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 0 0 20px 20px;
        overflow: hidden;
    }

        .layer-popup .popup-footer .btn-area .btn {
            width: 100%;
            height: 3rem;
            line-height: 3rem;
            text-align: center;
            border: 0;
            font-weight: 700;
            font-size: 0.9rem;
            color: #fff;
        }

        .layer-popup .popup-footer .btn-area .btn-close {
            background-color: #666;
        }

        .layer-popup .popup-footer .btn-area .btn-ok {
            background-color: #2546cd;
        }

        .layer-popup .popup-footer .btn-area.half {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .layer-popup .popup-footer .btn-area.half .btn {
                width: 50%;
            }

    .layer-popup.full-scroll {
        display: block;
        overflow: auto;
        text-align: center;
        font-size: 0;
    }

        .layer-popup.full-scroll:before {
            display: inline-block;
            content: "";
            height: 100%;
            vertical-align: middle;
        }

        .layer-popup.full-scroll .popup-container {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            margin: 0 auto;
            max-height: none;
            border-radius: 20px;
            font-size: initial;
        }

        .layer-popup.full-scroll .popup-content {
            height: auto;
            position: relative;
            overflow: visible;
            text-align: left;
        }

.layer-popup-dim {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
}

    .layer-popup-dim.show {
        -webkit-animation: dimShow 0.3s forwards;
        animation: dimShow 0.3s forwards;
    }

@-webkit-keyframes dimShow {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes dimShow {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.layer-bottom-sheet {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-touch-action: none;
    touch-action: none;
}

    .layer-bottom-sheet .popup-container {
        border-radius: 0;
    }

    .layer-bottom-sheet.open .popup-inner {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .layer-bottom-sheet.closed .popup-inner {
        -webkit-animation: downSheet 0.6s ease-in-out both;
        animation: downSheet 0.6s ease-in-out both;
    }

    .layer-bottom-sheet .popup-content {
        background-color: transparent;
        -ms-overflow-style: none; /* 인터넷 익스플로러 */
        scrollbar-width: none; /* 파이어폭스 */
    }

        .layer-bottom-sheet .popup-content::-webkit-scrollbar {
            display: none;
        }

    .layer-bottom-sheet .popup-inner {
        padding: 2rem 1.2rem;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        background-color: #2c2c2c;
        border-radius: 0.8rem 0.8rem 0 0;
    }

    .layer-bottom-sheet .text {
        font-size: 0.9rem;
        line-height: 1.4;
        font-weight: 400;
        color: #fff;
    }

    .layer-bottom-sheet .info-text {
        padding-top: 0.6rem;
        font-size: 0.8rem;
        line-height: 1.4;
        font-weight: 400;
        color: #83868e;
    }

    .layer-bottom-sheet .btn-wrap {
        padding-top: 1.2rem;
    }

        .layer-bottom-sheet .btn-wrap.half {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 0.4rem;
        }

            .layer-bottom-sheet .btn-wrap.half .btn {
                width: 50%;
            }

        .layer-bottom-sheet .btn-wrap .btn {
            display: inline-block;
            -ms-flex-line-pack: center;
            align-content: center;
            font-size: 0.8rem;
            height: 2.8rem;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            color: #fff;
            border-radius: 0.4rem;
        }

        .layer-bottom-sheet .btn-wrap .btn-close {
            border: 1px solid #666;
        }

        .layer-bottom-sheet .btn-wrap .btn-ok {
            background-color: #b62929;
        }

@-webkit-keyframes downSheet {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes downSheet {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@media (min-width: 720px) {
    .section-content-box .layer-bottom-sheet,
    .section-content-box .layer-popup-dim {
        position: absolute;
        max-height: 100%;
    }

        .section-content-box .layer-bottom-sheet.full-cover {
            height: 100vh;
            height: calc(var(--vh, 1vh) * 100);
        }
}

@media (max-width: 720px) {
    .layer-bottom-sheet .popup-inner {
        padding: 10.2564102564vw 6.1538461538vw;
        border-radius: 4.1025641026vw 4.1025641026vw 0 0;
    }

    .layer-bottom-sheet .text {
        font-size: 4.6153846154vw;
    }

    .layer-bottom-sheet .info-text {
        padding-top: 3.0769230769vw;
        font-size: 4.1025641026vw;
    }

    .layer-bottom-sheet .btn-wrap {
        padding-top: 6.1538461538vw;
    }

        .layer-bottom-sheet .btn-wrap.half {
            gap: 2.0512820513vw;
        }

        .layer-bottom-sheet .btn-wrap .btn {
            font-size: 4.1025641026vw;
            height: 14.358974359vw;
            border-radius: 2.0512820513vw;
        }

        .layer-bottom-sheet .btn-wrap .btn-close {
            border-width: 0.2564102564vw;
        }
}

.scroll-animate {
    opacity: 0;
}

    .scroll-animate.show {
        opacity: 1;
    }

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.event-scroll-animate {
    opacity: 0;
}

    .event-scroll-animate.show {
        opacity: 1;
    }

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in-top {
    -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
    -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
    -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.shake-horizontal {
    -webkit-animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.fade-rotate-left {
    -webkit-animation: fade-rotate-up 1s 0.5s ease-in-out;
    animation: fade-rotate-up 1s 0.5s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fade-rotate-up {
    0% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 0;
    }

    80% {
        -webkit-transform: translateX(-5px) rotate(-5deg);
        transform: translateX(-5px) rotate(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fade-rotate-up {
    0% {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        opacity: 0;
    }

    80% {
        -webkit-transform: translateX(-5px) rotate(-5deg);
        transform: translateX(-5px) rotate(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.btn-shiny {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

    .btn-shiny::before, .btn-shiny:after {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(206, 196, 196)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(206, 196, 196) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .btn-shiny:hover::before {
        -webkit-animation: shine 1.4s;
        animation: shine 1.4s;
    }

    .btn-shiny:hover::after {
        -webkit-animation: shine 1.4s 0.5s;
        animation: shine 1.4s 0.5s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1); /*스크롤바의 색상*/
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ddd; /*스크롤바 트랙 색상*/
}

.ui-datepicker {
    width: 16em !important;
    padding: 0.5rem !important;
}

@media (max-width: 720px) {
    .ui-datepicker {
        width: 15em !important;
    }
}

.ui-datepicker.ui-widget.ui-widget-content {
    margin-top: 0.5rem;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
}

    .ui-datepicker .ui-datepicker-prev .ui-icon,
    .ui-datepicker .ui-datepicker-next .ui-icon {
        width: 16px;
        height: 16px;
        background-repeat: no-repeat !important;
        background-position: 0 0 !important;
        background-size: cover !important;
    }

    .ui-datepicker .ui-datepicker-prev .ui-icon {
        background-image: url("../images/components/icon-arrow-prev-bk-32x32.png") !important;
    }

    .ui-datepicker .ui-datepicker-next .ui-icon {
        background-image: url("../images/components/icon-arrow-next-bk-32x32.png") !important;
    }

.ui-datepicker .ui-widget-header {
    background-color: #fff;
    border: 0;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 0.6rem;
}

    .ui-datepicker .ui-datepicker-title select {
        width: calc(45% - 10px) !important;
        margin: 0 0.25rem !important;
        padding: 0.25rem 0.5rem !important;
        border: 1px solid #ddd !important;
        font-size: 0.7rem !important;
    }

.ui-datepicker .ui-state-default {
    border: 0 !important;
    background-color: #fff !important;
    text-align: center !important;
    font-size: 0.8rem;
}

    .ui-datepicker .ui-state-default.ui-state-active {
        background-color: #2546cd !important;
        border-color: transparent !important;
        color: #fff !important;
    }

.swiper-container {
    position: relative;
    overflow: hidden;
}

    .swiper-container .swiper-button-next,
    .swiper-container .swiper-button-prev {
        width: 70px;
        height: 70px;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

        .swiper-container .swiper-button-next:after,
        .swiper-container .swiper-button-prev:after {
            display: none;
        }

    .swiper-container .swiper-button-next {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background-image: url("../images/icon/icon-slider-arrow-next-bk-70x70.png");
    }

    .swiper-container .swiper-button-prev {
        background-image: url("../images/icon/icon-slider-arrow-prev-bk-70x70.png");
    }

    .swiper-container .swiper-pagination {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 0 !important;
        margin-top: 20px;
    }

        .swiper-container .swiper-pagination .swiper-pagination-bullet {
            display: block;
        }

html,
body {
    -webkit-overflow-scrolling: touch;
}

    html.scroll-disable,
    body.scroll-disable {
        overflow: hidden !important;
    }

@media (min-width: 961px) {
    html.scroll-disable.responsive-scroll,
    body.scroll-disable.responsive-scroll {
        overflow: visible !important;
    }
}

.accordion-list {
    overflow: hidden;
}

    .accordion-list.active .accordion-header:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

    .accordion-list .accordion-header {
        display: block;
        position: relative;
        width: 100%;
        padding: 1rem 3rem 1rem 1rem;
        text-align: left;
    }

        .accordion-list .accordion-header:after {
            display: block;
            content: "";
            width: 1rem;
            height: 1rem;
            position: absolute;
            top: 50%;
            right: 1.2rem;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-image: url("../images/icon/icon-arrow-down-bk-18x18.png");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }

    .accordion-list .accordion-body {
        display: none;
    }

.mobile-show {
    display: none;
}

@media (max-width: 720px) {
    .pc-show {
        display: none;
    }

    .mobile-show {
        display: block;
    }
}

.ui-tab-content {
    display: none;
}

    .ui-tab-content:nth-of-type(1) {
        display: block;
    }

.tui-datetime-input {
    width: 100%;
    height: auto;
}

.tui-datepicker {
    z-index: 10;
    font-size: 0.7rem;
}

    .tui-datepicker.tui-hidden {
        display: none;
    }

    .tui-datepicker * {
        font-size: inherit;
    }

    .tui-datepicker .tui-datepicker-footer .tui-timepicker {
        padding: 10px;
    }

    .tui-datepicker .tui-timepicker-select {
        width: 64px;
        height: 32px;
    }

.tui-timepicker-select {
    font-size: 0.7rem !important;
}

.tui-datepicker-input {
    border: 0;
}

    .tui-datepicker-input .datepicker-input {
        font-size: 0.75rem;
    }

    .tui-datepicker-input .tui-ico-date {
        right: 0.6rem;
        bottom: 0.5rem;
        background-position: -17px -14px !important;
    }

.tui-datepicker-type-date {
    width: 245px;
}

.tui-calendar {
    width: 100%;
}

    .tui-calendar th,
    .tui-calendar td {
        height: 35px;
    }

.tui-datepicker-body .tui-timepicker,
.tui-datepicker-footer .tui-timepicker {
    width: 100%;
}

#content .fr-view html,
#content .fr-view body,
#content .fr-view p,
#content .fr-view h1,
#content .fr-view h2,
#content .fr-view h3,
#content .fr-view h4,
#content .fr-view h5,
#content .fr-view h6,
#content .fr-view ul,
#content .fr-view ol,
#content .fr-view li,
#content .fr-view table,
#content .fr-view tr,
#content .fr-view td,
#content .fr-view dl,
#content .fr-view dt,
#content .fr-view dd,
#content .fr-view a,
#content .fr-view img,
#content .fr-view input,
#content .fr-view button,
#content .fr-view select,
#content .fr-view textarea {
    list-style: revert-layer;
    font-family: "SUIT", arial, sans-serif, Arial, dotum, "돋움";
    font-size: revert;
    font-weight: revert;
    line-height: revert;
    -webkit-text-decoration: revert;
    text-decoration: revert;
    letter-spacing: revert;
}

#content .fr-view h1 {
    font-size: 2em;
}

#content .fr-view ol,
#content .fr-view ul {
    -webkit-padding-start: 0.75rem;
    padding-inline-start: 0.75rem;
}

html,
body {
    height: 100%;
    background-color: #111;
}

.section-inner {
    max-width: 19.5rem;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 430px) {
    .section-inner {
        padding: 0 1rem;
    }
}

#header {
    padding: 0.65rem 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #111;
}

    #header .logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 6.95rem;
        line-height: 1;
    }

    #header .btn-intro {
        width: 1.4rem;
    }

@media (max-width: 720px) {
    #header {
        padding: 3.3333333333vw 6.1538461538vw;
    }

        #header .logo {
            width: 35.641025641vw;
        }

        #header .btn-intro {
            width: 7.1794871795vw;
        }
}

.campaign-intro-box {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 10;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: auto;
    touch-action: auto;
}

    .campaign-intro-box::-webkit-scrollbar {
        display: none;
    }

    .campaign-intro-box.show {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .campaign-intro-box .header-box {
        position: sticky;
        top: 0;
        left: 0;
        padding: 0.6rem 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #111;
        z-index: 2;
    }

    .campaign-intro-box .logo {
        width: 2.85rem;
        line-height: 1;
    }

    .campaign-intro-box .btn {
        width: 1.6rem;
        height: 1.6rem;
        background-image: url("../images/icon/icon-close-btn-32x32.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        text-indent: -9999px;
        overflow: hidden;
    }

    .campaign-intro-box .content-box-wrap {
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: calc(100% - 2.8rem);
    }

    .campaign-intro-box .content-box {
        padding-top: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .campaign-intro-box .text {
        font-size: 0.8rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        color: #fff;
    }

    .campaign-intro-box .highlighter {
        position: relative;
        padding-inline: 0.2rem;
        background-color: #b62929;
    }

    .campaign-intro-box .fc-red {
        color: #b62929;
    }

    .campaign-intro-box .logo-text {
        width: 5.9rem;
    }

    .campaign-intro-box .intro-slide {
        padding-top: 2.55rem;
    }

    .campaign-intro-box .swiper-slide {
        max-width: 8.2rem;
        width: 100%;
        height: 4.6rem;
    }

        .campaign-intro-box .swiper-slide img {
            width: 100%;
        }

@media (max-width: 720px) {
    .campaign-intro-box {
        position: fixed;
    }

        .campaign-intro-box .header-box {
            padding: 3.0769230769vw 6.1538461538vw;
        }

        .campaign-intro-box .logo {
            width: 14.6153846154vw;
        }

        .campaign-intro-box .btn {
            width: 8.2051282051vw;
            height: 8.2051282051vw;
        }

        .campaign-intro-box .content-box-wrap {
            height: calc(100% - 14.358974359vw);
        }

        .campaign-intro-box .content-box {
            padding-top: 5.1282051282vw;
            gap: 5.1282051282vw;
        }

        .campaign-intro-box .text {
            font-size: 4.1025641026vw;
        }

        .campaign-intro-box .highlighter {
            padding-inline: 1.0256410256vw;
        }

        .campaign-intro-box .logo-text {
            width: 30.2564102564vw;
        }

        .campaign-intro-box .intro-slide {
            padding-top: 13.0769230769vw;
        }

        .campaign-intro-box .swiper-slide {
            max-width: 42.0512820513vw;
            height: 23.5897435897vw;
        }
}

.mobile-navigation-menu {
    width: 1.4rem;
    height: 1.1rem;
    position: relative;
    cursor: pointer;
}

    .mobile-navigation-menu .icon {
        display: block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        background-color: #666;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }

        .mobile-navigation-menu .icon:before, .mobile-navigation-menu .icon:after {
            -webkit-transition: 0.25s;
            transition: 0.25s;
            display: block;
            content: "";
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            background-color: #666;
        }

        .mobile-navigation-menu .icon:before {
            top: -8px;
        }

        .mobile-navigation-menu .icon:after {
            top: 8px;
        }

    .mobile-navigation-menu.active .icon {
        background-color: transparent;
    }

        .mobile-navigation-menu.active .icon:before {
            top: 0;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .mobile-navigation-menu.active .icon:after {
            top: 0;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

.all-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

    .all-menu-container:before, .all-menu-container:after {
        content: "";
        background: #f6f6f6;
        top: 0;
        z-index: 1;
        width: 50%;
        height: 100%;
        position: absolute;
        -webkit-transition: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .all-menu-container:before {
        left: -55%;
    }

    .all-menu-container:after {
        right: -55%;
    }

    .all-menu-container.open {
        visibility: visible;
    }

        .all-menu-container.open:before {
            left: 0;
        }

        .all-menu-container.open:after {
            right: 0;
        }

        .all-menu-container.open .menu-header {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
            opacity: 1;
        }

        .all-menu-container.open .all-menu-item {
            -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

            .all-menu-container.open .all-menu-item:nth-child(1) {
                -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
            }

            .all-menu-container.open .all-menu-item:nth-child(2) {
                -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s;
            }

            .all-menu-container.open .all-menu-item:nth-child(3) {
                -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s;
            }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

.all-menu-container .menu-inner {
    position: relative;
    z-index: 2;
    max-height: 100%;
    padding: 2rem 0;
    overflow: auto;
}

.all-menu-container .menu-wrapper {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
}

.all-menu-container .menu-header {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.all-menu-container .menu-list {
    overflow: hidden;
    padding-top: 2rem;
}

.all-menu-container .btn-menu-close {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    right: 0;
}

    .all-menu-container .btn-menu-close span {
        display: block;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        background-color: transparent;
        -webkit-transition: 0.25s;
        transition: 0.25s;
        text-indent: -9999px;
    }

        .all-menu-container .btn-menu-close span:before, .all-menu-container .btn-menu-close span:after {
            -webkit-transition: 0.25s;
            transition: 0.25s;
            display: block;
            content: "";
            width: 100%;
            height: 2px;
            position: absolute;
            left: 0;
            background-color: #666;
        }

        .all-menu-container .btn-menu-close span:before {
            top: 0;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        .all-menu-container .btn-menu-close span:after {
            top: 0;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

.all-menu-container .all-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    opacity: 0;
    padding: 0.5rem 0;
}

#container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#footer {
    position: relative;
    padding: 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #111;
    line-height: 1;
}

    #footer .logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 2.85rem;
        line-height: 1;
    }

    #footer .info-box {
        padding-top: 0.8rem;
        font-size: 0.6rem;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: -0.025em;
        color: #83868e;
    }

    #footer a {
        color: inherit;
    }

@media (max-width: 720px) {
    #footer {
        padding: 6.1538461538vw;
    }

        #footer .logo {
            width: 14.6153846154vw;
        }

        #footer .info-box {
            padding-top: 4.1025641026vw;
            font-size: 3.0769230769vw;
            letter-spacing: -0.04em;
        }
}

#content {
    background-color: #2c2c2c;
}

.section-bg {
    position: fixed;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 96.65rem;
    width: 100%;
    z-index: 0;
}

@media (max-width: 720px) {
    .section-bg {
        display: none;
    }
}

.section-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    gap: 4rem;
}

@media (max-width: 830px) {
    .section-wrap {
        gap: 1rem;
    }
}

@media (max-width: 720px) {
    .section-wrap {
        gap: 0;
    }
}

.section-content-box {
    position: relative;
    max-width: 19.5rem;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 720px) {
    .section-content-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        height: 100%;
        min-height: 100vh;
    }
}

.aside-box {
    position: relative;
    max-width: 17.7rem;
    width: 100%;
}

    .aside-box .content {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .aside-box .poster {
        width: 17.7rem;
    }

    .aside-box .btn-wrap {
        padding-top: 1rem;
        text-align: center;
    }

    .aside-box .btn-view-campaign {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.75rem;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: underline;
        text-underline-offset: 2px;
        color: #fff;
        gap: 0.3rem;
    }

@media (max-width: 768px) {
    .aside-box {
        display: none;
    }
}

@media (max-width: 720px) {
    .full-cover {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-line-pack: center;
        align-content: center;
    }
}

.main-content-box {
    position: relative;
    padding: 1.2rem 1.2rem 2rem;
    background-color: #b62929;
    overflow: hidden;
}

    .main-content-box .visual-box {
        position: relative;
        margin-inline: -1.2rem;
        padding-top: 0.9rem;
    }

    .main-content-box .cover-box {
        margin-top: -16.35rem;
        margin-inline: auto;
        max-width: calc(100% - 2.4rem);
        width: 100%;
        padding: 16.95rem 0.7rem 0.7rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border: 0.1rem solid #fff;
        -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2509803922);
        border-radius: 0.8rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #b62929;
        overflow: hidden;
    }

    .main-content-box .info {
        padding-bottom: 0.4rem;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url("../images/main/img-bg-line.png");
        background-position: top center;
        background-size: 100% 100%;
        min-height: 5.65rem;
    }

    .main-content-box .title {
        position: relative;
        display: inline-block;
        max-width: 15.1rem;
        width: 100%;
        -webkit-animation: fade-rotate-up 0.65s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        animation: fade-rotate-up 0.65s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    }

        .main-content-box .title img {
            margin-top: -0.2rem;
        }

        .main-content-box .title.stop {
            -webkit-transform: translateY(35px);
            transform: translateY(35px);
            opacity: 0;
            -webkit-animation: none;
            animation: none;
        }

        .main-content-box .title.restart {
            -webkit-animation: fade-rotate-up 0.65s cubic-bezier(0.39, 0.575, 0.565, 1) both;
            animation: fade-rotate-up 0.65s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        }

    .main-content-box .logo {
        margin-top: 0.8rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 4.8rem;
        min-height: 0.6rem;
    }

    .main-content-box .btn-wrap {
        padding-top: 1.2rem;
        font-size: 0;
    }

@media (max-width: 720px) {
    .main-content-box {
        padding-block: 6.1538461538vw 10.2564102564vw;
        padding-inline: 6.1538461538vw;
    }

        .main-content-box .visual-box {
            margin-inline: -6.1538461538vw;
            padding-top: 4.6153846154vw;
        }

        .main-content-box .cover-box {
            margin-top: -83.8461538462vw;
            padding-block: 86.9230769231vw 3.5897435897vw;
            padding-inline: 3.5897435897vw;
            max-width: 87.6923076923vw;
            border-width: 0.5128205128vw;
            border-radius: 4.1025641026vw;
        }

        .main-content-box .info {
            padding-bottom: 2.0512820513vw;
            min-height: 28.9743589744vw;
        }

        .main-content-box .title {
            max-width: 77.4358974359vw;
        }

            .main-content-box .title img {
                margin-top: -1.0256410256vw;
            }

        .main-content-box .logo {
            margin-top: 4.1025641026vw;
            width: 24.6153846154vw;
            min-height: 3.0769230769vw;
        }

        .main-content-box .btn-wrap {
            padding-top: 6.1538461538vw;
        }
}

.main-slide {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: calc(100% - 4rem);
    width: 100%;
    aspect-ratio: 1;
    overflow: visible;
}

    .main-slide::before, .main-slide::after {
        content: "";
        position: absolute;
        top: 0;
        width: 0.8rem;
        height: 100%;
        background-color: #b62929;
        z-index: 2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .main-slide::before {
        left: -0.8rem;
        border-left: 0.1rem solid #fff;
    }

    .main-slide::after {
        right: -0.8rem;
        border-right: 0.1rem solid #fff;
    }

    .main-slide .swiper-wrapper {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .main-slide .swiper-slide {
        text-align: center;
        max-width: 100%;
        width: 100%;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        border-radius: 0.4rem;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: scale(0.77);
        transform: scale(0.77);
    }

        .main-slide .swiper-slide img {
            max-width: 100%;
            width: 100%;
            opacity: 0.4;
            border-radius: 0.4rem;
            overflow: hidden;
        }

    .main-slide .swiper-slide-prev {
        -webkit-transform: scale(0.77) translateX(110px);
        transform: scale(0.77) translateX(110px);
    }

    .main-slide .swiper-slide-next {
        -webkit-transform: scale(0.77) translateX(-110px);
        transform: scale(0.77) translateX(-110px);
    }

    .main-slide .swiper-slide-active {
        opacity: 1;
        z-index: 2;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
    }

        .main-slide .swiper-slide-active img {
            opacity: 1;
            -webkit-transition: opacity 0.5s;
            transition: opacity 0.5s;
        }

    .main-slide.stop .swiper-slide {
        -webkit-transform: scale(0.77);
        transform: scale(0.77);
    }

        .main-slide.stop .swiper-slide img {
            opacity: 0.4;
        }

    .main-slide.stop .swiper-slide-prev {
        -webkit-transform: scale(0.77) translateX(0);
        transform: scale(0.77) translateX(0);
    }

    .main-slide.stop .swiper-slide-next {
        -webkit-transform: scale(0.77) translateX(0);
        transform: scale(0.77) translateX(0);
    }

    .main-slide.stop .swiper-slide-active {
        opacity: 0;
        -webkit-transform: scale(0.77);
        transform: scale(0.77);
    }

        .main-slide.stop .swiper-slide-active img {
            opacity: 0.4;
        }

    .main-slide.restart .swiper-slide-prev {
        -webkit-transform: scale(0.77) translateX(110px);
        transform: scale(0.77) translateX(110px);
    }

    .main-slide.restart .swiper-slide-next {
        -webkit-transform: scale(0.77) translateX(-110px);
        transform: scale(0.77) translateX(-110px);
    }

    .main-slide.restart .swiper-slide-active {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

        .main-slide.restart .swiper-slide-active img {
            opacity: 1;
        }

@media (max-width: 720px) {
    .main-slide {
        max-width: 79.4871794872vw;
    }

        .main-slide::before, .main-slide::after {
            width: 4.1025641026vw;
            border-width: 0.5128205128vw;
        }

        .main-slide::before {
            left: -4.1025641026vw;
        }

        .main-slide::after {
            right: -4.1025641026vw;
        }

        .main-slide .swiper-slide {
            max-width: 79.4871794872vw;
            width: 100%;
            border-radius: 2.0512820513vw;
        }
}

.splash-screen-box {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    padding: 2.4rem 1.2rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #111;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 11;
    isolation: isolate;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .splash-screen-box::-webkit-scrollbar {
        display: none;
    }

    .splash-screen-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-animation: bgFadeIn 0.6s 1.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: bgFadeIn 0.6s 1.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        background-position: top center;
        background-size: cover;
        z-index: -1;
    }

    .splash-screen-box.active {
        visibility: visible;
        opacity: 1;
        -webkit-animation: hideSplashScreen 0.8s 4s ease-in-out both;
        animation: hideSplashScreen 0.8s 4s ease-in-out both;
    }

    .splash-screen-box .text {
        font-size: 0.8rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        opacity: 0;
        -webkit-animation: textFadeIn 0.6s 2s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: textFadeIn 0.6s 2s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .splash-screen-box .text02 {
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s;
    }

    .splash-screen-box .content {
        position: relative;
        margin-block: 1.2rem;
        margin-inline: auto;
        max-width: 17.1rem;
        width: 100%;
        height: 17rem;
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .splash-screen-box .splash {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: transparent;
    }

    .splash-screen-box .cut01 {
        opacity: 1;
        -webkit-animation: opacityFadeOut 0.6s 0.8s cubic-bezier(0.17, 0.47, 0.84, 0.46) both;
        animation: opacityFadeOut 0.6s 0.8s cubic-bezier(0.17, 0.47, 0.84, 0.46) both;
    }

    .splash-screen-box .cut02 {
        opacity: 1;
        -webkit-animation: opacityFadeIn 0.6s 2.2s cubic-bezier(0.17, 0.47, 0.84, 0.46) both;
        animation: opacityFadeIn 0.6s 2.2s cubic-bezier(0.17, 0.47, 0.84, 0.46) both;
    }

    .splash-screen-box .cut03 {
        -webkit-animation: opacityFadeIn 0.8s 3.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: opacityFadeIn 0.8s 3.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .splash-screen-box .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

    .splash-screen-box .logo {
        margin-top: 2.7rem;
        max-width: 17.1rem;
        width: 100%;
    }

@media (max-height: 580px) {
    .splash-screen-box {
        padding: 8.275862069vh 4.1379310345vh 10.3448275862vh;
        display: block;
        max-height: 100%;
        overflow: auto;
    }

        .splash-screen-box .text {
            font-size: 2.7586206897vh;
        }

        .splash-screen-box .content {
            margin-block: 4.1379310345vh;
            max-width: 58.9655172414vh;
            height: auto;
            aspect-ratio: 342/340;
        }

        .splash-screen-box .info {
            gap: 3.4482758621vh;
        }

        .splash-screen-box .logo {
            margin-top: 9.3103448276vh;
            max-width: 58.9655172414vh;
        }
}

@-webkit-keyframes hideSplashScreen {
    from {
        visibility: visible;
        opacity: 1;
    }

    to {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes hideSplashScreen {
    from {
        visibility: visible;
        opacity: 1;
    }

    to {
        visibility: hidden;
        opacity: 0;
    }
}

@-webkit-keyframes opacityFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacityFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes opacityFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes opacityFadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes textFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes textFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes bgFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        background-image: url("../images/splash-bg.jpg");
    }
}

@keyframes bgFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        background-image: url("../images/splash-bg.jpg");
    }
}

.icon-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.icon-video {
    width: 1rem;
    height: 1rem;
    background-image: url("../images/icon/icon-video.png");
}

.icon-arrow-down {
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../images/icon/icon-arrow-wh-24x24.png");
}

.icon-arrow-right {
    width: 1.2rem;
    height: 1.2rem;
    background-image: url("../images/create/icon-arrow-right-wh-24x24.png");
}

@media (max-width: 720px) {
    .icon-video {
        width: 5.1282051282vw;
        height: 5.1282051282vw;
        background-image: url("../images/icon/icon-video.png");
    }

    .icon-arrow-down {
        width: 6.1538461538vw;
        height: 6.1538461538vw;
        background-image: url("../images/icon/icon-arrow-wh-24x24.png");
    }

    .icon-arrow-right {
        width: 6.1538461538vw;
        height: 6.1538461538vw;
        background-image: url("../images/create/icon-arrow-right-wh-24x24.png");
    }
}

.mark-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .mark-box .mark {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.info-alert-box {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    padding: 0.8rem 1.2rem;
    display: inline-block;
    max-width: calc(100% - 2.4rem);
    width: 100%;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0.4rem;
    z-index: 10;
}

    .info-alert-box.error, .info-alert-box.check {
        background-color: #2c2c2c;
    }

    .info-alert-box.show {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

@media (min-width: 720px) {
    .info-alert-box.error, .info-alert-box.check {
        margin-left: -10.85rem;
        max-width: 17.1rem;
    }

    .info-alert-box.save {
        position: absolute;
        bottom: 3.5rem;
    }
}

@media (max-width: 830px) {
    .info-alert-box.error, .info-alert-box.check {
        margin-left: -9.35rem;
    }
}

@media (max-width: 768px) {
    .info-alert-box.error, .info-alert-box.check {
        margin-left: 0;
    }
}

@media (max-width: 720px) {
    .info-alert-box {
        bottom: 10.2564102564vw;
        padding: 4.1025641026vw 6.1538461538vw;
        max-width: calc(100% - 12.3076923077vw);
        font-size: 4.1025641026vw;
        border-radius: 2.0512820513vw;
    }
}

.result-content-box {
    position: relative;
    padding: 0.6rem 1.2rem 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(#2c2c2c));
    background: linear-gradient(180deg, #111111 0%, #2c2c2c 100%);
    overflow: hidden;
}

    .result-content-box .btn-wrap {
        position: relative;
        padding-top: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-animation: fade-in-bottom 0.6s 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        animation: fade-in-bottom 0.6s 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    }

    .result-content-box .group {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 0.6rem;
    }

    .result-content-box .icon-btn {
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 50%;
        background-color: #111;
        text-indent: -9999px;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
    }

@media (max-width: 720px) {
    .result-content-box {
        padding: 3.0769230769vw 6.1538461538vw 5.1282051282vw;
    }

        .result-content-box .btn-wrap {
            padding-top: 5.1282051282vw;
        }

        .result-content-box .group {
            gap: 3.0769230769vw;
        }

        .result-content-box .icon-btn {
            width: 16.4102564103vw;
            height: 16.4102564103vw;
        }
}

.result-box {
    aspect-ratio: 342/526;
}

    .result-box img {
        width: 100%;
        -webkit-animation: fade-in-bottom 0.6s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
        animation: fade-in-bottom 0.6s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    }

.btn-recreate {
    background-image: url("../images/icon/icon-refresh.png");
    background-size: 1.4rem;
}

.btn-save-image {
    background-image: url("../images/icon/icon-download.png");
    background-size: 1.6rem;
}

.btn-recommend-sr {
    background-image: url("../images/icon/icon-share.png");
    background-size: 1.6rem;
}

@media (max-width: 720px) {
    .btn-recreate {
        background-size: 7.1794871795vw;
    }

    .btn-save-image {
        background-size: 8.2051282051vw;
    }

    .btn-recommend-sr {
        background-size: 8.2051282051vw;
    }
}

.scrolling-box-wrap {
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffbb20;
    /* 애니메이션하는 요소 */
}

    .scrolling-box-wrap .scrolling-box {
        position: relative;
        width: 100%;
        height: 2.4rem;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

        .scrolling-box-wrap .scrolling-box:hover .scrolling {
            -webkit-animation-play-state: paused;
            animation-play-state: paused;
        }

    .scrolling-box-wrap .scrolling {
        position: absolute;
        height: 100%;
    }

    .scrolling-box-wrap .scroll-box {
        margin: 0;
        list-style: none;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .scrolling-box-wrap .scroll-box img {
            pointer-events: none;
        }

    .scrolling-box-wrap span {
        font-size: 0.85rem;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: -0.04em;
        white-space: nowrap;
        font-family: "HSYuji-Regular", arial, sans-serif, Arial, dotum, "돋움";
        color: #111;
    }

@media (max-width: 720px) {
    .scrolling-box-wrap .scrolling-box {
        height: 12.3076923077vw;
    }

    .scrolling-box-wrap span {
        font-size: 4.358974359vw;
    }
}

.scrolling-direction-right {
    /* 애니메이션 */
}

    .scrolling-direction-right .scrolling:first-child {
        -webkit-animation: 100s linear 0s infinite normal none running rolling-right-animation01;
        animation: 100s linear 0s infinite normal none running rolling-right-animation01;
    }

    .scrolling-direction-right .scrolling:last-child {
        -webkit-animation: 100s linear 0s infinite normal none running rolling-right-animation02;
        animation: 100s linear 0s infinite normal none running rolling-right-animation02;
    }

.scrolling-direction-left {
    /* 애니메이션 */
}

    .scrolling-direction-left .scrolling:first-child {
        -webkit-animation: 100s linear 0s infinite normal none running rolling-left-animation01;
        animation: 100s linear 0s infinite normal none running rolling-left-animation01;
    }

    .scrolling-direction-left .scrolling:last-child {
        -webkit-animation: 100s linear 0s infinite normal none running rolling-left-animation02;
        animation: 100s linear 0s infinite normal none running rolling-left-animation02;
    }

@-webkit-keyframes rolling-left-animation01 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    50.01% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rolling-left-animation01 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    50.01% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes rolling-left-animation02 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
    }
}

@keyframes rolling-left-animation02 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
    }
}

.event-info-box .intro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.6rem 1.2rem 8.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee;
    background-image: url("../images/bg-event-intro.png");
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.event-info-box .title {
    padding-bottom: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6rem;
}

    .event-info-box .title .icon {
        width: 2.2rem;
    }

    .event-info-box .title .text {
        width: 9.55rem;
    }

.event-info-box .box {
    padding: 0.6rem 1rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0 1rem 1rem 1rem;
}

    .event-info-box .box + .box {
        margin-top: 0.6rem;
    }

    .event-info-box .box.space {
        padding-block: 1rem;
    }

.event-info-box p {
    font-weight: 500;
}

.event-info-box .text {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #111;
}

.event-info-box .strong {
    font-weight: 700;
}

.event-info-box .info-text {
    padding-top: 0.2rem;
    font-size: 0.65rem;
    font-weight: 400;
    line-height: 1.4;
    color: #83868e;
}

.event-info-box .mark-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #111;
    font-weight: 700;
}

    .event-info-box .mark-text .mark {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .event-info-box .mark-text.space + .mark-text {
        padding-top: 0.8rem;
    }

.event-info-box .btn-wrap {
    padding-top: 0.8rem;
}

    .event-info-box .btn-wrap .btn {
        padding: 0.3rem 0.5rem;
        font-size: 0.7rem;
        line-height: 1.4;
        font-weight: 700;
        border-radius: 5rem;
    }

.event-info-box .gift-list {
    padding-top: 0.6rem;
}

.event-info-box .gift-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .event-info-box .gift-list-item + .gift-list-item {
        margin-top: 0.6rem;
    }

    .event-info-box .gift-list-item .image {
        width: 2.8rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .event-info-box .gift-list-item .name {
        margin-left: 0.6rem;
        font-size: 0.8rem;
        font-weight: 700;
        line-height: 1.4;
        color: #111;
    }

    .event-info-box .gift-list-item .number {
        margin-left: 0.3rem;
        padding: 0.1rem 0.5rem;
        font-size: 0.65rem;
        font-weight: 600;
        line-height: 1.4;
        color: #fff;
        background-color: #111;
        border-radius: 2rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

@media (max-width: 720px) {
    .event-info-box .intro-box {
        padding: 8.2051282051vw 6.1538461538vw 45.1282051282vw;
    }

    .event-info-box .title {
        padding-bottom: 3.0769230769vw;
        gap: 3.0769230769vw;
    }

        .event-info-box .title .icon {
            width: 11.2820512821vw;
        }

        .event-info-box .title .text {
            width: 48.9743589744vw;
        }

    .event-info-box .box {
        padding: 3.0769230769vw;
        border-radius: 0 5.1282051282vw 5.1282051282vw 5.1282051282vw;
    }

        .event-info-box .box + .box {
            margin-top: 3.0769230769vw;
        }

        .event-info-box .box.space {
            padding-block: 5.1282051282vw;
        }

    .event-info-box .text {
        font-size: 3.8461538462vw;
    }

    .event-info-box .info-text {
        padding-top: 1.0256410256vw;
        font-size: 3.3333333333vw;
    }

    .event-info-box .mark-text {
        font-size: 3.8461538462vw;
    }

        .event-info-box .mark-text.space + .mark-text {
            padding-top: 4.1025641026vw;
        }

    .event-info-box .btn-wrap {
        padding-top: 4.1025641026vw;
    }

        .event-info-box .btn-wrap .btn {
            padding: 1.5384615385vw 2.5641025641vw;
            font-size: 3.5897435897vw;
            border-radius: 25.641025641vw;
        }

    .event-info-box .gift-list {
        padding-top: 3.0769230769vw;
    }

    .event-info-box .gift-list-item + .gift-list-item {
        margin-top: 3.0769230769vw;
    }

    .event-info-box .gift-list-item .image {
        width: 14.358974359vw;
    }

    .event-info-box .gift-list-item .name {
        margin-left: 3.0769230769vw;
        font-size: 4.1025641026vw;
    }

    .event-info-box .gift-list-item .number {
        margin-left: 1.5384615385vw;
        padding: 0.5128205128vw 2.5641025641vw;
        font-size: 3.3333333333vw;
        border-radius: 10.2564102564vw;
    }
}

.event-join-box {
    margin-top: -2.8rem;
}

    .event-join-box .accordion-list.active .accordion-header {
        color: #fff;
        background-color: #111;
    }

        .event-join-box .accordion-list.active .accordion-header.accordion-header-open {
            display: none;
        }

        .event-join-box .accordion-list.active .accordion-header.accordion-header-close {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .event-join-box .accordion-list.active .accordion-header.accordion-header-close .icon-box {
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }

    .event-join-box .accordion-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0.8rem;
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        background-color: #b62929;
        border-radius: 1.2rem 1.2rem 0 0;
        color: #fff;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

        .event-join-box .accordion-header .icon-box {
            margin-left: 0.4rem;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            line-height: 1;
        }

        .event-join-box .accordion-header:after {
            display: none;
        }

        .event-join-box .accordion-header.accordion-header-close {
            display: none;
        }

    .event-join-box .accordion-body {
        padding: 2rem 1.2rem;
        color: #fff;
        background-color: #111;
    }

    .event-join-box .input-content-box + .input-content-box {
        margin-top: 1.6rem;
    }

    .event-join-box .btn-wrap {
        padding-top: 2rem;
    }

    .event-join-box .btn-join {
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        background-color: #b62929;
    }

        .event-join-box .btn-join.disabled-btn {
            color: #83868e;
            background-color: #30333d;
            pointer-events: none;
        }

    .event-join-box .btn-event-end {
        color: #83868e;
        background-color: #30333d;
        pointer-events: none;
    }

        .event-join-box .btn-event-end .icon-arrow-down {
            background-image: url("../images/icon/icon-arrow-gray-24x24.png");
        }

@media (max-width: 720px) {
    .event-join-box {
        margin-top: -14.358974359vw;
    }

        .event-join-box .accordion-header {
            padding: 4.1025641026vw;
            font-size: 4.6153846154vw;
            border-radius: 6.1538461538vw 6.1538461538vw 0 0;
        }

            .event-join-box .accordion-header .icon-box {
                margin-left: 2.0512820513vw;
            }

        .event-join-box .accordion-body {
            padding: 10.2564102564vw 6.1538461538vw;
        }

        .event-join-box .input-content-box + .input-content-box {
            margin-top: 8.2051282051vw;
        }

        .event-join-box .btn-wrap {
            padding-top: 10.2564102564vw;
        }

        .event-join-box .btn-join {
            font-size: 4.6153846154vw;
        }
}

.floating-btn-box {
    position: fixed;
    bottom: 0;
    max-width: 19.5rem;
    width: 100%;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

    .floating-btn-box.show {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .floating-btn-box.hide {
        display: none;
    }

    .floating-btn-box .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0.8rem;
        width: 100%;
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1.4;
        text-align: center;
        background-color: #b62929;
        border-radius: 1.2rem 1.2rem 0 0;
        color: #fff;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }

        .floating-btn-box .btn .icon-box {
            margin-left: 0.4rem;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            line-height: 1;
        }

    .floating-btn-box .btn-event-end {
        color: #83868e;
        background-color: #30333d;
    }

        .floating-btn-box .btn-event-end .icon-arrow-down {
            background-image: url("../images/icon/icon-arrow-gray-24x24.png");
        }

@-webkit-keyframes showScrollAni {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes showScrollAni {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes showScrollAniRevers {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes showScrollAniRevers {
    0% {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@media (max-width: 720px) {
    .floating-btn-box {
        max-width: 100vw;
    }

        .floating-btn-box .btn {
            padding: 4.1025641026vw;
            font-size: 4.6153846154vw;
            border-radius: 6.1538461538vw 6.1538461538vw 0 0;
        }

            .floating-btn-box .btn .icon-box {
                margin-left: 2.0512820513vw;
            }
}

.form-select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
}

    .form-select-box > div {
        position: relative;
        width: 100%;
    }

    .form-select-box .line {
        position: absolute;
        left: 0;
        bottom: 0;
        display: inline-block;
        width: 100%;
        height: 0.05rem;
        background-color: #2d2c33;
    }

@media (max-width: 720px) {
    .form-select-box {
        gap: 6.1538461538vw;
    }

        .form-select-box .line {
            height: 0.2564102564vw;
        }
}

.agreement-box .cover-text {
    margin-bottom: 0.8rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
    color: #83868e;
}

    .agreement-box .cover-text strong {
        font-weight: 400;
    }

.agreement-box .text-box {
    padding: 0.6rem;
    font-size: 0.6rem;
    height: 5rem;
    font-weight: 400;
    line-height: 1.6;
    color: #83868e;
    border: 1px solid #2d2c33;
    overflow: auto;
    word-break: keep-all;
}

.agreement-box .selector-cover {
    margin-top: 0.8rem;
}

.agreement-box p {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.agreement-box ul,
.agreement-box li {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

@media (max-width: 720px) {
    .agreement-box .cover-text {
        margin-bottom: 4.1025641026vw;
        font-size: 3.8461538462vw;
    }

    .agreement-box .text-box {
        padding: 3.0769230769vw;
        font-size: 3.0769230769vw;
        height: 25.641025641vw;
        border-width: 0.2564102564vw;
    }

    .agreement-box .selector-cover {
        margin-top: 4.1025641026vw;
    }
}

.check-number-box {
    display: none;
}

    .check-number-box.show {
        display: block;
    }

    .check-number-box.active .form-btn-with-container {
        display: none;
    }

        .check-number-box.active .form-btn-with-container.check {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

    .check-number-box .form-btn-with-container.check {
        display: none;
    }

        .check-number-box .form-btn-with-container.check .form-input {
            color: #83868e;
        }

        .check-number-box .form-btn-with-container.check .btn {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #83868e;
            background-color: #30333d;
            pointer-events: none;
        }

        .check-number-box .form-btn-with-container.check .dot {
            margin-right: 0.3rem;
            display: inline-block;
            width: 0.3rem;
            height: 0.3rem;
            background-color: #83868e;
            border-radius: 50%;
        }

@media (max-width: 720px) {
    .check-number-box .form-btn-with-container.check .dot {
        margin-right: 1.5384615385vw;
        width: 1.5384615385vw;
        height: 1.5384615385vw;
    }
}

.select-box-container .form-select {
    outline: 0;
}

    .select-box-container .form-select.check {
        color: #fff;
    }

        .select-box-container .form-select.check option {
            color: #83868e;
        }

@media (max-width: 720px) {
    .input-cover .form-input {
        padding: 0 0 3.0769230769vw 0;
        min-height: 6.4102564103vw;
        line-height: 5.8974358974vw;
        font-size: 4.6153846154vw;
        border-width: 0.2564102564vw;
    }

    .input-cover .form-label {
        margin-bottom: 4.1025641026vw;
        font-size: 3.8461538462vw;
    }

    .input-cover .file-wrapper {
        gap: 2.0512820513vw;
        padding-bottom: 2.1794871795vw;
        border-width: 0.2564102564vw;
    }

        .input-cover .file-wrapper .file-input:focus-visible + .btn {
            outline: 0.5128205128vw solid #000;
        }

        .input-cover .file-wrapper .btn {
            max-width: 28.7179487179vw;
            height: 8.2051282051vw;
            font-size: 3.5897435897vw;
            border-radius: 10.2564102564vw;
        }

    .form-btn-with-container {
        padding-bottom: 2.1794871795vw;
        gap: 2.0512820513vw;
        border-width: 0.2564102564vw;
    }

        .form-btn-with-container .form-input {
            padding-bottom: 0;
            border: 0;
            height: 8.2051282051vw;
            line-height: 7.6923076923vw;
        }

        .form-btn-with-container.medium .btn {
            max-width: 28.7179487179vw;
            height: 8.2051282051vw;
            font-size: 3.5897435897vw;
            border-radius: 10.2564102564vw;
        }

    .select-box-container .form-label {
        padding-bottom: 4.1025641026vw;
        font-size: 3.8461538462vw;
    }

    .select-box-container .form-select {
        padding-right: 6.1538461538vw;
        margin-bottom: 3.0769230769vw;
        background-size: 6.1538461538vw 6.1538461538vw;
        outline: 0;
    }

    .select-box-container.medium .form-select {
        height: 6.4102564103vw;
        line-height: 6.4102564103vw;
        font-size: 4.6153846154vw;
    }

        .select-box-container.medium .form-select option {
            font-size: 4.6153846154vw;
        }

    .selector-cover .selector-text {
        font-size: 4.6153846154vw;
    }

    .selector-cover .selector {
        border-width: 0.2564102564vw;
    }

    .selector-cover.checkbox.square .selector-text {
        padding-left: 8.2051282051vw;
        min-height: 6.1538461538vw;
    }

    .selector-cover.checkbox.square .selector {
        width: 6.1538461538vw;
        height: 6.1538461538vw;
    }

    .form-guide-text {
        margin-top: 4.1025641026vw;
        font-size: 3.5897435897vw;
    }

        .form-guide-text + .form-guide-text {
            margin-top: 2.0512820513vw;
        }
}

.input-cover .form-input:-moz-read-only,
.input-cover .form-input:disabled {
    color: inherit !important;
    background-color: transparent;
}

.input-cover .form-input:read-only,
.input-cover .form-input:disabled {
    color: inherit !important;
    background-color: transparent;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.create-content-box {
    background-color: #111;
}

.create-card-box {
    position: relative;
    height: 33.5rem;
}

    .create-card-box.increase {
        -webkit-animation: increaseHeight 0.3s ease-in-out both;
        animation: increaseHeight 0.3s ease-in-out both;
    }

        .create-card-box.increase.decrease {
            -webkit-animation: decreaseHeight 0.3s ease-in-out both;
            animation: decreaseHeight 0.3s ease-in-out both;
        }

    .create-card-box .title-box {
        min-height: 4.3rem;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 152%;
        letter-spacing: -0.04em;
        color: #fff;
        text-align: center;
        font-family: "HSYuji-Regular", arial, sans-serif, Arial, dotum, "돋움";
        -ms-flex-line-pack: center;
        align-content: center;
    }

        .create-card-box .title-box .text {
            min-height: inherit;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            letter-spacing: inherit;
            color: inherit;
            font-family: inherit;
            -ms-flex-line-pack: center;
            align-content: center;
        }

    .create-card-box .create-card-cover {
        margin-top: 0.6rem;
    }

    .create-card-box .btn-wrap {
        padding-top: 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .create-card-box .btn-wrap.waiting .btn {
            pointer-events: none;
        }

        .create-card-box .btn-wrap.disabled .btn-next {
            pointer-events: none;
            color: #666;
            background-color: #2c2c2c;
        }

        .create-card-box .btn-wrap.disabled .icon-arrow-right {
            background-image: url("../images/create/icon-arrow-right-gray-24x24.png");
        }

        .create-card-box .btn-wrap .btn {
            width: 2.8rem;
            height: 2.8rem;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 0.4rem;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .create-card-box .btn-wrap .btn-prev {
            text-indent: -9999px;
            overflow: hidden;
            border: 1px solid #2d2c33;
            background-image: url("../images/create/icon-arrow-left-24x24.png");
            background-position: center;
            background-size: 1.2rem;
            background-repeat: no-repeat;
        }

        .create-card-box .btn-wrap .btn-next {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            font-size: 0.9rem;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            color: #fff;
            background-color: #b62929;
        }

        .create-card-box .btn-wrap .icon-arrow-right {
            margin-left: 0.4rem;
        }

@-webkit-keyframes increaseHeight {
    0% {
        padding-bottom: 0;
    }

    100% {
        padding-bottom: 4.3rem;
    }
}

@keyframes increaseHeight {
    0% {
        padding-bottom: 0;
    }

    100% {
        padding-bottom: 4.3rem;
    }
}

@-webkit-keyframes decreaseHeight {
    0% {
        padding-bottom: 4.3rem;
    }

    100% {
        padding-bottom: 0;
    }
}

@keyframes decreaseHeight {
    0% {
        padding-bottom: 4.3rem;
    }

    100% {
        padding-bottom: 0;
    }
}

@media (max-width: 720px) {
    .create-card-box {
        height: 171.7948717949vw;
    }

        .create-card-box .title-box {
            min-height: 22.0512820513vw;
            font-size: 7.1794871795vw;
        }

        .create-card-box .create-card-cover {
            margin-top: 3.0769230769vw;
        }

        .create-card-box .btn-wrap {
            padding-top: 6.1538461538vw;
            gap: 2.0512820513vw;
        }

            .create-card-box .btn-wrap .btn {
                width: 14.358974359vw;
                height: 14.358974359vw;
                border-radius: 2.0512820513vw;
            }

            .create-card-box .btn-wrap .btn-prev {
                border-width: 0.2564102564vw;
                background-size: 6.1538461538vw;
            }

            .create-card-box .btn-wrap .btn-next {
                font-size: 4.6153846154vw;
            }

            .create-card-box .btn-wrap .icon-arrow-right {
                margin-left: 2.0512820513vw;
            }

    @-webkit-keyframes increaseHeight {
        0% {
            padding-bottom: 0;
        }

        100% {
            padding-bottom: 22.0512820513vw;
        }
    }

    @keyframes increaseHeight {
        0% {
            padding-bottom: 0;
        }

        100% {
            padding-bottom: 22.0512820513vw;
        }
    }

    @-webkit-keyframes decreaseHeight {
        0% {
            padding-bottom: 22.0512820513vw;
        }

        100% {
            padding-bottom: 0;
        }
    }

    @keyframes decreaseHeight {
        0% {
            padding-bottom: 22.0512820513vw;
        }

        100% {
            padding-bottom: 0;
        }
    }
}

.create-card-step {
    padding: 0.6rem 1.2rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .create-card-step:not(.create-step01) {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

@-webkit-keyframes hideStep {
    0% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@keyframes hideStep {
    0% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@-webkit-keyframes hideStepRevers {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes hideStepRevers {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@-webkit-keyframes popIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes popDisappear {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); /* 살짝 커짐 */
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3); /* 확 작아짐 */
        opacity: 0;
    }
}

@keyframes popDisappear {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); /* 살짝 커짐 */
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3); /* 확 작아짐 */
        opacity: 0;
    }
}

@media (max-width: 720px) {
    .create-card-step {
        padding: 3.0769230769vw 6.1538461538vw 10.2564102564vw;
    }
}

.create-card {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: 0.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .create-card .meme-box {
        position: relative;
        padding: 0.8rem;
        border-radius: 0.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .create-card .meme-box.show {
            opacity: 1;
        }

    .create-card .text-box {
        position: relative;
        margin-top: 0.5rem;
        width: 100%;
        height: 4.7rem;
    }

        .create-card .text-box::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url("../images/create/bg-text-line.png");
            background-position: top center;
            background-size: 100% 100%;
            opacity: 1; /* 여기서 조절 */
            z-index: -1;
        }

    .create-card .logo {
        margin-top: 0.5rem;
        width: 3.175rem;
    }

    .create-card.red .text-box::before {
        opacity: 0.3;
    }

    .create-card.red .message-cover .message {
        color: #fff;
    }

    .create-card.red .message-cover .placeholder-text {
        color: #fff;
    }

    .create-card.yellow .text-box::before {
        opacity: 0.6;
    }

    .create-card.skyblue .text-box::before {
        opacity: 0.6;
    }

    .create-card.pink .text-box::before {
        opacity: 0.3;
    }

    .create-card.pink .message-cover .message {
        color: #fff;
    }

    .create-card.pink .message-cover .placeholder-text {
        color: #fff;
    }

@media (max-width: 720px) {
    .create-card {
        border-radius: 4.1025641026vw;
    }

        .create-card .meme-box {
            padding: 4.1025641026vw;
            border-radius: 2.0512820513vw;
        }

        .create-card .text-box {
            margin-top: 2.5641025641vw;
            height: 24.1025641026vw;
        }

        .create-card .logo {
            margin-top: 2.5641025641vw;
            width: 16.2820512821vw;
        }
}

.create-step01 {
    position: relative;
    z-index: 1;
}

    .create-step01 .meme-box {
        background-color: #666;
    }

    .create-step01 .title-box.hide {
        -webkit-animation: popDisappear 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
        animation: popDisappear 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
    }

    .create-step01 .title-box.show {
        -webkit-animation: popIn 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step01 .title-box.fc-yellow {
        font-size: 1.6rem;
        color: #ffbb20;
    }

    .create-step01.show {
        -webkit-animation: hideStepRevers ease-in both;
        animation: hideStepRevers ease-in both;
    }

        .create-step01.show .text {
            -webkit-animation: popIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: popIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) both;
        }

        .create-step01.show .create-card {
            -webkit-animation: cardScailAniRevers 0.8s 0.8s ease-in-out both;
            animation: cardScailAniRevers 0.8s 0.8s ease-in-out both;
        }

            .create-step01.show .create-card .meme-box {
                -webkit-animation: cardSpaceAniRevers 0.8s 0.8s ease-in-out both;
                animation: cardSpaceAniRevers 0.8s 0.8s ease-in-out both;
            }

        .create-step01.show .meme-slide .swiper-slide {
            -webkit-animation: slideUp 0.6s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
            animation: slideUp 0.6s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        }

        .create-step01.show .btn-prev {
            -webkit-animation: popIn 0.5s 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: popIn 0.5s 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
        }

        .create-step01.show .btn-next {
            -webkit-animation: popIn 0.5s 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
            animation: popIn 0.5s 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
        }

    .create-step01.hide {
        -webkit-animation: hideStep 0.1s 3s ease-in both;
        animation: hideStep 0.1s 3s ease-in both;
    }

        .create-step01.hide .text {
            -webkit-animation: popDisappear 0.3s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: popDisappear 0.3s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

        .create-step01.hide .create-card {
            -webkit-animation: cardScailAni 0.8s 1s ease-in-out both;
            animation: cardScailAni 0.8s 1s ease-in-out both;
        }

            .create-step01.hide .create-card .meme-box {
                -webkit-animation: cardSpaceAni 0.8s 1s ease-in-out both;
                animation: cardSpaceAni 0.8s 1s ease-in-out both;
            }

        .create-step01.hide .meme-slide .swiper-slide {
            -webkit-animation: slideDown 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
            animation: slideDown 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        }

        .create-step01.hide .btn-prev {
            -webkit-animation: popDisappear 0.5s 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: popDisappear 0.5s 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

        .create-step01.hide .btn-next {
            -webkit-animation: popDisappear 0.5s 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation: popDisappear 0.5s 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

        .create-step01.hide.revers {
            -webkit-animation: hideStepRevers ease-in both;
            animation: hideStepRevers ease-in both;
        }

.meme-slide {
    padding-top: 1.2rem;
    margin-right: -1.2rem;
}

    .meme-slide .swiper-slide {
        width: auto;
        font-size: 0;
    }

    .meme-slide .select-meme {
        position: relative;
        width: 3.7rem;
        height: 3.7rem;
        border-radius: 0.2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

        .meme-slide .select-meme::before {
            opacity: 0;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0 solid #b62929;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            z-index: 1;
            -webkit-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
            pointer-events: none;
        }

        .meme-slide .select-meme.active::before {
            opacity: 1;
            border-width: 0.2rem;
        }

        .meme-slide .select-meme span {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            text-indent: -9999px;
        }

        .meme-slide .select-meme[data-meme=meme01] span {
            background-image: url("../images/create/img-meme-01-default.png");
        }

        .meme-slide .select-meme[data-meme=meme02] span {
            background-image: url("../images/create/img-meme-02-default.png");
        }

        .meme-slide .select-meme[data-meme=meme03] span {
            background-image: url("../images/create/img-meme-03-default.png");
        }

        .meme-slide .select-meme[data-meme=meme04] span {
            background-image: url("../images/create/img-meme-04-default.png");
        }

        .meme-slide .select-meme[data-meme=meme05] span {
            background-image: url("../images/create/img-meme-05-default.png");
        }

        .meme-slide .select-meme[data-meme=meme06] span {
            background-image: url("../images/create/img-meme-06-default.png");
        }

        .meme-slide .select-meme[data-meme=meme07] span {
            background-image: url("../images/create/img-meme-07-default.png");
        }

        .meme-slide .select-meme[data-meme=meme08] span {
            background-image: url("../images/create/img-meme-08-default.png");
        }

        .meme-slide .select-meme[data-meme=meme09] span {
            background-image: url("../images/create/img-meme-09-default.png");
        }

        .meme-slide .select-meme[data-meme=meme10] span {
            background-image: url("../images/create/img-meme-10-default.png");
        }

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
}

@-webkit-keyframes cardScailAni {
    0% {
        width: 100%;
    }

    100% {
        width: 65.49%;
    }
}

@keyframes cardScailAni {
    0% {
        width: 100%;
    }

    100% {
        width: 65.49%;
    }
}

@-webkit-keyframes cardScailAniRevers {
    0% {
        width: 65.49%;
    }

    100% {
        width: 100%;
    }
}

@keyframes cardScailAniRevers {
    0% {
        width: 65.49%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes cardSpaceAni {
    0% {
        padding: 0.8rem;
    }

    100% {
        padding: 0.5rem;
    }
}

@keyframes cardSpaceAni {
    0% {
        padding: 0.8rem;
    }

    100% {
        padding: 0.5rem;
    }
}

@-webkit-keyframes cardSpaceAniRevers {
    0% {
        padding: 0.5rem;
    }

    100% {
        padding: 0.8rem;
    }
}

@keyframes cardSpaceAniRevers {
    0% {
        padding: 0.5rem;
    }

    100% {
        padding: 0.8rem;
    }
}

@media (max-width: 720px) {
    .create-step01 .title-box.fc-yellow {
        font-size: 8.2051282051vw;
    }

    .meme-slide {
        padding-top: 6.1538461538vw;
        margin-right: -6.1538461538vw;
    }

        .meme-slide .select-meme {
            width: 18.9743589744vw;
            height: 18.9743589744vw;
            border-radius: 1.0256410256vw;
        }

            .meme-slide .select-meme.active::before {
                border-width: 1.0256410256vw;
            }

    @-webkit-keyframes slideUp {
        0% {
            -webkit-transform: translateY(25.641025641vw);
            transform: translateY(25.641025641vw);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes slideUp {
        0% {
            -webkit-transform: translateY(25.641025641vw);
            transform: translateY(25.641025641vw);
        }

        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-webkit-keyframes slideDown {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            -webkit-transform: translateY(25.641025641vw);
            transform: translateY(25.641025641vw);
        }
    }

    @keyframes slideDown {
        0% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            -webkit-transform: translateY(25.641025641vw);
            transform: translateY(25.641025641vw);
        }
    }

    @-webkit-keyframes cardSpaceAni {
        0% {
            padding: 4.1025641026vw;
        }

        100% {
            padding: 2.5641025641vw;
        }
    }

    @keyframes cardSpaceAni {
        0% {
            padding: 4.1025641026vw;
        }

        100% {
            padding: 2.5641025641vw;
        }
    }

    @-webkit-keyframes cardSpaceAniRevers {
        0% {
            padding: 2.5641025641vw;
        }

        100% {
            padding: 4.1025641026vw;
        }
    }

    @keyframes cardSpaceAniRevers {
        0% {
            padding: 2.5641025641vw;
        }

        100% {
            padding: 4.1025641026vw;
        }
    }
}

.create-step02 .create-card {
    opacity: 0;
    padding: 0.5rem;
    width: 65.49%;
    border-radius: 0.5rem;
    background-color: #666;
}

.create-step02 .meme-box {
    opacity: 0;
    padding: 0;
    border-radius: 0.25rem;
}

.create-step02 .btn-wrap {
    padding-top: 1.9rem;
}

.create-step02 .text,
.create-step02 .btn {
    opacity: 0;
}

.create-step02.show {
    display: block;
}

    .create-step02.show .text {
        -webkit-animation: popIn 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.show .create-card {
        -webkit-animation: fadeSlideUp 0.6s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: fadeSlideUp 0.6s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.show .bg-color-box .select-color[data-color=red] {
        -webkit-animation: popIn 0.5s 0.5s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.5s 0.5s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.show .bg-color-box .select-color[data-color=yellow] {
        -webkit-animation: popIn 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.show .bg-color-box .select-color[data-color=skyblue] {
        -webkit-animation: popIn 0.5s 0.7s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.5s 0.7s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.show .bg-color-box .select-color[data-color=pink] {
        -webkit-animation: popIn 0.5s 0.8s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.5s 0.8s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.show .btn-prev {
        -webkit-animation: popIn 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.show .btn-next {
        -webkit-animation: popIn 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

.create-step02.hide {
    -webkit-animation: hideStep 0.1s 1.4s ease-in both;
    animation: hideStep 0.1s 1.4s ease-in both;
}

    .create-step02.hide .text {
        -webkit-animation: popDisappear 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.hide .create-card {
        -webkit-animation: fadeSlideDown 0.6s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: fadeSlideDown 0.6s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.hide .bg-color-box .select-color[data-color=red] {
        -webkit-animation: popDisappear 0.5s 0.8s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.8s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.hide .bg-color-box .select-color[data-color=yellow] {
        -webkit-animation: popDisappear 0.5s 0.7s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.7s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.hide .bg-color-box .select-color[data-color=skyblue] {
        -webkit-animation: popDisappear 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.hide .bg-color-box .select-color[data-color=pink] {
        -webkit-animation: popDisappear 0.5s 0.5s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.5s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.hide .btn-prev {
        -webkit-animation: popDisappear 0.5s 0.8s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.8s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.hide .btn-next {
        -webkit-animation: popDisappear 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

.create-step02.fix {
    -webkit-animation: hideStep 0.1s 1s ease-in both;
    animation: hideStep 0.1s 1s ease-in both;
}

    .create-step02.fix .text {
        -webkit-animation: popDisappear 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.fix .bg-color-box .select-color[data-color=red] {
        -webkit-animation: popDisappear 0.5s 0.7s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.7s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.fix .bg-color-box .select-color[data-color=yellow] {
        -webkit-animation: popDisappear 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.fix .bg-color-box .select-color[data-color=skyblue] {
        -webkit-animation: popDisappear 0.5s 0.5s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.5s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.fix .bg-color-box .select-color[data-color=pink] {
        -webkit-animation: popDisappear 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.fix .btn-prev {
        -webkit-animation: popDisappear 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step02.fix .btn-next {
        -webkit-animation: popDisappear 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

.bg-color-box {
    padding-top: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.8rem;
}

    .bg-color-box .select-color {
        position: relative;
        display: inline-block;
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 50%;
    }

        .bg-color-box .select-color::before {
            content: "";
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 3rem;
            height: 3rem;
            border-radius: 50%;
            border: 0 solid #fff;
            z-index: 1;
            pointer-events: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .bg-color-box .select-color.active::before {
            visibility: visible;
            opacity: 1;
            border-width: 0.15rem;
        }

        .bg-color-box .select-color span {
            position: absolute !important;
            display: block;
            width: 0 !important;
            height: 0 !important;
            padding: 0 !important;
            margin: -1px !important;
            border: 0 !important;
            overflow: hidden !important;
            clip: rect(0 0 0 0) !important;
        }

            .bg-color-box .select-color span.focusable:active, .bg-color-box .select-color span.focusable:focus {
                position: static;
                height: auto;
                width: auto;
                margin: 0;
                clip: auto;
                overflow: visible;
            }

        .bg-color-box .select-color[data-color=red] {
            background-color: #b62929;
        }

        .bg-color-box .select-color[data-color=yellow] {
            background-color: #ffbb20;
        }

        .bg-color-box .select-color[data-color=skyblue] {
            background-color: #a9cdfa;
        }

        .bg-color-box .select-color[data-color=pink] {
            background-color: #e88eb1;
        }

@-webkit-keyframes fadeSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeSlideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@keyframes fadeSlideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

@media (max-width: 720px) {
    .create-step02 .create-card {
        padding: 2.5641025641vw;
        border-radius: 2.5641025641vw;
    }

    .create-step02 .meme-box {
        border-radius: 1.2820512821vw;
    }

    .create-step02 .btn-wrap {
        padding-top: 9.7435897436vw;
    }

    .bg-color-box {
        padding-top: 9.7435897436vw;
        gap: 4.1025641026vw;
    }

        .bg-color-box .select-color {
            width: 11.2820512821vw;
            height: 11.2820512821vw;
        }

            .bg-color-box .select-color::before {
                width: 15.3846153846vw;
                height: 15.3846153846vw;
            }

            .bg-color-box .select-color.active::before {
                border-width: 0.7692307692vw;
            }

    @-webkit-keyframes fadeSlideUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(7.6923076923vw);
            transform: translateY(7.6923076923vw);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes fadeSlideUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(7.6923076923vw);
            transform: translateY(7.6923076923vw);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-webkit-keyframes fadeSlideDown {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(7.6923076923vw);
            transform: translateY(7.6923076923vw);
        }
    }

    @keyframes fadeSlideDown {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(7.6923076923vw);
            transform: translateY(7.6923076923vw);
        }
    }
}

.create-step03 .create-card {
    padding: 0.5rem;
    width: 100%;
    border-radius: 0.5rem;
    background-color: #666;
}

    .create-step03 .create-card .text-box {
        z-index: 1;
    }

.create-step03 .meme-box {
    padding: 0;
    border-radius: 0.25rem;
}

.create-step03 .memetext-cover {
    position: absolute;
}

.create-step03 .memetext {
    width: 100%;
    height: 100%;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 132%;
    text-align: center;
    color: #111;
    outline: 0;
    overflow: hidden;
    text-rendering: optimizeLegibility;
}

    .create-step03 .memetext::-webkit-input-placeholder {
        color: #111;
    }

    .create-step03 .memetext::-moz-placeholder {
        color: #111;
    }

    .create-step03 .memetext::-ms-input-placeholder {
        color: #111;
    }

    .create-step03 .memetext::placeholder {
        color: #111;
    }

.create-step03 .placeholder-text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 700;
    line-height: 132%;
    color: #111;
    white-space: nowrap;
    pointer-events: none;
    margin-left: 0.1rem;
}

    .create-step03 .placeholder-text.hide {
        visibility: hidden;
        opacity: 0;
    }

.create-step03 .blinker {
    display: inline-block;
    width: 1px;
    height: 1em;
    -webkit-animation: blink 1s step-start infinite;
    animation: blink 1s step-start infinite;
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
}

@-webkit-keyframes blink {
    0%, 50% {
        opacity: 1;
    }

    51%, 100% {
        opacity: 0;
    }
}

@keyframes blink {
    0%, 50% {
        opacity: 1;
    }

    51%, 100% {
        opacity: 0;
    }
}

.create-step03 .message-cover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .create-step03 .message-cover .placeholder-text {
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.4rem;
        text-align: center;
    }

.create-step03 .message {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.4rem;
    text-align: center;
    color: #111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    overflow: hidden;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .create-step03 .message::-webkit-input-placeholder {
        color: #111;
    }

    .create-step03 .message::-moz-placeholder {
        color: #111;
    }

    .create-step03 .message::-ms-input-placeholder {
        color: #111;
    }

    .create-step03 .message::placeholder {
        color: #111;
    }

.create-step03 .text,
.create-step03 .btn {
    opacity: 0;
}

.create-step03 .placeholder-text.hide {
    visibility: hidden;
    opacity: 0;
}

.create-step03 .meme01 .memetext-cover {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 3.2258064516%;
    width: 100%;
    height: 9.0322580645%;
}

.create-step03 .meme01 .memetext {
    color: #111; /* 내부 색상 */
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme01 .memetext-cover .placeholder-text {
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme02 .memetext-cover {
    top: 27.0967741935%;
    left: 7.0967741935%;
    width: 40%;
    height: 17.0967741935%;
}

    .create-step03 .meme02 .memetext-cover .placeholder-text {
        width: 100%;
        white-space: wrap;
    }

.create-step03 .meme03 .memetext-cover {
    top: 10.3225806452%;
    right: 10.3225806452%;
    width: 25.8064516129%;
    height: 25.8064516129%;
}

.create-step03 .meme03 .memetext {
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme03 .memetext-cover .placeholder-text {
    width: 100%;
    white-space: wrap;
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme04 .memetext-cover {
    top: 11.6129032258%;
    right: 5.1612903226%;
    width: 40%;
    height: 17.0967741935%;
}

    .create-step03 .meme04 .memetext-cover .placeholder-text {
        width: 100%;
        white-space: wrap;
    }

.create-step03 .meme05 .memetext-cover {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5.1612903226%;
    width: 100%;
    height: 9.0322580645%;
}

.create-step03 .meme05 .memetext {
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme05 .memetext-cover .placeholder-text {
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme06 .memetext-cover {
    top: 23.2258064516%;
    left: 12.2580645161%;
    width: 40%;
    height: 17.0967741935%;
}

    .create-step03 .meme06 .memetext-cover .placeholder-text {
        width: 100%;
        white-space: wrap;
    }

.create-step03 .meme07 .memetext-cover {
    top: 11.6129032258%;
    right: 7.0967741935%;
    width: 40%;
    height: 17.0967741935%;
}

    .create-step03 .meme07 .memetext-cover .placeholder-text {
        width: 100%;
        white-space: wrap;
    }

.create-step03 .meme08 .memetext-cover {
    left: 50%;
    bottom: 1.935483871%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 87.0967741935%;
    height: 9.0322580645%;
}

.create-step03 .meme08 .memetext {
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme08 .memetext-cover .placeholder-text {
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme09 .memetext-cover {
    left: 50%;
    bottom: 3.8709677419%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 87.0967741935%;
    height: 9.0322580645%;
}

.create-step03 .meme09 .memetext {
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme09 .memetext-cover .placeholder-text {
    text-shadow: 0px -2px 0 white, -0.75px -1.75px 0 white, -0.5px -1.75px 0 white, -0.25px -1.75px 0 white, 0px -1.75px 0 white, 0.25px -1.75px 0 white, 0.5px -1.75px 0 white, 0.75px -1.75px 0 white, -1.25px -1.5px 0 white, -1px -1.5px 0 white, -0.75px -1.5px 0 white, -0.5px -1.5px 0 white, -0.25px -1.5px 0 white, 0px -1.5px 0 white, 0.25px -1.5px 0 white, 0.5px -1.5px 0 white, 0.75px -1.5px 0 white, 1px -1.5px 0 white, 1.25px -1.5px 0 white, -1.5px -1.25px 0 white, -1.25px -1.25px 0 white, -1px -1.25px 0 white, -0.75px -1.25px 0 white, -0.5px -1.25px 0 white, -0.25px -1.25px 0 white, 0px -1.25px 0 white, 0.25px -1.25px 0 white, 0.5px -1.25px 0 white, 0.75px -1.25px 0 white, 1px -1.25px 0 white, 1.25px -1.25px 0 white, 1.5px -1.25px 0 white, -1.5px -1px 0 white, -1.25px -1px 0 white, -1px -1px 0 white, -0.75px -1px 0 white, -0.5px -1px 0 white, -0.25px -1px 0 white, 0px -1px 0 white, 0.25px -1px 0 white, 0.5px -1px 0 white, 0.75px -1px 0 white, 1px -1px 0 white, 1.25px -1px 0 white, 1.5px -1px 0 white, -1.75px -0.75px 0 white, -1.5px -0.75px 0 white, -1.25px -0.75px 0 white, -1px -0.75px 0 white, -0.75px -0.75px 0 white, -0.5px -0.75px 0 white, -0.25px -0.75px 0 white, 0px -0.75px 0 white, 0.25px -0.75px 0 white, 0.5px -0.75px 0 white, 0.75px -0.75px 0 white, 1px -0.75px 0 white, 1.25px -0.75px 0 white, 1.5px -0.75px 0 white, 1.75px -0.75px 0 white, -1.75px -0.5px 0 white, -1.5px -0.5px 0 white, -1.25px -0.5px 0 white, -1px -0.5px 0 white, -0.75px -0.5px 0 white, -0.5px -0.5px 0 white, -0.25px -0.5px 0 white, 0px -0.5px 0 white, 0.25px -0.5px 0 white, 0.5px -0.5px 0 white, 0.75px -0.5px 0 white, 1px -0.5px 0 white, 1.25px -0.5px 0 white, 1.5px -0.5px 0 white, 1.75px -0.5px 0 white, -1.75px -0.25px 0 white, -1.5px -0.25px 0 white, -1.25px -0.25px 0 white, -1px -0.25px 0 white, -0.75px -0.25px 0 white, -0.5px -0.25px 0 white, -0.25px -0.25px 0 white, 0px -0.25px 0 white, 0.25px -0.25px 0 white, 0.5px -0.25px 0 white, 0.75px -0.25px 0 white, 1px -0.25px 0 white, 1.25px -0.25px 0 white, 1.5px -0.25px 0 white, 1.75px -0.25px 0 white, -2px 0px 0 white, -1.75px 0px 0 white, -1.5px 0px 0 white, -1.25px 0px 0 white, -1px 0px 0 white, -0.75px 0px 0 white, -0.5px 0px 0 white, -0.25px 0px 0 white, 0.25px 0px 0 white, 0.5px 0px 0 white, 0.75px 0px 0 white, 1px 0px 0 white, 1.25px 0px 0 white, 1.5px 0px 0 white, 1.75px 0px 0 white, 2px 0px 0 white, -1.75px 0.25px 0 white, -1.5px 0.25px 0 white, -1.25px 0.25px 0 white, -1px 0.25px 0 white, -0.75px 0.25px 0 white, -0.5px 0.25px 0 white, -0.25px 0.25px 0 white, 0px 0.25px 0 white, 0.25px 0.25px 0 white, 0.5px 0.25px 0 white, 0.75px 0.25px 0 white, 1px 0.25px 0 white, 1.25px 0.25px 0 white, 1.5px 0.25px 0 white, 1.75px 0.25px 0 white, -1.75px 0.5px 0 white, -1.5px 0.5px 0 white, -1.25px 0.5px 0 white, -1px 0.5px 0 white, -0.75px 0.5px 0 white, -0.5px 0.5px 0 white, -0.25px 0.5px 0 white, 0px 0.5px 0 white, 0.25px 0.5px 0 white, 0.5px 0.5px 0 white, 0.75px 0.5px 0 white, 1px 0.5px 0 white, 1.25px 0.5px 0 white, 1.5px 0.5px 0 white, 1.75px 0.5px 0 white, -1.75px 0.75px 0 white, -1.5px 0.75px 0 white, -1.25px 0.75px 0 white, -1px 0.75px 0 white, -0.75px 0.75px 0 white, -0.5px 0.75px 0 white, -0.25px 0.75px 0 white, 0px 0.75px 0 white, 0.25px 0.75px 0 white, 0.5px 0.75px 0 white, 0.75px 0.75px 0 white, 1px 0.75px 0 white, 1.25px 0.75px 0 white, 1.5px 0.75px 0 white, 1.75px 0.75px 0 white, -1.5px 1px 0 white, -1.25px 1px 0 white, -1px 1px 0 white, -0.75px 1px 0 white, -0.5px 1px 0 white, -0.25px 1px 0 white, 0px 1px 0 white, 0.25px 1px 0 white, 0.5px 1px 0 white, 0.75px 1px 0 white, 1px 1px 0 white, 1.25px 1px 0 white, 1.5px 1px 0 white, -1.5px 1.25px 0 white, -1.25px 1.25px 0 white, -1px 1.25px 0 white, -0.75px 1.25px 0 white, -0.5px 1.25px 0 white, -0.25px 1.25px 0 white, 0px 1.25px 0 white, 0.25px 1.25px 0 white, 0.5px 1.25px 0 white, 0.75px 1.25px 0 white, 1px 1.25px 0 white, 1.25px 1.25px 0 white, 1.5px 1.25px 0 white, -1.25px 1.5px 0 white, -1px 1.5px 0 white, -0.75px 1.5px 0 white, -0.5px 1.5px 0 white, -0.25px 1.5px 0 white, 0px 1.5px 0 white, 0.25px 1.5px 0 white, 0.5px 1.5px 0 white, 0.75px 1.5px 0 white, 1px 1.5px 0 white, 1.25px 1.5px 0 white, -0.75px 1.75px 0 white, -0.5px 1.75px 0 white, -0.25px 1.75px 0 white, 0px 1.75px 0 white, 0.25px 1.75px 0 white, 0.5px 1.75px 0 white, 0.75px 1.75px 0 white, 0px 2px 0 white;
}

.create-step03 .meme10 .memetext-cover {
    top: 14.1935483871%;
    left: 11.6129032258%;
    width: 40%;
    height: 17.0967741935%;
}

    .create-step03 .meme10 .memetext-cover .placeholder-text {
        width: 100%;
        white-space: wrap;
    }

.create-step03.show {
    display: block;
}

    .create-step03.show .text {
        -webkit-animation: popIn 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step03.show .create-card {
        -webkit-animation: cardScailAniAll 0.8s 0.6s ease-in-out both;
        animation: cardScailAniAll 0.8s 0.6s ease-in-out both;
    }

        .create-step03.show .create-card .memetext-cover {
            -webkit-animation: textOpacity 0.5s 1.3s ease-in-out both;
            animation: textOpacity 0.5s 1.3s ease-in-out both;
        }

        .create-step03.show .create-card .text-box {
            -webkit-animation: textBoxSizeAni 0.8s 0.6s ease-in-out both;
            animation: textBoxSizeAni 0.8s 0.6s ease-in-out both;
        }

        .create-step03.show .create-card .message-cover {
            -webkit-animation: textOpacity 0.5s 1.5s ease-in-out both;
            animation: textOpacity 0.5s 1.5s ease-in-out both;
        }

        .create-step03.show .create-card .logo {
            -webkit-animation: logoSizeAni 0.8s 0.6s ease-in-out both;
            animation: logoSizeAni 0.8s 0.6s ease-in-out both;
        }

    .create-step03.show .btn-prev {
        -webkit-animation: popIn 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.5s 0.6s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step03.show .btn-next {
        -webkit-animation: popIn 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popIn 0.5s 0.4s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

.create-step03.hide {
    -webkit-animation: hideStep 0.1s 1.2s ease-in both;
    animation: hideStep 0.1s 1.2s ease-in both;
}

    .create-step03.hide .text {
        -webkit-animation: popDisappear 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
        animation: popDisappear 0.3s cubic-bezier(0.17, 0.67, 0.79, 1.02) both;
    }

    .create-step03.hide .create-card {
        -webkit-animation: cardScailAniAllRevers 0.7s 0.6s ease-in-out both;
        animation: cardScailAniAllRevers 0.7s 0.6s ease-in-out both;
    }

        .create-step03.hide .create-card .memetext-cover {
            -webkit-animation: textOpacityHide 0.5s ease-in-out both;
            animation: textOpacityHide 0.5s ease-in-out both;
        }

        .create-step03.hide .create-card .text-box {
            -webkit-animation: textBoxSizeAniRevers 0.7s 0.6s ease-in-out both;
            animation: textBoxSizeAniRevers 0.7s 0.6s ease-in-out both;
        }

        .create-step03.hide .create-card .message-cover {
            -webkit-animation: textOpacityHide 0.5s ease-in-out both;
            animation: textOpacityHide 0.5s ease-in-out both;
        }

        .create-step03.hide .create-card .logo {
            -webkit-animation: logoSizeAniRevers 0.7s 0.6s ease-in-out both;
            animation: logoSizeAniRevers 0.7s 0.6s ease-in-out both;
        }

    .create-step03.hide .btn-prev {
        -webkit-animation: popDisappear 0.5s 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
        animation: popDisappear 0.5s 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
    }

    .create-step03.hide .btn-next {
        -webkit-animation: popDisappear 0.5s 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
        animation: popDisappear 0.5s 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
    }

@-webkit-keyframes cardScailAniAll {
    0% {
        padding: 0.5rem;
        width: 65.49%;
    }

    100% {
        padding: 0.8rem;
        width: 100%;
    }
}

@keyframes cardScailAniAll {
    0% {
        padding: 0.5rem;
        width: 65.49%;
    }

    100% {
        padding: 0.8rem;
        width: 100%;
    }
}

@-webkit-keyframes cardScailAniAllRevers {
    0% {
        padding: 0.8rem;
        width: 100%;
    }

    100% {
        padding: 0.5rem;
        width: 65.49%;
    }
}

@keyframes cardScailAniAllRevers {
    0% {
        padding: 0.8rem;
        width: 100%;
    }

    100% {
        padding: 0.5rem;
        width: 65.49%;
    }
}

@-webkit-keyframes textBoxSizeAni {
    0% {
        margin-top: 0.5rem;
        height: 4.7rem;
    }

    100% {
        margin-top: 0.8rem;
        height: 7rem;
    }
}

@keyframes textBoxSizeAni {
    0% {
        margin-top: 0.5rem;
        height: 4.7rem;
    }

    100% {
        margin-top: 0.8rem;
        height: 7rem;
    }
}

@-webkit-keyframes textBoxSizeAniRevers {
    0% {
        margin-top: 0.8rem;
        height: 7rem;
    }

    100% {
        margin-top: 0.5rem;
        height: 4.7rem;
    }
}

@keyframes textBoxSizeAniRevers {
    0% {
        margin-top: 0.8rem;
        height: 7rem;
    }

    100% {
        margin-top: 0.5rem;
        height: 4.7rem;
    }
}

@-webkit-keyframes logoSizeAni {
    0% {
        margin-top: 0.5rem;
        width: 3.175rem;
    }

    100% {
        margin-top: 0.8rem;
        width: 4.8rem;
    }
}

@keyframes logoSizeAni {
    0% {
        margin-top: 0.5rem;
        width: 3.175rem;
    }

    100% {
        margin-top: 0.8rem;
        width: 4.8rem;
    }
}

@-webkit-keyframes logoSizeAniRevers {
    0% {
        margin-top: 0.8rem;
        width: 4.8rem;
    }

    100% {
        margin-top: 0.5rem;
        width: 3.175rem;
    }
}

@keyframes logoSizeAniRevers {
    0% {
        margin-top: 0.8rem;
        width: 4.8rem;
    }

    100% {
        margin-top: 0.5rem;
        width: 3.175rem;
    }
}

@-webkit-keyframes textOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes textOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes textOpacityHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes textOpacityHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 720px) {
    .create-step03 .create-card {
        padding: 2.5641025641vw;
        border-radius: 2.5641025641vw;
    }

    .create-step03 .meme-box {
        border-radius: 1.2820512821vw;
    }

    .create-step03 .memetext {
        font-size: 5.1282051282vw;
    }

    .create-step03 .placeholder-text {
        font-size: 5.1282051282vw;
        margin-left: 0.5128205128vw;
    }

    .create-step03 .blinker {
        width: 0.2564102564vw;
        -webkit-transform: translateX(0.5128205128vw);
        transform: translateX(0.5128205128vw);
    }

    .create-step03 .message-cover .placeholder-text {
        font-size: 4.1025641026vw;
        line-height: 7.1794871795vw;
    }

    .create-step03 .message {
        font-size: 4.1025641026vw;
        line-height: 7.1794871795vw;
    }

    @-webkit-keyframes cardScailAniAll {
        0% {
            padding: 2.5641025641vw;
            width: 65.49%;
        }

        100% {
            padding: 4.1025641026vw;
            width: 100%;
        }
    }

    @keyframes cardScailAniAll {
        0% {
            padding: 2.5641025641vw;
            width: 65.49%;
        }

        100% {
            padding: 4.1025641026vw;
            width: 100%;
        }
    }

    @-webkit-keyframes cardScailAniAllRevers {
        0% {
            padding: 4.1025641026vw;
            width: 100%;
        }

        100% {
            padding: 2.5641025641vw;
            width: 65.49%;
        }
    }

    @keyframes cardScailAniAllRevers {
        0% {
            padding: 4.1025641026vw;
            width: 100%;
        }

        100% {
            padding: 2.5641025641vw;
            width: 65.49%;
        }
    }

    @-webkit-keyframes textBoxSizeAni {
        0% {
            margin-top: 2.5641025641vw;
            height: 24.1025641026vw;
        }

        100% {
            margin-top: 4.1025641026vw;
            height: 35.8974358974vw;
        }
    }

    @keyframes textBoxSizeAni {
        0% {
            margin-top: 2.5641025641vw;
            height: 24.1025641026vw;
        }

        100% {
            margin-top: 4.1025641026vw;
            height: 35.8974358974vw;
        }
    }

    @-webkit-keyframes textBoxSizeAniRevers {
        0% {
            margin-top: 4.1025641026vw;
            height: 35.8974358974vw;
        }

        100% {
            margin-top: 2.5641025641vw;
            height: 24.1025641026vw;
        }
    }

    @keyframes textBoxSizeAniRevers {
        0% {
            margin-top: 4.1025641026vw;
            height: 35.8974358974vw;
        }

        100% {
            margin-top: 2.5641025641vw;
            height: 24.1025641026vw;
        }
    }

    @-webkit-keyframes logoSizeAni {
        0% {
            margin-top: 2.5641025641vw;
            width: 16.2820512821vw;
        }

        100% {
            margin-top: 4.1025641026vw;
            width: 24.6153846154vw;
        }
    }

    @keyframes logoSizeAni {
        0% {
            margin-top: 2.5641025641vw;
            width: 16.2820512821vw;
        }

        100% {
            margin-top: 4.1025641026vw;
            width: 24.6153846154vw;
        }
    }

    @-webkit-keyframes logoSizeAniRevers {
        0% {
            margin-top: 4.1025641026vw;
            width: 24.6153846154vw;
        }

        100% {
            margin-top: 2.5641025641vw;
            width: 16.2820512821vw;
        }
    }

    @keyframes logoSizeAniRevers {
        0% {
            margin-top: 4.1025641026vw;
            width: 24.6153846154vw;
        }

        100% {
            margin-top: 2.5641025641vw;
            width: 16.2820512821vw;
        }
    }
}
