@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 0.8s forwards;
  animation: fadeInUp 0.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: #6bb1f0;
  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: #00b4ab;
  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;
}

/* wrapper */

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .wrapper {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .wrapper {
    max-width: 1200px;
  }
}

@media (min-width: 1536px) {
  .wrapper {
    max-width: 1200px;
  }
  .betlist_search_date {
    border: 1px solid #50aa00 !important;
    margin-left: 5px;
    border-radius: 2px !important;
    padding: 5px;
    color: black;
    font-size: 13px !important;
    height: 40px !important;
    font-weight: bold;
  }

  .betlist_search_btn {
    width: 52px;
    float: right;
    display: flex;
  }
  .betlist_search_btn {
    height: 40px !important;
    align-items: center;
    margin: auto;
    justify-content: center;
    margin-left: 10px;
  }
  #container .search_tab .sort_wrap .btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
  }
}

/* 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_login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 440px;
  box-shadow: 0px 0px 37.6px 0px #a88bca33;
  border-radius: 14px;
}

.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 #0EAD98;
}

.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: #9dd4ff;
}

.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: #0EAD98;
}

.modal .modal-content.modal_login .item_box input:focus {
  border: 1px solid #0EAD98;
}

.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;
}

.modal#log_in_layer,
.modal#sign_in_layer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/common/login_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: static;
}

#main.login_page,
#main.signin_page {
  background-image: url(../images/common/login_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.modal#log_in_layer {
  height: calc(100vh - 350px);
}

.modal#log_in_layer .modal-content.modal_login {
  margin: auto;
}

.modal#log_in_layer .modal-content.modal_login .item_box input {
  width: 550px;
  border-radius: 5px;
}

.modal#log_in_layer .modal-content.modal_login .item_box button {
  width: 550px;
  border-radius: 5px;
}

.modal#log_in_layer img.logo {
  width: 200px;
  height: auto;
}

.modal#log_in_layer .modal-content.modal_login {
  background-color: #fff;
}

.modal#log_in_layer .login_box {
  width: fit-content;
}

.modal#sign_in_layer .modal-content.modal_signin .users_wrap {
  background-color: #fff;
}

.modal#sign_in_layer .modal-content.modal_signin {
  box-shadow: 0px 0px 37.6px 0px #a88bca33;
  border-radius: 14px;
}

.modal#sign_in_layer .modal_signin input {
  border-radius: 5px;
}

.modal#sign_in_layer .modal_signin input:focus {
  border: 1px solid #0EAD98;
  background-color: #f4eff9;
}

.modal#sign_in_layer .modal-content.modal_signin select {
  border-radius: 5px !important;
  border: 1px solid #c6c9d3;
}

.modal#sign_in_layer .modal-content {
  width: 750px;
}

.modal#sign_in_layer .modal-content.modal_signin .users_wrap {
  padding: 0 20px;
}

.modal#sign_in_layer .logo {
  width: 200px;
  height: auto;
}

.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: #0EAD98;
  color: #fff;
  border-radius: 0 5px 5px 0;
}


.modal#modal_qc_layer {
  justify-content: center;
  align-items: center;
}

.modal#modal_qc_layer .close_qc {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
  width: 20px;
  height: 20px;
}

.modal .modal_qc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 454px;
  padding: 0;
  position: relative;
}

.modal .modal_qc .button-next-box,
.modal .modal_qc .button-prev-box {
  color: #aeb8d5;
  cursor: pointer;
  width: 10px;
  margin-top: 4px;
}

.modal .modal_qc .button-next-box svg,
.modal .modal_qc .button-prev-box svg {
  width: 10px;
  height: auto;
}

.modal .modal_qc .swiper-slide img {
  width: 100%;
  height: auto;
}

.modal .modal_qc .navigation_box {
  display: flex;
  align-items: center;
  width: fit-content;
}

.modal .modal_qc .navigation_qc {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.modal .modal_qc .swiper-pagination-bullet {
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #484b51;
  opacity: 1;
  background: transparent;
  display: none;
  border-radius: 0;
  cursor: pointer;
  margin: 0 15px;
}

.modal .modal_qc .swiper-pagination-bullet span {
  line-height: 22px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffffb0;
}

.modal .modal_qc .swiper-pagination-bullet span.color {
  color: #fff;
}

.modal .modal_qc .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #19224c;
  display: inline;
}

.modal .modal_qc .qc_slide {
  width: 100%;
}

.modal .modal_qc .navigation_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #15152554;
  border-radius: 0 0 20px 20px;
}

.modal .modal_qc .navigation_flex .close_all {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffffb0;
  cursor: pointer;
}

.modal .modal_qc .navigation_flex .close_all:hover {
  color: #fff;
}

.modal .modal_qc .swiper-slide {
  width: 454px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

/* header */

header {
  z-index: 100;
  border: 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e6e8ec;
}

header .header_box {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  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 .logo img {
  width: 136px;
  height: 40px;
}

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 .login_btn {
  background-color: #00B4AB;
  color: #fff;
  border-radius: 5px;
}

.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: #00b4ab;
}

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: #00b4ab;
}
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;
  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;
}

/* Notification */

.top-notification-wrap {
  overflow: hidden;
  width: 100%;
  height: 36px;
  background-color: #00b4ab;
}

.top-notification-wrap .scroll-text {
  display: flex;
  gap: 100px;
  align-items: center;
  height: 100%;
  padding-left: 20px;
}

.top-notification-wrap .scroll-text .item {
  display: flex;
  align-items: center;
}

.top-notification-wrap .scroll-text .item span {
  font-size: 14px;
  color: #f6f0eb;
  white-space: nowrap;
}

.top-notification-wrap .scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -moz-animation: my-animation 50s linear infinite;
  -webkit-animation: my-animation 50s linear infinite;
  animation: my-animation 50s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* main-page */

#container.main_container {
  margin-top: 75px;
}

#container .main_visual .main_visual_banner img {
  width: 100%;
  height: auto;
}

#container .main_visual .main_visual_banner .sub_banner {
  position: absolute;
  top: -10px;
  left: -10px;
}

#container .main_visual .main_visual_group_bt button {
  font-size: 16px;
  font-weight: 600;
  width: 175px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00b4ab;
  color: #fff;
  border-radius: 32px;
}

#container .main_visual .main_visual_group_bt input {
  width: 100%;
  max-width: 350px;
  height: 50px;
  font-size: 14px;
  border-radius: 6px;
  margin-top: 40px;
}

#container .main_visual .main_visual_group_bt button:hover {
  opacity: 0.8;
}

#container .main_visual .visual_item .main_img_item {
  width: 80%;
}

#container .main_visual .main_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  color: #27282c;
  text-align: start;
  margin-bottom: 20px;
}

#container .main_visual .sub_title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #625b69;
  text-align: start;
  margin: 0;
}

#container .main_visual .signup_btn {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  display: block;
  padding: 15px 0px;
  width: 150px;
  text-align: center;
  background-color: #0ead98;
  border-radius: 4px;
  margin-top: 40px;
}

#container .main_visual .main_content {
  font-size: 17px;
  line-height: 24px;
  margin: 20px 0;
  color: #ffffff;
  font-weight: 700;
}

#container .main_content_wrap .main_secsion {
  /*width: calc(100% - 3rem);*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#container .main_visual .main_visual_group_bt {
  display: none;
}

.main_visual .main_visual_inner .visual_item {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 50px 0;
}
.main_visual .main_visual_inner .visual_item .txt_desp {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* section group  */

#container .main_content_wrap .text_danger {
  color: #e33838;
}

#container .main_content_wrap .text_success {
  color: #2ea95d;
}

/* ------------- section 1 ---------------- */

#container .section_1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

#container .section_1 .item {
  display: flex;
  padding: 10px 0;
  border-right: 1px solid #f3f3f4;
}

#container .section_1 .item:last-child {
  border-right: 0;
}

#container .section_1 .item img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

#container .section_1 .content {
  width: calc(100% - 35px);
  text-align: start;
}

#container .section_1 .content .row_1 {
  display: flex;
}

#container .section_1 .content .name {
  font-size: 14px;
  line-height: 22px;
  color: #27282c;
  margin-right: 5px;
}

#container .section_1 .content .percent {
  font-size: 14px;
  line-height: 22px;
}

#container .section_1 .content .price {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

#container .section_1 .content .approxi {
  font-size: 12px;
  line-height: 16px;
  color: #949494;
}

/* ------------- section 2 ---------------- */

#container .section_2 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  margin-top: 60px;
}

#container .section_2 .session_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#container .section_2 .session_title .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #27282c;
}

#container .section_2 .session_title .sub-title {
  font-size: 12px;
  line-height: 12px;
  color: #949494;
  padding: 7px 10px;
  border: 2px solid #f3f3f4;
  border-radius: 5px;
}

#container .section_2 .session_title .sub-title img {
  width: 7px;
  height: 7px;
  margin-left: 5px;
}

#container .section_2 .table-filter-box {
  margin-bottom: 20px;
}

#container .section_2 .table-filter {
  display: flex;
  gap: 20px;
  width: 100%;
  border-bottom: 1px solid #f3f3f4;
}

#container .section_2 .table-filter .item {
  position: relative;
  padding: 10px 0;
}

#container .section_2 .table-filter .item p {
  font-size: 14px;
  line-height: 14px;
  color: #27282c;
}

#container .section_2 .table-filter .item .line {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  margin: 0;
  border: 0;
}

#container .section_2 .table-filter .item.active p {
  font-weight: 600;
}

#container .section_2 .table-filter .item.active .line {
  background-color: #27282c;
}

#container .section_2 .table-box table thead tr {
  background-color: transparent;
}

#container .section_2 .table-box table tr th {
  color: #949494;
}

#container .section_2 .table-box table tr td,
#container .section_2 .table-box table tr th {
  padding: 5px 10px;
  text-align: end;
  font-size: 14px;
}

#container .section_2 .table-box table tr td:first-child,
#container .section_2 .table-box table tr th:first-child {
  text-align: start;
  padding: 5px 10px 5px 5px;
}

#container .section_2 .table-box table tr td:last-child,
#container .section_2 .table-box table tr th:last-child {
  padding: 5px 5px 5px 10px;
}

#container .section_2 .table-box .coin_group {
  display: flex;
  align-items: center;
  gap: 5px;
}

#container .section_2 .table-box .coin_group img {
  width: 25px;
  height: 25px;
}

#container .section_2 .table-box .coin_group .unit {
  font-size: 12px;
  line-height: 12px;
  font-weight: 800;
  color: #2c2236;
}

#container .section_2 .table-box .coin_group .name {
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  color: #949494;
}

#container .section_2 .table-box table tr:hover td {
  background: #f2f3f5;
}

#container .section_2 .table-box table tr:hover td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#container .section_2 .table-box table tr:hover td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

#container .section_2 .article-tab {
  height: 100%;
}

#container .section_2 .article-box {
  height: 290px;
  overflow-y: auto;
}

#container .section_2 .article-box::-webkit-scrollbar {
  width: 5px;
}

#container .section_2 .article-box .slider-item {
  padding: 5px;
  margin: 5px 0;
  border-radius: 8px;
  cursor: pointer;
}

#container .section_2 .article-box .slider-item:hover {
  background-color: #f2f3f5;
}

#container .section_2 .article-box .title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #27282c;
  text-align: start;
}

#container .section_2 .article-box .time {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #949494;
  text-align: start;
}

/* ------------- section 3 ---------------- */

#container .section_3 {
  margin-top: 60px;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: 1px solid #efeff0;
  border-bottom: 1px solid #efeff0;
}

#container .section_3 .item {
  text-align: center;
}

#container .section_3 .item .unit {
  margin-left: 2px;
}

#container .section_3 .item .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

#container .section_3 .item .row .odometer,
#container .section_3 .item .row .odometer * {
  font-size: 48px;
  line-height: 64px;
  color: #27282c;
}

#container .section_3 .item .row .odometer .odometer-ribbon {
  margin-top: 4px;
}

/*kule fix*/
#container .section_3 .item .row #odometer1 .odometer-formatting-mark {
  font-size: 0;
}
#container .section_3 .item .row #odometer2 .odometer-formatting-mark {
    font-size: 0;
}

#container .section_3 .item .row .unit {
  font-size: 46px;
  line-height: 64px;
  color: #27282c;
  margin-top: 6px;
}

#container .section_3 .item .txt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #6b6e7e;
}

/* ------------- section 4 ---------------- */

#container .section_4 {
  margin-top: 60px;
  background-color: #f7f8fa;
  border: 1px solid #f3f3f4;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#container .section_4 img {
  width: 100%;
  height: auto;
}

#container .section_4 .content_txt .title {
  font-size: 45px;
  font-weight: 700;
  line-height: 58px;
  color: #000000;
  margin-bottom: 20px;
  text-align: start;
}

#container .section_4 .content_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#container .section_4 .content_txt li {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  text-align: start;
}

#container .section_4 .content_txt li span {
  font-weight: 800;
}

/* ------------- section 5 ---------------- */

#container .section_5 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

#container .section_5 .trade_mind {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#container .section_5 .trade_mind .title {
  font-size: 44px;
  line-height: 60px;
  font-weight: 700;
  color: #000;
  text-align: start;
  margin-bottom: 40px;
}

#container .section_5 .trade_mind .content_txt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

#container .section_5 .trade_mind .content_txt .item {
  display: flex;
  align-items: center;
  text-align: start;
}

#container .section_5 .trade_mind .content_txt .txt {
  font-size: 18px;
  line-height: 24px;
  color: #27282c;
  margin-left: 10px;
}

#container .section_5 .explore .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  text-align: start;
  margin-bottom: 20px;
}

#container .section_5 .explore .row_1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border: 1px solid #f0f1f3;
  background: #f7f8fa;
  border-radius: 25px;
}

#container .section_5 .explore .content {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #27282c;
  margin-bottom: 10px;
  text-align: start;
}

#container .section_5 .explore .sub-content {
  font-size: 12px;
  line-height: 12px;
  color: #6b6e7e;
  text-align: start;
}

#container .section_5 .explore .trading {
  height: 200px;
}

#container .section_5 .explore .trading > div {
  padding: 20px 0 0 20px;
}

#container .section_5 .explore .trading img {
  width: 100%;
  height: 140px;
}

#container .section_5 .explore .contract {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

#container .section_5 .explore .contract .contract_1 {
  margin-bottom: 20px;
}

#container .section_5 .explore a {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#container .section_5 .explore .contract a:hover {
  background-color: #f2f3f5;
  border-radius: 16px;
}

#container .section_5 .explore a svg {
  width: 20px;
  height: 20px;
  color: #b0b1b4;
}

#container .section_5 .explore a:hover svg {
  color: #0d0e10b3;
}

#container .section_5 .explore .row_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

#container .section_5 .explore .row_2 .item_1 {
  background-image: url("../images/main/explore_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
}

#container .section_5 .explore .row_2 .item_2 {
  background-image: url("../images/main/explore_2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
}

#container .section_5 .explore .row_2 > div {
  border: 1px solid #f0f1f3;
  background: #f7f8fa;
  border-radius: 25px;
}

/* ------------- section 6 ---------------- */

#container .section_6 {
  position: relative;
  background-color: #121317;
  border-radius: 25px;
  margin-top: 60px;
}

#container .section_6 img {
  width: 100%;
  height: auto;
}

#container .section_6 .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#container .section_6 .content .title {
  text-align: start;
}

#container .section_6 .content .title span {
  font-size: 44px;
  line-height: 62px;
  font-weight: 700;
  color: #fff;
}

#container .section_6 .content .title span.color {
  color: #0ead98;
}

#container .section_6 .content .sub-title {
  max-width: 475px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #949494;
  text-align: start;
  margin-top: 10px;
}

#container .section_6 .icon {
  background: #fff3;
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 1;
}

#container .section_6 .icon svg {
  color: #b0b1b4;
  width: 40px;
  height: 40px;
}

#container .section_6 .icon:hover svg {
  color: #fff;
}

#container .section_6 .params {
  display: flex;
  gap: 60px;
}

#container .section_6 .params .num {
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  text-align: start;
}

#container .section_6 .params .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #949494;
  text-align: start;
}

/* ------------- section 7 ---------------- */

#container .section_7 {
  position: relative;
  margin-top: 60px;
}

#container .section_7 .content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#container .section_7 .title {
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

#container .section_7 .signup_btn {
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  color: #fff;
  padding: 13px 48px;
  background: #27282c;
  border-radius: 7px;
}

/* 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 {
  padding-top: 20px;
}
.mypage #content .inner {
  background-color: #fff;
}
.mypage #content {
  background-color: transparent;
}

.mypage #content .inner .btn_list button.btn_submit {
  background-color: #00b4ab;
}

.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: #00b4ab;
}
.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 .betlist_search .betlist_search_btn {
  background-color: #d6d9e4;
  border-radius: 5px !important;
  color: #777e90;
}

@media (max-width: 1280px) {
  .mypage #content {
    padding: 10px 10px 20px;
  }
  .mypage .content_wrap {
    padding: 0;
  }
  .betting-history #container .betting_history_m {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .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 - 400px);
  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: #00b4ab;
  border: 1px solid #00b4ab;
  border-radius: 3px;
  padding: 2px 10px;
  line-height: 1;
}
#container .betting_history .txt_skyblue {
  color: #00b4ab;
  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: 5px;
}

#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 #00b4ab;
  border-radius: 5px;
}

#container .m_betlist_search .betlist_search_date {
  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: 55px;
  }
  .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: 40px;
    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;
  }

  .modal#log_in_layer, .modal#sign_in_layer{
    height: 100%;
  }

  .modal#log_in_layer .modal-content.modal_login .item_box input,
  .modal#log_in_layer .modal-content.modal_login .item_box button{
    width: 300px;
  }

  .modal#sign_in_layer{
    display: block;
    padding: 20px 0;
  }

  .modal#sign_in_layer .modal-content.modal_signin{
    margin: 0 auto 20px auto !important;
  }

  .modal#sign_in_layer .modal-content.modal_signin .n_btn{
    margin-bottom: 20px;
  }

  .modal .modal_qc{
    width: 300px;
  }

  .modal .modal_qc .button-next-box svg, .modal .modal_qc .button-prev-box svg{
    width: 8px;
  }

  .modal .modal_qc .navigation_flex .close_all{
    font-size: 14px;
    line-height: 14px;
  }

  .modal .modal_qc .swiper-pagination-bullet span{
    font-size: 16px;
    line-height: 16px;
  }

  .modal .modal_qc .swiper-slide{
    width: 300px;
    height: 330px;
    border-radius: 20px;
    overflow: hidden;
  }


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

  header .wrapper-header {
  }

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

  header .logo img {
    width: 100px;
    height: 30px;
    margin: 5px 0;
  }

  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;
  }

  .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;
    margin-left: 5px;
  }

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

  header .header_right .num img {
    margin: 0 0 0 5px;
    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 {
    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;
  }
  #container.main_container {
    margin-top: 55px;
  }

  #container .main_visual .main_visual_inner {
    margin: 0;
    padding: 40px 20px 40px;
  }

  .main_visual .main_visual_inner .visual_item {
    padding-top: 0;
    padding-bottom: 0;
    grid-template-columns: 1fr;
  }

  #container .main_visual .main_visual_group_bt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #container .main_visual .main_visual_group_bt button {
    font-size: 16px;
    margin: 30px 0 40px;
  }

  #container .main_visual .main_title {
    font-size: 32px;
    line-height: 48px;
    margin-top: 0px;
  }

  #container .main_visual .sub_title {
    font-size: 16px;
    line-height: 22px;
  }

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

  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;
  }

  #container .main_content_wrap.wrapper {
    padding: 0 20px;
  }

  #container .main_content_wrap .main_secsion {
    width: 100%;
  }

  /* ------------------ section_1 ------------------ */

  #container .section_1 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  #container .section_1 .item {
    padding: 0;
  }

  #container .section_1 .item img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  #container .section_1 .content .name,
  #container .section_1 .content .percent {
    font-size: 13px;
    line-height: 20px;
  }

  /* ------------- section 2 ---------------- */

  #container .section_2 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  #container .section_2 .list-tab .table-filter-box {
    width: calc(100vw - 40px);
    overflow-x: scroll;
    margin-bottom: 0px;
  }

  #container .section_2 .list-tab .table-filter-box::-webkit-scrollbar {
    width: 0px;
  }

  #container .section_2 .list-tab .table-filter {
    width: 430px;
  }

  /* ------------- section 3 ---------------- */

  #container .section_3 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 40px;
    border-bottom: 0;
  }

  #container .section_3 .item .row .odometer,
  #container .section_3 .item .row .odometer *,
  #container .section_3 .item .row .unit {
    font-size: 36px;
    line-height: 52px;
  }

  #container .section_3 .item .txt {
    font-size: 12px;
    line-height: 18px;
  }

  /* ------------- section 4 ---------------- */

  #container .section_4 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  #container .section_4 .content_txt {
    padding: 20px 20px 30px;
  }

  #container .section_4 .content_txt .title {
    font-size: 24px;
    line-height: 38px;
  }

  #container .section_4 .content_txt li {
    font-size: 16px;
    line-height: 24px;
  }

  /* ------------- section 5 ---------------- */

  #container .section_5 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }

  #container .section_5 .trade_mind .title {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }

  #container .section_5 .trade_mind .content_txt {
    grid-template-columns: 1fr;
  }

  #container .section_5 .explore .row_1 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #container .section_5 .explore .row_2 {
    grid-template-columns: 1fr;
  }

  #container .section_5 .explore .contract .contract_1 {
    margin-bottom: 20px;
  }

  #container .section_5 .explore .title {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  #container .section_5 .trade_mind .content_txt .txt {
    font-size: 16px;
    line-height: 22px;
  }

  #container .section_5 .trade_mind .content_txt .item img {
    width: 46px;
    height: 46px;
  }

  #container .section_5 .explore a svg {
    width: 18px;
    height: 18px;
  }

  #container .section_5 .explore .contract a {
    padding-right: 0px;
  }

  #container .section_5 .explore .row_2 .item_1,
  #container .section_5 .explore .row_2 .item_2{
    height: 240px;
  }

  /* ------------- section 6 ---------------- */

  #container .section_6 {
    margin-top: 40px;
  }

  #container .section_6 .content .title span {
    font-size: 28px;
    line-height: 40px;
  }

  #container .section_6 .content .sub-title {
    max-width: 285px;
  }

  #container .section_6 .content-box {
    padding: 60px 20px 30px 20px;
    justify-content: start;
  }

  #container .section_6 .icon {
    width: 60px;
    height: 60px;
    top: 30px;
    right: 20px;
  }

  #container .section_6 .icon svg {
    width: 25px;
    height: 25px;
  }

  #container .section_6 .params {
    flex-direction: column;
    gap: 18px;
  }

  /* ------------- section 7 ---------------- */

  #container .section_7 {
    margin-bottom: 40px;
  }

  #container .section_7 .content-box {
    justify-content: start;
  }

  /* 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;
  }

  #container .search_tab ul li a {
    width: auto;
    font-size: 12px;
  }

  #container .m_betlist_search{
    text-align: start;
  }
  #container .m_betlist_search .betlist_search_btn{
    border-radius: 5px;
    float: right;
  }
  #container .search_tab .sort_wrap .btn{
    width: 52px;
  }
}

@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 {
  border-radius: 5px;
  background-color: #00b4ab;
}
.money_wrap .item_input .btn.btn_point {
  height: 36px;
  border-radius: 0 3px 3px 0;
}
.money_wrap .btn.btn_point {
  background-color: #00b4ab;
  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_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: #00b4ab;
  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: #00b4ab;
}
#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: #00b4ab;
}
#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;
}

#container .money_wrap .caution_position .btn_wrap {
  padding: 0 40px 16px;
  margin-top: 0;
}
.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 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;
}
