/* reset */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
body,
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  display: block;
  border: 0 none;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
a {
  text-decoration: none;
  color: #111;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #111;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
/* global */
:focus {
  outline: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
  border: none;
}
input[type=checkbox],
input[type=radio],
button {
  border: none;
}
label,
button,
input[type=submit],
input[type=image],
input[type=button],
input[type=checkbox],
input[type=radio],
input[type=file] {
  cursor: pointer;
}
::-ms-expand {
  display: none;
}
::-ms-check {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.cl_b {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.tb_l {
  display: table;
  width: 100%;
}
.tb_c {
  display: table-cell;
  vertical-align: middle;
}
.inline {
  display: inline-block;
}
table._fixed {
  table-layout: fixed;
}
.modal {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}
.modal .wrap_modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.modal .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
}
.modal .btn_close i {
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(https://imgs9.gamen.com/web/img/sp-common.png?v=1&CDN=1);
  background-position: -106px 0;
  background-size: 300px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.modal.full_modal {
  background: #fff;
}
.modal.full_modal .wrap_modal {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.modal.full_modal .btn_close {
  top: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
}
.modal.full_modal .btn_close i {
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp-common.png?v=1&CDN=1);
  background-position: -124px 0;
  background-size: 300px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.renew_modal {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.renew_modal .wrap_modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.renew_modal .modal_inner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
}
.renew_modal .btn_close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.renew_modal .btn_close i {
  display: block;
  width: 15px;
  height: 14px;
  margin: 0 auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -69px 0;
  background-size: 300px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.renew_modal.full_modal {
  background: #fff;
}
.renew_modal.full_modal .wrap_modal {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.renew_modal.full_modal .modal_inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.renew_modal.full_modal .btn_close {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  padding: 0;
}
.renew_modal.full_modal .btn_close i {
  width: 17px;
  height: 17px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -53px -58px;
  background-size: 300px;
}
.toast_modal {
  z-index: 100;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 640px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
}
.toast_modal.open {
  visibility: visible;
}
.toast_modal.open .wrap_modal {
  height: auto;
}
.toast_modal .btn_close {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.toast_modal .btn_close i {
  display: block;
  width: 15px;
  height: 14px;
  margin: auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -69px 0;
  background-size: 300px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.toast_modal .wrap_modal {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #fff;
  transition: all 0.5s ease;
}
.toast_modal .modal_inner {
  padding: 40px 20px;
}
.toast_modal .tit_modal {
  height: 31px;
  line-height: 130%;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #1E1E22;
}
.toast_modal .desc {
  line-height: 130%;
  margin: 10px auto 40px;
  color: #59595F;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.toast_modal button.btn_blue {
  width: 100%;
  padding: 16.5px 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #007AFB;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.toast_modal button.btn_blue.off {
  background: #E9EAEF;
  color: #C2C3C8;
  font-weight: 500;
}
.toast_modal i {
  display: block;
  margin: 0 auto;
  background-size: cover;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.toast_modal .wrap_ico_reward i {
  width: 160px;
  height: 160px;
}
.toast_modal .wrap_ico_reward i.ico_ticket {
  background-image: url(https://imgs9.gamen.com/web/img/attend_reward_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_donut {
  background-image: url(https://imgs9.gamen.com/web/img/ico_donut_modal_v2.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_point {
  background-image: url(https://imgs9.gamen.com/web/img/ico_point_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_icecream {
  background-image: url(https://imgs9.gamen.com/web/img/ico_singleking_modal_240611.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_happycon_3000 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_happycon_3000_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_happycon_5000 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_happycon_5000_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_happycon_10000 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_happycon_10000_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_happycon_20000 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_happycon_20000_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_happycon_30000 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_happycon_30000_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_happycon_40000 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_happycon_40000_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_happycon_50000 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_happycon_50000_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_happycon_100000 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_happycon_100000_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_dunkin_1 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_dunkin_1_modal.png?v=1&CDN=1);
}
.toast_modal .wrap_ico_reward i.ico_paris_1 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_paris_1_modal.png?v=1&CDN=1);
}
.dialog_modal {
  z-index: 110;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
}
.dialog_modal .wrap_modal {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
}
.dialog_modal .message {
  line-height: 130%;
  padding: 28px 24px;
  text-align: center;
  color: #1E1E22;
  font-size: 16px;
}
.dialog_modal .btns {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #F2F3F5;
}
.dialog_modal .btns .btn {
  width: 50%;
  padding: 15.5px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #84858A;
  font-weight: 500;
}
.dialog_modal .btns .btn:first-child {
  border-right: 1px solid #F2F3F5;
}
.dialog_modal .btns .btn.btn_blue {
  color: #007AFB;
}
.modal_shop_dialog .wrap_modal {
  width: 278px;
  height: 148px;
}
.modal_grade.open .wrap_modal {
  height: calc(100% - 68px);
}
.modal_grade .modal_inner {
  height: 100%;
}
.modal_grade .tit_modal {
  margin-bottom: 20px;
}
.modal_grade .scroll_area {
  position: absolute;
  top: 91px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  height: calc(100% - 131px);
  padding: 0 20px 40px;
}
.modal_grade .reward_list li {
  display: flex;
  align-items: center;
  padding: 14px 16px 14px 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #F6F6FA;
}
.modal_grade .reward_list li:not(:last-child) {
  margin-bottom: 8px;
}
.modal_grade .reward_list li.complete {
  border: 1px solid #E9EAEF;
  background: #F6F6FA;
  color: rgba(89, 89, 95, 0.3);
}
.modal_grade .reward_list li.complete .txt_reward {
  color: rgba(89, 89, 95, 0.3);
}
.modal_grade .reward_list li.complete .txt_reward i {
  opacity: 0.3;
  filter: grayscale(10%);
}
.modal_grade .reward_list li.complete .tit_grade i {
  opacity: 0.3;
  filter: grayscale(10%);
}
.modal_grade .reward_list li.complete .grade i {
  opacity: 0.3;
  filter: grayscale(10%);
}
.modal_grade .reward_list li .col.col_grade {
  width: 131px;
  margin-right: 16px;
  font-size: 0;
}
.modal_grade .reward_list li .col.col_reward {
  margin-right: 8px;
}
.modal_grade .reward_list li .col:last-child {
  margin-left: auto;
}
.modal_grade .reward_list .grade {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 1px;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.modal_grade .reward_list .grade .ico_grade {
  display: block;
  width: 32px;
  height: 34px;
  margin: 0 auto;
}
.modal_grade .reward_list .grade .ico_grade.grade_1 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -3px 0;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_2 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -1px -44px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_3 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -2px -88px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_4 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: 0 -132px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_5 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -1px -176px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_6 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px 0;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_7 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px -44px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_8 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px -88px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_9 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px -132px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_10 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px -176px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_11 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px 0;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_12 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px -44px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_13 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px -88px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_14 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px -132px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_15 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px -176px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_16 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px 0;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_17 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px -44px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_18 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px -88px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_19 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px -132px;
  background-size: 177px;
}
.modal_grade .reward_list .grade .ico_grade.grade_20 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px -176px;
  background-size: 177px;
}
.modal_grade .reward_list .tit_grade {
  display: inline-block;
  vertical-align: middle;
  height: 13px;
}
.modal_grade .reward_list .tit_grade i {
  display: block;
  height: 13px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.modal_grade .reward_list .tit_grade i.grade_1 {
  width: 56px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: 0 0;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_2 {
  width: 59px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: 0 -24px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_3 {
  width: 59px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: 0 -48px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_4 {
  width: 60px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: 0 -72px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_5 {
  width: 59px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: 0 -96px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_6 {
  width: 42px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -80px -1px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_7 {
  width: 45px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -80px -25px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_8 {
  width: 45px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -80px -49px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_9 {
  width: 47px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -80px -74px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_10 {
  width: 45px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -80px -97px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_11 {
  width: 41px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -160px -1px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_12 {
  width: 44px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -160px -25px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_13 {
  width: 45px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -160px -49px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_14 {
  width: 46px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -160px -72px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_15 {
  width: 44px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -160px -96px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_16 {
  width: 56px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -240px -2px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_17 {
  width: 59px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -240px -26px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_18 {
  width: 59px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -240px -50px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_19 {
  width: 61px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -240px -74px;
  background-size: 300px;
}
.modal_grade .reward_list .tit_grade i.grade_20 {
  width: 59px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt.png?v=1&CDN=1);
  background-position: -240px -98px;
  background-size: 300px;
}
.modal_grade .reward_list .wrap_reward .txt_reward {
  height: 36px;
  line-height: 36px;
  margin-right: 8px;
  font-size: 17px;
  font-weight: 700;
  color: #59595F;
}
.modal_grade .reward_list .wrap_reward .txt_reward i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 4px;
}
.modal_grade .reward_list .wrap_reward .txt_reward i.ico_donut {
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -24px -23px;
  background-size: 300px;
}
.modal_grade .reward_list .wrap_reward .txt_reward i.ico_ticket {
  top: -2px;
  width: 24px;
  height: 15px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -192px -45px;
  background-size: 300px;
}
.modal_grade .reward_list button {
  width: 64px;
  padding: 6.5px 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #007AFB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  color: #007AFB;
}
.modal_grade .reward_list button.btn_get {
  background: #007AFB;
  color: #fff;
}
.modal_grade .reward_list button.btn_ok {
  border: 1px solid #E9EAEF;
  background: #E9EAEF;
  color: #C2C3C8;
}
.modal_common .wrap_modal {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
.modal_common .header {
  padding: 12px 0;
  background: #2290fe;
  color: #fff;
  font-weight: bold;
}
.modal_common .modal_inner {
  padding: 15px 0;
  background: #fff;
}
.modal_common .btn_ok {
  width: 80px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #2290fe;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.modal_common h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #2290fe;
}
.modal_common .reward {
  font-size: 18px;
  font-weight: bold;
}
.modal_common i {
  display: block;
  position: relative;
  width: 74px;
  height: 74px;
  margin: 0 auto 10px;
  background-size: 74px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.modal_common i.ico_donut {
  background-image: url(https://imgs9.gamen.com/web/img/reward_donut.png?v=1&CDN=1);
}
.modal_common i.ico_chocodonut {
  background-image: url(https://imgs9.gamen.com/web/img/reward_chocodonut.png?v=1&CDN=1);
}
.modal_common i.ico_point {
  width: 75px;
  height: 75px;
  background-image: url(https://imgs9.gamen.com/web/img/reward_point.png?v=1&CDN=1);
  background-size: 75px;
}
.modal_change_nick.open .wrap_modal {
  height: 285px;
}
.modal_change_nick .wrap_input {
  position: relative;
  margin: 20px 0 40px;
}
.modal_change_nick .wrap_input input[type=text] {
  width: 100%;
  padding: 20.5px 20px;
  border: 1px solid #E9EAEF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #3A3A3F;
}
.modal_change_nick .wrap_input input[type=text]::placeholder {
  color: #E9EAEF;
}
.modal_change_nick .wrap_input input[type=text]:focus {
  border: 1px solid #161A2A;
}
.modal_change_nick .wrap_input .alert {
  position: absolute;
  top: 72px;
  left: 10px;
  line-height: 150%;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #FF2626;
}
.modal_change_nick .wrap_input .alert:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FF2626;
  content: '';
}
.modal_shop {
  font-family: 'Pretendard';
}
.modal_shop button,
.modal_shop input,
.modal_shop textarea {
  font-family: 'Pretendard';
}
.modal_shop.open .wrap_modal {
  height: calc(100% - 68px);
}
.modal_shop .modal_inner {
  height: 100%;
  padding: 40px 20px 0;
}
.modal_shop .tit_modal {
  margin-bottom: 20px;
}
.modal_shop .info_area {
  padding: 16px;
  margin-bottom: 25px;
  border: 1px solid #E9EAEF;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal_shop .info_area h3 {
  margin-bottom: 8px;
  color: #59595F;
  font-size: 14px;
}
.modal_shop .info_area h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: 0 -23px;
  background-size: 300px;
}
.modal_shop .info_area .dot_list > li {
  position: relative;
  line-height: 120%;
  padding-left: 10px;
  color: #84858A;
  font-size: 12px;
}
.modal_shop .info_area .dot_list > li.red {
  color: #FF2626;
}
.modal_shop .info_area .dot_list > li:not(:last-child) {
  margin-bottom: 8px;
}
.modal_shop .info_area .dot_list > li:before {
  position: absolute;
  top: 6px;
  left: 5px;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #929294;
  content: '';
}
.modal_shop .top_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.modal_shop .top_area .left_area h3 {
  color: #59595F;
  font-size: 15px;
}
.modal_shop .top_area .right_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal_shop .top_area .right_area .col {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.modal_shop .top_area .right_area .col i {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.modal_shop .top_area .right_area .col i.ico_donut {
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: 0 -23px;
  background-size: 300px;
}
.modal_shop .top_area .right_area .col i.ico_point {
  width: 19px;
  height: 19px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -75px -59px;
  background-size: 300px;
}
.modal_shop .top_area .right_area .col .cnt {
  line-height: 130%;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.modal_shop .scroll_area {
  position: absolute;
  top: 292px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 0 20px 58px;
}
.modal_shop .donut_list li:not(:last-child) {
  margin-bottom: 10px;
}
.modal_shop .donut_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6FA;
}
.modal_shop .donut_list li .col_donut {
  display: flex;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 20px;
}
.modal_shop .donut_list li .col_donut i {
  display: block;
  position: relative;
}
.modal_shop .donut_list li .col_donut i.ico_donut_1 {
  width: 31px;
  height: 32px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: 0 -86px;
  background-size: 300px;
}
.modal_shop .donut_list li .col_donut i.ico_donut_10 {
  width: 33px;
  height: 30px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -36px -86px;
  background-size: 300px;
}
.modal_shop .donut_list li .col_donut i.ico_donut_60 {
  width: 39px;
  height: 33px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -74px -86px;
  background-size: 300px;
}
.modal_shop .donut_list li .col_donut i.ico_donut_120 {
  width: 42px;
  height: 34px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -118px -86px;
  background-size: 300px;
}
.modal_shop .donut_list li .col_cnt {
  flex: 1;
  line-height: 130%;
  color: #3A3A3F;
  font-size: 18px;
  font-weight: bold;
}
.modal_shop .donut_list li .col_cnt .cnt_info {
  line-height: 120%;
  display: block;
  margin-top: 3px;
  font-weight: 600;
  font-size: 12px;
}
.modal_shop .donut_list li .col_cnt .cnt_info .blue {
  color: #007AFB;
}
.modal_shop .donut_list li .col_point .wrap_point {
  display: flex;
  line-height: 130%;
  padding: 5px 12px 5px 7px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
}
.modal_shop .donut_list li .col_point .wrap_point .ico_point {
  width: 19px;
  height: 19px;
  margin-right: 4px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -75px -59px;
  background-size: 300px;
}
.modal_ranking_reward.open .wrap_modal {
  height: 451px;
}
.modal_ranking_reward .modal_inner {
  text-align: center;
}
.modal_ranking_reward .tit_modal {
  margin-bottom: 16px;
}
.modal_ranking_reward .ranking_info {
  display: inline-block;
  line-height: 130%;
  padding: 5.5px 16px;
  margin: 0 auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #F6F6FA;
  color: #007AFB;
  font-size: 15px;
  font-weight: 500;
}
.modal_reward.open .wrap_modal {
  height: 425px;
}
.modal_reward .modal_inner {
  padding-bottom: 34px;
}
.modal_reward .tit_modal {
  margin-bottom: 20px;
}
.modal_reward .btn_close_txt {
  display: block;
  width: 100%;
  line-height: 130%;
  margin: 18px 0;
  color: #B3B4B9;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
.modal_reward .desc {
  margin-top: 0;
}
.modal_reward._win.open .wrap_modal {
  height: 483px;
}
.modal_reward._win .desc {
  margin-top: 10px;
}
.modal_mycode.open .wrap_modal {
  height: 465px;
}
.modal_mycode .tit_modal {
  margin-bottom: 20px;
}
.modal_mycode .ico_code {
  display: block;
  width: 135px;
  height: 108px;
  background-image: url(https://imgs9.gamen.com/web/img/ico_code.png?v=1&CDN=1);
  background-size: cover;
}
.modal_mycode .desc {
  margin: 20px auto 30px;
}
.modal_mycode .desc p:not(:last-child) {
  margin-bottom: 8px;
}
.modal_agree_all .modal_inner {
  padding: 30px 20px;
}
.modal_agree_all .tit_modal {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3F;
}
.modal_agree_all .terms_list li {
  line-height: 130%;
  font-size: 12px;
  color: #414141;
}
.modal_agree_all .terms_list li:not(:last-child) {
  margin-bottom: 20px;
}
.modal_agree_all .terms_list li h4 {
  font-weight: normal;
}
.modal_notice .wrap_modal {
  overflow: hidden;
  width: 280px;
  height: 302px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.modal_notice .btn_close {
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  padding: 0;
}
.modal_notice .btn_close i {
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp-common.png?v=1&CDN=1);
  background-position: -124px 0;
  background-size: 300px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.modal_notice .modal_inner {
  padding: 25px 10px 30px;
  background: #fff;
}
.modal_notice .wrap_scroll {
  overflow-y: auto;
  height: 199px;
  padding: 0 10px;
}
.modal_notice .tit_modal {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.modal_notice .terms_list li {
  line-height: 15px;
  font-size: 11px;
  color: #414141;
}
.modal_notice .terms_list li:not(:last-child) {
  margin-bottom: 20px;
}
.modal_notice .terms_list li h4 {
  font-weight: normal;
}
.modal_no_ad {
  font-family: 'Binggrae';
  letter-spacing: -0.05em;
}
.modal_no_ad .wrap_modal {
  overflow: hidden;
  width: 249px;
  height: 212px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.modal_no_ad .modal_inner {
  padding: 13px;
  background: #fff;
  text-align: center;
}
.modal_no_ad .ico_ad {
  display: block;
  width: 77px;
  height: 77px;
  margin: 0 auto 8px;
  background-image: url("https://imgs9.gamen.com/web/img/ico_ad.png?v=1&CDN=1");
  background-size: 77px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.modal_no_ad p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #593a3a;
  font-weight: bold;
}
.modal_no_ad .btn_ok {
  width: 138px;
  height: 51px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #2290fe;
  color: #fff;
  font-family: 'Binggrae';
  font-weight: bold;
  font-size: 21px;
  letter-spacing: -0.05em;
}
.modal_end_content {
  font-family: 'Binggrae';
  letter-spacing: -0.05em;
  font-weight: bold;
}
.modal_end_content .btn_close {
  top: 5px;
  right: 5px;
}
.modal_end_content .btn_close i {
  width: 19px;
  height: 19px;
  background-image: url("https://imgs9.gamen.com/web/img/ico_close.png?v=1&CDN=1");
  background-size: 19px;
  background-position: initial;
}
.modal_end_content .wrap_modal {
  overflow: hidden;
  width: 288px;
  height: 453px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.modal_end_content .modal_inner {
  padding-top: 30px;
  background: #fff;
  text-align: center;
  color: #575a61;
}
.modal_end_content h3 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #1c1616;
}
.modal_end_content .top_desc {
  display: inline-block;
  padding: 4px 18px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #dfdfdf;
  font-size: 15px;
}
.modal_end_content .bottom_area {
  padding: 25px 0 14px;
  background: #d1e7fc;
}
.modal_end_content .bottom_area p {
  margin-bottom: 20px;
  font-size: 15px;
}
.modal_end_content .bottom_area .thumb {
  overflow: hidden;
  width: 215px;
  height: 180px;
  margin: 0 auto 11px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-size: 215px;
}
.modal_end_content .bottom_area h4 {
  margin-bottom: 15px;
  font-family: 'Pretendard';
  font-size: 15px;
}
.modal_end_content .btn_play {
  width: 138px;
  height: 51px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #2290fe;
  color: #fff;
  font-family: 'Binggrae';
  font-weight: bold;
  font-size: 21px;
  letter-spacing: -0.05em;
}
.modal_error {
  font-family: 'Binggrae';
  letter-spacing: -0.05em;
  font-weight: bold;
}
.modal_error .wrap_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  max-width: 90%;
  height: 100%;
}
.modal_error .modal_inner {
  min-width: 250px;
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.modal_error p {
  margin-bottom: 15px;
  color: #593a3a;
  font-weight: bold;
  font-size: 15px;
}
.modal_error .btn_ok {
  width: 100px;
  height: 40px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #2290fe;
  color: #fff;
  font-family: 'Binggrae';
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.05em;
}
.modal_ranking {
  font-family: 'Pretendard';
}
.modal_ranking button,
.modal_ranking input,
.modal_ranking textarea {
  font-family: 'Pretendard';
}
.modal_ranking .modal_inner {
  padding: 0 20px;
}
.modal_ranking .tit_modal {
  line-height: 130%;
  padding: 16.5px 0;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.modal_ranking .top_area {
  display: flex;
  align-items: center;
  padding: 16px 0 20px;
}
.modal_ranking .top_area .thumb {
  width: 72px;
  height: 72px;
  margin-right: 12px;
}
.modal_ranking .top_area .thumb img {
  max-width: 100%;
}
.modal_ranking .top_area .info {
  flex: 1;
  line-height: 130%;
}
.modal_ranking .top_area .info h3 {
  margin-bottom: 4px;
  color: #1E1E22;
  font-size: 22px;
  letter-spacing: -0.5px;
  font-weight: bold;
}
.modal_ranking .top_area .info .desc {
  color: #84858A;
  font-size: 14px;
}
.modal_mission {
  font-family: 'Pretendard';
}
.modal_mission button,
.modal_mission input,
.modal_mission textarea {
  font-family: 'Pretendard';
}
.modal_mission.open .wrap_modal {
  height: 523px;
}
.modal_mission .tit_modal {
  margin-bottom: 20px;
}
.modal_mission .info_txt {
  line-height: 130%;
  color: #84858A;
  text-align: right;
  font-size: 14px;
}
.modal_mission .wrap_mission_list {
  display: block;
  margin: 16px 0 0;
}
.modal_use_coupon .btn_close {
  top: 24px;
  right: 24px;
}
.modal_use_coupon .wrap_modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_use_coupon .modal_inner {
  max-width: 335px;
  padding: 64px 24px 24px;
}
.modal_use_coupon .info {
  line-height: 130%;
  margin-bottom: 28px;
  text-align: center;
}
.modal_use_coupon .info .brand {
  margin-bottom: 6px;
  color: #007AFB;
  font-size: 14px;
  font-weight: 500;
}
.modal_use_coupon .info .tit_coupon {
  margin-bottom: 12px;
}
.modal_use_coupon .info .tit_coupon .prd_name {
  line-height: 130%;
  word-break: keep-all;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3F;
}
.modal_use_coupon .info .tit_coupon .balance {
  display: block;
  line-height: 130%;
  color: #84858A;
  font-size: 16px;
  font-weight: 500;
}
.modal_use_coupon .info .period {
  color: #84858A;
  font-size: 13px;
}
.modal_use_coupon .wrap_barcode {
  text-align: center;
}
.modal_use_coupon .wrap_barcode img {
  display: inline-block;
  max-width: 243px;
}
.modal_use_coupon .wrap_barcode .code_num {
  margin-top: 7px;
  font-size: 0;
}
.modal_use_coupon .wrap_barcode .code_num span {
  display: inline-block;
  margin: 0 4px;
  color: #3A3A3F;
  font-size: 14px;
  font-weight: 500;
}
.modal_use_coupon .notice_box {
  padding: 16px;
  margin-top: 40px;
  border: 1px solid #E9EAEF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #F6F6FA;
}
.modal_use_coupon .notice_box h3 {
  line-height: 130%;
  margin-bottom: 12px;
  color: #59595F;
  font-size: 16px;
}
.modal_use_coupon .notice_box .notice_list li {
  position: relative;
  line-height: 130%;
  padding-left: 10px;
  color: #84858A;
  font-size: 13px;
}
.modal_use_coupon .notice_box .notice_list li:not(:last-child) {
  margin-bottom: 10px;
}
.modal_use_coupon .notice_box .notice_list li:before {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 2px;
  height: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #84858A;
  content: '';
}
.modal_daily_mission .wrap_modal {
  width: 335px;
  height: 566px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.modal_daily_mission .modal_inner {
  padding: 30px 20px 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal_daily_mission .tit_modal {
  text-align: center;
}
.modal_daily_mission .tit_modal h3 {
  font-weight: bold;
  font-size: 24px;
  color: #1E1E22;
}
.modal_daily_mission .tit_modal p {
  padding-top: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #3eb880;
}
.modal_daily_mission .event_banner {
  margin-bottom: 5px;
}
.modal_daily_mission .banner_attand {
  display: block;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #e1b9ff;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.modal_daily_mission .banner_attand i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: 0 -125px;
  background-size: 300px;
}
.modal_daily_mission .btn_later {
  display: block;
  width: 188px;
  padding: 16.5px 0;
  margin: 20px auto 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #007AFB;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.modal_daily_mission .bottom_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px 13px;
  background: #f6f6fa;
}
.modal_daily_mission .bottom_area label {
  font-size: 13px;
  color: #7b7b7b;
}
.modal_daily_mission .bottom_area label input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.modal_daily_mission .bottom_area label input[type=checkbox] + .chk_btn {
  width: 18px;
  height: 18px;
}
.modal_daily_mission .bottom_area label input[type=checkbox] + .chk_btn i {
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -252px -24px;
  background-size: 300px;
}
.modal_daily_mission .bottom_area label input[type=checkbox]:checked + .chk_btn i {
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -275px -24px;
  background-size: 300px;
}
.modal_game_play .wrap_modal {
  width: 335px;
  height: 448px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.modal_game_play .modal_inner {
  padding: 30px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal_game_play .tit_modal {
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #1E1E22;
  text-align: center;
}
.modal_game_play h4 {
  margin-bottom: 8px;
  font-size: 15px;
}
.modal_game_play .top_desc {
  line-height: 16px;
  padding: 15px 5px;
  margin-bottom: 18px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #0a447d;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.01em;
}
.modal_game_play .top_desc b {
  color: #7fbdff;
}
.modal_complete_attand .wrap_modal {
  width: 335px;
  height: 446px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.modal_complete_attand .modal_inner {
  padding: 30px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal_complete_attand .tit_modal {
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #1E1E22;
  text-align: center;
}
.modal_complete_attand h4 {
  margin-bottom: 8px;
  font-size: 15px;
}
.modal_complete_attand .top_desc {
  line-height: 23px;
  margin-bottom: 25px;
  font-size: 17px;
  text-align: center;
  letter-spacing: -0.01em;
  font-weight: 600;
}
.modal_complete_attand .top_desc span {
  box-shadow: inset 0 -9px 0 rgba(127, 189, 255, 0.5);
}
.modal_roulette_win_list .modal_inner {
  padding: 30px 20px;
}
.modal_roulette_win_list .tit_modal {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #3A3A3F;
}
.modal_roulette_win_list .win_list_table {
  width: 100%;
  table-layout: fixed;
}
.modal_roulette_win_list .win_list_table th,
.modal_roulette_win_list .win_list_table td {
  line-height: 15px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 11px;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
.modal_roulette_win_list .win_list_table th {
  background: #aed5fe;
  font-size: 13px;
}
.modal_event_change_nick .wrap_modal {
  overflow: hidden;
  width: 320px;
  height: 412px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.modal_event_change_nick .modal_inner {
  padding: 30px 0 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.modal_event_change_nick .modal_inner:after {
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(-13deg, #ccddfc 50%, #fff 50%);
  content: '';
}
.modal_event_change_nick .overlay {
  position: relative;
  z-index: 111;
}
.modal_event_change_nick .tit_modal {
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  color: #1E1E22;
  text-align: center;
}
.modal_event_change_nick .tit_desc {
  line-height: 20px;
  font-size: 16px;
  color: #1e1e22;
}
.modal_event_change_nick .tit_desc b {
  color: #007AFB;
}
.modal_event_change_nick .ico_ticket {
  display: block;
  width: 160px;
  height: 160px;
  margin: -13px auto -7px;
  background-image: url(https://imgs9.gamen.com/web/img/attend_reward_modal.png?v=1&CDN=1);
  background-size: cover;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.modal_event_change_nick .btn_blue {
  display: block;
  width: 180px;
  padding: 16.5px 0;
  margin: 0 auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #007AFB;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.modal_event_change_nick .bottom_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px 13px;
  background: #f6f6fa;
}
.modal_event_change_nick .bottom_area label {
  font-size: 13px;
  color: #7b7b7b;
}
.modal_event_change_nick .bottom_area label input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.modal_event_change_nick .bottom_area label input[type=checkbox] + .chk_btn {
  width: 18px;
  height: 18px;
}
.modal_event_change_nick .bottom_area label input[type=checkbox] + .chk_btn i {
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -252px -24px;
  background-size: 300px;
}
.modal_event_change_nick .bottom_area label input[type=checkbox]:checked + .chk_btn i {
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -275px -24px;
  background-size: 300px;
}
.modal_info_roulette .wrap_modal {
  width: 335px;
  height: 467px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://imgs9.gamen.com/web/img/modal_info_roulette2_240808.png?v=1&CDN=1');
}
.modal_info_roulette .wrap_modal._prev {
  background-image: url('https://imgs9.gamen.com/web/img/modal_info_roulette_240808.png?v=1&CDN=1');
}
.modal_info_roulette .btn_one {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  width: 298px;
  height: 56px;
  margin: 0 auto;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
@font-face {
  font-family: 'Happiness-Sans-Bold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/Happiness-Sans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Binggrae';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: 'Pretendard';
  font-size: 15px;
}
html.modalFix,
body.modalFix {
  position: fixed;
  width: 100%;
}
html.no_scroll,
body.no_scroll {
  overflow: hidden;
}
button,
input,
textarea {
  color: #000;
  font-family: 'Pretendard';
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
img {
  max-width: 100%;
}
.chk_label {
  display: block;
  position: relative;
}
.chk_label input[type=checkbox],
.chk_label input[type=radio] {
  position: relative;
  opacity: 0;
  top: 0;
  margin: 0;
}
.chk_label input[type=checkbox] + .chk_btn,
.chk_label input[type=radio] + .chk_btn {
  position: absolute;
  left: 0;
}
.chk_label input[type=checkbox] + .chk_btn i,
.chk_label input[type=radio] + .chk_btn i {
  display: block;
  position: relative;
  margin: auto;
}
.ranking_box {
  padding: 24px 0;
  margin-bottom: 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #F6F6FA;
}
.ranking_box .top_ranking_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking_box .top_ranking_list li {
  position: relative;
  width: 100px;
  padding: 0 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.ranking_box .top_ranking_list .grade .ico_grade {
  display: block;
  width: 62px;
  height: 68px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_1 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 0;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_2 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 -81px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_3 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 -162px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_4 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 -243px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_5 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 -324px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_6 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px 0;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_7 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px -81px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_8 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px -162px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_9 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px -244px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_10 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px -324px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_11 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -1px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_12 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -82px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_13 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -163px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_14 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -244px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_15 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -325px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_16 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -1px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_17 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -82px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_18 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -163px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_19 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -244px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade .ico_grade.grade_20 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -325px;
  background-size: 318px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade {
  display: block;
  width: 93px;
  height: 102px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: bottom;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_1 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: 0 0;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_2 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: 0 -122px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_3 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: 0 -244px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_4 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: 0 -367px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_5 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: 0 -489px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_6 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -129px 0;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_7 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -129px -122px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_8 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -129px -244px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_9 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -129px -369px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_10 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -129px -489px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_11 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -258px -1px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_12 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -258px -124px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_13 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -258px -246px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_14 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -258px -369px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_15 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -258px -491px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_16 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -387px -1px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_17 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -387px -124px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_18 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -387px -246px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_19 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -387px -369px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade_large .ico_grade.grade_20 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large_rank.png?v=1&CDN=1);
  background-position: -387px -491px;
  background-size: 480px;
}
.ranking_box .top_ranking_list .grade,
.ranking_box .top_ranking_list .grade_large {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 72px;
  height: 110px;
  margin: 0 auto;
}
.ranking_box .top_ranking_list .grade_large {
  width: 100px;
  height: 110px;
}
.ranking_box .top_ranking_list .rank {
  width: 46px;
  height: 24px;
  line-height: 24px;
  margin: 8px auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: #6533FF;
}
.ranking_box .top_ranking_list .rank.rank_1,
.ranking_box .top_ranking_list .rank.rank_2,
.ranking_box .top_ranking_list .rank.rank_3,
.ranking_box .top_ranking_list .rank.rank_4,
.ranking_box .top_ranking_list .rank.rank_5 {
  background: #BC815A;
}
.ranking_box .top_ranking_list .rank.rank_6,
.ranking_box .top_ranking_list .rank.rank_7,
.ranking_box .top_ranking_list .rank.rank_8,
.ranking_box .top_ranking_list .rank.rank_9,
.ranking_box .top_ranking_list .rank.rank_10 {
  background: #9B9B9B;
}
.ranking_box .top_ranking_list .rank.rank_11,
.ranking_box .top_ranking_list .rank.rank_12,
.ranking_box .top_ranking_list .rank.rank_13,
.ranking_box .top_ranking_list .rank.rank_14,
.ranking_box .top_ranking_list .rank.rank_15 {
  background: #F59E34;
}
.ranking_box .top_ranking_list .rank.rank_16,
.ranking_box .top_ranking_list .rank.rank_17,
.ranking_box .top_ranking_list .rank.rank_18,
.ranking_box .top_ranking_list .rank.rank_19,
.ranking_box .top_ranking_list .rank.rank_20 {
  background: #6533FF;
}
.ranking_box .top_ranking_list .nick {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 130%;
  color: #59595F;
  font-size: 14px;
  font-weight: 500;
}
.ranking_box .top_ranking_list .level {
  line-height: 130%;
  color: #3A3A3F;
  font-size: 17px;
  font-weight: 900;
}
.ranking_box .top_ranking_list .medal {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  text-indent: -9999px;
}
.ranking_box .top_ranking_list .medal.medal_1 {
  background-image: url(https://imgs9.gamen.com/web/img/medal_1.png?v=1&CDN=1);
  background-size: 36px;
}
.ranking_box .top_ranking_list .medal.medal_2 {
  background-image: url(https://imgs9.gamen.com/web/img/medal_2.png?v=1&CDN=1);
  background-size: 36px;
}
.ranking_box .top_ranking_list .medal.medal_3 {
  background-image: url(https://imgs9.gamen.com/web/img/medal_3.png?v=1&CDN=1);
  background-size: 36px;
}
.empty {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F6F6FA;
}
.empty .empty_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.empty .empty_content {
  text-align: center;
}
.empty .empty_content .ico_empty {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto 16px;
  background-image: url("https://imgs9.gamen.com/web/img/ico_empty.png?v=1&CDN=1");
  background-size: 65px;
  background-repeat: no-repeat;
}
.empty .empty_content p {
  line-height: 130%;
  color: #84858A;
  font-size: 18px;
}
.event_info_list .wrap_event_info:not(:last-child) {
  margin-bottom: 42px;
}
.wrap_event_info {
  position: relative;
  z-index: 2;
  padding: 24px 0 32px;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background: #fff;
}
.wrap_event_info .info_list {
  padding: 0 40px;
  word-break: keep-all;
}
.wrap_event_info .info_list > li:not(:last-child) {
  margin-bottom: 28px;
}
.wrap_event_info .info_list h4 {
  display: inline-block;
  padding: 5px 12px;
  margin: 0 auto 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #C2C3C8;
  font-size: 16px;
  font-weight: 600;
  color: #59595F;
}
.wrap_event_info .info_list .desc {
  line-height: 130%;
  font-weight: 500;
  font-size: 15px;
  color: #1E1E22;
}
.wrap_event_info .info_list ul li {
  font-size: 15px;
}
.wrap_event_info .info_list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.wrap_event_info .info_list .order_list {
  display: inline-block;
  text-align: left;
}
.wrap_event_info .info_list .dot_list > li {
  position: relative;
  line-height: 130%;
}
.wrap_event_info .info_list .dot_list > li:not(:last-child) {
  margin-bottom: 14px;
}
.wrap_event_info .info_list .award_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #1E1E22;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.wrap_event_info .info_list .award_list li:not(:last-child) {
  margin-bottom: 8px;
}
.wrap_event_info .info_list .award_list .icon_award {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.wrap_event_info .info_list .award_list .icon_award.icon_award_1 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_award_1.png?v=1&CDN=1);
  background-size: 24px;
}
.wrap_event_info .info_list .award_list .icon_award.icon_award_2 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_award_2.png?v=1&CDN=1);
  background-size: 24px;
}
.wrap_event_info .info_list .award_list .icon_award.icon_award_3 {
  background-image: url(https://imgs9.gamen.com/web/img/ico_award_3.png?v=1&CDN=1);
  background-size: 24px;
}
.wrap_event_info._v2 {
  padding: 32px 24px 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.wrap_event_info._v2 .info_list {
  padding: 0;
}
.wrap_event_info._v2 .info_list h4 {
  padding: 9px 18px;
  margin: 0 auto 24px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  border: 1px solid #3A3A3F;
  font-family: 'Happiness-Sans-Bold';
  font-size: 17px;
  font-weight: 700;
  color: #1E1E22;
}
.wrap_event_info._v2 .info_list .desc {
  font-size: 15px;
  color: #3A3A3F;
}
.wrap_event_info._v2 .info_list .desc.big {
  font-size: 16px;
  letter-spacing: -0.16px;
}
.wrap_event_info._v2 .info_list .desc p:not(:last-child) {
  margin-bottom: 12px;
}
.wrap_event_info._v2 .info_list .desc p:last-child {
  letter-spacing: -0.5px;
}
.wrap_event_info._v2 .wrap_code .btn_blue {
  background: #007AFB;
  color: #fff;
}
.wrap_event_info._v2 .wrap_code .btn_kakao {
  background: #FDE500;
  color: #3C1E1E;
}
.wrap_event_info._v2 .wrap_code button {
  width: 100%;
  height: 56px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 500;
}
.wrap_event_info._v2 .wrap_code .code_num {
  padding: 25px 10px;
  margin-bottom: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #F6F6FA;
  font-size: 24px;
  font-weight: 700;
}
.wrap_event_info._v2 .wrap_code .input_code_num {
  margin: 24px 0 12px;
}
.wrap_event_info._v2 .wrap_code .input_code_num input[type=text] {
  position: relative;
  width: 100%;
  padding: 17px 10px;
  border: 2px solid #F6F6FA;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6FA;
  text-align: center;
  color: #3A3A3F;
  font-size: 18px;
  font-weight: 500;
}
.wrap_event_info._v2 .wrap_code .input_code_num input[type=text]::placeholder,
.wrap_event_info._v2 .wrap_code .input_code_num input[type=text]:read-only {
  color: #C2C3C8;
}
.wrap_event_info._v2 .wrap_code .input_code_num input[type=text]:focus {
  border: 2px solid #3A3A3F;
}
.wrap_event_info._v2 .wrap_code .input_code_num input[type=text]:read-only:focus {
  border: none;
}
.wrap_event_info._v2 .wrap_code .btns {
  display: flex;
  justify-content: space-between;
}
.wrap_event_info._v2 .wrap_code .btns button:first-child {
  margin-right: 8px;
}
.wrap_event_info._v2 .wrap_code .dot_list {
  margin-top: 24px;
}
.wrap_event_info._v2 .wrap_code .dot_list li {
  position: relative;
  line-height: 150%;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #84858A;
  text-align: left;
  word-break: normal;
}
.wrap_event_info._v2 .wrap_code .dot_list li:before {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #84858A;
  content: '';
}
.wrap_event_info._v2 .wrap_code .dot_list li:not(:last-child) {
  margin-bottom: 6px;
}
.wrap_event_info._v2 .mission_list {
  margin-top: 24px;
}
.wrap_event_info._v2 .mission_list li {
  display: flex;
  align-items: center;
  line-height: 130%;
  text-align: left;
  letter-spacing: -0.5px;
}
.wrap_event_info._v2 .mission_list li:not(:last-child) {
  margin-bottom: 12px;
}
.wrap_event_info._v2 .mission_list li .flag_black {
  width: 48px;
}
.wrap_event_info._v2 .reward_list li:not(:last-child) {
  margin-bottom: 24px;
}
.wrap_event_info._v2 .reward_list .top_desc {
  display: flex;
  align-items: center;
  line-height: 130%;
  margin-bottom: 12px;
  text-align: left;
  letter-spacing: -0.5px;
}
.wrap_event_info._v2 .reward_list .top_desc .flag_black {
  width: 56px;
}
.wrap_event_info._v2 .btn {
  width: 100%;
  height: 48px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 500;
}
.wrap_event_info._v2 .btn.btn_blue {
  background: #007AFB;
  color: #fff;
}
.wrap_event_info._v2 .btn.btn_disable {
  background: #D4D5DA;
  color: #fff;
}
.wrap_event_info._v2 .btn.btn_complete {
  background: #fff;
  border: 2px solid #007AFB;
  color: #007AFB;
}
.wrap_event_info._v2 .btn.btn_complete i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  margin-left: 2px;
  background: url("https://imgs9.gamen.com/web/img/ico_check.png?v=1&CDN=1");
  background-size: cover;
}
.wrap_event_info._v2 .flag_black {
  line-height: normal;
  padding: 4px 8px;
  margin-right: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.wrap_container {
  max-width: 640px;
  margin: 0 auto;
}
.wrap_home {
  padding: 8px 0 43px;
}
.wrap_home .row {
  padding: 0 20px;
}
.wrap_home .row.row_game_list {
  padding-right: 0;
}
.wrap_home .row:not(:last-child) {
  margin-bottom: 28px;
}
.wrap_home .row .tit_row {
  margin-bottom: 12px;
  color: #3a3a3f;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.5px;
}
.wrap_home .my_info {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 20px 11px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #F6F6FA;
}
.wrap_home .my_info .col.col_btn {
  width: 55px;
  height: 62px;
  margin-left: auto;
}
.wrap_home .my_info .col.col_btn .btn_info {
  display: block;
  position: relative;
  right: -20px;
  width: 100%;
  height: 100%;
}
.wrap_home .my_info .col.col_btn .btn_info i {
  display: block;
  position: relative;
  top: 24px;
  right: 0;
  width: 8px;
  height: 14px;
  margin: auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -88px 0;
  background-size: 300px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_home .my_info .grade {
  width: 72px;
  height: 72px;
  margin-right: 16px;
}
.wrap_home .my_info .grade .ico_grade {
  display: block;
  width: 62px;
  height: 68px;
  margin: 0 auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_home .my_info .grade .ico_grade.grade_1 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 0;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_2 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 -81px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_3 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 -162px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_4 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 -243px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_5 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: 0 -324px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_6 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px 0;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_7 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px -81px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_8 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px -162px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_9 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px -244px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_10 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -85px -324px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_11 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -1px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_12 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -82px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_13 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -163px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_14 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -244px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_15 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -171px -325px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_16 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -1px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_17 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -82px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_18 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -163px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_19 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -244px;
  background-size: 318px;
}
.wrap_home .my_info .grade .ico_grade.grade_20 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_small_rank.png?v=1&CDN=1);
  background-position: -256px -325px;
  background-size: 318px;
}
.wrap_home .my_info .nick {
  display: block;
  margin-bottom: 6px;
  color: #3A3A3F;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.wrap_home .my_info .donut {
  display: flex;
  align-items: center;
  color: #59595F;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.wrap_home .my_info .donut i {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: 0 -23px;
  background-size: 300px;
}
.wrap_home .my_info .donut .btn_charge {
  padding: 5px 9px;
  margin-left: 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #007AFB;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.wrap_home .game_list li {
  position: relative;
}
.wrap_home .game_list li:not(:last-child) {
  margin-bottom: 20px;
}
.wrap_home .game_list li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: calc(560/670*100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap_home .game_list li .time,
.wrap_home .game_list li .icon,
.wrap_home .game_list li .info,
.wrap_home .game_list li .btn_share {
  position: absolute;
}
.wrap_home .game_list li .time {
  top: 15px;
  left: 15px;
  padding: 7px 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: normal;
}
.wrap_home .game_list li .time i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-image: url(https://imgs9.gamen.com/web/img/sp-common.png?v=1&CDN=1);
  background-position: -174px -32px;
  background-size: 300px;
}
.wrap_home .game_list li .icon {
  top: 10px;
  right: 10px;
}
.wrap_home .game_list li .icon .donut {
  display: block;
  width: 31px;
  height: 31px;
  background: url("https://imgs9.gamen.com/web/img/main_attend_icon.png?v=1&CDN=1");
  background-size: 31px;
}
.wrap_home .game_list li .btn_share {
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
}
.wrap_home .game_list li .btn_share i {
  display: block;
  width: 18px;
  height: 19px;
  margin: 0 auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: 0 0;
  background-size: 300px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_home .game_list li .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 130%;
  padding: 20px 16px;
  border-radius: 0px 0px 16px 16px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  color: #fff;
}
.wrap_home .game_list li .info h4 {
  line-height: 130%;
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.wrap_home .game_list li .info p {
  line-height: 130%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
}
.wrap_home .game_list li .info .btn_start {
  padding: 9px 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(50px);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.wrap_home .game_list li.small_thumb a {
  padding-top: calc(336/670*100%);
}
.wrap_home .game_list li.small_thumb .info {
  background: transparent;
  backdrop-filter: initial;
}
.wrap_home .home_game_list {
  position: relative;
  padding-right: 20px;
}
.wrap_home .home_game_list .swiper-wrapper {
  height: auto;
}
.wrap_home .home_game_list a {
  display: block;
  overflow: hidden;
}
.wrap_home .home_game_list a .thumb {
  width: 100%;
  height: 0;
  padding-top: calc(208/208*100%);
  margin-bottom: 8px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap_home .home_game_list a .tit_game {
  line-height: 130%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.wrap_home .banner_rank {
  display: block;
  margin-top: 20px;
}
.wrap_home .event_list li:not(:last-child) {
  margin-bottom: 12px;
}
.wrap_home .event_list li a {
  position: relative;
}
.wrap_home .event_list li a .event_date_v2 {
  position: absolute;
  left: 20px;
  bottom: 24px;
  line-height: 130%;
  color: #fff;
  font-size: 13px;
  white-space: initial;
  word-break: initial;
  word-wrap: initial;
}
.wrap_notice {
  padding: 28px 20px 80px;
  background: #F6F6FA;
}
.wrap_notice .btn_fold {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 130%;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #84858A;
}
.wrap_notice .btn_fold .ico_notice {
  width: 19px;
  height: 18px;
  margin-right: 5px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -46px 0;
  background-size: 300px;
}
.wrap_notice .btn_fold .ico_open {
  position: relative;
  right: 2px;
  width: 14px;
  height: 8px;
  margin-left: auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -120px 0;
  background-size: 300px;
}
.wrap_notice .btn_fold.open .ico_open {
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -101px 0;
  background-size: 300px;
}
.wrap_notice .notice_list li {
  position: relative;
  line-height: 150%;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #B3B4B9;
}
.wrap_notice .notice_list li:not(:last-child) {
  margin-bottom: 14px;
}
.wrap_notice .notice_list li:before {
  position: absolute;
  top: 7px;
  left: 8px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #B3B4B9;
  content: '';
}
.wrap_myinfo .row {
  padding: 20px 20px 28px;
}
.wrap_myinfo .row:not(:last-child) {
  border-bottom: 12px solid #F6F6FA;
}
.wrap_myinfo .row .tit_row {
  overflow: hidden;
  line-height: 130%;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #3A3A3F;
}
.wrap_myinfo .row .tit_row .today {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #84858A;
}
.wrap_myinfo .row .tit_row .btn_grade {
  float: right;
  position: relative;
  top: 2px;
  right: -5px;
  padding: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #59595F;
}
.wrap_myinfo .wrap_grade {
  margin-top: 28px;
  text-align: center;
}
.wrap_myinfo .wrap_grade .grade {
  width: 160px;
  height: 160px;
  margin: 0 auto 8px;
}
.wrap_myinfo .wrap_grade .ico_grade {
  display: block;
  width: 136px;
  height: 149px;
  margin: 0 auto;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_1 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: 0 0;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_2 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: 0 -180px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_3 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: 0 -360px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_4 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: 0 -540px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_5 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: 0 -720px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_6 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -190px 0;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_7 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -190px -180px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_8 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -190px -360px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_9 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -190px -543px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_10 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -190px -720px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_11 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -380px -3px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_12 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -380px -183px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_13 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -380px -363px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_14 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -380px -543px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_15 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -380px -723px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_16 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -570px -3px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_17 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -570px -183px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_18 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -570px -363px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_19 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -570px -543px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .ico_grade.grade_20 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_large.png?v=1&CDN=1);
  background-position: -570px -723px;
  background-size: 706px;
}
.wrap_myinfo .wrap_grade .tit_grade {
  margin-bottom: 8px;
}
.wrap_myinfo .wrap_grade .tit_grade i {
  display: block;
  height: 22px;
  margin: 0 auto;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
  background-repeat: no-repeat;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_1 {
  width: 95px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -4px 0;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_2 {
  width: 101px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -1px -32px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_3 {
  width: 101px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -1px -64px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_4 {
  width: 104px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: 0 -96px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_5 {
  width: 101px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -1px -128px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_6 {
  width: 72px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -127px 0;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_7 {
  width: 77px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -125px -32px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_8 {
  width: 78px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -125px -64px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_9 {
  width: 80px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -124px -96px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_10 {
  width: 77px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -125px -128px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_11 {
  width: 70px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -240px 0;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_12 {
  width: 75px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -238px -32px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_13 {
  width: 76px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -237px -64px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_14 {
  width: 78px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -236px -96px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_15 {
  width: 76px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -236px -128px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_16 {
  width: 95px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -340px 0;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_17 {
  width: 100px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -337px -32px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_18 {
  width: 101px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -337px -64px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_19 {
  width: 103px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -336px -96px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .tit_grade i.grade_20 {
  width: 101px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade_txt_large.png?v=1&CDN=1);
  background-position: -337px -128px;
  background-size: 439px;
}
.wrap_myinfo .wrap_grade .txt_grade {
  line-height: 130%;
  font-size: 16px;
  color: #007AFB;
}
.wrap_myinfo .donut_list {
  display: flex;
  margin-top: 28px;
}
.wrap_myinfo .donut_list li {
  padding: 20.5px 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #F6F6FA;
  text-align: center;
}
.wrap_myinfo .donut_list li:first-child {
  width: calc(100% - 127px);
}
.wrap_myinfo .donut_list li:last-child {
  width: 127px;
  margin-left: 12px;
}
.wrap_myinfo .donut_list li .tit_donut {
  line-height: 130%;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #84858A;
}
.wrap_myinfo .donut_list li .cnt {
  line-height: normal;
  font-weight: bold;
  color: #59595F;
  font-size: 20px;
  font-weight: 700;
}
.wrap_myinfo .donut_list li .btn_charge {
  padding: 5px 9px;
  margin-left: 8px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #007AFB;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.wrap_myinfo .cabinet_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 20px;
  margin-top: 12px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #F6F6FA;
  color: #84858A;
  font-size: 16px;
  font-weight: 600;
}
.wrap_myinfo .cabinet_area .cnt {
  color: #59595F;
  font-size: 20px;
  font-weight: bold;
}
.wrap_myinfo .cabinet_area .cnt .ico_arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 18px;
  height: 18px;
}
.wrap_myinfo .cabinet_area .cnt .ico_arrow i {
  display: block;
  position: relative;
  top: 1px;
  width: 8px;
  height: 14px;
  margin: auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -88px 0;
  background-size: 300px;
}
.wrap_myinfo .wrap_nick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  margin-bottom: 12px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #E9EAEF;
  background: #fff;
}
.wrap_myinfo .wrap_nick .nick {
  display: block;
  width: calc(100% - 54px);
  font-weight: 600;
  font-size: 18px;
  color: #59595F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrap_myinfo .wrap_nick .btn_change_nick {
  padding: 5px 9px;
  margin-left: 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #007AFB;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.wrap_myinfo .nick_info_list li {
  position: relative;
  padding-left: 20px;
  line-height: 150%;
  font-size: 13px;
  color: #84858A;
  font-weight: 500;
}
.wrap_myinfo .nick_info_list li:before {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #84858A;
  content: '';
}
.wrap_detail {
  position: relative;
  overflow: hidden;
}
.wrap_detail .bg_game {
  width: 100%;
  height: 0;
  padding-top: calc(774/750*100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap_detail .slide_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 640px;
  min-height: 340px;
  padding: 20px 0 34px;
  margin: 0 auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.wrap_detail .slide_menu .scroll_inner {
  overflow-y: auto;
  padding: 8px 20px 0;
}
.wrap_detail .slide_menu .handler {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  margin: 0 auto;
}
.wrap_detail .slide_menu .handler i {
  display: block;
  position: relative;
  top: 0;
  width: 29px;
  height: 3px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #bdbdbd;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_detail .slide_menu .tit_game {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
  color: #3A3A3F;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}
.wrap_detail .slide_menu .tit_game .btn_share {
  width: 24px;
  height: 24px;
}
.wrap_detail .slide_menu .tit_game .btn_share i {
  display: block;
  width: 18px;
  height: 19px;
  margin: 0 auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -23px 0;
  background-size: 300px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_detail .slide_menu .desc_game {
  margin-bottom: 20px;
  color: #59595F;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.wrap_detail .slide_menu .link_list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 36px;
}
.wrap_detail .slide_menu .link_list li {
  flex: 1;
  padding: 0 5px;
}
.wrap_detail .slide_menu .link_list li:first-child {
  padding-left: 0;
}
.wrap_detail .slide_menu .link_list li:last-child {
  padding-right: 0;
}
.wrap_detail .slide_menu .link_list li a {
  display: block;
  padding: 12px 13px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #F6F6FA;
  color: #84858A;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
}
.wrap_detail .slide_menu .link_list li a i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  background-size: 40px;
}
.wrap_detail .slide_menu .link_list li.link_01 {
  display: block;
}
.wrap_detail .slide_menu .link_list li.link_01 i {
  background-image: url(https://imgs9.gamen.com/web/img/link_01.png?v=1&CDN=1);
}
.wrap_detail .slide_menu .link_list li.link_02 i {
  background-image: url(https://imgs9.gamen.com/web/img/link_02.png?v=1&CDN=1);
}
.wrap_detail .slide_menu .link_list li.link_03 i {
  background-image: url(https://imgs9.gamen.com/web/img/link_03.png?v=1&CDN=1);
}
.wrap_detail .slide_menu .btn_start {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 34px;
  width: auto;
  padding: 16.5px 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #007AFB;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.wrap_detail .slide_menu.open {
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wrap_detail .slide_menu.open .handler {
  display: none;
}
.wrap_detail .slide_menu.open .scroll_inner {
  height: calc(100% - 54px);
  padding-top: 0;
}
.wrap_detail .slide_menu.open .wrap_mission_list {
  display: block;
}
.wrap_detail .slide_menu.open .link_list {
  margin-bottom: 36px;
}
.wrap_detail .slide_menu.open .link_list li.link_01 {
  display: none;
}
.wrap_mission_list {
  display: none;
  margin: 4px 0 20px;
}
.wrap_mission_list h4 {
  line-height: 130%;
  margin-bottom: 10px;
  color: #84858A;
  font-size: 15px;
  font-weight: 600;
}
.wrap_mission_list .mission_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 130%;
  padding: 15px 16px 15px 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6FA;
  font-size: 17px;
  font-weight: 600;
  color: #59595F;
}
.wrap_mission_list .mission_list li:not(:last-child) {
  margin-bottom: 6px;
}
.wrap_mission_list .mission_list li.complete {
  border: 1px solid #E9EAEF;
  background: #F6F6FA;
  color: rgba(89, 89, 95, 0.3);
}
.wrap_mission_list .mission_list li.complete .cnt_donut i {
  opacity: 0.3;
  filter: grayscale(10%);
}
.wrap_mission_list .mission_list .tit_mission {
  flex: 1;
}
.wrap_mission_list .mission_list .cnt_donut {
  flex: none;
  width: 76px;
  height: 22px;
  margin-right: 12px;
  text-align: right;
  font-weight: 700;
}
.wrap_mission_list .mission_list .cnt_donut i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 4px;
}
.wrap_mission_list .mission_list .cnt_donut i.ico_donut {
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -24px -23px;
  background-size: 300px;
}
.wrap_mission_list .mission_list .cnt_donut i.ico_ticket {
  top: -2px;
  width: 24px;
  height: 15px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -192px -45px;
  background-size: 300px;
}
.wrap_mission_list .mission_list .wrap_btn {
  flex: none;
  width: 64px;
}
.wrap_mission_list .mission_list .wrap_btn button {
  width: 64px;
  padding: 6.5px 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #007AFB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-weight: 600;
  font-size: 13px;
  color: #007AFB;
}
.wrap_mission_list .mission_list .wrap_btn button.btn_get {
  background: #007AFB;
  color: #fff;
}
.wrap_mission_list .mission_list .wrap_btn button.btn_ok {
  border: 1px solid #E9EAEF;
  background: #E9EAEF;
  color: #C2C3C8;
}
.wrap_ranking .row {
  padding: 0 20px;
}
.wrap_ranking .row.no_pd {
  padding: 0;
}
.wrap_ranking .slider_game_list {
  padding: 0 12px;
  border-bottom: 1px solid #F2F3F5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap_ranking .game_list li {
  width: auto;
  padding: 0 8px;
}
.wrap_ranking .game_list li a {
  display: block;
  position: relative;
  line-height: 130%;
  padding: 11.5px 4px;
  color: #3A3A3F;
  font-size: 16px;
}
.wrap_ranking .game_list li.on a {
  font-weight: bold;
}
.wrap_ranking .game_list li.on a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #161A2A;
  content: '';
}
.wrap_ranking .sort_mnu {
  display: flex;
  justify-content: space-between;
  width: 303px;
  padding: 6px;
  margin: 24px auto 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6FA;
}
.wrap_ranking .sort_mnu li a {
  display: block;
  width: 80px;
  line-height: 24px;
  padding: 4px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.wrap_ranking .sort_mnu li.on a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #fff;
}
.wrap_ranking .period {
  line-height: 130%;
  margin-bottom: 16px;
  text-align: center;
  color: #84858A;
  font-size: 14px;
}
.wrap_ranking .wrap_ranking_list {
  margin-bottom: 40px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li {
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 16px;
  border: 1px solid #E9EAEF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #fff;
}
.wrap_ranking .wrap_ranking_list .ranking_list li:not(:last-child) {
  margin-bottom: 10px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li.my_ranking {
  border: 1px solid #f6f6f6;
  background: #F6F6FA;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col {
  font-size: 15px;
  font-weight: 900;
  color: #3A3A3F;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col.col_rank {
  width: 48px;
  margin-right: 14px;
  text-align: center;
  font-size: 22px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col.col_rank.rank_5 {
  font-size: 14px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col.col_rank.rank_4 {
  font-size: 16px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col.col_rank.rank_3 {
  font-size: 18px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col.col_rank.rank_2 {
  font-size: 20px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col.col_nick {
  display: flex;
  align-items: center;
  width: calc(100% - 164px);
  margin-right: 7px;
  font-size: 15px;
  font-weight: 600;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col.col_nick .wrap_nick {
  display: flex;
  width: calc(100% - 48px);
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col.col_nick .nick {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col.col_nick .me {
  display: inline-block;
  width: 25px;
  margin-left: 2px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .col:last-child {
  width: 95px;
  margin-left: auto;
  text-align: right;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .grade {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade {
  display: block;
  width: 32px;
  height: 34px;
  margin: 0 auto;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_1 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -3px 0;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_2 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -1px -44px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_3 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -2px -88px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_4 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: 0 -132px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_5 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -1px -176px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_6 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px 0;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_7 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px -44px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_8 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px -88px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_9 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px -132px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_10 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -49px -176px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_11 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px 0;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_12 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px -44px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_13 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px -88px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_14 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px -132px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_15 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -97px -176px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_16 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px 0;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_17 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px -44px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_18 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px -88px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_19 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px -132px;
  background-size: 177px;
}
.wrap_ranking .wrap_ranking_list .ranking_list li .ico_grade.grade_20 {
  background-image: url(https://imgs9.gamen.com/web/img/sp_grade.png?v=1&CDN=1);
  background-position: -145px -176px;
  background-size: 177px;
}
.wrap_event .event_inner {
  position: relative;
  padding: 46px 24px 48px;
}
.wrap_event .event_inner .top_area {
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}
.wrap_event .event_inner .top_area h4 {
  line-height: 130%;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 700;
}
.wrap_event .event_inner .top_area h1 {
  margin: 0 auto 12px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_event .event_inner .top_area .period {
  line-height: 130%;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
}
.wrap_attend {
  background: #0D0F71;
}
.wrap_attend .top_area h1 {
  width: 295px;
  height: 49px;
  background: url("https://imgs9.gamen.com/web/img/tit_attend_240617.png?v=2&CDN=1");
  background-size: cover;
}
.wrap_attend .attend_cnt {
  position: relative;
  z-index: 2;
  width: 267px;
  padding: 16px 18px 16px 14px;
  margin: 0 auto 24px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #3A3A3F;
  font-size: 14px;
  font-weight: 600;
}
.wrap_attend .attend_cnt li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 130%;
  font-size: 16px;
}
.wrap_attend .attend_cnt li:not(:last-child) {
  margin-bottom: 12px;
}
.wrap_attend .attend_cnt .col {
  display: flex;
  align-items: center;
}
.wrap_attend .attend_cnt i {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.wrap_attend .attend_cnt i.ico_attend {
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -35px -125px;
  background-size: 300px;
}
.wrap_attend .attend_cnt i.ico_point {
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -66px -125px;
  background-size: 300px;
}
.wrap_attend .attend_cnt b {
  display: block;
  line-height: 105%;
  color: #1E1E22;
  font-size: 21px;
}
.wrap_attend .attend_game {
  padding: 16.5px;
  margin: 0 auto;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.wrap_attend .attend_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 560px;
  margin: 0 auto;
}
.wrap_attend .attend_list li {
  width: calc(100%/6);
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap_attend .attend_list li button {
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(36 / 36 * 100%);
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_attend .attend_list li button.btn_attend {
  background-image: url(https://imgs9.gamen.com/web/img/btn_attend_v3.png?v=1&CDN=1);
}
.wrap_attend .attend_list li button.btn_attend.complete {
  background-image: url(https://imgs9.gamen.com/web/img/btn_attend_complete_v3.png?v=1&CDN=1);
}
.wrap_attend .attend_list li button.btn_reward {
  background-image: url(https://imgs9.gamen.com/web/img/btn_reward_v3.png?v=1&CDN=1);
}
.wrap_attend .attend_list li button.btn_reward.complete {
  background-image: url(https://imgs9.gamen.com/web/img/btn_reward_complete_v3.png?v=1&CDN=1);
}
.wrap_attend .btn_attend_full {
  display: block;
  width: 100%;
  padding: 14px 0;
  margin: 28px auto 42px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #007AFB;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.wrap_attend .btn_attend_full.off {
  background: #E9EAEF;
  color: #C2C3C8;
}
.wrap_roulette {
  overflow: hidden;
  background: #007AFB;
}
.wrap_roulette:after {
  z-index: 1;
  position: absolute;
  bottom: -138px;
  left: -230px;
  right: -230px;
  opacity: 0.2;
  height: 702px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0D0F71;
  content: '';
}
.wrap_roulette .top_area {
  position: relative;
  z-index: 2;
  margin-bottom: 25px !important;
}
.wrap_roulette .top_area h1 {
  width: 207px;
  height: 49px;
  background: url("https://imgs9.gamen.com/web/img/tit_roulette_240617.png?v=2&CDN=1");
  background-size: cover;
}
.wrap_roulette .win_area {
  display: flex;
  margin-bottom: 25px;
  border: 2px solid #0d0f71;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 13px;
  letter-spacing: -0.05em;
}
.wrap_roulette .win_area .tit_win {
  position: relative;
  left: -2px;
  width: 72px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #0d0f71;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.wrap_roulette .win_area .wrap_txt {
  overflow: hidden;
  position: relative;
  left: -2px;
  width: calc(100% - 72px);
  height: 35px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.wrap_roulette .win_area .wrap_txt .win_product {
  color: #da1984;
}
.wrap_roulette .roulette_cnt {
  position: relative;
  z-index: 2;
  width: 281px;
  padding: 16px 18px;
  margin: 0 auto 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
  background: #fff;
  color: #59595F;
  font-size: 16px;
  font-weight: 600;
}
.wrap_roulette .roulette_cnt li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 130%;
}
.wrap_roulette .roulette_cnt li:not(:last-child) {
  margin-bottom: 6px;
}
.wrap_roulette .roulette_cnt .col {
  display: flex;
  align-items: center;
}
.wrap_roulette .roulette_cnt i {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  background-size: cover;
}
.wrap_roulette .roulette_cnt i.ico_ticket {
  background-image: url(https://imgs9.gamen.com/web/img/ico_r_wealth.png?v=1&CDN=1);
}
.wrap_roulette .roulette_cnt i.ico_donut {
  background-image: url(https://imgs9.gamen.com/web/img/ico_r_donut.png?v=1&CDN=1);
}
.wrap_roulette .roulette_cnt i.ico_point {
  background-image: url(https://imgs9.gamen.com/web/img/ico_r_point.png?v=1&CDN=1);
}
.wrap_roulette .roulette_cnt b {
  display: block;
  color: #1E1E22;
  font-size: 21px;
}
.wrap_roulette .roulette_game {
  position: relative;
  z-index: 2;
  width: 284px;
  height: 284px;
  padding: 10px 0 34px;
  margin: 0 auto;
}
.wrap_roulette .roulette_game .roulette {
  position: relative;
  width: 284px;
  height: 284px;
}
.wrap_roulette .roulette_game .roulette-bg {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 284px;
  height: 284px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.wrap_roulette .roulette_game .roulette-w {
  width: 283px;
  height: 283px;
  background-image: url("https://imgs9.gamen.com/web/img/bg_roulette_250429.png?v=6&CDN=1");
  background-size: cover;
  transform-origin: center;
  transition-timing-function: ease-in-out;
  transition: 2s;
}
.wrap_roulette .roulette_game .roulette-arrow {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 53px;
  height: 69px;
  background-image: url("https://imgs9.gamen.com/web/img/pin_roulette_240617.png?v=1&CDN=1");
  background-size: cover;
}
.wrap_roulette .roulette_game .roulette-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 118px;
  height: 118px;
  background-image: url("https://imgs9.gamen.com/web/img/center_roulette_240617.png?v=1&CDN=1");
  background-size: cover;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_roulette .roulette_game .hidden-input {
  display: none;
}
.wrap_roulette .roulette_game .btn_cabinet {
  display: block;
  position: absolute;
  right: -30px;
  bottom: 22px;
  width: 56px;
  height: 58px;
  background-image: url("https://imgs9.gamen.com/web/img/btn_cabinet_v2.png?v=1&CDN=1");
  background-size: cover;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_cabinet {
  background: #F6F6FA;
}
.wrap_cabinet .top_area {
  height: 44px;
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #3A3A3F;
  font-size: 14px;
}
.wrap_cabinet .coupon_area {
  padding: 20px 24px;
}
.wrap_cabinet .coupon_area .empty {
  top: 44px;
}
.wrap_cabinet .coupon_area .empty .empty_content .btn_play {
  margin-top: 32px;
  display: inline-block;
  padding: 13.5px 20px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background: #007AFB;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.wrap_cabinet .coupon_area .coupon_list li:not(:last-child) {
  margin-bottom: 16px;
}
.wrap_cabinet .coupon_area .coupon_list li.complete .left_area .thumb {
  opacity: 0.4;
  filter: grayscale(10%);
}
.wrap_cabinet .coupon_area .coupon_list li.complete .left_area .info {
  opacity: 0.4;
  filter: grayscale(10%);
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon {
  display: flex;
  width: 100%;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .left_area {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 24px 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .left_area .thumb {
  width: 64px;
  height: 64px;
  margin-right: 20px;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .left_area .thumb img {
  max-width: 100%;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .left_area .info {
  width: calc(100% - 84px);
  line-height: 130%;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .left_area .info .tit_coupon {
  margin-bottom: 11px;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .left_area .info .tit_coupon .prd_name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: keep-all;
  font-weight: bold;
  font-size: 16px;
  color: #3A3A3F;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .left_area .info .tit_coupon .balance {
  display: block;
  line-height: 130%;
  color: #84858A;
  font-size: 14px;
  font-weight: 500;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .left_area .info .brand {
  margin-bottom: 4px;
  color: #007AFB;
  font-size: 14px;
  font-weight: 500;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .left_area .info .period {
  color: #84858A;
  font-size: 13px;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .right_area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 1px;
  width: 80px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .right_area:before {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #F2F3F5;
  content: '';
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .right_area .btn_use {
  width: 100%;
  height: 100%;
  color: #232634;
  font-size: 14px;
  font-weight: 500;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .right_area .btn_use .wrap_icon {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .right_area .btn_use i {
  display: block;
  width: 20px;
  height: 17px;
  margin: 0 auto;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -160px 0;
  background-size: 300px;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .right_area .btn_use.complete {
  color: #C2C3C8;
}
.wrap_cabinet .coupon_area .coupon_list .wrap_coupon .right_area .btn_use.complete i {
  width: 18px;
  height: 13px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -185px 0;
  background-size: 300px;
}
.wrap_terms {
  padding: 24px 20px;
}
.wrap_terms .top_txt {
  line-height: 130%;
  margin-bottom: 32px;
  color: #1E1E22;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.wrap_terms .chk_all {
  margin-bottom: 24px;
}
.wrap_terms .chk_all .chk_label {
  line-height: 130%;
  color: #3A3A3F;
  font-size: 18px;
  font-weight: bold;
}
.wrap_terms .chk_all .chk_label input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.wrap_terms .chk_all .chk_label input[type=checkbox] + .chk_btn {
  width: 24px;
  height: 24px;
}
.wrap_terms .chk_all .chk_label input[type=checkbox] + .chk_btn i {
  top: 1px;
  width: 22px;
  height: 22px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: 0 -59px;
  background-size: 300px;
}
.wrap_terms .chk_all .chk_label input[type=checkbox]:checked + .chk_btn i {
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -27px -59px;
  background-size: 300px;
}
.wrap_terms .chk_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  line-height: 130%;
}
.wrap_terms .chk_list li:not(:last-child) {
  margin-bottom: 16px;
}
.wrap_terms .chk_list li .btn_more {
  display: block;
  width: 25px;
  height: 18px;
  color: #84858A;
  font-size: 14px;
}
.wrap_terms .chk_list .chk_label {
  line-height: 24px;
  color: #59595F;
  font-size: 16px;
}
.wrap_terms .chk_list .chk_label input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.wrap_terms .chk_list .chk_label input[type=checkbox] + .chk_btn {
  width: 24px;
  height: 24px;
}
.wrap_terms .chk_list .chk_label input[type=checkbox] + .chk_btn i {
  top: 8px;
  width: 15px;
  height: 9px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -207px 0;
  background-size: 300px;
}
.wrap_terms .chk_list .chk_label input[type=checkbox]:checked + .chk_btn i {
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -226px 0;
  background-size: 300px;
}
.wrap_terms .bottom_area {
  position: fixed;
  bottom: 0;
  left: 20px;
  right: 20px;
}
.wrap_terms .bottom_area .btn_start {
  width: 100%;
  padding: 16.5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #E9EAEF;
  color: #C2C3C8;
  font-size: 18px;
  font-weight: 500;
}
.wrap_terms .bottom_area .btn_start.on {
  background: #007AFB;
  color: #fff;
  font-weight: 600;
}
.wrap_terms .bottom_area .btn_close {
  display: block;
  width: 100%;
  line-height: 130%;
  margin: 16px 0 34px;
  text-align: center;
  color: #B3B4B9;
  font-size: 18px;
  font-weight: 600;
}
.wrap_tutorial {
  z-index: 101;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0 12px 40px;
  background: rgba(0, 0, 0, 0.85);
}
.wrap_tutorial .swiper-container {
  height: 100%;
}
.wrap_tutorial .swiper-container img {
  margin: 0 auto;
}
.wrap_tutorial .swiper-container-horizontal > .swiper-pagination-bullets,
.wrap_tutorial .swiper-pagination-custom,
.wrap_tutorial .swiper-pagination-fraction {
  bottom: 0;
}
.wrap_tutorial .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.wrap_tutorial .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #898989;
  opacity: 1;
}
.wrap_tutorial .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.wrap_tutorial .swiper-button-next.swiper-button-disabled,
.wrap_tutorial .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.wrap_tutorial .bottom_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 177px;
  height: 19px;
  margin: 0 auto;
}
.wrap_tutorial .bottom_area .swiper-button-next,
.wrap_tutorial .bottom_area .swiper-button-prev {
  position: absolute;
  top: 3px;
  margin: 0;
  width: 10px;
  height: 13px;
  background-size: cover;
}
.wrap_tutorial .bottom_area .swiper-button-next {
  right: 0;
  background-image: url(https://imgs9.gamen.com/web/img/arrow_right.png?v=1&CDN=1);
}
.wrap_tutorial .bottom_area .swiper-button-prev {
  left: 0;
  background-image: url(https://imgs9.gamen.com/web/img/arrow_left.png?v=1&CDN=1);
}
.daily_mission_list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F6FA;
  font-size: 13px;
  font-weight: 600;
  color: #1E1E22;
}
.daily_mission_list li:not(:last-child) {
  margin-bottom: 5px;
}
.daily_mission_list li.complete {
  border: 1px solid #E9EAEF;
  background: #F6F6FA;
  color: rgba(89, 89, 95, 0.3);
}
.daily_mission_list li.complete .cnt_donut i {
  opacity: 0.3;
  filter: grayscale(10%);
}
.daily_mission_list li.complete .thumb img {
  opacity: 0.3;
  filter: grayscale(10%);
}
.daily_mission_list .thumb {
  width: 40px;
  height: 40px;
  margin-right: 13px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.daily_mission_list .thumb img {
  max-width: 100%;
}
.daily_mission_list .tit_mission {
  flex: 1;
  line-height: 15px;
  font-size: 12px;
  color: #000;
}
.daily_mission_list .cnt_donut {
  flex: none;
  width: 64px;
  margin-right: 12px;
  text-align: right;
  font-weight: 700;
}
.daily_mission_list .cnt_donut i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 4px;
}
.daily_mission_list .cnt_donut i.ico_donut {
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -24px -23px;
  background-size: 300px;
}
.daily_mission_list .cnt_donut i.ico_ticket {
  top: -2px;
  width: 24px;
  height: 15px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -192px -45px;
  background-size: 300px;
}
.daily_mission_list .cnt_donut i.ico_point {
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -252px -51px;
  background-size: 300px;
}
.daily_mission_list .wrap_btn {
  flex: none;
  width: 60px;
}
.daily_mission_list .wrap_btn button {
  display: block;
  width: 60px;
  padding: 7px 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #007AFB;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #007AFB;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.daily_mission_list .wrap_btn button.btn_ok {
  border: 1px solid #d1d1d1;
  background: #d1d1d1;
  color: #828282;
}
.wrap_board_list {
  padding: 10px 20px 0;
}
.wrap_board_list .board_list li {
  border-bottom: 1px solid #F2F3F5;
}
.wrap_board_list .board_list a {
  display: block;
  padding: 20px 0;
}
.wrap_board_list .board_list .text {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  color: #3A3A3F;
}
.wrap_board_list .board_list .text .ico_new {
  width: 18px;
  height: 18px;
  background-image: url(https://imgs9.gamen.com/web/img/ico_new.png?v=1&CDN=1);
  background-size: 18px;
}
.wrap_board_list .board_list .date {
  padding-top: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  color: #84858A;
}
.wrap_board_detail .board_header {
  padding: 20px;
}
.wrap_board_detail .board_header h3 {
  padding-bottom: 4px;
  color: #3A3A3F;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.wrap_board_detail .board_header p {
  color: #84858A;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.wrap_board_detail .board_rank_list {
  background: #007AFB;
  padding: 24px 20px 36px 20px;
}
.wrap_board_detail .board_rank_list .ranking_box {
  padding: 20px 0;
  margin-bottom: 36px;
}
.wrap_board_detail .board_rank_list .win_list:last-child .ranking_box {
  margin-bottom: 0;
}
.wrap_board_detail .board_rank_list .game_tit {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.wrap_board_detail .board_rank_list .game_tit .thumb {
  width: 42px;
  height: 42px;
  margin-right: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.wrap_board_detail .board_rank_list .game_tit .title {
  padding-top: 4px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.wrap_board_detail .wrap_event_info {
  background: #E6E7ED;
  padding: 36px 20px 80px;
}
.wrap_board_detail .wrap_event_info .info_list {
  padding: 36px 40px 40px;
  background: #fff;
  border-radius: 16px;
}
.wrap_board_detail .wrap_event_info .info_list > li:not(:last-child) {
  margin-bottom: 36px;
}
.wrap_board_detail .wrap_event_info .info_list h4 {
  margin: 0 auto 12px;
  color: #1E1E22;
  border: 1px solid #1E1E22;
}
.wrap_board_detail .wrap_event_info .btn_blue {
  margin-top: 22px;
  width: 100%;
  padding: 16.5px 55px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  background: #007AFB;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.wrap_invite {
  background: #0D0F71;
}
.wrap_invite.new_member .top_area .top_img {
  width: 306px;
  height: 179px;
  margin: 10px auto 24px;
  background-image: url(https://imgs9.gamen.com/web/img/top_invite2.png?v=2&CDN=1);
}
.wrap_invite.new_member .wrap_event_info._v2 .mission_list {
  margin-top: 42px;
}
.wrap_invite.new_member .wrap_event_info._v2 .mission_list li {
  display: block;
  text-align: center;
}
.wrap_invite.new_member .wrap_event_info._v2 .mission_list li:not(:last-child) {
  margin-bottom: 24px;
}
.wrap_invite.new_member .wrap_event_info._v2 .mission_list li .flag_black {
  margin: 0 auto 10px;
}
.wrap_invite.new_member .wrap_event_info._v2 .mission_list li .tit_mission {
  line-height: 130%;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
}
.wrap_invite .top_area {
  margin-bottom: 42px !important;
}
.wrap_invite .top_area h1 {
  width: 283px;
  height: 84px;
  background: url("https://imgs9.gamen.com/web/img/tit_invite.png?v=1&CDN=1");
  background-size: cover;
}
.wrap_invite .top_area h4 {
  margin-bottom: 12px !important;
}
.wrap_invite .top_area .top_img {
  width: 304px;
  height: 220px;
  margin: 10px auto 0;
  background-image: url(https://imgs9.gamen.com/web/img/top_invite1.png?v=2&CDN=1);
  background-size: contain;
  max-width: 100%;
  background-repeat: no-repeat;
}
.wrap_invite .top_area .wrap_invite_point {
  padding: 0 30px;
}
.wrap_invite .top_area .wrap_invite_point .invite_point {
  display: flex;
  align-items: center;
  max-width: 534px;
  line-height: 130%;
  padding: 14px 18px 14px 14px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #1E1E22;
  font-size: 16px;
  font-weight: 600;
}
.wrap_invite .top_area .wrap_invite_point .invite_point .ico_point {
  display: block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  background-image: url(https://imgs9.gamen.com/web/img/sp_renew_common.png?v=12&CDN=1);
  background-position: -66px -125px;
  background-size: 300px;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_invite .top_area .wrap_invite_point .invite_point .col_point {
  flex: 1;
  line-height: 105%;
  font-size: 21px;
  font-weight: 700;
  text-align: right;
}
