@charset "UTF-8";
.cursor-pointer {
  cursor: pointer;
}

._imgWhiteToRed {
  filter: brightness(0) saturate(100%) invert(31%) sepia(79%) saturate(4598%) hue-rotate(341deg) brightness(95%) contrast(95%);
}

._reqstar:after {
  content: "*";
  position: absolute;
  margin-top: -3px;
  color: red;
}

._fixempty:empty:after {
  content: " ";
}

.sbtn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.sbtn:hover {
  color: #333;
  text-decoration: none;
}

.sbtn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.sbtn-red:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.sbtn-yellow {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.sbtn-yellow:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.sbtn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.sbtn-green:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.sbtn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.sbtn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.pilltag {
  display: inline-block;
  padding: 0px 6px;
  border-radius: 16px;
  color: white;
  text-align: center;
}
.pilltag.-red {
  background: #e53935;
}
.pilltag.-green {
  background: #43A047;
}

.font-sz-0 {
  font-size: 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@font-face {
  font-family: "DBH";
  src: url("/fonts/DB_HelvethaicaMon_X_Cond_It.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "adman";
  src: url("/fonts/dbadmanx-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pimpdeed";
  src: url("/fonts/PS Pimpdeed 01-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sunshine";
  src: url("/fonts/Sunshine in my Soul-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_bold";
  src: url("/fonts/Helvetica-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "admanRound";
  src: url("/fonts/DB AdmanRounded X.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "admanRound";
  src: url("/fonts/DB AdmanRounded X Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "fongnam";
  src: url("/fonts/DB FongNam X.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fongnam";
  src: url("/fonts/DB FongNam X Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "saikrok";
  src: url("/fonts/DB SaiKrok X.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "saikrok";
  src: url("/fonts/DB SaiKrok X BD.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
body {
  background: #eee;
  font-family: DBH, arial, sans-serif;
  font-size: 20px;
  -webkit-print-color-adjust: exact;
  touch-action: manipulation;
}

label {
  cursor: default;
}

.__hide {
  visibility: hidden;
}

.__show {
  visibility: visible;
}

.select-none {
  user-select: none;
}

.login_version {
  position: absolute;
  bottom: 18px;
  left: 10px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.server_version {
  position: absolute;
  bottom: 3px;
  left: 10px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.line_contact {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 42px;
  z-index: 10;
  cursor: pointer;
  filter: drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.5));
}

.line_contact-main {
  position: absolute;
  height: 32px;
  top: 5px;
  right: 38px;
  z-index: 10;
  cursor: pointer;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}
.line_contact-main:hover {
  filter: brightness(0.95) drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

.top--size_bar {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: block;
  width: 150px;
  height: 60px;
  text-align: center;
  line-height: 30px;
  background-color: rgb(240, 240, 240);
  color: rgb(50, 50, 50);
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  box-shadow: black 0px 1px 4px;
}

.top--bar {
  display: none;
  position: fixed;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: red;
  color: white;
  z-index: 100;
  line-height: 50px;
}

.sk-fading-circle {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.ts-checkbox-label {
  cursor: pointer;
  line-height: 1;
}
.ts-checkbox-label > input[type=checkbox] {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 15px;
  width: 15px;
  margin-right: 10px;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}
.ts-checkbox-label > span {
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle;
}

.ts-revoke-lot {
  position: absolute;
  color: #ef383a;
  font-size: 85%;
}

.ts-big-revoke {
  position: absolute;
  color: #ef383a;
  font-size: 200px;
  transform: rotateZ(-20deg);
  z-index: 10;
}

.bBadge {
  position: absolute;
  top: 3px;
  right: 0px;
  font-size: 85%;
  color: white;
  background-color: #ef383a;
  padding: 0px 6px;
  border-radius: 50%;
  height: 22px;
  line-height: 22px;
  min-width: 22px;
  cursor: default;
  pointer-events: none;
}
.bBadge.-shadow {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px;
}

.flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login--wrapper {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/img/login/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.login_ads {
  display: inline-block;
  width: 300px;
  height: 100%;
  background-color: rgb(0, 0, 0);
  margin: 0;
  position: absolute;
  right: 0px;
}
.login_ads .login_ads_carousel {
  display: inline-block;
  height: 100%;
  width: 300px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.login_ads .login_ads_ad {
  height: auto;
  width: 300px;
}

.login--container {
  display: inline-block;
  margin: 20px 0;
  width: calc(100% - 300px);
  position: absolute;
  top: calc((100% - 460px) / 2 - 10px);
}
.login--container.noads {
  width: 100%;
}
.login--container .login--logo {
  height: 90px;
  padding-top: 20px;
}
.login--container .login--agent-logo-text {
  min-width: 200px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  color: white;
  font-size: 70px;
  font-family: sunshine;
  padding-top: 10px;
}
.login--container .login--agent-logo-line {
  width: 100%;
}
.login--container .login--agent-logo-linebg {
  width: 100%;
  height: 14px;
  margin-top: -14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 14px;
  box-sizing: content-box;
}
.login--container .login--agent-logo-sub-text {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  color: white;
  width: 80px;
  text-align: right;
  margin-top: 80px;
  margin-left: -85px;
}
.login--container .login--agent-logo-sub-test {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  color: yellow;
  width: 80px;
  text-align: right;
  margin-top: 80px;
  margin-left: -85px;
}
.login--container .login--form {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.login--container .login--form label {
  color: white;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: normal;
}
.login--container .login--form input[type=text], .login--container .login--form input[type=password] {
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 3px 1px;
  border-radius: 0px;
  padding-left: 8px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: transparent;
  color: rgb(0, 0, 0);
  font-family: DBH;
  font-size: 28px;
  line-height: 28px;
}
.login--container .login--form.-horizontal {
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 450px;
}
.login--container .login--form.-horizontal .form-group.-mr20 {
  margin-right: 20px;
}
.login--container .login--form.-horizontal .login--button_tab {
  position: absolute;
  margin: 0;
  right: 0px;
  margin-right: -50px;
  margin-top: 22px;
}
.login--container .login--button_tab {
  display: block;
  margin: 0 auto;
  position: relative;
}
.login--container .login--button_tab .wrap_login {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.login--container .login--button_tab .btn_login {
  position: absolute;
  width: 40px;
  top: 0px;
  left: 0px;
}
.login--container .login--button_tab .btn_login:active {
  top: 2px;
}
.login--container .login-register--or {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-family: saikrok;
  color: white;
}
.login--container .login-register--text {
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-family: saikrok;
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

.register--wrapper {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/img/login/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.register--container {
  width: 320px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 20px 10px;
  border-radius: 12px;
}

.register--step {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.register--step .circle-point {
  position: relative;
}
.register--step .circle-point .circle {
  width: 20px;
  height: 20px;
  font-size: 18px;
  background: transparent;
  border: solid 2px rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-family: admanRound;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
}
.register--step .circle-point.active .circle {
  border: solid 2px white;
  background: white;
  color: rgb(238, 55, 57);
}
.register--step .line-connect {
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}
.register--step .line-connect.active {
  background: white;
}

.register--logo-block {
  transform: scale(0.8);
}

.register--title {
  color: white;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  font-weight: normal;
}

.register--text {
  color: white;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: normal;
}
.register--text.-title {
  margin-bottom: 5px;
  font-size: 32px;
}

.register--logo {
  height: 90px;
  padding-top: 20px;
}

.register--agent-logo-text {
  min-width: 200px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  color: white;
  font-size: 70px;
  font-family: sunshine;
  padding-top: 10px;
}

.register--agent-logo-line {
  width: 100%;
}

.register--agent-logo-linebg {
  width: 100%;
  height: 14px;
  margin-top: -14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 14px;
  box-sizing: content-box;
}

.register--agent-logo-sub-text {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  color: white;
  width: 80px;
  text-align: right;
  margin-top: 80px;
  margin-left: -85px;
}

.register--agent-logo-sub-test {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  color: yellow;
  width: 80px;
  text-align: right;
  margin-top: 80px;
  margin-left: -85px;
}

.register--form {
  width: 200px;
  margin: 0 auto;
}
.register--form .register--row {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.register--form .register--row.-button-row {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
.register--form .register--button {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  font-size: 28px;
  font-family: saikrok;
  height: 40px;
  line-height: 40px;
  color: rgb(33, 33, 33);
  background-color: rgb(255, 235, 59);
  user-select: none;
  box-shadow: rgb(150, 150, 150) 0px 2px;
  cursor: pointer;
}
.register--form .register--button:hover {
  background-color: rgb(255, 229, 0);
}
.register--form .register--button.-back {
  background-color: grey;
  color: white;
}
.register--form .register--button.-back:hover {
  background-color: lightgrey;
}
.register--form .register--button.-green {
  background-color: #4CAF50;
  color: white;
}
.register--form .register--button.-green:hover {
  background-color: #66BB6A;
}
.register--form .register--button.-half {
  width: 48%;
}
.register--form .subtext {
  font-size: 85%;
  color: white;
  align-self: center;
}
.register--form .bank-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.register--form .bank-block .bank-choice {
  margin: 4px;
  cursor: pointer;
}
.register--form .bank-block .bank-choice img {
  width: 36px;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px rgb(255, 255, 255);
  filter: saturate(0);
}
.register--form .bank-block .bank-choice img:hover {
  filter: none;
}
.register--form .bank-block .bank-choice.active img {
  filter: none;
}
.register--form .bank-block .bank-choice.inactive img {
  opacity: 0.35;
  box-shadow: none;
}
.register--form .bank-block .bank-choice.inactive img:hover {
  filter: saturate(0);
}
.register--form label {
  color: white;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 2px;
  font-weight: normal;
}
.register--form input[type=text], .register--form input[type=password] {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
  border-radius: 5px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: transparent;
  color: rgb(0, 0, 0);
  font-family: DBH;
  font-size: 24px;
  line-height: 24px;
}

.agreement--wrapper {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/img/agreement/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  display: flex;
  align-items: center;
}

.agreement--container {
  width: 100%;
}

.agreement--paper {
  width: 650px;
  height: 635px;
  margin: 0 auto;
  background-image: url("/img/agreement/paper.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.agreement--logo {
  margin-top: 85px;
  height: 52px;
}

.agreement--agent-logo-div {
  margin-top: 85px;
  height: 52px;
}

.agreement--agent-logo-text {
  min-width: 151px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  color: rgb(239, 74, 78);
  font-size: 50px;
  font-family: sunshine;
  font-weight: bold;
}

.agreement--agent-logo-line {
  width: 100%;
}

.agreement--agent-logo-linebg {
  width: 100%;
  height: 10px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 10px;
  box-sizing: content-box;
}

.agreement--agent-logo-sub-text {
  display: inline-block;
  position: absolute;
  font-size: 20px;
  color: rgb(239, 74, 78);
  width: 60px;
  text-align: right;
  margin-top: 45px;
  margin-left: -65px;
}

.agreement--word {
  width: 480px;
  margin: 0 auto;
  margin-top: 10px;
}
.agreement--word p {
  font-size: 22px;
}

.agreement--footer_section {
  margin-top: 20px;
  position: relative;
}
.agreement--footer_section .agreement--box_agree {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  cursor: pointer;
  margin-top: -2px;
}
.agreement--footer_section .agreement--button_enter {
  display: block;
  margin: 30px auto;
  margin-top: 10px;
  width: 150px;
  cursor: pointer;
}
.agreement--footer_section .agreement--button_enter:active {
  padding-top: 2px;
}
.agreement--footer_section .af_touch-box--agree {
  display: inline-block;
  position: absolute;
  background-color: red;
  cursor: pointer;
  opacity: 0;
  width: 50px;
  height: 50px;
  left: 20px;
  top: -10px;
}

.main--wrapper {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
}

.main--top_menu {
  height: 105px;
  text-align: right;
  width: 100%;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
.main--top_menu .exit_zone {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  z-index: 1000;
}
.main--top_menu .exit_zone:hover {
  opacity: 0.8;
}
.main--top_menu .exit_zone:active {
  opacity: 1;
}
.main--top_menu .exit_btn {
  width: 28px;
  height: 28px;
  background-image: url("/img/out.svg");
  background-size: contain;
  filter: invert(1);
}
.main--top_menu .lottype_ab {
  display: block;
  position: absolute;
  right: 40px;
  top: 10px;
  text-align: center;
  z-index: 10;
}
.main--top_menu .lottype_ab label {
  font-weight: normal;
  color: white;
  font-size: 24px;
  font-family: admanRound;
  line-height: 17px;
  font-weight: normal;
}
.main--top_menu .lottype_ab select {
  color: black;
  font-weight: normal;
  margin-left: 2px;
  padding-right: 5px;
  font-size: 20px;
  font-family: admanRound;
}
.main--top_menu .logo_container {
  height: 150px;
  width: 250px;
  background-color: rgb(239, 56, 58);
  color: white;
  font-size: 24px;
  font-family: admanRound;
  line-height: 17px;
  font-weight: normal;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
.main--top_menu .logo_container .logo-place {
  position: absolute;
  left: 60px;
  top: 20px;
}
.main--top_menu .logo_container .logo {
  display: block;
  width: 130px;
}
.main--top_menu .logo_container .agent-logo-text {
  min-width: 130px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  color: white;
  font-size: 43px;
  font-family: sunshine;
  padding-top: 3px;
  text-align: center;
}
.main--top_menu .logo_container .agent-logo-line {
  width: 100%;
}
.main--top_menu .logo_container .agent-logo-linebg {
  width: 100%;
  height: 8px;
  margin-top: -11px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 8px;
  box-sizing: content-box;
}
.main--top_menu .logo_container .agent-logo-sub-text {
  display: inline-block;
  position: absolute;
  font-size: 15px;
  color: white;
  width: 60px;
  text-align: right;
  margin-top: 45px;
  margin-left: -65px;
}
.main--top_menu .logo_container .swapgame {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.main--top_menu .logo_container .swapgame img {
  width: 50px;
  margin-left: 3px;
  margin-top: 3px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 3px 7px 0px;
}
.main--top_menu .logo_container .lottype {
  display: block;
  width: 250px;
  position: absolute;
  left: 0px;
  top: 70px;
  text-align: center;
}
.main--top_menu .logo_container .lottype label {
  font-weight: normal;
}
.main--top_menu .logo_container .lottype select {
  color: black;
  font-weight: normal;
  margin-left: 2px;
  padding-right: 5px;
  font-size: 20px;
}
.main--top_menu .logo_container .current_date {
  position: absolute;
  top: 90px;
  text-align: center;
  width: 100%;
}
.main--top_menu .logo_container .current_time {
  position: absolute;
  top: 110px;
  text-align: center;
  width: 100%;
}
.main--top_menu .menu_container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 250px);
  background-color: rgb(120, 120, 122);
}
.main--top_menu .menu_container .menu_list {
  margin: 0px;
  margin-right: 100px;
  padding-left: 0px;
  padding-right: 20px;
  text-align: center;
}
.main--top_menu .menu_container .menu_list:after, .main--top_menu .menu_container .menu_list:before {
  content: " ";
  clear: both;
  display: table;
}
.main--top_menu .menu_container .menu_list li {
  list-style: none;
  margin: 0;
  display: inline-block;
  color: white;
  font-size: 20px;
  font-family: admanRound;
}
.main--top_menu .menu_container .menu_list li.active {
  background-color: rgb(69, 69, 71);
}
.main--top_menu .menu_container .menu_list li a {
  text-decoration: none;
  color: inherit;
  padding: 0 20px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
}
.main--top_menu .menu_container .menu_list li a:visited {
  color: inherit;
}
.main--top_menu .menu_container .menu_list li a:hover {
  color: white;
}
.main--top_menu .menu_container .headTalad-img {
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 0;
  background: white;
  padding-top: 5px;
}
.main--top_menu .menu_container .headTalad-img .group {
  position: relative;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.main--top_menu .menu_container .headTalad-img .taladbtn-img {
  cursor: pointer;
}
.main--top_menu .menu_container .headTalad-img .taladbtn-img img {
  height: 48px;
}
.main--top_menu .menu_container .headTalad-img .taladbtn-img.-fade {
  opacity: 0.5;
}
.main--top_menu .menu_container .headTalad-img .taladbtn-badge {
  position: absolute;
  top: -3px;
  left: 190px;
  background: rgb(239, 56, 58);
  padding: 0px 6px 0px 3px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 24px;
  column-gap: 0px;
}
.main--top_menu .menu_container .headTalad-img .taladbtn-badge .img {
  width: 16px;
}
.main--top_menu .menu_container .headTalad-img .taladbtn-badge .number {
  font-size: 16px;
  color: white;
}
.main--top_menu .menu_container .headTalad-img.-expand .group {
  justify-content: center;
  width: 890px;
  padding-right: 8px;
}
.main--top_menu .menu_container .headTalad-img.-expand .taladbtn-img {
  width: 33%;
}
.main--top_menu .menu_container .headTalad-img.-expand .taladbtn-img.-TH {
  background: rgb(47, 61, 151);
}
.main--top_menu .menu_container .headTalad-img.-expand .taladbtn-img.-LA {
  background: rgb(164, 59, 150);
}
.main--top_menu .menu_container .headTalad-img.-expand .taladbtn-img.-HS {
  background: rgb(235, 67, 35);
}
.main--top_menu .menu_container .headTalad-img.-expand .taladbtn-img.-HN {
  background: rgb(235, 67, 35);
}
.main--top_menu .menu_container .headTalad-img.-expand .taladbtn-img.-HV {
  background: rgb(235, 67, 35);
}
.main--top_menu .menu_container .menu_marquee {
  width: 100%;
  font-size: 0px;
}
.main--top_menu .menu_container .menu_marquee .marquee {
  color: white;
  height: 28px;
  line-height: 28px;
  font-family: fongnam;
  background-color: rgb(35, 35, 35);
  overflow: hidden;
  width: 100%;
  font-size: 23px;
}
.main--top_menu .menu_container .close-num {
  text-align: left;
  width: 100%;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  font-family: fongnam;
  font-size: 20px;
  position: relative;
  border-top: solid 1px rgb(100, 100, 100);
}
.main--top_menu .menu_container .close-num--detail {
  color: white;
  background-color: rgb(35, 35, 35);
  height: 28px;
  line-height: 28px;
  font-size: 23px;
  text-align: left;
  padding-left: 15px;
  width: 100%;
  display: inline-block;
  cursor: default;
}
.main--top_menu .menu_container .close-num--detail span {
  display: inline-block;
  width: 65px;
}
.main--top_menu .menu_container .close-num .close-num--carousel {
  display: inline-block;
  width: calc(100% - 85px);
  height: 28px;
  position: absolute;
  margin-left: 5px;
  margin-bottom: 0px;
}
.main--top_menu .menu_container .close-num .close-num--carousel .close-num--carousel_list {
  color: white;
}
.main--top_menu:after {
  clear: both;
}

.modalBoxOverlay { /* Shades out background when selector is active */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  user-select: none;
}
.modalBoxOverlay .modalBGClick {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modalBoxOverlay .modalBoxContainer {
  position: fixed;
  top: 32%;
  width: 100%;
  padding: 0;
}
.modalBoxOverlay .modalBoxContainer .modalBox { /* The actual box, centered in the fixed-position div */
  width: 340px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 5px 20px 13px 20px;
  background: #eee;
  background-image: linear-gradient(to bottom, #eee 30%, #bbb);
  border-radius: 10px;
  box-shadow: 2px 2px #000;
}
.modalBoxOverlay .modalBoxContainer .modalBoxClose {
  width: 360px;
  height: 30px;
  position: relative;
  text-align: right;
  margin: 0 auto;
  top: 20px;
  z-index: 1;
}
.modalBoxOverlay .modalBoxContainer .modalRefCode {
  position: absolute;
  font-size: 18px;
  color: rgb(66, 66, 66);
  right: 22px;
  bottom: 9px;
}
.modalBoxOverlay .modalBoxContainer .button {
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-family: DBH, tahoma, arial, sans-serif;
  border-radius: 4px;
  box-shadow: 1px #333;
}
.modalBoxOverlay .modalBoxContainer .button:hover {
  color: #eee;
  background: #36a;
}
.modalBoxOverlay .modalBoxContainer .button.-custom {
  padding-left: 5px;
  padding-right: 5px;
}

.modalForm--form {
  width: 200px;
  margin: 0 auto;
}
.modalForm--form .modalForm--row {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.modalForm--form .modalForm--row.-button-row {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}
.modalForm--form .modalForm--button {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  font-size: 26px;
  font-family: saikrok;
  height: 36px;
  line-height: 36px;
  color: rgb(33, 33, 33);
  background-color: rgb(255, 235, 59);
  user-select: none;
  box-shadow: rgb(150, 150, 150) 0px 2px;
  cursor: pointer;
}
.modalForm--form .modalForm--button:hover {
  background-color: rgb(255, 229, 0);
}
.modalForm--form .modalForm--button.-back {
  background-color: grey;
  color: white;
}
.modalForm--form .modalForm--button.-back:hover {
  background-color: lightgrey;
}
.modalForm--form .modalForm--button.-green {
  background-color: #4CAF50;
  color: white;
}
.modalForm--form .modalForm--button.-green:hover {
  background-color: #66BB6A;
}
.modalForm--form .modalForm--button.-half {
  width: 48%;
}
.modalForm--form .subtext {
  font-size: 85%;
  color: white;
  align-self: center;
}
.modalForm--form .bank-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.modalForm--form .bank-block .bank-choice {
  margin: 4px;
  cursor: pointer;
}
.modalForm--form .bank-block .bank-choice img {
  width: 36px;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px rgb(255, 255, 255);
  filter: saturate(0);
}
.modalForm--form .bank-block .bank-choice img:hover {
  filter: none;
}
.modalForm--form .bank-block .bank-choice.active img {
  filter: none;
}
.modalForm--form .bank-block .bank-choice.inactive img {
  opacity: 0.35;
  box-shadow: none;
}
.modalForm--form .bank-block .bank-choice.inactive img:hover {
  filter: saturate(0);
}
.modalForm--form label {
  color: rgb(33, 33, 33);
  font-size: 20px;
  line-height: 20px;
  padding: 0;
  margin-bottom: 2px;
  text-align: left;
  font-weight: normal;
}
.modalForm--form label.-gaptop {
  margin-top: 6px;
}
.modalForm--form input[type=text], .modalForm--form input[type=password] {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 0px;
  border-radius: 5px;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: transparent;
  color: rgb(0, 0, 0);
  font-family: DBH;
  font-size: 22px;
  height: 32px;
  line-height: 22px;
}
.modalForm--form input[type=text]::placeholder, .modalForm--form input[type=password]::placeholder {
  font-size: 20px;
}

.modalBoxOverlay.-modal-bank .modalBox .title {
  margin-bottom: 10px;
  margin-top: 15px;
}

.main-left-pane {
  width: 250px;
  height: calc(100vh - (150px));
  background-image: url("/img/bg_left.jpg");
  background-size: cover;
  position: absolute;
  top: 150px;
  z-index: 1;
}

.main--body {
  width: 100%;
}

.orange-under-menu {
  background-image: url("/img/menu/fadetab_2.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
}

.credit-left-pane {
  width: 250px;
  left: -250px;
  position: absolute;
  top: 61px;
  z-index: 1;
}
.credit-left-pane .row {
  border-bottom: red solid 1px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 18px;
  line-height: 25px;
  margin-top: 2px;
}
.credit-left-pane .row.member_id_icon {
  height: 36px;
  margin-bottom: 4px;
  border-bottom: none;
}
.credit-left-pane .row.member_id_icon .icon {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
}
.credit-left-pane .row.member_id_icon .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-family: saikrok;
  margin-left: 4px;
  color: rgb(33, 33, 33);
  letter-spacing: 1px;
  margin-top: 2px;
}
.credit-left-pane .row.summary {
  border-bottom-width: 2px;
}
.credit-left-pane .row .title {
  font-family: fongnam;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.credit-left-pane .row .info {
  font-family: saikrok;
  font-size: 23px;
  font-weight: normal;
  display: inline-block;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}

.purchase--wrapper {
  width: 100%;
  height: 530px;
  position: relative;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
}
.purchase--wrapper:before {
  content: "";
  background-image: url("/img/agreement/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.purchase--container {
  margin: 0 0;
  height: auto;
  text-align: center;
  background-color: white;
}
.purchase--container .purchase--left {
  width: 250px;
  height: calc(100vh - (150px));
  position: relative;
  float: left;
  top: 45px;
  z-index: 1;
}
.purchase--container .purchase--left .purchase--left_top {
  display: block;
  width: 250px;
  padding-top: 5px;
}
.purchase--container .purchase--left .purchase--left_top .row {
  border-bottom: red solid 1px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 18px;
  line-height: 25px;
  margin-top: 2px;
  text-align: left;
}
.purchase--container .purchase--left .purchase--left_top .row.member_id_icon {
  height: 36px;
  margin-bottom: 4px;
  border-bottom: none;
}
.purchase--container .purchase--left .purchase--left_top .row.member_id_icon .icon {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 36px;
}
.purchase--container .purchase--left .purchase--left_top .row.member_id_icon .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-family: saikrok;
  margin-left: 4px;
  color: rgb(33, 33, 33);
  letter-spacing: 1px;
  margin-top: 2px;
}
.purchase--container .purchase--left .purchase--left_top .row.summary {
  border-bottom-width: 2px;
}
.purchase--container .purchase--left .purchase--left_top .row .title {
  font-family: fongnam;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
}
.purchase--container .purchase--left .purchase--left_top .row .info {
  font-family: saikrok;
  font-size: 23px;
  font-weight: normal;
  display: inline-block;
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}
.purchase--container .purchase--left .purchase--left_bottom {
  display: block;
  width: 250px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
}
.purchase--container .purchase--left .purchase--left_bottom .row {
  border-bottom: solid red 1px;
  border-right: solid red 1px;
}
.purchase--container .purchase--left .purchase--left_bottom .row * {
  padding-left: 0;
  padding-right: 0;
  font-family: saikrok;
  font-size: 20px;
}
.purchase--container .purchase--left .purchase--left_bottom .row .left {
  width: 45px;
  float: left;
}
.purchase--container .purchase--left .purchase--left_bottom .row .center {
  width: 80px;
  float: left;
  padding-left: 10px;
}
.purchase--container .purchase--left .purchase--left_bottom .row .right {
  width: 74px;
  float: left;
  padding-right: 10px;
}
.purchase--container .purchase--left .purchase--left_bottom .title {
  text-align: center;
  font-family: admanRound;
  font-size: 20px;
  font-weight: normal;
  color: white;
  background-color: rgb(237, 57, 56);
  margin-left: 25px;
  margin-right: 25px;
  line-height: 29px;
  padding-top: 3px;
}
.purchase--container .purchase--left .purchase--left_bottom .header {
  margin-left: 25px;
  margin-right: 25px;
}
.purchase--container .purchase--left .purchase--left_bottom .header .text {
  color: rgb(237, 57, 56);
  font-size: 22px;
  font-weight: bold;
  font-family: fongnam;
  text-align: center;
  line-height: 24px;
}
.purchase--container .purchase--left .purchase--left_bottom .header .left {
  border-left: solid red 1px;
  border-right: solid red 1px;
}
.purchase--container .purchase--left .purchase--left_bottom .header .right {
  text-align: right;
}
.purchase--container .purchase--left .purchase--left_bottom .header_line {
  height: 3px;
  margin-left: 25px;
  margin-right: 25px;
}
.purchase--container .purchase--left .purchase--left_bottom .header_line .left {
  border-left: solid red 1px;
  border-right: solid red 1px;
  height: 3px;
}
.purchase--container .purchase--left .purchase--left_bottom .header_line .center {
  height: 3px;
}
.purchase--container .purchase--left .purchase--left_bottom .records {
  height: 185px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 6px;
  position: relative;
  padding-bottom: 1px;
}
.purchase--container .purchase--left .purchase--left_bottom .records .highlight {
  position: absolute;
  left: 18px;
  top: 0px;
  z-index: 50;
  width: 210px;
  height: 23px;
}
.purchase--container .purchase--left .purchase--left_bottom .records .row {
  margin-left: 25px;
  margin-right: 0px;
  width: 200px;
  position: relative;
  user-select: none;
}
.purchase--container .purchase--left .purchase--left_bottom .records .row.active:hover {
  cursor: pointer;
}
.purchase--container .purchase--left .purchase--left_bottom .records .row.active:hover:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  opacity: 1;
  z-index: 10;
}
.purchase--container .purchase--left .purchase--left_bottom .records .row .unfinish {
  color: #f44336;
}
.purchase--container .purchase--left .purchase--left_bottom .records .row .won {
  position: absolute;
  z-index: 100;
  color: #4CAF50;
  left: 48px;
  font-size: 20px;
  display: inline-block;
  line-height: 22px;
}
.purchase--container .purchase--left .purchase--left_bottom .records .row .left, .purchase--container .purchase--left .purchase--left_bottom .records .row .center, .purchase--container .purchase--left .purchase--left_bottom .records .row .right {
  position: relative;
  z-index: 100;
}
.purchase--container .purchase--left .purchase--left_bottom .records .row .left {
  text-align: center;
  border-left: solid red 1px;
  border-right: solid red 1px;
}
.purchase--container .purchase--left .purchase--left_bottom .records .row .center {
  text-align: center;
}
.purchase--container .purchase--left .purchase--left_bottom .records .row .right {
  text-align: right;
}
.purchase--container .purchase--left .purchase--left_bottom .summary.row {
  margin-left: 25px;
  margin-right: 35px;
  border: solid red 1px;
  border-top: none;
  width: 200px;
  line-height: 28px;
}
.purchase--container .purchase--left .purchase--left_bottom .summary.row .first {
  font-family: fongnam;
  font-size: 23px;
  font-weight: bold;
  padding-left: 10px;
}
.purchase--container .purchase--left .purchase--left_bottom .summary.row .second {
  text-align: right;
  font-size: 21px;
  font-family: saikrok;
  font-weight: normal;
  color: rgb(33, 33, 33);
  padding-right: 10px;
  top: 1px;
}
.purchase--container .purchase--right {
  text-align: center;
  display: inline-block;
  position: relative;
}
.purchase--container .purchase--right .blackmask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.85);
  z-index: 101;
}
.purchase--container .purchase--right .blackmask > .text {
  color: white;
  font-size: 48px;
  margin: 0 auto;
  position: relative;
  top: 30%;
}
.purchase--container .purchase--right .purchase--right_banner {
  width: 700px;
  height: 500px;
  line-height: 1;
  color: rgb(30, 30, 30);
  font-size: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.purchase--container .purchase--right .purchase--right_banner .headTalad {
  text-align: center;
  position: relative;
  font-size: 0;
  width: 280px;
}
.purchase--container .purchase--right .purchase--right_banner .headTalad .taladbtn {
  display: inline-block;
  font-size: 24px;
  font-family: fongnam;
  width: 33.33%;
  line-height: 30px;
  height: 30px;
  color: grey;
  overflow: hidden;
  cursor: pointer;
}
.purchase--container .purchase--right .purchase--right_banner .headTalad .taladbtn:hover {
  background: #FFF9C4;
}
.purchase--container .purchase--right .purchase--right_banner .headTalad .taladbtn.-active {
  background: #feec5a;
  color: black;
  font-weight: bold;
}
.purchase--container .purchase--right .purchase--right_banner .headTalad .taladbtn.-disabled {
  background: transparent;
  cursor: default;
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right {
  position: relative;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  margin-left: 45px;
  vertical-align: top;
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--confirm {
  color: white;
  background-color: rgb(240, 56, 58);
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 125px;
  cursor: pointer;
  font-family: admanRound;
  display: block;
  position: relative;
  top: 15px;
  user-select: none;
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--confirm:hover {
  color: rgb(255, 255, 141);
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--confirm:active:not(.disabled):not(.opacity) {
  transform: translate(1px, 1px);
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--confirm.disabled {
  color: rgb(64, 64, 64);
  cursor: not-allowed;
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--confirm.opacity {
  opacity: 0.5;
  cursor: not-allowed;
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--clear {
  color: white;
  background-color: rgb(240, 56, 58);
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 125px;
  display: block;
  position: relative;
  top: 25px;
  cursor: pointer;
  font-family: admanRound;
  user-select: none;
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--clear:hover {
  color: rgb(255, 255, 141);
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--clear:active:not(.disabled):not(.opacity) {
  transform: translate(1px, 1px);
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--clear.disabled {
  color: rgb(64, 64, 64);
  cursor: not-allowed;
}
.purchase--container .purchase--right .purchase--right_container .prc_input-right--clear.opacity {
  opacity: 0.5;
  cursor: not-allowed;
}
.purchase--container .purchase--right .purchase--right_container .swapbtn {
  color: white;
  background: grey;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
  font-size: 16px;
  font-family: admanRound;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  user-select: none;
}
.purchase--container .purchase--right .purchase--right_container .prc_input-left {
  width: 640px;
  display: inline-block;
}
.purchase--container .purchase--right .purchase--right_container .prc_input {
  margin: 0 auto;
  width: 640px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  font-family: fongnam;
  background-color: rgb(209, 210, 212);
}
.purchase--container .purchase--right .purchase--right_container .prc_input--first, .purchase--container .purchase--right .purchase--right_container .prc_input--second {
  margin-bottom: 2px;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_left-block {
  width: 90px;
  background-color: rgb(254, 236, 90);
  display: inline-block;
  height: 32px;
  vertical-align: top;
  font-size: 25px;
  font-weight: bold;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_middle-block {
  width: 486px;
  display: inline-block;
  height: 32px;
  vertical-align: top;
  padding-left: 30px;
  text-align: left;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_middle-block * {
  vertical-align: middle;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_middle-block .prc_input_box:first-child {
  margin-left: 0px;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_right-block {
  width: 64px;
  display: inline-block;
  height: 32px;
  vertical-align: top;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_banner {
  height: 100px;
  line-height: 100px;
  width: 640px;
  background-color: rgba(30, 30, 30, 0.9);
  position: absolute;
  z-index: 100;
  cursor: default;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_banner--text {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 34px;
  font-family: fongnam;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_label {
  display: inline-block;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 2px;
  margin-bottom: 0px;
  font-size: 24px;
  cursor: default;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_box {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  margin-left: 2px;
  margin-right: 20px;
  border: rgb(180, 180, 180) solid 1px;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_box::placeholder {
  color: rgb(190, 190, 190);
}
.purchase--container .purchase--right .purchase--right_container .prc_input_checkbox {
  display: inline-block;
  text-align: center;
  margin-padding: 10px;
  margin-left: 15px;
  margin-right: 2px;
  position: relative;
  height: 15px;
  width: 15px;
  top: -2px;
  cursor: pointer;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_button {
  display: inline-block;
  height: 25px;
  cursor: pointer;
  position: relative;
}
.purchase--container .purchase--right .purchase--right_container .prc_div_radio {
  display: inline-block;
  line-height: 15px;
  height: 15px;
  width: 15px;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_radio {
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 9px;
  cursor: pointer;
}
.purchase--container .purchase--right .purchase--right_container .prc_input_radio--evenodd {
  margin-left: 2px;
}
.purchase--container .purchase--right .purchase--right_container .prc_input--frame_container {
  display: inline-block;
  position: relative;
  cursor: default;
  user-select: none;
  margin-right: 10px;
}
.purchase--container .purchase--right .purchase--right_container .prc_input--frame_container .prc_input--frame_box {
  display: inline-block;
  width: 15px;
  font-size: 24px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
}
.purchase--container .purchase--right .purchase--right_container .prc_input--frame_container .prc_input--frame_slider {
  display: inline-block;
  position: absolute;
  height: 24px;
  width: 45px;
  right: 0px;
  background-color: white;
  background-color: rgb(209, 210, 212);
}
.purchase--container .purchase--right .purchase--right_container .prc_input--frame_container .prc_input--frame_slider:hover {
  cursor: url("data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAA//AAAd/wAAGf+AAAH9gAADbYAAA2yAAAZsAAAGbAAAAGAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//4AB//8AAf//AAD//5AA///gAP//4AD//8AF///AB///5A////5///8="), all-scroll;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.purchase--container .purchase--right .purchase--right_container .prc_input--frame_container .prc_input--frame_slider:active {
  cursor: url("data:image/vnd.microsoft.icon;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAAH/AAAB/wAAA/0AAANsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//+AB///wAf//4AH//+AD///yT/////////////////////////////8="), all-scroll;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.purchase--container .purchase--right .purchase--right_container .prc_input--frame_container .prc_input--frame_slider .slider--box {
  display: inline-block;
  width: 15px;
  font-size: 24px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
}
.purchase--container .purchase--right .purchase--right_container .prc_input--frame_container .prc_input--frame_slider .slider--box.x2 {
  position: absolute;
  left: -15px;
  background-color: rgb(209, 210, 212);
}
.purchase--container .purchase--right .purchase--right_container .prc_input--frame_container .prc_input--frame_slider .slider--box.xr {
  position: absolute;
  left: -45px;
  background-color: rgb(209, 210, 212);
  width: 45px;
  text-align: center;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper {
  margin-top: 12px;
  font-size: 20px;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table {
  display: inline-block;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table td.odd {
  background-color: white;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table td.even {
  background-color: rgb(247, 244, 239);
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table td.firstNum {
  background-color: rgb(234, 228, 217);
  width: 60px;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table td.secondNum {
  background-color: rgb(234, 228, 217);
  width: 50px;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table thead td {
  color: rgb(33, 33, 33);
  background-color: rgb(171, 161, 159) !important;
  border-bottom: solid 1px black;
  font-family: fongnam;
  font-weight: bold;
  font-size: 24px;
  height: 26px;
  line-height: 26px;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td {
  line-height: 20px;
  font-size: 20px;
  font-family: saikrok;
  padding-top: 3px;
  border-bottom: solid black 1px;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td.odd {
  text-align: right;
  padding-right: 5px;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td.even {
  color: rgb(173, 166, 161);
  position: relative;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td .imgdownpay {
  position: absolute;
  right: -1px;
  width: 10px;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td.index {
  color: rgb(33, 33, 33);
  border-right: solid black 1px;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td .entry_delete--disabled {
  width: 20px;
  margin-top: -3px;
  margin-right: 5px;
  opacity: 0.3;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td.option {
  cursor: pointer;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td.option:hover .entry_delete {
  transform: scale(1.2);
  backface-visibility: hidden;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td.option:active .entry_delete {
  transform: scale(0.9);
  backface-visibility: hidden;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td.option .entry_delete {
  width: 20px;
  margin-top: -3px;
  margin-right: 5px;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td.diff {
  color: crimson;
}
.purchase--container .purchase--right .purchase--right_container .prc_table-wrapper .prc_table tbody td.won {
  color: #4CAF50;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper {
  margin-top: 0px;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table {
  display: block;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table.--data {
  overflow-y: scroll;
  height: 430px;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table.--summary-footer td {
  font-weight: bold;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table.-TH thead tr td {
  color: white;
  background: rgb(47, 61, 151) !important;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table.-LA thead tr td {
  color: white;
  background: rgb(164, 59, 150) !important;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table.-HS thead tr td {
  color: white;
  background: rgb(235, 67, 35) !important;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table.-HN thead tr td {
  color: white;
  background: rgb(235, 67, 35) !important;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table.-HV thead tr td {
  color: white;
  background: rgb(235, 67, 35) !important;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table td.odd {
  background-color: white;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table td.even {
  background-color: rgb(247, 244, 239);
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table td.firstNum {
  background-color: rgb(234, 228, 217);
  width: 60px;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table thead td {
  color: rgb(33, 33, 33);
  background-color: rgb(171, 161, 159) !important;
  border-bottom: solid 1px black;
  font-family: fongnam;
  font-weight: bold;
  font-size: 24px;
  height: 26px;
  line-height: 26px;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td {
  line-height: 20px;
  font-size: 20px;
  font-family: saikrok;
  padding-top: 3px;
  border-bottom: solid black 1px;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td.odd {
  text-align: right;
  padding-right: 5px;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td.even {
  color: rgb(173, 166, 161);
  position: relative;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td .imgdownpay {
  position: absolute;
  right: -1px;
  width: 10px;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td.index {
  color: rgb(33, 33, 33);
  border-right: solid black 1px;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td .entry_delete--disabled {
  width: 20px;
  margin-top: -3px;
  opacity: 0.3;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td.option {
  cursor: pointer;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td.option:hover .entry_delete {
  transform: scale(1.2);
  backface-visibility: hidden;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td.option:active .entry_delete {
  transform: scale(0.9);
  backface-visibility: hidden;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td.option .entry_delete {
  width: 20px;
  margin-top: -3px;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td.diff {
  color: crimson;
}
.purchase--container .purchase--right .purchase--right_container .la_table-wrapper .la_table tbody td.won {
  color: #4CAF50;
}
.purchase--container .purchase--right .purchase--right_container .la_input-wrapper {
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-top: 0px;
  font-size: 0;
  font-family: fongnam;
}
.purchase--container .purchase--right .purchase--right_container .headTalad {
  text-align: center;
  position: relative;
  font-size: 0;
  width: 280px;
}
.purchase--container .purchase--right .purchase--right_container .headTalad .taladbtn {
  display: inline-block;
  font-size: 24px;
  font-family: fongnam;
  width: 33.33%;
  line-height: 30px;
  height: 30px;
  color: grey;
  overflow: hidden;
  cursor: pointer;
}
.purchase--container .purchase--right .purchase--right_container .headTalad .taladbtn:hover {
  background: #FFF9C4;
}
.purchase--container .purchase--right .purchase--right_container .headTalad .taladbtn.-active {
  background: #feec5a;
  color: black;
  font-weight: bold;
}
.purchase--container .purchase--right .purchase--right_container .headTalad .taladbtn.-disabled {
  background: transparent;
  cursor: default;
}
.purchase--container .purchase--right .purchase--right_container .la_input-head {
  position: relative;
}
.purchase--container .purchase--right .purchase--right_container .la_input-head .title {
  width: 90px;
  background-color: #feec5a;
  height: 32px;
  font-size: 25px;
  font-weight: bold;
}
.purchase--container .purchase--right .purchase--right_container .la_input-head .playmode-btn {
  position: absolute;
  font-size: 22px;
  font-family: admanRound;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  user-select: none;
  background: rgba(150, 150, 150, 0.4);
  color: rgba(30, 30, 30, 0.4);
  cursor: pointer;
}
.purchase--container .purchase--right .purchase--right_container .la_input-head .playmode-btn.--on {
  background: rgba(239, 60, 56, 0.8);
  color: white;
  cursor: default;
}
.purchase--container .purchase--right .purchase--right_container .la_input_banner {
  height: 375px;
  line-height: 375px;
  width: 460px;
  background-color: rgba(30, 30, 30, 0.9);
  position: absolute;
  z-index: 100;
  cursor: default;
}
.purchase--container .purchase--right .purchase--right_container .la_input_banner--text {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 34px;
  font-family: fongnam;
}
.purchase--container .purchase--right .purchase--right_container .la_input_banner-flex {
  line-height: 1;
  background-color: rgba(30, 30, 30, 0.9);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  cursor: default;
}
.purchase--container .purchase--right .purchase--right_container .la_input_banner-flex--text {
  display: block;
  color: white;
  font-size: 34px;
  font-family: fongnam;
  padding: 0 10px;
  word-break: break-word;
}
.purchase--container .purchase--right .purchase--right_container .la_input {
  position: relative;
  padding-top: 10px;
  padding-bottom: 5px;
  background: #d1d2d4;
  font-size: 0;
  font-family: fongnam;
}
.purchase--container .purchase--right .purchase--right_container .la_input .blackmask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.85);
  z-index: 101;
}
.purchase--container .purchase--right .purchase--right_container .la_input .blackmask > .text {
  color: white;
  font-size: 48px;
  margin: 0 auto;
  position: relative;
  top: 30%;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input_label {
  display: inline-block;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 2px;
  font-size: 24px;
  cursor: default;
  height: 26px;
  line-height: 26px;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_img_order {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -18px;
  margin-top: 17px;
  cursor: pointer;
  z-index: 1;
  user-select: none;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input_box {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  margin-left: 2px;
  margin-right: 20px;
  border: rgb(180, 180, 180) solid 1px;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input_box::placeholder {
  color: rgb(190, 190, 190);
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-okrow {
  height: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-okrow .okbtn {
  display: inline-block;
  height: 25px;
  cursor: pointer;
  position: relative;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-okrow .okhint {
  position: absolute;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: dimgray;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-okrow .okhint .plussign {
  font-size: 250%;
  color: black;
  height: 21px;
  line-height: 13px;
  display: inline-block;
  vertical-align: middle;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-okrow .okbtn2 {
  display: block;
  height: 25px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  margin-bottom: 2px;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-okrow .okhint2 {
  font-size: 20px;
  font-weight: bold;
  color: dimgray;
  text-align: center;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-okrow .okhint2 .plussign {
  font-size: 250%;
  color: black;
  height: 21px;
  line-height: 13px;
  display: inline-block;
  vertical-align: middle;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_num-row {
  height: 32px;
  width: 460px;
  text-align: left;
  padding-left: 15px;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-row {
  height: 32px;
  width: 460px;
  text-align: left;
  padding-left: 15px;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-row .lir1 {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-row .lir2 {
  display: inline-block;
  width: 80px;
  vertical-align: top;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-row .lir2 .frame-box {
  display: inline-block;
  width: 15px;
  font-size: 24px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  user-select: none;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-row .lir2 .frame-box.--gray {
  color: darkgray;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-row .lir3 {
  display: inline-block;
  position: relative;
  width: 280px;
  vertical-align: top;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input-row .lir_line {
  height: 1.5px;
  background-color: rgb(245, 245, 245);
  margin-bottom: 6px;
  margin-right: 20px;
  margin-left: 4px;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_div_radio {
  display: inline-block;
  line-height: 15px;
  height: 15px;
  width: 15px;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input_radio {
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 9px;
  cursor: pointer;
}
.purchase--container .purchase--right .purchase--right_container .la_input .la_input_radio--evenodd {
  margin-left: 2px;
}
.purchase--container .purchase--right .purchase--right_container .la_input-footer {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.purchase--container .purchase--right .purchase--right_container .la_input-footer .swapbtn {
  color: white;
  background: grey;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
  font-size: 16px;
  font-family: admanRound;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  user-select: none;
}
.purchase--container .purchase--right .purchase--right_container .la_input-footer .cbtn {
  color: white;
  background-color: rgb(240, 56, 58);
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 125px;
  font-size: 20px;
  font-family: admanRound;
  display: inline-block;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.purchase--container .purchase--right .purchase--right_container .la_input-footer .cbtn:hover {
  color: rgb(255, 255, 141);
}
.purchase--container .purchase--right .purchase--right_container .la_input-footer .cbtn:active:not(.disabled):not(.opacity) {
  transform: translate(1px, 1px);
}
.purchase--container .purchase--right .purchase--right_container .la_input-footer .cbtn.disabled {
  color: rgb(64, 64, 64);
  cursor: not-allowed;
}
.purchase--container .purchase--right .purchase--right_container .la_input-footer .cbtn.opacity {
  opacity: 0.5;
  cursor: not-allowed;
}

.award-wrapper {
  width: calc(100% - 250px);
  height: calc(100vh - 105px - 10px);
  position: relative;
  top: 0;
  left: 250px;
  background-color: rgb(255, 255, 255);
}

.award-container {
  margin: 0 0;
  height: auto;
  text-align: center;
  background-color: white;
}
.award-container .award-head {
  position: relative;
  padding-top: 5px;
}
.award-container .award-head__label {
  font-size: 26px;
  font-family: admanRound;
}
.award-container .award-head__date {
  margin-left: 15px;
  font-size: 38px;
  font-family: pimpdeed;
  color: rgb(239, 56, 58);
  position: relative;
  top: 2px;
}
.award-container .award-current {
  position: relative;
  margin-top: 5px;
  width: 798px;
  height: 107px;
  margin: 0 auto;
  margin-top: 5px;
}
.award-container .award-current__bg {
  position: absolute;
  left: 0;
}
.award-container .award-current__block {
  display: inline-block;
  height: 85px;
  border: solid rgb(239, 56, 58) 3px;
  position: relative;
  margin-top: 10px;
  vertical-align: middle;
}
.award-container .award-current__block.has-small {
  vertical-align: bottom;
}
.award-container .award-current__block__head {
  background-color: rgb(239, 56, 58);
  color: white;
  font-size: 30px;
  font-family: fongnam;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.award-container .data-u4 {
  font-size: 27px;
  font-family: helvetica_bold;
  width: 146px;
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.award-container .data-u4new {
  font-size: 27px;
  font-family: helvetica_bold;
  width: 50%;
  display: inline-block;
  line-height: 1;
  text-align: center;
}
.award-container .data-u4-2 {
  font-size: 26px;
  font-family: helvetica_bold;
  width: 121px;
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.award-container .data-u5 {
  font-size: 24px;
  font-family: helvetica_bold;
  width: 97px;
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.award-container .award-current__block__body {
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-family: helvetica_bold;
  font-size: 42px;
  position: relative;
}
.award-container .award-current__block__body.has-small {
  font-size: 0px;
  line-height: 27px;
}
.award-container .award-current__block__body.has-small:after {
  content: " ";
  clear: both;
}
.award-container .award-current__block__body__small {
  position: absolute;
  height: 27px;
  width: 54.5px;
  font-size: 22px;
  display: inline-block;
}
.award-container .award-history {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
.award-container .award-history ::-webkit-scrollbar {
  width: 18px;
}
.award-container .award-history ::-webkit-scrollbar-button {
  background-color: rgb(168, 159, 144);
  height: 20px;
}
.award-container .award-history ::-webkit-scrollbar-button:start {
  border-bottom: solid rgb(212, 200, 176) 3px;
}
.award-container .award-history ::-webkit-scrollbar-button:end {
  border-top: solid rgb(212, 200, 176) 3px;
}
.award-container .award-history ::-webkit-scrollbar-track {
  background-color: rgb(212, 200, 176);
}
.award-container .award-history ::-webkit-scrollbar-thumb {
  background-color: rgb(168, 159, 144);
}
.award-container .award-history__head {
  position: relative;
  z-index: 2;
}
.award-container .award-history__head__bg {
  position: absolute;
  left: 0;
}
.award-container .award-history__row-title {
  position: relative;
  padding-top: 10px;
  margin-bottom: 6px;
  text-align: left;
  font-size: 0px;
}
.award-container .award-history__title,
.award-container .award-history__data, .award-container .award-history__data2 {
  font-family: saikrok;
  font-size: 24px;
}
.award-container .award-history__title.column-1,
.award-container .award-history__data.column-1, .award-container .award-history__data2.column-1 {
  text-align: left;
  width: 165px;
  font-family: fongnam;
  font-weight: bold;
  font-size: 26px;
}
.award-container .award-history__title.column-2,
.award-container .award-history__data.column-2, .award-container .award-history__data2.column-2 {
  width: 115px;
}
.award-container .award-history__title.column-3,
.award-container .award-history__data.column-3, .award-container .award-history__data2.column-3 {
  width: 70px;
}
.award-container .award-history__title.column-4,
.award-container .award-history__data.column-4, .award-container .award-history__data2.column-4 {
  width: 80px;
}
.award-container .award-history__title.column-5,
.award-container .award-history__data.column-5, .award-container .award-history__data2.column-5 {
  width: 70px;
}
.award-container .award-history__title.column-6,
.award-container .award-history__data.column-6, .award-container .award-history__data2.column-6 {
  width: 155px;
}
.award-container .award-history__title.column-6--small,
.award-container .award-history__data.column-6--small, .award-container .award-history__data2.column-6--small {
  width: 38.75px;
}
.award-container .award-history__title.column-6--small.first,
.award-container .award-history__data.column-6--small.first, .award-container .award-history__data2.column-6--small.first {
  text-align: right;
  padding-right: 7px;
  width: 60px;
}
.award-container .award-history__title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-family: admanRound;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  height: 60px;
  background-color: rgb(252, 229, 91);
  vertical-align: top;
}
.award-container .award-history__title:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.award-container .award-history__title p {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 2px;
}
.award-container .award-history__title.column-1, .award-container .award-history__title.column-2, .award-container .award-history__title.column-3, .award-container .award-history__title.column-4, .award-container .award-history__title.column-5 {
  border-right: solid white 6px;
}
.award-container .award-history__title.column-1 {
  padding-left: 60px;
  width: 215px;
  font-size: 24px;
  font-family: admanRound;
  font-weight: bold;
}
.award-container .award-history__title.column-2 {
  padding-left: 5px;
}
.award-container .award-history__title.column-3 {
  width: 75px;
}
.award-container .award-history__title.column-4 {
  width: 75px;
}
.award-container .award-history__title.column-5 {
  width: 75px;
}
.award-container .award-history__title.column-6 {
  width: 243px;
  padding-right: 55px;
}
.award-container .award-history__bg {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 800px;
  height: calc(100vh - 360px);
  min-height: 250px;
}
.award-container .award-history__tables {
  position: relative;
  height: calc(100vh - 360px - 30px);
  min-height: 230px;
  overflow-y: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 15px;
  margin-top: 15px;
}
.award-container .award-history__row-data {
  position: relative;
  text-align: left;
  font-size: 0px;
}
.award-container .award-history__data {
  display: inline-block;
  position: relative;
  font-size: 26px;
  text-align: center;
  border-bottom: solid rgb(239, 56, 58) 1px;
  line-height: 34px;
}
.award-container .award-history__data.column-1 {
  margin-left: 30px;
  padding-left: 5px;
}
.award-container .award-history__row-data2 {
  position: relative;
  text-align: left;
  font-size: 0px;
  border-bottom: solid rgb(239, 56, 58) 1px;
}
.award-container .award-history__data2 {
  display: inline-block;
  position: relative;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
.award-container .award-history__data2.column-1 {
  margin-left: 30px;
  padding-left: 5px;
}

.account-wrapper {
  width: calc(100% - 250px);
  height: calc(100vh - 105px);
  min-height: 510px;
  position: relative;
  top: 0;
  left: 250px;
  background-color: rgb(255, 255, 255);
}

.account-container {
  margin: 0 0;
  height: auto;
  text-align: center;
  background-color: white;
}

.account-history {
  width: 850px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}
.account-history ::-webkit-scrollbar {
  width: 18px;
}
.account-history ::-webkit-scrollbar-button {
  background-color: rgb(168, 159, 144);
  height: 20px;
}
.account-history ::-webkit-scrollbar-button:start {
  border-bottom: solid rgb(212, 200, 176) 3px;
}
.account-history ::-webkit-scrollbar-button:end {
  border-top: solid rgb(212, 200, 176) 3px;
}
.account-history ::-webkit-scrollbar-track {
  background-color: rgb(212, 200, 176);
}
.account-history ::-webkit-scrollbar-thumb {
  background-color: rgb(168, 159, 144);
}
.account-history .account-history__head {
  position: relative;
  z-index: 2;
}
.account-history .account-history__head__bg {
  position: absolute;
  left: 0;
}
.account-history .account-history__title.column-1,
.account-history .account-history__data.column-1 {
  text-align: left;
  width: 120px;
}
.account-history .account-history__title.column-2,
.account-history .account-history__data.column-2 {
  width: 250px;
}
.account-history .account-history__title.column-3, .account-history .account-history__title.column-4, .account-history .account-history__title.column-5,
.account-history .account-history__data.column-3,
.account-history .account-history__data.column-4,
.account-history .account-history__data.column-5 {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}
.account-history .account-history__title.column-6,
.account-history .account-history__data.column-6 {
  width: 120px;
  text-align: right;
  padding-right: 10px;
}
.account-history .account-history__row-title {
  position: relative;
  text-align: left;
  font-size: 0px;
  margin-bottom: 6px;
}
.account-history .account-history__title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-family: admanRound;
  font-weight: bold;
  text-align: center;
  line-height: 57px;
  padding-top: 3px;
  background-color: rgb(252, 229, 91);
}
.account-history .account-history__title.column-1, .account-history .account-history__title.column-2, .account-history .account-history__title.column-3, .account-history .account-history__title.column-4, .account-history .account-history__title.column-5 {
  border-right: solid white 6px;
}
.account-history .account-history__title.column-1 {
  width: 140px;
  padding-left: 10px;
  text-align: center;
}
.account-history .account-history__title.column-2 {
  width: 260px;
}
.account-history .account-history__title.column-3, .account-history .account-history__title.column-4, .account-history .account-history__title.column-5 {
  text-align: center;
  padding-right: 0px;
  width: 100px;
}
.account-history .account-history__title.column-6 {
  padding-right: 0px;
  width: 150px;
  padding-right: 20px;
  text-align: center;
}
.account-history .account-history__bg {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 850px;
  height: calc(100vh - 210px);
  min-height: 360px;
}
.account-history .account-history__tables {
  position: relative;
  height: calc(100vh - 210px - 30px);
  min-height: 330px;
  overflow-y: scroll;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  margin-top: 15px;
  padding-bottom: 17px;
}
.account-history .account-history__row-data {
  position: relative;
  text-align: left;
  font-size: 0px;
  height: 30px;
}
.account-history .account-history__row-data.has-bottom-line .account-history__data {
  padding-bottom: 5px;
  border-bottom: solid rgb(33, 33, 33) 2px;
}
.account-history .account-history__row-data.has-top-line {
  margin-top: 22px;
}
.account-history .account-history__row-data:first-child.has-top-line {
  margin-top: 0;
}
.account-history .account-history__row-data .affblock .affrow .affrow_name {
  width: 120px;
  color: #36a;
  text-align: right;
  margin-left: 185px;
  border-bottom: 0;
  font-size: 24px;
}
.account-history .account-history__row-data .affblock .affrow .affrow_amount {
  width: 100px;
  color: #a6a;
  text-align: right;
  border-bottom: 0;
  font-size: 24px;
}
.account-history .account-history__row-data .affblock .affline {
  width: 100%;
  height: 1px;
  border-bottom: solid 2px black;
  margin-left: 10px;
  margin-bottom: 2px;
  margin-top: 8px;
}
.account-history .account-history__data {
  display: inline-block;
  position: relative;
  font-family: saikrok;
  font-size: 28px;
  text-align: center;
}
.account-history .account-history__data.column-1 {
  margin-left: 10px;
  padding-left: 10px;
}
.account-history .account-history__data.summary {
  color: #36a;
}
.account-history .account-history__data.summary .a-affbonus {
  color: #36a;
  cursor: pointer;
}
.account-history .account-history__data.summary .a-affbonus:hover {
  color: #2f3d97;
}
.account-history .account-history__data.balance {
  color: #a6a;
}

.account-menu-container {
  width: 250px;
  font-size: 24px;
  position: absolute;
  left: -250px;
  top: 200px;
  z-index: 2;
  display: inline-block;
}
.account-menu-container .paper-pane {
  margin: 0 auto;
  width: 150px;
  height: 230px;
  padding: 13px 0px;
  position: relative;
  top: 25px;
}
.account-menu-container .paper-pane .paper-pane__row {
  list-style: none;
  cursor: pointer;
  color: rgb(33, 33, 33);
  margin: 0px 7px 0px 9px;
  font-family: fongnam;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  border: solid 2px rgb(234, 51, 63);
}
.account-menu-container .paper-pane .paper-pane__row:hover {
  background-color: rgb(207, 216, 220);
}
.account-menu-container .paper-pane .paper-pane__row.active {
  background-color: rgb(250, 229, 100);
}

.acc-deposit-wrapper .textbox-s {
  border: solid 1px grey;
  border-radius: 3px;
}
.acc-deposit-wrapper .textbox-s[disabled] {
  cursor: default;
  background: lightgrey;
}
.acc-deposit-wrapper .read-btn {
  width: 730px;
  margin: 0px auto 10px auto;
  text-align: right;
}

.acc-bank-det {
  display: block;
  width: 775px;
  margin: 0 auto;
  margin-top: 15px;
  vertical-align: top;
}
.acc-bank-det .irow {
  text-align: left;
  height: 28px;
  line-height: 28px;
  margin-bottom: 5px;
}
.acc-bank-det input {
  height: 28px;
  line-height: 28px;
}
.acc-bank-det .inumber {
  text-align: right;
  padding-right: 5px;
  -moz-appearance: textfield;
}
.acc-bank-det .inumber::-webkit-inner-spin-button, .acc-bank-det .inumber::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.acc-bank-det .idate::-webkit-inner-spin-button, .acc-bank-det .idate::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
.acc-bank-det .idate::-webkit-clear-button {
  display: none; /* Hide the button */
  -webkit-appearance: none; /* turn off default browser styling */
}
.acc-bank-det .txtdate {
  pointer-events: none;
  display: inline-block;
  text-align: center;
  position: absolute;
}
.acc-bank-det .textbox-s {
  border: solid 1px grey;
  border-radius: 3px;
}
.acc-bank-det .textbox-s[disabled] {
  cursor: default;
  background: lightgrey;
}

.acc-bank-tb {
  display: block;
  width: 775px;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
}
.acc-bank-tb .row {
  border-bottom: solid red 1px;
  border-right: solid red 1px;
  border-left: solid red 1px;
}
.acc-bank-tb .row > * {
  padding-right: 0;
  font-family: saikrok;
  font-size: 24px;
  float: left;
}
.acc-bank-tb .row .bl {
  border-left: solid red 1px;
}
.acc-bank-tb .row .w1 {
  width: 30px;
}
.acc-bank-tb .row .w2 {
  width: 150px;
}
.acc-bank-tb .row .w3 {
  width: 170px;
}
.acc-bank-tb .row .w4 {
  width: 160px;
}
.acc-bank-tb .row .w5 {
  width: 240px;
}
.acc-bank-tb .row .w6 {
  width: 150px;
}
.acc-bank-tb .header.row {
  background-color: rgb(234, 51, 63);
  margin-left: 0px;
  margin-right: 0px;
  width: 752px;
  position: relative;
  line-height: 26px;
  user-select: none;
}
.acc-bank-tb .header .text {
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: fongnam;
  text-align: center;
}
.acc-bank-tb .records {
  height: 153px;
  padding-bottom: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 6px;
  position: relative;
}
.acc-bank-tb .records .row {
  margin-left: 0px;
  margin-right: 0px;
  width: 752px;
  position: relative;
  line-height: 30px;
  cursor: pointer;
}
.acc-bank-tb .records .row:hover {
  background-color: rgb(240, 240, 240);
}
.acc-bank-tb .records .row:hover:not(.nohover) {
  background-color: #FFF9C4;
}
.acc-bank-tb .records .row.selected {
  background-color: rgb(250, 229, 100);
}
.acc-bank-tb .records .row .text {
  text-align: left;
  padding-left: 5px;
  word-break: break-all;
}
.acc-bank-tb .records .row .text.all {
  text-align: center;
  width: 752px;
  font-weight: normal;
}
.acc-bank-tb .records .row .text.green {
  color: rgb(46, 125, 50);
}
.acc-bank-tb .records .row .text.warning {
  color: rgb(46, 125, 50);
  font-style: italic;
}
.acc-bank-tb .records .row .accNo {
  font-size: 24px;
  vertical-align: middle;
}
.acc-bank-tb .records .row .accNo.blink {
  animation-name: accNoBlink;
  animation-iteration-count: 2;
  animation-timing-function: ease-in-out;
  animation-duration: 0.2s;
}
@keyframes accNoBlink {
  0% {
    color: #333;
  }
  50% {
    color: #ea333f;
  }
  100% {
    color: #333;
  }
}
.acc-bank-tb .records .row .accCopy {
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  padding: 4px;
  vertical-align: middle;
}

.acc-bank-recv-tb {
  display: block;
  width: 775px;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
}
.acc-bank-recv-tb .row {
  border-bottom: solid red 1px;
  border-right: solid red 1px;
  border-left: solid red 1px;
}
.acc-bank-recv-tb .row > * {
  padding-right: 0;
  font-family: saikrok;
  font-size: 24px;
  float: left;
}
.acc-bank-recv-tb .row .bl {
  border-left: solid red 1px;
}
.acc-bank-recv-tb .row .w2 {
  width: 170px;
}
.acc-bank-recv-tb .row .w3 {
  width: 150px;
}
.acc-bank-recv-tb .row .w4 {
  width: 160px;
}
.acc-bank-recv-tb .row .w5 {
  width: 240px;
}
.acc-bank-recv-tb .header.row {
  background-color: rgb(234, 51, 63);
  margin-left: 0px;
  margin-right: 0px;
  width: 752px;
  position: relative;
  line-height: 26px;
  user-select: none;
}
.acc-bank-recv-tb .header .text {
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: fongnam;
  text-align: center;
}
.acc-bank-recv-tb .records {
  height: 153px;
  padding-bottom: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 6px;
  position: relative;
}
.acc-bank-recv-tb .records .row {
  margin-left: 0px;
  margin-right: 0px;
  width: 752px;
  position: relative;
  line-height: 30px;
}
.acc-bank-recv-tb .records .row:hover:not(.nohover) {
  background-color: #FFF9C4;
}
.acc-bank-recv-tb .records .row .text {
  text-align: left;
  padding-left: 5px;
  word-break: break-all;
}
.acc-bank-recv-tb .records .row .text.all {
  text-align: center;
  width: 752px;
  font-weight: normal;
}
.acc-bank-recv-tb .records .row .text > input[type=text] {
  height: 28px;
}

.acc-tx-tb {
  display: block;
  width: 775px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 22px;
}
.acc-tx-tb .row {
  border-bottom: solid red 1px;
  border-right: solid red 1px;
  border-left: solid red 1px;
}
.acc-tx-tb .row > * {
  padding-right: 0;
  font-family: saikrok;
  font-size: 24px;
  float: left;
}
.acc-tx-tb .row .bl {
  border-left: solid red 1px;
}
.acc-tx-tb .row .w1 {
  width: 60px;
}
.acc-tx-tb .row .w2 {
  width: 120px;
}
.acc-tx-tb .row .w3 {
  width: 220px;
}
.acc-tx-tb .row .w4 {
  width: 100px;
}
.acc-tx-tb .row .w5 {
  width: 160px;
}
.acc-tx-tb .row .w6 {
  width: 80px;
}
.acc-tx-tb .header.row {
  background-color: rgb(234, 51, 63);
  margin-left: 0px;
  margin-right: 0px;
  width: 752px;
  position: relative;
  line-height: 26px;
  user-select: none;
}
.acc-tx-tb .header .text {
  color: white;
  font-size: 24px;
  font-weight: bold;
  font-family: fongnam;
  text-align: center;
}
.acc-tx-tb .records {
  height: 373px;
  padding-bottom: 1px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 6px;
  position: relative;
}
.acc-tx-tb .records .row {
  margin-left: 0px;
  margin-right: 0px;
  width: 752px;
  position: relative;
  line-height: 30px;
  background-color: rgb(219, 228, 229);
  cursor: pointer;
}
.acc-tx-tb .records .row.unread {
  font-weight: bold;
  background-color: white;
}
.acc-tx-tb .records .row:hover {
  background-color: #FFF9C4;
}
.acc-tx-tb .records .row:hover:not(.nohover) {
  background-color: #FFF9C4;
}
.acc-tx-tb .records .row .text {
  text-align: center;
  word-break: break-all;
}
.acc-tx-tb .records .row .text.w4 {
  text-align: right;
  padding-right: 10px;
}
.acc-tx-tb .records .row .text.all {
  text-align: center;
  width: 752px;
  font-weight: normal;
}
.acc-tx-tb .records .row .text.D span {
  background-color: #29B6F6;
  display: inline-block;
  width: 40px;
  height: 24px;
  line-height: 1;
  border-radius: 15%;
}
.acc-tx-tb .records .row .text.W span {
  background-color: #66BB6A;
  display: inline-block;
  width: 40px;
  height: 24px;
  line-height: 1;
  border-radius: 15%;
}
.acc-tx-tb .records .row .text.P {
  color: black;
}
.acc-tx-tb .records .row .text.S {
  color: green;
}
.acc-tx-tb .records .row .text.F {
  color: red;
}
.acc-tx-tb .records .row .text.C {
  color: #EF6C00;
}

.acc-progress-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.acc-progress-wrap .circle-point {
  position: relative;
}
.acc-progress-wrap .circle-point .circle {
  width: 10px;
  height: 10px;
  background: #CFD8DC;
  border-radius: 50%;
}
.acc-progress-wrap .circle-point .labelt {
  position: absolute;
  white-space: nowrap;
  margin-top: -35px;
  margin-left: -100%;
  font-family: admanRound;
  color: #CFD8DC;
}
.acc-progress-wrap .circle-point.active .circle {
  background: #4CAF50;
}
.acc-progress-wrap .circle-point.active .labelt {
  color: initial;
}
.acc-progress-wrap .line-connect {
  width: 150px;
  height: 2px;
  background: #CFD8DC;
}
.acc-progress-wrap .line-connect.active {
  background: #4CAF50;
}

.acc-auto-wrap .member-box {
  background: rgb(255, 243, 224);
  border: solid 1px rgb(255, 183, 77);
  border-radius: 12px;
  padding: 12px 12px;
  padding-top: 5px;
}
.acc-auto-wrap .input-box {
  background: #E0F7FA;
  border: solid 1px #80DEEA;
  border-radius: 12px;
  padding: 12px 12px;
  position: relative;
  overflow: hidden;
}
.acc-auto-wrap .bank-box {
  background: rgb(220, 237, 200);
  border: solid 1px rgb(174, 213, 129);
  border-radius: 12px;
  padding: 12px 12px;
  position: relative;
  overflow: hidden;
}
.acc-auto-wrap .input-block.blur {
  filter: blur(8px);
}
.acc-auto-wrap .input-block .sp-btn {
  border: none;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  font-family: admanRound;
  color: white;
  background: #1565C0;
}
.acc-auto-wrap .input-block .sp-btn:hover {
  background: #01579B;
}
.acc-auto-wrap .input-block .irow {
  text-align: left;
  height: 28px;
  line-height: 28px;
  margin-bottom: 5px;
}
.acc-auto-wrap .input-block input {
  height: 28px;
  line-height: 28px;
}
.acc-auto-wrap .input-block .inumber {
  text-align: right;
  padding-right: 5px;
  -moz-appearance: textfield;
}
.acc-auto-wrap .input-block .inumber::-webkit-inner-spin-button, .acc-auto-wrap .input-block .inumber::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.acc-auto-wrap .input-block .textbox-s {
  border: solid 1px grey;
  border-radius: 3px;
}
.acc-auto-wrap .input-block .textbox-s[disabled] {
  cursor: default;
  background: lightgrey;
}
.acc-auto-wrap .pp-logo img {
  height: 30px;
}
.acc-auto-wrap .amount-line .title {
  color: grey;
}
.acc-auto-wrap .amount-line .data {
  font-weight: bold;
  font-size: 150%;
  color: #303f9f;
  margin-left: 5px;
  margin-right: 5px;
}
.acc-auto-wrap .amount-line .baht {
  color: grey;
}
.acc-auto-wrap .bank-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.acc-auto-wrap .bank-block.blur {
  filter: blur(8px);
}
.acc-auto-wrap .bank-block .icon-zone {
  margin-right: 12px;
}
.acc-auto-wrap .bank-block .icon-zone img {
  width: 64px;
  height: 64px;
  border-radius: 6px;
}
.acc-auto-wrap .bank-block .icon-zone.empty {
  visibility: hidden;
}
.acc-auto-wrap .bank-block .text-zone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 0.8;
  text-align: left;
}
.acc-auto-wrap .bank-block .text-zone .bankname {
  font-size: 24px;
}
.acc-auto-wrap .bank-block .text-zone .accno {
  color: teal;
  font-weight: bold;
  font-size: 28px;
}
.acc-auto-wrap .bank-block .text-zone .accno span {
  vertical-align: middle;
}
.acc-auto-wrap .bank-block .text-zone .accCopy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  padding: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.acc-auto-wrap .bank-block .text-zone .accname {
  font-weight: bold;
  font-size: 28px;
  word-break: break-word;
}
.acc-auto-wrap .warning-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.acc-auto-wrap .warning-block .text {
  font-size: 24px;
  color: white;
  line-height: 1;
}
.acc-auto-wrap .warning-block button {
  font-size: 24px;
}
.acc-auto-wrap .hint1 {
  color: rgb(216, 67, 21);
}
.acc-auto-wrap .hint2 {
  color: red;
}
.acc-auto-wrap .hint3 {
  color: #AB47BC;
}
.acc-auto-wrap .qr-place {
  display: none;
}
.acc-auto-wrap .qr-place.show {
  display: inline-block;
}

.acc-member-bank-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.acc-member-bank-wrapper .textbox-s {
  border: solid 1px grey;
  border-radius: 3px;
}
.acc-member-bank-wrapper .textbox-s[disabled] {
  cursor: default;
  background: lightgrey;
}

.modalCustBankItem {
  cursor: pointer;
  user-select: none;
  margin-bottom: 3px;
}
.modalCustBankItem:hover {
  background-color: #FFD54F;
}
.modalCustBankItem .bi_img img {
  width: 48px;
  padding: 4px;
}
.modalCustBankItem .bi_name {
  font-size: 80%;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mcontainer .mblock {
  display: block;
  float: left;
}
.mcontainer .mblock .mtitle {
  text-decoration: underline;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 8px;
}
.mcontainer .mblock .mrow .head {
  display: inline-block;
  width: 70px;
  text-align: right;
  padding-right: 8px;
  font-weight: bold;
  vertical-align: top;
}
.mcontainer .mblock .mrow .data {
  display: inline-block;
  width: 200px;
  text-align: left;
  vertical-align: top;
}
.mcontainer .mblock .mrow .data.P {
  color: black;
}
.mcontainer .mblock .mrow .data.S {
  color: green;
}
.mcontainer .mblock .mrow .data.F {
  color: red;
}
.mcontainer .mblock .mrow .data.C {
  color: #EF6C00;
}

.info-wrapper {
  width: calc(100% - 250px);
  height: calc(100vh - 105px);
  position: relative;
  top: 0;
  left: 250px;
  background-color: rgb(255, 255, 255);
}

.info-container {
  margin: 0 auto;
  top: 50px;
  height: auto;
  text-align: center;
  background-color: white;
  width: 700px;
  position: relative;
  text-align: left;
}
.info-container .info-bg {
  position: absolute;
  width: 700px;
}
.info-container .info-bg-inside {
  position: absolute;
  width: 600px;
  top: 32px;
  left: 50px;
}
.info-container .info-member-id {
  position: absolute;
  top: 42px;
  left: 64px;
  color: white;
  font-family: admanRound;
  font-size: 30px;
  transform: rotateZ(-4.4deg);
  width: 178px;
  text-align: center;
  letter-spacing: 1.5px;
}
.info-container .info-member-label {
  position: absolute;
  top: 81px;
  left: 77px;
  color: rgb(238, 55, 57);
  font-size: 20px;
  transform: rotateZ(-1deg);
}
.info-container .info-left-title {
  font-size: 25px;
  position: absolute;
  left: 100px;
}
.info-container .info-left-money {
  font-size: 25px;
  position: absolute;
  text-align: right;
  width: 130px;
  right: 455px;
}
.info-container .info-right-type {
  font-size: 23px;
  font-family: admanRound;
  font-weight: bold;
  position: absolute;
  left: 176px;
  top: 116px;
  transform: rotateZ(1deg);
}
.info-container .info-right-discount {
  font-size: 23px;
  font-family: admanRound;
  font-weight: bold;
  position: absolute;
  left: 246px;
  top: 119px;
  transform: rotateZ(-5deg);
}
.info-container .info-right-discount-table {
  position: absolute;
  left: 183px;
  top: 152px;
  font-family: fongnam;
  font-weight: bold;
}
.info-container .info-right-discount-table__label {
  font-size: 30px;
  position: absolute;
  width: 50px;
}
.info-container .info-right-discount-table__discount {
  font-size: 30px;
  position: absolute;
  width: 60px;
  left: 55px;
  text-align: right;
}
.info-container .info-group-btn {
  position: absolute;
  font-size: 25px;
  font-family: admanRound;
  width: 70px;
  text-align: center;
  user-select: none;
  background: rgba(150, 150, 150, 0.4);
  color: rgba(30, 30, 30, 0.4);
  cursor: pointer;
}
.info-container .info-group-btn.--on {
  background: rgba(239, 60, 56, 0.8);
  color: white;
  cursor: default;
}
.info-container .info-right-table {
  position: absolute;
}
.info-container .info-right-table.--left {
  left: 115px;
  top: 120px;
}
.info-container .info-right-table.--right {
  left: 370px;
  top: 120px;
}
.info-container .info-right-table__head {
  font-size: 23px;
  font-family: admanRound;
  font-weight: bold;
  text-align: center;
  width: 75px;
  line-height: 1;
}
.info-container .info-right-table__body {
  font-size: 30px;
  font-family: fongnam;
  font-weight: bold;
  text-align: center;
  width: 75px;
  line-height: 1;
}
.info-container .info-right-tmsg {
  position: absolute;
  left: 170px;
  top: 190px;
  font-size: 33px;
  font-family: admanRound;
  text-align: center;
  line-height: 1;
}
.info-container .info-right-blog {
  position: absolute;
  left: 100px;
  top: 110px;
}
.info-container .info-right-blog .data-row {
  font-size: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.info-container .info-right-blog .data-row .head {
  display: inline-block;
  text-align: right;
  width: 160px;
  font-family: admanRound;
  font-weight: bold;
  vertical-align: middle;
  font-size: 22px;
}
.info-container .info-right-blog .data-row .head.link {
  color: #2f3d97;
}
.info-container .info-right-blog .data-row .data {
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  margin-left: 20px;
  font-family: fongnam;
  font-size: 28px;
  font-weight: bold;
  margin-top: -4px;
}
.info-container .info-right-blog .data-row .data.link {
  color: #2f3d97;
  font-size: 25px;
  margin-top: -2px;
}
.info-container .info-right-blog .data-row .copy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.purchase-report-wrapper {
  width: 100%;
  height: calc(100vh - 105px);
  position: relative;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
}

.purchase-report-container {
  margin: 0 auto;
  min-height: 540px;
  height: auto;
  text-align: center;
  width: 100vw;
  position: relative;
  text-align: left;
  font-size: 0px;
}
.purchase-report-container .pr-left {
  width: 260px;
  height: 430px;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 45px;
  z-index: 2;
}
.purchase-report-container .pr-left ::-webkit-scrollbar {
  width: 8px;
}
.purchase-report-container .pr-left ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.purchase-report-container .pr-left ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(241, 216, 181);
}
.purchase-report-container .pr-left .headTalad {
  text-align: center;
  position: relative;
  font-size: 0;
  width: 250px;
  line-height: 35px;
  height: 35px;
}
.purchase-report-container .pr-left .headTalad .taladbtn {
  display: inline-block;
  font-size: 24px;
  font-family: fongnam;
  width: 33.33%;
  color: grey;
  background: lightgrey;
  cursor: pointer;
}
.purchase-report-container .pr-left .headTalad .taladbtn:hover {
  background: #FFF9C4;
}
.purchase-report-container .pr-left .headTalad .taladbtn.-active {
  background: #feec5a;
  color: black;
  font-weight: bold;
}
.purchase-report-container .pr-left .headTalad .taladbtn.-disabled {
  background: lightgrey;
  cursor: default;
}
.purchase-report-container .pr-left .title {
  text-align: center;
  font-family: fongnam;
  font-weight: bold;
  font-size: 32px;
  padding-left: 10px;
  padding-top: 11px;
  padding-bottom: 7px;
  border-bottom: double rgb(238, 44, 47) 3px;
  line-height: 30px;
  width: 250px;
  position: relative;
}
.purchase-report-container .pr-left .row {
  border-bottom: solid rgb(238, 44, 47) 1px;
  width: 250px;
  font-size: 0px;
  position: relative;
}
.purchase-report-container .pr-left .row * {
  padding-left: 0;
  padding-right: 0;
}
.purchase-report-container .pr-left .row .column-1 {
  width: 35px;
  display: inline-block;
  font-size: 19px;
}
.purchase-report-container .pr-left .row .column-2 {
  width: 80px;
  display: inline-block;
  font-size: 19px;
}
.purchase-report-container .pr-left .row .column-3 {
  width: 70px;
  display: inline-block;
  font-size: 19px;
}
.purchase-report-container .pr-left .row .column-4 {
  width: 65px;
  display: inline-block;
  font-size: 19px;
  padding-right: 8px;
}
.purchase-report-container .pr-left .header {
  margin-left: 0px;
  margin-right: 0px;
}
.purchase-report-container .pr-left .header.row {
  border-bottom: double rgb(238, 44, 47) 3px;
}
.purchase-report-container .pr-left .header .text {
  color: rgb(238, 44, 47);
  font-family: fongnam;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}
.purchase-report-container .pr-left .header .column-1 {
  border-right: solid rgb(238, 44, 47) 1px;
}
.purchase-report-container .pr-left .header .column-2 {
  padding-right: 15px;
  text-align: right;
}
.purchase-report-container .pr-left .header .column-4 {
  text-align: right;
}
.purchase-report-container .pr-left .records {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0px;
  position: relative;
}
.purchase-report-container .pr-left .records .highlight {
  position: absolute;
  left: -10px;
  top: 0px;
  z-index: 50;
  width: 265px;
  height: 27.5px;
}
.purchase-report-container .pr-left .records .row {
  margin-left: 0px;
  margin-right: 0px;
  width: 250px;
  position: relative;
  height: 27.5px;
  line-height: 27.5px;
}
.purchase-report-container .pr-left .records .row.active:hover {
  cursor: pointer;
}
.purchase-report-container .pr-left .records .row.active:hover:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  opacity: 1;
  z-index: 10;
}
.purchase-report-container .pr-left .records .row.active.selected:hover:before {
  opacity: 0;
}
.purchase-report-container .pr-left .records .row .text {
  font-family: saikrok;
}
.purchase-report-container .pr-left .records .row .won {
  position: absolute;
  z-index: 100;
  color: #4CAF50;
  left: 42px;
  font-size: 24px;
  display: inline-block;
  line-height: 27.5px;
}
.purchase-report-container .pr-left .records .row .column-1, .purchase-report-container .pr-left .records .row .column-2, .purchase-report-container .pr-left .records .row .column-3, .purchase-report-container .pr-left .records .row .column-4 {
  position: relative;
  z-index: 100;
}
.purchase-report-container .pr-left .records .row .column-1 {
  text-align: center;
  border-right: solid rgb(238, 44, 47) 1px;
}
.purchase-report-container .pr-left .records .row .column-2 {
  text-align: right;
  padding-right: 10px;
}
.purchase-report-container .pr-left .records .row .column-3 {
  text-align: center;
}
.purchase-report-container .pr-left .records .row .column-4 {
  text-align: right;
}
.purchase-report-container .pr-left .summary.row {
  margin-top: 4px;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  font-family: fongnam;
  font-weight: bold;
  color: rgb(33, 33, 33);
}
.purchase-report-container .pr-left .summary.row .first {
  font-size: 26px;
  width: 100px;
  margin-left: 20px;
  display: inline-block;
}
.purchase-report-container .pr-left .summary.row .second {
  text-align: right;
  font-size: 24px;
  width: 130px;
  padding-right: 15px;
  display: inline-block;
  font-family: saikrok;
  font-weight: normal;
}
.purchase-report-container .pr-left__bg {
  width: 280px;
  height: 430px;
  position: absolute;
  left: 0px;
}
.purchase-report-container .pr-left__print-button {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 48px;
  z-index: 10;
  cursor: pointer;
}
.purchase-report-container .pr-left__triangle {
  position: absolute;
  right: 12px;
  top: 9px;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  width: 15px;
  box-sizing: content-box;
  transition: width 0.05s, padding 0.05s, top 0.05s, left 0.05s, box-shadow 0s;
}
.purchase-report-container .pr-left__triangle.selected {
  right: 10px;
  top: 11px;
  padding: 0px;
  width: 28px;
  box-shadow: 0px 3px 7px grey;
  transition: width 0.05s, padding 0.05s, top 0.05s, left 0.05s, box-shadow 0s 0.05s;
}
.purchase-report-container .pr-left__dropdown-wrapper {
  width: 200px;
  z-index: 1000;
  position: absolute;
  right: 38px;
  top: 0px;
  height: 220px;
  box-shadow: 0px 3px 7px grey;
}
.purchase-report-container .pr-left__dropdown-wrapper ::-webkit-scrollbar {
  width: 8px;
}
.purchase-report-container .pr-left__dropdown-wrapper ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.purchase-report-container .pr-left__dropdown-wrapper ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(147, 35, 35, 0.75);
}
.purchase-report-container .pr-left__dropdown-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 100%;
}
.purchase-report-container .pr-left__dropdown {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 196px;
  height: 100%;
  padding-right: 6px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.purchase-report-container .pr-left__dropdown .dropdown__row {
  text-align: center;
  font-family: fongnam;
  font-weight: bold;
  font-size: 32px;
  padding-top: 11px;
  line-height: 25px;
  height: 35px;
  width: 100%;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  user-select: none;
}
.purchase-report-container .pr-left__dropdown .dropdown__row:hover {
  color: limegreen;
}
.purchase-report-container .pr-left__dropdown .dropdown__row.selected {
  color: red;
}
.purchase-report-container .pr-left__dropdown .dropdown__row:last-child {
  margin-bottom: 10px;
}
.purchase-report-container .pr-right {
  width: calc(100% - 260px);
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 35px;
  text-align: center;
  height: 470px;
}
.purchase-report-container .pr-right__bg {
  height: 485px;
  position: absolute;
  width: 910px;
  left: calc((100% - 910px) / 2);
}
.purchase-report-container .pr-right__print-button {
  position: absolute;
  left: calc((100% - 830px) / 2 + 760px);
  top: -35px;
  cursor: pointer;
  user-select: none;
}
.purchase-report-container .pr-right__print-button:hover {
  background-color: #42A5F5;
}
.purchase-report-container .pr-right__table-wrapper {
  position: absolute;
  top: 34px;
  left: calc((100% - 910px) / 2 + 43px);
}
.purchase-report-container .pr-right__table {
  display: inline-block;
  position: relative;
}
.purchase-report-container .pr-right__table td.odd {
  background-color: white;
}
.purchase-report-container .pr-right__table td.even {
  background-color: rgb(247, 244, 239);
}
.purchase-report-container .pr-right__table td.firstNum {
  background-color: rgb(234, 228, 217);
  width: 60px;
}
.purchase-report-container .pr-right__table td.secondNum {
  background-color: rgb(234, 228, 217);
  width: 50px;
}
.purchase-report-container .pr-right__table thead td {
  color: rgb(33, 33, 33);
  background-color: rgb(171, 161, 159) !important;
  border-bottom: solid 1px black;
  font-family: fongnam;
  font-weight: bold;
  font-size: 24px;
  height: 26px;
  line-height: 26px;
}
.purchase-report-container .pr-right__table tbody td {
  line-height: 22px;
  font-size: 20px;
  font-family: saikrok;
  padding-top: 3px;
  border-bottom: solid black 1px;
}
.purchase-report-container .pr-right__table tbody td.odd {
  text-align: right;
  padding-right: 5px;
}
.purchase-report-container .pr-right__table tbody td.even {
  color: rgb(173, 166, 161);
}
.purchase-report-container .pr-right__table tbody td.index {
  color: rgb(33, 33, 33);
  border-right: solid black 1px;
}
.purchase-report-container .pr-right__table tbody td.diff {
  color: crimson;
}
.purchase-report-container .pr-right__table tbody td.won {
  color: #4CAF50;
}

.settings-wrapper {
  position: relative;
  width: calc(100% - 250px);
  height: calc(100vh - 105px);
  left: 250px;
  top: 0;
  background-color: rgb(255, 255, 255);
}

.settings-container {
  margin: 0 auto;
  top: 78px;
  height: auto;
  text-align: center;
  background-color: white;
  width: 600px;
  position: relative;
  text-align: left;
}
.settings-container .settings-bg {
  position: absolute;
  width: 600px;
  height: 280px;
}
.settings-container .settings-header-deco {
  position: absolute;
  width: 170px;
  top: 75px;
  left: 68px;
}
.settings-container .settings-member-id {
  position: absolute;
  top: 43px;
  left: 73px;
  color: rgb(238, 55, 57);
  font-family: admanRound;
  font-size: 36px;
  transform: rotateZ(-2deg);
}
.settings-container .settings-member-label {
  position: absolute;
  top: 79px;
  left: 67px;
  color: rgb(238, 55, 57);
  font-family: saikrok;
  font-size: 24px;
  transform: rotateZ(-1deg);
}
.settings-container .settings-password {
  position: relative;
  top: 160px;
  left: 75px;
}
.settings-container .settings-password__change-button {
  width: 160px;
  text-align: center;
  border-radius: 5px;
  font-size: 28px;
  font-family: saikrok;
  height: 40px;
  line-height: 40px;
  color: rgb(33, 33, 33);
  background-color: rgb(255, 235, 59);
  display: inline-block;
  user-select: none;
  box-shadow: rgb(150, 150, 150) 0px 2px;
}
.settings-container .settings-password__change-button:hover {
  cursor: pointer;
  background-color: rgb(255, 229, 0);
}
.settings-container .settings-password__change-textbox {
  width: 150px;
  font-size: 28px;
  font-family: saikrok;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  opacity: 1;
  padding-left: 10px;
}
.settings-container .settings-password__change-textbox.ng-hide-remove.ng-hide-remove-active {
  animation: change-slider 0.2s ease-in-out;
}
@keyframes change-slider {
  0% {
    opacity: 0;
    transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.settings-container .settings-password__confirm-button {
  width: 80px;
  text-align: center;
  border-radius: 5px;
  font-size: 28px;
  font-family: saikrok;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: rgb(238, 55, 57);
  display: inline-block;
  user-select: none;
}
.settings-container .settings-password__confirm-button.ng-hide-remove.ng-hide-remove-active {
  animation: change-slider 0.2s ease-in-out;
}
.settings-container .settings-password__confirm-button:hover {
  cursor: pointer;
  background-color: rgb(255, 60, 62);
}
.settings-container .settings-password__success-text {
  color: rgb(33, 33, 33);
  font-size: 28px;
  display: inline-block;
  left: 50px;
  position: relative;
}

.ppr-container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
  text-align: center;
  -webkit-print-color-adjust: exact;
  min-height: 100vh;
  padding-top: 20px;
  font-family: saikrok;
}

.hl-header {
  color: #9C27B0 !important;
}

.ppr-container__table-header {
  width: 800px;
  margin: 0 auto;
  border: rgb(33, 33, 33) solid 1px;
  font-family: fongnam;
  font-size: 25px;
  font-weight: bold;
  line-height: 28px;
}

.ppr-container__table-data {
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  border: rgb(33, 33, 33) solid 1px;
}
.ppr-container__table-data thead td {
  color: #3F51B5 !important;
}
.ppr-container__table-data .header-datetime {
  text-align: left;
  padding-left: 5px;
  font-size: 21px;
}
.ppr-container__table-data .header-header {
  font-family: fongnam;
  font-weight: bold;
  font-size: 25px;
  line-height: 28px;
  top: 1px;
}
.ppr-container__table-data .header-won {
  text-align: right;
  padding-right: 10px;
  font-size: 24px;
  line-height: 29px;
  color: #4CAF50 !important;
}
.ppr-container__table-data tbody td {
  color: #3F51B5 !important;
  border: solid lightgrey 1px;
}
.ppr-container__table-data tbody td.column-1 {
  width: 42.5px;
  color: rgb(33, 33, 33) !important;
}
.ppr-container__table-data tbody td.column-2 {
  width: 70px;
  color: rgb(33, 33, 33) !important;
}
.ppr-container__table-data tbody td.column-3, .ppr-container__table-data tbody td.column-5, .ppr-container__table-data tbody td.column-7 {
  width: 55px;
  color: rgb(33, 33, 33) !important;
}
.ppr-container__table-data tbody td.column-4, .ppr-container__table-data tbody td.column-6, .ppr-container__table-data tbody td.column-8 {
  width: 40px;
  color: grey !important;
}
.ppr-container__table-data tbody td.column-gap {
  width: 5px;
}
.ppr-container__table-data tbody td.-hide {
  display: none;
}
.ppr-container__table-data tbody tr.header-row td {
  font-family: fongnam;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
}
.ppr-container__table-data tbody tr.data-row td {
  font-size: 20px;
}
.ppr-container__table-data tbody tr.data-row td.column-1 {
  color: rgb(33, 33, 33) !important;
}
.ppr-container__table-data tbody tr.data-row td.column-2 {
  color: #d50000 !important;
}
.ppr-container__table-data tbody tr.data-row td.column-3, .ppr-container__table-data tbody tr.data-row td.column-5, .ppr-container__table-data tbody tr.data-row td.column-7 {
  color: #3F51B5 !important;
  text-align: right;
  padding-right: 5px;
}
.ppr-container__table-data tbody tr.data-row td.won {
  color: #4CAF50 !important;
}
.ppr-container__table-data tbody tr td:first-child {
  border-left: solid rgb(33, 33, 33) 1px;
}
.ppr-container__table-data tbody tr td:last-child {
  border-right: solid rgb(33, 33, 33) 1px;
}
.ppr-container__table-data tbody tr:last-child td {
  border-bottom: solid rgb(33, 33, 33) 1px;
}

.ppr-container__table-summary {
  width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  border: rgb(33, 33, 33) solid 1px;
  font-family: fongnam;
  font-size: 25px;
  font-weight: bold;
  line-height: 28px;
}
.ppr-container__table-summary td {
  color: #3F51B5 !important;
}

.ppr-container-slip {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: white;
  text-align: center;
  -webkit-print-color-adjust: exact;
  min-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: tahoma;
  font-size: 24px;
}

.hl-header {
  color: #9C27B0 !important;
}

.ppr-container-slip__div-header {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  font-family: fongnam;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}
.ppr-container-slip__div-header > .line > .desc {
  display: inline-block;
}
.ppr-container-slip__div-header > .line > .data {
  display: inline-block;
  margin-left: 5px;
}

.ppr-container-slip__div-data {
  width: 320px;
  margin: 0 auto;
  padding: 0 10px;
}
.ppr-container-slip__div-data > .header-line {
  text-align: center;
  font-family: fongnam;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
}
.ppr-container-slip__div-data > .header-line > .block {
  display: inline-block;
}
.ppr-container-slip__div-data > .header-line > .block:first-child {
  margin-right: 10px;
}
.ppr-container-slip__div-data > .header-line > .block > .desc {
  display: inline-block;
}
.ppr-container-slip__div-data > .header-line > .block > .data {
  display: inline-block;
  margin-left: 3px;
}
.ppr-container-slip__div-data > table {
  margin: 0 auto;
  margin-top: 2px;
  font-size: 22px;
  font-family: fongnam;
  font-weight: bold;
}
.ppr-container-slip__div-data > table tr {
  line-height: 29px;
}
.ppr-container-slip__div-data > table td.col-1 {
  width: 26px;
}
.ppr-container-slip__div-data > table td.col-2 {
  width: 72.8px;
}
.ppr-container-slip__div-data > table td.col-3, .ppr-container-slip__div-data > table td.col-5, .ppr-container-slip__div-data > table td.col-7 {
  width: 58.5px;
  text-align: right;
  padding-right: 5px;
}
.ppr-container-slip__div-data > table td.col-4, .ppr-container-slip__div-data > table td.col-6, .ppr-container-slip__div-data > table td.col-8 {
  width: 39px;
  color: grey !important;
}
.ppr-container-slip__div-data > table thead tr {
  border-bottom: solid 1px grey;
  border-top: solid 1px grey;
  line-height: 28px;
  font-size: 24px;
}
.ppr-container-slip__div-data > table tbody td {
  font-size: 24px;
  line-height: 28px;
}
.ppr-container-slip__div-data > table tbody td.col-2 {
  color: #d50000 !important;
}
.ppr-container-slip__div-data > table tbody td.col-3, .ppr-container-slip__div-data > table tbody td.col-5, .ppr-container-slip__div-data > table tbody td.col-7 {
  text-align: right;
  padding-right: 5px;
}
.ppr-container-slip__div-data > table tbody td.won {
  color: #4CAF50 !important;
  text-decoration: underline !important;
}

.ppr-container-slip__table-summary {
  width: 320px;
  margin: 0 auto;
  margin-top: 20px;
  border: rgb(33, 33, 33) solid 1px;
  font-family: fongnam;
  font-size: 25px;
  font-weight: bold;
  line-height: 28px;
}
.ppr-container-slip__table-summary td {
  color: #3F51B5 !important;
}

.manual-wrapper {
  width: calc(100% - 250px);
  height: calc(100vh - 105px);
  position: relative;
  top: 0;
  left: 250px;
  background-color: rgb(255, 255, 255);
}

.manual-container {
  margin: 0 auto;
  height: 100%;
  text-align: center;
  background-color: white;
  width: 100%;
  position: relative;
  font-size: 0px;
}

.manual-container__left {
  width: 250px;
  font-size: 24px;
  position: absolute;
  left: -250px;
  top: 65px;
  z-index: 2;
  display: inline-block;
}

.paper-pane {
  margin: 0 auto;
  width: 200px;
  height: 230px;
  padding: 13px 0px;
  position: relative;
  top: 25px;
}

.paper-pane__row {
  list-style: none;
  cursor: pointer;
  color: rgb(33, 33, 33);
  margin: 0px 7px 0px 9px;
  font-family: fongnam;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
}
.paper-pane__row:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.paper-pane__row.active {
  background-color: rgba(255, 255, 255, 0.8);
}

.manual-container__right {
  width: 800px;
  height: calc(100% - 20px);
  top: 10px;
  position: relative;
  font-size: 28px;
  line-height: 34px;
  font-family: fongnam;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  overflow-y: auto;
}

.cursor-pointer {
  cursor: pointer;
}

._imgWhiteToRed {
  filter: brightness(0) saturate(100%) invert(31%) sepia(79%) saturate(4598%) hue-rotate(341deg) brightness(95%) contrast(95%);
}

._reqstar:after {
  content: "*";
  position: absolute;
  margin-top: -3px;
  color: red;
}

._fixempty:empty:after {
  content: " ";
}

.sbtn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.sbtn:hover {
  color: #333;
  text-decoration: none;
}

.sbtn-red {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.sbtn-red:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.sbtn-yellow {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.sbtn-yellow:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.sbtn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.sbtn-green:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.sbtn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.sbtn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.pilltag {
  display: inline-block;
  padding: 0px 6px;
  border-radius: 16px;
  color: white;
  text-align: center;
}
.pilltag.-red {
  background: #e53935;
}
.pilltag.-green {
  background: #43A047;
}

.font-sz-0 {
  font-size: 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.settings-container-new {
  margin: 0 auto;
  text-align: center;
  background-color: white;
  position: relative;
  text-align: left;
}
.settings-container-new .card {
  display: inline-block;
  background: white;
  border-radius: 10px;
  padding: 20px 45px;
  text-align: left;
}
.settings-container-new .title {
  color: black;
  line-height: 1;
  font-family: saikrok;
  font-size: 24px;
  letter-spacing: 1px;
}
.settings-container-new .id {
  color: rgb(238, 55, 57);
  font-family: saikrok;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: -6px;
}
.settings-container-new .settings-password {
  margin-top: 10px;
  font-size: 0;
}
.settings-container-new .settings-password .change-button {
  width: 200px;
  text-align: center;
  border-radius: 6px;
  font-size: 28px;
  font-family: saikrok;
  line-height: 36px;
  color: rgb(33, 33, 33);
  background-color: rgb(255, 235, 59);
  user-select: none;
}
.settings-container-new .settings-password .change-button:hover {
  cursor: pointer;
  background-color: rgb(255, 229, 0);
}
.settings-container-new .settings-password .change-textbox {
  display: inline-block;
  width: 115px;
  margin-right: 5px;
  font-size: 24px;
  font-family: saikrok;
  height: 32px;
  line-height: 32px;
  margin-top: 12px;
  vertical-align: middle;
  border: none;
  border-radius: 6px;
  padding-left: 4px;
}
.settings-container-new .settings-password .confirm-button {
  display: inline-block;
  width: 80px;
  text-align: center;
  border-radius: 6px;
  font-size: 28px;
  font-family: saikrok;
  line-height: 32px;
  margin-top: 12px;
  color: white;
  background-color: rgb(238, 55, 57);
  user-select: none;
  vertical-align: middle;
}
.settings-container-new .settings-password .confirm-button:hover {
  cursor: pointer;
  background-color: rgb(255, 60, 62);
}
.settings-container-new .settings-password .success-text {
  margin-top: 12px;
  color: rgb(33, 33, 33);
  font-size: 24px;
}

.award-container-new {
  width: 800px;
  margin: 0 auto;
  height: auto;
  text-align: center;
  background-color: white;
  padding-top: 10px;
}
.award-container-new .award-head-card {
  background: cornsilk;
  border-radius: 8px;
  padding: 10px 30px 15px;
}
.award-container-new .award-head {
  line-height: 1;
}
.award-container-new .award-head__label {
  font-size: 32px;
  font-family: saikrok;
}
.award-container-new .award-head__date {
  display: inline-block;
  min-width: 180px;
  margin-left: 12px;
  font-size: 32px;
  font-family: adman;
  font-weight: bold;
  color: rgb(239, 56, 58);
}
.award-container-new .award-current {
  margin: 0 auto;
  margin-top: 6px;
  font-size: 0;
}
.award-container-new .award-current__card {
  height: 80px;
  display: inline-block;
  background: white;
  border-radius: 8px;
  padding: 4px 0;
  line-height: 1;
  vertical-align: middle;
}
.award-container-new .award-current__card.pad {
  padding-left: 10px;
  padding-right: 10px;
}
.award-container-new .award-current__card.pad-big {
  padding-left: 20px;
  padding-right: 20px;
}
.award-container-new .award-current__card + .award-current__card {
  margin-left: 15px;
}
.award-container-new .award-current__block {
  display: inline-block;
  vertical-align: middle;
}
.award-container-new .award-current__block__head {
  color: rgb(239, 56, 58);
  font-size: 25px;
  font-family: saikrok;
  text-align: center;
}
.award-container-new .data-u4 {
  font-size: 27px;
  font-family: helvetica_bold;
  width: 146px;
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
}
.award-container-new .data-u4new {
  margin-top: -5px;
  font-size: 24px;
  font-family: helvetica_bold;
  width: 50%;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}
.award-container-new .data-u4-2 {
  font-size: 22px;
  font-family: helvetica_bold;
  width: 50%;
  float: left;
  text-align: center;
}
.award-container-new .data-u5 {
  font-size: 22px;
  font-family: helvetica_bold;
  width: 33%;
  float: left;
  text-align: center;
}
.award-container-new .award-current__block__body {
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-family: helvetica_bold;
  font-size: 42px;
  position: relative;
}
.award-container-new .award-current__block__body.medium {
  font-size: 36px;
}
.award-container-new .award-current__block__body.status-r {
  color: #ef383a;
  font-family: saikrok;
}
.award-container-new .award-current__block__body.has-small {
  font-size: 0px;
  line-height: 1.05;
}
.award-container-new .award-current__block__body__small {
  display: inline-block;
  width: 50%;
  font-size: 22px;
}
.award-container-new .award-history {
  width: 800px;
  background: rgb(224, 226, 225);
  border-radius: 8px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 10px 20px;
  position: relative;
}
.award-container-new .award-history ::-webkit-scrollbar {
  width: 8px;
}
.award-container-new .award-history ::-webkit-scrollbar-button {
  height: 0;
}
.award-container-new .award-history ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(180, 180, 180, 0.35);
}
.award-container-new .award-history__head {
  background: orange;
  color: white;
  border-radius: 6px;
}
.award-container-new .award-history__row-title {
  position: relative;
  text-align: left;
  padding: 5px 0;
  font-size: 0px;
}
.award-container-new .award-history__title,
.award-container-new .award-history__data, .award-container-new .award-history__data2 {
  font-family: saikrok;
  font-size: 24px;
}
.award-container-new .award-history__title.column-1,
.award-container-new .award-history__data.column-1, .award-container-new .award-history__data2.column-1 {
  text-align: center;
  width: 165px;
  font-size: 25px;
}
.award-container-new .award-history__title.column-2,
.award-container-new .award-history__data.column-2, .award-container-new .award-history__data2.column-2 {
  width: 115px;
}
.award-container-new .award-history__title.column-3,
.award-container-new .award-history__data.column-3, .award-container-new .award-history__data2.column-3 {
  width: 80px;
}
.award-container-new .award-history__title.column-4,
.award-container-new .award-history__data.column-4, .award-container-new .award-history__data2.column-4 {
  width: 80px;
}
.award-container-new .award-history__title.column-5,
.award-container-new .award-history__data.column-5, .award-container-new .award-history__data2.column-5 {
  width: 80px;
}
.award-container-new .award-history__title.column-6,
.award-container-new .award-history__data.column-6, .award-container-new .award-history__data2.column-6 {
  width: 180px;
}
.award-container-new .award-history__title.column-6--small,
.award-container-new .award-history__data.column-6--small, .award-container-new .award-history__data2.column-6--small {
  width: 45px;
}
.award-container-new .award-history__title.ml20,
.award-container-new .award-history__data.ml20, .award-container-new .award-history__data2.ml20 {
  margin-left: 20px;
}
.award-container-new .award-history__title {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-family: admanRound;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
.award-container-new .award-history__title:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.award-container-new .award-history__title p {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 2px;
}
.award-container-new .award-history__title.column-1 {
  font-size: 20px;
  font-family: admanRound;
}
.award-container-new .award-history__bg {
  position: absolute;
  left: 0;
  z-index: 0;
  width: 800px;
  height: calc(100vh - 360px);
  min-height: 250px;
}
.award-container-new .award-history__tables {
  position: relative;
  height: calc(100vh - 340px - 50px);
  min-height: 250px;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 5px;
}
.award-container-new .award-history__row-data {
  text-align: left;
  font-size: 0px;
  border-radius: 6px;
}
.award-container-new .award-history__row-data:nth-child(even) {
  background: rgb(245, 245, 245);
}
.award-container-new .award-history__data {
  display: inline-block;
  position: relative;
  font-size: 25px;
  text-align: center;
  line-height: 34px;
}
.award-container-new .award-history__row-data2 {
  text-align: left;
  font-size: 0px;
  border-radius: 6px;
}
.award-container-new .award-history__row-data2:nth-child(even) {
  background: rgb(245, 245, 245);
}
.award-container-new .award-history__data2 {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  line-height: 0.9;
  padding: 4px 0;
  vertical-align: middle;
}
.info-container-new {
  position: relative;
  margin: 0 auto;
  top: 40px;
  height: auto;
  text-align: center;
  background-color: white;
  width: 635px;
  position: relative;
  text-align: left;
}
.info-container-new .info-member-id {
  position: absolute;
  color: black;
  font-family: saikrok;
  font-weight: bold;
  font-size: 32px;
  margin-left: 15px;
  text-align: left;
  letter-spacing: 1px;
}
.info-container-new .playmode-group {
  position: absolute;
  right: 0;
  top: 45px;
}
.info-container-new .playmode-group .playmode-btn {
  font-family: saikrok;
  font-size: 25px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(150, 150, 150, 0.4);
  color: rgba(30, 30, 30, 0.4);
  text-align: center;
  user-select: none;
  cursor: pointer;
  margin-bottom: 6px;
}
.info-container-new .playmode-group .playmode-btn.--on {
  color: white;
  background: rgb(238, 55, 57);
  cursor: default;
}
.info-container-new .bet-group {
  position: absolute;
  right: 45px;
  top: 0;
  background: yellow;
  color: black;
  border-radius: 6px;
  font-size: 0;
}
.info-container-new .bet-group .bet-btn {
  display: inline-block;
  font-family: admanRound;
  font-size: 20px;
  padding: 2px 0;
  width: 120px;
  border-radius: 6px;
  text-align: center;
  user-select: none;
  cursor: pointer;
  vertical-align: middle;
}
.info-container-new .bet-group .bet-btn.--on {
  background: rgb(238, 55, 57);
  cursor: default;
}
.info-container-new .info-group-btn {
  position: absolute;
  font-size: 25px;
  font-family: admanRound;
  width: 70px;
  text-align: center;
  user-select: none;
  background: rgba(150, 150, 150, 0.4);
  color: rgba(30, 30, 30, 0.4);
  cursor: pointer;
}
.info-container-new .info-group-btn.--on {
  background: rgba(239, 60, 56, 0.8);
  color: white;
  cursor: default;
}
.info-container-new .info-tables {
  font-size: 0;
  padding-top: 40px;
}
.info-container-new .info-right-table {
  display: inline-block;
  background: rgb(224, 226, 225);
  border-radius: 8px;
  padding: 10px 10px;
  vertical-align: top;
  height: 220px;
}
.info-container-new .info-right-table.--left {
  margin-right: 10px;
}
.info-container-new .info-right-table .tr-head {
  background: darkorange;
}
.info-container-new .info-right-table .tr-head td {
  color: white;
  padding: 4px 0;
}
.info-container-new .info-right-table .tr-head td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.info-container-new .info-right-table .tr-head td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.info-container-new .info-right-table .tr-data:nth-child(odd) {
  background: rgb(245, 245, 245);
}
.info-container-new .info-right-table .tr-data td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.info-container-new .info-right-table .tr-data td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.info-container-new .info-right-table__head {
  font-size: 20px;
  font-family: admanRound;
  text-align: center;
  width: 90px;
  line-height: 1;
}
.info-container-new .info-right-table__body {
  font-size: 24px;
  font-family: saikrok;
  text-align: center;
  width: 90px;
  line-height: 1.2;
}
.info-container-new .info-right-table__body.--bet {
  font-weight: bold;
}
.info-container-new .info-invite-card {
  display: inline-block;
  background: rgb(224, 226, 225);
  border-radius: 8px;
  padding: 20px 20px;
  vertical-align: top;
  margin-top: 40px;
}
.info-container-new .info-invite-card .info-right-tmsg {
  font-size: 28px;
  font-family: admanRound;
  text-align: center;
  line-height: 1;
  color: rgb(33, 33, 33);
}
.info-container-new .info-invite-card .info-right-blog .data-row {
  font-size: 0;
  line-height: 1;
}
.info-container-new .info-invite-card .info-right-blog .data-row:not(:last-child) {
  margin-bottom: 10px;
}
.info-container-new .info-invite-card .info-right-blog .data-row .head {
  display: inline-block;
  text-align: right;
  width: 105px;
  font-family: admanRound;
  font-weight: bold;
  vertical-align: middle;
  font-size: 20px;
}
.info-container-new .info-invite-card .info-right-blog .data-row .head.link {
  color: #2f3d97;
}
.info-container-new .info-invite-card .info-right-blog .data-row .data {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  margin-left: 20px;
  font-family: admanRound;
  font-size: 20px;
}
.info-container-new .info-invite-card .info-right-blog .data-row .data.link {
  color: #2f3d97;
  font-size: 25px;
  margin-top: -2px;
}
.info-container-new .info-invite-card .info-right-blog .data-row .data .linkbox {
  font-family: admanRound;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  width: 98%;
  border: none;
  border-radius: 6px;
  text-indent: 4px;
}
.info-container-new .info-invite-card .info-right-blog .data-row .copy {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.info-container-new .info-invite-card .info-right-blog .data-row .copy .copybtn {
  font-family: admanRound;
  font-size: 18px;
}

.headTalad-img-new {
  text-align: center;
  position: relative;
  width: 100%;
  font-size: 0;
  background: transparent;
  padding-top: 0px;
}
.headTalad-img-new .group {
  position: relative;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
}
.headTalad-img-new .talad-block {
  width: 120px;
  border: solid 2px transparent;
  border-radius: 6px;
  padding: 6px 15px 8px;
  cursor: pointer;
}
.headTalad-img-new .talad-block.-fade {
  opacity: 0.5;
}
.headTalad-img-new .talad-block.-active {
  border-color: orange;
}
.headTalad-img-new .talad-block .talad-img {
  height: 28px;
}

.menu_list {
  position: relative;
}
.menu_list .menu_line-new {
  position: absolute;
  width: 100%;
}
.menu_list .menu_line-new .line-top {
  position: relative;
  height: 1px;
  width: 100%;
  top: 4px;
  left: 0;
  border-bottom: solid 1px white;
}
.menu_list .menu_line-new .line-bottom {
  position: relative;
  height: 1px;
  width: 100%;
  top: 44px;
  left: 0;
  border-bottom: solid 1px white;
}

.ads-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ads-container {
  display: flex;
  box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}
.ads-container .close-btn {
  position: absolute;
  right: -12px;
  top: -12px;
  height: 32px;
  cursor: pointer;
}

.ads-image {
  height: 400px;
  max-height: 90dvh;
}

.login--container-new {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  width: 100%;
  position: absolute;
  top: calc((100% - 460px) / 2 - 10px);
}
.login--container-new.noads {
  width: 100%;
}
.login--container-new .left-panel {
  margin-right: 100px;
}
.login--container-new .login--logo {
  height: 100px;
  padding-top: 20px;
}
.login--container-new .login--agent-logo-text {
  min-width: 200px;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  color: white;
  font-size: 70px;
  font-family: sunshine;
  padding-top: 10px;
}
.login--container-new .login--agent-logo-line {
  width: 100%;
}
.login--container-new .login--agent-logo-sub-text {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  color: white;
  width: 80px;
  text-align: right;
  margin-top: 80px;
  margin-left: -85px;
}
.login--container-new .login--agent-logo-sub-test {
  display: inline-block;
  position: absolute;
  font-size: 24px;
  color: yellow;
  width: 80px;
  text-align: right;
  margin-top: 80px;
  margin-left: -85px;
}
.login--container-new .login--form {
  background: white;
  border-radius: 16px;
  width: 250px;
  padding: 20px 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: admanRound;
  row-gap: 16px;
}
.login--container-new .login--form .form-group {
  width: 100%;
  margin-bottom: 0;
}
.login--container-new .login--form label {
  color: rgb(120, 120, 120);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: normal;
}
.login--container-new .login--form input[type=text], .login--container-new .login--form input[type=password] {
  box-shadow: none;
  padding: 0;
  border: none;
  border-bottom: solid 1px rgb(120, 120, 120);
  border-radius: 0px;
  color: rgb(33, 33, 33);
  font-size: 22px;
  height: auto;
  line-height: 1;
  letter-spacing: 0.5px;
}
.login--container-new .login--form input[type=password] {
  font-size: 16px;
}
.login--container-new .login--form .button_tab {
  margin-top: 8px;
}
.login--container-new .login--form .button_tab .login-btn {
  color: white;
  background: darkgreen;
  line-height: 1.3;
  text-align: center;
  width: 80px;
  font-size: 20px;
  font-family: admanRound;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}
.login--container-new .login--form .button_tab .login-btn:hover {
  background: darkolivegreen;
}
.login--container-new .register-footer {
  position: absolute;
  width: 250px;
  margin-top: 0px;
  color: white;
}
.login--container-new .login-register--or {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  font-size: 20px;
  font-family: saikrok;
  color: white;
}
.login--container-new .login-register--text {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-family: saikrok;
  text-decoration: underline;
  color: white;
  cursor: pointer;
}

.purchase-report-container-new {
  margin: 0 auto;
  min-height: 540px;
  height: auto;
  text-align: center;
  width: 100vw;
  position: relative;
  text-align: left;
  font-size: 0px;
}
.purchase-report-container-new .pr-left {
  width: 260px;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 45px;
  z-index: 2;
  background: yellow;
  border-radius: 10px;
}
.purchase-report-container-new .pr-left .pr-left-printbtn {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  background: red;
  padding: 8px;
  font-size: 0;
  text-align: center;
}
.purchase-report-container-new .pr-left .pr-left-printbtn img {
  height: 20px;
}
.purchase-report-container-new .pr-left .pr-left-trianglebtn {
  position: absolute;
  right: 18px;
  top: 16px;
  cursor: pointer;
  z-index: 10;
  box-sizing: content-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  font-family: monospace;
  color: white;
  background: red;
  transform: rotateZ(90deg);
  font-size: 16px;
  font-weight: bold;
  user-select: none;
}
.purchase-report-container-new .pr-left .pr-left-trianglebtn.selected {
  background: rgba(239, 60, 56, 0.8);
}
.purchase-report-container-new .pr-left .pr-left__dropdown-wrapper {
  width: 200px;
  z-index: 1000;
  position: absolute;
  right: 38px;
  top: 0px;
  background: orange;
  color: white;
  height: 220px;
  box-shadow: 0px 3px 7px grey;
  border-radius: 8px;
  overflow: hidden;
}
.purchase-report-container-new .pr-left .pr-left__dropdown-wrapper ::-webkit-scrollbar {
  width: 8px;
}
.purchase-report-container-new .pr-left .pr-left__dropdown-wrapper ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.purchase-report-container-new .pr-left .pr-left__dropdown-wrapper ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(147, 35, 35, 0.75);
}
.purchase-report-container-new .pr-left .pr-left__dropdown-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  height: 100%;
}
.purchase-report-container-new .pr-left .pr-left__dropdown {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 196px;
  height: 100%;
  padding-right: 6px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.purchase-report-container-new .pr-left .pr-left__dropdown .dropdown__row {
  text-align: center;
  font-family: admanRound;
  font-size: 24px;
  padding-top: 11px;
  line-height: 25px;
  height: 35px;
  width: 100%;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  user-select: none;
}
.purchase-report-container-new .pr-left .pr-left__dropdown .dropdown__row:hover {
  color: limegreen;
}
.purchase-report-container-new .pr-left .pr-left__dropdown .dropdown__row.selected {
  color: red;
}
.purchase-report-container-new .pr-left .pr-left__dropdown .dropdown__row:last-child {
  margin-bottom: 10px;
}
.purchase-report-container-new .pr-left .title {
  text-align: center;
  font-family: admanRound;
  font-size: 24px;
  padding-left: 10px;
  padding-top: 11px;
  padding-bottom: 7px;
  border-bottom: double rgb(238, 44, 47) 3px;
  line-height: 30px;
  width: 250px;
  position: relative;
}
.purchase-report-container-new .pr-left .row {
  border-bottom: solid rgb(238, 44, 47) 1px;
  width: 250px;
  font-size: 0px;
  position: relative;
}
.purchase-report-container-new .pr-left .row * {
  padding-left: 0;
  padding-right: 0;
}
.purchase-report-container-new .pr-left .row .column-1 {
  width: 35px;
  display: inline-block;
  font-size: 19px;
}
.purchase-report-container-new .pr-left .row .column-2 {
  width: 80px;
  display: inline-block;
  font-size: 19px;
}
.purchase-report-container-new .pr-left .row .column-3 {
  width: 70px;
  display: inline-block;
  font-size: 19px;
}
.purchase-report-container-new .pr-left .row .column-4 {
  width: 65px;
  display: inline-block;
  font-size: 19px;
  padding-right: 8px;
}
.purchase-report-container-new .pr-left .header {
  margin-left: 0px;
  margin-right: 0px;
}
.purchase-report-container-new .pr-left .header.row {
  border-bottom: double rgb(238, 44, 47) 3px;
}
.purchase-report-container-new .pr-left .header .text {
  color: rgb(238, 44, 47);
  font-family: admanRound;
  font-size: 17px;
  text-align: center;
  line-height: 26px;
}
.purchase-report-container-new .pr-left .header .column-1 {
  border-right: solid rgb(238, 44, 47) 1px;
}
.purchase-report-container-new .pr-left .header .column-2 {
  padding-right: 15px;
  text-align: right;
}
.purchase-report-container-new .pr-left .header .column-4 {
  text-align: right;
}
.purchase-report-container-new .pr-left .records {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 0px;
  position: relative;
}
.purchase-report-container-new .pr-left .records::-webkit-scrollbar {
  width: 8px;
}
.purchase-report-container-new .pr-left .records::-webkit-scrollbar-track {
  border-radius: 10px;
}
.purchase-report-container-new .pr-left .records::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(180, 180, 180, 0.35);
}
.purchase-report-container-new .pr-left .records .highlight {
  position: absolute;
  left: -10px;
  top: 0px;
  z-index: 50;
  width: 265px;
  height: 27.5px;
}
.purchase-report-container-new .pr-left .records .row {
  margin-left: 0px;
  margin-right: 0px;
  width: 250px;
  position: relative;
  height: 27.5px;
  line-height: 27.5px;
}
.purchase-report-container-new .pr-left .records .row.active:hover {
  cursor: pointer;
}
.purchase-report-container-new .pr-left .records .row.active:hover:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  opacity: 1;
  z-index: 10;
}
.purchase-report-container-new .pr-left .records .row.active.selected:hover:before {
  opacity: 0;
}
.purchase-report-container-new .pr-left .records .row .text {
  font-family: saikrok;
}
.purchase-report-container-new .pr-left .records .row .won {
  position: absolute;
  z-index: 100;
  color: #4CAF50;
  left: 42px;
  font-size: 24px;
  display: inline-block;
  line-height: 27.5px;
}
.purchase-report-container-new .pr-left .records .row .column-1, .purchase-report-container-new .pr-left .records .row .column-2, .purchase-report-container-new .pr-left .records .row .column-3, .purchase-report-container-new .pr-left .records .row .column-4 {
  position: relative;
  z-index: 100;
}
.purchase-report-container-new .pr-left .records .row .column-1 {
  text-align: center;
  border-right: solid rgb(238, 44, 47) 1px;
}
.purchase-report-container-new .pr-left .records .row .column-2 {
  text-align: right;
  padding-right: 10px;
}
.purchase-report-container-new .pr-left .records .row .column-3 {
  text-align: center;
}
.purchase-report-container-new .pr-left .records .row .column-4 {
  text-align: right;
}
.purchase-report-container-new .pr-left .summary.row {
  margin-top: 4px;
  margin-left: 0px;
  margin-right: 0px;
  border: none;
  font-weight: bold;
  color: rgb(33, 33, 33);
}
.purchase-report-container-new .pr-left .summary.row .first {
  font-size: 25px;
  width: 100px;
  margin-left: 20px;
  font-weight: normal;
  font-family: saikrok;
  display: inline-block;
}
.purchase-report-container-new .pr-left .summary.row .second {
  text-align: right;
  font-size: 24px;
  width: 130px;
  padding-right: 15px;
  display: inline-block;
  font-family: saikrok;
  font-weight: normal;
}
.purchase-report-container-new .pr-right {
  width: calc(100% - 260px);
  display: inline-block;
  position: relative;
  text-align: center;
  padding-top: 10px;
}
.purchase-report-container-new .pr-right-card {
  background: rgb(224, 226, 225);
  border-radius: 8px;
  padding: 16px 8px 16px 24px;
  display: inline-block;
  position: relative;
}
.purchase-report-container-new .pr-right-card .pr-right-printbtn {
  position: absolute;
  right: -55px;
  top: 2px;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  background: red;
  padding: 8px;
  font-size: 0;
  text-align: center;
}
.purchase-report-container-new .pr-right-card .pr-right-printbtn img {
  height: 20px;
}
.purchase-report-container-new .pr-right-card .ts-big-revoke {
  position: absolute;
  top: 160px;
  left: 30px;
  color: #ef383a;
  font-family: admanRound;
  font-size: 100px;
  transform: rotateZ(-20deg);
  z-index: 10;
  white-space: nowrap;
}
.purchase-report-container-new .pr-right-table {
  display: block;
  height: 470px;
  overflow: auto;
  padding-right: 8px;
}
.purchase-report-container-new .pr-right-table::-webkit-scrollbar {
  width: 8px;
}
.purchase-report-container-new .pr-right-table::-webkit-scrollbar-button {
  height: 0;
}
.purchase-report-container-new .pr-right-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(158, 158, 158, 0.6);
}
.purchase-report-container-new .pr-right-table .tr-head {
  background: darkorange;
  position: sticky;
  top: 0;
}
.purchase-report-container-new .pr-right-table .tr-head td {
  font-size: 20px;
  font-family: admanRound;
  text-align: center;
  line-height: 1;
  color: white;
  padding: 4px 0;
}
.purchase-report-container-new .pr-right-table .tr-head td.index {
  width: 40px;
}
.purchase-report-container-new .pr-right-table .tr-head td.num {
  width: 60px;
}
.purchase-report-container-new .pr-right-table .tr-head td.amount {
  width: 70px;
  text-align: right;
  padding-right: 3px;
}
.purchase-report-container-new .pr-right-table .tr-head td.pay {
  width: 50px;
}
.purchase-report-container-new .pr-right-table .tr-head td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.purchase-report-container-new .pr-right-table .tr-head td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.purchase-report-container-new .pr-right-table .tr-data:nth-child(odd) {
  background: rgb(245, 245, 245);
}
.purchase-report-container-new .pr-right-table .tr-data td {
  font-size: 22px;
  font-family: saikrok;
  text-align: center;
  line-height: 26px;
}
.purchase-report-container-new .pr-right-table .tr-data td.index {
  font-size: 20px;
  vertical-align: middle;
}
.purchase-report-container-new .pr-right-table .tr-data td.num {
  font-weight: bold;
  color: rgb(33, 33, 33);
}
.purchase-report-container-new .pr-right-table .tr-data td.amount {
  color: rgb(33, 33, 33);
  padding-right: 3px;
  text-align: right;
}
.purchase-report-container-new .pr-right-table .tr-data td.pay {
  color: rgb(150, 150, 150);
}
.purchase-report-container-new .pr-right-table .tr-data td.won {
  color: #4CAF50;
}
.purchase-report-container-new .pr-right-table .tr-data td.diff {
  color: crimson;
}
.purchase-report-container-new .pr-right-table .tr-data td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.purchase-report-container-new .pr-right-table .tr-data td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.acc-member-bank-wrapper-new .acc-bank-det, .acc-dw-wrapper-new .acc-bank-det {
  width: 320px;
  margin: 0 auto;
  background: grey;
  padding: 20px 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: admanRound;
  row-gap: 16px;
}
.acc-member-bank-wrapper-new .acc-bank-det .irow, .acc-dw-wrapper-new .acc-bank-det .irow {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  height: auto;
  line-height: auto;
}
.acc-member-bank-wrapper-new .acc-bank-det .irow .bankdesc, .acc-dw-wrapper-new .acc-bank-det .irow .bankdesc {
  display: inline-block;
  margin-right: 5px;
  margin-top: 4px;
}
.acc-member-bank-wrapper-new .acc-bank-det .irow .bankdesc img, .acc-dw-wrapper-new .acc-bank-det .irow .bankdesc img {
  width: 32px;
  margin-top: -2px;
  margin-right: 2px;
  border-radius: 6px;
}
.acc-member-bank-wrapper-new .acc-bank-det .irow .bankdesc span, .acc-dw-wrapper-new .acc-bank-det .irow .bankdesc span {
  font-weight: bold;
}
.acc-member-bank-wrapper-new .acc-bank-det .irow .bank-choice-btn, .acc-dw-wrapper-new .acc-bank-det .irow .bank-choice-btn {
  display: inline-block;
  height: 28px;
  line-height: 1;
  font-family: admanRound;
  font-size: 20px;
  border-radius: 6px;
  border: none;
}
.acc-member-bank-wrapper-new .acc-bank-det .formrow, .acc-dw-wrapper-new .acc-bank-det .formrow {
  width: 100%;
  background: teal;
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}
.acc-member-bank-wrapper-new .acc-bank-det .formrow .spantext, .acc-dw-wrapper-new .acc-bank-det .formrow .spantext {
  font-size: 18px;
}
.acc-member-bank-wrapper-new .acc-bank-det .formrow .inputtext, .acc-dw-wrapper-new .acc-bank-det .formrow .inputtext {
  width: 100px;
  border: none;
  font-weight: normal;
  font-family: admanRound;
  font-size: 20px;
  border-radius: 6px;
  padding: 0 6px;
  line-height: 1;
  height: auto;
}
.acc-member-bank-wrapper-new .acc-bank-det .button-row, .acc-dw-wrapper-new .acc-bank-det .button-row {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4px;
  column-gap: 10px;
}
.acc-member-bank-wrapper-new .acc-bank-det .button-row button, .acc-dw-wrapper-new .acc-bank-det .button-row button {
  line-height: 1;
  padding: 4px 20px;
  min-width: 100px;
  font-family: admanRound;
  font-size: 20px;
  border-radius: 6px;
  border: none;
}
.acc-member-bank-wrapper-new .acc-bank-det .button-row.-full, .acc-dw-wrapper-new .acc-bank-det .button-row.-full {
  margin-top: -6px;
}
.acc-member-bank-wrapper-new .acc-bank-det .button-row.-full button, .acc-dw-wrapper-new .acc-bank-det .button-row.-full button {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}
.acc-member-bank-wrapper-new .acc-bank-det .ilabel, .acc-dw-wrapper-new .acc-bank-det .ilabel {
  display: block;
  text-align: left;
  color: rgb(120, 120, 120);
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: normal;
}
.acc-member-bank-wrapper-new .acc-bank-det .ilabel._reqstar:after, .acc-dw-wrapper-new .acc-bank-det .ilabel._reqstar:after {
  margin-left: 2px;
}
.acc-member-bank-wrapper-new .acc-bank-det .textbox-s, .acc-dw-wrapper-new .acc-bank-det .textbox-s {
  width: 100%;
  box-shadow: none;
  padding: 0;
  border: none;
  border-bottom: solid 1px rgb(120, 120, 120);
  background: transparent;
  border-radius: 0px;
  color: rgb(33, 33, 33);
  font-size: 20px;
  height: auto;
  line-height: 1;
  outline: none;
}
.acc-member-bank-wrapper-new .acc-bank-det .textbox-s[disabled], .acc-dw-wrapper-new .acc-bank-det .textbox-s[disabled] {
  background: none;
}
.acc-member-bank-wrapper-new .acc-bank-det .inumber, .acc-dw-wrapper-new .acc-bank-det .inumber {
  text-align: right;
  padding-right: 5px;
  -moz-appearance: textfield;
}
.acc-member-bank-wrapper-new .acc-bank-det .inumber::-webkit-inner-spin-button, .acc-member-bank-wrapper-new .acc-bank-det .inumber::-webkit-outer-spin-button, .acc-dw-wrapper-new .acc-bank-det .inumber::-webkit-inner-spin-button, .acc-dw-wrapper-new .acc-bank-det .inumber::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.acc-member-bank-wrapper-new .acc-bank-det .idate::-webkit-inner-spin-button, .acc-member-bank-wrapper-new .acc-bank-det .idate::-webkit-outer-spin-button, .acc-dw-wrapper-new .acc-bank-det .idate::-webkit-inner-spin-button, .acc-dw-wrapper-new .acc-bank-det .idate::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
.acc-member-bank-wrapper-new .acc-bank-det .idate::-webkit-clear-button, .acc-dw-wrapper-new .acc-bank-det .idate::-webkit-clear-button {
  display: none; /* Hide the button */
  -webkit-appearance: none; /* turn off default browser styling */
}
.acc-member-bank-wrapper-new .acc-bank-det .txtdate, .acc-dw-wrapper-new .acc-bank-det .txtdate {
  pointer-events: none;
  display: inline-block;
  text-align: center;
  position: absolute;
}

.acc-member-bank-wrapper-new {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.acc-member-bank-wrapper-new .title {
  width: 320px;
  padding-left: 20px;
  text-align: left;
  font-family: admanRound;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 0;
}
.acc-member-bank-wrapper-new .subtitle {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-family: admanRound;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  line-height: 0.8;
}
.acc-member-bank-wrapper-new .warning-div {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  text-align: left;
  width: 320px;
  margin-left: 20px;
  line-height: 1;
  font-family: admanRound;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: grey;
}
.acc-dw-wrapper-new {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.acc-dw-wrapper-new .subtitle {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-family: admanRound;
  font-size: 28px;
  font-weight: bold;
  margin-top: 0;
  line-height: 0.8;
}
.acc-dw-wrapper-new .acc-progress-wrap {
  margin-top: 15px;
}
.acc-dw-wrapper-new .acc-progress-wrap .circle-point .circle {
  background: rgba(180, 180, 180, 0.5);
}
.acc-dw-wrapper-new .acc-progress-wrap .circle-point .labelt {
  font-family: admanRound;
  font-size: 18px;
  color: rgba(180, 180, 180, 0.8);
  margin-left: -70%;
  margin-top: 0;
}
.acc-dw-wrapper-new .acc-progress-wrap .circle-point.active .circle {
  background: orange;
}
.acc-dw-wrapper-new .acc-progress-wrap .circle-point.active .labelt {
  color: orange;
}
.acc-dw-wrapper-new .acc-progress-wrap .line-connect {
  background: rgba(180, 180, 180, 0.5);
  height: 2px;
}
.acc-dw-wrapper-new .acc-progress-wrap .line-connect.active {
  background: orange;
}

.acc-dw-wrapper-new.-deposit .acc-bank-det {
  width: 360px;
  row-gap: 0;
}
.acc-dw-wrapper-new.-deposit .acc-progress-wrap {
  margin-top: 20px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap {
  margin-top: 2px;
  width: 100%;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap.-amount {
  margin-top: 6px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap.-transfer {
  margin-top: 8px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .member-box {
  padding: 16px 0;
  border: none;
  background: orange;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .member-box .bank-block .bankname {
  font-size: 20px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .member-box .bank-block .accno {
  font-size: 22px;
  color: rgb(33, 33, 33);
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .member-box .bank-block .accname {
  font-size: 22px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .input-section {
  position: relative;
  background: none;
  padding: 0;
  border: none;
  overflow: hidden;
  border-radius: 10px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .input-section .input-block {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .input-section .input-block .formrow {
  width: 220px;
  border-radius: 10px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .input-section .input-block .div-inform {
  width: 70px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .input-section .input-block .div-inform .sp-btn {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  background: orange;
  color: white;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .input-section .input-block .div-inform .sp-btn:hover {
  background: darkorange;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .input-section .warning-block {
  position: relative;
  background: rgb(120, 120, 120);
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .input-section .warning-block button {
  border: none;
  background: yellow;
  border-radius: 6px;
  font-size: 20px;
  padding: 2px 8px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .title {
  padding: 0;
  margin: 0;
  font-size: 28px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .bank-box {
  border: none;
  background: teal;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .bank-box .bank-block .icon-zone img {
  width: 50px;
  height: 50px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .bank-box .bank-block .bankname {
  font-size: 20px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .bank-box .bank-block .accno {
  font-size: 22px;
  color: rgb(33, 33, 33);
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .bank-box .bank-block .accCopy {
  padding: 0;
  margin-left: 4px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .bank-box .bank-block .accname {
  font-size: 22px;
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .bank-box .amount-line .title {
  color: rgb(33, 33, 33);
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .bank-box .amount-line .baht {
  color: rgb(33, 33, 33);
}
.acc-dw-wrapper-new.-deposit .acc-auto-wrap .transfer-section .bank-box .hint3 {
  color: rgb(99, 99, 99);
}
.acc-dw-wrapper-new.-deposit .divhint1 {
  font-family: admanRound;
  font-size: 15px;
  text-align: center;
  color: grey;
  margin-top: 35px;
}
.acc-dw-wrapper-new.-deposit .divhint2 {
  font-family: admanRound;
  font-size: 14px;
  text-align: center;
  color: grey;
}

.game--wrapper {
  background-color: white;
}

.game--top_bar {
  height: 60px;
  background-color: rgb(239, 56, 58);
  vertical-align: middle;
}

.game--top_container {
  height: 60px;
  line-height: 60px;
}
.game--top_container .exit_zone {
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  z-index: 1000;
}
.game--top_container .exit_zone:hover {
  opacity: 0.8;
}
.game--top_container .exit_zone:active {
  opacity: 1;
}
.game--top_container .exit_btn {
  width: 28px;
  height: 28px;
  background-image: url("/img/menu/power.png");
  background-size: contain;
}
.game--top_container .member-zone {
  position: absolute;
  z-index: 5;
  top: 11px;
  right: 60px;
  height: 30px;
  line-height: 25px;
  text-align: right;
  padding: 2px 4px;
  color: white;
  background: #b71c1c;
}
.game--top_container .member-zone .text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.game--top_container .member-zone .currency {
  display: inline-block;
  vertical-align: middle;
}
.game--top_container .member-zone .balance {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.game--top_container .member-zone .reload {
  display: inline-block;
  vertical-align: middle;
  background: url(/img/reload_w.png) 0 0 no-repeat;
  background-size: contain;
  transition: 250ms;
  width: 14px;
  height: 14px;
  margin-top: -1px;
  cursor: pointer;
}
.game--top_container .member-zone .reload:hover {
  transform: rotateZ(90deg);
}
.game--top_container .logo_container {
  display: inline-block;
  vertical-align: top;
}
.game--top_container .logo_container .logo {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
.game--top_container .menu_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(100% - 250px);
}
.game--top_container .menu_container .menu_list {
  margin: 0px;
  margin-left: 25px;
  text-align: left;
  user-select: none;
}
.game--top_container .menu_container .menu_list:after, .game--top_container .menu_container .menu_list:before {
  content: " ";
  clear: both;
  display: table;
}
.game--top_container .menu_container .menu_list li {
  list-style: none;
  margin: 0;
  display: inline-block;
  color: white;
  font-size: 20px;
  font-family: admanRound;
}
.game--top_container .menu_container .menu_list li.active {
  background-color: #c62828;
}
.game--top_container .menu_container .menu_list li a {
  text-decoration: none;
  color: inherit;
  padding: 0 20px;
  height: 4px;
  line-height: 4px;
  display: inline-block;
}
.game--top_container .menu_container .menu_list li a:visited {
  color: inherit;
}
.game--top_container .menu_container .menu_list li a:hover {
  color: white;
  text-decoration: underline;
}
.game--top_container .menu_container .menu_marquee {
  width: 100%;
  font-size: 0px;
}
.game--top_container .menu_container .menu_marquee .marquee {
  color: white;
  height: 28px;
  line-height: 28px;
  font-family: fongnam;
  background-color: rgb(35, 35, 35);
  overflow: hidden;
  width: 100%;
  font-size: 23px;
}
.game--top_container:after {
  clear: both;
}

.game--wrapper .burger-menu-btn {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 16px;
  line-height: 0;
  border: 0;
  outline: none;
  background: url(/img/menu.png) 0 0 no-repeat;
  background-size: 24px;
  background-position: center;
  transition: 250ms;
}
.game--wrapper .burger-menu-btn.-open {
  background: url(/img/close-button.png) 0 0 no-repeat;
  background-size: 20px;
  background-position: center;
}
.game--wrapper .nav-menu-left {
  overflow-y: auto;
  font-size: 1rem;
  z-index: 100;
  transform: translateX(-100%);
  transition: 330ms;
  position: fixed;
  background: #b71c1c;
  padding: 60px 0 15px;
  height: 100vh;
  width: 240px;
}
.game--wrapper .nav-menu-left.-open {
  transform: translateX(0);
  box-shadow: 4px 0px 18px -2px rgba(0, 0, 0, 0.5);
}
.game--wrapper .nav-menu-left .content {
  width: 100%;
  text-align: left;
  padding: 0rem 1.5rem;
}
.game--wrapper .nav-menu-left .nav-title {
  background: transparent;
  color: white;
  font-size: 2.6rem;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0rem;
  cursor: default;
}
.game--wrapper .nav-menu-left .nav-item {
  background: transparent;
  color: white;
  font-size: 2rem;
  width: 100%;
  opacity: 0.8;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.game--wrapper .nav-menu-left .nav-item:hover {
  opacity: 1;
}
.game--wrapper .nav-menu-left .nav-item a {
  color: white;
  width: 100%;
  display: block;
  text-decoration: none;
}
.game--wrapper .nav-menu-left .ender {
  width: 100%;
  text-align: center;
  padding: 0rem 1.5rem;
}
.game--wrapper .nav-menu-left .pill-btn {
  appearance: none;
  border: solid 1px white;
  background: transparent;
  color: white;
  font-size: 2rem;
  width: 100%;
  opacity: 0.8;
}
.game--wrapper .nav-menu-left .pill-btn:hover {
  opacity: 1;
}

.game--body {
  width: 100%;
  padding-top: 60px;
}

.gameHome--wrapper {
  min-height: calc(100vh - 60px);
}

.gameHome--container .dline {
  height: 1px;
  background: #000;
  width: 100%;
}
.gameHome--container .img-logo {
  display: inline-block;
  width: 8%;
}
.gameHome--container .transfer-frame {
  display: inline-block;
  border: black solid 1px;
  border-radius: 8px;
  padding: 10px 10px;
}
.gameHome--container .transfer-frame .irow {
  font-size: 24px;
}
.gameHome--container .transfer-frame .irow .col1 {
  display: inline-block;
  width: 90px;
  padding: 2px 2px;
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
}
.gameHome--container .transfer-frame .irow .col2 {
  display: inline-block;
  width: 200px;
  padding: 2px 2px;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle;
}
.gameHome--container .transfer-frame .irow .col3 {
  display: inline-block;
  width: 350px;
  padding: 2px 2px;
  text-align: left;
  vertical-align: middle;
}
.gameHome--container .transfer-frame .irow .act-panel {
  display: inline-block;
  border-radius: 4px;
  border: solid #BF360C 1px;
  font-size: 0;
  vertical-align: middle;
  background: #FF5722;
  overflow: hidden;
}
.gameHome--container .transfer-frame .irow .act-panel > * {
  vertical-align: middle;
  line-height: 25px;
  height: 25px;
}
.gameHome--container .transfer-frame .irow .act-panel .title {
  display: inline-block;
  color: white;
  border-right: solid #BF360C 1px;
  font-size: 20px;
  text-align: center;
  width: 50px;
  cursor: default;
}
.gameHome--container .transfer-frame .irow .act-panel .sub-btn {
  display: inline-block;
  min-width: 35px;
  padding: 0px 5px;
  color: #333;
  background: white;
  border: none;
  border-right: solid #BF360C 1px;
  font-size: 20px;
}
.gameHome--container .transfer-frame .irow .act-panel .sub-btn.-nobr {
  border-right: none !important;
}
.gameHome--container .transfer-frame .irow .act-panel .sub-btn.-config img {
  height: 25px;
}
.gameHome--container .transfer-frame .irow .act-panel .sub-btn:hover {
  background: #FF7043;
  color: white;
}
.gameHome--container .transfer-frame .irow .act-panel .sub-btn-config {
  min-width: auto;
}
.gameHome--container .transfer-frame .irow .act-panel .sub-btn-config img {
  height: 25px;
  filter: brightness(0);
}
.gameHome--container .transfer-frame .irow .act-panel .sub-btn-config:hover {
  background: #FF7043;
}
.gameHome--container .transfer-frame .irow .act-panel .sub-btn-config:hover img {
  filter: brightness(1);
}
.gameHome--container .transfer-frame .irow .act-panel.-blue {
  border: solid #01579B 1px;
  background: #03A9F4;
}
.gameHome--container .transfer-frame .irow .act-panel.-blue .title {
  border-right: solid #01579B 1px;
}
.gameHome--container .transfer-frame .irow .act-panel.-blue .sub-btn {
  border-right: solid #01579B 1px;
}
.gameHome--container .transfer-frame .irow .act-panel.-blue .sub-btn:hover {
  background: #29B6F6;
}
.gameHome--container .transfer-frame .irow .act-panel.-blue .sub-btn-config:hover {
  background: #29B6F6;
}
.gameHome--container .transfer-frame .irow .act-panel.-blue .sub-btn-config:hover img {
  filter: brightness(1);
}
.gameHome--container .transfer-frame .irow .act-btn {
  min-width: 60px;
  padding: 2px 3px;
  color: white;
  border-radius: 4px;
  border: 0;
  line-height: 1.2;
}
.gameHome--container .transfer-frame .irow .inum {
  line-height: 1.2;
  text-align: right;
  width: 95%;
  font-family: saikrok;
}

.gameSlot--wrapper {
  min-height: calc(100vh - 60px);
}

.gameSlot--container .col-xs-2 {
  padding-left: 10px;
  padding-right: 10px;
}
.gameSlot--container .slot-btn {
  display: inline-block;
  background: rgb(239, 56, 58);
  color: white;
  border-radius: 8px;
  margin: 8px 8px;
  padding: 2px 10px;
  font-size: 2.4rem;
  cursor: pointer;
  user-select: none;
}
.gameSlot--container .slot-btn:hover {
  text-decoration: underline;
}
.gameSlot--container .slot-btn.active {
  text-decoration: underline;
  background: #b71c1c;
}
.gameSlot--container .card-slot {
  background: rgb(239, 56, 58);
  border-radius: 8px;
  padding: 5px;
  cursor: pointer;
}
.gameSlot--container .card-slot .picture img {
  max-width: 100%;
}
.gameSlot--container .card-slot .caption {
  background: #b71c1c;
  color: white;
  border-radius: 4px;
  transition: 100ms;
}
.gameSlot--container .card-slot .caption span {
  font-size: 2.2rem;
}
.gameSlot--container .card-slot:hover .caption {
  background: #ffcdd2;
  color: black;
}

.gameCasino--wrapper {
  min-height: calc(100vh - 60px);
}

.gameCasino--container .card {
  background: rgb(239, 56, 58);
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  position: relative;
}
.gameCasino--container .card .hot {
  position: absolute;
  width: 40%;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(70%, -40%);
  transition: 250ms;
}
.gameCasino--container .card .img {
  border-radius: 6px;
  max-width: 100%;
  transition: 250ms;
}
.gameCasino--container .card:hover .hot {
  transform: translate(70%, -40%) scale(1.1, 1.1);
}
.gameCasino--container .card:hover .img {
  transform: scale(1.1, 1.1);
}

.cl--wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  color: white;
  background: #ee383a;
  overflow: hidden;
}

.cl--container {
  height: 100%;
}
.cl--container .title {
  font-size: 32px;
}

/*# sourceMappingURL=styles.css.map */