#page-section {
    max-width: 1920px;
    min-width: 1280px;
    width: 100%;
}

.cnt-top {
    position: relative;
    max-width: 1920px;
    min-width: 1280px;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}
.cnt-top img {
    width: 100%;
}

.cnt-top .event-info {
    position: absolute;
    top: 75%;
    left: 17.7%;
    z-index: 5;
    font-size: 24px;
    text-align: left;
}

.cnt-top .event-info .btn {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.cnt-top .event-info p {
    font-size: 14px;
}

.cnt-center {
    padding: 84px;
    text-align: center;
}
.cnt-bottom img {
   width: 100%;
}

/* 룰렛박스 */
.roulette-box {
    position: relative;
    width: 614px;
    height: 614px;
    margin: 0 auto;
}

.roulette-box .pin {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    width: 62px;
    height: 72px;
    background: url("/image/web/benefit/roulette_pin.png") no-repeat center;
    transform: translate(-20px, -6px);
}

.roulette-box .btn-start {
    overflow: hidden;
    display: block;
    position: absolute;
    width: 203px;
    height: 203px;
    top: 50%;
    left: 50%;
    z-index: 5;
    background: url("/image/web/benefit/btn_start.png") no-repeat center;
    color: transparent;
    font-size: 1px;
    text-indent: -9999em;
    transform: translate(-50%, -50%);
}

.roulette-box .panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.roulette-box .panel img {
    width: 100%;
    height: 100%;
}

.roulette-box .frame {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url("/image/web/benefit/roulette_frame.png") no-repeat center / cover;
}