@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: normal;
  src: url("../font/Inter-VariableFont.ttf");
}
@font-face {
  font-family: "Time";
  font-style: normal;
  font-weight: normal;
  src: url("../font/Times-New-Roman.ttf");
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: #222 !important;
}
#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;
}

.theme_btn {
  width: 24px;
  height: 24px;
  background: url(../img/common/theme_btn_light.svg) no-repeat center;
  background-size: cover;
  margin-right: 10px;
  border-radius: 50%;
  padding: 0;
}

.dark .theme_btn{
  background: url(../img/common/theme_btn_dark.svg) no-repeat center;
}

.header_before_login .header_right_box .theme_btn{
  margin-right: 0px;
}

.img_dark {
  display: none;
}

.admin_ico_dark {
  display: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

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

@keyframes scrollNoti {
  0% {
    transform: translateY(0%);
  }
  40% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-50%);
  }
  90% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* wrapper */

.wrapper {
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.spec_wrapper {
  width: calc(100% - 15px);
  margin-left: auto;
}



@media (min-width: 640px) {
  .wrapper {
    max-width: 600px;
  }
  .spec_wrapper  {
    max-width: 600px;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 728px;
  }
  .spec_wrapper  {
    max-width: 728px;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    max-width: 900px;
  }
  .spec_wrapper  {
    max-width: 900px;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .wrapper {
    max-width: 1100px;
  }
  .spec_wrapper  {
    max-width: calc(50% + 550px);
    margin-right: 0;
  }
}

@media (min-width: 1536px) {
  .wrapper {
    max-width: 1200px;
  }
  .spec_wrapper  {
    max-width: calc(50% + 600px);
    margin-right: 0;
  }

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

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: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer_2 p {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

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: 900px;
  height: 440px;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: row;
}

.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;
  border-radius: 5px;
}

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

.modal .modal_signin input:focus {
  border: 1px solid #FF6200;
  background-color: #FFEFE5;
}

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

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

.users_wrap .login_wrap .join_area button{
  width: 100%;
}

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


.modal .modal-content.modal_signin .tel_select {
  height: 48px;
  width: 120px;
  border: 0;
  border: 1px solid #c6c9d3;
  border-radius: 5px !important;
}

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

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

.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: #FF6200;
  color: #313134;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
}

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

.modal .modal-content.modal_login .login_img{
  width: 460px;
  height: auto;
}

.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;
  border-radius: 10px;
}

.modal .modal-content.modal_login .login_box{
  margin-right: 15px;
}

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

.modal .modal-content.modal_login .item_box input:focus {
  border: 1px solid #FF6200;
  background-color: #FFEFE5;
}

.modal .modal-content.modal_login .input_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

/* header */

header {
  z-index: 100;
  border: 0;
  background: transparent;
}

header .header_box {
  padding: 10px 24px;
  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 .logo img {
  width: 122px;
  height: 40px;
}

header .header_right {
  display: flex;
}

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

.header_right_box .flag {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

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

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

header .header_right.header_login button {
  color: #525050;
  padding: 12px 30px;
  border-radius: 5px;
}

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

.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_box .country_txt{
  margin-right: 10px;
}

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

.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-right: 5px;
  width: 24px;
  height: 24px;
}

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

.home header .header_box.inner .dropbtn {
  color: #ffffff;
}

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 p:last-child {
  color: #777e90;
  font-weight: 500;
  font-size: 13px;
}

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

header .dropdown-content.log_out a{
  text-wrap: nowrap;
}

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

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: #f02e00;
}
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: 75px;
  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(../img/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;
  object-fit: cover;
}

.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(../img/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%;
  padding: 10px 0;
  background: radial-gradient(48.85% 1676.35% at 50% 50%, #FF6816 26.58%, #FFBD97 100%);
}

.top-notification-wrap .scroll-text {
  height: 23px;
  overflow: hidden;
  display: flex;
}

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

.top-notification-wrap .scroll-text img{
  height: 23px;
  width: auto;
  margin-right: 20px;
}

.top-notification-wrap .scroll-text .item span {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  line-height: 24px;
}

.top-notification-wrap .list-notify{
  animation: scrollNoti 8s infinite;
}
.top-notification-wrap .scroll-text {
  /* animation properties */

}

/* 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_title,
#container .main_visual .main_title span {
  font-size: 56px;
  font-weight: 900;
  line-height: 64px;
  color: #2b2f33;
  margin: 0;
  font-family: "Time", sans-serif;
}

#container .main_visual .main_title .color {
  color: #ff6201;
}

#container .main_visual .main_title .dot{
  margin-left: -16px;
}

#container .main_visual .sub_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #9fa1a6;
  margin-top: 12px;
  margin-bottom: 0px;
  text-align: start;
}

#container .main_visual .visual_item_bg {
  position: relative;
}

#container .main_visual .visual_item_bg img {
  width: 85%;
  height: auto;
}

#container .main_visual .visual_item_bg .coin_ic {
  position: absolute;
  width: 10%;
  height: auto;
}

@keyframes main_icon_animation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes main_icon_animation_2 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

#container .main_visual .visual_item_bg .coin_ic_1 {
  top: 6%;
  left: 4%;
  animation: main_icon_animation 4s infinite;
}

#container .main_visual .visual_item_bg .coin_ic_2 {
  top: 35%;
  left: 15%;
  animation: main_icon_animation_2 4s infinite;
}

#container .main_visual .visual_item_bg .coin_ic_3 {
  bottom: 10%;
  left: 15%;
  animation: main_icon_animation 4s infinite;
}

#container .main_visual .main_visual_group_bt {
  position: relative;
  max-width: 350px;
  margin-top: 40px;
}

#container .main_visual .main_visual_group_bt button {
  font-size: 14px;
  font-weight: 600;
  width: 93px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff6200;
  color: #fff;
  border-radius: 32px;
  position: absolute;
  top: 5px;
  right: 5px;
}

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

#container .main_visual .main_visual_group_bt input {
  width: 100%;
  height: 52px;
  font-size: 14px;
  border-radius: 6px;
  padding: 0 100px 0 20px;
  background-color: #f4f5f6;
  border-radius: 64px;
}

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

#container .main_visual .main_info {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

#container .main_visual .main_info .num {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  color: #1e2630;
}

#container .main_visual .main_info .txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #9fa1a6;
  margin-top: 10px;
}

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

/* section group  */

#container .main_content_wrap .session_title{
  display: flex;
}

#container .main_content_wrap .session_title p,
#container .main_content_wrap .session_title span {
  font-size: 40px;
  font-weight: 600;
  color: #1e2630;
  line-height: 56px;
}

#container .main_content_wrap .session_title .color {
  color: #ff6200;
  margin-left: -8px;
  display: inline-block;
  margin-bottom: 6px;
}

#container .main_content_wrap .session_sub_title {
  font-size: 18px;
  font-weight: 500;
  color: #787d83;
  line-height: 24px;
}

/* section 1 */

#container .main_content_wrap .session_1 {
  margin-top: 50px;
}

#container .main_content_wrap .session_1 > div{
  display: flex;
}

#container .main_content_wrap .session_1 img {
  max-width: 288px;
  height: auto;
  border-radius: 15px;
  margin-right: 15px;
}

/* section 2 */

#container .main_content_wrap .session_2 {
  margin-top: 50px;
}

#container .main_content_wrap .session_2 .filter_tag {
  display: flex;
  margin-top: 40px;
}

#container .main_content_wrap .session_2 .filter_tag div {
  display: flex;
  padding: 0 30px;
  border: 1px solid #e8e9ea;
  border-radius: 52px;
  height: 50px;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}

#container .main_content_wrap .session_2 .filter_tag div:hover{
  opacity: 0.8;
}

#container .main_content_wrap .session_2 .filter_tag div.active {
  background: #f4f5f6;
}

#container .main_content_wrap .session_2 .filter_tag img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

#container .main_content_wrap .session_2 .filter_tag span {
  font-size: 16px;
  line-height: 22px;
  color: #1e2630;
}

#container .main_content_wrap .session_2 .list_trade_scroll {
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  gap: 20px;
}

#container .main_content_wrap .session_2 .list_trade{
  display: flex;
  gap: 20px;
  animation: scroll 46.08s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}

#container .main_content_wrap .session_2 .list_trade_scroll:hover .list_trade{
  animation-play-state: paused;
}

#container .main_content_wrap .session_2 .list_trade .item {
  width: 350px;
  padding: 25px 20px;
  border-radius: 15px;
  background-color: #f4f5f6;
  cursor: pointer;
}

#container .main_content_wrap .session_2 .list_trade .item:hover{
  border: 1px solid #717171;
}

#container .main_content_wrap .session_2 .list_trade .item .info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#container .main_content_wrap .session_2 .list_trade .item .info img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

#container .main_content_wrap .session_2 .list_trade .item .info .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #1e2630;
  margin-right: 5px;
}

#container .main_content_wrap .session_2 .list_trade .item .info .unit {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #9fa1a6;
}

#container .main_content_wrap .session_2 .list_trade .item .chart {
  margin: 10px 0;
}

#container .main_content_wrap .session_2 .list_trade .item .chart img {
  width: 100%;
  height: auto;
}

#container .main_content_wrap .session_2 .list_trade .item .num {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#container .main_content_wrap .session_2 .list_trade .item .num .price {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  min-width: 150px;
  margin-right: 5px;
}

#container .main_content_wrap .session_2 .list_trade .item .num .compare {
  font-size: 24px;
  font-weight: 400;
}

#container .main_content_wrap .session_2 .success {
  color: #28b567;
}

#container .main_content_wrap .session_2 .danger {
  color: #ef454a;
}

/* section 3 */

#container .main_content_wrap .session_3 {
  margin-top: 70px;
}

#container .main_content_wrap .session_3 .list-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  width: 100%;
  margin-top: 50px;
}

#container .main_content_wrap .session_3 .item {
  padding: 15px 15px 0 15px;
  border-radius: 15px;
  display: inline-block;
}

#container .main_content_wrap .session_3 .item img {
  width: 100%;
  height: auto;
}

#container .main_content_wrap .session_3 .item .session_content {
  padding: 30px 20px 50px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#container .main_content_wrap .session_3 .item .session_content .title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #1e2630;
  margin-bottom: 30px;
}

#container .main_content_wrap .session_3 .item .session_content .sub {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #a0a1a7;
  margin-bottom: 20px;
  max-width: 330px;
  height: 88px;
}

#container .main_content_wrap .session_3 .item .session_content .trade_pc {
  visibility: hidden;
  transition: 0s;
}

#container .main_content_wrap .session_3 .item .session_content .trade_pc span {
  font-size: 16px;
  line-height: 22px;
  color: #ff6200;
}

#container .main_content_wrap .session_3 .item .session_content .trade_pc img {
  width: 18px;
  height: auto;
}

#container .main_content_wrap .session_3 .list-item .item:hover {
  background-color: #f4f5f6;
}

#container .main_content_wrap .session_3 .list-item .item:hover .trade_pc {
  visibility: visible;
}

/* section 4 */

#container .main_content_wrap .session_4 {
  margin-top: 70px;
}

#container .main_content_wrap .session_4 .session_4_box {
  position: relative;
  margin-top: 40px;
}

#container .main_content_wrap .session_4 .list-item {
  width: 40%;
}

#container .main_content_wrap .session_4 .list-item .item {
  padding: 30px 20px;
  border-radius: 12px;
  cursor: pointer;
}

#container .main_content_wrap .session_4 .list-item .item .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #1e2630;
  margin-bottom: 10px;
}

#container .main_content_wrap .session_4 .list-item .item .sub {
  font-size: 14px;
  line-height: 22px;
  color: #9fa1a6;
}

#container .main_content_wrap .session_4 .list-item .item .img-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  text-align: center;
}

#container .main_content_wrap .session_4 .list-item .item .img-box img {
  width: 80%;
  height: auto;
  display: none;
}

#container .main_content_wrap .session_4 .list-item .item:hover {
  background-color: #e8e9ea;
}

#container .main_content_wrap .session_4 .list-item .item.active img{
  display: inline-block;
}


/* section 5 */

#container .main_content_wrap .session_5 {
  margin-top: 70px;
  width: 100%;
  height: 398px;
  background-image: url(../img/main/session_5_bg.svg);
  background-position: 50%;
  position: relative;
}

#container .main_content_wrap .session_5 .wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#container .main_content_wrap .session_5 .session_sub_title {
  margin-top: 20px;
}

#container .main_content_wrap .session_5 button {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  border-radius: 42px;
  background-color: #2b2f33;
  z-index: 2;
}

#container .main_content_wrap .session_5 button:hover{
  opacity: 0.8;
}

@keyframes animationStar {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  15% {
    opacity: 1;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(0.6);
  }
  45% {
    opacity: 1;
    transform: scale(0.4);
  }
  80% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 0;
    transform: scale(0);
  }
}

#container .main_content_wrap .session_5 .animation_star {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: inherit;
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  animation: animationStar 20s linear infinite;
}

#container .main_content_wrap .session_5 .index_star_2 {
  animation-delay: 5s;
}

#container .main_content_wrap .session_5 .index_star_3 {
  animation-delay: 10s;
}

#container .main_content_wrap .session_5 .index_star_4 {
  animation-delay: 15s;
}

/* section 6 */

#container .main_content_wrap .session_6 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 2fr 3fr;
}

#container .main_content_wrap .session_6 .img-box img {
  width: 50%;
  height: auto;
}

#container .main_content_wrap .session_6 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#container .main_content_wrap .session_6 .session_title {
  margin-bottom: 20px;
}

/* session 7 */

#container .main_content_wrap .session_7 {
  margin-top: 70px;
  overflow: hidden;
  padding: 32px 0;
  display: flex;
  background: linear-gradient(90deg, #FFBE99 0%, #FF6201 50.78%, #FFCBAD 100%);
}

#container .main_content_wrap .session_7 .img-box {
  display: flex;
  animation: scroll 46.08s linear 0s infinite;
  animation-play-state: running;
  animation-delay: 0s;
  animation-direction: normal;
}

#container .main_content_wrap .session_7 .img-box img {
  width: 160px;
  height: 32px;
  margin-left: 32px;
}

#container .main_content_wrap .session_7 .session_list .list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#container .main_content_wrap .session_7 .session_list .list_item_title {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 25px;
}

/* sub page */

#container {
  background-color: #f5f5f5;
}

.home #container {
  background-color: transparent;
}

#container .content_wrap {
  margin-top: 50px;
  min-height: calc(100vh - 400px);
}

#container .game_wrap .game_box {
  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 .betting_history_wrap .betting_history_tit p {
  color: #777e90;
  font-weight: 700;
}

#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 {
  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: 3px;
}

#container .search_tab .betlist_search .betlist_search_date {
  border: 1px solid #4daaa3;
}

#container .search_tab .betlist_search .betlist_search_btn {
  background-color: #d6d9e4 !important;
}

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

#container .message_list > ul > li .message_toggle {
  top: 50%;
  transform: translateY(-50%);
}

#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: 80px;
}

#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 {
  color: #6f7275;
  font-weight: 500;
}

.table_type02 table tr td:first-child {
  padding-left: 40px;
}
#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 .round {
  font-size: 24px;
}

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

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

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

#container .game_wrap .game_top .sound_btn {
  margin: 10px 0 0 30px;
}

@media screen and (min-width: 1536px) {
  header .dropbtn,
  header .header_right_box p {
    font-size: 14px;
  }
  #container .message_list > ul > li .tit .txt {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 30px;
  }
  #container .message_list > ul > li .con .title {
    line-height: 20px;
    margin-top: 10px;
  }
  #container .message_list > ul > li .con .date {
    margin-bottom: 0;
    line-height: 28px;
  }
  #container .message_list > ul > li {
    margin-top: 20px;
  }
  #container .message_list > ul > li .tit .lv img {
    max-width: 115px !important;
  }
  #container .message_list > ul > li .message_toggle {
    width: 20px;
    height: 10px;
  }
  .trade_coin_page #container .list_coin_wrap .search button {
    width: 80px;
  }
  .trade_coin_page #container table tr th {
    font-size: 16px;
  }
  #container input[type="text"],
  #container input[type="password"],
  #container input[type="number"] {
    height: 46px;
  }
  .table_type01 table tr th.th_bg span {
    height: 46px;
    line-height: 46px;
  }
  #container .game_wrap .game_top .sound_btn {
    margin: 10px 0 0 30px;
  }
  /* 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;
  }

  #container .content_wrap {
    width: 1440px;
  }

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

  #container input[type="text"],
  #container input[type="password"],
  #container input[type="number"] {
    font-size: 16px;
    color: #1b1d24;
    font-weight: 500;
    border: 1px solid #e6e8ec;
  }
  #container table tr td input.num {
    width: 266px;
    height: 46px;
    border-radius: 6px;
  }
  table tr td .refresh_btn {
    width: 22px;
    height: 22px;
    border: 0;
    margin: 0 0 0 12px;
  }
  #container input[type="text"]::placeholder {
    color: #1b1d24;
  }

  .btn {
    font-size: 16px;
    width: 152px;
    height: 45px;
    line-height: 45px;
  }

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

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

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

  /* header */

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

  /* content */

  #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,
  .modal .modal_signin .join_wrap .tit,
  .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: 16px;
  }
  #container .betting_area .betting_area_bot div p,
  #container .betting_area p,
  #container .money_wrap .caution_wrap ul li,
  #container .search_tab ul li a,
  #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,
  .modal .modal_signin .login_wrap .join_area .tit .desc {
    font-size: 14px;
    line-height: 22px;
  }

  #container .main_content_wrap .session_2 .session_list .list_item_title {
    font-size: 24px;
  }

  #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 {
    padding-top: 15px;
    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 {
    margin-bottom: 12px;
  }
  #container .money_wrap .caution_wrap ul li:last-child {
    margin-bottom: 0;
  }

  #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 10px;
  }

  #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 .search_tab .betlist_search .betlist_search_btn {
    background-color: #d6d9e4 !important;
    height: 40px;
  }

  #container .search_tab ul li a {
    padding: 9px 12px;
  }
  .notice_ico {
    width: 52px;
    height: 20px;
  }
  .event_ico {
    width: 52px;
    height: 20px;
  }
  #container .board_list .board_list_con ul li img {
    max-width: 100px;
  }

  /* footer */

  footer .footer_2 .footer_title {
    font-size: 18px;
    line-height: 32px;
  }

  footer .footer_2 .footer_sub {
    font-size: 16px;
  }
}

@media screen and (max-width: 1536px){
  #container .main_visual .main_title, #container .main_visual .main_title span {
    font-size: 48px;
    line-height: 58px;
  }
  #container .main_visual .main_info .num {
    font-size: 24px;
    line-height: 28px;
  }

  #container .main_content_wrap .session_title p{
    font-size: 36px;
    line-height: 50px;
  }

  #container .main_visual .main_visual_group_bt,
  #container .main_visual .main_info{
    margin-top: 25px;
  }

  #container .main_content_wrap .session_2 .list_trade .item .num .price {
    font-size: 30px;
    line-height: 30px;
  }

  #container .main_content_wrap .session_3 .item .session_content .title {
    font-size: 36px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1279px) {
  #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;
  }

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

  .modal .modal-content.modal_login .login_box {
    margin-right: 0;
  }

  header .header_box {
    padding: 20px;
  }

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

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

  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-right: 10px;
  }

  .header_before_login .header_right_box .theme_btn{
    width: 18px;
    height: 18px;
  }

  .header_right_box .partner{
    width: 20px;
    height: 20px;
  }

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

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

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

  header .header_right .num img {
    margin-right: 5px;
    width: 18px;
    height: 18px;
  }

  header .header_right .theme_btn{
    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;
  }

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

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

  footer .footer_2 {
    justify-content: flex-start;
  }
  footer .footer_2 p {
    font-size: 12px;
    line-height: 18px;
  }

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

  /* common */

  #container .main_content_wrap .session_title{
    text-wrap: nowrap;
    text-align: center;
  }

  #container .main_content_wrap .session_title p,
   #container .main_content_wrap .session_title span{
    font-size: 23px;
    line-height: 32px;
  }

  #container .main_content_wrap .session_title .color{
    margin-left: -5px;
    margin-bottom: 2px;
  }

  .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .swiper-slide {
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
  }

  .swiper .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 4px;
    border-radius: 0;
    background-color: #D9D9D9;
    opacity: 1;
  }

  .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #FF6200;
  }

  /* main */

  #container .main_visual .main_title, #container .main_visual .main_title span{
    font-size: 32px;
    line-height: 38px;
  }

  #container .main_visual .main_title .dot {
    margin-left: -10px;
  }

  #container .main_visual .sub_title {
    font-size: 18px;
    line-height: 30px;
  }

  #container .main_visual .main_visual_inner{
    grid-template-columns: 1fr;
  }

  #container .main_visual .main_visual_inner .visual_item_bg{
    order: -1;
  }

  #container .main_visual .main_visual_inner .visual_item{
    padding-right: 15px;
  }

  #container .main_visual .main_visual_group_bt{
    margin-top: 25px;
    max-width: none;
    width: 100%;
  }

  #container .main_visual .main_info{
    grid-template-columns: 1fr 1fr;
  }

  #container .main_visual .main_info p{
    text-align: center;
  }

  /* session 2 */

  #container .main_content_wrap .session_2 {
    padding-right: 15px;
  }

  #container .main_content_wrap .session_2 .session_title{
    text-wrap: nowrap;
  }

  #container .main_content_wrap .session_2 .filter_tag span{
    font-size: 14px;
  }

  #container .main_content_wrap .session_2 .filter_tag div{
    padding: 0 10px;
    margin-right: 10px;
    height: 46px;
  }

  #container .main_content_wrap .session_2 .filter_tag img{
    width: 16px;
    height: auto;
  }

  #container .main_content_wrap .session_2 .filter_tag{
    margin-top: 20px;
  }

  #container .main_content_wrap .session_2 .table-list{
     margin-top: 20px;
  }

  #container .main_content_wrap .session_2 .table-list tr td{
    border: 0;
    padding: 6px 8px;
    text-align: right;
  }

  #container .main_content_wrap .session_2 .table-list tr td:first-child{
    text-align: left;
  }

  #container .main_content_wrap .session_2 .table-list tr td p{
    font-size: 12px;
    line-height: 18px;
    color: #1E2630;
  }

  #container .main_content_wrap .session_2 .table-list tr td p.name{
    font-size: 14px;
  }

  #container .main_content_wrap .session_2 .table-list tr td p.vol{
    color: #A0A1A7;
  }

  #container .main_content_wrap .session_2 .table-list tr td p.success {
    color: #28b567;
  }
  
  #container .main_content_wrap .session_2 .table-list tr td p.danger {
    color: #ef454a;
  }

  #container .main_content_wrap .session_2 .table-list tr td .danger-box{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ef454a;
    color: #fff;
  }

  #container .main_content_wrap .session_2 .table-list tr td .success-box{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #28b567;
    color: #fff;
  }


  /* session 3 */

  #container .main_content_wrap .session_3{
    margin-top: 50px;
  }

  #container .main_content_wrap .session_3 .trade_mobile{
    display: flex;
    width: 160px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: #FF6200;
    border-radius: 30px;
    margin: 10px auto 0 auto;
  }

  #container .main_content_wrap .session_3 .trade_mobile span{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
  }

  #container .main_content_wrap .session_3 .trade_mobile img{
    width: 18px;
    margin-left: 5px;
  }

  #container .main_content_wrap .session_3 .item .session_content{
    padding: 0px 20px 20px 20px;
  }

  #container .main_content_wrap .session_3 .item .session_content .title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  #container .main_content_wrap .session_3 .item .session_content .sub{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

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

  #container .main_content_wrap .session_3 .item img{
    width: 90%;
  }



  /* session_4 */

  #container .main_content_wrap .session_4 {
    margin-top: 50px;
  }
  
  #container .main_content_wrap .session_4 .item{
    text-align: center;
    padding: 0 15px 15px 15px;
  }

  #container .main_content_wrap .session_4 .swiper{
    border-radius: 10px;
    border: 1px solid #E8E9EA;
  }

  #container .main_content_wrap .session_4 .item img{
    width: 50%;
  }

  #container .main_content_wrap .session_4 .session_4_box{
    margin-top: 20px;
  }

  #container .main_content_wrap .session_4 .item .title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #FF6200;
    margin-bottom: 10px;
  }

  #container .main_content_wrap .session_4 .item .sub{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9FA1A6;
    margin-bottom: 40px;
  }


  /* session_6 */

  #container .main_content_wrap .session_6 {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  #container .main_content_wrap .session_6 .img-box{
    text-align: center;
  }

  #container .main_content_wrap .session_6 .img-box img{
    width: 60%;
    margin: auto;
  }

  #container .main_content_wrap .session_6 .session_title{
    text-wrap: wrap;
  }

  #container .main_content_wrap .session_6 .content{
    margin-top: 30px;
  }

  #container .main_content_wrap .session_6 .session_sub_title{
    text-align: center;
    font-size: 16px;
    line-height: 22px;;
  }

  /* session 7  */

  #container .main_content_wrap .session_7{
    margin-top: 50px;
    padding: 16px 0;
  }

  #container .main_content_wrap .session_7 .img-box img {
    width: 80px;
    height: 16px;
    margin-left: 16px;
  }

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

  #container .message_list > ul > li .tit .lv img {
    max-width: 70px !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;
  }
  .table_type02 table tr td:first-child {
    padding-left: 20px;
  }
  #container .m_betlist_search .betlist_search_btn {
    width: 105px;
    float: right;
    background-color: #d6d9e4 !important;
  }
  #container .message_list > ul > li .con .title {
    font-size: 14px;
  }
}

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

/**/
