@charset "utf-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/pretendard.css");
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
form,
fieldset,
legend,
hr,
fieldset,
legend,
button,
select,
textarea,
input,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img,
iframe {
  border: 0;
  vertical-align: top;
}
textarea,
select,
button {
  vertical-align: top;
}
fieldset,
input {
  border: 0;
}
img {
  -ms-interpolation-mode: bicubic;
}
legend,
caption,
.blind {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.visible {
  visibility: visible;
  overflow: auto;
  width: auto;
  height: auto;
  font-size: 100%;
  line-height: normal;
}
.hidden {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
  left: -9999px;
}
.show {
  display: block !important;
}
.hide,
.none {
  display: none !important;
}
a,
a:hover,
a:focus {
  text-decoration: 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;
}
body {
  overflow-y: scroll;
}
body,
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  overflow: visible;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
a,
label,
button {
  -webkit-tap-highlight-color: transparent;
}
input,
select,
textarea {
  outline: none;
  border: none;
}
:focus {
  outline: none;
}
::-ms-expand {
  display: none;
}
/* PC */
/* 모바일 */
/* ui */
select,
input[type="text"],
input[type="password"],
textarea {
  width: 100%;
  border: 1px solid #cbcbcb;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  padding: 16px 20px;
  font-weight: 500;
  line-height: 26px;
  resize: none;
  overflow-y: auto;
  border: none;
  background: #3d3d4a;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::placeholder {
  color: #a3a3b6;
}
textarea::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff url('/image/select.png?v=1&CDN=1') no-repeat;
  background-position: calc(100% - 30px) center;
}
label {
  position: relative;
}
input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=checkbox] {
  position: relative;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: middle;
}
input[type=checkbox] + .chk_btn {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -416px 0;
}
input[type=checkbox]:checked + .chk_btn {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -441px 0;
}
input[type=radio] {
  position: relative;
  opacity: 0;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
}
input[type=radio] + .chk_btn {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -469px 0;
}
input[type=radio]:checked + .chk_btn {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -495px 0;
}
.side_wrap {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
}
.side_wrap .side_wrap_inner {
  width: 434px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  overflow-x: hidden;
  background: #1a1b28;
  transition: all 0.5s ease;
  overflow: hidden;
  z-index: 101;
}
.side_wrap .side_wrap_inner._left {
  left: 0;
  right: initial;
}
.side_wrap .top_header {
  position: relative;
  padding: 31px 0 32px;
  text-align: center;
}
.side_wrap .top_header h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.side_wrap .top_header .btn_close {
  position: absolute;
  top: 26px;
  right: 22px;
  padding: 8px;
}
.side_wrap .top_header .btn_close i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -232px -109px;
}
.side_wrap .top_header .btn_prev {
  position: absolute;
  top: 26px;
  left: 22px;
  padding: 8px;
}
.side_wrap .top_header .btn_prev i {
  display: block;
  width: 9px;
  height: 16px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -694px 0;
}
.side_wrap .row {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side_wrap .row.row_tab {
  padding: 0;
  margin-top: 40px;
}
.side_wrap .row_scroll {
  height: calc(100vh - 87px);
  overflow: hidden;
  overflow-y: auto;
}
.side_wrap .row_scroll::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.side_wrap .row_scroll::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.side_wrap .row_scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.side_wrap .profile {
  left: -4px;
}
.side_wrap .side_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=50);
}
.side_mypage_wrap .my_info {
  position: relative;
  top: -2px;
}
.side_mypage_wrap .my_cash {
  padding: 28px 30px 0;
}
.side_mypage_wrap .my_cash .my_cash_box {
  padding: 18px 20px 22px;
  background: #39364d;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.side_mypage_wrap .my_cash ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side_mypage_wrap .my_cash hr {
  margin: 14px 0 20px 0;
  border-color: #49465b;
}
.side_mypage_wrap .my_cash .cash_info li {
  color: #ecebee;
}
.side_mypage_wrap .my_cash .cash_info li i {
  display: inline-block;
  width: 37px;
  height: 32px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -205px -149px;
}
.side_mypage_wrap .my_cash .cash_info li span {
  position: relative;
  top: 2px;
  font-weight: 300;
}
.side_mypage_wrap .my_cash .cash_info li b {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.side_mypage_wrap .my_cash .cash_btns li {
  position: relative;
}
.side_mypage_wrap .my_cash .cash_btns li a {
  display: flex;
  align-items: center;
  color: #ecebee;
  font-weight: 300;
}
.side_mypage_wrap .my_cash .cash_btns li a i {
  display: inline-block;
  margin-right: 8px;
}
.side_mypage_wrap .my_cash .cash_btns li:nth-child(1) i {
  position: relative;
  top: 1px;
  width: 16px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -107px -149px;
}
.side_mypage_wrap .my_cash .cash_btns li:nth-child(2) i {
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -137px -149px;
}
.side_mypage_wrap .my_cash .cash_btns li:nth-child(3) i {
  width: 18px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -169px -149px;
}
.side_mypage_wrap .my_cash .cash_btns li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #49465b;
  right: -20px;
  top: 4px;
}
.side_mypage_wrap .my_menu {
  padding: 21px 30px 20px;
}
.side_mypage_wrap .my_menu:after {
  content: '';
  clear: both;
  display: block;
}
.side_mypage_wrap .my_menu li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side_mypage_wrap .my_menu li a {
  display: block;
  padding: 12px 5px;
  color: #ecebee;
}
.side_mypage_wrap .my_menu li:nth-child(2n) {
  padding-left: 7px;
}
.pop_comingsoon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -122px;
}
.mygame_wrap .my_profile {
  padding: 0 30px 29px;
}
.mygame_wrap .my_profile .profile._small {
  padding-right: 8px;
}
.mygame_wrap .mygame_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  gap: 16px 0;
  margin-top: 28px;
  padding: 0 30px 28px;
  height: calc(100vh - 276px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}
.mygame_wrap .mygame_list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.mygame_wrap .mygame_list::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mygame_wrap .mygame_list::-webkit-scrollbar-track {
  background-color: transparent;
}
.mygame_wrap .mygame_list li {
  width: 179px;
  height: 179px;
}
.mygame_wrap .mygame_list li a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mygame_wrap .tab_inner {
  margin-top: 30px;
  text-align: center;
}
.mygame_wrap .tab_inner .logout_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 30px;
  padding: 0 24px;
  height: 62px;
  line-height: 62px;
  color: #b7b5c4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #282a3a;
}
.mygame_wrap .tab_inner .logout_text p {
  position: relative;
  left: -1px;
  top: 1px;
}
.mygame_wrap .tab_inner .logout_text .img_box {
  position: relative;
  width: 65px;
  height: 100%;
}
.mygame_wrap .tab_inner .logout_text .img_box i {
  position: absolute;
  bottom: 0;
  display: block;
  width: 65px;
  height: 70px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -665px -212px;
}
.mygame_wrap .tab_inner .text {
  margin: 35px 30px 28px;
  font-size: 18px;
  line-height: 28px;
  color: #ecebee;
}
.mygame_wrap .tab_inner .sns_list_btns {
  padding: 0 30px;
}
.mygame_wrap._logout .my_profile {
  display: none;
}
.mygame_wrap._logout .top_header {
  padding: 31px 0 33px;
}
.mygame_wrap._logout .mygame_list {
  height: calc(100vh - 189px);
}
.sign_wrap h3 {
  font-size: 20px;
  padding: 21px 0 32px;
  font-weight: 500;
  text-align: center;
}
.sign_wrap .title_box {
  padding: 38px 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ecebee;
}
.sign_wrap .title_box .line {
  width: 105px;
  height: 1px;
  background: #30323c;
}
.sign_wrap .btn_login {
  background: #252639;
  color: #4b4b58;
  font-weight: bold;
  justify-content: center;
}
.sign_wrap .btn_login.on {
  background: #ff5307;
  color: #fff;
}
.sign_wrap.login_wrap .login_keep {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 12px 23px;
}
.sign_wrap.login_wrap .btn_find_pw {
  font-size: 14px;
  color: #ff9161;
  font-weight: 300;
}
.sign_wrap.login_wrap .info_text {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 62px;
  line-height: 62px;
  padding: 0 24px;
  margin-bottom: 30px;
  color: #b7b5c4;
  border-radius: 8px;
  background: #282a3a;
}
.sign_wrap.login_wrap .info_text i {
  width: 24px;
  height: 23px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -520px -350px;
}
.sign_wrap.login_wrap .tab_inner {
  padding: 30px;
}
.sign_wrap.join_wrap .title_box .line {
  width: 134px;
}
.sign_wrap.sign_gamen_wrap .profile {
  width: 96px;
  margin: 0 auto 25px;
  left: 0;
}
.sign_wrap.sign_gamen_wrap .btn_profile_upload {
  bottom: 0;
  right: -10px;
}
.sign_wrap.sign_gamen_wrap .input_box:not(:first-child) {
  margin-top: 36px;
}
.sign_wrap.sign_gamen_wrap .btn_join {
  width: 100%;
  margin: 44px 0;
  height: 50px;
  padding: 0 20px;
  border: 0 none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.findpw_wrap .info_txt {
  padding-top: 17px;
  padding-bottom: 40px;
  color: #ecebee;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.findpw_wrap .btn_ok {
  margin-top: 44px;
  width: 100%;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 50px;
}
.findpw_wrap.findpw_step2_wrap .img_box {
  width: 162px;
  margin: 22px auto 18px;
  position: relative;
  right: -25px;
}
.findpw_wrap.findpw_step2_wrap .btn_ok {
  margin-top: 10px;
}
.my_profile_wrap .row {
  padding: 14px 22px;
}
.my_profile_wrap .profile_list:after {
  content: '';
  clear: both;
  display: block;
}
.my_profile_wrap .profile_list li {
  position: relative;
  float: left;
  padding: 8px;
  width: 130px;
  height: 130px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.my_profile_wrap .profile_list li a {
  display: block;
}
.my_profile_wrap .profile_list li .img_box {
  position: relative;
  width: 114px;
  height: 114px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.my_profile_wrap .profile_list li.btn_profile_add .img_box {
  height: 100%;
  background: #46425f;
}
.my_profile_wrap .profile_list li.btn_profile_add label {
  width: 100%;
  height: 100%;
  display: block;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.my_profile_wrap .profile_list li.btn_profile_add label i {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -13px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -656px 0;
}
.my_profile_wrap .profile_list li.on .img_box {
  border: 4px solid #ff5307;
}
.my_profile_wrap .profile_list li.on .img_box:after {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -353px -218px;
}
.inq_wrap .top_header {
  padding: 31px 0 30px;
}
.inq_wrap .title {
  padding: 0 30px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #807b9c;
}
.inq_wrap ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 30px;
  color: #ecebee;
}
.inq_wrap ul .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 24px;
  margin-right: 14px;
}
.inq_wrap ul .text {
  width: calc(100% - 50px);
}
.inq_wrap ul i {
  display: inline-block;
}
.inq_wrap ul i.icon_arrow {
  width: 9px;
  height: 16px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -300px -109px;
}
.inq_wrap ul i.icon_link {
  width: 19px;
  height: 18px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -268px -109px;
}
.inq_wrap ul:first-of-type {
  margin-bottom: 23px;
}
.inq_wrap ul:first-of-type li:nth-child(1) .icon_menu,
.inq_wrap ul:first-of-type li:nth-child(2) .icon_menu {
  width: 30px;
  height: 24px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -323px -109px;
}
.inq_wrap ul:first-of-type li:nth-child(3) .icon_menu {
  width: 24px;
  height: 24px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -365px -109px;
}
.inq_wrap ul:first-of-type li:nth-child(4) .icon_menu {
  width: 27px;
  height: 23px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -442px -109px;
  position: relative;
  right: -1px;
}
.inq_wrap ul:last-of-type li:nth-child(1) .icon_menu {
  width: 26px;
  height: 24px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -482px -109px;
  position: relative;
  right: -1px;
}
.inq_wrap ul:last-of-type li:nth-child(2) .icon_menu {
  width: 27px;
  height: 24px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -521px -109px;
  position: relative;
  right: -1px;
}
.inq_wrap ul:last-of-type li:nth-child(3) .icon_menu {
  width: 27px;
  height: 24px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -560px -109px;
  position: relative;
  right: -1px;
}
.inq_wrap ul:last-of-type li:nth-child(4) .icon_menu {
  width: 33px;
  height: 24px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -400px -109px;
}
.inq_wrap ul:last-of-type li:nth-child(5) .icon_menu {
  width: 25px;
  height: 24px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -600px -109px;
  position: relative;
  right: -1px;
}
.profile_modify_wrap .row,
.profile_add_modify_wrap .row {
  padding: 0 30px 34px;
}
.profile_modify_wrap .input_box .btn_right,
.profile_add_modify_wrap .input_box .btn_right {
  width: 91px;
}
.profile_modify_wrap .input_box.input_btn_box input[type="text"],
.profile_add_modify_wrap .input_box.input_btn_box input[type="text"],
.profile_modify_wrap .input_box.input_btn_box input[type="password"],
.profile_add_modify_wrap .input_box.input_btn_box input[type="password"] {
  width: calc(100% - 91px);
}
.profile_modify_wrap .input_box:not(:first-child),
.profile_add_modify_wrap .input_box:not(:first-child) {
  margin-top: 36px;
}
.profile_modify_wrap .btn_save,
.profile_add_modify_wrap .btn_save {
  width: 100%;
  margin: 44px 0;
  height: 50px;
  padding: 0 20px;
  border: 0 none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.profile_modify_wrap .bg_img_area .thumb {
  height: 114px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.profile_modify_wrap .bg_img_area:hover:after {
  display: none;
}
.profile_modify_wrap .bg_img_area .bottom_btns {
  display: block;
  bottom: inherit;
  top: 50%;
  margin-top: -20px;
  right: 50%;
  margin-right: -45px;
}
.profile_modify_wrap .bg_img_area .bottom_btns .btn {
  border: 0;
  background: #46425f;
  width: 40px;
}
.profile_modify_wrap .bg_img_area .btn_bg_upload i {
  margin-right: 0;
}
.profile_modify_wrap .mypage_info {
  padding-bottom: 20px;
}
.profile_modify_wrap .mypage_info .col.left {
  position: relative;
  top: -26px;
  padding-left: 20px;
}
.profile_modify_wrap .mypage_info .profile {
  width: 96px;
  height: 96px;
}
.profile_modify_wrap .mypage_info .profile .thumb {
  width: 96px;
  height: 96px;
}
.profile_modify_wrap .mypage_info .profile:hover:after {
  display: none;
}
.profile_modify_wrap .mypage_info .btn_profile_upload {
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
}
.profile_modify_wrap form {
  position: relative;
  top: 2px;
}
.profile_modify_wrap .language_wrap .btn_lang {
  padding: 13px 28px 13px 16px;
  font-size: 18px;
}
.profile_modify_wrap .language_wrap .text_lang {
  width: calc(100% - 60px);
}
.profile_modify_wrap .language_wrap .select_lang {
  height: 548px;
  top: -564px;
  padding: 10px 0 10px 18px;
  font-size: 18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.profile_modify_wrap .language_wrap .select_lang .lang_inner {
  margin-right: 4px;
}
.profile_modify_wrap .language_wrap .select_lang button {
  padding: 8px 0;
  font-size: 18px;
}
.profile_modify_wrap .language_wrap .select_lang:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 200px;
}
.profile_modify_wrap .confirm_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 38px;
  color: #ecebee;
  font-weight: 400;
}
.profile_modify_wrap .confirm_box span {
  display: inline-block;
  margin-left: 6px;
  padding: 6px 10px;
  background: #515258;
  color: #ecebee;
  font-size: 14px;
  font-weight: 500;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.profile_modify_wrap .confirm_box span.on {
  background: #ff5307;
  color: #fff;
}
.profile_modify_wrap .btn_ok {
  display: block;
  text-align: center;
  width: 151px;
  height: 50px;
  background: #46425f;
  color: #f0eefe;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.profile_modify_wrap .btn_ok.on {
  background: #f6dbcf;
  color: #ff5307;
}
.profile_modify_wrap .btn_leave {
  color: #807b9c;
  font-weight: 300;
  border-bottom: 1px solid #807b9c;
  position: absolute;
  right: 30px;
  bottom: 34px;
}
.profile_add_modify_wrap .side_wrap_inner .row {
  padding-top: 20px;
}
.feedback_wrap .top_header .sub_tit {
  color: #807b9c;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-top: 2px;
}
.feedback_wrap .row_scroll {
  padding: 0 30px 44px;
  height: calc(100vh - 113px);
}
.feedback_wrap h4 {
  font-size: 18px;
  font-weight: 500;
  padding: 36px 0 18px;
}
.feedback_wrap.feedback_game_wrap .top_header {
  padding: 31px 0 48px;
}
.feedback_wrap.feedback_game_wrap .input_box:not(:first-child) {
  margin-top: 36px;
}
.feedback_wrap.feedback_game_wrap .row_scroll {
  height: calc(100vh - 211px);
}
.feedback_wrap.feedback_game_wrap textarea {
  height: 230px;
}
.feedback_wrap.feedback_game_wrap .input_security .col {
  float: left;
  height: 50px;
  line-height: 50px;
}
.feedback_wrap.feedback_game_wrap .input_security .col:first-of-type {
  width: 100px;
}
.feedback_wrap.feedback_game_wrap .input_security .col:first-of-type label {
  cursor: default;
}
.feedback_wrap.feedback_game_wrap .input_security .col:last-of-type {
  width: calc(100% - 100px);
}
.feedback_wrap.feedback_game_wrap .foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px 30px;
  background: #151621;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.feedback_wrap.feedback_game_wrap .foot .btn_feedback {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #252639;
  color: #4b4b58;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.feedback_wrap.feedback_game_wrap .foot .btn_feedback.on {
  background: #ff5307;
  color: #fff;
}
.gameangel_modify_wrap .row_scroll {
  height: calc(100vh - 230px);
}
.gameangel_modify_wrap .row > h3 {
  font-size: 20px;
  padding: 21px 0 32px;
  font-weight: 500;
  text-align: center;
}
.gameangel_modify_wrap .row > p {
  line-height: 28px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #ecebee;
}
.gameangel_modify_wrap .input_box .btn_right {
  width: 117px;
}
.gameangel_modify_wrap .input_box.input_btn_box input[type="text"],
.gameangel_modify_wrap .input_box.input_btn_box input[type="password"] {
  width: calc(100% - 117px);
}
.gameangel_modify_wrap .btn_save {
  background: #252639;
  color: #4b4b58;
  font-weight: bold;
}
.gameangel_modify_wrap .btn_save.on {
  background: #ff5307;
  color: #fff;
}
.gameangel_modify_wrap .login_id {
  line-height: 26px;
  padding: 24px 0;
  margin: 34px 0 56px;
  border-radius: 8px;
  background: #282a3a;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.gameangel_modify_wrap .login_id h4 {
  color: #b7b5c4;
}
.gameangel_modify_wrap .btn_ok {
  width: 100%;
  color: #fff;
  background: #ff5307;
}
.modalFix {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}
.pop {
  display: none;
  background: #1a1b28;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 110;
}
.pop .pop_header {
  position: relative;
}
.pop .pop_header h3 {
  font-weight: 600;
  padding-bottom: 23px;
  border-bottom: 1px solid #30323c;
  font-size: 20px;
}
.pop .pop_header h3 i {
  display: inline-block;
  margin-right: 10px;
}
.pop .btn_close {
  position: absolute;
  top: -5px;
  right: -8px;
  padding: 8px;
}
.pop .btn_close i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -232px -109px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  background: transparent !important;
  border-radius: 0;
  z-index: 110;
}
.modal .modal_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #3d3d4a;
  color: #fff;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  z-index: 111;
}
.modal .btn_close {
  position: absolute;
  top: -5px;
  right: -8px;
  padding: 8px;
}
.modal .btn_close i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -232px -109px;
}
.pop_game_like {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 345px;
  padding: 28px 30px 24px;
}
.pop_game_like .pop_header .icon_like {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 -109px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.pop_game_like .pop_inner {
  padding-top: 23px;
  padding-left: 1px;
}
.pop_game_like p {
  color: #b7b5c4;
  font-weight: 500;
}
.pop_game_like .rating_box {
  display: flex;
  margin: 13px 0 28px 2px;
}
.pop_game_like .rating_box .rating {
  position: relative;
  margin-right: 10px;
}
.pop_game_like .rating_box input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.pop_game_like .rating_box .rating_star {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
.pop_game_like .rating_box .star {
  width: 156px;
  height: 26px;
  background-image: url(https://img.gamen.com/renew_gamen/pc_icon_star.png);
}
.pop_game_like .rating_box .star_on {
  width: 156px;
  height: 26px;
  background-image: url(https://img.gamen.com/renew_gamen/pc_icon_star_on.png);
}
.pop_game_like .rating_box .number {
  font-size: 22px;
  color: #ff9161;
}
.pop_game_like .pop_btns {
  text-align: right;
  padding-right: 4px;
}
.pop_game_like .pop_btns .btn_rating {
  font-weight: bold;
  border-radius: 30px;
  padding: 11px 20px 10px;
}
.pop_thanks {
  position: absolute;
  bottom: 20px;
  right: 20px;
  overflow: initial;
  background: #0b0b16;
}
.pop_thanks .pop_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 0 24px;
  height: 64px;
  line-height: 64px;
  color: #b7b5c4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.pop_thanks .pop_inner .img_box {
  position: relative;
  width: 61px;
  height: 100%;
  margin-right: 8px;
}
.pop_thanks .pop_inner .img_box i {
  position: absolute;
  bottom: 11px;
  display: block;
  width: 61px;
  height: 63px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -591px -212px;
}
.pop_thanks .pop_inner .text {
  color: #ff9161;
  font-size: 18px;
  font-weight: 600;
}
.pop_sns_share {
  width: 345px;
  padding: 28px 30px 32px;
  position: absolute;
  right: 20px;
  top: 56px;
}
.pop_sns_share .pop_inner {
  padding-top: 20px;
  padding-left: 1px;
}
.pop_sns_share .txt {
  color: #b7b5c4;
  padding-bottom: 11px;
  font-weight: 500;
}
.pop_sns_share .sns_menu_list li {
  float: left;
}
.pop_sns_share .sns_menu_list li a {
  display: block;
  width: 40px;
  height: 40px;
}
.pop_sns_share .sns_menu_list li.btn_kakao a {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -155px -398px;
}
.pop_sns_share .sns_menu_list li.btn_facebook a {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -202px -398px;
}
.pop_sns_share .sns_menu_list li.btn_twitter a {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -250px -398px;
}
.pop_sns_share .sns_menu_list li.btn_link a {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -297px -398px;
}
.pop_sns_share .sns_menu_list li:not(:last-child) {
  margin-right: 20px;
}
.pop_sns_share .sns_menu_list:after {
  display: block;
  content: '';
  clear: both;
}
.renew_modal {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
}
.renew_modal .wrap_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}
.renew_modal .modal_inner {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background: #1a1b28;
  color: #fff;
}
.renew_modal .btn_close {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 8px;
}
.renew_modal .btn_close i {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -232px -109px;
}
.modal_gameangel_login {
  z-index: 103;
}
.modal_gameangel_login .modal_inner {
  width: 434px;
  padding: 56px 30px 40px;
  text-align: center;
}
.modal_gameangel_login h3 {
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 20px;
}
.modal_gameangel_login p {
  line-height: 28px;
  font-weight: 500;
  font-size: 18px;
}
.modal_gameangel_login .btn_box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 40px;
}
.modal_gameangel_login .btn_box .btn_login {
  flex: 1;
  padding: 18px 0;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
}
.modal_gameangel_login .btn_box .btn_no_show {
  font-weight: 300;
  font-size: 14px;
  color: #807b9c;
  text-decoration: underline;
}
.icon_lang {
  display: inline-block;
  margin-right: 14px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.icon_lang._kr {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -6px;
}
.icon_lang._us {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -6px;
}
.icon_lang._cn {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -6px;
}
.icon_lang._jp {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -6px;
}
.icon_lang._vn {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -6px;
}
.icon_lang._ru {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -6px;
}
.icon_lang._es {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -6px;
}
.icon_lang._ar {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -6px;
}
.icon_lang._ir {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -6px;
}
.icon_lang._in {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -366px -6px;
}
.icon_lang._pt {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -406px -6px;
}
.icon_lang._fr {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -446px -6px;
}
.icon_lang._ag {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -46px;
}
.icon_lang._au {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -46px;
}
.icon_lang._bs {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -46px;
}
.icon_lang._bd {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -46px;
}
.icon_lang._bb {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -46px;
}
.icon_lang._bz {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -46px;
}
.icon_lang._bw {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -46px;
}
.icon_lang._cm {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -46px;
}
.icon_lang._ca {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -46px;
}
.icon_lang._dm {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -366px -46px;
}
.icon_lang._sz {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -406px -46px;
}
.icon_lang._gm {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -446px -46px;
}
.icon_lang._gh {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -86px;
}
.icon_lang._gd {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -86px;
}
.icon_lang._gy {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -86px;
}
.icon_lang._ie {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -86px;
}
.icon_lang._jm {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -86px;
}
.icon_lang._ke {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -86px;
}
.icon_lang._ki {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -86px;
}
.icon_lang._ls {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -86px;
}
.icon_lang._lr {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -86px;
}
.icon_lang._mw {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -366px -86px;
}
.icon_lang._mt {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -406px -86px;
}
.icon_lang._na {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -446px -86px;
}
.icon_lang._nr {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -126px;
}
.icon_lang._nz {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -126px;
}
.icon_lang._ng {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -126px;
}
.icon_lang._pk {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -126px;
}
.icon_lang._pg {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -126px;
}
.icon_lang._ph {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -126px;
}
.icon_lang._rw {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -126px;
}
.icon_lang._kn {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -126px;
}
.icon_lang._lc {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -126px;
}
.icon_lang._vc {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -366px -126px;
}
.icon_lang._ws {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -406px -126px;
}
.icon_lang._sl {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -446px -126px;
}
.icon_lang._sg {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -166px;
}
.icon_lang._sb {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -166px;
}
.icon_lang._za {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -166px;
}
.icon_lang._ss {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -166px;
}
.icon_lang._lk {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -166px;
}
.icon_lang._sr {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -166px;
}
.icon_lang._tz {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -166px;
}
.icon_lang._to {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -166px;
}
.icon_lang._tt {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -166px;
}
.icon_lang._tv {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -366px -166px;
}
.icon_lang._ug {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -406px -166px;
}
.icon_lang._gb {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -446px -166px;
}
.icon_lang._vu {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -206px;
}
.icon_lang._zm {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -206px;
}
.icon_lang._zw {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -206px;
}
.icon_lang._fj {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -206px;
}
.icon_lang._ar {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -246px;
}
.icon_lang._bo {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -246px;
}
.icon_lang._cl {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -246px;
}
.icon_lang._co {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -246px;
}
.icon_lang._cr {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -246px;
}
.icon_lang._cu {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -246px;
}
.icon_lang._do {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -246px;
}
.icon_lang._ec {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -246px;
}
.icon_lang._sv {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -246px;
}
.icon_lang._gq {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -366px -246px;
}
.icon_lang._gt {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -406px -246px;
}
.icon_lang._hn {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -446px -246px;
}
.icon_lang._mx {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -286px;
}
.icon_lang._ni {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -286px;
}
.icon_lang._pa {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -286px;
}
.icon_lang._py {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -286px;
}
.icon_lang._pe {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -286px;
}
.icon_lang._uy {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -286px;
}
.icon_lang._ve {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -286px;
}
.icon_lang._dz {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -326px;
}
.icon_lang._bh {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -326px;
}
.icon_lang._km {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -326px;
}
.icon_lang._dj {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -326px;
}
.icon_lang._eg {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -326px;
}
.icon_lang._iq {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -326px;
}
.icon_lang._jo {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -326px;
}
.icon_lang._kw {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -326px;
}
.icon_lang._lb {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -326px;
}
.icon_lang._ly {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -366px -326px;
}
.icon_lang._mr {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -406px -326px;
}
.icon_lang._ma {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -446px -326px;
}
.icon_lang._om {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -366px;
}
.icon_lang._ps {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -366px;
}
.icon_lang._qa {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -366px;
}
.icon_lang._sa {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -366px;
}
.icon_lang._so {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -366px;
}
.icon_lang._sd {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -366px;
}
.icon_lang._sy {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -366px;
}
.icon_lang._tn {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -366px;
}
.icon_lang._ae {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -366px;
}
.icon_lang._ye {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -366px -366px;
}
.icon_lang._ao {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -406px;
}
.icon_lang._br {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -406px;
}
.icon_lang._cv {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -406px;
}
.icon_lang._tl {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -406px;
}
.icon_lang._gw {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -406px;
}
.icon_lang._mz {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -406px;
}
.icon_lang._st {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -406px;
}
.icon_lang._be {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -446px;
}
.icon_lang._bj {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -446px;
}
.icon_lang._bf {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -446px;
}
.icon_lang._bi {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -446px;
}
.icon_lang._cf {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -446px;
}
.icon_lang._td {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -446px;
}
.icon_lang._cd {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -446px;
}
.icon_lang._cg {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -446px;
}
.icon_lang._ga {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -446px;
}
.icon_lang._gn {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -366px -446px;
}
.icon_lang._ht {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -406px -446px;
}
.icon_lang._ci {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -446px -446px;
}
.icon_lang._lu {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -486px;
}
.icon_lang._mg {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -486px;
}
.icon_lang._ml {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -486px;
}
.icon_lang._mc {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -486px;
}
.icon_lang._ne {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -486px;
}
.icon_lang._sn {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -486px;
}
.icon_lang._sc {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -486px;
}
.icon_lang._ch {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -286px -486px;
}
.icon_lang._tg {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -326px -486px;
}
.icon_lang._tw {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -6px -526px;
}
.icon_lang._af {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -46px -526px;
}
.icon_lang._tj {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -86px -526px;
}
.icon_lang._by {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -126px -526px;
}
.icon_lang._kz {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -166px -526px;
}
.icon_lang._kg {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -206px -526px;
}
.icon_lang._th {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-lang.png?v=6&CDN=1');
  background-position: -246px -526px;
}
@font-face {
  font-family: "NanumSquareRound";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body,
a,
input,
select,
button,
textarea {
  font-family: "Pretendard", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.015em;
}
body {
  background: #060315;
}
body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body::-webkit-scrollbar-track {
  background-color: #060315;
}
img {
  width: 100%;
  height: 100%;
}
i {
  text-indent: -9999px;
}
hr {
  border-width: 0;
  border-bottom-width: thin;
}
input[type="file"] {
  opacity: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}
.orange {
  color: #ff9161;
}
.dark_orange {
  color: #ff5307;
}
.btn_orange {
  color: #fff;
  background: #ff5307;
}
.mark {
  color: #dd0701;
}
/* 번역 폰트 변경(일본어, 중국어는 시스템폰트로) */
.thumb {
  position: relative;
  transition: transform 0.3s;
}
.thumb .game_thumb_title {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 33%, rgba(0, 0, 0, 0.45) 53%, rgba(0, 0, 0, 0.65) 73%, rgba(0, 0, 0, 0.85) 100%);
}
.thumb .game_thumb_title p {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumb:hover .game_thumb_title {
  display: block;
}
.game_list_wrap .inner {
  display: grid;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
}
.game_list_wrap .inner .thumb {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.game_list_wrap .inner .thumb:hover img {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.game_list_wrap .inner .ad_box {
  width: 100%;
  height: 100%;
}
.tab .tab_menu {
  display: flex;
  padding: 0 30px;
  border-bottom: 1px solid #30323c;
}
.tab .tab_menu li {
  width: 50%;
  text-align: center;
}
.tab .tab_menu li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #807b9c;
  font-weight: 500;
}
.tab .tab_menu li a span {
  display: inline-block;
  padding: 25px 3px 24px;
}
.tab .tab_menu li a i {
  display: inline-block;
  margin-right: 9px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.tab .tab_menu li a i.icon_like {
  width: 26px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 -149px;
}
.tab .tab_menu li a i.icon_history {
  width: 22px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -37px -149px;
}
.tab .tab_menu li.on a {
  color: #ecebee;
  font-weight: 600;
}
.tab .tab_menu li.on a i.icon_like {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 0;
}
.tab .tab_menu li.on a i.icon_history {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -69px -149px;
}
.tab .tab_menu li.on span {
  position: relative;
}
.tab .tab_menu li.on span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #ff5307;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
}
.tab .tab_content {
  display: none;
}
.tab .tab_content.on {
  display: block;
}
.my_profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  color: #ecebee;
}
.my_profile .my_info .nick {
  font-size: 18px;
  line-height: 22px;
}
.my_profile .my_info .group {
  font-weight: 300;
  line-height: 22px;
  padding-top: 1px;
}
.my_profile .my_info .btn_my_modify {
  display: block;
  margin-top: 11px;
  padding: 8px 15px;
  font-size: 14px;
  color: #cccbd4;
  background: #3a3d47;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.profile {
  position: relative;
}
.profile .thumb,
.profile .thm {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.profile .icon_lv {
  display: block;
  position: absolute;
  bottom: 2px;
  right: -2px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  text-indent: initial;
}
.profile._big .thumb,
.profile._big .thm {
  width: 96px;
  height: 96px;
}
.profile._big .icon_lv {
  width: 36px;
  height: 34px;
  line-height: 37px;
}
.profile._big .icon_lv.lv_1,
.profile._big .icon_lv.lv_2,
.profile._big .icon_lv.lv_3,
.profile._big .icon_lv.lv_4,
.profile._big .icon_lv.lv_5,
.profile._big .icon_lv.lv_6,
.profile._big .icon_lv.lv_7,
.profile._big .icon_lv.lv_8,
.profile._big .icon_lv.lv_9,
.profile._big .icon_lv.lv_10 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 -350px;
  -webkit-text-stroke: 1px #f40019;
}
.profile._big .icon_lv.lv_11,
.profile._big .icon_lv.lv_12,
.profile._big .icon_lv.lv_13,
.profile._big .icon_lv.lv_14,
.profile._big .icon_lv.lv_15,
.profile._big .icon_lv.lv_16,
.profile._big .icon_lv.lv_17,
.profile._big .icon_lv.lv_18,
.profile._big .icon_lv.lv_19,
.profile._big .icon_lv.lv_20 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -41px -350px;
  -webkit-text-stroke: 1px #3615df;
}
.profile._big .icon_lv.lv_21,
.profile._big .icon_lv.lv_22,
.profile._big .icon_lv.lv_23,
.profile._big .icon_lv.lv_24,
.profile._big .icon_lv.lv_25,
.profile._big .icon_lv.lv_26,
.profile._big .icon_lv.lv_27,
.profile._big .icon_lv.lv_28,
.profile._big .icon_lv.lv_29,
.profile._big .icon_lv.lv_30 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -81px -350px;
  -webkit-text-stroke: 1px #df6f15;
}
.profile._big .icon_lv.lv_31,
.profile._big .icon_lv.lv_32,
.profile._big .icon_lv.lv_33,
.profile._big .icon_lv.lv_34,
.profile._big .icon_lv.lv_35,
.profile._big .icon_lv.lv_36,
.profile._big .icon_lv.lv_37,
.profile._big .icon_lv.lv_38,
.profile._big .icon_lv.lv_39,
.profile._big .icon_lv.lv_40 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -122px -350px;
  -webkit-text-stroke: 1px #3672a7;
}
.profile._big .icon_lv.lv_41,
.profile._big .icon_lv.lv_42,
.profile._big .icon_lv.lv_43,
.profile._big .icon_lv.lv_44,
.profile._big .icon_lv.lv_45,
.profile._big .icon_lv.lv_46,
.profile._big .icon_lv.lv_47,
.profile._big .icon_lv.lv_48,
.profile._big .icon_lv.lv_49,
.profile._big .icon_lv.lv_50,
.profile._big .icon_lv.lv_51,
.profile._big .icon_lv.lv_52,
.profile._big .icon_lv.lv_53,
.profile._big .icon_lv.lv_54,
.profile._big .icon_lv.lv_55,
.profile._big .icon_lv.lv_56,
.profile._big .icon_lv.lv_57,
.profile._big .icon_lv.lv_58,
.profile._big .icon_lv.lv_59,
.profile._big .icon_lv.lv_60,
.profile._big .icon_lv.lv_61,
.profile._big .icon_lv.lv_62,
.profile._big .icon_lv.lv_63,
.profile._big .icon_lv.lv_64,
.profile._big .icon_lv.lv_65,
.profile._big .icon_lv.lv_66,
.profile._big .icon_lv.lv_67,
.profile._big .icon_lv.lv_68,
.profile._big .icon_lv.lv_69,
.profile._big .icon_lv.lv_70,
.profile._big .icon_lv.lv_71,
.profile._big .icon_lv.lv_72,
.profile._big .icon_lv.lv_73,
.profile._big .icon_lv.lv_74,
.profile._big .icon_lv.lv_75,
.profile._big .icon_lv.lv_76,
.profile._big .icon_lv.lv_77,
.profile._big .icon_lv.lv_78,
.profile._big .icon_lv.lv_79,
.profile._big .icon_lv.lv_80,
.profile._big .icon_lv.lv_81,
.profile._big .icon_lv.lv_82,
.profile._big .icon_lv.lv_83,
.profile._big .icon_lv.lv_84,
.profile._big .icon_lv.lv_85,
.profile._big .icon_lv.lv_86,
.profile._big .icon_lv.lv_87,
.profile._big .icon_lv.lv_88,
.profile._big .icon_lv.lv_89,
.profile._big .icon_lv.lv_90,
.profile._big .icon_lv.lv_91,
.profile._big .icon_lv.lv_92,
.profile._big .icon_lv.lv_93,
.profile._big .icon_lv.lv_94,
.profile._big .icon_lv.lv_95,
.profile._big .icon_lv.lv_96,
.profile._big .icon_lv.lv_97,
.profile._big .icon_lv.lv_98,
.profile._big .icon_lv.lv_99 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -162px -350px;
  -webkit-text-stroke: 1px #28b330;
}
.profile._middle .thumb,
.profile._middle .thm {
  width: 72px;
  height: 72px;
}
.profile._middle .icon_lv {
  width: 32px;
  height: 30px;
  line-height: 34px;
}
.profile._middle .icon_lv.lv_1,
.profile._middle .icon_lv.lv_2,
.profile._middle .icon_lv.lv_3,
.profile._middle .icon_lv.lv_4,
.profile._middle .icon_lv.lv_5,
.profile._middle .icon_lv.lv_6,
.profile._middle .icon_lv.lv_7,
.profile._middle .icon_lv.lv_8,
.profile._middle .icon_lv.lv_9,
.profile._middle .icon_lv.lv_10 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 -309px;
  -webkit-text-stroke: 1px #ff0e00;
}
.profile._middle .icon_lv.lv_11,
.profile._middle .icon_lv.lv_12,
.profile._middle .icon_lv.lv_13,
.profile._middle .icon_lv.lv_14,
.profile._middle .icon_lv.lv_15,
.profile._middle .icon_lv.lv_16,
.profile._middle .icon_lv.lv_17,
.profile._middle .icon_lv.lv_18,
.profile._middle .icon_lv.lv_19,
.profile._middle .icon_lv.lv_20 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -42px -309px;
  -webkit-text-stroke: 1px #3615df;
}
.profile._middle .icon_lv.lv_21,
.profile._middle .icon_lv.lv_22,
.profile._middle .icon_lv.lv_23,
.profile._middle .icon_lv.lv_24,
.profile._middle .icon_lv.lv_25,
.profile._middle .icon_lv.lv_26,
.profile._middle .icon_lv.lv_27,
.profile._middle .icon_lv.lv_28,
.profile._middle .icon_lv.lv_29,
.profile._middle .icon_lv.lv_30 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -83px -309px;
  -webkit-text-stroke: 1px #df6f15;
}
.profile._middle .icon_lv.lv_31,
.profile._middle .icon_lv.lv_32,
.profile._middle .icon_lv.lv_33,
.profile._middle .icon_lv.lv_34,
.profile._middle .icon_lv.lv_35,
.profile._middle .icon_lv.lv_36,
.profile._middle .icon_lv.lv_37,
.profile._middle .icon_lv.lv_38,
.profile._middle .icon_lv.lv_39,
.profile._middle .icon_lv.lv_40 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -125px -309px;
  -webkit-text-stroke: 1px #3672a7;
}
.profile._middle .icon_lv.lv_41,
.profile._middle .icon_lv.lv_42,
.profile._middle .icon_lv.lv_43,
.profile._middle .icon_lv.lv_44,
.profile._middle .icon_lv.lv_45,
.profile._middle .icon_lv.lv_46,
.profile._middle .icon_lv.lv_47,
.profile._middle .icon_lv.lv_48,
.profile._middle .icon_lv.lv_49,
.profile._middle .icon_lv.lv_50,
.profile._middle .icon_lv.lv_51,
.profile._middle .icon_lv.lv_52,
.profile._middle .icon_lv.lv_53,
.profile._middle .icon_lv.lv_54,
.profile._middle .icon_lv.lv_55,
.profile._middle .icon_lv.lv_56,
.profile._middle .icon_lv.lv_57,
.profile._middle .icon_lv.lv_58,
.profile._middle .icon_lv.lv_59,
.profile._middle .icon_lv.lv_60,
.profile._middle .icon_lv.lv_61,
.profile._middle .icon_lv.lv_62,
.profile._middle .icon_lv.lv_63,
.profile._middle .icon_lv.lv_64,
.profile._middle .icon_lv.lv_65,
.profile._middle .icon_lv.lv_66,
.profile._middle .icon_lv.lv_67,
.profile._middle .icon_lv.lv_68,
.profile._middle .icon_lv.lv_69,
.profile._middle .icon_lv.lv_70,
.profile._middle .icon_lv.lv_71,
.profile._middle .icon_lv.lv_72,
.profile._middle .icon_lv.lv_73,
.profile._middle .icon_lv.lv_74,
.profile._middle .icon_lv.lv_75,
.profile._middle .icon_lv.lv_76,
.profile._middle .icon_lv.lv_77,
.profile._middle .icon_lv.lv_78,
.profile._middle .icon_lv.lv_79,
.profile._middle .icon_lv.lv_80,
.profile._middle .icon_lv.lv_81,
.profile._middle .icon_lv.lv_82,
.profile._middle .icon_lv.lv_83,
.profile._middle .icon_lv.lv_84,
.profile._middle .icon_lv.lv_85,
.profile._middle .icon_lv.lv_86,
.profile._middle .icon_lv.lv_87,
.profile._middle .icon_lv.lv_88,
.profile._middle .icon_lv.lv_89,
.profile._middle .icon_lv.lv_90,
.profile._middle .icon_lv.lv_91,
.profile._middle .icon_lv.lv_92,
.profile._middle .icon_lv.lv_93,
.profile._middle .icon_lv.lv_94,
.profile._middle .icon_lv.lv_95,
.profile._middle .icon_lv.lv_96,
.profile._middle .icon_lv.lv_97,
.profile._middle .icon_lv.lv_98,
.profile._middle .icon_lv.lv_99 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -166px -309px;
  -webkit-text-stroke: 1px #28b330;
}
.profile._small .thumb,
.profile._small .thm {
  width: 60px;
  height: 60px;
}
.profile._small .icon_lv {
  width: 30px;
  height: 28px;
  font-size: 14px;
  line-height: 32px;
}
.profile._small .icon_lv.lv_1,
.profile._small .icon_lv.lv_2,
.profile._small .icon_lv.lv_3,
.profile._small .icon_lv.lv_4,
.profile._small .icon_lv.lv_5,
.profile._small .icon_lv.lv_6,
.profile._small .icon_lv.lv_7,
.profile._small .icon_lv.lv_8,
.profile._small .icon_lv.lv_9,
.profile._small .icon_lv.lv_10 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 -272px;
  -webkit-text-stroke: 1px #f40019;
}
.profile._small .icon_lv.lv_11,
.profile._small .icon_lv.lv_12,
.profile._small .icon_lv.lv_13,
.profile._small .icon_lv.lv_14,
.profile._small .icon_lv.lv_15,
.profile._small .icon_lv.lv_16,
.profile._small .icon_lv.lv_17,
.profile._small .icon_lv.lv_18,
.profile._small .icon_lv.lv_19,
.profile._small .icon_lv.lv_20 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -42px -272px;
  -webkit-text-stroke: 1px #3615df;
}
.profile._small .icon_lv.lv_21,
.profile._small .icon_lv.lv_22,
.profile._small .icon_lv.lv_23,
.profile._small .icon_lv.lv_24,
.profile._small .icon_lv.lv_25,
.profile._small .icon_lv.lv_26,
.profile._small .icon_lv.lv_27,
.profile._small .icon_lv.lv_28,
.profile._small .icon_lv.lv_29,
.profile._small .icon_lv.lv_30 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -84px -272px;
  -webkit-text-stroke: 1px #df6f15;
}
.profile._small .icon_lv.lv_31,
.profile._small .icon_lv.lv_32,
.profile._small .icon_lv.lv_33,
.profile._small .icon_lv.lv_34,
.profile._small .icon_lv.lv_35,
.profile._small .icon_lv.lv_36,
.profile._small .icon_lv.lv_37,
.profile._small .icon_lv.lv_38,
.profile._small .icon_lv.lv_39,
.profile._small .icon_lv.lv_40 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -126px -272px;
  -webkit-text-stroke: 1px #3672a7;
}
.profile._small .icon_lv.lv_41,
.profile._small .icon_lv.lv_42,
.profile._small .icon_lv.lv_43,
.profile._small .icon_lv.lv_44,
.profile._small .icon_lv.lv_45,
.profile._small .icon_lv.lv_46,
.profile._small .icon_lv.lv_47,
.profile._small .icon_lv.lv_48,
.profile._small .icon_lv.lv_49,
.profile._small .icon_lv.lv_50,
.profile._small .icon_lv.lv_51,
.profile._small .icon_lv.lv_52,
.profile._small .icon_lv.lv_53,
.profile._small .icon_lv.lv_54,
.profile._small .icon_lv.lv_55,
.profile._small .icon_lv.lv_56,
.profile._small .icon_lv.lv_57,
.profile._small .icon_lv.lv_58,
.profile._small .icon_lv.lv_59,
.profile._small .icon_lv.lv_60,
.profile._small .icon_lv.lv_61,
.profile._small .icon_lv.lv_62,
.profile._small .icon_lv.lv_63,
.profile._small .icon_lv.lv_64,
.profile._small .icon_lv.lv_65,
.profile._small .icon_lv.lv_66,
.profile._small .icon_lv.lv_67,
.profile._small .icon_lv.lv_68,
.profile._small .icon_lv.lv_69,
.profile._small .icon_lv.lv_70,
.profile._small .icon_lv.lv_71,
.profile._small .icon_lv.lv_72,
.profile._small .icon_lv.lv_73,
.profile._small .icon_lv.lv_74,
.profile._small .icon_lv.lv_75,
.profile._small .icon_lv.lv_76,
.profile._small .icon_lv.lv_77,
.profile._small .icon_lv.lv_78,
.profile._small .icon_lv.lv_79,
.profile._small .icon_lv.lv_80,
.profile._small .icon_lv.lv_81,
.profile._small .icon_lv.lv_82,
.profile._small .icon_lv.lv_83,
.profile._small .icon_lv.lv_84,
.profile._small .icon_lv.lv_85,
.profile._small .icon_lv.lv_86,
.profile._small .icon_lv.lv_87,
.profile._small .icon_lv.lv_88,
.profile._small .icon_lv.lv_89,
.profile._small .icon_lv.lv_90,
.profile._small .icon_lv.lv_91,
.profile._small .icon_lv.lv_92,
.profile._small .icon_lv.lv_93,
.profile._small .icon_lv.lv_94,
.profile._small .icon_lv.lv_95,
.profile._small .icon_lv.lv_96,
.profile._small .icon_lv.lv_97,
.profile._small .icon_lv.lv_98,
.profile._small .icon_lv.lv_99 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -168px -272px;
  -webkit-text-stroke: 1px #28b330;
}
.sns_list_btns {
  text-align: center;
}
.sns_list_btns li {
  width: 100%;
}
.sns_list_btns li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.sns_list_btns li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  width: 26px;
  height: 26px;
}
.sns_list_btns li a .icon i {
  display: block;
}
.sns_list_btns li.btn_google a {
  background: #fff;
  color: #000;
  border: 1px solid #747775;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sns_list_btns li.btn_google a i {
  width: 24px;
  height: 24px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -197px 0;
  left: -1px;
}
.sns_list_btns li.btn_kakao a {
  background: #fee500;
  color: #473f00;
}
.sns_list_btns li.btn_kakao a i {
  width: 21px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -230px 0;
  top: 1px;
}
.sns_list_btns li.btn_naver a {
  background: #03c75a;
  color: #fff;
}
.sns_list_btns li.btn_naver a i {
  position: relative;
  top: -1px;
  width: 16px;
  height: 15px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -263px 0;
  left: -1px;
}
.sns_list_btns li.btn_facebook a {
  background: #1877f2;
  color: #fff;
}
.sns_list_btns li.btn_facebook a i {
  position: relative;
  top: -1px;
  width: 24px;
  height: 24px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -321px 0;
  left: -1px;
}
.sns_list_btns li.btn_gamen a {
  background: #ff5307;
  color: #fff;
}
.sns_list_btns li.btn_gamen a i {
  width: 22px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -291px 0;
}
.sns_list_btns li:not(:last-child) {
  margin-bottom: 12px;
}
.login_input li input {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  background: #3d3d4a;
  border: 0 none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login_input li input::placeholder {
  color: #a3a3b6 !important;
  opacity: 1;
}
.login_input li input::-ms-input-placeholder {
  color: #a3a3b6 !important;
}
.login_input li input::-ms-input-placeholder {
  color: #a3a3b6 !important;
}
.login_input li:not(:last-child) {
  margin-bottom: 10px;
}
.sign_box {
  margin-top: 38px;
  font-size: 15px;
  color: #ecebee;
  text-align: center;
}
.sign_box .btn_sign {
  margin-left: 12px;
  color: #ff9161;
  font-size: 14px;
  font-weight: 300;
}
.chk_box {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #b7b5c4;
  font-weight: 300;
}
.chk_box input[type="checkbox"] {
  margin-right: 10px;
}
.radio_box li {
  position: relative;
  display: inline-block;
  margin-right: 32px;
}
.input_box {
  position: relative;
}
.input_box:after {
  content: '';
  clear: both;
  display: block;
}
.input_box .tit {
  display: block;
  padding-bottom: 10px;
  color: #ecebee;
  text-align: left;
}
.input_box input[type="text"],
.input_box input[type="password"] {
  height: 50px;
  font-weight: 500;
  border: 0 none;
  border-bottom: 1px solid #3d3d4a;
}
.input_box input[type="text"]::placeholder,
.input_box input[type="password"]::placeholder {
  color: #a3a3b6;
  font-weight: 500;
}
.input_box .btn_right {
  display: inline-block;
  text-align: center;
  width: 117px;
  height: 50px;
  line-height: 50px;
  background: #46425f;
  color: #f0eefe;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.input_box > li:after {
  content: '';
  clear: both;
  display: block;
}
.input_box > li:not(:first-of-type) {
  margin-top: 12px;
}
.input_box .chk_box {
  margin-top: 12px;
}
.input_box .safety_num {
  width: 80px;
  background: #110f21;
  color: #ff9161;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.input_box.input_btn_box input[type="text"],
.input_box.input_btn_box input[type="password"] {
  float: left;
  width: calc(100% - 117px);
}
.input_box.input_sns p {
  color: #ecebee;
  font-weight: 400;
}
.input_box.input_sns p span {
  margin-left: 12px;
  color: #807b9c;
  font-size: 14px;
  font-weight: 400;
}
.input_box.input_sns .sns_btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: 500;
}
.input_box.input_sns .sns_btn_box i {
  display: inline-block;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.input_box.input_sns .sns_btn_box i.icon_google {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -155px -458px;
}
.input_box.input_sns .sns_btn_box i.icon_naver {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -250px -458px;
}
.input_box.input_sns .sns_btn_box i.icon_kakao {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -203px -458px;
}
.input_box.input_sns .sns_btn_box .no_data {
  color: #807b9c;
  font-weight: 500;
}
.input_box.input_sns .sns_btn_box .btn_right.on {
  background: #f6dbcf;
  color: #ff5307;
  font-weight: 700;
}
.input_box.input_phone_reconfirm li {
  position: relative;
}
.input_box.input_phone_reconfirm li:first-child input[type="text"] {
  width: calc(100% - 104px);
}
.input_box.input_phone_reconfirm li:first-child .btn_right {
  width: 104px;
}
.input_box.input_phone_reconfirm li .btn_right.on {
  background: #252639;
  color: #4b4b58;
}
.input_box.input_phone_reconfirm .time {
  position: absolute;
  right: 111px;
  top: 50%;
  margin-top: -8px;
  color: #ff9161;
  font-size: 14px;
  font-weight: 400;
}
.input_box .select_sex {
  display: flex;
  border: 1px solid #3d3d4a;
  -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;
}
.input_box .select_sex li {
  position: relative;
  padding: 15px 0;
  width: calc(100%/3);
  font-weight: 500;
  color: #a3a3b6;
  text-align: center;
  cursor: pointer;
}
.input_box .select_sex li:not(:last-child):before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 16px;
  background: #3d3d4a;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
.input_box .select_sex li.on {
  color: #ff9161;
}
.input_box .select_sex li.on:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #ff9161;
  color: #ff9161;
  -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;
}
.input_box .select_feedback {
  position: relative;
}
.input_box .select_feedback .btn_select_feedback {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  color: #a3a3b6;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #3d3d4a;
}
.input_box .select_feedback .btn_select_feedback .icon_arrow {
  display: block;
  width: 18px;
  height: 10px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -358px -19px;
}
.input_box .select_feedback .btn_select_feedback .icon_arrow.up {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -387px -19px;
}
.input_box .select_feedback .fd_option_box {
  display: none;
  position: absolute;
  bottom: -194px;
  left: 0;
  width: 100%;
  padding: 11px 20px;
  background: #3d3d4a;
  -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;
  z-index: 1;
}
.input_box .select_feedback .fd_option_box a {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: 400;
}
.input_box .select_feedback .fd_option_box .on a {
  color: #807b9c;
}
.msg_txt {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 14px;
  font-weight: 400;
  color: #01dd4f;
}
.msg_txt.error {
  color: #dd0701;
}
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li a {
  padding: 0 10px;
  margin: 0 5px;
  color: #807b9c;
}
.pagination li.on a {
  color: #ff9161;
  font-weight: 600;
}
.pagination li.next a,
.pagination li.prev a {
  display: block;
}
.pagination li.next a i,
.pagination li.prev a i {
  display: block;
  width: 10px;
  height: 18px;
}
.pagination li.prev i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -178px -109px;
}
.pagination li.next i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -207px -109px;
}
.game_cate_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 34px;
}
.game_cate_box li {
  display: flex;
  align-items: center;
  padding: 5px 19px 5px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #4b4a59;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.game_cate_box i {
  display: block;
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.game_cate_box i.icon_cate_1 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -1px -189px;
}
.game_cate_box i.icon_cate_3 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -39px -189px;
}
.game_cate_box i.icon_cate_4 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -78px -189px;
}
.game_cate_box i.icon_cate_6 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -116px -189px;
}
.game_cate_box i.icon_cate_7 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -154px -189px;
}
.game_cate_box i.icon_cate_8 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -193px -189px;
}
.game_cate_box i.icon_cate_9 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -231px -189px;
}
.game_cate_box i.icon_cate_10 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -269px -189px;
}
.game_cate_box i.icon_cate_11 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -308px -189px;
}
.game_cate_box i.icon_cate_12 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 -228px;
}
.game_cate_box i.icon_cate_13 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -39px -228px;
}
.game_cate_box i.icon_cate_14 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -77px -228px;
}
.game_cate_box i.icon_cate_15 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -115px -228px;
}
.game_cate_box i.icon_cate_17 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -154px -228px;
}
.game_cate_box i.icon_cate_18 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -192px -228px;
}
.game_cate_box i.icon_cate_19 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -230px -228px;
}
.game_cate_box i.icon_cate_single {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -269px -228px;
}
.game_cate_box i.icon_cate_multi {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -307px -228px;
}
.language_wrap {
  position: relative;
  width: 100%;
}
.language_wrap .btn_lang {
  position: relative;
  width: 100%;
  padding: 6px 20px 6px 6px;
  letter-spacing: 0;
  border: 2px solid #3d3d4a;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.language_wrap .btn_lang:after {
  content: '';
  clear: both;
  display: block;
}
.language_wrap .btn_lang .icon_lang {
  float: left;
}
.language_wrap .btn_lang .text_lang {
  float: left;
  display: block;
  width: calc(100% - 67px);
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.language_wrap .btn_lang .icon_arrow {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 18px;
  height: 11px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -358px 0;
  transform: rotate(-90deg);
}
.modal_language .modal_wrap {
  width: 1686px;
  height: 590px;
  padding-top: 24px;
  margin-left: -843px;
  margin-top: -295px;
}
.modal_language .modal_inner {
  height: 100%;
  margin-right: 3px;
  overflow-y: scroll;
}
.modal_language .modal_inner:after {
  content: '';
  clear: both;
  display: block;
}
.modal_language .modal_inner::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.modal_language .modal_inner::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.modal_language .modal_inner::-webkit-scrollbar-track {
  background-color: #3d3d4a;
}
.modal_language .btn_close {
  top: 15px;
  right: 20px;
}
.modal_language .language_list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 24px 18px;
}
.modal_language .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.modal_language ul {
  width: 172px;
}
.modal_language ul:not(:first-of-type) {
  padding-left: 12px;
}
.modal_language ul:not(:first-of-type) li:first-child button {
  padding-top: 0;
}
.modal_language ul:first-of-type .txt_alphabet:first-of-type {
  margin-top: -4px;
}
.modal_language ul li button {
  display: flex;
  width: 100%;
  padding: 6px 0;
  text-align: left;
  letter-spacing: 0;
}
.modal_language ul li button span {
  position: relative;
  top: 3px;
  display: inline-block;
  width: calc(100% - 42px);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
}
.modal_language ul li.txt_alphabet {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  color: #807b9c;
}
.modal_language ul li.txt_alphabet:first-of-type {
  padding-top: 0;
}
.modal_language ul li.on button span {
  color: #807b9c;
}
/*.select_lang {
  display: none;
  position: absolute;
  // width: 100%;
  // height: 492px;
  padding: 6px 0 6px 10px;
  // top: -508px;

  width: 1686px;
  height: 590px;
  top: 0;

  color:#fff;
  background: #3d3d4a;
  .border-radius(16px);
  .border-box;
  // z-index: 1;
  z-index: 101;
  overflow: hidden;

  .lang_inner {
    height: 100%;
    margin-right: 2px;
    overflow-y: scroll;
    .clearfix;

    &::-webkit-scrollbar {width:3px; background-color: transparent;}
    &::-webkit-scrollbar-thumb {background-color: #afadb9; .border-radius(2px);}
    &::-webkit-scrollbar-track {background-color: #3d3d4a;}
    
    // ul {
      .clearfix;

      li {
        float: left;
        width: 172px;
      }
    // }
  }

  button {
    display: block;
    width: 100%;
    padding: 6px 0;
    text-align: left;
    letter-spacing: 0;
  }

  .on {
    button{ color:#807b9c;}
  }

  // &:after {
  //   position: absolute;
  //   display: block;
  //   content: '';
  //   width: 100%;
  //   height: 85px;
  // }
}*/
.agreement_box {
  position: relative;
  padding-top: 42px;
}
.agreement_box .col {
  position: relative;
}
.agreement_box .col.no_pdb {
  padding-bottom: 0 !important;
}
.agreement_box .col:not(:last-child) {
  padding-bottom: 42px;
}
.agreement_box .col .chk_box {
  font-size: 16px;
  font-weight: 400;
  color: #ecebee;
}
.agreement_box .col .chk_box._small {
  font-size: 14px;
  font-weight: 400;
  color: #807b9c;
}
.agreement_box .col .all_chk_box {
  font-size: 18px;
  font-weight: 600;
}
.agreement_box .col .msg_txt {
  top: initial;
  bottom: 10px;
}
.agreement_box .btn_more {
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  padding: 6px;
  z-index: 1;
}
.agreement_box .btn_more i {
  display: block;
  width: 15px;
  height: 8px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -474px -149px;
}
.agreement_box .btn_more.up i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -496px -149px;
}
.agreement_box .agreement_detail {
  margin-top: 42px;
}
.agreement_box .terms_box {
  display: none;
  margin-top: 20px;
  padding: 6px 6px 0;
  background: #151621;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.agreement_box .terms_box .terms_inner {
  padding: 12px 18px 0;
  max-height: 224px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.agreement_box .terms_box .terms_inner::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.agreement_box .terms_box .terms_inner::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.agreement_box .terms_box .terms_inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.agreement_box .terms_box h3,
.agreement_box .terms_box h4,
.agreement_box .terms_box h5,
.agreement_box .terms_box h6,
.agreement_box .terms_box li,
.agreement_box .terms_box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ecebee;
}
.agreement_box .terms_box .article {
  padding-bottom: 24px;
}
.search_box_wrap {
  position: relative;
}
.search_box_wrap .search_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3d3d4a;
  width: 100%;
  height: 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.search_box_wrap .search_input .btn_search {
  margin-left: 5px;
  width: 48px;
  height: 40px;
}
.search_box_wrap .search_input .btn_search i {
  display: inline-block;
  width: 18px;
  height: 19px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -80px 1px;
}
.search_box_wrap .search_input .btn_delete {
  display: none;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.search_box_wrap .search_input .btn_delete i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -109px 0;
}
.search_box_wrap .search_input input {
  width: calc(100% - 48px);
  padding: 10px 10px 10px 0;
  border: 0 none;
  font-weight: 500;
}
.search_box_wrap .search_input input::placeholder {
  color: #a3a3b6;
}
.search_box_wrap._on input {
  width: calc(100% - 98px);
}
.search_box_wrap._on .btn_delete,
.search_box_wrap._on .search_box {
  display: block;
}
.search_box_wrap .search_box {
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 340px;
  padding-top: 14px;
  background: #2b2b30;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.search_box_wrap .search_box ul {
  max-height: 340px;
  margin-right: 4px;
  overflow-y: auto;
}
.search_box_wrap .search_box ul::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.search_box_wrap .search_box ul::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.search_box_wrap .search_box ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.search_box_wrap .search_box ul li a {
  display: flex;
  align-items: center;
  padding: 6px 20px;
}
.search_box_wrap .search_box ul li a .thumb {
  width: 61px;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.search_box_wrap .search_box ul li:hover a {
  background: #3c3c40;
}
.search_box_wrap .search_box ul li:last-child a {
  margin-bottom: 14px;
}
.two_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.two_list li {
  width: 179px;
  height: 179px;
}
.two_list li a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.bg_img_area {
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.bg_img_area .thumb {
  height: 244px;
}
.bg_img_area:hover:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bg_img_area:hover .bottom_btns {
  display: block;
}
.bottom_btns {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.bottom_btns:after {
  content: '';
  clear: both;
  display: block;
}
.bottom_btns .btn {
  float: left;
  height: 40px;
  color: #e8ddd8;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e8ddd8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_bg_upload {
  width: 128px;
  margin-right: 10px;
  line-height: 41px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.btn_bg_upload label {
  position: relative;
  top: -1px;
}
.btn_bg_upload i {
  display: inline-block;
  width: 24px;
  height: 22px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -645px -149px;
  margin-right: 4px;
}
.btn_refresh {
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn_refresh i {
  display: inline-block;
  width: 19px;
  height: 20px;
  vertical-align: middle;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -591px -149px;
}
.btn_profile_upload {
  position: absolute;
  z-index: 1;
}
.btn_profile_upload label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #46425f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.btn_profile_upload label i {
  display: block;
  width: 24px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -645px -149px;
}
/*
========================================================
레이아웃
========================================================*/
.content {
  position: relative;
  margin-top: 64px;
}
.content:after {
  content: '';
  clear: both;
  display: block;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  padding: 0 28px;
  background-color: rgba(32, 32, 40, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .logo_wrap {
  width: 127px;
}
.header .logo_wrap .gamen_logo a {
  display: block;
  width: 127px;
  height: 32px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -210px -335px;
  text-indent: -9999px;
}
.header .sub_title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.header .search_box_wrap {
  position: absolute;
  left: 50%;
  margin-left: -200px;
}
.header .search_box_wrap .search_input {
  width: 400px;
}
.header .search_box_wrap .search_box {
  width: 400px;
}
.header .menu_wrap {
  justify-content: flex-end;
  width: 294px;
  display: flex;
  align-items: center;
}
.header .menu_wrap button {
  display: flex;
  align-items: center;
}
.header .menu_wrap button:not(:last-child) {
  margin-right: 23px;
}
.header .menu_wrap button.btn_game i {
  display: inline-block;
  margin-right: 7px;
  width: 26px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 0;
}
.header .menu_wrap button.btn_page i {
  display: inline-block;
  margin-right: 7px;
  width: 24px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -43px 0;
}
.header .menu_wrap button.btn_login {
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 900px) {
  .header .search_box_wrap {
    position: initial;
    margin-left: 15px;
  }
  .header .search_box_wrap .search_input {
    width: 246px;
  }
}
@media only screen and (max-width: 640px) {
  .header .search_box_wrap {
    display: none;
  }
}
.footer_btns {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.footer_btns:after {
  content: '';
  clear: both;
  display: block;
}
.footer_btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  padding: 14px 60px;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_btns button i {
  display: inline-block;
  margin-right: 10px;
}
.footer_btns button.btn_random {
  margin-right: 28px;
  border: 1px solid #ff5307;
}
.footer_btns button.btn_random i {
  width: 21px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -139px 0;
}
.footer_btns button.btn_top_move {
  color: #e8ddd8;
  border: 1px solid #e8ddd8;
}
.footer_btns button.btn_top_move i {
  width: 11px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -175px 0;
}
.foot_addr {
  padding: 20px 0 25px;
  background: #2e323c;
  text-align: center;
  font-size: 13px;
}
.foot_addr .wrap_info_box .wrap_info {
  position: relative;
  margin-bottom: 17px;
  font-style: normal;
  color: #c6c6c6;
}
.foot_addr .wrap_info_box .wrap_info .tit_info {
  margin-bottom: 10px;
  font-weight: bold;
}
.foot_addr .wrap_info_box .wrap_info .btn_info {
  font-size: 13px;
  color: #c6c6c6;
}
.foot_addr .wrap_info_box .wrap_info .btn_info i {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 8px;
  height: 10px;
  margin-left: 5px;
  background-image: url(https://img.gamen.com/www.gamen.com/v4/sp-gamen.png?v=71&CDN=1);
  background-position: -85px -968px;
  background-size: 375px;
}
.foot_addr .wrap_info_box .wrap_info .btn_info.open {
  font-weight: bold;
}
.foot_addr .wrap_info_box .wrap_info .btn_info.open i {
  background-image: url(https://img.gamen.com/www.gamen.com/v4/sp-gamen.png?v=71&CDN=1);
  background-position: -98px -968px;
  background-size: 375px;
}
.foot_addr .wrap_info_box .wrap_info .flip {
  display: none;
  margin-top: 5px;
}
.foot_addr .wrap_info_box .wrap_info:first-of-type {
  margin-bottom: 25px;
}
.foot_addr .wrap_info_box .wrap_info:first-of-type:after {
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  width: 10px;
  height: 1px;
  margin: 0 auto;
  background: #97999e;
  content: "";
}
.foot_addr .copr_info {
  text-align: center;
}
.foot_addr .copr_info:after {
  content: '';
  clear: both;
  display: block;
}
.foot_addr .copr_info:not(:last-child) {
  margin-bottom: 10px;
}
.foot_addr .copr_info li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin: 7px 0;
  color: #c6c6c6;
  font-style: normal;
}
.foot_addr .copr_info li:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: -2px;
  width: 1px;
  height: 10px;
  background: #97999e;
}
.foot_addr .copr_info li a {
  display: inline-block;
  font-size: 13px;
  color: #c6c6c6;
  text-align: center;
}
.foot_addr .copr_info li a b {
  text-decoration: underline;
}
.foot_addr .copr_info li:first-child {
  padding-left: 0;
}
.foot_addr .copr_info li:last-child {
  padding-right: 0;
}
.foot_addr .copr_info li:last-of-type:after {
  display: none;
}
.foot_addr .copr_info2 {
  overflow: hidden;
  color: #b0b0b0;
}
.foot_addr .copr_info2 li {
  margin: 7px 0;
  font-style: normal;
}
.foot_addr .copr_info2 li:last-child {
  margin-bottom: 0;
}
.foot_addr .copr_info2 a {
  font-size: 13px;
  color: #b0b0b0;
}
.foot_addr .copr_info2 span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.foot_addr .copr_info2 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 2px;
  width: 1px;
  height: 10px;
  background: #97999e;
}
/*
========================================================
  홈 레이아웃 페이지
========================================================*/
.home_body_wrap .layout {
  position: relative;
  width: 1686px;
  min-height: calc(100vh - 64px);
  margin-left: 228px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home_body_wrap .gnb {
  width: 228px;
  height: calc(100vh - 64px);
  position: fixed;
  top: 64px;
  left: 0;
  background: #060315;
  border-right: 1px solid #2a2a37;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 100;
}
.home_body_wrap .gnb::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.home_body_wrap .gnb::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.home_body_wrap .gnb::-webkit-scrollbar-track {
  background-color: #060315;
}
.home_body_wrap .gnb .inner {
  position: relative;
  padding: 16px 24px 71px 24px;
}
.home_body_wrap .gnb .cate_list {
  padding: 16px 4px;
  border-bottom: 1px solid #242231;
}
.home_body_wrap .gnb .cate_list a {
  display: block;
  padding: 8px 0;
  display: flex;
  align-items: center;
}
.home_body_wrap .gnb .cate_list a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  width: 22px;
  height: 22px;
}
.home_body_wrap .gnb .cate_list a i {
  display: inline-block;
}
.home_body_wrap .gnb .cate_list a i.icon_best {
  width: 16px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_history {
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -28px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_random {
  width: 19px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -58px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_new {
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -87px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_single {
  width: 18px;
  height: 19px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -656px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_multi {
  width: 20px;
  height: 18px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -681px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_righto {
  width: 16px;
  height: 19px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -708px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_1 {
  width: 22px;
  height: 19px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -116px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_3 {
  width: 20px;
  height: 21px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -147px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_4 {
  width: 18px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -177px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_6 {
  width: 22px;
  height: 21px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -205px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_7 {
  width: 22px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -235px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_8 {
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -265px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_9 {
  width: 22px;
  height: 19px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -353px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_10 {
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -384px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_11 {
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -414px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_12 {
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -444px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_13 {
  width: 22px;
  height: 19px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -472px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_14 {
  width: 20px;
  height: 21px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -503px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_15 {
  width: 20px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -533px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_17 {
  width: 21px;
  height: 18px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -295px -40px;
  position: relative;
  left: -1px;
  top: 0;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_18 {
  width: 22px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -561px -40px;
}
.home_body_wrap .gnb .cate_list a i.icon_cate_19 {
  width: 21px;
  height: 21px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -324px -40px;
  position: relative;
  left: -1px;
  top: -1px;
}
.home_body_wrap .gnb .cate_list a i.icon_styleup {
  width: 18px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -593px -77px;
}
.home_body_wrap .gnb .cate_list .on a {
  color: #ff9161;
  font-weight: 500;
}
.home_body_wrap .gnb .cate_list .on a i.icon_best {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: 0 -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_history {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -28px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_random {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -58px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_new {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -87px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_single {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -657px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_multi {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -681px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_righto {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -708px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_1 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -116px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_3 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -147px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_4 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -177px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_6 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -205px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_7 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -235px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_8 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -265px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_9 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -353px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_10 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -384px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_11 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -414px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_12 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -444px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_13 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -472px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_14 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -503px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_15 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -533px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_17 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -295px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_18 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -561px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_cate_19 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -324px -77px;
}
.home_body_wrap .gnb .cate_list .on a i.icon_styleup {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -593px -77px;
}
.home_body_wrap .gnb .cate_list .off a {
  color: #515258;
  font-weight: 500;
}
.home_body_wrap .gnb .cate_list .off a i.icon_best {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -352px -305px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_history {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -379px -305px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_random {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -406px -305px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_new {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -433px -305px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_single {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -433px -410px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_multi {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -458px -410px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_righto {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -485px -410px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_1 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -458px -305px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_3 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -485px -305px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_4 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -352px -339px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_6 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -379px -339px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_7 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -406px -339px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_8 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -433px -339px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_9 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -352px -376px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_10 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -379px -376px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_11 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -406px -376px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_12 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -433px -376px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_13 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -458px -376px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_14 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -485px -376px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_15 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -352px -410px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_17 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -458px -339px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_18 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -379px -410px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_cate_19 {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -485px -339px;
}
.home_body_wrap .gnb .cate_list .off a i.icon_styleup {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -406px -410px;
}
.home_body_wrap .gnb .cate_list:first-of-type {
  padding-top: 0;
}
.home_body_wrap .gnb .lnb_list a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 4px;
  color: #68647b;
}
.home_body_wrap .gnb .lnb_list .copyright {
  padding: 9px 4px;
  font-size: 14px;
  font-weight: 500;
  color: #68647b;
}
.home_body_wrap .gnb .btn_inq {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 16px 28px;
  width: 227px;
  border-top: 1px solid #2a2a37;
  background: #0e0e14;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.home_body_wrap .gnb .btn_inq .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-right: 14px;
}
.home_body_wrap .gnb .btn_inq i {
  display: block;
  width: 22px;
  height: 17px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -623px -40px;
}
.home_body_wrap .gnb .language_wrap {
  width: 176px;
  margin: 24px 0 12px;
}
.home_body_wrap .gnb .language_wrap .btn_lang {
  width: 176px;
}
.main_wrap .main_swiper_wrap {
  position: relative;
  opacity: 0;
}
.main_wrap .main_swiper_wrap .main_swiper {
  padding: 24px 0 16px;
}
.main_wrap .main_swiper_wrap .main_swiper .swiper-slide {
  width: 100%;
  height: 376px;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.main_wrap .main_swiper_wrap .main_swiper .swiper-slide .thumb:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}
.main_wrap .main_swiper_wrap .main_swiper .swiper-slide:not(:last-child) {
  margin-right: 16px;
}
.main_wrap .main_swiper_wrap .main_swiper .swiper-slide.big {
  width: 572px;
  height: 376px;
}
.main_wrap .main_swiper_wrap .main_swiper .swiper-slide.big a {
  display: block;
  height: 100%;
}
.main_wrap .main_swiper_wrap .main_swiper .swiper-slide.small {
  width: 564px !important;
  height: 376px;
}
.main_wrap .main_swiper_wrap .main_swiper .swiper-slide.small .inner {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 16px;
}
.main_wrap .main_swiper_wrap .main_swiper .swiper-slide.small a {
  display: block;
  width: 274px;
  height: 180px;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.main_wrap .main_swiper_wrap .swiper-button-next,
.main_wrap .main_swiper_wrap .swiper-button-prev {
  width: 68px;
  height: 100px;
  margin-top: -47px;
}
.main_wrap .main_swiper_wrap .swiper-button-next {
  right: 28px;
  background: url(https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=1&CDN=1);
  background-position: -74px -398px;
}
.main_wrap .main_swiper_wrap .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.main_wrap .main_swiper_wrap .swiper-button-prev {
  left: 24px;
  background: url(https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=1&CDN=1);
  background-position: 0 -398px;
}
.main_wrap .main_swiper_wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.main_wrap .game_list_wrap .inner {
  grid-template-columns: repeat(15, 94px);
  grid-template-rows: repeat(9, 94px);
  padding: 0 28px 0 24px;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(3) {
  grid-column: 5 / 7;
  grid-row: 1 / 3;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(4) {
  grid-column: 7 / 10;
  grid-row: 1 / 4;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(11) {
  grid-column: 10 / 12;
  grid-row: 2 / 4;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(12) {
  grid-column: 12 / 14;
  grid-row: 2 / 4;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(16) {
  grid-column: 2 / 4;
  grid-row: 3 / 5;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(17) {
  grid-column: 4 / 6;
  grid-row: 3 / 5;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(19) {
  grid-column: 14 / 16;
  grid-row: 3 / 5;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(23) {
  grid-column: 7 / 9;
  grid-row: 4 / 6;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(24) {
  grid-column: 9 / 11;
  grid-row: 4 / 6;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(25) {
  grid-column: 11 / 13;
  grid-row: 4 / 6;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(42) {
  grid-column: 8 / 10;
  grid-row: 6 / 8;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(49) {
  grid-column: 1 / 3;
  grid-row: 7 / 9;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(56) {
  grid-column: 11 / 14;
  grid-row: 7 / 10;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(60) {
  grid-column: 4 / 6;
  grid-row: 8 / 10;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(62) {
  grid-column: 7 / 9;
  grid-row: 8 / 10;
}
.main_wrap .game_list_wrap .inner .grid:nth-child(67) {
  grid-column: 14 / 16;
  grid-row: 8 / 10;
}
.main_wrap .gamen_info {
  padding: 40px 28px 0 24px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.main_wrap .gamen_info .about_wrap,
.main_wrap .gamen_info .partner_wrap {
  background: #282538;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 32px 36px 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main_wrap .gamen_info .about_wrap h2,
.main_wrap .gamen_info .partner_wrap h2 {
  color: #ff9161;
  font-size: 22px;
  padding-bottom: 23px;
}
.main_wrap .gamen_info .about_wrap p,
.main_wrap .gamen_info .partner_wrap p {
  color: #b7b5c4;
  font-size: 16px;
  line-height: 26px;
  word-break: keep-all;
}
.main_wrap .gamen_info .about_wrap {
  width: 551px;
}
.main_wrap .gamen_info .partner_wrap {
  width: 1043px;
}
.main_wrap .gamen_info .partner_wrap ul {
  display: grid;
  grid-template-columns: repeat(6, 148px);
  grid-template-rows: repeat(2, 44px);
  gap: 14px 17px;
}
.main_wrap .gamen_info .partner_wrap ul li {
  width: 148px;
  height: 44px;
  text-indent: -9999px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(1) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -15px -11px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(2) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -180px -11px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(3) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -344px -11px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(4) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -509px -11px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(5) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -673px -11px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(6) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -838px -11px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(7) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -15px -69px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(8) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -180px -69px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(9) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -344px -69px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(10) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -509px -69px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(11) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -673px -69px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(12) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -838px -69px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(13) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -15px -127px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(14) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -180px -127px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(15) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -344px -127px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(16) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -509px -127px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(17) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -673px -127px;
}
.main_wrap .gamen_info .partner_wrap ul li:nth-child(18) {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-partnership.png?v=5&CDN=1');
  background-position: -838px -127px;
}
.play_wrap .game_list_wrap .inner {
  padding: 24px 28px 0 24px;
  grid-template-columns: repeat(15, 94px);
  grid-template-rows: repeat(23, 94px);
}
.play_wrap .play_game_wrap {
  background: #282538;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.play_wrap .play_game_wrap .play_game {
  position: relative;
}
.play_wrap .play_game_wrap .play_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.play_wrap .play_game_wrap .play_title {
  display: flex;
  align-items: center;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  word-break: keep-all;
}
.play_wrap .play_game_wrap .play_thumb {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.play_wrap .play_game_wrap .play_buttons {
  display: flex;
  align-items: center;
}
.play_wrap .play_game_wrap .play_buttons li {
  position: relative;
}
.play_wrap .play_game_wrap .play_buttons li:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  display: block;
  content: "";
  clear: both;
  width: 1px;
  height: 24px;
  background: #3d3d4a;
}
.play_wrap .play_game_wrap .play_buttons li.on .btn_like {
  color: #ff9161;
}
.play_wrap .play_game_wrap .play_buttons li.on .btn_like i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -305px -148px;
}
.play_wrap .play_game_wrap .play_buttons button {
  color: #fff;
}
.play_wrap .play_game_wrap .play_buttons button i {
  vertical-align: middle;
}
.play_wrap .play_game_wrap .play_buttons button.btn_like i {
  width: 24px;
  height: 21px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -33px -109px;
}
.play_wrap .play_game_wrap .play_buttons button.btn_feedback i {
  width: 25px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -62px -109px;
}
.play_wrap .play_game_wrap .play_buttons button.btn_full i {
  width: 25px;
  height: 20px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -97px -109px;
}
.play_wrap .game_x.ranking .grid:nth-child(1) {
  width: 1031px;
  grid-column: 1/10;
  grid-row: 1/7;
}
.play_wrap .game_x.ranking .grid:nth-child(2) {
  width: 477px;
  grid-column: 10/15;
  grid-row: 1/7;
  margin-left: 57px;
}
.play_wrap .game_x.ranking .grid:nth-child(9) {
  grid-column: 1/3;
  grid-row: 7/9;
}
.play_wrap .game_x.ranking .grid:nth-child(10) {
  grid-column: 3/10;
  grid-row: 7/8;
}
.play_wrap .game_x.ranking .grid:nth-child(15) {
  grid-column: 14/16;
  grid-row: 7/9;
}
.play_wrap .game_x.ranking .grid:nth-child(20) {
  grid-column: 7/9;
  grid-row: 8/10;
}
.play_wrap .game_x.ranking .grid:nth-child(22) {
  grid-column: 10/12;
  grid-row: 8/10;
}
.play_wrap .game_x.ranking .grid:nth-child(25) {
  grid-column: 1/4;
  grid-row: 9/12;
}
.play_wrap .game_x.ranking .grid:nth-child(26) {
  grid-column: 4/7;
  grid-row: 9/12;
}
.play_wrap .game_x.ranking .grid:nth-child(28) {
  grid-column: 12/14;
  grid-row: 9/16;
}
.play_wrap .game_x.ranking .grid:nth-child(29) {
  grid-column: 14/16;
  grid-row: 9/11;
}
.play_wrap .game_x.ranking .grid:nth-child(30) {
  grid-column: 7/9;
  grid-row: 10/12;
}
.play_wrap .game_x.ranking .grid:nth-child(31) {
  grid-column: 9/11;
  grid-row: 10/12;
}
.play_wrap .game_x.ranking .grid:nth-child(39) {
  grid-column: 4/11;
  grid-row: 12/13;
}
.play_wrap .game_x.ranking .grid:nth-child(43) {
  grid-column: 1/3;
  grid-row: 13/15;
}
.play_wrap .game_x.ranking .grid:nth-child(49) {
  grid-column: 8/11;
  grid-row: 13/16;
}
.play_wrap .game_x.ranking .grid:nth-child(54) {
  grid-column: 4/6;
  grid-row: 14/16;
}
.play_wrap .game_x.ranking .grid:nth-child(58) {
  grid-column: 14/16;
  grid-row: 14/16;
}
.play_wrap .game_x.ranking .grid:nth-child(59) {
  grid-column: 1/4;
  grid-row: 15/16;
}
.play_wrap .game_x.ranking .grid:nth-child(60) {
  grid-column: 6/8;
  grid-row: 15/17;
}
.play_wrap .game_x.ranking .grid:nth-child(62) {
  grid-column: 1/4;
  grid-row: 16/19;
}
.play_wrap .game_x.ranking .grid:nth-child(63) {
  grid-column: 4/6;
  grid-row: 16/18;
}
.play_wrap .game_x.ranking .grid:nth-child(65) {
  grid-column: 9/16;
  grid-row: 16/24;
}
.play_wrap .game_x.ranking .grid:nth-child(66) {
  grid-column: 6/8;
  grid-row: 17/24;
}
.play_wrap .game_x.ranking .grid:nth-child(71) {
  grid-column: 1/6;
  grid-row: 19/24;
}
.play_wrap .game_x.no_ranking .grid:nth-child(1) {
  width: 1031px;
  grid-column: 1/10;
  grid-row: 1/7;
}
.play_wrap .game_x.no_ranking .grid:nth-child(2) {
  width: 147px;
  grid-column: 10/12;
  grid-row: 1/7;
  margin-left: 57px;
}
.play_wrap .game_x.no_ranking .grid:nth-child(3) {
  grid-column: 12/15;
  grid-row: 1/4;
}
.play_wrap .game_x.no_ranking .grid:nth-child(12) {
  grid-column: 13/15;
  grid-row: 5/7;
}
.play_wrap .game_x.no_ranking .grid:nth-child(16) {
  grid-column: 1/3;
  grid-row: 7/9;
}
.play_wrap .game_x.no_ranking .grid:nth-child(17) {
  grid-column: 3/10;
  grid-row: 7/8;
}
.play_wrap .game_x.no_ranking .grid:nth-child(22) {
  grid-column: 14/16;
  grid-row: 7/9;
}
.play_wrap .game_x.no_ranking .grid:nth-child(27) {
  grid-column: 7/9;
  grid-row: 8/10;
}
.play_wrap .game_x.no_ranking .grid:nth-child(29) {
  grid-column: 10/12;
  grid-row: 8/10;
}
.play_wrap .game_x.no_ranking .grid:nth-child(32) {
  grid-column: 1/4;
  grid-row: 9/12;
}
.play_wrap .game_x.no_ranking .grid:nth-child(33) {
  grid-column: 4/7;
  grid-row: 9/12;
}
.play_wrap .game_x.no_ranking .grid:nth-child(35) {
  grid-column: 12/14;
  grid-row: 9/16;
}
.play_wrap .game_x.no_ranking .grid:nth-child(36) {
  grid-column: 14/16;
  grid-row: 9/11;
}
.play_wrap .game_x.no_ranking .grid:nth-child(37) {
  grid-column: 7/9;
  grid-row: 10/12;
}
.play_wrap .game_x.no_ranking .grid:nth-child(38) {
  grid-column: 9/11;
  grid-row: 10/12;
}
.play_wrap .game_x.no_ranking .grid:nth-child(46) {
  grid-column: 4/11;
  grid-row: 12/13;
}
.play_wrap .game_x.no_ranking .grid:nth-child(48) {
  grid-column: 14/16;
  grid-row: 12/13;
}
.play_wrap .game_x.no_ranking .grid:nth-child(49) {
  grid-column: 1/3;
  grid-row: 13/15;
}
.play_wrap .game_x.no_ranking .grid:nth-child(55) {
  grid-column: 8/11;
  grid-row: 13/16;
}
.play_wrap .game_x.no_ranking .grid:nth-child(60) {
  grid-column: 4/6;
  grid-row: 14/16;
}
.play_wrap .game_x.no_ranking .grid:nth-child(66) {
  grid-column: 1/4;
  grid-row: 15/16;
}
.play_wrap .game_x.no_ranking .grid:nth-child(67) {
  grid-column: 6/8;
  grid-row: 15/17;
}
.play_wrap .game_x.no_ranking .grid:nth-child(64) {
  grid-column: 14/16;
  grid-row: 14/16;
}
.play_wrap .game_x.no_ranking .grid:nth-child(68) {
  grid-column: 1/4;
  grid-row: 16/19;
}
.play_wrap .game_x.no_ranking .grid:nth-child(69) {
  grid-column: 4/6;
  grid-row: 16/18;
}
.play_wrap .game_x.no_ranking .grid:nth-child(71) {
  grid-column: 9/16;
  grid-row: 16/24;
}
.play_wrap .game_x.no_ranking .grid:nth-child(72) {
  grid-column: 6/8;
  grid-row: 17/24;
}
.play_wrap .game_x.no_ranking .grid:nth-child(77) {
  grid-column: 1/6;
  grid-row: 19/24;
}
.play_wrap .game_x .play_game {
  width: 100%;
  height: 580px;
}
.play_wrap .game_x .play_box {
  width: 100%;
  height: 64px;
}
.play_wrap .game_x .play_buttons {
  margin-right: 4px;
}
.play_wrap .game_x .play_buttons li:not(:last-child):after {
  margin-top: -12px;
}
.play_wrap .game_x .play_buttons button {
  height: 64px;
  line-height: 64px;
  padding: 0 24px;
}
.play_wrap .game_x .play_buttons button i {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.play_wrap .game_x .play_buttons button.btn_like {
  position: relative;
  left: -1px;
}
.play_wrap .game_x .play_buttons button.btn_like i {
  left: -1px;
}
.play_wrap .game_x .play_buttons button.btn_feedback i {
  top: -1px;
}
.play_wrap .game_x .play_buttons button.btn_full i {
  position: relative;
  top: -1px;
  margin-right: 0;
  width: 20px;
  height: 20px;
}
.play_wrap .game_y.ranking .grid:nth-child(1) {
  width: 436px;
  grid-column: 1/5;
  grid-row: 1/9;
}
.play_wrap .game_y.ranking .grid:nth-child(2) {
  width: 477px;
  grid-column: 5/9;
  grid-row: 1/7;
  margin-left: 12px;
}
.play_wrap .game_y.ranking .grid:nth-child(3) {
  width: 140px;
  grid-column: 9/11;
  grid-row: 1/7;
  margin-left: 65px;
}
.play_wrap .game_y.ranking .grid:nth-child(4) {
  grid-column: 11/14;
  grid-row: 1/4;
}
.play_wrap .game_y.ranking .grid:nth-child(7) {
  grid-column: 14/16;
  grid-row: 2/4;
}
.play_wrap .game_y.ranking .grid:nth-child(15) {
  grid-column: 13/15;
  grid-row: 5/7;
}
.play_wrap .game_y.ranking .grid:nth-child(20) {
  grid-column: 5/7;
  grid-row: 7/9;
  margin-left: 12px;
  margin-top: 6px;
}
.play_wrap .game_y.ranking .grid:nth-child(28) {
  grid-column: 14/16;
  grid-row: 7/9;
}
.play_wrap .game_y.ranking .grid:nth-child(29) {
  grid-column: 7/9;
  grid-row: 8/10;
}
.play_wrap .game_y.ranking .grid:nth-child(31) {
  grid-column: 10/12;
  grid-row: 8/10;
}
.play_wrap .game_y.ranking .grid:nth-child(34) {
  grid-column: 1/4;
  grid-row: 9/12;
}
.play_wrap .game_y.ranking .grid:nth-child(35) {
  grid-column: 4/7;
  grid-row: 9/12;
}
.play_wrap .game_y.ranking .grid:nth-child(36) {
  grid-column: 7/9;
  grid-row: 10/12;
}
.play_wrap .game_y.ranking .grid:nth-child(38) {
  grid-column: 12/14;
  grid-row: 9/16;
}
.play_wrap .game_y.ranking .grid:nth-child(39) {
  grid-column: 14/16;
  grid-row: 9/11;
}
.play_wrap .game_y.ranking .grid:nth-child(42) {
  grid-column: 9/11;
  grid-row: 10/12;
}
.play_wrap .game_y.ranking .grid:nth-child(48) {
  grid-column: 4/11;
  grid-row: 12/13;
}
.play_wrap .game_y.ranking .grid:nth-child(52) {
  grid-column: 1/3;
  grid-row: 13/15;
}
.play_wrap .game_y.ranking .grid:nth-child(59) {
  grid-column: 8/11;
  grid-row: 13/16;
}
.play_wrap .game_y.ranking .grid:nth-child(63) {
  grid-column: 4/6;
  grid-row: 14/16;
}
.play_wrap .game_y.ranking .grid:nth-child(67) {
  grid-column: 14/16;
  grid-row: 14/16;
}
.play_wrap .game_y.ranking .grid:nth-child(68) {
  grid-column: 1/4;
  grid-row: 15/16;
}
.play_wrap .game_y.ranking .grid:nth-child(69) {
  grid-column: 6/8;
  grid-row: 15/17;
}
.play_wrap .game_y.ranking .grid:nth-child(71) {
  grid-column: 1/4;
  grid-row: 16/19;
}
.play_wrap .game_y.ranking .grid:nth-child(72) {
  grid-column: 4/6;
  grid-row: 16/18;
}
.play_wrap .game_y.ranking .grid:nth-child(74) {
  grid-column: 9/16;
  grid-row: 16/24;
}
.play_wrap .game_y.ranking .grid:nth-child(75) {
  grid-column: 6/8;
  grid-row: 17/24;
}
.play_wrap .game_y.ranking .grid:nth-child(80) {
  grid-column: 1/6;
  grid-row: 19/24;
}
.play_wrap .game_y.ranking .grid:nth-child(4),
.play_wrap .game_y.ranking .grid:nth-child(8),
.play_wrap .game_y.ranking .grid:nth-child(9),
.play_wrap .game_y.ranking .grid:nth-child(10),
.play_wrap .game_y.ranking .grid:nth-child(13),
.play_wrap .game_y.ranking .grid:nth-child(14),
.play_wrap .game_y.ranking .grid:nth-child(17),
.play_wrap .game_y.ranking .grid:nth-child(18) {
  position: relative;
  left: 1px;
}
.play_wrap .game_y.no_ranking .grid:nth-child(1) {
  width: 436px;
  grid-column: 1/5;
  grid-row: 1/9;
}
.play_wrap .game_y.no_ranking .grid:nth-child(2) {
  width: 192px;
  grid-column: 5/7;
  grid-row: 1/9;
  margin-left: 12px;
}
.play_wrap .game_y.no_ranking .grid:nth-child(5) {
  width: 204px;
  grid-column: 9/11;
  grid-row: 1/7;
}
.play_wrap .game_y.no_ranking .grid:nth-child(6) {
  grid-column: 11/14;
  grid-row: 1/4;
}
.play_wrap .game_y.no_ranking .grid:nth-child(11) {
  grid-column: 14/16;
  grid-row: 2/4;
}
.play_wrap .game_y.no_ranking .grid:nth-child(14) {
  grid-column: 7/9;
  grid-row: 4/6;
}
.play_wrap .game_y.no_ranking .grid:nth-child(22) {
  grid-column: 13/15;
  grid-row: 5/7;
}
.play_wrap .game_y.no_ranking .grid:nth-child(36) {
  grid-column: 14/16;
  grid-row: 7/9;
}
.play_wrap .game_y.no_ranking .grid:nth-child(40) {
  grid-column: 10/12;
  grid-row: 8/10;
}
.play_wrap .game_y.no_ranking .grid:nth-child(43) {
  grid-column: 1/4;
  grid-row: 9/12;
}
.play_wrap .game_y.no_ranking .grid:nth-child(44) {
  grid-column: 4/7;
  grid-row: 9/12;
}
.play_wrap .game_y.no_ranking .grid:nth-child(48) {
  grid-column: 12/14;
  grid-row: 9/16;
}
.play_wrap .game_y.no_ranking .grid:nth-child(49) {
  grid-column: 14/16;
  grid-row: 9/11;
}
.play_wrap .game_y.no_ranking .grid:nth-child(50) {
  grid-column: 7/9;
  grid-row: 10/12;
}
.play_wrap .game_y.no_ranking .grid:nth-child(51) {
  grid-column: 9/11;
  grid-row: 10/12;
}
.play_wrap .game_y.no_ranking .grid:nth-child(59) {
  grid-column: 4/11;
  grid-row: 12/13;
}
.play_wrap .game_y.no_ranking .grid:nth-child(61) {
  grid-column: 14/16;
  grid-row: 12/13;
}
.play_wrap .game_y.no_ranking .grid:nth-child(62) {
  grid-column: 1/3;
  grid-row: 13/15;
}
.play_wrap .game_y.no_ranking .grid:nth-child(68) {
  grid-column: 8/11;
  grid-row: 13/16;
}
.play_wrap .game_y.no_ranking .grid:nth-child(73) {
  grid-column: 4/6;
  grid-row: 14/16;
}
.play_wrap .game_y.no_ranking .grid:nth-child(77) {
  grid-column: 14/16;
  grid-row: 14/16;
}
.play_wrap .game_y.no_ranking .grid:nth-child(78) {
  grid-column: 1/4;
  grid-row: 15/16;
}
.play_wrap .game_y.no_ranking .grid:nth-child(79) {
  grid-column: 6/8;
  grid-row: 15/17;
}
.play_wrap .game_y.no_ranking .grid:nth-child(81) {
  grid-column: 1/4;
  grid-row: 16/19;
}
.play_wrap .game_y.no_ranking .grid:nth-child(82) {
  grid-column: 4/6;
  grid-row: 16/18;
}
.play_wrap .game_y.no_ranking .grid:nth-child(84) {
  grid-column: 9/16;
  grid-row: 16/24;
}
.play_wrap .game_y.no_ranking .grid:nth-child(85) {
  grid-column: 6/8;
  grid-row: 17/24;
}
.play_wrap .game_y.no_ranking .grid:nth-child(90) {
  grid-column: 1/6;
  grid-row: 19/24;
}
.play_wrap .game_y .play_game {
  width: 100%;
  height: 776px;
}
.play_wrap .game_y .play_box {
  width: 100%;
  height: 88px;
}
.play_wrap .game_y .play_title {
  width: calc(100% - 230px);
  line-height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.play_wrap .game_y .play_title .play_thumb {
  position: relative;
  top: 1px;
}
.play_wrap .game_y .play_title .text {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
  max-height: 52px;
  width: calc(100% - 54px);
}
.play_wrap .game_y .play_buttons li:first-child {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.play_wrap .game_y .play_buttons li:first-child:after {
  right: -10px;
}
.play_wrap .game_y .play_buttons li:first-child button i {
  margin-bottom: 8px;
}
.play_wrap .game_y .play_buttons button {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.play_wrap .game_y .play_buttons button i {
  display: block;
  margin-bottom: 9px;
}
.play_wrap .game_y .play_buttons button.btn_like {
  padding: 0 18px 0 8px;
  position: relative;
  top: 3px;
}
.play_wrap .game_y .play_buttons button.btn_full {
  padding: 0 24px 0 20px;
}
.play_wrap .game_y .play_buttons button.btn_full i {
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -257px -147px;
}
.play_wrap .game_y .play_buttons button.btn_full.on i {
  background: #fff;
}
.play_wrap .game_y .play_buttons button.btn_feedback {
  padding: 0 21px 0 19px;
  position: relative;
  top: 3px;
}
.play_wrap .game_y .play_buttons button.btn_feedback i {
  position: relative;
  right: -1px;
}
.ranking_wrap {
  position: relative;
  width: 477px;
  height: 644px;
  padding: 31px 36px 40px 36px;
  background: #282538;
  -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;
}
.ranking_wrap .top_area {
  position: relative;
  padding-bottom: 15px;
}
.ranking_wrap h2 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 7px;
}
.ranking_wrap .r_date {
  font-size: 14px;
  font-weight: 400;
  color: #a3a3b6;
  letter-spacing: 0;
}
.ranking_wrap .select_ranking_wrap {
  position: absolute;
  top: -8px;
  right: 0;
}
.ranking_wrap .select_ranking_wrap .btn_sel_ranking {
  display: block;
  padding: 0 15px;
  min-width: 92px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #3d3d4a;
  background: #282538;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.ranking_wrap .select_ranking_wrap .btn_sel_ranking .icon_arrow {
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -374px -149px;
}
.ranking_wrap .select_ranking_wrap .btn_sel_ranking .icon_arrow.up {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -394px -149px;
}
.ranking_wrap .select_ranking_wrap .sel_ranking {
  display: none;
  position: absolute;
  width: 100%;
  top: 56px;
  padding: 10px 5px;
  background: #3d3d4a;
  text-align: center;
  font-weight: 500;
  z-index: 1;
  -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;
}
.ranking_wrap .select_ranking_wrap .sel_ranking button {
  width: 100%;
  padding: 8px 0;
  color: #fff;
  word-break: break-all;
}
.ranking_wrap .select_ranking_wrap .sel_ranking .on button {
  color: #807b9c;
}
.ranking_wrap .award_list {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  height: 228px;
}
.ranking_wrap .award_list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 20px;
  width: 96px;
  max-width: 96px;
  padding: 0 3px;
  text-align: center;
}
.ranking_wrap .award_list li .profile {
  position: relative;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ranking_wrap .award_list li .profile .icon_ranking {
  display: block;
  width: 31px;
  height: 40px;
  position: absolute;
  top: 1px;
  left: -5px;
}
.ranking_wrap .award_list li .profile .icon_my {
  display: block;
  width: 24px;
  height: 14px;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -12px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -339px -149px;
}
.ranking_wrap .award_list li .nick {
  width: 100%;
  padding: 13px 0 12px;
  line-height: 20px;
  color: #ecebee;
}
.ranking_wrap .award_list li .nick b {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  line-height: 22px;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  max-height: 44px;
}
.ranking_wrap .award_list li .nick .group {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.ranking_wrap .award_list li .score {
  background: #100f18;
  color: #ff9161;
  font-weight: bold;
  font-size: 13px;
  padding: 7px 16px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ranking_wrap .award_list li:nth-child(2) {
  top: 0;
}
.ranking_wrap .award_list li:nth-child(2) .profile {
  width: 96px;
  height: 96px;
}
.ranking_wrap .award_list li:nth-child(2) .profile .icon_ranking {
  width: 33px;
  height: 44px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -208px -272px;
}
.ranking_wrap .award_list li:nth-child(2) .nick {
  padding: 14px 0 12px;
  line-height: 22px;
}
.ranking_wrap .award_list li:nth-child(2) .nick b {
  font-size: 18px;
  font-weight: 600;
}
.ranking_wrap .award_list li:nth-child(2) .nick .group {
  font-size: 16px;
  font-weight: 400;
}
.ranking_wrap .award_list li:nth-child(2) .score {
  font-size: 14px;
  padding: 9px 16px 9px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.ranking_wrap .award_list li:nth-child(1) {
  left: -2px;
}
.ranking_wrap .award_list li:nth-child(1) .icon_ranking {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -243px -272px;
}
.ranking_wrap .award_list li:nth-child(3) .icon_ranking {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -276px -272px;
}
.ranking_wrap .txt_list {
  padding: 22px 0 44px;
}
.ranking_wrap .txt_list li:after {
  content: '';
  clear: both;
  display: block;
}
.ranking_wrap .txt_list li:not(:last-child) {
  padding-bottom: 23px;
}
.ranking_wrap .txt_list .ranking {
  float: left;
  width: 20px;
  text-indent: 3px;
  font-size: 16px;
  color: #a3a3b6;
  font-weight: 600;
}
.ranking_wrap .txt_list .nick {
  float: left;
  position: relative;
  color: #ecebee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ranking_wrap .txt_list .nick .nick_box {
  position: relative;
  max-width: 220px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ranking_wrap .txt_list .nick .nick_box .nick_inner {
  width: 100%;
  height: 19px;
  overflow: hidden;
}
.ranking_wrap .txt_list .nick button {
  display: block;
  position: absolute;
  right: -14px;
  top: 1px;
  padding: 4px;
  background: #282538;
}
.ranking_wrap .txt_list .nick button i {
  display: block;
  width: 6px;
  height: 10px;
}
.ranking_wrap .txt_list .nick button.btn_nick_next i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -416px -149px;
}
.ranking_wrap .txt_list .nick button.btn_nick_prev i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -433px -149px;
}
.ranking_wrap .txt_list .nick .icon_my {
  position: absolute;
  right: -32px;
  top: 3px;
  display: inline-block;
  margin-left: 8px;
  width: 24px;
  height: 14px;
  vertical-align: middle;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -339px -149px;
}
.ranking_wrap .txt_list .nick .name {
  font-size: 15px;
  font-weight: 500;
}
.ranking_wrap .txt_list .nick .group {
  font-size: 14px;
  font-weight: 300;
  padding-left: 4px;
}
.ranking_wrap .txt_list .score {
  float: right;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  color: #ff9161;
  text-align: right;
}
.ranking_wrap .my_list {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 19px 24px 17px;
  background: #4b4a59;
  -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;
}
.ranking_wrap .my_list .ranking {
  width: 45px;
  font-size: 16px;
  font-weight: bold;
  color: #acb6ea;
  position: relative;
  top: -1px;
}
.ranking_wrap .my_list .nick {
  width: calc(100% - 135px);
  padding-left: 10px;
  line-height: 20px;
  color: #fff;
}
.ranking_wrap .my_list .nick .name {
  font-size: 15px;
  font-weight: bold;
}
.ranking_wrap .my_list .nick .group {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.ranking_wrap .my_list .score {
  width: 90px;
  font-size: 13px;
  font-weight: bold;
  color: #ff9161;
  text-align: right;
}
.ranking_wrap .my_list.no_result {
  display: block;
  padding: 0;
  height: 76px;
  line-height: 76px;
  text-align: center;
}
.ranking_wrap.no_result .text {
  width: 100%;
  align-content: center;
  text-align: center;
}
.game_info {
  width: 100%;
  margin-top: 24px;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.game_info .game_info_inner {
  width: 510px;
  height: 510px;
  padding: 26px 0 41px 36px;
  background: #282538;
  -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;
  overflow: hidden;
}
.game_info .game_info_inner .info_content {
  position: relative;
  height: 437px;
  max-height: 437px;
  margin-right: 4px;
  padding: 0 35px 0 0;
  overflow: hidden;
  overflow-y: auto;
}
.game_info .game_info_inner .info_content::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.game_info .game_info_inner .info_content::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.game_info .game_info_inner .info_content::-webkit-scrollbar-track {
  background-color: transparent;
}
.game_info .game_info_top {
  padding-bottom: 11px;
}
.game_info .title {
  padding-top: 7px;
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.game_info .btn_sns_share {
  display: inline-block;
  padding: 10px 20px 8px;
  background: #46425f;
  color: #f0eefe;
  font-weight: bold;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.game_info .btn_sns_share i {
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -661px -109px;
  position: relative;
  top: -1px;
}
.game_info .game_score {
  display: flex;
  align-items: center;
  color: #ecebee;
  padding-bottom: 4px;
  font-weight: 500;
}
.game_info .game_score i {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 8px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -634px -109px;
  position: relative;
  top: -1px;
}
.game_info .game_score .total_score {
  margin-right: 10px;
  color: #807b9c;
  font-weight: 400;
}
.game_info .game_score .slash {
  position: relative;
  top: -1px;
  margin: 0 2px 0 4px;
  font-size: 12px;
  font-weight: 500;
}
.game_info .game_score .grade {
  font-size: 14px;
  color: #ecebee;
  font-weight: 400;
  position: relative;
  top: -1px;
}
.game_info h4 {
  font-size: 18px;
  color: #fff;
  padding: 28px 0 19px;
  font-weight: 600;
}
.game_info p {
  line-height: 26px;
  font-weight: 300;
  color: #ecebee;
  word-break: keep-all;
}
.reply_wrap {
  margin: 24px 0 0 24px;
}
.reply_wrap .reply_inner {
  width: 730px;
  max-height: 840px;
  padding: 35px 35px 40px;
  background: #282538;
  -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;
  overflow: hidden;
}
.reply_wrap h2 {
  font-size: 22px;
  font-weight: 500;
}
.reply_wrap h2 span {
  font-weight: 700;
}
.reply_wrap .reply_cmt {
  overflow-y: auto;
  max-height: 476px;
  border-top: 1px solid #5f5f6b;
}
.reply_wrap .reply_cmt::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}
.reply_wrap .reply_cmt::-webkit-scrollbar-thumb {
  background-color: #afadb9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.reply_wrap .reply_cmt::-webkit-scrollbar-track {
  background-color: transparent;
}
.reply_wrap .reply_cmt .reply_list li {
  border-bottom: 1px solid #3d3d4a;
}
.reply_wrap .reply_write .top .nick,
.reply_wrap .re_reply_write .top .nick {
  color: #fff;
}
.reply_wrap .reply_write .top .group,
.reply_wrap .re_reply_write .top .group {
  display: block;
  padding-top: 5px;
}
.reply_wrap .reply_view .top .group,
.reply_wrap .re_reply_view .top .group {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.reply_wrap .reply_write {
  padding: 30px 0;
}
.reply_wrap .reply_view {
  padding: 30px 30px 24px 0;
}
.reply_wrap .re_reply_view {
  padding: 30px 30px 24px 30px;
  background: #312e42;
}
.reply_wrap .re_reply_write {
  padding: 30px;
}
.reply_wrap .re_reply_write .top .group {
  margin-left: 0;
}
.reply_wrap .top:after {
  content: '';
  clear: both;
  display: block;
}
.reply_wrap .top > div {
  float: left;
}
.reply_wrap .top .thm {
  width: 40px;
  height: 40px;
}
.reply_wrap .top .icon_lv {
  right: -20px;
  bottom: 2px;
}
.reply_wrap .top .nick {
  padding-left: 30px;
  color: #ecebee;
  font-weight: 500;
}
.reply_wrap .top .group {
  font-size: 14px;
  font-weight: 300;
}
.reply_wrap .top .time {
  padding-top: 5px;
  font-size: 14px;
  color: #a3a3b6;
  font-weight: 300;
}
.reply_wrap .top .guest_reply {
  padding-left: 10px;
  line-height: 40px;
}
.reply_wrap .top .buttons {
  float: right;
  display: flex;
  align-items: center;
}
.reply_wrap .top .btn {
  padding: 0 12px;
  min-width: 67px;
  height: 40px;
  color: #e8ddd8;
  border: 1px solid #e8ddd8;
  font-weight: bold;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reply_wrap .top .btn:not(:first-child) {
  margin-left: 14px;
}
.reply_wrap .top .btn.btn_reply_submit {
  color: #fff;
  background: #ff5307;
  border-color: #ff5307;
}
.reply_wrap .top .btn.btn_reply_re {
  color: #ff5307;
  background: #f6dbcf;
  border-color: #f6dbcf;
}
.reply_wrap .top .img_upload_wrap .thumb_img_upload {
  display: block;
  position: relative;
  float: left;
  margin-right: 4px;
}
.reply_wrap .top .img_upload_wrap .thumb_img_upload .img_box {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.reply_wrap .top .img_upload_wrap .thumb_img_upload .btn_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #46425f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.reply_wrap .top .img_upload_wrap .thumb_img_upload .btn_close i {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -433px -149px;
}
.reply_wrap .top .img_upload_wrap label {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  float: left;
}
.reply_wrap .top .img_upload_wrap label i {
  display: block;
  width: 24px;
  height: 22px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -135px -109px;
}
.reply_wrap textarea {
  margin-top: 17px;
  width: 100%;
  height: 145px;
}
.reply_wrap .r_comment {
  padding-top: 15px;
  line-height: 26px;
  color: #ecebee;
  font-weight: 300;
  word-break: break-word;
}
.reply_wrap .r_comment .r_picture {
  max-width: 150px;
  margin-top: 15px;
}
.reply_wrap .r_comment.r_delete {
  color: #838188;
}
.reply_wrap .pagination {
  margin-top: 25px;
}
.list_wrap {
  padding: 24px 24px 0;
}
.list_wrap .title {
  font-size: 24px;
  padding: 0 0 18px 2px;
}
.list_wrap .game_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.list_wrap .game_list li a {
  display: block;
  width: 259px;
  height: 170px;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.list_wrap .game_list._best a {
  width: 534px;
  height: 350px;
}
.list_wrap .game_list._normal li:nth-child(-n + 6) {
  margin-top: 16px;
}
.search_wrap {
  padding: 24px 24px 50px;
}
.search_wrap .title {
  font-size: 24px;
  padding: 0 0 18px 2px;
}
.search_wrap .title.fw_500 {
  font-weight: 500;
}
.search_wrap .title.fw_500 span {
  font-weight: 700;
}
.search_wrap .title:nth-of-type(2) {
  margin-top: 37px;
}
.search_wrap .search_list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.search_wrap .search_list li a {
  display: block;
  width: 314px;
  height: 314px;
  overflow: hidden;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.search_wrap .no_result {
  padding-bottom: 30px;
}
.search_wrap .no_result i {
  display: block;
  width: 152px;
  height: 155px;
  margin: 25px auto;
  background: url(https://img.gamen.com/renew_gamen/pc_search_img.png?v=1&CDN=1);
}
.search_wrap .no_result p {
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #ecebee;
}
.notice_wrap .board_list_wrap {
  margin-top: 34px;
}
.notice_wrap .board_list_wrap li a {
  display: block;
  padding: 30px 40px;
  background: #110f21;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.notice_wrap .board_list_wrap li a:after {
  content: '';
  clear: both;
  display: block;
}
.notice_wrap .board_list_wrap li .col {
  display: inline-block;
}
.notice_wrap .board_list_wrap li .list_txt {
  margin-right: 26px;
  font-size: 14px;
  color: #807b9c;
}
.notice_wrap .board_list_wrap li .flag {
  margin-right: 16px;
  padding: 5px 10px;
  font-size: 14px;
  color: #a899ff;
  border: 1px solid #a899ff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.notice_wrap .board_list_wrap li .text {
  font-size: 18px;
  font-weight: 500;
  color: #ecebee;
}
.notice_wrap .board_list_wrap li .date {
  float: right;
  font-size: 16px;
  color: #a3a3b6;
  font-weight: 300;
  position: relative;
  top: 4px;
}
.notice_wrap .board_list_wrap li:hover a {
  background: #282538;
}
.notice_wrap .board_list_wrap li:not(:last-child) {
  margin-bottom: 16px;
}
.notice_wrap .pagination {
  margin-top: 40px;
}
.notice_wrap .board_read_wrap {
  margin-top: 30px;
  padding: 36px 40px 40px;
  background: #282538;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.notice_wrap .board_read_wrap:after {
  content: '';
  clear: both;
  display: block;
}
.notice_wrap .board_read_wrap .top_area {
  padding-bottom: 34px;
}
.notice_wrap .board_read_wrap .top_area h4 {
  padding-bottom: 10px;
  color: #ecebee;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}
.notice_wrap .board_read_wrap .top_area .date {
  color: #a3a3b6;
  font-size: 18px;
  font-weight: 300;
}
.notice_wrap .board_read_wrap .view_body {
  margin-bottom: 20px;
  padding: 35px 0 40px;
  border-top: 1px solid #3d3d4a;
  border-bottom: 1px solid #3d3d4a;
}
.notice_wrap .board_read_wrap .btn_list {
  float: right;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #46425f;
}
.notice_wrap .board_read_wrap + .board_list_wrap {
  margin-top: 20px;
}
.view_body p,
.view_body span,
.view_body b,
.view_body .xl65 {
  color: #ecebee !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  background: transparent !important;
  font-family: "Pretendard", sans-serif !important;
}
.view_body table {
  background: transparent !important;
}
.view_body th,
.view_body td {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #ecebee !important;
  background: transparent !important;
  border-color: #959595 !important;
  font-family: "Pretendard", sans-serif !important;
  padding: 2px;
}
.view_body .xl70,
.view_body .xl71,
.view_body .xl67,
.view_body .xl68,
.view_body .xl69 {
  padding: 3px;
}
.event_wrap .tab_event_menu {
  display: inline-block;
  margin: 30px 0 36px;
  background: #110f21;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.event_wrap .tab_event_menu:after {
  content: '';
  clear: both;
  display: block;
}
.event_wrap .tab_event_menu li {
  float: left;
}
.event_wrap .tab_event_menu li a {
  display: block;
  color: #a3a3b6;
  font-size: 14px;
  font-weight: 300;
  width: 64px;
  padding: 9px 0;
  text-align: center;
  -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;
}
.event_wrap .tab_event_menu li.on a {
  color: #ff9161;
  font-weight: 400;
  background: #060315;
  border: 1px solid #ff9161;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.event_wrap .event_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -4px;
}
.event_wrap .event_list li {
  width: 50%;
  padding-bottom: 47px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.event_wrap .event_list li:nth-child(2n + 1) {
  padding-right: 12px;
}
.event_wrap .event_list li:nth-child(2n) {
  padding-left: 12px;
}
.event_wrap .event_list li a {
  display: block;
}
.event_wrap .event_list li .thumb {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.event_wrap .event_list li .info {
  margin-top: 24px;
}
.event_wrap .event_list li .info .flag {
  display: inline-block;
  min-width: 64px;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
  color: #ecebee;
  font-size: 14px;
  font-weight: 400;
  background: #515258;
  -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;
}
.event_wrap .event_list li .info .flag.on {
  color: #fff;
  background: #ff5307;
}
.event_wrap .event_list li .info .tit {
  color: #ecebee;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}
.event_wrap .event_list li .info .sub_tit {
  padding: 16px 0 15px;
  color: #ecebee;
  font-weight: 300;
  line-height: 28px;
}
.event_wrap .event_list li .info .date {
  color: #a3a3b6;
  font-weight: 300;
}
.agreement_wrap {
  position: relative;
}
.agreement_wrap .board_read_wrap {
  margin-top: 30px;
  padding: 36px 40px 40px;
  background: #282538;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.agreement_wrap .terms_box h3,
.agreement_wrap .terms_box h4,
.agreement_wrap .terms_box h5,
.agreement_wrap .terms_box h6,
.agreement_wrap .terms_box li,
.agreement_wrap .terms_box p {
  font-weight: 400;
  line-height: 26px;
  color: #ecebee;
}
.agreement_wrap .terms_box .title {
  margin-bottom: 34px;
  font-size: 28px;
  font-weight: 500;
  color: #ecebee;
}
.agreement_wrap .terms_box .article {
  padding-bottom: 34px;
}
.agreement_wrap hr {
  border-color: #3d3d4a;
  margin-bottom: 34px;
}
.qna_wrap .info_txt {
  padding-top: 24px;
  color: #ecebee;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.qna_wrap .info_txt .btn_link {
  position: relative;
  color: #ff9161;
  font-size: 20px;
  font-weight: 400;
}
.qna_wrap .info_txt .btn_link:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff9161;
  position: absolute;
  bottom: 0;
  left: 0;
}
.qna_wrap .info_txt i {
  display: inline-block;
  margin-right: 20px;
  width: 81px;
  height: 72px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -415px -212px;
  vertical-align: middle;
}
.qna_wrap .info_txt:last-of-type {
  padding-top: 40px;
}
.qna_wrap .qna_list_box {
  margin-top: 43px;
}
.qna_wrap .qna_list_box:last-of-type {
  margin-top: 54px;
}
.qna_wrap .qna_list_box .sub_tit {
  margin-bottom: 32px;
  color: #ecebee;
  font-size: 28px;
  font-weight: 500;
}
.qna_wrap .qna_list_box li .help_q {
  padding: 32px 40px;
  background: #110f21;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: #ecebee;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.qna_wrap .qna_list_box li .help_q span {
  color: #807b9c;
  font-size: 20px;
  font-weight: 500;
  padding-right: 12px;
}
.qna_wrap .qna_list_box li .help_q .icon_arrow {
  display: block;
  width: 18px;
  height: 10px;
  float: right;
  position: relative;
  top: 7px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -358px -19px;
}
.qna_wrap .qna_list_box li .help_q.on {
  background: #282538;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.qna_wrap .qna_list_box li .help_q.on .icon_arrow {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -387px -19px;
}
.qna_wrap .qna_list_box li:not(:last-child) {
  margin-bottom: 16px;
}
.qna_wrap .qna_list_box .help_a {
  display: none;
  padding: 30px 40px;
  background: #1c192b;
  color: #ecebee !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
  font-family: "Pretendard", sans-serif !important;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.qna_wrap .qna_list_box .help_a p,
.qna_wrap .qna_list_box .help_a span {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Pretendard", sans-serif !important;
  color: #ecebee !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}
.contact_wrap {
  position: relative;
}
.contact_wrap:after {
  content: '';
  clear: both;
  display: block;
}
.contact_wrap .contact_info {
  position: relative;
  margin-top: 30px;
  padding: 36px 40px;
  background: #282538;
  -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;
}
.contact_wrap .contact_info b {
  display: block;
  padding-bottom: 21px;
  color: #ff9161;
  font-size: 24px;
  font-weight: 600;
}
.contact_wrap .contact_info p {
  font-size: 18px;
  color: #b7b5c4;
  line-height: 28px;
}
.contact_wrap .contact_info .img {
  position: absolute;
}
.contact_wrap .contact_info.publis {
  height: 324px;
}
.contact_wrap .contact_info.publis .img {
  width: 146px;
  height: 164px;
  bottom: 36px;
  right: 40px;
  background: url(https://img.gamen.com/renew_gamen/img_help_publis.png?v=1&CDN=1) no-repeat;
}
.contact_wrap .contact_info.business {
  padding: 36px 40px 0;
  height: 410px;
}
.contact_wrap .contact_info.business .img {
  width: 260px;
  height: 203px;
  bottom: 102px;
  right: 40px;
  background: url(https://img.gamen.com/renew_gamen/img_help_business.png?v=1&CDN=1) no-repeat;
}
.contact_wrap .contact_info .bottom {
  position: relative;
  top: 123px;
  border-top: 1px solid #3d3d4a;
}
.contact_wrap .contact_info .bottom:after {
  content: '';
  clear: both;
  display: block;
}
.contact_wrap .contact_info .bottom .btn_file {
  float: right;
  height: 60px;
  line-height: 60px;
  color: #ff9161;
  font-size: 18px;
}
.contact_wrap .contact_info .bottom .btn_file i {
  display: inline-block;
  margin: 0 10px 0 6px;
  width: 10px;
  height: 10px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -455px -149px;
  position: relative;
  top: -3px;
}
.contact_wrap .input_box:not(:last-child) {
  margin-bottom: 40px;
}
.contact_wrap .input_box:first-of-type {
  margin-top: 24px;
}
.contact_wrap .input_box.input_radio {
  margin: 21px 0 25px;
}
.contact_wrap .input_box .col {
  float: left;
  height: 50px;
  line-height: 50px;
}
.contact_wrap .input_box .col:first-child {
  width: 105px;
}
.contact_wrap .input_box .col:first-child label {
  cursor: default;
}
.contact_wrap .input_box .col:last-child {
  width: calc(100% - 105px);
}
.contact_wrap .input_box .tit {
  padding-bottom: 0;
}
.contact_wrap .input_box textarea {
  height: 304px;
  background: #3d3d4a;
}
.contact_wrap form {
  position: relative;
}
.contact_wrap form:after {
  content: '';
  clear: both;
  display: block;
}
.contact_wrap .mark_txt {
  position: absolute;
  top: 66px;
  right: 0;
  color: #dd0701;
  font-size: 14px;
  font-weight: 500;
}
.contact_wrap .sub_title {
  margin-top: 50px;
  color: #ecebee;
  font-size: 28px;
  font-weight: 500;
}
.contact_wrap .private_box p {
  padding: 20px 0 25px;
  color: #ecebee;
  font-size: 16px;
  font-weight: 400;
}
.contact_wrap .private_box .info_box {
  padding: 20px;
  color: #ecebee;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background: #110f21;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.contact_wrap .private_box .chk_box {
  float: right;
  margin-top: 20px;
}
.contact_wrap .private_box .chk_box input[type="checkbox"] {
  margin-right: 20px;
  margin-left: 8px;
}
.contact_wrap .private_box .chk_box input[type="checkbox"] + .chk_btn {
  margin-left: 8px;
  right: 20px;
  left: initial;
}
.contact_wrap .btn_submit {
  float: right;
  margin-top: 56px;
  width: 108px;
  height: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/*
========================================================
  공지, 이용약관 레이아웃
========================================================*/
.help_body_wrap .content {
  margin: 64px auto 0;
  padding: 53px 0 80px;
  width: 968px;
}
.help_body_wrap .gnb {
  float: left;
  width: 168px;
}
.help_body_wrap .gnb .cate_list {
  padding-right: 20px;
}
.help_body_wrap .gnb .cate_list:last-of-type {
  padding-top: 32px;
}
.help_body_wrap .gnb h3 {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #807b9c;
}
.help_body_wrap .gnb li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.help_body_wrap .gnb li.on a {
  color: #ff9161;
  font-weight: 500;
}
.help_body_wrap .gnb.right_gnb {
  float: initial;
  width: auto;
  position: absolute;
  top: 0;
  right: -40px;
}
.help_body_wrap .gnb.right_gnb .inner {
  position: fixed;
}
.help_body_wrap .gnb.right_gnb .inner li {
  position: relative;
}
.help_body_wrap .gnb.right_gnb .inner li .on {
  color: #ff9161;
  font-weight: 500;
}
.help_body_wrap .layout {
  float: left;
  position: relative;
  width: 800px;
}
.help_body_wrap .header {
  width: 100%;
  z-index: 100;
  background: #202028;
}
.help_body_wrap .header .header_inner {
  display: flex;
  align-items: center;
  justify-content: initial;
  width: 968px;
  padding: 0;
  margin: 0 auto;
  background: initial;
}
.help_body_wrap .header .logo_wrap {
  margin-right: 40px;
}
.help_body_wrap .board_title {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  top: -1px;
}
/*
========================================================
  마이페이지 레이아웃
========================================================*/
.mypage_body_wrap .content {
  margin: 64px auto 0;
  width: 800px;
  padding: 24px 0 50px;
}
.mypage_body_wrap .header .logo_wrap {
  display: flex;
  width: auto;
}
.mypage_body_wrap .header .logo_wrap h1 {
  margin-right: 40px;
}
.mypage_body_wrap .mypage_top_row .btn_profile_upload {
  display: none;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.mypage_body_wrap .mypage_top_row .profile {
  width: 144px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.mypage_body_wrap .mypage_top_row .profile:hover:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mypage_body_wrap .mypage_top_row .profile:hover .btn_profile_upload {
  display: block;
}
.mypage_body_wrap .mypage_info:after {
  content: '';
  clear: both;
  display: block;
}
.mypage_body_wrap .mypage_info .col {
  float: left;
}
.mypage_body_wrap .mypage_info .col.left {
  width: 193px;
  position: relative;
  top: -42px;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mypage_body_wrap .mypage_info .col.right {
  position: relative;
  width: calc(100% - 193px);
  padding-top: 20px;
}
.mypage_body_wrap .mypage_info .profile {
  width: 144px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.mypage_body_wrap .mypage_info .profile:hover:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mypage_body_wrap .mypage_info .profile:hover .btn_profile_upload {
  display: block;
}
.mypage_body_wrap .mypage_info .nick {
  color: #ecebee;
  font-size: 24px;
  font-weight: 500;
}
.mypage_body_wrap .mypage_info .group {
  padding: 8px 0;
  color: #ecebee;
  font-weight: 300;
}
.mypage_body_wrap .mypage_info .etc {
  color: #807b9c;
  font-size: 14px;
  font-weight: 500;
}
.mypage_body_wrap .mypage_info .etc span:not(:last-child) {
  margin-right: 12px;
}
.mypage_body_wrap .mypage_info .etc i {
  display: inline-block;
  vertical-align: middle;
}
.mypage_body_wrap .mypage_info .etc i.icon_lang {
  width: 16px;
  height: 16px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -539px -149px;
}
.mypage_body_wrap .mypage_info .etc i.icon_check {
  width: 12px;
  height: 9px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -519px -149px;
  position: relative;
  top: -1px;
}
.mypage_body_wrap .mypage_info .btn_my_modify {
  position: absolute;
  right: 28px;
  top: 24px;
  width: 135px;
  height: 50px;
  background: #46425f;
  color: #f0eefe;
  font-weight: 700;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.mypage_body_wrap .mypage_top .mypage_info .profile {
  height: 144px;
}
.mypage_body_wrap .mypage_top .mypage_info .profile .thumb {
  width: 144px;
  height: 144px;
}
.mypage_body_wrap .mypage_row {
  display: flex;
  position: relative;
  top: -8px;
}
.mypage_body_wrap .mypage_row:after {
  content: '';
  clear: both;
  display: block;
}
.mypage_body_wrap .mypage_row .sub_title {
  display: inline-block;
  padding-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-indent: 2px;
}
.mypage_body_wrap .chart_box {
  width: 244px;
}
.mypage_body_wrap .chart_box .chart_list li {
  display: flex;
  align-items: center;
}
.mypage_body_wrap .chart_box .chart_list li:not(:last-child) {
  margin-bottom: 20px;
}
.mypage_body_wrap .chart_box .chart_list li .icon_box {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #110f21;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.mypage_body_wrap .chart_box .chart_list li .icon_box i {
  display: block;
  width: 52px;
  height: 52px;
}
.mypage_body_wrap .chart_box .chart_list li:nth-child(1) .icon_box i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -518px -294px;
}
.mypage_body_wrap .chart_box .chart_list li:nth-child(2) .icon_box i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -575px -294px;
}
.mypage_body_wrap .chart_box .chart_list li:nth-child(3) .icon_box i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -631px -294px;
}
.mypage_body_wrap .chart_box .chart_list li:nth-child(4) .icon_box i {
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -688px -294px;
}
.mypage_body_wrap .chart_box .count_box {
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mypage_body_wrap .chart_box .count_box .top_txt {
  color: #807b9c;
  font-weight: 500;
}
.mypage_body_wrap .chart_box .count_box .num {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.mypage_body_wrap .chart_box .count_box .num_txt {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.mypage_body_wrap .chart_box .count_box .bottom_txt {
  color: #ecebee;
  font-size: 14px;
  font-weight: 300;
}
.mypage_body_wrap .mygame_info_box {
  width: calc(100% - 244px);
}
.mypage_body_wrap .mygame_info_box .top_games .info_txt {
  padding-left: 8px;
  color: #ecebee;
  font-size: 14px;
  font-weight: 300;
}
.mypage_body_wrap .mygame_info_box .top_games ul:after {
  content: '';
  clear: both;
  display: block;
}
.mypage_body_wrap .mygame_info_box .top_games ul li {
  float: left;
}
.mypage_body_wrap .mygame_info_box .top_games ul li:not(:last-child) {
  margin-right: 20px;
}
.mypage_body_wrap .mygame_info_box .top_games ul .thumb {
  width: 172px;
  height: 112px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.mypage_body_wrap .mygame_info_box .top_games ul .flag {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  padding: 7px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #7864ed;
  border-bottom-right-radius: 12px;
}
.mypage_body_wrap .mygame_info_box .bottom_games {
  position: relative;
  padding-top: 31px;
}
.mypage_body_wrap .mygame_info_box .bottom_games a {
  display: block;
}
.mypage_body_wrap .mygame_info_box .bottom_games .btn_more {
  float: right;
  position: relative;
  top: 6px;
}
.mypage_body_wrap .mygame_info_box .bottom_games .btn_more i {
  display: block;
  width: 9px;
  height: 16px;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -715px 0;
}
.mypage_body_wrap .mygame_info_box .game_info_box {
  background: #282538;
  padding: 24px 12px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mypage_body_wrap .mygame_info_box .game_info_box:after {
  content: '';
  clear: both;
  display: block;
}
.mypage_body_wrap .mygame_info_box .game_info_box > li {
  float: left;
  width: 50%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mypage_body_wrap .mygame_info_box .game_info_box > li:not(:nth-child(-n + 2)) {
  padding-top: 26px;
}
.mypage_body_wrap .mygame_info_box .game_info_box a {
  display: block;
}
.mypage_body_wrap .mygame_info_box .game_info_box .top_area {
  display: flex;
  align-items: center;
}
.mypage_body_wrap .mygame_info_box .game_info_box .top_area .thumb {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.mypage_body_wrap .mygame_info_box .game_info_box .top_area .game_txt {
  width: calc(100% - 80px);
  padding-left: 25px;
}
.mypage_body_wrap .mygame_info_box .game_info_box .top_area .game_txt .title {
  padding-bottom: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  word-break: keep-all;
}
.mypage_body_wrap .mygame_info_box .game_info_box .top_area .game_txt .date {
  color: #807b9c;
  font-size: 14px;
  font-weight: 500;
}
.mypage_body_wrap .mygame_info_box .game_info_box .top_area .game_txt .date i {
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url('https://img.gamen.com/renew_gamen/pc_sp-icon.png?v=23&CDN=1');
  background-position: -563px -147px;
  position: relative;
  top: -1px;
}
.mypage_body_wrap .mygame_info_box .game_info_box .bottom_area .game_cate_box {
  padding-top: 20px;
  gap: 8px;
}
.wrap_lyto {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #cbe0fe;
  letter-spacing: normal;
}
.wrap_lyto .top_img {
  width: 100%;
  height: 0;
  padding-top: calc(508/750*100%);
  margin: 0 auto;
  background-image: url(https://img.gamen.com/renew_gamen/mobile/bg_lyto.jpg?v=1&CDN=1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wrap_lyto .wrap_cont {
  padding: 30px 15px 45px;
  margin: 35px 17px 0;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fff;
  box-shadow: 0px 15px 15px 0px rgba(68, 97, 184, 0.2);
  text-align: center;
}
.wrap_lyto .wrap_cont .top_txt {
  line-height: 32px;
  color: #000;
  font-size: 26px;
  font-family: "NanumSquareRound";
}
.wrap_lyto .wrap_cont .sub_txt {
  margin: 4px 0 11px;
  color: #557df6;
  font-size: 20px;
  font-weight: bold;
  font-family: "NanumSquareRound";
}
.wrap_lyto .wrap_cont input {
  max-width: 100%;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e7ebf6;
  border: none;
  color: #9da7be;
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  letter-spacing: normal;
  font-family: "NanumSquareRound";
}
.wrap_lyto .wrap_cont input:focus::placeholder {
  color: transparent;
}
.wrap_lyto .wrap_cont input::placeholder {
  color: #9da7be;
}
.wrap_lyto .wrap_cont .btn_blue {
  width: 261px;
  height: 68px;
  line-height: 68px;
  margin-top: 25px;
  background-image: url(https://img.gamen.com/renew_gamen/btn_blue.png?v=1&CDN=1);
  background-size: 261px;
  background-repeat: no-repeat;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: normal;
  transition: all 2s ease;
  font-family: "NanumSquareRound";
  color: #fff;
}
.wrap_lyto .wrap_cont .btn_blue._v2 {
  opacity: 0;
}
.wrap_lyto .wrap_cont .btn_blue.fade_in {
  opacity: 1;
}
.dot_loading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 22px;
}
.dot_loading._hide {
  opacity: 0;
}
.loading_dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #9da7be;
  animation: dot ease-in-out 1s infinite;
}
.loading_dot:nth-of-type(2) {
  animation-delay: 0.2s;
}
.loading_dot:nth-of-type(3) {
  animation-delay: 0.3s;
}
@keyframes dot {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.wrap_lyto_result {
  padding: 77px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.wrap_lyto_result .tit_result {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% - 90px);
  margin: 0 auto 30px;
  font-size: 26px;
  font-weight: 600;
}
.wrap_lyto_result .tit_result .btn_replay {
  position: absolute;
  right: -45px;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  background-image: url(https://img.gamen.com/renew_gamen/btn_replay.png?v=1&CDN=1);
  background-size: 30px;
  background-color: transparent;
  text-indent: -9999px;
  *text-indent: 0;
  *color: transparent !important;
}
.wrap_lyto_result .result_area {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(521/628*100%);
  background-image: url(https://img.gamen.com/renew_gamen/mobile/bg_lyto_result_241112.png?v=1&CDN=1);
  background-size: cover;
  background-repeat: no-repeat;
}
.wrap_lyto_result .result_area .wrap_nick {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 83%;
  bottom: auto;
  left: 2.4%;
  width: 46%;
  height: 50px;
  line-height: 25px;
}
.wrap_lyto_result .result_area .nick {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  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;
  text-align: center;
}
.wrap_lyto_result .result_area .txt_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12%;
  right: 2%;
  width: 53%;
  height: 80%;
}
.wrap_lyto_result .result_area .txt_box p {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.wrap_lyto_result .result_area .txt_box p.txt_1 {
  margin-bottom: 10px;
}
.wrap_lyto_result .result_area .txt_box p.txt_2 {
  margin-bottom: 13px;
  font-size: 30px;
}
.wrap_lyto_result .result_area .txt_box p.txt_3 {
  font-size: 16px;
}
.wrap_lyto_result .btn_blue {
  position: relative;
  width: 365px;
  height: 69px;
  margin: 30px 0;
  padding-top: 0;
  background-image: url(https://img.gamen.com/renew_gamen/btn_blue_long.png?v=1&CDN=1);
  background-size: 365px;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: normal;
  color: #fff;
  font-family: "NanumSquareRound";
}
.wrap_lyto_result .btn_blue span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-content: center;
  color: #fff;
}
.wrap_lyto_result .wrap_sns {
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #282538;
}
.wrap_lyto_result .wrap_sns h4 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 19px;
}
.wrap_lyto_result .sns_menu_list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 300px;
  margin: 0 auto;
}
.wrap_lyto_result .sns_menu_list li {
  margin: 0 !important;
}
.wrap_lyto_result .sns_menu_list li a {
  display: block;
  width: 44px;
  height: 44px;
}
.wrap_lyto_result .sns_menu_list li.btn_kakao a {
  background-image: url('https://img.gamen.com/renew_gamen/mobile/mo_sp-icon.png?v=34&CDN=1');
  background-position: 0 -380px;
  background-size: 700px;
}
.wrap_lyto_result .sns_menu_list li.btn_instagram a {
  background-image: url('https://img.gamen.com/renew_gamen/mobile/mo_sp-icon.png?v=34&CDN=1');
  background-position: 0 -471px;
  background-size: 700px;
}
.wrap_lyto_result .sns_menu_list li.btn_facebook a {
  background-image: url('https://img.gamen.com/renew_gamen/mobile/mo_sp-icon.png?v=34&CDN=1');
  background-position: -49px -380px;
  background-size: 700px;
}
.wrap_lyto_result .sns_menu_list li.btn_twitter a {
  background-image: url('https://img.gamen.com/renew_gamen/mobile/mo_sp-icon.png?v=34&CDN=1');
  background-position: -99px -380px;
  background-size: 700px;
}
.wrap_lyto_result .sns_menu_list li.btn_link a {
  background-image: url('https://img.gamen.com/renew_gamen/mobile/mo_sp-icon.png?v=34&CDN=1');
  background-position: -149px -380px;
  background-size: 700px;
}
.wrap_lyto_result .wrap_other_game h3 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 23px;
  text-align: left;
}
.wrap_lyto_result .game_list_wrap .inner {
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.popup_alert {
  z-index: 100;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.popup_alert .popup_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.popup_alert .popup_inner .wrap_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 406px;
  padding: 66px 10px 30px;
  margin: auto;
  background: #fff;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}
.popup_alert .popup_inner .wrap_txt .txt_popup {
  margin-bottom: 53px;
  font-size: 25px;
  font-family: "NanumSquareRound";
  text-align: center;
}
.popup_alert .popup_inner .wrap_txt .btn_ok {
  width: 201px;
  height: 68px;
  background-image: url(https://img.gamen.com/renew_gamen/btn_blue_alert.png?v=1&CDN=1);
  background-size: 201px;
  background-repeat: no-repeat;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: normal;
  font-family: "NanumSquareRound";
  color: #fff;
}
.popup_all_result {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #1a1b28;
}
.popup_all_result .popup_inner {
  height: calc(100% - 110px);
  padding: 27px;
  margin: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
}
.popup_all_result .popup_inner::-webkit-scrollbar {
  width: 10px;
  /* 세로축 스크롤바 폭 너비 */
  height: 20px;
  /* 가로축 스크롤바 폭 너비 */
}
.popup_all_result .popup_inner::-webkit-scrollbar-thumb {
  background: #282538;
  /* 스크롤바 막대 색상 */
  border: 2px solid #282538;
  /* 스크롤바 막대 테두리 설정  */
  border-radius: 12px 12px 12px 12px;
}
.popup_all_result .popup_inner::-webkit-scrollbar-track {
  background: #1a1b28;
  /* 스크롤바 뒷 배경 색상 */
}
.popup_all_result .result_list li:not(:last-child) {
  margin-bottom: 20px;
}
.popup_all_result .result_list .result_area .txt_box p {
  font-size: 16px;
}
.popup_all_result .result_list .result_area .txt_box p.txt_1 {
  margin-bottom: 13px;
  font-size: 27px;
}
.popup_all_result .result_list .result_area .txt_box p.txt_2 {
  margin-bottom: 0;
}
.popup_all_result .fixed_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_all_result .fixed_btn .btn_blue {
  margin: 0;
}
.popup_loading {
  z-index: 100;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.popup_loading .popup_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popup_loading .ico_loading {
  width: 130px;
  height: 129px;
  background-image: url(https://img.gamen.com/renew_gamen/web_loading.webp?v=1&CDN=1);
  background-size: 130px;
}
.rule_w {
  padding-bottom: 24px;
}
.rule_w ol {
  list-style: none;
  font-size: inherit;
}
.rule_w h1,
.rule_w h2,
.rule_w h3,
.rule_w h4,
.rule_w h5,
.rule_w h6 {
  margin: 10px 0;
  font-weight: bold;
  font-size: 14px;
}
.rule_w h1,
.rule_w h2,
.rule_w h3,
.rule_w h4,
.rule_w h5,
.rule_w h6,
.rule_w p,
.rule_w li {
  line-height: 1.4;
  font-size: inherit;
}
/*
========================================================
다국어
========================================================*/
.body_en .header .menu_wrap,
.body_cn .header .menu_wrap,
.body_jp .header .menu_wrap,
.body_vn .header .menu_wrap {
  width: 450px;
}
.body_jp .mygame_body_wrap .tab_inner .text {
  font-size: 16px;
}
.body_vn .mygame_body_wrap .tab_inner .logout_text {
  padding: 0 20px;
}
.body_vn .mygame_body_wrap .tab_inner .logout_text p {
  font-size: 15px;
}
.body_vn .sns_list_btns li a {
  font-size: 15px;
}
