@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
section.roulette-page {
    background: url("../../../img/event/roulette_2nd/bg_roulette.png") no-repeat center top;
}
@media (max-width: 1160px) {
    section.roulette-page {
        background: url("../../../img/event/roulette_2nd/bg_roulette_m.png") no-repeat center top/100% auto;
    }
}

section.roulette-game {
    padding: 120px 0;
    background: url("../../../img/event/roulette_2nd/bg_roulette_game.svg") no-repeat center top 212px;
}
@media (max-width: 1160px) {
    section.roulette-game {
        padding: 80px 0;
        background: url("../../../img/event/roulette_2nd/bg_roulette_game_m.svg") no-repeat center top 157px;
    }
}
section.roulette-game .label-group {
    display: flex;
    justify-content: center;
}
section.roulette-game .label-group .label-box {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #ff422e;
    border-radius: 100px;
    height: 62px;
    padding: 0 20px;
}
@media (max-width: 1160px) {
    section.roulette-game .label-group .label-box {
        height: 48px;
    }
}
section.roulette-game .label-group .label-box svg {
    width: 16px;
    height: 16px;
}
section.roulette-game .label-group .label-box .label-txt {
    color: #fff;
    font-family: "SUITE";
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.02em;
}
@media (max-width: 1160px) {
    section.roulette-game .label-group .label-box .label-txt {
        font-size: 20px;
    }
}
section.roulette-game .desc-group {
    padding-top: 80px;
}
@media (max-width: 1160px) {
    section.roulette-game .desc-group {
        padding-top: 40px;
    }
}
section.roulette-game .desc-group .desc-txt {
    text-align: center;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: -0.02em;
}
@media (max-width: 1160px) {
    section.roulette-game .desc-group .desc-txt {
        font-size: 24px;
    }
}
section.roulette-game .desc-group .sub-txt {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    padding-top: 20px;
}
section.roulette-game .note-group {
    padding-top: 80px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}
@media (max-width: 1160px) {
    section.roulette-game .note-group {
        padding-top: 40px;
    }
}
section.roulette-game .game-group {
    padding-top: 80px;
}
@media (max-width: 1160px) {
    section.roulette-game .game-group {
        padding-top: 40px;
    }
}
section.roulette-game .game-group .game-wrap {
    max-width: 700px;
    margin: 80px auto 0;
    position: relative;
}
@media (max-width: 1160px) {
    section.roulette-game .game-group .game-wrap {
        margin: 40px auto 0;
        padding: 0 12px 0;
    }
}
section.roulette-game .game-group .game-wrap .roulette-canvas {
    min-width: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    width: 700px;
}
@media (max-width: 1160px) {
    section.roulette-game .game-group .game-wrap .roulette-canvas {
        margin: 0 auto;
        width: 100%;
        aspect-ratio: 1/1;
    }
}
section.roulette-game .game-group .game-wrap .roulette-canvas canvas {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto;
    letter-spacing: -0.04em;
}
section.roulette-game .game-group .game-wrap .roulette-canvas canvas * {
    letter-spacing: -0.04em;
}
section.roulette-game .game-group .game-wrap .pin {
    z-index: 10;
    position: absolute;
    left: calc(50% + 1px);
    transform: translateX(-50%);
    top: -80px;
    background: url("../../../img/event/roulette_2nd/pin.svg") no-repeat center/cover;
    width: 71px;
    height: 111px;
}
@media (max-width: 1160px) {
    section.roulette-game .game-group .game-wrap .pin {
        left: 50%;
        top: -36px;
        width: 36px;
        height: 56px;
    }
}
section.roulette-game .game-group .game-wrap .start-btn {
    width: 202px;
    height: 202px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    background: #201e1e;
    font-size: 24px;
    padding-top: 4px;
    font-weight: 700;
    font-family: "HSYeoleum";
    padding-bottom: 42px;
    flex-direction: column;
}
@media (max-width: 1160px) {
    section.roulette-game .game-group .game-wrap .start-btn {
        width: 101px;
        height: 101px;
        padding-bottom: 20px;
    }
}
section.roulette-game .game-group .game-wrap .start-btn .btn-txt {
    font-size: 42px;
    line-height: 63px;
    color: #fff;
}
@media (max-width: 1160px) {
    section.roulette-game .game-group .game-wrap .start-btn .btn-txt {
        font-size: 20px;
        line-height: 31px;
    }
}
section.roulette-game .game-group .game-wrap .start-btn .point-txt {
    font-size: 22px;
    line-height: 33px;
    color: #FF592C;
}
@media (max-width: 1160px) {
    section.roulette-game .game-group .game-wrap .start-btn .point-txt {
        font-size: 11px;
        line-height: 14px;
    }
}
section.roulette-game .title-group {
    padding-top: 80px;
    display: flex;
    justify-content: center;
}
@media (max-width: 1160px) {
    section.roulette-game .title-group {
        padding-top: 40px;
    }
}
section.roulette-game .title-group .title-txt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1160px) {
    section.roulette-game .title-group .title-txt {
        max-width: 252px;
    }
}
@media (max-width: 1160px) {
    section.roulette-game .title-group .title-txt img.web {
        display: none;
    }
}
section.roulette-game .title-group .title-txt img.mobile {
    display: none;
}
@media (max-width: 1160px) {
    section.roulette-game .title-group .title-txt img.mobile {
        display: block;
    }
}
section.roulette-game .img-box {
    display: flex;
}
section.roulette-game .img-box img {
    max-width: 100%;
}
section.roulette-game .img-box img.mobile {
    display: none;
}
@media (max-width: 1160px) {
    section.roulette-game .img-box img.web {
        display: none;
    }
    section.roulette-game .img-box img.mobile {
        display: block;
    }
}

section.roulette-introduce {
    padding: 120px 0;
}
@media (max-width: 1160px) {
    section.roulette-introduce {
        padding: 80px 0;
    }
}
section.roulette-introduce .introduce-wrap {
    max-width: 988px;
    margin: 0 auto;
}
section.roulette-introduce .introduce-wrap .title-box {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}
@media (max-width: 1160px) {
    section.roulette-introduce .introduce-wrap .title-box {
        padding-bottom: 40px;
    }
}
@media (max-width: 1160px) {
    section.roulette-introduce .introduce-wrap .title-box img {
        max-width: 225px;
    }
}
section.roulette-introduce .introduce-wrap .list-box {
    display: flex;
    gap: 10px;
}
@media (max-width: 1160px) {
    section.roulette-introduce .introduce-wrap .list-box {
        flex-direction: column;
        gap: 12px;
        padding: 0 12px;
    }
}
section.roulette-introduce .introduce-wrap .list-box .list-item {
    display: inline-flex;
    flex-direction: column;
}
section.roulette-introduce .introduce-wrap .list-box .list-item img {
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1160px) {
    section.roulette-introduce .introduce-wrap .list-box .list-item img.web {
        display: none;
    }
}
section.roulette-introduce .introduce-wrap .list-box .list-item img.mobile {
    display: none;
}
@media (max-width: 1160px) {
    section.roulette-introduce .introduce-wrap .list-box .list-item img.mobile {
        display: block;
    }
}

section.roulette-note {
    background-color: #000000;
    padding: 48px 0;
}
@media (max-width: 1160px) {
    section.roulette-note {
        padding: 48px 0;
    }
}
section.roulette-note .information-note {
    display: flex;
    justify-content: center;
    width: calc(100% - 44px);
    margin: 0 auto;
}
section.roulette-note .information-note .note-wrap {
    display: inline-flex;
    flex-direction: column;
}
section.roulette-note .information-note .note-wrap .note-head-box {
    color: #fff;
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 140%;
    font-weight: 800;
}
@media (max-width: 1160px) {
    section.roulette-note .information-note .note-wrap .note-head-box {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
    }
}
section.roulette-note .information-note .note-wrap .note-body-box .note-item {
    color: #fff;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.05em;
    padding-left: 24px;
    position: relative;
}
@media (max-width: 1160px) {
    section.roulette-note .information-note .note-wrap .note-body-box .note-item {
        padding-left: 18px;
        font-size: 13px;
        line-height: 18px;
    }
}
section.roulette-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.roulette-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/event/roulette_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 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;
}

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: 320px;
    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/roulette_2nd/ic_popup_close.svg") no-repeat center/cover;
    width: 24px;
    height: 24px;
    z-index: 10;
}
article.popup .popup-msg-layer {
    min-height: 224px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
article.popup .popup-msg-layer .main-msg-box {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.02em;
}
article.popup .popup-msg-layer .agree-box {
    margin-top: 20px;
}
article.popup .popup-msg-layer .agree-box .cbox {
    padding: 0 12px;
}
article.popup .popup-msg-layer .agree-box .cbox label {
    cursor: pointer;
    position: relative;
    min-height: 33px;
    display: flex;
    align-items: center;
}
article.popup .popup-msg-layer .agree-box .cbox label input[type=checkbox]:checked ~ i {
    background: url("../../../img/event/roulette_2nd/ic_cbox_on.svg") no-repeat center/cover;
}
article.popup .popup-msg-layer .agree-box .cbox label i {
    background: url("../../../img/event/roulette_2nd/ic_cbox_off.svg") no-repeat center/cover;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 6px;
}
@media (max-width: 1160px) {
    article.popup .popup-msg-layer .agree-box .cbox label i {
        width: 18px;
        height: 18px;
        top: 6px;
    }
}
article.popup .popup-msg-layer .agree-box .cbox label .txt {
    padding-left: 26px;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.07em;
    text-align: left;
}
@media (max-width: 1160px) {
    article.popup .popup-msg-layer .agree-box .cbox label .txt {
        font-size: 13px;
        line-height: 18px;
        padding-top: 0;
    }
}
article.popup .popup-msg-layer .agree-box .cbox label .txt a {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-position: under;
    display: inline;
}
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 {
    color: #f25839;
    font-size: 12px;
    line-height: 140%;
    font-weight: 500;
    padding-top: 20px;
}
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.popup .popup-msg-menu .popup-menu-btn.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #b8b8b8;
    color: #fff;
}

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