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,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.img_dark {
  display: none;
}
/*==================
	loading
==================*/

.loading {position:fixed; top:0; width:100%; height:100%; opacity:.8; z-index:100000; background-color:#17181B; -webkit-transition-duration:0.5s; transition-duration:0.5s; -webkit-transition-property: opacity;transition-property:opacity; -webkit-transition-timing-function:ease-out; transition-timing-function:ease-out; z-index:99999; }
.load {position:fixed; left:50%; top:47%; width:100px; height:100px; margin:0 0 0 -33px; }
.loading_logo {position:fixed; top:44%; width:100%; text-align:center; margin-top:-20px; }

.loading_div {position:absolute; top:0; width:100%; height:100%; opacity:.8; z-index:100; background-color:#17181B; -webkit-transition-duration:0.5s; transition-duration:0.5s; -webkit-transition-property: opacity;transition-property:opacity; -webkit-transition-timing-function:ease-out; transition-timing-function:ease-out; display:none; z-index:99999; }
.loading_div.show {display:block; }
.load_div {position:absolute; left:50%; top:47%; margin:0 0 0 -33px; }
.loading_logo_div {position:absolute; left:50%; top:44%; margin:-50px 0 0 -103px; }

.lds-ellipsis {display:inline-block; width:64px; height:64px; border:3px solid rgba(255,255,255,.3); border-radius:50%; border-top-color:#fff; animation: spin 1s ease-in-outinfinite; -webkit-animation:spin 1s ease-in-out infinite; }

@keyframes spin {to {-webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {to {-webkit-transform: rotate(360deg); } }

label.error {
  color: #ca2002;
  font-size: 14px;
  display: block;
  text-align: left;
  margin: 8px 0 0;
  line-height: 1;
}
@media (max-width: 1280px) {
  label.error {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
.modal_event {
  position: fixed;
  top: 10%;
  width: 100%;
  height: auto;
  z-index: 9991;
  display: none;
}
@media (max-width: 1280px) {
  .modal_event {
    top: 12%;
  }
}
.modal_event .cus_checkbox {
  min-height: 14px;
  min-width: 14px;
  padding-left: 20px;
}
.modal_event .cus_checkbox .checkmark:before {
  top: -2px;
  width: 14px;
  height: 14px;
  background-color: #1e1e3d;
  border: 0;
}
.modal_event .cus_checkbox .checkmark:after {
  top: 2px;
  left: 2px;
}
.modal_event .modal_event_item {
  width: 380px;
  position: absolute;
}
@media (max-width: 1600px) {
  .modal_event .modal_event_item {
    width: 23.75vw;
  }
}
@media (max-width: 1280px) {
  .modal_event .modal_event_item {
    width: 85%;
    margin: 0 auto;
  }
}
.modal_event .modal_event_item .thumb {
  width: 380px;
  height: 100%;
}
@media (max-width: 1600px) {
  .modal_event .modal_event_item .thumb {
    width: 23.75vw;
  }
}
@media (max-width: 1280px) {
  .modal_event .modal_event_item .thumb {
    width: 100%;
    height: 100%;
    min-height: 76vw;
    max-height: 98.6666666667vw;
    overflow-y: auto;
  }
}
.modal_event .modal_event_item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal_event .modal_event_item .content {
  background-color: #ffffff;
  padding: 20px 16px;
}
@media (max-width: 1280px) {
  .modal_event .modal_event_item .content {
    padding: 3.7333333333vw 2.6666666667vw;
  }
}
.modal_event .modal_event_item .content p {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 16px;
  color: #1668ff;
}
@media (max-width: 1280px) {
  .modal_event .modal_event_item .content p {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.modal_event .modal_event_left {
  left: 50%;
  margin-left: -610px;
}
@media (max-width: 1600px) {
  .modal_event .modal_event_left {
    margin-left: -38.125vw;
  }
}
@media (max-width: 1280px) {
  .modal_event .modal_event_left {
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.modal_event .modal_event_center {
  left: 50%;
  margin-left: -200px;
}
@media (max-width: 1600px) {
  .modal_event .modal_event_center {
    margin-left: -12.5vw;
  }
}
@media (max-width: 1280px) {
  .modal_event .modal_event_center {
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.modal_event .modal_event_right {
  left: 50%;
  margin-left: 210px;
}
@media (max-width: 1600px) {
  .modal_event .modal_event_right {
    margin-left: 13.125vw;
  }
}
@media (max-width: 1280px) {
  .modal_event .modal_event_right {
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.modal_event .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #08081e;
  font-size: 12px;
  color: #ffffff;
  margin-top: -3px;
  padding: 10px 4px;
}
@media (max-width: 1280px) {
  .modal_event .btn_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.modal_event .btn_list .btn_show_up {
  margin: 4px 10px 0 0;
}
@media (max-width: 1280px) {
  .modal_event .btn_list .btn_show_up {
    margin: 1.0666666667vw 2.6666666667vw 0 0;
  }
}
.modal_event .btn_list .btn {
  border: 0;
  padding: 6px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
}
@media (max-width: 1280px) {
  .modal_event .btn_list .btn {
    font-size: 3.2vw;
    padding: 2.6666666667vw;
  }
}
.modal_event .btn_list .btn.btn_close {
  background-color: #18182f;
  display: block;
  border-radius: 2px;
}
@media (max-width: 1280px) {
  .modal_event .btn_list .btn.btn_close {
    width: 90%;
    height: auto;
    margin-bottom: 2.6666666667vw;
  }
}
.top_notice {
  width: 100%;
  position: relative;
  background-color: #1d3177;
}
.top_notice .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .top_notice .inner {
    padding: 0 8vw 0 2.6666666667vw;
  }
}
.top_notice .notice_close {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/icon_notify.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
@media (max-width: 1280px) {
  .top_notice .notice_close {
    background-image: url("../images/notice_close.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    left: 95%;
  }
}
.top_notice .txt_run {
  font-size: 12px;
  line-height: 50px;
  color: #fff;
}
@media (max-width: 1280px) {
  .top_notice .txt_run {
    font-size: 2.6666666667vw;
    line-height: 8.5333333333vw;
  }
}
.inner {
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .inner {
    max-width: 100%;
  }
}
.btn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  opacity: 0.7;
}
.message_now {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 10, 10, 0.8);
  display: none;
}
@media (max-width: 1280px) {
  .message_now {
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .message_now.active {
    display: block;
  }
}
.message_now .inner {
  max-width: 288px;
  width: 100%;
  background: #fce653;
  -webkit-box-shadow: rgba(0, 0, 0, 0.31);
  box-shadow: rgba(0, 0, 0, 0.31);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 44px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .message_now .inner {
    padding: 4.2666666667vw 11.7333333333vw;
    max-width: 100%;
  }
}
.message_now .thumb {
  -webkit-animation: swing ease-in-out 0.2s infinite alternate;
  animation: swing ease-in-out 0.2s infinite alternate;
}
.message_now .txt_desp {
  font-weight: bold;
  padding-left: 20px;
}
@media (max-width: 1280px) {
  .message_now .txt_desp {
    padding-left: 5.3333333333vw;
    width: 100%;
  }
}
.message_now .txt_desp span {
  display: block;
  font-size: 11px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .message_now .txt_desp span {
    font-size: 2.9333333333vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.message_now .txt_desp a {
  background-color: #d4290b;
  display: block;
  text-align: center;
  font-size: 10px;
  padding: 10px 14px;
  color: #fff;
}
@media (max-width: 1280px) {
  .message_now .txt_desp a {
    font-size: 2.6666666667vw;
    font-weight: 900;
  }
}
.item_tlt_sport {
  background-color: #ebeff3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .item_tlt_sport {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 4.2666666667vw;
    padding: 3.7333333333vw 2.6666666667vw;
  }
}
.item_tlt_sport span {
  margin-left: 10px;
  display: inline-block;
}
@media (max-width: 1280px) {
  .item_tlt_sport span {
    margin-left: 2.6666666667vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.3;
  }
}
.item_tlt_sport .list_club {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item_tlt_sport .list_club .thumb {
  width: 25px;
  height: 25px;
}
.item_tlt_sport .list_club img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item_tlt_sport .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item_tlt_sport .league {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 1280px) {
  .item_tlt_sport .league {
    padding-left: 2.6666666667vw;
  }
}
.item_tlt_sport .broad_time {
  display: none;
}
@media (max-width: 1280px) {
  .item_tlt_sport .broad_time span {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    color: #0e8313;
    font-weight: 600;
  }
}
.bet_rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px;
}
@media (max-width: 1600px) {
  .bet_rate {
    margin: 0 1vw;
  }
}
@media (max-width: 1280px) {
  .bet_rate {
    margin: 0;
    width: 92%;
  }
}
.bet_rate .item_rate {
  background-color: #c3e6b3;
  padding: 7px 14px;
  border-radius: 6px;
  margin-left: 6px;
  height: 39px;
  width: 269px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .bet_rate .item_rate {
    width: 16.8125vw;
  }
}
@media (max-width: 1280px) {
  .bet_rate .item_rate {
    padding: 1.6vw 2.1333333333vw;
    border-radius: 1.6vw;
    width: 100%;
    height: 9.3333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.bet_rate .item_rate:first-child {
  margin-left: 0;
}
.bet_rate .item_rate:nth-child(02) {
  width: 205px;
}
@media (max-width: 1280px) {
  .bet_rate .item_rate:nth-child(02) {
    width: 100%;
  }
}
.bet_rate .item_rate.active {
  background-color: #32a836;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bet_rate .item_rate:hover {
  background-color: #32a836;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bet_rate .item_rate:hover .num {
  color: #1b1d24;
}
.bet_rate .item_rate:hover .name {
  color: #1b1d24;
}
.bet_rate .item_rate:active {
  background-color: #32a836;
}
.bet_rate .item_rate.item_rate_draw {
  background-color: #fff29e;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.bet_rate .item_rate.item_rate_draw:hover {
  background-color: #ffde00;
}
.bet_rate .item_rate.item_rate_draw:hover .num {
  color: #1b1d24;
}
.bet_rate .item_rate.item_rate_draw:hover .name {
  color: #1b1d24;
}
.bet_rate .item_rate.item_rate_draw.active {
  background-color: #ffde00;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bet_rate .item_rate.item_rate_draw.item_rate_only_num {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bet_rate .item_rate.item_rate_under {
  background-color: #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bet_rate .item_rate.item_rate_under:disabled:hover {
  background-color: #e0e0e0;
}
.bet_rate .item_rate span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-weight: 500;
  color: #015304;
}
.bet_rate .item_rate .num {
  font-size: 15px;
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .bet_rate .item_rate .num {
    font-size: 3.7333333333vw;
  }
}
.bet_rate .item_rate .name {
  font-size: 14px;
  line-height: 17px;
  color: #1b1d24;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .bet_rate .item_rate .name {
    font-size: 3.7333333333vw;
    line-height: 5.6vw;
    display: none;
  }
}
.bet_rate .item_rate .name .name_clb {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
}
.bet_rate .item_rate .txt_yard_bet {
  display: none;
}
@media (max-width: 1280px) {
  .bet_rate .item_rate .txt_yard_bet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: -0.1333333333vw;
  }
}
.icon_rate_up {
  background-image: url("../images/icon_danger.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
@media (max-width: 1280px) {
  .icon_rate_up {
    width: 2.9333333333vw;
    height: 3.7333333333vw;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5333333333vw 0.5333333333vw 0.5333333333vw;
  }
}
.icon_rate_down {
  background-image: url("../images/icon_lose.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
@media (max-width: 1280px) {
  .icon_rate_down {
    width: 2.9333333333vw;
    height: 3.7333333333vw;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5333333333vw 0.5333333333vw 0.5333333333vw;
  }
}
.icon_rate_score {
  background-image: url("../images/icon_fb_now.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
@media (max-width: 1280px) {
  .icon_rate_score {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5333333333vw 0.5333333333vw 0.5333333333vw;
  }
}
.icon_rate_not_score {
  background-image: url("../images/icon_fb_not.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}
@media (max-width: 1280px) {
  .icon_rate_not_score {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5333333333vw 0.5333333333vw 0.5333333333vw;
  }
}
.info_option {
  display: none;
  background-color: #ebeff3;
}
.item_sport_statistic > ul li {
  background-color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .item_sport_statistic > ul li {
    margin-bottom: 0;
    padding-bottom: 2.6666666667vw;
    border-bottom: 1px solid #d0d4d9;
  }
}
.item_sport_statistic > ul li:last-child {
  margin-bottom: 0;
  border: 0;
}
.item_sport_statistic > ul li .more_option {
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 60px;
}
@media (max-width: 1280px) {
  .item_sport_statistic > ul li .more_option {
    background-color: #32a836;
    color: #fff;
    font-size: 3.4666666667vw;
    border-radius: 1.3333333333vw;
    width: 6.4vw;
    padding: 2.9333333333vw 0;
    font-weight: 500;
    margin-left: 1.0666666667vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    -webkit-transform: initial;
    transform: initial;
    top: initial;
    min-width: auto;
  }
}
.item_sport_statistic > ul li .more_option.active span:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item_sport_statistic > ul li .more_option span.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.item_sport_statistic > ul li .more_option span:before {
  content: "";
  background-image: url("../images/icon_arrow_down.svg");
  background-position: center top 9px;
  background-size: auto;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-color: #32a836;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1280px) {
  .item_sport_statistic > ul li .more_option span:before {
    content: none;
  }
}
.item_bet_sport {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .item_bet_sport {
    margin-bottom: 5.3333333333vw;
  }
}
.item_bet_sport:last-child {
  margin-bottom: 0;
}
.item_bet_sport img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item_sport_statistic .info_option_wrapper {
  position: relative;
}
.item_sport_statistic .item_bet_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 20px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 1280px) {
  .item_sport_statistic .item_bet_content {
    display: block;
    padding: 1.0666666667vw 1.6vw;
    position: relative;
  }
}
.item_sport_statistic .info_option .item_bet_content {
  border: 0;
}
@media (max-width: 1280px) {
  .item_sport_statistic .item_info {
    padding: 2.6666666667vw 1.6vw 6.9333333333vw;
  }
}
.item_sport_statistic .item_info .date {
  position: absolute;
  top: 19px;
  left: 27px;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .item_sport_statistic .item_info .date {
    top: 10.6666666667vw;
    left: 1.6vw;
    font-weight: 600;
    font-size: 4vw;
    color: #5d626b;
  }
}
.item_sport_statistic .yard_bet_content {
  display: none;
}
@media (max-width: 1280px) {
  .item_sport_statistic .yard_bet_content {
    display: block;
    text-align: left;
  }
}
.item_sport_statistic .yard_bet_content .team_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .item_sport_statistic .yard_bet_content .team_list {
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .item_sport_statistic .yard_bet_content .team_list span {
    font-weight: 500;
    color: #1b1d24;
    font-size: 4.5333333333vw;
    line-height: 5.3333333333vw;
    max-width: 45.3333333333vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media (max-width: 1280px) {
  .item_sport_statistic .yard_bet_content .team_list span.vs {
    color: #95979e;
    margin: 0 1.6vw;
  }
}
@media (max-width: 1280px) {
  .item_sport_statistic .yard_bet_content .yard_bet_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1280px) {
  .item_sport_statistic .yard_bet_content .yard_bet_info span {
    font-weight: 600;
    font-size: 4vw;
    color: #5d626b;
  }
}
.item_sport_statistic .yard_bet_content .yard_bet_info span.deadline {
  color: #32a836;
  font-weight: 700;
}
.item_sport_statistic .deadline {
  color: #ff7a00;
  font-size: 15px;
  font-weight: 600;
  margin-left: 8px;
  width: 140px;
  text-align: right;
  position: absolute;
  top: 19px;
  right: 27px;
}
@media (max-width: 1280px) {
  .item_sport_statistic .deadline {
    width: auto;
    font-size: 4vw;
    margin-left: 1.6vw;
    right: 2.6666666667vw;
    top: 10.6666666667vw;
  }
}
.item_sport_statistic .bet_info_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 936px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .item_sport_statistic .bet_info_detail {
    max-width: 100%;
    display: block;
    text-align: left;
  }
}
.item_sport_statistic .list_bet {
  font-size: 14px;
  font-weight: 500;
  min-width: 145px;
  text-align: right;
}
@media (max-width: 1280px) {
  .item_sport_statistic .list_bet {
    font-size: 3.2vw;
    min-width: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 1.6vw;
    display: block;
  }
}
.item_sport_statistic .list_bet_scope {
  display: block;
}
@media (max-width: 1280px) {
  .item_sport_statistic .list_bet_scope {
    display: inline;
    margin-left: 1.6vw;
  }
}
.betting_close {
  display: none;
}
@media (max-width: 1280px) {
  .betting_close {
    content: "";
    display: block;
    background-image: url("../images/notice_close.svg");
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    position: fixed;
    top: 3.2vw;
    left: 2.6666666667vw;
    background-color: transparent;
    cursor: pointer;
  }
}
@media (max-width: 1280px) {
  .show .betting_slip.betting_slip_open .cart_betting {
    display: none;
  }
}
@media (max-width: 1280px) {
  .betting_slip.betting_slip_open {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(17, 10, 10, 0.68);
  }
}
.betting_slip.betting_slip_open .betting_slip_content {
  right: 0;
}
@media (max-width: 1280px) {
  .betting_slip.betting_slip_open .betting_slip_content {
    right: 0;
    overscroll-behavior-y: none;
    overflow-y: auto;
    width: 90%;
  }
}
.betting_slip .betting_slip_content {
  position: fixed;
  top: 0;
  right: -359px;
  background-color: #dde0e7;
  width: 359px;
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.betting_slip .tab_nav {
  background-color: #fff;
  padding: 5px 10px;
}
@media (max-width: 1280px) {
  .betting_slip .tab_nav {
    padding: 1.3333333333vw 2.6666666667vw;
  }
}
.betting_slip .tab_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.betting_slip .tab_nav ul li {
  width: 50%;
  padding: 13px 8px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #0e8313;
}
@media (max-width: 1280px) {
  .betting_slip .tab_nav ul li {
    padding: 3.2vw 2.6666666667vw;
  }
}
.betting_slip .tab_nav ul li.active {
  background-color: #0e8313;
  border: 0;
}
.betting_slip .tab_nav ul li.active span {
  color: #fff;
}
.betting_slip .tab_nav ul li:last-child {
  margin-left: 6px;
}
@media (max-width: 1280px) {
  .betting_slip .tab_nav ul li:last-child {
    margin-left: 1.6vw;
  }
}
.betting_slip .tab_nav ul li span {
  color: #32a836;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .betting_slip .tab_nav ul li span {
    font-size: 3.7333333333vw;
  }
}
.betting_slip .tab_content .item_content {
  padding: 10px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: none;
}
@media (max-width: 1280px) {
  .betting_slip .tab_content .item_content {
    padding: 1.6vw 2.6666666667vw;
  }
}
.betting_slip .tab_content .item_content.active {
  -webkit-animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  display: block;
}
.betting_slip .check_all {
  text-align: left;
  padding: 8px 9px;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .betting_slip .check_all {
    padding: 2.1333333333vw 2.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.betting_slip .cus_checkbox {
  min-height: 18px;
  line-height: 18px;
}
@media (max-width: 1280px) {
  .betting_slip .cus_checkbox {
    min-height: 4.8vw;
    line-height: 4.8vw;
  }
}
.betting_slip .cus_checkbox .checkmark {
  padding-left: 24px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}
@media (max-width: 1280px) {
  .betting_slip .cus_checkbox .checkmark {
    padding-left: 6.4vw;
    -webkit-box-flex: 4vw;
    -ms-flex: 4vw;
    flex: 4vw;
  }
}
.betting_slip .cus_checkbox .checkmark span {
  border-left: 1px solid #dde0e7;
  border-right: 1px solid #dde0e7;
  padding: 0 4px;
  margin: 0 4px;
}
@media (max-width: 1280px) {
  .betting_slip .cus_checkbox .checkmark span {
    padding: 0 1.0666666667vw;
    margin: 0 1.0666666667vw;
  }
}
.betting_slip .betting_cancel_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
}
.betting_slip .list_item_bet_cancel {
  overflow-y: auto;
  height: 100%;
}
.betting_slip .list_item_bet_cancel .item_betting_cancel .betting_slip_list {
  height: auto;
}
@media (max-width: 1280px) {
  .betting_slip .list_item_bet_cancel .item_betting_cancel .betting_slip_list {
    height: auto;
  }
}
.betting_slip
  .list_item_bet_cancel
  .item_betting_cancel:first-child
  .betting_slip_list {
  display: block;
}
.betting_slip .item_betting_cancel {
  border-radius: 6px;
  background-color: #fff;
  padding: 14px 10px;
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .betting_slip .item_betting_cancel {
    border-radius: 1.6vw;
    padding: 3.7333333333vw 2.6666666667vw;
    margin-bottom: 1.6vw;
  }
}
@media (max-width: 1280px) {
  .betting_slip .item_betting_cancel:last-child {
    margin-bottom: 2.6666666667vw;
  }
}
.betting_slip .item_betting_cancel .betting_slip_list {
  margin-bottom: 0;
  display: none;
}
.betting_slip .item_betting_cancel .betting_slip_list ul {
  height: auto;
  overflow-y: initial;
}
.betting_slip .item_betting_cancel .betting_slip_list li {
  background-color: #f5f7f9;
}
.betting_slip .item_betting_cancel .betting_slip_list .betting_info.active {
  display: block;
}
.betting_slip
  .item_betting_cancel
  .betting_slip_list
  .betting_info
  .item_tlt_sport {
  background-color: #ebeff3;
}
.betting_slip .item_betting_cancel_tlt {
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #dde0e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media (max-width: 1280px) {
  .betting_slip .item_betting_cancel_tlt {
    padding-bottom: 4vw;
    font-size: 4vw;
    margin-bottom: 3.2vw;
  }
}
.betting_slip .item_betting_cancel_tlt p {
  margin-left: 4px;
  letter-spacing: -0.3px;
}
@media (max-width: 1280px) {
  .betting_slip .item_betting_cancel_tlt p {
    margin-left: 1.0666666667vw;
  }
}
.betting_slip .item_betting_cancel_tlt p .date {
  font-weight: 600;
  margin: 0;
}
.betting_slip .item_betting_cancel_tlt .arrow_down {
  background-color: #32a836;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .betting_slip .item_betting_cancel_tlt .arrow_down {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.betting_slip .item_betting_cancel_tlt .arrow_down:before {
  content: "";
  background-image: url("../images/icon_arrow_down_bet.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1280px) {
  .betting_slip .item_betting_cancel_tlt .arrow_down:before {
    width: 2.9333333333vw;
    height: 2.1333333333vw;
  }
}
.betting_slip .item_betting_cancel_tlt .arrow_down.active:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.betting_slip .box_rate_expected dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 1280px) {
  .betting_slip .box_rate_expected dl {
    font-size: 4vw;
    margin-bottom: 3.7333333333vw;
  }
}
.betting_slip .box_rate_expected dl dd {
  color: #32a836;
}
.betting_slip .btn_list {
  min-height: 234px;
}
@media (max-width: 1280px) {
  .betting_slip .btn_list {
    min-height: 59.7333333333vw;
  }
}
.betting_slip .btn_list button {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 16px;
  border-radius: 6px;
  width: 100%;
  display: block;
}
@media (max-width: 1280px) {
  .betting_slip .btn_list button {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.betting_slip .btn_list button.btn_reset {
  background-color: #aab3c4;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .betting_slip .btn_list button.btn_reset {
    margin-bottom: 2.6666666667vw;
  }
}
.betting_slip .btn_list button.btn_cancel {
  background-color: #d4290b;
}
.betting_slip .betting_slip_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
}
.betting_slip .betting_slip_list {
  height: 100%;
  overflow: auto;
  overscroll-behavior-y: none;
}
.betting_slip .betting_slip_list {
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list {
    margin-bottom: 2.1333333333vw;
  }
}
.betting_slip .betting_slip_list ul {
  height: 100%;
  overflow-y: auto;
}
.betting_slip .betting_slip_list li {
  background-color: #fff;
  text-align: left;
  margin-bottom: 6px;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list li {
    margin-bottom: 1.3333333333vw;
    border-radius: 1.6vw;
  }
}
.betting_slip .betting_slip_list li:last-child {
  margin-bottom: 0;
}
.betting_slip .betting_slip_list .betting_info .item_tlt_sport {
  padding: 6px 12px;
  background-color: #ebeff3;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .betting_info .item_tlt_sport {
    font-size: 4.2666666667vw;
  }
}
.betting_slip .betting_slip_list .betting_info .item_tlt_sport .thumb {
  width: 18px;
  height: 18px;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .betting_info .item_tlt_sport .thumb {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.betting_slip .betting_slip_list .betting_info .item_tlt_sport .league span {
  color: #1b1d24;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 6px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .betting_info .item_tlt_sport .league span {
    font-size: 3.7333333333vw;
    margin: 0 0 0 1.6vw;
  }
}
.betting_slip .betting_slip_list .txt_desp {
  padding: 15px 8px 15px 14px;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .txt_desp {
    padding: 4vw 2.1333333333vw 4vw 3.7333333333vw;
  }
}
.betting_slip .betting_slip_list .team_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .team_list {
    margin-bottom: 3.2vw;
  }
}
.betting_slip .betting_slip_list .team_list span {
  color: #72737b;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .team_list span {
    font-size: 4vw;
  }
}
.betting_slip .betting_slip_list .team_list span:nth-child(01) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 150px;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .team_list span:nth-child(01) {
    max-width: 40vw;
  }
}
.betting_slip .betting_slip_list .team_list span:nth-child(03) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 150px;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .team_list span:nth-child(03) {
    max-width: 40vw;
  }
}
.betting_slip .betting_slip_list .team_list span.vs {
  color: #bbb;
  margin: 0 8px;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .team_list span.vs {
    margin: 0 1.3333333333vw;
  }
}
.betting_slip .betting_slip_list .bet_index {
  font-size: 15px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .bet_index {
    font-size: 4vw;
  }
}
.betting_slip .betting_slip_list .bet_index p span:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #aab3c4;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.betting_slip .betting_slip_list .bet_index span {
  color: #32a836;
}
.betting_slip .betting_slip_list .btn_delete {
  background-image: url("../images/icon_delete.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  right: 6px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .betting_slip .betting_slip_list .btn_delete {
    width: 4vw;
    height: 4vw;
    top: 2.1333333333vw;
    right: 1.6vw;
  }
}
.betting_slip .total_cart {
  min-height: 445px;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart {
    min-height: 105.6vw;
  }
}
.betting_slip .total_cart .form_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart .form_point {
    margin-bottom: 1.6vw;
  }
}
.betting_slip .total_cart .form_point .btn_reset {
  background-image: url("../images/icon_reset.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart .form_point .btn_reset {
    padding: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.betting_slip .total_cart .form_point input {
  border: 0;
  width: 100%;
  height: 44px;
  padding: 10px 20px;
  text-align: right;
  color: #1b1d24;
  font-weight: 500;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 6px;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart .form_point input {
    height: 10.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 6.4vw;
    margin-left: 2.6666666667vw;
  }
}
.betting_slip .total_cart .list_point {
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart .list_point {
    margin-bottom: 1.6vw;
  }
}
.betting_slip .total_cart .list_point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart .list_point ul {
    gap: 1.6vw;
  }
}
.betting_slip .total_cart .list_point ul li {
  width: 31.33%;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart .list_point ul li {
    width: 32%;
  }
}
.betting_slip .total_cart .list_point ul li button {
  width: 100%;
  border: 0;
  border-radius: 3px;
  background-color: #fff;
  padding: 14px 0;
  color: #1b1d24;
  font-size: 15px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart .list_point ul li button {
    font-size: 4vw;
    line-height: 4.8vw;
    padding: 2.1333333333vw 2.6666666667vw;
  }
}
.betting_slip .total_cart .list_point ul li button:hover {
  background-color: #32a836;
  color: #fff;
}
.betting_slip .total_cart .total_cart_list {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.betting_slip .total_cart .total_cart_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dde0e7;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart .total_cart_list dl {
    font-size: 4vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    line-height: 5.8666666667vw;
  }
}
.betting_slip .total_cart .total_cart_list dl:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.betting_slip .total_cart .total_cart_list dl dd {
  color: #32a836;
}
.betting_slip .total_cart .btn_betting button {
  background-color: #32a836;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding: 13px 0;
  color: #fff;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .betting_slip .total_cart .btn_betting button {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    padding: 3.2vw;
    border-radius: 1.6vw;
  }
}
.betting_slip .cart_betting {
  background-image: url("../images/icon_cart.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -50px;
  top: 0;
  background-color: #32a836;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 1280px) {
  .betting_slip .cart_betting {
    background-image: url("../images/icon_cart_sp.svg");
    background-position: center;
    background-size: 8.5333333333vw;
    background-repeat: no-repeat;
    position: fixed;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    left: 83%;
    bottom: 20vw;
    border-radius: 50%;
    z-index: 99;
    top: initial;
    display: none;
  }
}
.betting_slip .cart_betting span {
  display: none;
}
@media (max-width: 1280px) {
  .betting_slip .cart_betting span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 4vw;
    font-weight: 700;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    border: 1px solid #0e8313;
    border-radius: 50%;
    position: absolute;
    top: -2.6666666667vw;
    right: -1.3333333333vw;
    background-color: #fff;
  }
}
.block_wrapper {
  display: none;
}
.betting_block {
  position: relative;
}
.betting_block .block_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #17181bc2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.betting_slip_mini_game .bet_board .dynamic_board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.game_pip {
  display: none;
  position: fixed !important;
  bottom: 10px;
  right: 10px;
  width: 238px;
  height: 186px;
  border: 2px solid #000;
  z-index: 12;
}
@media (max-width: 1280px) {
  .game_pip {
    bottom: 20vw;
  }
}
.game_pip.close {
  display: none !important;
}
.game_pip .game_area_bg {
  position: relative;
  height: 100%;
  background-size: cover !important;
}
.game_pip .game_area_bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.game_pip .game_area {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.game_pip .game_pip_close {
  background-image: url("../images/game_pip_close.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30px;
  height: 30px;
  z-index: 9;
}
.game_pip #game_mini {
  position: inherit;
  width: 830px;
  height: 640px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(0.28);
  transform: scale(0.28);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.modal_check_betting {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 29, 36, 0.88);
  display: none;
  overflow: auto;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.modal_check_betting.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal_check_betting.modal_selected_info .content_modal_wrapper {
  width: 479px;
  background-color: #ebeff3;
}
@media (max-width: 1280px) {
  .modal_check_betting.modal_selected_info .content_modal_wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.modal_check_betting.modal_selected_info .content_modal_wrapper h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 22px;
}
@media (max-width: 1280px) {
  .modal_check_betting.modal_selected_info .content_modal_wrapper h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.modal_check_betting.modal_selected_info .content_modal_wrapper .txt_desp {
  border-radius: 6px;
  background-color: #fff;
  padding: 11px;
  margin-bottom: 22px;
}
@media (max-width: 1280px) {
  .modal_check_betting.modal_selected_info .content_modal_wrapper .txt_desp {
    border-radius: 1.6vw;
    padding: 2.9333333333vw;
    margin-bottom: 3.2vw;
  }
}
.modal_check_betting.modal_selected_info .content_modal_wrapper .txt_desp p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .modal_check_betting.modal_selected_info .content_modal_wrapper .txt_desp p {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.modal_check_betting.modal_selected_info .content_modal_wrapper .txt_desp span {
  margin-bottom: 16px;
  display: block;
}
@media (max-width: 1280px) {
  .modal_check_betting.modal_selected_info
    .content_modal_wrapper
    .txt_desp
    span {
    margin-bottom: 2.6666666667vw;
  }
}
.modal_check_betting.modal_selected_info
  .content_modal_wrapper
  .txt_desp
  span:last-child {
  margin: 0;
}
.modal_check_betting.modal_selected_info .content_modal_wrapper .txt_important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}
@media (max-width: 1280px) {
  .modal_check_betting.modal_selected_info
    .content_modal_wrapper
    .txt_important {
    margin-bottom: 3.7333333333vw;
  }
}
.modal_check_betting.modal_selected_info
  .content_modal_wrapper
  .txt_important
  .thumb {
  width: 27px;
  height: 27px;
}
@media (max-width: 1280px) {
  .modal_check_betting.modal_selected_info
    .content_modal_wrapper
    .txt_important
    .thumb {
    width: 7.2vw;
    height: 7.2vw;
  }
}
.modal_check_betting.modal_selected_info
  .content_modal_wrapper
  .txt_important
  .thumb
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal_check_betting.modal_selected_info
  .content_modal_wrapper
  .txt_important
  p {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .modal_check_betting.modal_selected_info
    .content_modal_wrapper
    .txt_important
    p {
    font-size: 3.4666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.modal_check_betting.modal_selected_info
  .content_modal_wrapper
  .btn_list
  button.btn_check {
    background-color: #7438B8;
}
.modal_check_betting .close_modal {
  position: absolute;
  top: 19px;
  right: 18px;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .modal_check_betting .close_modal {
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
  }
}
.modal_check_betting .close_modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.modal_check_betting .content_modal {
  background-color: #fff;
}
.modal_check_betting .content_modal_wrapper {
  background-color: #fff;
  padding: 20px 0;
  width: 363px;
  margin: 0 auto;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper {
    width: 100%;
    padding: 5.3333333333vw 0;
    border-radius: 3.2vw;
  }
}
.modal_check_betting .content_modal_wrapper h2 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #1b1d24;
  border: 0;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper h2 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.modal_check_betting .content_modal_wrapper .content {
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper .content {
    padding: 0 4.2666666667vw;
  }
}
.modal_check_betting .content_modal_wrapper .content .message-content {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper .content .message-content {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.modal_check_betting .content_modal_wrapper .content .message-content p {
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper .content .message-content p {
    margin-bottom: 2.6666666667vw;
  }
}
.modal_check_betting .content_modal_wrapper .txt_desp {
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper .txt_desp {
    margin-bottom: 5.3333333333vw;
  }
}
.modal_check_betting .content_modal_wrapper .txt_desp p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper .txt_desp p {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.modal_check_betting .content_modal_wrapper .txt_desp span {
  color: #4379ee;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper .txt_desp span {
    font-size: 4vw;
  }
}
.modal_check_betting .content_modal_wrapper .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper .btn_list {
    display: block;
  }
}
.modal_check_betting .content_modal_wrapper .btn_list button {
  width: 213px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #1b1d24;
  border: 1px solid #717a8a;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper .btn_list button {
    width: 100%;
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 5px;
  }
}
.modal_check_betting .content_modal_wrapper .btn_list button.btn_check {
  background-color: #d4290b;
  color: #fff;
  border: 0;
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal_wrapper .btn_list button.btn_check {
    margin: 0 0 2.6666666667vw;
  }
}
.modal_check_betting
  .content_modal_wrapper
  .btn_list
  button.btn_check.no_margin {
  margin: 14px 0 0 0;
}
@media (max-width: 1280px) {
  .modal_check_betting
    .content_modal_wrapper
    .btn_list
    button.btn_check.no_margin {
    margin: 10px 0 0 0;
  }
}
.modal_check_betting .content_modal_wrapper .btn_list button:hover {
  opacity: 0.7;
}
.modal_check_betting .content_modal {
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1280px) {
  .modal_check_betting .content_modal {
    border-radius: 1.6vw;
    max-width: 100%;
    width: 94%;
  }
}
.filter_sport {
  padding-bottom: 15px;
  background-color: #dde0e7;
}
@media (max-width: 1280px) {
  .filter_sport {
    padding-bottom: 1.3333333333vw;
  }
}
.filter_sport ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}
@media (max-width: 1280px) {
  .filter_sport ul {
    margin-right: -1.3333333333vw;
  }
}
.filter_sport ul li {
  width: 25%;
  padding-right: 10px;
}
@media (max-width: 1280px) {
  .filter_sport ul li {
    padding-right: 1.3333333333vw;
    width: 33.33%;
  }
}
.filter_sport ul li.active a {
  color: #32a836;
  border: 2px solid #32a836;
  background-color: #ffffff;
}
.filter_sport ul li a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b1d24;
  width: 100%;
  margin: 0 auto;
  border: 2px solid transparent;
  padding: 14px 20px;
  border-radius: 6px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  background-color: #ebeff3;
}
@media (max-width: 1280px) {
  .filter_sport ul li a {
    font-size: 4vw;
    line-height: 4.5333333333vw;
    padding: 2.6666666667vw 3.2vw;
    border-radius: 1.6vw;
    background-color: #fff;
    border: 2px solid transparent;
  }
}
.filter_sport ul li a:hover {
  color: #32a836;
  border: 2px solid #32a836;
}
.date {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin-right: 16px;
  text-wrap: nowrap;
}
@media (max-width: 1280px) {
  .date {
    font-size: 10px;
  }
}
.history_date_filter {
  margin-bottom: 10px;
  text-align: left;
}
.history_date_filter ul {
  display: inline-block;
}
.history_date_filter ul li {
  display: inline-block;
}
.history_date_filter ul li a {
  display: inline-block;
  color: #ebeff3;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.history_date_filter ul li a:hover {
  background-color: #ebeff3;
}
.history_date_filter ul li.active a {
  color: #fff;
  font-weight: 700;
  background-color: #32a836;
}
.cus_checkbox {
  min-height: 16px;
  min-width: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.cus_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cus_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.cus_checkbox input:checked ~ .checkmark:before {
  background-color: #199e1e;
  border: 0;
}
.cus_checkbox .checkmark:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #c7cbd4;
  border-radius: 3px;
}
.cus_checkbox .checkmark:after {
  content: "";
  background-image: url("../images/checkmark.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 8px;
  position: absolute;
  display: none;
}
.pagination_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 40px;
}
@media (max-width: 1280px) {
  .pagination_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .pagination_content .btn_link {
    width: 100%;
  }
}
.pagination_content .btn_link a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #5405AB;
  padding: 13px 40px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .pagination_content .btn_link a {
    width: 100%;
    display: block;
    font-size: 3.7333333333vw;
    border-radius: 1.6vw;
    padding: 4.2666666667vw 10.6666666667vw;
  }
}
#paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  #paging {
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
#paging .page_numbers {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #171a26;
  margin: 0 2px;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 1280px) {
  #paging .page_numbers {
    width: 24px;
    height: 24px;
    margin: 0 3px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 24px;
  }
}
#paging .page_numbers.current {
  color: #fff;
  background-color: #7438B8;
}
#paging .page_numbers:hover {
  color: #fff;
  background-color: #7438B8;
}
#paging a {
  color: #5d626b;
  font-weight: 500;
  border-radius: 6px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 1280px) {
  #paging a {
    border-radius: 0.8vw;
  }
}
#paging a.prev {
  background-image: url("../images/arrow_left_white.svg");
  background-position: left 8px center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 6px 10px;
  margin-right: 24px;
  text-align: right;
  width: 88px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #5d626b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
@media (max-width: 1280px) {
  #paging a.prev {
    width: 24px;
    margin-right: 3px;
    padding: 0;
    background-position: center;
    background-position: left 7px center;
  }
}
#paging a.prev:after {
  content: "Previous";
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  #paging a.prev:after {
    content: none;
  }
}
#paging a.next {
  background-image: url("../images/arrow_right_white.svg");
  background-position: right 10px center;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 6px 15px;
  margin-left: 24px;
  text-align: left;
  width: 88px;
  background-color: #5d626b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
@media (max-width: 1280px) {
  #paging a.next {
    width: 24px;
    margin-left: 3px;
    padding: 0;
    background-position: center;
  }
}
#paging a.next:before {
  content: "Next";
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  #paging a.next:before {
    content: none;
  }
}
.btn {
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .btn {
    border-radius: 4px;
  }
}
.btn_close {
  display: none;
}
@media (max-width: 1280px) {
  .btn_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #fff;
    width: 100%;
    height: 13.3333333333vw;
  }
}
@media (max-width: 1280px) {
  .btn_close .inn {
    background-image: url("../images/close_menu.svg");
    background-position: center right;
    background-size: auto;
    background-repeat: no-repeat;
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    display: block;
  }
}
.exchange_menu {
  display: none;
}
@media (max-width: 1280px) {
  .exchange_menu {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    z-index: 999;
    margin: 0;
    background-color: #b9bbc1;
    display: block;
    overflow: auto;
    overscroll-behavior-y: none;
  }
}
.exchange_menu .exchange_wrap {
  overflow: auto;
  max-height: 100%;
}
.exchange_menu .exchange_nav_top {
  background-color: #fff;
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_nav_top {
    height: 16vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5.0666666667vw;
  }
}
.exchange_menu .exchange_nav_top .exchange_loyout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_nav_top .exchange_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_nav_top .exchange_name .thumb {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    margin-right: 0.8vw;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .exchange_menu .exchange_nav_top .exchange_name .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
  }
}
.exchange_menu .exchange_nav_top .exchange_name span {
  font-size: 4vw;
  line-height: 4.5333333333vw;
  color: #1b1d24;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_nav_top .btn_logout {
    background-image: url("../images/icon_logout.svg");
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 6.4vw;
    height: 6.4vw;
    display: inline-block;
    margin-left: 2.6666666667vw;
  }
}
.exchange_menu .exchange_nav_top .btn_close {
  height: auto;
  width: auto;
}
.exchange_menu .exchange_content {
  background-color: #263d8c;
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content {
    padding: 3.2vw 3.7333333333vw 5.0666666667vw;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content .exchange_info {
    margin-bottom: 4.2666666667vw;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content dl {
    background-color: #fff;
    border-radius: 1.3333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 4vw 3.2vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content dl:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content dl dt {
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content dl dd {
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
    color: #4379ee;
  }
}
.exchange_menu .exchange_content .exchange_list_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content .exchange_list_content ul {
    gap: 6.9333333333vw 0;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content .exchange_list_content ul li {
    width: 20%;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content .exchange_list_content ul li a {
    font-size: 2.6666666667vw;
    line-height: 4vw;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_content .exchange_list_content ul li a:before {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_result:before {
    background-image: url("../images/icon_nav_result.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_history:before {
    background-image: url("../images/icon_nav_history.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_charge:before {
    background-image: url("../images/icon_nav_charge.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_money:before {
    background-image: url("../images/icon_nav_money.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_customer:before {
    background-image: url("../images/icon_nav_customer.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_mypage:before {
    background-image: url("../images/icon_nav_mypage.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_attendance:before {
    background-image: url("../images/icon_nav_attendance.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_board:before {
    background-image: url("../images/icon_nav_board.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_message:before {
    background-image: url("../images/icon_nav_message.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu
    .exchange_content
    .exchange_list_content
    ul
    li
    a.nav_coupon:before {
    background-image: url("../images/icon_nav_coupon.svg");
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_list_option {
    padding: 4.2666666667vw 3.4666666667vw 8vw;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_list_option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .exchange_menu .exchange_list_option ul {
    gap: 2.6666666667vw 1.3333333333vw;
  }
}
@media (max-width: 1280px) {
  .exchange_menu .exchange_list_option ul li {
    width: 32.3%;
  }
}
.exchange_menu .exchange_list_option ul li a {
  width: 100%;
  background-color: #fff;
  border-radius: 1.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #000;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding: 5.3333333333vw 0;
  display: inline-block;
}
.tab_nav_link {
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .tab_nav_link {
    margin-bottom: 2.1333333333vw;
    padding: 2.1333333333vw 0 0;
  }
}
.tab_nav_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1280px) {
  .tab_nav_link ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 2.6666666667vw;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media (max-width: 1280px) {
  .tab_nav_link ul::-webkit-scrollbar {
    display: none;
  }
}
.tab_nav_link ul li {
  width: 24%;
}
@media (max-width: 1280px) {
  .tab_nav_link ul li {
    margin-left: 0;
    width: 48%;
    margin-bottom: 0;
  }
}
.tab_nav_link ul li:first-child {
  margin: 0;
}
@media (max-width: 1280px) {
  .tab_nav_link ul li:first-child {
    margin-bottom: 0;
  }
}
.tab_nav_link ul li.item_all a:before {
  background-image: url("../images/icon_all.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.tab_nav_link ul li.item_sports a:before {
  background-image: url("../images/icon_sports.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 26px;
}
@media (max-width: 1280px) {
  .tab_nav_link ul li.item_sports a:before {
    width: 6.6666666667vw;
    height: 6.9333333333vw;
  }
}
.tab_nav_link ul li.item_minni_game a:before {
  background-image: url("../images/icon_mini_game.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 26px;
}
@media (max-width: 1280px) {
  .tab_nav_link ul li.item_minni_game a:before {
    width: 6.6666666667vw;
    height: 6.9333333333vw;
  }
}
.tab_nav_link ul li.item_casino a:before {
  background-image: url("../images/icon_casino.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 26px;
}
@media (max-width: 1280px) {
  .tab_nav_link ul li.item_casino a:before {
    width: 6.6666666667vw;
    height: 6.9333333333vw;
  }
}
.tab_nav_link ul li.item_slot a:before {
  background-image: url("../images/icon_slot.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 25px;
  height: 26px;
}
@media (max-width: 1280px) {
  .tab_nav_link ul li.item_slot a:before {
    width: 6.6666666667vw;
    height: 6.9333333333vw;
  }
}
.tab_nav_link ul li.active a {
  color: #32a836;
  border: 2px solid #32a836;
}
.tab_nav_link ul li a {
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1b1d24;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #e8e8e8;
  padding: 14px 20px;
  border-radius: 6px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 1280px) {
  .tab_nav_link ul li a {
    width: 41.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 4.5333333333vw;
    padding: 3.2vw;
    border-radius: 1.6vw;
    background-color: #fff;
    border: 2px solid transparent;
  }
}
.tab_nav_link ul li a:hover {
  color: #32a836;
  border: 2px solid #32a836;
}
.tab_nav_link ul li a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .tab_nav_link ul li a:before {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.list_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .list_filter {
    margin-bottom: 2.1333333333vw;
    padding: 1.8666666667vw;
    background-color: #fff;
    border-radius: 1.6vw;
  }
}
.list_filter .item_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_filter .list_date_history ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 1.6vw;
}
.list_filter .list_date_history ul li a {
  font-size: 4vw;
  line-height: 3.7333333333vw;
  font-weight: 500;
  color: #5d626b;
  display: inline-block;
  padding: 2.6666666667vw;
  width: 16.2666666667vw;
}
.list_filter .list_date_history ul li a.active {
  background-color: #32a836;
  border-radius: 1.6vw;
  color: #fff;
}
.list_filter .form_group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list_filter .form_group.all_type {
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .list_filter .form_group.all_type {
    margin: 0;
  }
}
.list_filter .form_group select,
.list_filter .form_group input {
  height: 44px;
  padding: 8px 30px 8px 20px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  color: #000;
}
@media (max-width: 1280px) {
  .list_filter .form_group select,
  .list_filter .form_group input {
    height: 10.6666666667vw;
    padding: 2.1333333333vw 10.6666666667vw 2.1333333333vw 5.3333333333vw;
    font-size: 3.2vw;
    border-radius: 1.6vw;
    background-color: #fff;
  }
}
.list_filter .form_group label {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin: 0 8px;
}
@media (max-width: 1280px) {
  .list_filter .form_group label {
    font-size: 3.2vw;
    margin: 0 3.2vw;
  }
}
.list_filter .form_group input {
  width: 166px;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .list_filter .form_group input {
    width: 10.375vw;
  }
}
.list_filter .form_group input::-webkit-input-placeholder {
  font-weight: 500;
  color: #000;
}
.list_filter .form_group input:-ms-input-placeholder {
  font-weight: 500;
  color: #000;
}
.list_filter .form_group input::-ms-input-placeholder {
  font-weight: 500;
  color: #000;
}
.list_filter .form_group input::placeholder {
  font-weight: 500;
  color: #000;
}
.list_filter .btn_submit button {
  background-color: #ebeff3;
  width: 110px;
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 17px;
  color: #1b1d24;
  font-weight: 400;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.list_filter .btn_submit button:hover {
  color: #fff;
  background-color: #32a836;
}
.list_filter .select2-container--bootstrap4 .select2-selection--single {
  min-width: 146px;
  height: 44px !important;
}
@media (max-width: 1280px) {
  .list_filter .select2-container--bootstrap4 .select2-selection--single {
    min-width: 25.3333333333vw;
    height: 9.0666666667vw !important;
  }
}
.list_filter
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("../images/arrow_select_option.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border: 0;
  width: 13px;
  height: 9px;
  margin-left: -15px;
}
@media (max-width: 1280px) {
  .list_filter
    .select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__arrow
    b {
    width: 3.4666666667vw;
    height: 2.4vw;
    margin-left: -2.6666666667vw;
    margin-top: -1.0666666667vw;
  }
}
.list_filter
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 44px;
  text-align: left;
}
@media (max-width: 1280px) {
  .list_filter
    .select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 9.0666666667vw;
  }
}
.list_filter
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e8e8e8;
}
.list_filter
  .select2-container--bootstrap4
  .select2-results
  > .select2-results__options {
  padding: 8px;
}
@media (max-width: 1280px) {
  .list_filter
    .select2-container--bootstrap4
    .select2-results
    > .select2-results__options {
    padding: 2.1333333333vw;
  }
}
.list_filter .select2-container--bootstrap4 .select2-results__option {
  font-size: 14px;
  text-align: left;
  margin-bottom: 8px;
  padding: 10px;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .list_filter .select2-container--bootstrap4 .select2-results__option {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
    padding: 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.select2-container--bootstrap4 .select2-results__option--highlighted {
  background-color: #32a836;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .select2-container--bootstrap4 .select2-results__option--highlighted {
    border-radius: 1.0666666667vw;
  }
}
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  background-color: #32a836;
  border-radius: 4px;
}
@media (max-width: 1280px) {
  .select2-container--bootstrap4 .select2-results__option--highlighted,
  .select2-container--bootstrap4
    .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    border-radius: 1.0666666667vw;
  }
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  text-align: left;
  padding: 4px 4px;
}
@media (max-width: 1280px) {
  .select2-container--bootstrap4 .select2-results > .select2-results__options {
    padding: 1.0666666667vw 1.0666666667vw;
  }
}
.select2-container--bootstrap4 .select2-results__option {
  padding: 10px 12px;
}
@media (max-width: 1280px) {
  .select2-container--bootstrap4 .select2-results__option {
    padding: 2.6666666667vw 3.2vw;
  }
}
#tab_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 1580px;
  margin: 0 auto;
  height: 100vh;
}
@media (max-width: 1280px) {
  #tab_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
}
#tab_content_wrap .tab_nav {
  width: 192px;
  background-color: #fff;
  padding: 14px 10px;
  height: 100%;
  overflow-y: scroll;
}
@media (max-width: 1280px) {
  #tab_content_wrap .tab_nav {
    width: 100%;
    padding: 2.6666666667vw 3.4666666667vw;
    background-color: #dde0e7;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
@media (max-width: 1280px) {
  #tab_content_wrap .tab_nav::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1280px) {
  #tab_content_wrap .tab_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#tab_content_wrap .tab_nav ul li {
  margin-bottom: 11px;
}
@media (max-width: 1280px) {
  #tab_content_wrap .tab_nav ul li {
    margin: 0 1.0666666667vw;
  }
}
#tab_content_wrap .tab_nav ul li.active a .thumb img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border: 4px solid #4870f4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#tab_content_wrap .tab_nav ul li a:hover .thumb img {
  border: 4px solid #4870f4;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#tab_content_wrap .tab_nav ul li a .thumb {
  width: 157px;
  height: 148px;
}
@media (max-width: 1280px) {
  #tab_content_wrap .tab_nav ul li a .thumb {
    width: 37.3333333333vw;
    height: 33.3333333333vw;
  }
}
#tab_content_wrap .tab_nav ul li a .thumb img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#tab_content_wrap .tab_content {
  background-color: #fff;
  padding: 15px 15px 20px;
  margin-left: 16px;
  width: 1308px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 1280px) {
  #tab_content_wrap .tab_content {
    padding: 3.7333333333vw 2.6666666667vw;
    width: 100%;
    margin: 0;
  }
}
#tab_content_wrap .item_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 0;
  margin-right: -18px;
}
@media (max-width: 1280px) {
  #tab_content_wrap .item_content ul {
    gap: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#tab_content_wrap .item_content ul li {
  width: 170px;
  margin-right: 12px;
}
@media (max-width: 1280px) {
  #tab_content_wrap .item_content ul li {
    width: 48%;
    margin: 0;
  }
}
#tab_content_wrap .item_content ul li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  color: #000;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1280px) {
  #tab_content_wrap .item_content ul li a {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
}
#tab_content_wrap .item_content ul li a:hover .thumb img {
  border: 4px solid #4870f4;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#tab_content_wrap .item_content ul li a .thumb {
  width: 170px;
  height: 170px;
  margin: 0 auto 12px;
}
@media (max-width: 1280px) {
  #tab_content_wrap .item_content ul li a .thumb {
    width: 100%;
    height: auto;
    margin: 0 auto 3.2vw;
  }
}
#tab_content_wrap .item_content ul li a .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1280px) {
  .list_item_sp .item_content {
    margin-bottom: 5.3333333333vw;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_content:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_tlt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebeff3;
    padding: 3.2vw;
    border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_tlt .cus_checkbox {
    min-height: 4.2666666667vw;
    min-width: 4.2666666667vw;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_tlt .cus_checkbox .checkmark {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_tlt .cus_checkbox .checkmark:after {
    width: 2.6666666667vw;
    height: 2.1333333333vw;
    top: 1.0666666667vw;
    left: 0.8vw;
    background-size: auto;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_tlt .thumb {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border-radius: 50%;
  }
  .list_item_sp .item_tlt .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_tlt h3 {
    color: #232a38;
    font-size: 4.2666666667vw;
    margin-left: 2.4vw;
    font-weight: 700;
    line-height: 6.1333333333vw;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_tlt span {
    margin-left: auto;
    color: #4379ee;
    font-size: 4vw;
    font-weight: 500;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp {
    padding: 3.2vw 6.4vw;
    background-color: #fff;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp span {
    font-weight: 700;
    font-size: 3.7333333333vw;
    color: #797e88;
    line-height: 7.2vw;
  }
}
.list_item_sp .item_desp .game_time ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp .betting_details ul {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp .betting_details ul li {
    width: 33.33%;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp .betting_details ul li:nth-child(01) .thumb {
    margin-left: 2.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp .betting_details ul li:nth-child(02) {
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp .betting_details ul li:nth-child(02) .thumb {
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4.2666666667vw;
  }
}
.list_item_sp .item_desp ul li {
  text-align: left;
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp ul li {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp ul li:last-child {
    text-align: right;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp ul li .thumb {
    width: 7.7333333333vw;
    height: 7.7333333333vw;
  }
  .list_item_sp .item_desp ul li .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp ul li p {
    font-size: 4vw;
    font-weight: 500;
    color: #232a38;
    line-height: 4.8vw;
  }
}
.list_item_sp .item_desp ul li p.up {
  color: #ca2002;
}
.list_item_sp .item_desp ul li p.missed {
  color: #32a836;
}
.list_item_sp .item_desp ul li p.cancel {
  color: #5d626b;
}
.list_item_sp .item_desp ul li p.wait {
  color: #263d8c;
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp .stats ul {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .list_item_sp .item_desp .stats ul li:nth-child(02) {
    text-align: center;
  }
}
@media (max-width: 1280px) {
  #sidebar.active .inner {
    background-color: #fff;
    overscroll-behavior-y: none;
    overflow-y: auto;
    width: 90%;
    right: 0;
    padding-bottom: 16vw;
  }
}
@media (max-width: 1280px) {
  #sidebar.active .menu_close {
    content: "";
    display: block;
    background-image: url("../images/notice_close.svg");
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    position: fixed;
    top: 3.2vw;
    left: 2.6666666667vw;
    background-color: transparent;
    cursor: pointer;
  }
}
@media (max-width: 1280px) {
  #sidebar .inner {
    position: fixed;
    top: 0;
    right: -96vw;
    width: 96vw;
    height: 100vh;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
  }
}
@media (max-width: 1280px) {
  #sidebar .menu_close {
    display: none;
  }
}
#sidebar h2 {
  background-color: #ebeff3;
  padding: 16px 10px;
  color: #263d8c;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 1280px) {
  #sidebar h2 {
    font-size: 4vw;
    padding: 5.8666666667vw 5.0666666667vw;
  }
}
#sidebar ul li {
  border-bottom: 1px solid #ebeff3;
}
#sidebar ul li a {
  color: #1b1d24;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 14px;
}
@media (max-width: 1280px) {
  #sidebar ul li a {
    font-size: 3.7333333333vw;
    padding: 5.0666666667vw;
  }
}
#sidebar ul li a.active {
  border-bottom: 1px solid #ebeff3;
}
#sidebar ul li a:hover {
  background-color: #f3f7ff;
  color: #263d8c;
}
#sidebar ul li a:before {
  content: " ";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 1280px) {
  #sidebar ul li a:before {
    width: 8vw;
    height: 8vw;
    margin-right: 2.1333333333vw;
  }
}
#sidebar ul li a.sport_game:before {
  background-image: url("../images/icon_all.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul li a.mini_game:before {
  background-image: url("../images/icon_mini_game.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul li a.pgb_game:before {
  background-image: url("../images/icon_pgb.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul li a.ntry_game:before {
  background-image: url("../images/icon_ntry.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul li a.coin_game:before {
  background-image: url("../images/icon_coin.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul li a.slot_game:before {
  background-image: url("../images/icon_slot.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul li a.casino_game:before {
  background-image: url("../images/icon_casino.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul li a.hidden_poker_game:before {
  background-image: url("../images/hidden_poker.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul li a span {
  color: #95979e;
  font-weight: 500;
  margin-left: auto;
}
#sidebar ul .sub_menu {
  display: none;
}
#sidebar ul .sub_menu.mini_game li a:before {
  content: none;
}
#sidebar ul .sub_menu li {
  border: none;
}
#sidebar ul .sub_menu li a {
  font-weight: 500;
  padding-left: 45px;
  font-size: 13px;
  color: #464a57;
  cursor: pointer;
}
@media (max-width: 1280px) {
  #sidebar ul .sub_menu li a {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
    font-weight: 500;
    padding: 4.2666666667vw 5.3333333333vw 4.2666666667vw 14.6666666667vw;
  }
}
#sidebar ul .sub_menu li a:before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  #sidebar ul .sub_menu li a:before {
    width: 5.6vw;
    height: 5.6vw;
    margin-right: 2.6666666667vw;
  }
}
#sidebar ul .sub_menu li a.all:before {
  background-image: url("../images/icon_sport_all.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.soccer:before {
  background-image: url("../images/icon_soccer.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.basketball:before {
  background-image: url("../images/icon_basketball.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.baseball:before {
  background-image: url("../images/icon_baseball.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.volleyball:before {
  background-image: url("../images/icon_volleyball.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.ice_hockey:before {
  background-image: url("../images/icon_ice_hockey.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.handball:before {
  background-image: url("../images/icon_handball.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.football:before {
  background-image: url("../images/icon_football.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.tennis:before {
  background-image: url("../images/icon_tennis.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.mma:before {
  background-image: url("../images/icon_mma.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.named:before {
  background-image: url("../images/icon_named.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.mgm:before {
  background-image: url("../images/icon_mgm.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.lotus:before {
  background-image: url("../images/icon_lotus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.score:before {
  background-image: url("../images/icon_score.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.bet365:before {
  background-image: url("../images/icon_bet365.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.lotto:before {
  background-image: url("../images/icon_lotto.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.east:before {
  background-image: url("../images/icon_east.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.crown_game:before {
  background-image: url("../images/icon_crown_game.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.am_football:before {
  background-image: url("../images/icon_am_football.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.e_sports:before {
  background-image: url("../images/icon_e_sports.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar ul .sub_menu li a.table_tennis:before {
  background-image: url("../images/icon_table_tennis.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game.betting_slip_open {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(17, 10, 10, 0.68);
  }
}
@media (max-width: 1280px) {
  .betting_slip_mini_game.betting_slip_open .betting_close {
    left: initial;
    right: 2.6666666667vw;
    z-index: 999;
    position: absolute;
    display: block;
  }
}
.betting_slip_mini_game.betting_slip_open .betting_slip_content {
  right: 0;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game.betting_slip_open .betting_slip_content {
    bottom: 0;
    overscroll-behavior-y: none;
    width: 100%;
    overflow: auto;
    max-height: 100%;
  }
}
.betting_slip_mini_game .betting_close {
  display: none;
}
.betting_slip_mini_game .betting_slip_content {
  position: fixed;
  top: 0;
  right: -338px;
  background-color: #091e66;
  width: 338px;
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  color: #fff;
  padding: 26px 11px;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .betting_slip_content {
    width: 100%;
    top: initial;
    right: initial;
    padding: 11.7333333333vw 2.6666666667vw 3.7333333333vw;
    height: auto;
    left: 0;
    bottom: -9999px;
  }
}
.betting_slip_mini_game .betting_slip_content input {
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  text-align: right;
  padding: 10px;
  color: #1b1d24;
  font-weight: 700;
  border: 0;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .betting_slip_content input {
    border-radius: 1.6vw;
    font-size: 4vw;
    padding: 2.6666666667vw;
    width: 64.2666666667vw;
  }
}
.betting_slip_mini_game .bet_time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .bet_time {
    margin-bottom: 4vw;
  }
}
.betting_slip_mini_game .bet_time p {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .bet_time p {
    font-size: 4vw;
  }
}
.betting_slip_mini_game .bet_time p.time_line {
  font-weight: 400;
  color: #78ce7b;
}
.betting_slip_mini_game .bet_time p span {
  color: #78ce7b;
}
.betting_slip_mini_game .bet_board {
  background-color: #25429f;
  padding: 13px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .bet_board {
    padding: 3.2vw 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 1.6vw;
  }
}
.betting_slip_mini_game .bet_board .type_power {
  margin: 0;
  width: 40px;
  height: 40px;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .bet_board .type_power {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .bet_board .type_power .icon_power {
    width: 3.4666666667vw;
    height: 3.7333333333vw;
  }
}
.betting_slip_mini_game .bet_board span {
  font-size: 15px;
  margin: 0 4px;
  font-weight: 900;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .bet_board span {
    font-size: 4vw;
    margin: 0 1.0666666667vw;
  }
}
.betting_slip_mini_game .bet_board .input {
  position: relative;
}
.betting_slip_mini_game .bet_board .input span {
  font-size: 15px;
  color: #232a38;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .bet_board .input span {
    font-size: 4vw;
    left: 2.6666666667vw;
  }
}
.betting_slip_mini_game .bet_board input {
  color: #232a38;
}
.betting_slip_mini_game .bet_board input::-webkit-input-placeholder {
  color: #232a38;
}
.betting_slip_mini_game .bet_board input:-ms-input-placeholder {
  color: #232a38;
}
.betting_slip_mini_game .bet_board input::-ms-input-placeholder {
  color: #232a38;
}
.betting_slip_mini_game .bet_board input::placeholder {
  color: #232a38;
}
.betting_slip_mini_game .bet_board_content {
  margin-bottom: 12px;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .bet_board_content {
    margin-bottom: 2.6666666667vw;
    border-radius: 1.6vw;
    background-color: #182e79;
  }
}
.betting_slip_mini_game dl {
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 13px;
  background-color: #182e79;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game dl {
    font-size: 4vw;
    padding: 4.2666666667vw 2.6666666667vw;
    background-color: transparent;
  }
}
.betting_slip_mini_game dl.amount_held dd {
  color: #ff4c4c;
}
.betting_slip_mini_game dl.high_hit_amount dd {
  color: #fce653;
}
.betting_slip_mini_game dl dt {
  font-weight: 700;
}
.betting_slip_mini_game dl dd {
  font-weight: 400;
}
.betting_slip_mini_game .total_cart .form_point {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .total_cart .form_point {
    margin-bottom: 2.6666666667vw;
  }
}
.betting_slip_mini_game .total_cart .form_point .input {
  position: relative;
  width: 100%;
  margin-left: 4px;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .total_cart .form_point .input {
    margin-left: 1.0666666667vw;
  }
}
.betting_slip_mini_game .total_cart .form_point span {
  font-size: 15px;
  color: #232a38;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .total_cart .form_point span {
    font-size: 4vw;
    left: 2.6666666667vw;
  }
}
.betting_slip_mini_game .total_cart .form_point input {
  color: #32a836;
  width: 100%;
  padding: 13px 12px 13px 72px;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .total_cart .form_point input {
    padding: 3.2vw 3.2vw 3.2vw 19.2vw;
    height: 11.7333333333vw;
  }
}
.betting_slip_mini_game
  .total_cart
  .form_point
  input::-webkit-input-placeholder {
  color: #32a836;
}
.betting_slip_mini_game .total_cart .form_point input:-ms-input-placeholder {
  color: #32a836;
}
.betting_slip_mini_game .total_cart .form_point input::-ms-input-placeholder {
  color: #32a836;
}
.betting_slip_mini_game .total_cart .form_point input::placeholder {
  color: #32a836;
}
.betting_slip_mini_game .total_cart .form_point .btn_reset {
  background-image: url("../images/icon_reset_white.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  padding: 10px;
  background-color: #182e79;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .total_cart .form_point .btn_reset {
    padding: 2.6666666667vw;
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
}
.betting_slip_mini_game .total_cart .btn_betting button {
  background-color: #32a836;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding: 18px 0;
  color: #fff;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .total_cart .btn_betting button {
    font-size: 4vw;
    line-height: 6.4vw;
    padding: 3.4666666667vw;
    border-radius: 1.6vw;
  }
}
.betting_slip_mini_game .list_point {
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .list_point {
    margin-bottom: 2.6666666667vw;
  }
}
.betting_slip_mini_game .list_point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .list_point ul {
    gap: 1.6vw;
  }
}
.betting_slip_mini_game .list_point ul li {
  width: 32%;
}
.betting_slip_mini_game .list_point ul li button {
  width: 100%;
  border: 0;
  border-radius: 3px;
  background-color: #182e79;
  padding: 14px 0;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .list_point ul li button {
    font-size: 4vw;
    line-height: 4.8vw;
    padding: 3.4666666667vw 2.6666666667vw;
  }
}
.betting_slip_mini_game .list_point ul li button:hover {
  background-color: #32a836;
  color: #fff;
}
.betting_slip_mini_game .cart_betting_mini {
  background-image: url("../images/icon_cart.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -50px;
  top: 0;
  background-color: #32a836;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 1280px) {
  .betting_slip_mini_game .cart_betting_mini {
    display: none;
  }
}

.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 8px;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker table tr {
  border: 0;
}
.ui-datepicker table thead tr {
  border: 0;
}
.ui-datepicker table thead tr th {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 16px;
  font-weight: 600;
  color: #1b1d24;
}
.ui-datepicker table thead tr td {
  line-height: normal;
}
.ui-datepicker {
  font-family: "Poppins", sans-serif;
}
.ui-datepicker .ui-datepicker-prev {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url("../images/arrow_date_prev.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 16px;
}
.ui-datepicker .ui-datepicker-next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url("../images/arrow_date_next.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 16px;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #000;
}
.ui-widget-header {
  background-color: #fff;
  padding: 20px 10px;
}
.ui-widget-header.ui-corner-all {
  border-radius: 0;
  border: 0;
  padding: 10px;
}
.ui-widget.ui-widget-content {
  width: 318px;
  padding: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover {
  border: 0;
  background-color: #fff;
  text-align: center;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  line-height: 21px;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  border-radius: 50%;
  background: #263d8c;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ui-widget-content .ui-state-active:hover {
  background: #263d8c;
}
.ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 0;
  background: transparent;
  font-weight: normal;
  color: #000;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-radius: 50%;
  background: #32a836;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  color: #808080;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  background: transparent;
}
.ui-datepicker-trigger {
  background-image: url("../images/icon_date.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  display: block;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes loader {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
html,
body {
  width: 100%;
  height: 100%;
  color: #1b1d24;
  font-size: 100%;
  font-family: "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  background-color: #dde0e7;
}
@media (max-width: 1280px) {
  html,
  body {
    background-size: auto;
  }
}
html.hidden,
body.hidden {
  height: 100%;
  overflow: hidden;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}
ul,
ol {
  list-style: none;
}
p:empty {
  display: none;
}
a {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
input[type="text"],
input[type="password"],
input[type="image"],
input[type="search"],
textarea {
  color: #3d3c38;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  outline: 0 none transparent;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.util_sp {
  display: none !important;
}
@media (max-width: 1280px) {
  .util_sp {
    display: block !important;
  }
}
.util_pc {
  display: block !important;
}
@media (max-width: 1280px) {
  .util_pc {
    display: none !important;
  }
}
@media print {
  img {
    display: none;
  }
}
table {
  width: 100%;
}
table tr th,
table tr td {
  padding: 10px 14px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #1b1d24;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  table tr th,
  table tr td {
    font-size: 12px;
    padding: 10px;
    line-height: 18px;
  }
}
table thead tr {
  background-color: #ebeff3;
}
table thead tr th {
  font-size: 15px;
  color: #5d626b;
  line-height: 19px;
  padding: 16px 10px;
}
@media (max-width: 1280px) {
  table thead tr th {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw;
    line-height: 4.5333333333vw;
  }
}
table tbody tr.active {
  background-color: #f9fafb;
}
.home header .end_header .inner {
  padding-right: 0;
}
.home header .btn_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .home header .btn_user {
    margin: 0 0 3.4666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1280px) {
  .home header .btn_user .btn {
    width: 49%;
  }
}
.home header .btn_user .btn button {
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 2px 0;
  width: 67px;
  border: 0;
}
@media (max-width: 1280px) {
  .home header .btn_user .btn button {
    font-size: 4vw;
    line-height: 12vw;
    padding: 0.5333333333vw 0;
    width: 100%;
  }
}
.home header .btn_user .btn_login button {
  background-color: #001d49;
}
@media (max-width: 1280px) {
  .home header .btn_user .btn_login button {
    background-color: #091e66;
  }
}
.home header .btn_user .btn_register {
  margin-left: 6px;
}
@media (max-width: 1280px) {
  .home header .btn_user .btn_register {
    margin-left: 1.6vw;
  }
}
.home header .btn_user .btn_register button {
  background-color: #7438B8;
}
.nologin header .inner {
  padding: 0;
}
@media (max-width: 1600px) {
  .nologin header .inner {
    padding: 0 3.75vw 0 5.3333333333vw;
  }
}
@media (max-width: 1280px) {
  .nologin header .inner {
    padding: 0;
  }
}
.nologin .betting_slip {
  display: none;
}
@media (max-width: 1280px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
  }
}
header .start_header {
  background: #263d8c;
  padding: 20px 0;
  border-bottom: 1px solid #0e355f;
}
@media (max-width: 1280px) {
  header .start_header {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  header .start_header .logo {
    padding: 2.1333333333vw 3.2vw;
  }
}
header .start_header .logo a {
  display: block;
  width: 200px;
}
@media (max-width: 1280px) {
  header .start_header .logo a {
    width: 30.9333333333vw;
    display: inline-block;
  }
}
header .start_header .logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .info_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-left: auto;
}
@media (max-width: 1280px) {
  header .info_point {
    padding: 2.1333333333vw 3.2vw;
    font-weight: 600;
    margin: 0;
  }
}
header .info_point dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}
@media (max-width: 1600px) {
  header .info_point dl {
    margin-left: 3.125vw;
  }
}
@media (max-width: 1280px) {
  header .info_point dl {
    margin-left: 4.2666666667vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header .info_point dl:first-child {
  margin-left: 0;
}
header .info_point dl dt {
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
@media (max-width: 1280px) {
  header .info_point dl dt {
    font-size: 3.4666666667vw;
    margin-right: 2.6666666667vw;
  }
}
header .info_point dl dd {
  font-size: 40px;
  color: #fce653;
}
@media (max-width: 1280px) {
  header .info_point dl dd {
    font-size: 4.8vw;
  }
}
header .end_header {
  background: #263d8c;
  position: relative;
}
header .end_header .inner {
  padding-right: 20px;
}
@media (max-width: 1280px) {
  header .end_header .inner {
    padding: 0;
  }
}
@media (max-width: 1280px) {
  header .nav {
    display: none;
  }
}
header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
header .nav ul li {
  position: relative;
  text-align: center;
}
header .nav ul li.sub_menu_image {
  position: initial;
}
header .nav ul li.sub_menu_image.sub_menu_mini_game .sub_menu {
  padding-left: 385px;
}
@media (max-width: 1600px) {
  header .nav ul li.sub_menu_image.sub_menu_mini_game .sub_menu {
    padding-left: 24.0625vw;
  }
}
header .nav ul li.sub_menu_image.sub_menu_kl_popup .sub_menu {
  padding-left: 728px;
}
@media (max-width: 1600px) {
  header .nav ul li.sub_menu_image.sub_menu_kl_popup .sub_menu {
    padding-left: 45.5vw;
  }
}
header .nav ul li.sub_menu_image .sub_menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  gap: 6px;
  margin: 0 auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  max-height: 600px;
  overflow-y: auto;
}
header .nav ul li.sub_menu_image .sub_menu li a {
  display: inline-block;
  width: 190px;
  height: 170px;
  margin: 0 auto;
  background-color: transparent;
  line-height: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
header .nav ul li.sub_menu_image .sub_menu li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  border-radius: 24px;
  border: 4px solid transparent;
}
header .nav ul li.sub_menu_image .sub_menu li a:hover {
  background-color: transparent;
}
header .nav ul li.sub_menu_image .sub_menu li a:hover img {
  border: 4px solid #4870f4;
}
header .nav ul li a {
  width: 116px;
  display: block;
  font-size: 15px;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
header .nav ul li a.active {
  background-color: #020739;
}
header .nav ul li a:hover {
  background-color: #020739;
}
header .nav ul li:hover .sub_menu {
  opacity: 1;
  pointer-events: all;
}
header .sub_menu {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  left: 0;
  z-index: 10;
  background-color: #5d626b;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
header .sub_menu.sub_menu_block {
  display: block;
}
header .sub_menu li:hover .sub_menu_min {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 1;
  pointer-events: all;
  height: 100%;
}
header .sub_menu li a {
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  background-color: #3a3e47;
}
header .sub_menu li a.active {
  background-color: #ebeff3;
}
header .sub_menu li a:hover {
  background-color: #ebeff3;
}
header .sub_menu_min {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
  height: 0;
}
header .sub_menu_min li a {
  background-color: #5d626b;
}
header .info_event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  header .info_event {
    display: none;
  }
}
header .info_event .partner_link {
  background-image: url("../images/icon_redirect.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 24px;
  height: 18px;
  margin: 0 auto 0 20px;
}
header .info_event a {
  font-size: 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
header .info_event .time {
  position: relative;
  font-size: 11px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
header .info_event .time:before {
  content: "";
  background-image: url("../images/icon_time.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 19px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
header .info_event .convert_point {
  background-image: url("../images/icon_rotate.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 17px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 1600px) {
  header .info_event .convert_point {
    margin-left: 1.25vw;
  }
}
header .info_event .change_darklight {
  background-image: url("../images/icon_darklight.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 1600px) {
  header .info_event .change_darklight {
    margin-left: 1.25vw;
  }
}
header .info_event .logout {
  background-image: url("../images/icon_logout_head.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 1600px) {
  header .info_event .logout {
    margin-left: 1.25vw;
  }
}
header .info_event .info_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  height: 50px;
  padding: 0 24px 0 14px;
  cursor: pointer;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
header .info_event .info_profile:before {
  content: "";
  background-image: url("../images/icon_dash.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 12px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
header .info_event .info_profile:after {
  content: "";
  background-image: url("../images/icon_arrow_down.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 9px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
header .info_event .info_profile .sub_menu_wrap {
  display: none;
  position: absolute;
  right: 0;
  left: initial;
  top: 50px;
  width: 100vw;
  height: 40px;
  z-index: 11;
}
header .info_event .info_profile .sub_menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 99;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
}
header .info_event .info_profile .sub_menu li:hover .sub_menu_min {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 1;
  pointer-events: all;
  height: 100%;
}
header .info_event .info_profile .sub_menu li a {
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  background-color: transparent;
}
header .info_event .info_profile .sub_menu li a:hover:before,
header .info_event .info_profile .sub_menu li a:hover:after {
  width: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .info_event .info_profile .sub_menu li a:before {
  right: 50%;
}
header .info_event .info_profile .sub_menu li a:after {
  left: 50%;
}
header .info_event .info_profile .sub_menu li a:before,
header .info_event .info_profile .sub_menu li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fce653;
}
header .info_event .info_profile .sub_menu_wrap {
  background-color: #091e66;
}
header .info_event .info_profile .sub_menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  z-index: 99;
  opacity: 1;
  pointer-events: all;
  background-color: #091e66;
}
header .info_event .info_profile .sub_menu li {
  padding: 0 20px;
}
header .info_event .info_profile .sub_menu li a {
  line-height: 40px;
  position: relative;
}
header .info_event .info_profile:hover {
  background-color: #091e66;
}
header .menu_btn {
  position: absolute;
  top: 40px;
  left: 8px;
  width: 25px;
  height: 25px;
  background-image: url("../images/btn_menu_01.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  display: none;
}
@media (max-width: 1280px) {
  header .menu_btn {
    display: block;
    top: 10.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: 2.1333333333vw;
    background-size: 6.6666666667vw;
  }
}
header .menu_btn_sidebar {
  position: absolute;
  top: 40px;
  right: 8px;
  width: 25px;
  height: 25px;
  background-image: url("../images/btn_menu_dots.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  display: none;
}
@media (max-width: 1280px) {
  header .menu_btn_sidebar {
    display: block;
    top: 10.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 2.1333333333vw;
    background-size: 6.6666666667vw;
  }
}
footer {
  background: #fff;
}
@media (max-width: 1280px) {
  footer .inner {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
footer .inner .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 35px;
}
@media (max-width: 1280px) {
  footer .inner .footer_wrap {
    display: none;
  }
}
footer .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 2.6666666667vw 5.3333333333vw;
}
footer .inner ul li a {
  font-size: 3.2vw;
  font-weight: 600;
  text-align: center;
  color: #232a38;
}
footer .inner ul li a:before {
  content: "";
  margin: 0 auto 1.6vw;
  display: block;
}
footer .inner ul li a.mypage:before {
  background-image: url("../images/footer_mypage.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 5.8666666667vw;
  height: 4.8vw;
}
footer .inner ul li a.slip:before {
  background-image: url("../images/icon_slip.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.5333333333vw;
  height: 6.4vw;
  margin-bottom: 0.5333333333vw;
}
footer .inner ul li a.history:before {
  background-image: url("../images/icon_history.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 5.0666666667vw;
  height: 5.8666666667vw;
}
footer .inner ul li a.cash:before {
  background-image: url("../images/icon_cash.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 4.5333333333vw;
  height: 5.3333333333vw;
}
@media (max-width: 1280px) {
  .show .betting_slip .cart_betting {
    display: block;
  }
}
.home #main .inner {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.home aside {
  display: none;
}
@media (max-width: 1280px) {
  .home aside {
    display: block;
  }
}
.home #banner .inner {
  max-width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 1280px) {
  .home #banner .inner {
    margin-bottom: 2.6666666667vw;
  }
}
.home #banner .inner .box_slide {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 40px;
  text-align: left;
}
@media (max-width: 1600px) {
  .home #banner .inner .box_slide {
    padding: 3.75vw 0 2.5vw;
  }
}
@media (max-width: 1280px) {
  .home #banner .inner .box_slide {
    max-width: 100%;
    padding: 14.6666666667vw 8vw 8vw;
  }
}
.home #banner .inner .box_slide .logo_slide {
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .home #banner .inner .box_slide .logo_slide {
    margin-bottom: 2.6666666667vw;
  }
}
.home #banner .inner .box_slide h2 {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .home #banner .inner .box_slide h2 {
    font-size: 3.75vw;
    line-height: 3.875vw;
  }
}
@media (max-width: 1280px) {
  .home #banner .inner .box_slide h2 {
    font-size: 8vw;
    line-height: 9.0666666667vw;
    margin-bottom: 10.1333333333vw;
  }
}
.home #banner .inner .box_slide .btn_slide {
  background-color: #fce653;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  padding: 9px 16px;
  color: #000;
}
@media (max-width: 1280px) {
  .home #banner .inner .box_slide .btn_slide {
    font-size: 3.7333333333vw;
    padding: 2.4vw 4.2666666667vw;
  }
}
.home #banner .inner .slide_item {
  background-image: url("../images/slide_01.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
@media (max-width: 1280px) {
  .home #banner .inner .slide_item {
    height: 96vw;
    background-size: cover;
  }
}
.home #banner .inner .slide_item.slide_02 {
  background-image: url("../images/slide_02.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .home #banner .inner .slide_item.slide_02 {
    background-size: cover;
  }
}
.home #banner .inner .slide_item.slide_03 {
  background-image: url("../images/slide_05.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .home #banner .inner .slide_item.slide_03 {
    background-size: cover;
  }
}
.home #banner .inner .slide_item.slide_04 {
  background-image: url("../images/slide_03.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .home #banner .inner .slide_item.slide_04 {
    background-size: cover;
  }
}
.home #banner .inner .slick-dots {
  max-width: 1600px;
  height: 5px;
  bottom: 30px;
  right: 0;
  left: 0;
  font-size: 0;
  text-align: right;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .home #banner .inner .slick-dots {
    max-width: 100%;
    height: 1.3333333333vw;
    bottom: 5.3333333333vw;
    text-align: center;
  }
}
.home #banner .inner .slick-dots li {
  width: 20px;
  height: 5px;
  border-radius: 12px;
  background: #fff;
  vertical-align: top;
  opacity: 1;
  margin: 0 0 0 5px;
}
@media (max-width: 1280px) {
  .home #banner .inner .slick-dots li {
    width: 3.7333333333vw;
    height: 1.0666666667vw;
    border-radius: 2.6666666667vw;
    margin: 0 0 0 1.0666666667vw;
  }
}
.home #banner .inner .slick-dots li.slick-active {
  background: #fce653;
}
.home #banner .inner .slick-dots li button {
  display: none;
}
.home #banner .inner .slide_item:nth-child(2),
.home #banner .inner .slide_item:nth-child(3),
.home #banner .inner .slide_item:nth-child(4) {
  display: none;
}
.home #content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .home #content .inner {
    max-width: 100%;
    display: block;
    margin-bottom: 2.6666666667vw;
  }
}
.home #content .tlt_sport_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebeff3;
  padding-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .home #content .tlt_sport_day {
    margin-bottom: 1.6vw;
    padding-right: 2.6666666667vw;
  }
}
.home #content .tlt_sport_day .btn_link {
  display: inline-block;
  margin-left: auto;
  font-size: 15px;
  font-weight: 600;
  color: #4379ee;
}
@media (max-width: 1280px) {
  .home #content .tlt_sport_day .btn_link {
    font-size: 4vw;
  }
}
.home #content .tlt_sport_day .btn_link:after {
  content: "";
  background-image: url("../images/arrow_left_blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
@media (max-width: 1280px) {
  .home #content .tlt_sport_day .btn_link:after {
    margin-left: 1.6vw;
    width: 2.1333333333vw;
    height: 3.2vw;
  }
}
.home #content h3 {
  background-color: #ebeff3;
  display: block;
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .home #content h3 {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 2.6666666667vw;
  }
}
.home #content h3 span {
  color: #4870f4;
  margin-right: 4px;
}
@media (max-width: 1280px) {
  .home #content h3 span {
    margin-right: 1.0666666667vw;
  }
}
.home #content .history {
  font-size: 15px;
  color: #1b1d24;
  text-align: center;
  font-weight: 500;
  padding: 16px 20px;
}
@media (max-width: 1280px) {
  .home #content .history {
    font-size: 3.2vw;
    padding: 2.6666666667vw 4.2666666667vw;
  }
}
.home .main_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 20px 60px 0;
}
@media (max-width: 1280px) {
  .home .main_content {
    margin: 0;
    padding: 0 1.6vw;
  }
}
.home .main_content .item_sport_statistic .item_info {
  width: 160px;
}
@media (max-width: 1280px) {
  .home .main_content .item_sport_statistic .item_info {
    width: 100%;
  }
}
.home .main_content .sport_day {
  margin-bottom: 20px;
}
.home .main_content .sport_day .club span {
  margin: 0 6px;
}
.home .main_content .sport_day .item_club {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .main_content .sport_day .vs {
  font-size: 14px;
  font-weight: 400;
  color: #bbb;
  margin: 0 10px;
}
.home .sidebar {
  width: 344px;
}
@media (max-width: 1600px) {
  .home .sidebar {
    width: 21.5vw;
  }
}
@media (max-width: 1280px) {
  .home .sidebar {
    width: 100%;
    margin-bottom: 0;
  }
}
.home .sidebar .customer {
  margin-bottom: 6px;
  background-color: #ffffff;
}
@media (max-width: 1280px) {
  .home .sidebar .customer {
    margin-bottom: 1.6vw;
  }
}
.home .sidebar .customer .customer_start ul li .thumb {
  width: 35px;
  height: 35px;
}
@media (max-width: 1280px) {
  .home .sidebar .customer .customer_start ul li .thumb {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.home .sidebar .customer .customer_start ul li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home .sidebar .customer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home .sidebar .customer ul li {
  width: 33.33%;
  text-align: center;
}
.home .sidebar .customer ul li .thumb {
  margin: 0 auto 10px;
}
@media (max-width: 1280px) {
  .home .sidebar .customer ul li .thumb {
    margin-bottom: 2.6666666667vw;
  }
}
.home .sidebar .customer ul li span {
  display: block;
  font-size: 15px;
  color: #1b1d24;
  font-weight: 900;
}
@media (max-width: 1280px) {
  .home .sidebar .customer ul li span {
    font-size: 3.7333333333vw;
  }
}
.home .sidebar .customer .customer_start {
  padding: 24px 20px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1280px) {
  .home .sidebar .customer .customer_start {
    padding: 6.4vw 5.3333333333vw;
  }
}
.home .sidebar .customer .customer_end ul li {
  padding: 38px 20px;
  width: 50%;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1280px) {
  .home .sidebar .customer .customer_end ul li {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.home .sidebar .customer .customer_end ul li:last-child {
  border-left: 1px solid #e8e8e8;
  padding-top: 28px;
}
@media (max-width: 1280px) {
  .home .sidebar .customer .customer_end ul li:last-child {
    padding-top: 8.5333333333vw;
  }
}
.home .sidebar .list_item {
  margin-bottom: 6px;
}
@media (max-width: 1280px) {
  .home .sidebar .list_item {
    margin-bottom: 1.6vw;
  }
}
.home .sidebar .list_item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1280px) {
  .home .sidebar .list_item li {
    font-size: 3.2vw;
    padding: 2.6666666667vw;
  }
}
.home .sidebar .list_item li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home .sidebar .list_item li .info span.date {
  font-weight: 500;
  color: #95979e;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .home .sidebar .list_item li .info span.date {
    margin-right: 2.6666666667vw;
  }
}
.home .sidebar .list_item li .info span.txt_time {
  display: inline-block;
  text-align: left;
  width: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 1280px) {
  .home .sidebar .list_item li .info span.txt_time {
    width: 32vw;
  }
}
.home .sidebar .list_item li .io {
  margin-left: 10px;
  font-weight: 500;
}
.home .sidebar .list_item li .io.txt_charge {
  color: #263d8c;
}
.home .sidebar .list_item li .io.txt_excharge {
  color: #4379ee;
}
.home .sidebar .list_item li .price {
  color: #263d8c;
  margin-left: auto;
  font-weight: 500;
}
.home .sidebar .top_bet_week {
  background-color: #fff;
}
.home .sidebar .status_time {
  background-color: #fff;
}
.home .sidebar .best_notice {
  background-color: #fff;
}
.home .sidebar .best_notice ul li {
  padding: 12px 10px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1280px) {
  .home .sidebar .best_notice ul li {
    padding: 2.1333333333vw;
  }
}
.home .sidebar .best_notice ul li a {
  color: #383838;
  display: block;
  text-align: left;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 14px;
}
@media (max-width: 1280px) {
  .home .sidebar .best_notice ul li a {
    font-size: 3.2vw;
  }
}
.home .sidebar .best_notice ul li a:before {
  content: "";
  background-image: url("../images/icon_notice_news.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
@media (max-width: 1280px) {
  .home .sidebar .best_notice ul li a:before {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 1.6vw;
  }
}
#main {
  background: #dde0e7;
}
@media (max-width: 1280px) {
  #main {
    padding: 65px 0 0;
  }
}
#main > .inner {
  padding: 14px 20px 40px;
}
@media (max-width: 1280px) {
  #main > .inner {
    padding: 0;
  }
}
aside {
  width: 216px;
  margin-right: 16px;
  background-color: #fff;
  height: 100%;
  padding-bottom: 70px;
}
@media (max-width: 1280px) {
  aside {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
    margin: 0;
  }
}
@media (max-width: 1280px) {
  aside.active {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(17, 10, 10, 0.68);
  }
}
aside .inner {
  display: block;
}
.sport #main > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .sport #main > .inner {
    display: block;
    padding: 0;
  }
}
.sport #content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .sport #content {
    margin: 1.6vw 1.6vw 2.6666666667vw;
    background-color: #fff;
  }
}
.purchase_history #main > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchase_history #content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 50px;
  padding-top: 10px;
}
.purchase_history #content .inner {
  padding: 20px 20px 60px;
  background-color: #fff;
}
.purchase_history #content table th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.purchase_history #content table th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: right;
}
.purchase_history #content table tr td {
  padding: 16px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.purchase_history #content table tr td .time_line {
  color: #ca2002;
}
.purchase_history #content .checkbox_wrap {
  text-align: center;
}
.attendance #content .inner {
  margin-bottom: 50px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .attendance #content .inner {
    margin-bottom: 5.3333333333vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.attendance #content .attendance_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  color: #1b1d24;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_filter {
    padding: 0;
  }
}
.attendance #content .attendance_filter .date_slide {
  font-size: 20px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_filter .date_slide {
    font-size: 6.4vw;
    padding: 0;
  }
}
.attendance #content .attendance_filter .date_slide:before,
.attendance #content .attendance_filter .date_slide:after {
  width: 22px;
  height: 22px;
  border: 1px solid #c2c3cb;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_filter .date_slide:before,
  .attendance #content .attendance_filter .date_slide:after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.attendance #content .attendance_filter .date_slide:before {
  content: "";
  background-image: url("../images/arrow_right.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
.attendance #content .attendance_filter .date_slide:after {
  content: "";
  background-image: url("../images/arrow_left.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
.attendance #content .attendance_filter .date_slide span {
  margin: 0 20px;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_filter .date_slide span {
    margin: 0 5.3333333333vw;
  }
}
.attendance #content .attendance_filter .search_transform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.attendance #content .attendance_filter .search_transform input {
  border: 1.106px solid #e8e8e8;
  font-size: 15px;
  text-align: right;
  height: 45px;
  font-weight: 600;
  padding: 0 11px;
  width: 171px;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_filter .search_transform input {
    width: 21.8666666667vw;
    height: 8vw;
    padding: 0 2.4vw;
    border-radius: 1.3333333333vw;
    font-size: 4vw;
  }
}
.attendance #content .attendance_filter .search_transform .btn_transform {
  background-color: #ebeff3;
  font-size: 13px;
  line-height: 15px;
  color: #1b1d24;
  height: 44px;
  width: 102px;
  margin-left: 6px;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_filter .search_transform .btn_transform {
    width: 14.9333333333vw;
    height: 8vw;
    margin-left: 0.8vw;
    font-size: 4vw;
    line-height: 4.5333333333vw;
    background-color: #5d626b;
    color: #fff;
    border-radius: 0.8vw;
  }
}
.attendance #content .attendance_filter .search_transform .btn_transform:hover {
  color: #fff;
  background-color: #32a836;
}
.attendance #content .attendance_area {
  padding: 15px;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_area {
    padding: 2.6666666667vw 0;
  }
}
.attendance #content .attendance_area table tr td {
  position: relative;
  vertical-align: top;
  height: 165px;
  padding: 10px 15px;
  border: 1px solid #e2e6e7;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_area table tr td {
    font-size: 2.6666666667vw;
    height: 18.1333333333vw;
    line-height: 3.4666666667vw;
    padding: 1.6vw 1.0666666667vw;
  }
}
.attendance #content .attendance_area .ticket > span {
  font-size: 14px;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_area .ticket > span {
    font-size: 2.6666666667vw;
  }
}
.attendance #content .attendance_area .ticket > span.saturday {
  color: #6d8eff;
}
.attendance #content .attendance_area .ticket > span.sunday {
  color: #ee5252;
}
.attendance #content .attendance_area .ticket .ticket_content {
  text-align: center;
}
.attendance #content .attendance_area .ticket .ticket_content .thumb {
  margin: 0 auto 10px;
  max-width: 78px;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_area .ticket .ticket_content .thumb {
    margin-bottom: 1.6vw;
    max-width: 8.8vw;
  }
}
.attendance #content .attendance_area .ticket .ticket_content span.seleted {
  color: #fff;
  background-color: #95979e;
  padding: 4px 14px;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_area .ticket .ticket_content span.seleted {
    padding: 0.5333333333vw 1.0666666667vw;
  }
}
.attendance #content .attendance_area .ticket .ticket_content span.util_pc {
  display: inline-block !important;
}
@media (max-width: 1280px) {
  .attendance #content .attendance_area .ticket .ticket_content span.util_pc {
    display: none !important;
  }
}
.customer #main > .inner {
  padding-bottom: 50px;
}
@media (max-width: 1280px) {
  .customer #main > .inner {
    padding: 5.3333333333vw 4.2666666667vw 0;
  }
}
.customer .info_member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .customer .info_member {
    margin-bottom: 5.3333333333vw;
  }
}
.customer .info_member span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1280px) {
  .customer .info_member span {
    font-size: 12px;
  }
}
.customer .info_member span:last-child {
  font-weight: 400;
}
.customer .info_member .thumb {
  width: 23px;
  height: 23px;
  margin: 0 3px;
}
@media (max-width: 1280px) {
  .customer .info_member .thumb {
    width: 23px;
    height: 23px;
    margin: 0 3px;
  }
}
.customer .info_member .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #5dc787;
}
.customer #content {
  padding-bottom: 50px;
}
@media (max-width: 1280px) {
  .customer #content {
    padding: 0;
  }
}
.customer #content .inner {
  padding: 20px;
  background-color: transparent;
}
@media (max-width: 1280px) {
  .customer #content .inner {
    padding: 10px 0;
  }
}
.customer #content .page_title {
  font-weight: 700;
  padding: 22px 35px;
  border-bottom: 2px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .customer #content .page_title {
    margin-bottom: 10px;
    padding: 20px 6px;
  }
}
.customer #content .page_title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  border: 0;
  line-height: 36px;
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .customer #content .page_title h2 {
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
  }
}
.customer #content .page_title .status {
  background-color: #7438B8;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  text-align: center;
  line-height: 36px;
  padding: 0 25px;
}
@media (max-width: 1280px) {
  .customer #content .page_title .status {
    padding: 0 16px;
    font-size: 12px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.customer #content .main_content {
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .customer #content .main_content {
    padding: 0 10px 10px;
  }
}
.customer #content .main_content .tlt_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.customer #content .main_content .tlt_item .info_date {
  color: #5d626b;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
@media (max-width: 1280px) {
  .customer #content .main_content .tlt_item .info_date {
    font-size: 10px;
    line-height: 14px;
  }
}
.customer #content .main_content .request_mess {
  color: #015304;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .customer #content .main_content .request_mess {
    font-size: 12px;
    line-height: 18px;
  }
}
.customer #content .main_content .request_mess p{
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1280px) {
  .customer #content .main_content .request_mess p{
    font-size: 12px;
    line-height: 18px;
  }
}
.customer #content .main_content .request_mess:before {
  content: "";
  display: inline-block;
  background-image: url("../images/customer/req_message.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  width: 15px;
  height: 15px;
}
@media (max-width: 1280px) {
  .customer #content .main_content .request_mess:before {
    width: 14px;
    height: 14px;
    margin-right: 3px;
  }
}
.customer .list_content {
  padding: 16px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .customer .list_content {
    padding: 10px;
  }
}
.customer .list_content .info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customer .list_content .item_content {
  background-color: #f4f6f9;
  padding: 18px 16px 4px;
  margin-bottom: 10px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content {
    padding: 10px 10px 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .customer .list_content .item_content:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .info_content:last-child {
    padding-bottom: 40px;
  }
}
.customer
  .list_content
  .item_content
  .info_content:last-child
  .history_line:after {
  content: none;
}
.customer .list_content .item_content .tlt_mess {
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .tlt_mess {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
.customer .list_content .item_content .tlt_mess p{
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .tlt_mess p{
    font-size: 12px;
    line-height: 18px;
  }
}
.customer .list_content .item_content .title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  display: block;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .title {
    font-size: 12px;
  }
}
.customer .list_content .item_content .title span {
  color: #7438B8;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .title span{
    font-size: 12px;
  }
}
.customer .list_content .item_content .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 20px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .btn_list {
    padding: 0 10px 10px;
    width: 100%;
    right: 0;
  }
}
.customer .list_content .item_content .btn_list button {
  background-color: #4870f4;
  border-radius: 4px;
  border: 0;
  color: #fff;
  padding: 7.5px 12px;
  width: 80px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .btn_list button {
    border-radius: 4px;
    padding: 9.5px 10px;
    font-size: 12px;
    width: 100%;
  }
}
.customer .list_content .item_content .add_reply {
  text-align: right;
  margin-left: 8px;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .add_reply {
    margin-left: 3px;
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .btn_del {
    width: 50%;
  }
}
.customer .list_content .item_content .btn_del button {
  border: 1px solid #acb5c3;
  color: #1b1d24;
  background-color: #f4f6f9;
}
.customer .list_content .item_content .info_member {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .info_member {
    margin-bottom: 4px;
  }
}
.customer .list_content .item_content .txt_desp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 8px 0 14px;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
    padding: 8px 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.customer .list_content .item_content .txt_desp .date {
  margin: 0 16px;
  color: #95979e;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp .date {
    margin: 0;
  }
}
.customer .list_content .item_content .txt_desp p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  display: block;
  margin: 10px 0;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp p {
    font-size: 10px;
    line-height: 16px;
    margin: 4px 0;
  }
}
.customer .list_content .item_content .txt_desp .status {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-align: left;
  padding-bottom: 28px;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp .status {
    font-size: 10px;
    line-height: 14px;
    padding-bottom: 0;
  }
}
.customer .list_content .item_content .txt_desp .status.danger {
  color: #ca2002;
}
.customer .list_content .item_content .txt_desp .status.danger:before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon_time_customer.svg");
  background-position: center center;
  background-size: 14px;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp .status.danger:before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-size: contain;
  }
}
.customer .list_content .item_content .txt_desp .status.danger p {
  color: #1b1d24;
}
.customer .list_content .item_content .txt_desp .status.success {
  color: #0e8313;
}
.customer .list_content .item_content .txt_desp .status.success:before {
  content: "";
  display: inline-block;
  background-image: url("../images/customer/icon_back.svg");
  background-position: center center;
  background-size: 21px;
  background-repeat: no-repeat;
  margin-right: 5px;
  width: 21px;
  height: 13px;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp .status.success:before {
    width: 21px;
    height: 13px;
    margin-right: 5px;
    background-size: contain;
  }
}
.customer .list_content .item_content .txt_desp .status.success p {
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp .status.success p {
    line-height: 18px;
  }
}
.customer .list_content .item_content .txt_desp .status span {
  display: block;
  color: #1b1d24;
  line-height: 20px;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp .status span {
    line-height: 20px;
  }
}
.customer .list_content .item_content .txt_desp .thumb {
  width: 233px;
  height: 134px;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp .thumb {
    margin-top: 10px;
    width: 80%;
    height: auto;
  }
}
.customer .list_content .item_content .txt_desp .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .txt_desp .thumb img {
    border-radius: 4px;
  }
}
.customer .list_content .item_content .history_line {
  padding-bottom: 0;
  padding-top: 9px;
  position: relative;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .history_line {
    padding-top: 8px;
  }
}
.customer .list_content .item_content .history_line:before {
  content: "";
  display: block;
  background-color: #fff;
  border: 3px solid #4870f4;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  .customer .list_content .item_content .history_line:before {
    width: 12px;
    height: 12px;
  }
}
.customer .list_content .item_content .history_line:after {
  content: "";
  background-image: url("../images/customer/dash_border.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 2px;
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#create_new_request_modal,
#create_new_reply_modal,
#delete_confirm_modal {
  position: fixed;
  z-index: 99;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 29, 36, 0.88);
  display: none;
  overflow: hidden;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
@media (max-width: 1280px) {
  #create_new_request_modal,
  #create_new_reply_modal,
  #delete_confirm_modal {
    padding-top: 40px;
  }
}
#create_new_request_modal.active,
#create_new_reply_modal.active,
#delete_confirm_modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#create_new_request_modal .content_modal,
#create_new_reply_modal .content_modal,
#delete_confirm_modal .content_modal {
  border-radius: 6px;
  background: #ebeff3;
  max-width: 695px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .content_modal,
  #create_new_reply_modal .content_modal,
  #delete_confirm_modal .content_modal {
    border-radius: 4px;
    max-width: 100%;
    width: 90%;
    padding-bottom: 20px;
  }
}
#create_new_request_modal h3,
#create_new_reply_modal h3,
#delete_confirm_modal h3 {
  color: #6BB1F0;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 16px 20px 16px;
  border-bottom: 1px solid #dde0e7;
}
@media (max-width: 1280px) {
  #create_new_request_modal h3,
  #create_new_reply_modal h3,
  #delete_confirm_modal h3 {
    font-size: 14px;
    padding: 14px 20px;
  }
}
#create_new_request_modal .content,
#create_new_reply_modal .content,
#delete_confirm_modal .content {
  padding: 16px 20px 22px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .content,
  #create_new_reply_modal .content,
  #delete_confirm_modal .content {
    padding: 16px 20px;
  }
}
#create_new_request_modal .content p,
#create_new_reply_modal .content p,
#delete_confirm_modal .content p {
  font-size: 14px;
  font-weight: 600;
  color: #3a3e47;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .content p,
  #create_new_reply_modal .content p,
  #delete_confirm_modal .content p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
#create_new_request_modal .content .thumb_notice,
#create_new_reply_modal .content .thumb_notice,
#delete_confirm_modal .content .thumb_notice {
  width: 45px;
  margin: 0 auto 25px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .content .thumb_notice,
  #create_new_reply_modal .content .thumb_notice,
  #delete_confirm_modal .content .thumb_notice {
    width: 12vw;
    margin-bottom: 5.3333333333vw;
  }
}
#create_new_request_modal .content .item_content,
#create_new_reply_modal .content .item_content,
#delete_confirm_modal .content .item_content {
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .content .item_content,
  #create_new_reply_modal .content .item_content,
  #delete_confirm_modal .content .item_content {
    margin-bottom: 14px;
  }
}
#create_new_request_modal .content .item_content:last-child,
#create_new_reply_modal .content .item_content:last-child,
#delete_confirm_modal .content .item_content:last-child {
  margin-bottom: 0;
}
#create_new_request_modal .content .item_content label,
#create_new_reply_modal .content .item_content label,
#delete_confirm_modal .content .item_content label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 11px;
  display: block;
}
@media (max-width: 1280px) {
  #create_new_request_modal .content .item_content label,
  #create_new_reply_modal .content .item_content label,
  #delete_confirm_modal .content .item_content label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
#create_new_request_modal .content .item_content label.error,
#create_new_reply_modal .content .item_content label.error,
#delete_confirm_modal .content .item_content label.error {
  color: #ca2002;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .content .item_content label.error,
  #create_new_reply_modal .content .item_content label.error,
  #delete_confirm_modal .content .item_content label.error {
    font-size: 12px;
    margin-top: 4px;
  }
}
#create_new_request_modal .content .item_content input,
#create_new_request_modal .content .item_content textarea,
#create_new_request_modal .content .item_content select,
#create_new_reply_modal .content .item_content input,
#create_new_reply_modal .content .item_content textarea,
#create_new_reply_modal .content .item_content select,
#delete_confirm_modal .content .item_content input,
#delete_confirm_modal .content .item_content textarea,
#delete_confirm_modal .content .item_content select {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #dde0e7;
  width: 100%;
}
@media (max-width: 1280px) {
  #create_new_request_modal .content .item_content input,
  #create_new_request_modal .content .item_content textarea,
  #create_new_request_modal .content .item_content select,
  #create_new_reply_modal .content .item_content input,
  #create_new_reply_modal .content .item_content textarea,
  #create_new_reply_modal .content .item_content select,
  #delete_confirm_modal .content .item_content input,
  #delete_confirm_modal .content .item_content textarea,
  #delete_confirm_modal .content .item_content select {
    font-size: 10px;
    border-radius: 4px;
    padding: 8px 10px;
  }
}
#create_new_request_modal
  .content
  .item_content
  input::-webkit-input-placeholder,
#create_new_request_modal
  .content
  .item_content
  textarea::-webkit-input-placeholder,
#create_new_request_modal
  .content
  .item_content
  select::-webkit-input-placeholder,
#create_new_reply_modal .content .item_content input::-webkit-input-placeholder,
#create_new_reply_modal
  .content
  .item_content
  textarea::-webkit-input-placeholder,
#create_new_reply_modal
  .content
  .item_content
  select::-webkit-input-placeholder,
#delete_confirm_modal .content .item_content input::-webkit-input-placeholder,
#delete_confirm_modal
  .content
  .item_content
  textarea::-webkit-input-placeholder,
#delete_confirm_modal .content .item_content select::-webkit-input-placeholder {
  color: #717a8a;
}
#create_new_request_modal .content .item_content input:-ms-input-placeholder,
#create_new_request_modal .content .item_content textarea:-ms-input-placeholder,
#create_new_request_modal .content .item_content select:-ms-input-placeholder,
#create_new_reply_modal .content .item_content input:-ms-input-placeholder,
#create_new_reply_modal .content .item_content textarea:-ms-input-placeholder,
#create_new_reply_modal .content .item_content select:-ms-input-placeholder,
#delete_confirm_modal .content .item_content input:-ms-input-placeholder,
#delete_confirm_modal .content .item_content textarea:-ms-input-placeholder,
#delete_confirm_modal .content .item_content select:-ms-input-placeholder {
  color: #717a8a;
}
#create_new_request_modal .content .item_content input::-ms-input-placeholder,
#create_new_request_modal
  .content
  .item_content
  textarea::-ms-input-placeholder,
#create_new_request_modal .content .item_content select::-ms-input-placeholder,
#create_new_reply_modal .content .item_content input::-ms-input-placeholder,
#create_new_reply_modal .content .item_content textarea::-ms-input-placeholder,
#create_new_reply_modal .content .item_content select::-ms-input-placeholder,
#delete_confirm_modal .content .item_content input::-ms-input-placeholder,
#delete_confirm_modal .content .item_content textarea::-ms-input-placeholder,
#delete_confirm_modal .content .item_content select::-ms-input-placeholder {
  color: #717a8a;
}
#create_new_request_modal .content .item_content input::placeholder,
#create_new_request_modal .content .item_content textarea::placeholder,
#create_new_request_modal .content .item_content select::placeholder,
#create_new_reply_modal .content .item_content input::placeholder,
#create_new_reply_modal .content .item_content textarea::placeholder,
#create_new_reply_modal .content .item_content select::placeholder,
#delete_confirm_modal .content .item_content input::placeholder,
#delete_confirm_modal .content .item_content textarea::placeholder,
#delete_confirm_modal .content .item_content select::placeholder {
  color: #717a8a;
}
#create_new_request_modal .content .item_content select:not([size]),
#create_new_reply_modal .content .item_content select:not([size]),
#delete_confirm_modal .content .item_content select:not([size]) {
  background-image: url("../images/arrow_select_option_dark.svg");
  background-position: right 12px center;
  background-size: 10px;
  background-repeat: no-repeat;
}
#create_new_request_modal .content .item_content textarea,
#create_new_reply_modal .content .item_content textarea,
#delete_confirm_modal .content .item_content textarea {
  min-height: 92px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .content .item_content textarea,
  #create_new_reply_modal .content .item_content textarea,
  #delete_confirm_modal .content .item_content textarea {
    min-height: 28.2666666667vw;
  }
}
#create_new_request_modal .btn_list,
#create_new_reply_modal .btn_list,
#delete_confirm_modal .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .btn_list,
  #create_new_reply_modal .btn_list,
  #delete_confirm_modal .btn_list {
    padding: 0 20px;
  }
}
#create_new_request_modal .btn_list.btn_list_del,
#create_new_reply_modal .btn_list.btn_list_del,
#delete_confirm_modal .btn_list.btn_list_del {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#create_new_request_modal .btn_list button,
#create_new_reply_modal .btn_list button,
#delete_confirm_modal .btn_list button {
  border: 1px solid #717a8a;
  background-color: #fff;
  border-radius: 4px;
  color: #5d626b;
  font-size: 14px;
  font-weight: 600;
  width: 150px;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .btn_list button,
  #create_new_reply_modal .btn_list button,
  #delete_confirm_modal .btn_list button {
    font-size: 12px;
    width: 50%;
    height: 36px;
    line-height: 36px;
  }
}
#create_new_request_modal .btn_list button:hover,
#create_new_reply_modal .btn_list button:hover,
#delete_confirm_modal .btn_list button:hover {
  opacity: 0.7;
}
#create_new_request_modal .btn_list button.btn_submit,
#create_new_reply_modal .btn_list button.btn_submit,
#delete_confirm_modal .btn_list button.btn_submit {
  border: 0;
  background-color: #7438B8;
  color: #fff;
}
#create_new_request_modal .btn_list button:last-child,
#create_new_reply_modal .btn_list button:last-child,
#delete_confirm_modal .btn_list button:last-child {
  margin-left: 10px;
}
@media (max-width: 1280px) {
  #create_new_request_modal .btn_list button:last-child,
  #create_new_reply_modal .btn_list button:last-child,
  #delete_confirm_modal .btn_list button:last-child {
    margin-left: 10px;
  }
}
#delete_confirm_modal .content_modal {
  max-width: 365px;
}
#delete_confirm_modal .content p {
  margin-bottom: 0;
}
.mypage #main label.error {
  color: #ca2002;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
  display: block;
  text-align: left;
}
@media (max-width: 1280px) {
  .mypage #main label.error {
    font-size: 12px;
    margin-top: 4px;
  }
}
.mypage #content {
  max-width: 1518px;
  width: 100%;
  margin: 0 auto;
  background-color: #ebeff3;
}
@media (max-width: 1280px) {
  .mypage #content {
    max-width: 100%;
  }
}
.mypage #content .inner {
  padding: 44px;
}
@media (max-width: 1280px) {
  .mypage #content .inner {
    padding: 16px;
  }
}
.mypage #content .inner .item_content {
  width: 1020px;
  margin: 0 auto 30px;
}
@media (max-width: 1280px) {
  .mypage #content .inner .item_content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mypage #content .inner .item_content:last-child {
  margin-bottom: 0;
}
.mypage #content .inner h2 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #1b1d24;
  text-align: left;

}
@media (max-width: 1280px) {
  .mypage #content .inner h2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.mypage #content .inner .txt_desp {
  border-radius: 6px;
  background: #f4f6f9;
  padding: 10px 16px;
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp {
    border-radius: 4px;
    padding: 14px;
  }
}
.mypage #content .inner .txt_desp dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dde0e7;
  font-size: 12px;
}
.mypage #content .inner .txt_desp dl dt,
.mypage #content .inner .txt_desp dl dd{
  font-size: 12px;
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp dl {
    margin-bottom: 10px;
    font-size: 10px;
    padding-bottom: 10px;
  }
  .mypage #content .inner .txt_desp dl dt{
    font-size: 10px;
  }
  .mypage #content .inner .txt_desp dl dd{
    font-size: 10px;
  }
}
.mypage #content .inner .txt_desp dl:last-child {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp dl:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp dl:last-child dt {
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp dl:last-child dd {
    font-size: 10px;
    line-height: 14px;
    text-align: left;
  }
}
.mypage #content .inner .txt_desp dl dt {
  font-weight: 600;
  text-align: left;
  color: #000;
}
.mypage #content .inner .txt_desp dl dd {
  color: #1b1d24;
  font-size: 12px;
}
.mypage #content .inner .txt_desp dl dd span {
  color: #7438B8;
  font-weight: 600;
  font-size: 10px;
}
.mypage #content .inner .txt_desp .item_input {
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp .item_input {
    margin-bottom: 10px;
  }
}
.mypage #content .inner .txt_desp .item_input p {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #1b1d24;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp .item_input p {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.mypage #content .inner .txt_desp .item_input input {
  border: 1px solid #dde0e7;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #1b1d24;
  padding: 8px 11px;
  width: 100%;
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp .item_input input {
    font-size: 10px;
    border-radius: 4px;
    padding: 11.5px 12px;
  }
}
.mypage #content .inner .txt_desp .item_input input::-webkit-input-placeholder {
  color: #ced4da;
}
.mypage #content .inner .txt_desp .item_input input:-ms-input-placeholder {
  color: #ced4da;
}
.mypage #content .inner .txt_desp .item_input input::-ms-input-placeholder {
  color: #ced4da;
}
.mypage #content .inner .txt_desp .item_input input::placeholder {
  color: #ced4da;
}
.mypage #content .inner .txt_desp .list_input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp .list_input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mypage #content .inner .txt_desp .list_input .item_input {
  width: 49%;
}
@media (max-width: 1280px) {
  .mypage #content .inner .txt_desp .list_input .item_input {
    width: 100%;
  }
}
.mypage #content .inner .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mypage #content .inner .btn_list.btn_list_del {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mypage #content .inner .btn_list button {
  border: 1px solid #717a8a;
  background-color: #fff;
  border-radius: 4px;
  color: #5d626b;
  font-size: 14px;
  font-weight: 600;
  width: 50%;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 1280px) {
  .mypage #content .inner .btn_list button {
    font-size: 12px;
    width: 100%;
    height: 36px;
    line-height: 36px;
  }
}
.mypage #content .inner .btn_list button:hover {
  opacity: 0.7;
}
.mypage #content .inner .btn_list button.btn_submit {
  border: 0;
  background-color: #7438B8;
  color: #fff;
}
.mypage #content .inner .btn_list button:last-child {
  margin-left: 15px;
}
@media (max-width: 1280px) {
  .mypage #content .inner .btn_list button:last-child {
    margin-left: 15px;
  }
}
.announcement #main > .inner {
  display: block;
}
.announcement #content {
  width: 100%;
}
@media (max-width: 1280px) {
  .announcement #content {
    padding: 0;
  }
}
.announcement #content .inner {
  background-color: #fff;
  padding: 0 20px 30px;
}
@media (max-width: 1280px) {
  .announcement #content .inner {
    padding: 14px 10px 20px;
  }
}
.announcement #content .inner h2 {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: left;
  font-family: "Poppins", sans-serif;
  padding: 20px 0 16px;
}
@media (max-width: 1280px) {
  .announcement #content .inner h2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    border: 0;
    margin-bottom: 10px;
  }
}
.announcement #content .tbl_announcement thead tr th {
  padding: 10px 19px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1280px) {
  .announcement #content .tbl_announcement thead tr th {
    padding: 9.5px 10px;
    font-size: 12px;
    line-height: 18px;
  }
}
.announcement #content .tbl_announcement thead tr th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.announcement #content .tbl_announcement thead tr th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: right;
}
.announcement #content .tbl_announcement tbody tr td {
  border-bottom: 1px solid #dde0e7;
  padding: 10px 19px;
}
@media (max-width: 1280px) {
  .announcement #content .tbl_announcement tbody tr td {
    padding: 8px 10px;
  }
}
.announcement #content .tbl_announcement tbody tr td:last-child {
  text-align: right;
}
.announcement #content .tbl_announcement tbody tr td a {
  color: #1b1d24;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 1280px) {
  .announcement #content .tbl_announcement tbody tr td a {
    font-size: 10px;
    line-height: 18px;
  }
}
.announcement #content .tbl_announcement tbody tr td a:hover {
  text-decoration: underline;
}
.announcement #content .tbl_announcement .status {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 3px;
  display: inline-block;
}
@media (max-width: 1280px) {
  .announcement #content .tbl_announcement .status {
    font-size: 10px;
    padding: 4px 6px;
    border-radius: 4px;
    line-height: 16px;
  }
}
.announcement #content .tbl_announcement .status.success {
  background-color: #DDF5D8;
  color: #254A28;
}
.announcement #content .tbl_announcement .status.danger {
  background-color: #FDEDED;
  color: #D4290B;
}
.announcement #detail .inner {
  background-color: #fff;
  padding: 34px 31px;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .announcement #detail .inner {
    padding: 22px 14px;
  }
}
.announcement #detail .inner > p{
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .announcement #detail .inner > p {
    margin-bottom: 6px;
  }
}
.announcement #detail .inner p {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .announcement #detail .inner p {
    font-size: 12px;
  }
}
.announcement #detail .inner p.brand_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.announcement #detail .inner p.brand_img img {
  margin-left: 8px;
  height: 35px;
}
@media (max-width: 1280px) {
  .announcement #detail .inner p.brand_img img {
    margin-left: 6px;
    height: 25px;
  }
}
@media (max-width: 1280px) {
  .announcement #detail .inner .content {
    margin-bottom: 20px;
  }
}
.announcement #detail .inner .content p {
  line-height: 23px;
}
@media (max-width: 1280px) {
  .announcement #detail .inner .content p {
    line-height: 20px;
  }
}
.announcement #detail .inner .content .thumb {
  width: 230px;
  height: 246px;
}
@media (max-width: 1280px) {
  .announcement #detail .inner .content .thumb {
    width: 230px;
    height: auto;
  }
}
.announcement #detail .inner .content .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.announcement #detail .inner .btn_link {
  text-align: left;
  margin-top: 20px;
  margin-left: 0;
}
@media (max-width: 1280px) {
  .announcement #detail .inner .btn_link {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
.announcement #detail .inner .btn_link a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #7438B8;
  border-radius: 3px;
  padding: 7px 20px;
}
@media (max-width: 1280px) {
  .announcement #detail .inner .btn_link a {
    font-size: 12px;
    line-height: 12px;
    border-radius: 3px;
    padding: 11px;
    width: 100%;
  }
}
.ep_game.history_game #content {
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content {
    padding: 0;
  }
}
.ep_game.history_game #content .inner {
  margin: 0;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .inner {
    padding: 2.1333333333vw 2.6666666667vw 0;
  }
}
.ep_game.history_game #content .list_filter .item_filter > span {
  margin: 0 10px 0 0;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_filter .item_filter > span {
    display: none;
  }
}
.ep_game.history_game #content .total_results {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .total_results li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .total_results li {
    margin-left: 0.8vw;
  }
}
.ep_game.history_game #content .total_results .item_content p {
  border-radius: 0;
}
.ep_game.history_game #content .total_results table thead tr {
  border: 1px solid #e8e8e8;
}
.ep_game.history_game #content .total_results table thead th:first-child {
  border-top-left-radius: 0;
}
.ep_game.history_game #content .total_results table thead th:last-child {
  border-top-right-radius: 0;
}
.ep_game.history_game #content .betting_content {
  padding: 0;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .betting_content {
    padding: 1.0666666667vw;
  }
}
.ep_game.history_game #content .list_game {
  width: 100%;
  max-width: 1513px;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game {
    max-width: 100%;
    margin-bottom: 2.1333333333vw;
    padding: 0;
  }
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game ul {
    gap: 2.1333333333vw;
  }
}
.ep_game.history_game #content .list_game ul li {
  width: auto;
  padding: 0 10px;
  background-color: #ffffff;
  border: 2px solid transparent;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game ul li {
    padding: 1.0666666667vw;
    margin: 0 0.8vw;
  }
}
.ep_game.history_game #content .list_game ul li.active {
  border: 2px solid #32a836;
  border-radius: 10px;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game ul li.active {
    border-radius: 2.6666666667vw;
  }
}
.ep_game.history_game #content .list_game .txt_desp {
  padding: 0;
  min-height: auto;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game .txt_desp {
    padding: 0;
  }
}
.ep_game.history_game #content .list_game .thumb {
  width: 103px;
  height: 88px;
  margin: 0 auto;
  position: relative;
  top: 0;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game .thumb {
    width: 13.3333333333vw;
    height: 11.7333333333vw;
    position: relative;
    top: 0;
  }
}
.ep_game.history_game #content .list_game .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game .thumb img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.ep_game.history_game #content .list_game p {
  font-size: 16px;
  font-weight: bold;
  color: #232a38;
  text-align: left;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game p {
    font-size: 3.7333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.ep_game.history_game #content .list_game .slick-next {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #dde0e7;
  right: -10px;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game .slick-next {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: -2.6666666667vw;
  }
}
.ep_game.history_game #content .list_game .slick-next:before {
  content: "";
  background-image: url("../images/arrow_left.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game .slick-next:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: -0.2666666667vw;
  }
}
.ep_game.history_game #content .list_game .slick-prev {
  content: "";
  top: 50%;
  left: -10px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #dde0e7;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game .slick-prev {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    left: -2.6666666667vw;
  }
}
.ep_game.history_game #content .list_game .slick-prev:before {
  content: "";
  background-image: url("../images/arrow_right.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: -2px;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_game .slick-prev:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: -0.2666666667vw;
    left: -0.5333333333vw;
  }
}
.ep_game.history_game #content .list_filter {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .ep_game.history_game #content .list_filter {
    margin-bottom: 2.1333333333vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.ep_game.history_game #content .list_filter .list_date_history ul li a {
  width: 22.6666666667vw;
}
.ep_game.history_game #content table tr td.status.hit,
.ep_game.history_game .list_item_sp .item_desp ul li p.hit {
  color: #32a836;
}
.ep_game.history_game #content table tr td.status.bet,
.ep_game.history_game .list_item_sp .item_desp ul li p.bet {
  color: #0f6670;
}
.ep_game.history_game #content table tr td.status.missed,
.ep_game.history_game .list_item_sp .item_desp ul li p.missed {
  color: #d4290b;
}
.ep_game.history_game #content table tr td.status.finish,
.ep_game.history_game .list_item_sp .item_desp ul li p.finish {
  color: #717a8a;
}
.ep_game.history_game #content table tr td .turn {
  color: #4379ee;
}
.ep_game.history_game .util_sp .item_empty {
  background: white;
  padding: 10px;
  border-radius: 4px;
}
.ep_game.pbg5 #content .game_now_bg {
  background-image: url("../images/bg_game_powerballgame.jpg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.ep_game.pbg5 #content .list_game ul li {
  width: 100%;
}
@media (max-width: 1280px) {
  .ep_game.pbg5 #content .list_game .txt_desp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18.6666666667vw;
  }
}
.ep_game.pbg5 #content .list_game .txt_desp .thumb {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .ep_game.pbg5 #content .list_game .txt_desp .thumb {
    width: 17.3333333333vw;
  }
}
@media (max-width: 1280px) {
  .ep_game.pbg5 #content .list_game .txt_desp p {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
  }
}
.ep_game.bbp2 #content .game_now_bg,
.ep_game.bbs3 #content .game_now_bg {
  background-image: url("../images/bg_game_bubblegame.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.ep_game.bbp2 #content .list_game ul li,
.ep_game.bbs3 #content .list_game ul li {
  width: 100%;
}
@media (max-width: 1280px) {
  .ep_game.running_ball .list_game .txt_desp {
    padding-left: 11.2vw;
  }
}
.ep_game.running_ball .list_game .txt_desp .thumb {
  width: 109px;
  height: 82px;
  top: 6px;
}
@media (max-width: 1280px) {
  .ep_game.running_ball .list_game .txt_desp .thumb {
    width: 8.8vw;
    height: 6.6666666667vw;
    top: 0.5333333333vw;
  }
}
.ep_game.running_ball .list_game .txt_desp .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ep_game.running_ball #content .game_now_bg {
  background-image: url("../images/bg_minigame_ball_02.jpg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  .ep_game.running_ball .type_power {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin: 0 0.5333333333vw;
  }
}
@media (max-width: 1280px) {
  .ep_game.running_ball .betting_item .betting_item_show {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
.ep_game.running_ball .betting_item .betting_item_show .betting_item_game {
  width: 440px;
  margin: 0 0 0 30px;
}
@media (max-width: 1280px) {
  .ep_game.running_ball .betting_item .betting_item_show .betting_item_game {
    width: 100%;
    margin: 0 auto;
  }
}
.ep_game.running_ball
  .betting_item
  .betting_item_show
  .betting_item_game
  .type_power {
  margin: 0 24px;
}
@media (max-width: 1280px) {
  .ep_game.running_ball
    .betting_item
    .betting_item_show
    .betting_item_game
    .type_power {
    width: 9.8666666667vw;
    height: 9.8666666667vw;
    margin: 0 3.7333333333vw;
  }
}
@media (max-width: 1280px) {
  .ep_game.running_ball
    .betting_item
    .betting_item_show
    .betting_item_game
    .rate {
    font-size: 4.8vw;
    min-width: 13.6vw;
  }
}
.ep_game.running_ball .betting_item .betting_item_show ul.col_04 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .ep_game.running_ball .betting_item .betting_item_show ul.col_04 {
    margin-bottom: 4vw;
    border-radius: 0 0 1.6vw 1.6vw;
    border: 1px solid #ebeff3;
    gap: 0;
  }
}
@media (max-width: 1280px) {
  .ep_game.running_ball .betting_item .betting_item_show ul.col_04 li {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4vw 1.6vw 5.0666666667vw;
    border-radius: 0;
    border: 0;
  }
}
.ep_game.running_ball .betting_item .betting_item_show ul.col_04 li:last-child {
  padding-left: 165px;
}
@media (max-width: 1600px) {
  .ep_game.running_ball
    .betting_item
    .betting_item_show
    ul.col_04
    li:last-child {
    padding-left: 10.3125vw;
  }
}
@media (max-width: 1280px) {
  .ep_game.running_ball
    .betting_item
    .betting_item_show
    ul.col_04
    li:last-child {
    padding: 0 1.6vw 0.5vw;
  }
}
.ep_game.running_ball
  .betting_item
  .betting_item_show
  ul.col_04
  li:first-child {
  padding-left: 0;
}
@media (max-width: 1280px) {
  .ep_game.running_ball
    .betting_item
    .betting_item_show
    ul.col_04
    li:first-child {
    padding: 4vw 1.6vw 2.1333333333vw;
  }
}
.ep_game.running_ball
  .betting_item
  .betting_item_show
  ul.col_04
  li
  .betting_item_game {
  margin: 0 0 0 30px;
}
@media (max-width: 1280px) {
  .ep_game.running_ball
    .betting_item
    .betting_item_show
    ul.col_04
    li
    .betting_item_game:nth-last-child(-n + 2) {
    margin-bottom: 3.2vw;
  }
}
@media (max-width: 1280px) {
  .ep_game.running_ball
    .betting_item
    .betting_item_show
    ul.col_04
    li
    .betting_item_game {
    width: 47%;
    margin: 0 auto 3.2vw;
  }
}
@media (max-width: 1280px) {
  .ep_game.running_ball .betting_item .betting_item_show ul li {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4vw 1.6vw 5.0666666667vw;
    border-radius: 1.6vw;
    border: 1px solid #ebeff3;
    margin-bottom: 4vw;
  }
}
@media (max-width: 1280px) {
  .ep_game.running_ball
    .betting_item
    .betting_item_show
    ul
    li
    .betting_item_game {
    margin-bottom: 3.2vw;
  }
}
.ep_game.running_ball
  .betting_item
  .betting_item_show
  ul
  li
  .betting_item_game:last-child {
  margin-bottom: 0;
}
.ep_game.running_ball .betting_item .betting_item_show ul .tlt_bet_game {
  min-width: 164px;
  font-size: 20px;
  font-weight: 700;
  color: #232a38;
  text-align: left;
}
@media (max-width: 1280px) {
  .ep_game.running_ball .betting_item .betting_item_show ul .tlt_bet_game {
    width: 100%;
    min-width: auto;
    font-size: 4.2666666667vw;
    margin-bottom: 3.7333333333vw;
  }
}
.ep_game.game_friends.friends_race .betting_item .betting_item_show ul li {
  gap: 30px;
}
@media (max-width: 1280px) {
  .ep_game.game_friends.friends_race .betting_item .betting_item_show ul li {
    width: 100%;
    gap: 2.6666666667vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ep_game.game_friends.friends_race
  .betting_item
  .betting_item_show
  .betting_item_game {
  width: 539px;
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .ep_game.game_friends.friends_race
    .betting_item
    .betting_item_show
    .betting_item_game {
    width: 100%;
  }
}
.ep_game.game_friends.friends_baseball .betting_item .betting_item_show ul li {
  gap: 30px;
}
@media (max-width: 1280px) {
  .ep_game.game_friends.friends_baseball
    .betting_item
    .betting_item_show
    ul
    li {
    width: 100%;
    gap: 2.6666666667vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ep_game.game_friends.friends_baseball
  .betting_item
  .betting_item_show
  .betting_item_game {
  width: 539px;
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .ep_game.game_friends.friends_baseball
    .betting_item
    .betting_item_show
    .betting_item_game {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .ep_game.game_friends .list_game .txt_desp {
    padding-left: 11.2vw;
  }
}
.ep_game.game_friends .list_game .txt_desp .thumb {
  width: 109px;
  height: 82px;
  top: 6px;
}
@media (max-width: 1280px) {
  .ep_game.game_friends .list_game .txt_desp .thumb {
    width: 8.8vw;
    height: 6.6666666667vw;
    top: 0.5333333333vw;
  }
}
.ep_game.game_friends .list_game .txt_desp .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .ep_game.game_friends .type_power {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    margin: 0 2.6666666667vw;
  }
}
.ep_game.game_friends
  .betting_item
  .betting_item_show
  .betting_item_game
  .type_power {
  margin: 0 10px;
}
@media (max-width: 1280px) {
  .ep_game.game_friends
    .betting_item
    .betting_item_show
    .betting_item_game
    .type_power {
    margin: 0 2.6666666667vw;
  }
}
.ep_game.game_friends .betting_item .betting_item_show ul.col_04 li {
  gap: 30px;
}
@media (max-width: 1280px) {
  .ep_game.game_friends .betting_item .betting_item_show ul.col_04 li {
    width: 100%;
    gap: 2.6666666667vw 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ep_game.game_friends
  .betting_item
  .betting_item_show
  ul.col_04
  li
  .betting_item_game {
  width: 275px;
}
@media (max-width: 1280px) {
  .ep_game.game_friends
    .betting_item
    .betting_item_show
    ul.col_04
    li
    .betting_item_game {
    width: 100%;
  }
}
.ep_game.game_friends
  .betting_item
  .betting_item_show
  ul
  li
  .betting_item_game
  span {
  color: #7b3900;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}
@media (max-width: 1280px) {
  .ep_game.game_friends
    .betting_item
    .betting_item_show
    ul
    li
    .betting_item_game
    span {
    min-width: 26.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.ep_game.game_friends
  .betting_item
  .betting_item_show
  ul
  li
  .betting_item_game
  .rate {
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .ep_game.game_friends
    .betting_item
    .betting_item_show
    ul
    li
    .betting_item_game
    .rate {
    font-size: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.ep_game #main > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .ep_game #main > .inner {
    display: block;
  }
}
.ep_game #sidebar .inner {
  padding: 0;
}
.ep_game #content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ep_game #content .inner {
  padding: 0;
  margin: 0 0 40px 0;
}
@media (max-width: 1280px) {
  .ep_game #content .inner {
    margin: 0;
    background-color: #dde0e7;
    padding: 2.6666666667vw 0;
  }
}
.ep_game .list_game {
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .ep_game .list_game {
    margin-bottom: 5.0666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.ep_game .list_game ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media (max-width: 1280px) {
  .ep_game .list_game ul {
    gap: 2.6666666667vw;
  }
}
.ep_game .list_game ul li {
  width: 50%;
  background-color: #ebeff3;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 1280px) {
  .ep_game .list_game ul li {
    background-color: #fff;
    border-radius: 1.6vw;
    padding: 0 1.0666666667vw;
  }
}
.ep_game .list_game .txt_desp {
  position: relative;
  padding: 14px 0 14px 120px;
  text-align: left;
  min-height: 100px;
}
@media (max-width: 1280px) {
  .ep_game .list_game .txt_desp {
    padding: 1.6vw 0 1.6vw 12.8vw;
    min-height: 18.6666666667vw;
  }
}
.ep_game .list_game .txt_desp .thumb {
  position: absolute;
  left: 0;
  top: 2px;
  width: 115px;
}
@media (max-width: 1280px) {
  .ep_game .list_game .txt_desp .thumb {
    width: 10.6666666667vw;
    top: 0.5333333333vw;
  }
}
.ep_game .list_game .txt_desp p {
  font-weight: 700;
  font-size: 20px;
  color: #2f313c;
  text-align: left;
  line-height: 40px;
}
@media (max-width: 1280px) {
  .ep_game .list_game .txt_desp p {
    font-size: 2.6666666667vw;
    line-height: 4.2666666667vw;
  }
}
.ep_game .list_game .txt_desp .time_line {
  font-size: 36px;
  font-weight: 700;
  color: #4870f4;
}
@media (max-width: 1280px) {
  .ep_game .list_game .txt_desp .time_line {
    font-size: 4vw;
  }
}
.ep_game .list_game .txt_desp .btn_start {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#4870f4),
    to(#3156d1)
  );
  background: linear-gradient(180deg, #4870f4 0%, #3156d1 100%);
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 9px 14px;
}
@media (max-width: 1280px) {
  .ep_game .list_game .txt_desp .btn_start {
    top: initial;
    -webkit-transform: initial;
    transform: initial;
    bottom: 1.0666666667vw;
    right: 0;
    text-align: center;
    width: 100%;
    border-radius: 0.8vw;
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw;
  }
}
.ep_game .game_now_bg {
  height: auto;
  overflow: hidden;
  background-image: url("../images/bg_game_powerballgame.jpg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 1280px) {
  .ep_game .game_now_bg {
    padding: 0;
  }
}
.ep_game .game_now {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 680px;
  max-height: 680px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .ep_game .game_now {
    display: block;
    width: 100%;
    min-height: 100%;
    max-height: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
  }
}
.ep_game .game_now iframe {
  margin: 0 auto;
  padding: 0;
  width: 1600px;
  height: 660px;
  border: none;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ep_game .game_now iframe {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.ep_game .betting_content {
  padding: 40px 14px 20px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .ep_game .betting_content {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.ep_game .betting_content_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .ep_game .betting_content_info {
    margin-bottom: 2.6666666667vw;
  }
}
.ep_game .betting_content_info p {
  font-size: 21px;
  font-weight: 600;
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .ep_game .betting_content_info p {
    font-size: 4.2666666667vw;
  }
}
.ep_game .betting_content_info p.time {
  color: #4379ee;
}
.ep_game .betting_content_info p span {
  color: #4379ee;
}
.ep_game .betting_item {
  margin-bottom: 28px;
}
@media (max-width: 1280px) {
  .ep_game .betting_item {
    margin-bottom: 5.3333333333vw;
  }
}
.ep_game .betting_item.active .betting_tlt h2:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.ep_game .betting_item .betting_tlt.active h2:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.ep_game .betting_item .betting_tlt h2 {
  background-color: #ebeff3;
  border-radius: 6px 6px 0 0;
  font-size: 21px;
  font-weight: 600;
  color: #5d626b;
  padding: 14px;
  text-align: left;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_tlt h2 {
    font-size: 4.2666666667vw;
    border-radius: 1.6vw 1.6vw 0 0;
    padding: 2.6666666667vw;
  }
}
.ep_game .betting_item .betting_tlt h2:after {
  content: "";
  background-image: url("../images/arrow_select_option.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_tlt h2:after {
    widows: 3.7333333333vw;
    height: 3.2vw;
    right: 2.6666666667vw;
    top: 2.6666666667vw;
  }
}
.ep_game .betting_item .betting_item_show {
  padding: 13px;
  border-radius: 0 0 6px 6px;
  border: 1px solid #ebeff3;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show {
    padding: 1.6vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.ep_game .betting_item .betting_item_show ul.margin_only {
  margin-bottom: 13px;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.margin_only {
    margin-bottom: 2.1333333333vw;
  }
}
.ep_game .betting_item .betting_item_show ul.col_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 13px;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.col_03 {
    margin-bottom: 2.1333333333vw;
    gap: 1.6vw;
  }
}
.ep_game .betting_item .betting_item_show ul.col_03:last-child {
  margin-bottom: 0;
}
.ep_game .betting_item .betting_item_show ul.col_03 li {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.col_03 li {
    width: 33%;
  }
}
.ep_game .betting_item .betting_item_show ul.col_03 li .betting_item_game {
  width: 278px;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.col_03 li .betting_item_game {
    width: 100%;
    padding: 1.6vw 1.0666666667vw;
  }
}
@media (max-width: 1280px) {
  .ep_game
    .betting_item
    .betting_item_show
    ul.col_03
    li
    .betting_item_game
    span {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.col_03 li .betting_item_game p {
    font-size: 3.2vw;
  }
}
.ep_game .betting_item .betting_item_show ul.col_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.col_04 {
    gap: 1.6vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.col_04.col_02_sp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.col_04.col_02_sp li {
    width: 49%;
  }
}
.ep_game .betting_item .betting_item_show ul.col_04 li {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.col_04 li {
    width: 23%;
  }
}
.ep_game .betting_item .betting_item_show ul.col_04 li .betting_item_game {
  width: 205px;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul.col_04 li .betting_item_game {
    width: 100%;
    padding: 1.6vw 1.0666666667vw;
  }
}
.ep_game .betting_item .betting_item_show ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show ul li {
    margin-bottom: 2.6666666667vw;
  }
}
.ep_game .betting_item .betting_item_show ul li:last-child {
  margin-bottom: 0;
}
.ep_game .betting_item .betting_item_show .betting_item_game {
  width: 363px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ebeff3;
  border: 1px solid #ebeff3;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show .betting_item_game {
    width: 100%;
    border-radius: 1.6vw;
    padding: 2.6666666667vw;
  }
}
.ep_game .betting_item .betting_item_show .betting_item_game:hover {
  background-color: #9bbaff;
}
.ep_game .betting_item .betting_item_show .betting_item_game p {
  color: #232a38;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show .betting_item_game p {
    font-size: 3.2vw;
  }
}
.ep_game .betting_item .betting_item_show .betting_item_game .rate {
  min-width: 65px;
  text-align: start;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show .betting_item_game .rate {
    min-width: 8vw;
  }
}
.ep_game .betting_item .betting_item_show .betting_item_game span {
  font-size: 15px;
  color: #76787e;
  font-weight: 600;
}
.ep_game
  .betting_item
  .betting_item_show
  .betting_item_game
  span.icon_power_box {
  color: #ffffff;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show .betting_item_game span {
    font-size: 2.6666666667vw;
  }
}
.ep_game .betting_item .betting_item_show .vs {
  font-size: 16px;
  font-weight: 500;
  color: #232a38;
  margin: 0 60px;
}
@media (max-width: 1280px) {
  .ep_game .betting_item .betting_item_show .vs {
    font-size: 3.7333333333vw;
    margin: 0 1.3333333333vw;
  }
}
.ep_game .total_results {
  margin-bottom: 28px;
}
@media (max-width: 1280px) {
  .ep_game .total_results {
    margin-bottom: 8vw;
  }
}
.ep_game .total_results td > span {
  color: #4870f4;
}
.ep_game .total_results ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ep_game .total_results li {
  margin-left: 6px;
}
@media (max-width: 1280px) {
  .ep_game .total_results li {
    margin-left: 1.3333333333vw;
  }
}
.ep_game .total_results li > span {
  font-size: 20px;
  font-weight: 600;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .ep_game .total_results li > span {
    font-size: 3.4666666667vw;
    width: 7.2vw;
    height: 7.2vw;
  }
}
.ep_game .total_results li > span.danger {
  border: 3px solid red;
  color: red;
}
@media (max-width: 1280px) {
  .ep_game .total_results li > span.danger {
    border: 0.4vw solid red;
  }
}
.ep_game .total_results li > span.medium {
  border: 3px solid #ffa800;
  color: #ffa800;
}
@media (max-width: 1280px) {
  .ep_game .total_results li > span.medium {
    border: 0.4vw solid #ffa800;
  }
}
.ep_game .total_results li > span.quite {
  border: 3px solid #4870f4;
  color: #4870f4;
}
@media (max-width: 1280px) {
  .ep_game .total_results li > span.quite {
    border: 0.4vw solid #4870f4;
  }
}
.ep_game .total_results li > span.high {
  border: 3px solid #17b317;
  color: #17b317;
}
@media (max-width: 1280px) {
  .ep_game .total_results li > span.high {
    border: 0.4vw solid #17b317;
  }
}
.ep_game .total_results li > span.under {
  border: 3px solid #acacac;
  color: #acacac;
}
@media (max-width: 1280px) {
  .ep_game .total_results li > span.under {
    border: 0.4vw solid #acacac;
  }
}
.ep_game .total_results li > span.item_round_box {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .ep_game .total_results li > span.item_round_box {
    font-size: 3.2vw;
  }
}
.ep_game .total_results li > span.item_round_box.round_box_lose {
  background-color: #4870f4;
}
.ep_game .total_results li > span.item_round_box.round_box_danger {
  background-color: #d4290b;
}
@media (max-width: 1280px) {
  .ep_game .total_results .item_content:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .ep_game .total_results .item_content {
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .ep_game .total_results .item_content p {
    border-radius: 1.6vw 1.6vw 0 0;
    background: #ebeff3;
    font-size: 4.2666666667vw;
    font-weight: 600;
    color: #5d626b;
    text-align: center;
    padding: 2.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .ep_game .total_results .item_content p span {
    color: #4870f4;
  }
}
@media (max-width: 1280px) {
  .ep_game .total_results .item_content .game_results {
    border: 1px solid #ebeff3;
    background-color: #fff;
    padding: 2.6666666667vw 1.6vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.ep_game .total_results table thead tr,
.ep_game .total_results table thead th {
  text-align: center;
  background-color: #ebeff3;
}
.ep_game .total_results table thead th:first-child {
  border-top-left-radius: 6px;
}
.ep_game .total_results table thead th:last-child {
  border-top-right-radius: 6px;
}
.ep_game .total_results table tbody {
  border: 1px solid #e8e8e8;
}
.ep_game .total_results table tr {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.ep_game .total_results table tr td {
  padding: 16px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
.ep_game .betting_detail h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
  color: #1b1d24;
}
.ep_game .betting_detail .betting_detail_tlt {
  background: #ebeff3;
  padding: 14px 10px;
  border-radius: 6px 6px 0 0;
}
.ep_game .betting_detail .betting_detail_tlt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ep_game .betting_detail .betting_detail_tlt ul li {
  color: #5d626b;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.ep_game .betting_detail .betting_detail_tlt ul li:first-child {
  text-align: left;
}
.ep_game .betting_detail .round {
  width: 120px;
  text-align: left;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail .round {
    width: auto;
  }
}
.ep_game .betting_detail .time {
  width: 120px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail .time {
    width: auto;
  }
}
.ep_game .betting_detail .game {
  width: 130px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail .game {
    width: auto;
  }
}
.ep_game .betting_detail .bet {
  width: 80px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail .bet {
    width: auto;
  }
}
.ep_game .betting_detail .rate {
  width: 80px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail .rate {
    width: auto;
  }
}
.ep_game .betting_detail .money {
  width: 110px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail .money {
    width: auto;
  }
}
.ep_game .betting_detail .rst {
  width: 80px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail .rst {
    width: auto;
  }
}
.ep_game .betting_detail .betting_detail_content ul {
  border: 1px solid #e8e8e8;
  border-radius: 0 0 6px 6px;
}
.ep_game .betting_detail .betting_detail_content ul li.missed p.status {
  color: #717a8a;
}
.ep_game .betting_detail .betting_detail_content ul li.missed .item_detail {
  position: relative;
}
.ep_game
  .betting_detail
  .betting_detail_content
  ul
  li.missed
  .item_detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(226, 230, 231, 0.5);
  z-index: 1;
}
.ep_game .betting_detail .betting_detail_content ul li .item_detail {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px;
  cursor: pointer;
}
.ep_game .betting_detail .betting_detail_content ul li .item_detail.blur {
  position: relative;
}
.ep_game
  .betting_detail
  .betting_detail_content
  ul
  li
  .item_detail.blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(226, 230, 231, 0.5);
  z-index: 1;
}
.ep_game .betting_detail .betting_detail_content ul li p {
  font-size: 15px;
  font-weight: 500;
}
.ep_game .betting_detail .betting_detail_content ul li p.status {
  color: #32a836;
}
.ep_game .betting_detail .betting_detail_content ul li p.hit {
  color: #32a836;
}
.ep_game .betting_detail .betting_detail_content ul li p.bet {
  color: #0f6670;
}
.ep_game .betting_detail .betting_detail_content ul li p.missed {
  color: #d4290b;
}
.ep_game .betting_detail .betting_detail_content ul li p.finish {
  color: #717a8a;
}
.ep_game .betting_detail .betting_detail_content ul li p.error {
  color: #ff7a00;
}
.ep_game .betting_detail .betting_detail_content ul li p.history {
  padding: 20px 0;
  text-indent: -50px;
}
.ep_game .betting_detail .betting_detail_content ul li p span {
  color: #4870f4;
}
.ep_game .betting_detail .betting_detail_content ul li .type_power {
  width: 40px;
  height: 40px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail .betting_detail_content ul li .type_power {
    width: 7.2vw;
    height: 7.2vw;
  }
}
@media (max-width: 1280px) {
  .ep_game
    .betting_detail
    .betting_detail_content
    ul
    li
    .type_power
    .icon_power {
    width: 2.6666666667vw;
    height: 2.9333333333vw;
  }
}
.ep_game .betting_detail .betting_detail_content ul li .icon_power_box {
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail .betting_detail_content ul li .icon_power_box {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    font-size: 2.6666666667vw;
    line-height: 3.7333333333vw;
    color: #ffffff;
  }
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    font-weight: 600;
  }
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul li {
    margin-bottom: 2.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul li:last-child {
    margin-bottom: 0;
  }
}
.ep_game .betting_detail_sp ul li.missed .tlt_item .status {
  color: #717a8a;
  font-weight: 500;
}
.ep_game .betting_detail_sp ul li.missed .txt_desp {
  position: relative;
}
.ep_game .betting_detail_sp ul li.missed .txt_desp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(226, 230, 231, 0.5);
  z-index: 1;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul .tlt_item {
    background-color: #d9d9d9;
    padding: 3.2vw 2.1333333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul .tlt_item p {
    font-size: 4vw;
    font-weight: 600;
  }
}
.ep_game .betting_detail_sp ul .tlt_item p span {
  color: #4379ee;
}
.ep_game .betting_detail_sp ul .tlt_item .status {
  color: #32a836;
  font-weight: 800;
}
.ep_game .betting_detail_sp ul .tlt_item .hit {
  color: #32a836;
  font-weight: 800;
}
.ep_game .betting_detail_sp ul .tlt_item .bet {
  color: #0f6670;
  font-weight: 800;
}
.ep_game .betting_detail_sp ul .tlt_item .missed {
  color: #d4290b;
  font-weight: 800;
}
.ep_game .betting_detail_sp ul .tlt_item .finish {
  color: #717a8a;
  font-weight: 800;
}
.ep_game .betting_detail_sp ul .tlt_item .error {
  color: #ff7a00;
  font-weight: 800;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul .txt_desp {
    padding: 3.2vw 1.8666666667vw 3.2vw 4.8vw;
    font-size: 4vw;
    color: #1b1d24;
    border: 1px solid #dde0e7;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.ep_game .betting_detail_sp ul .total_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul .total_price {
    margin-bottom: 2.4vw;
  }
}
.ep_game .betting_detail_sp ul .total_price .type_power {
  width: 40px;
  height: 40px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul .total_price .type_power {
    width: 7.2vw;
    height: 7.2vw;
  }
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul .total_price .type_power .icon_power {
    width: 2.6666666667vw;
    height: 2.9333333333vw;
  }
}
.ep_game .betting_detail_sp ul .total_price .icon_power_box {
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul .total_price .icon_power_box {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    font-size: 2.6666666667vw;
    line-height: 3.7333333333vw;
    color: #ffffff;
  }
}
.ep_game .betting_detail_sp ul .total_price .icon_power_large {
  left: -1.0666666667vw;
  top: -1.0666666667vw;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp ul .total_price .icon_power_small {
    right: -1.0666666667vw;
    top: -1.0666666667vw;
  }
}
.ep_game .betting_detail_sp ul .total_price span {
  color: #4379ee;
  font-weight: 800;
}
.ep_game .betting_detail_sp ul .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ep_game .betting_detail_sp ul .time span {
  color: #717a8a;
}
@media (max-width: 1280px) {
  .ep_game .betting_detail_sp .history {
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    padding: 3.2vw;
    border-radius: 1.6vw;
    border: 1px solid #dde0e7;
  }
}
.ep_game .betting_slip .cart_betting {
  display: none;
}
.ep_game .betting_item .betting_item_show .betting_item_game.active {
  background-color: #9bbaff;
}
.game_now_bg.bg_powerballgame {
  background-image: url("../images/bg_game_powerballgame.jpg");
}
.game_now_bg.bg_running_ball {
  background-image: url(../images/bg_minigame_ball_02.jpg);
}
.game_now_bg.bg_bubblegame {
  background-image: url("../images/bg_game_bubblegame.jpg");
  background-position: center top;
  background-size: cover;
  padding: 0;
}
.game_now_bg.bg_bss_satary {
  background-image: url("../images/bg_game_bss3.jpg");
}
.game_now_bg.bg_friend_fgo30 {
  background-image: url("../images/bg_friend_golf.jpg");
  background-position: top center;
}
.game_now_bg.bg_friend_fbb30 {
  background-image: url("../images/bg_friend_baseball.jpg");
  background-position: top center;
}
.game_now_bg.bg_friend_fra30 {
  background-image: url("../images/bg_friend_race.jpg");
  background-position: top center;
}
.theme_black {
  background: #171a26;
}
.theme_black .img_dark {
  display: inline-block;
}
.theme_black
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b {
  background-image: url("../images/arrow_select_option_dark.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.theme_black.home #content .tlt_sport_day {
  background-color: #232a38;
}
.theme_black.home #content h3 {
  background-color: #232a38;
  color: #ced4da;
}
.theme_black.home #content h3 span {
  color: #4870f4;
}
.theme_black.home #content .history {
  color: #95979e;
}
.theme_black.home .sidebar .list_item li {
  border-bottom: 1px solid #32394a;
}
.theme_black.home .sidebar .list_item li .info span {
  color: #ced4da;
}
.theme_black.home .sidebar .list_item li .info span.date {
  color: #717a8a;
}
.theme_black.home .sidebar .list_item li .price {
  color: #4379ee;
}
.theme_black.home .sidebar .top_bet_week {
  background-color: #171a26;
}
.theme_black.home .sidebar .status_time {
  background-color: #171a26;
}
.theme_black.home .sidebar .customer {
  background-color: #171a26;
}
.theme_black.home .sidebar .customer .customer_start {
  border-bottom: 1px solid #32394a;
}
.theme_black.home .sidebar .customer .customer_end ul li {
  border-bottom: 1px solid #32394a;
}
.theme_black.home .sidebar .customer .customer_end ul li:last-child {
  border-left: 1px solid #32394a;
}
.theme_black.home .sidebar .customer ul li span {
  color: #ced4da;
}
.theme_black.home .sidebar .best_notice {
  background-color: #171a26;
}
.theme_black.home .sidebar .best_notice ul li {
  border-bottom: 1px solid #32394a;
}
.theme_black.home .sidebar .best_notice ul li a {
  color: #ced4da;
}
.theme_black.sport #content {
  background: #08090e;
}
.theme_black.sport_history #content .inner {
  background-color: #1b1d24;
}
.theme_black.sport_history
  .item_sport_history.history_opened
  .tlt_info
  span.status {
  background-color: #4870f4;
}
.theme_black.sport_history
  .item_sport_history.history_opened
  .status_result
  span.result {
  background-color: #57688b;
  color: #ced4da;
}
.theme_black.sport_history
  .item_sport_history.history_opened
  .status_result
  span.result.opened {
  background-color: #4870f4;
  color: #ced4da;
}
.theme_black.sport_history
  .item_sport_history.history_lose
  .tlt_info
  span.status {
  background-color: #465571;
}
.theme_black.sport_history
  .item_sport_history.history_lose
  .status_result
  span.result {
  background-color: #57688b;
  color: #ced4da;
}
.theme_black.sport_history
  .item_sport_history.history_lose
  .status_result
  span.result.lose {
  background-color: #465571;
}
.theme_black.sport_history
  .item_sport_history.history_cancel
  .tlt_info
  span.status {
  background-color: #687ba0;
}
.theme_black.sport_history
  .item_sport_history.history_cancel
  .status_result
  span.result {
  background-color: #57688b;
  color: #ced4da;
}
.theme_black.sport_history
  .item_sport_history.history_cancel
  .status_result
  span.result.cancel {
  background-color: #687ba0;
}
.theme_black.sport_history .item_sport_history .tlt_info span {
  color: #ced4da;
}
.theme_black.sport_history .item_sport_history .tlt_info span.icon_arrow {
  background-color: #394459;
}
.theme_black.sport_history
  .item_sport_history
  .tlt_info
  span.icon_arrow:before {
  background-image: url("../images/icon_arrow_down.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.theme_black.sport_history .item_sport_history .tlt_info .rate_expected span {
  color: #4379ee;
}
.theme_black.sport_history .item_sport_history .list_bet_history {
  background-color: #232a38;
}
.theme_black.sport_history .item_sport_history .tlt_item_sport_history {
  border-bottom: 1px solid #34363e;
}
.theme_black.sport_history .item_sport_history .team_detail .league {
  color: #4870f4;
}
.theme_black.sport_history
  .item_sport_history
  .team_detail
  .league.football:before {
  background-image: url("../images/icon_soccer_white.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.theme_black.sport_history .item_sport_history .team_detail .team_list .date {
  color: #717a8a;
}
.theme_black.sport_history .item_sport_history .team_detail .team_list span {
  color: #ced4da;
}
.theme_black.sport_history .item_sport_history .status_score,
.theme_black.sport_history .item_sport_history .type_bet {
  color: #4870f4;
  background-color: #2f394c;
  border: 0;
}
.theme_black.sport_history .item_sport_history .type_bet span {
  color: #ced4da;
}
.theme_black.sport_history .item_sport_history .type_bet span.type {
  color: #4379ee;
}
.theme_black.sport_history .item_sport_history .status_score span.status {
  color: #ced4da;
}
.theme_black.sport_history .item_sport_history .item_bet_history {
  border-bottom: 1px solid #32394a;
}
.theme_black.sport_history .item_sport_history .total_results table tr {
  border-bottom: 1px solid #32394a;
}
.theme_black.sport_history
  .item_sport_history
  .total_results
  table
  tr:first-child {
  border-bottom: 0;
}
.theme_black.sport_history .item_sport_history .total_results table tr th {
  background-color: #394459;
  color: #ced4da;
}
.theme_black.sport_history .item_sport_history .total_results table tr td {
  color: #ced4da;
  background-color: #232a38;
}
.theme_black.sport_history .item_sport_history .btn_list button.btn_cancel {
  background-color: #1b1d24;
  color: #ced4da;
  border: 1px solid #394459;
}
.theme_black.sport_history .item_sport_history .btn_list button.btn_share {
  background-color: #394459;
  color: #ced4da;
}
.theme_black.sport_history .item_sport_history .btn_close {
  background-color: #394459;
}
.theme_black.sport_history .item_sport_history .status_wrap:hover .modal_note {
  background-image: url("../images/box_error_txt_dark.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.theme_black.sport_history
  .item_sport_history
  .status_wrap:hover
  .modal_note.modal_error {
  background-image: url("../images/box_error_dark.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.theme_black.mini_game #content .inner,
.theme_black.casino_history #content .inner,
.theme_black.slot_history #content .inner,
.theme_black.purchase_history #content .inner {
  background-color: #171a26;
}
.theme_black.mini_game #content .copy button,
.theme_black.casino_history #content .copy button,
.theme_black.slot_history #content .copy button,
.theme_black.purchase_history #content .copy button {
  background-color: #394459;
  color: #ced4da;
}
.theme_black.mini_game #content table thead tr,
.theme_black.casino_history #content table thead tr,
.theme_black.slot_history #content table thead tr,
.theme_black.purchase_history #content table thead tr {
  border: 0;
}
.theme_black.mini_game #content table tr td,
.theme_black.casino_history #content table tr td,
.theme_black.slot_history #content table tr td,
.theme_black.purchase_history #content table tr td {
  border-bottom: 1px solid #32394a;
}
.theme_black.mini_game #content table tr td.copy span,
.theme_black.casino_history #content table tr td.copy span,
.theme_black.slot_history #content table tr td.copy span,
.theme_black.purchase_history #content table tr td.copy span {
  background-color: #394459;
  color: #ced4da;
}
.theme_black.mini_game .wait,
.theme_black.casino_history .wait,
.theme_black.slot_history .wait,
.theme_black.purchase_history .wait {
  color: #4379ee;
}
.theme_black.message #content .inner {
  background-color: #171a26;
}
.theme_black.message #content .inner h2 {
  border-bottom: 2px solid #32394a;
}
.theme_black.message #content .list_message li {
  border-bottom: 1px solid #32394a;
}
.theme_black.message #content .list_message .tab_content {
  background-color: #171a26;
}
.theme_black.message #content .list_message .tab_content:after {
  -webkit-transform: none;
  transform: none;
  background-image: url("../images/icon_down_option_dark.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.theme_black.message #content .list_message .tab_content.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.theme_black.message #content .list_message .tab_content span {
  color: #ced4da;
}
.theme_black.message #content .list_message .content {
  background-color: #121319;
  color: #ced4da;
}
.theme_black.charge #content .inner {
  background-color: #171a26;
}
.theme_black.charge #content .instructions_box {
  border: 1px solid #32394a;
}
.theme_black.charge #content .instructions_box h2 {
  color: #ff525c;
}
.theme_black.charge #content .instructions_box ul li {
  color: #ced4da;
}
.theme_black.charge #content .instructions_box ul li span {
  color: #ff525c;
}
.theme_black.charge #content .instructions_table {
  border: 1px solid #32394a;
}
.theme_black.charge #content .instructions_table tr {
  border-top: 1px solid #32394a;
}
.theme_black.charge #content .instructions_table tr th {
  background-color: #232a38;
  color: #717a8a;
}
.theme_black.charge #content .instructions_table tr td {
  color: #ffffff;
}
.theme_black.charge #content .instructions_table tr td:last-child {
  color: #ffffff;
}
.theme_black.charge #content .instructions_table tr td p {
  color: #ffffff;
}
.theme_black.charge #content .instructions_table tr td input[type="password"],
.theme_black.charge #content .instructions_table tr td input[type="text"] {
  border: 1px solid #32394a;
  background-color: #171a26;
  color: #ced4da;
}
.theme_black.charge #content .instructions_table tr td.point_wrap .btn_reset {
  background-image: url("../images/icon_reset_dark.svg");
  background-position: center center;
  background-size: 17px;
  background-repeat: no-repeat;
  background-color: #171a26;
}
.theme_black.charge #content .instructions_table tr td button {
  background-color: #394459;
}
.theme_black.charge #content .instructions_table tr td button.active {
  color: #171a26;
}
.theme_black.charge
  #content
  .instructions_table
  tr
  td
  .item_input.btn_change_point
  p {
  color: #ffffff;
}
.theme_black.charge #content .charge_history_detail h3 {
  color: #ced4da;
}
.theme_black.charge #content table thead tr {
  border-bottom: 0;
}
.theme_black.charge #content table tr {
  border-bottom: 1px solid #32394a;
}
.theme_black.charge #content table tr td {
  color: #ced4da;
}
.theme_black.charge #content table tr td.hold {
  color: #ff525c;
}
.theme_black.ep_game.history_game #content {
  background-color: #171a26;
}
.theme_black.ep_game.history_game #content .total_results table thead tr {
  border: 1px solid #232a38;
}
.theme_black.ep_game.history_game #content .list_game ul li {
  background-color: #171a26;
  border: 0;
}
.theme_black.ep_game.history_game #content .list_game ul li.active {
  border: 2px solid #32a836;
}
.theme_black.ep_game.history_game #content .list_game p {
  color: #ced4da;
}
.theme_black.ep_game .list_game ul li {
  background-color: #171a26;
}
.theme_black.ep_game .list_game .txt_desp p {
  color: #ced4da;
}
.theme_black.ep_game .betting_content {
  background-color: #171a26;
}
.theme_black.ep_game .betting_detail h3 {
  color: #ced4da;
}
.theme_black.ep_game .total_results ul li > span {
  background-color: #171a26;
}
.theme_black.ep_game .total_results ul li > span.danger {
  color: #be0000;
  border: 3px solid #be0000;
}
.theme_black.ep_game .total_results ul li > span.medium {
  border: 3px solid #ff7a00;
  color: #ff7a00;
}
.theme_black.ep_game .total_results ul li > span.quite {
  border: 3px solid #3156d1;
  color: #3156d1;
}
.theme_black.ep_game .total_results ul li > span.high {
  border: 3px solid #004d02;
  color: #004d02;
}
.theme_black.ep_game .total_results ul li > span.under {
  border: 3px solid #696969;
  color: #696969;
}
.theme_black.ep_game .betting_detail .betting_detail_tlt {
  background: #232a38;
}
.theme_black.ep_game .betting_detail .betting_detail_tlt ul li {
  color: #ced4da;
}
.theme_black.ep_game .betting_detail .betting_detail_content ul {
  border: 1px solid #232a38;
}
.theme_black.ep_game
  .betting_detail
  .betting_detail_content
  ul
  li
  .item_detail {
  color: #ced4da;
  border-bottom: 1px solid #232a38;
}
.theme_black.ep_game .betting_item .betting_tlt h2 {
  background-color: #232a38;
  color: #ced4da;
}
.theme_black.ep_game .betting_item .betting_item_show {
  border: 1px solid #232a38;
}
.theme_black.ep_game .betting_item .betting_item_show .betting_item_game {
  background-color: #232a38;
  border: 0;
}
.theme_black.ep_game .betting_item .betting_item_show .betting_item_game p {
  color: #ced4da;
}
.theme_black.ep_game .betting_item .betting_item_show .vs {
  color: #717a8a;
}
.theme_black.ep_game table thead tr,
.theme_black.ep_game table thead th {
  background-color: #232a38;
}
.theme_black.ep_game table tbody {
  border: 1px solid #232a38;
}
.theme_black.ep_game table tr {
  background-color: #171a26;
  border: 1px solid #232a38;
}
.theme_black.ep_game table tr td {
  color: #ced4da;
}
.theme_black #tab_content_wrap .tab_nav {
  background-color: #171a26;
}
.theme_black #tab_content_wrap .tab_content {
  background-color: #171a26;
}
.theme_black #tab_content_wrap .item_content ul li a {
  color: #ced4da;
}
.theme_black.attendance #content .inner {
  background-color: #171a26;
}
.theme_black.attendance #content .attendance_filter {
  border-bottom: 0;
  color: #fff;
  background-color: #171a26;
}
.theme_black.attendance #content .attendance_filter .date_slide:before {
  content: "";
  background-image: url("../images/arrow_left_dark.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
.theme_black.attendance #content .attendance_filter .date_slide:after {
  content: "";
  background-image: url("../images/arrow_right_dark.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
.theme_black.attendance #content .attendance_filter .date_slide span {
  color: #ced4da;
}
.theme_black.attendance #content .attendance_filter .search_transform input {
  border: 1px solid #394459;
  color: #ced4da;
  background-color: #171a26;
}
.theme_black.attendance
  #content
  .attendance_filter
  .search_transform
  .btn_transform {
  background-color: #394459;
  color: #ced4da;
}
.theme_black.attendance #content .attendance_area table tbody tr td {
  border: 1px solid #32394a;
}
.theme_black.attendance
  #content
  .attendance_area
  .ticket
  .ticket_content
  span.util_pc {
  color: #717a8a;
}
.theme_black.attendance
  #content
  .attendance_area
  .ticket
  .ticket_content
  span.seleted {
  color: #ced4da;
  background-color: #232a38;
}
.theme_black.customer #content .inner {
  background-color: #171a26;
}
.theme_black.customer #content .page_title {
  border-bottom: 2px solid #3f4759;
}
.theme_black.customer #content .page_title .status {
  color: #ced4da;
}
.theme_black.customer #content .main_content {
  color: #fff;
}
.theme_black.customer #content .main_content .table_tlt {
  color: #5dc787;
}
.theme_black.customer #content .main_content .table_tlt .info_date {
  color: #ced4da;
}
.theme_black.customer #content .info_member span {
  color: #ced4da;
}
.theme_black.customer #content .list_content .item_content {
  background-color: #232a38;
}
.theme_black.customer #content .list_content .item_content .date {
  color: #717a8a;
}
.theme_black.customer
  #content
  .list_content
  .item_content
  .history_line:before {
  background-color: #232a38;
}
.theme_black.customer #content .list_content .item_content .txt_desp {
  color: #ced4da;
}
.theme_black.customer #content .list_content .item_content .txt_desp p {
  color: #ced4da;
}
.theme_black.customer
  #content
  .list_content
  .item_content
  .txt_desp
  .status.danger
  p {
  color: #ced4da;
}
.theme_black.customer
  #content
  .list_content
  .item_content
  .txt_desp
  .status.success
  p {
  color: #ced4da;
}
.theme_black.customer
  #content
  .list_content
  .item_content
  .txt_desp
  .status
  span {
  color: #ced4da;
}
.theme_black.customer
  #content
  .list_content
  .item_content
  .content
  .status.danger {
  color: #ca2002;
}
.theme_black.customer
  #content
  .list_content
  .item_content
  .content
  .status.success {
  color: #0e8313;
}
.theme_black.customer #content .list_content .item_content .action .delete {
  color: #ced4da;
}
.theme_black.customer
  #content
  .list_content
  .item_content
  .action
  .delete:before {
  background-image: url("../images/customer/delete_dark.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.theme_black.customer #content .list_content .item_content .btn_del button {
  background-color: #232a38;
  border: 1px solid #394459;
  color: #ced4da;
}
.theme_black.customer #content .infor_footer .btn_contact_us {
  background-color: #32a836;
}
.theme_black.mypage #content .inner {
  background-color: #171a26;
}
.theme_black.mypage #content .inner h2 {
  color: #ced4da;
}
.theme_black.mypage #content .inner .txt_desp {
  background-color: #232a38;
}
.theme_black.mypage #content .inner .txt_desp dl {
  border-bottom: 1px solid #32394a;
}
.theme_black.mypage #content .inner .txt_desp dl dt {
  color: #ced4da;
}
.theme_black.mypage #content .inner .txt_desp dl dd {
  color: #ced4da;
}
.theme_black.mypage #content .inner .txt_desp .item_input p {
  color: #ced4da;
}
.theme_black.mypage #content .inner .txt_desp .item_input input {
  border: 1px solid #32394a;
  color: #fff;
  background-color: #232a38;
}
.theme_black.mypage
  #content
  .inner
  .txt_desp
  .item_input
  input::-webkit-input-placeholder {
  color: #ced4da;
}
.theme_black.mypage
  #content
  .inner
  .txt_desp
  .item_input
  input:-ms-input-placeholder {
  color: #ced4da;
}
.theme_black.mypage
  #content
  .inner
  .txt_desp
  .item_input
  input::-ms-input-placeholder {
  color: #ced4da;
}
.theme_black.mypage #content .inner .txt_desp .item_input input::placeholder {
  color: #ced4da;
}
.theme_black.mypage #content .inner .form_control label {
  color: #ced4da;
}
.theme_black.mypage #content .inner .form_control input {
  border: 0;
  background-color: #232a38;
  color: #717a8a;
}
.theme_black.mypage #content .inner .btn_list button {
  background-color: #232a38;
  color: #ced4da;
}
.theme_black.mypage #content .inner .btn_list button.btn_submit {
  background-color: #7438B8;
}
.theme_black.announcement #content .inner {
  background-color: #171a26;
}
.theme_black.announcement #content .inner h2 {
  border-bottom: 1px solid #3f4759;
}
.theme_black.announcement #content .tbl_announcement thead tr {
  border-bottom: 0;
}
.theme_black.announcement #content .tbl_announcement tr td {
  border-bottom: 1px solid #3f4759;
}
.theme_black.announcement #content .tbl_announcement tr td a {
  color: #ced4da;
}
.theme_black.announcement #content .tbl_announcement .status.success {
  background-color: #0e8313;
  color: #fff;
}
.theme_black.announcement #content .tbl_announcement .status.danger {
  background-color: #ca2002;
  color: #fff;
}
.theme_black.announcement #detail .inner {
  background-color: #171a26;
}
.theme_black.announcement #detail .inner p {
  color: #ced4da;
}
.theme_black #main {
  background: #000;
}
.theme_black #sidebar {
  background-color: #232a38;
}
.theme_black #sidebar h2 {
  background-color: #232a38;
  color: #4379ee;
}
.theme_black #sidebar ul li {
  border-bottom: 1px solid #32394a;
}
.theme_black #sidebar ul li a {
  color: #ced4da;
}
.theme_black #sidebar ul li a.active {
  border-bottom: 1px solid #32394a;
}
.theme_black #sidebar ul li a:hover {
  background-color: #171a26;
}
.theme_black #sidebar ul li a span {
  color: #717a8a;
}
.theme_black #sidebar ul .sub_menu li {
  border: 0;
}
.theme_black .betting_slip {
  background-color: #171a26;
}
.theme_black .betting_slip .item_betting_cancel {
  background-color: #232a38;
}
.theme_black .betting_slip .item_betting_cancel .betting_slip_list li {
  background-color: #171a26;
}
.theme_black
  .betting_slip
  .item_betting_cancel
  .betting_slip_list
  .betting_info
  .item_tlt_sport {
  background-color: #08090e;
}
.theme_black .betting_slip .cus_checkbox .checkmark {
  color: #fff;
}
.theme_black .betting_slip .cus_checkbox .checkmark:before {
  background-color: #232a38;
  border: 1px solid #717a8a;
}
.theme_black .betting_slip .item_betting_cancel_tlt {
  border-bottom: 1px solid #32394a;
}
.theme_black .betting_slip .item_betting_cancel_tlt p {
  color: #fff;
}
.theme_black .betting_slip .item_betting_cancel_tlt p .date {
  color: #717a8a;
}
.theme_black .betting_slip .box_rate_expected dl {
  color: #fff;
}
.theme_black .betting_slip .btn_list button.btn_reset {
  background-color: #232a38;
}
.theme_black .betting_slip .tab_nav {
  background-color: #232a38;
}
.theme_black .betting_slip .tab_nav ul li {
  background-color: #232a38;
  border: 0;
}
.theme_black .betting_slip .tab_nav ul li span {
  color: #ffffff;
}
.theme_black .betting_slip .tab_nav ul li.active {
  border: 1px solid #0e8313;
}
.theme_black .betting_slip .tab_nav ul li.active span {
  color: #32a836;
}
.theme_black .betting_slip .betting_slip_content {
  background-color: #08090e;
}
.theme_black .betting_slip .betting_slip_list li {
  background-color: #171a26;
}
.theme_black .betting_slip .betting_slip_list .betting_info .item_tlt_sport {
  background-color: #232a38;
}
.theme_black
  .betting_slip
  .betting_slip_list
  .betting_info
  .item_tlt_sport
  .league
  span {
  color: #aab3c4;
}
.theme_black .betting_slip .betting_slip_list .betting_info h3 {
  color: #fff;
}
.theme_black .betting_slip .betting_slip_list .team_list span {
  color: #ced4da;
}
.theme_black .betting_slip .betting_slip_list .team_list span.vs {
  color: #717a8a;
}
.theme_black .betting_slip .betting_slip_list .bet_index {
  color: #32a836;
}
.theme_black .betting_slip .total_cart {
  background-color: #171a26;
}
.theme_black .betting_slip .total_cart .form_point .btn_reset {
  background-color: #232a38;
  background-image: url("../images/icon_reset_dark.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  height: 44px;
  width: 44px;
  margin: 0;
  background-size: auto;
  border-radius: 7px;
}
.theme_black .betting_slip .total_cart input {
  background-color: #232a38;
  color: #fff;
}
.theme_black .betting_slip .total_cart .list_point ul li button {
  background-color: #232a38;
  color: #fff;
}
.theme_black .betting_slip .total_cart .total_cart_list {
  background-color: #232a38;
}
.theme_black .betting_slip .total_cart .total_cart_list dl {
  border-bottom: 1px solid #32394a;
}
.theme_black .betting_slip .total_cart .total_cart_list dl dt {
  color: #fff;
}
.theme_black .item_bet_sport {
  background-color: #232a38;
}
.theme_black .item_tlt_sport {
  background-color: #232a38;
  color: #ced4da;
}
.theme_black .item_sport_statistic > ul li {
  background-color: #171a26;
}
.theme_black .item_sport_statistic > ul li .more_option {
  color: #717a8a;
}
@media (max-width: 1280px) {
  .theme_black .item_sport_statistic > ul li .more_option {
    color: #ced4da;
  }
}
.theme_black .item_sport_statistic > ul li .more_option span:before {
  background-image: url("../images/arrow_select_option.svg");
  background-position: center top 9px;
  background-size: auto;
  background-repeat: no-repeat;
}
.theme_black .item_sport_statistic .item_bet_content {
  border-bottom: 0;
}
.theme_black .item_sport_statistic .info_option .item_bet_content {
  border: 0;
}
.theme_black .item_sport_statistic .list_bet {
  color: #ced4da;
}
.theme_black .item_sport_statistic .club {
  color: #fff;
}
.theme_black .bet_rate .item_rate {
  background-color: #254a28;
}
.theme_black .bet_rate .item_rate:hover {
  background-color: #32a836;
}
.theme_black .bet_rate .item_rate:hover span {
  color: #fff;
}
.theme_black .bet_rate .item_rate:hover .name {
  color: #fff;
}
.theme_black .bet_rate .item_rate span {
  color: #ced4da;
}
.theme_black .bet_rate .item_rate.item_rate_draw {
  background-color: #bba73f;
}
.theme_black .bet_rate .item_rate.item_rate_draw:hover {
  background-color: #ffd80b;
}
.theme_black .bet_rate .item_rate.item_rate_draw .num {
  color: #1b1d24;
}
.theme_black .bet_rate .item_rate.item_rate_draw .name {
  color: #1b1d24;
}
.theme_black .bet_rate .item_rate.item_rate_under {
  background-color: #394459;
}
.theme_black .bet_rate .item_rate.item_rate_under:hover .num {
  color: #fff;
}
.theme_black .date {
  color: #717a8a;
}
.theme_black .info_option {
  background-color: #232a38;
}
.theme_black .tab_nav_link ul li.active a {
  color: #ced4da;
  border: 2px solid #32a836;
}
.theme_black .tab_nav_link ul li a {
  border: 2px solid #32394a;
  color: #ced4da;
}
.theme_black .tab_nav_link ul li a:hover {
  color: #ced4da;
  border: 2px solid #32a836;
}
.theme_black .list_filter .form_group label {
  color: #ced4da;
}
.theme_black .list_filter .form_group select,
.theme_black .list_filter .form_group input {
  color: #ced4da;
  background-color: #171a26;
  border: 1px solid #3f4759;
}
.theme_black .list_filter .form_group select {
  background-image: url("../images/arrow_select_option_dark.svg");
  background-position: 90%;
  background-size: auto;
  background-repeat: no-repeat;
}
.theme_black .list_filter .form_group input::-webkit-input-placeholder {
  color: #ced4da;
}
.theme_black .list_filter .form_group input:-ms-input-placeholder {
  color: #ced4da;
}
.theme_black .list_filter .form_group input::-ms-input-placeholder {
  color: #ced4da;
}
.theme_black .list_filter .form_group input::placeholder {
  color: #ced4da;
}
.theme_black .list_filter .btn_submit button {
  background-color: #394459;
  color: #ced4da;
}
.theme_black
  .list_filter
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #32394a;
}
.theme_black
  .list_filter
  .select2-container--bootstrap4
  .select2-selection--single {
  background-color: #171a26;
  border: 1px solid #32394a;
}
.theme_black
  .list_filter
  .select2-container--bootstrap4
  .select2-results__option--highlighted,
.theme_black
  .list_filter
  .select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #ced4da;
  background-color: #32a836;
}
.theme_black
  .list_filter
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__rendered {
  color: #ced4da;
}
.theme_black .ui-datepicker-trigger {
  background-image: url("../images/icon_date_dark.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.theme_black .history_date_filter ul {
  background-color: #171a26;
}
.theme_black .history_date_filter ul li a {
  color: #fff;
}
.theme_black .history_date_filter ul li a:hover {
  background-color: #364157;
}
.theme_black .history_date_filter ul li.active a {
  color: #fff;
  font-weight: 700;
  background-color: #32a836;
}
.theme_black #create_new_request_modal .content_modal,
.theme_black #create_new_reply_modal .content_modal,
.theme_black #delete_confirm_modal .content_modal {
  background-color: #232a38;
}
.theme_black #create_new_request_modal .content_modal h3,
.theme_black #create_new_reply_modal .content_modal h3,
.theme_black #delete_confirm_modal .content_modal h3 {
  border-bottom: 1px solid #717a8a;
}
.theme_black #create_new_request_modal .content_modal .content p,
.theme_black #create_new_reply_modal .content_modal .content p,
.theme_black #delete_confirm_modal .content_modal .content p {
  color: #ced4da;
}
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  label,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  label,
.theme_black #delete_confirm_modal .content_modal .content .item_content label {
  color: #ced4da;
}
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  select,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  select,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  select {
  border: 0;
  background-color: #171a26;
  color: #717a8a;
}
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  input,
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  textarea,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  input,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  textarea,
.theme_black #delete_confirm_modal .content_modal .content .item_content input,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  textarea {
  background-color: #171a26;
  color: #717a8a;
  border: 0;
}
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  input::-webkit-input-placeholder,
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  textarea::-webkit-input-placeholder,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  input::-webkit-input-placeholder,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  textarea::-webkit-input-placeholder,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  input::-webkit-input-placeholder,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  textarea::-webkit-input-placeholder {
  color: #717a8a;
}
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  input:-ms-input-placeholder,
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  textarea:-ms-input-placeholder,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  input:-ms-input-placeholder,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  textarea:-ms-input-placeholder,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  input:-ms-input-placeholder,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  textarea:-ms-input-placeholder {
  color: #717a8a;
}
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  input::-ms-input-placeholder,
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  textarea::-ms-input-placeholder,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  input::-ms-input-placeholder,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  textarea::-ms-input-placeholder,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  input::-ms-input-placeholder,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  textarea::-ms-input-placeholder {
  color: #717a8a;
}
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  input::placeholder,
.theme_black
  #create_new_request_modal
  .content_modal
  .content
  .item_content
  textarea::placeholder,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  input::placeholder,
.theme_black
  #create_new_reply_modal
  .content_modal
  .content
  .item_content
  textarea::placeholder,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  input::placeholder,
.theme_black
  #delete_confirm_modal
  .content_modal
  .content
  .item_content
  textarea::placeholder {
  color: #717a8a;
}
.theme_black #create_new_request_modal .content_modal .btn_list button,
.theme_black #create_new_reply_modal .content_modal .btn_list button,
.theme_black #delete_confirm_modal .content_modal .btn_list button {
  background-color: #232a38;
  border: 1px solid #717a8a;
}
.theme_black
  #create_new_request_modal
  .content_modal
  .btn_list
  button.btn_submit,
.theme_black #create_new_reply_modal .content_modal .btn_list button.btn_submit,
.theme_black #delete_confirm_modal .content_modal .btn_list button.btn_submit {
  background-color: #5405AB;
  border: 0;
}
.theme_black #create_new_request_modal .content_modal .info_member span,
.theme_black #create_new_reply_modal .content_modal .info_member span,
.theme_black #delete_confirm_modal .content_modal .info_member span {
  color: #ced4da;
}
.theme_black
  .modal_check_betting.modal_selected_info
  .content_modal_wrapper
  .txt_desp {
  background-color: #394459;
}
.theme_black
  .modal_check_betting.modal_selected_info
  .content_modal_wrapper
  .btn_list
  button.btn_check {
  background-color: #7438B8;
  border: 0;
}
.theme_black .modal_check_betting .content_modal_wrapper {
  background-color: #232a38;
}
.theme_black .modal_check_betting .content_modal_wrapper h2 {
  border-bottom: 1px solid #32394a;
}
.theme_black .modal_check_betting .content_modal_wrapper h3 {
  color: #ced4da;
}
.theme_black .modal_check_betting .content_modal_wrapper .txt_desp p {
  color: #ced4da;
}
.theme_black .modal_check_betting .content_modal_wrapper .txt_desp span {
  color: #4379ee;
}
.theme_black .modal_check_betting .content_modal_wrapper .txt_important p {
  color: #ced4da;
}
.theme_black .modal_check_betting .content_modal_wrapper .btn_list button {
  color: #ced4da;
  border: 1px solid #717a8a;
  background-color: #232a38;
}
.theme_black
  .modal_check_betting
  .content_modal_wrapper
  .btn_list
  button.btn_check {
  background-color: #d4290b;
  border: 0;
}
.theme_black .modal_check_betting .content_modal {
  background-color: #232a38;
}
.theme_black .modal_form_account .content_modal_wrapper h2 {
  color: #ced4da;
}
.theme_black .modal_form_account .item_content input {
  background-color: #0f1a4c;
  border: 0;
  color: #717a8a;
}
.theme_black
  .modal_form_account
  .item_content
  input::-webkit-input-placeholder {
  color: #717a8a;
}
.theme_black .modal_form_account .item_content input:-ms-input-placeholder {
  color: #717a8a;
}
.theme_black .modal_form_account .item_content input::-ms-input-placeholder {
  color: #717a8a;
}
.theme_black .modal_form_account .item_content input::placeholder {
  color: #717a8a;
}
.theme_black .modal_form_account .item_content select {
  background-color: #0f1a4c;
  border: 0;
  color: #717a8a;
}
.theme_black .modal_form_account .btn_list button.btn_register {
  color: #ced4da;
}
.theme_black #login_modal .item_content:after {
  background-color: #010531;
}
.theme_black #login_modal .item_content.input_id:before {
  background-image: url("../images/icon_user_dark.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.theme_black #login_modal .item_content.input_pass:before {
  background-image: url("../images/icon_lock_dark.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.theme_black #error_modal.modal_form_account p,
.theme_black #modal_alert.modal_form_account p,
.theme_black #modal_confirm.modal_form_account p {
  color: #ced4da;
}
.theme_black table tr {
  border-bottom: 1px solid #3f4759;
  background-color: #171a26;
}
.theme_black table tr th,
.theme_black table tr td {
  color: #ced4da;
}
.theme_black table thead tr {
  background-color: #232a38;
}
.theme_black table tbody tr.active {
  background-color: #364157;
}
.theme_black .pagination_content .btn_link a {
  color: #ced4da;
}
.theme_black #paging .page_numbers {
  color: #fff;
  background-color: transparent;
  border: 0;
  font-weight: 400;
}
.theme_black #paging .page_numbers.current {
  background-color: #4870f4;
  color: #ced4da;
}
.theme_black #paging .page_numbers:hover {
  background-color: #4870f4;
  color: #ced4da;
}
.theme_black #paging a {
  color: #ced4da;
}
.theme_black #paging a.prev {
  background-color: #171a26;
  color: #ced4da;
  border: 0;
  background-image: url("../images/arrow_left_dark.svg");
  background-position: left 8px center;
  background-size: auto;
  background-repeat: no-repeat;
}
.theme_black #paging a.next {
  background-color: #171a26;
  color: #ced4da;
  border: 0;
}
.theme_black footer {
  background-color: #171a26;
}
.theme_black footer .inner .footer_wrap {
  background-color: #171a26;
}
.theme_black .filter_sport {
  background-color: #000;
}
.theme_black .filter_sport ul li {
  color: #ffffff;
}
.theme_black .filter_sport ul li.active a {
  color: #ced4da;
  border: 2px solid #32a836;
}
.theme_black .filter_sport ul li a {
  border: 2px solid #32394a;
  color: #ced4da;
  background-color: #000;
}
.theme_black .filter_sport ul li a:hover {
  color: #32a836;
  border: 2px solid #32a836;
}
.theme_black .cus_checkbox .checkmark {
  color: #fff;
}
.theme_black .cus_checkbox .checkmark:before {
  background-color: #232a38;
  border: 1px solid #717a8a;
}
.theme_black .ui-datepicker table thead tr th {
  color: #ced4da;
}
.theme_black .ui-priority-secondary,
.theme_black .ui-widget-content .ui-priority-secondary,
.theme_black .ui-widget-header .ui-priority-secondary {
  background: #171a26;
}
.theme_black .ui-state-default,
.theme_black .ui-widget-content .ui-state-default,
.theme_black .ui-widget-header .ui-state-default,
.theme_black .ui-button,
.theme_black html .ui-button.ui-state-disabled:hover,
.theme_black html .ui-button.ui-state-disabled:active {
  background: #171a26;
  color: #ced4da;
}
.theme_black .ui-state-highlight,
.theme_black .ui-widget-content .ui-state-highlight,
.theme_black .ui-widget-header .ui-state-highlight {
  background: #32a836;
}
.theme_black .ui-widget-header {
  background-color: #ced4da;
}
@media (max-width: 1280px) {
  .charge #main .inner {
    padding: 9px 7px 0;
  }
}
.charge #content .inner {
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 1280px) {
  .charge #content .inner {
    padding: 9px 7px;
  }
}
.charge #content .instructions_wrap {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_wrap {
    margin-bottom: 16px;
  }
}
.charge #content .instructions_wrap .btn_submit {
  text-align: right;
}
.charge #content .instructions_wrap .btn_submit button {
  background-color: #4870f4;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding: 9px 26px;
  color: #fff;
}
@media (max-width: 1280px) {
  .charge #content .instructions_wrap .btn_submit button {
    width: 49%;
    font-size: 12px;
    line-height: 16px;
    padding: 9.5px 12px;
  }
}
.charge #content .instructions_wrap .btn_submit a {
  background-color: #909499;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding: 11.5px 26px;
  color: #fff;
}
@media (max-width: 1280px) {
  .charge #content .instructions_wrap .btn_submit a {
    width: 49%;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 9.5px 12px;
  }
}
@media (max-width: 1280px) {
  .charge.exchange #content .instructions_wrap .btn_submit button {
    width: 100%;
  }
}
.charge #content .instructions_box {
  border: 1px solid #e8e8e8;
  padding: 16px;
  text-align: left;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_box {
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 14px;
  }
}
.charge #content .instructions_box h2 {
  color: #ca2002;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 14px;
  padding-left: 16px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_box h2 {
    font-size: 12px;
    line-height: 18px;
    padding-left: 0;
    margin-bottom: 10px;
  }
}
#container .money_wrap .money_dl {border:1px solid #E6E8EC; }
#container .money_wrap .money_dl dt {color:#fff; background:#34495e; }
#container .money_wrap .money_dl dd {border-left:1px solid #E6E8EC; }

#container .money_wrap .caution_wrap {background:#fff; padding: 0px; overflow: hidden;}
#container .money_wrap .caution_wrap h3 {color:#777E90; margin-bottom: 0;background:url(../img/content/caution_ico.png) no-repeat left center;background-position: 20px; background-color: #E7E8EC; padding: 20px 0 20px 60px;}
#container .money_wrap .caution_wrap ul li {color:#313134; background:url(../img/content/caution_list_b.png) no-repeat left 9px; }
#container .money_wrap .caution_wrap ul li span {color:#EE5252; }
#container .money_wrap .caution_wrap ul {padding: 0 20px 20px 0px;}

#container .money_wrap .table_wrap h3 {color:#222; }
#container .money_wrap .ongoing {color:#4c4c4c; }
#container .money_wrap .hold {color:#ae1f1f; }
#container .money_wrap .complete {color:#222; }
.charge #content .instructions_box h2:before {
  content: "";
  background-image: url("../images/icon_important.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .charge #content .instructions_box h2:before {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
}
.charge #content .instructions_box ul {
  list-style: inside;
}
@media (max-width: 1280px) {
  .charge #content .instructions_box ul {
    list-style: disc;
    padding-left: 16px;
  }
}
.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 {
  font-size: 14px;
  line-height: 22px;
}
.charge #content .instructions_box ul li{
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_box ul li {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .charge #content .instructions_table tr th,
  .charge #content table thead tr th,
  .charge #content .instructions_table tr td {
    line-height: 20px;
  }
}
.charge #content .instructions_box ul li span {
  font-weight: 500;
  color: #ca2002;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_box ul li span {
    font-size: 10px;
    line-height: 16px;
  }
}
.charge #content .instructions_table {
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table {
    margin-bottom: 14px;
  }
}
.charge #content .instructions_table tr {
  border-top: 1px solid #e8e8e8;
  font-size: 12px;
  text-align: left;
  border-bottom: 0;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr {
    font-size: 10px;
  }
}
.charge #content .instructions_table tr:first-child {
  border-top: 0;
}
.charge #content .instructions_table tr th {
  padding: 12px 10px;
  background-color: #ebeff3;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr th {
    font-size: 12px;
    padding: 8px 6px;
    min-width: 28vw;
    width: 28vw;
  }
}
.charge #content .instructions_table tr th:first-child {
  border-top: 0;
  border-left: 0;
}
.charge #content .instructions_table tr td {
  padding: 12px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td {
    display: block;
    padding: 6px 4px;
    width: 61.8666666667vw;
  }
}
.charge #content .instructions_table tr td:first-child {
  border-top: 0;
}
.charge #content .instructions_table tr td:last-child {
  text-align: center;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td.point_wrap .input_point {
    margin-bottom: 8px;
  }
  .charge #content .instructions_table tr td.point_wrap button {
    height: 30px;
  }
}
.charge #content .instructions_table tr td.point_wrap .label_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.charge #content .instructions_table tr td.point_wrap .btn_reset {
  background-image: url("../images/icon_reset.svg");
  background-position: center center;
  background-size: 17px;
  background-repeat: no-repeat;
  width: 26px;
  height: 30px;
  margin: 5px;
  background-color: #fff;
  padding: 0;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td.point_wrap .btn_reset {
    margin: 4px;
    width: 22px;
    height: 30px;
    background-size: 18px;
  }
}
.charge #content .instructions_table tr td .item_input_wrapp_change {
  display: block;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 10.6666666667vw;
    font-size: 12px;
  }
}
.charge #content .instructions_table tr td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td ul li {
    width: 32%;
  }
}
.charge #content .instructions_table tr td input[type="password"],
.charge #content .instructions_table tr td input[type="text"] {
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e8e8e8;
  text-align: right;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td input[type="password"],
  .charge #content .instructions_table tr td input[type="text"] {
    height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    width: 100%;
  }
}
.charge #content .instructions_table tr td button {
  background-color: #909499;
  padding: 0 19px;
  height: 40px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 14px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td button {
    height: 36px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 8px;
    width: 100%;
  }
}
.charge #content .instructions_table tr td button:hover,
.charge #content .instructions_table tr td button.active {
  background-color: #484EEF;
}
.charge #content .instructions_table tr td p {
  color: #1b1d24;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td p {
    font-size: 10px;
    letter-spacing: -0.3px;
  }
}
.charge #content .instructions_table tr td p span {
  display: block;
}
.charge #content .instructions_table tr td .item_input {
  display: block;
}
.charge
  #content
  .instructions_table
  tr
  td
  .item_input.btn_change_point
  .btn_change_pass {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.charge #content .instructions_table tr td .item_input.btn_change_point p {
  font-size: 15px;
  color: #1b1d24;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td .item_input.btn_change_point p {
    font-size: 10px;
    letter-spacing: -0.3px;
  }
}
.charge #content .instructions_table tr td .item_input.btn_change_point button {
  border-radius: 0 6px 6px 0;
  padding: 0 10px;
}
@media (max-width: 1280px) {
  .charge
    #content
    .instructions_table
    tr
    td
    .item_input.btn_change_point
    button {
    padding: 0 8px;
    border-radius: 0 4px 4px 0;
    width: 32vw;
    font-size: 12px;
    text-wrap: nowrap;
  }
}
.charge #content .instructions_table tr td .item_input.btn_change_pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td .item_input.btn_change_pass {
    margin: 0;
    display: block;
  }
}
.charge #content .instructions_table tr td .item_input.btn_change_pass button {
  border-radius: 0 6px 6px 0;
}
@media (max-width: 1280px) {
  .charge
    #content
    .instructions_table
    tr
    td
    .item_input.btn_change_pass
    button {
    border-radius: 0 4px 4px 0;
    width: 32vw;
  }
}
.charge #content .instructions_table tr td .item_input.btn_change_pass input {
  border-radius: 6px 0 0 6px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td .item_input.btn_change_pass input {
    border-radius: 4px 0 0 4px;
    width: 100%;
  }
}
.charge #content .instructions_table tr td .txt_note_input {
  margin-left: 12px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td .txt_note_input {
    margin: 0;
  }
}
.charge #content .instructions_table tr td .txt_note {
  margin-left: 8px;
}
@media (max-width: 1280px) {
  .charge #content .instructions_table tr td .txt_note {
    margin-left: 6px;
  }
}
.charge #content .charge_history_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .charge #content .charge_history_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.charge #content .charge_history_detail h3 {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .charge #content .charge_history_detail h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.charge #content .charge_history_detail .history {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1280px) {
  .charge #content .charge_history_detail .history {
    margin-bottom: 16px;
  }
}
.charge #content .charge_history_detail .point_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .charge #content .charge_history_detail .point_detail {
    margin: 0;
  }
}
.charge #content table thead tr {
  border-bottom: 0;
}
.charge #content table thead tr th {
  font-size: 14px;
  padding: 9px 14px;
  font-weight: 600;
  text-align: center;
  text-wrap: nowrap;
}
@media (max-width: 1280px) {
  .charge #content table thead tr th {
    font-size: 10px;
    padding: 9.5px 4px;
  }
}
.charge #content table thead tr th:first-child {
  border-top-left-radius: 6px;
  text-align: left;
}
@media (max-width: 1280px) {
  .charge #content table thead tr th:first-child {
    padding-left: 6px;
  }
}
.charge #content table thead tr th:last-child {
  border-top-right-radius: 6px;
  text-align: right;
}
@media (max-width: 1280px) {
  .charge #content table thead tr th:last-child {
    padding-right: 6px;
  }
}
.charge #content table tr {
  border-bottom: 1px solid #e8e8e8;
}
.charge #content table tr td {
  font-size: 14px;
  padding: 6px 20px;
  color: #171a26;
  text-align: center;
}
@media (max-width: 1280px) {
  .charge #content table tr td {
    font-size: 10px;
    padding: 6px 4px;
  }
}
.charge #content table tr td.proceeding {
  color: #4870f4;
}
.charge #content table tr td.hold {
  color: #ca2002;
}
.charge #content table tr td:first-child {
  text-align: left;
}
.charge #content table tr td:last-child {
  text-align: right;
}
.charge #content .date {
  color: #95979e;
  margin-right: 0;
}
@media (max-width: 1280px) {
  .charge #content .date {
    margin-right: 0;
    letter-spacing: -0.3px;
    font-size: 10px;
  }
}
.message #main > .inner {
  display: block;
}
@media (max-width: 1280px) {
  .message #main > .inner {
    padding: 12px 10px;
  }
}
.message #content {
  width: 100%;
}
.message #content .inner {
  background-color: #fff;
  padding: 23px;
}
@media (max-width: 1280px) {
  .message #content .inner {
    padding: 14px 10px 20px;
  }
}
.message #content .inner h2 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  border: 0;
  text-align: left;
  font-family: "Poppins", sans-serif;
  padding-bottom: 16px;
}
@media (max-width: 1280px) {
  .message #content .inner h2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    border: 0;
    margin-bottom: 10px;
  }
}
.message #content .list_message {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .message #content .list_message {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
}
.message #content .list_message li {
  border-bottom: 1px solid #e8e8e8;
}
.message #content .list_message .tab_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 10px 16px;
  position: relative;
}
@media (max-width: 1280px) {
  .message #content .list_message .tab_content {
    padding: 10px;
  }
}
.message #content .list_message .tab_content:after {
  content: "";
  background-image: url("../images/arrow_left_black.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 1280px) {
  .message #content .list_message .tab_content:after {
    width: 12px;
    height: 12px;
    top: 14px;
    right: 8px;
  }
}
.message #content .list_message .tab_content.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.message #content .list_message .tab_content .logo_mess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 164px;
  width: 100%;
}
@media (max-width: 1280px) {
  .message #content .list_message .tab_content .logo_mess {
    max-width: 20%;
  }
}
.message #content .list_message .tab_content .logo_mess .news {
  color: #fff;
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  padding: 0 8px;
  background-color: #7438B8;
  border-radius: 5px;
  display: inline-block;
  margin-left: 6px;
}
@media (max-width: 1280px) {
  .message #content .list_message .tab_content .logo_mess .news {
    font-size: 10px;
    line-height: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
  }
}
.message #content .list_message .tab_content .thumb {
  width: 80px;
  height: 24px;
}
@media (max-width: 1280px) {
  .message #content .list_message .tab_content .thumb {
    width: 75px;
    height: 22px;
  }
}
.message #content .list_message .tab_content .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.message #content .list_message .tab_content .txt_desp {
  margin-left: 80px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1280px) {
  .message #content .list_message .tab_content .txt_desp {
    margin-left: 6px;
  }
}
.message #content .list_message .tab_content span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-left: 80px;
}
@media (max-width: 1280px) {
  .message #content .list_message .tab_content span {
    font-size: 10px;
    margin-left: 6px;
  }
}
.message #content .list_message .tab_content .txt_desp_content {
  display: inline-block;
  width: calc(100% - 380px);
  text-align: start;
}
@media (max-width: 1280px) {
  .message #content .list_message .tab_content .txt_desp_content {
    width: calc(100% - 155px);
  }
}
.message #content .list_message .tab_content span.shipment {
  color: #7438B8;
  margin-left: 0;
}
.message #content .list_message .content {
  display: none;
  text-align: left;
  background-color: #ebeff3;
  padding: 16px 16px 16px 240px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
@media (max-width: 1280px) {
  .message #content .list_message .content {
    font-size: 10px;
    line-height: 18px;
    padding: 10px;
  }
}
.message #content .list_message .content p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .message #content .list_message .content p {
    margin-bottom: 10px;
  }
}
.message #content .list_message .content .thumb {
  width: 372px;
  height: 248px;
}
@media (max-width: 1280px) {
  .message #content .list_message .content .thumb {
    width: 100%;
    height: auto;
  }
}
.message #content .list_message .content .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 1280px) {
  .message #content .list_message .content .thumb img {
    border-radius: 4px;
  }
}
.sport_history #main > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .sport_history #main > .inner {
    display: block;
    padding: 0;
  }
}
.sport_history #content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sport_history #content .inner {
  background-color: #fff;
  padding: 20px;
}
@media (max-width: 1280px) {
  .sport_history #content .inner {
    padding: 0;
    margin: 0 2.1333333333vw 0;
    background-color: #dde0e7;
  }
}
@media (max-width: 1280px) {
  .sport_history .list_sport_history {
    padding: 2.6666666667vw;
    background-color: #fff;
  }
}
.sport_history .item_sport_history {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history {
    margin-bottom: 5.3333333333vw;
  }
}
.sport_history .item_sport_history:last-child {
  margin-bottom: 0;
}
.sport_history .item_sport_history:last-child .tlt_item_sport_history {
  border: 0;
  margin: 0;
}
.sport_history .item_sport_history.history_opened .tlt_info span.status {
  background-color: #263d8c;
}
.sport_history
  .item_sport_history.history_opened
  .status_result
  span.result.opened {
  background-color: #263d8c;
  color: #fff;
}
.sport_history .item_sport_history.history_lose .tlt_info span.status {
  background-color: #5d626b;
}
.sport_history
  .item_sport_history.history_lose
  .status_result
  span.result.lose {
  background-color: #5d626b;
  color: #fff;
}
.sport_history .item_sport_history.history_cancel .tlt_info span.status {
  background-color: #95979e;
}
.sport_history
  .item_sport_history.history_cancel
  .status_result
  span.result.cancel {
  background-color: #95979e;
  color: #fff;
}
.sport_history .item_sport_history.history_success .tlt_info span.status {
  background-color: #32a836;
}
.sport_history
  .item_sport_history.history_success
  .status_result
  span.result.success {
  background-color: #32a836;
  color: #fff;
}
.sport_history .item_sport_history span {
  display: block;
}
.sport_history .item_sport_history .tlt_item_sport_history {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebeff3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_item_sport_history {
    display: block;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    position: relative;
  }
}
.sport_history .item_sport_history .tlt_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_info {
    display: block;
    margin-bottom: 3.7333333333vw;
  }
}
.sport_history .item_sport_history .tlt_info span {
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  line-height: 19px;
  color: #000;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_info span {
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
  }
}
.sport_history .item_sport_history .tlt_info span.status {
  padding: 11px 20px;
  color: #fff;
  border-radius: 6px;
  width: 92px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_info span.status {
    display: none;
  }
}
.sport_history .item_sport_history .tlt_info span.type {
  font-size: 16px;
  line-height: 19px;
  margin-left: 14px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_info span.type {
    font-weight: 700;
    font-size: 4.2666666667vw;
    line-height: 5.0666666667vw;
    color: #000;
    margin: 0 0 2.6666666667vw 0;
  }
}
.sport_history .item_sport_history .tlt_info span.icon_arrow {
  width: 24px;
  height: 24px;
  background-color: #e3e3e3;
  border-radius: 50%;
  margin: 0 30px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_info span.icon_arrow {
    position: absolute;
    bottom: 2.6666666667vw;
    right: 1.0666666667vw;
    border-radius: 1.0666666667vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    margin: 0;
    background-color: #ebeff3;
  }
}
.sport_history .item_sport_history .tlt_info span.icon_arrow:before {
  content: "";
  background-image: url("../images/icon_arrow_down_history.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 7px;
  left: 6px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_info span.icon_arrow:before {
    height: 4.8vw;
    width: 4.8vw;
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
.sport_history .item_sport_history .tlt_info span.icon_arrow.active:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sport_history .item_sport_history .tlt_info .date_rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sport_history .item_sport_history .tlt_info .date_history span {
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_info .date_history span {
    margin-bottom: 1.3333333333vw;
  }
}
.sport_history .item_sport_history .tlt_info .date_history span:last-child {
  margin-bottom: 0;
}
.sport_history .item_sport_history .tlt_info .rate_expected {
  margin-left: 30px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_info .rate_expected {
    margin-left: 5.3333333333vw;
  }
}
.sport_history .item_sport_history .tlt_info .rate_expected span {
  font-weight: 500;
  color: #263d8c;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .tlt_info .rate_expected span {
    margin-bottom: 1.3333333333vw;
  }
}
.sport_history .item_sport_history .tlt_info .rate_expected span:last-child {
  margin-bottom: 0;
}
.sport_history .item_sport_history .status_wrap {
  position: relative;
}
.sport_history .item_sport_history .status_wrap:hover .modal_note {
  display: block;
}
.sport_history .item_sport_history .status_wrap .modal_note {
  position: absolute;
  top: -47px;
  left: -9px;
  background-image: url("../images/box_error_txt.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 110px;
  height: 59px;
  display: none;
  -webkit-animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.sport_history .item_sport_history .status_wrap .modal_note.modal_error {
  background-image: url("../images/box_error.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.sport_history .item_sport_history .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .btn_list {
    text-align: left;
  }
}
.sport_history .item_sport_history .btn_list button {
  border-radius: 5px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #1b1d24;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .btn_list button {
    border-radius: 0.8vw;
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
    padding: 2.4vw 4.2666666667vw;
    width: 42%;
  }
}
.sport_history .item_sport_history .btn_list button.btn_cancel {
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .btn_list button.btn_cancel {
    color: #fff;
    background-color: #95979e;
  }
}
.sport_history .item_sport_history .btn_list button.btn_cancel:hover {
  background-color: #263d8c;
  color: #fff;
}
.sport_history .item_sport_history .btn_list button.btn_share {
  background-color: #ebeff3;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .btn_list button.btn_share {
    margin-left: 1.3333333333vw;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .sport_history .item_sport_history .btn_list button.btn_share {
    background-color: #ebeff3;
    color: #1b1d24;
  }
}
.sport_history .item_sport_history .btn_list button.btn_share:hover {
  color: #fff;
  background-color: #32a836;
}
.sport_history .item_sport_history .btn_list button.btn_opened {
  background-color: #263d8c;
  color: #fff;
}
.sport_history .item_sport_history .btn_list button.btn_lose {
  background-color: #5d626b;
  color: #fff;
}
.sport_history .item_sport_history .btn_list button.btn_success {
  background-color: #32a836;
  color: #fff;
}
.sport_history .item_sport_history .btn_close {
  background-image: url("../images/close_item.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: block;
  margin-left: 12px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .btn_close {
    display: none;
  }
}
.sport_history .item_sport_history .list_bet_history {
  background-color: #f5f7f9;
  border-radius: 7px;
  padding: 12px;
  display: none;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .list_bet_history {
    border-radius: 1.0666666667vw;
    padding: 2.6666666667vw;
  }
}
.sport_history .item_sport_history .list_bet_history.active {
  display: block;
}
.sport_history .item_sport_history .item_bet_history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 12px 0;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .item_bet_history {
    display: block;
    padding: 2.6666666667vw 0;
  }
}
.sport_history .item_sport_history .team_detail {
  text-align: left;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .team_detail {
    position: relative;
  }
}
.sport_history .item_sport_history .team_detail .league {
  font-size: 16px;
  color: #263d8c;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .team_detail .league {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sport_history .item_sport_history .team_detail .league .thumb {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .team_detail .league .thumb {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.6vw;
  }
}
.sport_history .item_sport_history .team_detail .league .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sport_history .item_sport_history .team_detail .team_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .team_detail .team_list {
    margin-bottom: 3.7333333333vw;
  }
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .team_detail .team_list:before {
    content: "";
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border-radius: 13.3333333333vw;
    background-color: #4870f4;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.8vw;
  }
}
.sport_history .item_sport_history .team_detail .team_list span {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .team_detail .team_list span {
    font-size: 4.2666666667vw;
    line-height: 5.0666666667vw;
    font-weight: 600;
  }
}
.sport_history .item_sport_history .team_detail .team_list span.vs {
  color: #95979e;
  margin: 0 5px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .team_detail .team_list span.vs {
    margin: 0 1.3333333333vw;
    font-weight: 500;
  }
}
.sport_history .item_sport_history .team_detail .date {
  color: #95979e;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .team_detail .date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3.7333333333vw;
    font-weight: 600;
    margin: 0;
  }
}
.sport_history .item_sport_history .parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .parameters {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sport_history .item_sport_history .status_score,
.sport_history .item_sport_history .type_bet {
  font-size: 15px;
  line-height: 19px;
  color: #263d8c;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 9px 20px;
  border-radius: 3px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .status_score,
  .sport_history .item_sport_history .type_bet {
    border-radius: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
    padding: 2.6666666667vw 1.6vw;
    letter-spacing: -0.3px;
  }
}
.sport_history .item_sport_history .status_score span.status {
  margin-bottom: 10px;
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .status_score span.status {
    margin-bottom: 2.1333333333vw;
  }
}
.sport_history .item_sport_history .type_bet {
  margin: 0 10px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .type_bet {
    margin: 0 1.6vw;
  }
}
.sport_history .item_sport_history .type_bet span {
  margin-bottom: 10px;
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .type_bet span {
    margin-bottom: 2.1333333333vw;
  }
}
.sport_history .item_sport_history .type_bet span.type {
  color: #263d8c;
  margin-bottom: 0;
}
.sport_history .item_sport_history .status_result span {
  width: 205px;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .status_result span {
    width: 35.2vw;
    margin-bottom: 0.8vw;
  }
}
.sport_history .item_sport_history .status_result span:last-child {
  margin-bottom: 0;
}
.sport_history .item_sport_history .status_result span.result {
  background-color: #e3e3e3;
  border-radius: 5px;
  padding: 7px 10px;
  display: block;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .status_result span.result {
    border-radius: 1.3333333333vw;
    padding: 1.6vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 4.5333333333vw;
  }
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .status_result span.result.result_team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.sport_history .item_sport_history .status_result span strong {
  margin-right: 5px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .status_result span strong {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: 0.5333333333vw;
  }
}
.sport_history .item_sport_history .total_results {
  padding: 20px 0 0;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .total_results {
    padding: 5.3333333333vw 0 0;
  }
}
.sport_history .item_sport_history .total_results table tr th {
  background-color: #dee3e8;
  color: #5d626b;
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .total_results table tr th {
    font-size: 3.2vw;
    height: 12vw;
    line-height: 12vw;
    padding: 0 1.3333333333vw;
  }
}
.sport_history .item_sport_history .total_results table tr th:first-child {
  border-top-left-radius: 6px;
}
.sport_history .item_sport_history .total_results table tr th:last-child {
  border-top-right-radius: 6px;
}
.sport_history .item_sport_history .total_results table tr td {
  font-size: 15px;
  font-weight: 500;
  color: #1b1d24;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .sport_history .item_sport_history .total_results table tr td {
    font-size: 3.2vw;
    line-height: 13.3333333333vw;
    padding: 0 1.3333333333vw;
  }
}
.mini_game #main > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .mini_game #main > .inner {
    display: block;
    padding: 0 2.6666666667vw;
  }
}
.mini_game #content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .mini_game #content {
    margin-bottom: 0;
  }
}
.mini_game #content .inner {
  padding: 20px 20px 60px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .mini_game #content .inner {
    padding: 0;
    background-color: #dde0e7;
  }
}
.mini_game #content table thead tr,
.mini_game #content table thead th {
  text-align: center;
}
.mini_game #content table thead th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.mini_game #content table thead th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.mini_game #content table tr td {
  padding: 16px 10px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.mini_game #content table tr td .time_line {
  color: #ca2002;
}
.mini_game #content table tr td.status {
  color: #32a836;
}
.mini_game #content table tr td.status.up {
  color: #ca2002;
}
.mini_game #content table tr td.status.down {
  color: #32a836;
}
.mini_game #content table tr td.status.cancel {
  color: #5d626b;
}
.mini_game #content table tr td.status.wait {
  color: #263d8c;
}
.mini_game #content .checkbox_wrap {
  text-align: center;
}
.casino_history #main > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .casino_history #main > .inner {
    display: block;
    padding: 0 2.6666666667vw;
  }
}
.casino_history #content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .casino_history #content {
    margin-bottom: 0;
  }
}
.casino_history #content .inner {
  padding: 20px 20px 60px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .casino_history #content .inner {
    padding: 0;
    background-color: #dde0e7;
  }
}
.casino_history #content .copy {
  text-align: right;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .casino_history #content .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.casino_history #content .copy button {
  border: 0;
  background-color: #ebeff3;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 15px;
  color: #1b1d24;
  margin-left: 8px;
  line-height: 1;
}
@media (max-width: 1280px) {
  .casino_history #content .copy button {
    font-size: 4vw;
    border-radius: 1.6vw;
    padding: 1.6vw 3.2vw;
    margin-left: 2.4vw;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.casino_history #content table thead tr,
.casino_history #content table thead th {
  text-align: center;
}
.casino_history #content table thead th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.casino_history #content table thead th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.casino_history #content table tr td {
  padding: 16px 10px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.casino_history #content table tr td .time_line {
  color: #ca2002;
}
.casino_history #content .checkbox_wrap {
  text-align: center;
}
.casino_history .up {
  color: #ca2002;
}
.casino_history .down {
  color: #32a836;
}
.casino_history .wait {
  color: #4379ee;
}
.casino_history .cancel {
  color: #5d626b;
}
.casino_history .wait {
  color: #263d8c;
}
.slot_history #main > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .slot_history #main > .inner {
    display: block;
    padding: 0 2.6666666667vw;
  }
}
.slot_history #content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .slot_history #content {
    margin-bottom: 0;
  }
}
.slot_history #content .inner {
  padding: 20px 20px 60px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .slot_history #content .inner {
    padding: 0;
    background-color: #dde0e7;
  }
}
.slot_history #content .copy {
  text-align: right;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .slot_history #content .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.slot_history #content .copy button {
  border: 0;
  background-color: #ebeff3;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 15px;
  color: #1b1d24;
  margin-left: 8px;
}
@media (max-width: 1280px) {
  .slot_history #content .copy button {
    font-size: 4vw;
    border-radius: 1.6vw;
    padding: 1.6vw 3.2vw;
    margin-left: 2.4vw;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.slot_history #content table thead tr,
.slot_history #content table thead th {
  text-align: center;
}
.slot_history #content table thead th:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.slot_history #content table thead th:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: right;
}
.slot_history #content table tr td {
  padding: 16px 10px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}
.slot_history #content table tr td .time_line {
  color: #ca2002;
}
.slot_history #content table tr td.up {
  color: #ca2002;
}
.slot_history #content table tr td.down {
  color: #32a836;
}
.slot_history #content table tr td.wait {
  color: #4379ee;
}
.slot_history #content table tr td.cancel {
  color: #5d626b;
}
.slot_history #content table tr td.name_bet {
  color: #263d8c;
}
.slot_history #content .checkbox_wrap {
  text-align: center;
}
.card_game.casino #main .bg_position_left {
  position: absolute;
  top: 828px;
  left: -308px;
  background-image: url("../images/casino/bg_casino_position_left.png");
  background-position: center left;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 726px;
  height: 726px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .card_game.casino #main .bg_position_left {
    display: none;
  }
}
.card_game.casino #main .bg_position_left.fixed {
  position: fixed;
  top: 400px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card_game.casino #main .bg_position_right {
  position: absolute;
  top: 435px;
  right: -230px;
  background-image: url("../images/casino/bg_casino_position_right.png");
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 707px;
  height: 706px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .card_game.casino #main .bg_position_right {
    display: none;
  }
}
.card_game.casino #main .bg_position_right.fixed {
  position: fixed;
  top: 242px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card_game.casino #main .bg_position_bottom_left {
  position: absolute;
  bottom: 100px;
  left: 0;
  background-image: url("../images/casino/bg_casino_position_bottom_left.png");
  background-position: center left;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 340px;
  height: 420px;
  z-index: 99;
}
@media (max-width: 1280px) {
  .card_game.casino #main .bg_position_bottom_left {
    width: 47.4666666667vw;
    height: 58.6666666667vw;
    left: -9.3333333333vw;
    bottom: 18.6666666667vw;
  }
}
.card_game.casino #main .bg_position_bottom_right {
  position: absolute;
  bottom: 170px;
  right: -160px;
  background-image: url("../images/casino/bg_casino_position_bottom_right.png");
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 486px;
  height: 282px;
  z-index: 99;
}
@media (max-width: 1280px) {
  .card_game.casino #main .bg_position_bottom_right {
    width: 55.4666666667vw;
    height: 46.1333333333vw;
    right: -18.6666666667vw;
    bottom: 22.9333333333vw;
  }
}
.card_game.casino #main .section .icon_brand {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 91;
}
@media (max-width: 1280px) {
  .card_game.casino #main .section .icon_brand {
    bottom: 1.0666666667vw;
    width: 75%;
    left: 3.2vw;
  }
}
.card_game.casino #slot_jackpots .list_item a .icon_brand {
  position: absolute;
  left: -4px;
  top: -4px;
  bottom: initial;
  width: 57px;
  z-index: 91;
}
@media (max-width: 1280px) {
  .card_game.casino #slot_jackpots .list_item a .icon_brand {
    left: -1.0666666667vw;
    top: -1.0666666667vw;
    width: 9.6vw;
  }
}
@media (max-width: 1280px) {
  .card_game.casino #our_partners .inner {
    padding-bottom: 45.3333333333vw;
  }
}
.card_game {
  background-color: transparent;
}
.card_game #main {
  background-image: url("../images/bg_page_game.jpg");
  background-position: top center;
  background-size: 100%;
  background-repeat: repeat-y;
  background-color: transparent;
  overflow-x: hidden;
}
@media (max-width: 1280px) {
  .card_game #main {
    background-image: url("../images/bg_page_game_sp.jpg");
    background-position: top 61.3333333333vw center;
    background-size: auto;
    background-repeat: repeat-y;
    padding-bottom: 0;
  }
}
.card_game #main .inner {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .card_game #main .inner {
    padding: 0;
  }
}
.card_game .section h2 {
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 1280px) {
  .card_game .section h2 {
    width: 90%;
    margin-bottom: 5.3333333333vw;
  }
}
.card_game .section h2 img {
  margin: 0 auto;
}
.card_game .section .icon_brand {
  position: absolute;
  left: 8px;
  bottom: 32px;
  width: 36px;
  z-index: 91;
}
@media (max-width: 1280px) {
  .card_game .section .icon_brand {
    width: 6.1333333333vw;
    left: 1.0666666667vw;
    bottom: 5.3333333333vw;
  }
}
.card_game .section .list_item {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (max-width: 1280px) {
  .card_game .section .list_item {
    max-width: 100%;
    margin-bottom: 12vw;
  }
}
.card_game .section .list_item .icon_best {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  background-image: url("../images/slot/icon_new.png");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 41px;
  height: 41px;
}
@media (max-width: 1280px) {
  .card_game .section .list_item .icon_best {
    top: -0.5333333333vw;
    left: -0.5333333333vw;
    width: 9.6vw;
    height: 9.6vw;
  }
}
.card_game .section .list_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 20px;
}
@media (max-width: 1280px) {
  .card_game .section .list_item ul {
    gap: 4vw;
  }
}
.card_game .section .list_item li {
  width: 170px;
}
@media (max-width: 1280px) {
  .card_game .section .list_item li {
    width: 28.5333333333vw;
  }
}
.card_game .section .list_item li.item_lock a {
  pointer-events: none;
}
.card_game .section .list_item li.item_lock .thumb:before {
  content: none;
}
.card_game .section .list_item li.item_lock .thumb:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 18, 73, 0.85);
}
.card_game .section .list_item li.item_lock .icon_lock {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/lock.svg");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 33px;
}
@media (max-width: 1280px) {
  .card_game .section .list_item li.item_lock .icon_lock {
    width: 4.2666666667vw;
    height: 5.6vw;
  }
}
.card_game .section .list_item a {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  display: block;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .card_game .section .list_item a {
    font-size: 2.9333333333vw;
  }
}
.card_game .section .list_item .thumb {
  width: 170px;
  height: 170px;
  margin: 0 auto 10px;
}
@media (max-width: 1280px) {
  .card_game .section .list_item .thumb {
    width: 28.5333333333vw;
    height: 28.5333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
.card_game .section .list_item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card_game .section .list_item span {
  text-shadow: 0px 0px 10px #001ba1, 0px 0px 9.1px #0222c0;
}
.card_game #banner .inner {
  max-width: 100%;
  margin: 0 auto 30px;
}
@media (max-width: 1280px) {
  .card_game #banner .inner {
    margin-bottom: 4.2666666667vw;
  }
}
.card_game #banner .slick-slide {
  display: block;
}
.card_game #banner .slick-slide img {
  width: 100%;
}
@media (max-width: 1280px) {
  .card_game #banner .slick-slide img {
    height: 42.6666666667vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.card_game #banner .slide_item:nth-child(2),
.card_game #banner .slide_item:nth-child(3),
.card_game #banner .slide_item:nth-child(4) {
  display: none;
}
.card_game #best_slot .inner {
  padding: 0;
}
.card_game #best_slot .list_item .thumb {
  position: relative;
  overflow: hidden;
  border: 2px solid #00a3ff;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card_game #best_slot .list_item .thumb:hover {
  border: 2px solid #00a3ff;
  -webkit-filter: drop-shadow(0 0 10px #0085ff);
  filter: drop-shadow(0 0 10px #0085ff);
}
.card_game #best_slot .list_item .thumb:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}
.card_game #slot_jackpots .list_item ul {
  gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item ul {
    gap: 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.card_game #slot_jackpots .list_item ul li {
  width: 170px;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item ul li {
    width: 28.5333333333vw;
  }
}
.card_game #slot_jackpots .list_item .thumb {
  width: 170px;
  height: 170px;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item .thumb {
    width: 28.5333333333vw;
    height: 28.5333333333vw;
  }
}
.card_game #slot_jackpots .list_item .thumb:before {
  content: "";
  background-image: url("../images/bg_item_jackpots.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 170px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.5;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item .thumb:before {
    width: 28.5333333333vw;
    height: 28.5333333333vw;
  }
}
.card_game #slot_jackpots .list_item a {
  position: relative;
  overflow: hidden;
  border: 2px solid #00a3ff;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item a {
    border-radius: 1.6vw;
  }
}
.card_game #slot_jackpots .list_item a:hover {
  border: 2px solid #00a3ff;
  -webkit-filter: drop-shadow(0 0 10px #0085ff);
  filter: drop-shadow(0 0 10px #0085ff);
}
.card_game #slot_jackpots .list_item a:hover .thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
}
.card_game #slot_jackpots .list_item a .icon_brand {
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: initial;
  width: 41px;
  z-index: 91;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item a .icon_brand {
    left: -0.5333333333vw;
    top: -0.5333333333vw;
    width: 8vw;
  }
}
.card_game #slot_jackpots .list_item .btn_more {
  text-align: right;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item .btn_more {
    text-align: center;
    padding: 0 3.7333333333vw;
  }
}
.card_game #slot_jackpots .list_item .btn_more a {
  display: inline-block;
  border: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #00a3ff;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item .btn_more a {
    font-size: 4.2666666667vw;
    line-height: 5.0666666667vw;
  }
}
.card_game #slot_jackpots .list_item .btn_more a:after {
  content: "";
  background-image: url("../images/icon_arrow_more.svg");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item .btn_more a:after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-left: 1.0666666667vw;
  }
}
.card_game #slot_jackpots .list_item .thumb {
  margin-bottom: 0;
}
.card_game #slot_jackpots .list_item span {
  font-size: 30px;
  position: absolute;
  left: 30px;
  bottom: 12px;
  z-index: 99;
}
@media (max-width: 1280px) {
  .card_game #slot_jackpots .list_item span {
    font-size: 5.0666666667vw;
    left: 4.8vw;
    bottom: 2.6666666667vw;
  }
}
@media (max-width: 1280px) {
  .card_game #slot_find .inner {
    padding: 0 5.3333333333vw;
  }
}
.card_game #slot_find ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 90px;
}
@media (max-width: 1280px) {
  .card_game #slot_find ul {
    display: block;
    max-width: 100%;
    margin-bottom: 12.8vw;
  }
}
@media (max-width: 1280px) {
  .card_game #slot_find li {
    margin-bottom: 4vw;
  }
}
@media (max-width: 1280px) {
  .card_game #slot_find li:last-child {
    margin-bottom: 0;
  }
}
.card_game #slot_find .thumb {
  position: relative;
  overflow: hidden;
  border: 2px solid #06f;
  border-radius: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 240px;
}
@media (max-width: 1280px) {
  .card_game #slot_find .thumb {
    border-radius: 1.6vw;
    height: 40.8vw;
  }
}
.card_game #slot_find .thumb:hover {
  border: 2px solid #06f;
  -webkit-filter: drop-shadow(0 0 10px #0085ff);
  filter: drop-shadow(0 0 10px #0085ff);
}
.card_game #slot_find .thumb:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card_game #slot_find .thumb img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .card_game #our_partners .inner {
    padding-bottom: 66.6666666667vw;
  }
}
.card_game #our_partners .slide_item:nth-child(2) {
  display: none;
}
.card_game #our_partners .list_brand {
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 70, 153, 0.2)),
    color-stop(30.5%, rgba(0, 117, 255, 0.2)),
    color-stop(66.5%, rgba(0, 111, 241, 0.2)),
    color-stop(90%, rgba(0, 70, 153, 0.2))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 70, 153, 0.2) 0%,
    rgba(0, 117, 255, 0.2) 30.5%,
    rgba(0, 111, 241, 0.2) 66.5%,
    rgba(0, 70, 153, 0.2) 90%
  );
  padding: 32px 0 80px;
}
@media (max-width: 1280px) {
  .card_game #our_partners .list_brand {
    padding: 8vw 0 16vw;
  }
}
.card_game #our_partners .slide_brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
  max-width: 936px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .card_game #our_partners .slide_brands {
    max-width: 100%;
  }
}
.card_game #our_partners .slick-slide img {
  margin: 0 auto;
}
.card_game #our_partners .slick-dots {
  height: 5px;
  bottom: -20px;
  right: 0;
  left: 0;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .card_game #our_partners .slick-dots {
    max-width: 100%;
    height: 1.3333333333vw;
    bottom: -5.3333333333vw;
  }
}
.card_game #our_partners .slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #031cfb;
  vertical-align: top;
  opacity: 1;
  margin: 0 0 0 6px;
}
@media (max-width: 1280px) {
  .card_game #our_partners .slick-dots li {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    margin: 0 0 0 1.3333333333vw;
  }
}
.card_game #our_partners .slick-dots li.slick-active {
  background: #00c2ff;
}
.card_game #our_partners .slick-dots li button {
  display: none;
}
.card_game #footer {
  background: #02054a;
}
@media (max-width: 1280px) {
  .card_game #footer .inner ul {
    background: #02054a;
  }
}
.card_game #footer .inner ul li a {
  color: #ffffff;
}
.slot #main .bg_position_left {
  position: absolute;
  top: 828px;
  left: -230px;
  background-image: url("../images/slot/bg_position_left.png");
  background-position: center left;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 664px;
  height: 704px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .slot #main .bg_position_left {
    display: none;
  }
}
.slot #main .bg_position_left.fixed {
  position: fixed;
  top: 400px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slot #main .bg_position_right {
  position: absolute;
  top: 475px;
  right: -327px;
  background-image: url("../images/slot/bg_position_right.png");
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 695px;
  height: 706px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .slot #main .bg_position_right {
    display: none;
  }
}
.slot #main .bg_position_right.fixed {
  position: fixed;
  top: 242px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slot #main .bg_position_bottom_left {
  position: absolute;
  bottom: 20px;
  left: -170px;
  background-image: url("../images/slot/bg_position_bottom_left.png");
  background-position: center left;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 535px;
  height: 535px;
  z-index: 99;
}
@media (max-width: 1280px) {
  .slot #main .bg_position_bottom_left {
    width: 55.7333333333vw;
    height: 55.7333333333vw;
    left: -20vw;
    bottom: 34.1333333333vw;
  }
}
.slot #main .bg_position_bottom_right {
  position: absolute;
  bottom: 40px;
  right: -204px;
  background-image: url("../images/slot/bg_position_bottom_right.png");
  background-position: center right;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 538px;
  height: 538px;
  z-index: 99;
}
@media (max-width: 1280px) {
  .slot #main .bg_position_bottom_right {
    width: 57.6vw;
    height: 57.6vw;
    right: -18.6666666667vw;
    bottom: 29.3333333333vw;
  }
}
#login_modal,
#register_modal,
#error_modal,
#modal_alert,
#modal_confirm {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 29, 36, 0.88);
  display: none;
  overflow: auto;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
#login_modal.active,
#register_modal.active,
#error_modal.active,
#modal_alert.active,
#modal_confirm.active,
#convert_confirm_modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#login_modal .item_content {
  position: relative;
}
#login_modal .item_content:before {
  content: "";
  width: 25px;
  height: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  margin: 0;
}
@media (max-width: 1280px) {
  #login_modal .item_content:before {
    width: 6.1333333333vw;
    height: 5.8666666667vw;
    left: 1.6vw;
  }
}
#login_modal .item_content:after {
  content: "";
  width: 1px;
  height: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
  background-color: #dde0e7;
}
@media (max-width: 1280px) {
  #login_modal .item_content:after {
    height: 8vw;
    left: 9.6vw;
  }
}
#login_modal .item_content.input_id:before {
  background-image: url("../images/icon_user.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#login_modal .item_content.input_pass:before {
  background-image: url("../images/icon_lock.svg");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#login_modal .item_content input {
  width: 100%;
  padding: 20px 17px 20px 50px;
}
@media (max-width: 1280px) {
  #login_modal .item_content input {
    padding: 2.6666666667vw 3.7333333333vw 2.6666666667vw 12vw;
  }
}
@media (max-width: 1280px) {
  #register_modal.active {
    display: block;
  }
}
#register_modal.modal_form_account .content_modal {
  max-width: 860px;
  padding: 26px 20px;
}
@media (max-width: 1280px) {
  #register_modal.modal_form_account .content_modal {
    max-width: 100%;
    padding: 5.3333333333vw;
  }
}
#register_modal.modal_form_account .content_modal .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  #register_modal.modal_form_account .content_modal .content {
    margin-bottom: 2.6666666667vw;
    display: block;
  }
}
#register_modal.modal_form_account .content_modal .content ul {
  width: 49%;
}
@media (max-width: 1280px) {
  #register_modal.modal_form_account .content_modal .content ul {
    width: 100%;
  }
}
#register_modal.modal_form_account .content_modal .content ul:last-child {
  margin-left: 20px;
}
@media (max-width: 1280px) {
  #register_modal.modal_form_account .content_modal .content ul:last-child {
    margin: 0;
  }
}
#register_modal.modal_form_account .btn_list button {
  font-size: 14px;
  width: 100%;
}
@media (max-width: 1280px) {
  #register_modal.modal_form_account .btn_list button {
    font-size: 4vw;
  }
}
#register_modal.modal_form_account .btn_list button.btn_submit {
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  #register_modal.modal_form_account .btn_list button.btn_submit {
    margin-bottom: 15px;
  }
}
#register_modal.modal_form_account .btn_list button.btn_login {
  border: 1px solid #4379ee;
  color: #fff;
  padding: 13px;
  border-radius: 6px;
}
#register_modal.modal_form_account .btn_list p {
  text-align: center;
  color: #768db6;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
#register_modal .content_modal {
  background-image: url("../images/bg_register.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#register_modal .content_modal_wrapper {
  background-color: #010531;
  padding: 26px;
  border: 1px solid #9db2ff;
  width: 810px;
  margin: 0 auto;
  border-radius: 9px;
}
@media (max-width: 1280px) {
  #register_modal .content_modal_wrapper {
    width: 100%;
    padding: 5.3333333333vw 2.6666666667vw;
    border-radius: 3.2vw;
  }
}
.modal_form_account .content_modal_wrapper {
  padding-top: 26px;
  width: 526px;
  margin: 0 auto;
  border-radius: 13px;
}
@media (max-width: 1280px) {
  .modal_form_account .content_modal_wrapper {
    width: 100%;
    border-radius: 5px;
  }
}
.modal_form_account .content_modal {
  border-radius: 12px;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 26px;
  max-width: 596px;
  width: 100%;
  margin: 0 auto;
  color: #1b1d24;
  position: relative;
}
@media (max-width: 1280px) {
  .modal_form_account .content_modal {
    border-radius: 5px;
    max-width: 100%;
    width: 94%;
    padding: 20px;
  }
}
.modal_form_account .content_modal .thumb {
  width: 148px;
  margin: 0 auto 18px;
}
@media (max-width: 1280px) {
  .modal_form_account .content_modal .thumb {
    width: 39.4666666667vw;
    margin-bottom: 4.8vw;
  }
}
.modal_form_account .content_modal h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #1b1d24;
}
@media (max-width: 1280px) {
  .modal_form_account .content_modal h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.modal_form_account .content_modal .close_modal {
  position: absolute;
  top: 19px;
  right: 18px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .modal_form_account .content_modal .close_modal {
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
  }
}
.modal_form_account .content_modal .close_modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal_form_account .item_content {
  text-align: left;
  margin-bottom: 27px;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content {
    margin-bottom: 5.8666666667vw;
  }
}
.modal_form_account .item_content:last-child {
  margin-bottom: 27px;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content:last-child {
    margin-bottom: 5.8666666667vw;
  }
}
.modal_form_account .item_content label {
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content label {
    font-size: 4vw;
    line-height: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.modal_form_account .item_content label.error {
  color: #ca2002;
  font-size: 13px;
  font-weight: 500;
  margin-top: 6px;
  position: absolute;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content label.error {
    font-size: 2.6666666667vw;
    margin-top: 0;
  }
}
.modal_form_account .item_content label span {
  color: #6b6c83;
  margin-left: 10px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content label span {
    display: block;
    margin: 2.6666666667vw 0 0;
  }
}
.modal_form_account .item_content .box_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.modal_form_account .item_content .box_select .item_input input {
  width: 219px;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content .box_select .item_input input {
    width: 48vw;
    margin-left: 1.6vw;
  }
}
.modal_form_account .item_content .box_select .item_input label {
  text-indent: 10px;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content .box_select .item_input label {
    text-indent: 2.6666666667vw;
  }
}
.modal_form_account .item_content .box_select > label {
  bottom: -33px;
  left: 0;
  text-align: left;
  text-indent: 0;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content .box_select > label {
    bottom: -7.2vw;
  }
}
.modal_form_account .item_content .item_input {
  position: relative;
}
.modal_form_account .item_content .item_input.item_input_btn input {
  padding-right: 85px;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content .item_input.item_input_btn input {
    padding-right: 16vw;
  }
}
.modal_form_account .item_content input,
.modal_form_account .item_content select {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding: 10px 17px;
  border-radius: 6px;
  border: 1px solid #dde0e7;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .modal_form_account .item_content input,
  .modal_form_account .item_content select {
    font-size: 12px;
    border-radius: 4px;
    padding: 8px;
  }
}
.modal_form_account .item_content input::-webkit-input-placeholder,
.modal_form_account .item_content select::-webkit-input-placeholder {
  color: #aab3c4;
}
.modal_form_account .item_content input:-ms-input-placeholder,
.modal_form_account .item_content select:-ms-input-placeholder {
  color: #aab3c4;
}
.modal_form_account .item_content input::-ms-input-placeholder,
.modal_form_account .item_content select::-ms-input-placeholder {
  color: #aab3c4;
}
.modal_form_account .item_content input::placeholder,
.modal_form_account .item_content select::placeholder {
  color: #aab3c4;
}
.modal_form_account .item_content select:not([size]) {
  background-image: url("../images/arrow_select_option_dark.svg");
  background-position: right 15px center;
  background-size: 15px;
  background-repeat: no-repeat;
}
.modal_form_account .btn_list button {
  text-align: center;
}
.modal_form_account .btn_list button.btn_submit {
  background-color: #7438B8;
  color: #fff;
  border-radius: 6px;
  width: 213px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  padding: 9.75px;
}
@media (max-width: 1280px) {
  .modal_form_account .btn_list button.btn_submit {
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 10px;
    width: 100%;
  }
}
.modal_form_account .btn_list button:hover {
  opacity: 0.7;
}
.modal_form_account .btn_list button.btn_register {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1280px) {
  .modal_form_account .btn_list button.btn_register {
    font-size: 4vw;
  }
}
#error_modal.modal_form_account .thumb {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  #error_modal.modal_form_account .thumb {
    margin-bottom: 8vw;
  }
}
#error_modal.modal_form_account p {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 24px;
  margin-bottom: 27px;
  color: #fff;
}
@media (max-width: 1280px) {
  #error_modal.modal_form_account p {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
#error_modal.modal_form_account button {
  text-align: center;
  background-color: #7438B8;
  color: #fff;
  border-radius: 6px;
  width: 210px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  padding: 18px;
}
@media (max-width: 1280px) {
  #error_modal.modal_form_account button {
    border-radius: 1.6vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
    padding: 2.9333333333vw;
  }
}
#error_modal.modal_form_account button:hover {
  opacity: 0.7;
}
#error_modal.modal_form_account .content_modal_wrapper {
  padding: 40px;
}
@media (max-width: 1280px) {
  #error_modal.modal_form_account .content_modal_wrapper {
    padding: 4.5333333333vw;
  }
}
#modal_alert.modal_form_account p,
#modal_confirm.modal_form_account p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  #modal_alert.modal_form_account p,
  #modal_confirm.modal_form_account p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
#modal_alert.modal_form_account .btn_list,
#modal_confirm.modal_form_account .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 1280px) {
  #modal_alert.modal_form_account .btn_list,
  #modal_confirm.modal_form_account .btn_list {
    padding: 0;
    gap: 10px;
  }
}
#modal_alert.modal_form_account .btn_list button,
#modal_confirm.modal_form_account .btn_list button {
  width: 257px;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background-color: #7438B8;
}
@media (max-width: 1280px) {
  #modal_alert.modal_form_account .btn_list button,
  #modal_confirm.modal_form_account .btn_list button {
    width: calc(50% - 5px);
    height: 36px;
    font-size: 12px;
    border-radius: 5px;
  }
}
#modal_alert.modal_form_account .btn_list button:last-child,
#modal_confirm.modal_form_account .btn_list button:last-child {
  margin-left: 16px;
  border: 2px solid #DCDBDE;
  color: #1b1d24;
  background-color: transparent;
}
@media (max-width: 1280px) {
  #modal_alert.modal_form_account .btn_list button:last-child,
  #modal_confirm.modal_form_account .btn_list button:last-child {
    margin: 0;
  }
}

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

/* fix signup */

.users_wrap .join_wrap .address{
  height: 48px;
  width: 100%;
  border: 1px solid #C6C9D3;
}

.users_wrap .join_wrap .birth-box{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.users_wrap .join_wrap .birth-box select{
  height: 48px;
  border: 1px solid #c6c9d3;
  background: #fff url(../images/common/select_arr.png) no-repeat right 10px center;
}

.users_wrap .join_wrap .select_box .tel_select{
  background: #fff url(../images/common/select_arr.png) no-repeat right 10px center;
}

.users_wrap .join_wrap .refund-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.modal .modal-content.modal_signin .select_box{
  text-align: start;
}

.modal .modal-content.modal_signin .select_box.address_box{
  display: block;
}

.modal .modal-content.modal_signin .select_box label{
  display: inline-block;
}

.modal .modal-content.modal_signin .select_box select{
  background: #fff url(../images/common/select_arr.png) no-repeat right 10px center;
}

/* nodata */

.td-nodata{
  text-align: center !important;
}

.td-nodata img{
  max-width: 180px;
}

.text-nodata{
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 1280px) {
  .td-nodata img{
    max-width: 120px;
  }
  .text-nodata{
    font-size: 12px;
    line-height: 18px;
  }
}
