@charset "UTF-8";
/* //////////////////////////////////////////////////// */
/* ////////////////////// COLOR /////////////////////// */
/* //////////////////////////////////////////////////// */
/*r2beat xiyouxi*/
/* //////////////////////////////////////////////////// */
/* ////////////////////// HEADER ////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* ////////////////////// CARD ////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* ////////////////////// SUB ////////////////////// */
/* //////////////////////////////////////////////////// */
/*search*/
/*table*/
/*./r2beat xiyouxi*/
/* //////////////////////////////////////////////////// */
/* ////////////////////// IMAGE /////////////////////// */
/* //////////////////////////////////////////////////// */
/*$cl_medium_ori : #afb6c1;*/
/* //////////////////////////////////////////////////// */
/* /////////////// main/sub/grey 사용 ///////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* ///////////////////// BUTTON /////////////////////// */
/* //////////////////////////////////////////////////// */
/**************************************/
/**************** 공통 ****************/
/**************************************/
/**************************************/
/**************** 메인 ****************/
/**************************************/
/**************************************/
/**************** 서브 ****************/
/**************************************/
.fa {
  margin-right: 2px;
}

.fl-l {
  float: left;
}

/* //////////////////////////////////////// */
/* ////////////// 서브 레이아웃 /////////// */
/* //////////////////////////////////////// */
img {
  vertical-align: middle;
  letter-spacing: unset;
}

.mb0 {
  margin-bottom: 0 !important;
}

#wrapper.sub {
  background-color: #f8f8f8;
}

.sub #content {
  min-height: 800px;
}

.sub .row-w {
  max-width: 1100px;
  box-sizing: border-box;
  margin-bottom: 66px;
  margin-bottom: 4.215rem;
  padding: 66px 70px;
  padding: 4.125rem 4.375rem;
  background: #fff;
  color: #141414;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  /*border-top: 3px solid $cl_main;*/
}

.sub section.animated .row-w {
  /*border-width:4px;
  border-style: solid;
  border-image: linear-gradient(to right, $row__topBorder--grd1  0%, $row__topBorder--grd2 80%);
  border-image-slice: 1;
  border-image-width: 4px 0 0 0;*/
}

body.ie .sub section.animated .row-w { /*border:none;border-top-width:4px; border-top-style: solid; border-top-color:#ff9f59;*/ }

.sub .nav-tab0 {
  overflow: hidden;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/sub/common/bg-sub-min.png") no-repeat center/contain;
  background-size: 100%;
  padding-top: 100px;
  box-sizing: border-box;
}

.sub .nav-tab0 .row-w {
  position: relative;
  border-top: none;
  margin-bottom: 0;
  margin-bottom: 0;
  padding: 0;
  padding-top: 264px;
  padding-top: 8.5rem;
  background: none;
  overflow: visible;
}

.bg-chr {
  position: absolute;
  z-index: 0; /*height:21rem;*/
  height: 13.14rem;
  right: 0; /*top:3.4rem;*/
  top: 2rem;
  margin-left: 2%;
}

.sptContent .bg-chr {
  margin-left: 1%;
}

.newsContent .bg-chr {
  margin-left: 0;
}

.sub .step {
  float: none;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

/* 본문컨텐츠 초기 화면 설정*/
.nav-tab {
  width: 100%;
  display: none;
}

.nav-tab.on {
  display: block;
}

.tab-btn ul {
  width: 100%;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}

.tab-btn ul li {
  height: 3.125rem; /* 50px */
  line-height: 3.125rem;
  background: rgba(69, 95, 254, 0.68);
  /* border-top: $border;
   border-bottom: $border;
   border-right: $border;*/
  color: #fff;
  font-weight: 500;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  box-sizing: border-box;
  display: table-cell;
}
.tab-btn ul li.on, .tab-btn ul li:hover {
  /*background: $tab_li-bg;*/
  background-image: linear-gradient(to right, #dd4ff7, #3061ff);
  color: #fff;
}
.tab-btn ul li:nth-child(1) {
  /*  border-left: $border;*/
}

.tab-btn ul li a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: inherit;
  transition: none;
}

.tab-btn ul li.on a, .tab-btn ul li:hover a {
  color: #fff;
}

/* 서브 브레드 스크럼 */
h1.bread-scrum {
  position: relative;
  overflow: hidden;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
  color: #ff5ebd;
  border: none;
}

h1.bread-scrum + article {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.bread-scrum-nav {
  float: right;
}

.bread-scrum-nav li {
  float: left;
}

.bread-scrum-nav li a {
  display: inline-block;
  padding: 4px;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: unset;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.bread-scrum-nav li.current a, .bread-scrum-nav li a:hover {
  color: #ff5ebd;
}

.bread-scrum-nav li:after {
  content: "〉";
  font-size: 0.825rem;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-weight: bold;
  color: #fff;
}

.bread-scrum-nav li:last-child:after {
  content: "";
  display: none;
}

.bread-scrum-nav li a i {
  font-size: 1.25rem;
}

/* 검색창 */
.search {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 44px;
  padding: 0 0 2.25rem;
  text-align: center;
  color: #b3b3b3;
  background: #f9edfe;
}

.search .wrap-select {
  position: relative;
  display: inline-block;
  width: 30%;
  max-width: 130px;
  margin-right: 2%;
  overflow: hidden;
  border: 0;
  z-index: 0;
  vertical-align: middle;
}

.search select {
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  margin: 0;
  border-radius: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 2px solid #e67bf9;
  color: #131313;
  font-size: 0.875rem;
}

.search .wrap-search {
  position: relative;
  display: inline-block;
  margin-top: 44px;
  margin-top: 2.25rem;
  width: 68%;
  max-width: 350px;
  text-align: left;
}

.search .wrap-search .txt-search {
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  min-width: auto;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  margin: 0;
  padding: 0 2rem 0 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  border: 2px solid #e67bf9;
  background: #fff;
  text-align: left;
}

.search .wrap-search .txt-search:hover, .search .wrap-search .txt-search:focus {
  border: 2px solid #e67bf9;
}

.search .wrap-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-left: none;
  cursor: pointer;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/sub/common/icon-search-min.png") left center no-repeat;
}

.search .wrap-search .btn-search:hover, .search .wrap-search .txt-search:focus + .btn-search {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/sub/common/icon-search-on-min.png") left center no-repeat;
}

/* 셀렉트 화살표 제이쿼리와 연계*/
.select-arrow {
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  right: 1.25rem;
  text-align: left;
  transition: 0.4s ease;
  transform: rotate(45deg);
}

.search .select-arrow {
  bottom: 1rem;
}

.select-arrow:before, .select-arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #696e77;
  transition: 0.4s ease;
}

.select-arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -4px;
  left: 4px;
}

.search-select:focus, .search-select:hover {
  border-color: #e67bf9;
}

.search-select:hover + .select-arrow:before,
.search-select:hover + .select-arrow:after {
  background-color: #e67bf9;
}

.search-select.active + select {
  border: 1px solid #e67bf9;
}

.search-select.active + .select-arrow:before {
  transform: rotate(-90deg);
  background-color: #e67bf9;
}

.search-select.active + .select-arrow:after {
  transform: rotate(-175deg);
  background-color: #e67bf9;
}

/* 최근 공지글 전광판 */
.notice-board {
  position: relative;
  width: 100%;
  height: 110px;
  height: 6.875rem;
  overflow: hidden; /* line-height:100px;*/
  background-image: url(//r2beat-web-cdn.xiyouxi.com/images/sub/common/bg-notice-board.jpg);
  background-repeat: no-repeat;
  background-size: 101%;
  background-position: center right;
  background-color: #f6f8ff;
}

.notice-board li {
  margin: 0;
  padding: 28px 0;
  padding: 1.75rem 0;
  height: 110px;
  height: 6.875rem;
  padding-left: 90px;
  padding-left: 5.625rem;
}

.notice-board > div {
  width: 100%;
  height: 100%;
}

.notice-board .nboard-cont a {
  outline: none;
}

.notice-board .nboard-cont .cate-mb {
  display: none;
}

.notice-board .nboard-cont .cate {
  display: inline-block;
  width: 56px;
  width: 3.5rem;
  height: 54px;
  height: 3.375rem;
  margin-right: 1rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.notice-board .nboard-cont .cate + div {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
  color: #c9c9c9;
}

.notice-board .nboard-cont .nboard-info {
  font-size: 12px;
  color: #c9c9c9;
}

.notice-board .nboard-cont .nboard-info .date {
  color: #c9c9c9;
}

.notice-board .nboard-cont .nboard-info .space {
  margin: 0 0.875rem;
  color: #c9c9c9;
}

.notice-board .nboard-cont .nboard-info .icon_gm {
  display: inline-block;
  width: 15px;
  width: 0.9375rem;
  height: 16px;
  height: 1rem;
  vertical-align: middle;
  margin-right: 3px;
}

.notice-board .nboard-cont .nboard-tit {
  display: block;
  width: 66%;
  font-size: 24px;
  font-size: 1.5rem;
  color: #c9c9c9;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.notice-board .nboard-cont .cate.inspection {
  background-color: #26c2aa;
}

/* paging */
.paging {
  display: block;
  text-align: center;
  margin-top: 80px;
  margin-top: 3rem;
}

.paging ul {
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

.paging ul li {
  float: left;
  margin-left: 10px;
}

.paging ul li:first-child {
  margin-left: 0px;
}

.paging ul li a {
  display: inline-block;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  border-radius: 50%; /*width: 30px;*/
  height: 30px;
  /* width: 1.875rem;*/
  width: auto;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}

.paging ul li .fa {
  line-height: 1.875rem;
}

.paging ul li.go-first.off,
.paging ul li.go-prev.off,
.paging ul li.go-next.off,
.paging ul li.go-last.off {
  display: none;
}

.paging ul li a.num, .paging ul li a.fa, .paging ul li.on a.num:visited, .paging ul li.on a.fa:visited {
  color: #141414; /*border: 1px solid $paging__li;*/
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.paging ul li a:hover .paging ul li a.num, .paging ul li a:hover, .paging ul li a.fa {
  color: #131313;
}

.paging ul li.on a.num, .paging ul li.on a.fa {
  color: #ff6333;
}

.paging ul li.on a.num { /*border: 2px solid $paging__li--on--bdr;*/
  border: none;
}

/* 검색 결과 없음 */
.no-result {
  text-align: center;
  margin: 2rem 0;
}

.no-result h3 {
  color: #131313;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 28px 0 16px;
  margin: 1.75rem 0 1rem;
}

.no-result p {
  color: #757575;
  font-size: 18px;
  font-size: 1.125rem;
}

#faq .no-search {
  display: none;
}

#faq .no-search tbody tr td {
  padding: 3rem 0;
  text-align: center;
}

/* 글쓰기 > 첨부파일 */
.file-attach .files {
  position: relative;
  padding-bottom: 50px;
}

.file-attach .files input {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  padding: 0;
  background: #fff;
  border: 1px solid #b8bec9;
  color: #6b767e;
}

.file-attach .files input[type=file i]::-webkit-file-upload-button {
  color: inherit;
  background: inherit;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
}

.file-attach .files ul {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background: #f5fdfc;
  border: 1px solid #26c2aa;
  min-height: 110px;
}

.file-attach .files ul li {
  float: none;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #757575;
  padding: 10px 12px;
}

.file-attach .files ul li div.ellipsis {
  width: calc(100% - 10rem);
  line-height: 1.3;
  text-align: left;
  word-break: break-all;
}

.file-attach .files ul li span.ellipsis {
  display: inline-block;
  width: 4rem;
  text-align: right;
}

.file-attach .files ul li a {
  color: inherit;
  visibility: hidden;
  margin-top: 2px;
}

.file-attach .files ul li:hover {
  background: rgba(38, 194, 170, 0.5);
  color: #c9c9c9;
}

.file-attach .files ul li:hover a {
  visibility: visible;
}

/* 글쓰기 에디터 */
.cke_chrome {
  border: 1px solid #ff5ebd;
}

.cke_top, .cke_bottom {
  background: #f5fdfc !important;
}

.cke_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.cke_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.cke_button__bold_icon, .cke_button__italic_icon, .cke_button__underline_icon, .cke_button__strike_icon, .cke_button__image_icon {
  filter: brightness(2);
}

.cke_wysiwyg_frame, .cke_wysiwyg_div, body.cke_editable, .cke_editable {
  background-color: rgba(10, 10, 10, 0.96) !important;
}

a.cke_path_item, span.cke_path_empty {
  color: #8b8b8b !important;
}

.cke_editor_contents, .che_chrome {
  border: 1px solid #ff5ebd !important;
}

/* //////////////////////////////////////// */
/* ////////////// 버튼 버튼 /////////////// */
/* //////////////////////////////////////// */
.btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.btn + .btn {
  margin-left: 1rem;
  margin-right: 0;
}

.btn-go li + li {
  margin-left: 1rem;
}

.btn-theme {
  background: #fcc43f;
  color: #ffffff;
}
.btn-theme:hover {
  background: #fcc43f;
}

.wrap-btn {
  position: relative;
  margin: 32px 0 64px;
  margin: 2rem 0 4rem;
  text-align: center;
}

.wrap-btn ul li {
  display: inline-block;
}

.wrap-btn.more {
  text-align: center;
}

#inquiry .wrap-btn {
  text-align: right;
}

.btn {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  width: 100px;
  height: 36px;
  /*background-image:linear-gradient(to bottom, rgba(255,255,255,0.6) -28px, rgba(0,0,0,0.15), rgba(0,0,0,0.3));*/
  background-color: #26c2aa;
}
.btn:hover {
  cursor: pointer;
}
.btn:hover {
  background-color: #475efe;
}

.btn-main {
  display: inline-block;
  text-align: center;
  line-height: 43px;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  width: 201px;
  height: 43px;
  /*background-image:linear-gradient(to bottom, rgba(255,255,255,0.6) -28px, rgba(0,0,0,0.15), rgba(0,0,0,0.3));*/
  background-color: #26c2aa;
  font-weight: bold;
}
.btn-main:hover {
  cursor: pointer;
}
.btn-main:hover {
  background-color: #25dec1;
}
.btn-main img {
  vertical-align: sub;
  margin-right: 2px;
}

#isLauncher #combineMenu {
  display: none !important;
}

#isLauncher #desktopHeader #gnb {
  width: calc(100% - 12rem);
}

#isLauncher #desktopHeader #util {
  display: none;
}

#isLauncher #valofe-footer {
  display: none !important;
}

#isLauncher .btn-main {
  display: none;
}

#isLauncher #mobileGnb > li.hidden-launcher {
  display: none;
}

#isLauncher .sub #content {
  min-height: calc(100vh - 60px);
}

#isLauncher .isLauncher {
  display: none !important;
}

#isLauncher #desktopHeader #gnb > li#customer {
  display: none !important;
}

.btn-starter {
  display: inline-block;
  text-align: center;
  line-height: 55px;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  width: 123px;
  height: 55px;
  /*background-image:linear-gradient(to bottom, rgba(255,255,255,0.6) -28px, rgba(0,0,0,0.15), rgba(0,0,0,0.3));*/
  background-color: #ff8e51;
  background-image: linear-gradient(to top, #eb5c3a, transparent);
  font-weight: bold;
}
.btn-starter:hover {
  cursor: pointer;
}
.btn-starter:hover {
  background: #ffe27d;
  background-image: linear-gradient(to top, #ff8f4e, transparent);
}

/*.btn-grey = */
.btn-normal {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  width: 6.25rem;
  height: 36px;
  /*background-image:linear-gradient(to bottom, rgba(255,255,255,0.6) -28px, rgba(0,0,0,0.15), rgba(0,0,0,0.3));*/
  background-color: #8b8b8b;
}
.btn-normal:hover {
  cursor: pointer;
}
.btn-normal:hover {
  background-color: #d5d5d5;
}

/*.btn-main {
    @include btn($cl_main_10, $width:6.25rem, $height:36px);
    &:hover {background-color:$cl_main; }
}*/
.btn-big {
  height: 82px;
  line-height: 82px;
  width: 88px;
}

.btn-submit {
  display: inline-block;
  text-align: center;
  line-height: 82px;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  width: 88px;
  height: 82px;
  /*background-image:linear-gradient(to bottom, rgba(255,255,255,0.6) -28px, rgba(0,0,0,0.15), rgba(0,0,0,0.3));*/
  background-color: #fcc43f;
}
.btn-submit:hover {
  cursor: pointer;
}
.btn-submit:hover {
  background-color: #fcc43f;
}

.btn-more {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  width: 185px;
  height: 50px;
  /*background-image:linear-gradient(to bottom, rgba(255,255,255,0.6) -28px, rgba(0,0,0,0.15), rgba(0,0,0,0.3));*/
  background-color: rgba(252, 196, 63, 0.85);
  font-size: 0.875rem;
}
.btn-more:hover {
  cursor: pointer;
}
.btn-more:hover {
  background: #fcc43f;
}
.btn-more span {
  display: inline-block;
  margin-left: 0.125rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  background: #fff;
  border-radius: 50%;
  color: #fcc43f;
  font-weight: bold;
}

.r2beat a.btn-report {
  display: inline;
  font-size: 0.8rem;
  vertical-align: middle;
  color: #141414;
}
.r2beat a.btn-report:hover {
  color: #26c2aa;
}
.r2beat a.btn-report img {
  vertical-align: middle;
  margin-left: 0.5rem;
}

.btn-mb {
  width: auto;
  /*background:none;*/
  background: rgba(0, 0, 0, 0.6);
  text-align: right;
}
.btn-mb img {
  margin-left: 12px;
  margin-right: 5px;
  vertical-align: middle;
}

/* 서버/캐릭터 선택 인풋(버튼) */
.wrap-select.default {
  position: relative;
  display: inline-block;
  width: 146px;
  height: 28px;
}
.wrap-select.default select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  width: 100%;
  height: 100%;
  line-height: 26px;
  padding: 0 12px;
  border: 1px solid #26c2aa;
  background: none;
  font-size: 12px;
  color: #131313;
}
.wrap-select.default select:hover {
  cursor: pointer;
}

/* 다운로드 버튼 레이아웃 */
.btn-white {
  background: #fff;
  color: #131313;
}

.btn-white:hover {
  color: #fff;
}

.box {
  box-sizing: border-box;
  display: inline-block;
  width: 49%;
  margin-left: 1.6%;
}

.download .box {
  width: 100%;
  margin-left: 0;
}

.box:first-child {
  margin-left: 0;
}

.titled .tit {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #131313;
}

.titled i {
  box-sizing: border-box;
  padding: 1.5rem;
  margin-left: -3px;
}

.titled i.pb0-5 {
  padding-bottom: 0.5rem;
}

.titled i .small-desc {
  margin-top: 3px;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  color: #f05151;
}

.titled i a {
  font-style: normal;
  width: 70%;
  margin-right: 0;
}

.download .titled i a {
  width: auto;
  height: auto;
  padding: 1.5rem 2.5rem;
  line-height: 0;
  border: 1px solid #dcdcdc;
}

.titled._6 {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 2rem;
}

.titled i, .wrap-i {
  width: 100%;
  background: #f4f4f4;
}

.titled i, .titled._6 i {
  display: inline-block;
  text-align: center;
}

.titled._6 i {
  width: 16%;
  margin: 0;
}

.titled._6 i a {
  width: 100%;
  min-width: 5.65vw;
}

/* ./ 다운로드 버튼 */
.download-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px;
  background-color: #f4f4f4;
}
@media all and (min-width: 640px) {
  .download-card {
    flex-direction: row;
    gap: clamp(10px, 9.1vw, 70px);
    padding: 20px 20px 20px 0;
  }
}

.download-card #clientBtnX {
  display: inline-block;
  width: auto;
  min-width: 140px;
  height: auto;
  padding: 1.5rem 2rem;
  line-height: 0;
  border: 1px solid #dcdcdc;
}

.download-card .file-meta {
  display: grid;
  grid-template-columns: 1fr; /* 모바일: 모두 세로로 */
  row-gap: 10px;
  column-gap: 17px;
}

/* 각 항목의 dt/dd 레이아웃 */
.download-card .file-meta .row {
  position: relative;
  display: grid;
  grid-template-columns: 75px 1fr; /* dt / dd */
  align-items: center;
  font-size: clamp(11px, 2.5vw, 16px);
}
@media all and (min-width: 640px) {
  .download-card .file-meta .row {
    font-size: 16px;
  }
}

.download-card .file-meta dd {
  margin: 0;
}

/* 태블릿 이상: 1·2는 전체폭(세로), 3·4·5는 가로 한 줄 */
@media screen and (min-width: 640px) {
  .download-card {
    gap: 40px;
    padding: 20px;
  }
  .download-card .file-meta .row {
    grid-template-columns: auto 1fr;
    gap: 5px;
    font-size: clamp(14px, 1.9vw, 16px);
  }
}
@media screen and (min-width: 768px) {
  .download-card .file-meta {
    grid-template-columns: repeat(3, auto);
    grid-template-areas: "r1 r1 r1" "r2 r2 r2" "r3 r4 r5"; /* 3~5번째: 가로로 나란히 */
  }
  .download-card .file-meta .row:nth-child(1) {
    grid-area: r1;
  }
  .download-card .file-meta .row:nth-child(2) {
    grid-area: r2;
  }
  .download-card .file-meta .row:nth-child(3) {
    grid-area: r3;
  }
  .download-card .file-meta .row:nth-child(3)::after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: -11px;
    color: #c7c7c7;
  }
  .download-card .file-meta .row:nth-child(4) {
    grid-area: r4;
  }
  .download-card .file-meta .row:nth-child(4)::after {
    content: "|";
    display: inline-block;
    position: absolute;
    right: -11px;
    color: #c7c7c7;
  }
  .download-card .file-meta .row:nth-child(5) {
    grid-area: r5;
  }
}
.download.client {
  margin-top: 50px;
}

.vga-download {
  display: flex;
  justify-content: center;
  gap: 25px;
  background-color: #f4f4f4;
  padding: 25px clamp(25px, 6.77vw, 130px);
}
@media all and (max-width: 768px) {
  .vga-download {
    flex-wrap: wrap;
    padding: 25px clamp(5px, 16.93vw, 130px);
  }
}
@media all and (max-width: 480px) {
  .vga-download {
    flex-wrap: wrap;
    padding: 25px clamp(5px, 9.93vw, 130px);
  }
}
@media all and (max-width: 380px) {
  .vga-download {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
}

.vga-download .client-down {
  width: clamp(140px, 8.18vw, 157px);
  flex: 1 1 calc(25% - 16px);
}
@media all and (max-width: 768px) {
  .vga-download .client-down {
    flex: 1 1 calc(50% - 16px);
  }
}

.vga-download .client-down a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: -1px;
  padding: 1.5rem clamp(3px, 0.68vw, 13px);
  line-height: 0;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  transition: background-color ease-in-out 0.4s;
}
.vga-download .client-down a:hover {
  background-color: #475efe;
  color: #ffffff;
}
@media all and (max-width: 1024px) {
  .vga-download .client-down a {
    font-size: clamp(11px, 1.56vw, 16px);
    padding: 1.5rem clamp(15px, 1.95vw, 20px);
  }
}
@media all and (max-width: 768px) {
  .vga-download .client-down a {
    font-size: 16px;
  }
}
@media all and (max-width: 580px) {
  .vga-download .client-down a {
    font-size: clamp(11px, 2.5vw, 16px);
  }
}
@media all and (max-width: 380px) {
  .vga-download .client-down a {
    font-size: 13px;
  }
}

/* //////////////////////////////////////// */
/* ////////////// slick css /////////////// */
/* //////////////////////////////////////// */
.slick-prev:after, .slick-next:after {
  content: "";
}

.slick-prev:before, .slick-next:before {
  content: "";
}

.slick-prev {
  background-image: url("//r2beat-web-cdn.xiyouxi.com/images/common/slick-prev-o.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.slick-next {
  background-image: url("//r2beat-web-cdn.xiyouxi.com/images/common/slick-next-o.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.wrap-banner .slick-prev {
  width: 60px;
  height: 60px;
  height: 100%;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/common/slick-prev-o.png") no-repeat center;
  left: 0;
}

.wrap-banner .slick-next {
  width: 60px;
  height: 60px;
  height: 100%;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/common/slick-next-o.png") no-repeat center;
  right: 0;
}

.wrap-banner .slick-dotted.slick-slider {
  margin-bottom: 1.25rem;
}

.wrap-banner .slick-dots { /*bottom:3rem*/
  bottom: 2rem;
  padding-left: 6.8755rem;
  text-align: left;
}

.wrap-banner .slick-dots li {
  margin: 0 3px;
}

.wrap-banner .slick-dots li button {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.wrap-banner .slick-dots li.slick-active button {
  background: #25dec1;
  border: 2px solid rgba(37, 222, 193, 0.3);
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button:before {
  content: none;
}

.wrap-classes .slick-prev, .wrap-ranking .slick-next {
  top: 40.5%;
  width: 1rem;
  height: 1rem;
}

.wrap-classes .slick-dotted.slick-slider {
  margin-bottom: 1.25rem;
}

.wrap-ranking .slick-dots {
  top: 0;
  height: 34px;
}

.wrap-ranking .slick-dots li {
  width: 108px;
  height: 24px;
  margin: 0.5625rem 3px;
}

/*.wrap-ranking .slick-dots li button {width:10px; height:10px; background:transparent; border:2px solid #fff; opacity: 0.3; border-radius:50%;}
.wrap-ranking .slick-dots li.slick-active button {background:$cl_main_20; border:2px solid $cl_main_10; opacity: 1;}*/
.wrap-ranking .slick-dots li button {
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 0;
  background: #8b8b8b;
  border-radius: 12px;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
}

.wrap-ranking .slick-dots li.slick-active button {
  background: #ff5ebd;
}

.notice-board:after {
  position: absolute;
  display: inline-block;
  left: 42px;
  left: 2.65rem;
  top: 56px;
  top: 3.5rem;
  width: 10px;
  width: 0.625rem;
  height: 1px;
  background-color: rgba(19, 19, 19, 0.3);
}

.notice-board .slick-prev, .notice-board .slick-next {
  left: 40px;
  left: 2.5rem;
  width: 9px;
  height: 9px;
  display: inline-block;
  position: absolute;
  right: 1.25rem;
  text-align: left;
  transition: 0.4s ease;
  transform: rotate(45deg);
  background-image: none;
}

.notice-board .slick-prev {
  top: 34px;
  top: 2.125rem;
}

.notice-board .slick-next {
  top: 68px;
  top: 4.25rem;
}

.notice-board .slick-prev:after, .notice-board .slick-prev:before,
.notice-board .slick-next:after, .notice-board .slick-next:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #579392;
  transition: 0.4s ease;
  background-image: none;
}

.notice-board .slick-prev:before {
  transform: rotate(-90deg);
}

.notice-board .slick-prev:after {
  position: absolute;
  top: 0;
  left: 4px;
  transform: rotate(-184deg);
}

.notice-board .slick-next:before {
  transform: rotate(-2deg);
}

.notice-board .slick-next:after {
  position: absolute;
  top: 0;
  left: 4px;
  transform: rotate(90deg);
}

/* //////////////////////////////////////// */
/* ////////////// 신고 팝업 /////////////// */
/* //////////////////////////////////////// */
/*.r2beat a.btn-report {color:$cl_grey_100;}*/
#report .pop-layer {
  width: 710px;
  border-top: none;
  background: #f3f3f3;
}

#report .pop-container {
  padding: 0;
}

#report .pop-container .frame h1 {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  height: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  padding: 0 0 0 45px;
  padding: 0 0 0 2.8125rem;
  color: #f3f3f3;
  background: #26c2aa;
}

#report .pop-container .frame h1 img {
  vertical-align: sub;
  margin-right: 15px;
  width: 25px;
  width: 1.5625rem;
}

#report .pop-container .alert {
  padding: 0 45px;
  padding: 0 2.8125rem;
}

#report .board-write table.tbl-write tr td:first-child,
#report .board-write table.tbl-write tr td > .pull-left {
  text-align: left;
}

#report .board-write table.tbl-write {
  border-top: none;
  text-align: left;
  color: #464646;
}

#report .board-write table.tbl-write > tbody > tr {
  border-bottom: 1px solid #b3b3b3;
}

#report .board-write table.tbl-write tr td {
  padding: 24px 0;
}

#report .list-type li {
  float: left;
  width: 50%;
  padding: 0.5rem 0;
}

#report .list-type li:nth-of-type(1), #report .list-type li:nth-of-type(2) {
  padding-top: 0;
}

#report input[type=radio i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0 5px;
  padding: initial;
  border: initial;
  width: auto;
}

/* 뽑기 팝업 */
.layer-wrap.draw {
  opacity: 0;
  display: none;
}

.draw .shadow {
  opacity: 1;
  display: block;
  pointer-events: none;
}

.draw .pop-layer {
  width: 560px;
  background: #fff;
  border: 4px solid #e13131;
}

.draw .pop-container {
  padding: 0;
}

.draw .pop-container .close {
  filter: hue-rotate(330deg);
  top: -4.5rem;
  right: -1rem;
  width: 35px;
  height: 35px;
}

.draw .pop-container .alert {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.4;
  padding: 2.8125rem 0 0 0;
}

.draw .pop-container .frame h1 {
  box-sizing: border-box;
  padding: 0 0 0 24px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-top: 0.25rem;
  border-radius: 0.25rem;
  color: #fff;
  background-image: linear-gradient(45deg, #e13131, #ffbc00);
}

.draw .pop-container .frame h1 img {
  vertical-align: sub;
  margin-right: 15px;
  width: 25px;
  width: 1.5625rem;
  background: #fff;
}

.draw .pop-container .alert .alert-text {
  text-indent: 0;
}

.draw .pop-container .alert div.desc-basic {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 18px;
  border: 1px solid #b6ccd1;
  border-radius: 5px;
  background: #f7f7f7;
}

.draw .pop-container .alert div.desc-basic .item-desc-basic li,
.draw .pop-container .alert div.desc-basic .item-desc-basic li span {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
}

.draw img.item-desc-img {
  position: relative;
  top: inherit;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  border: 1px solid #b6ccd1;
  border-radius: 16px;
}

.draw .pop-container .alert img.item-desc-img {
  margin-left: 15px;
  background: #fff;
}

.draw.many .pop-container .alert {
  padding: 2.8125rem 0 0 0;
}

.draw.many .pop-container .alert .alert-text {
  text-indent: 0;
}

.draw.many .pop-container .alert div.desc-basic {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 27px;
  padding-bottom: 18px;
  border-top: 1px solid #b6ccd1;
  border-bottom: 1px solid #b6ccd1;
  height: 24.6875rem;
  background: #f7f7f7;
  overflow-y: auto;
}

.draw.many .pop-container .item-desc-basic {
  float: left !important;
  width: 46% !important;
  margin-left: 2% !important;
  margin-right: 2% !important;
  text-align: center !important;
  margin-top: 7px !important;
}

.draw.many .pop-container .item-desc-basic:nth-of-type(2n+1) {
  margin-left: 0 !important;
}

.draw.many .pop-container .item-desc-basic dt {
  float: left;
  margin-bottom: 4px;
  text-align: center;
}

.draw.many .pop-container .item-desc-basic dd {
  display: inline-block;
  padding-left: 14px;
  box-sizing: border-box;
  margin-top: 16px;
  width: calc(100% - 67px);
  text-align: left;
  font-size: 0.9rem;
  color: #000;
  font-weight: 500;
}

.draw.many .pop-container .alert img.item-desc-img {
  width: 50px;
  height: 50px;
  margin-right: 0;
  border-radius: 8px;
  background: #fff;
}

.draw .pop-container .alert div.gift-result {
  margin-top: 2rem;
  text-align: center;
}

.draw .wrap-input {
  width: 100%;
  min-height: auto;
  margin-top: 4px;
}

.draw label {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  background: rgb(68, 179, 172);
  color: #fff;
}

.draw select,
.draw input {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 169px);
  height: 40px;
  line-height: 40px;
  padding-left: 7px;
  border: 1px solid rgba(68, 179, 172, 0.8);
}

.draw .wrap-btn {
  margin: 2rem 0 3rem;
  text-shadow: 0 0 black;
}

.draw .btn {
  width: 133px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  background-image: linear-gradient(45deg, #fd7979, #ffbc00);
}

.layer-wrap#giftResult .gift-result.success,
.layer-wrap#getResult .get-result.success {
  color: #26c2aa;
}

.layer-wrap#giftResult .gift-result.fail,
.layer-wrap#getResult .get-result.fail {
  color: #fd7979;
}

.draw .item-name, .draw .send-name {
  color: #26c2aa;
}

.draw .gift-result-title,
.draw .get-result-title {
  font-style: normal;
}

.draw input::placeholder,
.draw input:-ms-input-placeholder,
.draw input::-ms-input-placeholder,
.draw input:-moz-placeholder, .draw input::-moz-placeholder,
.draw input::-webkit-input-placeholder {
  color: #90929d !important;
}

@media screen and (max-width: 1440px) {
  .sub .nav-tab0 {
    background-position: 53% bottom;
    background-size: 130%;
  }
}
@media screen and (max-width: 1024px) {
  #isLauncher #combineMenu {
    display: block;
  }
  #isLauncher #combine_menu_long {
    display: block;
  }
  #isLauncher #combineMenu .wrap-cbm {
    display: none !important;
  }
  .sub .nav-tab0 {
    padding-top: 40px;
    background-size: 150%;
    background-position: 70% center;
  }
  #report .pop-layer {
    width: 70%;
  }
  .tab-btn ul li a {
    font-size: 1.05rem;
  }
  /* 상세보기 버튼 레이아웃 */
  .btn-go .btn.btn-prev, .btn-go .btn.btn-next {
    width: 36px;
    height: 36px;
  }
  .btn-prev span, .btn-next span {
    display: none;
  }
  .btn-write {
    width: 100px;
  }
}
@media screen and (max-width: 840px) {
  .wrap-ranking .slick-dots li {
    width: auto;
  }
  .wrap-ranking .slick-dots li button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-height: 775px) {
  .draw.many .pop-container .alert {
    padding: 1.8125rem 0 0;
  }
  .draw.many .pop-container .alert div.desc-basic {
    height: 40vh;
    margin-bottom: 0;
  }
  .draw .wrap-btn {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sub .nav-tab0 {
    position: relative;
    padding: 0 1.5rem 1.5rem;
    background-size: cover;
    background-position: 71% center;
  }
  /* 신고 사유 선택 창 있을 시
  #report .board-write table.tbl-write tr td:first-child,
  #report  .board-write table.tbl-write tr td > .pull-left  {width:36%;}
  #report .board-write table.tbl-write tr td > .pull-right {width: 64%;margin-top: 0;}*/
  #report .board-write table.tbl-write tr td:first-child,
  #report .board-write table.tbl-write tr td > .pull-left {
    width: 20%;
    min-width: 80px;
  }
  .draw .pop-layer {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #report .pop-layer {
    width: 84%;
  }
  .layer-wrap.draw {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  #report .pop-layer {
    width: 90%;
  }
}
/* 팝업 컨텐츠가 추가되면
html ::: .pop-container 요소 전체를 추가
html ::: .pop-container 요소에서 ID 이름을 원하는 것으로 변경
css  :::  #추가된아이디 {display:none;opacity:0;} 으로  디폴트 상태를 안보이게 함
js   :::  media-popup.js에  fnMediaPlay() 또는 fnYtPlay()에 case 추가
js   :::  media-popup.js에  popup_close 또는 fnMediaPlay() 또는 yt_popup_close #추가된 아이디 추가
*/
/* popup START */
/* START popup 공통 요소 */
.slick-initialized .slick-slide * {
  vertical-align: bottom;
} /* 하단 여백 이슈 수정 */
.layer-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

.layer-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.pop-layer {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  width: 53vw;
  height: auto;
  z-index: 10;
}

.pop-layer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}

/*z-index*/
.layer-wrap {
  z-index: 10000 !important;
}

.layer-wrap .pop-layer {
  z-index: 10001 !important;
}

.layer-wrap .shadow {
  z-index: 10000 !important;
  pointer-events: none !important;
}

/* /////////////////////////////////////////////////// */
/* /////////////////// 동영상 팝업 /////////////////// */
/* /////////////////////////////////////////////////// */
/* 미디어 */
#media {
  display: none;
  opacity: 0;
}

.pop-container .frame .media-video {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; /*border:3px solid rgba(223,129,4,0.5);*/
  vertical-align: bottom;
}

.pop-container .close {
  display: inline-block;
  z-index: 9999;
  position: absolute;
  top: -40px;
  top: -2.875rem;
  right: 0px;
  width: 29px;
  width: 1.8125rem;
  height: 26px;
  height: 1.625rem;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/common/pop-close-off.png") center no-repeat;
  background-size: contain;
  transition: transform 0.4s ease 0.1s;
  text-indent: -9999px;
}

.pop-container .close:hover {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/common/pop-close-off.png") center no-repeat;
  background-size: contain;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* 유튜브 */
#yt {
  display: none;
  opacity: 0;
}

#yt .pop-container .frame {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.pop-container .frame iframe, #yt .pop-container .frame iframe,
.pop-container .frame object, #yt .pop-container .frame object,
.pop-container .frame embed, #yt .pop-container .frame embed {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#yt .pop-container .close {
  display: inline-block;
  z-index: 9999;
  position: absolute;
  top: -40px;
  top: -2.875rem;
  right: 0px;
  width: 29px;
  width: 1.8125rem;
  height: 26px;
  height: 1.625rem;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/common/pop-close-off.png") center no-repeat;
  background-size: contain;
  transition: transform 0.4s ease 0.1s;
  text-indent: -9999px;
}

#yt .pop-container .close:hover {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/common/pop-close-off.png") center no-repeat;
  background-size: contain;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* /////////////////////////////////////////////////// */
/* /////////// 미디어 팝업 슬라이드 공통   /////////// */
/* /////////////////////////////////////////////////// */
.pop-layer {
  position: relative;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  border: none;
}

#artworks .pop-layer, #screenshot .pop-layer {
  width: 53vw;
}

.pop-container {
  position: relative;
  padding: 0;
}

.pop-container .skip {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pop-container .frame {
  z-index: 9999;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: unset;
}

.pop-container .caption {
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  text-align: right;
  font-size: 1.25rem;
  color: #fff;
  width: 100%;
  height: 3.75rem;
}

.layer-wrap .slick-slide img {
  width: 100%;
}

.slick-prev:after, .slick-next:after {
  content: "";
}

.slick-prev:before, .slick-next:before {
  content: "";
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button:before {
  content: none;
}

/* /////////////////////////////////////////////////// */
/* ////////// 미디어 아트웍 Slick 슬라이드  ////////// */
/* /////////////////////////////////////////////////// */
#artworks .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#artworks .slick-dots {
  bottom: 1.875rem;
  padding-left: 0;
  text-align: center;
}

#artworks .slick-dots li {
  margin: 0 7px;
}

#slickArtworks .slick-dots li button {
  width: 18px;
  height: 18px;
}

#slickArtworks .wrap-media {
  border: none;
  position: relative;
}

#slickArtworks .wrap-media, #slickArtworks .wrap-media.type2 {
  height: 53vh;
  height: auto;
}

#slickArtworks .card dl {
  border: none;
}

#slickArtworks .card.type2 dl dd {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  padding-top: 10px;
  border-radius: 22px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  color: #fff;
  box-sizing: border-box;
}

#artworks .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#artworks .slick-dots {
  bottom: 2rem;
  padding-left: 0;
  text-align: center;
}

#artworks .slick-dots li {
  margin: 0 3px;
}

#artworks .slick-dots li button {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  opacity: 0.3;
  border-radius: 50%;
}

#artworks .slick-dots li.slick-active button {
  background: #ff6333;
  border: 2px solid #ff6333;
  opacity: 1;
}

#artworks .slick-prev {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/common/slick-prev.png") no-repeat left;
  width: 49px;
  width: 3.0625rem;
  height: 117px;
  height: 7.3125rem;
  left: -5rem;
}

#artworks .slick-next {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/common/slick-next.png") no-repeat right;
  width: 49px;
  width: 3.0625rem;
  height: 117px;
  height: 7.3125rem;
  right: -5rem;
}

.wrap-artworks {
  overflow: unset;
}

/* ///////////////////////////////////////////////////// */
/* ////////// 미디어 스크린샷 Slick 슬라이드  ////////// */
/* ///////////////////////////////////////////////////// */
/* ////////////// slick css /////////////// */ /* sub_new.scss */
#screenshot .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#screenshot .slick-dots {
  bottom: 1.875rem;
  padding-left: 0;
  text-align: center;
}

#screenshot .slick-dots li {
  margin: 0 7px;
}

#screenshot .slick-dots li button {
  width: 18px;
  height: 18px;
}

#slickScreenshot .wrap-media {
  border: none;
  position: relative;
}

#slickScreenshot .wrap-media, #slickArtworks .wrap-media.type2 {
  height: 53vh;
  height: auto;
}

#slickScreenshot .card dl {
  border: none;
}

#slickScreenshot .card.type2 dl dd {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  padding-top: 10px;
  border-radius: 22px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  color: #fff;
  box-sizing: border-box;
}

/*오늘하루안보기 있을 때만 사용*/
/*.pop-container .today-close{display:inline-block; position:absolute; top:-40px; left:0;width:calc(100% - 80px);height:40px;line-height:30px;font-size: 16px; color:#fff;text-shadow:0px 1px #000;text-align:left;text-decoration:none;font-family:'Notokr','Titillium Web',AppleSDGothicNeo,'Dotum',Sans-serif;
    font-weight:300;
    font-style: normal;}
.pop-container .today-close:hover{color:#F46032;}*/
/* 애니메이션 */
.shadow {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  padding-bottom: 0px;
  top: 0;
  left: 0;
  z-index: 9998;
  background-size: cover;
  background: rgba(0, 0, 0, 0.7);
}

/* END popup 공통 요소 */
/*****************************************************************************/
/* 아트웍 팝업 */
#artworks {
  visibility: hidden;
  display: block;
  opacity: 1;
} /* slick 사용시 - display:none일 때 이미지 ondemend를 제대로 인식하지 못해 height가 0이 된다. visibility를 이용 */
/* /////////////////////////////////////////////////// */
/* *************** 이관 안내 팝업 추가 *************** */
/* /////////////////////////////////////////////////// */
.mig-guide * {
  font-family: "NotoKr", Sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
}

/* common */
.clearfix {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.mig-guide a {
  text-decoration: none;
}

/* etc */
/* 오늘하루보지않기 */
.dont-show {
  position: absolute;
  right: 0;
  top: -30px;
  vertical-align: middle;
  color: #df5f32;
  font-size: 15px;
  font-weight: bold;
}

.dont-show input {
  background-color: #d04621;
  margin-right: 4px;
  vertical-align: sub;
  text-align: center;
}

.dont-show input[type=checkbox]:checked {
  background-color: #d04621;
}

input[type=checkbox]:checked:after {
  position: absolute;
  content: "∨";
  display: inline-block;
  margin: 0 0 0 -2px;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.dont-show:hover {
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .mig-guide {
    font-size: 14px;
  }
  #modal-wrapper #modal-mig-guide {
    width: 80%;
  }
  .mig-guide .cont-body {
    padding: 2rem 2rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .mig-guide {
    font-size: 13px;
  }
  .mig-guide .cont-body {
    padding: 1rem 1rem 2rem;
  }
  #modal-wrapper #modal-close {
    width: 18px;
  }
}
@media screen and (max-width: 700px) {
  .mig-guide .select-btn {
    display: block;
    margin: 1rem auto;
  }
  .mig-guide .select-btn div {
    width: 100%;
  }
  .mig-guide .select-btn div:first-of-type {
    padding-top: 0;
  }
  .mig-guide .select-btn div.line {
    display: none;
  }
  .mig-guide .btn {
    max-width: 240px;
  }
  .mig-guide .cont-head {
    font-size: 16px;
  }
  #modal-wrapper #modal-close {
    top: -30px;
    right: 0;
  }
  .dont-show {
    right: 38px;
  }
}
@media screen and (max-width: 414px) {
  #modal-wrapper #modal-mig-guide {
    width: 90%;
  }
  .mig-guide .sns a {
    margin: 0 0.6em;
  }
  .mig-guide .sns a:nth-of-type(1) {
    margin-left: 0.8rem;
  }
}
/* ./ 이관 안내 팝업 추가 */
@media screen and (max-width: 1024px) {
  .pop-layer {
    width: 90vw;
  }
  #artworks .pop-layer {
    width: 90vw;
  }
  #screenshot .slick-prev {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 25px;
  }
  #screenshot .slick-next {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 25px;
  }
  #artworks .slick-prev {
    width: 20px;
    height: 44px;
    top: 50%;
    left: 25px;
  }
  #artworks .slick-next {
    width: 20px;
    height: 44px;
    top: 50%;
    right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .pop-layer {
    padding: 4px;
    background-size: 6px 4px, calc(100% - 8px) 4px, 4px 5px, 4px calc(100% - 8px), 4px 4px, calc(100% - 8px) 4px, 4px 4px, 4px calc(100% - 8px) !important;
  }
  .pop-layer:after {
    background-size: auto 26px, auto 103%, auto 26px, auto 103%;
  }
  .pop-container .close {
    top: -2.2rem;
    width: 20px;
    width: 1.25rem;
    height: 18px;
    height: 1.125rem;
  }
  #yt .pop-container .close {
    top: -2.2rem;
    width: 20px;
    width: 1.25rem;
    height: 18px;
    height: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .pop-layer {
    background-size: 6px 4px, calc(100% - 8px) 4px, 4px 5px, 2px calc(100% - 8px), 4px 4px, calc(100% - 8px) 4px, 4px 4px, 2px calc(100% - 8px) !important;
  }
  #artworks .slick-prev {
    width: 12px;
    left: 15px;
  }
  #artworks .slick-next {
    width: 12px;
    right: 15px;
  }
}
@media screen and (max-height: 812px) and (orientation: landscape) {
  .pop-container {
    overflow-y: unset;
  }
}
@media screen and (max-height: 640px) and (max-width: 823px) {
  .pop-container {
    overflow-y: scroll;
  }
  .pop-container .close {
    position: fixed;
    right: 31px;
    top: 26px;
  }
  #artworks .slick-prev, #artworks .slick-next {
    display: none;
  }
  #artworks .slick-dots {
    position: fixed;
    bottom: 18%;
    left: 0;
  }
}
body {
  background: #000000;
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  src: url("//r2beat-web-cdn.xiyouxi.com/fonts/NotoSansSc/NotoSansSC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  src: url("//r2beat-web-cdn.xiyouxi.com/fonts/NotoSansSc/NotoSansSC-500.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  src: url("//r2beat-web-cdn.xiyouxi.com/fonts/NotoSansSc/NotoSansSC-700.woff2") format("woff2");
}
* {
  font-family: "Font Awesome 5 Free", "Noto Sans SC", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.2px;
}

html, body {
  font-size: 16px;
}

/* COMMON.CSS */
body {
  background-color: #131313 !important; /* #wrapper랑 같은 색 */
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  overflow: inherit;
}

#combineMenu {
  height: 60px;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.skip-navi {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -1px;
  left: -1px;
  text-indent: -9999px;
}

#wrapper.sub #valofe-footer .row-w {
  padding: 0;
  background: #000;
}

.wrap-loading.display-none {
  display: none;
}

.skip-navi {
  text-indent: -9999px;
}

.clearfix {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

#mobileHeader::-webkit-scrollbar {
  width: 4px;
}

#mobileHeader::-webkit-scrollbar-track {
  background: rgba(213, 213, 213, 0.95);
}

#mobileHeader::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #25dec1;
}

/* 연령고지 팝업 */
.layer-popup-grade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  /* 연령고지 성격 */
  /* 연령고지성격 끝 */
  /* 연령고지 나이 테이블 */
  /* 연령고지 나이 테이블 끝 */
  /* 팝업 레이어 배경 */
}

.layer-popup-grade .btn-pop-close {
  display: block;
}

.layer-popup-grade .popup-layer {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  /*min-width: 657px;*/
  min-width: auto;
  min-height: 222px;
}

.layer-popup-grade .popup-layer .btn-pop-close {
  margin-left: calc(100% - 47px);
  margin-bottom: 5px;
  cursor: pointer;
}

.layer-popup-grade .popup-layer .grade-wrap {
  /*min-width: 584px;*/
  min-width: auto;
  height: 100%;
  margin-bottom: 18px;
  background: #262626;
  background: rgba(59, 60, 64, 0.95);
  padding: 60px 60px 45px;
  padding: 3.75rem 3.75rem 2.8125rem;
  /* 주석하지 마세요. 게임 이용등급에서 사용 */
  border-radius: 8px;
}

.layer-popup-grade .popup-layer .grade-wrap h2 {
  padding-bottom: 15px;
  margin-bottom: 22px;
  color: #585858;
  border-radius: 6px;
  letter-spacing: -1px;
}

.layer-popup-grade .popup-layer .grade-wrap .grade {
  margin-bottom: 5px;
}

.layer-popup-grade .popup-layer .grade-wrap .grade h3 {
  display: none;
}

.layer-popup-grade .popup-layer ul li {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character {
  float: left;
}

.layer-popup-grade .grade-wrap .grade-character ul li {
  display: none;
}

.layer-popup-grade .grade-wrap .grade-character ul li img {
  width: 55px;
  vertical-align: inherit;
}

.layer-popup-grade .grade-wrap .grade-character ul.violence li.violence {
  display: inline-block;
  margin-top: 4px;
}

.layer-popup-grade .grade-wrap .grade-character ul.fear li.fear {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.crime li.crime {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.drug li.drug {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.gambling li.gambling {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.sensibility li.sensibility {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.words li.words {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-age {
  float: right;
}

.layer-popup-grade .grade-wrap .grade-age img {
  vertical-align: 0px;
  width: 57px;
}

.layer-popup-grade .grade-wrap .grade-age ul li ul li {
  display: none;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-12 li.g-12 {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-15 li.g-15 {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-18 li.g-18 {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-all li.g-all {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-test li.g-test {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
  width: 458px;
  max-width: 458px;
  height: 70px;
  box-sizing: border-box;
  text-align: left;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade tbody td {
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
  padding-left: 10px;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade tr {
  border-bottom: 1px solid #f7f7f7;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade tr:last-child {
  border-bottom: 0px;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade td {
  border-right: 1px solid #f7f7f7;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade td:last-child {
  border-right: 0;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-all table {
  background: #2a7943;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-12 table {
  background: #1968b3;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-15 table {
  background: #be8e1a;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-18 table {
  background: #842340;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-test table {
  visibility: hidden;
}

.layer-popup-grade .shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  /*background: url(/static/images/common/shadow.png) 0 0 repeat;*/
}

.layer-popup-grade:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/*공통요소*/
.row-w {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.ellipsis {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.line2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  display: -webkit-box;
}

a {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.color-ry {
  color: #ff9922;
}

.color-ry2 {
  color: #df8104;
}

.color-ry3 {
  color: #a66405;
}

.color-r {
  color: #bf0303;
}

.color-grey {
  color: #8a8a8a;
}

.color-wh {
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.btn-top {
  z-index: 9999;
  position: fixed;
  display: none;
  bottom: 150px;
  right: 2rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 30px;
  text-align: center;
  color: #282828;
  background: #ff9922;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-top span.fa {
  margin-top: 5px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  display: block;
}

.btn-top:hover {
  background: #8a5312;
}

.btn-top span.btn-top-txt {
  display: block;
  width: 60px;
  height: 16px;
  line-height: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  color: #282828;
}

.btn-toggle {
  display: none;
}

table {
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
}

#loading-mask {
  background-color: white;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/*레이아웃*/
#mobileHeader, #mobileGnb {
  display: none;
}

/* 모바일 커런트 메뉴 표시 */
#mobileHeader, .mbSub {
  display: none;
}

#desktopHeader {
  position: fixed; /*position:relative;*/
  z-index: 8880; /* 컴바인 베뉴 v wallet 8880 보다 낮아야 함 */
  width: 100%;
  background: #7d4bd1;
  color: #fff;
  transition: all 0.4s;
}

#desktopHeader .underline-desktop-header {
  width: 100%;
  height: 0;
  position: absolute;
  top: 60px;
  left: 0;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

#desktopHeader .underline-desktop-header.on {
  height: 260px;
}

#desktopHeader #logo {
  float: left;
  display: inline-block;
  width: 96px;
  width: 5.5rem;
  margin-left: 22px;
  margin-left: 1.375rem;
  padding-top: 2px;
}

#desktopHeader #logo img {
  width: 100%;
}

#desktopHeader #gnb {
  width: calc(100% - 20.4rem);
  height: 60px;
  float: left;
  margin-left: 52px;
  margin-left: 3.25rem;
  z-index: 8000;
  display: block;
}

#desktopHeader #util {
  float: right;
  margin-right: 22px;
}

#desktopHeader #gnb > li {
  float: left;
  margin-right: 40px;
  margin-right: 2.5rem;
  min-width: 7.6rem;
  padding: 0 0.5rem;
}

#desktopHeader #gnb > li > a {
  float: left;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-top: 1.375rem;
  padding-bottom: 1.25rem;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  border-bottom: 2px solid transparent;
}

#desktopHeader #gnb > li:hover > a {
  border-bottom: 2px solid #f85175;
}

#desktopHeader #gnb > li > .sub-menu {
  display: none;
  z-index: 999999;
  opacity: 0;
  height: 0;
  clear: both;
  transition: all 0.4s;
}
#desktopHeader #gnb > li > .sub-menu > li:first-of-type {
  padding-top: 8px;
}

#desktopHeader #gnb > li > .sub-menu.on {
  opacity: 1;
  display: block;
}

#desktopHeader #gnb > li > .sub-menu li {
  z-index: 999999;
  float: none;
  line-height: 2;
}

#desktopHeader #gnb > li > .sub-menu li a {
  z-index: 999999;
  display: inline-block;
  color: #fff;
  line-height: 1.2;
  height: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 10px;
  padding-bottom: 10px;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 1)*/
}

#desktopHeader #gnb > li > .sub-menu li:hover a {
  color: #f85175;
}

.bg-layer-pc {
  display: none;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 330px;
  top: -330px;
  opacity: 1;
  background: rgba(6, 4, 4, 0.85);
}

.bg-layer-mobile {
  display: none;
  z-index: 8850;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(6, 4, 4, 0.85);
}

#desktopHeader #util {
  height: 60px;
}

#desktopHeader #util > li {
  height: 100%;
  float: left;
  margin-right: 29px;
}

#desktopHeader #util > li.starter {
  margin-right: 0;
}

#desktopHeader #util > li > a {
  float: left;
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  line-height: 60px;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  border-bottom: 2px solid transparent;
}

#desktopHeader #util > li.starter a {
  color: #fff;
  background: #ff5ebd;
  border-bottom: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: bold;
}

#desktopHeader #util > li.starter:hover > a {
  background: #ff36ad;
  border-bottom: 0;
  color: #fff;
}

#combine_menu_long {
  display: none;
  z-index: 8888;
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  width: calc(100% - 108px);
  background: #131313;
}

#combine_menu_long .game-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -50px;
}

#combine_menu_long .game-logo img {
  max-width: 80px;
  margin-top: 5px;
}

#combine_menu_long .btn-game-open {
  float: right;
  color: #fff;
  font-size: 16px;
  height: 57px;
  line-height: 57px;
  width: 32px;
}

#combine_menu_long .btn-game-open a {
  color: #fff;
}

.bg-black {
  display: none;
  position: fixed;
  z-index: 8888;
  width: 100%;
  height: calc(100% + 60px);
  background: rgba(0, 0, 0, 0.6);
}

/* footer */
#valofeKoFooter {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  text-align: center;
  background-color: #252525;
  letter-spacing: 1px;
}

#valofeKoFooter .row-w {
  position: relative;
  text-align: left;
  /*width: 1100px;*/
  width: 94%;
  margin: 30px auto !important;
}

#valofeKoFooter .row-w .footer-space {
  margin: 0 0.5rem;
}

#valofeKoFooter .game-footer-logo {
  display: inline-block;
  /*width: 126px;*/
  width: 103px;
  height: 43px;
  background: url("//r2beat-web-cdn.xiyouxi.com/images/common/logoVALOFE_transparent.png") 0 center no-repeat;
  background-size: contain;
}

#valofeKoFooter .game-footer-logo.nhn {
  margin-top: 40px;
}

#valofeKoFooter .copyright {
  display: inline-block;
  float: right;
  padding-top: 3px;
  padding-left: 56px;
  width: calc(100% - 191px);
  vertical-align: top;
}

#valofeKoFooter #gameFooterNavi {
  position: relative;
  margin-left: 190px;
  margin-left: 16%;
  margin-top: -37px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 16px;
}

#valofeKoFooter #gameFooterNavi ul li {
  width: auto;
  float: left;
  color: #d5d5d5;
  line-height: 1.4;
}

#valofeKoFooter #gameFooterNavi ul li.mt3 {
  margin-top: inherit;
}

#valofeKoFooter #gameFooterNavi ul li a {
  display: inline-block;
  color: #d5d5d5;
  font-size: 13px;
  font-family: "Noto Sans Sc", sans-serif;
  letter-spacing: -0.5px;
}

#valofeKoFooter #gameFooterNavi li.privacy a {
  color: #f88218;
  font-weight: bold;
}

#valofeKoFooter address {
  position: relative;
  display: block;
  margin-left: 190px;
  margin-left: 16%;
  margin-top: 0;
  letter-spacing: -0.5px;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
  color: #acacac;
}

#valofeKoFooter address.nhn {
  margin-top: -53px;
}

#valofeKoFooter address a {
  color: #acacac;
  font-size: 13px;
}

#valofeKoFooter address a.biz-info {
  text-decoration: underline;
}

#valofeKoFooter address a:hover {
  color: #f88218;
}

/* 페이지 로드 애니메이션 속도 */
.fadeInLeft.animated {
  animation-duration: 0.6s;
}

a {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.r2beat a {
  color: #fff;
}

.icon-new {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 3px;
  border: 1px solid #ff6333;
  color: #ff6333;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  text-indent: -1px;
}

ul li a {
  vertical-align: middle;
}

#content {
  position: relative;
  width: 100%;
}

/* reset 초기화된 것 재설정 */
/*.r2beat option {background:transparent;}
.r2beat select option:checked, .r2beat select option:hover {background:$cl_main_dark;}*/
input, select, textarea,
input[type=submit i],
input[type=reset i], input[type=file i]::-webkit-file-upload-button {
  font-size: 1rem;
  outline: none;
}

::placeholder {
  color: #131313 !important;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}

/* 랭킹 순위 백그라운드*/
.tbl-ranking tr:nth-child(1) td:nth-child(1) {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/icon-rank1-min.png") no-repeat center center;
  color: transparent;
  vertical-align: middle;
}

.tbl-ranking tr:nth-child(2) td:nth-child(1) {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/icon-rank2-min.png") no-repeat center center;
  color: #fff;
  vertical-align: middle;
}

.tbl-ranking tr:nth-child(3) td:nth-child(1) {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/icon-rank3-min.png") no-repeat center center;
  color: #fff;
  vertical-align: middle;
}

/* view 페이지 작성자가 운영자일 경우 */
.view-info .pull-left img {
  vertical-align: middle;
  height: 14px;
}

#desktopHeader #gnb > li#customer {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 1530px) {
  #desktopHeader.add-menu6 #gnb > li {
    min-width: 5.6rem;
    margin-right: 2.25rem;
  }
  #desktopHeader.add-menu6 #gnb > li#customer {
    margin-right: 0;
  }
}
/*임시 2차비밀번호를 위한 헤더 사이즈조정*/
@media screen and (max-width: 1440px) {
  #desktopHeader #gnb > li {
    min-width: 5.6rem;
    margin-right: 1.5rem;
  }
  #desktopHeader #gnb > li#customer {
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  #desktopHeader #gnb {
    width: calc(100% - 22rem);
    margin-left: 3.25rem;
  }
  #desktopHeader.add-menu6 #gnb {
    width: calc(100% - 18rem);
  }
  /* 기존 */
  #desktopHeader #gnb > li {
    margin-right: 1.5rem;
  }
  /* 임시 2차비밀번호 추가한 후 */
  #desktopHeader #gnb > li {
    margin-right: 1rem;
  }
  #desktopHeader #gnb > li > a, #desktopHeader #util > li > a { /*font-size:14px;*/ }
}
@media screen and (max-width: 1280px) {
  html, body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1130px) {
  #desktopHeader.add-menu6 #gnb > li {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #combineMenu {
    position: fixed !important;
  }
  #combine_menu_long {
    display: block;
  }
  #mobileGnb {
    position: relative;
    top: auto;
    right: auto;
  }
  .mb-hidden1024 {
    display: none;
  }
  .bg-black {
    display: none;
  }
  #desktopHeader {
    display: none;
  }
  #mobileHeader {
    z-index: 8000;
    position: fixed;
    top: 0;
    right: -300px;
    display: block;
    box-sizing: border-box;
    width: 300px;
    height: 100%;
    overflow: auto;
    border-top: 1px solid #232323;
    background: rgb(19, 19, 19);
    color: #fff;
  }
  /*#mobileHeader #mobileGnb {position:absolute; right:0; top:0;}*/
  #mobileHeader #mobileLogo {
    float: left;
    display: inline-block;
    width: 84px;
    height: 29px;
    padding-top: 8px;
    margin-left: 16px;
  }
  #mobileHeader #btnMoblieGnb {
    position: absolute;
    right: 16px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 37px;
    padding-top: 11px;
    color: #fff;
    font-size: 16px;
    text-align: right;
  }
  #mobileHeader #btnMoblieGnb:hover {
    color: #df8104;
  }
  #mobileHeader #btnMobileDownload {
    position: absolute;
    right: 16px;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 8px;
    color: #fff;
    background: #df8104;
    font-size: 16px;
    text-align: right;
  }
  #mobileHeader #btnMobileDownload:hover {
    color: #131313;
  }
  #mobileGnb {
    z-index: 8870;
    display: block;
    opacity: 1;
    width: 100%;
    padding: 0 0 22px;
    background: #1f1f24;
    color: #fff;
  }
  #mobileGnb h1.tit-mobile {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    line-height: 18px;
    padding: 0 22px 22px;
    border-bottom: 1px solid #27292d;
  }
  #mobileGnb h1.tit-mobile img {
    vertical-align: middle;
    float: right;
    margin-top: 4px;
    max-width: 120px;
  }
  #mobileGnb h1.tit-mobile a#mobileGnbClose {
    display: inline-block;
    margin-top: 23px;
    width: 15px;
    height: 15px;
    float: left;
    background: url("//r2beat-web-cdn.xiyouxi.com/images/common/btn-mobile-menu-close.png") 0 0 no-repeat;
  }
  #mobileGnb > h2 {
    box-sizing: border-box;
    width: 100%;
    padding: 22px;
    border-bottom: 1px solid #27292d;
    background: #131313;
    overflow: hidden;
  }
  #mobileGnb > h2 #news, #mobileGnb > h2 #event, #mobileGnb > h2 #community {
    float: left;
    color: #fff;
    font-size: 14px;
  }
  #mobileGnb > h2 #community {
    margin-top: 2px;
  }
  #mobileGnb > h2 a:after {
    content: "";
    background: #fff;
    height: 12px;
    width: 1px;
    display: inline-block;
    margin: 2px 21px 0;
  }
  #mobileGnb > h2 a:last-child:after {
    display: none;
  }
  #mobileGnb > h2 #news:hover,
  #mobileGnb > h2 #event:hover,
  #mobileGnb > h2 #community:hover {
    color: #df8104;
  }
  #mobileGnb > h2 #news {
    margin-left: 0;
  }
  #mobileGnb > li {
    float: none;
    padding-left: 22px;
    padding-right: 22px;
    border-bottom: 1px solid #27292d;
  }
  #mobileGnb > li > a {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }
  #mobileGnb > li > a > .blit-arrow {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 21px;
    box-sizing: border-box;
    width: 9px;
    height: 8px;
    vertical-align: middle;
    background: url("//r2beat-web-cdn.xiyouxi.com/images/common/blit-mobile-list.png") 0 0 no-repeat;
  }
  #mobileGnb > li:hover > a {
    color: #25dec1;
  }
  #mobileGnb > li#btn2nd {
    background-image: linear-gradient(to right, #3c7af8 0%, #ff394c 100%);
    background-size: 150%;
    transition: all 0.4s;
  }
  #mobileGnb > li#btn2nd:hover {
    background-position: 100%;
  }
  #mobileGnb > li#btn2nd:hover > a {
    color: #fff;
  }
  #mobileGnb > li.on > a > .blit-arrow,
  #mobileGnb > li:hover > a > .blit-arrow {
    background: url("//r2beat-web-cdn.xiyouxi.com/images/common/blit-mobile-list-on.png") 0 0 no-repeat;
  }
  #mobileGnb > li > .msub-menu {
    display: none;
    padding-left: 22px;
    border-top: 1px solid #27292d;
  }
  #mobileGnb > li > .msub-menu > li > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding: 16px 0;
  }
  #mobileGnb > li > .msub-menu > li:last-child {
    padding-bottom: 60px;
  }
  #mobileGnb > li > .msub-menu > li:hover > a {
    color: #25dec1;
  }
  /*480*/
  #wrapper {
    /*top: -60px;*/
  }
  #mobileHeader #mobileLogo {
    display: none;
  }
  #mobileHeader #btnMoblieGnb {
    position: absolute;
    right: 16px;
    top: 0px;
    display: inline-block;
    width: 30px;
    height: 30px; /* line-height:40px; */
    color: #fff;
    font-size: 16px;
    text-align: right;
  }
  #mobileHeader #btnMoblieGnb:hover {
    color: #df8104;
  }
  #mobileHeader #btnMobileDownload {
    display: none;
  }
  #mobileHeader #btnMobileDownload:hover {
    color: #131313;
  }
  /* 모바일 커런트 메뉴 표시 */
  #mobileHeader #crtMenuSite {
    position: absolute;
    display: inline-block;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    /* 검색창 살릴 때는 지우기 */
    /*left:inherit;
    right:0;*/
    /* 검색창 살릴 때는 지우기 */
  }
  #mobileHeader #crtMenuSite .fa-sort-up {
    margin-left: 4px;
    font-size: 16px;
    vertical-align: middle;
  }
  #mobileHeader #crtMenuSite .fa-sort-down {
    margin-left: 4px;
    padding-top: 19px;
    font-size: 16px;
    vertical-align: top;
  }
  /* 모바일 커런트 메뉴 서브 메뉴 표시 */
  /*모바일 로컬메뉴 - 서브 메뉴 */
  .mbSub, #mbSearch {
    display: block;
    z-index: 8880;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 30px 16px 40px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .mbSub.on, #mbSearch.on {
    overflow-y: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    letter-spacing: -1px;
  }
  .mbSub h1 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 3px solid #3F3F3F;
  }
  .mbSub ul {
    width: 100%;
  }
  .mbSub ul > li {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 10px 0 5px;
  }
  .mbSub ul > li > a, .mbSub > ul > li:visited > a {
    font-size: 16px;
    font-weight: bold;
    color: #3F3F3F;
  }
  .mbSub ul > li.on > a, .mbSub ul > li:hover > a, .mbSub > ul > li:focus > a {
    color: #f39a00;
    font-weight: bold;
  }
  .mbSub .dep2 {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 15px;
    margin-top: 10px;
    background: #FCF3EE;
  }
  .mbSub .dep2 > li > a, .mbSub .dep2 > li > a:visited, .mbSub .dep2 > li > a > .fa {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #000;
  }
  .mbSub .dep2 > li.on > a, .mbSub .dep2 > li > a:hover, .mbSub .dep2 > li > a:focus,
  .mbSub .dep2 > li.on .fa, .mbSub .dep2 > li:hover > .fa, .mbSub .dep2 > li:focus > .fa {
    color: #f39a00;
  }
  /* 모바일 커런트 메뉴 - shadow */
  #mbMenuShadow {
    display: none;
    opacity: 0;
    z-index: 8000 !important;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-bottom: 0px;
    top: 0;
    left: 0;
    background-size: cover;
    background: rgba(0, 0, 0, 0.8);
  }
  #mbMenuShadow.on {
    display: block;
    opacity: 1;
    z-index: 8000 !important;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-bottom: 0px;
    top: 0;
    left: 0;
    background-size: cover;
    background: rgba(0, 0, 0, 0.8);
  }
  /* footer */
  #valofeKoFooter .row-w > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  #valofeKoFooter #gameFooterNavi {
    margin-left: 0;
    margin-top: 0;
  }
  #valofeKoFooter address {
    margin-left: 0;
    word-break: keep-all;
  }
  #valofeKoFooter address a {
    word-break: keep-all;
  }
}
/* 960 */
/*800 */
/* 768 736*/
@media screen and (max-width: 768px) {
  .row-w {
    max-width: 90% !important;
  }
  .mb-hidden768 {
    display: none;
  }
  .mb-hidden768.duration {
    display: inline-block;
  }
}
/*  667 640 */
@media screen and (max-width: 667px) {
  /*#footer{}
  #footer .copyright{margin-top:30px;}
  #footer .copyright .footer-logo{display:block;height:40px;width:100%;text-align:center;}
  #footer .copyright .footer-logo .logo{position:absolute;left:50%;margin-left:-34.5px;width:69px;}
  #footer .copyright p{width:100%;margin-left:0;clear:left;}*/
  /* 이용등급팝업 */
  .layer-popup-grade .popup-layer {
    width: 94%;
  }
  .layer-popup-grade .popup-layer .grade-wrap {
    min-width: auto;
    padding: 3.75rem 1.75rem 2.8125rem;
  }
  .layer-popup-grade .grade-wrap .grade-age {
    width: 100%;
  }
  .layer-popup-grade .popup-layer ul li:nth-child(2) {
    width: calc(100% - 61px);
  }
  .layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
    width: 100%;
  }
}
/* 568 533 */
@media screen and (max-width: 640px) {
  .mb-hidden640 {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  /* 이용등급팝업 */
  .layer-popup-grade .grade-wrap .grade-age table.tbl-grade tbody td {
    padding: 3px 5px;
    line-height: 1.4;
  }
  .layer-popup-grade .popup-layer .grade-wrap .grade {
    position: relative;
  }
  .layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
    max-width: unset;
  }
  .layer-popup-grade .popup-layer .grade-wrap .grade h3 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
    color: #fff;
    line-height: 1.4;
    text-align: left;
    font-weight: 300;
  }
  .layer-popup-grade .popup-layer .grade-wrap .grade h3 span {
    padding: 4px;
    background: #b0063a;
  }
  .layer-popup-grade .popup-layer ul li:first-child {
    width: 100%;
    text-align: right;
  }
  .layer-popup-grade .popup-layer ul li:nth-child(2) {
    width: 100%;
  }
}
/* 533 */
/* 480 */
@media screen and (max-width: 480px) {
  .mb-hidden480 {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  #m-menu-wrap #m-menu li ul li.flag {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10%;
  }
}
/* 플로팅 열고 닫기 버튼 추가 */
#floating {
  position: fixed;
  display: inline-block;
  text-indent: -9999rem;
  z-index: 9990;
  right: 1.5rem;
  top: 13rem;
  transition: all 0.4s;
}

#floating.scroll.pc::-webkit-scrollbar {
  width: 2px;
}

#floating.scroll.pc::-webkit-scrollbar-track {
  background: rgba(85, 73, 125, 0.37);
}

#floating.scroll.pc::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(207, 179, 255, 0.55);
}

#floating.scroll.pc::-webkit-scrollbar-thumb:hover {
  background: #BFB5CC;
}

/* 이미지 등록 */
#floating .promo img {
  width: 100%;
}

#floating .promo {
  display: block;
  width: 194px;
  height: 245px;
  width: 12.125rem;
  height: 15.3125rem;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 300px;
}

/*#floating .promo.r2beat {
    text-decoration-style: initial;
    background-image: url($cdn_root + 'images/common/floating/r2beat-floating-min.png');
}*/
/*#floating .promo.r2beat {
    background-image: url($cdn_root + 'images/common/floating/r2beat-cbt-floating-min.png');
}*/
#floating .promo.sns {
  width: 194px;
  height: 75px;
  width: 12.125rem;
  height: 4.625rem;
  background-image: url("//r2beat-web-cdn.xiyouxi.com/images/common/floating/facebook-off-min.png");
}

#floating .promo a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#floating .promo:hover, #floating.promo:focus {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*animation: none ;*/
}

/*#floating .promo.r2beat {
    background-image: url($cdn_root + 'images/common/floating/r2beat-floating-min.png');
    background-size: 100%;
    background-position: center bottom;
}*/
/*#floating .promo.r2beat {
    background-image: url($cdn_root + 'images/common/floating/r2beat-cbt-floating-min.png');
    background-size: 100%;
    background-position: center bottom;
}*/
/*#floating .promo.r2beat:hover,
#floating.promo.r2beat:focus {
    background-image: url($cdn_root + 'images/common/floating/r2beat-floating-on-min.png');
    background-size:100%;
    background-position: center bottom;
}*/
/*#floating .promo.r2beat:hover,
#floating.promo.r2beat:focus {
    background-image: url($cdn_root + 'images/common/floating/r2beat-cbt-floating-on-min.png');
    background-size:100%;
    background-position: center bottom;
}*/
#floating .promo.sns.facebook {
  margin-top: 0.75rem;
  background-image: url("//r2beat-web-cdn.xiyouxi.com/images/common/floating/facebook-off-min.png");
  background-size: 100%;
  background-position: center top;
}

#floating .promo.sns.facebook:hover,
#floating .promo.sns.facebook:focus {
  background-image: url("//r2beat-web-cdn.xiyouxi.com/images/common/floating/facebook-on-min.png");
  background-size: 100%;
  background-position: center top;
}

/*#floating .promo.sns.facebook{height: 74px;}*/
/* 플로팅 열고 닫기 버튼 추가 */
.close-flt.outer {
  position: fixed;
  top: 10rem;
  right: 1.5rem;
  margin: auto;
  width: 2rem;
  height: 28px;
  height: 2rem;
  background: rgb(0, 0, 0);
  cursor: pointer; /* z-index:9990;*/
  z-index: 8879;
  transition: all 0.3s ease-in;
}

.close-flt.outer .inner {
  width: inherit;
  text-align: center;
}

.close-flt.outer .inner label {
  height: 28px;
  font-size: 0.85rem;
  color: #fff;
  font-weight: bold;
  white-space: pre;
  line-height: 1.75rem;
  letter-spacing: 2px;
  opacity: 0;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.close-flt.outer .inner:before, .close-flt.outer .inner:after {
  position: absolute;
  content: "";
  height: 1px;
  width: inherit;
  background: #fff;
  left: 0;
  transition: all 0.3s ease-in;
}

.close-flt.outer .inner:before {
  top: 50%;
  transform: rotate(45deg);
}

.close-flt.outer .inner:after {
  bottom: 50%;
  transform: rotate(-45deg);
}

.close-flt.outer.open {
  right: 1px; /* width:48px;*/
  height: 134px;
  height: 7.1rem;
  padding: 0.625rem 0;
}

.close-flt.outer.open label {
  height: auto;
  opacity: 1;
}

.close-flt.outer.open .inner:before, .close-flt.outer.open .inner:after {
  transform: rotate(0);
}

.close-flt.outer.open .inner:before {
  top: 0;
}

.close-flt.outer.open .inner:after {
  bottom: 0;
}

/* 플로팅 새버전 - slick 202204 */
#WrapfloatNew {
  position: fixed;
  top: 9rem;
  right: calc(1.5rem + 32px);
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  width: 194px;
  width: 12.125rem;
  z-index: 20;
  transition: right 0.4s;
}

#WrapfloatNew ul {
  width: 100%;
}

#WrapfloatNew .float-banner {
  width: 100%;
}

#customFloat {
  margin-top: 12px;
}

#templateFloat .slick-dots li button {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #666666;
  border-radius: 50%;
}

#templateFloat .slick-dots li button:hover, #templateFloat .slick-dots li.slick-active button {
  background: #25dec1;
}

#templateFloat .slick-slide {
  border: 0px;
}

@media screen and (max-width: 1024px) {
  .close-flt.outer #WrapfloatNew {
    display: none !important;
  }
  .close-flt.open + #floating {
    right: -32rem;
  }
  #floating .promo.r2beat,
  #floating .promo.r2beat:hover, #floating .promo.r2beat:focus {
    background-size: 183px auto;
  }
  /*#floating .promo.sns.facebook,
  #floating .promo.sns.facebook:hover,
  #floating .promo.sns.facebook:focus{background-size: 183px 66px;}*/
}
@media screen and (max-width: 768px) {
  #floating.promo {
    width: 12rem;
    height: 7.7rem;
  }
  #floating.promo:nth-of-type(2) {
    top: 19rem;
  }
  #floating.promo:nth-of-type(3) {
    top: 27rem;
  }
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  src: url("//file.valofe.com/Valofe_file/web/fonts/NotoSansSc/NotoSansSC-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 500;
  src: url("//file.valofe.com/Valofe_file/web/fonts/NotoSansSc/NotoSansSC-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 700;
  src: url("//file.valofe.com/Valofe_file/web/fonts/NotoSansSc/NotoSansSC-Bold.otf") format("opentype");
}
* {
  font-family: "Font Awesome 5 Free", "Noto Sans SC", sans-serif;
}

html, body {
  font-size: 16px;
}

/* COMMON.CSS */
body {
  background-color: #131313; /* #wrapper랑 같은 색 */
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  overflow: inherit;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-top: 60px;
}

.skip-navi {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -1px;
  left: -1px;
  text-indent: -9999px;
}

.skip-navi {
  text-indent: -9999px;
}

.clearfix {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

#mobileHeader::-webkit-scrollbar {
  width: 4px;
}

#mobileHeader::-webkit-scrollbar-track {
  background: rgba(213, 213, 213, 0.95);
}

#mobileHeader::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #25dec1;
}

/* 연령고지 팝업 */
.layer-popup-grade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  /* 연령고지 성격 */
  /* 연령고지성격 끝 */
  /* 연령고지 나이 테이블 */
  /* 연령고지 나이 테이블 끝 */
  /* 팝업 레이어 배경 */
}

.layer-popup-grade .btn-pop-close {
  display: block;
}

.layer-popup-grade .popup-layer {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  /*min-width: 657px;*/
  min-width: auto;
  min-height: 222px;
}

.layer-popup-grade .popup-layer .btn-pop-close {
  margin-left: calc(100% - 47px);
  margin-bottom: 5px;
  cursor: pointer;
}

.layer-popup-grade .popup-layer .grade-wrap {
  /*min-width: 584px;*/
  min-width: auto;
  height: 100%;
  margin-bottom: 18px;
  background: #262626;
  background: rgba(59, 60, 64, 0.95);
  padding: 60px 60px 45px;
  padding: 3.75rem 3.75rem 2.8125rem;
  /* 주석하지 마세요. 게임 이용등급에서 사용 */
  border-radius: 8px;
}

.layer-popup-grade .popup-layer .grade-wrap h2 {
  padding-bottom: 15px;
  margin-bottom: 22px;
  color: #585858;
  border-radius: 6px;
  letter-spacing: -1px;
}

.layer-popup-grade .popup-layer .grade-wrap .grade {
  margin-bottom: 5px;
}

.layer-popup-grade .popup-layer .grade-wrap .grade h3 {
  display: none;
}

.layer-popup-grade .popup-layer ul li {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character {
  float: left;
}

.layer-popup-grade .grade-wrap .grade-character ul li {
  display: none;
}

.layer-popup-grade .grade-wrap .grade-character ul li img {
  width: 55px;
  vertical-align: inherit;
}

.layer-popup-grade .grade-wrap .grade-character ul.violence li.violence {
  display: inline-block;
  margin-top: 4px;
}

.layer-popup-grade .grade-wrap .grade-character ul.fear li.fear {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.crime li.crime {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.drug li.drug {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.gambling li.gambling {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.sensibility li.sensibility {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-character ul.words li.words {
  display: inline-block;
}

.layer-popup-grade .grade-wrap .grade-age {
  float: right;
}

.layer-popup-grade .grade-wrap .grade-age img {
  vertical-align: 0px;
  width: 57px;
}

.layer-popup-grade .grade-wrap .grade-age ul li ul li {
  display: none;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-12 li.g-12 {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-15 li.g-15 {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-18 li.g-18 {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-all li.g-all {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age ul.g-test li.g-test {
  display: block;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
  width: 458px;
  max-width: 458px;
  height: 70px;
  box-sizing: border-box;
  text-align: left;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade tbody td {
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
  padding-left: 10px;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade tr {
  border-bottom: 1px solid #f7f7f7;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade tr:last-child {
  border-bottom: 0px;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade td {
  border-right: 1px solid #f7f7f7;
}

.layer-popup-grade .grade-wrap .grade-age table.tbl-grade td:last-child {
  border-right: 0;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-all table {
  background: #2a7943;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-12 table {
  background: #1968b3;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-15 table {
  background: #be8e1a;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-18 table {
  background: #842340;
}

.layer-popup-grade .grade-wrap .grade-age > ul.g-test table {
  visibility: hidden;
}

.layer-popup-grade .shadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  /*background: url(/static/images/common/shadow.png) 0 0 repeat;*/
}

.layer-popup-grade:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/*공통요소*/
.row-w {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.ellipsis {
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.line2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  display: -webkit-box;
}

a {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.color-ry {
  color: #ff9922;
}

.color-ry2 {
  color: #df8104;
}

.color-ry3 {
  color: #a66405;
}

.color-r {
  color: #bf0303;
}

.color-grey {
  color: #8a8a8a;
}

.color-wh {
  color: #fff;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.btn-top {
  z-index: 9999;
  position: fixed;
  display: none;
  bottom: 150px;
  right: 2rem;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 30px;
  text-align: center;
  color: #282828;
  background: #ff9922;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.btn-top span.fa {
  margin-top: 5px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  display: block;
}

.btn-top:hover {
  background: #8a5312;
}

.btn-top span.btn-top-txt {
  display: block;
  width: 60px;
  height: 16px;
  line-height: 10px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
  color: #282828;
}

.btn-toggle {
  display: none;
}

table {
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
}

#loading-mask {
  background-color: white;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/*레이아웃*/
#mobileHeader, #mobileGnb {
  display: none;
}

/* 모바일 커런트 메뉴 표시 */
#mobileHeader, .mbSub {
  display: none;
}

#combine_menu_long {
  display: none;
  z-index: 8889;
  position: fixed;
  top: 0;
  right: 0;
  height: 60px;
  width: calc(100% - 108px);
  background: #131313;
}

#combine_menu_long .game-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -50px;
}

#combine_menu_long .game-logo img {
  max-width: 80px;
  margin-top: 5px;
}

#combine_menu_long .btn-game-open {
  float: right;
  color: #fff;
  font-size: 16px;
  height: 57px;
  line-height: 57px;
  width: 32px;
}

#combine_menu_long .btn-game-open a {
  color: #fff;
}

.bg-black {
  display: none;
  position: fixed;
  z-index: 8888;
  width: 100%;
  height: calc(100% + 60px);
  background: rgba(0, 0, 0, 0.6);
}

.bg-black {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8889;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* footer */
#valofeKoFooter {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  text-align: center;
  background-color: #252525;
  letter-spacing: 1px;
}

#valofeKoFooter .row-w {
  position: relative;
  text-align: left;
  /*width: 1100px;*/
  width: 94%;
  margin: 30px auto !important;
}

#valofeKoFooter .row-w .footer-space {
  margin: 0 0.5rem;
}

#valofeKoFooter .game-footer-logo {
  display: inline-block;
  /*width: 126px;*/
  width: 103px;
  height: 43px;
  background-size: contain;
}

#valofeKoFooter .game-footer-logo.nhn {
  margin-top: 40px;
}

#valofeKoFooter .copyright {
  display: inline-block;
  float: right;
  padding-top: 3px;
  padding-left: 56px;
  width: calc(100% - 191px);
  vertical-align: top;
}

#valofeKoFooter #gameFooterNavi {
  position: relative;
  margin-left: 190px;
  margin-left: 16%;
  margin-top: -37px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 16px;
}

#valofeKoFooter #gameFooterNavi ul li {
  width: auto;
  float: left;
  color: #d5d5d5;
  line-height: 1.4;
}

#valofeKoFooter #gameFooterNavi ul li.mt3 {
  margin-top: inherit;
}

#valofeKoFooter #gameFooterNavi ul li a {
  display: inline-block;
  color: #d5d5d5;
  font-size: 13px;
  font-family: "Noto Sans Sc", sans-serif;
  letter-spacing: -0.5px;
}

#valofeKoFooter #gameFooterNavi li.privacy a {
  color: #f88218;
  font-weight: bold;
}

#valofeKoFooter address {
  position: relative;
  display: block;
  margin-left: 190px;
  margin-left: 16%;
  margin-top: 0;
  letter-spacing: -0.5px;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
  color: #acacac;
}

#valofeKoFooter address.nhn {
  margin-top: -53px;
}

#valofeKoFooter address a {
  color: #acacac;
  font-size: 13px;
}

#valofeKoFooter address a.biz-info {
  text-decoration: underline;
}

#valofeKoFooter address a:hover {
  color: #f88218;
}

/* 페이지 로드 애니메이션 속도 */
.fadeInLeft.animated {
  animation-duration: 0.6s;
}

a {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.r2beat a {
  color: #fff;
}

.icon-new {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 3px;
  border: 1px solid #ff6333;
  color: #ff6333;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  text-indent: -1px;
}

ul li a {
  vertical-align: middle;
}

#content {
  position: relative;
  width: 100%;
}

/* reset 초기화된 것 재설정 */
/*.r2beat option {background:transparent;}
.r2beat select option:checked, .r2beat select option:hover {background:$cl_main_dark;}*/
input, select, textarea,
input[type=submit i],
input[type=reset i], input[type=file i]::-webkit-file-upload-button {
  font-size: 1rem;
  outline: none;
}

::placeholder {
  color: #131313 !important;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}

/* 랭킹 순위 백그라운드*/
.tbl-ranking tr:nth-child(1) td:nth-child(1) {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/icon-rank1-min.png") no-repeat center center;
  color: transparent;
  vertical-align: middle;
}

.tbl-ranking tr:nth-child(2) td:nth-child(1) {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/icon-rank2-min.png") no-repeat center center;
  color: #fff;
  vertical-align: middle;
}

.tbl-ranking tr:nth-child(3) td:nth-child(1) {
  background: url("//r2beat-web-cdn.xiyouxi.com/images/main/icon-rank3-min.png") no-repeat center center;
  color: #fff;
  vertical-align: middle;
}

/* view 페이지 작성자가 운영자일 경우 */
.view-info .pull-left img {
  vertical-align: middle;
  height: 14px;
}

#desktopHeader #gnb > li#customer {
  float: right;
  margin-right: 0;
}

@media screen and (max-width: 1530px) {
  #desktopHeader.add-menu6 #gnb > li {
    min-width: 5.6rem;
    margin-right: 2.25rem;
  }
  #desktopHeader.add-menu6 #gnb > li#customer {
    margin-right: 0;
  }
}
/*임시 2차비밀번호를 위한 헤더 사이즈조정*/
@media screen and (max-width: 1440px) {
  #desktopHeader #gnb > li {
    min-width: 5.6rem;
    margin-right: 1.5rem;
  }
  #desktopHeader #gnb > li#customer {
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  #desktopHeader #gnb {
    width: calc(100% - 22rem);
    margin-left: 3.25rem;
  }
  #desktopHeader.add-menu6 #gnb {
    width: calc(100% - 25rem);
  }
  /* 기존 */
  #desktopHeader #gnb > li {
    margin-right: 1.5rem;
  }
  /* 임시 2차비밀번호 추가한 후 */
  #desktopHeader #gnb > li {
    margin-right: 1rem;
  }
  #desktopHeader #gnb > li > a, #desktopHeader #util > li > a { /*font-size:14px;*/ }
}
@media screen and (max-width: 1280px) {
  #desktopHeader #gnb {
    margin-left: 2rem;
  }
  #desktopHeader.add-menu6 #gnb > li {
    margin-right: 1.25rem;
    min-width: 4.85rem;
  }
  #desktopHeader #gnb > li > a, #desktopHeader #util > li > a {
    font-size: 13px;
  }
  #desktopHeader #gnb > li > .sub-menu li a {
    font-size: 13px;
  }
  #desktopHeader.add-menu6 #gnb > li#customer {
    min-width: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  #desktopHeader #gnb {
    margin-left: 1rem;
  }
  #desktopHeader.add-menu6 #gnb > li {
    margin-right: 1rem;
    min-width: 4.85rem;
  }
  #desktopHeader #gnb > li > a, #desktopHeader #util > li > a {
    font-size: 13px;
  }
  #desktopHeader #gnb > li > .sub-menu li a {
    font-size: 12px;
  }
  #desktopHeader.add-menu6 #gnb > li#customer {
    min-width: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  #combineMenu {
    position: fixed !important;
  }
  #combine_menu_long {
    display: block;
  }
  #mobileGnb {
    position: relative;
    top: auto;
    right: auto;
  }
  .mb-hidden1024 {
    display: none;
  }
  .bg-black {
    display: none;
  }
  #desktopHeader {
    display: none;
  }
  #mobileHeader {
    z-index: 9991;
    position: fixed;
    top: 0;
    right: -300px;
    display: block;
    box-sizing: border-box;
    width: 300px;
    height: 100%;
    overflow: auto;
    border-top: 1px solid #232323;
    background: rgb(19, 19, 19);
    color: #fff;
  }
  /*#mobileHeader #mobileGnb {position:absolute; right:0; top:0;}*/
  #mobileHeader #mobileLogo {
    float: left;
    display: inline-block;
    width: 84px;
    height: 29px;
    padding-top: 8px;
    margin-left: 16px;
  }
  #mobileHeader #btnMoblieGnb {
    position: absolute;
    right: 16px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 37px;
    padding-top: 11px;
    color: #fff;
    font-size: 16px;
    text-align: right;
  }
  #mobileHeader #btnMoblieGnb:hover {
    color: #df8104;
  }
  #mobileHeader #btnMobileDownload {
    position: absolute;
    right: 16px;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 8px;
    color: #fff;
    background: #df8104;
    font-size: 16px;
    text-align: right;
  }
  #mobileHeader #btnMobileDownload:hover {
    color: #131313;
  }
  #mobileGnb {
    z-index: 8870;
    display: block;
    opacity: 1;
    width: 100%;
    padding: 0 0 22px;
    background: #1f1f24;
    color: #fff;
  }
  #mobileGnb h1.tit-mobile {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    line-height: 18px;
    padding: 0 22px 22px;
    border-bottom: 1px solid #27292d;
  }
  #mobileGnb h1.tit-mobile img {
    vertical-align: middle;
    float: right;
    margin-top: 4px;
    max-width: 120px;
  }
  #mobileGnb h1.tit-mobile a#mobileGnbClose {
    display: inline-block;
    margin-top: 23px;
    width: 15px;
    height: 15px;
    float: left;
    background: url("//r2beat-web-cdn.xiyouxi.com/images/common/btn-mobile-menu-close.png") 0 0 no-repeat;
  }
  #mobileGnb > h2 {
    box-sizing: border-box;
    width: 100%;
    padding: 22px;
    border-bottom: 1px solid #27292d;
    background: #131313;
    overflow: hidden;
  }
  #mobileGnb > h2 #news, #mobileGnb > h2 #event, #mobileGnb > h2 #community {
    float: left;
    color: #fff;
    font-size: 14px;
  }
  #mobileGnb > h2 #community {
    margin-top: 2px;
  }
  #mobileGnb > h2 a:after {
    content: "";
    background: #fff;
    height: 12px;
    width: 1px;
    display: inline-block;
    margin: 2px 21px 0;
  }
  #mobileGnb > h2 a:last-child:after {
    display: none;
  }
  #mobileGnb > h2 #news:hover,
  #mobileGnb > h2 #event:hover,
  #mobileGnb > h2 #community:hover {
    color: #df8104;
  }
  #mobileGnb > h2 #news {
    margin-left: 0;
  }
  #mobileGnb > li {
    float: none;
    padding-left: 22px;
    padding-right: 22px;
    border-bottom: 1px solid #27292d;
  }
  #mobileGnb > li > a {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
  }
  #mobileGnb > li > a > .blit-arrow {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 21px;
    box-sizing: border-box;
    width: 9px;
    height: 8px;
    vertical-align: middle;
    background: url("//r2beat-web-cdn.xiyouxi.com/images/common/blit-mobile-list.png") 0 0 no-repeat;
  }
  #mobileGnb > li:hover > a {
    color: #25dec1;
  }
  #mobileGnb > li#btn2nd {
    background-image: linear-gradient(to right, #3c7af8 0%, #ff394c 100%);
    background-size: 150%;
    transition: all 0.4s;
  }
  #mobileGnb > li#btn2nd:hover {
    background-position: 100%;
  }
  #mobileGnb > li#btn2nd:hover > a {
    color: #fff;
  }
  #mobileGnb > li.on > a > .blit-arrow,
  #mobileGnb > li:hover > a > .blit-arrow {
    background: url("//r2beat-web-cdn.xiyouxi.com/images/common/blit-mobile-list-on.png") 0 0 no-repeat;
  }
  #mobileGnb > li > .msub-menu {
    display: none;
    padding-left: 22px;
    border-top: 1px solid #27292d;
  }
  #mobileGnb > li > .msub-menu > li > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding: 16px 0;
  }
  #mobileGnb > li > .msub-menu > li:last-child {
    padding-bottom: 60px;
  }
  #mobileGnb > li > .msub-menu > li:hover > a {
    color: #25dec1;
  }
  /*480*/
  #wrapper {
    /*top: -60px;*/
  }
  #mobileHeader #mobileLogo {
    display: none;
  }
  #mobileHeader #btnMoblieGnb {
    position: absolute;
    right: 16px;
    top: 0px;
    display: inline-block;
    width: 30px;
    height: 30px; /* line-height:40px; */
    color: #fff;
    font-size: 16px;
    text-align: right;
  }
  #mobileHeader #btnMoblieGnb:hover {
    color: #df8104;
  }
  #mobileHeader #btnMobileDownload {
    display: none;
  }
  #mobileHeader #btnMobileDownload:hover {
    color: #131313;
  }
  /* 모바일 커런트 메뉴 표시 */
  #mobileHeader #crtMenuSite {
    position: absolute;
    display: inline-block;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    /* 검색창 살릴 때는 지우기 */
    /*left:inherit;
    right:0;*/
    /* 검색창 살릴 때는 지우기 */
  }
  #mobileHeader #crtMenuSite .fa-sort-up {
    margin-left: 4px;
    font-size: 16px;
    vertical-align: middle;
  }
  #mobileHeader #crtMenuSite .fa-sort-down {
    margin-left: 4px;
    padding-top: 19px;
    font-size: 16px;
    vertical-align: top;
  }
  /* 모바일 커런트 메뉴 서브 메뉴 표시 */
  /*모바일 로컬메뉴 - 서브 메뉴 */
  .mbSub, #mbSearch {
    display: block;
    z-index: 9000;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 30px 16px 40px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .mbSub.on, #mbSearch.on {
    overflow-y: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
    letter-spacing: -1px;
  }
  .mbSub h1 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 3px solid #3F3F3F;
  }
  .mbSub ul {
    width: 100%;
  }
  .mbSub ul > li {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 10px 0 5px;
  }
  .mbSub ul > li > a, .mbSub > ul > li:visited > a {
    font-size: 16px;
    font-weight: bold;
    color: #3F3F3F;
  }
  .mbSub ul > li.on > a, .mbSub ul > li:hover > a, .mbSub > ul > li:focus > a {
    color: #f39a00;
    font-weight: bold;
  }
  .mbSub .dep2 {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px 15px;
    margin-top: 10px;
    background: #FCF3EE;
  }
  .mbSub .dep2 > li > a, .mbSub .dep2 > li > a:visited, .mbSub .dep2 > li > a > .fa {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #000;
  }
  .mbSub .dep2 > li.on > a, .mbSub .dep2 > li > a:hover, .mbSub .dep2 > li > a:focus,
  .mbSub .dep2 > li.on .fa, .mbSub .dep2 > li:hover > .fa, .mbSub .dep2 > li:focus > .fa {
    color: #f39a00;
  }
  /* 모바일 커런트 메뉴 - shadow */
  #mbMenuShadow {
    display: none;
    opacity: 0;
    z-index: 8000 !important;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-bottom: 0px;
    top: 0;
    left: 0;
    background-size: cover;
    background: rgba(0, 0, 0, 0.8);
  }
  #mbMenuShadow.on {
    display: block;
    opacity: 1;
    z-index: 8000 !important;
    width: 100%;
    height: 100%;
    position: fixed;
    padding-bottom: 0px;
    top: 0;
    left: 0;
    background-size: cover;
    background: rgba(0, 0, 0, 0.8);
  }
  /* footer */
  #valofeKoFooter .row-w > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  #valofeKoFooter #gameFooterNavi {
    margin-left: 0;
    margin-top: 0;
  }
  #valofeKoFooter address {
    margin-left: 0;
    word-break: keep-all;
  }
  #valofeKoFooter address a {
    word-break: keep-all;
  }
}
/* 960 */
/*800 */
/* 768 736*/
@media screen and (max-width: 768px) {
  .row-w {
    max-width: 90% !important;
  }
  .mb-hidden768 {
    display: none;
  }
  .mb-hidden768.duration {
    display: inline-block;
  }
}
/*  667 640 */
@media screen and (max-width: 667px) {
  /*#footer{}
  #footer .copyright{margin-top:30px;}
  #footer .copyright .footer-logo{display:block;height:40px;width:100%;text-align:center;}
  #footer .copyright .footer-logo .logo{position:absolute;left:50%;margin-left:-34.5px;width:69px;}
  #footer .copyright p{width:100%;margin-left:0;clear:left;}*/
  /* 이용등급팝업 */
  .layer-popup-grade .popup-layer {
    width: 94%;
  }
  .layer-popup-grade .popup-layer .grade-wrap {
    min-width: auto;
    padding: 3.75rem 1.75rem 2.8125rem;
  }
  .layer-popup-grade .grade-wrap .grade-age {
    width: 100%;
  }
  .layer-popup-grade .popup-layer ul li:nth-child(2) {
    width: calc(100% - 61px);
  }
  .layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
    width: 100%;
  }
}
/* 568 533 */
@media screen and (max-width: 640px) {
  .mb-hidden640 {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  /* 이용등급팝업 */
  .layer-popup-grade .grade-wrap .grade-age table.tbl-grade tbody td {
    padding: 3px 5px;
    line-height: 1.4;
  }
  .layer-popup-grade .popup-layer .grade-wrap .grade {
    position: relative;
  }
  .layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
    max-width: unset;
  }
  .layer-popup-grade .popup-layer .grade-wrap .grade h3 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
    color: #fff;
    line-height: 1.4;
    text-align: left;
    font-weight: 300;
  }
  .layer-popup-grade .popup-layer .grade-wrap .grade h3 span {
    padding: 4px;
    background: #b0063a;
  }
  .layer-popup-grade .popup-layer ul li:first-child {
    width: 100%;
    text-align: right;
  }
  .layer-popup-grade .popup-layer ul li:nth-child(2) {
    width: 100%;
  }
}
/* 533 */
/* 480 */
@media screen and (max-width: 480px) {
  .mb-hidden480 {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  #m-menu-wrap #m-menu li ul li.flag {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10%;
  }
}
/* 플로팅 열고 닫기 버튼 추가 */
#floating {
  position: fixed;
  display: inline-block;
  text-indent: -9999rem;
  z-index: 9990;
  right: 1.5rem;
  top: 13rem;
  transition: all 0.4s;
}

#floating.scroll.pc::-webkit-scrollbar {
  width: 2px;
}

#floating.scroll.pc::-webkit-scrollbar-track {
  background: rgba(85, 73, 125, 0.37);
}

#floating.scroll.pc::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(207, 179, 255, 0.55);
}

#floating.scroll.pc::-webkit-scrollbar-thumb:hover {
  background: #BFB5CC;
}

/* 이미지 등록 */
#floating .promo img {
  width: 100%;
}

#floating .promo {
  display: block;
  width: 194px;
  height: 245px;
  width: 12.125rem;
  height: 15.3125rem;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 300px;
}

/*#floating .promo.r2beat {
    text-decoration-style: initial;
    background-image: url($cdn_root + 'images/common/floating/r2beat-floating-min.png');
}*/
/*#floating .promo.r2beat {
    background-image: url($cdn_root + 'images/common/floating/r2beat-cbt-floating-min.png');
}*/
#floating .promo.sns {
  width: 194px;
  height: 75px;
  width: 12.125rem;
  height: 4.625rem;
  background-image: url("//r2beat-web-cdn.xiyouxi.com/images/common/floating/facebook-off-min.png");
}

#floating .promo a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#floating .promo:hover, #floating.promo:focus {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*animation: none ;*/
}

/*#floating .promo.r2beat {
    background-image: url($cdn_root + 'images/common/floating/r2beat-floating-min.png');
    background-size: 100%;
    background-position: center bottom;
}*/
/*#floating .promo.r2beat {
    background-image: url($cdn_root + 'images/common/floating/r2beat-cbt-floating-min.png');
    background-size: 100%;
    background-position: center bottom;
}*/
/*#floating .promo.r2beat:hover,
#floating.promo.r2beat:focus {
    background-image: url($cdn_root + 'images/common/floating/r2beat-floating-on-min.png');
    background-size:100%;
    background-position: center bottom;
}*/
/*#floating .promo.r2beat:hover,
#floating.promo.r2beat:focus {
    background-image: url($cdn_root + 'images/common/floating/r2beat-cbt-floating-on-min.png');
    background-size:100%;
    background-position: center bottom;
}*/
#floating .promo.sns.facebook {
  margin-top: 0.75rem;
  background-image: url("//r2beat-web-cdn.xiyouxi.com/images/common/floating/facebook-off-min.png");
  background-size: 100%;
  background-position: center top;
}

#floating .promo.sns.facebook:hover,
#floating .promo.sns.facebook:focus {
  background-image: url("//r2beat-web-cdn.xiyouxi.com/images/common/floating/facebook-on-min.png");
  background-size: 100%;
  background-position: center top;
}

/*#floating .promo.sns.facebook{height: 74px;}*/
/* 플로팅 열고 닫기 버튼 추가 */
.close-flt.outer {
  position: fixed;
  top: 10rem;
  right: 1.5rem;
  margin: auto;
  width: 2rem;
  height: 28px;
  height: 2rem;
  background: rgb(0, 0, 0);
  cursor: pointer; /* z-index:9990;*/
  z-index: 8879;
  transition: all 0.3s ease-in;
}

.close-flt.outer .inner {
  width: inherit;
  text-align: center;
}

.close-flt.outer .inner label {
  height: 28px;
  font-size: 0.85rem;
  color: #fff;
  font-weight: bold;
  white-space: pre;
  line-height: 1.75rem;
  letter-spacing: 2px;
  opacity: 0;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.close-flt.outer .inner:before, .close-flt.outer .inner:after {
  position: absolute;
  content: "";
  height: 1px;
  width: inherit;
  background: #fff;
  left: 0;
  transition: all 0.3s ease-in;
}

.close-flt.outer .inner:before {
  top: 50%;
  transform: rotate(45deg);
}

.close-flt.outer .inner:after {
  bottom: 50%;
  transform: rotate(-45deg);
}

.close-flt.outer.open {
  right: 1px; /* width:48px;*/
  height: 134px;
  height: 7.1rem;
  padding: 0.625rem 0;
}

.close-flt.outer.open label {
  height: auto;
  opacity: 1;
}

.close-flt.outer.open .inner:before, .close-flt.outer.open .inner:after {
  transform: rotate(0);
}

.close-flt.outer.open .inner:before {
  top: 0;
}

.close-flt.outer.open .inner:after {
  bottom: 0;
}

/* 플로팅 새버전 - slick 202204 */
#WrapfloatNew {
  position: fixed;
  top: 9rem;
  right: calc(1.5rem + 32px);
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  width: 194px;
  width: 12.125rem;
  z-index: 20;
  transition: right 0.4s;
}

#WrapfloatNew ul {
  width: 100%;
}

#WrapfloatNew .float-banner {
  width: 100%;
}

#customFloat {
  margin-top: 12px;
}

#templateFloat .slick-dots li button {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 1px solid #666666;
  border-radius: 50%;
}

#templateFloat .slick-dots li button:hover, #templateFloat .slick-dots li.slick-active button {
  background: #25dec1;
}

#templateFloat .slick-slide {
  border: 0px;
}

@media screen and (max-width: 1024px) {
  .close-flt.outer #WrapfloatNew {
    display: none !important;
  }
  .close-flt.open + #floating {
    right: -32rem;
  }
  #floating .promo.r2beat,
  #floating .promo.r2beat:hover, #floating .promo.r2beat:focus {
    background-size: 183px auto;
  }
  /*#floating .promo.sns.facebook,
  #floating .promo.sns.facebook:hover,
  #floating .promo.sns.facebook:focus{background-size: 183px 66px;}*/
}
@media screen and (max-width: 768px) {
  #floating.promo {
    width: 12rem;
    height: 7.7rem;
  }
  #floating.promo:nth-of-type(2) {
    top: 19rem;
  }
  #floating.promo:nth-of-type(3) {
    top: 27rem;
  }
}
/* /////////////////////////////////////////////////// */
/* login history 수정 220209 */
#loginHistory .pop-layer {
  padding: 0;
}

#loginHistory table.tbl-purchase td.td-md {
  word-break: normal;
}

@media screen and (max-width: 768px) {
  #loginHistory .pop-container table.tbl-purchase th {
    font-size: 13px !important;
  }
}
/* /////////////////////////////////////////////////// */
