@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
section.raffle-page {
    overflow: hidden;
    background-image: repeating-linear-gradient(to right, rgba(220, 220, 220, 0.4), rgba(220, 220, 220, 0.4) 1px, transparent 4px, transparent 76px);
}
@media (max-width: 1160px) {
    section.raffle-page {
        background-image: repeating-linear-gradient(to right, rgba(220, 220, 220, 0.4), rgba(220, 220, 220, 0.4) 1px, transparent 4px, transparent 38px);
    }
}

section.raffle-visual .img-box {
    display: flex;
}
section.raffle-visual .img-box img {
    max-width: 100%;
}
section.raffle-visual .img-box img.mobile {
    display: none;
}
@media (max-width: 1160px) {
    section.raffle-visual .img-box img.web {
        display: none;
    }
    section.raffle-visual .img-box img.mobile {
        display: block;
    }
}
section.raffle-visual .info-box {
    display: flex;
    justify-content: center;
}
@media (max-width: 1160px) {
    section.raffle-visual .info-box {
        width: calc(100% - 46px);
        margin: 0 auto;
    }
}
section.raffle-visual .info-box .info-wrap {
    display: inline-block;
    max-width: 494px;
    padding: 20px 60px;
    background-color: rgba(216, 175, 147, 0.8);
    border-radius: 20px;
}
@media (max-width: 1160px) {
    section.raffle-visual .info-box .info-wrap {
        padding: 14px 20px;
    }
}
section.raffle-visual .info-box .info-wrap .row {
    display: flex;
    color: #fff;
}
section.raffle-visual .info-box .info-wrap .row + .row {
    margin-top: 24px;
}
@media (max-width: 1160px) {
    section.raffle-visual .info-box .info-wrap .row + .row {
        margin-top: 12px;
    }
}
section.raffle-visual .info-box .info-wrap .row .subject-box {
    width: 116px;
    padding-left: 24px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
}
@media (max-width: 1160px) {
    section.raffle-visual .info-box .info-wrap .row .subject-box {
        padding-left: 14px;
        width: 94px;
        font-size: 16px;
        line-height: 20px;
    }
}
section.raffle-visual .info-box .info-wrap .row .subject-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1160px) {
    section.raffle-visual .info-box .info-wrap .row .subject-box:after {
        width: 5px;
        height: 5px;
    }
}
section.raffle-visual .info-box .info-wrap .row .con-box {
    flex: 1;
    min-width: 0;
    padding-left: 23px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
}
@media (max-width: 1160px) {
    section.raffle-visual .info-box .info-wrap .row .con-box {
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
    }
}

section.raffle-intro {
    padding: 160px 0 160px;
    border-bottom: 5px solid #E6BF6C;
    text-align: center;
}
@media (max-width: 1160px) {
    section.raffle-intro {
        padding: 80px 0 80px;
        border-bottom-width: 3px;
    }
}
section.raffle-intro .main-box {
    font-family: "KBO-Dia-Gothic";
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #C30036;
}
@media (max-width: 1160px) {
    section.raffle-intro .main-box {
        font-size: 25px;
    }
}
section.raffle-intro .sub-box {
    padding-top: 40px;
    font-size: 30px;
    line-height: 130%;
    font-weight: 500;
}
@media (max-width: 1160px) {
    section.raffle-intro .sub-box {
        font-size: 17px;
        padding-top: 20px;
    }
}
section.raffle-intro .sub-box b {
    font-weight: 800;
}

section.raffle-timer .timer-group {
    padding: 160px 0 160px;
    border-bottom: 5px solid #E6BF6C;
}
@media (max-width: 1160px) {
    section.raffle-timer .timer-group {
        padding: 80px 0 80px;
        border-bottom-width: 3px;
    }
}
section.raffle-timer .timer-group .timer-tit-box {
    font-size: 40px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    font-family: "KBO-Dia-Gothic";
    font-weight: 700;
}
@media (max-width: 1160px) {
    section.raffle-timer .timer-group .timer-tit-box {
        font-size: 25px;
        padding-bottom: 40px;
    }
}
section.raffle-timer .timer-group .timer-view-box {
    display: flex;
    justify-content: center;
}
section.raffle-timer .timer-group .timer-view-box .timer-item {
    display: inline-flex;
    align-items: center;
}
section.raffle-timer .timer-group .timer-view-box .timer-item + .timer-item {
    margin-left: 50px;
}
@media (max-width: 1160px) {
    section.raffle-timer .timer-group .timer-view-box .timer-item + .timer-item {
        margin-left: 15px;
    }
}
section.raffle-timer .timer-group .timer-view-box .timer-item .timer-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 142px;
    border-radius: 36px;
    background-color: #c30036;
    color: #fff;
    font-weight: 800;
    font-size: 66px;
}
@media (max-width: 1160px) {
    section.raffle-timer .timer-group .timer-view-box .timer-item .timer-box {
        width: 60px;
        font-size: 20px;
        border-radius: 10px;
    }
}
section.raffle-timer .timer-group .timer-view-box .timer-item .dot-box {
    padding: 0 18px;
    font-size: 52px;
    font-weight: 800;
}
@media (max-width: 1160px) {
    section.raffle-timer .timer-group .timer-view-box .timer-item .dot-box {
        font-size: 20px;
        padding: 0 6px;
    }
}
section.raffle-timer .timer-group .timer-view-box .timer-item .unit-box {
    padding-left: 27px;
    font-size: 52px;
    font-weight: 800;
}
@media (max-width: 1160px) {
    section.raffle-timer .timer-group .timer-view-box .timer-item .unit-box {
        font-size: 20px;
        padding-left: 10px;
    }
}

section.raffle-goods {
    padding: 139px 0 131px;
    background-image: repeating-linear-gradient(to right, #cdcdcd, #cdcdcd 1px, transparent 4px, transparent 76px);
    background-color: #d9d9d9;
}
@media (max-width: 1160px) {
    section.raffle-goods {
        background-image: repeating-linear-gradient(to right, #cdcdcd, #cdcdcd 1px, transparent 4px, transparent 38px);
    }
}
@media (max-width: 1160px) {
    section.raffle-goods {
        padding: 70px 0 96px;
    }
}
section.raffle-goods .goods-list {
    max-width: 830px;
    margin: 0 auto;
    width: calc(100% - 46px);
}
section.raffle-goods .goods-list .goods-item + .goods-item {
    margin-top: 160px;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item + .goods-item {
        margin-top: 80px;
    }
}
section.raffle-goods .goods-list .goods-item .goods-tit-box {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
    font-size: 40px;
    font-weight: 800;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-tit-box {
        font-size: 20px;
        padding-bottom: 40px;
    }
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box {
    overflow: hidden;
    position: relative;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box {
        border-radius: 0;
    }
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .label-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    height: 52px;
    border-radius: 500px;
    background-color: #e6bf6c;
    font-size: 20px;
    font-weight: 800;
    padding: 0 26px;
    z-index: 10;
    color: #fff;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .label-box {
        height: 28px;
        top: 32px;
        padding: 0 16px;
        font-size: 12px;
    }
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .img-box {
    display: flex;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .img-box {
        aspect-ratio: 650/911;
        margin: 0 auto;
        max-width: 450px;
    }
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .img-box img.mobile {
    display: none;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .img-box img.web {
        display: none;
    }
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .img-box img.mobile {
        display: block;
    }
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 0 44px 80px;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box {
        padding: 0 20px 32px;
    }
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .subject-box {
    text-align: center;
    color: #C30036;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 40px;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .subject-box {
        font-size: 20px;
        line-height: 26px;
    }
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .subject-box .mobile-enter {
        display: block;
    }
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .subject-box .small-txt {
    font-size: 20px;
    letter-spacing: -0.04em;
    font-weight: 500;
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .con-box {
    padding-top: 20px;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .con-box {
        padding-top: 20px;
    }
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .con-box .item-list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: center;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .con-box .item-list {
        flex-direction: column;
        align-items: center;
    }
}
section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .con-box .item-list .item {
    border-radius: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    letter-spacing: -0.02em;
    font-size: 18px;
    color: #000;
    padding: 0 26px;
    height: 40px;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-view-box .view-box .info-box .con-box .item-list .item {
        height: 28px;
        font-size: 12px;
    }
}
section.raffle-goods .goods-list .goods-item .goods-link-box {
    padding-top: 58px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .goods-link-box {
        padding-top: 40px;
    }
}
section.raffle-goods .goods-list .goods-item .goods-link-box .goods-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 125.316px;
    background: #c30036;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 360px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    height: 60px;
}
section.raffle-goods .goods-list .goods-item .enter-option-box {
    max-width: 465px;
    margin: 36px auto 0;
    border: 1px solid #DADCE0;
    padding: 22px 18px;
    position: relative;
    display: none;
    background-color: #fff;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .enter-option-box {
        margin-top: 24px;
        padding: 20px 15px 15px;
    }
}
section.raffle-goods .goods-list .goods-item .enter-option-box .tit-box {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.05em;
    font-weight: 600;
    padding-bottom: 20px;
    color: #000;
}
section.raffle-goods .goods-list .goods-item .enter-option-box .close-btn {
    position: absolute;
    top: 17px;
    right: 13px;
    background: url("../../../img/draw/twins/ic_option_close.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
}
section.raffle-goods .goods-list .goods-item .enter-option-box .option-box {
    position: relative;
}
section.raffle-goods .goods-list .goods-item .enter-option-box .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/draw/twins/ic_option_arrow.svg") no-repeat center right 14px;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .enter-option-box .option-box .set-box {
        height: 44px;
    }
}
section.raffle-goods .goods-list .goods-item .enter-option-box .option-box .set-box.on {
    border: 1px solid #19191A;
    border-radius: 4px 4px 0 0;
    background: url("../../../img/draw/twins/ic_option_arrow_on.svg") no-repeat center right 14px;
}
section.raffle-goods .goods-list .goods-item .enter-option-box .option-box .set-box.on ~ .option-menu {
    display: block;
    border: 1px solid #19191A;
}
section.raffle-goods .goods-list .goods-item .enter-option-box .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) {
    section.raffle-goods .goods-list .goods-item .enter-option-box .option-box .option-menu {
        top: 43px;
    }
}
section.raffle-goods .goods-list .goods-item .enter-option-box .option-box .option-menu ul {
    max-height: 200px;
    overflow-y: auto;
}
section.raffle-goods .goods-list .goods-item .enter-option-box .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;
}
section.raffle-goods .goods-list .goods-item .enter-option-box .option-select-box {
    padding-top: 20px;
}
section.raffle-goods .goods-list .goods-item .enter-option-box .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) {
    section.raffle-goods .goods-list .goods-item .enter-option-box .option-select-box .option-select-btn {
        height: 50px;
        font-size: 16px;
    }
}
section.raffle-goods .goods-list .goods-item .agree-box {
    padding-bottom: 20px;
}
section.raffle-goods .goods-list .goods-item .agree-box .cbox label {
    cursor: pointer;
    position: relative;
    min-height: 33px;
    display: flex;
    align-items: center;
}
section.raffle-goods .goods-list .goods-item .agree-box .cbox label input[type=checkbox]:checked ~ i {
    background: url("../../../img/draw/twins/ic_cbox_on.svg") no-repeat center/cover;
}
section.raffle-goods .goods-list .goods-item .agree-box .cbox label i {
    background: url("../../../img/draw/twins/ic_cbox_off.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 4px;
}
@media (max-width: 1160px) {
    section.raffle-goods .goods-list .goods-item .agree-box .cbox label i {
        width: 18px;
        height: 18px;
        top: 6px;
    }
}
section.raffle-goods .goods-list .goods-item .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) {
    section.raffle-goods .goods-list .goods-item .agree-box .cbox label .txt {
        padding-left: 26px;
        font-size: 13px;
        line-height: 18px;
    }
}
section.raffle-goods .goods-list .goods-item .agree-box .cbox label .txt a {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: under;
    display: inline;
}

section.challenge-tip {
    padding: 0 0 106px;
}
section.challenge-tip .intro-box {
    padding: 0 0 40px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1160px) {
    section.challenge-tip .intro-box {
        max-width: 312px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}
section.challenge-tip .intro-box img {
    max-width: 100%;
}
section.challenge-tip .item-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 738px;
    margin: 0 auto;
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list {
        width: calc(100% - 46px);
    }
}
section.challenge-tip .item-list .item-box {
    padding: 23px 0 49px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid rgba(51, 51, 51, 0.5);
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list .item-box {
        padding-bottom: 150px;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }
}
section.challenge-tip .item-list .item-box.type-reverse .info-box {
    order: 1;
    padding: 0 42px 0 0;
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list .item-box.type-reverse .info-box {
        padding: 0;
    }
}
section.challenge-tip .item-list .item-box.type-reverse .img-box {
    order: 2;
}
section.challenge-tip .item-list .item-box:last-child {
    border-bottom: 0;
}
section.challenge-tip .item-list .item-box .img-box {
    margin: 0 16px;
    display: flex;
    width: 250px;
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list .item-box .img-box {
        aspect-ratio: 236/236;
        order: 2;
        max-width: 236px;
        margin: 0 auto;
    }
}
section.challenge-tip .item-list .item-box .img-box img {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list .item-box .img-box img {
        object-fit: contain;
    }
}
section.challenge-tip .item-list .item-box .info-box {
    padding-left: 42px;
    flex: 1;
    min-width: 0;
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list .item-box .info-box {
        padding: 0;
        flex: 1;
        width: 100%;
        order: 1;
    }
}
section.challenge-tip .item-list .item-box .info-box .label-box {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 12px;
    color: #C24615;
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list .item-box .info-box .label-box {
        text-align: center;
    }
}
section.challenge-tip .item-list .item-box .info-box .subject-box {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list .item-box .info-box .subject-box {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
    }
    section.challenge-tip .item-list .item-box .info-box .subject-box .mobile-enter {
        display: block;
    }
}
section.challenge-tip .item-list .item-box .info-box .link-box {
    display: flex;
    padding-top: 36px;
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list .item-box .info-box .link-box {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        justify-content: center;
    }
}
section.challenge-tip .item-list .item-box .info-box .link-box .link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #C24615;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    height: 60px;
    width: 360px;
    border-radius: 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.05em;
}
@media (max-width: 1160px) {
    section.challenge-tip .item-list .item-box .info-box .link-box .link-btn {
        border-radius: 800px;
        font-size: 20px;
    }
}

section.challenge-way {
    padding-bottom: 109px;
}
section.challenge-way .intro-box {
    display: flex;
    justify-content: center;
    padding-bottom: 66px;
}
@media (max-width: 1160px) {
    section.challenge-way .intro-box {
        padding-bottom: 30px;
        max-width: 195px;
        margin: 0 auto;
    }
}
section.challenge-way .intro-box img {
    max-width: 100%;
}
section.challenge-way .view-box {
    padding-bottom: 80px;
}
@media (max-width: 1160px) {
    section.challenge-way .view-box {
        display: none;
    }
}
section.challenge-way .view-box .img-box {
    display: flex;
    justify-content: center;
    max-width: 864px;
    margin: 0 auto;
}
section.challenge-way .view-box .img-box img {
    max-width: 100%;
}
section.challenge-way .item-list {
    max-width: 812px;
    margin: 0 auto;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list {
        width: calc(100% - 46px);
    }
}
section.challenge-way .item-list .item-box {
    position: relative;
    display: flex;
    padding: 34px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box {
        flex-direction: column;
        padding: 40px 0;
        border-top: 1px solid rgba(51, 51, 51, 0.5);
        border-bottom: 0;
    }
}
section.challenge-way .item-list .item-box:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.5);
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box:first-child {
        padding-top: 0;
        border-top: 0;
    }
}
section.challenge-way .item-list .item-box .step-box {
    font-size: 25px;
    font-weight: 700;
    width: 112px;
    color: #C24615;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box .step-box {
        padding-bottom: 25px;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }
}
section.challenge-way .item-list .item-box .info-box {
    flex: 1;
    min-width: 0;
}
section.challenge-way .item-list .item-box .info-box .txt-box {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box .info-box .txt-box {
        text-align: center;
        font-size: 16px;
        line-height: 19px;
    }
    section.challenge-way .item-list .item-box .info-box .txt-box .mobile-enter {
        display: block;
    }
}
section.challenge-way .item-list .item-box .info-box .img-box {
    display: none;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box .info-box .img-box {
        padding-top: 29px;
        display: flex;
        overflow: hidden;
        max-width: 450px;
        margin: 0 auto;
    }
}
section.challenge-way .item-list .item-box .info-box .img-box img {
    object-fit: cover;
    max-width: 100%;
}
section.challenge-way .item-list .item-box .info-box .tag-list {
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap;
    max-width: 346px;
    gap: 10px 5px;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box .info-box .tag-list {
        max-width: 450px;
        margin: 30px auto 0;
        gap: 5px 4px;
        justify-content: center;
    }
}
section.challenge-way .item-list .item-box .info-box .tag-list .tag-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #c24615;
    height: 31px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
    padding: 0 11px;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box .info-box .tag-list .tag-item {
        padding: 0 6px;
        font-size: 18px;
    }
}
section.challenge-way .item-list .item-box .info-box .sub-list {
    margin-top: 30px;
    padding: 0 9px;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box .info-box .sub-list {
        padding: 0;
        margin: 30px auto 0;
        max-width: 450px;
    }
}
section.challenge-way .item-list .item-box .info-box .sub-list .sub-item {
    padding: 14px 29px;
    display: flex;
    border-radius: 18px;
    background-color: #FFF3EA;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box .info-box .sub-list .sub-item {
        padding: 14px 20px;
        border-radius: 5px;
    }
}
section.challenge-way .item-list .item-box .info-box .sub-list .sub-item + .sub-item {
    margin-top: 10px;
}
section.challenge-way .item-list .item-box .info-box .sub-list .sub-item .subject-box {
    width: 116px;
    color: #333;
    font-size: 22px;
    font-weight: 700;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box .info-box .sub-list .sub-item .subject-box {
        font-size: 16px;
        width: 70px;
    }
}
section.challenge-way .item-list .item-box .info-box .sub-list .sub-item .con-box {
    flex: 1;
    min-width: 0;
    font-size: 22px;
    font-weight: 500;
    color: #333;
}
@media (max-width: 1160px) {
    section.challenge-way .item-list .item-box .info-box .sub-list .sub-item .con-box {
        padding-left: 5px;
        font-size: 16px;
    }
}

section.challenge-benefit {
    padding-bottom: 137px;
}
@media (max-width: 1160px) {
    section.challenge-benefit {
        padding-bottom: 126px;
    }
}
section.challenge-benefit .intro-box {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}
@media (max-width: 1160px) {
    section.challenge-benefit .intro-box {
        max-width: 195px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
}
section.challenge-benefit .intro-box img {
    max-width: 100%;
}
section.challenge-benefit .view-box {
    padding-bottom: 68px;
}
@media (max-width: 1160px) {
    section.challenge-benefit .view-box {
        padding-bottom: 50px;
        width: calc(100% - 46px);
        margin: 0 auto;
        max-width: 420px;
    }
}
section.challenge-benefit .view-box .img-box {
    display: flex;
    max-width: 752px;
    margin: 0 auto;
}
section.challenge-benefit .view-box .img-box img {
    max-width: 100%;
}
section.challenge-benefit .view-box .img-box img.mobile {
    display: none;
}
@media (max-width: 1160px) {
    section.challenge-benefit .view-box .img-box img.web {
        display: none;
    }
    section.challenge-benefit .view-box .img-box img.mobile {
        display: block;
    }
}
section.challenge-benefit .menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
@media (max-width: 1160px) {
    section.challenge-benefit .menu-list {
        gap: 10px;
    }
}
section.challenge-benefit .menu-list .menu-box {
    position: relative;
}
section.challenge-benefit .menu-list .menu-box .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 60px;
    border-radius: 500px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}
@media (max-width: 1160px) {
    section.challenge-benefit .menu-list .menu-box .menu-btn {
        width: 330px;
        border-radius: 800px;
        font-size: 20px;
    }
}
section.challenge-benefit .menu-list .menu-box .menu-btn.type-black {
    border: 2px solid #333;
    background-color: transparent;
    color: #333;
}
section.challenge-benefit .menu-list .menu-box .menu-btn.type-red {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background-color: #c24615;
    color: #fff;
}

section.challenge-photo {
    padding-bottom: 128px;
}
@media (max-width: 1160px) {
    section.challenge-photo {
        padding: 0 0 119px;
    }
}
section.challenge-photo .intro-box {
    padding-bottom: 68px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1160px) {
    section.challenge-photo .intro-box {
        padding-bottom: 32px;
        max-width: 136px;
        margin: 0 auto;
    }
}
section.challenge-photo .intro-box img {
    max-width: 100%;
}
section.challenge-photo .photo-box .swiper-group-box .control-box {
    display: flex;
    justify-content: center;
    padding-top: 75px;
}
@media (max-width: 1160px) {
    section.challenge-photo .photo-box .swiper-group-box .control-box {
        display: none;
    }
}
section.challenge-photo .photo-box .swiper-group-box .control-box .swiper-button-prev,
section.challenge-photo .photo-box .swiper-group-box .control-box .swiper-button-next {
    position: static;
    margin: 0;
    transform: none;
    background: url("../../../img/draw/twins/ic_swiper_prev.svg") no-repeat center/cover;
    width: 50px;
    height: 28px;
}
section.challenge-photo .photo-box .swiper-group-box .control-box .swiper-button-prev:after,
section.challenge-photo .photo-box .swiper-group-box .control-box .swiper-button-next:after {
    display: none;
}
section.challenge-photo .photo-box .swiper-group-box .control-box .swiper-button-next {
    margin-left: 35px;
    background: url("../../../img/draw/twins/ic_swiper_next.svg") no-repeat center/cover;
    position: relative;
}
section.challenge-photo .photo-box .swiper-group-box .control-box .swiper-button-next:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 38px;
    background-color: rgba(51, 51, 51, 0.5);
}
section.challenge-photo .photo-box .swiper-group-box .swiper .swiper-slide {
    opacity: 0.5;
}
section.challenge-photo .photo-box .swiper-group-box .swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}
section.challenge-photo .photo-box .swiper-group-box .swiper .img-box {
    aspect-ratio: 364/503;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
}
section.challenge-photo .photo-box .swiper-group-box .swiper .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.challenge-photo .link-box {
    padding-top: 86px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1160px) {
    section.challenge-photo .link-box {
        padding-top: 35px;
    }
}
section.challenge-photo .link-box .link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 60px;
    background-color: #C24615;
    color: #fff;
    border-radius: 125px;
    font-weight: 800;
    font-size: 18px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1160px) {
    section.challenge-photo .link-box .link-btn {
        width: 330px;
        font-size: 20px;
    }
}

section.raffle-note {
    background-color: #000000;
    padding: 48px 0;
}
@media (max-width: 1160px) {
    section.raffle-note {
        padding: 48px 0;
    }
}
section.raffle-note .information-note {
    display: flex;
    justify-content: center;
    width: calc(100% - 44px);
    margin: 0 auto;
}
section.raffle-note .information-note .note-wrap {
    display: inline-flex;
    flex-direction: column;
}
section.raffle-note .information-note .note-wrap .note-head-box {
    color: #fff;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.05em;
}
@media (max-width: 1160px) {
    section.raffle-note .information-note .note-wrap .note-head-box {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
    }
}
section.raffle-note .information-note .note-wrap .note-body-box .note-item {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: -0.05em;
    padding-left: 24px;
    position: relative;
}
@media (max-width: 1160px) {
    section.raffle-note .information-note .note-wrap .note-body-box .note-item {
        padding-left: 18px;
        font-size: 13px;
        line-height: 18px;
    }
}
section.raffle-note .information-note .note-wrap .note-body-box .note-item + .note-item {
    margin-top: 8px;
}
section.raffle-note .information-note .note-wrap .note-body-box .note-item:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1160px) {
    section.raffle-note .information-note .note-wrap .note-body-box .note-item:after {
        left: 6px;
        top: 8px;
        width: 2px;
        height: 2px;
    }
}

article.look-head-layout1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
    background-color: #9e67d2;
}
article.look-head-layout1 .head-box {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

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;
}
article.terms-layer .terms-wrapper.long {
    max-width: 745px;
}
article.terms-layer .popup-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("../../../img/draw/twins/ic_popup_close.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    z-index: 10;
}
article.terms-layer .popup-terms-layer {
    padding: 40px 10px 30px;
    background-color: #fff;
    position: relative;
}
@media (max-width: 1160px) {
    article.terms-layer .popup-terms-layer {
        padding: 40px 10px;
    }
}
article.terms-layer .popup-terms-layer .terms-scroll-wrap {
    padding: 0 10px 0 0;
    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-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 {
    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-box .tit-main-box {
    padding-bottom: 15px;
    font-weight: 800;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: -0.05em;
}
article.terms-layer .popup-terms-layer .tit-box .tit-sub-box {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.05em;
    color: #202020;
}

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

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