/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-ms-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaBold75.eot");
  src: url("../fonts/KittithadaBold75.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaBold75.woff2") format("woff2"), url("../fonts/KittithadaBold75.woff") format("woff"), url("../fonts/KittithadaBold75.ttf") format("truetype"), url("../fonts/KittithadaBold75.svg#KittithadaBold75") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaThin35Italic.eot");
  src: url("../fonts/KittithadaThin35Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaThin35Italic.woff2") format("woff2"), url("../fonts/KittithadaThin35Italic.woff") format("woff"), url("../fonts/KittithadaThin35Italic.ttf") format("truetype"), url("../fonts/KittithadaThin35Italic.svg#KittithadaThin35Italic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaLight45Italic.eot");
  src: url("../fonts/KittithadaLight45Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaLight45Italic.woff2") format("woff2"), url("../fonts/KittithadaLight45Italic.woff") format("woff"), url("../fonts/KittithadaLight45Italic.ttf") format("truetype"), url("../fonts/KittithadaLight45Italic.svg#KittithadaLight45Italic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaMedium65Italic.eot");
  src: url("../fonts/KittithadaMedium65Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaMedium65Italic.woff2") format("woff2"), url("../fonts/KittithadaMedium65Italic.woff") format("woff"), url("../fonts/KittithadaMedium65Italic.ttf") format("truetype"), url("../fonts/KittithadaMedium65Italic.svg#KittithadaMedium65Italic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaRoman55Italic.eot");
  src: url("../fonts/KittithadaRoman55Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaRoman55Italic.woff2") format("woff2"), url("../fonts/KittithadaRoman55Italic.woff") format("woff"), url("../fonts/KittithadaRoman55Italic.ttf") format("truetype"), url("../fonts/KittithadaRoman55Italic.svg#KittithadaRoman55Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaMedium65.eot");
  src: url("../fonts/KittithadaMedium65.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaMedium65.woff2") format("woff2"), url("../fonts/KittithadaMedium65.woff") format("woff"), url("../fonts/KittithadaMedium65.ttf") format("truetype"), url("../fonts/KittithadaMedium65.svg#KittithadaMedium65") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaRoman55.eot");
  src: url("../fonts/KittithadaRoman55.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaRoman55.woff2") format("woff2"), url("../fonts/KittithadaRoman55.woff") format("woff"), url("../fonts/KittithadaRoman55.ttf") format("truetype"), url("../fonts/KittithadaRoman55.svg#KittithadaRoman55") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaLight45.eot");
  src: url("../fonts/KittithadaLight45.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaLight45.woff2") format("woff2"), url("../fonts/KittithadaLight45.woff") format("woff"), url("../fonts/KittithadaLight45.ttf") format("truetype"), url("../fonts/KittithadaLight45.svg#KittithadaLight45") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaBold75Italic.eot");
  src: url("../fonts/KittithadaBold75Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaBold75Italic.woff2") format("woff2"), url("../fonts/KittithadaBold75Italic.woff") format("woff"), url("../fonts/KittithadaBold75Italic.ttf") format("truetype"), url("../fonts/KittithadaBold75Italic.svg#KittithadaBold75Italic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Kittithada';
  src: url("../fonts/KittithadaThin35.eot");
  src: url("../fonts/KittithadaThin35.eot?#iefix") format("embedded-opentype"), url("../fonts/KittithadaThin35.woff2") format("woff2"), url("../fonts/KittithadaThin35.woff") format("woff"), url("../fonts/KittithadaThin35.ttf") format("truetype"), url("../fonts/KittithadaThin35.svg#KittithadaThin35") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 15px 0 !important; }

.img-fluid {
  display: block;
  max-width: 100%; }

*,
*::after,
*::before {
  box-sizing: border-box; }

@keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
button {
  font-family: 'Kittithada', sans-serif; }

input {
  font-family: 'Kittithada', sans-serif; }

body {
  margin: 0;
  padding: 0;
  font-family: "Kittithada", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  color: #000;
  background: #d8d1c9 !important;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }
  @media (max-width: 479px) {
    body {
      font-size: 16px; } }
  @media (min-width: 768px) {
    body {
      font-size: 20px; } }

.hr-headerr {
  display: none; }
  @media (max-width: 991px) {
    .hr-headerr {
      display: block;
      width: 100%;
      margin: 0; } }

.navbar-collapse {
  z-index: 9999; }

.container-flu {
  background: #ffff;
  margin-right: auto;
  margin-left: auto;
  max-width: 1180px; }
  @media (min-width: 1600px) {
    .container-flu {
      width: 1180px; } }

.color-white {
  color: #ffffff !important; }

.color-k02 {
  color: #b39543 !important; }

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

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

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

.text-decoration-none {
  text-decoration: none; }
  .text-decoration-none:hover {
    text-decoration: underline !important; }

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  @media (max-width: 1199px) {
    #nav-icon3 {
      margin: 0;
      height: 45px; } }
  @media (max-width: 991px) {
    #nav-icon3 {
      height: 45px;
      width: 40px; } }
  @media (max-width: 767px) {
    #nav-icon3 {
      height: 28px;
      width: 30px; } }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #0d377b;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }
  @media (max-width: 991px) {
    #nav-icon3 span {
      height: 5px;
      width: 100%; } }
  @media (max-width: 767px) {
    #nav-icon3 span {
      height: 3px;
      width: 100%;
      border-radius: 20px; } }

.navbar-toggler:focus {
  outline: none !important;
  box-shadow: 0 0 0 0 !important; }

#nav-icon3 span:nth-child(1) {
  top: 5px; }

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 18px; }
  @media (max-width: 767px) {
    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
      top: 12px; } }

#nav-icon3 span:nth-child(4) {
  top: 31px; }
  @media (max-width: 767px) {
    #nav-icon3 span:nth-child(4) {
      top: 19px; } }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.navbar-brand {
  padding: 21px 15px 15px 34px;
  height: auto; }
  @media (max-width: 767px) {
    .navbar-brand {
      padding: 21px 15px 15px 15px; } }

@media (min-width: 992px) {
  #header .navbar {
    padding-top: 1rem;
    padding-bottom: 0.8rem; } }
#header .navbar-brand img {
  max-width: 190px; }
  @media (max-width: 767px) {
    #header .navbar-brand img {
      max-width: 120px; } }
#header .navbar-brand::before {
  content: "";
  position: absolute;
  top: 73px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #b5b5b5;
  z-index: 99999;
  display: none; }
  @media (max-width: 991px) {
    #header .navbar-brand::before {
      display: block;
      content: "";
      position: absolute;
      top: 66px;
      left: 0;
      width: 100%;
      height: 0;
      border-bottom: 5px solid #0d377b;
      z-index: 99999; } }
  @media (max-width: 575px) {
    #header .navbar-brand::before {
      top: 55px; } }
@media (max-width: 991px) {
  #header nav {
    height: 71px; } }
@media (max-width: 575px) {
  #header nav {
    height: 56px; } }
#header .navbar-text {
  margin-right: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  color: #0d377b;
  background: #ffff;
  width: 100%;
  letter-spacing: 0; }
  @media (max-width: 991px) {
    #header .navbar-text {
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      background: #f7f7f7;
      padding-top: 1rem;
      padding-bottom: 0rem; } }
  #header .navbar-text a {
    text-decoration: none;
    color: #0d377b;
    margin-left: 1.5rem; }
    @media (max-width: 991px) {
      #header .navbar-text a {
        padding: 0.5rem 0.5rem;
        margin-left: 0; } }
  #header .navbar-text p {
    font-family: "Kittithada", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 0rem;
    margin-left: 0.5rem; }
    @media (max-width: 991px) {
      #header .navbar-text p {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0; } }

.linkout {
  left: 0;
  right: 0;
  max-width: 1180px;
  width: 100%;
  margin: auto;
  text-align: right;
  position: fixed;
  bottom: 5px;
  z-index: 9999; }
  .linkout img {
    width: 150px; }
    @media (max-width: 767px) {
      .linkout img {
        width: 31.5789473684vw; } }
  .linkout a {
    position: relative; }

.navbar-toggler {
  padding: 0.25rem 1.8rem !important; }
  @media (max-width: 767px) {
    .navbar-toggler {
      padding: 0.25rem 1.5rem !important; } }

.footer {
  font-size: 1rem;
  border-bottom: 0.5rem solid #0d377b;
  -webkit-box-shadow: -1px 2px 6px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 2px 6px -1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 2px 6px -1px rgba(0, 0, 0, 0.75); }
  .footer .foot-left {
    display: flex;
    align-items: center;
    flex-direction: row; }
    @media (max-width: 1199px) {
      .footer .foot-left {
        justify-content: flex-start; } }
    @media (max-width: 1199px) {
      .footer .foot-left {
        justify-content: space-around; } }
    .footer .foot-left a {
      margin: 0.5rem;
      text-decoration: none;
      color: #333;
      font-family: "Kittithada", sans-serif;
      font-weight: 200;
      font-size: 16px; }
      @media (max-width: 767px) {
        .footer .foot-left a {
          font-size: 12px; } }
    .footer .foot-left div {
      margin: 0.5rem; }
  .footer .foot-l {
    margin: 0.5rem;
    font-family: "Kittithada", sans-serif;
    font-weight: 200;
    font-size: 16px; }
    @media (max-width: 1199px) {
      .footer .foot-l {
        text-align: left; } }
    @media (max-width: 767px) {
      .footer .foot-l {
        text-align: center;
        font-size: 14px; } }
  .footer .foot-r {
    text-align: right; }
    .footer .foot-r a {
      text-decoration: none; }
    .footer .foot-r img {
      margin: 0.2rem;
      width: 29px; }
    @media (max-width: 1199px) {
      .footer .foot-r {
        text-align: center;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap; } }
  .footer .foot-rb {
    margin: 0.5rem;
    font-family: "Kittithada", sans-serif;
    font-size: 16px;
    font-weight: 200;
    flex: 0 100%; }
    @media (max-width: 767px) {
      .footer .foot-rb {
        font-size: 14px; } }

.textsd {
  text-align: left; }
  @media (max-width: 767px) {
    .textsd {
      text-align: center !important; } }

footer {
  padding-bottom: 15px;
  border-top: 1px solid rgba(169, 168, 169, 0.3); }

footer hr {
  margin-top: 1.5rem;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid rgba(169, 168, 169, 0.3); }

footer p {
  font-weight: 300;
  margin-bottom: 15px; }

footer .nav .nav-link {
  position: relative;
  padding: 15px;
  font-weight: 300;
  color: #333; }

footer .nav .nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  margin-top: 7px;
  width: 1px;
  height: 12px;
  border-right: 1px solid rgba(169, 168, 169, 0.8); }

footer .nav .nav-link:hover {
  text-decoration: underline; }

footer .nav .nav-link:last-child::before,
footer .nav.justify-content-md-end .nav-link::before {
  border-right: 0; }

footer .nav.nav-social .nav-link {
  padding-left: 7px;
  padding-right: 7px; }

footer .nav-social .icons {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  background: no-repeat center center / 30px; }

footer .nav-social .icons.facebook {
  background-image: url("../images/footer/icon-facebook.png"); }

footer .nav-social .icons.instagram {
  background-image: url("../images/footer/icon-instagram.png"); }

footer .nav-social .icons.youtube {
  background-image: url("../images/footer/icon-youtube.png"); }

footer .nav-social .icons.linkedin {
  background-image: url("../images/footer/icon-linkedin.png"); }

@media (max-width: 767.98px) {
  /* CSS Footer */
  footer {
    padding-bottom: 15px; }

  footer hr {
    margin-bottom: 15px; }

  footer p {
    margin-top: 15px;
    margin-bottom: 5px; }

  footer .nav {
    justify-content: center !important; }

  footer .nav .nav-link {
    padding: 0 15px; }

  footer .nav-social {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media (min-width: 768px) {
  /* CSS Footer */
  footer .nav {
    margin-left: -15px; }

  footer .nav.nav-social {
    margin-right: -7px; } }
@media (min-width: 992px) {
  /* CSS Footer */
  footer {
    padding-left: 15px;
    padding-right: 15px; }

  footer hr {
    margin-left: -15px;
    margin-right: -15px; } }
@media (min-width: 1200px) {
  footer {
    font-size: 16px; } }
.home {
  min-height: 100vh;
  background: #fff;
  max-width: 750px;
  margin: 0 auto;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover; }
  .home .top {
    position: relative; }
    .home .top .banner {
      width: 100%; }
      .home .top .banner img {
        width: 100%;
        height: auto;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px; }
        @media (max-width: 767px) {
          .home .top .banner img {
            border-bottom-left-radius: 5.3333333333vw;
            border-bottom-right-radius: 5.3333333333vw;
            max-height: 58.6666666667vw; } }
      .home .top .banner .swiper {
        width: 100%;
        height: 248px; }
    .home .top .broadcast {
      padding-top: 5%;
      height: auto;
      text-align: center;
      width: 90%;
      margin: 0 auto;
      background: #ca150f;
      margin-top: 20px;
      border-radius: 30px;
      padding: 30px;
      color: #fff;
      box-shadow: 1px 9px 5px 1px rgba(0, 0, 0, 0.21);
      -webkit-box-shadow: 1px 9px 5px 1px rgba(0, 0, 0, 0.21);
      -moz-box-shadow: 1px 9px 5px 1px rgba(0, 0, 0, 0.21); }
      @media (max-width: 767px) {
        .home .top .broadcast {
          margin-top: 2.6666666667vw;
          border-radius: 4vw;
          padding-top: 4vw;
          padding: 4vw; } }
      .home .top .broadcast .title {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-bottom: 10px; }
        .home .top .broadcast .title .logo {
          background: url("../images/home/anounce.png") no-repeat center center;
          background-size: contain;
          width: 54px;
          height: 54px;
          position: relative;
          left: 0;
          top: 0; }
          @media (max-width: 767px) {
            .home .top .broadcast .title .logo {
              width: 7.2vw;
              height: 7.2vw; } }
        .home .top .broadcast .title p {
          margin-left: 20px; }
          @media (max-width: 767px) {
            .home .top .broadcast .title p {
              margin-left: 2.6666666667vw; } }
      .home .top .broadcast .swiper {
        width: 100%;
        height: 70px; }
        .home .top .broadcast .swiper .swiper-slide {
          overflow: auto;
          text-align: left; }
    .home .top .profiles {
      padding-top: 5%;
      display: flex;
      justify-content: center;
      width: 90%;
      margin: 0 auto; }
      .home .top .profiles #profile {
        background-size: cover;
        background-position: center center;
        width: 110px;
        height: 110px;
        border-radius: 50%; }
        @media (max-width: 767px) {
          .home .top .profiles #profile {
            width: 14.6666666667vw;
            height: 14.6666666667vw; } }
  .home .bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .home .bottom {
        padding-top: 2.6666666667vw; } }
    .home .bottom .items {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px;
      width: 100%; }
      .home .bottom .items .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #21559b;
        background: linear-gradient(180deg, #21559b 0%, #172d69 100%);
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .home .bottom .items .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .home .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 50%; }
    .home .bottom .cmc .icon {
      background: url("../images/home/cmc.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px;
      flex: 0 0 50%; }
      @media (max-width: 767px) {
        .home .bottom .cmc .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .home .bottom .cmc .bt {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px; }
      @media (max-width: 767px) {
        .home .bottom .cmc .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw; } }
    .home .bottom .cmc .text {
      flex: 0 0 100%;
      text-align: left;
      font-size: 30px; }
      @media (max-width: 767px) {
        .home .bottom .cmc .text {
          font-size: 4vw; } }
    .home .bottom .commission .icon {
      background: url("../images/home/commiss.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px;
      flex: 0 0 50%; }
      @media (max-width: 767px) {
        .home .bottom .commission .icon {
          width: 16.8vw;
          height: 16.8vw; } }
      @media (max-width: 767px) {
        .home .bottom .commission .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .home .bottom .commission .bt {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px; }
      @media (max-width: 767px) {
        .home .bottom .commission .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw; } }
    .home .bottom .commission .text {
      flex: 0 0 100%;
      text-align: left;
      font-size: 30px; }
      @media (max-width: 767px) {
        .home .bottom .commission .text {
          font-size: 4vw; } }
    .home .bottom .commission-100 .icon {
      background: url("../images/home/commiss.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
    .home .bottom .commission-100 .bt {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .home .bottom .commission-100 .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .home .bottom .commission-100 .text {
      text-align: left;
      color: #fff;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .home .bottom .commission-100 .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .home .bottom .commission-100 .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .home .bottom .commission-100 .text span {
            font-size: 2.6666666667vw; } }
    .home .bottom .campaign .icon {
      background: url("../images/home/campaign.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px;
      flex: 0 0 50%; }
      @media (max-width: 767px) {
        .home .bottom .campaign .icon {
          width: 16.8vw;
          height: 16.8vw; } }
      @media (max-width: 767px) {
        .home .bottom .campaign .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .home .bottom .campaign .bt {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px; }
      @media (max-width: 767px) {
        .home .bottom .campaign .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw; } }
    .home .bottom .campaign .text {
      flex: 0 0 100%;
      text-align: left;
      font-size: 30px; }
      @media (max-width: 767px) {
        .home .bottom .campaign .text {
          font-size: 4vw; } }
    .home .bottom .sdn .icon {
      background: url("../images/home/sdn.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px;
      flex: 0 0 50%; }
      @media (max-width: 767px) {
        .home .bottom .sdn .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .home .bottom .sdn .bt {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px; }
      @media (max-width: 767px) {
        .home .bottom .sdn .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw; } }
    .home .bottom .sdn .text {
      flex: 0 0 100%;
      text-align: left;
      font-size: 30px; }
      @media (max-width: 767px) {
        .home .bottom .sdn .text {
          font-size: 4vw; } }
    .home .bottom .performance .icon {
      background: url("../images/home/performance.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px;
      flex: 0 0 50%; }
      @media (max-width: 767px) {
        .home .bottom .performance .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .home .bottom .performance .bt {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px; }
      @media (max-width: 767px) {
        .home .bottom .performance .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw; } }
    .home .bottom .performance .text {
      flex: 0 0 100%;
      text-align: left;
      font-size: 30px; }
      @media (max-width: 767px) {
        .home .bottom .performance .text {
          font-size: 4vw; } }
    .home .bottom .clubhouse .icon {
      background: url("../images/home/club.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px;
      flex: 0 0 50%; }
      @media (max-width: 767px) {
        .home .bottom .clubhouse .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .home .bottom .clubhouse .bt {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px; }
      @media (max-width: 767px) {
        .home .bottom .clubhouse .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw; } }
    .home .bottom .clubhouse .text {
      flex: 0 0 100%;
      text-align: left;
      font-size: 30px; }
      @media (max-width: 767px) {
        .home .bottom .clubhouse .text {
          font-size: 4vw; } }
    .home .bottom .nps .icon {
      background: url("../images/home/ra.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px;
      flex: 0 0 50%; }
      @media (max-width: 767px) {
        .home .bottom .nps .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .home .bottom .nps .bt {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px; }
      @media (max-width: 767px) {
        .home .bottom .nps .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw; } }
    .home .bottom .nps .text {
      flex: 0 0 100%;
      text-align: left;
      font-size: 30px; }
      @media (max-width: 767px) {
        .home .bottom .nps .text {
          font-size: 4vw; } }
    .home .bottom .coach .icon {
      background: url("../images/home/coach.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px;
      flex: 0 0 50%; }
      @media (max-width: 767px) {
        .home .bottom .coach .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .home .bottom .coach .bt {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px; }
      @media (max-width: 767px) {
        .home .bottom .coach .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw; } }
    .home .bottom .coach .text {
      flex: 0 0 100%;
      text-align: left;
      font-size: 30px; }
      @media (max-width: 767px) {
        .home .bottom .coach .text {
          font-size: 4vw; } }
  .home .btn-pri {
    width: 100%;
    background: #21559b;
    background: linear-gradient(180deg, #21559b 0%, #172d69 100%);
    font-size: 18px;
    color: #fff;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 43px;
    margin: 13px; }
    @media (max-width: 767px) {
      .home .btn-pri {
        border-radius: 5.7333333333vw;
        padding: 4vw;
        margin: 1.7333333333vw; } }
  .home .btn-prid {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    font-size: 18px;
    color: #172d69;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
    @media (max-width: 767px) {
      .home .btn-prid {
        border-radius: 4vw; } }
    .home .btn-prid .img {
      width: 110px;
      height: 110px; }
      @media (max-width: 767px) {
        .home .btn-prid .img {
          width: 14.6666666667vw;
          height: 14.6666666667vw; } }
      .home .btn-prid .img img {
        width: 100%;
        border-radius: 60%; }
    .home .btn-prid .name {
      text-align: left; }
      .home .btn-prid .name h1 {
        font-size: 28px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .home .btn-prid .name h1 {
            font-size: 3.7333333333vw; } }
      .home .btn-prid .name p {
        font-size: 23px; }
        @media (max-width: 767px) {
          .home .btn-prid .name p {
            font-size: 3.0666666667vw; } }
    .home .btn-prid .bt {
      background: #ca150f;
      border-radius: 15px;
      color: #fff;
      padding: 15px;
      font-size: 20px; }
      @media (max-width: 767px) {
        .home .btn-prid .bt {
          font-size: 2.6666666667vw;
          padding: 2vw;
          border-radius: 2vw; } }

.cmc-page {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .cmc-page {
      max-width: 750px;
      margin: 0 auto; } }
  .cmc-page .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .cmc-page .title {
        height: 18.6666666667vw; } }
    .cmc-page .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .cmc-page .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .cmc-page .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page .title .pro {
          font-size: 4.2666666667vw; } }
  .cmc-page .top .banner {
    width: 100%; }
    .cmc-page .top .banner img {
      width: 100%;
      height: auto; }
  .cmc-page .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .cmc-page .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .cmc-page .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    top: -130px; }
    @media (max-width: 767px) {
      .cmc-page .bottom {
        padding-top: 2.6666666667vw;
        top: -17.3333333333vw; } }
    .cmc-page .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .cmc-page .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .cmc-page .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .cmc-page .bottom .cmc .icon {
      background: url("../images/cmc/work-time.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .cmc .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .cmc-page .bottom .cmc .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .cmc .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .cmc-page .bottom .cmc .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .cmc .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .cmc-page .bottom .cmc .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .cmc-page .bottom .cmc .text span {
            font-size: 2.6666666667vw; } }
    .cmc-page .bottom .call-formc .icon {
      background: url("../images/cmc/call-form.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .call-formc .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .cmc-page .bottom .call-formc .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .call-formc .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .cmc-page .bottom .call-formc .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .call-formc .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .cmc-page .bottom .call-formc .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .cmc-page .bottom .call-formc .text span {
            font-size: 2.6666666667vw; } }
    .cmc-page .bottom .meet-formc .icon {
      background: url("../images/cmc/meet-form.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .meet-formc .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .cmc-page .bottom .meet-formc .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .meet-formc .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .cmc-page .bottom .meet-formc .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .meet-formc .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .cmc-page .bottom .meet-formc .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .cmc-page .bottom .meet-formc .text span {
            font-size: 2.6666666667vw; } }
    .cmc-page .bottom .cmcdash .icon {
      background: url("../images/cmc/cmc-b.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .cmcdash .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .cmc-page .bottom .cmcdash .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .cmcdash .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .cmc-page .bottom .cmcdash .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .cmcdash .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .cmc-page .bottom .cmcdash .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .cmc-page .bottom .cmcdash .text span {
            font-size: 2.6666666667vw; } }
    .cmc-page .bottom .teamcmc .btn-pri {
      background: #ec342e;
      border: 1px solid #ec342e; }
    .cmc-page .bottom .teamcmc .icon {
      background: url("../images/cmc/team-cmc.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .teamcmc .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .cmc-page .bottom .teamcmc .bt {
      background: url("../images/cmc/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .teamcmc .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .cmc-page .bottom .teamcmc .text {
      text-align: left;
      color: #fff;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .teamcmc .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .cmc-page .bottom .teamcmc .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .cmc-page .bottom .teamcmc .text span {
            font-size: 2.6666666667vw; } }
    .cmc-page .bottom .teamcmc2 .btn-pri {
      background: #083b7a;
      border: 1px solid #083b7a; }
    .cmc-page .bottom .teamcmc2 .icon {
      background: url("../images/cmc/team-cmc02.png") no-repeat center center;
      background-size: contain;
      width: 126px;
      height: 126px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .teamcmc2 .icon {
          width: 16.8vw;
          height: 16.8vw; } }
    .cmc-page .bottom .teamcmc2 .bt {
      background: url("../images/cmc/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .teamcmc2 .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .cmc-page .bottom .teamcmc2 .text {
      text-align: left;
      color: #fff;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .cmc-page .bottom .teamcmc2 .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .cmc-page .bottom .teamcmc2 .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .cmc-page .bottom .teamcmc2 .text span {
            font-size: 2.6666666667vw; } }

.cmc-page-dashboard {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .cmc-page-dashboard {
      max-width: 750px;
      margin: 0 auto;
      padding-bottom: 5.3333333333vw; } }
  .cmc-page-dashboard .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .cmc-page-dashboard .title {
        height: 18.6666666667vw; } }
    .cmc-page-dashboard .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .cmc-page-dashboard .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .cmc-page-dashboard .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page-dashboard .title .pro {
          font-size: 4.2666666667vw; } }
  .cmc-page-dashboard .top {
    padding-top: 40px; }
    .cmc-page-dashboard .top .banner {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .cmc-page-dashboard .top .banner .icon {
        background: url("../images/cmcdashboard/title.png") no-repeat center center;
        background-size: contain;
        width: 56px;
        height: 56px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .top .banner .icon {
            width: 7.4666666667vw;
            height: 7.4666666667vw; } }
      .cmc-page-dashboard .top .banner p {
        font-weight: 800;
        color: #172d69;
        margin-left: 15px;
        font-size: 35px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .top .banner p {
            font-size: 4.6666666667vw;
            margin-left: 2vw; } }
  .cmc-page-dashboard .bottom {
    padding-top: 50px;
    width: 90%; }
    .cmc-page-dashboard .bottom .table-top {
      margin: 0 !important; }
      .cmc-page-dashboard .bottom .table-top th {
        position: relative;
        line-height: 1;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 112px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .table-top th {
            padding-top: 2vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            height: 14.9333333333vw; } }
      .cmc-page-dashboard .bottom .table-top td {
        width: 12%;
        background: #fff;
        color: #ec342e;
        font-size: 20px;
        vertical-align: middle;
        border-bottom: 2px dotted #c0c0c0;
        border-right: 2px dotted #c0c0c0; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .table-top td {
            font-size: 2.6666666667vw;
            width: 12vw;
            border-width: 1px; } }
      .cmc-page-dashboard .bottom .table-top td.left-t {
        background: #ec342e;
        color: #fff !important;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        height: 80px;
        font-size: 20px;
        border-right: 0; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .table-top td.left-t {
            padding-left: 1.3333333333vw;
            height: 10.6666666667vw;
            font-size: 2.6666666667vw;
            width: 21.666667vw; } }
      .cmc-page-dashboard .bottom .table-top td.topt {
        border-top-left-radius: 20px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .table-top td.topt {
            border-top-left-radius: 2.6666666667vw; } }
      .cmc-page-dashboard .bottom .table-top td.bottomt {
        border-bottom-left-radius: 20px;
        border: 0; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .table-top td.bottomt {
            border-bottom-left-radius: 2.6666666667vw; } }
      .cmc-page-dashboard .bottom .table-top td.green {
        color: #49a90e; }
    .cmc-page-dashboard .bottom table.table-top {
      width: 100%;
      text-align: center;
      border-collapse: collapse; }
    .cmc-page-dashboard .bottom .angle-left {
      background: #fff;
      width: 14%; }
    .cmc-page-dashboard .bottom .no1 {
      width: 14%;
      max-width: 80px;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #9ad4e8;
      background: linear-gradient(180deg, #9ad4e8 0%, #209bd4 100%);
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-dashboard .bottom .no1 {
          width: 8vw;
          border-top-left-radius: 2vw; } }
    .cmc-page-dashboard .bottom .no2 {
      width: 30%;
      background: #209bd4;
      background: linear-gradient(180deg, #209bd4 0%, #234583 100%); }
      @media (max-width: 767px) {
        .cmc-page-dashboard .bottom .no2 {
          width: 11vw; } }
      .cmc-page-dashboard .bottom .no2::before {
        content: "F2F";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        left: 10px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .no2::before {
            bottom: 1.3333333333vw;
            left: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom .no2::after {
        content: "Total";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 10px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .no2::after {
            bottom: 1.3333333333vw;
            right: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2vw;
            padding-right: 2vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom .no2 .middle {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 94px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .no2 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 12.5333333333vw; } }
    .cmc-page-dashboard .bottom .no3 {
      width: 30%;
      background: #053979;
      background: linear-gradient(180deg, #053979 0%, #172d69 100%);
      border-top-right-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-dashboard .bottom .no3 {
          width: 8vw; } }
      .cmc-page-dashboard .bottom .no3::before {
        content: "F2F";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        left: 10px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .no3::before {
            bottom: 1.3333333333vw;
            left: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom .no3::after {
        content: "Total";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 15px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .no3::after {
            bottom: 1.3333333333vw;
            right: 2vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2vw;
            padding-right: 2vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom .no3 .middle {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 94px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom .no3 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 12.5333333333vw; } }
    .cmc-page-dashboard .bottom table.table-top tr:nth-child(odd) td {
      color: #c0c0c0; }
    .cmc-page-dashboard .bottom table.table-top thead {
      text-align: center; }
    .cmc-page-dashboard .bottom table.table-top thead th {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page-dashboard .bottom table.table-top thead th {
          font-size: 2.6666666667vw; } }
    .cmc-page-dashboard .bottom table.table-top thead th:first-child {
      border-left: none; }
  .cmc-page-dashboard .bottom2 {
    padding-top: 50px;
    width: 90%; }
    .cmc-page-dashboard .bottom2 .table-top {
      margin: 0 !important; }
      .cmc-page-dashboard .bottom2 .table-top th {
        position: relative;
        line-height: 1;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 112px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .table-top th {
            padding-top: 2vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            height: 14.9333333333vw; } }
      .cmc-page-dashboard .bottom2 .table-top td {
        width: 8.5%;
        background: #fff;
        color: #ec342e;
        font-size: 20px;
        vertical-align: middle;
        border-bottom: 2px dotted #c0c0c0;
        border-right: 2px dotted #c0c0c0; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .table-top td {
            font-size: 2.6666666667vw;
            border-width: 1px; } }
      .cmc-page-dashboard .bottom2 .table-top td.left-t {
        background: #053979;
        color: #fff !important;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        height: 80px;
        font-size: 20px;
        width: 180px;
        border-right: 0; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .table-top td.left-t {
            padding-left: 1.3333333333vw;
            height: 10.6666666667vw;
            font-size: 2.6666666667vw;
            width: 22vw; } }
      .cmc-page-dashboard .bottom2 .table-top td.topt {
        border-top-left-radius: 20px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .table-top td.topt {
            border-top-left-radius: 2.6666666667vw; } }
      .cmc-page-dashboard .bottom2 .table-top td.bottomt {
        border-bottom-left-radius: 20px;
        border: 0; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .table-top td.bottomt {
            border-bottom-left-radius: 2.6666666667vw; } }
      .cmc-page-dashboard .bottom2 .table-top td.green {
        color: #49a90e; }
    .cmc-page-dashboard .bottom2 table.table-top {
      width: 100%;
      text-align: center;
      border-collapse: collapse; }
    .cmc-page-dashboard .bottom2 .angle-left {
      background: #fff;
      width: 14%; }
    .cmc-page-dashboard .bottom2 .no1 {
      width: 25%;
      padding-top: 0 !important;
      background: #f3886a;
      background: linear-gradient(180deg, #f3886a 0%, #f96446 100%);
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-dashboard .bottom2 .no1 {
          width: 12vw; } }
      .cmc-page-dashboard .bottom2 .no1::before {
        content: "#Case";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        left: 17px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .no1::before {
            bottom: 1.3333333333vw;
            left: 2.2666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom2 .no1::after {
        content: "Volume";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        right: 10px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .no1::after {
            bottom: 1.3333333333vw;
            right: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom2 .no1 .middle {
        position: absolute;
        font-weight: 400;
        background: #053979;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 66px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .no1 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 8.8vw; } }
    .cmc-page-dashboard .bottom2 .no2 {
      width: 25%;
      background: #f06247;
      background: linear-gradient(180deg, #f06247 0%, #e23e28 100%); }
      @media (max-width: 767px) {
        .cmc-page-dashboard .bottom2 .no2 {
          width: 12vw; } }
      .cmc-page-dashboard .bottom2 .no2::before {
        content: "#Case";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        left: 15px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .no2::before {
            bottom: 1.3333333333vw;
            left: 2vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom2 .no2::after {
        content: "Volume";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        right: 11px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .no2::after {
            bottom: 1.3333333333vw;
            right: 1.4666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom2 .no2 .middle {
        position: absolute;
        font-weight: 400;
        background: #053979;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 66px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .no2 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 8.8vw; } }
    .cmc-page-dashboard .bottom2 .no3 {
      width: 25%;
      background: #e8332d;
      background: linear-gradient(180deg, #e8332d 0%, #b0211c 100%);
      border-top-right-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-dashboard .bottom2 .no3 {
          width: 12vw; } }
      .cmc-page-dashboard .bottom2 .no3::before {
        content: "#Case";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        left: 14px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .no3::before {
            bottom: 1.3333333333vw;
            left: 1.8666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom2 .no3::after {
        content: "Volume";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        right: 8;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .no3::after {
            bottom: 1.3333333333vw;
            right: 1.0666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-dashboard .bottom2 .no3 .middle {
        position: absolute;
        font-weight: 400;
        background: #053979;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 66px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-dashboard .bottom2 .no3 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 8.8vw; } }
    .cmc-page-dashboard .bottom2 table.table-top tr:nth-child(even) td {
      color: #c0c0c0; }
    .cmc-page-dashboard .bottom2 table.table-top thead {
      text-align: center; }
    .cmc-page-dashboard .bottom2 table.table-top thead th {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page-dashboard .bottom2 table.table-top thead th {
          font-size: 2.6666666667vw; } }
    .cmc-page-dashboard .bottom2 table.table-top thead th:first-child {
      border-left: none; }

.cmc-page-teams {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .cmc-page-teams {
      max-width: 750px;
      margin: 0 auto;
      padding-bottom: 5.3333333333vw; } }
  .cmc-page-teams .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .cmc-page-teams .title {
        height: 18.6666666667vw; } }
    .cmc-page-teams .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .cmc-page-teams .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .cmc-page-teams .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page-teams .title .pro {
          font-size: 4.2666666667vw; } }
      .cmc-page-teams .title .pro span {
        font-size: 25px;
        font-weight: 400; }
        @media (max-width: 767px) {
          .cmc-page-teams .title .pro span {
            font-size: 3.3333333333vw; } }
  .cmc-page-teams .top {
    padding-top: 40px; }
    .cmc-page-teams .top .banner {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .cmc-page-teams .top .banner .icon {
        background: url("../images/cmcdashboard/title.png") no-repeat center center;
        background-size: contain;
        width: 56px;
        height: 56px; }
        @media (max-width: 767px) {
          .cmc-page-teams .top .banner .icon {
            width: 7.4666666667vw;
            height: 7.4666666667vw; } }
      .cmc-page-teams .top .banner p {
        font-weight: 800;
        color: #172d69;
        margin-left: 15px;
        font-size: 35px; }
        @media (max-width: 767px) {
          .cmc-page-teams .top .banner p {
            font-size: 4.6666666667vw;
            margin-left: 2vw; } }
  .cmc-page-teams .bottom {
    padding-top: 50px;
    width: 90%; }
    .cmc-page-teams .bottom .table-top {
      margin: 0 !important; }
      .cmc-page-teams .bottom .table-top th {
        position: relative;
        line-height: 1;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 120px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .table-top th {
            padding-top: 2vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            height: 16vw; } }
      .cmc-page-teams .bottom .table-top td {
        background: #fff;
        color: #ec342e;
        font-size: 20px;
        vertical-align: middle;
        border-bottom: 2px dotted #c0c0c0;
        border-right: 2px dotted #c0c0c0;
        word-break: break-all; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .table-top td {
            font-size: 2.6666666667vw;
            border-width: 2px; } }
      .cmc-page-teams .bottom .table-top td.left-t {
        background: #ec342e;
        color: #fff !important;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        height: 80px;
        font-size: 20px;
        width: 180px;
        border-right: 0; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .table-top td.left-t {
            padding-left: 1.3333333333vw;
            height: 10.6666666667vw;
            font-size: 2.6666666667vw;
            width: 21.666667vw; } }
      .cmc-page-teams .bottom .table-top td.topt {
        border-top-left-radius: 20px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .table-top td.topt {
            border-top-left-radius: 2.6666666667vw; } }
      .cmc-page-teams .bottom .table-top td.bottomt {
        border-bottom-left-radius: 20px;
        border: 0; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .table-top td.bottomt {
            border-bottom-left-radius: 2.6666666667vw; } }
      .cmc-page-teams .bottom .table-top td.green {
        color: #49a90e; }
    .cmc-page-teams .bottom table.table-top {
      width: 100%;
      text-align: center;
      border-collapse: collapse; }
    .cmc-page-teams .bottom .angle-left {
      background: #fff;
      width: 15%; }
    .cmc-page-teams .bottom .no1 {
      width: 10%;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #9ad4e8;
      background: linear-gradient(180deg, #9ad4e8 0%, #209bd4 100%);
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-teams .bottom .no1 {
          width: 8vw;
          border-top-left-radius: 2vw; } }
    .cmc-page-teams .bottom .no2 {
      width: 25%;
      background: #209bd4;
      background: linear-gradient(180deg, #209bd4 0%, #234583 100%); }
      @media (max-width: 767px) {
        .cmc-page-teams .bottom .no2 {
          width: 11vw; } }
      .cmc-page-teams .bottom .no2 .middle {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 88px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .no2 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 11.7333333333vw; } }
      .cmc-page-teams .bottom .no2::before {
        content: "F2F";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        left: 8px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .no2::before {
            bottom: 1.3333333333vw;
            left: 1.0666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teams .bottom .no2::after {
        content: "Total";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 5px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .no2::after {
            bottom: 1.3333333333vw;
            right: 0.6666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2vw;
            padding-right: 2vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
    .cmc-page-teams .bottom .no3 {
      width: 25%;
      background: #053979;
      background: linear-gradient(180deg, #053979 0%, #172d69 100%);
      border-top-right-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-teams .bottom .no3 {
          width: 8vw; } }
      .cmc-page-teams .bottom .no3::before {
        content: "F2F";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        left: 9px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .no3::before {
            bottom: 1.3333333333vw;
            left: 1.2vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teams .bottom .no3::after {
        content: "Total";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 9px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .no3::after {
            bottom: 1.3333333333vw;
            right: 1.2vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2vw;
            padding-right: 2vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teams .bottom .no3 .middle {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 86px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom .no3 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 11.4666666667vw; } }
    .cmc-page-teams .bottom table.table-top tr:nth-child(odd) td {
      color: #c0c0c0; }
    .cmc-page-teams .bottom table.table-top thead {
      text-align: center; }
    .cmc-page-teams .bottom table.table-top thead th {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page-teams .bottom table.table-top thead th {
          font-size: 2.6666666667vw; } }
    .cmc-page-teams .bottom table.table-top thead th:first-child {
      border-left: none; }
  .cmc-page-teams .bottom2 {
    padding-top: 50px;
    width: 90%; }
    .cmc-page-teams .bottom2 .table-top {
      margin: 0 !important; }
      .cmc-page-teams .bottom2 .table-top th {
        position: relative;
        line-height: 1;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 120px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .table-top th {
            padding-top: 2vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            height: 16vw; } }
      .cmc-page-teams .bottom2 .table-top td {
        width: 8%;
        background: #fff;
        color: #ec342e;
        font-size: 20px;
        vertical-align: middle;
        border-bottom: 2px dotted #c0c0c0;
        border-right: 2px dotted #c0c0c0;
        word-break: break-all; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .table-top td {
            font-size: 2.6666666667vw;
            border-width: 2px; } }
      .cmc-page-teams .bottom2 .table-top td.left-t {
        background: #053979;
        color: #fff !important;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        height: 80px;
        font-size: 20px;
        border-right: 0; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .table-top td.left-t {
            padding-left: 1.3333333333vw;
            height: 10.6666666667vw;
            font-size: 2.6666666667vw; } }
      .cmc-page-teams .bottom2 .table-top td.topt {
        border-top-left-radius: 20px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .table-top td.topt {
            border-top-left-radius: 2.6666666667vw; } }
      .cmc-page-teams .bottom2 .table-top td.bottomt {
        border-bottom-left-radius: 20px;
        border: 0; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .table-top td.bottomt {
            border-bottom-left-radius: 2.6666666667vw; } }
      .cmc-page-teams .bottom2 .table-top td.green {
        color: #49a90e; }
    .cmc-page-teams .bottom2 table.table-top {
      width: 100%;
      text-align: center;
      border-collapse: collapse; }
    .cmc-page-teams .bottom2 .angle-left {
      background: #fff;
      width: 13%; }
    .cmc-page-teams .bottom2 .no1 {
      width: 25%;
      padding-top: 0 !important;
      background: #f3886a;
      background: linear-gradient(180deg, #f3886a 0%, #f96446 100%);
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-teams .bottom2 .no1 {
          width: 12vw; } }
      .cmc-page-teams .bottom2 .no1::before {
        content: "#Case";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        left: 17px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .no1::before {
            bottom: 1.3333333333vw;
            left: 2.2666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teams .bottom2 .no1::after {
        content: "Total";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        right: 19px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .no1::after {
            bottom: 1.3333333333vw;
            right: 2.5333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teams .bottom2 .no1 .middle {
        position: absolute;
        font-weight: 400;
        background: #053979;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 75px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .no1 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 10vw; } }
    .cmc-page-teams .bottom2 .no2 {
      width: 25%;
      background: #f06247;
      background: linear-gradient(180deg, #f06247 0%, #e23e28 100%); }
      @media (max-width: 767px) {
        .cmc-page-teams .bottom2 .no2 {
          width: 12vw; } }
      .cmc-page-teams .bottom2 .no2::before {
        content: "#Case";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        left: 17px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .no2::before {
            bottom: 1.3333333333vw;
            left: 2.2666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teams .bottom2 .no2::after {
        content: "Total";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        right: 19px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .no2::after {
            bottom: 1.3333333333vw;
            right: 2.5333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teams .bottom2 .no2 .middle {
        position: absolute;
        font-weight: 400;
        background: #053979;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 75px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .no2 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 10vw; } }
    .cmc-page-teams .bottom2 .no3 {
      width: 25%;
      background: #e8332d;
      background: linear-gradient(180deg, #e8332d 0%, #b0211c 100%);
      border-top-right-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-teams .bottom2 .no3 {
          width: 12vw; } }
      .cmc-page-teams .bottom2 .no3::before {
        content: "#Case";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        left: 17px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .no3::before {
            bottom: 1.3333333333vw;
            left: 2.2666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teams .bottom2 .no3::after {
        content: "Total";
        position: absolute;
        font-weight: 400;
        background: #053979;
        bottom: 10px;
        right: 19px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .no3::after {
            bottom: 1.3333333333vw;
            right: 2.5333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teams .bottom2 .no3 .middle {
        position: absolute;
        font-weight: 400;
        background: #053979;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 75px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-teams .bottom2 .no3 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 10vw; } }
    .cmc-page-teams .bottom2 table.table-top tr:nth-child(even) td {
      color: #c0c0c0; }
    .cmc-page-teams .bottom2 table.table-top thead {
      text-align: center; }
    .cmc-page-teams .bottom2 table.table-top thead th {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page-teams .bottom2 table.table-top thead th {
          font-size: 2.6666666667vw; } }
    .cmc-page-teams .bottom2 table.table-top thead th:first-child {
      border-left: none; }

.cmc-page-teama {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .cmc-page-teama {
      max-width: 750px;
      margin: 0 auto;
      padding-bottom: 5.3333333333vw; } }
  .cmc-page-teama .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .cmc-page-teama .title {
        height: 18.6666666667vw; } }
    .cmc-page-teama .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .cmc-page-teama .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .cmc-page-teama .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page-teama .title .pro {
          font-size: 4.2666666667vw; } }
      .cmc-page-teama .title .pro span {
        font-size: 25px;
        font-weight: 400; }
        @media (max-width: 767px) {
          .cmc-page-teama .title .pro span {
            font-size: 3.3333333333vw; } }
  .cmc-page-teama .top {
    padding-top: 40px;
    padding-bottom: 20px; }
    .cmc-page-teama .top .banner {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center; }
      .cmc-page-teama .top .banner .icon {
        background: url("../images/cmcdashboard/title.png") no-repeat center center;
        background-size: contain;
        width: 56px;
        height: 56px; }
        @media (max-width: 767px) {
          .cmc-page-teama .top .banner .icon {
            width: 7.4666666667vw;
            height: 7.4666666667vw; } }
      .cmc-page-teama .top .banner p {
        font-weight: 800;
        color: #172d69;
        margin-left: 15px;
        font-size: 35px; }
        @media (max-width: 767px) {
          .cmc-page-teama .top .banner p {
            font-size: 4.6666666667vw;
            margin-left: 2vw; } }
  .cmc-page-teama .tabs {
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: center;
    /* you can either manually set a min-height here or do it via JS ---> */ }
  .cmc-page-teama .tab {
    float: left; }
  .cmc-page-teama .tab label {
    margin-right: 20px;
    position: relative;
    top: 0;
    cursor: pointer;
    color: #333;
    text-transform: uppercase; }
  .cmc-page-teama .tab [type="radio"] {
    display: none; }
  .cmc-page-teama .tab__content {
    position: relative;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.2s cubic-bezier(0.42, 0, 0.34, 1.01);
    opacity: 0; }
  .cmc-page-teama [type="radio"]:checked ~ label {
    border-bottom: 2px solid #1d1d1d;
    color: #1d1d1d;
    z-index: 2; }
  .cmc-page-teama [type="radio"]:checked ~ label ~ .tab__content {
    z-index: 1;
    opacity: 1; }
  .cmc-page-teama .bottom {
    padding-top: 20px;
    width: 100%; }
    .cmc-page-teama .bottom .table-top {
      margin: 0 !important; }
      .cmc-page-teama .bottom .table-top th {
        position: relative;
        line-height: 1;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 112px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .table-top th {
            padding-top: 2vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            height: 14.9333333333vw; } }
      .cmc-page-teama .bottom .table-top td {
        width: 9.6%;
        background: #fff;
        color: #ec342e;
        font-size: 20px;
        vertical-align: middle;
        border-bottom: 2px dotted #c0c0c0;
        border-right: 2px dotted #c0c0c0;
        word-break: break-all; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .table-top td {
            font-size: 2.6666666667vw;
            border-width: 1px; } }
      .cmc-page-teama .bottom .table-top td.left-t {
        background: #ec342e;
        color: #fff !important;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        height: 80px;
        font-size: 20px;
        border-right: 0; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .table-top td.left-t {
            padding-left: 1.3333333333vw;
            height: 10.6666666667vw;
            font-size: 2.6666666667vw; } }
      .cmc-page-teama .bottom .table-top td.topt {
        border-top-left-radius: 20px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .table-top td.topt {
            border-top-left-radius: 2.6666666667vw; } }
      .cmc-page-teama .bottom .table-top td.bottomt {
        border-bottom-left-radius: 20px;
        border: 0; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .table-top td.bottomt {
            border-bottom-left-radius: 2.6666666667vw; } }
      .cmc-page-teama .bottom .table-top td.green {
        color: #49a90e; }
    .cmc-page-teama .bottom table.table-top {
      width: 100%;
      text-align: center;
      border-collapse: collapse; }
    .cmc-page-teama .bottom .angle-left {
      background: #fff; }
    .cmc-page-teama .bottom .no1 {
      width: 15%;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #5fd6ff;
      background: linear-gradient(180deg, #5fd6ff 0%, #00a5d9 100%);
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom .no1 {
          width: 8vw;
          border-top-left-radius: 2vw; } }
    .cmc-page-teama .bottom .no2 {
      width: 35%;
      background: #209bd4;
      background: linear-gradient(180deg, #209bd4 0%, #234583 100%); }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom .no2 {
          width: 11vw; } }
      .cmc-page-teama .bottom .no2 .middle {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        left: 71px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .no2 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw;
            left: 9.4666666667vw; } }
      .cmc-page-teama .bottom .no2::before {
        content: "F2F";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        left: 14px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .no2::before {
            bottom: 1.3333333333vw;
            left: 1.8666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
      .cmc-page-teama .bottom .no2::after {
        content: "Total";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 5px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .no2::after {
            bottom: 1.3333333333vw;
            right: 0.6666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2vw;
            padding-right: 2vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
    .cmc-page-teama .bottom .no2-de {
      width: 15%;
      background: #75d1f0;
      background: linear-gradient(180deg, #75d1f0 0%, #007cd2 100%); }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom .no2-de {
          width: 11vw; } }
    .cmc-page-teama .bottom .no3 {
      width: 35%;
      background: #053979;
      background: linear-gradient(180deg, #053979 0%, #172d69 100%);
      border-top-right-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom .no3 {
          width: 8vw; } }
      .cmc-page-teama .bottom .no3 .middle {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        font-size: 14px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        left: 73px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .no3 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 0.4vw;
            padding-bottom: 0.4vw;
            left: 9.7333333333vw; } }
      .cmc-page-teama .bottom .no3 .middle-2 {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 70px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .no3 .middle-2 {
            bottom: 1.3333333333vw;
            right: 9.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 0.4vw;
            padding-bottom: 0.4vw; } }
      .cmc-page-teama .bottom .no3 .middle-3 {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 5px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .no3 .middle-3 {
            bottom: 1.3333333333vw;
            right: 0.6666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 0.4vw;
            padding-bottom: 0.4vw; } }
      .cmc-page-teama .bottom .no3::before {
        content: "Customer";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        left: 4px;
        border-radius: 7px;
        font-size: 12px;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom .no3::before {
            bottom: 1.3333333333vw;
            left: 0.5333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.6vw;
            padding-left: 0.5333333333vw;
            padding-right: 0.5333333333vw;
            padding-top: 1.3333333333vw;
            padding-bottom: 1.3333333333vw; } }
    .cmc-page-teama .bottom table.table-top tr:nth-child(odd) td {
      color: #c0c0c0; }
    .cmc-page-teama .bottom table.table-top thead {
      text-align: center; }
    .cmc-page-teama .bottom table.table-top thead th {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom table.table-top thead th {
          font-size: 2.6666666667vw; } }
    .cmc-page-teama .bottom table.table-top thead th:first-child {
      border-left: none; }
  .cmc-page-teama .bottom2 {
    padding-top: 20px;
    width: 100%;
    overflow: auto; }
    .cmc-page-teama .bottom2 .table-top {
      margin: 0 !important; }
      .cmc-page-teama .bottom2 .table-top th {
        position: relative;
        line-height: 1;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 120px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .table-top th {
            padding-top: 2vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            height: 16vw; } }
      .cmc-page-teama .bottom2 .table-top td {
        background: #fff;
        font-size: 20px;
        vertical-align: middle;
        border-bottom: 2px dotted #c0c0c0;
        border-right: 2px dotted #c0c0c0; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .table-top td {
            font-size: 2.6666666667vw;
            border-width: 1px; } }
      .cmc-page-teama .bottom2 .table-top td.left-t {
        background: #2092cb;
        color: #fff !important;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        height: 80px;
        font-size: 20px;
        width: 180px;
        border-right: 0; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .table-top td.left-t {
            padding-left: 1.3333333333vw;
            height: 10.6666666667vw;
            font-size: 2.6666666667vw;
            width: 21.666667vw; } }
      .cmc-page-teama .bottom2 .table-top td.topt {
        border-top-left-radius: 20px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .table-top td.topt {
            border-top-left-radius: 2.6666666667vw; } }
      .cmc-page-teama .bottom2 .table-top td.bottomt {
        border-bottom-left-radius: 20px;
        border: 0; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .table-top td.bottomt {
            border-bottom-left-radius: 2.6666666667vw; } }
      .cmc-page-teama .bottom2 .table-top td.green {
        color: #49a90e; }
    .cmc-page-teama .bottom2 table.table-top {
      width: 180%;
      text-align: center;
      border-collapse: collapse; }
    .cmc-page-teama .bottom2 .angle-left {
      background: #fff; }
    .cmc-page-teama .bottom2 .no1 {
      width: 50px;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #4465a3;
      background: linear-gradient(180deg, #4465a3 0%, #053979 100%);
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom2 .no1 {
          width: 8vw;
          border-top-left-radius: 2vw; } }
    .cmc-page-teama .bottom2 .po {
      background: #f38769;
      background: linear-gradient(180deg, #f38769 0%, #f86649 100%); }
    .cmc-page-teama .bottom2 .ar {
      background: #f06147;
      background: linear-gradient(180deg, #f06147 0%, #e3402a 100%); }
    .cmc-page-teama .bottom2 .su {
      background: #e7332d;
      background: linear-gradient(180deg, #e7332d 0%, #b5231e 100%); }
    .cmc-page-teama .bottom2 .mt {
      background: #94d1e7;
      background: linear-gradient(180deg, #94d1e7 0%, #2ea2d7 100%); }
    .cmc-page-teama .bottom2 .no2 {
      width: 120px;
      background: #209bd4;
      background: linear-gradient(180deg, #209bd4 0%, #234583 100%); }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom2 .no2 {
          width: 11vw; } }
      .cmc-page-teama .bottom2 .no2 .middle {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        font-size: 14px;
        bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        left: 141px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .no2 .middle {
            bottom: 1.3333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            left: 18.8vw;
            border-radius: 0.9333333333vw; } }
      .cmc-page-teama .bottom2 .no2::before {
        content: "F2F";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        left: 20px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .no2::before {
            bottom: 1.3333333333vw;
            left: 2.6666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw; } }
      .cmc-page-teama .bottom2 .no2::after {
        content: "Total";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 25px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .no2::after {
            bottom: 1.3333333333vw;
            right: 3.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw; } }
    .cmc-page-teama .bottom2 .no2-de {
      width: 70px;
      vertical-align: middle;
      padding-top: 0 !important; }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom2 .no2-de {
          width: 11vw; } }
    .cmc-page-teama .bottom2 .no3 {
      width: 120px;
      background: #053979;
      background: linear-gradient(180deg, #053979 0%, #172d69 100%);
      border-top-right-radius: 15px; }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom2 .no3 {
          width: 8vw; } }
      .cmc-page-teama .bottom2 .no3 .middle {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        font-size: 14px;
        bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
        left: 93px;
        border-radius: 7px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .no3 .middle {
            bottom: 1.3333333333vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 1.0666666667vw;
            padding-bottom: 1.0666666667vw;
            left: 12.4vw; } }
      .cmc-page-teama .bottom2 .no3 .middle-2 {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 90px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 8px;
        padding-bottom: 8px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .no3 .middle-2 {
            bottom: 1.3333333333vw;
            right: 12vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 1.0666666667vw;
            padding-bottom: 1.0666666667vw; } }
      .cmc-page-teama .bottom2 .no3 .middle-3 {
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        right: 5px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .no3 .middle-3 {
            bottom: 1.3333333333vw;
            right: 0.6666666667vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 2.6666666667vw;
            padding-right: 2.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw; } }
      .cmc-page-teama .bottom2 .no3::before {
        content: "Customer";
        position: absolute;
        font-weight: 400;
        background: #ec342e;
        bottom: 10px;
        left: 6px;
        border-radius: 7px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px; }
        @media (max-width: 767px) {
          .cmc-page-teama .bottom2 .no3::before {
            bottom: 1.3333333333vw;
            left: 0.8vw;
            border-radius: 0.9333333333vw;
            font-size: 1.8666666667vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            padding-top: 2vw;
            padding-bottom: 2vw; } }
    .cmc-page-teama .bottom2 table.table-top tr:nth-child(odd) td {
      color: #c0c0c0; }
    .cmc-page-teama .bottom2 table.table-top thead {
      text-align: center; }
    .cmc-page-teama .bottom2 table.table-top thead th {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .cmc-page-teama .bottom2 table.table-top thead th {
          font-size: 2.6666666667vw; } }
    .cmc-page-teama .bottom2 table.table-top thead th:first-child {
      border-left: none; }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 40vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  border-radius: 15px;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
.close {
  color: #000;
  float: right;
  margin-right: 15px;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal-body {
  padding: 30px 30px;
  text-align: center; }

#regForm {
  background-color: #ffffff;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 100vh;
  /* Mark input boxes that gets an error on validation: */
  /* Hide all steps by default: */
  /* Make circles that indicate the steps of the form: */
  /* Mark the active step: */
  /* Mark the steps that are finished and valid: */ }
  @media (min-width: 768px) {
    #regForm {
      max-width: 750px;
      margin: 0 auto; } }
  #regForm input {
    padding: 10px;
    width: 100%;
    font-size: 22px;
    font-family: Raleway;
    border: 1px solid #aaaaaa; }
  #regForm input.invalid {
    background-color: #ffdddd; }
  #regForm .textar {
    overflow: auto;
    height: 50vh;
    border: 1px solid #282828;
    padding: 19px;
    border-radius: 10px;
    margin-top: 25px;
    font-size: 0.8rem; }
    #regForm .textar strong {
      font-weight: bold !important; }
  #regForm .title-reg {
    font-size: 26px;
    color: #002469; }
  #regForm .title-reg-2 {
    font-size: 1.5rem;
    color: #002469;
    text-align: center; }
  #regForm .input-class {
    margin-top: 20%; }
    #regForm .input-class input {
      padding: 10px;
      border-radius: 10px; }
  #regForm .check1 {
    padding-top: 35px; }
  #regForm .btt {
    margin-top: 20%; }
  #regForm .btn-pri {
    width: 100%;
    background: #002469;
    font-size: 26px;
    color: #fff;
    padding: 10px;
    border: 0;
    border-radius: 10px;
    text-align: center;
    text-decoration: none; }
  #regForm .btn-reg {
    width: 100%;
    background: #002469;
    font-size: 26px;
    margin-top: 35px;
    color: #fff;
    padding: 10px;
    border: 0;
    border-radius: 10px; }
  #regForm .tab {
    display: none;
    font-size: 16px;
    width: 80%; }
    #regForm .tab .icon {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      #regForm .tab .icon p {
        font-size: 26px; }
      #regForm .tab .icon img {
        padding-top: 26%;
        padding-bottom: 26%; }
      #regForm .tab .icon .btn-pri {
        margin-top: 50%; }
  #regForm .checkk {
    width: 25px;
    height: 25px; }
  #regForm .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5; }
  #regForm .step.active {
    opacity: 1; }
  #regForm .step.finish {
    background-color: #04aa6d; }
  #regForm .text-center {
    text-align: center; }
  #regForm .digit .container {
    display: flex;
    flex-flow: column;
    height: auto;
    align-items: space-around;
    justify-content: center; }
  #regForm .digit .userInput {
    display: flex;
    justify-content: center;
    margin-top: 15%; }
  #regForm .digit input {
    margin: 10px;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-family: arimo;
    font-size: 26px;
    background: #eef2f3; }
  #regForm .digit h1 {
    text-align: center;
    font-family: arimo;
    color: #002469; }

/* Style the input fields */
.profile {
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background: #21559b;
  background: linear-gradient(180deg, #21559b 0%, #172d69 100%); }
  @media (max-width: 767px) {
    .profile {
      max-width: 750px;
      margin: 0 auto; } }
  .profile .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .profile .title {
        height: 18.6666666667vw; } }
    .profile .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .profile .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
  .profile .pro {
    font-size: 32px;
    font-weight: 600;
    text-align: center; }
    @media (max-width: 767px) {
      .profile .pro {
        font-size: 4.2666666667vw; } }
  .profile .bottm {
    text-align: center; }
  .profile .name {
    font-size: 26px;
    text-align: center; }
    @media (max-width: 767px) {
      .profile .name {
        font-size: 25px; } }
  .profile .line {
    width: 100%;
    border-bottom: 2px solid #002469; }
  .profile .dashboard {
    display: flex;
    flex-direction: column;
    width: 70%;
    z-index: 2;
    padding-top: 10%;
    padding-bottom: 8%; }
    @media (max-width: 767px) {
      .profile .dashboard {
        top: 0vw; } }
    .profile .dashboard #profile {
      background-size: cover;
      background-position: center center;
      width: 280px;
      height: 280px;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .profile .dashboard #profile {
          width: 37.3333333333vw;
          height: 37.3333333333vw; } }
    .profile .dashboard .top {
      display: flex;
      justify-content: center;
      position: relative; }
      .profile .dashboard .top .img-in {
        position: relative; }
        .profile .dashboard .top .img-in .img-ed {
          background: url("../images/profile/edit-img.png") no-repeat center center;
          background-size: contain;
          width: 103px;
          height: 103px;
          position: absolute;
          right: 0;
          bottom: -22px; }
          @media (max-width: 767px) {
            .profile .dashboard .top .img-in .img-ed {
              width: 13.7333333333vw;
              height: 13.7333333333vw;
              bottom: -2.9333333333vw; } }
      .profile .dashboard .top img {
        border-radius: 50%;
        width: 280px;
        height: 280px; }
        @media (max-width: 767px) {
          .profile .dashboard .top img {
            width: 37.3333333333vw;
            height: 37.3333333333vw; } }
      .profile .dashboard .top input {
        display: none; }
      .profile .dashboard .top p {
        position: absolute;
        bottom: 0;
        left: 45%;
        color: #fff; }
    .profile .dashboard .bt {
      font-size: 20px;
      margin-top: 20%; }
      @media (max-width: 767px) {
        .profile .dashboard .bt {
          font-size: 2.6666666667vw; } }
      .profile .dashboard .bt span {
        font-size: 18px;
        font-weight: 200; }
        @media (max-width: 767px) {
          .profile .dashboard .bt span {
            font-size: 2.4vw; } }
  .profile .middle {
    background: url("../images/home/bg.png") no-repeat bottom center;
    background-size: cover;
    width: 100%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    z-index: 1;
    min-height: 143vw;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
    box-shadow: -1px -5px 5px 0px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: -1px -5px 5px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: -1px -5px 5px 0px rgba(0, 0, 0, 0.34); }
    @media (max-width: 767px) {
      .profile .middle {
        border-top-left-radius: 5.3333333333vw;
        border-top-right-radius: 5.3333333333vw; } }
    .profile .middle .bt {
      width: 90%;
      margin: 0 auto;
      padding-top: 30px;
      overflow-y: auto; }
      .profile .middle .bt .item {
        border: 1px solid #7a7a7a;
        background: #fff;
        position: relative;
        border-radius: 17px;
        padding: 30px;
        margin-bottom: 25px; }
        @media (max-width: 767px) {
          .profile .middle .bt .item {
            border-radius: 2.2666666667vw;
            padding: 4vw;
            margin-bottom: 3.3333333333vw; } }
        .profile .middle .bt .item h1 {
          position: absolute;
          color: #053979;
          background: #fff;
          font-weight: 600;
          top: -15px;
          padding-left: 5px;
          padding-right: 5px; }
          @media (max-width: 767px) {
            .profile .middle .bt .item h1 {
              top: -2vw;
              padding-left: 0.6666666667vw;
              padding-right: 0.6666666667vw; } }
        .profile .middle .bt .item p {
          color: #7a7a7a; }

.checkin {
  height: 100vh;
  position: relative;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .checkin {
      max-width: 750px;
      margin: 0 auto; } }
  .checkin .head {
    background: url("../images/checkin/head.png") no-repeat center center;
    background-size: contain;
    width: 268px;
    height: 62px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .checkin .head {
        width: 35.7333333333vw;
        height: 8.2666666667vw; } }
  .checkin .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .checkin .title {
        height: 18.6666666667vw; } }
    .checkin .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .checkin .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .checkin .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .checkin .title .pro {
          font-size: 4.2666666667vw; } }
  .checkin .title-1 {
    font-size: 1.3rem;
    font-weight: 400;
    padding-bottom: 15px; }
  .checkin .form {
    width: 80%;
    position: relative;
    top: 90px; }
    .checkin .form .txt-input .form-group {
      padding-bottom: 15px; }
      .checkin .form .txt-input .form-group input {
        padding: 10px;
        border-radius: 6px; }
      .checkin .form .txt-input .form-group label {
        font-size: 1rem;
        font-weight: 300; }
    .checkin .form .normal-input {
      width: 100%; }
    .checkin .form .btn-pri {
      margin: 50px auto;
      width: 100%;
      background: #002469;
      font-size: 18px;
      color: #fff;
      padding: 10px;
      border: 0;
      border-radius: 10px;
      text-align: center;
      text-decoration: none; }

.call-form {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .call-form {
      max-width: 750px;
      margin: 0 auto; } }
  .call-form .head {
    background: url("../images/checkin/head.png") no-repeat center center;
    background-size: contain;
    position: relative;
    width: 268px;
    height: 62px;
    top: 30px; }
    @media (max-width: 767px) {
      .call-form .head {
        width: 35.7333333333vw;
        height: 8.2666666667vw;
        top: 4vw; } }
  .call-form .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .call-form .title {
        height: 18.6666666667vw; } }
    .call-form .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .call-form .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .call-form .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .call-form .title .pro {
          font-size: 4.2666666667vw; } }
  .call-form .txt-input .rad {
    padding-top: 20px;
    margin-left: 30px; }
    @media (max-width: 767px) {
      .call-form .txt-input .rad {
        width: 35.7333333333vw;
        padding-top: 2.6666666667vw;
        margin-left: 4vw; } }
    .call-form .txt-input .rad .form-control {
      font-family: system-ui, sans-serif;
      font-size: 25px;
      font-weight: 400;
      display: grid;
      grid-template-columns: 2em auto;
      gap: 0.5em; }
      @media (max-width: 767px) {
        .call-form .txt-input .rad .form-control {
          font-size: 3.3333333333vw; } }
    .call-form .txt-input .rad .form-control + .form-control {
      margin-top: 1em; }
    .call-form .txt-input .rad input[type="radio"] {
      /* Add if not using autoprefixer */
      -webkit-appearance: none;
      /* Remove most all native input styles */
      appearance: none;
      /* For iOS < 15 */
      background-color: var(--form-background);
      /* Not removed via appearance */
      margin: 0;
      font: inherit;
      color: currentColor;
      width: 40px;
      height: 40px;
      border: none;
      background: #ebebeb;
      border-radius: 50%;
      transform: translateY(-0.075em);
      padding: 0;
      display: grid;
      place-content: center; }
      @media (max-width: 767px) {
        .call-form .txt-input .rad input[type="radio"] {
          width: 5.3333333333vw;
          height: 5.3333333333vw; } }
    .call-form .txt-input .rad input[type="radio"]::before {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 50%;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 1em var(--form-control-color);
      /* Windows High Contrast Mode */
      background-color: #ec342e; }
      @media (max-width: 767px) {
        .call-form .txt-input .rad input[type="radio"]::before {
          width: 2.6666666667vw;
          height: 2.6666666667vw; } }
    .call-form .txt-input .rad input[type="radio"]:checked::before {
      transform: scale(1); }
  .call-form .txt-input .form-group {
    padding-bottom: 15px;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .call-form .txt-input .form-group {
        padding-bottom: 2vw;
        padding-top: 4vw; } }
    .call-form .txt-input .form-group input {
      border: 2px solid #ccc;
      padding: 20px;
      border-radius: 20px;
      font-size: 30px;
      margin-top: 15px; }
      @media (max-width: 767px) {
        .call-form .txt-input .form-group input {
          padding: 2.6666666667vw;
          border-radius: 2.6666666667vw;
          font-size: 4vw;
          margin-top: 2vw; } }
    .call-form .txt-input .form-group select {
      width: 100%;
      border: 2px solid #ccc;
      padding: 20px;
      border-radius: 20px;
      font-size: 30px;
      margin-top: 15px; }
      @media (max-width: 767px) {
        .call-form .txt-input .form-group select {
          padding: 2.6666666667vw;
          border-radius: 2.6666666667vw;
          font-size: 4vw;
          margin-top: 2vw; } }
    .call-form .txt-input .form-group label {
      font-weight: 600;
      font-size: 25px;
      padding-bottom: 15px;
      color: #172d69; }
      @media (max-width: 767px) {
        .call-form .txt-input .form-group label {
          font-size: 3.3333333333vw;
          padding-bottom: 2vw; } }
      .call-form .txt-input .form-group label sub {
        color: #ec342e; }
    .call-form .txt-input .form-group small {
      font-weight: 400;
      font-size: 16px;
      margin-left: 30px;
      color: #172d69; }
      @media (max-width: 767px) {
        .call-form .txt-input .form-group small {
          font-size: 2.1333333333vw;
          margin-left: 4vw; } }
    .call-form .txt-input .form-group .head-txt {
      font-size: 0.6rem; }
  .call-form .txt-input .checkb {
    padding-top: 20px;
    margin-left: 30px;
    /* Input */
    /* Span */
    /* Box */
    /* Checkmark */
    /* Hover, Focus */
    /* Active */
    /* Disabled */ }
    @media (max-width: 767px) {
      .call-form .txt-input .checkb {
        padding-top: 2.6666666667vw;
        margin-left: 4vw; } }
    .call-form .txt-input .checkb .p-checkbox {
      z-index: 0;
      position: relative;
      display: inline-block;
      color: #172d69;
      line-height: 1;
      font-weight: 400;
      font-size: 20px; }
      @media (max-width: 767px) {
        .call-form .txt-input .checkb .p-checkbox {
          font-size: 2.6666666667vw; } }
      .call-form .txt-input .checkb .p-checkbox input {
        border: 0;
        padding: 0; }
    .call-form .txt-input .checkb .p-checkbox > input {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      z-index: -1;
      position: absolute;
      left: -10px;
      top: -8px;
      display: block;
      margin: 0;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      box-shadow: none;
      outline: none;
      opacity: 0;
      transform: scale(1);
      pointer-events: none;
      transition: opacity 0.3s, transform 0.2s; }
      @media (max-width: 767px) {
        .call-form .txt-input .checkb .p-checkbox > input {
          left: -1.3333333333vw;
          top: -1.0666666667vw;
          width: 5.3333333333vw;
          height: 5.3333333333vw; } }
    .call-form .txt-input .checkb .p-checkbox > span {
      display: inline-block;
      width: 100%;
      cursor: pointer; }
      .call-form .txt-input .checkb .p-checkbox > span small {
        font-size: 13px;
        margin-left: 0; }
        @media (max-width: 767px) {
          .call-form .txt-input .checkb .p-checkbox > span small {
            font-size: 1.7333333333vw; } }
    .call-form .txt-input .checkb .p-checkbox > span::before {
      content: "";
      display: inline-block;
      box-sizing: border-box;
      border-color: #172d69;
      border: solid 2px;
      /* Safari */
      border-radius: 10px;
      width: 40px;
      height: 40px;
      margin-right: 15px;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .call-form .txt-input .checkb .p-checkbox > span::before {
          border-radius: 1.3333333333vw;
          width: 5.3333333333vw;
          height: 5.3333333333vw;
          margin-right: 2vw; } }
    .call-form .txt-input .checkb .p-checkbox > span::after {
      content: "";
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 26px;
      height: 16px;
      border: solid 6px transparent;
      border-radius: 6px;
      border-right: none;
      border-top: none;
      transform: translate(3px, 4px) rotate(-45deg); }
      @media (max-width: 767px) {
        .call-form .txt-input .checkb .p-checkbox > span::after {
          border-radius: 0.8vw;
          top: 0.6666666667vw;
          left: 0.6666666667vw;
          width: 3.4666666667vw;
          height: 2.1333333333vw; } }
    .call-form .txt-input .checkb .p-checkbox > input:checked + span::before,
    .call-form .txt-input .checkb .p-checkbox > input:indeterminate + span::before {
      border-color: #209bd4;
      background-color: #209bd4; }
    .call-form .txt-input .checkb .p-checkbox > input:checked + span::after,
    .call-form .txt-input .checkb .p-checkbox > input:indeterminate + span::after {
      border-color: #fff; }
    .call-form .txt-input .checkb .p-checkbox > input:indeterminate + span::after {
      border-left: none;
      transform: translate(4px, 3px); }
    .call-form .txt-input .checkb .p-checkbox > input:disabled {
      opacity: 0; }
  .call-form .form {
    width: 90%;
    padding-top: 40px; }
    @media (max-width: 767px) {
      .call-form .form {
        padding-top: 5.3333333333vw; } }
    .call-form .form .bt-b {
      padding-bottom: 50px; }
      .call-form .form .bt-b .btn-pri {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 50%;
        margin: 0 auto; }
      .call-form .form .bt-b .nextss {
        background: url("../images/home/next.png") no-repeat center center;
        background-size: contain;
        width: 46px;
        height: 46px; }
        @media (max-width: 767px) {
          .call-form .form .bt-b .nextss {
            padding-top: 5.3333333333vw;
            width: 6.1333333333vw;
            height: 6.1333333333vw; } }
    .call-form .form .normal {
      width: 100%; }
    .call-form .form .btn-pri {
      background: #ec342e;
      font-size: 25px;
      color: #fff;
      padding: 10px;
      border: 0;
      border-radius: 10px;
      text-align: center;
      text-decoration: none; }
      @media (max-width: 767px) {
        .call-form .form .btn-pri {
          font-size: 4vw;
          padding: 4vw;
          border-radius: 1.3333333333vw; } }

.meet-form {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .meet-form {
      max-width: 750px;
      margin: 0 auto; } }
  .meet-form .head {
    background: url("../images/checkin/head.png") no-repeat center center;
    background-size: contain;
    position: relative;
    width: 268px;
    height: 62px;
    top: 30px; }
    @media (max-width: 767px) {
      .meet-form .head {
        width: 35.7333333333vw;
        height: 8.2666666667vw;
        top: 4vw; } }
  .meet-form .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .meet-form .title {
        height: 18.6666666667vw; } }
    .meet-form .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .meet-form .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .meet-form .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .meet-form .title .pro {
          font-size: 4.2666666667vw; } }
  .meet-form .txt-input .rad {
    padding-top: 20px;
    margin-left: 30px; }
    @media (max-width: 767px) {
      .meet-form .txt-input .rad {
        padding-top: 2.6666666667vw;
        margin-left: 4vw; } }
    .meet-form .txt-input .rad .form-control {
      font-size: 25px;
      font-weight: 400;
      display: grid;
      grid-template-columns: 2em auto;
      gap: 0.5em; }
      @media (max-width: 767px) {
        .meet-form .txt-input .rad .form-control {
          font-size: 3.3333333333vw; } }
    .meet-form .txt-input .rad .form-control + .form-control {
      margin-top: 1em; }
    .meet-form .txt-input .rad input[type="radio"] {
      /* Add if not using autoprefixer */
      -webkit-appearance: none;
      /* Remove most all native input styles */
      appearance: none;
      /* For iOS < 15 */
      background-color: var(--form-background);
      /* Not removed via appearance */
      margin: 0;
      font: inherit;
      color: currentColor;
      width: 40px;
      height: 40px;
      border: none;
      background: #ebebeb;
      border-radius: 50%;
      transform: translateY(-0.075em);
      padding: 0;
      display: grid;
      place-content: center; }
      @media (max-width: 767px) {
        .meet-form .txt-input .rad input[type="radio"] {
          width: 5.3333333333vw;
          height: 5.3333333333vw; } }
    .meet-form .txt-input .rad input[type="radio"]::before {
      content: "";
      width: 20px;
      height: 20px;
      border-radius: 50%;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 1em var(--form-control-color);
      /* Windows High Contrast Mode */
      background-color: #ec342e; }
      @media (max-width: 767px) {
        .meet-form .txt-input .rad input[type="radio"]::before {
          width: 2.6666666667vw;
          height: 2.6666666667vw; } }
    .meet-form .txt-input .rad input[type="radio"]:checked::before {
      transform: scale(1); }
  .meet-form .txt-input .form-group {
    padding-bottom: 15px;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .meet-form .txt-input .form-group {
        padding-bottom: 2vw;
        padding-top: 4vw; } }
    .meet-form .txt-input .form-group input {
      border: 2px solid #ccc;
      padding: 20px;
      border-radius: 20px;
      font-size: 30px;
      margin-top: 15px;
      width: 100%; }
      @media (max-width: 767px) {
        .meet-form .txt-input .form-group input {
          padding: 2.6666666667vw;
          border-radius: 2.6666666667vw;
          font-size: 4vw;
          margin-top: 2vw; } }
    .meet-form .txt-input .form-group label {
      font-weight: 600;
      font-size: 25px;
      padding-bottom: 15px;
      color: #172d69; }
      @media (max-width: 767px) {
        .meet-form .txt-input .form-group label {
          font-size: 3.3333333333vw;
          padding-bottom: 2vw; } }
      .meet-form .txt-input .form-group label sub {
        color: #ec342e; }
    .meet-form .txt-input .form-group small {
      font-weight: 400;
      font-size: 16px;
      margin-left: 30px;
      color: #172d69; }
      @media (max-width: 767px) {
        .meet-form .txt-input .form-group small {
          font-size: 2.1333333333vw;
          margin-left: 4vw; } }
    .meet-form .txt-input .form-group .head-txt {
      font-size: 0.6rem; }
    .meet-form .txt-input .form-group select {
      width: 100%;
      border: 2px solid #ccc;
      padding: 20px;
      border-radius: 20px;
      font-size: 30px;
      margin-top: 15px;
      font-family: "Kittithada", sans-serif !important; }
      @media (max-width: 767px) {
        .meet-form .txt-input .form-group select {
          padding: 2.6666666667vw;
          border-radius: 2.6666666667vw;
          font-size: 4vw;
          margin-top: 2vw; } }
  .meet-form .txt-input .checkb {
    padding-top: 20px;
    margin-left: 30px;
    /* Input */
    /* Span */
    /* Box */
    /* Checkmark */
    /* Hover, Focus */
    /* Active */
    /* Disabled */ }
    @media (max-width: 767px) {
      .meet-form .txt-input .checkb {
        padding-top: 2.6666666667vw;
        margin-left: 4vw; } }
    .meet-form .txt-input .checkb .p-checkbox {
      z-index: 0;
      position: relative;
      display: inline-block;
      color: #172d69;
      line-height: 1;
      font-weight: 400;
      font-size: 20px; }
      @media (max-width: 767px) {
        .meet-form .txt-input .checkb .p-checkbox {
          font-size: 2.6666666667vw; } }
      .meet-form .txt-input .checkb .p-checkbox input {
        border: 0;
        padding: 0; }
    .meet-form .txt-input .checkb .p-checkbox > input {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      z-index: -1;
      position: absolute;
      left: -10px;
      top: -8px;
      display: block;
      margin: 0;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      box-shadow: none;
      outline: none;
      opacity: 0;
      transform: scale(1);
      pointer-events: none;
      transition: opacity 0.3s, transform 0.2s; }
      @media (max-width: 767px) {
        .meet-form .txt-input .checkb .p-checkbox > input {
          left: -1.3333333333vw;
          top: -1.0666666667vw;
          width: 5.3333333333vw;
          height: 5.3333333333vw; } }
    .meet-form .txt-input .checkb .p-checkbox > span {
      display: inline-block;
      width: 100%;
      cursor: pointer; }
      .meet-form .txt-input .checkb .p-checkbox > span small {
        font-size: 13px;
        margin-left: 0; }
        @media (max-width: 767px) {
          .meet-form .txt-input .checkb .p-checkbox > span small {
            font-size: 1.7333333333vw; } }
    .meet-form .txt-input .checkb .p-checkbox > span::before {
      content: "";
      display: inline-block;
      box-sizing: border-box;
      border-color: #172d69;
      border: solid 2px;
      /* Safari */
      border-radius: 10px;
      width: 40px;
      height: 40px;
      margin-right: 15px;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .meet-form .txt-input .checkb .p-checkbox > span::before {
          border-radius: 1.3333333333vw;
          width: 5.3333333333vw;
          height: 5.3333333333vw;
          margin-right: 2vw; } }
    .meet-form .txt-input .checkb .p-checkbox > span::after {
      content: "";
      display: block;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 26px;
      height: 16px;
      border: solid 6px transparent;
      border-radius: 6px;
      border-right: none;
      border-top: none;
      transform: translate(3px, 4px) rotate(-45deg); }
      @media (max-width: 767px) {
        .meet-form .txt-input .checkb .p-checkbox > span::after {
          border-radius: 0.8vw;
          top: 0.6666666667vw;
          left: 0.6666666667vw;
          width: 3.4666666667vw;
          height: 2.1333333333vw; } }
    .meet-form .txt-input .checkb .p-checkbox > input:checked + span::before,
    .meet-form .txt-input .checkb .p-checkbox > input:indeterminate + span::before {
      border-color: #209bd4;
      background-color: #209bd4; }
    .meet-form .txt-input .checkb .p-checkbox > input:checked + span::after,
    .meet-form .txt-input .checkb .p-checkbox > input:indeterminate + span::after {
      border-color: #fff; }
    .meet-form .txt-input .checkb .p-checkbox > input:indeterminate + span::after {
      border-left: none;
      transform: translate(4px, 3px); }
    .meet-form .txt-input .checkb .p-checkbox > input:disabled {
      opacity: 0; }
  .meet-form .form {
    width: 90%;
    padding-top: 40px; }
    @media (max-width: 767px) {
      .meet-form .form {
        padding-top: 5.3333333333vw; } }
    .meet-form .form .bt-b {
      padding-bottom: 50px; }
      .meet-form .form .bt-b .btn-pri {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 50%;
        margin: 0 auto; }
      .meet-form .form .bt-b .nextss {
        background: url("../images/home/next.png") no-repeat center center;
        background-size: contain;
        width: 46px;
        height: 46px; }
        @media (max-width: 767px) {
          .meet-form .form .bt-b .nextss {
            padding-top: 5.3333333333vw;
            width: 6.1333333333vw;
            height: 6.1333333333vw; } }
    .meet-form .form .normal {
      width: 100%; }
    .meet-form .form .btn-pri {
      background: #ec342e;
      font-size: 25px;
      color: #fff;
      padding: 10px;
      border: 0;
      border-radius: 10px;
      text-align: center;
      text-decoration: none; }
      @media (max-width: 767px) {
        .meet-form .form .btn-pri {
          font-size: 4vw;
          padding: 4vw;
          border-radius: 1.3333333333vw; } }

.commissions {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .commissions {
      max-width: 750px;
      margin: 0 auto; } }
  .commissions .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .commissions .title {
        height: 18.6666666667vw; } }
    .commissions .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .commissions .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .commissions .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .commissions .title .pro {
          font-size: 4.2666666667vw; } }
  .commissions .top .banner {
    width: 100%; }
    .commissions .top .banner img {
      width: 100%;
      height: auto; }
  .commissions .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .commissions .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .commissions .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    top: -130px; }
    @media (max-width: 767px) {
      .commissions .bottom {
        padding-top: 2.6666666667vw;
        top: -17.3333333333vw; } }
    .commissions .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .commissions .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }
        @media (max-width: 767px) {
          .commissions .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .commissions .bottom .top-payout .icon {
      background: url("../images/commission/top-payout.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .commissions .bottom .top-payout .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .commissions .bottom .top-payout .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .commissions .bottom .top-payout .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .commissions .bottom .top-payout .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .commissions .bottom .top-payout .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .commissions .bottom .top-payout .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .commissions .bottom .top-payout .text span {
            font-size: 2.6666666667vw; } }
    .commissions .bottom .check .icon {
      background: url("../images/commission/thismonth.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .commissions .bottom .check .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .commissions .bottom .check .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .commissions .bottom .check .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .commissions .bottom .check .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .commissions .bottom .check .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .commissions .bottom .check .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .commissions .bottom .check .text span {
            font-size: 2.6666666667vw; } }
    .commissions .bottom .ismonth .icon {
      background: url("../images/commission/getincentive.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .commissions .bottom .ismonth .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .commissions .bottom .ismonth .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .commissions .bottom .ismonth .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .commissions .bottom .ismonth .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .commissions .bottom .ismonth .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .commissions .bottom .ismonth .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .commissions .bottom .ismonth .text span {
            font-size: 2.6666666667vw; } }

.commission-toppayout {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .commission-toppayout {
      max-width: 750px;
      margin: 0 auto; } }
  .commission-toppayout .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .commission-toppayout .title {
        height: 18.6666666667vw; } }
    .commission-toppayout .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .commission-toppayout .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .commission-toppayout .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .commission-toppayout .title .pro {
          font-size: 4.2666666667vw; } }
  .commission-toppayout .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .commission-toppayout .head {
        width: 46.6666666667vw;
        height: 13.3333333333vw; } }
  .commission-toppayout .top {
    position: relative;
    padding-top: 60px;
    width: 75%; }
    @media (max-width: 767px) {
      .commission-toppayout .top {
        padding-top: 8vw; } }
    @media (max-width: 767px) {
      .commission-toppayout .top .selectric-wrapper {
        height: 18.6666666667vw;
        border-radius: 2vw;
        padding-left: 2.1333333333vw;
        padding-right: 2.1333333333vw;
        padding-top: 2vw;
        padding-bottom: 2vw; } }
    .commission-toppayout .top .selectric-wrapper .selectric {
      border: 0;
      background-color: #fcfbfb;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      border-radius: 15px; }
      @media (max-width: 767px) {
        .commission-toppayout .top .selectric-wrapper .selectric {
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw;
          border-radius: 2vw; } }
      .commission-toppayout .top .selectric-wrapper .selectric .label {
        font-size: 24px;
        color: #172d69; }
        @media (max-width: 767px) {
          .commission-toppayout .top .selectric-wrapper .selectric .label {
            font-size: 3.2vw; } }
    .commission-toppayout .top .selectric-wrapper .selectric .button {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 100px;
      height: 100%;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
      .commission-toppayout .top .selectric-wrapper .selectric .button::after {
        border: 0;
        background: url("../images/commission/arrow.png") no-repeat center center;
        background-size: contain;
        width: 34px;
        height: 20px; }
        @media (max-width: 767px) {
          .commission-toppayout .top .selectric-wrapper .selectric .button::after {
            width: 4.5333333333vw;
            height: 2.6666666667vw; } }
      @media (max-width: 767px) {
        .commission-toppayout .top .selectric-wrapper .selectric .button {
          width: 13.3333333333vw;
          border-top-right-radius: 2vw;
          border-bottom-right-radius: 2vw; } }
    .commission-toppayout .top .selectric-wrapper .selectric-items {
      width: 100% !important;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 35px;
      padding-bottom: 15px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      top: 80%;
      border: 0; }
    .commission-toppayout .top .selectric-wrapper .selectric-items li {
      background: none;
      color: #172d69;
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 20px; }
  .commission-toppayout .bottom {
    position: relative;
    padding-bottom: 60px;
    width: 75%;
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */ }
    .commission-toppayout .bottom .top-banca {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .commission-toppayout .bottom .top-banca {
          padding-top: 1.3333333333vw; } }
    .commission-toppayout .bottom .custom-select {
      position: relative; }
    .commission-toppayout .bottom .select-selected:after {
      position: absolute;
      content: url("../images/commission/arrow.png");
      top: 0;
      right: 0;
      padding: 15px;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
    .commission-toppayout .bottom .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      content: url("../images/commission/arrow-u.png"); }
    .commission-toppayout .bottom .select-items div,
    .commission-toppayout .bottom .select-selected {
      color: #172d69;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      z-index: 9;
      position: relative;
      border-radius: 15px;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .commission-toppayout .bottom .select-items div,
        .commission-toppayout .bottom .select-selected {
          height: 18.6666666667vw;
          border-radius: 2vw;
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw; } }
    .commission-toppayout .bottom .select-items {
      position: absolute;
      background-color: #fcfbfb;
      top: 82%;
      left: 0;
      right: 0;
      z-index: 8;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      padding-top: 20px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      @media (max-width: 767px) {
        .commission-toppayout .bottom .select-items {
          border-bottom-right-radius: 2vw;
          border-bottom-left-radius: 2vw; } }
    .commission-toppayout .bottom .select-hide {
      display: none; }
    .commission-toppayout .bottom .last-m .head-title,
    .commission-toppayout .bottom .ytd .head-title {
      padding: 30px;
      color: #002469;
      font-size: 24px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .commission-toppayout .bottom .last-m .head-title,
        .commission-toppayout .bottom .ytd .head-title {
          padding: 4vw;
          font-size: 3.2vw; } }
    .commission-toppayout .bottom .last-m .table-top,
    .commission-toppayout .bottom .ytd .table-top {
      margin: 0 !important; }
      .commission-toppayout .bottom .last-m .table-top th,
      .commission-toppayout .bottom .ytd .table-top th {
        position: relative;
        line-height: 1;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 120px; }
        @media (max-width: 767px) {
          .commission-toppayout .bottom .last-m .table-top th,
          .commission-toppayout .bottom .ytd .table-top th {
            padding-top: 2vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            height: 16vw; } }
      .commission-toppayout .bottom .last-m .table-top td,
      .commission-toppayout .bottom .ytd .table-top td {
        background: #fff;
        color: #7a7a7a;
        font-size: 20px;
        vertical-align: middle;
        border-bottom: 2px dotted #c0c0c0;
        border-right: 2px dotted #c0c0c0;
        word-break: break-all; }
        @media (max-width: 767px) {
          .commission-toppayout .bottom .last-m .table-top td,
          .commission-toppayout .bottom .ytd .table-top td {
            font-size: 2.6666666667vw;
            border-width: 2px; } }
      .commission-toppayout .bottom .last-m .table-top td.left-t,
      .commission-toppayout .bottom .ytd .table-top td.left-t {
        background: #ec342e;
        color: #fff !important;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        height: 80px;
        font-size: 20px;
        width: 180px;
        border-right: 0; }
        @media (max-width: 767px) {
          .commission-toppayout .bottom .last-m .table-top td.left-t,
          .commission-toppayout .bottom .ytd .table-top td.left-t {
            padding-left: 1.3333333333vw;
            height: 10.6666666667vw;
            font-size: 2.6666666667vw;
            width: 21.666667vw; } }
      .commission-toppayout .bottom .last-m .table-top td.topt,
      .commission-toppayout .bottom .ytd .table-top td.topt {
        border-top-left-radius: 20px; }
        @media (max-width: 767px) {
          .commission-toppayout .bottom .last-m .table-top td.topt,
          .commission-toppayout .bottom .ytd .table-top td.topt {
            border-top-left-radius: 2.6666666667vw; } }
      .commission-toppayout .bottom .last-m .table-top td.bottomt,
      .commission-toppayout .bottom .ytd .table-top td.bottomt {
        border-bottom-left-radius: 20px;
        border: 0; }
        @media (max-width: 767px) {
          .commission-toppayout .bottom .last-m .table-top td.bottomt,
          .commission-toppayout .bottom .ytd .table-top td.bottomt {
            border-bottom-left-radius: 2.6666666667vw; } }
      .commission-toppayout .bottom .last-m .table-top td.green,
      .commission-toppayout .bottom .ytd .table-top td.green {
        color: #49a90e; }
    .commission-toppayout .bottom .last-m table.table-top,
    .commission-toppayout .bottom .ytd table.table-top {
      width: 100%;
      text-align: center;
      border-collapse: collapse; }
    .commission-toppayout .bottom .last-m table.table-top td sup,
    .commission-toppayout .bottom .last-m table.table-top th sup,
    .commission-toppayout .bottom .ytd table.table-top td sup,
    .commission-toppayout .bottom .ytd table.table-top th sup {
      vertical-align: super;
      font-size: smaller; }
    .commission-toppayout .bottom .last-m .angle-left,
    .commission-toppayout .bottom .ytd .angle-left {
      background: #fff;
      width: 25%; }
    .commission-toppayout .bottom .last-m .no1,
    .commission-toppayout .bottom .ytd .no1 {
      width: 25%;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #9ad4e8;
      background: linear-gradient(180deg, #9ad4e8 0%, #209bd4 100%);
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        .commission-toppayout .bottom .last-m .no1,
        .commission-toppayout .bottom .ytd .no1 {
          border-top-left-radius: 2vw; } }
    .commission-toppayout .bottom .last-m .no2,
    .commission-toppayout .bottom .ytd .no2 {
      width: 25%;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #209bd4;
      background: linear-gradient(180deg, #209bd4 0%, #234583 100%); }
      @media (max-width: 767px) {
        .commission-toppayout .bottom .last-m .no2,
        .commission-toppayout .bottom .ytd .no2 {
          width: 11vw; } }
    .commission-toppayout .bottom .last-m .no3,
    .commission-toppayout .bottom .ytd .no3 {
      width: 25%;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #053979;
      background: linear-gradient(180deg, #053979 0%, #172d69 100%);
      border-top-right-radius: 15px; }
    .commission-toppayout .bottom .last-m table.table-top thead,
    .commission-toppayout .bottom .ytd table.table-top thead {
      text-align: center; }
    .commission-toppayout .bottom .last-m table.table-top thead th,
    .commission-toppayout .bottom .ytd table.table-top thead th {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .commission-toppayout .bottom .last-m table.table-top thead th,
        .commission-toppayout .bottom .ytd table.table-top thead th {
          font-size: 2.6666666667vw; } }
    .commission-toppayout .bottom .last-m table.table-top thead th:first-child,
    .commission-toppayout .bottom .ytd table.table-top thead th:first-child {
      border-left: none; }

.commission-chincentive {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .commission-chincentive {
      max-width: 750px;
      margin: 0 auto; } }
  .commission-chincentive .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .commission-chincentive .title {
        height: 18.6666666667vw; } }
    .commission-chincentive .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .commission-chincentive .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .commission-chincentive .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .commission-chincentive .title .pro {
          font-size: 4.2666666667vw; } }
  .commission-chincentive .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .commission-chincentive .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .commission-chincentive .top {
    position: relative;
    padding-top: 60px;
    width: 80%; }
    @media (max-width: 767px) {
      .commission-chincentive .top {
        padding-top: 8vw; } }
    .commission-chincentive .top .input-check {
      width: 100%; }
      .commission-chincentive .top .input-check .one .form-c .form-group {
        padding-bottom: 15px;
        padding-top: 10px;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: row; }
        @media (max-width: 767px) {
          .commission-chincentive .top .input-check .one .form-c .form-group {
            padding-bottom: 2vw;
            padding-top: 1.3333333333vw; } }
        .commission-chincentive .top .input-check .one .form-c .form-group input {
          border: 2px solid #ccc;
          padding: 20px;
          border-radius: 20px;
          font-size: 30px;
          width: 60%; }
          @media (max-width: 767px) {
            .commission-chincentive .top .input-check .one .form-c .form-group input {
              padding: 2.6666666667vw;
              border-radius: 2.6666666667vw;
              font-size: 4vw; } }
        .commission-chincentive .top .input-check .one .form-c .form-group label {
          font-weight: 600;
          font-size: 25px;
          color: #172d69; }
          @media (max-width: 767px) {
            .commission-chincentive .top .input-check .one .form-c .form-group label {
              font-size: 3.3333333333vw; } }
        .commission-chincentive .top .input-check .one .form-c .form-group small {
          font-weight: 400;
          font-size: 16px;
          margin-left: 30px;
          color: #172d69; }
          @media (max-width: 767px) {
            .commission-chincentive .top .input-check .one .form-c .form-group small {
              font-size: 2.1333333333vw;
              margin-left: 4vw; } }
        .commission-chincentive .top .input-check .one .form-c .form-group .head-txt {
          font-size: 0.6rem; }
        .commission-chincentive .top .input-check .one .form-c .form-group span {
          padding-left: 10px;
          padding-right: 15px; }
  .commission-chincentive .bottom {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    width: 75%; }
    .commission-chincentive .bottom .top-banca {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .commission-chincentive .bottom .top-banca {
          padding-top: 5.3333333333vw; } }
    .commission-chincentive .bottom .last-m .head-title,
    .commission-chincentive .bottom .ytd .head-title {
      padding: 30px;
      color: #002469;
      font-size: 24px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .commission-chincentive .bottom .last-m .head-title,
        .commission-chincentive .bottom .ytd .head-title {
          padding: 4vw;
          font-size: 3.2vw; } }
    .commission-chincentive .bottom .last-m .table-top,
    .commission-chincentive .bottom .ytd .table-top {
      margin: 0 !important; }
      .commission-chincentive .bottom .last-m .table-top th,
      .commission-chincentive .bottom .ytd .table-top th {
        position: relative;
        line-height: 1;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 120px; }
        @media (max-width: 767px) {
          .commission-chincentive .bottom .last-m .table-top th,
          .commission-chincentive .bottom .ytd .table-top th {
            padding-top: 2vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            height: 16vw; } }
      .commission-chincentive .bottom .last-m .table-top td,
      .commission-chincentive .bottom .ytd .table-top td {
        background: #fff;
        color: #7a7a7a;
        font-size: 20px;
        vertical-align: middle;
        border-bottom: 2px dotted #c0c0c0;
        border-right: 2px dotted #c0c0c0;
        word-break: break-all; }
        @media (max-width: 767px) {
          .commission-chincentive .bottom .last-m .table-top td,
          .commission-chincentive .bottom .ytd .table-top td {
            font-size: 2.6666666667vw;
            border-width: 2px; } }
      .commission-chincentive .bottom .last-m .table-top td.left-t,
      .commission-chincentive .bottom .ytd .table-top td.left-t {
        background: #ec342e;
        color: #fff !important;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
        height: 80px;
        font-size: 20px;
        width: 180px;
        border-right: 0;
        line-height: 1; }
        @media (max-width: 767px) {
          .commission-chincentive .bottom .last-m .table-top td.left-t,
          .commission-chincentive .bottom .ytd .table-top td.left-t {
            padding-left: 1.3333333333vw;
            height: 10.6666666667vw;
            font-size: 2.6666666667vw;
            width: 21.666667vw; } }
      .commission-chincentive .bottom .last-m .table-top td.topt,
      .commission-chincentive .bottom .ytd .table-top td.topt {
        border-top-left-radius: 20px; }
        @media (max-width: 767px) {
          .commission-chincentive .bottom .last-m .table-top td.topt,
          .commission-chincentive .bottom .ytd .table-top td.topt {
            border-top-left-radius: 2.6666666667vw; } }
      .commission-chincentive .bottom .last-m .table-top td.bottomt,
      .commission-chincentive .bottom .ytd .table-top td.bottomt {
        border-bottom-left-radius: 20px;
        border: 0; }
        @media (max-width: 767px) {
          .commission-chincentive .bottom .last-m .table-top td.bottomt,
          .commission-chincentive .bottom .ytd .table-top td.bottomt {
            border-bottom-left-radius: 2.6666666667vw; } }
      .commission-chincentive .bottom .last-m .table-top td.green,
      .commission-chincentive .bottom .ytd .table-top td.green {
        color: #49a90e; }
    .commission-chincentive .bottom .last-m table.table-top,
    .commission-chincentive .bottom .ytd table.table-top {
      width: 100%;
      text-align: center;
      border-collapse: collapse; }
    .commission-chincentive .bottom .last-m table.table-top td sup,
    .commission-chincentive .bottom .last-m table.table-top th sup,
    .commission-chincentive .bottom .ytd table.table-top td sup,
    .commission-chincentive .bottom .ytd table.table-top th sup {
      vertical-align: super;
      font-size: smaller; }
    .commission-chincentive .bottom .last-m .angle-left,
    .commission-chincentive .bottom .ytd .angle-left {
      background: #fff;
      width: 25%; }
    .commission-chincentive .bottom .last-m .no1,
    .commission-chincentive .bottom .ytd .no1 {
      width: 25%;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #9ad4e8;
      background: linear-gradient(180deg, #9ad4e8 0%, #209bd4 100%);
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        .commission-chincentive .bottom .last-m .no1,
        .commission-chincentive .bottom .ytd .no1 {
          border-top-left-radius: 2vw; } }
    .commission-chincentive .bottom .last-m .no2,
    .commission-chincentive .bottom .ytd .no2 {
      width: 25%;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #209bd4;
      background: linear-gradient(180deg, #209bd4 0%, #234583 100%); }
      @media (max-width: 767px) {
        .commission-chincentive .bottom .last-m .no2,
        .commission-chincentive .bottom .ytd .no2 {
          width: 11vw; } }
    .commission-chincentive .bottom .last-m .no3,
    .commission-chincentive .bottom .ytd .no3 {
      width: 25%;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #053979;
      background: linear-gradient(180deg, #053979 0%, #172d69 100%);
      border-top-right-radius: 15px; }
    .commission-chincentive .bottom .last-m table.table-top thead,
    .commission-chincentive .bottom .ytd table.table-top thead {
      text-align: center; }
    .commission-chincentive .bottom .last-m table.table-top thead th,
    .commission-chincentive .bottom .ytd table.table-top thead th {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .commission-chincentive .bottom .last-m table.table-top thead th,
        .commission-chincentive .bottom .ytd table.table-top thead th {
          font-size: 2.6666666667vw; } }
    .commission-chincentive .bottom .last-m table.table-top thead th:first-child,
    .commission-chincentive .bottom .ytd table.table-top thead th:first-child {
      border-left: none; }

.commission-suincentive {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .commission-suincentive {
      max-width: 750px;
      margin: 0 auto; } }
  .commission-suincentive .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .commission-suincentive .title {
        height: 18.6666666667vw; } }
    .commission-suincentive .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .commission-suincentive .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .commission-suincentive .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .commission-suincentive .title .pro {
          font-size: 4.2666666667vw; } }
  .commission-suincentive .top .banner {
    width: 100%; }
    .commission-suincentive .top .banner img {
      width: 100%;
      height: auto; }
  .commission-suincentive .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .commission-suincentive .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .commission-suincentive .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 25px; }
    @media (max-width: 767px) {
      .commission-suincentive .bottom {
        padding-top: 3.3333333333vw; } }
    .commission-suincentive .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .commission-suincentive .bottom .item .btn-pri {
        position: relative;
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }
        @media (max-width: 767px) {
          .commission-suincentive .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
        .commission-suincentive .bottom .item .btn-pri:before {
          content: "";
          width: 4.5333333333vw;
          height: 100%;
          position: absolute;
          left: 0;
          background: #053979;
          border-top-left-radius: 30px;
          border-bottom-left-radius: 30px; }
          @media (max-width: 767px) {
            .commission-suincentive .bottom .item .btn-pri:before {
              width: 17px;
              border-top-left-radius: 4vw;
              border-bottom-left-radius: 4vw; } }
    .commission-suincentive .bottom .top-payout .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .commission-suincentive .bottom .top-payout .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .commission-suincentive .bottom .top-payout .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .commission-suincentive .bottom .top-payout .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .commission-suincentive .bottom .top-payout .text {
      text-align: left;
      font-weight: 500;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .commission-suincentive .bottom .top-payout .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .commission-suincentive .bottom .top-payout .text span {
        font-size: 30px; }
        @media (max-width: 767px) {
          .commission-suincentive .bottom .top-payout .text span {
            font-size: 4vw; } }
      .commission-suincentive .bottom .top-payout .text .role {
        font-weight: 400;
        color: #8c8c8c; }
    .commission-suincentive .bottom .check .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .commission-suincentive .bottom .check .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .commission-suincentive .bottom .check .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .commission-suincentive .bottom .check .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .commission-suincentive .bottom .check .text {
      text-align: left;
      font-weight: 500;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .commission-suincentive .bottom .check .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .commission-suincentive .bottom .check .text span {
        font-size: 30px; }
        @media (max-width: 767px) {
          .commission-suincentive .bottom .check .text span {
            font-size: 4vw; } }
      .commission-suincentive .bottom .check .text .role {
        font-weight: 400;
        color: #8c8c8c; }
    .commission-suincentive .bottom .ismonth .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .commission-suincentive .bottom .ismonth .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .commission-suincentive .bottom .ismonth .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .commission-suincentive .bottom .ismonth .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .commission-suincentive .bottom .ismonth .text {
      text-align: left;
      font-weight: 500;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .commission-suincentive .bottom .ismonth .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .commission-suincentive .bottom .ismonth .text span {
        font-size: 30px; }
        @media (max-width: 767px) {
          .commission-suincentive .bottom .ismonth .text span {
            font-size: 4vw; } }
      .commission-suincentive .bottom .ismonth .text .role {
        font-weight: 400;
        color: #8c8c8c; }
    .commission-suincentive .bottom .form-group {
      border-radius: 15px;
      border: 1px solid #002469; }
      .commission-suincentive .bottom .form-group input {
        width: 100%;
        padding: 10px;
        border-radius: 15px;
        border: none; }

.commission-getincentive {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .commission-getincentive {
      max-width: 750px;
      margin: 0 auto; } }
  .commission-getincentive .sepp {
    color: #e7332d;
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px; }
    @media (max-width: 767px) {
      .commission-getincentive .sepp {
        font-size: 3.1vw; } }
  .commission-getincentive .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .commission-getincentive .title {
        height: 18.6666666667vw; } }
    .commission-getincentive .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .commission-getincentive .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .commission-getincentive .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .commission-getincentive .title .pro {
          font-size: 4.2666666667vw; } }
  .commission-getincentive .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .commission-getincentive .head {
        width: 46.6666666667vw;
        height: 13.3333333333vw; } }
  .commission-getincentive .text {
    text-align: left;
    color: #172d69;
    width: 75%;
    font-size: 30px;
    margin-left: 30px;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .commission-getincentive .text {
        font-size: 4vw;
        margin-left: 4vw;
        margin-top: 5.3333333333vw; } }
    .commission-getincentive .text span {
      font-size: 20px; }
      @media (max-width: 767px) {
        .commission-getincentive .text span {
          font-size: 2.6666666667vw; } }
  .commission-getincentive .top {
    position: relative;
    width: 75%; }
    .commission-getincentive .top .selectric-wrapper {
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .commission-getincentive .top .selectric-wrapper {
          height: 18.6666666667vw;
          border-radius: 2vw;
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw; } }
      .commission-getincentive .top .selectric-wrapper .selectric {
        border: 0;
        background-color: #fcfbfb;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
        box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
        -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
        -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
        border-radius: 15px; }
        @media (max-width: 767px) {
          .commission-getincentive .top .selectric-wrapper .selectric {
            padding-left: 2.1333333333vw;
            padding-right: 2.1333333333vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 2vw; } }
        .commission-getincentive .top .selectric-wrapper .selectric .label {
          font-size: 24px;
          color: #172d69; }
          @media (max-width: 767px) {
            .commission-getincentive .top .selectric-wrapper .selectric .label {
              font-size: 3.2vw; } }
      .commission-getincentive .top .selectric-wrapper .selectric .button {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 100px;
        height: 100%;
        background: #e52d27;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-color: #fff transparent transparent transparent; }
        .commission-getincentive .top .selectric-wrapper .selectric .button::after {
          border: 0;
          background: url("../images/commission/arrow.png") no-repeat center center;
          background-size: contain;
          width: 34px;
          height: 20px; }
          @media (max-width: 767px) {
            .commission-getincentive .top .selectric-wrapper .selectric .button::after {
              width: 4.5333333333vw;
              height: 2.6666666667vw; } }
        @media (max-width: 767px) {
          .commission-getincentive .top .selectric-wrapper .selectric .button {
            width: 13.3333333333vw;
            border-top-right-radius: 2vw;
            border-bottom-right-radius: 2vw; } }
      .commission-getincentive .top .selectric-wrapper .selectric-items {
        width: 100% !important;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 35px;
        padding-bottom: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        top: 80%;
        border: 0; }
      .commission-getincentive .top .selectric-wrapper .selectric-items li {
        background: none;
        color: #172d69;
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 20px; }
  .commission-getincentive .bottom {
    position: relative;
    padding-bottom: 60px;
    width: 75%;
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */ }
    .commission-getincentive .bottom .top-banca {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .commission-getincentive .bottom .top-banca {
          padding-top: 1.3333333333vw; } }
    .commission-getincentive .bottom .custom-select {
      position: relative; }
    .commission-getincentive .bottom .select-selected:after {
      position: absolute;
      content: url("../images/commission/arrow.png");
      top: 0;
      right: 0;
      padding: 15px;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
    .commission-getincentive .bottom .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      content: url("../images/commission/arrow-u.png"); }
    .commission-getincentive .bottom .select-items div,
    .commission-getincentive .bottom .select-selected {
      color: #172d69;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      z-index: 9;
      position: relative;
      border-radius: 15px;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .commission-getincentive .bottom .select-items div,
        .commission-getincentive .bottom .select-selected {
          height: 18.6666666667vw;
          border-radius: 2vw;
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw; } }
    .commission-getincentive .bottom .select-items {
      position: absolute;
      background-color: #fcfbfb;
      top: 82%;
      left: 0;
      right: 0;
      z-index: 8;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      padding-top: 20px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      @media (max-width: 767px) {
        .commission-getincentive .bottom .select-items {
          border-bottom-right-radius: 2vw;
          border-bottom-left-radius: 2vw; } }
    .commission-getincentive .bottom .select-hide {
      display: none; }
    @media (max-width: 767px) {
      .commission-getincentive .bottom .year,
      .commission-getincentive .bottom .month {
        padding-top: 0vw; } }
    .commission-getincentive .bottom .year .top-incentive,
    .commission-getincentive .bottom .month .top-incentive {
      overflow-x: scroll;
      margin-left: 99px;
      overflow-y: visible; }
      @media (max-width: 767px) {
        .commission-getincentive .bottom .year .top-incentive,
        .commission-getincentive .bottom .month .top-incentive {
          margin-left: 21.7333333333vw; } }
    .commission-getincentive .bottom .year .head-title,
    .commission-getincentive .bottom .month .head-title {
      padding: 30px;
      color: #002469;
      font-size: 24px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .commission-getincentive .bottom .year .head-title,
        .commission-getincentive .bottom .month .head-title {
          padding: 4vw;
          font-size: 3.2vw; } }
    .commission-getincentive .bottom .year .table-top,
    .commission-getincentive .bottom .month .table-top {
      margin: 0 !important;
      border-collapse: separate;
      border-spacing: 0; }
      .commission-getincentive .bottom .year .table-top th,
      .commission-getincentive .bottom .month .table-top th {
        position: relative;
        line-height: 1;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 120px; }
        @media (max-width: 767px) {
          .commission-getincentive .bottom .year .table-top th,
          .commission-getincentive .bottom .month .table-top th {
            padding-top: 2vw;
            padding-left: 1.3333333333vw;
            padding-right: 1.3333333333vw;
            height: 16vw; } }
      .commission-getincentive .bottom .year .table-top td,
      .commission-getincentive .bottom .month .table-top td {
        background: #fff;
        color: #7a7a7a;
        font-size: 20px;
        vertical-align: middle;
        border-bottom: 2px dotted #c0c0c0;
        border-right: 2px dotted #c0c0c0;
        word-break: break-all;
        height: 80px; }
        @media (max-width: 767px) {
          .commission-getincentive .bottom .year .table-top td,
          .commission-getincentive .bottom .month .table-top td {
            font-size: 2.6666666667vw;
            border-width: 2px; } }
      .commission-getincentive .bottom .year .table-top td.left-t,
      .commission-getincentive .bottom .month .table-top td.left-t {
        background: #2092cb;
        color: #fff !important;
        font-weight: 400;
        vertical-align: middle;
        text-align: left;
        height: 80px;
        font-size: 20px;
        width: 180px;
        border-right: 0;
        position: absolute;
        width: 5em;
        left: 0;
        top: auto;
        border-top-width: 1px;
        margin-top: -1px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 767px) {
          .commission-getincentive .bottom .year .table-top td.left-t,
          .commission-getincentive .bottom .month .table-top td.left-t {
            font-size: 2.6666666667vw;
            width: 21.666667vw; } }
      .commission-getincentive .bottom .year .table-top td.topt,
      .commission-getincentive .bottom .month .table-top td.topt {
        border-top-left-radius: 20px; }
        @media (max-width: 767px) {
          .commission-getincentive .bottom .year .table-top td.topt,
          .commission-getincentive .bottom .month .table-top td.topt {
            border-top-left-radius: 2.6666666667vw; } }
      .commission-getincentive .bottom .year .table-top td.bottomt,
      .commission-getincentive .bottom .month .table-top td.bottomt {
        border-bottom-left-radius: 20px;
        border: 0; }
        @media (max-width: 767px) {
          .commission-getincentive .bottom .year .table-top td.bottomt,
          .commission-getincentive .bottom .month .table-top td.bottomt {
            border-bottom-left-radius: 2.6666666667vw; } }
      .commission-getincentive .bottom .year .table-top td.green,
      .commission-getincentive .bottom .month .table-top td.green {
        color: #49a90e; }
    .commission-getincentive .bottom .year table.table-top,
    .commission-getincentive .bottom .month table.table-top {
      width: 180%;
      text-align: center;
      border-collapse: collapse; }
    .commission-getincentive .bottom .year table.table-top td sup,
    .commission-getincentive .bottom .year table.table-top th sup,
    .commission-getincentive .bottom .month table.table-top td sup,
    .commission-getincentive .bottom .month table.table-top th sup {
      vertical-align: super;
      font-size: smaller; }
    .commission-getincentive .bottom .year .angle-left,
    .commission-getincentive .bottom .month .angle-left {
      background: #fff;
      width: 25%; }
    .commission-getincentive .bottom .year .no1,
    .commission-getincentive .bottom .month .no1 {
      width: 123px;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #f38769;
      background: linear-gradient(180deg, #f38769 0%, #f86649 51%);
      border-top-left-radius: 15px; }
      @media (max-width: 767px) {
        .commission-getincentive .bottom .year .no1,
        .commission-getincentive .bottom .month .no1 {
          border-top-left-radius: 2vw; } }
    .commission-getincentive .bottom .year .no2,
    .commission-getincentive .bottom .month .no2 {
      width: 123px;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #f06147;
      background: linear-gradient(180deg, #f06147 0%, #e3402a 100%); }
      @media (max-width: 767px) {
        .commission-getincentive .bottom .year .no2,
        .commission-getincentive .bottom .month .no2 {
          width: 11vw; } }
    .commission-getincentive .bottom .year .no3,
    .commission-getincentive .bottom .month .no3 {
      width: 123px;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #e7332d;
      background: linear-gradient(180deg, #e7332d 0%, #b5231e 100%); }
    .commission-getincentive .bottom .year .no4,
    .commission-getincentive .bottom .month .no4 {
      width: 123px;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #94d1e7;
      background: linear-gradient(180deg, #94d1e7 0%, #2ea2d7 100%); }
    .commission-getincentive .bottom .year .no5,
    .commission-getincentive .bottom .month .no5 {
      width: 123px;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #2094cd;
      background: linear-gradient(180deg, #2094cd 0%, #23518f 100%); }
    .commission-getincentive .bottom .year .no6,
    .commission-getincentive .bottom .month .no6 {
      width: 123px;
      vertical-align: middle;
      padding-top: 0 !important;
      background: #053979;
      background: linear-gradient(180deg, #053979 0%, #172d69 100%);
      border-top-right-radius: 15px; }
    .commission-getincentive .bottom .year table.table-top thead,
    .commission-getincentive .bottom .month table.table-top thead {
      text-align: center; }
    .commission-getincentive .bottom .year table.table-top thead th,
    .commission-getincentive .bottom .month table.table-top thead th {
      font-size: 19px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      @media (max-width: 767px) {
        .commission-getincentive .bottom .year table.table-top thead th,
        .commission-getincentive .bottom .month table.table-top thead th {
          font-size: 2.6666666667vw; } }
    .commission-getincentive .bottom .year table.table-top thead th:first-child,
    .commission-getincentive .bottom .month table.table-top thead th:first-child {
      border-left: none;
      padding: 0;
      width: 0; }

.campaigns {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .campaigns {
      max-width: 750px;
      margin: 0 auto; } }
  .campaigns .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .campaigns .title {
        height: 18.6666666667vw; } }
    .campaigns .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .campaigns .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .campaigns .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .campaigns .title .pro {
          font-size: 4.2666666667vw; } }
  .campaigns .top .banner {
    width: 100%; }
    .campaigns .top .banner img {
      width: 100%;
      height: auto; }
  .campaigns .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .campaigns .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .campaigns .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center; }
    @media (max-width: 767px) {
      .campaigns .bottom {
        padding-top: 2.6666666667vw; } }
    .campaigns .bottom .text-center {
      font-size: 32px;
      font-weight: bold;
      color: #172d69; }
    .campaigns .bottom .live-cam,
    .campaigns .bottom .expired-cam {
      padding-bottom: 40px; }
    .campaigns .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .campaigns .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .campaigns .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .campaigns .bottom .item-red {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .campaigns .bottom .item-red .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #ec342e;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .campaigns .bottom .item-red .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .campaigns .bottom .item-blue {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .campaigns .bottom .item-blue .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #39528C;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .campaigns .bottom .item-blue .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .campaigns .bottom .live-c .icon {
      background-size: contain;
      width: 0;
      height: 108px; }
      @media (max-width: 767px) {
        .campaigns .bottom .live-c .icon {
          width: 0vw;
          height: 14.4vw; } }
    .campaigns .bottom .live-c .bt {
      background: url("../images/cmc/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .campaigns .bottom .live-c .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .campaigns .bottom .live-c .text {
      text-align: left;
      color: #fff;
      width: 75%;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .campaigns .bottom .live-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .campaigns .bottom .live-c .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .campaigns .bottom .live-c .text span {
            font-size: 2.6666666667vw; } }
    .campaigns .bottom .expire-c .icon {
      background-size: contain;
      height: 108px; }
      @media (max-width: 767px) {
        .campaigns .bottom .expire-c .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .campaigns .bottom .expire-c .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .campaigns .bottom .expire-c .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .campaigns .bottom .expire-c .text {
      text-align: left;
      color: #172d69;
      width: 75%;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .campaigns .bottom .expire-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .campaigns .bottom .expire-c .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .campaigns .bottom .expire-c .text span {
            font-size: 2.6666666667vw; } }
    .campaigns .bottom .check .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .campaigns .bottom .check .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .campaigns .bottom .check .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .campaigns .bottom .check .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .campaigns .bottom .check .text {
      text-align: left;
      color: #172d69;
      width: 75%;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .campaigns .bottom .check .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .campaigns .bottom .check .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .campaigns .bottom .check .text span {
            font-size: 2.6666666667vw; } }
    .campaigns .bottom .ismonth .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .campaigns .bottom .ismonth .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .campaigns .bottom .ismonth .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .campaigns .bottom .ismonth .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .campaigns .bottom .ismonth .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .campaigns .bottom .ismonth .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .campaigns .bottom .ismonth .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .campaigns .bottom .ismonth .text span {
            font-size: 2.6666666667vw; } }

.campaigns-detail {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .campaigns-detail {
      max-width: 750px;
      margin: 0 auto; } }
  .campaigns-detail .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .campaigns-detail .title {
        height: 18.6666666667vw; } }
    .campaigns-detail .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .campaigns-detail .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .campaigns-detail .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .campaigns-detail .title .pro {
          font-size: 4.2666666667vw; } }
  .campaigns-detail .head {
    text-align: center;
    position: relative;
    font-size: 32px;
    padding: 30px;
    font-weight: bold;
    color: #172d69; }
    @media (max-width: 767px) {
      .campaigns-detail .head {
        font-size: 4.2666666667vw;
        padding: 4.2666666667vw; } }
  .campaigns-detail .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .campaigns-detail .top {
    position: relative;
    padding-top: 60px;
    width: 75%; }
    @media (max-width: 767px) {
      .campaigns-detail .top {
        padding-top: 8vw; } }
    @media (max-width: 767px) {
      .campaigns-detail .top .selectric-wrapper {
        height: 18.6666666667vw;
        border-radius: 2vw;
        padding-left: 2.1333333333vw;
        padding-right: 2.1333333333vw;
        padding-top: 2vw;
        padding-bottom: 2vw; } }
    .campaigns-detail .top .selectric-wrapper .selectric {
      border: 0;
      background-color: #fcfbfb;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      border-radius: 15px; }
      @media (max-width: 767px) {
        .campaigns-detail .top .selectric-wrapper .selectric {
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw;
          border-radius: 2vw; } }
      .campaigns-detail .top .selectric-wrapper .selectric .label {
        font-size: 24px;
        color: #172d69; }
        @media (max-width: 767px) {
          .campaigns-detail .top .selectric-wrapper .selectric .label {
            font-size: 3.2vw; } }
    .campaigns-detail .top .selectric-wrapper .selectric .button {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 100px;
      height: 100%;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
      .campaigns-detail .top .selectric-wrapper .selectric .button::after {
        border: 0;
        background: url("../images/commission/arrow.png") no-repeat center center;
        background-size: contain;
        width: 34px;
        height: 20px; }
        @media (max-width: 767px) {
          .campaigns-detail .top .selectric-wrapper .selectric .button::after {
            width: 4.5333333333vw;
            height: 2.6666666667vw; } }
      @media (max-width: 767px) {
        .campaigns-detail .top .selectric-wrapper .selectric .button {
          width: 13.3333333333vw;
          border-top-right-radius: 2vw;
          border-bottom-right-radius: 2vw; } }
    .campaigns-detail .top .selectric-wrapper .selectric-items {
      width: 100% !important;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 35px;
      padding-bottom: 15px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      top: 80%;
      border: 0; }
    .campaigns-detail .top .selectric-wrapper .selectric-items li {
      background: none;
      color: #172d69;
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 20px; }
  .campaigns-detail .bottom {
    position: relative;
    padding-bottom: 60px;
    width: 75%;
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */ }
    .campaigns-detail .bottom .img-detail img {
      width: 100%; }
    .campaigns-detail .bottom .top-banca {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .campaigns-detail .bottom .top-banca {
          padding-top: 1.3333333333vw; } }
    .campaigns-detail .bottom .item-red {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .campaigns-detail .bottom .item-red .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .campaigns-detail .bottom .item-red .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
    .campaigns-detail .bottom .item-red-2 {
      display: flex;
      justify-self: center;
      margin-top: 30px; }
      .campaigns-detail .bottom .item-red-2 .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .campaigns-detail .bottom .item-red-2 .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
        .campaigns-detail .bottom .item-red-2 .btn-pri .wraptext-score {
          width: 93%;
          text-align: center; }
    .campaigns-detail .bottom .live-c .bt {
      background: #ed5b40;
      width: 20px;
      height: 100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      @media (max-width: 767px) {
        .campaigns-detail .bottom .live-c .bt {
          border-top-left-radius: 2.6666666667vw;
          border-bottom-left-radius: 2.6666666667vw;
          width: 2.6666666667vw; } }
    .campaigns-detail .bottom .live-c .icon {
      background-size: contain;
      width: 30px;
      height: 108px; }
      @media (max-width: 767px) {
        .campaigns-detail .bottom .live-c .icon {
          width: 4vw;
          height: 14.4vw; } }
    .campaigns-detail .bottom .live-c .text {
      text-align: left;
      color: #172d69;
      width: 40%;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .campaigns-detail .bottom .live-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
    .campaigns-detail .bottom .live-c .text-r {
      text-align: left;
      color: #172d69;
      width: 30%;
      font-size: 72px;
      margin-left: 30px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .campaigns-detail .bottom .live-c .text-r {
          font-size: 9.6vw;
          margin-left: 4vw; } }
    .campaigns-detail .bottom .v-50 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
    .campaigns-detail .bottom .live-50 {
      width: 48%; }
      .campaigns-detail .bottom .live-50 .bt {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .campaigns-detail .bottom .live-50 .bt {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .campaigns-detail .bottom .live-50 .bt--r {
          background: linear-gradient(180deg, #2094cd 0%, #23518f 100%);
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .live-50 .bt--r {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .campaigns-detail .bottom .live-50 .bt--1 {
          background: #9ad4e8;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .live-50 .bt--1 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .campaigns-detail .bottom .live-50 .bt--2 {
          background: #209bd4;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .live-50 .bt--2 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .campaigns-detail .bottom .live-50 .bt--3 {
          background: #0f76c1;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .live-50 .bt--3 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .campaigns-detail .bottom .live-50 .bt--4 {
          background: #053979;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .live-50 .bt--4 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
      .campaigns-detail .bottom .live-50 .icon {
        background-size: contain;
        width: 0px;
        height: 108px; }
        @media (max-width: 767px) {
          .campaigns-detail .bottom .live-50 .icon {
            width: 4vw;
            height: 14.4vw; } }
      .campaigns-detail .bottom .live-50 .text {
        text-align: center;
        color: #172d69;
        width: 100%;
        font-size: 18px; }
        @media (max-width: 767px) {
          .campaigns-detail .bottom .live-50 .text {
            font-size: 2.4vw; } }
      .campaigns-detail .bottom .live-50 .text-r {
        text-align: center;
        color: #172d69;
        width: 100%;
        font-size: 30px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .campaigns-detail .bottom .live-50 .text-r {
            font-size: 4.8vw; } }
    .campaigns-detail .bottom .custom-select {
      position: relative; }
    .campaigns-detail .bottom .select-selected:after {
      position: absolute;
      content: url("../images/commission/arrow.png");
      top: 0;
      right: 0;
      padding: 15px;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
    .campaigns-detail .bottom .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      content: url("../images/commission/arrow-u.png"); }
    .campaigns-detail .bottom .select-items div,
    .campaigns-detail .bottom .select-selected {
      color: #172d69;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      z-index: 9;
      position: relative;
      border-radius: 15px;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .campaigns-detail .bottom .select-items div,
        .campaigns-detail .bottom .select-selected {
          height: 18.6666666667vw;
          border-radius: 2vw;
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw; } }
    .campaigns-detail .bottom .select-items {
      position: absolute;
      background-color: #fcfbfb;
      top: 82%;
      left: 0;
      right: 0;
      z-index: 8;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      padding-top: 20px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      @media (max-width: 767px) {
        .campaigns-detail .bottom .select-items {
          border-bottom-right-radius: 2vw;
          border-bottom-left-radius: 2vw; } }
    .campaigns-detail .bottom .select-hide {
      display: none; }
    .campaigns-detail .bottom .year,
    .campaigns-detail .bottom .month {
      padding-top: 30px; }
      @media (max-width: 767px) {
        .campaigns-detail .bottom .year,
        .campaigns-detail .bottom .month {
          padding-top: 4vw; } }
      .campaigns-detail .bottom .year .top-incentive,
      .campaigns-detail .bottom .month .top-incentive {
        overflow-x: scroll;
        margin-left: 99px;
        overflow-y: visible; }
        @media (max-width: 767px) {
          .campaigns-detail .bottom .year .top-incentive,
          .campaigns-detail .bottom .month .top-incentive {
            margin-left: 13.666667vw; } }
      .campaigns-detail .bottom .year .head-title,
      .campaigns-detail .bottom .month .head-title {
        padding: 30px;
        color: #002469;
        font-size: 24px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .campaigns-detail .bottom .year .head-title,
          .campaigns-detail .bottom .month .head-title {
            padding: 4vw;
            font-size: 3.2vw; } }
      .campaigns-detail .bottom .year .table-top,
      .campaigns-detail .bottom .month .table-top {
        margin: 0 !important;
        border-collapse: separate;
        border-spacing: 0; }
        .campaigns-detail .bottom .year .table-top th.left-t,
        .campaigns-detail .bottom .month .table-top th.left-t {
          display: flex;
          justify-content: center;
          align-items: center;
          border-top-left-radius: 15px;
          background: #e7332d;
          background: linear-gradient(180deg, #e7332d 0%, #b5231e 100%); }
        .campaigns-detail .bottom .year .table-top th,
        .campaigns-detail .bottom .month .table-top th {
          position: relative;
          line-height: 1;
          padding-left: 10px;
          padding-right: 10px;
          height: 120px; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .year .table-top th,
            .campaigns-detail .bottom .month .table-top th {
              padding-left: 1.3333333333vw;
              padding-right: 1.3333333333vw;
              height: 16vw; } }
        .campaigns-detail .bottom .year .table-top td,
        .campaigns-detail .bottom .month .table-top td {
          background: #fff;
          color: #7a7a7a;
          font-size: 20px;
          vertical-align: middle;
          border-bottom: 2px dotted #c0c0c0;
          border-right: 2px dotted #c0c0c0;
          word-break: break-all;
          height: 80px; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .year .table-top td,
            .campaigns-detail .bottom .month .table-top td {
              font-size: 2.6666666667vw;
              border-width: 2px; } }
        .campaigns-detail .bottom .year .table-top td.left-t,
        .campaigns-detail .bottom .month .table-top td.left-t {
          background: #2092cb;
          color: #fff !important;
          font-weight: 400;
          vertical-align: middle;
          text-align: left;
          height: 80px;
          font-size: 20px;
          width: 180px;
          border-right: 0;
          position: absolute;
          width: 5em;
          left: 0;
          top: auto;
          border-top-width: 1px;
          margin-top: -1px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .year .table-top td.left-t,
            .campaigns-detail .bottom .month .table-top td.left-t {
              font-size: 2.6666666667vw;
              width: 13.666667vw; } }
        .campaigns-detail .bottom .year .table-top td.topt,
        .campaigns-detail .bottom .month .table-top td.topt {
          border-top-left-radius: 20px; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .year .table-top td.topt,
            .campaigns-detail .bottom .month .table-top td.topt {
              border-top-left-radius: 2.6666666667vw; } }
        .campaigns-detail .bottom .year .table-top td.bottomt,
        .campaigns-detail .bottom .month .table-top td.bottomt {
          border-bottom-left-radius: 20px;
          border: 0; }
          @media (max-width: 767px) {
            .campaigns-detail .bottom .year .table-top td.bottomt,
            .campaigns-detail .bottom .month .table-top td.bottomt {
              border-bottom-left-radius: 2.6666666667vw; } }
        .campaigns-detail .bottom .year .table-top td.green,
        .campaigns-detail .bottom .month .table-top td.green {
          color: #49a90e; }
      .campaigns-detail .bottom .year table.table-top,
      .campaigns-detail .bottom .month table.table-top {
        width: 150vw;
        text-align: center;
        border-collapse: collapse; }
      .campaigns-detail .bottom .year table.table-top td sup,
      .campaigns-detail .bottom .year table.table-top th sup,
      .campaigns-detail .bottom .month table.table-top td sup,
      .campaigns-detail .bottom .month table.table-top th sup {
        vertical-align: super;
        font-size: smaller; }
      .campaigns-detail .bottom .year .angle-left,
      .campaigns-detail .bottom .month .angle-left {
        background: #fff;
        width: 25%; }
      .campaigns-detail .bottom .year .no1,
      .campaigns-detail .bottom .month .no1 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f04728;
        background: linear-gradient(180deg, #f04728 0%, #d32109 100%); }
      .campaigns-detail .bottom .year .no2,
      .campaigns-detail .bottom .month .no2 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f06147;
        background: linear-gradient(180deg, #f06147 0%, #e3402a 100%); }
      .campaigns-detail .bottom .year .no3,
      .campaigns-detail .bottom .month .no3 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f38769;
        background: linear-gradient(180deg, #f38769 0%, #f86649 51%); }
      .campaigns-detail .bottom .year .no4,
      .campaigns-detail .bottom .month .no4 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #94d1e7;
        background: linear-gradient(180deg, #94d1e7 0%, #2ea2d7 100%); }
      .campaigns-detail .bottom .year .no5,
      .campaigns-detail .bottom .month .no5 {
        vertical-align: middle;
        padding-top: 0 !important;
        border-right: 1px solid #fff;
        background: #2094cd;
        background: linear-gradient(180deg, #2094cd 0%, #23518f 100%); }
      .campaigns-detail .bottom .year .no6,
      .campaigns-detail .bottom .month .no6 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #122b65;
        background: linear-gradient(180deg, #122b65 0%, #053979 100%); }
      .campaigns-detail .bottom .year .no7,
      .campaigns-detail .bottom .month .no7 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #053979;
        background: linear-gradient(180deg, #053979 0%, #172d69 100%);
        border-top-right-radius: 15px; }
      .campaigns-detail .bottom .year table.table-top thead,
      .campaigns-detail .bottom .month table.table-top thead {
        text-align: center; }
      .campaigns-detail .bottom .year table.table-top thead th,
      .campaigns-detail .bottom .month table.table-top thead th {
        font-weight: 500;
        color: #fff;
        text-align: center; }
        @media (max-width: 767px) {
          .campaigns-detail .bottom .year table.table-top thead th,
          .campaigns-detail .bottom .month table.table-top thead th {
            font-size: 2.6666666667vw; } }
      .campaigns-detail .bottom .year table.table-top thead th:first-child,
      .campaigns-detail .bottom .month table.table-top thead th:first-child {
        border-left: none;
        width: 5em;
        position: absolute;
        left: 0; }

.sndpoint {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .sndpoint {
      max-width: 750px;
      margin: 0 auto; } }
  .sndpoint .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .sndpoint .title {
        height: 18.6666666667vw; } }
    .sndpoint .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .sndpoint .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .sndpoint .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .sndpoint .title .pro {
          font-size: 4.2666666667vw; } }
  .sndpoint .top .banner {
    width: 100%; }
    .sndpoint .top .banner img {
      width: 100%;
      height: auto; }
  .sndpoint .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .sndpoint .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .sndpoint .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .sndpoint .bottom {
        padding-top: 2.6666666667vw; } }
    .sndpoint .bottom .snd-photo {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      .sndpoint .bottom .snd-photo .items {
        display: flex;
        text-align: center;
        flex-direction: column;
        padding-bottom: 1rem;
        width: 48%;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .sndpoint .bottom .snd-photo .items {
            width: 48%; } }
        .sndpoint .bottom .snd-photo .items img {
          border-radius: 1rem; }
    .sndpoint .bottom .howto {
      border: 1px solid #ecebeb;
      border-radius: 1.5rem; }
      .sndpoint .bottom .howto h2 {
        padding: 15px;
        background-color: #1a3877;
        width: 50%;
        margin: 0 auto;
        color: #ffff;
        border-bottom-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1); }
      .sndpoint .bottom .howto .wrap-howto {
        padding: 70px;
        padding-top: 10px;
        height: 30vh;
        overflow-y: auto;
        text-align: left; }
        @media (max-width: 767px) {
          .sndpoint .bottom .howto .wrap-howto {
            padding: 9.3333333333vw;
            padding-top: 1.3333333333vw; } }
    .sndpoint .bottom .text-center {
      font-size: 32px;
      font-weight: bold;
      color: #172d69; }
    .sndpoint .bottom .sndppoint,
    .sndpoint .bottom .expired-cam {
      padding-bottom: 40px; }
    .sndpoint .bottom .toprankk .icon {
      background: url("../images/sndpoint/toprank.png") no-repeat; }
    .sndpoint .bottom .chkpoint .icon {
      background: url("../images/sndpoint/chpoint.png") no-repeat; }
    .sndpoint .bottom .redemm .icon {
      background: url("../images/sndpoint/redem.png") no-repeat; }
    .sndpoint .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .sndpoint .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .sndpoint .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .sndpoint .bottom .item-red {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .sndpoint .bottom .item-red .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #ec342e;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .sndpoint .bottom .item-red .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .sndpoint .bottom .item-blue {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .sndpoint .bottom .item-blue .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #39528c;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .sndpoint .bottom .item-blue .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .sndpoint .bottom .live-c .icon {
      background-size: contain;
      background-position: center;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .live-c .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .sndpoint .bottom .live-c .bt {
      background: url("../images/cmc/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .live-c .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .sndpoint .bottom .live-c .text {
      text-align: left;
      color: #fff;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .live-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .sndpoint .bottom .live-c .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .sndpoint .bottom .live-c .text span {
            font-size: 2.6666666667vw; } }
    .sndpoint .bottom .expire-c .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .expire-c .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .sndpoint .bottom .expire-c .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .expire-c .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .sndpoint .bottom .expire-c .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .expire-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .sndpoint .bottom .expire-c .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .sndpoint .bottom .expire-c .text span {
            font-size: 2.6666666667vw; } }
    .sndpoint .bottom .check .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .check .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .sndpoint .bottom .check .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .check .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .sndpoint .bottom .check .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .check .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .sndpoint .bottom .check .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .sndpoint .bottom .check .text span {
            font-size: 2.6666666667vw; } }
    .sndpoint .bottom .ismonth .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .ismonth .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .sndpoint .bottom .ismonth .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .ismonth .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .sndpoint .bottom .ismonth .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint .bottom .ismonth .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .sndpoint .bottom .ismonth .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .sndpoint .bottom .ismonth .text span {
            font-size: 2.6666666667vw; } }

.sndpoint-toprank-super {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .sndpoint-toprank-super {
      max-width: 750px;
      margin: 0 auto; } }
  .sndpoint-toprank-super .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .sndpoint-toprank-super .title {
        height: 18.6666666667vw; } }
    .sndpoint-toprank-super .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .sndpoint-toprank-super .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .title .pro {
          font-size: 4.2666666667vw; } }
  .sndpoint-toprank-super .top .banner {
    width: 100%; }
    .sndpoint-toprank-super .top .banner img {
      width: 100%;
      height: auto; }
  .sndpoint-toprank-super .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .sndpoint-toprank-super .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .sndpoint-toprank-super .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center; }
    @media (max-width: 767px) {
      .sndpoint-toprank-super .bottom {
        padding-top: 2.6666666667vw; } }
    .sndpoint-toprank-super .bottom .snd-photo {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      .sndpoint-toprank-super .bottom .snd-photo .items {
        display: flex;
        text-align: center;
        flex-direction: column;
        width: 50%;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .sndpoint-toprank-super .bottom .snd-photo .items {
            width: 50%; } }
    .sndpoint-toprank-super .bottom .howto {
      border: 1px solid #ecebeb;
      border-radius: 1.5rem; }
      .sndpoint-toprank-super .bottom .howto h2 {
        padding: 15px;
        background-color: #1a3877;
        width: 50%;
        margin: 0 auto;
        color: #ffff;
        border-bottom-left-radius: 1.5rem;
        border-bottom-right-radius: 1.5rem;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1); }
      .sndpoint-toprank-super .bottom .howto .wrap-howto {
        padding: 70px;
        padding-top: 10px;
        height: 30vh;
        overflow-y: auto;
        text-align: left; }
        @media (max-width: 767px) {
          .sndpoint-toprank-super .bottom .howto .wrap-howto {
            padding: 9.3333333333vw;
            padding-top: 1.3333333333vw; } }
    .sndpoint-toprank-super .bottom .text-center {
      font-size: 32px;
      font-weight: bold;
      color: #172d69; }
    .sndpoint-toprank-super .bottom .sndppoint,
    .sndpoint-toprank-super .bottom .expired-cam {
      padding-bottom: 40px; }
    .sndpoint-toprank-super .bottom .toprankk .icon {
      background: url("../images/sndpoint/toprank.png") no-repeat; }
    .sndpoint-toprank-super .bottom .chkpoint .icon {
      background: url("../images/sndpoint/chpoint.png") no-repeat; }
    .sndpoint-toprank-super .bottom .redemm .icon {
      background: url("../images/sndpoint/redem.png") no-repeat; }
    .sndpoint-toprank-super .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .sndpoint-toprank-super .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .sndpoint-toprank-super .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .sndpoint-toprank-super .bottom .item-red {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .sndpoint-toprank-super .bottom .item-red .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #ec342e;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .sndpoint-toprank-super .bottom .item-red .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .sndpoint-toprank-super .bottom .item-blue {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .sndpoint-toprank-super .bottom .item-blue .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #39528c;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px; }
        @media (max-width: 767px) {
          .sndpoint-toprank-super .bottom .item-blue .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .sndpoint-toprank-super .bottom .live-c .icon {
      background-size: contain;
      background-position: center;
      width: 0;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .live-c .icon {
          height: 14.4vw; } }
    .sndpoint-toprank-super .bottom .live-c .bt {
      background: url("../images/cmc/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .live-c .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .sndpoint-toprank-super .bottom .live-c .text {
      text-align: left;
      color: #fff;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .live-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .sndpoint-toprank-super .bottom .live-c .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .sndpoint-toprank-super .bottom .live-c .text span {
            font-size: 2.6666666667vw; } }
    .sndpoint-toprank-super .bottom .expire-c .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .expire-c .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .sndpoint-toprank-super .bottom .expire-c .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .expire-c .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .sndpoint-toprank-super .bottom .expire-c .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .expire-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .sndpoint-toprank-super .bottom .expire-c .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .sndpoint-toprank-super .bottom .expire-c .text span {
            font-size: 2.6666666667vw; } }
    .sndpoint-toprank-super .bottom .check .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .check .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .sndpoint-toprank-super .bottom .check .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .check .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .sndpoint-toprank-super .bottom .check .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .check .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .sndpoint-toprank-super .bottom .check .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .sndpoint-toprank-super .bottom .check .text span {
            font-size: 2.6666666667vw; } }
    .sndpoint-toprank-super .bottom .ismonth .icon {
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .ismonth .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .sndpoint-toprank-super .bottom .ismonth .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .ismonth .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .sndpoint-toprank-super .bottom .ismonth .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint-toprank-super .bottom .ismonth .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .sndpoint-toprank-super .bottom .ismonth .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .sndpoint-toprank-super .bottom .ismonth .text span {
            font-size: 2.6666666667vw; } }

.sndpoint-toprank {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .sndpoint-toprank {
      max-width: 750px;
      margin: 0 auto; } }
  .sndpoint-toprank .left-text {
    width: 75%;
    color: #172d69;
    font-weight: 500; }
  .sndpoint-toprank .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .sndpoint-toprank .title {
        height: 18.6666666667vw; } }
    .sndpoint-toprank .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .sndpoint-toprank .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .sndpoint-toprank .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .sndpoint-toprank .title .pro {
          font-size: 4.2666666667vw; } }
  .sndpoint-toprank .top .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .sndpoint-toprank .top .title {
        height: 18.6666666667vw; } }
    .sndpoint-toprank .top .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .sndpoint-toprank .top .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .sndpoint-toprank .top .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .sndpoint-toprank .top .title .pro {
          font-size: 4.2666666667vw; } }
  .sndpoint-toprank .top .banner {
    width: 100%; }
    .sndpoint-toprank .top .banner img {
      width: 100%;
      height: auto; }
  .sndpoint-toprank .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .sndpoint-toprank .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .sndpoint-toprank .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 100px;
    position: relative; }
    @media (max-width: 767px) {
      .sndpoint-toprank .head {
        width: 46.6666666667vw;
        height: 13.3333333333vw; } }
  .sndpoint-toprank .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .sndpoint-toprank .bottom {
    position: relative;
    padding-bottom: 60px;
    width: 75%;
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */ }
    .sndpoint-toprank .bottom .img-detail img {
      width: 100%; }
    .sndpoint-toprank .bottom .top-banca {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .sndpoint-toprank .bottom .top-banca {
          padding-top: 1.3333333333vw; } }
    .sndpoint-toprank .bottom .item-red {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .sndpoint-toprank .bottom .item-red .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .sndpoint-toprank .bottom .item-red .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
    .sndpoint-toprank .bottom .item-red-2 {
      display: flex;
      justify-self: center;
      margin-top: 30px; }
      .sndpoint-toprank .bottom .item-red-2 .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .sndpoint-toprank .bottom .item-red-2 .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
    .sndpoint-toprank .bottom .live-c .bt {
      background: #ed5b40;
      width: 20px;
      height: 100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      @media (max-width: 767px) {
        .sndpoint-toprank .bottom .live-c .bt {
          border-top-left-radius: 2.6666666667vw;
          border-bottom-left-radius: 2.6666666667vw;
          width: 2.6666666667vw; } }
    .sndpoint-toprank .bottom .live-c .icon {
      background-size: contain;
      width: 30px;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint-toprank .bottom .live-c .icon {
          width: 4vw;
          height: 14.4vw; } }
    .sndpoint-toprank .bottom .live-c .text {
      text-align: left;
      color: #172d69;
      width: 40%;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint-toprank .bottom .live-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
    .sndpoint-toprank .bottom .live-c .text-r {
      text-align: left;
      color: #172d69;
      width: 30%;
      font-size: 72px;
      margin-left: 30px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .sndpoint-toprank .bottom .live-c .text-r {
          font-size: 9.6vw;
          margin-left: 4vw; } }
    .sndpoint-toprank .bottom .v-50 {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .sndpoint-toprank .bottom .live-50 {
      width: 48%; }
      .sndpoint-toprank .bottom .live-50 .bt {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .sndpoint-toprank .bottom .live-50 .bt {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .sndpoint-toprank .bottom .live-50 .bt--1 {
          background: #9ad4e8;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-toprank .bottom .live-50 .bt--1 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .sndpoint-toprank .bottom .live-50 .bt--2 {
          background: #209bd4;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-toprank .bottom .live-50 .bt--2 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .sndpoint-toprank .bottom .live-50 .bt--3 {
          background: #0f76c1;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-toprank .bottom .live-50 .bt--3 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .sndpoint-toprank .bottom .live-50 .bt--4 {
          background: #053979;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-toprank .bottom .live-50 .bt--4 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
      .sndpoint-toprank .bottom .live-50 .icon {
        background-size: contain;
        width: 0px;
        height: 108px; }
        @media (max-width: 767px) {
          .sndpoint-toprank .bottom .live-50 .icon {
            width: 4vw;
            height: 14.4vw; } }
      .sndpoint-toprank .bottom .live-50 .text {
        text-align: left;
        color: #172d69;
        width: 40%;
        font-size: 18px; }
        @media (max-width: 767px) {
          .sndpoint-toprank .bottom .live-50 .text {
            font-size: 2.4vw; } }
      .sndpoint-toprank .bottom .live-50 .text-r {
        text-align: left;
        color: #172d69;
        width: 30%;
        font-size: 36px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .sndpoint-toprank .bottom .live-50 .text-r {
            font-size: 4.8vw; } }
    .sndpoint-toprank .bottom .custom-select {
      position: relative; }
    .sndpoint-toprank .bottom .select-selected:after {
      position: absolute;
      content: url("../images/commission/arrow.png");
      top: 0;
      right: 0;
      padding: 15px;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
    .sndpoint-toprank .bottom .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      content: url("../images/commission/arrow-u.png"); }
    .sndpoint-toprank .bottom .select-items div,
    .sndpoint-toprank .bottom .select-selected {
      color: #172d69;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      z-index: 9;
      position: relative;
      border-radius: 15px;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .sndpoint-toprank .bottom .select-items div,
        .sndpoint-toprank .bottom .select-selected {
          height: 18.6666666667vw;
          border-radius: 2vw;
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw; } }
    .sndpoint-toprank .bottom .select-items {
      position: absolute;
      background-color: #fcfbfb;
      top: 82%;
      left: 0;
      right: 0;
      z-index: 8;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      padding-top: 20px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      @media (max-width: 767px) {
        .sndpoint-toprank .bottom .select-items {
          border-bottom-right-radius: 2vw;
          border-bottom-left-radius: 2vw; } }
    .sndpoint-toprank .bottom .select-hide {
      display: none; }
    .sndpoint-toprank .bottom .year,
    .sndpoint-toprank .bottom .month {
      padding-top: 30px; }
      @media (max-width: 767px) {
        .sndpoint-toprank .bottom .year,
        .sndpoint-toprank .bottom .month {
          padding-top: 4vw; } }
      .sndpoint-toprank .bottom .year .top-incentive,
      .sndpoint-toprank .bottom .month .top-incentive {
        overflow-x: scroll;
        margin-left: 99px;
        overflow-y: visible; }
        @media (max-width: 767px) {
          .sndpoint-toprank .bottom .year .top-incentive,
          .sndpoint-toprank .bottom .month .top-incentive {
            margin-left: 13.666667vw; } }
      .sndpoint-toprank .bottom .year .head-title,
      .sndpoint-toprank .bottom .month .head-title {
        padding: 30px;
        color: #002469;
        font-size: 24px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sndpoint-toprank .bottom .year .head-title,
          .sndpoint-toprank .bottom .month .head-title {
            padding: 4vw;
            font-size: 3.2vw; } }
      .sndpoint-toprank .bottom .year .table-top,
      .sndpoint-toprank .bottom .month .table-top {
        margin: 0 !important;
        border-collapse: separate;
        border-spacing: 0; }
        .sndpoint-toprank .bottom .year .table-top th.left-t,
        .sndpoint-toprank .bottom .month .table-top th.left-t {
          display: flex;
          justify-content: center;
          align-items: center;
          border-top-left-radius: 15px;
          background: #e7332d;
          background: linear-gradient(180deg, #e7332d 0%, #b5231e 100%); }
        .sndpoint-toprank .bottom .year .table-top th,
        .sndpoint-toprank .bottom .month .table-top th {
          position: relative;
          line-height: 1;
          padding-left: 10px;
          padding-right: 10px;
          height: 120px; }
          @media (max-width: 767px) {
            .sndpoint-toprank .bottom .year .table-top th,
            .sndpoint-toprank .bottom .month .table-top th {
              padding-left: 1.3333333333vw;
              padding-right: 1.3333333333vw;
              height: 16vw; } }
        .sndpoint-toprank .bottom .year .table-top td,
        .sndpoint-toprank .bottom .month .table-top td {
          background: #fff;
          color: #7a7a7a;
          font-size: 20px;
          vertical-align: middle;
          border-bottom: 2px dotted #c0c0c0;
          border-right: 2px dotted #c0c0c0;
          word-break: break-all;
          height: 80px; }
          @media (max-width: 767px) {
            .sndpoint-toprank .bottom .year .table-top td,
            .sndpoint-toprank .bottom .month .table-top td {
              font-size: 2.6666666667vw;
              border-width: 2px; } }
        .sndpoint-toprank .bottom .year .table-top td.left-t,
        .sndpoint-toprank .bottom .month .table-top td.left-t {
          background: #2092cb;
          color: #fff !important;
          font-weight: 400;
          vertical-align: middle;
          text-align: left;
          height: 80px;
          font-size: 20px;
          width: 180px;
          border-right: 0;
          position: absolute;
          width: 5em;
          left: 0;
          top: auto;
          border-top-width: 1px;
          margin-top: -1px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 767px) {
            .sndpoint-toprank .bottom .year .table-top td.left-t,
            .sndpoint-toprank .bottom .month .table-top td.left-t {
              font-size: 2.6666666667vw;
              width: 13.666667vw; } }
        .sndpoint-toprank .bottom .year .table-top td.topt,
        .sndpoint-toprank .bottom .month .table-top td.topt {
          border-top-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-toprank .bottom .year .table-top td.topt,
            .sndpoint-toprank .bottom .month .table-top td.topt {
              border-top-left-radius: 2.6666666667vw; } }
        .sndpoint-toprank .bottom .year .table-top td.bottomt,
        .sndpoint-toprank .bottom .month .table-top td.bottomt {
          border-bottom-left-radius: 20px;
          border: 0; }
          @media (max-width: 767px) {
            .sndpoint-toprank .bottom .year .table-top td.bottomt,
            .sndpoint-toprank .bottom .month .table-top td.bottomt {
              border-bottom-left-radius: 2.6666666667vw; } }
        .sndpoint-toprank .bottom .year .table-top td.green,
        .sndpoint-toprank .bottom .month .table-top td.green {
          color: #49a90e; }
      .sndpoint-toprank .bottom .year table.table-top,
      .sndpoint-toprank .bottom .month table.table-top {
        width: 159%;
        text-align: center;
        border-collapse: collapse; }
      .sndpoint-toprank .bottom .year table.table-top td sup,
      .sndpoint-toprank .bottom .year table.table-top th sup,
      .sndpoint-toprank .bottom .month table.table-top td sup,
      .sndpoint-toprank .bottom .month table.table-top th sup {
        vertical-align: super;
        font-size: smaller; }
      .sndpoint-toprank .bottom .year .angle-left,
      .sndpoint-toprank .bottom .month .angle-left {
        background: #fff;
        width: 25%; }
      .sndpoint-toprank .bottom .year .no1,
      .sndpoint-toprank .bottom .month .no1 {
        width: 135px;
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f04728;
        background: linear-gradient(180deg, #f04728 0%, #d32109 100%); }
      .sndpoint-toprank .bottom .year .no2,
      .sndpoint-toprank .bottom .month .no2 {
        width: 103px;
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f06147;
        background: linear-gradient(180deg, #f06147 0%, #e3402a 100%); }
      .sndpoint-toprank .bottom .year .no3,
      .sndpoint-toprank .bottom .month .no3 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f38769;
        background: linear-gradient(180deg, #f38769 0%, #f86649 51%); }
      .sndpoint-toprank .bottom .year .no4,
      .sndpoint-toprank .bottom .month .no4 {
        vertical-align: middle;
        padding-top: 0 !important;
        border-top-right-radius: 15px;
        background: #ff997d;
        background: linear-gradient(180deg, #ff997d 0%, #f6836b 100%); }
      .sndpoint-toprank .bottom .year .no5,
      .sndpoint-toprank .bottom .month .no5 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #2094cd;
        background: linear-gradient(180deg, #2094cd 0%, #23518f 100%); }
      .sndpoint-toprank .bottom .year .no6,
      .sndpoint-toprank .bottom .month .no6 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #122b65;
        background: linear-gradient(180deg, #122b65 0%, #053979 100%); }
      .sndpoint-toprank .bottom .year .no7,
      .sndpoint-toprank .bottom .month .no7 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #053979;
        background: linear-gradient(180deg, #053979 0%, #172d69 100%);
        border-top-right-radius: 15px; }
      .sndpoint-toprank .bottom .year table.table-top thead,
      .sndpoint-toprank .bottom .month table.table-top thead {
        text-align: center; }
      .sndpoint-toprank .bottom .year table.table-top thead th,
      .sndpoint-toprank .bottom .month table.table-top thead th {
        font-weight: 500;
        color: #fff;
        text-align: center; }
        @media (max-width: 767px) {
          .sndpoint-toprank .bottom .year table.table-top thead th,
          .sndpoint-toprank .bottom .month table.table-top thead th {
            font-size: 2.6666666667vw; } }
      .sndpoint-toprank .bottom .year table.table-top thead th:first-child,
      .sndpoint-toprank .bottom .month table.table-top thead th:first-child {
        border-left: none;
        width: 5em;
        position: absolute;
        left: 0; }

.sndpoint-checkpoint {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .sndpoint-checkpoint {
      max-width: 750px;
      margin: 0 auto; } }
  .sndpoint-checkpoint .text-center {
    text-align: center;
    font-size: 50px;
    padding-top: 20px;
    color: #172d69;
    font-weight: 500; }
    @media (max-width: 767px) {
      .sndpoint-checkpoint .text-center {
        font-size: 6.6666666667vw; } }
  .sndpoint-checkpoint .left-text {
    width: 75%; }
  .sndpoint-checkpoint .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .sndpoint-checkpoint .title {
        height: 18.6666666667vw; } }
    .sndpoint-checkpoint .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .sndpoint-checkpoint .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .title .pro {
          font-size: 4.2666666667vw; } }
  .sndpoint-checkpoint .top .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .sndpoint-checkpoint .top .title {
        height: 18.6666666667vw; } }
    .sndpoint-checkpoint .top .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .top .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .sndpoint-checkpoint .top .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .top .title .pro {
          font-size: 4.2666666667vw; } }
  .sndpoint-checkpoint .top .banner {
    width: 100%; }
    .sndpoint-checkpoint .top .banner img {
      width: 100%;
      height: auto; }
  .sndpoint-checkpoint .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .sndpoint-checkpoint .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .sndpoint-checkpoint .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 100px;
    position: relative; }
    @media (max-width: 767px) {
      .sndpoint-checkpoint .head {
        width: 46.6666666667vw;
        height: 13.3333333333vw; } }
  .sndpoint-checkpoint .score-bar {
    width: 75%;
    background: #21559b;
    color: #fff;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 3% 0; }
    @media (max-width: 767px) {
      .sndpoint-checkpoint .score-bar {
        border-radius: 1rem; } }
    .sndpoint-checkpoint .score-bar .text-right {
      width: 65%; }
      .sndpoint-checkpoint .score-bar .text-right .top {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end; }
        .sndpoint-checkpoint .score-bar .text-right .top .t-1 {
          line-height: 1.5em; }
          .sndpoint-checkpoint .score-bar .text-right .top .t-1 strong {
            font-size: 33px; }
            @media (max-width: 767px) {
              .sndpoint-checkpoint .score-bar .text-right .top .t-1 strong {
                font-size: 4.4vw; } }
        .sndpoint-checkpoint .score-bar .text-right .top .t-1,
        .sndpoint-checkpoint .score-bar .text-right .top .t-3 {
          font-size: 25px; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .score-bar .text-right .top .t-1,
            .sndpoint-checkpoint .score-bar .text-right .top .t-3 {
              font-size: 3.3333333333vw; } }
        .sndpoint-checkpoint .score-bar .text-right .top .t-2 {
          font-size: 90px;
          line-height: 1em;
          padding-left: 2%;
          padding-right: 2%; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .score-bar .text-right .top .t-2 {
              font-size: 12vw; } }
        .sndpoint-checkpoint .score-bar .text-right .top .font-down {
          font-size: 70px; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .score-bar .text-right .top .font-down {
              font-size: 9.3333333333vw; } }
      .sndpoint-checkpoint .score-bar .text-right .bt {
        font-size: 16px;
        color: #cbcbcb; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .score-bar .text-right .bt {
            font-size: 2.1333333333vw; } }
    .sndpoint-checkpoint .score-bar .img-2 {
      width: 114px;
      height: 114px;
      background-size: contain; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .score-bar .img-2 {
          width: 15.2vw;
          height: 15.2vw; } }
  .sndpoint-checkpoint .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .sndpoint-checkpoint .bottom {
    position: relative;
    padding-bottom: 60px;
    width: 75%;
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */ }
    .sndpoint-checkpoint .bottom .img-detail img {
      width: 100%; }
    .sndpoint-checkpoint .bottom .top-banca {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .bottom .top-banca {
          padding-top: 1.3333333333vw; } }
    .sndpoint-checkpoint .bottom .item-red {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .sndpoint-checkpoint .bottom .item-red .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .bottom .item-red .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
    .sndpoint-checkpoint .bottom .item-red-2 {
      display: flex;
      justify-self: center;
      margin-top: 30px; }
      .sndpoint-checkpoint .bottom .item-red-2 .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .bottom .item-red-2 .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
    .sndpoint-checkpoint .bottom .live-c .bt {
      background: #ed5b40;
      width: 20px;
      height: 100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .bottom .live-c .bt {
          border-top-left-radius: 2.6666666667vw;
          border-bottom-left-radius: 2.6666666667vw;
          width: 2.6666666667vw; } }
    .sndpoint-checkpoint .bottom .live-c .icon {
      background-size: contain;
      width: 30px;
      height: 108px; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .bottom .live-c .icon {
          width: 4vw;
          height: 14.4vw; } }
    .sndpoint-checkpoint .bottom .live-c .text {
      text-align: left;
      color: #172d69;
      width: 40%;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .bottom .live-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
    .sndpoint-checkpoint .bottom .live-c .text-r {
      text-align: left;
      color: #172d69;
      width: 30%;
      font-size: 72px;
      margin-left: 30px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .bottom .live-c .text-r {
          font-size: 9.6vw;
          margin-left: 4vw; } }
    .sndpoint-checkpoint .bottom .v-50 {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .sndpoint-checkpoint .bottom .live-50 {
      width: 48%; }
      .sndpoint-checkpoint .bottom .live-50 .bt {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .bottom .live-50 .bt {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .sndpoint-checkpoint .bottom .live-50 .bt--1 {
          background: #9ad4e8;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .bottom .live-50 .bt--1 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .sndpoint-checkpoint .bottom .live-50 .bt--2 {
          background: #209bd4;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .bottom .live-50 .bt--2 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .sndpoint-checkpoint .bottom .live-50 .bt--3 {
          background: #0f76c1;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .bottom .live-50 .bt--3 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .sndpoint-checkpoint .bottom .live-50 .bt--4 {
          background: #053979;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .bottom .live-50 .bt--4 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
      .sndpoint-checkpoint .bottom .live-50 .icon {
        background-size: contain;
        width: 0px;
        height: 108px; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .bottom .live-50 .icon {
            width: 4vw;
            height: 14.4vw; } }
      .sndpoint-checkpoint .bottom .live-50 .text {
        text-align: left;
        color: #172d69;
        width: 40%;
        font-size: 18px; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .bottom .live-50 .text {
            font-size: 2.4vw; } }
      .sndpoint-checkpoint .bottom .live-50 .text-r {
        text-align: left;
        color: #172d69;
        width: 30%;
        font-size: 36px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .bottom .live-50 .text-r {
            font-size: 4.8vw; } }
    .sndpoint-checkpoint .bottom .custom-select {
      position: relative; }
    .sndpoint-checkpoint .bottom .select-selected:after {
      position: absolute;
      content: url("../images/commission/arrow.png");
      top: 0;
      right: 0;
      padding: 15px;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
    .sndpoint-checkpoint .bottom .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      content: url("../images/commission/arrow-u.png"); }
    .sndpoint-checkpoint .bottom .select-items div,
    .sndpoint-checkpoint .bottom .select-selected {
      color: #172d69;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      z-index: 9;
      position: relative;
      border-radius: 15px;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .bottom .select-items div,
        .sndpoint-checkpoint .bottom .select-selected {
          height: 18.6666666667vw;
          border-radius: 2vw;
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw; } }
    .sndpoint-checkpoint .bottom .select-items {
      position: absolute;
      background-color: #fcfbfb;
      top: 82%;
      left: 0;
      right: 0;
      z-index: 8;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      padding-top: 20px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .bottom .select-items {
          border-bottom-right-radius: 2vw;
          border-bottom-left-radius: 2vw; } }
    .sndpoint-checkpoint .bottom .select-hide {
      display: none; }
    .sndpoint-checkpoint .bottom .year,
    .sndpoint-checkpoint .bottom .month {
      padding-top: 30px; }
      @media (max-width: 767px) {
        .sndpoint-checkpoint .bottom .year,
        .sndpoint-checkpoint .bottom .month {
          padding-top: 4vw; } }
      .sndpoint-checkpoint .bottom .year .top-incentive,
      .sndpoint-checkpoint .bottom .month .top-incentive {
        overflow-x: scroll;
        margin-left: 99px;
        overflow-y: visible; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .bottom .year .top-incentive,
          .sndpoint-checkpoint .bottom .month .top-incentive {
            margin-left: 13.666667vw; } }
      .sndpoint-checkpoint .bottom .year .head-title,
      .sndpoint-checkpoint .bottom .month .head-title {
        padding: 30px;
        color: #002469;
        font-size: 24px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .bottom .year .head-title,
          .sndpoint-checkpoint .bottom .month .head-title {
            padding: 4vw;
            font-size: 3.2vw; } }
      .sndpoint-checkpoint .bottom .year .table-top,
      .sndpoint-checkpoint .bottom .month .table-top {
        margin: 0 !important;
        border-collapse: separate;
        border-spacing: 0; }
        .sndpoint-checkpoint .bottom .year .table-top th.left-t,
        .sndpoint-checkpoint .bottom .month .table-top th.left-t {
          display: flex;
          justify-content: center;
          align-items: center;
          border-top-left-radius: 15px;
          background: #e7332d;
          background: linear-gradient(180deg, #e7332d 0%, #b5231e 100%); }
        .sndpoint-checkpoint .bottom .year .table-top th,
        .sndpoint-checkpoint .bottom .month .table-top th {
          position: relative;
          line-height: 1;
          padding-left: 10px;
          padding-right: 10px;
          height: 120px; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .bottom .year .table-top th,
            .sndpoint-checkpoint .bottom .month .table-top th {
              padding-left: 1.3333333333vw;
              padding-right: 1.3333333333vw;
              height: 16vw; } }
        .sndpoint-checkpoint .bottom .year .table-top td,
        .sndpoint-checkpoint .bottom .month .table-top td {
          background: #fff;
          color: #7a7a7a;
          font-size: 20px;
          vertical-align: middle;
          border-bottom: 2px dotted #c0c0c0;
          border-right: 2px dotted #c0c0c0;
          word-break: break-all;
          height: 80px; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .bottom .year .table-top td,
            .sndpoint-checkpoint .bottom .month .table-top td {
              font-size: 3.3333333333vw;
              border-width: 2px; } }
        .sndpoint-checkpoint .bottom .year .table-top td.left-t,
        .sndpoint-checkpoint .bottom .month .table-top td.left-t {
          background: #2092cb;
          color: #fff !important;
          font-weight: 400;
          vertical-align: middle;
          text-align: left;
          height: 80px;
          font-size: 20px;
          width: 180px;
          border-right: 0;
          position: absolute;
          width: 5em;
          left: 0;
          top: auto;
          border-top-width: 1px;
          margin-top: -1px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .bottom .year .table-top td.left-t,
            .sndpoint-checkpoint .bottom .month .table-top td.left-t {
              font-size: 2.6666666667vw;
              width: 13.666667vw; } }
        .sndpoint-checkpoint .bottom .year .table-top td.topt,
        .sndpoint-checkpoint .bottom .month .table-top td.topt {
          border-top-left-radius: 20px; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .bottom .year .table-top td.topt,
            .sndpoint-checkpoint .bottom .month .table-top td.topt {
              border-top-left-radius: 2.6666666667vw; } }
        .sndpoint-checkpoint .bottom .year .table-top td.bottomt,
        .sndpoint-checkpoint .bottom .month .table-top td.bottomt {
          border-bottom-left-radius: 20px;
          border: 0; }
          @media (max-width: 767px) {
            .sndpoint-checkpoint .bottom .year .table-top td.bottomt,
            .sndpoint-checkpoint .bottom .month .table-top td.bottomt {
              border-bottom-left-radius: 2.6666666667vw; } }
        .sndpoint-checkpoint .bottom .year .table-top td.red,
        .sndpoint-checkpoint .bottom .month .table-top td.red {
          color: #ff0000;
          font-weight: 500; }
      .sndpoint-checkpoint .bottom .year table.table-top,
      .sndpoint-checkpoint .bottom .month table.table-top {
        width: 100%;
        text-align: center;
        border-collapse: collapse; }
      .sndpoint-checkpoint .bottom .year table.table-top td sup,
      .sndpoint-checkpoint .bottom .year table.table-top th sup,
      .sndpoint-checkpoint .bottom .month table.table-top td sup,
      .sndpoint-checkpoint .bottom .month table.table-top th sup {
        vertical-align: super;
        font-size: smaller; }
      .sndpoint-checkpoint .bottom .year .angle-left,
      .sndpoint-checkpoint .bottom .month .angle-left {
        background: #fff;
        width: 25%; }
      .sndpoint-checkpoint .bottom .year .no1,
      .sndpoint-checkpoint .bottom .month .no1 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f04728;
        background: linear-gradient(180deg, #f04728 0%, #d32109 100%); }
      .sndpoint-checkpoint .bottom .year .no2,
      .sndpoint-checkpoint .bottom .month .no2 {
        vertical-align: middle;
        padding-top: 0 !important;
        border-top-right-radius: 15px;
        background: #f06147;
        background: linear-gradient(180deg, #f06147 0%, #e3402a 100%); }
      .sndpoint-checkpoint .bottom .year .no3,
      .sndpoint-checkpoint .bottom .month .no3 {
        width: 123px;
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f38769;
        background: linear-gradient(180deg, #f38769 0%, #f86649 51%); }
      .sndpoint-checkpoint .bottom .year .no4,
      .sndpoint-checkpoint .bottom .month .no4 {
        width: 123px;
        vertical-align: middle;
        padding-top: 0 !important;
        background: #94d1e7;
        background: linear-gradient(180deg, #94d1e7 0%, #2ea2d7 100%); }
      .sndpoint-checkpoint .bottom .year .no5,
      .sndpoint-checkpoint .bottom .month .no5 {
        width: 123px;
        vertical-align: middle;
        padding-top: 0 !important;
        background: #2094cd;
        background: linear-gradient(180deg, #2094cd 0%, #23518f 100%); }
      .sndpoint-checkpoint .bottom .year .no6,
      .sndpoint-checkpoint .bottom .month .no6 {
        width: 123px;
        vertical-align: middle;
        padding-top: 0 !important;
        background: #122b65;
        background: linear-gradient(180deg, #122b65 0%, #053979 100%); }
      .sndpoint-checkpoint .bottom .year .no7,
      .sndpoint-checkpoint .bottom .month .no7 {
        width: 123px;
        vertical-align: middle;
        padding-top: 0 !important;
        background: #053979;
        background: linear-gradient(180deg, #053979 0%, #172d69 100%);
        border-top-right-radius: 15px; }
      .sndpoint-checkpoint .bottom .year table.table-top thead,
      .sndpoint-checkpoint .bottom .month table.table-top thead {
        text-align: center; }
      .sndpoint-checkpoint .bottom .year table.table-top thead th,
      .sndpoint-checkpoint .bottom .month table.table-top thead th {
        font-weight: 500;
        color: #fff;
        text-align: center; }
        @media (max-width: 767px) {
          .sndpoint-checkpoint .bottom .year table.table-top thead th,
          .sndpoint-checkpoint .bottom .month table.table-top thead th {
            font-size: 3.3333333333vw; } }
      .sndpoint-checkpoint .bottom .year table.table-top thead th:first-child,
      .sndpoint-checkpoint .bottom .month table.table-top thead th:first-child {
        border-left: none;
        width: 5em;
        position: absolute;
        left: 0; }

.sndpoint-redeem {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .sndpoint-redeem {
      max-width: 750px;
      margin: 0 auto; } }
  .sndpoint-redeem .text-center {
    text-align: center;
    font-size: 50px;
    padding-top: 20px;
    color: #172d69;
    font-weight: 500; }
    @media (max-width: 767px) {
      .sndpoint-redeem .text-center {
        font-size: 6.6666666667vw; } }
  .sndpoint-redeem .left-text {
    width: 75%; }
  .sndpoint-redeem .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .sndpoint-redeem .title {
        height: 18.6666666667vw; } }
    .sndpoint-redeem .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .sndpoint-redeem .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .sndpoint-redeem .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .sndpoint-redeem .title .pro {
          font-size: 4.2666666667vw; } }
  .sndpoint-redeem .top .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .sndpoint-redeem .top .title {
        height: 18.6666666667vw; } }
    .sndpoint-redeem .top .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .sndpoint-redeem .top .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .sndpoint-redeem .top .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .sndpoint-redeem .top .title .pro {
          font-size: 4.2666666667vw; } }
  .sndpoint-redeem .top .banner {
    width: 100%; }
    .sndpoint-redeem .top .banner img {
      width: 100%;
      height: auto; }
  .sndpoint-redeem .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .sndpoint-redeem .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .sndpoint-redeem .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 100px;
    position: relative; }
    @media (max-width: 767px) {
      .sndpoint-redeem .head {
        width: 46.6666666667vw;
        height: 13.3333333333vw; } }
  .sndpoint-redeem .score-bar {
    width: 75%;
    background: #21559b;
    color: #fff;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 3% 0; }
    @media (max-width: 767px) {
      .sndpoint-redeem .score-bar {
        border-radius: 1rem; } }
    .sndpoint-redeem .score-bar .text-right {
      width: 65%; }
      .sndpoint-redeem .score-bar .text-right .top {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end; }
        .sndpoint-redeem .score-bar .text-right .top .t-1 {
          line-height: 1.5em; }
          .sndpoint-redeem .score-bar .text-right .top .t-1 strong {
            font-size: 33px; }
            @media (max-width: 767px) {
              .sndpoint-redeem .score-bar .text-right .top .t-1 strong {
                font-size: 4.4vw; } }
        .sndpoint-redeem .score-bar .text-right .top .t-1,
        .sndpoint-redeem .score-bar .text-right .top .t-3 {
          font-size: 25px; }
          @media (max-width: 767px) {
            .sndpoint-redeem .score-bar .text-right .top .t-1,
            .sndpoint-redeem .score-bar .text-right .top .t-3 {
              font-size: 3.3333333333vw; } }
        .sndpoint-redeem .score-bar .text-right .top .t-2 {
          font-size: 90px;
          line-height: 1em;
          padding-left: 2%;
          padding-right: 2%; }
          @media (max-width: 767px) {
            .sndpoint-redeem .score-bar .text-right .top .t-2 {
              font-size: 12vw; } }
        .sndpoint-redeem .score-bar .text-right .top .font-down {
          font-size: 70px; }
          @media (max-width: 767px) {
            .sndpoint-redeem .score-bar .text-right .top .font-down {
              font-size: 9.3333333333vw; } }
      .sndpoint-redeem .score-bar .text-right .bt {
        font-size: 16px;
        color: #cbcbcb; }
        @media (max-width: 767px) {
          .sndpoint-redeem .score-bar .text-right .bt {
            font-size: 2.1333333333vw; } }
    .sndpoint-redeem .score-bar .img-2 {
      width: 114px;
      height: 114px;
      background-size: contain; }
      @media (max-width: 767px) {
        .sndpoint-redeem .score-bar .img-2 {
          width: 15.2vw;
          height: 15.2vw; } }
  .sndpoint-redeem .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .sndpoint-redeem .bottom {
    position: relative;
    width: 75%; }
    .sndpoint-redeem .bottom .text-description {
      padding-bottom: 2.5rem;
      padding-top: 1rem; }
    .sndpoint-redeem .bottom .snd-redeem-item {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      .sndpoint-redeem .bottom .snd-redeem-item .items {
        display: flex;
        text-align: center;
        flex-direction: column;
        border-radius: 30px;
        width: 48%;
        padding-top: 42px;
        color: #172d69;
        text-decoration: none; }
        @media (max-width: 767px) {
          .sndpoint-redeem .bottom .snd-redeem-item .items {
            width: 48%; } }
        .sndpoint-redeem .bottom .snd-redeem-item .items img {
          border-radius: 1rem; }
        .sndpoint-redeem .bottom .snd-redeem-item .items .title-item {
          font-weight: 500;
          font-size: 18px;
          color: #172d69;
          padding-left: 20px;
          padding-right: 20px;
          padding-top: 1rem; }
          .sndpoint-redeem .bottom .snd-redeem-item .items .title-item h3 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        .sndpoint-redeem .bottom .snd-redeem-item .items .score {
          color: #ff0000;
          position: relative;
          text-align: left;
          padding-left: 30%; }
          .sndpoint-redeem .bottom .snd-redeem-item .items .score:before {
            content: "";
            background-image: url("../images/sndpoint/chpoint-red.png");
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            left: 48px;
            width: 30px;
            height: 30px; }
            @media (max-width: 767px) {
              .sndpoint-redeem .bottom .snd-redeem-item .items .score:before {
                left: 6.4vw;
                width: 4vw;
                height: 4vw; } }
        .sndpoint-redeem .bottom .snd-redeem-item .items .sum {
          font-size: 16px;
          color: #000; }
          .sndpoint-redeem .bottom .snd-redeem-item .items .sum span {
            color: #ff0000; }
    .sndpoint-redeem .bottom .w-100 img {
      width: 100%; }
    .sndpoint-redeem .bottom .score-cc {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      color: #ffff;
      background: #21559b;
      padding: 4%;
      border-radius: 1.5rem; }
      @media (max-width: 767px) {
        .sndpoint-redeem .bottom .score-cc {
          border-radius: 0.8rem; } }
      .sndpoint-redeem .bottom .score-cc .score {
        position: relative;
        text-align: left;
        padding-left: 10%; }
        .sndpoint-redeem .bottom .score-cc .score:before {
          content: "";
          background-image: url("../images/sndpoint/chpoint-red.png");
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          left: 0;
          width: 30px;
          height: 30px; }
          @media (max-width: 767px) {
            .sndpoint-redeem .bottom .score-cc .score:before {
              left: 0vw;
              width: 4vw;
              height: 4vw; } }
    .sndpoint-redeem .bottom .sum {
      padding-top: 5%;
      padding-left: 3%;
      padding-right: 3%;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .sndpoint-redeem .bottom .sum h3 {
        color: #172d69; }
      .sndpoint-redeem .bottom .sum span {
        color: #e62e28; }
    .sndpoint-redeem .bottom .used {
      padding-top: 5%;
      padding-left: 3%;
      padding-right: 3%;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .sndpoint-redeem .bottom .used h3 {
        color: #172d69; }
      .sndpoint-redeem .bottom .used span {
        color: #e62e28; }
  .sndpoint-redeem .bt-b {
    width: 50%;
    margin: 0 auto; }
    .sndpoint-redeem .bt-b .btn-pri {
      width: 60%;
      margin: 50px auto;
      background: #ec342e;
      font-size: 18px;
      color: #fff;
      padding: 10px;
      border: 0;
      border-radius: 10px;
      text-align: center;
      text-decoration: none;
      display: flex;
      justify-content: space-around;
      flex-direction: row;
      align-items: center; }
      @media (max-width: 767px) {
        .sndpoint-redeem .bt-b .btn-pri {
          font-size: 2.4vw;
          padding: 1.3333333333vw;
          border-radius: 1.3333333333vw; } }
    .sndpoint-redeem .bt-b .nextss {
      background: url("../images/home/next.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px; }
      @media (max-width: 767px) {
        .sndpoint-redeem .bt-b .nextss {
          padding-top: 5.3333333333vw;
          width: 6.1333333333vw;
          height: 6.1333333333vw; } }

.mfp-figure:after {
  box-shadow: none !important; }

.popup-ss {
  padding: 0 30px;
  background: #e93e21;
  background: linear-gradient(180deg, #e93e21 32%, #bc2520 100%);
  border-radius: 1rem; }
  .popup-ss .wrap-item {
    color: #ffff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .popup-ss .wrap-item h1 {
      font-size: 32px; }
    .popup-ss .wrap-item p {
      font-size: 16px;
      text-align: center; }

.performance-in {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .performance-in {
      max-width: 750px;
      margin: 0 auto; } }
  .performance-in .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .performance-in .title {
        height: 18.6666666667vw; } }
    .performance-in .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .performance-in .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .performance-in .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .performance-in .title .pro {
          font-size: 4.2666666667vw; } }
  .performance-in .top .banner {
    width: 100%; }
    .performance-in .top .banner img {
      width: 100%;
      height: auto; }
  .performance-in .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .performance-in .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .performance-in .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    top: -130px; }
    @media (max-width: 767px) {
      .performance-in .bottom {
        padding-top: 2.6666666667vw;
        top: -17.3333333333vw; } }
    .performance-in .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .performance-in .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }
        @media (max-width: 767px) {
          .performance-in .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .performance-in .bottom .mtd .icon {
      background: url("../images/performance/icon.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .performance-in .bottom .mtd .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .performance-in .bottom .mtd .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .performance-in .bottom .mtd .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .performance-in .bottom .mtd .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .performance-in .bottom .mtd .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .performance-in .bottom .mtd .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .performance-in .bottom .mtd .text span {
            font-size: 2.6666666667vw; } }
    .performance-in .bottom .twemonth .icon {
      background: url("../images/performance/icon.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .performance-in .bottom .twemonth .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .performance-in .bottom .twemonth .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .performance-in .bottom .twemonth .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .performance-in .bottom .twemonth .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .performance-in .bottom .twemonth .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .performance-in .bottom .twemonth .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .performance-in .bottom .twemonth .text span {
            font-size: 2.6666666667vw; } }
    .performance-in .bottom .ismonth .icon {
      background: url("../images/commission/getincentive.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .performance-in .bottom .ismonth .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .performance-in .bottom .ismonth .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .performance-in .bottom .ismonth .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .performance-in .bottom .ismonth .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .performance-in .bottom .ismonth .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .performance-in .bottom .ismonth .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .performance-in .bottom .ismonth .text span {
            font-size: 2.6666666667vw; } }

.performance-detail {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .performance-detail {
      max-width: 750px;
      margin: 0 auto; } }
  .performance-detail .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .performance-detail .title {
        height: 18.6666666667vw; } }
    .performance-detail .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .performance-detail .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .performance-detail .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .performance-detail .title .pro {
          font-size: 4.2666666667vw; } }
  .performance-detail .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .performance-detail .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .performance-detail .wrap-ranktop {
    width: 85%;
    margin-top: 30px; }
    .performance-detail .wrap-ranktop .collapsible {
      background-color: #f7f6f5;
      color: #172d69;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      border-radius: 15px;
      position: relative;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      z-index: 5; }
      .performance-detail .wrap-ranktop .collapsible .plus {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 55px;
        height: 100%;
        background: #c9130d;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        text-align: center; }
        .performance-detail .wrap-ranktop .collapsible .plus::after {
          content: "+";
          position: absolute;
          font-size: 35px;
          color: #fff;
          line-height: 1.5;
          right: 35%; }
    .performance-detail .wrap-ranktop .collapsible.active .plus::after {
      content: "-"; }
    .performance-detail .wrap-ranktop .active,
    .performance-detail .wrap-ranktop .collapsible:hover {
      background-color: #f7f6f5; }
    .performance-detail .wrap-ranktop .content {
      z-index: 1;
      margin-top: -35px;
      position: relative;
      display: none;
      overflow: hidden;
      border-radius: 15px;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .performance-detail .wrap-ranktop .box-wrapp {
      border: #c0c0c02e 1px solid;
      border-radius: 15px;
      padding-top: 40px;
      position: relative; }
      .performance-detail .wrap-ranktop .box-wrapp .item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #c0c0c02e;
        padding: 10px 15px;
        color: #172d69; }
        .performance-detail .wrap-ranktop .box-wrapp .item:last-child {
          border: none; }
        .performance-detail .wrap-ranktop .box-wrapp .item .left {
          display: flex;
          flex-direction: row;
          align-items: center;
          flex: 0 0 60%; }
          @media (max-width: 767px) {
            .performance-detail .wrap-ranktop .box-wrapp .item .left {
              flex: 0 0 72%; } }
          .performance-detail .wrap-ranktop .box-wrapp .item .left .no {
            background: #c9130d;
            border-radius: 100px;
            padding: 0 6px;
            color: #fff;
            font-size: 12px; }
            @media (max-width: 767px) {
              .performance-detail .wrap-ranktop .box-wrapp .item .left .no {
                padding: 0 6px; } }
          .performance-detail .wrap-ranktop .box-wrapp .item .left .team {
            font-size: 12px;
            margin-left: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 50px; }
          .performance-detail .wrap-ranktop .box-wrapp .item .left .name {
            width: 230px;
            margin-left: 10px; }
            @media (max-width: 767px) {
              .performance-detail .wrap-ranktop .box-wrapp .item .left .name {
                width: 130px; } }
        .performance-detail .wrap-ranktop .box-wrapp .item .right {
          position: relative;
          width: 200px;
          line-height: 0;
          display: flex;
          align-items: center; }
          @media (max-width: 767px) {
            .performance-detail .wrap-ranktop .box-wrapp .item .right {
              width: 77px; } }
          .performance-detail .wrap-ranktop .box-wrapp .item .right .container-pro {
            position: relative;
            display: inline-block;
            background: #eee;
            height: 21px;
            border-radius: 15px;
            overflow: hidden; }
          .performance-detail .wrap-ranktop .box-wrapp .item .right progress {
            -webkit-appearance: none;
            max-width: 200px;
            height: 21px;
            accent-color: #2092cb; }
            @media (max-width: 767px) {
              .performance-detail .wrap-ranktop .box-wrapp .item .right progress {
                max-width: 100px;
                height: 23px; } }
            .performance-detail .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-bar {
              background-color: #002469; }
            .performance-detail .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-value {
              background-color: #2092cb; }
            .performance-detail .wrap-ranktop .box-wrapp .item .right progress::-moz-progress-bar {
              background-color: #2092cb; }
          .performance-detail .wrap-ranktop .box-wrapp .item .right span {
            position: absolute;
            right: 10%;
            top: 50%;
            color: #fff; }
    .performance-detail .wrap-ranktop .sitem {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #c0c0c02e;
      padding: 10px 15px;
      color: #172d69; }
      .performance-detail .wrap-ranktop .sitem .left {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 0 0 60%; }
        @media (max-width: 767px) {
          .performance-detail .wrap-ranktop .sitem .left {
            flex: 0 0 72%; } }
        .performance-detail .wrap-ranktop .sitem .left .no {
          background: #c9130d;
          border-radius: 100px;
          padding: 0 6px;
          color: #fff;
          font-size: 12px; }
        .performance-detail .wrap-ranktop .sitem .left .team {
          font-size: 12px;
          margin-left: 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 50px; }
        .performance-detail .wrap-ranktop .sitem .left .name {
          width: 230px;
          margin-left: 10px; }
          @media (max-width: 767px) {
            .performance-detail .wrap-ranktop .sitem .left .name {
              width: 130px; } }
      .performance-detail .wrap-ranktop .sitem .right {
        position: relative;
        width: 200px;
        line-height: 0;
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .performance-detail .wrap-ranktop .sitem .right {
            width: 77px; } }
        .performance-detail .wrap-ranktop .sitem .right .container-pro {
          position: relative;
          display: inline-block;
          background: #eee;
          height: 21px;
          border-radius: 15px;
          overflow: hidden; }
        .performance-detail .wrap-ranktop .sitem .right progress {
          -webkit-appearance: none;
          max-width: 200px;
          height: 21px;
          accent-color: #2092cb; }
          @media (max-width: 767px) {
            .performance-detail .wrap-ranktop .sitem .right progress {
              max-width: 100px;
              height: 23px; } }
          .performance-detail .wrap-ranktop .sitem .right progress::-webkit-progress-bar {
            background-color: #002469; }
          .performance-detail .wrap-ranktop .sitem .right progress::-webkit-progress-value {
            background-color: #2092cb; }
          .performance-detail .wrap-ranktop .sitem .right progress::-moz-progress-bar {
            background-color: #2092cb; }
        .performance-detail .wrap-ranktop .sitem .right span {
          position: absolute;
          right: 10%;
          top: 50%;
          color: #fff; }
    .performance-detail .wrap-ranktop .last-b {
      position: relative;
      bottom: 0;
      width: 100%;
      border-top: 1px solid #000;
      border-left: #c0c0c02e 1px solid;
      border-right: #c0c0c02e 1px solid;
      border-bottom: #c0c0c02e 1px solid;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .performance-detail .wrap-ranktop div.progress {
      width: 80px;
      padding-left: 2px;
      padding-right: 2px;
      height: 21px;
      border-radius: 5px;
      background-color: #1e1e1e;
      top: calc(50% - 13px);
      left: calc(50% - 53px); }
    .performance-detail .wrap-ranktop div.track {
      position: relative;
      width: 100%;
      height: 21px;
      overflow: hidden;
      -webkit-animation: prgBar 5s linear 0s infinite alternate;
      animation: prgBar 5s linear 0s infinite alternate; }
    .performance-detail .wrap-ranktop div.bar {
      height: 15px;
      width: 20px;
      background-color: #00ffff;
      position: relative;
      border-radius: 2px;
      box-shadow: 0px 0px 5px #00ffff;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 100px;
      top: 3px;
      float: left;
      clear: top; }
@-webkit-keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
@keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
  .performance-detail .wrap-ranktop.ni2 {
    padding-top: 20px;
    margin-top: 0px; }
  .performance-detail .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .performance-detail .top {
    position: relative;
    padding-top: 60px;
    width: 85%; }
    @media (max-width: 767px) {
      .performance-detail .top {
        padding-top: 8vw; } }
    @media (max-width: 767px) {
      .performance-detail .top .selectric-wrapper {
        height: 18.6666666667vw;
        border-radius: 2vw;
        padding-left: 2.1333333333vw;
        padding-right: 2.1333333333vw;
        padding-top: 2vw;
        padding-bottom: 2vw; } }
    .performance-detail .top .selectric-wrapper .selectric {
      border: 0;
      background-color: #fcfbfb;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      border-radius: 15px; }
      @media (max-width: 767px) {
        .performance-detail .top .selectric-wrapper .selectric {
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw;
          border-radius: 2vw; } }
      .performance-detail .top .selectric-wrapper .selectric .label {
        font-size: 24px;
        color: #172d69; }
        @media (max-width: 767px) {
          .performance-detail .top .selectric-wrapper .selectric .label {
            font-size: 3.2vw; } }
    .performance-detail .top .selectric-wrapper .selectric .button {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 100px;
      height: 100%;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
      .performance-detail .top .selectric-wrapper .selectric .button::after {
        border: 0;
        background: url("../images/commission/arrow.png") no-repeat center center;
        background-size: contain;
        width: 34px;
        height: 20px; }
        @media (max-width: 767px) {
          .performance-detail .top .selectric-wrapper .selectric .button::after {
            width: 4.5333333333vw;
            height: 2.6666666667vw; } }
      @media (max-width: 767px) {
        .performance-detail .top .selectric-wrapper .selectric .button {
          width: 13.3333333333vw;
          border-top-right-radius: 2vw;
          border-bottom-right-radius: 2vw; } }
    .performance-detail .top .selectric-wrapper .selectric-items {
      width: 100% !important;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 35px;
      padding-bottom: 15px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      top: 80%;
      border: 0; }
    .performance-detail .top .selectric-wrapper .selectric-items li {
      background: none;
      color: #172d69;
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 20px; }
  .performance-detail .sdw {
    padding-top: 30px; }
  .performance-detail .bottom {
    position: relative;
    padding-bottom: 60px;
    width: 80%;
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */ }
    .performance-detail .bottom .img-detail img {
      width: 100%; }
    .performance-detail .bottom label {
      color: #172d69; }
    .performance-detail .bottom .top-banca {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .performance-detail .bottom .top-banca {
          padding-top: 1.3333333333vw; } }
    .performance-detail .bottom .item-red {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .performance-detail .bottom .item-red .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .performance-detail .bottom .item-red .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
    .performance-detail .bottom .item-red-2 {
      display: flex;
      justify-self: center;
      margin-top: 30px; }
      .performance-detail .bottom .item-red-2 .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .performance-detail .bottom .item-red-2 .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
        .performance-detail .bottom .item-red-2 .btn-pri .wraptext-score {
          width: 93%;
          text-align: center; }
    .performance-detail .bottom .live-c .bt {
      background: #ed5b40;
      width: 20px;
      height: 100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      @media (max-width: 767px) {
        .performance-detail .bottom .live-c .bt {
          border-top-left-radius: 2.6666666667vw;
          border-bottom-left-radius: 2.6666666667vw;
          width: 2.6666666667vw; } }
    .performance-detail .bottom .live-c .icon {
      background-size: contain;
      width: 30px;
      height: 108px; }
      @media (max-width: 767px) {
        .performance-detail .bottom .live-c .icon {
          width: 4vw;
          height: 14.4vw; } }
    .performance-detail .bottom .live-c .text {
      text-align: left;
      color: #172d69;
      width: 40%;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .performance-detail .bottom .live-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
    .performance-detail .bottom .live-c .text-r {
      text-align: left;
      color: #172d69;
      width: 30%;
      font-size: 72px;
      margin-left: 30px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .performance-detail .bottom .live-c .text-r {
          font-size: 9.6vw;
          margin-left: 4vw; } }
    .performance-detail .bottom .v-50 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
    .performance-detail .bottom .live-50 {
      width: 48%; }
      .performance-detail .bottom .live-50 .bt {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .performance-detail .bottom .live-50 .bt {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .performance-detail .bottom .live-50 .bt--r {
          background: linear-gradient(180deg, #2094cd 0%, #23518f 100%);
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail .bottom .live-50 .bt--r {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail .bottom .live-50 .bt--1 {
          background: #9ad4e8;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail .bottom .live-50 .bt--1 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail .bottom .live-50 .bt--2 {
          background: #209bd4;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail .bottom .live-50 .bt--2 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail .bottom .live-50 .bt--3 {
          background: #0f76c1;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail .bottom .live-50 .bt--3 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail .bottom .live-50 .bt--4 {
          background: #053979;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail .bottom .live-50 .bt--4 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
      .performance-detail .bottom .live-50 .icon {
        background-size: contain;
        width: 0px;
        height: 108px; }
        @media (max-width: 767px) {
          .performance-detail .bottom .live-50 .icon {
            width: 4vw;
            height: 14.4vw; } }
      .performance-detail .bottom .live-50 .text {
        text-align: center;
        color: #172d69;
        width: 100%;
        font-size: 18px; }
        @media (max-width: 767px) {
          .performance-detail .bottom .live-50 .text {
            font-size: 2.4vw; } }
      .performance-detail .bottom .live-50 .text-r {
        text-align: center;
        color: #172d69;
        width: 100%;
        font-size: 30px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .performance-detail .bottom .live-50 .text-r {
            font-size: 4.8vw; } }
    .performance-detail .bottom .custom-select {
      position: relative; }
    .performance-detail .bottom .select-selected:after {
      position: absolute;
      content: url("../images/commission/arrow.png");
      top: 0;
      right: 0;
      padding: 15px;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
    .performance-detail .bottom .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      content: url("../images/commission/arrow-u.png"); }
    .performance-detail .bottom .select-items div,
    .performance-detail .bottom .select-selected {
      color: #172d69;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      z-index: 9;
      position: relative;
      border-radius: 15px;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .performance-detail .bottom .select-items div,
        .performance-detail .bottom .select-selected {
          height: 18.6666666667vw;
          border-radius: 2vw;
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw; } }
    .performance-detail .bottom .select-items {
      position: absolute;
      background-color: #fcfbfb;
      top: 82%;
      left: 0;
      right: 0;
      z-index: 8;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      padding-top: 20px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      @media (max-width: 767px) {
        .performance-detail .bottom .select-items {
          border-bottom-right-radius: 2vw;
          border-bottom-left-radius: 2vw; } }
    .performance-detail .bottom .select-hide {
      display: none; }
    .performance-detail .bottom .year,
    .performance-detail .bottom .month {
      padding-top: 30px; }
      @media (max-width: 767px) {
        .performance-detail .bottom .year,
        .performance-detail .bottom .month {
          padding-top: 4vw; } }
      .performance-detail .bottom .year .top-incentive,
      .performance-detail .bottom .month .top-incentive {
        overflow-x: scroll;
        margin-left: 140px;
        overflow-y: visible; }
        @media (max-width: 767px) {
          .performance-detail .bottom .year .top-incentive,
          .performance-detail .bottom .month .top-incentive {
            margin-left: 16vw; } }
        .performance-detail .bottom .year .top-incentive .dataTables_wrapper,
        .performance-detail .bottom .month .top-incentive .dataTables_wrapper {
          position: unset; }
      .performance-detail .bottom .year .head-title,
      .performance-detail .bottom .month .head-title {
        padding: 30px;
        color: #002469;
        font-size: 24px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .performance-detail .bottom .year .head-title,
          .performance-detail .bottom .month .head-title {
            padding: 4vw;
            font-size: 3.2vw; } }
      .performance-detail .bottom .year .table-top,
      .performance-detail .bottom .month .table-top {
        margin: 0 !important;
        border-collapse: separate;
        border-spacing: 0; }
        .performance-detail .bottom .year .table-top th.left-t,
        .performance-detail .bottom .month .table-top th.left-t {
          display: flex;
          justify-content: center;
          align-items: center;
          border-top-left-radius: 15px;
          background: #e7332d;
          background: linear-gradient(180deg, #e7332d 0%, #b5231e 100%); }
        .performance-detail .bottom .year .table-top th,
        .performance-detail .bottom .month .table-top th {
          position: relative;
          line-height: 1;
          padding-right: 0px;
          height: 120px; }
          @media (max-width: 767px) {
            .performance-detail .bottom .year .table-top th,
            .performance-detail .bottom .month .table-top th {
              padding-right: 0vw;
              height: 16vw; } }
        .performance-detail .bottom .year .table-top td,
        .performance-detail .bottom .month .table-top td {
          background: #fff;
          color: #7a7a7a;
          font-size: 20px;
          vertical-align: middle;
          border-bottom: 2px dotted #c0c0c0;
          border-right: 2px dotted #c0c0c0;
          word-break: break-all;
          height: 80px;
          width: 140px; }
          @media (max-width: 767px) {
            .performance-detail .bottom .year .table-top td,
            .performance-detail .bottom .month .table-top td {
              font-size: 2.6666666667vw;
              border-width: 2px;
              width: 20vw; } }
        .performance-detail .bottom .year .table-top td.left-t,
        .performance-detail .bottom .month .table-top td.left-t {
          background: #2092cb;
          color: #fff !important;
          font-weight: 400;
          vertical-align: middle;
          text-align: left;
          height: 80px;
          font-size: 20px;
          width: 180px;
          border-right: 0;
          position: absolute;
          width: 7em;
          left: 0;
          top: auto;
          border-top-width: 1px;
          margin-top: -1px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 767px) {
            .performance-detail .bottom .year .table-top td.left-t,
            .performance-detail .bottom .month .table-top td.left-t {
              font-size: 2.6666666667vw;
              width: 6em; } }
          .performance-detail .bottom .year .table-top td.left-t a,
          .performance-detail .bottom .month .table-top td.left-t a {
            color: #fff; }
            .performance-detail .bottom .year .table-top td.left-t a:hover,
            .performance-detail .bottom .month .table-top td.left-t a:hover {
              color: #002469; }
        .performance-detail .bottom .year .table-top td.topt,
        .performance-detail .bottom .month .table-top td.topt {
          border-top-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail .bottom .year .table-top td.topt,
            .performance-detail .bottom .month .table-top td.topt {
              border-top-left-radius: 2.6666666667vw; } }
        .performance-detail .bottom .year .table-top td.bottomt,
        .performance-detail .bottom .month .table-top td.bottomt {
          border-bottom-left-radius: 20px;
          border: 0; }
          @media (max-width: 767px) {
            .performance-detail .bottom .year .table-top td.bottomt,
            .performance-detail .bottom .month .table-top td.bottomt {
              border-bottom-left-radius: 2.6666666667vw; } }
        .performance-detail .bottom .year .table-top td.green,
        .performance-detail .bottom .month .table-top td.green {
          color: #49a90e; }
      .performance-detail .bottom .year table.table-top,
      .performance-detail .bottom .month table.table-top {
        width: 122%;
        text-align: center;
        border-collapse: collapse; }
        @media (max-width: 767px) {
          .performance-detail .bottom .year table.table-top,
          .performance-detail .bottom .month table.table-top {
            width: 80vw; } }
      .performance-detail .bottom .year table.table-top td sup,
      .performance-detail .bottom .year table.table-top th sup,
      .performance-detail .bottom .month table.table-top td sup,
      .performance-detail .bottom .month table.table-top th sup {
        vertical-align: super;
        font-size: smaller; }
      .performance-detail .bottom .year .angle-left,
      .performance-detail .bottom .month .angle-left {
        background: #fff;
        width: 25%; }
      .performance-detail .bottom .year .no1,
      .performance-detail .bottom .month .no1 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f04728;
        background: linear-gradient(180deg, #f04728 0%, #d32109 100%); }
      .performance-detail .bottom .year .no2,
      .performance-detail .bottom .month .no2 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f06147;
        background: linear-gradient(180deg, #f06147 0%, #e3402a 100%); }
      .performance-detail .bottom .year .no3,
      .performance-detail .bottom .month .no3 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f38769;
        background: linear-gradient(180deg, #f38769 0%, #f86649 51%); }
      .performance-detail .bottom .year .no4,
      .performance-detail .bottom .month .no4 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #ff997d;
        background: linear-gradient(180deg, #ff997d 0%, #f6836b 100%); }
      .performance-detail .bottom .year table.table-top thead,
      .performance-detail .bottom .month table.table-top thead {
        text-align: center; }
      .performance-detail .bottom .year table.table-top thead th,
      .performance-detail .bottom .month table.table-top thead th {
        font-weight: 500;
        color: #fff;
        text-align: center;
        width: auto !important;
        font-size: 17px; }
        @media (max-width: 767px) {
          .performance-detail .bottom .year table.table-top thead th,
          .performance-detail .bottom .month table.table-top thead th {
            font-size: 2.6666666667vw; } }
      .performance-detail .bottom .year table.table-top thead th:first-child,
      .performance-detail .bottom .month table.table-top thead th:first-child {
        border-left: none;
        width: 8.2em !important;
        position: absolute;
        left: 0; }
        @media (max-width: 767px) {
          .performance-detail .bottom .year table.table-top thead th:first-child,
          .performance-detail .bottom .month table.table-top thead th:first-child {
            width: 6em !important; } }

.performance-detail-list {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .performance-detail-list {
      max-width: 750px;
      margin: 0 auto; } }
  .performance-detail-list .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .performance-detail-list .title {
        height: 18.6666666667vw; } }
    .performance-detail-list .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .performance-detail-list .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .performance-detail-list .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .performance-detail-list .title .pro {
          font-size: 4.2666666667vw; } }
  .performance-detail-list .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .performance-detail-list .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .performance-detail-list .wrap-ranktop {
    width: 75%;
    margin-top: 30px; }
    .performance-detail-list .wrap-ranktop .collapsible {
      background-color: #f7f6f5;
      color: #172d69;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      border-radius: 15px;
      position: relative;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      z-index: 5; }
      .performance-detail-list .wrap-ranktop .collapsible .plus {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 55px;
        height: 100%;
        background: #c9130d;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        text-align: center; }
        .performance-detail-list .wrap-ranktop .collapsible .plus::after {
          content: "+";
          position: absolute;
          font-size: 35px;
          color: #fff;
          line-height: 1.5;
          right: 35%; }
    .performance-detail-list .wrap-ranktop .collapsible.active .plus::after {
      content: "-"; }
    .performance-detail-list .wrap-ranktop .active,
    .performance-detail-list .wrap-ranktop .collapsible:hover {
      background-color: #f7f6f5; }
    .performance-detail-list .wrap-ranktop .content {
      z-index: 1;
      margin-top: -35px;
      position: relative;
      display: none;
      overflow: hidden;
      border-radius: 15px;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .performance-detail-list .wrap-ranktop .box-wrapp {
      border: #c0c0c02e 1px solid;
      border-radius: 15px;
      padding-top: 40px;
      position: relative; }
      .performance-detail-list .wrap-ranktop .box-wrapp .item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #c0c0c02e;
        padding: 10px 15px;
        color: #172d69; }
        .performance-detail-list .wrap-ranktop .box-wrapp .item:last-child {
          border: none; }
        .performance-detail-list .wrap-ranktop .box-wrapp .item .left {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          flex: 0 0 60%; }
          .performance-detail-list .wrap-ranktop .box-wrapp .item .left .no {
            background: #c9130d;
            border-radius: 100px;
            padding: 0 10px;
            color: #fff; }
            @media (max-width: 767px) {
              .performance-detail-list .wrap-ranktop .box-wrapp .item .left .no {
                padding: 0 8px; } }
          .performance-detail-list .wrap-ranktop .box-wrapp .item .left .team {
            font-size: 12px; }
          .performance-detail-list .wrap-ranktop .box-wrapp .item .left .name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 70px; }
        .performance-detail-list .wrap-ranktop .box-wrapp .item .right {
          position: relative;
          width: 200px;
          line-height: 0; }
          @media (max-width: 767px) {
            .performance-detail-list .wrap-ranktop .box-wrapp .item .right {
              width: 100px; } }
          .performance-detail-list .wrap-ranktop .box-wrapp .item .right .container-pro {
            position: relative;
            display: inline-block;
            background: #eee;
            height: 30px;
            border-radius: 15px;
            overflow: hidden; }
          .performance-detail-list .wrap-ranktop .box-wrapp .item .right progress {
            -webkit-appearance: none;
            max-width: 200px;
            height: 30px;
            accent-color: #2092cb; }
            @media (max-width: 767px) {
              .performance-detail-list .wrap-ranktop .box-wrapp .item .right progress {
                max-width: 100px;
                height: 30px; } }
            .performance-detail-list .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-bar {
              background-color: #002469; }
            .performance-detail-list .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-value {
              background-color: #2092cb; }
            .performance-detail-list .wrap-ranktop .box-wrapp .item .right progress::-moz-progress-bar {
              background-color: #2092cb; }
          .performance-detail-list .wrap-ranktop .box-wrapp .item .right span {
            position: absolute;
            right: 10%;
            top: 50%;
            color: #fff; }
    .performance-detail-list .wrap-ranktop .sitem {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #c0c0c02e;
      padding: 10px 15px;
      color: #172d69; }
      .performance-detail-list .wrap-ranktop .sitem .left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 60%; }
        .performance-detail-list .wrap-ranktop .sitem .left .no {
          background: #c9130d;
          border-radius: 100px;
          padding: 0 8px;
          color: #fff; }
        .performance-detail-list .wrap-ranktop .sitem .left .team {
          font-size: 12px; }
      .performance-detail-list .wrap-ranktop .sitem .right {
        position: relative;
        width: 200px;
        line-height: 0; }
        @media (max-width: 767px) {
          .performance-detail-list .wrap-ranktop .sitem .right {
            width: 100px; } }
        .performance-detail-list .wrap-ranktop .sitem .right .container-pro {
          position: relative;
          display: inline-block;
          background: #eee;
          height: 30px;
          border-radius: 15px;
          overflow: hidden; }
        .performance-detail-list .wrap-ranktop .sitem .right progress {
          -webkit-appearance: none;
          max-width: 200px;
          height: 30px;
          accent-color: #2092cb; }
          @media (max-width: 767px) {
            .performance-detail-list .wrap-ranktop .sitem .right progress {
              max-width: 100px;
              height: 30px; } }
          .performance-detail-list .wrap-ranktop .sitem .right progress::-webkit-progress-bar {
            background-color: #002469; }
          .performance-detail-list .wrap-ranktop .sitem .right progress::-webkit-progress-value {
            background-color: #2092cb; }
          .performance-detail-list .wrap-ranktop .sitem .right progress::-moz-progress-bar {
            background-color: #2092cb; }
        .performance-detail-list .wrap-ranktop .sitem .right span {
          position: absolute;
          right: 10%;
          top: 50%;
          color: #fff; }
    .performance-detail-list .wrap-ranktop .last-b {
      position: relative;
      bottom: 0;
      width: 100%;
      border-top: 1px solid #000;
      border-left: #c0c0c02e 1px solid;
      border-right: #c0c0c02e 1px solid;
      border-bottom: #c0c0c02e 1px solid;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .performance-detail-list .wrap-ranktop div.progress {
      width: 80px;
      padding-left: 2px;
      padding-right: 2px;
      height: 21px;
      border-radius: 5px;
      background-color: #1e1e1e;
      top: calc(50% - 13px);
      left: calc(50% - 53px); }
    .performance-detail-list .wrap-ranktop div.track {
      position: relative;
      width: 100%;
      height: 21px;
      overflow: hidden;
      -webkit-animation: prgBar 5s linear 0s infinite alternate;
      animation: prgBar 5s linear 0s infinite alternate; }
    .performance-detail-list .wrap-ranktop div.bar {
      height: 15px;
      width: 20px;
      background-color: #00ffff;
      position: relative;
      border-radius: 2px;
      box-shadow: 0px 0px 5px #00ffff;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 100px;
      top: 3px;
      float: left;
      clear: top; }
@-webkit-keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
@keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
  .performance-detail-list .wrap-ranktop.ni2 {
    padding-top: 20px;
    margin-top: 0px; }
  .performance-detail-list .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .performance-detail-list .top {
    position: relative;
    padding-top: 60px;
    width: 75%; }
    @media (max-width: 767px) {
      .performance-detail-list .top {
        padding-top: 8vw; } }
    @media (max-width: 767px) {
      .performance-detail-list .top .selectric-wrapper {
        height: 18.6666666667vw;
        border-radius: 2vw;
        padding-left: 2.1333333333vw;
        padding-right: 2.1333333333vw;
        padding-top: 2vw;
        padding-bottom: 2vw; } }
    .performance-detail-list .top .selectric-wrapper .selectric {
      border: 0;
      background-color: #fcfbfb;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      border-radius: 15px; }
      @media (max-width: 767px) {
        .performance-detail-list .top .selectric-wrapper .selectric {
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw;
          border-radius: 2vw; } }
      .performance-detail-list .top .selectric-wrapper .selectric .label {
        font-size: 24px;
        color: #172d69; }
        @media (max-width: 767px) {
          .performance-detail-list .top .selectric-wrapper .selectric .label {
            font-size: 3.2vw; } }
    .performance-detail-list .top .selectric-wrapper .selectric .button {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 100px;
      height: 100%;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
      .performance-detail-list .top .selectric-wrapper .selectric .button::after {
        border: 0;
        background: url("../images/commission/arrow.png") no-repeat center center;
        background-size: contain;
        width: 34px;
        height: 20px; }
        @media (max-width: 767px) {
          .performance-detail-list .top .selectric-wrapper .selectric .button::after {
            width: 4.5333333333vw;
            height: 2.6666666667vw; } }
      @media (max-width: 767px) {
        .performance-detail-list .top .selectric-wrapper .selectric .button {
          width: 13.3333333333vw;
          border-top-right-radius: 2vw;
          border-bottom-right-radius: 2vw; } }
    .performance-detail-list .top .selectric-wrapper .selectric-items {
      width: 100% !important;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 35px;
      padding-bottom: 15px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      top: 80%;
      border: 0; }
    .performance-detail-list .top .selectric-wrapper .selectric-items li {
      background: none;
      color: #172d69;
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 20px; }
  .performance-detail-list .sdw {
    padding-top: 30px; }
  .performance-detail-list .bottom {
    position: relative;
    padding-bottom: 60px;
    width: 75%;
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */ }
    .performance-detail-list .bottom .img-detail img {
      width: 100%; }
    .performance-detail-list .bottom label {
      color: #172d69; }
    .performance-detail-list .bottom .top-banca {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .performance-detail-list .bottom .top-banca {
          padding-top: 1.3333333333vw; } }
    .performance-detail-list .bottom .item-red {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .performance-detail-list .bottom .item-red .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .item-red .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
    .performance-detail-list .bottom .item-red-2 {
      display: flex;
      justify-self: center;
      margin-top: 30px; }
      .performance-detail-list .bottom .item-red-2 .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .item-red-2 .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
        .performance-detail-list .bottom .item-red-2 .btn-pri .wraptext-score {
          width: 93%;
          text-align: center; }
    .performance-detail-list .bottom .live-c .bt {
      background: #ed5b40;
      width: 20px;
      height: 100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      @media (max-width: 767px) {
        .performance-detail-list .bottom .live-c .bt {
          border-top-left-radius: 2.6666666667vw;
          border-bottom-left-radius: 2.6666666667vw;
          width: 2.6666666667vw; } }
    .performance-detail-list .bottom .live-c .icon {
      background-size: contain;
      width: 30px;
      height: 108px; }
      @media (max-width: 767px) {
        .performance-detail-list .bottom .live-c .icon {
          width: 4vw;
          height: 14.4vw; } }
    .performance-detail-list .bottom .live-c .text {
      text-align: left;
      color: #172d69;
      width: 40%;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .performance-detail-list .bottom .live-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
    .performance-detail-list .bottom .live-c .text-r {
      text-align: left;
      color: #172d69;
      width: 30%;
      font-size: 72px;
      margin-left: 30px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .performance-detail-list .bottom .live-c .text-r {
          font-size: 9.6vw;
          margin-left: 4vw; } }
    .performance-detail-list .bottom .v-50 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
    .performance-detail-list .bottom .live-50 {
      width: 48%; }
      .performance-detail-list .bottom .live-50 .bt {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .live-50 .bt {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .performance-detail-list .bottom .live-50 .bt--r {
          background: linear-gradient(180deg, #2094cd 0%, #23518f 100%);
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .live-50 .bt--r {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail-list .bottom .live-50 .bt--1 {
          background: #9ad4e8;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .live-50 .bt--1 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail-list .bottom .live-50 .bt--2 {
          background: #209bd4;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .live-50 .bt--2 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail-list .bottom .live-50 .bt--3 {
          background: #0f76c1;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .live-50 .bt--3 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail-list .bottom .live-50 .bt--4 {
          background: #053979;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .live-50 .bt--4 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
      .performance-detail-list .bottom .live-50 .icon {
        background-size: contain;
        width: 0px;
        height: 108px; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .live-50 .icon {
            width: 4vw;
            height: 14.4vw; } }
      .performance-detail-list .bottom .live-50 .text {
        text-align: center;
        color: #172d69;
        width: 100%;
        font-size: 18px; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .live-50 .text {
            font-size: 2.4vw; } }
      .performance-detail-list .bottom .live-50 .text-r {
        text-align: center;
        color: #172d69;
        width: 100%;
        font-size: 30px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .live-50 .text-r {
            font-size: 4.8vw; } }
    .performance-detail-list .bottom .custom-select {
      position: relative; }
    .performance-detail-list .bottom .select-selected:after {
      position: absolute;
      content: url("../images/commission/arrow.png");
      top: 0;
      right: 0;
      padding: 15px;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
    .performance-detail-list .bottom .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      content: url("../images/commission/arrow-u.png"); }
    .performance-detail-list .bottom .select-items div,
    .performance-detail-list .bottom .select-selected {
      color: #172d69;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      z-index: 9;
      position: relative;
      border-radius: 15px;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .performance-detail-list .bottom .select-items div,
        .performance-detail-list .bottom .select-selected {
          height: 18.6666666667vw;
          border-radius: 2vw;
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw; } }
    .performance-detail-list .bottom .select-items {
      position: absolute;
      background-color: #fcfbfb;
      top: 82%;
      left: 0;
      right: 0;
      z-index: 8;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      padding-top: 20px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      @media (max-width: 767px) {
        .performance-detail-list .bottom .select-items {
          border-bottom-right-radius: 2vw;
          border-bottom-left-radius: 2vw; } }
    .performance-detail-list .bottom .select-hide {
      display: none; }
    .performance-detail-list .bottom .year,
    .performance-detail-list .bottom .month {
      padding-top: 30px; }
      @media (max-width: 767px) {
        .performance-detail-list .bottom .year,
        .performance-detail-list .bottom .month {
          padding-top: 4vw; } }
      .performance-detail-list .bottom .year .top-incentive,
      .performance-detail-list .bottom .month .top-incentive {
        overflow-x: scroll;
        margin-left: 140px;
        overflow-y: visible; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .year .top-incentive,
          .performance-detail-list .bottom .month .top-incentive {
            margin-left: 16vw; } }
        .performance-detail-list .bottom .year .top-incentive .dataTables_wrapper,
        .performance-detail-list .bottom .month .top-incentive .dataTables_wrapper {
          position: unset; }
      .performance-detail-list .bottom .year .head-title,
      .performance-detail-list .bottom .month .head-title {
        padding: 30px;
        color: #002469;
        font-size: 24px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .year .head-title,
          .performance-detail-list .bottom .month .head-title {
            padding: 4vw;
            font-size: 3.2vw; } }
      .performance-detail-list .bottom .year .table-top,
      .performance-detail-list .bottom .month .table-top {
        margin: 0 !important;
        border-collapse: separate;
        border-spacing: 0; }
        .performance-detail-list .bottom .year .table-top th.left-t,
        .performance-detail-list .bottom .month .table-top th.left-t {
          display: flex;
          justify-content: center;
          align-items: center;
          border-top-left-radius: 15px;
          background: #e7332d;
          background: linear-gradient(180deg, #e7332d 0%, #b5231e 100%); }
        .performance-detail-list .bottom .year .table-top th,
        .performance-detail-list .bottom .month .table-top th {
          position: relative;
          line-height: 1;
          padding-right: 0px;
          height: 120px; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .year .table-top th,
            .performance-detail-list .bottom .month .table-top th {
              padding-right: 0vw;
              height: 16vw; } }
        .performance-detail-list .bottom .year .table-top td,
        .performance-detail-list .bottom .month .table-top td {
          background: #fff;
          color: #7a7a7a;
          font-size: 20px;
          vertical-align: middle;
          border-bottom: 2px dotted #c0c0c0;
          border-right: 2px dotted #c0c0c0;
          word-break: break-all;
          height: 80px;
          width: 140px; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .year .table-top td,
            .performance-detail-list .bottom .month .table-top td {
              font-size: 2.6666666667vw;
              border-width: 2px;
              width: 20vw; } }
        .performance-detail-list .bottom .year .table-top td.left-t,
        .performance-detail-list .bottom .month .table-top td.left-t {
          background: #2092cb;
          color: #fff !important;
          font-weight: 400;
          vertical-align: middle;
          text-align: left;
          height: 80px;
          font-size: 20px;
          width: 180px;
          border-right: 0;
          position: absolute;
          width: 7em;
          left: 0;
          top: auto;
          border-top-width: 1px;
          margin-top: -1px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .year .table-top td.left-t,
            .performance-detail-list .bottom .month .table-top td.left-t {
              font-size: 2.6666666667vw;
              width: 6em; } }
          .performance-detail-list .bottom .year .table-top td.left-t a,
          .performance-detail-list .bottom .month .table-top td.left-t a {
            color: #fff; }
            .performance-detail-list .bottom .year .table-top td.left-t a:hover,
            .performance-detail-list .bottom .month .table-top td.left-t a:hover {
              color: #002469; }
        .performance-detail-list .bottom .year .table-top td.topt,
        .performance-detail-list .bottom .month .table-top td.topt {
          border-top-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .year .table-top td.topt,
            .performance-detail-list .bottom .month .table-top td.topt {
              border-top-left-radius: 2.6666666667vw; } }
        .performance-detail-list .bottom .year .table-top td.bottomt,
        .performance-detail-list .bottom .month .table-top td.bottomt {
          border-bottom-left-radius: 20px;
          border: 0; }
          @media (max-width: 767px) {
            .performance-detail-list .bottom .year .table-top td.bottomt,
            .performance-detail-list .bottom .month .table-top td.bottomt {
              border-bottom-left-radius: 2.6666666667vw; } }
        .performance-detail-list .bottom .year .table-top td.green,
        .performance-detail-list .bottom .month .table-top td.green {
          color: #49a90e; }
      .performance-detail-list .bottom .year table.table-top,
      .performance-detail-list .bottom .month table.table-top {
        width: 100%;
        text-align: center;
        border-collapse: collapse; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .year table.table-top,
          .performance-detail-list .bottom .month table.table-top {
            width: 61vw; } }
      .performance-detail-list .bottom .year table.table-top td sup,
      .performance-detail-list .bottom .year table.table-top th sup,
      .performance-detail-list .bottom .month table.table-top td sup,
      .performance-detail-list .bottom .month table.table-top th sup {
        vertical-align: super;
        font-size: smaller; }
      .performance-detail-list .bottom .year .angle-left,
      .performance-detail-list .bottom .month .angle-left {
        background: #fff;
        width: 25%; }
      .performance-detail-list .bottom .year .no1,
      .performance-detail-list .bottom .month .no1 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f04728;
        background: linear-gradient(180deg, #f04728 0%, #d32109 100%); }
      .performance-detail-list .bottom .year .no2,
      .performance-detail-list .bottom .month .no2 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f06147;
        background: linear-gradient(180deg, #f06147 0%, #e3402a 100%); }
      .performance-detail-list .bottom .year .no3,
      .performance-detail-list .bottom .month .no3 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f38769;
        background: linear-gradient(180deg, #f38769 0%, #f86649 51%); }
      .performance-detail-list .bottom .year .no4,
      .performance-detail-list .bottom .month .no4 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #ff997d;
        background: linear-gradient(180deg, #ff997d 0%, #f6836b 100%); }
      .performance-detail-list .bottom .year table.table-top thead,
      .performance-detail-list .bottom .month table.table-top thead {
        text-align: center; }
      .performance-detail-list .bottom .year table.table-top thead th,
      .performance-detail-list .bottom .month table.table-top thead th {
        font-weight: 500;
        color: #fff;
        text-align: center;
        width: auto !important;
        font-size: 17px; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .year table.table-top thead th,
          .performance-detail-list .bottom .month table.table-top thead th {
            font-size: 2.6666666667vw; } }
      .performance-detail-list .bottom .year table.table-top thead th:first-child,
      .performance-detail-list .bottom .month table.table-top thead th:first-child {
        border-left: none;
        width: 8.2em !important;
        position: absolute;
        left: 0; }
        @media (max-width: 767px) {
          .performance-detail-list .bottom .year table.table-top thead th:first-child,
          .performance-detail-list .bottom .month table.table-top thead th:first-child {
            width: 6em !important; } }

.performance-detail-team {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .performance-detail-team {
      max-width: 750px;
      margin: 0 auto; } }
  .performance-detail-team .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .performance-detail-team .title {
        height: 18.6666666667vw; } }
    .performance-detail-team .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .performance-detail-team .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .performance-detail-team .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .performance-detail-team .title .pro {
          font-size: 4.2666666667vw; } }
  .performance-detail-team .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .performance-detail-team .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .performance-detail-team .wrap-ranktop {
    width: 75%;
    margin-top: 30px; }
    .performance-detail-team .wrap-ranktop .collapsible {
      background-color: #f7f6f5;
      color: #172d69;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      border-radius: 15px;
      position: relative;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      z-index: 5; }
      .performance-detail-team .wrap-ranktop .collapsible .plus {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 55px;
        height: 100%;
        background: #c9130d;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        text-align: center; }
        .performance-detail-team .wrap-ranktop .collapsible .plus::after {
          content: "+";
          position: absolute;
          font-size: 35px;
          color: #fff;
          line-height: 1.5;
          right: 35%; }
    .performance-detail-team .wrap-ranktop .collapsible.active .plus::after {
      content: "-"; }
    .performance-detail-team .wrap-ranktop .active,
    .performance-detail-team .wrap-ranktop .collapsible:hover {
      background-color: #f7f6f5; }
    .performance-detail-team .wrap-ranktop .content {
      z-index: 1;
      margin-top: -35px;
      position: relative;
      display: none;
      overflow: hidden;
      border-radius: 15px;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .performance-detail-team .wrap-ranktop .box-wrapp {
      border: #c0c0c02e 1px solid;
      border-radius: 15px;
      padding-top: 40px;
      position: relative; }
      .performance-detail-team .wrap-ranktop .box-wrapp .item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #c0c0c02e;
        padding: 10px 15px;
        color: #172d69; }
        .performance-detail-team .wrap-ranktop .box-wrapp .item:last-child {
          border: none; }
        .performance-detail-team .wrap-ranktop .box-wrapp .item .left {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          flex: 0 0 60%; }
          .performance-detail-team .wrap-ranktop .box-wrapp .item .left .no {
            background: #c9130d;
            border-radius: 100px;
            padding: 0 10px;
            color: #fff; }
            @media (max-width: 767px) {
              .performance-detail-team .wrap-ranktop .box-wrapp .item .left .no {
                padding: 0 8px; } }
          .performance-detail-team .wrap-ranktop .box-wrapp .item .left .team {
            font-size: 12px; }
          .performance-detail-team .wrap-ranktop .box-wrapp .item .left .name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 70px; }
        .performance-detail-team .wrap-ranktop .box-wrapp .item .right {
          position: relative;
          width: 200px;
          line-height: 0; }
          @media (max-width: 767px) {
            .performance-detail-team .wrap-ranktop .box-wrapp .item .right {
              width: 100px; } }
          .performance-detail-team .wrap-ranktop .box-wrapp .item .right .container-pro {
            position: relative;
            display: inline-block;
            background: #eee;
            height: 30px;
            border-radius: 15px;
            overflow: hidden; }
          .performance-detail-team .wrap-ranktop .box-wrapp .item .right progress {
            -webkit-appearance: none;
            max-width: 200px;
            height: 30px;
            accent-color: #2092cb; }
            @media (max-width: 767px) {
              .performance-detail-team .wrap-ranktop .box-wrapp .item .right progress {
                max-width: 100px;
                height: 30px; } }
            .performance-detail-team .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-bar {
              background-color: #002469; }
            .performance-detail-team .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-value {
              background-color: #2092cb; }
            .performance-detail-team .wrap-ranktop .box-wrapp .item .right progress::-moz-progress-bar {
              background-color: #2092cb; }
          .performance-detail-team .wrap-ranktop .box-wrapp .item .right span {
            position: absolute;
            right: 10%;
            top: 50%;
            color: #fff; }
    .performance-detail-team .wrap-ranktop .sitem {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #c0c0c02e;
      padding: 10px 15px;
      color: #172d69; }
      .performance-detail-team .wrap-ranktop .sitem .left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 60%; }
        .performance-detail-team .wrap-ranktop .sitem .left .no {
          background: #c9130d;
          border-radius: 100px;
          padding: 0 8px;
          color: #fff; }
        .performance-detail-team .wrap-ranktop .sitem .left .team {
          font-size: 12px; }
      .performance-detail-team .wrap-ranktop .sitem .right {
        position: relative;
        width: 200px;
        line-height: 0; }
        @media (max-width: 767px) {
          .performance-detail-team .wrap-ranktop .sitem .right {
            width: 100px; } }
        .performance-detail-team .wrap-ranktop .sitem .right .container-pro {
          position: relative;
          display: inline-block;
          background: #eee;
          height: 30px;
          border-radius: 15px;
          overflow: hidden; }
        .performance-detail-team .wrap-ranktop .sitem .right progress {
          -webkit-appearance: none;
          max-width: 200px;
          height: 30px;
          accent-color: #2092cb; }
          @media (max-width: 767px) {
            .performance-detail-team .wrap-ranktop .sitem .right progress {
              max-width: 100px;
              height: 30px; } }
          .performance-detail-team .wrap-ranktop .sitem .right progress::-webkit-progress-bar {
            background-color: #002469; }
          .performance-detail-team .wrap-ranktop .sitem .right progress::-webkit-progress-value {
            background-color: #2092cb; }
          .performance-detail-team .wrap-ranktop .sitem .right progress::-moz-progress-bar {
            background-color: #2092cb; }
        .performance-detail-team .wrap-ranktop .sitem .right span {
          position: absolute;
          right: 10%;
          top: 50%;
          color: #fff; }
    .performance-detail-team .wrap-ranktop .last-b {
      position: relative;
      bottom: 0;
      width: 100%;
      border-top: 1px solid #000;
      border-left: #c0c0c02e 1px solid;
      border-right: #c0c0c02e 1px solid;
      border-bottom: #c0c0c02e 1px solid;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .performance-detail-team .wrap-ranktop div.progress {
      width: 80px;
      padding-left: 2px;
      padding-right: 2px;
      height: 21px;
      border-radius: 5px;
      background-color: #1e1e1e;
      top: calc(50% - 13px);
      left: calc(50% - 53px); }
    .performance-detail-team .wrap-ranktop div.track {
      position: relative;
      width: 100%;
      height: 21px;
      overflow: hidden;
      -webkit-animation: prgBar 5s linear 0s infinite alternate;
      animation: prgBar 5s linear 0s infinite alternate; }
    .performance-detail-team .wrap-ranktop div.bar {
      height: 15px;
      width: 20px;
      background-color: #00ffff;
      position: relative;
      border-radius: 2px;
      box-shadow: 0px 0px 5px #00ffff;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 100px;
      top: 3px;
      float: left;
      clear: top; }
@-webkit-keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
@keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
  .performance-detail-team .wrap-ranktop.ni2 {
    padding-top: 20px;
    margin-top: 0px; }
  .performance-detail-team .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .performance-detail-team .top {
    position: relative;
    padding-top: 60px;
    width: 75%; }
    @media (max-width: 767px) {
      .performance-detail-team .top {
        padding-top: 8vw; } }
    @media (max-width: 767px) {
      .performance-detail-team .top .selectric-wrapper {
        height: 18.6666666667vw;
        border-radius: 2vw;
        padding-left: 2.1333333333vw;
        padding-right: 2.1333333333vw;
        padding-top: 2vw;
        padding-bottom: 2vw; } }
    .performance-detail-team .top .selectric-wrapper .selectric {
      border: 0;
      background-color: #fcfbfb;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      border-radius: 15px; }
      @media (max-width: 767px) {
        .performance-detail-team .top .selectric-wrapper .selectric {
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw;
          border-radius: 2vw; } }
      .performance-detail-team .top .selectric-wrapper .selectric .label {
        font-size: 24px;
        color: #172d69; }
        @media (max-width: 767px) {
          .performance-detail-team .top .selectric-wrapper .selectric .label {
            font-size: 3.2vw; } }
    .performance-detail-team .top .selectric-wrapper .selectric .button {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 100px;
      height: 100%;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
      .performance-detail-team .top .selectric-wrapper .selectric .button::after {
        border: 0;
        background: url("../images/commission/arrow.png") no-repeat center center;
        background-size: contain;
        width: 34px;
        height: 20px; }
        @media (max-width: 767px) {
          .performance-detail-team .top .selectric-wrapper .selectric .button::after {
            width: 4.5333333333vw;
            height: 2.6666666667vw; } }
      @media (max-width: 767px) {
        .performance-detail-team .top .selectric-wrapper .selectric .button {
          width: 13.3333333333vw;
          border-top-right-radius: 2vw;
          border-bottom-right-radius: 2vw; } }
    .performance-detail-team .top .selectric-wrapper .selectric-items {
      width: 100% !important;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 35px;
      padding-bottom: 15px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
      top: 80%;
      border: 0; }
    .performance-detail-team .top .selectric-wrapper .selectric-items li {
      background: none;
      color: #172d69;
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 20px; }
  .performance-detail-team .sdw {
    padding-top: 30px; }
  .performance-detail-team .bottom {
    position: relative;
    padding-bottom: 60px;
    width: 75%;
    /* Style the arrow inside the select element: */
    /* Point the arrow upwards when the select box is open (active): */
    /* style the items (options), including the selected item: */
    /* Style items (options): */
    /* Hide the items when the select box is closed: */ }
    .performance-detail-team .bottom .img-detail img {
      width: 100%; }
    .performance-detail-team .bottom label {
      color: #172d69; }
    .performance-detail-team .bottom .top-banca {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .performance-detail-team .bottom .top-banca {
          padding-top: 1.3333333333vw; } }
    .performance-detail-team .bottom .item-red {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .performance-detail-team .bottom .item-red .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .performance-detail-team .bottom .item-red .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
    .performance-detail-team .bottom .item-red-2 {
      display: flex;
      justify-self: center;
      margin-top: 30px; }
      .performance-detail-team .bottom .item-red-2 .btn-pri {
        margin: 0 auto;
        width: 100%;
        color: #172d69;
        box-shadow: 1px 1px 10px #c0c0c0;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        border-radius: 20px;
        justify-content: space-between; }
        @media (max-width: 767px) {
          .performance-detail-team .bottom .item-red-2 .btn-pri {
            font-size: 2.4vw;
            border-radius: 2.6666666667vw; } }
        .performance-detail-team .bottom .item-red-2 .btn-pri .wraptext-score {
          width: 93%;
          text-align: center; }
    .performance-detail-team .bottom .live-c .bt {
      background: #ed5b40;
      width: 20px;
      height: 100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      @media (max-width: 767px) {
        .performance-detail-team .bottom .live-c .bt {
          border-top-left-radius: 2.6666666667vw;
          border-bottom-left-radius: 2.6666666667vw;
          width: 2.6666666667vw; } }
    .performance-detail-team .bottom .live-c .icon {
      background-size: contain;
      width: 30px;
      height: 108px; }
      @media (max-width: 767px) {
        .performance-detail-team .bottom .live-c .icon {
          width: 4vw;
          height: 14.4vw; } }
    .performance-detail-team .bottom .live-c .text {
      text-align: left;
      color: #172d69;
      width: 40%;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .performance-detail-team .bottom .live-c .text {
          font-size: 4vw;
          margin-left: 4vw; } }
    .performance-detail-team .bottom .live-c .text-r {
      text-align: left;
      color: #172d69;
      width: 30%;
      font-size: 72px;
      margin-left: 30px;
      font-weight: bold; }
      @media (max-width: 767px) {
        .performance-detail-team .bottom .live-c .text-r {
          font-size: 9.6vw;
          margin-left: 4vw; } }
    .performance-detail-team .bottom .v-50 {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
    .performance-detail-team .bottom .live-50 {
      width: 48%; }
      .performance-detail-team .bottom .live-50 .bt {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .performance-detail-team .bottom .live-50 .bt {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .performance-detail-team .bottom .live-50 .bt--r {
          background: linear-gradient(180deg, #2094cd 0%, #23518f 100%);
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .live-50 .bt--r {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail-team .bottom .live-50 .bt--1 {
          background: #9ad4e8;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .live-50 .bt--1 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail-team .bottom .live-50 .bt--2 {
          background: #209bd4;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .live-50 .bt--2 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail-team .bottom .live-50 .bt--3 {
          background: #0f76c1;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .live-50 .bt--3 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
        .performance-detail-team .bottom .live-50 .bt--4 {
          background: #053979;
          width: 20px;
          height: 100%;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .live-50 .bt--4 {
              border-top-left-radius: 2.6666666667vw;
              border-bottom-left-radius: 2.6666666667vw;
              width: 2.6666666667vw; } }
      .performance-detail-team .bottom .live-50 .icon {
        background-size: contain;
        width: 0px;
        height: 108px; }
        @media (max-width: 767px) {
          .performance-detail-team .bottom .live-50 .icon {
            width: 4vw;
            height: 14.4vw; } }
      .performance-detail-team .bottom .live-50 .text {
        text-align: center;
        color: #172d69;
        width: 100%;
        font-size: 18px; }
        @media (max-width: 767px) {
          .performance-detail-team .bottom .live-50 .text {
            font-size: 2.4vw; } }
      .performance-detail-team .bottom .live-50 .text-r {
        text-align: center;
        color: #172d69;
        width: 100%;
        font-size: 30px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .performance-detail-team .bottom .live-50 .text-r {
            font-size: 4.8vw; } }
    .performance-detail-team .bottom .custom-select {
      position: relative; }
    .performance-detail-team .bottom .select-selected:after {
      position: absolute;
      content: url("../images/commission/arrow.png");
      top: 0;
      right: 0;
      padding: 15px;
      background: #e52d27;
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
      border-color: #fff transparent transparent transparent; }
    .performance-detail-team .bottom .select-selected.select-arrow-active:after {
      border-color: transparent transparent #fff transparent;
      content: url("../images/commission/arrow-u.png"); }
    .performance-detail-team .bottom .select-items div,
    .performance-detail-team .bottom .select-selected {
      color: #172d69;
      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
      cursor: pointer;
      z-index: 9;
      position: relative;
      border-radius: 15px;
      padding-left: 16px;
      padding-right: 16px;
      padding-top: 15px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .performance-detail-team .bottom .select-items div,
        .performance-detail-team .bottom .select-selected {
          height: 18.6666666667vw;
          border-radius: 2vw;
          padding-left: 2.1333333333vw;
          padding-right: 2.1333333333vw;
          padding-top: 2vw;
          padding-bottom: 2vw; } }
    .performance-detail-team .bottom .select-items {
      position: absolute;
      background-color: #fcfbfb;
      top: 82%;
      left: 0;
      right: 0;
      z-index: 8;
      box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -webkit-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      -moz-box-shadow: 1px 6px 5px 1px rgba(153, 153, 153, 0.32);
      padding-top: 20px;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px; }
      @media (max-width: 767px) {
        .performance-detail-team .bottom .select-items {
          border-bottom-right-radius: 2vw;
          border-bottom-left-radius: 2vw; } }
    .performance-detail-team .bottom .select-hide {
      display: none; }
    .performance-detail-team .bottom .year,
    .performance-detail-team .bottom .month {
      padding-top: 30px; }
      @media (max-width: 767px) {
        .performance-detail-team .bottom .year,
        .performance-detail-team .bottom .month {
          padding-top: 10vw; } }
      .performance-detail-team .bottom .year .top-incentive,
      .performance-detail-team .bottom .month .top-incentive {
        overflow-x: scroll;
        overflow-y: visible; }
        .performance-detail-team .bottom .year .top-incentive .dataTables_wrapper,
        .performance-detail-team .bottom .month .top-incentive .dataTables_wrapper {
          position: unset; }
      .performance-detail-team .bottom .year .head-title,
      .performance-detail-team .bottom .month .head-title {
        padding: 30px;
        color: #002469;
        font-size: 24px;
        font-weight: 500; }
        @media (max-width: 767px) {
          .performance-detail-team .bottom .year .head-title,
          .performance-detail-team .bottom .month .head-title {
            padding: 4vw;
            font-size: 3.2vw; } }
      .performance-detail-team .bottom .year .table-top,
      .performance-detail-team .bottom .month .table-top {
        margin: 0 !important;
        border-collapse: separate;
        border-spacing: 0; }
        .performance-detail-team .bottom .year .table-top th.left-t,
        .performance-detail-team .bottom .month .table-top th.left-t {
          display: flex;
          justify-content: center;
          align-items: center;
          border-top-left-radius: 15px;
          background: #e7332d;
          background: linear-gradient(180deg, #e7332d 0%, #b5231e 100%); }
        .performance-detail-team .bottom .year .table-top th,
        .performance-detail-team .bottom .month .table-top th {
          position: relative;
          line-height: 1;
          padding-right: 0px;
          height: 120px; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .year .table-top th,
            .performance-detail-team .bottom .month .table-top th {
              padding-right: 0vw;
              height: 16vw; } }
        .performance-detail-team .bottom .year .table-top td,
        .performance-detail-team .bottom .month .table-top td {
          background: #fff;
          color: #7a7a7a;
          font-size: 20px;
          vertical-align: middle;
          border-bottom: 2px dotted #c0c0c0;
          border-right: 2px dotted #c0c0c0;
          word-break: break-all;
          height: 80px;
          width: 209px; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .year .table-top td,
            .performance-detail-team .bottom .month .table-top td {
              font-size: 2.6666666667vw;
              border-width: 2px;
              width: 29vw; } }
        .performance-detail-team .bottom .year .table-top td.left-t,
        .performance-detail-team .bottom .month .table-top td.left-t {
          background: #2092cb;
          color: #fff !important;
          font-weight: 400;
          vertical-align: middle;
          text-align: left;
          height: 80px;
          font-size: 20px;
          width: 180px;
          border-right: 0;
          position: absolute;
          width: 7em;
          left: 0;
          top: auto;
          border-top-width: 1px;
          margin-top: -1px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .year .table-top td.left-t,
            .performance-detail-team .bottom .month .table-top td.left-t {
              font-size: 2.6666666667vw;
              width: 6em; } }
          .performance-detail-team .bottom .year .table-top td.left-t a,
          .performance-detail-team .bottom .month .table-top td.left-t a {
            color: #fff; }
            .performance-detail-team .bottom .year .table-top td.left-t a:hover,
            .performance-detail-team .bottom .month .table-top td.left-t a:hover {
              color: #002469; }
        .performance-detail-team .bottom .year .table-top td.topt,
        .performance-detail-team .bottom .month .table-top td.topt {
          border-top-left-radius: 20px; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .year .table-top td.topt,
            .performance-detail-team .bottom .month .table-top td.topt {
              border-top-left-radius: 2.6666666667vw; } }
        .performance-detail-team .bottom .year .table-top td.bottomt,
        .performance-detail-team .bottom .month .table-top td.bottomt {
          border-bottom-left-radius: 20px;
          border: 0; }
          @media (max-width: 767px) {
            .performance-detail-team .bottom .year .table-top td.bottomt,
            .performance-detail-team .bottom .month .table-top td.bottomt {
              border-bottom-left-radius: 2.6666666667vw; } }
        .performance-detail-team .bottom .year .table-top td.green,
        .performance-detail-team .bottom .month .table-top td.green {
          color: #49a90e; }
      .performance-detail-team .bottom .year table.table-top,
      .performance-detail-team .bottom .month table.table-top {
        width: 100%;
        text-align: center;
        border-collapse: collapse; }
      .performance-detail-team .bottom .year table.table-top td sup,
      .performance-detail-team .bottom .year table.table-top th sup,
      .performance-detail-team .bottom .month table.table-top td sup,
      .performance-detail-team .bottom .month table.table-top th sup {
        vertical-align: super;
        font-size: smaller; }
      .performance-detail-team .bottom .year .angle-left,
      .performance-detail-team .bottom .month .angle-left {
        background: #fff;
        width: 25%; }
      .performance-detail-team .bottom .year .no1,
      .performance-detail-team .bottom .month .no1 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f04728;
        background: linear-gradient(180deg, #f04728 0%, #d32109 100%); }
      .performance-detail-team .bottom .year .no2,
      .performance-detail-team .bottom .month .no2 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f06147;
        background: linear-gradient(180deg, #f06147 0%, #e3402a 100%); }
      .performance-detail-team .bottom .year .no3,
      .performance-detail-team .bottom .month .no3 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #f38769;
        background: linear-gradient(180deg, #f38769 0%, #f86649 51%); }
      .performance-detail-team .bottom .year .no4,
      .performance-detail-team .bottom .month .no4 {
        vertical-align: middle;
        padding-top: 0 !important;
        background: #ff997d;
        background: linear-gradient(180deg, #ff997d 0%, #f6836b 100%); }
      .performance-detail-team .bottom .year table.table-top thead,
      .performance-detail-team .bottom .month table.table-top thead {
        text-align: center; }
      .performance-detail-team .bottom .year table.table-top thead th,
      .performance-detail-team .bottom .month table.table-top thead th {
        font-weight: 500;
        color: #fff;
        text-align: center;
        width: auto !important;
        font-size: 17px; }
        @media (max-width: 767px) {
          .performance-detail-team .bottom .year table.table-top thead th,
          .performance-detail-team .bottom .month table.table-top thead th {
            font-size: 2.6666666667vw; } }
      .performance-detail-team .bottom .year table.table-top thead th:first-child,
      .performance-detail-team .bottom .month table.table-top thead th:first-child {
        border-left: none;
        width: 8.2em !important;
        position: absolute;
        left: 0; }
        @media (max-width: 767px) {
          .performance-detail-team .bottom .year table.table-top thead th:first-child,
          .performance-detail-team .bottom .month table.table-top thead th:first-child {
            width: 6em !important; } }

.clubhouse-in {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .clubhouse-in {
      max-width: 750px;
      margin: 0 auto; } }
  .clubhouse-in .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .clubhouse-in .title {
        height: 18.6666666667vw; } }
    .clubhouse-in .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .clubhouse-in .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .clubhouse-in .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .clubhouse-in .title .pro {
          font-size: 4.2666666667vw; } }
  .clubhouse-in .top .banner {
    width: 100%; }
    .clubhouse-in .top .banner img {
      width: 100%;
      height: auto; }
  .clubhouse-in .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .clubhouse-in .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .clubhouse-in .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    top: -130px; }
    @media (max-width: 767px) {
      .clubhouse-in .bottom {
        padding-top: 2.6666666667vw;
        top: -17.3333333333vw; } }
    .clubhouse-in .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 30px; }
      .clubhouse-in .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }
        @media (max-width: 767px) {
          .clubhouse-in .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-left: 4.6666666667vw;
            padding-right: 4.6666666667vw;
            padding-top: 2vw;
            padding-bottom: 2vw;
            border-radius: 4vw; } }
    .clubhouse-in .bottom .icon01 .icon {
      background: url("../images/clubhouse/icon-1.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .clubhouse-in .bottom .icon01 .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .clubhouse-in .bottom .icon01 .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .clubhouse-in .bottom .icon01 .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .clubhouse-in .bottom .icon01 .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .clubhouse-in .bottom .icon01 .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .clubhouse-in .bottom .icon01 .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .clubhouse-in .bottom .icon01 .text span {
            font-size: 2.6666666667vw; } }
    .clubhouse-in .bottom .icon02 .icon {
      background: url("../images/clubhouse/icon-2.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .clubhouse-in .bottom .icon02 .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .clubhouse-in .bottom .icon02 .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .clubhouse-in .bottom .icon02 .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .clubhouse-in .bottom .icon02 .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .clubhouse-in .bottom .icon02 .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .clubhouse-in .bottom .icon02 .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .clubhouse-in .bottom .icon02 .text span {
            font-size: 2.6666666667vw; } }
    .clubhouse-in .bottom .icon03 .icon {
      background: url("../images/clubhouse/icon-3.png") no-repeat center center;
      background-size: contain;
      width: 108px;
      height: 108px; }
      @media (max-width: 767px) {
        .clubhouse-in .bottom .icon03 .icon {
          width: 14.4vw;
          height: 14.4vw; } }
    .clubhouse-in .bottom .icon03 .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .clubhouse-in .bottom .icon03 .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .clubhouse-in .bottom .icon03 .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .clubhouse-in .bottom .icon03 .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .clubhouse-in .bottom .icon03 .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .clubhouse-in .bottom .icon03 .text span {
            font-size: 2.6666666667vw; } }

.clubhouse-detail {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .clubhouse-detail {
      max-width: 750px;
      margin: 0 auto; } }
  .clubhouse-detail .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .clubhouse-detail .title {
        height: 18.6666666667vw; } }
    .clubhouse-detail .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .clubhouse-detail .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .clubhouse-detail .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .clubhouse-detail .title .pro {
          font-size: 4.2666666667vw; } }
  .clubhouse-detail .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-detail .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .clubhouse-detail .wrap-ranktop {
    width: 75%;
    margin-top: 30px; }
    .clubhouse-detail .wrap-ranktop .collapsible {
      background-color: #f7f6f5;
      color: #172d69;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      border-radius: 15px;
      position: relative;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      z-index: 5; }
      .clubhouse-detail .wrap-ranktop .collapsible .plus {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 55px;
        height: 100%;
        background: #c9130d;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        text-align: center; }
        .clubhouse-detail .wrap-ranktop .collapsible .plus::after {
          content: "+";
          position: absolute;
          font-size: 35px;
          color: #fff;
          line-height: 1.5;
          right: 35%; }
    .clubhouse-detail .wrap-ranktop .collapsible.active .plus::after {
      content: "-"; }
    .clubhouse-detail .wrap-ranktop .active,
    .clubhouse-detail .wrap-ranktop .collapsible:hover {
      background-color: #f7f6f5; }
    .clubhouse-detail .wrap-ranktop .content {
      z-index: 1;
      margin-top: -35px;
      position: relative;
      display: none;
      overflow: hidden;
      border-radius: 15px;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .clubhouse-detail .wrap-ranktop .box-wrapp {
      border: #c0c0c02e 1px solid;
      border-radius: 15px;
      padding-top: 40px;
      overflow-x: auto;
      height: 300px;
      position: relative; }
      .clubhouse-detail .wrap-ranktop .box-wrapp .item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #c0c0c02e;
        padding: 10px 15px;
        color: #172d69; }
        .clubhouse-detail .wrap-ranktop .box-wrapp .item:last-child {
          border: none; }
        .clubhouse-detail .wrap-ranktop .box-wrapp .item .left {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          flex: 0 0 60%; }
          .clubhouse-detail .wrap-ranktop .box-wrapp .item .left .no {
            background: #c9130d;
            border-radius: 100px;
            padding: 0 8px;
            color: #fff; }
          .clubhouse-detail .wrap-ranktop .box-wrapp .item .left .team {
            font-size: 12px; }
          .clubhouse-detail .wrap-ranktop .box-wrapp .item .left .name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 70px; }
        .clubhouse-detail .wrap-ranktop .box-wrapp .item .right {
          position: relative;
          width: 200px;
          line-height: 0; }
          @media (max-width: 767px) {
            .clubhouse-detail .wrap-ranktop .box-wrapp .item .right {
              width: 100px; } }
          .clubhouse-detail .wrap-ranktop .box-wrapp .item .right .container-pro {
            position: relative;
            display: inline-block;
            background: #eee;
            height: 30px;
            border-radius: 15px;
            overflow: hidden; }
          .clubhouse-detail .wrap-ranktop .box-wrapp .item .right progress {
            -webkit-appearance: none;
            max-width: 200px;
            height: 30px;
            accent-color: #2092cb; }
            @media (max-width: 767px) {
              .clubhouse-detail .wrap-ranktop .box-wrapp .item .right progress {
                max-width: 100px;
                height: 30px; } }
            .clubhouse-detail .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-bar {
              background-color: #002469; }
            .clubhouse-detail .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-value {
              background-color: #2092cb; }
            .clubhouse-detail .wrap-ranktop .box-wrapp .item .right progress::-moz-progress-bar {
              background-color: #2092cb; }
          .clubhouse-detail .wrap-ranktop .box-wrapp .item .right span {
            position: absolute;
            right: 10%;
            top: 50%;
            color: #fff; }
    .clubhouse-detail .wrap-ranktop .sitem {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #c0c0c02e;
      padding: 10px 15px;
      color: #172d69; }
      .clubhouse-detail .wrap-ranktop .sitem .left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 60%; }
        .clubhouse-detail .wrap-ranktop .sitem .left .no {
          background: #c9130d;
          border-radius: 100px;
          padding: 0 8px;
          color: #fff; }
        .clubhouse-detail .wrap-ranktop .sitem .left .team {
          font-size: 12px; }
      .clubhouse-detail .wrap-ranktop .sitem .right {
        position: relative;
        width: 200px;
        line-height: 0; }
        @media (max-width: 767px) {
          .clubhouse-detail .wrap-ranktop .sitem .right {
            width: 100px; } }
        .clubhouse-detail .wrap-ranktop .sitem .right .container-pro {
          position: relative;
          display: inline-block;
          background: #eee;
          height: 30px;
          border-radius: 15px;
          overflow: hidden; }
        .clubhouse-detail .wrap-ranktop .sitem .right progress {
          -webkit-appearance: none;
          max-width: 200px;
          height: 30px;
          accent-color: #2092cb; }
          @media (max-width: 767px) {
            .clubhouse-detail .wrap-ranktop .sitem .right progress {
              max-width: 100px;
              height: 30px; } }
          .clubhouse-detail .wrap-ranktop .sitem .right progress::-webkit-progress-bar {
            background-color: #002469; }
          .clubhouse-detail .wrap-ranktop .sitem .right progress::-webkit-progress-value {
            background-color: #2092cb; }
          .clubhouse-detail .wrap-ranktop .sitem .right progress::-moz-progress-bar {
            background-color: #2092cb; }
        .clubhouse-detail .wrap-ranktop .sitem .right span {
          position: absolute;
          right: 10%;
          top: 50%;
          color: #fff; }
    .clubhouse-detail .wrap-ranktop .last-b {
      position: absolute;
      bottom: 0;
      width: 100%;
      border-top: 1px solid #000;
      border-left: #c0c0c02e 1px solid;
      border-right: #c0c0c02e 1px solid;
      border-bottom: #c0c0c02e 1px solid;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .clubhouse-detail .wrap-ranktop div.progress {
      width: 80px;
      padding-left: 2px;
      padding-right: 2px;
      height: 21px;
      border-radius: 5px;
      background-color: #1e1e1e;
      top: calc(50% - 13px);
      left: calc(50% - 53px); }
    .clubhouse-detail .wrap-ranktop div.track {
      position: relative;
      width: 100%;
      height: 21px;
      overflow: hidden;
      -webkit-animation: prgBar 5s linear 0s infinite alternate;
      animation: prgBar 5s linear 0s infinite alternate; }
    .clubhouse-detail .wrap-ranktop div.bar {
      height: 15px;
      width: 20px;
      background-color: #00ffff;
      position: relative;
      border-radius: 2px;
      box-shadow: 0px 0px 5px #00ffff;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 100px;
      top: 3px;
      float: left;
      clear: top; }
@-webkit-keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
@keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
  .clubhouse-detail .wrap-ranktop.ni2 {
    padding-top: 20px;
    margin-top: 0px; }
  .clubhouse-detail .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .clubhouse-detail .top .banner {
    width: 100%; }
    .clubhouse-detail .top .banner img {
      width: 100%;
      height: auto; }
  .clubhouse-detail .top .broadcast {
    padding-top: 5%;
    height: auto;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    border: 1px #000 solid;
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px; }
  .clubhouse-detail .top .profiles {
    padding-top: 5%;
    display: flex;
    justify-content: center;
    margin: 15px; }
  .clubhouse-detail .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    top: -130px; }
    @media (max-width: 767px) {
      .clubhouse-detail .bottom {
        padding-top: 2.6666666667vw;
        top: -17.3333333333vw; } }
    .clubhouse-detail .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 18px; }
      .clubhouse-detail .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        align-items: center;
        font-size: 18px;
        padding-right: 35px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        height: 152px; }
        @media (max-width: 767px) {
          .clubhouse-detail .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-right: 4.6666666667vw;
            border-radius: 4vw;
            height: 20.2666666667vw; } }
      .clubhouse-detail .bottom .item .icon {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .clubhouse-detail .bottom .item .icon {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .clubhouse-detail .bottom .item .icon--l {
          background: #053979;
          width: 42px;
          height: 100%;
          border-top-left-radius: 30px;
          border-bottom-left-radius: 30px; }
          @media (max-width: 767px) {
            .clubhouse-detail .bottom .item .icon--l {
              border-top-left-radius: 4vw;
              border-bottom-left-radius: 4vw;
              width: 5.6vw; } }
    .clubhouse-detail .bottom .nt .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .clubhouse-detail .bottom .nt .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .clubhouse-detail .bottom .nt .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .clubhouse-detail .bottom .nt .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .clubhouse-detail .bottom .nt .text span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .clubhouse-detail .bottom .nt .text span {
            font-size: 2.6666666667vw; } }

.clubhouse-workprocess {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .clubhouse-workprocess {
      max-width: 750px;
      margin: 0 auto; } }
  .clubhouse-workprocess .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .clubhouse-workprocess .title {
        height: 18.6666666667vw; } }
    .clubhouse-workprocess .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .clubhouse-workprocess .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .clubhouse-workprocess .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .clubhouse-workprocess .title .pro {
          font-size: 4.2666666667vw; } }
  .clubhouse-workprocess .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-workprocess .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .clubhouse-workprocess .wrap-ranktop {
    width: 75%;
    margin-top: 30px; }
    .clubhouse-workprocess .wrap-ranktop .collapsible {
      background-color: #f7f6f5;
      color: #172d69;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      border-radius: 15px;
      position: relative;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      z-index: 5; }
      .clubhouse-workprocess .wrap-ranktop .collapsible .plus {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 55px;
        height: 100%;
        background: #c9130d;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        text-align: center; }
        .clubhouse-workprocess .wrap-ranktop .collapsible .plus::after {
          content: "+";
          position: absolute;
          font-size: 35px;
          color: #fff;
          line-height: 1.5;
          right: 35%; }
    .clubhouse-workprocess .wrap-ranktop .collapsible.active .plus::after {
      content: "-"; }
    .clubhouse-workprocess .wrap-ranktop .active,
    .clubhouse-workprocess .wrap-ranktop .collapsible:hover {
      background-color: #f7f6f5; }
    .clubhouse-workprocess .wrap-ranktop .content {
      z-index: 1;
      margin-top: -35px;
      position: relative;
      display: none;
      overflow: hidden;
      border-radius: 15px;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .clubhouse-workprocess .wrap-ranktop .box-wrapp {
      border: #c0c0c02e 1px solid;
      border-radius: 15px;
      padding-top: 40px;
      overflow-x: auto;
      height: 300px;
      position: relative; }
      .clubhouse-workprocess .wrap-ranktop .box-wrapp .item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #c0c0c02e;
        padding: 10px 15px;
        color: #172d69; }
        .clubhouse-workprocess .wrap-ranktop .box-wrapp .item:last-child {
          border: none; }
        .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .left {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          flex: 0 0 60%; }
          .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .left .no {
            background: #c9130d;
            border-radius: 100px;
            padding: 0 8px;
            color: #fff; }
          .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .left .team {
            font-size: 12px; }
          .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .left .name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 70px; }
        .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .right {
          position: relative;
          width: 200px;
          line-height: 0; }
          @media (max-width: 767px) {
            .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .right {
              width: 100px; } }
          .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .right .container-pro {
            position: relative;
            display: inline-block;
            background: #eee;
            height: 30px;
            border-radius: 15px;
            overflow: hidden; }
          .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .right progress {
            -webkit-appearance: none;
            max-width: 200px;
            height: 30px;
            accent-color: #2092cb; }
            @media (max-width: 767px) {
              .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .right progress {
                max-width: 100px;
                height: 30px; } }
            .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-bar {
              background-color: #002469; }
            .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-value {
              background-color: #2092cb; }
            .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .right progress::-moz-progress-bar {
              background-color: #2092cb; }
          .clubhouse-workprocess .wrap-ranktop .box-wrapp .item .right span {
            position: absolute;
            right: 10%;
            top: 50%;
            color: #fff; }
    .clubhouse-workprocess .wrap-ranktop .sitem {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #c0c0c02e;
      padding: 10px 15px;
      color: #172d69; }
      .clubhouse-workprocess .wrap-ranktop .sitem .left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 60%; }
        .clubhouse-workprocess .wrap-ranktop .sitem .left .no {
          background: #c9130d;
          border-radius: 100px;
          padding: 0 8px;
          color: #fff; }
        .clubhouse-workprocess .wrap-ranktop .sitem .left .team {
          font-size: 12px; }
      .clubhouse-workprocess .wrap-ranktop .sitem .right {
        position: relative;
        width: 200px;
        line-height: 0; }
        @media (max-width: 767px) {
          .clubhouse-workprocess .wrap-ranktop .sitem .right {
            width: 100px; } }
        .clubhouse-workprocess .wrap-ranktop .sitem .right .container-pro {
          position: relative;
          display: inline-block;
          background: #eee;
          height: 30px;
          border-radius: 15px;
          overflow: hidden; }
        .clubhouse-workprocess .wrap-ranktop .sitem .right progress {
          -webkit-appearance: none;
          max-width: 200px;
          height: 30px;
          accent-color: #2092cb; }
          @media (max-width: 767px) {
            .clubhouse-workprocess .wrap-ranktop .sitem .right progress {
              max-width: 100px;
              height: 30px; } }
          .clubhouse-workprocess .wrap-ranktop .sitem .right progress::-webkit-progress-bar {
            background-color: #002469; }
          .clubhouse-workprocess .wrap-ranktop .sitem .right progress::-webkit-progress-value {
            background-color: #2092cb; }
          .clubhouse-workprocess .wrap-ranktop .sitem .right progress::-moz-progress-bar {
            background-color: #2092cb; }
        .clubhouse-workprocess .wrap-ranktop .sitem .right span {
          position: absolute;
          right: 10%;
          top: 50%;
          color: #fff; }
    .clubhouse-workprocess .wrap-ranktop .last-b {
      position: absolute;
      bottom: 0;
      width: 100%;
      border-top: 1px solid #000;
      border-left: #c0c0c02e 1px solid;
      border-right: #c0c0c02e 1px solid;
      border-bottom: #c0c0c02e 1px solid;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .clubhouse-workprocess .wrap-ranktop div.progress {
      width: 80px;
      padding-left: 2px;
      padding-right: 2px;
      height: 21px;
      border-radius: 5px;
      background-color: #1e1e1e;
      top: calc(50% - 13px);
      left: calc(50% - 53px); }
    .clubhouse-workprocess .wrap-ranktop div.track {
      position: relative;
      width: 100%;
      height: 21px;
      overflow: hidden;
      -webkit-animation: prgBar 5s linear 0s infinite alternate;
      animation: prgBar 5s linear 0s infinite alternate; }
    .clubhouse-workprocess .wrap-ranktop div.bar {
      height: 15px;
      width: 20px;
      background-color: #00ffff;
      position: relative;
      border-radius: 2px;
      box-shadow: 0px 0px 5px #00ffff;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 100px;
      top: 3px;
      float: left;
      clear: top; }
@-webkit-keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
@keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
  .clubhouse-workprocess .wrap-ranktop.ni2 {
    padding-top: 20px;
    margin-top: 0px; }
  .clubhouse-workprocess .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .clubhouse-workprocess .top {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-workprocess .top {
        padding-top: 4vw; } }
    .clubhouse-workprocess .top .left .headw p {
      color: #172d69;
      font-size: 50px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .clubhouse-workprocess .top .left .headw p {
          font-size: 6.6666666667vw; } }
    .clubhouse-workprocess .top .right a {
      text-decoration: none; }
    .clubhouse-workprocess .top .right .bt {
      padding: 12px;
      color: #49a90e;
      border: 1px solid #49a90e;
      border-radius: 10px;
      line-height: 1;
      vertical-align: middle;
      font-size: 30px; }
      @media (max-width: 767px) {
        .clubhouse-workprocess .top .right .bt {
          font-size: 4vw; } }
      .clubhouse-workprocess .top .right .bt--send {
        padding: 12px;
        background: #49a90e;
        color: #fff;
        border-radius: 10px;
        line-height: 1;
        vertical-align: middle;
        font-size: 30px; }
        @media (max-width: 767px) {
          .clubhouse-workprocess .top .right .bt--send {
            font-size: 4vw; } }
  .clubhouse-workprocess .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .clubhouse-workprocess .bottom {
        padding-top: 2.6666666667vw; } }
    .clubhouse-workprocess .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 18px; }
      .clubhouse-workprocess .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        padding-right: 35px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        height: 152px; }
        @media (max-width: 767px) {
          .clubhouse-workprocess .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-right: 4.6666666667vw;
            border-radius: 4vw;
            height: 20.2666666667vw; } }
      .clubhouse-workprocess .bottom .item .icon {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .clubhouse-workprocess .bottom .item .icon {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .clubhouse-workprocess .bottom .item .icon--l {
          background: #053979;
          width: 42px;
          height: 100%;
          border-top-left-radius: 30px;
          border-bottom-left-radius: 30px; }
          @media (max-width: 767px) {
            .clubhouse-workprocess .bottom .item .icon--l {
              border-top-left-radius: 4vw;
              border-bottom-left-radius: 4vw;
              width: 5.6vw; } }
    .clubhouse-workprocess .bottom .nt .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .clubhouse-workprocess .bottom .nt .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .clubhouse-workprocess .bottom .nt .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .clubhouse-workprocess .bottom .nt .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .clubhouse-workprocess .bottom .nt .text .nt-top {
        font-weight: 600;
        white-space: nowrap;
        width: 450px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 30px; }
        @media (max-width: 767px) {
          .clubhouse-workprocess .bottom .nt .text .nt-top {
            font-size: 4vw;
            width: 60vw; } }
      .clubhouse-workprocess .bottom .nt .text .nt-bott {
        font-size: 22px; }
        @media (max-width: 767px) {
          .clubhouse-workprocess .bottom .nt .text .nt-bott {
            font-size: 2.9333333333vw; } }
    .clubhouse-workprocess .bottom .nt .statuss {
      border-radius: 25px;
      font-size: 30px;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .clubhouse-workprocess .bottom .nt .statuss {
          font-size: 4vw; } }
    .clubhouse-workprocess .bottom .nt .open {
      background: #49a90e; }
    .clubhouse-workprocess .bottom .nt .closed {
      background: #ec342e; }
  .clubhouse-workprocess .bottom-club {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 60px; }
    @media (max-width: 767px) {
      .clubhouse-workprocess .bottom-club {
        padding-top: 8vw; } }
    .clubhouse-workprocess .bottom-club textarea {
      font-family: "Kittithada";
      max-height: 300px;
      padding: 13px 25px 10px;
      border: 1px solid #c0c0c0;
      width: 100%;
      outline: none;
      border-radius: 13px;
      font-size: 30px;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }
      @media (max-width: 767px) {
        .clubhouse-workprocess .bottom-club textarea {
          max-height: 40vw;
          font-size: 4vw; } }

.clubhouse-salegovernance {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .clubhouse-salegovernance {
      max-width: 750px;
      margin: 0 auto; } }
  .clubhouse-salegovernance .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .clubhouse-salegovernance .title {
        height: 18.6666666667vw; } }
    .clubhouse-salegovernance .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .clubhouse-salegovernance .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .clubhouse-salegovernance .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .clubhouse-salegovernance .title .pro {
          font-size: 4.2666666667vw; } }
  .clubhouse-salegovernance .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-salegovernance .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .clubhouse-salegovernance .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .clubhouse-salegovernance .bottom {
        padding-top: 2.6666666667vw; } }
    .clubhouse-salegovernance .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 18px; }
      .clubhouse-salegovernance .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        padding-right: 35px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        height: 152px; }
        @media (max-width: 767px) {
          .clubhouse-salegovernance .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding-right: 4.6666666667vw;
            border-radius: 4vw;
            height: 20.2666666667vw; } }
      .clubhouse-salegovernance .bottom .item .icon {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .clubhouse-salegovernance .bottom .item .icon {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .clubhouse-salegovernance .bottom .item .icon--l {
          background: #053979;
          width: 42px;
          height: 100%;
          border-top-left-radius: 30px;
          border-bottom-left-radius: 30px; }
          @media (max-width: 767px) {
            .clubhouse-salegovernance .bottom .item .icon--l {
              border-top-left-radius: 4vw;
              border-bottom-left-radius: 4vw;
              width: 5.6vw; } }
    .clubhouse-salegovernance .bottom .nt .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .clubhouse-salegovernance .bottom .nt .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .clubhouse-salegovernance .bottom .nt .text {
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px; }
      @media (max-width: 767px) {
        .clubhouse-salegovernance .bottom .nt .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .clubhouse-salegovernance .bottom .nt .text .nt-top {
        font-weight: 600;
        white-space: nowrap;
        width: 450px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 30px; }
        @media (max-width: 767px) {
          .clubhouse-salegovernance .bottom .nt .text .nt-top {
            font-size: 4vw;
            width: 60vw; } }
      .clubhouse-salegovernance .bottom .nt .text .nt-bott {
        font-size: 22px; }
        @media (max-width: 767px) {
          .clubhouse-salegovernance .bottom .nt .text .nt-bott {
            font-size: 2.9333333333vw; } }
    .clubhouse-salegovernance .bottom .nt .statuss {
      border-radius: 25px;
      font-size: 30px;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .clubhouse-salegovernance .bottom .nt .statuss {
          font-size: 4vw; } }
    .clubhouse-salegovernance .bottom .nt .open {
      background: #49a90e; }
    .clubhouse-salegovernance .bottom .nt .closed {
      background: #ec342e; }
    .clubhouse-salegovernance .bottom .head-title {
      padding: 15px 0; }
      .clubhouse-salegovernance .bottom .head-title h2 {
        font-size: 25px;
        font-weight: 600;
        color: #172d69; }
    .clubhouse-salegovernance .bottom .detail {
      width: 100%; }
      .clubhouse-salegovernance .bottom .detail img {
        max-width: 100%;
        padding-bottom: 20px; }
      .clubhouse-salegovernance .bottom .detail .golore {
        padding: 15px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 20px; }

.clubhouse-bulletin {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .clubhouse-bulletin {
      max-width: 750px;
      margin: 0 auto; } }
  .clubhouse-bulletin .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .clubhouse-bulletin .title {
        height: 18.6666666667vw; } }
    .clubhouse-bulletin .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .clubhouse-bulletin .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .clubhouse-bulletin .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .clubhouse-bulletin .title .pro {
          font-size: 4.2666666667vw; } }
  .clubhouse-bulletin .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-bulletin .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .clubhouse-bulletin .wrap-ranktop {
    width: 75%;
    margin-top: 30px; }
    .clubhouse-bulletin .wrap-ranktop .collapsible {
      background-color: #f7f6f5;
      color: #172d69;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 15px;
      border-radius: 15px;
      position: relative;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      z-index: 5; }
      .clubhouse-bulletin .wrap-ranktop .collapsible .plus {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 55px;
        height: 100%;
        background: #c9130d;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        text-align: center; }
        .clubhouse-bulletin .wrap-ranktop .collapsible .plus::after {
          content: "+";
          position: absolute;
          font-size: 35px;
          color: #fff;
          line-height: 1.5;
          right: 35%; }
    .clubhouse-bulletin .wrap-ranktop .collapsible.active .plus::after {
      content: "-"; }
    .clubhouse-bulletin .wrap-ranktop .active,
    .clubhouse-bulletin .wrap-ranktop .collapsible:hover {
      background-color: #f7f6f5; }
    .clubhouse-bulletin .wrap-ranktop .content {
      z-index: 1;
      margin-top: -35px;
      position: relative;
      display: none;
      overflow: hidden;
      border-radius: 15px;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .clubhouse-bulletin .wrap-ranktop .box-wrapp {
      border: #c0c0c02e 1px solid;
      border-radius: 15px;
      padding-top: 40px;
      overflow-x: auto;
      height: 300px;
      position: relative; }
      .clubhouse-bulletin .wrap-ranktop .box-wrapp .item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-bottom: 1px solid #c0c0c02e;
        padding: 10px 15px;
        color: #172d69; }
        .clubhouse-bulletin .wrap-ranktop .box-wrapp .item:last-child {
          border: none; }
        .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .left {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          flex: 0 0 60%; }
          .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .left .no {
            background: #c9130d;
            border-radius: 100px;
            padding: 0 8px;
            color: #fff; }
          .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .left .team {
            font-size: 12px; }
          .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .left .name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 70px; }
        .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .right {
          position: relative;
          width: 200px;
          line-height: 0; }
          @media (max-width: 767px) {
            .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .right {
              width: 100px; } }
          .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .right .container-pro {
            position: relative;
            display: inline-block;
            background: #eee;
            height: 30px;
            border-radius: 15px;
            overflow: hidden; }
          .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .right progress {
            -webkit-appearance: none;
            max-width: 200px;
            height: 30px;
            accent-color: #2092cb; }
            @media (max-width: 767px) {
              .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .right progress {
                max-width: 100px;
                height: 30px; } }
            .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-bar {
              background-color: #002469; }
            .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .right progress::-webkit-progress-value {
              background-color: #2092cb; }
            .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .right progress::-moz-progress-bar {
              background-color: #2092cb; }
          .clubhouse-bulletin .wrap-ranktop .box-wrapp .item .right span {
            position: absolute;
            right: 10%;
            top: 50%;
            color: #fff; }
    .clubhouse-bulletin .wrap-ranktop .sitem {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #c0c0c02e;
      padding: 10px 15px;
      color: #172d69; }
      .clubhouse-bulletin .wrap-ranktop .sitem .left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 60%; }
        .clubhouse-bulletin .wrap-ranktop .sitem .left .no {
          background: #c9130d;
          border-radius: 100px;
          padding: 0 8px;
          color: #fff; }
        .clubhouse-bulletin .wrap-ranktop .sitem .left .team {
          font-size: 12px; }
      .clubhouse-bulletin .wrap-ranktop .sitem .right {
        position: relative;
        width: 200px;
        line-height: 0; }
        @media (max-width: 767px) {
          .clubhouse-bulletin .wrap-ranktop .sitem .right {
            width: 100px; } }
        .clubhouse-bulletin .wrap-ranktop .sitem .right .container-pro {
          position: relative;
          display: inline-block;
          background: #eee;
          height: 30px;
          border-radius: 15px;
          overflow: hidden; }
        .clubhouse-bulletin .wrap-ranktop .sitem .right progress {
          -webkit-appearance: none;
          max-width: 200px;
          height: 30px;
          accent-color: #2092cb; }
          @media (max-width: 767px) {
            .clubhouse-bulletin .wrap-ranktop .sitem .right progress {
              max-width: 100px;
              height: 30px; } }
          .clubhouse-bulletin .wrap-ranktop .sitem .right progress::-webkit-progress-bar {
            background-color: #002469; }
          .clubhouse-bulletin .wrap-ranktop .sitem .right progress::-webkit-progress-value {
            background-color: #2092cb; }
          .clubhouse-bulletin .wrap-ranktop .sitem .right progress::-moz-progress-bar {
            background-color: #2092cb; }
        .clubhouse-bulletin .wrap-ranktop .sitem .right span {
          position: absolute;
          right: 10%;
          top: 50%;
          color: #fff; }
    .clubhouse-bulletin .wrap-ranktop .last-b {
      position: absolute;
      bottom: 0;
      width: 100%;
      border-top: 1px solid #000;
      border-left: #c0c0c02e 1px solid;
      border-right: #c0c0c02e 1px solid;
      border-bottom: #c0c0c02e 1px solid;
      background: white;
      background: linear-gradient(180deg, white 0%, #f7f6f5 100%); }
    .clubhouse-bulletin .wrap-ranktop div.progress {
      width: 80px;
      padding-left: 2px;
      padding-right: 2px;
      height: 21px;
      border-radius: 5px;
      background-color: #1e1e1e;
      top: calc(50% - 13px);
      left: calc(50% - 53px); }
    .clubhouse-bulletin .wrap-ranktop div.track {
      position: relative;
      width: 100%;
      height: 21px;
      overflow: hidden;
      -webkit-animation: prgBar 5s linear 0s infinite alternate;
      animation: prgBar 5s linear 0s infinite alternate; }
    .clubhouse-bulletin .wrap-ranktop div.bar {
      height: 15px;
      width: 20px;
      background-color: #00ffff;
      position: relative;
      border-radius: 2px;
      box-shadow: 0px 0px 5px #00ffff;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 100px;
      top: 3px;
      float: left;
      clear: top; }
@-webkit-keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
@keyframes prgBar {
  0% {
    width: 0%; }
  9.99% {
    width: 0%; }
  10% {
    width: 10%; }
  95% {
    width: 100%; } }
  .clubhouse-bulletin .wrap-ranktop.ni2 {
    padding-top: 20px;
    margin-top: 0px; }
  .clubhouse-bulletin .little-head {
    color: #172d69;
    width: 75%;
    padding-bottom: 60px; }
  .clubhouse-bulletin .top {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-bulletin .top {
        padding-top: 4vw; } }
    .clubhouse-bulletin .top .left .headw p {
      color: #172d69;
      font-size: 50px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .clubhouse-bulletin .top .left .headw p {
          font-size: 6.6666666667vw; } }
    .clubhouse-bulletin .top .right a {
      text-decoration: none; }
    .clubhouse-bulletin .top .right .bt {
      padding: 12px;
      color: #49a90e;
      border: 1px solid #49a90e;
      border-radius: 10px;
      line-height: 1;
      vertical-align: middle;
      font-size: 30px; }
      @media (max-width: 767px) {
        .clubhouse-bulletin .top .right .bt {
          font-size: 4vw; } }
      .clubhouse-bulletin .top .right .bt--send {
        padding: 12px;
        background: #49a90e;
        color: #fff;
        border-radius: 10px;
        line-height: 1;
        vertical-align: middle;
        font-size: 30px; }
        @media (max-width: 767px) {
          .clubhouse-bulletin .top .right .bt--send {
            font-size: 4vw; } }
  .clubhouse-bulletin .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .clubhouse-bulletin .bottom {
        padding-top: 2.6666666667vw; } }
    .clubhouse-bulletin .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 18px; }
      .clubhouse-bulletin .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        font-size: 18px;
        padding-right: 35px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        height: 152px;
        padding: 10px; }
        @media (max-width: 767px) {
          .clubhouse-bulletin .bottom .item .btn-pri {
            font-size: 2.4vw;
            padding: 10px;
            border-radius: 4vw;
            height: 24vw; } }
      .clubhouse-bulletin .bottom .item .icon {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .clubhouse-bulletin .bottom .item .icon {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .clubhouse-bulletin .bottom .item .icon--l {
          background: #053979;
          width: 42px;
          height: 100%;
          border-top-left-radius: 30px;
          border-bottom-left-radius: 30px; }
          @media (max-width: 767px) {
            .clubhouse-bulletin .bottom .item .icon--l {
              border-top-left-radius: 4vw;
              border-bottom-left-radius: 4vw;
              width: 5.6vw; } }
    .clubhouse-bulletin .bottom .nt .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .clubhouse-bulletin .bottom .nt .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .clubhouse-bulletin .bottom .nt .text {
      display: flex;
      flex-direction: row;
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px;
      margin-left: 30px;
      height: 60%; }
      @media (max-width: 767px) {
        .clubhouse-bulletin .bottom .nt .text {
          font-size: 4vw;
          margin-left: 4vw; } }
      .clubhouse-bulletin .bottom .nt .text img {
        border-radius: 50%; }
    .clubhouse-bulletin .bottom .nt .right {
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      .clubhouse-bulletin .bottom .nt .right .nt-top {
        font-weight: 600;
        white-space: nowrap;
        width: 450px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 30px;
        text-align: left;
        color: #002469; }
        @media (max-width: 767px) {
          .clubhouse-bulletin .bottom .nt .right .nt-top {
            font-size: 4vw;
            width: 60vw; } }
      .clubhouse-bulletin .bottom .nt .right .nt-bott {
        text-align: left;
        font-size: 22px;
        color: #002469; }
        @media (max-width: 767px) {
          .clubhouse-bulletin .bottom .nt .right .nt-bott {
            font-size: 2.9333333333vw; } }
      .clubhouse-bulletin .bottom .nt .right .nt-read {
        text-decoration: underline;
        text-align: left;
        font-size: 18px;
        color: #002469; }
        @media (max-width: 767px) {
          .clubhouse-bulletin .bottom .nt .right .nt-read {
            font-size: 2.4vw; } }
    .clubhouse-bulletin .bottom .nt .statuss {
      border-radius: 25px;
      font-size: 30px;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .clubhouse-bulletin .bottom .nt .statuss {
          font-size: 4vw; } }
    .clubhouse-bulletin .bottom .nt .open {
      background: #49a90e; }
    .clubhouse-bulletin .bottom .nt .closed {
      background: #ec342e; }
  .clubhouse-bulletin .bottom-club {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 60px; }
    @media (max-width: 767px) {
      .clubhouse-bulletin .bottom-club {
        padding-top: 8vw; } }
    .clubhouse-bulletin .bottom-club textarea {
      font-family: "Kittithada";
      max-height: 300px;
      padding: 13px 25px 10px;
      border: 1px solid #c0c0c0;
      width: 100%;
      outline: none;
      border-radius: 13px;
      font-size: 30px;
      -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2); }
      @media (max-width: 767px) {
        .clubhouse-bulletin .bottom-club textarea {
          max-height: 40vw;
          font-size: 4vw; } }

.clubhouse-bulletindetail {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .clubhouse-bulletindetail {
      max-width: 750px;
      margin: 0 auto; } }
  .clubhouse-bulletindetail .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .clubhouse-bulletindetail .title {
        height: 18.6666666667vw; } }
    .clubhouse-bulletindetail .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .clubhouse-bulletindetail .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .clubhouse-bulletindetail .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .clubhouse-bulletindetail .title .pro {
          font-size: 4.2666666667vw; } }
  .clubhouse-bulletindetail .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-bulletindetail .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .clubhouse-bulletindetail .top {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-bulletindetail .top {
        padding-top: 4vw; } }
    .clubhouse-bulletindetail .top .left .headw p {
      color: #172d69;
      font-size: 50px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .clubhouse-bulletindetail .top .left .headw p {
          font-size: 6.6666666667vw; } }
    .clubhouse-bulletindetail .top .right a {
      text-decoration: none; }
    .clubhouse-bulletindetail .top .right .bt {
      padding: 12px;
      color: #49a90e;
      border: 1px solid #49a90e;
      border-radius: 10px;
      line-height: 1;
      vertical-align: middle;
      font-size: 30px; }
      @media (max-width: 767px) {
        .clubhouse-bulletindetail .top .right .bt {
          font-size: 4vw; } }
      .clubhouse-bulletindetail .top .right .bt--send {
        padding: 12px;
        background: #49a90e;
        color: #fff;
        border-radius: 10px;
        line-height: 1;
        vertical-align: middle;
        font-size: 30px; }
        @media (max-width: 767px) {
          .clubhouse-bulletindetail .top .right .bt--send {
            font-size: 4vw; } }
  .clubhouse-bulletindetail .bottom {
    width: 80%;
    text-align: center;
    padding-top: 20px; }
    .clubhouse-bulletindetail .bottom .head-detail {
      height: 20vw; }
      .clubhouse-bulletindetail .bottom .head-detail img {
        border-radius: 50%;
        max-width: 100%;
        height: 100%; }
    .clubhouse-bulletindetail .bottom .dettail {
      padding-top: 30px;
      font-size: 3vw; }
      @media (max-width: 767px) {
        .clubhouse-bulletindetail .bottom .dettail {
          font-size: 5vw; } }
    .clubhouse-bulletindetail .bottom .contentbu {
      padding-top: 30px; }

.clubhouse-story {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .clubhouse-story {
      max-width: 750px;
      margin: 0 auto; } }
  .clubhouse-story .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .clubhouse-story .title {
        height: 18.6666666667vw; } }
    .clubhouse-story .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .clubhouse-story .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .clubhouse-story .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .clubhouse-story .title .pro {
          font-size: 4.2666666667vw; } }
  .clubhouse-story .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-story .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .clubhouse-story .top {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-story .top {
        padding-top: 4vw; } }
    .clubhouse-story .top .left .headw p {
      color: #172d69;
      font-size: 50px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .clubhouse-story .top .left .headw p {
          font-size: 6.6666666667vw; } }
    .clubhouse-story .top .right a {
      text-decoration: none; }
    .clubhouse-story .top .right .bt {
      padding: 12px;
      color: #49a90e;
      border: 1px solid #49a90e;
      border-radius: 10px;
      line-height: 1;
      vertical-align: middle;
      font-size: 30px; }
      @media (max-width: 767px) {
        .clubhouse-story .top .right .bt {
          font-size: 4vw; } }
      .clubhouse-story .top .right .bt--send {
        padding: 12px;
        background: #49a90e;
        color: #fff;
        border-radius: 10px;
        line-height: 1;
        vertical-align: middle;
        font-size: 30px; }
        @media (max-width: 767px) {
          .clubhouse-story .top .right .bt--send {
            font-size: 4vw; } }
  .clubhouse-story .bottom {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .clubhouse-story .bottom {
        padding-top: 2.6666666667vw; } }
    .clubhouse-story .bottom .item {
      display: flex;
      justify-self: center;
      flex: 0 0 100%;
      margin-top: 18px; }
      .clubhouse-story .bottom .item .btn-pri {
        margin: 0 auto;
        width: 100%;
        background: #fff;
        color: #fff;
        border: 1px solid #05397940;
        text-align: center;
        text-decoration: none;
        display: flex;
        flex-direction: row;
        position: relative;
        justify-content: space-between;
        font-size: 18px;
        padding-right: 35px;
        border-radius: 30px;
        -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
        height: 152px; }
        @media (max-width: 767px) {
          .clubhouse-story .bottom .item .btn-pri {
            font-size: 2.4vw;
            border-radius: 4vw;
            height: 24vw; } }
      .clubhouse-story .bottom .item .icon {
        background: #ed5b40;
        width: 20px;
        height: 100%;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
        @media (max-width: 767px) {
          .clubhouse-story .bottom .item .icon {
            border-top-left-radius: 2.6666666667vw;
            border-bottom-left-radius: 2.6666666667vw;
            width: 2.6666666667vw; } }
        .clubhouse-story .bottom .item .icon--l {
          background: #053979;
          width: 42px;
          height: 100%;
          border-top-left-radius: 30px;
          border-bottom-left-radius: 30px; }
          @media (max-width: 767px) {
            .clubhouse-story .bottom .item .icon--l {
              border-top-left-radius: 4vw;
              border-bottom-left-radius: 4vw;
              width: 5.6vw; } }
    .clubhouse-story .bottom .nt .bt {
      background: url("../images/cmc/next-red.png") no-repeat center center;
      background-size: contain;
      width: 46px;
      height: 46px;
      position: absolute;
      right: 35px; }
      @media (max-width: 767px) {
        .clubhouse-story .bottom .nt .bt {
          width: 6.1333333333vw;
          height: 6.1333333333vw;
          right: 4.6666666667vw; } }
    .clubhouse-story .bottom .nt .text {
      display: flex;
      flex-direction: row;
      text-align: left;
      color: #172d69;
      width: 380px;
      font-size: 30px; }
      .clubhouse-story .bottom .nt .text img {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px; }
        @media (max-width: 767px) {
          .clubhouse-story .bottom .nt .text img {
            border-top-left-radius: 4vw;
            border-bottom-left-radius: 4vw; } }
    .clubhouse-story .bottom .nt .right {
      padding-left: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .clubhouse-story .bottom .nt .right .nt-top {
        font-weight: 600;
        white-space: nowrap;
        width: 450px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 30px;
        text-align: left;
        color: #002469; }
        @media (max-width: 767px) {
          .clubhouse-story .bottom .nt .right .nt-top {
            font-size: 4vw;
            width: 60vw; } }
      .clubhouse-story .bottom .nt .right .nt-bott {
        text-align: left;
        font-size: 22px;
        color: #002469; }
        @media (max-width: 767px) {
          .clubhouse-story .bottom .nt .right .nt-bott {
            font-size: 2.9333333333vw; } }
      .clubhouse-story .bottom .nt .right .nt-read {
        text-decoration: underline;
        text-align: left;
        font-size: 18px;
        color: #002469; }
        @media (max-width: 767px) {
          .clubhouse-story .bottom .nt .right .nt-read {
            font-size: 2.4vw; } }
    .clubhouse-story .bottom .nt .statuss {
      border-radius: 25px;
      font-size: 30px;
      padding: 0 15px; }
      @media (max-width: 767px) {
        .clubhouse-story .bottom .nt .statuss {
          font-size: 4vw; } }
    .clubhouse-story .bottom .nt .open {
      background: #49a90e; }
    .clubhouse-story .bottom .nt .closed {
      background: #ec342e; }

.clubhouse-chat {
  min-height: 100vh;
  background: url("../images/home/bg.png") no-repeat bottom center;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 750px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .clubhouse-chat {
      max-width: 750px;
      margin: 0 auto; } }
  .clubhouse-chat .title {
    width: 100%;
    background: #002469;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 140px;
    position: relative;
    align-items: center; }
    @media (max-width: 767px) {
      .clubhouse-chat .title {
        height: 18.6666666667vw; } }
    .clubhouse-chat .title .arrow {
      background: url("../images/profile/arrow.png") no-repeat center center;
      background-size: contain;
      width: 24px;
      height: 41px;
      position: absolute;
      left: 48px;
      top: 50px; }
      @media (max-width: 767px) {
        .clubhouse-chat .title .arrow {
          height: 18.6666666667vw;
          width: 3.2vw;
          height: 5.4666666667vw;
          left: 6.4vw;
          top: 6.6666666667vw; } }
    .clubhouse-chat .title .pro {
      font-size: 32px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .clubhouse-chat .title .pro {
          font-size: 4.2666666667vw; } }
  .clubhouse-chat .head {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 634px;
    height: 100px;
    position: relative;
    top: 30px; }
    @media (max-width: 767px) {
      .clubhouse-chat .head {
        width: 84.5333333333vw;
        height: 13.3333333333vw; } }
  .clubhouse-chat .chat-wrap {
    width: 100%;
    /* Chat message style */
    /* Left-side message style */
    /* Right-side message style */
    /* Message content style */
    /* Message time style */
    /* Input container */
    /* Input box */
    /* Submit button */ }
    .clubhouse-chat .chat-wrap .chats {
      margin: 0 auto;
      width: 90%;
      padding-top: 15px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .clubhouse-chat .chat-wrap .chat-box {
      height: 75vh;
      overflow-y: scroll;
      padding: 10px; }
    .clubhouse-chat .chat-wrap .chat-message {
      height: 58px;
      border-radius: 5px; }
      .clubhouse-chat .chat-wrap .chat-message .text-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: end;
        word-break: break-all; }
        .clubhouse-chat .chat-wrap .chat-message .text-wrap .profile-d {
          background-size: contain;
          background-repeat: no-repeat;
          width: 30px;
          height: 30px;
          border-radius: 22px; }
        .clubhouse-chat .chat-wrap .chat-message .text-wrap .message-time {
          flex: 100%; }
    .clubhouse-chat .chat-wrap .left-message {
      float: left;
      width: 100%; }
      .clubhouse-chat .chat-wrap .left-message .message-content {
        border-radius: 20px 20px 20px 3px;
        background-color: #d9edf7;
        color: #31708f;
        padding: 7px;
        margin-left: 10px;
        max-width: 85%;
        font-size: 15px; }
      .clubhouse-chat .chat-wrap .left-message .message-time {
        margin-left: 37px; }
    .clubhouse-chat .chat-wrap .right-message {
      float: right;
      justify-content: flex-end;
      width: 100%; }
      .clubhouse-chat .chat-wrap .right-message .message-content {
        border-radius: 20px 20px 3px 20px;
        background-color: #dff0d8;
        color: #3c763d;
        padding: 7px;
        max-width: 70%; }
      .clubhouse-chat .chat-wrap .right-message .message-time {
        text-align: right; }
    .clubhouse-chat .chat-wrap .message-time {
      font-size: 12px;
      color: #777; }
    .clubhouse-chat .chat-wrap .chat-input-container {
      display: flex;
      align-items: center;
      padding-top: 15px;
      width: 90%;
      margin: 0 auto; }
    .clubhouse-chat .chat-wrap .chat-input {
      flex-grow: 1;
      padding: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      outline: none; }
    .clubhouse-chat .chat-wrap .chat-submit {
      background-color: #4caf50;
      color: white;
      border: none;
      padding: 10px 20px;
      cursor: pointer;
      border-radius: 10px; }
    .clubhouse-chat .chat-wrap .chat-close {
      color: #ec342e;
      background-color: #fff;
      border: none;
      padding: 10px 16px;
      cursor: pointer;
      border-radius: 10px;
      border: #ec342e 1px solid; }

.popup-clubhouse {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  .popup-clubhouse .modal-content {
    border-radius: 15px;
    position: relative;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background: #e93e21;
    background: linear-gradient(180deg, #e93e21 0%, #bc2520 100%); }
    .popup-clubhouse .modal-content .modal-body {
      color: #fff;
      padding: 30px 15px;
      text-align: center;
      line-height: 1.1; }
      .popup-clubhouse .modal-content .modal-body .bttt {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding-top: 20px; }
        .popup-clubhouse .modal-content .modal-body .bttt .btnn {
          padding: 10px 18px;
          border: 1px solid #fff;
          border-radius: 10px;
          text-decoration: none; }
        .popup-clubhouse .modal-content .modal-body .bttt .cancel {
          color: #fff; }
        .popup-clubhouse .modal-content .modal-body .bttt .accept {
          padding: 10px 18px;
          border: 1px solid #fff;
          background: #fff;
          color: #ec342e;
          border-radius: 10px; }
      .popup-clubhouse .modal-content .modal-body img {
        max-width: 284px; }
        @media (max-width: 767px) {
          .popup-clubhouse .modal-content .modal-body img {
            max-width: 37.8666666667vw; } }
      .popup-clubhouse .modal-content .modal-body #text_popup_club {
        font-size: 30px;
        padding-bottom: 15px; }
        @media (max-width: 767px) {
          .popup-clubhouse .modal-content .modal-body #text_popup_club {
            font-size: 4.6666666667vw; } }
      .popup-clubhouse .modal-content .modal-body span {
        font-size: 20px; }
        @media (max-width: 767px) {
          .popup-clubhouse .modal-content .modal-body span {
            font-size: 3.0666666667vw; } }
    .popup-clubhouse .modal-content .close-club {
      background: url("../images/clubhouse/close.png");
      background-size: contain;
      background-repeat: no-repeat;
      width: 70px;
      height: 70px;
      position: absolute;
      left: 50%;
      bottom: -100px;
      transform: translate(-50%, 0); }
      @media (max-width: 767px) {
        .popup-clubhouse .modal-content .close-club {
          width: 9.3333333333vw;
          height: 9.3333333333vw;
          bottom: -13.3333333333vw; } }

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