.modal-popup {
    font-family: "Lato", sans-serif;
}
.modal-popup * {
    font-family: inherit;
}
.spingame-index-index .columns .column.main {
    padding-bottom: 0;
}
.spingame-notice-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .spingame-notice-container {
        flex-direction: row;
        gap: 6px;
        justify-content: space-between;
    }
}
.spingame-notice-container h4,
.spingame-notice-container p {
    font-family: "Lato", sans-serif;
}
.spingame-notice-container .notice-wrapper {
    display: flex;
    flex-direction: column;
    border: 1px solid #000000;
}
.spingame-notice-container .notice-wrapper p {
    margin: 0;
    line-height: normal;
}
@media (min-width: 1024px) {
    .spingame-notice-container .notice-wrapper {
        width: 540px;
        max-width: 100%;
    }
}
.spingame-notice-container .notice-wrapper .notice-tite {
    padding: 12px 16px;
    color: #ffffff;
    background-color: #131313;
    font-size: 16px;
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .spingame-notice-container .notice-wrapper .notice-tite {
        font-size: 24px;
        padding: 10px 40px;
    }
}
.spingame-notice-container .notice-wrapper .notice-content {
    padding: 18px 22px;
    font-size: 14px;
}
.spingame-notice-container
    .notice-wrapper
    .notice-content
    .notice-content__header {
    color: #111111;
    font-weight: bold;
}
.spingame-notice-container
    .notice-wrapper
    .notice-content
    .notice-content__text {
    color: #444444;
    font-weight: normal;
}
.spingame-notice-container
    .notice-wrapper
    .notice-content
    .notice-content__header:not(:last-child) {
    margin-bottom: 6px;
}
.spingame-notice-container
    .notice-wrapper
    .notice-content
    .notice-content__text:not(:last-child) {
    margin-bottom: 16px;
}
.switch-game {
    display: inline-flex;
    border: 2px solid #f05475;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 50px;
}

button.switch-btn {
    flex: 1;
    min-width: 206px;
    height: 60px !important;
    padding: 18px 0;
    font-size: 20px !important;
    font-weight: 700;
    color: #f05475;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

button.switch-btn.active {
    background: linear-gradient(to right, #fcb045, #fd1d1d);
    color: #fff;
}

@media (min-width: 1024px) {
    .spingame-notice-container .notice-wrapper .notice-content {
        font-size: 16px;
        padding: 26px 40px;
    }
    .spingame-notice-container
        .notice-wrapper
        .notice-content
        .notice-content__header:not(:last-child) {
        margin-bottom: 10px;
    }
    .spingame-notice-container
        .notice-wrapper
        .notice-content
        .notice-content__text:not(:last-child) {
        margin-bottom: 22px;
    }
}
.spin-game-container {
    padding: 35px 24px 52px;
    max-width: 1205px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1024px) {
    .spin-game-container {
        padding: 56px;
    }
}
.spin-game-popup-container .modal-inner-wrap {
    max-width: 652px;
}
.spin-game-board {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spin-game-board .board-game-date {
    text-align: center;
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    color: #111111;
    margin-bottom: 50px;
}
.spin-game-board .board-game {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.spin-game-board .board-game .board-game-spin {
    width: 192px;
    height: 192px;
    position: absolute;
    display: flex;
    left: calc(50% - 96px);
    top: calc(50% - 96px);
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
}
.spin-game-board .board-game .board-game-spin .spin2 {
    margin: 10px;
    display: flex;
    width: 172px;
    background: linear-gradient(to bottom right, #ff0000, #f89f9f, #ff0000);
    border-radius: 50%;
}
.spin-game-board .board-game .board-game-spin .spin2 .spin3 {
    display: flex;
    margin: 6px;
    width: 160px;
    background-color: #f65656;
    border-radius: 50%;
    text-align: center;
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.spin-game-board .board-game .board-game-spin .text_start {
    font-size: 44px;
    margin-top: 20px;
    font-family: Typold-Extended-Bold;
    white-space: nowrap;
    transform: scaleX(0.85);
    letter-spacing: -1px;
}
.spin-game-board .board-game .board-game-spin .text_start .text_start_end {
    font-size: 38px;
    font-family: Arial;
    font-style: italic;
    margin-left: -10px;
    font-weight: 400;
}
.spin-game-board .board-game .board-game-spin .text_free {
    font-size: 22px;
    margin-top: 15px;
    width: 95%;
}
.spin-game-board .board-game .spin3:hover {
    transform: scale(1.1);
}
.spin-game-board .board-game .board-game-left-top {
    position: absolute;
    top: 58px;
    left: -66px;
}
.spin-game-board .board-game .board-game-left-bottom {
    position: absolute;
    bottom: 50px;
    left: -15px;
}
.spin-game-board .board-game .board-game-right {
    position: absolute;
    top: 292px;
    right: -54px;
}
.spin-game-board .board-game-mypoint {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-top: -90px;
    margin-bottom: 50px;
    color: #131313;
    font-weight: 700;
    margin-right: 100px;
    font-family: Lato;
}
.spin-game-board .board-game-mypoint .myboarrd_title {
    font-size: 20px;
    margin-right: 14px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.spin-game-board .board-game-mypoint .myboarrd_points {
    border: 1px solid black;
    padding: 12px 12px;
    font-size: 36px;
    letter-spacing: 1px;
}
.spinning {
    animation: wave 0.5s infinite;
}
@keyframes wave {
    0%,
    20%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}
@font-face {
    font-family: "Typold-Extended-Bold";
    src: url("../fonts/typold/Typold-Extended-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@media only screen and (max-width: 767px) {
    .spin-game-container {
        padding: 24px;
    }
    .spin-game-board .board-game .board-game-left-top {
        position: absolute;
        top: -30px;
        left: 28px;
    }
    .spin-game-board .board-game .board-game-left-bottom {
        position: absolute;
        bottom: 21px;
        left: 0px;
        transform: scaleX(0.9);
    }
    .spin-game-board .board-game .board-game-right {
        position: absolute;
        top: 90px;
        right: 0px;
    }
    .spin-game-board .board-game .board-game-spin {
        width: 210px;
        height: 210px;
        left: calc(50% - 105px);
        top: calc(50% - 105px);
    }
    .spin-game-board .board-game .board-game-spin .spin2 {
        width: 190px;
    }
    .spin-game-board .board-game .board-game-spin .spin2 .spin3 {
        width: 178px;
    }
    .spin-game-board .board-game .board-game-spin .text_start {
        font-size: 44px;
        margin-top: 20px;
        transform: scaleX(0.9);
        letter-spacing: 0px;
    }
    .spin-game-board .board-game .board-game-spin .text_start .text_start_end {
        font-size: 42px;
    }
    .spin-game-board .board-game .board-game-spin .text_free {
        font-family: Arial;
        font-size: 23px;
        margin-top: 15px;
        width: 95%;
    }
    .spin-game-board .board-game-date {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        margin-top: 12px;
        margin-bottom: 50px;
    }
    .spin-game-board .board-game-mypoint {
        display: flex;
        flex-direction: row;
        justify-content: center;
        color: #131313;
        font-weight: 700;
        font-family: Lato;
        align-items: center;
        margin-top: 7px;
        margin-bottom: 12px;
        margin-right: 0;
    }
    .spin-game-board .board-game-mypoint .myboarrd_title {
        font-size: 16px;
        margin-right: 10px;
        letter-spacing: 1px;
        margin-top: 14px;
    }
    .spin-game-board .board-game-mypoint .myboarrd_points {
        border: 1px solid black;
        padding: 6px 6px;
        font-size: 23px;
    }
    button.switch-btn {
        min-width: 140px;
        height: 40px;
        padding: 12px 0;
        font-size: 14px;
    }
}
