@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.anime {
  display: block;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.anime.animated {
  -webkit-animation: fadeInUp .8s forwards;
  animation: fadeInUp .8s forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s
}
#main {
  background-color: #f5f5f5;
}

select {float: none; height: auto}

.alert_wrap {background:#fff; border:1px solid #e1e5ea; }
.alert_wrap .alert_bot p {color:#545454; }
.alert_wrap .btn {background: #C6C7CD; color: #525050;}
.btn.btn_point {background-color: #7438B8; color:#FFFFFF; border-radius: 0;}
.btn.btn_point02 {background:#f59e0b; color:#fff; }
.btn.btn_red {
    background: #FF5E5E;
    color: #fff;
}
.btn.btn_red {
  background: #FF5E5E;
  color: #fff;
}
.btn.btn_blue {
  background-color: #7438B8;
  color: #fff;
}
.txt_skyblue {color:#4DAAA3; font-weight:800; vertical-align:top; }
.txt_blue {color:#4DAAA3; font-weight:800; vertical-align:top; background-color:#C9F5E8; border-radius: 4px; padding: 2px 10px; display: inline!important; height: 28px;}
.txt_red {color:#EE5252; font-weight:800; vertical-align:top; background-color: #FFF0F0; border-radius: 4px; padding: 2px 10px; display: inline!important; height: 28px;}

#tv_chart_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* Make sure it stays above the chart */
  background: transparent;
  display: none;
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.header_right_box .thumb {
  position: relative;
}
.notice_num {
  position: absolute;
  top: -5px;
  right: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
  background-color: #b90000;
  color: #ffffff;
  font-size: 8px;
  font-weight: 500;
}

.cus_bg_red {
  background: #ff6838;
}

.cus_bg_green {
  background: #58bd7d;
}

.cus_text_white {
  color: white;
}

.hidden {
  display: none !important;
}

.btn.btn_point:hover {
    background: #12559e;
}

/* footer */

footer {
  border-top: 1px solid #e4e5e5;
  padding: 0;
}

footer .grid_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

footer .footer_1 {
  padding: 60px 0;
  text-align: start;
}

footer .footer_1 p {
  max-width: 400px;
  line-height: 22px;
}

footer .footer_1 img {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
}

footer .footer_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

footer .footer_2 .footer_item {
  border-left: 1px solid #d1d7d8;
  padding: 60px 0 60px 100px;
}

footer .footer_2 .footer_title {
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
}

footer .footer_2 .footer_sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

footer .footer_2 .footer_sub.bold {
  font-weight: 600;
}

footer .footer_2 img {
  max-width: 220px;
}

/* New design css */

.mobile_show {
  display: none;
}

.pc_show {
  display: block;
}

/* modal */
.modal .modal-content {
  border: 0;
  background-color: #f5f5f5;
}

.modal .modal-content.modal_signin {
  width: 880px;
  height: auto;
  margin: 5% auto;
  padding: 60px 50px 80px 50px;
}

.modal .modal-content.modal_signin .users_wrap {
  width: 100%;
}

.modal .modal_signin .step01 {
  padding-right: 0;
  padding-left: 0;
}

.modal .modal_signin input {
  height: 48px;
  border: 1px solid #c6c9d3;
  background: var(--w-1, #fff);
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
}

.modal .modal_signin input::placeholder {
  color: #cbcbcc;
  font-size: 16px;
  font-weight: 400;
}

.modal .modal_signin input:focus {
  border: 1px solid #7438B8;
}

.modal .modal_signin .signin_title {
  font-size: 32px;
  line-height: 32px;
  color: #1a2640;
  margin-bottom: 10px;
}

.modal .modal_signin .join_wrap .tit {
  font-size: 14px;
  font-weight: 700;
  color: #1a2640;
}

.modal .modal_signin .join_wrap .input_box {
  position: relative;
}

.modal .modal_signin .join_wrap .input_box .overlap_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7438B8;
  color: #fff;
  border-radius: 0 5px 5px 0;
}

.modal .modal_signin .join_wrap > ul > li {
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}

.modal .modal_signin .join_wrap .login_alert {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.modal .modal_signin .login_wrap .join_area .tit .desc {
  font-size: 14px;
  font-weight: 700;
  color: #777e90;
}

.modal .modal_signin .login_wrap .login_alert {
  text-align: left;
}

.modal .modal-content.modal_signin .tel_select {
  height: 48px;
  width: 120px;
  border: 0;
  border-radius: 4px;
  border: 1px solid #c6c9d3;
  margin-right: 10px;
}

.modal .modal-content.modal_signin .phone_box{
  width: 100%;
}

.modal .modal-content.modal_signin .select_box {
  display: flex;
}

.modal .modal-content.modal_signin .prev_btn {
  background-color: #c6c7cd;
  height: 48px;
}

.modal .modal-content.modal_signin .prev_btn span {
  color: #525050;
  font-size: 16px;
  font-weight: 700;
}

.modal .modal-content.modal_signin .n_btn {
  background-color: #9dd4ff;
  color: #313134;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
}

.modal .modal-content.modal_login .login_title {
  font-size: 32px;
  color: #1a2640;
}

.modal .modal-content.modal_login .item_box {
  text-align: left;
  margin-top: 20px;
}

.modal .modal-content.modal_login .item_box input {
  width: 392px;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #c6c9d3;
}

.modal .modal-content.modal_login .item_box button {
  width: 392px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 50px;
  background-color: #7438B8;
}

.modal .modal-content.modal_login .item_box input:focus {
  border: 1px solid #7438B8;
  background-color: #F4EFF9;
}

.modal .modal-content.modal_login .input_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.modal .modal_signin .signin_title {
  width: 160px;
  margin: 0 auto 10px;
}
.modal .modal-content.modal_signin .n_btn {
  width: 100%;
  color: #ffffff;
}
.users_wrap .login_wrap .join_wrap {
  display: flex;
  justify-content: center;
}
#sign_in_layer .modal-content {
  padding: 30px 0 0;
  background-color: #ffffff;
}
.modal .modal-content.modal_signin .users_wrap {
  padding: 0 50px;
  background: #f5f5f5;
}
.users_wrap .login_wrap .tel_input {
  width: 100%;
  margin-left: 0;
}

/* header */

header {
  z-index: 100;
  border: 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

header .header_box {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e8ec;
  background-color: #ffffff;
  position: relative;
  transition: 0.5s;
}

header .header_box .logo .logo_show_on_top {
  display: none;
}

header .header_before_login,
header .header_after_login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.home header .header_box.inner {
  background-color: transparent;
  border: 0;
}

.home header .header_box.inner .logo .logo_show_on_top {
  display: block;
}

.home header .header_box.inner .logo .logo_show_when_scroll {
  display: none;
}

header .header_box.inner:hover {
  background-color: white;
}

header .header_box.inner:hover .dropbtn,
header .header_box.inner:hover .header_right_box p,
header .header_box.inner:hover .header_right button {
  color: #1a2640 !important;
}

header .header_box.inner:hover .logo .logo_show_on_top {
  display: none;
}

header .header_box.inner:hover .logo .logo_show_when_scroll {
  display: block;
}

header .header_box.inner:hover .header_right .login_btn {
  border: 1px solid #696c6f80;
}

.header_left {
  display: flex;
  align-items: center;
}

header button,
header span {
  font-size: 12px;
  font-weight: 700;
}

header .lnb_open img {
  width: 24px;
  height: 24px;
}

.header_left .message_icon {
  width: 24px;
  height: 24px;
  margin: 24px;
}


header .header_right {
  display: flex;
}

header .header_right_box {
  display: flex;
  align-items: center;
}

.header_right_box .flag {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.header_right_box .partner {
  width: 25px;
  height: 25px;
  margin: 0 10px;
}

.header_right .avatar {
  width: 22px;
  height: 22px;
  margin-left: 15px;
  border-radius: 50%;
}

header .header_right button {
  color: #525050;
  padding: 12px 30px;
}

header .header_right.header_login .login_btn {
  background-color: #925bca;
  border-radius: 3px;
  color: #fff;
}

.home header .inner .header_right button {
  color: #ffffff;
}

.home header .inner .header_right .login_btn {
  border: 1px solid #ffffff;
}

header .header_right {
  display: flex;
  align-items: center;
}

header .header_right .num {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

header .header_right .num a {
  display: flex;
  align-items: center;
}

.home header .inner .header_right_box p {
  color: #ffffff;
}

header .header_right_box p {
  font-weight: 700;
  font-size: 14px;
}

header .header_right .num img {
  margin: 0 5px 0 15px;
}

header .header_right .charge img {
  width: 24px;
  height: 24px;
}

header .header_menu {
  margin-left: 20px;
}

header .dropbtn {
  color: #1a2640;
  padding: 16px;
  font-size: 13px;
  border: none;
}

header .dropbtn.avatar {
  padding: 0px !important;
}

header a.dropbtn {
  display: inline-block;
}

header .dropdown {
  display: inline-block;
}

header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #e4e5e5;
}

header .dropdown-content .list-coin a {
  display: flex;
  align-items: flex-start;
  color: #313134;
  border-bottom: 0;
  padding: 10px;
}

header .dropdown-content .list-coin a > div {
  text-align: start;
}

header .dropdown-content .list-coin a p:last-child {
  color: #777e90;
  font-weight: 500;
  font-size: 13px;
}

header .dropdown-content .list-coin a img {
  margin-right: 14px;
}

header .dropdown.log_out_button {
  position: relative;
}

header .dropdown-content.log_out {
  right: 0px;
  min-width: 100px;
  padding: 0 20px;
  background-color: #f5f5f5;
}

header .dropdown-content a {
  display: flex;
  align-items: center;
  color: black;
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 0;
}

header .dropdown .dropdown_icon {
  transition: 0.3s;
  margin-left: 4px;
}
header .dropdown:hover .dropbtn {
  color: #7438B8;
}

header .dropdown-content a:hover {
  background-color: rgba(255, 239, 235, 1);
}

header .dropdown:hover .dropdown-content {
  display: block;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}

header .dropdown:hover .dropdown_icon {
  transform: rotate(180deg);
  color: #7438B8;
}
header .dropdown:hover .dropdown-content.dropdown_coin {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 14px 10px;
}
header .dropdown:hover .dropdown-content .list-coin {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .dropdown-content.dropdown_coin h3 {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  color: #777e90;
}
header .dropdown-content .list-coin a img {
  width: 22px;
  height: 22px;
}
header .dropdown-content .icon_sub_menu {
  margin-right: 8px;
}

@media (min-width: 1536px) {
  .wrapper.list_item_charge {
    width: 270px;
    display: flex;
    justify-content: space-between;
  }
  .wrapper.list_page_customer {
    width: 390px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 20px;
  }
  .wrapper.list_page_customer a {
    min-width: 114px;
  }
  header .dropdown:hover .dropdown-content .list-coin {
    width: 486px;
  }
  header .dropdown:hover .dropdown-content.dropdown_coin {
    padding: 10px;
  }
  header .dropdown-content.dropdown_coin h3 {
    padding: 12px 18px;
    font-size: 16px;
  }
  header .dropdown-content .list-coin a {
    padding: 12px 18px 0;
  }
}

.lnb {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: fixed;
  top: 55px;
  right: -100%;
  bottom: 0;
  width: 100%;
  z-index: 1100;
  background-color: #f5f5f5;
  padding: 30px 0;
  overflow-y: auto;
}

.lnb .info_wrap {
  /*text-align: center;*/
  /*background-image: url(../images/common/info_wrap_bg.png);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
}

.lnb .info_wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #6bb1f0;
}

.lnb .nick-name-mb {
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 18px;
  color: #0b8bee;
  font-weight: 700;
}

.lnb .lnb_logout {
  color: #313134;
  width: 100%;
  padding: 15px 10px;
  background-color: #e7e8ec;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}

.lnb .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lnb .top .nav_close {
  width: 20px;
  height: 20px;
  background: url(../images/common/nav_m_close.png) no-repeat left top;
  background-size: cover;
}

.lnb .lnb_list {
  display: flex;
  flex-direction: column;
}

.lnb .lnb_list .dropdown {
  position: relative;
  display: inline-block;
  margin-left: 35%;
  width: 170px;
  margin-bottom: 25px;
}

.lnb .lnb_list .dropdown_mb {
  width: 100%;
}

.lnb .lnb_list .dropbtn {
  font-size: 18px;
  color: #313134;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 15px 15px 15px 10px;
  background-color: #fff;
  border-radius: 3px;
}

.lnb .lnb_list .dropdown-content {
  display: none;
  margin-top: 10px;
}

.lnb .lnb_list .dropdown-content a {
  color: #444c62;
  font-size: 24px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 200px;
}

.lnb .lnb_list .dropdown-content a:hover {
  color: #00a6ef;
  font-weight: 700;
}

.lnb .lnb_list .dropdown:hover .dropdown-content {
  display: flex;
}

.lnb .lnb_list .dropdown:hover .dropbtn {
  opacity: 0.8;
}


/* sub page */

.charge #content .instructions_box,
.charge #content .instructions_table,
.charge #content .instructions_table tr td,
.charge #content .charge_history_detail table {
  background-color: #fff;
}
.charge #content .inner {
  background-color: transparent;
}

.charge #content table thead tr,
.charge #content .instructions_table tr th {
  background-color: #e7e8ec;
}

.charge #content .instructions_box,
.charge #content .instructions_table {
  border: 0;
}
.charge #content .instructions_box h2 {
  padding-left: 0;
  color: #222;
}
.charge #content .charge_history_detail h3 {
  color: #222;
  font-weight: 700;
}
.charge #content .instructions_table tr td button.active,
.charge #content .instructions_wrap .btn_submit button {
  background-color: #6BB1F0;
}
.charge.exchange
  #content
  .instructions_table
  tr
  td
  .item_input.btn_change_point {
  display: flex;
  align-items: center;
}

.mypage #content .inner {
  background-color: #fff;
}
.mypage #content {
  background-color: transparent;
}

.mypage #content .inner .btn_list button.btn_submit {
  background-color: #7438B8;
}

.mypage #content .inner .btn_list button.btn_submit:hover{
  opacity: 0.8;
}
.mypage #content .item_input {
  height: auto;
}

.mypage .content_wrap {
  padding: 20px 0;
}

.customer #content .page_title {
  border-bottom: 0;
  padding: 0;
}
.customer .list_content .item_content .btn_list button {
  background-color: #7438B8;
}
.customer .list_content .item_content .btn_del button {
  background-color: #f4f6f9;
}

.message #content .list_message .tab_content .txt_desp {
  margin-left: 60px;
}
.message #content .inner {
  background-color: transparent;
}
.message #content .list_message li {
  background-color: #fff;
}
.message .dark-img {
  display: none;
}

.announcement #content .inner {
  background-color: transparent;
}
.announcement .tbl_announcement {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.announcement #content .tbl_announcement thead tr th {
  border-radius: 0 !important;
}
.announcement .dark-img {
  display: none;
}
.announcement #content .tbl_announcement .thumb {
  width: 74px;
  height: auto;
  margin: 0 0 0 auto;
}

.announcement #content .tbl_announcement .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.betting-history #container .betting_history_m {
  display: none;
}
.betting-history #container .content_wrap {
  padding-top: 10px;
}
.betting-history #container .content_wrap .history_tab_wrap {
  text-align: start;
}
.betting-history #container .content_wrap .history_tab_wrap a {
  color: #222;
}
.betting-history #container .content_wrap .history_tab_wrap a.active {
  color: #fff;
}
.betting-history #container table tr th {
  background-color: #e6e8ec;
  color: #777e90;
}
.betting-history #container table tr td {
  background-color: #fff;
}
.betting-history #container .content {
  padding: 20px;
}
.betting-history .search_tab ul li a {background:#D6D9E4; color:#777E90; border-radius: 3px; width: 93px;text-align: center}
.betting-history .search_tab ul li a.active {background:#7438B8; color:#fff}
.betting-history .search_tab .betlist_search .betlist_search_btn{background-color: #D6D9E4; border-radius: 3px !important; color: #777E90}

@media (max-width: 1280px) {
  .mypage #content {
    padding: 0 10px 20px;
  }
  .mypage .content_wrap {
    padding: 0;
  }
  .betting-history #container .betting_history_m {
    display: block;
    margin-bottom: 20px;
  }
  .betting-history #container .betting_history {
    display: none;
  }
  .betting-history #container .content {
    padding: 0px;
  }
  .betting-history #container .content .content_inner {
    padding: 0 5px;
  }
  .message #content .list_message .tab_content .txt_desp {
    margin-left: 6px;
  }
  .announcement #content .tbl_announcement .thumb {
    width: 60px;
    height: 20px;
  }

  /* .charge #content .instructions_wrap .btn_submit button,
  .charge #content .instructions_box h2,
  .charge #content .instructions_box ul li,
  .charge #content .instructions_table tr th,
  .charge #content .instructions_table .btn,
  .charge #content .instructions_table tr td p,
  .charge #content .charge_history_detail h3,
  .charge #content table tr td,
  .charge #content table thead tr th,
  .mypage #content .inner .txt_desp dl dt,
  .mypage #content .inner .txt_desp dl dd,
  .message #content .list_message .tab_content .txt_desp span,
  .message #content .list_message .tab_content .txt_desp p,
  .announcement #content .tbl_announcement tbody tr td a,
  .announcement #content .tbl_announcement tbody tr th,
  .announcement #content .tbl_announcement .status{
    font-size: 10px;
    line-height: 16px;
  } */
}
/* ------ */

#container {
  background-color: #f5f5f5;
}

.home,
.home #container {
  background-color: #fff;
}

#main,
#container {
  padding-top: 75px;
}

#main .content_wrap,
#container .content_wrap {
  min-height: calc(100vh - 350px);
  margin: 0 auto;
}

#container .game_wrap {
  padding: 40px 20px 20px;
}

#container .betting_area {
  overflow: hidden;
}

#container .betting_area .betting_area_bot {
  padding: 20px 0 30px 0;
}

#container .betting_area p {
  font-size: 14px;
}

#container .betting_area .betting_area_top p {
  color: #777e90;
  font-weight: 700;
  line-height: 16px;
}

#container .betting_area .betting_area_top .txt_blue {
  background-color: #4daaa3;
  color: white;
}

#container .betting_area .betting_area_top .txt_red {
  background-color: #ff5e5e;
  color: white;
}

#container .betting_area .betting_area_mid p {
  font-weight: 400;
  color: #23262f;
}

#container .result_area .result_tit {
  background-color: #e7e8ec;
}

.table_type01 {
  overflow: hidden;
}

#container .betting_history table {
  border-radius: 6px;
  overflow: hidden;
}

#container .betting_history .game,
#container .betting_history_m .game{
  font-weight: 700;
}

#container .betting_history table tr td,
#container .betting_history table tr span {
  font-size: 16px;
  color: #313134;
  font-weight: 500;
}

#container .betting_history table tr th {
  border: 0;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

#container .betting_history table tr td {
  border: 0;
  border-bottom: 1px solid #d1d7d8;
  padding: 6px 14px;
  text-align: center;
}
#container .betting_history .bet_buy {
  color: #EE5252;
  border: 1px solid #EE5252;
  border-radius: 3px;
  padding: 2px 10px;
  line-height: 1;
}
#container .betting_history .bet_sell {
  color: #7438B8;
  border: 1px solid #7438B8;
  border-radius: 3px;
  padding: 2px 10px;
  line-height: 1;
}
#container .betting_history .txt_skyblue {
  color: #7438B8;
  font-weight: 800;
  vertical-align: top;
}

#container .betting_history_m {
  padding: 10px;
  background-color: #fff;
}

#container .betting_history_m table {
  margin-bottom: 10px;
}

#container .betting_history_m table tr th {
  border: 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}

#container .betting_history_m table tr td {
  border: 0;
  border-bottom: 1px solid #d1d7d8;
  text-align: center;
  height: 46px;
}

#container .betting_history table tr .name {
  color: #585757;
}

#container .betting_history table tr .entry_price span.turn {
  color: #585757;
}

#container .betting_history table tr .entry_price span.time {
  color: #a4a4a4;
  font-size: 12px;
}

#container .betting_history .text_danger,
#container .betting_history_m .text_danger {
  color: #ee5252;
}

#container .betting_history .text_primary,
#container .betting_history_m .text_primary {
  color: #5eba89;
}

#container .betting_history .betting_history_wrap .betting_history_tit p {
  color: #a4a4a4;
}

#container .betting_area p {
  border-radius: 24px;
  margin: 0 5px;
}

#container .betting_area .betting_area_top {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #e7e8ec;
}

#container .result_area .result_con p:nth-child(1) {
  width: 140px;
}

#container .result_area .result_con p:nth-child(2) {
  width: 140px;
}

#container .search_tab .sort_wrap .btn {
  border-radius: 3px;
}

#container .search_tab ul li a {
  font-size: 14px;
  line-height: 30px;
}

#container .search_tab .betlist_search {
  margin-left: 10px;
}

#container .search_tab .betlist_search .betlist_search_btn,
#container .m_betlist_search .betlist_search_btn {
  height: 30px;
  line-height: 30px;
  border-radius: 24px;
}

#container .betlist_search .betlist_search_date,
#container .m_betlist_search .betlist_search_date {
  border: 1px solid #7438B8;
  border-radius: 3px;
  height: 30px;
}

#container .message_list > ul > li .tit .lv img {
  max-width: 80px !important;
}

#container .message_list > ul > li .message_toggle {
  top: 20px;
}

#container .board_list {
  background-color: #fff;
}

#container .board_list .board_list_con ul li {
  border-bottom: 1px solid #d1d7d82e;
}

#container .board_list .board_list_con ul li img {
  max-width: 100px;
}

#container .board_list .board_list_con ul li p:nth-child(3) {
  text-align: center;
}

#container .money_wrap .btn_wrap {
  justify-content: end;
}

#container .money_wrap .table_type02 table tr td {
  text-align: center !important;
}

#container .money_wrap .table_wrap .txt_r {
  text-align: center !important;
}

#container .premium_wrap {
  margin-top: 10px;
}

#container .premium_wrap table tr th {
  padding: 35px 10px;
}

#container .premium_wrap table tr td {
  text-wrap: nowrap;
  padding: 35px 10px;
  font-size: 14px;
}

#container .premium_wrap table tr td span {
  font-weight: 500;
}

#container .premium_wrap table tr td .name {
  margin-left: 5px;
}

#container .premium_wrap table tr td .danger_color {
  color: #d10000;
}

#container .premium_wrap table tr td .success_color {
  color: #4daaa3;
}

#container .premium_wrap .table_type02 table tr th:first-child {
  text-align: end;
}

#container .premium_wrap .table_type02 table tr th {
  color: #525050;
}

#container .game_wrap .game_top .title {position:relative; font-size:20px; font-weight:600; padding-top:0; color: #313134 }
#container .game_wrap .game_top .desc {width:220px; line-height:17px; font-size:13px; padding: 0px 0 0 10px; }
#container .game_wrap .game_top .title .round {color:#FF7A00; }
#container .game_wrap .game_top .time_wrap {background: transparent; }
#container .game_wrap .game_top .time_wrap .time {color:#FF7A00; margin-top: 5px;}

@media screen and (min-width: 1536px) {
  /* common */
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video,
  input,
  textarea {
    font-size: 14px;
    line-height: 22px;
  }

  #main .content_wrap,
  #container .content_wrap {
    width: 1440px;
  }

  table tr th,
  table tr td {
    font-size: 16px;
  }

  #container input[type="text"],
  #container input[type="password"],
  #container input[type="number"] {
    font-size: 16px;
    height: 36px;
  }

  .btn {
    font-size: 14px;
    width: 110px;
  }

  table tr td .desc,
  table tr td .date {
    font-size: 14px;
  }

  #container .content h3 {
    font-size: 18px;
  }

  .txt_blue,
  .txt_red {
    height: 32px;
  }

  /* header */

  header .dropbtn,
  header .header_right_box p {
    font-size: 13px;
  }

  /* content */

  #container .main_content_wrap .session_1 .session_title {
    font-size: 30px;
  }

  #container .result_area .result_tit,
  #container .money_wrap .caution_wrap h3,
  #container .money_wrap .table_wrap h3,
  #container .message_list > ul > li .con .title,
  #container .message_list > ul > li .con .date,
  #container .board_list .board_list_top span,
  #container .board_list .board_list_con ul li p,
  .users_wrap .login_wrap .overlap_btn,
  .modal .modal-content.modal_signin .n_btn,
  .users_wrap .login_wrap .prev_btn,
  #container .premium_wrap table tr th {
    font-size: 18px;
  }

  #container .betting_area .betting_area_bot div p,
  #container .betting_area p,
  #container .money_wrap .caution_wrap ul li,
  #container .betting_history .betting_history_wrap p span,
  #container .betting_history .betting_history_wrap p,
  #container .customer_list > ul > li .tit .name,
  #container .customer_list > ul > li .question .txt,
  #container .customer_list > ul > li .con .date,
  #container .customer_list > ul > li .con .title,
  #container .customer_list > ul > li .con .txt p,
  #container .customer_list > ul > li .answer .txt,
  .modal .modal-content.modal_login .input_title,
  .modal .modal-content.modal_login .item_box button {
    font-size: 16px;
    line-height: 22px;
  }

  #container .betting_area .betting_area_top p:nth-child(1),
  #container .betting_area .betting_area_top p:nth-child(2) {
    font-size: 14px;
  }

  #container .game_wrap .game_top .title .round{
    font-size: 20px;
  }

  #container .game_wrap .game_top .title{
    font-size: 24px;
  }

  #container .game_wrap .game_top .desc{
    font-size: 14px;
    line-height: 24px;
  }

  #container .game_wrap .game_top .time_wrap .time{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }

  #container .betting_area .betting_area_mid p:nth-child(2) img {
    height: 20px;
  }

  #container .money_wrap .caution_wrap ul li {
    line-height: 32px;
  }

  #container .betting_history .betting_history_wrap .betting_history_con p {
    padding: 0 10px;
  }

  #container
    .betting_history
    .betting_history_wrap
    .betting_history_con
    .bet_sell,
  #container
    .betting_history
    .betting_history_wrap
    .betting_history_con
    .bet_buy {
    padding: 2px 7px;
  }

  #container .betting_history .betting_history_wrap .betting_history_con p {
    line-height: 48px;
  }

  #container .betting_history .betting_history_wrap .rst {
    display: flex;
    align-items: center;
  }

  #container .betting_history_m {
    padding: 10px;
    background-color: #fff;
  }

  #container .search_tab .betlist_search .betlist_search_btn {
    height: 38px;
  }

  #container .search_tab ul li a {
    padding: 5px 12px;
  }
}

@media screen and (max-width: 1279px) {
  #container {
    display: block;
    width: 100%;
    min-height: calc(100vh - 299px);
    padding: 55px 0 0;
    overflow: hidden;
  }
  #main{
    padding-top: 75px;
  }
  .btn {
    font-size: 12px;
    width: 110px;
  }
  .betting-history #container {
    padding-top: 55px;
  }

  #tv_chart_overlay {
    display: block;
  }

  .mobile_show {
    display: block;
  }

  .pc_show {
    display: none;
  }

  .modal .modal-content {
    width: calc(100% - 20px) !important;
    margin: 15% auto !important;
  }

  .modal .modal-content.modal_signin {
    padding: 40px 20px;
  }

  .modal .modal-content.modal_signin .join_wrap {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .users_wrap .login_wrap .step01 .tel_input {
    width: 100% !important;
  }

  .modal .modal-content.modal_signin .signin_title,
  .modal .modal-content.modal_login .login_title {
    font-size: 20px;
    line-height: 32px;
    width: 100%;
    margin: 0 auto;
  }

  .modal .modal-content.modal_signin .login_alert {
    position: relative;
    font-size: 12px;
  }

  .modal .modal_signin .join_wrap > ul > li {
    padding-bottom: 0px;
    margin-bottom: 15px;
  }

  .modal .modal_signin .login_wrap .join_area .tit .desc {
    width: 100%;
    margin-left: 0px;
  }

  .modal .modal-content.modal_login .item_box input,
  .modal .modal-content.modal_login .item_box button {
    width: 300px;
  }
  #sign_in_layer .modal-content {
    padding: 20px 0 0;
  }
  .modal .modal-content.modal_signin .signin_title, .modal .modal-content.modal_login .login_title {
    font-size: 20px;
    line-height: 32px;
  }
  .modal .modal-content.modal_signin .users_wrap {
    width: 100%;
    padding: 0 20px 40px;
  }
  .users_wrap .login_wrap .login_area {
    padding: 0;
  }



  header .header_box {
    padding: 12px 10px;
  }

  header .wrapper-header {
  }

  header .logo {
    padding-bottom: 0px;
  }

  header .logo_mini img {
    width: 25px;
    height: auto;
  }

  .home header .header_box.inner {
    border-bottom: 1px solid #e6e8ec;
    background-color: #ffffff;
  }

  .home header .header_box.inner .logo .logo_show_on_top {
    display: none;
  }

  .home header .header_box.inner .logo .logo_show_when_scroll {
    display: block;
  }

  .home header .inner .header_right button {
    color: #525050;
  }

  .home header .inner .header_right .login_btn {
    border: 1px solid #696c6f80;
  }

  header .header_right.header_login .login_btn{
    border-radius: 3px;;
  }

  .home header .inner .header_right_box p {
    color: #525050;
  }

  .lnb .logo img {
    width: 120px;
    height: auto;
  }

  header .header_menu {
    display: none;
  }

  header .dropdown-content a {
    padding: 12px 16px;
  }

  .header_right .avatar {
    width: 20px;
    height: 20px;
  }

  .header_right_box .flag {
    width: 18px;
    height: 18px;
    margin: 0;
  }

  header .header_right button {
    padding: 5px 15px;
  }

  header .header_right .num {
    margin-right: 5px;
  }

  header .header_right .num p {
    font-weight: 700;
    font-size: 14px;
  }

  header .header_right .num img {
    margin: 0 7px;
    width: 18px;
    height: 18px;
  }

  header .header_right .charge img {
    width: 15px;
    height: 15px;
  }

  .lnb {
    padding: 20px;
  }

  .lnb .lnb_list .dropdown_mb {
    margin-bottom: 8px;
  }

  .lnb .lnb_list .dropdown_mb .dropbtn {
    font-size: 16px;
    font-weight: 600;
  }

  .lnb .lnb_list .dropdown-content_mb {
    display: none;
  }

  .lnb .lnb_list .dropdown_mb .dropdown-content_mb.active {
    display: block;
  }

  .lnb .lnb_list .dropdown-content_mb a {
    font-size: 12px;
    padding: 10px;
    font-weight: 500;
    display: block;
  }

  .lnb .lnb_list .dropdown-content_mb a {
    display: flex;
    align-items: center;
    background-color: #e7e8ec;
    border-bottom: 1px solid #f9f9f9;
  }

  .lnb .lnb_list .dropdown-content_mb .list-coin a img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
  }

  .lnb .lnb_list .dropdown-content_mb .list-coin a .name {
    font-weight: 700;
    text-align: start;
  }

  .lnb .lnb_list .dropdown-content_mb .list-coin a .sub_name{
    font-size: 12px;
    line-height: 18px;
  }

  .lnb .lnb_list .dropdown {
    margin-left: 0;
  }

  .lnb .lnb_list .dropdown-content_mb img {
    margin-top: 0;
    margin-right: 10px;
  }

  header .header_right button.lnb_open {
    padding: 1px 0 0 10px;
  }

  header .header_right button.lnb_open .unShow {
    display: none;
  }

  header .header_right button.lnb_open.active .unShow {
    display: block;
  }

  header .header_right button.lnb_open.active .show {
    display: none;
  }

  footer .grid_box {
    display: grid;
    grid-template-columns: 1fr;
    padding: 40px 0 80px 0;
  }

  footer .footer_1 p {
    max-width: 600px;
    font-size: 12px;
    line-height: 22px;
  }

  footer .footer_2 {
    grid-template-columns: 1fr;
  }

  footer .footer_2 .footer_item {
    border: 0;
    padding: 0px;
  }

  footer .footer_1,
  footer .footer_2 {
    padding: 20px;
  }

  footer .footer_2 .footer_title {
    margin-bottom: 10px;
  }


  /* sub page */
  #container .betting_area .betting_area_top {
    padding-right: 15px;
    padding-left: 15px;
  }

  #container .message_list > ul > li .tit .lv img {
    max-width: 60px !important;
  }

  #container .premium_wrap {
    margin-top: 30px;
  }

  #container .premium_wrap table tr td .name {
    margin-left: 0px;
  }

  #container .premium_wrap table tr td span {
    font-size: 12px;
  }

  #container .premium_wrap table tr td .name {
    display: none;
  }

  #container .premium_wrap .table_type02 table tr th {
    font-size: 12px;
    text-wrap: nowrap;
    line-height: 24px;
  }

  #container .premium_wrap .table_type02 table tr td img {
    max-width: 20px;
  }

  #container .premium_wrap .table_type02 table tr th svg {
    display: none;
  }

  #container .premium_wrap .table_type02 table tr td .premium_star {
    display: none;
  }

  #container .premium_wrap .table_type02 table tr th .title_mobile_none {
    display: none;
  }

  #container .premium_wrap .table_type02 table tr .upbit_icon {
    display: inline-block;
    height: 15px;
    width: auto;
  }

  #container .premium_wrap .table_type02 table tr .hashdex_icon {
    display: inline-block;
    height: 22px;
    width: auto;
  }

  #container .premium_wrap .table_type02 table tr td,
  #container .premium_wrap .table_type02 table tr th {
    padding: 20px 3px;
  }
}

@media screen and (max-width: 860px) {
  .main_visual {
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  #container .premium_wrap table tr td span {
    font-size: 12px;
  }

  #container .premium_wrap .table_type02 table tr th {
    font-size: 12px;
  }
}

/* history tab */

.history_tab_wrap {
  margin-bottom: 20px;
}

.history_tab_wrap a {
  padding: 11.5px 30px;
  border-radius: 3px;
  background-color: #e2e6e7;
  margin-right: 5px;
  font-size: 12px;
}

.history_tab_wrap a.active {
  background-color: #6BB1F0;
  color: #fff;
}

/* toast  */

#toast-container > div {
  opacity: 1 !important;
}

#toast-container .toast-message {
  color: #fff;
}

/* future style */

#container .money_wrap h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.txt_dager {
  font-weight: 700;
  color: #ee5252;
  font-size: 14px;
  text-align: left;
  display: block;
  margin-top: 4px;
}
.users_wrap .login_wrap .tel_input {
  float: initial;
}
.users_wrap .login_wrap #bank_name {
  height: 48px;
  border: 1px solid #c6c9d3;
  background: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
}
.modal .modal-content.modal_signin .n_btn {
  background-color: #7438B8;
}
.money_wrap .item_input .btn.btn_point {
  height: 36px;
  border-radius: 0 3px 3px 0;
}
.money_wrap .btn.btn_point {
  background-color: #7438B8;
  color: #FFFFFF;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
}
.money_wrap .item_input .btn.btn_point.btn_bank_password {
  width: 140px;
  border: 0;
  border-radius: 3px;
  margin-left: 0;
}
.table_type01 table tr th {
  height: 36px;
}
.table_type01 table tr td {
  font-weight: 400;
  font-size: 12px;
}

.table_type01 table tr th {
  font-size: 14px;
  height: 40px;
  border-top: 0;
}
.font_size_small,
.font_size_small a,
.font_size_small p,
.font_size_small span,
.font_size_small td,
.font_size_small th {
  font-size: 14px;
}
footer .footer_2 .footer_title,
footer .footer_2 .footer_sub {
  font-size: 14px;
}
#container .betting_history table tr td,
#container .betting_history table tr span {
  font-size: 12px;
}
#container .betting_history table tr th {
  height: 40px;
}
.table_type01 table tr td {
  font-weight: 400;
  font-size: 12px;
}
#container .table_type01 table input[type="text"],
#container .table_type01 table input[type="password"],
#container .table_type01 table input[type="number"] {
  border-radius: 6px;
}
#container .money_wrap .table_type02 table tr td {
  font-size: 12px;
}
.money_wrap .btn.btn_point,
.money_wrap #req_acc3,
.btn.btn_point {
  font-size: 12px;
}
#container .board_list .board_list_con ul li.none p {
  display: block;
}
header .dropbtn {
  font-size: 14px;
}
#container .money_wrap .table_wrap h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
#container .money_wrap .table_type02 table tr td {
  color: #6f7275;
  font-weight: 500;
}
#container .money_wrap .caution_wrap h3 {
  color: #000000;
  margin-bottom: 0;
  background: transparent;
  padding: 0 0 20px 0;
}
#container .money_wrap .caution_wrap ul li {
  color: #313134;
  background: url(../images/content/caution_list_b.png) no-repeat left 9px;
}
#container .money_wrap .caution_wrap ul li span {
  color: #ee5252;
}
#container .money_wrap ol span {
  font-weight: 700;
  display: block;
  color: #ee5252;
  line-height: 26px;
}
#container .money_wrap ol {
  list-style: decimal;
  padding-left: 40px;
}
#container .money_wrap ol li {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
}
#container .money_wrap .caution_wrap {
  padding: 10px 20px;
  margin-bottom: 0;
  text-align: left;
}
#container .money_wrap .caution_position .btn_wrap{
  padding: 0 20px 10px 0;
}
#container .money_wrap .caution_wrap:first-child {
  padding-top: 16px;
}
#container .money_wrap .caution_wrap p {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 6px;
}
#container .money_wrap .caution_wrap .btn.btn_red {
  margin-left: 0px;
  margin-bottom: 10px;
  width: 80px;
  height: 36px;
  font-size: 12px;
  line-height: 14px;
  background: #7438B8;
  color: #fff;
  border-radius: 3px;
}
#container .money_wrap .caution_position .caution_wrap h3 {
  padding-bottom: 12px;
}
#container .money_wrap .caution_wrap span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}
#container .money_wrap .caution_wrap span.date {
  font-size: 12px;
  color: #6f7275;
  font-weight: 500;
}
#container .list_point {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}
#container .list_point button {
  background-color: #777e90;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  color: #fff;
  border-radius: 3px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#container .list_point button:hover {
  background-color: #7438B8;
}
#container .money_wrap .caution_wrap ul.list_point li {
  width: 24.4%;
  background: transparent;
  padding: 0;
  margin: 0;
}
#container .money_wrap .caution_wrap ul.list_point {
  padding: 0;
  margin: 0;
}
#container .money_wrap .caution_wrap h3 span {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #777e90;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.money_wrap .btn.btn_point,
.money_wrap .btn.btn_request {
  width: 130px;
  font-size: 12px;
  line-height: 36px;
  border-radius: 3px;
  height: 36px;
}
.money_wrap .btn.btn_point.btn_point_submit,
.money_wrap .btn.btn_request {
  width: 80px;
}
.money_wrap .btn.btn_request {
  color: #fff;
  background: rgba(119, 126, 144, 1);
}
#container .list_point {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}
#container .list_point button {
  background-color: #777e90;
  padding: 0 10px;
  width: 100%;
  height: 30px;
  color: #fff;
  border-radius: 3px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#container .list_point button:hover {
  background-color: #7438B8;
}
#container .money_wrap .caution_wrap ul.list_point li {
  width: 24.4%;
  background: transparent;
  padding: 0;
  margin: 0;
}
#container .money_wrap .caution_wrap ul.list_point {
  padding: 0;
  margin: 0;
}
#container .money_wrap .caution_wrap h3 span {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #777e90;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.money_wrap .btn.btn_point,
.money_wrap .btn.btn_request {
  width: 130px;
  font-size: 12px;
  line-height: 36px;
  border-radius: 3px;
  height: 36px;
}
.money_wrap .btn.btn_point.btn_point_submit,
.money_wrap .btn.btn_request {
  width: 80px;
}
.money_wrap .btn.btn_request {
  color: #fff;
  background: rgba(119, 126, 144, 1);
}
.money_wrap .item_input {
  position: relative;
  width: 100%;
  height: 40px;
}
.mb_20 {
  margin-bottom: 20px;
}
.table_type02 table tr th {
  font-weight: 700;
}

#container .money_wrap .item_input input[type="text"],
#container .money_wrap .item_input input[type="password"],
#container .money_wrap .item_input input[type="number"] {
  font-size: 14px;
  color: #313134;
  width: 100% !important;
  height: 36px;
  border: 1px solid #d0d3dc;
  border-radius: 3px;
}
.money_wrap .item_input button {
  background: #e7e8ec;
  color: #313134;
  height: 36px;
  width: 68px;
  padding: 0 10px;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: 0;
  border: 1px solid #d0d3dc;
  border-left: 0;
  font-weight: 500;
}
.money_wrap .item_input.input_bank_password button {
  position: initial;
}
.money_wrap .btn_wrap .btn {
  height: 36px;
  line-height: 36px;
}
.money_wrap .caution_wrap_item {
  margin-bottom: 14px;
}
.money_wrap .caution_wrap_item span {
  display: block;
}
.money_wrap .caution_position {
  position: relative;
  margin-bottom: 30px;
  background: #ffffff;
  text-align: start;
}

.money_wrap .table_type02_sp {
  display: none;
}
#container .money_wrap h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: start;
}
.money_wrap .item_input .btn.btn_point {
  height: 36px;
  border-radius: 0 3px 3px 0;
}
.money_wrap .item_input .btn.btn_point.btn_bank_password {
  width: 140px;
  border: 0;
  border-radius: 3px;
  margin-left: 0;
}
.money_wrap .table_type01 table tr th {
  height: 36px;
}
.money_wrap .table_type01 table tr td {
  font-weight: 400;
  font-size: 12px;
}

#container .money_wrap .table_type01 table input[type="text"],
#container .money_wrap .table_type01 table input[type="password"],
#container .money_wrap .table_type01 table input[type="number"] {
  width: 320px;
  height: 26px;
  border-radius: 3px;
}
.money_wrap .table_type01 table tr th,
.table_type01 table tr td {
  height: 30px;
}
.money_wrap table tr.sp td {color:#EE5252; }
.money_wrap table tr th {background:#E6E8EC; color:#777E90; }
.money_wrap .table_type01 table tr th.th_bg {
    background: #fff;
    border: 0;
}
@media (min-width: 1536px) {
  #container .money_wrap .caution_wrap span.date {
    font-size: 12px;
  }
  .money_wrap .btn_wrap .btn {
    height: 40px;
    line-height: 40px;
  }
  .money_wrap .item_input .btn.btn_point {
    height: 40px;
    line-height: 40px;
  }
  .money_wrap .btn.btn_point {
    height: 40px;
    line-height: 40px;
  }
  .money_wrap .btn.btn_point,
  .money_wrap .btn.btn_request {
    height: 40px;
    line-height: 40px;
  }
  .money_wrap .table_type01 table tr th,
  .table_type01 table tr td {
    height: 36px;
  }
  .money_wrap .table_type02 table tr th,
  .table_type02 table tr td {
    height: 40px;
  }
  .money_wrap .item_input button {
    width: 84px;
    height: 40px;
  }
  .money_wrap .txt_dager {
    font-size: 18px;
  }
  #container .money_wrap h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .money_wrap .caution_wrap_item {
    margin-bottom: 16px;
  }
  .money_wrap .item_input {
    position: relative;
    width: 100%;
    height: 46px;
  }
  #container .money_wrap .list_point {
    gap: 10px;
  }
  #container .money_wrap .list_point button {
    width: 100%;
    height: 40px;
  }
  #container .money_wrap .caution_wrap p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #container .money_wrap .caution_wrap span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #container .money_wrap .caution_wrap {
    padding: 16px 32px;
  }
  #container .money_wrap .caution_position .btn_wrap{
    padding: 0 32px 16px 0;
  }
  #container .money_wrap ol {
    list-style: decimal;
    padding-left: 60px;
  }
  #container .money_wrap ol li {
    font-size: 14px;
    line-height: 20px;
  }
  #container .money_wrap ol span {
    line-height: 20px;
  }
  #container .money_wrap .caution_wrap h3 span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  #container .money_wrap .item_input input[type="text"],
  #container .money_wrap .item_input input[type="password"],
  #container .money_wrap .item_input input[type="number"] {
      height: 40px;
      line-height: 40px;
  }
  #container .betting_history table tr td,
  #container .betting_history table tr span {
    font-size: 12px;
  }
  .money_wrap .btn.btn_point,
  .money_wrap #req_acc3,
  .btn.btn_point {
    font-size: 14px;
  }
  #container .money_wrap .table_type02 table tr td {
    font-size: 12px;
  }
  .money_wrap .money_wrap .caution_wrap h3 {
    font-size: 16px;
  }
  #container .result_area .result_tit,
  #container .money_wrap .caution_wrap h3,
  #container .money_wrap .table_wrap h3,
  #container .message_list > ul > li .con .title,
  #container .message_list > ul > li .con .date,
  #container .board_list .board_list_top span,
  #container .board_list .board_list_con ul li p,
  #container .premium_wrap table tr th {
    font-size: 14px;
    line-height: 22px;
  }
  #container .content h3 {
    font-size: 16px;
  }
  header .dropbtn,
  header .header_right_box p {
    font-size: 14px;
  }

  #container .message_list .btn_right.btn_read_all,
  .money_wrap .btn.btn_point,
  .money_wrap .btn.btn_request {
    font-size: 14px;
  }
  #container .message_list > ul > li .tit .txt {
    font-size: 14px;
  }
  #container .board_list .board_list_top span {
    line-height: 40px;
  }
  #container .board_list .board_list_con ul li.none p {
    display: block;
    line-height: 40px;
  }
}
@media screen and (max-width: 1279px) {
  #container .money_wrap .caution_wrap ul.list_point li {
    width: auto;
    padding: 0;
  }
  #container .money_wrap .caution_wrap span.date {
    font-size: 12px;
    font-weight: 600;
    color: #313134;
  }
  #container .money_wrap .caution_wrap:first-child{
    padding-top: 5px;
  }
  #container .money_wrap .btn_wrap.btn_mypage {
    padding: 0;
    margin: 10px auto 0;
  }
  .money_wrap .item_input .btn.btn_point {
    width: 115px;
    height: 36px;
  }
  #container .money_wrap .caution_position .btn_wrap {
    padding: 0 10px;
    justify-content: flex-end;
  }
  .money_wrap .table_type02_sp table tr td {
    border: 1px solid rgba(236, 237, 240, 1);
  }
  .money_wrap .table_type02_sp table tr th {
    border-top: 1px solid rgba(236, 237, 240, 1);
  }
  .money_wrap .item_input button {
    width: 60px;
  }
  #container .money_wrap h2 {
    display: none;
  }
  .money_wrap .table_type02_sp {
    display: block;
    margin-bottom: 10px;
  }
  .money_wrap .table_type02 {
    display: none;
  }
  .money_wrap .table_type02_sp table tr td,
  .money_wrap .table_type02_sp table tr th {
    font-size: 12px;
    text-align: center;
  }
  .money_wrap .table_type02_sp table tr:first-child th {
    border-top: 1px solid #ecedf0;
  }
  .money_wrap .table_type02_sp table tr:first-child td {
    border-top: 1px solid #ecedf0;
  }
  .money_wrap .caution_position {
    margin-bottom: 10px;
  }
  .money_wrap .item_input {
    width: 100%;
  }
  #container .money_wrap .list_point button {
    width: 75px;
    height: 30px;
    line-height: 30px;
    padding: 0;
  }
  #container .money_wrap .btn_wrap .btn.btn_request {
    border-radius: 3px;
    width: 100%;
    max-width: 100px;
  }
  #container .money_wrap .caution_wrap ul.list_point {
    /*width: 86px;*/
    padding: 0;
    margin-bottom: 20px;
  }
  #container .money_wrap .btn_wrap .btn.btn_point {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0 0 10px 10px;
    border-radius: 3px;
    max-width: 100px;
  }
  #container .money_wrap .caution_wrap {
    padding: 0 10px 0;
    margin-bottom: 14px;
  }
  #container .money_wrap ol li {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 20px;
  }
  #container .money_wrap ol li:last-child {
    margin-bottom: 0;
  }
  #container .money_wrap .caution_wrap span{
    font-size: 12px;
    line-height: 20px;
  }
  #container .money_wrap .caution_wrap h3 span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin-right: 6px;
  }
  #container .money_wrap .caution_wrap h3 {
    padding: 10px 0;
    font-size: 14px;
  }
  #container .money_wrap .caution_wrap p {
    padding-left: 0;
    font-size: 12px;
    line-height: 20px;
  }
  #container .money_wrap .btn_wrap {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px 12px;
  }
  #container .money_wrap .table_wrap {
    margin-top: 20px;
  }
  #container .money_wrap .table_wrap h3 {
    font-size: 14px;
  }
  .table_type01 table td.table_width_type02 {
    justify-content: space-around;
  }
  .table_type01 table tr th {
    font-size: 12px;
  }
  .history_tab_wrap a {
    display: inline-block;
  }
  .betting-history #container .content_wrap .history_tab_wrap a {
    margin: 0;
    text-align: center;
  }
  .betting-history #container .content_wrap .history_tab_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  #container .betting_history_m table tr td {
    height: 36px;
    padding: 6px 10px;
  }
  #container .betting_history_m table tr th {
    padding: 6px 10px;
  }
  #container .content .history_tab_wrap {
    padding: 0px 5px;
    margin-bottom: 10px;
  }
  #container #bet_list {
    margin-top: 0;
  }
  #container .content_inner .money_wrap .caution_wrap {
    margin-bottom: 14px;
  }
  footer .footer_2 .footer_title,
  footer .footer_2 .footer_sub {
    font-size: 12px;
  }
  .lnb .lnb_list .dropdown_mb .dropbtn {
    font-size: 14px;
  }
  .table_type01 table tr td {
    padding: 2px 4px;
    font-size: 10px;
  }
}
@media screen and (max-width: 860px) {
  .main_visual {
    padding: 0;
  }

  #container .main_content_wrap .session_title {
    font-size: 32px;
    line-height: 40px;
  }

  #container .main_content_wrap .session_sub_title {
    font-size: 16px;
    line-height: 20px;
  }

  #container .main_content_wrap .session_3 .button-group button {
    font-size: 18px;
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  #container .premium_wrap table tr td span {
    font-size: 12px;
  }

  #container .premium_wrap .table_type02 table tr th {
    font-size: 12px;
  }
}
.trade_coin_page #container .section_two_wrap .ab_loading img,
.trade_coin_page #container .section_two_wrap .tran_loading img {
  width: 100px;
  height: auto;
}
