/* common */
.wrap_view_m .content{padding:0}

/* roulette */
.roulette_board{position:relative;padding:70px 0;background:#dfb2e4 url(/events/MbcApp/images/bg_rlt.jpg) no-repeat 0 0;background-size:100%;font-family:'notokr-regular';overflow:hidden}

.roulette_board .roulette_popup{position:absolute;top:0;left:0;right:0;bottom:54%;display:flex;margin:auto;z-index:30;box-sizing:border-box;padding:0 25px;justify-content:center;align-items:center;/*display:none;*/}
.roulette_board .roulette_popup .popup{width:100%;max-width:620px;padding:40px 20px 20px;box-sizing:border-box;background-color:#fff;border-radius:12px;box-shadow:0px 0px 10px rgba(0,0,0,.5);}
.roulette_board .roulette_popup p.popup_text{font-size:19px;line-height:1.4;text-align:center;margin-bottom:35px;color:#000}
.roulette_board .roulette_popup .popup_button{display:flex;justify-content:center;align-items:center;gap:0 12px}
.roulette_board .roulette_popup .popup_button a{display:block;background-color:#a420c6;font-size:18px;color:#fff;border-radius:10px;width:calc(50% - 6px);text-align:center;line-height:52px;}

.roulette_board .roulette_base{width:290px;height:290px;margin:0 auto 186px;position:relative;}
.roulette_board .roulette_base:before{content:'';display:block;width:100%;height:100%;position:absolute;top:6px;left:6px;background-color:rgba(0,0,0,.3);border-radius:50%;;}
.roulette_board .roulette_base .title{position:absolute;width:360px;bottom:-194px;left:-100%;right:-100%;margin:auto;z-index: 20;margin-bottom:40px;}
.roulette_board .roulette_base .title img{width:100%}
.roulette_board .roulette_base .board{width:100%;height:100%;position:absolute;top:0;left:0;z-index:10}
.roulette_board .roulette_base .board img{width:100%;}
.roulette_board .roulette_base .marker{position:absolute;left:50%;top:-23px;margin-left:-23px;width:56px;height:75px;background:url(/events/MbcApp/images/img_rlt_marker.png) no-repeat 0 0;background-size:100%;z-index:50;}
.roulette_board .roulette_base .roulette{ width:100%;height:100%;color:#fff;text-align:center;position:relative;overflow:hidden;border-radius:50%;}
.roulette_board .roulette_base .roulette .item{position:absolute;top:0;width:0;height:0;border:0 solid transparent;transform-origin:0 100%;}
.roulette_board .roulette_base .roulette .label{position:absolute;left:0;top:0;color:#fff;white-space:nowrap;transform-origin:0 0}
.roulette_board .roulette_base .roulette .label .text{display:inline-block;font-size:14px;font-weight:bold;line-height:1;vertical-align:middle;}
.roulette_board button#btnStart{position:absolute;top:0;right:0;left:0;bottom:0;margin:auto;width:58px;height:58px;border-radius:50%;z-index:20;box-shadow:2px 2px 3px rgba(0,0,0,.3);}
.roulette_board button#btnStart img{width:100%;}

.roulette_board .roulette_info{padding:0 25px;margin-bottom:28px}
.roulette_board .roulette_info .info_wrap{background:linear-gradient(#b41dd3,#463176);border-radius:12px;position:relative;padding:45px 30px;box-sizing:border-box;max-width:620px;margin:0 auto 35px;box-shadow:0px 0px 3px rgba(0,0,0,.5)}
.roulette_board .roulette_info .info_wrap:before,
.roulette_board .roulette_info .info_wrap:after{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.roulette_board .roulette_info .info_wrap:before{width:100%;height:100%;background-image:url(/events/MbcApp/images/img_rlt_info_top.png), url(/events/MbcApp/images/img_rlt_info_bt.png);background-size:77px 77px;background-position:0 0, 100% 100%;background-repeat:no-repeat, no-repeat;z-index: 10;}
.roulette_board .roulette_info .info_wrap:after{width:calc(100% - 20px);height:calc(100% - 20px);border:1px solid rgba(255,255,255,.23);right:0;bottom:0;margin:auto;border-radius:10px;}
.roulette_board .roulette_info .info_wrap .info_box{position:relative;color:#fff;margin-top:22px;z-index:20;}
.roulette_board .roulette_info .info_wrap .info_box:first-child{margin-top:0}
.roulette_board .roulette_info .info_wrap .info_box strong{display:block;margin-bottom:10px;font-size:18px;font-family:'notokr-bold';font-weight:normal}
.roulette_board .roulette_info .info_wrap .info_box strong:before{content:'';display:inline-block;width:5px;height:5px;background-color:#fff;vertical-align:top;margin-top:10px;margin-right:7px}
.roulette_board .roulette_info .info_wrap .info_box p{font-size:14px;display:flex;margin-top:5px;padding-left:12px;box-sizing:border-box}
.roulette_board .roulette_info .info_wrap .info_box p:first-of-type{margin-top:0;}
.roulette_board .roulette_info .info_wrap .info_box p:before{content:'-';display:inline-block;margin-right:3px}
.roulette_board .roulette_info ul.notice{max-width:620px;margin:0 auto;}
.roulette_board .roulette_info ul.notice li{display:flex;font-size:13px;line-height:1.7;color:#4f2f7e}
.roulette_board .roulette_info ul.notice li:before{content:'-';display:inline-block;margin-right:3px}

.roulette_board a.mypage{display:block;margin:0 auto;width:300px;height:50px;background-color:#efd9f2;font-size:18px;color:#4d4d4d;text-align:center;line-height:52px;border-radius:15px;}