@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
section.contest-page section.contest-page-visual .visual-box {
    aspect-ratio: 1920/1080;
    background: url("../../../img/event/contest_at_home_2nd/img_visual.jpg") no-repeat center/cover;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-visual .visual-box {
        aspect-ratio: 375/585;
        background: url("../../../img/event/contest_at_home_2nd/img_visual_m.png") no-repeat center/cover;
    }
}
section.contest-page .bg-romance {
    background-color: #1fb051;
}
section.contest-page .text-romance {
    color: #1fb051;
}
section.contest-page .bg-style {
    background-color: #9836eb;
}
section.contest-page .text-style {
    color: #9836eb;
}
section.contest-page section.contest-page-event {
    padding: 120px 0 80px;
    background: #eafff0;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event {
        padding: 80px 0 80px;
    }
}
section.contest-page section.contest-page-event .tit-box {
    padding-bottom: 80px;
    text-align: center;
}
section.contest-page section.contest-page-event .tit-box .small-txt {
    font-size: 20px;
}
section.contest-page section.contest-page-event .tit-box .tit-item {
    font-size: 30px;
    font-weight: 500;
    line-height: 140%;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .tit-box .tit-item {
        font-size: 20px;
    }
}
section.contest-page section.contest-page-event .tit-box .tit-item b {
    font-weight: 800;
}
section.contest-page section.contest-page-event .tit-box .tit-item + .tit-item {
    margin-top: 20px;
}
section.contest-page section.contest-page-event .event-box {
    overflow: hidden;
}
section.contest-page section.contest-page-event .event-box .event-wrap {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .event-box .event-wrap {
        padding: 0 48px;
    }
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box {
    position: relative;
    padding-bottom: 50px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box {
        padding-bottom: 30px;
        max-width: 300px;
        margin: 0 auto;
    }
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-pagination {
    display: flex;
    bottom: 0;
    justify-content: center;
    gap: 10px;
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 0.1;
    background-color: #000;
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-button-prev,
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-button-prev:after,
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-button-next:after {
    display: none;
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-button-prev {
    left: -78px;
    background: url("../../../img/event/contest_at_home_2nd/ic_prev.svg") no-repeat center/cover;
    width: 40px;
    height: 75px;
    margin: 0;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-button-prev {
        width: 14px;
        height: 29px;
        left: -34px;
    }
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-button-next {
    right: -78px;
    background: url("../../../img/event/contest_at_home_2nd/ic_next.svg") no-repeat center/cover;
    width: 40px;
    height: 75px;
    margin: 0;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .swiper-button-next {
        width: 14px;
        height: 29px;
        right: -34px;
    }
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .item-wrap {
    display: block;
    position: relative;
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .info-box .txt-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .img-box {
    aspect-ratio: 400/713;
    display: flex;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .img-box {
        aspect-ratio: 300/534;
    }
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .img-box img, section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .img-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .info-box {
    text-align: center;
    padding-top: 12px;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 140%;
    font-weight: 800;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .info-box {
        font-size: 16px;
        letter-spacing: -0.03em;
    }
}
section.contest-page section.contest-page-event .event-box .event-wrap .swiper-group-box .info-box .line {
    font-weight: 400;
}
section.contest-page section.contest-page-event .link-box {
    padding-top: 80px;
}
section.contest-page section.contest-page-event .link-box .link-item + .link-item {
    margin-top: 40px;
}
section.contest-page section.contest-page-event .link-box .link-item .item-head-box {
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    padding-bottom: 14px;
}
section.contest-page section.contest-page-event .link-box .link-item .item-body-box {
    display: flex;
    justify-content: center;
}
section.contest-page section.contest-page-event .link-box .link-item .item-body-box .link-btn {
    display: flex;
    max-width: 450px;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 82px;
    gap: 10px;
    border-radius: 100px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .link-box .link-item .item-body-box .link-btn {
        max-width: 300px;
        height: 68px;
    }
}
section.contest-page section.contest-page-event .link-box .link-item .item-body-box .link-btn .link-txt {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .link-box .link-item .item-body-box .link-btn .link-txt {
        font-size: 20px;
    }
}
section.contest-page section.contest-page-event .link-box .link-item .item-body-box .link-btn .ic.ic-link {
    background: url("../../../img/event/contest_at_home_2nd/ic_link_arrow.svg") no-repeat center/cover;
    width: 23px;
    height: 23px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .link-box .link-item .item-body-box .link-btn .ic.ic-link {
        width: 20px;
        height: 20px;
    }
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .custom-check-box {
    display: flex;
    align-items: center;
    position: relative;
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .custom-check-box.is-active i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_on.svg") no-repeat center/cover;
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .custom-check-box i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_off.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 1px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .custom-check-box i {
        width: 18px;
        height: 18px;
        top: 0;
    }
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .custom-check-box .txt {
    padding-left: 33px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.07em;
    text-align: left;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .custom-check-box .txt {
        padding-left: 26px;
        font-size: 14px;
        line-height: 18px;
    }
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .custom-check-box .txt a {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: under;
    display: inline;
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .cbox label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .cbox label input[type=checkbox]:checked ~ i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_on.svg") no-repeat center/cover;
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .cbox label i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_off.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 3px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .cbox label i {
        width: 18px;
        height: 18px;
        top: 0;
    }
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .cbox label .txt {
    padding-left: 33px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.07em;
    text-align: left;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .cbox label .txt {
        padding-left: 26px;
        font-size: 14px;
        line-height: 18px;
    }
}
section.contest-page section.contest-page-event .link-box .link-item .item-foot-box .cbox label .txt a {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: under;
    display: inline;
}
section.contest-page section.contest-page-event .presentation-box {
    padding-top: 80px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .presentation-box {
        padding: 80px 36px 0;
    }
}
section.contest-page section.contest-page-event .presentation-box .presentation-wrap {
    padding: 16px 30px;
    border: 1px solid #000;
    border-radius: 10px;
    display: inline-flex;
    flex-direction: column;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .presentation-box .presentation-wrap {
        padding: 20px;
    }
}
section.contest-page section.contest-page-event .presentation-box .presentation-wrap .row {
    gap: 4px;
    display: flex;
    align-items: center;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .presentation-box .presentation-wrap .row + .row {
        margin-top: 20px;
    }
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .presentation-box .presentation-wrap .row {
        gap: 0;
        flex-direction: column;
    }
}
section.contest-page section.contest-page-event .presentation-box .presentation-wrap .row .subject-box {
    font-size: 18px;
    font-weight: 800;
    line-height: 140%;
}
section.contest-page section.contest-page-event .presentation-box .presentation-wrap .row .subject-box .line {
    font-weight: 500;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-event .presentation-box .presentation-wrap .row .subject-box .line {
        display: none;
    }
}
section.contest-page section.contest-page-event .presentation-box .presentation-wrap .row .con-box {
    flex: 1;
    min-width: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}
section.contest-page section.contest-page-information {
    padding: 80px 0;
    background-color: #f9f4ff;
}
section.contest-page section.contest-page-information .information-section + .information-section {
    margin-top: 160px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section + .information-section {
        margin-top: 160px;
    }
}
section.contest-page section.contest-page-information .information-section .section-head-box {
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}
section.contest-page section.contest-page-information .information-section .section-head-box .head-img {
    display: inline-flex;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-head-box .head-img {
        max-width: 200px;
    }
    section.contest-page section.contest-page-information .information-section .section-head-box .head-img img {
        width: 100%;
    }
}
section.contest-page section.contest-page-information .information-section .section-body-box .event-view-box {
    display: flex;
    justify-content: center;
    max-width: 860px;
    margin: 0 auto;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-body-box .event-view-box {
        max-width: 300px;
    }
}
section.contest-page section.contest-page-information .information-section .section-body-box .event-view-box img {
    max-width: 100%;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-body-box .event-view-box img.pc {
        display: none;
    }
}
section.contest-page section.contest-page-information .information-section .section-body-box .event-view-box img.mobile {
    display: none;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-body-box .event-view-box img.mobile {
        display: block;
    }
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-body-box .step-list {
        max-width: 320px;
        margin: 0 auto;
    }
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item + .step-item {
    margin-top: 80px;
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-head-box .num-box {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-head-box .num-box .num-txt {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-head-box .head-box {
    padding-bottom: 40px;
    text-align: center;
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-head-box .head-box .main-box {
    display: flex;
    justify-content: center;
    font-weight: 800;
    font-size: 30px;
    line-height: 140%;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-head-box .head-box .main-box {
        font-size: 20px;
    }
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-head-box .head-box .sub-box {
    font-size: 18px;
    line-height: 180%;
    font-weight: 500;
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-body-box .img-box {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-body-box .img-box.step1 {
    max-width: 510px;
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-body-box .img-box.step2 {
    max-width: 656px;
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-body-box .img-box.step3 {
    max-width: 700px;
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-body-box .img-box img {
    max-width: 100%;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-body-box .img-box img.pc {
        display: none;
    }
}
section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-body-box .img-box img.mobile {
    display: none;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-body-box .step-list .step-item .item-body-box .img-box img.mobile {
        display: block;
    }
}
section.contest-page section.contest-page-information .information-section .section-foot-box {
    padding-top: 80px;
    display: flex;
    justify-content: center;
}
section.contest-page section.contest-page-information .information-section .section-foot-box .foot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #000;
    width: 500px;
    border-radius: 999px;
    height: 82px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-foot-box .foot-btn {
        height: 64px;
        max-width: 320px;
        width: 100%;
    }
}
section.contest-page section.contest-page-information .information-section .section-foot-box .foot-btn .btn-txt {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-foot-box .foot-btn .btn-txt {
        font-size: 20px;
    }
}
section.contest-page section.contest-page-information .information-section .section-foot-box .foot-btn .ic {
    width: 23px;
    height: 23px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-information .information-section .section-foot-box .foot-btn .ic {
        display: none;
    }
}
section.contest-page section.contest-page-information .information-section .section-foot-box .foot-btn .ic.ic-up {
    background: url("../../../img/event/contest_at_home_2nd/ic_up.svg") no-repeat center/cover;
}
section.contest-page section.contest-page-comment {
    padding: 80px 0;
    background-color: #ffe3e1;
}
section.contest-page section.contest-page-comment .comment-wrap {
    max-width: 500px;
    margin: 0 auto;
}
section.contest-page section.contest-page-comment .comment-wrap .comment-head-box {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 140%;
    padding-bottom: 40px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-comment .comment-wrap .comment-head-box {
        font-size: 24px;
    }
}
section.contest-page section.contest-page-comment .comment-wrap .comment-body-box {
    display: flex;
    justify-content: center;
}
section.contest-page section.contest-page-comment .comment-wrap .comment-foot-box {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}
section.contest-page section.contest-page-comment .comment-wrap .comment-foot-box .sub-txt {
    font-size: 16px;
    opacity: 0.5;
    line-height: 160%;
}
section.contest-page section.contest-page-guide {
    padding: 80px 0;
    background: #000;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-guide {
        padding: 40px 20px;
    }
}
section.contest-page section.contest-page-guide .note-wrap {
    max-width: 918px;
    margin: 0 auto;
}
section.contest-page section.contest-page-guide .note-tit-box {
    font-weight: 800;
    line-height: 140%;
    color: #fff;
    font-size: 28px;
    letter-spacing: -0.05em;
    padding-bottom: 22px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-guide .note-tit-box {
        padding-bottom: 10px;
        font-size: 20px;
    }
}
section.contest-page section.contest-page-guide .note-list {
    display: flex;
    flex-direction: column;
}
section.contest-page section.contest-page-guide .note-list .note-item {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 140%;
    color: #fff;
    position: relative;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-guide .note-list .note-item {
        font-size: 12px;
        padding-left: 10px;
    }
}
section.contest-page section.contest-page-guide .note-list .note-item + .note-item {
    margin-top: 8px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-guide .note-list .note-item + .note-item {
        margin-top: 4px;
    }
}
section.contest-page section.contest-page-guide .note-list .note-item:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    border-radius: 50%;
    background: #fff;
    width: 4px;
    height: 4px;
}
@media (max-width: 1160px) {
    section.contest-page section.contest-page-guide .note-list .note-item:after {
        top: 6px;
        left: 2px;
        width: 2px;
        height: 2px;
    }
}

section.page-comment-area {
    background-color: #fff;
    padding: 80px 0;
}
section.page-comment-area .comment-wrap {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 0 auto;
}

article.apply-input-form {
    max-width: 465px;
    margin: 0 auto;
    border: 1px solid #DADCE0;
    padding: 22px 18px;
    position: relative;
    background-color: #fff;
}
@media (max-width: 1160px) {
    article.apply-input-form {
        margin-top: 24px;
        padding: 20px 15px 15px;
    }
}
article.apply-input-form .tit-box {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.05em;
    font-weight: 600;
    padding-bottom: 20px;
    color: #000;
}
article.apply-input-form .close-btn {
    position: absolute;
    top: 17px;
    right: 13px;
    background: url("../../../img/event/contest_at_home_2nd/ic_option_close.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
}
article.apply-input-form .option-box {
    position: relative;
}
article.apply-input-form .option-box .set-box {
    height: 46px;
    padding: 0 38px 0 16px;
    display: flex;
    width: 100%;
    border: 1px solid #BABCC2;
    border-radius: 4px;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.05em;
    background: url("../../../img/event/contest_at_home_2nd/ic_option_arrow.svg") no-repeat center right 14px;
}
@media (max-width: 1160px) {
    article.apply-input-form .option-box .set-box {
        height: 44px;
    }
}
article.apply-input-form .option-box .set-box.on {
    border: 1px solid #19191A;
    border-radius: 4px 4px 0 0;
    background: url("../../../img/event/contest_at_home_2nd/ic_option_arrow_on.svg") no-repeat center right 14px;
}
article.apply-input-form .option-box .set-box.on ~ .option-menu {
    display: block;
    border: 1px solid #19191A;
}
article.apply-input-form .option-box .option-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    z-index: 100;
    padding: 7px 7px 7px 0;
    background-color: #fff;
}
@media (max-width: 1160px) {
    article.apply-input-form .option-box .option-menu {
        top: 43px;
    }
}
article.apply-input-form .option-box .option-menu ul {
    max-height: 200px;
    overflow-y: auto;
}
article.apply-input-form .option-box .option-menu ul li .option-btn {
    width: 100%;
    text-align: left;
    line-height: 38px;
    font-size: 14px;
    letter-spacing: -0.05em;
    padding: 0 15px;
}
article.apply-input-form .option-select-box {
    padding-top: 20px;
}
article.apply-input-form .option-select-box .option-select-btn {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #ffffff;
    background-color: #000000;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1160px) {
    article.apply-input-form .option-select-box .option-select-btn {
        height: 50px;
        font-size: 16px;
    }
}
article.apply-input-form .agree-box {
    padding-bottom: 20px;
}
article.apply-input-form .agree-box .cbox label {
    cursor: pointer;
    position: relative;
    min-height: 33px;
    display: flex;
    align-items: center;
}
article.apply-input-form .agree-box .cbox label input[type=checkbox]:checked ~ i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_on.svg") no-repeat center/cover;
}
article.apply-input-form .agree-box .cbox label i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_off.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 4px;
}
@media (max-width: 1160px) {
    article.apply-input-form .agree-box .cbox label i {
        width: 18px;
        height: 18px;
        top: 6px;
    }
}
article.apply-input-form .agree-box .cbox label .txt {
    padding-left: 33px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.07em;
    text-align: left;
}
@media (max-width: 1160px) {
    article.apply-input-form .agree-box .cbox label .txt {
        padding-left: 26px;
        font-size: 13px;
        line-height: 18px;
    }
}
article.apply-input-form .agree-box .cbox label .txt a {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: under;
    display: inline;
}

article.popup {
    position: fixed;
    z-index: 500;
    display: none;
}
article.popup:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
article.popup .popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 372px;
    filter: drop-shadow(2px 4px 6px rgba(89, 105, 124, 0.25));
    width: calc(100% - 40px);
    border-radius: 4px;
    overflow: hidden;
}
article.popup .popup-wrapper.long {
    max-width: 550px;
}
article.popup .popup-wrapper.normal {
    max-width: 500px;
}
article.popup .popup-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("../../../img/event/contest_at_home_2nd/ic_popup_close.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    z-index: 10;
}
article.popup .popup-msg-layer {
    padding: 39px;
    background-color: #fff;
}
article.popup .popup-msg-layer .main-msg-box {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.05em;
}
article.popup .popup-msg-layer .list-msg-box {
    padding: 42px 0;
    max-width: 320px;
    width: 100%;
    margin: auto;
}
article.popup .popup-msg-layer .list-msg-box .list-item {
    padding-left: 10px;
    text-indent: -10px;
    color: #525357;
    font-size: 14px;
    line-height: 20px;
}
article.popup .popup-msg-layer .list-msg-box .list-item + .list-item {
    margin-top: 8px;
}
article.popup .popup-msg-layer .sub-msg-box {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: -0.05em;
}
article.popup .popup-msg-menu {
    display: flex;
    border-top: 1px solid #19191a;
}
article.popup .popup-msg-menu .popup-menu-btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 45px;
}
article.popup .popup-msg-menu .popup-menu-btn.type-white {
    background-color: #fff;
    color: #000;
}
article.popup .popup-msg-menu .popup-menu-btn.type-black {
    background-color: #19191a;
    color: #fff;
}

article.terms-layer {
    position: fixed;
    z-index: 500;
    display: none;
}
article.terms-layer:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
article.terms-layer .terms-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    filter: drop-shadow(2px 4px 6px rgba(89, 105, 124, 0.25));
    width: calc(100% - 40px);
    border-radius: 4px;
    overflow: hidden;
    z-index: 1003;
}
article.terms-layer .terms-wrapper.long {
    max-width: 745px;
}
article.terms-layer .popup-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("../../../img/event/contest_at_home_2nd/ic_popup_close.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    z-index: 10;
}
article.terms-layer .popup-terms-layer {
    padding: 40px 10px 20px;
    background-color: #fff;
    position: relative;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer {
        padding: 30px 10px 20px;
    }
}
article.terms-layer .popup-terms-layer .terms-btn-box {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-btn-box {
        padding-top: 20px;
    }
}
article.terms-layer .popup-terms-layer .terms-btn-box .terms-btn {
    height: 52px;
    background-color: #000;
    color: #fff;
    width: 300px;
    font-size: 18px;
    font-weight: 700;
}
article.terms-layer .popup-terms-layer .terms-btn-box .terms-btn:disabled {
    opacity: 0.4;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-btn-box .terms-btn {
        font-size: 16px;
        width: 100%;
        height: 44px;
    }
}
article.terms-layer .popup-terms-layer .terms-scroll-wrap {
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
}
article.terms-layer .popup-terms-layer .terms-scroll-wrap::-webkit-scrollbar {
    width: 6px;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-scroll-wrap::-webkit-scrollbar {
        width: 3px;
    }
}
article.terms-layer .popup-terms-layer .terms-scroll-wrap::-webkit-scrollbar-track {
    background: #fff;
}
article.terms-layer .popup-terms-layer .terms-scroll-wrap::-webkit-scrollbar-thumb {
    background: #7F7F7F;
    border-radius: 5px;
}
article.terms-layer .popup-terms-layer .terms-group-box {
    padding: 30px 0;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-group-box {
        padding: 20px 0;
    }
}
article.terms-layer .popup-terms-layer .terms-group-box .terms-box .subject-box {
    font-weight: 800;
    font-size: 17px;
    line-height: 185%;
    letter-spacing: -0.05em;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-group-box .terms-box .subject-box {
        font-size: 15px;
    }
}
article.terms-layer .popup-terms-layer .terms-group-box .terms-box .con-box {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-group-box .terms-box .con-box {
        font-size: 12px;
    }
}
article.terms-layer .popup-terms-layer .terms-group-box .terms-box + .terms-box {
    margin-top: 5px;
}
article.terms-layer .popup-terms-layer .terms-item .item-head-box {
    font-weight: 800;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -0.05em;
    padding-bottom: 15px;
}
article.terms-layer .popup-terms-layer .terms-item .item-head-box b.red {
    color: red;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-head-box {
        padding-bottom: 10px;
        font-size: 15px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box {
    padding-bottom: 12px;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .etc-box {
    font-size: 12px;
    line-height: 120%;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer {
    height: 120px;
    overflow-y: auto;
    padding: 20px;
    background-color: #f2f2f2;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer {
        padding: 12px;
        height: 80px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-txt {
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-txt {
        font-size: 12px;
        line-height: 18px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .tit-box .tit-main-box {
    font-weight: 800;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -0.05em;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .tit-box .tit-sub-box {
    padding-top: 5px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
    color: #202020;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .desc-box {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .intro-box {
    padding-bottom: 40px;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .intro-box {
        padding-top: 20px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .intro-box .intro-tit-box {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: under;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .intro-box .intro-tit-box {
        font-size: 18px;
        line-height: 24px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .intro-box .intro-desc-box {
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .intro-box .intro-desc-box {
        font-size: 12px;
        line-height: 20px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .txt-list-group .txt-list-item + .txt-list-item {
    margin-top: 16px;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .txt-list-group .txt-list-head {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 120%;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .txt-list .txt-box {
    font-size: 12px;
    line-height: 160%;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .txt-list .txt-box + .txt-box {
    margin-top: 5px;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-group-box {
    padding: 20px 0;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-group-box {
        padding: 20px 0;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-group-box .terms-box .subject-box {
    font-weight: 800;
    font-size: 17px;
    line-height: 185%;
    letter-spacing: -0.05em;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-group-box .terms-box .subject-box {
        font-size: 15px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-group-box .terms-box .con-box {
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-group-box .terms-box .con-box {
        font-size: 12px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-group-box .terms-box + .terms-box {
    margin-top: 5px;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .table-msg-box {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .table-msg-box {
        padding-bottom: 10px;
        font-size: 12px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .sub-box {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .sub-box {
        font-size: 12px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .table-box table {
    table-layout: fixed;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .table-box table tr th {
    border: 1px solid #999999;
    height: 34px;
    font-weight: 800;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.05em;
    background-color: #d9d9d9;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .table-box table tr th {
        font-size: 12px;
        height: 28px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .table-box table tr td {
    padding: 12px;
    border: 1px solid #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.05em;
    color: #202020;
}
article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .table-box table tr td.left {
    text-align: left;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-body-box .terms-viewer .terms-table-box .table-box table tr td {
        padding: 12px;
        font-size: 12px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-foot-box .cbox label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
article.terms-layer .popup-terms-layer .terms-item .item-foot-box .cbox label input[type=checkbox]:checked ~ i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_on.svg") no-repeat center/cover;
}
article.terms-layer .popup-terms-layer .terms-item .item-foot-box .cbox label i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_off.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-foot-box .cbox label i {
        width: 18px;
        height: 18px;
        top: 0;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-foot-box .cbox label .txt {
    padding-left: 33px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.07em;
    text-align: left;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-item .item-foot-box .cbox label .txt {
        padding-left: 26px;
        font-size: 14px;
        line-height: 18px;
    }
}
article.terms-layer .popup-terms-layer .terms-item .item-foot-box .cbox label .txt a {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: under;
    display: inline;
}
article.terms-layer .popup-terms-layer .terms-all-box {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
article.terms-layer .popup-terms-layer .terms-all-box .cbox label {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}
article.terms-layer .popup-terms-layer .terms-all-box .cbox label input[type=checkbox]:checked ~ i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_on.svg") no-repeat center/cover;
}
article.terms-layer .popup-terms-layer .terms-all-box .cbox label i {
    background: url("../../../img/event/contest_at_home_2nd/ic_cbox_off.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-all-box .cbox label i {
        width: 18px;
        height: 18px;
        top: 0;
    }
}
article.terms-layer .popup-terms-layer .terms-all-box .cbox label .txt {
    padding-left: 33px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.07em;
    text-align: left;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-all-box .cbox label .txt {
        padding-left: 26px;
        font-size: 14px;
        line-height: 18px;
    }
}
article.terms-layer .popup-terms-layer .terms-all-box .cbox label .txt a {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: under;
    display: inline;
}
article.terms-layer .popup-terms-layer .terms-table-box .main-box {
    font-weight: 800;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -0.05em;
    padding-bottom: 15px;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-table-box .main-box {
        padding-bottom: 10px;
        font-size: 15px;
    }
}
article.terms-layer .popup-terms-layer .terms-table-box .sub-box {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-table-box .sub-box {
        font-size: 12px;
    }
}
article.terms-layer .popup-terms-layer .terms-table-box .table-box.space-top {
    padding-top: 15px;
}
article.terms-layer .popup-terms-layer .terms-table-box .table-box table {
    table-layout: fixed;
}
article.terms-layer .popup-terms-layer .terms-table-box .table-box table thead tr th {
    border: 1px solid #999999;
    height: 34px;
    font-weight: 800;
    font-size: 17px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.05em;
    background-color: #d9d9d9;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-table-box .table-box table thead tr th {
        font-size: 15px;
        height: 28px;
    }
}
article.terms-layer .popup-terms-layer .terms-table-box .table-box table tbody tr td {
    padding: 16px;
    border: 1px solid #999999;
    font-weight: 400;
    font-size: 17px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.05em;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .terms-table-box .table-box table tbody tr td {
        padding: 12px;
        font-size: 14px;
    }
}
article.terms-layer .popup-terms-layer .tit-intro-box .tit-main-box {
    padding-bottom: 15px;
    font-weight: 800;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -0.05em;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .tit-intro-box .tit-main-box {
        font-size: 14px;
        line-height: 140%;
        padding-bottom: 12px;
    }
}
article.terms-layer .popup-terms-layer .tit-intro-box .tit-sub-box {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
    color: #202020;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer .tit-intro-box .tit-sub-box {
        font-size: 12px;
        line-height: 140%;
    }
}

/*# sourceMappingURL=contest.css.map */
