.popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  
  .popup-layer>div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 110;
  }
  
  .popup-box {
    position: absolute;
    top: 5vh;
    left: 50%;
    width: 100%;
    max-width: 1030px;
    z-index: 120;
    transform: translate(-50%, 0);
    border-radius: 15px;
    overflow: hidden;
  }
  
  .popup-title {
    position: relative;
    display: block;
    padding: 0 2rem;
    width: calc(100% - 4rem);
    padding-top: 2px;
    line-height: 60px;
    color: #fff;
    font-size: 1.375rem;
    font-family: 'GyeonggiTitleM';
    font-weight: normal;
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #222222;
  }
  
  .pop-btn-close {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 27px;
    height: 27px;
    background: url('../images/pop-btn-close.png') 50% 50% no-repeat;
    border: none;
    z-index: 10;
  }
  
  .pop-contents {
    padding: 24px 30px 44px;
    max-height: calc(85vh - 4.25rem - 80px);
    background: #363636;
    overflow-y: auto;
  }
  
  .pop-contents::-webkit-scrollbar {
    width: 0.312rem;
  }
  
  .pop-contents::-webkit-scrollbar-thumb {
    width: 0.125rem;
    height: auto;
    background: #999;
  }
  
  .pop-contents::-webkit-scrollbar-track {
    background: #fff;
  }
  
  .pop-board-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    color: #555;
    font-size: 1.125rem;
    font-family: 'SpoqaHanSansNeo-Regular';
    text-align: center;
    background: #efefef;
    border: 1px solid #dadada;
  }
  
  .pop-board-base li+li {
    border-top: 1px solid #f3f3f4;
  }
  
  .pop-board-base li:last-child {
    border-bottom: 1px solid #f3f3f4;
  }
  
  .popup-box .list-pageing>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  
  .popup-box .list-pageing>ul>li>a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #9b9158;
    font-size: 1rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat #222;
    border: 1px solid #736c51;
    border-radius: 5px;
  }
  
  .popup-box .list-pageing>ul>li.act>a,
  .popup-box .list-pageing>ul>li:hover>a {
    color: #fff;
    border-color: #9b9b9b;
  }
  
  .popup-box .btn-pageing-prev {
    margin-right: 15px;
  }
  
  .popup-box .btn-pageing-next {
    margin-left: 15px;
  }
  
  .pop-btns-base {
    text-align: center;
  }
  
  .pop-btns-base button {
    display: inline-block;
    width: 210px;
    height: 50px;
    color: #fff;
    font-size: 1.125rem;
    font-family: 'GyeonggiTitleM';
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat, linear-gradient(#4066a9 50%, #3d6498 50.1%);
    border: none;
  }
  
  .pop-board-base li.list-none {
    line-height: 58px;
    height: 58px;
    color: #aaaaaa;
    text-align: center;
    font-family: 'SpoqaHanSansNeo-Regular';
  }
  
  .pop-list-del {
    color: #b08e63;
    font-size: 1rem;
    font-family: 'SpoqaHanSansNeo-Regular';
    padding-bottom: 1px solid #b08e63;
    background: none;
    border: none;
  }
  
  /* notice */
  .pop-notice-list .pop-board-title span:first-child {
    width: 80%;
  }
  
  .pop-notice-list .pop-board-title span:nth-child(2) {
    width: 20%;
  }
  
  .pop-board-notice li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    font-size: 1.125rem;
    font-family: 'SpoqaHanSansNeo-Regular';
  }
  
  .pop-board-notice li.current p,
  .pop-board-notice li:hover p {
    background: #f7f7f7;
    cursor: pointer;
  }
  
  .pop-board-notice li>p>span:first-child {
    padding-left: 5%;
    width: 75%;
    color: #555;
  }
  
  .pop-board-notice span:nth-child(2) {
    width: 20%;
    text-align: center;
    color: #a6a6a6;
  }
  
  .pop-board-notice li>div {
    display: none;
    padding: 50px 5%;
    width: 90%;
    color: #8e8e8e;
    font-family: 'SpoqaHanSansNeo-Regular';
    border-top: 1px solid #f3f3f4;
  }
  
  .pop-board-notice li>div {
    display: block;
  }
  
  /* mypage */
  .pop-tabs-mypage {
    padding: 0 52px;
    background: linear-gradient(#4a4a4a, #615f5a);
  }
  
  .pop-tabs-m {
      display:none;
  }
  
  .pop-tabs-mypage>ul {
    display: flex;
    align-items: center;
  }
  
  .pop-tabs-mypage li {
    padding: 0 0.75rem 0 0.813rem;
    width: 12.89%;
  }
  
  .pop-tabs-mypage li:first-child {
    padding-left: 0;
  }
  
  .pop-tabs-mypage li+li {
    background: url('../images/popup/tabs-gap.png') left 50% no-repeat;
  }
  
  .pop-tabs-mypage li:last-child {
    padding-right: 0;
  }
  
  .pop-tabs-mypage button {
    width: 100%;
    height: 49px;
    color: #888888;
    font-size: 1rem;
    font-family: 'GyeonggiTitleM';
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
  }
  
  .pop-tabs-mypage button:hover,
  .pop-tabs-mypage button.current {
    color: #fff;
    border-bottom: 3px solid #4772b5;
  }
  
  .pop-tabs-base ul {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .pop-tabs-base li {
    width: 14.81%;
  }
  
  .pop-tabs-base button {
    width: calc(100% - 2px);
    height: 43px;
    color: #888888;
    font-size: 1.125rem;
    font-family: 'GyeonggiTitleM';
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #111;
    border: 1px solid #666;
    ;
  }
  
  .pop-tabs-base button:hover,
  .pop-tabs-base button.current {
    height: 45px;
    color: #fff;
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat, linear-gradient(#4066a9 50%, #3d6498 50.1%);
    border: none;
  }
  
  .pop-mypage {
    background: #fff;
  }
  
  /* game money list */
  .popup-money {
    max-width: 1030px;
    min-height: auto;
  }
  
  .popup-money .title-mypage-money {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.875rem;
    margin-bottom: 0.5rem;
  }
  
  .popup-money .title-mypage-money span {
    padding-left: 0.5rem;
    color: #cccccc;
    font-size: 1.425rem;
    font-family: 'GyeonggiTitleM';
  }
  
  .popup-money .title-mypage-money button {
    width: 80px;
    height: 30px;
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
    font-family: 'Dotum', 'ë‹ì›€';
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #4772b5;
    border: none;
  }
  
  .popup-money .pop-contents {
    padding: 0.75rem 1.25rem 1.25rem;
  }
  
  .popup-money .pop-money-list {
    display: flex;
    justify-content: space-between;
  }
  
  .popup-money .mypage-money-area {
    width: 100%;
    max-width: 620px;
  }
  
  .popup-money .mypage-money-list {
    border-radius: 5px;
    margin-bottom: 0.75rem;
    overflow: hidden;
  }
  
  .popup-money .mypage-money-list>div {
    max-height: 620px;
    background:#fff;
    overflow-y: auto;
  }
  
  .popup-money .mypage-money-list>div::-webkit-scrollbar {
    width: 0.912rem;
  }
  
  .popup-money .mypage-money-list>div::-webkit-scrollbar-thumb {
    width: 0.912rem;
    height: auto;
    background: #4772b5;
  }
  
  .popup-money .mypage-money-list>div::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  
  .popup-money .mypage-money-list table {
    width: 100%;
    font-size: 0.875rem;
    font-weight: bold;
    color: #999;
    font-family: 'Dotum', 'ë‹ì›€';
  }
  
  .popup-money .mypage-money-list td {
    height: 2.188rem;
    background: #fff;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
  }
  
  .popup-money .mypage-money-list tr:nth-child(2n) td {
    background: #f0f0f0;
    border-left: none;
    border-right: none;
  }
  
  .popup-money .mypage-money-list td:first-child {
    width: 52px;
    text-align: center;
  }
  
  .popup-money .mypage-money-list td:nth-child(2) {
    width: 34px;
    text-align: center;
  }
  
  .popup-money .mypage-money-list td:nth-child(3) {
    padding-left: 1.813rem;
  }
  
  .popup-money .mypage-money-list td:last-child {
    text-align: right;
  }
  
  .popup-money .mypage-money-list td:last-child span {
    padding-right: 0.875rem;
  }
  
  .popup-money .mypage-money-list td:last-child span.list-service-check {
    display:inline-block;
    padding:0;
    width:70px;
    line-height:2.188rem;
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:0.875rem;
    font-family:'Dotum', 'ë‹ì›€';
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat #909090;
  }
  
  .popup-money .icon-casino {
    display: inline-block;
    width: 27px;
    height: 23px;
    background: url('../images/popup/icon-casino.png') 50% 50% no-repeat;
    opacity: 0.3;
  }
  
  .popup-money .icon-slot {
    display: inline-block;
    width: 27px;
    height: 23px;
    background: url('../images/popup/icon-slot.png') 50% 50% no-repeat;
    opacity: 0.5;
  }
  
  .popup-money .icon-casino.act,
  .popup-money .icon-slot {
    opacity: 1;
  }
  
  .popup-money .mypage-total-money {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.125rem;
    width: calc(100% - 2.375rem);
    height: 38px;
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #222222;
    border: 1px solid #736c51;
    border-radius: 5px;
  }
  
  .popup-money .mypage-total-money span {
    font-size: 1rem;
    font-family: 'Dotum', 'ë‹ì›€';
    color: #fff;
    font-weight: bold;
  }
  
  .popup-money .mypage-total-money span:first-child {
    color: #9b9158;
  }
  
  .popup-money .pop-momey-move {
    width: 100%;
    max-width: 440px;
    margin-left: 1.25rem;
  }
  
  .popup-money .money-move-area {
    padding: 21px 20px 37px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .popup-money .money-move-area select {
    padding-left: 0.75rem;
    width: 100%;
    height: 40px;
    color: #666666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/popup/icon-gray-select.png') 96.5% 50% no-repeat #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .popup-money .money-move-area input {
    padding-left: 0.75rem;
    width: calc(81.00% - 1px);
    height: 38px;
    color: #666666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .popup-money .money-move-area .move-game {
    margin-bottom: 15px;
  }
  
  .popup-money .money-move-area .move-money {
    margin-bottom: 19px;
  }
  
  .popup-money .btns-request-money {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  .popup-money .btns-request-money a {
    display: inline-block;
    width: 76px;
    line-height: 33px;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat #222;
    border:1px solid #000;
  }
  
  .popup-money .money-move-area .move-money p:nth-child(2) {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 11px;
  }
  
  .popup-money .money-move-area .move-money button {
    width: 20%;
    height: 40px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #4772b5;
    border: none;
  }
  
  .popup-money .money-move-area .after-move-money {
    margin-bottom: 20px;
  }
  
  .popup-money .money-move-area .move-notice {
    margin-bottom: 16px;
  }
  
  .popup-money .money-move-area .move-notice {
    padding: 12px 15px 15px;
    background: #fff8f8;
    border: 1px solid #ffa1a1;
  }
  
  .popup-money .money-move-area .move-notice p {
    line-height: 1.125rem;
    font-size: 0.75rem;
    color: #999;
    font-family: 'Dotum', 'ë‹ì›€';
  }
  
  .popup-money .money-move-area .move-notice p:first-child {
    padding: 0;
    line-height: 100%;
    font-size: 0.875rem;
    color: #ea0000;
    margin-bottom: 0.25rem;
  }
  
  .popup-money .money-move-area div>p:first-child {
    padding-left: 7px;
    line-height: 25px;
    color: #666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
  }
  
  .popup-money .money-move-area .btn-move-money button {
    display: block;
    width: 100%;
    max-width: 210px;
    height: 50px;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitleM';
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat, linear-gradient(#4066a9 50%, #3d6498 50.1%);
    border: none;
    letter-spacing: 0.25px;
    margin: 0 auto;
  }
  
  /* charge / excharge */
  .pop-money-request {
    padding: 15px 20px 30px;
  }
  
  .pop-request-area {
    padding: 30px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    margin-bottom: 29px;
  }
  
  .pop-money-request .pop-money-notice {
    padding: 0.625rem 1rem 0.875rem;
    line-height: 18px;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: #fff8f8;
    border: 1px solid #ffa1a1;
    margin-bottom: 0.625rem;
  }
  
  .pop-money-request .pop-money-notice p {
    color: #ea0000;
    margin-top: 18px;
  }
  
  .pop-money-request .pop-money-notice p:first-child {
    margin-top: 0;
  }
  
  .pop-money-request .pop-money-notice >div p {
    margin:0;
    line-height:1.5rem;
  }
  
  .pop-money-request .pop-money-notice li {
    color: #666;
  }
  
  /* charge table */
  .pop-charge-request {
    display: block;
  }
  
  .pop-charge-request table {
    width: calc(100% - 2px);
    border: 1px solid #c3c3c3;
    border-bottom: none;
  }
  
  .pop-charge-request th {
    padding: 1.25rem 1.25rem 0 0;
    width: calc(16.60% - 1.25rem);
    font-size: 0.875rem;
    color: #666;
    text-align: right;
    vertical-align: top;
  }
  
  .pop-charge-request th i {
    color: #ea0000;
  }
  
  .pop-charge-request td {
    padding: 10px 0 9px;
    width: 39.29%;
  }
  
  .pop-charge-request td select {
    padding-left: 0.75rem;
    width: 100%;
    height: 35px;
    color: #666666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/popup/icon-gray-select.png') 96.5% 50% no-repeat #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .pop-charge-request td input {
    padding-left: 0.75rem;
    width: calc(100% - 0.875rem);
    height: 34px;
    color: #666666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .pop-charge-request td textarea {
    padding: 1rem;
    width: calc(100% - 4.5rem);
    height: 76px;
    line-height: 1.25rem;
    color: #666;
    font-size: 0.875rem;
    background: #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .pop-charge-request td textarea::-webkit-scrollbar {
    width: 0.312rem;
  }
  
  .pop-charge-request td textarea::-webkit-scrollbar-thumb {
    width: 0.125rem;
    height: auto;
    background: #999;
  }
  
  .pop-charge-request td textarea::-webkit-scrollbar-track {
    background: #f6f6f6;
  }
  
  .pop-charge-request .bouns-sel-charge {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap:1.5rem;
  
      padding-left:5%;
      width: 95%;
  }
  
  .pop-charge-request .bouns-sel-charge-rvg {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap:0;
  
      padding-left:5%;
      width: 95%;
      min-height:35px;
  }
  
  .bouns-type-radio input[type="radio"]:checked,
  .bouns-type-radio input[type="radio"]:not(:checked) {
    display: none;
  }
  
  .bouns-type-radio input[type="radio"]:checked+span,
  .bouns-type-radio input[type="radio"]:not(:checked)+span {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-size: 0.875rem;
  }
  
  .bouns-type-radio input[type="radio"]:checked+span:before,
  .bouns-type-radio input[type="radio"]:not(:checked)+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }
  
  .bouns-type-radio input[type="radio"]:checked+span:before {
    border: 2px solid #4772b5;
    border-radius: 100%;
  }
  
  .bouns-type-radio input[type="radio"]:checked+span:after,
  .bouns-type-radio input[type="radio"]:not(:checked)+span:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #4772b5;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .bouns-type-radio input[type="radio"]:not(:checked)+span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  .bouns-type-radio input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  
  .bouns-txt-set {
      font-size:14px;
      font-weight:bold;
      color:#777;
      line-height:2rem;
      margin-left:-5%;
  }
  
  .bouns-txt-set > span {
      color:#ea0000;
  }
  
  .pop-charge-request .bouns-sel-charge select {
      width:50%;
      margin-left:auto;
  }
  
  .pop-charge-request td:nth-child(3) {
    padding-left: 0.625rem;
    width: calc(44.11% - 0.625rem);
    color: #666666;
    font-size: 0.875rem;
  }
  
  .pop-charge-request .pop-charge-txt > span {
      color: #d92323;
      font-weight: bold;
  }
  
  .pop-charge-request .pop-charge-bouns > span {
      display:block;
      line-height:1rem;
  }
  
  .pop-charge-request tr+tr th,
  .pop-charge-request tr+tr td {
    border-top: 1px solid #cccccc;
  }
  
  .pop-charge-request .pop-charge-money {
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  
  .pop-charge-request .pop-charge-money>input {
    width: calc(80% - 1px);
    border-right: none;
  }
  
  .pop-charge-request .pop-charge-money>button, .pop-charge-request tr:nth-child(2) td:nth-child(3)>button {
    width: 20%;
    height: 35px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #114594;
    border: none;
  }
  
  .pop-charge-request .btns-request-money {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  
  .pop-charge-request .btns-request-money a {
    display: inline-block;
    width: 76px;
    line-height: 35px;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat #222;
  }
  
  .pop-bank-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 1.438rem;
    height: 2.25rem;
    line-height: 18px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: #333;
    bordeR: 1px solid #111;
  }
  
  .pop-request-outer th {
    min-width: 152px;
  }
  
  .pop-request-outer .line-request-outer td {
    padding-bottom: 0;
  }
  
  .pop-request-outer .btn-copy-adr {
    width: 96px;
    height: 35px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #4772b5;
    border: none;
  }
  
  .pop-request-outer .txt-rquest-outer {
    padding-top: 0.425rem;
    font-size: 0.75rem;
    color: #ea0000;
    border-top: none;
  }
  
  .pop-request-outer .btn-check-coin {
    width: 176px;
    height: 35px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat #222;
    border: none;
  }
  
  .pop-request-outer .txt-timer {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 35px;
    color: #666666;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: -0.5px;
    vertical-align: top;
    margin-left: 0.625rem;
  }
  
  .pop-request-outer .txt-timer>i {
    width: 1.125rem;
    height: 1rem;
    background: url('../images/popup/icon-timer.png') 50% 50% no-repeat;
  }
  
  /* excharge table */
  .pop-excharge-request {
    display: block;
  }
  
  .pop-excharge-request table {
    width: calc(100% - 2px);
    border: 1px solid #c3c3c3;
    border-bottom: none;
  }
  
  .pop-excharge-request th {
    padding: 1.25rem 1.25rem 0 0;
    min-width: 152px;
    width: calc(16.60% - 1.25rem);
    font-size: 0.875rem;
    color: #666;
    text-align: right;
    vertical-align: top;
  }
  
  .pop-excharge-request th i {
    color: #ea0000;
  }
  
  .pop-excharge-request td {
    padding: 10px 0 9px;
    width:calc(100% - 16.60%);
  }
  
  .pop-excharge-request td select {
    padding-left: 0.75rem;
    width: 100%;
    height: 35px;
    color: #666666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/popup/icon-gray-select.png') 96.5% 50% no-repeat #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .pop-excharge-request td input {
    padding-left: 0.75rem;
    width: calc(100% - 0.875rem);
    height: 33px;
    color: #666666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .pop-excharge-request td textarea {
    padding: 1rem;
    width: calc(100% - 4.5rem);
    height: 126px;
    line-height: 1.25rem;
    color: #666;
    font-size: 0.875rem;
    background: #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .pop-excharge-request td textarea::-webkit-scrollbar {
    width: 0.312rem;
  }
  
  .pop-excharge-request td textarea::-webkit-scrollbar-thumb {
    width: 0.125rem;
    height: auto;
    background: #999;
  }
  
  .pop-excharge-request td textarea::-webkit-scrollbar-track {
    background: #f6f6f6;
  }
  
  .pop-excharge-request td:nth-child(3) {
    padding-left: 0.625rem;
    width: calc(44.11% - 0.625rem);
    color: #666666;
    font-size: 0.875rem;
  }
  
  .pop-excharge-request tr+tr th,
  .pop-excharge-request tr+tr td {
    border-top: 1px solid #cccccc;
  }
  
  .pop-excharge-request .pop-charge-money {
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  
  .pop-excharge-request .pop-charge-money>input {
    width: calc(74% - 1px);
    border-right: none;
  }
  
  .pop-excharge-request .pop-charge-money>button {
    width: 26%;
    height: 35px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #4772b5;
    border: none;
  }
  
  .pop-excharge-request .btns-request-money {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  
  .pop-excharge-request .btns-request-money a {
    display: inline-block;
    width: 76px;
    line-height: 35px;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat #222;
  }
  
  .pop-excharge-request .pop-excharge-bank select {
    width: 45%;
  }
  
  .pop-excharge-request .pop-excharge-bank input {
    width: calc(47% - 2px);
    margin-left: 6px;
  }
  
  .pop-request-outer .line-request-outer td {
    padding-bottom: 0;
  }
  
  .pop-request-outer .btn-copy-adr {
    width: 96px;
    height: 35px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #4772b5;
    border: none;
  }
  
  .pop-request-outer .txt-rquest-outer {
    padding-top: 0.425rem;
    font-size: 0.75rem;
    color: #ea0000;
    border-top: none;
  }
  
  .pop-request-outer .btn-check-coin {
    width: 176px;
    height: 35px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat #222;
    border: none;
  }
  
  .pop-request-outer .txt-timer {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 35px;
    color: #666666;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: -0.5px;
    vertical-align: top;
    margin-left: 0.625rem;
  }
  
  .pop-request-outer .txt-timer>i {
    width: 1.125rem;
    height: 1rem;
    background: url('../images/popup/icon-timer.png') 50% 50% no-repeat;
  }
  
  .popup-money-history .pop-contents {
    padding: 1.25rem 1.25rem 1.875rem;
  }
  
  .pop-list-base>div {
    border-radius: 5px;
    overflow: hidden;
  }
  
  .pop-list-base table {
    width: 100% !important;
    max-width:100%;
    border-radius:5px;
    overflow:hidden;
  }
  
  .pop-list-base thead {
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat #222222;
    border-radius: 5px;
    box-shadow:inset 0 0 1px 1px #736c51;
  }
  
  .pop-list-base tbody.board-list {
    background:#fff;
  }
  
  .pop-list-base th {
    height: 43px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
  }
  
  .pop-list-base th:first-child {
    border-radius: 5px 0 0 5px;
  }
  
  .pop-list-base th:last-child {
    border-radius: 0 5px 5px 0;
  }
  
  .pop-list-base td {
    height: 38px;
    line-height: 38px;
    color: #999;
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    background: #fff;
  }
  
  .pop-list-base tbody tr:first-child td {
    border-top: none;
  }
  
  .pop-list-base tbody tr:first-child td:first-child {
    border-radius: 5px 0 0 0;
  }
  
  .pop-list-base tbody tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
  }
  
  
  .pop-icon-bitcoin {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url('../images/icon-bitcoin.svg') 50% 50% no-repeat;
    background-size: contain;
    vertical-align: top;
  }
  
  .popup-momey-history .money-outer-type {
    padding-right: 12px;
    color: #c60400;
    font-size: 12px;
  }
  
  .popup-coupon-history th:first-child,
  .popup-coupon-history td:first-child {
    padding-left: 20px;
  }
  
  .popup-coupon-history th:last-child,
  .popup-coupon-history td:last-child {
    padding-right: 10px;
  }
  
  .popup-change-info .change-info-area {
    padding: 1.875rem;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2.188rem;
  }
  
  .popup-change-info .change-info-area table {
    width: 100%;
    font-family: 'Doutn', 'ë‹ì›€';
    border: 1px solid #c3c3c3;
  }
  
  .popup-change-info .change-info-area th {
    padding-right: 1.125rem;
    height: 4.313rem;
    color: #666666;
    text-align: right;
  }
  
  .popup-change-info .change-info-area th i {
    color: #ea0000;
  }
  
  .popup-change-info .change-info-area td {
    text-align: left;
  }
  
  .popup-change-info .change-info-area td input {
    padding: 0 1rem;
    width: 100%;
    max-width: 366px;
    height: 2.375rem;
    border: 1px solid #ccc;
    background: #f6f6f6
  }
  
  .popup-change-info .change-info-area tr+tr th,
  .popup-change-info .change-info-area tr+tr td {
    border-top: 1px solid #c3c3c3;
  }
  
  .popup-change-info .pop-btns-base button {
    width: 440px;
  }
  
  .pop-bouns-list>div+div {
    padding-top: 0.5rem;
    border-top: 1px solid #bea282;
    margin-top: 1.75rem;
  }
  
  .pop-bouns-list .pop-boutns-info table {
    width: 100%;
    color: #666;
    font-weight: bold;
    font-family: 'Dotum', 'ë‹ì›€';
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.5rem;
  }
  
  .pop-bouns-list .pop-boutns-info table th {
    height: 40px;
    background: #dadada;
  }
  
  .pop-bouns-list .pop-boutns-info table th+th {
    border-left: 1px solid #aeaeae;
  }
  
  .pop-bouns-list .pop-boutns-info table td {
    height: 40px;
    text-align: center;
    background: #fff;
  }
  
  .pop-bouns-list .pop-boutns-info table td+td {
    border-left: 1px solid #ccc;
  }
  
  .pop-bouns-list .pop-boutns-info div,
  .pop-coupon-list .pop-boutns-info div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .pop-bouns-list .pop-boutns-info select {
    padding-left: 0.75rem;
    width: 100%;
    max-width: 400px;
    height: 40px;
    color: #666666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/popup/icon-gray-select.png') 96.5% 50% no-repeat #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .pop-bouns-list .pop-boutns-info input,
  .pop-coupon-list .pop-boutns-info input {
    padding: 0 1rem;
    width: calc(100% - 15.25rem);
    max-width:696px;
    height: 38px;
    color: #666666;
    font-size: 0.875rem;
    text-align:right;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: #f6f6f6;
    border: 1px solid #ccc;
  }
  
  .pop-bouns-list .pop-boutns-info button,
  .pop-coupon-list .pop-boutns-info button {
    display: inline-block;
    width: 100%;
    max-width:210px;
    height: 40px;
    color: #fff;
    font-size: 1.125rem;
    font-family: 'GyeonggiTitleM';
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat, linear-gradient(#4066a9 50%, #3d6498 50.1%);
    border: none;
  }
  
  
  .pop-bouns-list .title-sub,
  .pop-coupon-list .title-sub {
    line-height: 2.625rem;
    padding-left: 0.75rem;
    color: #ccc;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitleM';
  }
  
  .pop-bouns-list .pop-list-base td {
    height: 30px;
  }
  
  .popup-point-history td.space {
      display:none;
      }
  
  /* coupon */
  .pop-coupon-list tr:nth-child(2n-1) td {
      background:#f0f0f0;
  }
  
  .btn-use-coupon {
      display: inline-block;
      width: 100px;
      height: 30px;
      color: #fff;
      font-size: 0.875rem;
      text-align:center;
      font-weight:bold;
      background: url(../images/popup/bg-putton-white.png) 50% 50% repeat, linear-gradient(#4066a9 50%, #3d6498 50.1%);
      border: none;
      letter-spacing:-0.5px;
  }
  
  .total-coupon-money {
      display:flex;
      align-items: center;
      justify-content: space-between;
  
      padding:0 1.125rem;
      height:50px;
  
      background: url(../images/popup/bg-putton-white.png) 50% 50% repeat #222222;
      border-radius: 5px;
      box-shadow: inset 0 0 1px 1px #736c51;
      margin-top:0.75rem;
  }
  
  .total-coupon-money span {
      color:#fff;
      font-weight:bold;
  }
  
  .total-coupon-money span:first-child {
      color:#9b9158;
  }
  
  /* customer service */
  .pop-list-customer td {
    height: 30px;
    cursor:pointer;
    text-align:center;
  }
  
  td.list-customer-none,
  td.list-customer-none:hover {
    color: #999;
    background: #f0f0f0;
    border-radius:5px !important;
  }
  
  .pop-list-customer td.list-customer-title {
    padding-left: 0.5rem;
    text-align: left;
  }
  
  .pop-list-customer td a {
    display: block;
    width: 100%;
    color: #999;
  }
  
  .pop-list-customer tr.con td {
      color: #9b9158;
    background: #111;
  }
  
  .pop-list-customer td.list-view {
    border-color: #333 !important;
  }
  
  .pop-list-customer td.list-view pre {
    display: block;
    padding: 20px 53px;
    max-height: 234px;
    height: 234px;
    line-height: 1.125rem;
    color: #ccc;
    font-family: 'Dotum', 'ë‹ì›€';
    text-align: left;
    white-space:pre-wrap;
    background: #333 !important;
    border: none;
    overflow-y: auto;
  }
  
  .pop-list-customer td.list-view pre::-webkit-scrollbar {
    width: 0.912rem;
  }
  
  .pop-list-customer td.list-view pre::-webkit-scrollbar-thumb {
    width: 0.912rem;
    height: auto;
    background: #4772b5;
  }
  
  .pop-list-customer td.list-view pre::-webkit-scrollbar-track {
    background: #222;
  }
  
  .pop-list-customer td.list-question pre {
    height: 120px;
  }
  
  .pop-list-customer td.list-answer {
    border-color: #d8d6d6 !important;
  }
  
  .pop-list-customer td.list-view pre + pre {
    height: 234px;
    color: #666666;
    background: #d8d6d6 !important;
  }
  
  .pop-list-customer td.list-view pre + pre::-webkit-scrollbar {
    width: 0.912rem;
  }
  
  .pop-list-customer td.list-view pre + pre::-webkit-scrollbar-thumb {
    width: 0.912rem;
    height: auto;
    background: #4772b5;
  }
  
  .pop-list-customer td.list-view pre + pre::-webkit-scrollbar-track {
    background: #343434;
  }
  
  .pop-question .pop-btns-base {
    padding-top: 1.25rem;
  }
  
  .pop-question .pop-btns-base button {
    width: 400px;
  }
  
  .pop-question tr:nth-child(4n-1) td
   {
      background:#f0f0f0;
  }
  
  .pop-write {
    padding-top: 0.875rem;
  }
  
  .pop-page-back {
    text-align: right;
    margin-bottom: 0.875rem;
  }
  
  .pop-page-back button {
    width: 138px;
    height: 38px;
    color: #fff;
    font-size: 1rem;
    font-family:'GyeonggiTitleM';
    text-align: center;
    letter-spacing:1px;
    background: url(../images/popup/bg-putton-white.png) 50% 50% repeat #222222;
    border-radius: 5px;
    border: 1px solid #9b9b9b;
  }
  
  .pop-question-write {
    padding: 1.375rem 1.875rem 2.125rem;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 0.5rem;
  }
  
  .pop-question-write p {
    padding: 8px 0 0 11px;
    line-height: 1.425rem;
    color: #666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    margin-bottom: 0.125rem;
  }
  
  .pop-question-write input {
    padding: 0 0.75rem;
    width: calc(100% - 1.625rem);
    height: 2.375rem;
    color: #666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    margin-bottom: 1rem;
  }
  
  .pop-question-write input::placeholder {
    font-weight: bold;
    color: #666;
  }
  
  .pop-question-write textarea {
    padding: 0.75rem;
    width: calc(100% - 1.625rem);
    height: 13.575rem;
    color: #666;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: #f6f6f6;
    border: 1px solid #cccccc;
  }
  
  .pop-question-write textarea::placeholder {
    font-weight: bold;
    color: #666;
  }
  
  .pop-question-write textarea::-webkit-scrollbar {
    width: 0.912rem;
  }
  
  .pop-question-write textarea::-webkit-scrollbar-thumb {
    width: 0.912rem;
    height: auto;
    background: #4772b5;
  }
  
  .pop-question-write textarea::-webkit-scrollbar-track {
    background: #222;
  }
  
  .pop-list-message a{
      display:flex;
  
      width:100%;
      height:100%;
      color:#999;
  }
  
  .pop-list-message td.list-customer-title {
    padding-left: 3rem;
  }
  
  .pop-list-message tr:nth-child(4n-1) td {
      background:#f0f0f0 !important;
  }
  
  .pop-list-message td {
      cursor:default;
  }
  
  .pop-list-message td:last-child > a {
      color:#999;
      width:100%;
      height:100%;
      justify-content:center;
  }
  
  .pop-list-message td:last-child > a:hover {
      color:#bf0000;
      text-decoration:underline;
  }
  
  .pop-list-message td.list-view pre {
    display: block;
    padding: 20px 53px;
    max-height: 250px;
    height: 210px;
    line-height: 1.125rem;
    color: #ccc;
    font-family: 'Dotum', 'ë‹ì›€';
    text-align: left;
    white-space:pre-wrap;
    background: #333 !important;
    border: none;
    overflow-y: auto;
  }
  
  .pop-title-proposal {
    padding-left: 1.5rem;
    line-height: 1.5rem;
    color: #ccc;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitleM';
    margin-bottom: 0.875rem;
  }
  
  .pop-list-base .space,
  .pop-list-base tr:hover .space,
  .pop-list-message tr:nth-child(odd):hover .space{
    height: 5px !important;
    background: none !important;
    border: none !important;
  }
  
  #msg-num {
    padding: 1px 0.625rem 2px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'GyeonggiTitleM';
    font-weight: normal;
    letter-spacing: 1px;
    border: none;
    height: 1.5rem;
    background: #413e3e;
    border-radius: 0.125rem;
  }

  /* login */
  .popup-login {
    max-width: 390px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px #000000a6;
    background:linear-gradient(to bottom,  #23232a 0%,#0f0f0f 100%);
  }
  
  .popup-login .popup-title {
    padding: 25px 0 27px;
    width: 100%;
    background:none;
  }
  
  .popup-login .pop-btn-close {
      opacity:0.5;
  }
  
  .popup-title .popup-logo {
    display: block;
    width: 140px;
    height: 31px;
    font-size:0;
    background: url('../images/sky79-logo.gif') no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  
  .popup-login .pop-contents {
    padding: 23px 40px 40px;
    background:none;
  }
  
  .pop-login-box {
    font-family: 'SpoqaHanSansNeo-Medium';
  }
  
  .pop-login-box>div {
    position: relative;
  }
  
  .pop-login-box>p {
    line-height: 1rem;
    color: #999;
    font-size: 0.875rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.25px;
  }
  
  .pop-login-box>div>input {
    display: block;
    padding: 0 14px 0 54px;
    height: 38px;
    width: calc(100% - 70px);
    color: #666;
    font-size: 0.875rem;
    font-weight: bold;
    background: #222;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #585858;
  }
  
  .pop-login-box>div>input::placeholder {
    color: #666;
    font-weight: bold;
  }
  
  .pop-login-box .icon-user {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 39px;
    height: 38px;
    background: url('../images/popup/icon-user.png') 50% 50% no-repeat;
    border-right: 1px solid #edcfa1;
    filter: grayscale(1);
    opacity: 0.2;
  }
  
  .pop-login-box .icon-lock {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 39px;
    height: 38px;
    background: url('../images/popup/icon-lock.png') 50% 50% no-repeat;
    border-right: 1px solid #edcfa1;
    filter: grayscale(1);
    opacity: 0.2;
  }
  
  .pop-login-box>div:nth-child(2) {
    margin: 21px 0 20px;
  }
  
  .pop-login-box>div:nth-child(3) {
    margin-bottom: 20px;
  }
  
  .pop-login-box .btn-set button+button {
    margin-top: 10px;
  }
  
  .pop-login-box button.btn-login {
    display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitleM';
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat, linear-gradient(#4066a9 50%, #3d6498 50.1%);
    border: none;
    letter-spacing: 0.25px;
  }
  
  .pop-login-box button.btn-sign {
    display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitleM';
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat, linear-gradient(#222222 50%, #1b1b1b 50.1%);
    border: none;
    letter-spacing: 0.25px;
  }
  
  .pop-login-box>p:last-child {
    display: block;
    width: 100%;
    line-height: 100%;
    color: #666666;
    text-align: center;
    font-size: 1.125rem;
    font-family: 'SpoqaHanSansNeo-Regular';
  }
  
  .pop-login-box>p:last-child a {
    color: #b48f5f;
    border-bottom: 1px solid #b48f5f;
    margin-left: 4px;
  }
  
  /* sign */
  .popup-sign-write {
    min-width: auto;
    max-width: 790px;
    border-radius: 5px;
    overflow: hidden;
    background:linear-gradient(to bottom,  #23232a 0%,#0f0f0f 100%);
    box-shadow: 0 0 20px #000000a6;
  }
  
  .popup-sign-write .pop-contents {
    padding:6px 30px 24px;
    background:none;
  }
  
  .popup-sign-write .popup-title {
    padding: 25px 0 27px;
    width: 100%;
    background:none;
  }
  
  /* .popup-sign-write .popup-logo {
    transform: translateX(25px);
  } */
  
  .popup-sign-write .pop-btn-close {
    opacity:0.5;
  }
  
  .popup-sign-write .pop-sign-info>table {
    width: calc(100% - 2px);
    font-size: 0.875rem;
    background:#0000001c;
    border: 1px solid #00000033;
    margin-bottom: 1rem;
  }
  
  .popup-sign-write .pop-sign-info>table th {
    padding: 0 24px 4px 0;
    width: 26.10%;
    color: #ddd;
    text-align: right;
  }
  
  .popup-sign-write .pop-sign-info>table th i {
    color: #ff0000;
  }
  
  .popup-sign-write .pop-sign-info>table td {
    padding: 8px 0 11px;
    width: 36.71%;
  }
  
  .popup-sign-write .pop-sign-info>table td:nth-child(2) {
    width: 37.09%;
  }
  
  .popup-sign-write .pop-sign-info>table td:nth-child(3) {
    padding-left: 18px;
    line-height: 18px;
    color: #9d9d9d;
    font-size: 0.875rem;
  }
  
  .popup-sign-write .pop-sign-info>table tr+tr th,
  .popup-sign-write .pop-sign-info>table tr+tr td {
    border-top: 1px solid #00000033;
  }
  
  .popup-sign-write .pop-sign-info>table td input {
    padding: 0 16px;
    width: calc(100% - 34px);
    height: 38px;
    color: #9c9a9a;
    font-weight: bold;
    background: #000;
    border: 1px solid #2b2b2b;
  }
  
  .popup-sign-write .pop-sign-info .pop-sign-short input {
    max-width: 184px;
  }
  
  .popup-sign-write .pop-sign-info .pop-sign-phone input {
      max-width: 142px;
  }
  
  .popup-sign-write .pop-sign-info .pop-sign-phone button {
      float:right;
      width:100%;
      max-width:86px;
      height: 38px;
      color: #fff;
      font-size: 0.875rem;
      font-family: 'Dotum', 'ë‹ì›€';
      font-weight: bold;
      background: url(../images/popup/bg-putton-gray.png) 50% 50% repeat #2d71c9;
      /* border: 1px solid #db2c2c; */
  }
  
  .popup-sign-write .pop-sign-info .pop-sign-phone span {
      float:right;
      width:100%;
      max-width:86px;
      line-height: 38px;
      color: #fff;
      text-align:center;
      font-size: 0.875rem;
      font-family: 'Dotum', 'ë‹ì›€';
      font-weight: bold;
  }
  
  .popup-sign-write .pop-sign-info .txt-auth-num {
      color:#fff;
      font-size: 0.875rem;
      font-family: 'Dotum', 'ë‹ì›€';
      font-weight: bold;
  }
  
  .popup-sign-write .pop-sign-info>table td select {
    padding-left: 14px;
    width: 100%;
    max-width: 200px;
    height: 40px;
    color: #9c9a9a;
    font-size: 1rem;
    border: 1px solid #2b2b2b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/popup/pop-icon-select.png') 95% 50% no-repeat #000;
    filter:grayscale(1);
  }
  
  .popup-sign-write .pop-sign-info>table td input::placeholder {
      font-size:0;
  }
  
  .popup-sign-write .pop-sign-info .pop-check-overlap {
    display: inline-block;
    width: 26%;
    height: 50px;
    color: #fff;
    font-size: 1.125rem;
    font-family: 'SpoqaHanSansNeo-Regular';
    background: #afa289;
    border: none;
  }
  
  .popup-sign-write .pop-sign-info .pop-check-player {
    display: inline-block;
    width: 26%;
    height: 50px;
    color: #fff;
    font-size: 1.125rem;
    font-family: 'SpoqaHanSansNeo-Regular';
    background: #333333;
    border: none;
  }
  
  .popup-sign-write .pop-sign-info td>p:last-child {
    display: none;
  }
  
  .popup-sign-write .pop-sign-info .btn-set-sign {
    display: block;
    text-align: center;
  }
  
  .popup-sign-write .pop-sign-info .btn-check-friend {
    width: 136px;
    height: 40px;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat #222;
    border: none;
  }
  
  .txt-sign {
      padding:1.125rem 1.425rem;
      color:#9b8d76;
      background:#0000001c;
      border:1px solid #595144;
      margin-bottom:1.625rem;
  }
  
  .txt-sign li {
      font-size:0.875rem;
      line-height:1.425rem;
  }
  
  .txt-sign li:last-child {
      padding-left:0.75rem;
      margin-top:0.625rem;
  }
  
  .popup-sign-write .pop-sign-info .btn-set-sign button {
    display: block;
    width: 100%;
    max-width: 350px;
    height: 60px;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitleM';
    background: url(../images/popup/bg-putton-gray.png) 50% 50% repeat, linear-gradient(#4066a9 50%, #3d6498 50.1%);
    border: none;
    letter-spacing: 0.25px;
    margin: 0 auto;
  }
  
  /* Message */
  .pop-msg-list {
    padding-top: 20px;
  }
  
  .pop-board-msg li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    font-size: 1.125rem;
    font-family: 'SpoqaHanSansNeo-Regular';
  }
  
  .pop-msg-list .pop-board-title span,
  .pop-board-msg li>p span {
    text-align: center;
  }
  
  .pop-board-msg li>p span {
    color: #aaa;
  }
  
  .pop-msg-list .pop-board-title span:first-child,
  .pop-board-msg li>p span:first-child {
    width: 10%;
  }
  
  .pop-msg-list .pop-board-title span:nth-child(2),
  .pop-board-msg li>p span:nth-child(2) {
    width: 42%;
  }
  
  .pop-board-msg li>p span:nth-child(2) a {
    color: #555555;
    font-weight: 400;
  }
  
  .pop-msg-list .pop-board-title span:nth-child(3),
  .pop-board-msg li>p span:nth-child(3) {
    width: 26%;
  }
  
  .pop-msg-list .pop-board-title span:nth-child(4),
  .pop-board-msg li>p span:nth-child(4) {
    width: 12%;
  }
  
  .pop-msg-list .pop-board-title span:nth-child(5),
  .pop-board-msg li>p span:nth-child(5) {
    width: 10%;
  }
  
  .pop-board-msg li>p span:nth-child(5) a {
    color: #b08e63;
    border-bottom: 1px solid #b08e63;
  }
  
  .pop-board-msg li>div {
    display: none;
    padding: 50px 5%;
    width: 90%;
    color: #8e8e8e;
    font-family: 'SpoqaHanSansNeo-Regular';
    background: #f8f7f8;
    border-top: 1px dashed #e0dfe3;
  }
  
  .pop-board-msg li.current>div {
    display: block;
  }
  
  table.pop-title-space thead th{
      height:0;
      border:none;
  }
  
  /* loading view */
  .loading-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    height: calc(100% - 4rem);
    margin-top: 2rem;
  }
  
  .loading-view div:first-child {
    text-align: center;
    margin-bottom: 1.625rem;
  }
  
  .loading-view div:first-child>i.icon-loading {
    display: inline-block;
    z-index: 1;
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #b48f5f;
    width: 8rem;
    height: 8rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .loading-view div:nth-child(2) {
    text-align: center;
    color: #555;
    font-size: 0.875rem;
    font-family: 'SpoqaHanSansNeo-Regular';
  }
  
  .loading-view div:nth-child(2) p:first-child {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.425rem;
  }
  
  .loading-view div:nth-child(2) p:nth-child(2) {
    font-size: 1rem;
  }
  
  /* game list */
  .popup-game-area {}
  
  .pop-game-live,
  .pop-game-hotel,
  .pop-game-slot {
    position: absolute;
    left: 50%;
    top: 0;
    display: flex;
    flex-direction: column;
    width: calc(100% - 2rem);
    max-width: 1550px;
    background-color: #fff;
    overflow: hidden;
    transform: translate(-50%, 0);
    z-index: 120;
  }
  
  .pop-game-live .popup-title,
  .pop-game-hotel .popup-title,
  .pop-game-slot .popup-title {
    padding: 0 2.25rem;
    width: calc(100% - 4.5rem);
    line-height: 100px;
    font-size: 1.875rem;
    background: url("../images/popup/bg-putton-gray.png") 50% 50% repeat #4772b5;
  }
  
  .pop-game-live .pop-btn-close,
  .pop-game-hotel .pop-btn-close,
  .pop-game-slot .pop-btn-close {
    top: 35px;
    right: 35px;
  }
  
  .pop-game-list {
    padding: 20px 30px 40px;
    /* max-height: calc(90vh - 140px); */
    min-height: 75vh;
    overflow-y: auto;
  }
  
  .pop-game-list::-webkit-scrollbar {
    width: 0.312rem;
  }
  
  .pop-game-list::-webkit-scrollbar-thumb {
    width: 0.125rem;
    height: auto;
    background: #999;
  }
  
  .pop-game-list::-webkit-scrollbar-track {
    background: #fff;
  }
  
  .tabs-game-type {
    display: flex;
  
    margin-bottom: 10px;
  }
  
  .pop-game-live .tabs-game-type,
  .pop-game-hotel .tabs-game-type {
  
    margin-bottom: 28px;
  }
  
  .tabs-game-type>button {
    flex: 1;
    height: 3.625rem;
    margin: 0 0.05em;
    color: #4772b5;
    text-align: center;
    font-size: 2.25rem;
    font-family: 'GyeonggiTitleM';
    background: #fff;
    border: 1px solid #457fbb;
  }
  
  .tabs-game-type>button:hover {
    width: calc(50% - 2px);
    color: #fff;
    background: url("../images/popup/bg-putton-gray.png") 50% 50% repeat #4772b5;
    border: none;
  }
  
  .tabs-game-type>button.btn-act {
    width: 50%;
    color: #fff;
    background: url("../images/popup/bg-putton-gray.png") 50% 50% repeat #4772b5;
    border: none;
  }
  
  .pop-thirdparty-list {
    overflow: hidden;
  }
  
  .pop-thirdparty-list>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:20px 2.13%;
  
    padding-right: 14px;
    max-height: 750px;
    overflow-y: auto;
  }
  
  .pop-thirdparty-list>ul::-webkit-scrollbar {
    width: 15px;
  }
  
  .pop-thirdparty-list>ul::-webkit-scrollbar-thumb {
    height: auto;
    background: #4772b5;
  }
  
  .pop-thirdparty-list>ul::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  
  .pop-thirdparty-list>ul>li {
    position: relative;
    width: 25%;
    max-width: 210px;
    background: #1343b3;
    cursor: pointer;
  }
  
  .pop-thirdparty-list>ul .thd-img {
      position:relative;
  }
  
  .pop-thirdparty-list>ul .thd-img > div {
      position:absolute;
      top:0;
      left:0;
  
      display:none;
      justify-content: center;
    align-items: center;
  
      width:100%;
      height:100%;
      background:#00000090;
  }
  
  .pop-thirdparty-list>ul > li:hover .thd-img > div {
      display:flex;
  }
  
  .pop-thirdparty-list>ul .thd-img > div > button {
      display:block;
    width:110px;
    height:50px;
    color:#fff;
    font-size:1rem;
    font-family:'GyeonggiTitleM';
    background:linear-gradient(#4066a9 50%, #3d6498 50.1%);
    border:none;
    letter-spacing:0.25px;
    margin:0 auto;
  }
  
  .pop-thirdparty-list>ul img {
    width: 100%;
  }
  
  .pop-thirdparty-list>ul>li>p {
    padding: 0.425rem 0;
    color: #ffffff;
    text-align: center;
    font-size: 0.875rem;
    font-family: 'SpoqaHanSansNeo-Regular';
  }
  
  .info-thirdparty {
    padding: 18px 0 26px;
    text-align: center;
  }
  
  .info-thirdparty>p {
    color: #fff;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitleM';
  }
  
  .info-thirdparty>p:first-child {
      margin-bottom:0.75rem;
  }
  
  .info-thirdparty>p>span {
      display:block;
      width:80%;
      max-width:150px;
      height:2.625rem;
      background-size:contain;
      margin:0 auto;
  }
  
  .tabs-third-party {
    position: relative;
  }
  
  .tabs-third-party>button {
    display: none;
  }
  
  .tabs-third-party>ul {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
  }
  
  .tabs-third-party>ul>li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .tabs-third-party>ul>li>button {
    display: inline-block;
    padding: 0 27px;
    height: 2.25rem;
    color: #4772b5;
    text-align: center;
    font-size: 1rem;
    font-family: 'GyeonggiTitleM';
    background: #fff;
    border: 1px solid #a4d1ff;
    transition: all 0.1s;
  }
  
  .tabs-third-party>ul>li:hover>button,
  .tabs-third-party>ul>li.tag-list-act>button {
    color: #fff;
    background: url("../images/popup/bg-putton-white.png") 50% 50% repeat #4772b5;
    border: 1px solid #ffffff;
  }
  
  .tabs-third-party>ul>li>button.tag-sel-priority>span.icon-game-priority {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../images/icon-priority-off.png') 50% 50% no-repeat;
    vertical-align: text-top;
    margin-right: 0.25rem;
  }
  
  .tabs-third-party>ul>li:hover>button.tag-sel-priority>span.icon-game-priority,
  .tabs-third-party>ul>li.tag-list-act>button.tag-sel-priority>span.icon-game-priority {
    background: url('../images/icon-priority-on.png') 50% 50% no-repeat;
  }
  
  /* .tabs-third-party>ul>li>button:disabled {
    color: #888;
    background: none;
    border: none;
  } */
  
  .title-slot-type {
    padding-left: 4px;
    line-height: 2.625rem;
    font-size: 1.5rem;
    color: #222;
    font-family: 'GyeonggiTitleL';
  }
  
  .pop-slot-games {
    overflow: hidden;
  }
  
  .pop-slot-games>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 1.75%;
    padding-bottom: 50px;
    padding-right: 14px;
    /* height: calc(45vh - 50px); */
    height: calc(70vh);
    max-height: 700px;
    overflow-y: scroll;
  }
  
  .pop-slot-games>ul::-webkit-scrollbar {
    width: 15px;
  }
  
  .pop-slot-games>ul::-webkit-scrollbar-thumb {
    height: auto;
    background: #4772b5;
  }
  
  .pop-slot-games>ul::-webkit-scrollbar-track {
    background: #e5e5e5;
  }
  
  .pop-slot-games>ul>li {
    width: calc(19.12% - 2px);
    max-width: 263px;
    background: #212121;
    border: 1px solid #d4d4d4;
    cursor: pointer;
  }
  
  .pop-slot-games>ul>li>div>img {
    width: 100%;
  }
  
  .pop-slot-games>ul>li>p {
    padding: 0.425rem 0;
    color: #ffffff;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'SpoqaHanSansNeo-Regular';
  }
  
  .popup-checking {
    max-width: 500px;
    background:#222;
  }
  
  .pop-title-checking {
    padding-top: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .pop-title-checking .icon-checking {
    display: block;
    width: 100%;
    min-height: 100px;
    height: 100%;
    max-height: 100px;
    background: url('../images/icon-checking.svg') 50% 50% no-repeat;
    margin:2rem 0 1rem;
  }
  
  .pop-title-checking>p {
    color: #ed1b23;
    text-align: center;
    font-size: 3.125rem;
    font-weight: 600;
    font-family: 'SpoqaHanSansNeo-Regular';
  }
  
  .pop-checking {
    line-height: 1.5rem;
    padding: 1rem 1.125rem;
    color: #eee;
    font-size: 1rem;
    font-family: 'SpoqaHanSansNeo-Regular';
    background: #363636;
    border-radius: 0.25rem;
    margin:0 1.5rem 1.5rem;
  }
  
  /* event list */
  .pop-event-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
  
    padding:5vh 0;
    height:calc(100% - 10vh);
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y:auto;
  }
  
  .popup-event-set {
    overflow-y:auto;
  }
  
  .pop-bg-event {
    display:none;
  }
  
  .popup-event {
    top:0;
    max-width: 100%;
    height:100%;
    border-radius:0;
  }
  
  .pop-event-list .pop-event-case {
    position: relative;
    width:100%;
    max-width:400px;
  }
  
  .pop-event-list .pop-event-case .btn-close-event {
    position:absolute;
    top:0.875rem;
    right:1rem;
    width:2.5rem;
    height:2.5rem;
    background:url('../images/event/btn-close-event.png') 50% 50% no-repeat #0000006e;
    border:none;
  }
  
  .pop-event-list .pop-event-case img {
    display: block;
    width:100%;
  }
  
  .pop-event-list .pop-event-case .btn-close-day {
    display: block;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitleM';
    background: url('../images/popup/bg-putton-white.png') 50% 50% repeat, linear-gradient(#222222 50%, #1b1b1b 50.1%);
    border: 1px solid #4d4d4d;
    letter-spacing: 0.25px;
  }
  
  .dataTables_wrapper .dataTables_paginate {
      display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  
    padding-top:20px;
  }
  
  .dataTables_wrapper .dataTables_paginate a {
      display:inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #9b9158;
    font-size: 1rem;
    font-family: 'Dotum', 'ë‹ì›€';
    font-weight: bold;
    background: url('../images/popup/bg-putton-gray.png') 50% 50% repeat #222;
    border: 1px solid #736c51;
    border-radius: 5px;
  }
  
  .dataTables_wrapper .dataTables_paginate a.current,
  .dataTables_wrapper .dataTables_paginate a:hover {
    color: #fff;
    border-color: #9b9b9b !important;
  }
  
  .dataTables_wrapper .dataTables_paginate a.previous {
      font-size:0;
      background: url('../images/popup/btn-list.png') 50% 50% no-repeat #222;
  }
  
  .dataTables_wrapper .dataTables_paginate a.next {
      font-size:0;
      background: url('../images/popup/btn-list.png') 50% 50% no-repeat #222;
      transform: scaleX(-1);
  }
  
  .dataTables_wrapper .dataTables_paginate a:hover.previous,
  .dataTables_wrapper .dataTables_paginate a:hover.next{
      background: url('../images/popup/btn-list-over.png') 50% 50% no-repeat #222;
  }
  .dataTables_wrapper .dataTables_paginate >span {
      margin:0 15px;
  }
  
  .dataTables_wrapper .dataTables_paginate >span>a+a {
      margin-left:5px;
  }
  
  /* popup mobile set */
  .sub-title,
  .pop-login-box>p.sign-copy,
  .popup-sign-write .sign-copy,
  .login-logo,
  .mobile-check-friend {
      display:none;
  }
  
  /* alarm popup set */
  
  div:where(.swal2-container).swal2-center>.swal2-popup {
    max-width: 390px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 20px #000000a6;
    background: linear-gradient(to bottom, #23232a 0%,#0f0f0f 100%);
  }
  
  .swal2-icon-show {
    display: block;
    width: 190px;
    height: 28px;
    font-size: 0;
    background: url('../images/sky79-logo.gif') 50% 50% no-repeat;
    margin: 25px auto 27px;
    border-radius:0;
  }
  
  div:where(.swal2-container) .swal2-html-container {
    margin:0 1rem;
  }
  
  .pop-txt-alarm {
    padding: 1.125rem 1.425rem;
    line-height:1.5rem;
    color:#e3e3e3;
    font-family:'NanumBarunGothic';
    background: #0000001c;
    border: 1px solid #292929;
    box-shadow:inset 0 0 10px 0 #00000045;
  }
  
  .pop-txt-alarm .timer {
    margin-top:0.75rem;
  }
  
  .pop-txt-alarm .timer > span {
    color:#ffc800;
  }
  
  div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    display: block;
    width: 200px !important;
    height: 42px;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitleM';
    background:url(../images/popup/bg-putton-gray.png) 50% 50% repeat, linear-gradient(#2c71bb 50%, #2c71bb 50.1%) !important;
    border: none;
    letter-spacing: 0.25px;
  }
  
  div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow:none !important;
  }
  
  /* event attend */
  .pop-title-attend {
      line-height:68px;
      color:#fff;
      font-size:40px;
      text-align:center;
      font-family:'GyeonggiTitleM';
  }
  
  .btns-attend-hisotry {
      text-align:center;
  }
  
  .btns-attend-hisotry > div {
      display:inline-flex;
      align-items: center;
      gap:1.425rem;
  
      padding:0 30px;
      height:50px;
      background:#1c1c1c;
      border-radius:10in;
      margin:0 auto;
  }
  
  .btns-attend-hisotry > div > button {
      background:none;
      border:none;
  }
  
  .btns-attend-hisotry > div > button:first-child {
      width:15px;
      height:15px;
      border:4px solid #a5a5a5;
      border-right:none;
      border-bottom:none;
  
      transform:rotate(-45deg);
  }
  
  .btns-attend-hisotry > div > button:nth-child(2) {
      line-height:100%;
      color:#fff;
      font-size:30px;
      text-align:center;
      font-family:'GyeonggiTitleM';
  }
  
  .btns-attend-hisotry > div > button:last-child {
      width:15px;
      height:15px;
      border:4px solid #a5a5a5;
      border-left:none;
      border-bottom:none;
  
      transform:rotate(45deg);
  }
  
  .notice-attend {
      padding:1.125rem;
      line-height:1.5rem;
      color:#fff;
      font-size:0.875rem;
      background:#1c1c1c;
      border-radius:5px;
      margin-bottom:1.75rem;
  }
  
  .t-attend-area {
      width:100%;
      margin-bottom:1rem;
  }
  
  .t-attend-area > table {
      width:100%;
      height:100%;
  }
  
  .t-attend-area  thead tr:last-child td  {
      padding-top:1rem;
      font-size:1.5rem;
      color:#fff;
      font-family:'GyeonggiTitleM';
  }
  
  .t-attend-area  tbody td {
      padding:0.625rem;
  }
  
  .t-attend-area  tbody span {
      display:inline-flex;
      align-items: center;
      justify-content: center;
  
      width:120px;
      height:120px;
  
      color:#fff;
      font-family:'GyeonggiTitleM';
      font-size:40px;
      background:#5d5d5d;
      border-radius:10in;
      border:1px dashed #fff;
  }
  
  .t-attend-area  tbody span.today {
      padding-bottom:17px;
      width:112px;
      height:95px;
  
      color:#797979;
      background:url('../images/event/txt-attend-to.png') 50% 70% #fff no-repeat;
      border:5px solid #adadad;
  }
  
  .t-attend-area  tbody span.choiceDay {
      padding-bottom:64px;
      width:112px;
      height:48px;
  
      color:#fff;
      font-size:30px;
      background:url('../images/event/txt-attend-choice.png') right bottom #4772b5 no-repeat;
      border:5px solid #d26e6e;
  }
  