@charset "UTF-8";
@import url(fonts.css);
@import url(reset.css);
html,
body {
  /* min-width:1440px; */
  overflow-x: hidden;
  width: 100%;
  /* background:#000; */
}
.fix {
  overflow: hidden;
}
/*공통 */
.container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 5;
  /* opacity:0; */
}
.deam {
  z-index: 0;
}
.deam.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.goods_wrap {
  width: 100%;
  position: relative;
}

/* 팝업 기본 레이아웃 */
.pop_inner {
  left: 50%;
  transform: translateX(-50%);
  min-width: 1920px;
}
.pop {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  transition: left 0s 0.15s ease;
}
.pop.actived {
  display: block;
  left: 0;
  transition-delay: 0s;
  background: rgba(0, 0, 0, 0.3);
}
.pop .pop_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* overflow-y: scroll; */
  z-index: 10;
}
.pop .pop_container .pop_wrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 5;
  table-layout: fixed;
}
.pop .pop_container .pop_wrap .popup_inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 50px 50px;
}
.pop .pop_container .pop_wrap .popup_inner .text_box {
  display: inline-block;
  min-width: 360px;
  padding: 30px 20px;
  background: #f0eeea;
  border: 2px solid #918f8b;
}
.pop .pop_container .pop_wrap .popup_inner .text_box p.tit {
  font-size: 21px;
  line-height: 30px;
  padding: 0 0 20px 0;
  text-align: center;
  font-weight: 600;
}
.pop .pop_container .pop_wrap .popup_inner .text_box p {
  text-align: center;
  color: #1d1a15;
  font-size: 18px;
  font-weight: normal;
}
.pop .pop_container .pop_wrap .popup_inner .text_box .btn_box {
  margin: 30px auto 0;
}

.pop .pop_container .pop_wrap .popup_inner .text_box .btn_box button {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0 15px;
  font-size: 18px;
  text-align: center;
  color: #1d1a15;
  background: #beb6a6;
  outline: none;
  border: none;
  border-radius: 0;
}
/* 인증팝업 */
#cauthenticatePop.actived {
  z-index: 300;
}
#cauthenticatePop .text_box {
  position: relative;
  display: inline-block;
  width: 560px;
  /* height:460px; */
  padding: 20px 30px 40px 30px;
  margin-top: -50px;
  border: 2px solid #6a645b;
  background: #f0eeea;
}
#cauthenticatePop .text_box .text_inner {
  position: relative;
  padding: 30px 0 0 0;
  min-height: 114px;
}
#cauthenticatePop .text_box .text_inner p.tit {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #1d1a15;
  font-weight: bold;
}
#cauthenticatePop .text_box .text_inner p {
  width: 100%;
  line-height: 26px;
  font-size: 18px;
  text-align: center;
  color: #1d1a15;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#cauthenticatePop .char_infor_box {
  width: 100%;
  margin: 30px 0 35px 0;
}
#cauthenticatePop .text_box .text_inner dl {
  display: flex;
  justify-content: start;
  width: 560px;
  margin: 0 0 6px 0;
  min-height: 47px;
  background: #f5f5f5;
}
#cauthenticatePop .text_box .text_inner dl dt {
  width: 140px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
  letter-spacing: -0.04em;
  background: #c8c4be;
}
#cauthenticatePop .text_box .text_inner dl dd {
  width: 420px;
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
  letter-spacing: -0.04em;
}
#cauthenticatePop .input_box {
  position: relative;
  width: 100%;
  height: 100%;
}
#cauthenticatePop .input_box input {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
  letter-spacing: -0.02em;
  border: none;
  outline: none;
  background: transparent;
}

#cauthenticatePop .input_box input::placeholder {
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
}
#cauthenticatePop .input_box input::-moz-placeholder {
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
}
#cauthenticatePop .input_box input::-webkit-input-placeholder {
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
}
#cauthenticatePop .number_checked_infor {
  width: 100%;
  text-align: right;
}
#cauthenticatePop .number_checked_infor a {
  display: inline-block;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #470a0a;
  border-bottom: 2px solid #650e0e;
}
#cauthenticatePop .text_box .text_inner .btn_box {
  width: 100%;
  padding: 30px 0 0 0;
}
#cauthenticatePop .text_box .btn_box button.btn {
  display: inline-block;
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0 15px;
  font-size: 18px;
  text-align: center;
  color: #1d1a15;
  background: #beb6a6;
  outline: none;
  border: none;
  border-radius: 0;
}
#cauthenticatePop .text_box .btn_box button.btn-pop-close {
  display: inline-block;
  background: #c8c4be;
  outline: none;
  border: none;
  border-radius: 0;
}

#listSelct {
  width: 100%;
  height: 100%;
  line-height: 47px;
  text-align: center;
  background: url(../images/icon_arrow_bottom.png) no-repeat 95% center;
}
#listSelct .list-select {
  width: 100%;
  height: 100%;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  border: none;
  background: none;
  outline: none;
  border: none;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px !important;
}
#listSelct .list-select option {
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
  letter-spacing: -0.04em;
}
.agr_checkBox {
  position: relative;
  width: auto;
  height: 36px;
  line-height: 36px;
}
.agr_checkBox input[type="checkbox"] {
  display: none;
}
.agr_checkBox label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}
.agr_checkBox label .box {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 22px;
  height: 24px;
  background: url(../images/bg_agr_check_box.png) no-repeat 0 0;
  transition: background 0.15s ease, border 0.15s ease, color 0.15s ease;
}
.agr_checkBox input:checked + label .box {
  position: absolute;
  top: 7px;
  left: 0;
  width: 22px;
  height: 24px;
  background: url(../images/bg_agr_check_box_on.png) no-repeat 0 0;
  transition: background 0.15s ease, border 0.15s ease, color 0.15s ease;
}
.agr_checkBox label .tit {
  font-size: 18px;
  font-weight: 300;
  color: #1d1a15;
  letter-spacing: -0.04em;
}

#cauthenticatePop .text_box .text_inner .btn_box {
  width: 100%;
  padding: 40px 0 0 0;
  margin: 0 auto;
}

#cauthenticatePop .agr_box .agr_checkBox .tit a{
  margin-left: 5px;
  padding: 0 10px 2px;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  background-color: #650e0e;
}

/* 결제 내역 조회 팝업 */
#paymentHistoryPop.actived {
  z-index: 300;
}
#paymentHistoryPop .text_box {
  position: relative;
  display: inline-block;
  width: 560px;
  /* height:460px; */
  padding: 20px 30px 40px 30px;
  margin-top: -50px;
  border: 2px solid #6a645b;
  background: #f0eeea;
}
#paymentHistoryPop .text_box .text_inner {
  position: relative;
  padding: 30px 0 0 0;
  min-height: 114px;
}
#paymentHistoryPop .text_box .text_inner p.tit {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #1d1a15;
  font-weight: bold;
}
#paymentHistoryPop .history_infor_box {
  width: 100%;
  margin: 30px 0 35px 0;
}
#paymentHistoryPop .text_box .text_inner dl {
  display: flex;
  justify-content: start;
  width: 560px;
  margin: 0 0 6px 0;
  min-height: 47px;
  background: #f5f5f5;
}
#paymentHistoryPop .text_box .text_inner dl dt {
  width: 140px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
  letter-spacing: -0.04em;
  background: #c8c4be;
}
#paymentHistoryPop .text_box .text_inner dl dd {
  width: 420px;
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
  letter-spacing: -0.04em;
}
#paymentHistoryPop .text_box .btn-check {
  margin-left: 5px;
  padding: 0 10px 2px;
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  background-color: #650e0e;
}
#paymentHistoryPop .text_box .text_inner .btn_box {
  width: 100%;
  padding: 30px 0 0 0;
}
#paymentHistoryPop .text_box .btn_box button.btn {
  display: inline-block;
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0 15px;
  font-size: 18px;
  text-align: center;
  color: #1d1a15;
  background: #beb6a6;
  outline: none;
  border: none;
  border-radius: 0;
}
#paymentHistoryPop .text_box .btn_box button.btn-pop-close {
  display: inline-block;
  background: #c8c4be;
  outline: none;
  border: none;
  border-radius: 0;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 70px;
  background: #070707;
  /* background:rgba(0, 0, 0, 0.7); */
  /* transform:translate(0% , -100%); */
  z-index: 100;
}
.header_wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}
header h1 {
  width: 170px;
  height: 70px;
}
header h1 a {
  display: flex;
  width: 101px;
  height: 70px;
  margin: 0 0 0 40px;
  background: url(../images/rom_logo_kr.png) no-repeat center center;
  background-size: 100% auto;
}
#gnb {
  position: relative;
  overflow: hidden;
  height: 70px;
}
.btn-gnb-menu {
  display: none;
}
.gnb_wrap ul {
  display: flex;
}
.gnb_wrap ul li {
  text-align: center;
  padding: 0 36px;
}
.gnb_wrap ul li a {
  position: relative;
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  padding: 25px 0;
  font-size: 16px;
  color: #e9e6e1;
}

/* 화면 상단 이미지 배너*/
.top_banner {
  position: relative;
  width: 100%;
  height: 230px;
  padding-top: 70px;
}
.top_banner .inner_top_baneer_box {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.top_banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-float-banner {
  position: absolute;
  bottom: -90px;
  right: 50%;
  margin: 0 -760px 0 0;
  width: 350px;
  height: 300px;
  background: #1d1a15;
}
.top-float-banner p.txt {
  line-height: 300px;
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}

/* 왼쪽 플롯 배너*/
.left_float_banner {
  position: absolute;
  top: 120px;
  right: 50%;
  margin-right: -870px;
  width: 160px;
  padding: 0 0 60px 0;
}
.left_float_banner a {
  display: block;
}
.left_float_banner a.btn_go_notice {
  width: 160px;
  height: 215px;
  background: url(../images/left_float_banner.png) no-repeat top center;
  background-size: auto 100%;
}

.left_float_banner a.btn_game_guide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  font-size: 21px;
  line-height: 1;
  padding: 15px 0 14px 0;
  margin: 10px 0 0 0;
  text-align: center;
  color: #ffffff;
  background: #1d1a15;
}
.left_float_banner a img {
  width: 100%;
}

/* 구매 상품 리스트 */
#tab {
  position: relative;
  padding: 120px 0 100px 0;
  margin: 0 auto;
  width: 1260px;
}
#tab ul {
  position: absolute;
  top: 45px;
  left: 10px;
  width: 1240px;
  height: 44px;
  display: flex;
  justify-self: start;
  border-left: 1px solid #a9a9a9;
}
#tab ul li {
  width: 100px;
  width: 100px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #919191;
  text-align: center;
  border: 1px solid #a9a9a9;
  border-left: none;
  cursor: pointer;
}
#tab ul a {
  display: block;
  width: 100px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #919191;
  text-align: center;
  background: #ffffff;
}
#tab ul li.active {
  background: #1d1a15;
  border: 1px solid #1d1a15;
  color: #ffffff;
}
.tab_content {
  padding: 0 0 0 0;
}

.tab_content .goods.active {
  display: block;
}
.goods_list {
  width: 100%;
  max-width: 1260px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.goods_content {
  position: relative;
  width: 232px;
  margin: 0 10px 70px 10px;
}
.goods_content .inner_box {
  position: relative;
  width: 100%;
  height: 27rem;
}
.goods_content .img a {
  display: block;
  text-align: center;
}
.goods_content .img {
  overflow: hidden;
  position: relative;
  width: 232px;
  height: 280px;
  background: #f5f5f5;
}
.goods_content .img span.event {
  position: absolute;
  pointer-events: none;
}
.goods_content .img span.label_event {
  top: 0;
  left: 0;
  width: 87px;
  height: 88px;
  background: url(../images/label_event.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: none;
}
.goods_content .img span.mileage_5x {
  bottom: 12px;
  right: 19px;
  width: 63px;
  height: 32px;
  background: url(../images/icon_mileage@5.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: none;
}
.goods_content .img span.label_bonus {
  /* top: 0;
  left: 0;
  width: 104px;
  height: 106px; */
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  background: url(../images/label_bonus.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.goods_content .img .badge-flag {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
}
.goods_content .img .badge-flag span {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  text-indent: -10000px;
}
.goods_content .img .badge-flag span:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.goods_content .img .badge-flag.badge-popular span {
  background: url(../images/icon-popular.png) no-repeat 0 0;
  background-size: 100% auto;
}
.goods_content .img .badge-flag.badge-popular span:after {
  content: "인기";
}
.goods_content .img .badge-flag.badge-recommend span {
  background: url(../images/icon-recommend.png) no-repeat 0 0;
  background-size: 100% auto;
}
.goods_content .img .badge-flag.badge-recommend span:after {
  content: "추천";
}
.goods_content .btn_box {
  width: 100%;
  height: 50px;
}
.goods_content .btn_box button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #f5f5f5;
  background: #650e0e;
  border: none;
  outline: none;
}

.goods_content .infor_box {
  text-align: left;
  padding: 25px 0 0 0;
}
.goods_content .infor_box .desc {
  font-size: 16px;
  line-height: 20px;
  color: #3a3a3a;
}
.goods_content .infor_box .charge {
  line-height: 100%;
  margin-top: 7px;
  font-size: 24px;
  color: #3a3a3a;
  font-weight: 500;
}
.goods_content .infor_box .mileage {
  margin: 13px 0 0 0;
  padding: 6px 0 6px 40px;
  font-size: 20px;
  line-height: 20px;
  background: url(../images/icon_mileage.png) no-repeat 0 center;
}
.goods_content .btn-detail-view {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/icon-more-view.png) no-repeat center center;
}

/* 상세 화면 페이지*/
#view {
  position: relative;
  padding: 120px 0 0 0;
  margin: 0 auto;
  width: 1260px;
}
#view h2.tit_info {
  display: none;
}
.item_top {
  width: 1240px;
  display: flex;
  justify-content: space-between;
}
.item_top .item-img {
  position: relative;
  overflow: hidden;
  width: 620px;
  height: 460px;
  background: #f5f5f5;
}
.item_top .item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  height: 60%;

  @media screen and (max-width: 780px) {
    width: 60%;
    height: 100%;
  }
}

.item_top .item-img .badge-flag {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
}
.item_top .item-img .badge-flag span {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  overflow: hidden;
  text-indent: -10000px;
}
.item_top .item-img .badge-flag span:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.item_top .item-img .badge-flag.badge-popular span {
  background: url(../images/icon-popular.png) no-repeat 0 0;
  background-size: 100% auto;
}
.item_top .item-img .badge-flag.badge-popular span:after {
  content: "인기";
}
.item_top .item-img .badge-flag.badge-recommend span {
  background: url(../images/icon-recommend.png) no-repeat 0 0;
  background-size: 100% auto;
}
.item_top .item-img .badge-flag.badge-recommend span:after {
  content: "추천";
}

.item_top .item-img span.event {
  position: absolute;
  pointer-events: none;
}
.item_top .item-img span.label_event {
  top: 0;
  left: 0;
  width: 124px;
  height: 126px;
  background: url(../images/label_event_view.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: none;
}
.item_top .item-img span.mileage_5x {
  bottom: 14px;
  right: 14px;
  width: 87px;
  height: 46px;
  background: url(../images/icon_mileage@5.png) no-repeat 0 0;
  background-size: 100% 100%;
  display: none;
}
.item_top .item-img span.label_bonus {
  /* top: 0;
  left: 0;
  width: 125px;
  height: 126px; */
  top: 10px;
  left: 10px;
  width: 94px;
  height: 94px;
  /* background: url(../images/label_bonus_view.png) no-repeat 0 0; */
  background: url(../images/label_bonus.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.item_top .item-infor {
  width: 568px;
}
.item-infor .item-name {
  font-size: 34px;
  line-height: 100%;
  padding: 0 0 20px 0;
  color: #3a3a3a;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.item-infor .item-charge.top {
  position: relative;
  display: flex;
  padding: 20px 0 0 0;
  justify-content: flex-start;
  height: 30px;
}
.item-infor .item-charge.top p {
  font-size: 26px;
  line-height: 30px;
  padding: 0 17px 0 0;
  color: #3a3a3a;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.item-infor .item-charge.top p.mileage {
  font-size: 20px;
  line-height: 30px;
  color: #3a3a3a;
  padding: 0 0 0 40px;
  background: url(../images/icon_mileage.png) no-repeat 0 center;
}
.item-price {
  margin: 25px 0 0 0;
  padding: 17px 0 5px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.price-lst {
  display: flex;
  justify-content: start;
  margin: 0 0 3px 0;
}
.price-lst dt {
  min-width: 96px;
}
.price-lst dt p {
  font-size: 16px;
  line-height: 40px;
  color: #7a7a7a;
}
.price-lst dd {
  padding: 0 0 0 30px;
}
.price-lst dd p {
  font-size: 16px;
  line-height: 40px;
  color: #3a3a3a;
}
.item-price span.select-option {
  position: relative;
  display: block;
  width: 100px;
  height: 38px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
}
.item-price span.select-option button {
  width: 33px;
  height: 38px;
  position: absolute;
  top: 0;
}
.item-price span.select-option button img {
  width: 100%;
  height: 100%;
}
.item-price .btn-minus {
  left: 0;
}
.item-price .btn-plus {
  right: 0;
}
.item-price span.select-option input[type="text"] {
  width: 100%;
  height: 100%;
  line-height: 38px;
  color: #3a3a3a;
  font-size: 16px;
  border: none;
  background: none;
}
.price-lst-total {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 0 0;
}
.price-lst-total dt {
  font-size: 16px;
  line-height: 40px;
  color: #3a3a3a;
}
.price-lst-total dd span {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  color: #3a3a3a;
  letter-spacing: -0.04em;
}

/* 상세페이지 추가 24.04,03 */
.item-txt h4.tit {
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 20px 0;
  color: #3a3a3a;
}
.item-txt ul {
  margin: 0 0 20px 0;
}
.item-txt ul li {
  font-size: 17px;
  line-height: 30px;
  color: #929292;
  text-align: left;
  padding: 0 0 0 10px;
  text-indent: -10px;
  letter-spacing: -0.02em;
}
/* 상세페이지 테이블 */
.product {
  max-width: 100%;
  border: 1px solid #a39d97;
  margin: 10px 0 40px 0;
}
.product th,
.product td {
  line-height: 1.3;
  text-align: center;
  vertical-align: center;
  letter-spacing: -0.02em;
  border-right: 1px solid #cfcece;
  border-bottom: 1px solid #cfcece;
}
.product tr:last-child td {
  border-bottom: none;
}
.product tr th:last-child,
.product tr td:last-child {
  border-right: none;
}
.product th:nth-child(odd),
.product td:nth-child(odd) {
  width: 125px;
}
.product th:nth-child(even),
.product td:nth-child(even) {
  width: 180px;
}
.product thead tr th {
  padding: 10px 0;
  font-size: 18px;
  color: #3a3a3a;
  background: #e0e0e0;
}
.product tbody tr td {
  padding: 7px 0;
  font-size: 16px;
  color: #505050;
}

.item_top .btn_box {
  margin: 40px 0 0 0;
}
.item_top .btn_box button.btn-now-buy-it {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
  background: #650e0e;
}

.item-main-box {
  margin: 80px 0 0 0;
  /* border-top: 2px solid #7a7a7a; */
}

/* 상품 설명 공통 스타일 */
.item-main-box [class^="item"] {
  margin: 20px 0;
}

.item-main-box [class^="item"] h3 {
  font-size: 24px;
  line-height: 30px;
  color: #3a3a3a;
}

.item-main-box .item-tit {
  display: flex;
  position: relative;
  width: 1240px;
  justify-content: space-between;
}

.item-content {
  margin-top: 36px;
  padding: 36px 0;
  border-top: 1px solid #cecece;
}

.item-content > p {
  margin-top: 10px;
  color: #929292;
}

.item-content > p:first-child {
  margin-top: 0;
}

/* 상품 설명 개별 스타일 */

.item-main-box .item-tit button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.item-content .package-content {
  margin: 36px 0 0 0;
  padding-left: 12px;
  color: #929292;
}

.item-content .package-content li {
  margin: 5px 0;
}

.item-content .package-content li::before {
  content: "-";
  margin-right: 10px;
}

.item-content .package-content b {
  font-weight: normal;
  line-height: 24px;
  color: #3a3a3a;
}

.item-content .package-content ul {
  margin: 10px 0 0 0;
}

.item-txt.top {
  border-bottom: 1px solid #cecece;
}
.item-txt {
  padding: 36px 0;
}
.item-txt p.tit {
  font-size: 21px;
  line-height: 30px;
  padding: 0 0 10px 0;
  color: #3a3a3a;
}
.item-txt p {
  font-size: 17px;
  line-height: 28px;
  color: #929292;
  text-align: left;
  letter-spacing: -0.02em;
}

.btn_box_bottom {
  width: 100%;
  padding: 0 0 105px 0;
  margin: 45px auto 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

.btn_box_bottom .btn-value-page {
  border: none;
  outline: none;
  display: block;
  background: #1d1a15;
  color: #ffffff;
  font-size: 22px;
  width: 400px;
  height: 62px;
  line-height: 62px;
}

/* 결제 완료 */
.finish {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 100vh;
}
.finish p {
  width: 100%;
  text-align: center;
  font-size: 36px;
  line-height: 50px;
  color: #1d1a15;
}
.finish p span {
  margin: 0 20px 0 0;
}
.finish .btn_box {
  width: 100%;
  margin: 75px auto 45px;
}
.finish .btn_box button {
  display: block;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 0 140px;
  color: #ffffff;
  font-size: 28px;
  margin: 0 auto;
  background: #650e0e;
}

/* 에러페이지 */
.finish.error p {
  font-size: 26px;
  color: #470a0a;
}
.error #error-message {
  line-height: 2;
  font-size: 36px;
  color: #1d1a15;
}
.finish.error .btn_box {
  margin: 30px auto 30px;
}
/* footer */
footer {
  display: table;
  position: relative;
  width: 100%;
  height: 360px;
  text-align: center;
  background-color: #000;
  table-layout: fixed;
  z-index: 1;
}
.foot_wrap {
  display: table;
  position: relative;
  width: 100%;
}
.inner_footer {
  display: table-cell;
  vertical-align: top;
}

footer .logo_foot {
  margin-top: 65px;
}

footer .logo_foot .link_foot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

footer .logo_foot .link_foot:nth-child(1) {
  top: 6px;
}

footer .logo_foot .link_foot + .link_foot {
  margin-left: 36px;
}

footer .logo_foot .link_foot .img_logo {
  display: inline-block;
  vertical-align: middle;
}

footer .info_foot {
  margin: 55px auto 0;
}
footer .info_foot .info_address,
footer .info_foot .link_g,
footer .info_foot .info_copyright {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #7e7e7e;
  letter-spacing: -0-20em;
  font-style: normal;
}
footer .info_foot .info_address {
  padding-top: 20px;
}
footer .info_foot .info_address .bar_g.type_other {
  background-color: transparent;
}
footer .info_foot .info_copyright {
  padding-top: 15px;
  font-family: "noto-light", sans-serif;
}
footer .info_foot .link_g,
footer .info_foot .link_copyright {
  display: inline-block;
  vertical-align: top;
}
footer .info_foot .link_business {
  margin-left: 5px;
  /* text-decoration: underline; */
}
footer .info_foot .link_copyright {
  color: #7e7e7e;
  font-size: 12px;
  line-height: 18px;
  color: #7e7e7e;
  letter-spacing: -0-20em;
  font-style: normal;
}
footer .list_csmenu li {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  vertical-align: top;
}
footer .list_csmenu li:first-child {
  margin-left: 0;
  padding: 0;
}
footer .list_csmenu li:first-child .link_csmenu::before,
footer .list_csmenu li:first-child .link_csmenu::after {
  content: none;
}
footer .list_csmenu li .link_csmenu {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #e7e7e7;
  font-weight: 300;
}
footer .list_csmenu li #footer_pcgame_policy,
footer .list_csmenu li #footer_age_policy {
  padding: 0 18px 0 0;
  background: url(../images/img_footer_arrow_bottom.png) no-repeat 100% 9px;
}
footer .list_csmenu li::before {
  content: "";
}
footer .list_csmenu li .link_csmenu.emph_g {
  font-weight: 500;
  color: #bc9f72;
}
footer .list_csmenu li .link_grade {
  padding-right: 15px;
}
footer .list_csmenu li:nth-child(2) {
  position: relative;
  font-weight: 400;
}
footer .list_csmenu li .link_csmenu::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -16px;
  width: 3px;
  height: 3px;
  background: #e7e7e7;
  border-radius: 2px;
}

/* 쿠키 설정 안내 팝업 */
#cookie_setting_information {
}
#cookie_setting_information .pop_container .pop_wrap .popup_inner {
  vertical-align: bottom;
  padding: 5px 5px;
  text-align: left;
}
#cookie_setting_information .text_box {
  position: relative;
  display: inline-block;
  width: 530px;
  height: 363px;
  margin: 0;
  padding: 0;
  border: none;
  background: url(../images/bg_cookie_row.png) no-repeat center 0;
  background-size: 530px 363px;
}
#cookie_setting_information .text_inner {
  padding: 21px 10px 10px 10px;
}
#cookie_setting_information .text_box .cookie_title {
  width: 100%;
  height: 70px;
  background: url(../images/bg_cookie_title.png) no-repeat center 100%;
  background-size: 419px 36px;
}
#cookie_setting_information .cookie_title > p {
  font-size: 28px;
  line-height: 35px;
  color: #1d1a15;
  font-weight: 500;
  padding: 0 0 35px 0;
  text-align: center;
}
#cookie_setting_information .cookie_title > p::before {
  display: none;
}
#cookie_setting_information .text_inner .txt_area {
  height: 186px;
  overflow: hidden;
}
#cookie_setting_information .text_inner .txt_area .inner_txt_area {
  overflow-y: auto;
  width: 470px;
  height: 100%;
  padding: 0 10px 5px 10px;
}
#cookie_setting_information .text_inner .txt_area p {
  display: block;
  position: relative;
  width: 440px;
  font-size: 14px;
  color: #504431;
  text-align: left;
  line-height: 22px;
  padding: 0 0 0 13px;
  letter-spacing: -0.04em;
}
#cookie_setting_information .text_inner .txt_area p::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #504431;
  transform: rotate(45deg);
  /* border-radius: 1px; */
}
#cookie_setting_information .text_inner .txt_area p.point {
  margin: 5px 0;
  font-size: 16px;
  color: #1d1a15;
  font-weight: 600;
  letter-spacing: -0.04em;
}
#cookie_setting_information .text_inner .txt_area p.point::before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #1d1a15;
  transform: rotate(45deg);
  /* border-radius: 1px; */
}
#cookie_setting_information .btn_box {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 45px;
  padding: 20px 0 0 0;
  margin: 0;
}
#cookie_setting_information .btn_box .btn {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  letter-spacing: -0.04em;
  padding: 0 17px;
  text-align: center;
  margin: 0 8px;
  border: none;
}
#cookie_setting_information .btn_box .btn_red {
  color: #e3dcd0;
  background: #650e0e;
}
#cookie_setting_information .btn_box .btn_grey {
  color: #e3dcd0;
  background: #575041;
}
#cookie_setting_information .btn_pop_close {
  position: absolute;
  top: 2px;
  right: 20px;
  width: 60px;
  height: 60px;
}

/* 쿠키 설정 팝업 */
#cookie_setting .text_box {
  position: relative;
  display: inline-block;
  width: 530px;
  height: 550px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(../images/bg_cookie_long.png) no-repeat center 0;
  background-size: 530px 550px;
}
#cookie_setting .pop_container .pop_wrap .popup_inner {
  vertical-align: bottom;
  padding: 5px 5px;
  text-align: left;
}
#cookie_setting .text_inner .txt_area {
  width: 470px;
  overflow: hidden;
  height: 456px;
  padding: 0 13px;
}
#cookie_setting .text_inner .txt_area .inner_txt_area {
  overflow: auto;
  height: 100%;
}
#cookie_setting .text_inner {
  padding: 66px 15px 26px 15px;
  background: url(../images/bg_cookie_line.png) no-repeat center 63px;
  background-size: 490px 2px;
}
#cookie_setting .text_inner p {
  display: block;
  position: relative;
  font-size: 13px;
  color: #504431;
  line-height: 1.3;
  text-align: left;
  letter-spacing: -0.045em;
}
#cookie_setting .text_inner p.cookie_tit {
  width: auto;
  margin: 14px 0 6px 0;
  line-height: 26px;
  color: #1d1a15;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 0;
}
#cookie_setting .text_inner p.cookie_tit::before {
  display: none;
  /* border-radius: 1px; */
}
#cookie_setting .cookie_wrap {
  position: relative;
  width: 100%;
}
#cookie_setting .cookie_wrap .check_box {
  position: absolute;
  top: 4px;
  right: 20px;
  width: 44px;
  height: 19px;
}
#cookie_setting .cookie_wrap .check_box label {
  display: block;
  position: relative;
  width: 44px;
  height: 19px;
  background: #beb6a6;
  border-radius: 13px;
  transition: background 0.2s;
}
#cookie_setting .cookie_wrap .check_box label .icon {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 27px;
  width: 13px;
  height: 13px;
  background: #fffffe;
  border-radius: 13px;
  transition: all 0.15s;
}
#cookie_setting .cookie_wrap .check_box input:checked + label {
  background: #907a57;
  transition: background 0.2s;
}
#cookie_setting .cookie_wrap .check_box input:checked + label .icon {
  right: 3px;
  /* background:url(../images/bg_cookie_check_box_on.png) no-repeat center center; */
  transition: all 0.15s;
}
#cookie_setting .btn_pop_close {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 60px;
  height: 60px;
}
#cookie_setting .btn_pop_close img {
  width: 100%;
}
#cookie_setting .btn_box {
  position: absolute;
}

#cookie_setting .cookie_tbl table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 5px 0;
  border-left: 1px solid #cbc3b2;
}
#cookie_setting .cookie_tbl th,
#cookie_setting .cookie_tbl td {
  line-height: 1.4;
  text-align: left;
  padding: 5px;
}
#cookie_setting .cookie_tbl th {
  font-size: 13px;
  background: #1d1a15;
  color: #cbc3b2;
}
#cookie_setting .cookie_tbl td {
  border-right: 1px solid #cbc3b2;
  border-bottom: 1px solid #cbc3b2;
  color: #1d1a15;
  font-size: 12px;
}

/* 게임 정보 확인 팝업 */
#pop_game_info.pop {
  z-index: 9999;
}

#pop_game_info .text_box {
  position: relative;
  display: inline-block;
  width: 600px;
  padding: 30px;
  background: #f0eeea;
  border: 2px solid #6a645b;
}

#pop_game_info .text_inner {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

#pop_game_info .text_inner .tit {
  text-align: center;
  padding: 0 0 20px 0;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #1d1a15;
  font-weight: bold;
}

#pop_game_info .text_inner .info_box {
  margin: 20px 0;
  padding: 15px 0;
}

#pop_game_info .text_inner .info_box dl {
  display: flex;
  justify-content: start;
  width: 560px;
  margin: 0 0 6px 0;
  min-height: 47px;
  background: #f5f5f5;
}
#pop_game_info .text_inner .info_box dl dt {
  width: 140px;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
  letter-spacing: -0.04em;
  background: #c8c4be;
}
#pop_game_info .text_inner .info_box dl dd {
  width: 420px;
  text-align: center;
  font-size: 18px;
  color: #1d1a15;
  line-height: 47px;
  letter-spacing: -0.04em;
}

#pop_game_info .text_inner .info_box dl dd em {
  font-style: normal;
  color: #650e0e;
}

#pop_game_info .text_inner .info_box dl dd span {
  display: inline-block;
  margin-left: 5px;
}

#pop_game_info .text_inner .info_box p.txt-desc {
  margin-top: 36px;
  line-height: 1.6;
  text-align: left !important;
}

#pop_game_info .text_inner .btn_box {
  margin-top: 30px;
}

#pop_game_info .text_inner .btn_box button {
  min-width: 120px;
  height: 40px;
  padding: 0 30px;
  font-size: 18px;
  color: #1d1a15;
  background: #beb6a6;
  border: none;
  margin: 0 5px;
}

#pop_game_info .text_inner .btn_box button.btn-confirm {
  background: #650e0e;
  color: #ffffff;
}

/* 웹 상점 결제 팝업 */
#pop_payment.pop {
  z-index: 1000;
}

#pop_payment.pop .pop_container {
  @media screen and (max-height: 620px) {
    overflow: auto;
  }
}

#pop_payment.pop .payment_info {
  width: 100%;
}

#pop_payment.pop .payment_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

#pop_payment.pop .x_btn {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  display: block;
  color: #3a3a3a;
  width: 5%;
  margin-left: auto;
}

#pop_payment.pop .product_info {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 15px 0;
}

#pop_payment.pop .product_info dl {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  line-height: 1.5;
}

#pop_payment.pop .product_info dt {
  color: #666;
}

#pop_payment.pop .product_info dd {
  font-weight: 500;
}

#pop_payment.pop .product_info .total {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

#pop_payment.pop .total dt,
#pop_payment.pop .total dd {
  font-weight: bold;
  color: #000;
}

#pop_payment.pop .payment_methods {
  margin: 20px 0;
  text-align: left;
}

#pop_payment.pop .method_option {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
}

#pop_payment.pop .kakao_pay {
  padding: 20px 15px 15px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #ffeb00;
  border-radius: 4px;
}

#pop_payment.pop .kakao_pay .kakao_pay_logo {
  height: 14px;
  margin-bottom: 20px;
}

#pop_payment.pop .kakao_pay .kakao_pay_logo img {
  width: auto;
  height: 100%;
}

#pop_payment.pop .kakao_pay .method_option {
  margin-left: 0;
}
#pop_payment.pop .kakao_pay .method_option:last-child {
  margin-top: 10px;
}

#pop_payment.pop .method_option .radio_label {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: top;
}

#pop_payment.pop .method_option .radio_label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fafafa;
  border-radius: 50%;
}

#pop_payment.pop .method_option .radio_label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  margin-top: -1.5px;
  background-color: #202020;
  border-radius: 50%;
  opacity: 0;
}

#pop_payment.pop .method_option input:checked + .radio_label:after {
  opacity: 1;
}

#pop_payment.pop .email-wrap {
  margin: 20px 0;
  text-align: left;
}

#pop_payment.pop .email-wrap label,
#pop_payment.pop .email-wrap input {
  font-size: 14px;
}

#pop_payment.pop .email-wrap label {
  display: block;
  width: 100%;
  height: 22px;
}

#pop_payment.pop .email-wrap input {
  width: 100%;
  padding: 3px 10px;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  text-align: left;
  border-radius: 4px;
}

#pop_payment.pop .agreement_section {
  position: relative;
  margin: 30px 0;
  padding-left: 20px;
}

#pop_payment.pop .agreement_option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

#pop_payment.pop .agreement_option .checkbox_label {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 1;
  vertical-align: top;
  text-align: start;
}

#pop_payment.pop .agreement_option .checkbox_label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fafafa;
}

#pop_payment.pop .agreement_option .checkbox_label::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  background-color: #202020;
  opacity: 0;
}

#pop_payment.pop .agreement_option input:checked + .checkbox_label:after {
  opacity: 1;
}

#pop_payment.pop .payment_button {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background: #650e0e;
  color: #ffffff;
}

/* 라디오 버튼과 체크박스 커스텀 스타일 */
#pop_payment.pop input[type="radio"],
#pop_payment.pop input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}

.btn_mo_guide {
  display: none;
  position: absolute;
}
.btn_mo_guide a img,
.btn_mo_guide a {
  display: block;
  width: 100%;
}
.btn_mo_guide.fixed {
  position: fixed;
}

.mo-enter {
  display: none;
}
@media screen and (max-width: 1280px) {
  .top-float-banner {
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
  .top-float-banner p.txt {
    line-height: 100%;
    text-align: left;
    padding: 0 0 5.555555556vw 4.861111111vw;
    letter-spacing: -0.03em;
  }

  #tab {
    width: 100%;
    padding: 120px 0 100px;
  }
  #tab ul {
    width: 100%;
    left: 35px;
  }
  .tab_content {
    padding: 0 25px 0 25px;
  }
  .tab_content .goods {
    width: 100%;
  }
  .goods_list {
    max-width: 100%;
    justify-content: left;
  }
  .goods_content {
    width: 23.01%;
  }
  .goods_content .img {
    width: 100%;
  }

  .goods_content .img span.label_event {
    width: 6.796875vw;
    height: 6.875vw;
  }
  .goods_content .img span.mileage_5x {
    bottom: 0.9375vw;
    right: 1.484375vw;
    width: 4.921875vw;
    height: 2.5vw;
  }

  #view {
    width: 100%;
    padding: 125px 0 130px 0;
  }
  .item_top {
    width: 98%;
    margin: 0 auto;
  }
  .item_top .item-img {
    width: 49%;
    display: flex;
    align-items: center;
  }
  .item_top .item-img .badge-flag {
    width: 8.616666667vw;
    height: 8.616666667vw;
  }
  .item_top .item-img span.label_event {
    width: 9.6875vw;
    height: 9.84375vw;
  }
  .item_top .item-img span.mileage_5x {
    bottom: 1.09375vw;
    right: 1.09375vw;
    width: 6.796875vw;
    height: 3.59375vw;
  }
  .item_top .item-img span.label_bonus {
    width: 9.765625vw;
    height: 9.84375vw;
  }
  .item_top .item-infor {
    width: 48%;
  }

  .item-main-box {
    margin: 80px 35px 37px 35px;
  }

  .item-main-box .item-tit {
    width: 100%;
  }

  .btn_box_bottom {
    padding: 0 0 72px 0;
  }

  .left_float_banner {
    overflow: hidden;
    position: static;
    top: none;
    bottom: none;
    width: 100%;
    height: 18.055555556vw;
    max-width: 100%;
    max-height: 130px;
    display: flex;
    justify-content: center;
    background: #1d1a15;
    margin: 0;
    padding: 0;
  }
  .left_float_banner a.btn_go_notice {
    width: 100%;
    height: 18.055555556vw;
    max-width: 720px;
    max-height: 130px;
    margin: 0 auto;
    background: url(../images/left_float_banner_m.png) no-repeat top center;
    background-size: auto 100%;
  }
  .left_float_banner a.btn_game_guide {
    position: static;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0;
    padding: 0 40px;
    line-height: 75px;
    display: none;
  }

  .btn_mo_guide {
    display: block;
    position: absolute;
    bottom: 260px;
    right: 35px;
    width: 84px;
    z-index: 500;
  }

  .btn_mo_guide.fixed {
    bottom: 130px;
  }
}

@media screen and (max-width: 1080px) {
  .goods_content {
    width: 31.1%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 900px) {
  .mo-enter {
    display: block;
  }
  .goods_content {
    width: 31.1%;
    margin-right: 0.75%;
  }
  .left_float_banner a.btn_game_guide {
    position: static;
    left: auto;
    bottom: auto;
    width: auto;
    font-size: 2.916666667vw;
    line-height: 10.416666667vw;
    padding: 0 5.555555556vw;
    margin: 0;
  }

  /* 상세페이지 테이블 */
  .product {
    border: 1px solid #a39d97;
    margin: 30px 0 40px 0;
  }
}

@media screen and (max-width: 780px) {
  .pop .pop_container .pop_wrap .popup_inner {
    padding: 3.472222222vw;
  }
  .pop .pop_container .pop_wrap .popup_inner .text_box {
    display: inline-block;
    min-width: 50vw;
    padding: 4.166666667vw 2.777777778vw;
    background: #f0eeea;
    border: 0.277777778vw solid #918f8b;
  }
  .pop#pop_payment .pop_container .pop_wrap .popup_inner .text_box {
    min-width: 80vw;
    padding: 4.166666667vw;
  }
  .pop .pop_container .pop_wrap .popup_inner .text_box p.tit {
    font-size: 2.916666667vw;
    line-height: 4.166666667vw;
    padding: 0 0 2.777777778vw 0;
    text-align: center;
    font-weight: 600;
  }
  .pop .pop_container .pop_wrap .popup_inner .text_box p {
    text-align: center;
    color: #1d1a15;
    font-size: 2.5vw;
    font-weight: normal;
  }
  .pop .pop_container .pop_wrap .popup_inner .text_box .btn_box {
    margin: 4.166666667vw auto 0;
  }

  .pop .pop_container .pop_wrap .popup_inner .text_box .btn_box button {
    display: inline-block;
    min-width: 25vw;
    height: 5.555555556vw;
    line-height: 5.555555556vw;
    padding: 0 4.166666667vw;
    margin: 0 2.083333333vw;
    font-size: 2.5vw;
    text-align: center;
    color: #1d1a15;
    background: #beb6a6;
    outline: none;
    border: none;
    border-radius: 0;
  }

  /* 인증팝업 */
  #cauthenticatePop .text_box {
    position: relative;
    display: inline-block;
    width: 77.777777778vw;
    /* height:63.888888889vw; */
    padding: 2.777777778vw 4.166666667vw 5.555555556vw 4.166666667vw;
    margin-top: -6.944444444vw;
    border: 0.277777778vw solid #6a645b;
    background: #f0eeea;
  }
  #cauthenticatePop .text_box .text_inner {
    position: relative;
    padding: 4.166666667vw 0 0 0;
    min-height: 15.833333333vw;
  }
  #cauthenticatePop .text_box .text_inner p.tit {
    text-align: center;
    padding: 0 0 2.777777778vw 0;
    font-size: 3.333333333vw;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #1d1a15;
    font-weight: bold;
  }
  #cauthenticatePop .text_box .text_inner p {
    width: 100%;
    line-height: 3.611111111vw;
    font-size: 2.5vw;
    text-align: center;
    color: #1d1a15;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #cauthenticatePop .char_infor_box {
    width: 100%;
    margin: 4.166666667vw 0;
  }
  #cauthenticatePop .text_box .text_inner dl {
    display: flex;
    justify-content: start;
    width: 77.777777778vw;
    margin: 0 0 0.833333333vw 0;
    min-height: 6.527777778vw;
    background: #f5f5f5;
  }
  #cauthenticatePop .text_box .text_inner dl dt {
    width: 19.444444444vw;
    line-height: 6.527777778vw;
    text-align: center;
    font-size: 2.5vw;
    color: #1d1a15;
    line-height: 6.527777778vw;
    letter-spacing: -0.04em;
    background: #c8c4be;
  }
  #cauthenticatePop .text_box .text_inner dl dd {
    width: 58.333333333vw;
    text-align: center;
    font-size: 2.5vw;
    color: #1d1a15;
    line-height: 6.527777778vw;
    letter-spacing: -0.04em;
  }
  #cauthenticatePop .input_box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #cauthenticatePop .input_box input {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 2.5vw;
    color: #1d1a15;
    line-height: 6.527777778vw;
    letter-spacing: -0.02em;
    border: none;
    outline: none;
    background: transparent;
  }

  #cauthenticatePop .input_box input::placeholder {
    text-align: center;
    font-size: 2.5vw;
    color: #1d1a15;
    line-height: 6.527777778vw;
  }
  #cauthenticatePop .input_box input::-moz-placeholder {
    text-align: center;
    font-size: 2.5vw;
    color: #1d1a15;
    line-height: 6.527777778vw;
  }
  #cauthenticatePop .input_box input::-webkit-input-placeholder {
    text-align: center;
    font-size: 2.5vw;
    color: #1d1a15;
    line-height: 6.527777778vw;
  }
  #cauthenticatePop .number_checked_infor {
    width: 100%;
    text-align: right;
  }
  #cauthenticatePop .number_checked_infor a {
    display: inline-block;
    text-align: right;
    font-size: 2.222222222vw;
    line-height: 3.333333333vw;
    letter-spacing: -0.04em;
    color: #470a0a;
    border-bottom: 0.277777778vw solid #650e0e;
  }
  #cauthenticatePop .text_box .text_inner .btn_box {
    width: 100%;
    padding: 4.166666667vw 0 0 0;
  }
  #cauthenticatePop .text_box .btn_box button.btn {
    display: inline-block;
    min-width: 25vw;
    height: 5.555555556vw;
    line-height: 5.555555556vw;
    padding: 0 4.166666667vw;
    margin: 0 2.083333333vw;
    font-size: 2.5vw;
    text-align: center;
    color: #1d1a15;
    background: #beb6a6;
    outline: none;
    border: none;
    border-radius: 0;
  }
  #cauthenticatePop .text_box .btn_box button.btn-pop-close {
    display: inline-block;
    background: #c8c4be;
    outline: none;
    border: none;
    border-radius: 0;
  }
  #cauthenticatePop .text_box .text_inner .btn_box {
    width: 100%;
    padding: 4.861111111vw 0 0 0;
  }
  /* 결제 내역 조회 팝업 */
  /*#paymentHistoryPop {*/
  /*  z-index: 300;*/
  /*  left: 0;*/
  /*}*/
  #paymentHistoryPop.actived {
    z-index: 300;
  }
  #paymentHistoryPop .text_box {
    width: 77.777777778vw;
    padding: 2.777777778vw 4.166666667vw 5.555555556vw 4.166666667vw;
    margin-top: -6.944444444vw;
    border: 0.277777778vw solid #6a645b;
  }
  #paymentHistoryPop .text_box .text_inner {
    padding: 4.166666667vw 0 0 0;
    min-height: 15.833333333vw;
  }
  #paymentHistoryPop .text_box .text_inner p.tit {
    padding: 0 0 2.777777778vw 0;
    font-size: 3.333333333vw;
    line-height: 100%;
    letter-spacing: -0.04em;
  }
  #paymentHistoryPop .history_infor_box {
    margin: 4.166666667vw 0;
  }
  #paymentHistoryPop .text_box .text_inner dl {
    width: 77.777777778vw;
    margin: 0 0 0.833333333vw 0;
    min-height: 6.527777778vw;
  }
  #paymentHistoryPop .text_box .text_inner dl dt {
    width: 19.444444444vw;
    line-height: 6.527777778vw;
    font-size: 2.5vw;
    line-height: 6.527777778vw;
  }
  #paymentHistoryPop .text_box .text_inner dl dd {
    width: 58.333333333vw;
    font-size: 2.5vw;
    line-height: 6.527777778vw;
  }
  #paymentHistoryPop .text_box .btn-check {
    margin-left: 0.7vw;
    padding: 0 1.5vw 0.2vw;
    border-radius: 5px;
    font-size: 2.4vw;
    color: #ffffff;
    background-color: #650e0e;
  }
  #paymentHistoryPop .text_box .text_inner .btn_box {
    padding: 4.166666667vw 0 0 0;
  }
  #paymentHistoryPop .text_box .btn_box button.btn {
    min-width: 25vw;
    height: 5.555555556vw;
    line-height: 5.555555556vw;
    padding: 0 4.166666667vw;
    margin: 0 2.083333333vw;
    font-size: 2.5vw;
  }

  #listSelct {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 6.527777778vw;
    text-align: center;
    background: url(../images/icon_arrow_bottom.png) no-repeat 95% center;
    background-size: 3.055555556vw 1.805555556vw;
  }
  #listSelct .list-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 6.527777778vw;
    font-size: 2.5vw;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    border: none;
    background: none;
    outline: none;
    border: none;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0vw !important;
  }
  #listSelct .list-select option {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    font-size: 2.5vw;
    color: #1d1a15;
    line-height: 6.527777778vw;
    letter-spacing: -0.04em;
  }
  .agr_checkBox {
    height: 5vw;
    line-height: 5vw;
  }
  .agr_checkBox label {
    padding: 0 0 0 4.166666667vw;
  }
  .agr_checkBox label .box {
    display: block;
    position: absolute;
    top: 0.972222222vw;
    left: 0;
    width: 3.055555556vw;
    height: 3.333333333vw;
    background-size: cover;
  }
  .agr_checkBox input:checked + label .box {
    position: absolute;
    top: 0.972222222vw;
    left: 0;
    width: 3.055555556vw;
    height: 3.333333333vw;
    background-size: cover;
  }
  .agr_checkBox label .tit {
    font-size: 2.916666667vw;
    letter-spacing: -0.04em;
  }

  header {
    min-height: 13.888888889vw;
  }
  .header_wrap {
    height: 13.888888889vw;
    max-height: 100px;
  }
  header h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  header h1 a {
    width: 18.888888889vw;
    height: 13.888888889vw;
    max-width: 136px;
    max-height: 100px;
    background: url(../images/rom_logo_kr.png) no-repeat center center;
    background-size: 100% auto;
  }
  header h1 img {
    width: 14.027777778vw;
  }
  .btn-gnb-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 16.666666667vw;
    height: 13.888888889vw;
    background: transparent;
  }

  .btn-gnb-menu img {
    width: 100%;
    height: 100%;
  }
  .gnb_wrap {
    position: fixed;
    top: 13.888888889vw;
    left: -100%;
    width: 77.777777778vw;
    height: 100vh;
    transition: all 0.5s ease;
    z-index: 0;
  }
  .gnb_wrap.open {
    left: 0;
    transition: all 0.5s ease;
    z-index: 500;
  }
  .inner_gnb {
    overflow: hidden;
    position: relative;
    width: 77.777777778vw;
    height: calc(100vh - 13.888888889vw);
    padding: 13.888888889vw 0 0 0;
    background: #0f0f0f;
  }
  .gnb_wrap ul {
    display: block;
    width: calc(100% - 5.555555556vw);
    padding: 0 0 2vw 5.555555556vw;
    border-bottom: 0.277777778vw solid #373737;
  }
  .gnb_wrap ul li {
    text-align: left;
    padding: 5.555555556vw 0;
  }
  .gnb_wrap ul li a {
    height: 5.555555556vw;
    line-height: 5.555555556vw;
    font-size: 5.555555556vw;
  }

  .view .top_banner {
    display: none;
  }
  .top_banner {
    /* height: 55.555555556vw; */
    height: 33.33333vw;
    padding-top: 13.888888889vw;
  }
  .top_banner .inner_top_baneer_box {
    background: url(../images/top_banner_webstore_m.png) no-repeat center 0;
    background-size: cover;
  }
  .top_banner .inner_top_baneer_box img {
    display: none;
  }
  .top_banner .inner_top_baneer_box {
    height: 100%;
  }
  .top-float-banner p.txt {
    font-size: 4.166666667vw;
  }

  h2.tit_info {
    display: block;
    margin: 13.888888889vw 0 0 0;
  }
  #tab {
    width: 100%;
    padding: 45px 0 13.888888889vw 0;
  }
  #tab ul {
    width: calc(100% - 70px);
    height: 10.416666667vw;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    margin: 0 auto 6.944444444vw;
  }
  #tab ul li {
    width: 33.3333%;
    height: 10.138888889vw;
    line-height: 10.138888889vw;
    padding: 0;
    font-size: 3.888888889vw;
    text-align: center;
  }
  #tab ul a {
    width: auto;
    height: 100%;
    line-height: 10.138888889vw;
  }
  .tab_content {
    width: calc(100% - 70px);
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .tab_content .goods {
    width: 100%;
  }
  .goods_list {
    justify-content: space-between;
  }
  .goods_content {
    width: 48%;
    margin: 0 0 6.944444444vw 0;
  }
  .goods_content .img {
    width: 100%;
    height: 52.083333333vw;
  }
  .goods_content .img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .goods_content .img img {
    max-width: 60%;
    width: auto;
    object-fit: cover;
  }
  .goods_content .img span.label_event {
    width: 12.083333333vw;
    height: 12.222222222vw;
  }
  .goods_content .img span.mileage_5x {
    bottom: 1.388888889vw;
    right: 2.083333333vw;
    width: 12.083333333vw;
    height: 6.111111111vw;
    background: url(../images/icon_mileage@5.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: none;
  }
  .goods_content .btn_box {
    height: 9.722222222vw;
  }
  .goods_content .btn_box button {
    height: 9.722222222vw;
    line-height: 9.722222222vw;
    font-size: 3.055555556vw;
  }
  .goods_content .infor_box .desc,
  .goods_content .infor_box .desc span {
    font-size: 21;
    line-height: 1.3;
  }
  .goods_content .infor_box .charge {
    font-size: 4.583333333vw;
    line-height: 100%;
  }
  .goods_content .infor_box .mileage {
    height: 4.166666667vw;
    line-height: 4.166666667vw;
    margin: 1.111111111vw 0 0 0;
    padding: 0.833333333vw 0 0.833333333vw 6.944444444vw;
    font-size: 3.888888889vw;
    background: url(../images/icon_mileage_m.png) no-repeat 0 center;
    background-size: 5.555555556vw 5.555555556vw;
  }
  .goods_content .btn-detail-view {
    width: 9.722222222vw;
    height: 9.722222222vw;
    background: url(../images/icon-more-view_m.png) no-repeat center center;
    background-size: 5vw 5vw;
  }

  #view {
    width: 100%;
    padding: 0 0 13.888888889vw 0;
  }
  #view h2.tit_info {
    display: block;
    width: 100%;
    height: 13.888888889vw;
    line-height: 13.888888889vw;
    text-align: center;
    font-size: 3.333333333vw;
    color: #ffffff;
    background: #1d1a15;
  }
  .item_top {
    position: relative;
    width: calc(100% - 70px);
    display: block;
    margin: 0 auto;
    padding: 17.361111111vw 0 0 0;
  }
  .item_top .item-img {
    width: 100%;
    height: 45.833333333vw;
    display: flex;
    align-items: center;
  }
  .item_top .item-img span.label_event {
    width: 12.083333333vw;
    height: 12.222222222vw;
    background: url(../images/label_event.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: none;
  }
  .item_top .item-img span.mileage_5x {
    bottom: 2.083333333vw;
    right: 2.361111111vw;
    width: 13.055555556vw;
    height: 6.527777778vw;

    background: url(../images/icon_mileage@5.png) no-repeat 0 0;
    background-size: 100% 100%;
    display: none;
  }
  .item_top .item-img span.label_bonus {
    /* width: 17.361111111vw;
    height: 17.5vw; */
    background: url(../images/label_bonus.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .item_top .item-infor {
    width: 100%;
  }
  .item-infor .item-charge.top {
    padding: 3.472222222vw 0 0 0;
  }
  .item-infor .item-charge.top p {
    height: 40px;
    line-height: 40px;
    font-size: 3.888888889vw;
  }
  .item-infor .item-charge.top p.mileage {
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 6.944444444vw;
    font-size: 3.611111111vw;
    background: url(../images/icon_mileage_m.png) no-repeat 0 center;
    background-size: 5.555555556vw 5.555555556vw;
  }
  .item-infor .item-name {
    position: absolute;
    top: 5.555555556vw;
    left: 0;
    line-height: 11.111111111vw;
    font-size: 4.722222222vw;
  }
  .price-lst dt p,
  .price-lst dd p {
    font-size: 3.194444444vw;
  }
  .price-lst dd {
    padding: 0 0 0 4.166666667vw;
  }
  .price-lst dt {
    min-width: 25vw;
  }
  .item-price {
    margin: 3.472222222vw 0 0 0;
    padding: 3.472222222vw 0 2.083333333vw 0;
  }
  .price-lst {
    margin: 0 0 2.777777778vw 0;
  }
  .price-lst-total {
    padding: 4.861111111vw 0 0 0;
  }
  .price-lst-total dt {
    font-size: 3.055555556vw;
    color: #7a7a7a;
  }
  .price-lst-total dd span {
    font-size: 4.444444444vw;
    line-height: 5vw;
  }
  .item-price span.select-option {
    width: 20.833333333vw;
    height: 8.333333333vw;
  }
  .item-price span.select-option button {
    width: 6.944444444vw;
    height: 8.333333333vw;
  }
  .item-price span.select-option button img {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.944444444vw;
    height: 6.944444444vw;
    vertical-align: top;
    margin: 0.694444444vw 0 0 0;
  }
  .item-price span.select-option input[type="text"] {
    font-size: 3.333333333vw;
  }
  .item_top .btn_box {
    margin: 2.777777778vw 0 0 0;
  }
  .item_top .btn_box button.btn-now-buy-it {
    height: 12.777777778vw;
    line-height: 12.777777778vw;
    font-size: 3.333333333vw;
  }
  .item-main-box {
    width: calc(100% - 70px);
    margin: 8.333333333vw auto 10vw;
  }
  .item-txt p {
    font-size: 2.916666667vw;
    line-height: 1.7;
  }

  /* 상품 설명 공통 스타일 */
  .item-main-box [class^="item"] {
    margin: 2.777777778vw 0;
  }

  .item-main-box [class^="item"] h3 {
    font-size: 3.333333333vw;
    line-height: 4.166666667vw;
    color: #3a3a3a;
  }

  .item-main-box .item-tit {
    width: 100%;
  }

  .item-content {
    margin-top: 4.166666667vw;
    padding: 4.166666667vw 0;
  }

  .item-content > p {
    margin-top: 1.388888889vw;
    font-size: 3.333333333vw;
    line-height: 4.166666667vw;
  }

  /* 상품 설명 개별 스타일 */

  .item-content .package-content {
    margin: 4.166666667vw 0 0 0;
    padding-left: 1.388888889vw;
  }

  .item-content .package-content li {
    margin: 0.694444444vw 0;
  }

  .item-content .package-content li::before {
    margin-right: 1.388888889vw;
  }

  .item-content .package-content b {
    font-size: 3.333333333vw;
    line-height: 3.333333333vw;
  }

  .item-content .package-content ul {
    margin: 1.388888889vw 0 0 0;
  }

  .item-content .package-content ul li {
    font-size: 3.333333333vw;
    line-height: 4.166666667vw;
  }

  .item-txt {
    padding: 4.166666667vw 0;
  }
  .item-txt p.tit {
    font-size: 3.333333333vw;
    line-height: 4.166666667vw;
    padding: 0 0 1.388888889vw 0;
  }
  .item-txt p {
    font-size: 3.333333333vw;
    line-height: 4.166666667vw;
    letter-spacing: -0.02em;
  }

  .btn_box_bottom {
    width: 100%;
    padding: 0 0 10.416666667vw 0;
    margin: 4.166666667vw auto 0;
  }

  .btn_box_bottom .btn-value-page {
    font-size: 3.333333333vw;
    width: 11.111111111vw;
    height: 17.361111111vw;
    line-height: 17.361111111vw;
  }

  /* 상세페이지 추가 24.04,03 */

  .item-txt h4.tit {
    font-size: 3.333333333vw;
    line-height: 4.166666667vw;
    padding: 0 0 2.777777778vw 0;
  }
  .item-txt ul {
    margin: 0 0 2.777777778vw 0;
  }
  .item-txt ul li {
    font-size: 2.361111111vw;
    line-height: 4.166666667vw;
    padding: 0 0 0 1.388888889vw;
    text-indent: -1.388888889vw;
  }
  /* 상세페이지 테이블 */
  .product {
    width: 100%;
    margin: 1.388888889vw 0 5.555555556vw 0;
  }
  .product th:nth-child(odd),
  .product td:nth-child(odd) {
    width: 21%;
  }
  .product th:nth-child(even),
  .product td:nth-child(even) {
    width: 29%;
  }
  .product thead tr th {
    padding: 1.388888889vw 0;
    font-size: 2.777777778vw;
  }
  .product tbody tr td {
    padding: 0.972222222vw 0;
    font-size: 2.5vw;
  }

  .btn_box_bottom {
    padding: 0 0 10vw 0;
  }
  .btn_box_bottom .btn-value-page {
    width: 55.555555556vw;
    height: 8.611111111vw;
    line-height: 8.611111111vw;
    font-size: 2.916666667vw;
  }

  .btn_mo_guide {
    bottom: 36.111111111vw;
    right: 4.861111111vw;
    width: 11.666666667vw;
    z-index: 500;
  }

  .btn_mo_guide.fixed {
    bottom: 18.055555556vw;
  }

  /* 결제 완료 */
  .finish p {
    font-size: 5vw;
    line-height: 6.944444444vw;
  }
  .finish p span {
    margin: 0 2.777777778vw 0 0;
  }
  .finish p span img {
    width: 6.944444444vw;
  }
  .finish .btn_box {
    margin: 10.416666667vw auto 6.25vw;
  }
  .finish .btn_box button {
    height: 8.333333333vw;
    line-height: 8.333333333vw;
    padding: 0 19.444444444vw;
    font-size: 3.888888889vw;
  }

  /* footer */
  footer {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #000;
    z-index: 100;
  }
  .foot_wrap {
    table-layout: fixed;
    display: table;
    position: relative;
    width: 100%;
  }
  .inner_footer {
    display: table-cell;
    vertical-align: top;
  }
  footer .info_foot {
    margin: 0 auto 0;
    padding: 0 0 1.944444444vw 0;
  }
  .info_foot .list_csmenu {
    display: flex;
    justify-content: center;
    line-height: 100%;
    padding: 0.555555556vw 0 0 0;
    color: #e7e7e7;
  }
  .info_foot .list_csmenu.bottom {
    padding: 0 0 1.388888889vw 0;
  }
  .info_foot .list_csmenu li {
    display: inline-block;
    padding: 0;
  }
  .info_foot .list_csmenu .link_csmenu {
    display: inline-block;
    padding: 2.083333333vw;
    font-size: 2.5vw;
    color: #e7e7e7;
    font-weight: 300;
    line-height: 1.2;
  }
  .info_foot .list_csmenu .link_csmenu::after {
    display: none;
  }
  footer .info_foot .info_address {
    position: relative;
    display: inline-block;
    font-size: 1.944444444vw;
    line-height: 1.2;
    color: #7e7e7e;
    font-style: normal;
    font-weight: 300;
    padding: 1.388888889vw 0 1.388888889vw 11.111111111vw;
  }

  footer .info_foot .info_address p {
    font-size: 2.25vw;
    line-height: 1.3;
    color: #7e7e7e;
  }
  footer .info_foot .info_address a {
    font-size: 1.944444444vw;
    line-height: 1.3;
    color: #7e7e7e;
    font-style: normal;
    font-weight: 300;
  }
  footer .info_foot .info_address img {
    position: absolute;
    top: 1.75vw;
    left: 0;
    width: 7.638888889vw;
    height: auto;
  }
  footer .logo_foot {
    padding-top: 3.5vw;
    margin: 0;
  }
  footer .logo_foot .link_foot#footer_kg_ci {
    width: 16.805555556vw;
    top: 0.833333333vw;
    margin-right: 2.083333333vw;
  }
  footer .logo_foot .link_foot#footer_xl_ci {
    width: 13.75vw;
  }
  footer .logo_foot .link_foot#footer_kg_ci img,
  footer .logo_foot .link_foot#footer_xl_ci img {
    width: 100%;
    height: auto;
  }
  footer .logo_foot .link_foot {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
  }
  footer .logo_foot .link_foot + .link_foot {
    margin-left: 2vw;
  }
  footer .info_foot .info_copyright {
    display: block;
    font-size: 1.805555556vw;
    line-height: 2.5vw;
    color: #ffffff;
    letter-spacing: -0.025em;
    padding: 1.944444444vw 0;
    font-style: normal;
    opacity: 0.5;
  }

  /* 쿠키 설정 안내 팝업 */
  #cookie_setting_information {
  }
  #cookie_setting_information .pop_container .pop_wrap .popup_inner {
    vertical-align: bottom;
    padding: 0.694444444vw 0.694444444vw;
    text-align: left;
  }
  #cookie_setting_information .text_box {
    position: relative;
    display: inline-block;
    width: 98.611111111vw;
    height: 55.555555556vw;
    margin: 0;
    padding: 0;
    border: none;
    background: url(/common/images/bg_cookie_row.png) no-repeat center 0;
    background-size: 98.611111111vw 55.555555556vw;
  }
  #cookie_setting_information .text_inner {
    padding: 3.472222222vw 2.777777778vw 1.388888889vw 2.777777778vw;
  }
  #cookie_setting_information .text_box .cookie_title {
    width: 100%;
    height: 9.722222222vw;
    background: url(/common/images/bg_cookie_title.png) no-repeat center 100%;
    background-size: 58.194444444vw 5vw;
  }
  #cookie_setting_information .cookie_title > p {
    font-size: 3.888888889vw;
    line-height: 4.861111111vw;
    color: #1d1a15;
    font-weight: 500;
    padding: 0 0 4.861111111vw 0;
    text-align: center;
  }
  #cookie_setting_information .cookie_title > p::before {
    display: none;
  }
  #cookie_setting_information .text_inner .txt_area {
    width: 100%;
    height: 29.166666667vw;
    overflow: hidden;
  }
  #cookie_setting_information .text_inner .txt_area .inner_txt_area {
    overflow-y: auto;
    height: 100%;
    padding: 0 1.388888889vw 0.694444444vw 1.388888889vw;
  }
  #cookie_setting_information .text_inner .txt_area p {
    width: 88.333333333vw;
    display: block;
    position: relative;
    font-size: 2.222222222vw;
    color: #504431;
    text-align: left;
    line-height: 1.4;
    padding: 0 0 0.277777778vw 1.805555556vw;
    letter-spacing: -0.04em;
  }
  #cookie_setting_information .text_inner .txt_area p::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.527777778vw;
    left: 0;
    width: 0.416666667vw;
    height: 0.416666667vw;
    background: #504431;
    transform: rotate(45deg);
    /* border-radius: 0.138888889vw; */
  }
  #cookie_setting_information .text_inner .txt_area p.point {
    margin: 0.972222222vw 0;
    font-size: 3.055555556vw;
    color: #1d1a15;
    font-weight: 600;
    letter-spacing: -0.04em;
  }
  #cookie_setting_information .text_inner .txt_area p.point::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.527777778vw;
    left: 0;
    width: 0.416666667vw;
    height: 0.416666667vw;
    background: #1d1a15;
    transform: rotate(45deg);
    /* border-radius: 0.138888889vw; */
  }
  #cookie_setting_information .btn_box {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 6.25vw;
    padding: 2.777777778vw 0 0 0;
    margin: 0;
  }
  #cookie_setting_information .btn_box .btn {
    display: block;
    height: 6.25vw;
    line-height: 6.25vw;
    font-size: 2.5vw;
    letter-spacing: -0.04em;
    padding: 0 2.361111111vw;
    text-align: center;
    margin: 0 1.111111111vw;
    border: none;
  }
  #cookie_setting_information .btn_box .btn_red {
    color: #e3dcd0;
    background: #650e0e;
  }
  #cookie_setting_information .btn_box .btn_grey {
    color: #e3dcd0;
    background: #575041;
  }
  #cookie_setting_information .btn_pop_close {
    position: absolute;
    top: 0.277777778vw;
    right: 2.777777778vw;
    width: 8.333333333vw;
    height: 8.333333333vw;
  }

  /* 쿠키 설정 팝업 */
  #cookie_setting .text_box {
    position: relative;
    display: inline-block;
    width: 98.611111111vw;
    height: 69.444444444vw;
    padding: 0;
    margin: 0;
    border: none;
    background: url(/common/images/bg_cookie_row.png) no-repeat center 0;
    background-size: 98.611111111vw 69.444444444vw;
  }
  #cookie_setting .pop_container .pop_wrap .popup_inner {
    width: 94.444444444vw;
    vertical-align: bottom;
    padding: 0.694444444vw 0.694444444vw;
    text-align: left;
  }
  #cookie_setting .text_inner .txt_area {
    overflow: hidden;
    width: 94%;
    height: 54.166666667vw;
    padding: 0 2.083333333vw;
  }
  #cookie_setting .text_inner .txt_area .inner_txt_area {
    overflow-y: auto;
    height: 100%;
  }
  #cookie_setting .text_inner {
    padding: 9.166666667vw 2.083333333vw 3.611111111vw 2.083333333vw;
    background: url(/common/images/bg_cookie_line.png) no-repeat center 8.75vw;
    background-size: 68.055555556vw 0.277777778vw;
  }
  #cookie_setting .text_inner p {
    display: block;
    position: relative;
    font-size: 2.5vw;
    color: #504431;
    line-height: 1.3;
    text-align: left;
    letter-spacing: -0.045em;
  }
  #cookie_setting .text_inner p.cookie_tit {
    margin: 2.777777778vw 0 1.388888889vw;
    line-height: 1.5;
    color: #1d1a15;
    font-size: 3.055555556vw;
    font-weight: 500;
    text-align: left;
    padding: 0;
  }
  #cookie_setting .text_inner p.cookie_tit::before {
    display: none;
    /* border-radius: 0.138888889vw; */
  }
  #cookie_setting .cookie_wrap {
    position: relative;
  }
  #cookie_setting .cookie_wrap .check_box {
    position: absolute;
    top: 0.555555556vw;
    right: 2.777777778vw;
    width: 6.111111111vw;
    height: 2.638888889vw;
  }
  #cookie_setting .cookie_wrap .check_box label {
    display: block;
    position: relative;
    width: 6.111111111vw;
    height: 2.638888889vw;
    background: #beb6a6;
    border-radius: 1.805555556vw;
    transition: background 0.2s;
  }
  #cookie_setting .cookie_wrap .check_box label .icon {
    display: inline-block;
    position: absolute;
    top: 0.416666667vw;
    right: 3.75vw;
    width: 1.805555556vw;
    height: 1.805555556vw;
    background: #fffffe;
    border-radius: 1.805555556vw;
    transition: all 0.15s;
  }
  #cookie_setting .cookie_wrap .check_box input:checked + label {
    background: #907a57;
    transition: background 0.2s;
  }
  #cookie_setting .cookie_wrap .check_box input:checked + label .icon {
    right: 0.416666667vw;
    /* background:url(/common/images/bg_cookie_check_box_on.png) no-repeat center center; */
    transition: all 0.15s;
  }
  #cookie_setting .btn_pop_close {
    position: absolute;
    top: 1.388888889vw;
    right: 3.472222222vw;
    width: 8.333333333vw;
    height: 8.333333333vw;
  }
  #cookie_setting .btn_box {
    position: absolute;
  }

  #cookie_setting .cookie_tbl {
    width: 100%;
  }
  #cookie_setting .cookie_tbl table {
    width: 99%;
    border-collapse: collapse;
    margin: 1.388888889vw 0 0.694444444vw 0;
    border-left: 0.2vw solid #beb6a6;
  }
  #cookie_setting .cookie_tbl th,
  #cookie_setting .cookie_tbl td {
    line-height: 1.4;
    text-align: left;
    padding: 0.694444444vw;
  }
  #cookie_setting .cookie_tbl th {
    font-size: 1.805555556vw;
    background: #1d1a15;
    color: #cbc3b2;
  }
  #cookie_setting .cookie_tbl td {
    border-right: 0.2vw solid #beb6a6;
    border-bottom: 0.2vw solid #beb6a6;
    color: #1d1a15;
    font-size: 1.805555556vw;
  }

  /* 게임 정보 확인 팝업 */
  #pop_game_info .text_box {
    position: relative;
    display: inline-block;
    width: 77.777777778vw;
    /* height:63.888888889vw; */
    padding: 2.777777778vw 4.166666667vw 5.555555556vw 4.166666667vw;
    margin-top: -6.944444444vw;
    border: 0.277777778vw solid #6a645b;
    background: #f0eeea;
  }
  #pop_game_info .text_box .text_inner {
    position: relative;
    padding: 4.166666667vw 0 0 0;
    min-height: 15.833333333vw;
  }
  #pop_game_info .text_box .text_inner p.tit {
    text-align: center;
    padding: 0 0 2.777777778vw 0;
    font-size: 3.333333333vw;
    line-height: 100%;
    letter-spacing: -0.04em;
    color: #1d1a15;
    font-weight: bold;
  }
  #pop_game_info .text_box .text_inner p {
    width: 100%;
    font-size: 2.5vw;
    text-align: center;
    color: #1d1a15;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  #pop_game_info .text_box .text_inner .info_box {
    padding: 0;
  }
  #pop_game_info .text_box .text_inner .info_box dl {
    display: flex;
    justify-content: start;
    width: 77.777777778vw;
    margin: 0 auto 0.833333333vw;
    min-height: 6.527777778vw;
    background: #f5f5f5;
  }
  #pop_game_info .text_box .text_inner .info_box dl dt {
    width: 27.444444444vw;
    line-height: 10.527777778vw;
    text-align: center;
    font-size: 2.5vw;
    color: #1d1a15;
    line-height: 6.527777778vw;
    letter-spacing: -0.04em;
    background: #c8c4be;
  }
  #pop_game_info .text_box .text_inner .info_box dl dd {
    width: 50.333333333vw;
    text-align: center;
    font-size: 2.5vw;
    color: #1d1a15;
    line-height: 6.527777778vw;
    letter-spacing: -0.04em;
  }

  #pop_game_info .text_box .text_inner .info_box dl dt span,
  #pop_game_info .text_box .text_inner .info_box dl dd span,
  #pop_game_info .text_box .text_inner .info_box dl dd em {
    font-size: 2.5vw;
  }

  #pop_game_info .text_inner .info_box p.txt-desc {
    margin-top: 6vw;
    line-height: 1.6;
  }

  #pop_game_info .text_box .btn_box [class*="btn-"] {
    display: inline-block;
    min-width: 25vw;
    height: 5.555555556vw;
    line-height: 5.555555556vw;
    padding: 0 4.166666667vw;
    margin: 0 2.083333333vw;
    font-size: 2.5vw;
    text-align: center;
    color: #1d1a15;
    background: #beb6a6;
    outline: none;
    border: none;
    border-radius: 0;
  }
}

@media screen and (max-width: 400px) {
  #tab ul {
    width: calc(100% - 40px);
  }
  .tab_content {
    width: calc(100% - 40px);
  }
  .item_top {
    width: calc(100% - 40px);
  }
  .item-main-box {
    width: calc(100% - 40px);
  }

  .item-infor .item-charge.top p.mileage {
    background-size: 5.555555556vw 5.555555556vw;
  }

  .goods_content .img span.label_bonus {
    width: 40px;
    height: 40px;
  }
  .goods_content .img .badge-flag {
    width: 35px;
    height: 35px;
  }
}

#SendPayForm_id {
  display: none;
}

.txt-desc a {
  color: #ffffff;
  background-color: #650e0e;
  padding: 0 10px 2px;
  border-radius: 5px;
  font-size: 14px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.checkbox_label a{
  margin-left: 5px;
  padding: 0 10px 2px;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  background-color: #650e0e;
}

/* PC환경 이용 정책 팝업 */
#pcgame_policy_pop .txt_policy {
  position: relative;
  display: inline-block;
  width: 630px;
  height: 350px;
  padding:15px 45px;
  background:#e9e6e1;
}
#pcgame_policy_pop .txt_policy p.title{
  font-size:18px;
  line-height: 50px;
  padding:0;
  border-bottom:2px solid #504431
}
#pcgame_policy_pop .txt_policy p{
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.040em;
  text-align: center;
  padding:25px 0;
  color:#1d1a15;
}
#pcgame_policy_pop .txt_policy p a{
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.040em;
  color:#1d1a15;
  font-weight: 600;
}
#pcgame_policy_pop .txt_policy .btn_pop_close {
  position: static;
  text-align: center;
  font-size:16px ;
  letter-spacing: -0.040em;
  width:auto;
  height:30px;
  color:#000000
}
/* 게임이용등급 */
#age_policy_pop.pop .pop_container .pop_wrap .popup_inner {
  vertical-align: bottom;
  padding:50px 50px 95px 50px;
}
#age_policy_pop .txt_policy {
  position: relative;
  display: inline-block;
  width:688px;
  height:138px;
  padding:30px;
  border:1px solid #575041;
  background:#000000;
}
#age_policy_pop .info_txt {
  font-size: 16px;
  color:#e7e7e7;
  line-height: 22px;
  letter-spacing: -0.020em;
  text-align: left;
}
#age_policy_pop .info_txt .point{
  display: inline-block;
  font-size: 16px;
  color:#c34d4b;
  line-height: 22px;
  letter-spacing: -0.020em;
  text-align: left;
  font-weight: 500;
}

#age_policy_pop .age_infor_box {
  border:1px solid #786d57;
  width:500px;
  background:#504431;
  margin:20px 0 0 0;
}

#age_policy_pop .age_infor_box dl {
  width:100%;
  height:22px;
  display: flex;
  border-bottom:1px solid #786d57;
}

#age_policy_pop .age_infor_box dl:last-child{
  border-bottom:none;
}
#age_policy_pop .age_infor_box dt,
#age_policy_pop .age_infor_box dd {
  font-size: 12px;
  height:22px;
  line-height: 22px;
  letter-spacing: -0.020em;
  text-align: left;
  padding:0 0 0 10px;
}
#age_policy_pop .age_infor_box dt {
  position: relative;
  color:#a1998d;
  width:116px;
}

#age_policy_pop .age_infor_box dt::after {
  content:"";
  width:1px;
  height:11px;
  background: #786d57;
  position: absolute;
  top:5px;
  right:0;
}
#age_policy_pop .age_infor_box dd {
  color:#e3dcd0;
  width:122px;
}

#age_policy_pop .age_infor_box dt.left {
  width:81px;
}
#age_policy_pop .age_infor_box dd.left {
  width:140px;
  border-right:1px solid #786d57;
}

#age_policy_pop .txt_policy .foot_age_label {
  position: absolute;
  bottom:35px;
  right:30px;
}

.pop .text_box .text_inner .btn_box {
  width:100%;
  margin:30px auto 0;
  padding:30px 0 10px 0;
}
.pop .text_box .text_inner .btn_box  button{
  display: inline-block;
  height:45px;
  line-height: 45px;
  padding:0 30px;
  font-size: 18px;
  text-align: center;
  color:#1d1a15;
  background:#92856c;
}
.pop .btn_pop_close {
  position: absolute;
  top:0;
  right:0;
  width:60px;
  height:60px;
}