@charset "UTF-8";
.ab {
  position: absolute;
}

.pr {
  position: relative;
}

@media (min-width: 1128px) {
  .desktop {
    display: block;
  }
}

@media (max-width: 1128px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1128px) {
  .mb {
    display: none;
  }
}

@media (max-width: 1128px) {
  .mb {
    display: block;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-4px);
            transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-4px);
            transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

body:lang(zh-tw) {
  font-family: "微軟正黑體", "Microsoft JhengHei"," Noto Sans CJK","Xingothic TC","Droid Sans Fallback","PingFang TC","Heiti TC","LiHei Pro","Arial","Helvetica","sans-serif","PMingLiU";
}

body:lang(en) {
  font-family: "微軟正黑體", "Microsoft JhengHei"," Noto Sans CJK","Xingothic TC","Droid Sans Fallback","PingFang TC","Heiti TC","LiHei Pro","Arial","Helvetica","sans-serif","PMingLiU";
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::-webkit-input-placeholder {
  color: #d8d7d5;
}

*:-ms-input-placeholder {
  color: #d8d7d5;
}

*::-ms-input-placeholder {
  color: #d8d7d5;
}

*::placeholder {
  color: #d8d7d5;
}

main {
  display: block;
  position: relative;
  min-height: calc(100vh - 200px);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #4e4e4e;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: none;
  height: 1px;
  background: gray;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  border-style: none;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  overflow: visible;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #B5B5B5;
  font-weight: bold;
  font-size: 1rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #B5B5B5;
  font-weight: bold;
  font-size: 1rem;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #B5B5B5;
  font-weight: bold;
  font-size: 1rem;
}

input::placeholder, textarea::placeholder {
  color: #B5B5B5;
  font-weight: bold;
  font-size: 1rem;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

button {
  text-transform: none;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  padding: 8px 10px 8px 10px;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border-radius: 12px;
  background: #ffffff;
  outline: 0;
  cursor: pointer;
}

select:hover {
  border: 1px solid #cdcdcd;
}

.select {
  /* Reset Select */
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  outline: none !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
}

.select::after {
  content: '';
  position: absolute;
  top: 30%;
  right: 10px;
  bottom: 0;
  pointer-events: none;
  background-image: url(../images/down_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 15px;
}

@media (max-width: 640px) {
  .select::after {
    width: 12px;
    height: 14px;
  }
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  outline: none;
  border: none;
  cursor: pointer;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

ol, ul, li {
  list-style: none;
}

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

/*頁碼01 */
.nav-Page {
  margin: 30px 0;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

.pagination .page-left, .pagination .page-right, .pagination .page-double-right, .pagination .page-double-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 22px;
  height: 22px;
  padding: 0px 5px;
}

.pagination .page-left::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 2px;
  top: 6px;
}

.pagination .page-right::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -2px;
  top: 6px;
}

.pagination .page-double-right::after, .pagination .page-double-right::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-top: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  right: 0px;
}

.pagination .page-double-right::after {
  right: 6px;
}

.pagination .page-double-left::after, .pagination .page-double-left::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

.pagination .page-double-left::after {
  left: 0px;
}

.pagination li.page-item {
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  margin-top: 0;
  margin-right: 4px;
}

@media (max-width: 640px) {
  .pagination li.page-item {
    min-width: 40px;
    max-width: 40px;
  }
}

.pagination li.page-item a.page-link {
  min-width: 50px;
  max-width: 50px;
  padding: 17px 0;
  font-weight: bold;
  line-height: 1;
  background: #5DB131;
  border-radius: 30px;
}

@media (max-width: 640px) {
  .pagination li.page-item a.page-link {
    min-width: 40px;
    max-width: 40px;
    padding: 11px 0;
  }
}

.pagination li.page-item a.page-link[href] {
  color: #ffffff;
}

.pagination li.page-item a.page-link i::before {
  margin-right: 0;
  margin-left: 0;
}

.pagination li.page-item a.page-link[href] {
  min-width: 50px;
  max-width: 50px;
  padding: 17px 0;
  background: #b2b2b2;
  border-radius: 30px;
  color: #000000 !important;
}

@media (max-width: 640px) {
  .pagination li.page-item a.page-link[href] {
    min-width: 40px;
    max-width: 40px;
    padding: 11px 0;
  }
}

.pagination li.page-item a.page-link:hover {
  background: #FAED00;
  border-radius: 30px;
  color: white !important;
}

.pagination li.page-item a.paw[href] {
  color: #000000 !important;
  background-color: #b2b2b2;
}

.page-link {
  color: #ffffff !important;
}

/*文字大小 */
h1, .h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #646464;
}

h2, .h2 {
  font-size: 1.75rem;
  letter-spacing: 2px;
  color: #646464;
}

h3, .h3 {
  font-size: 1.3rem;
  letter-spacing: 2px;
  color: #646464;
}

h4, .h4 {
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: #646464;
}

p, time {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5rem;
  color: #646464;
}

.p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5rem;
  color: #ffffff;
}

/*編輯器要加的 */
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 1rem;
}

.editor p {
  line-height: 1.8rem;
  margin-bottom: 15px;
  word-wrap: break-word;
  font-weight: initial;
  color: #707070;
}

.editor img {
  width: 100%;
  display: block;
}

.editor div img {
  width: 100%;
  margin: 0;
}

.editor ol li {
  margin-bottom: 10px;
}

.editor sup {
  color: initial;
}

.editor tr, .editor td {
  border: solid 1px;
}

.editor strong {
  font-weight: 900;
}

.editor a {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

/*GOOGLE MAP RWD */
.map-container {
  position: relative;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.map-container iframe, .map-container object, .map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container a, .video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.forms-group dl.newset dd h4 {
  min-width: 170px;
}

@media (max-width: 1440px) {
  .forms-group dl.newset dd h4 {
    letter-spacing: 1px;
  }
}

.forms-group dl dd {
  color: #646464;
  margin-bottom: 1rem;
}

.forms-group dl dd h4 {
  font-weight: 600;
  min-width: 140px;
}

.forms-group button {
  padding: 10px 25px;
  color: #ffffff;
  background: #ffffff00;
}

@media (max-width: 992px) {
  .forms-group dl dd h4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  .forms-group dl dd h4 {
    letter-spacing: 1px;
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .forms-group dl dd input {
    margin-bottom: 10px;
  }
}

.forms-group dl dd label {
  color: #000000;
}

.forms-group dl dd sup {
  color: red;
}

.forms-group div sup {
  color: red;
}

.radio, .checkbox {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio input[type=checkbox], .radio input[type=radio], .checkbox input[type=checkbox], .checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=checkbox] + .radio-label:before, .radio input[type=radio] + .radio-label:before, .checkbox input[type=checkbox] + .radio-label:before, .checkbox input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=checkbox]:checked + .radio-label:before, .radio input[type=radio]:checked + .radio-label:before, .checkbox input[type=checkbox]:checked + .radio-label:before, .checkbox input[type=radio]:checked + .radio-label:before {
  background-color: gray;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=checkbox] + .checkbox-label:before, .radio input[type=radio] + .checkbox-label:before, .checkbox input[type=checkbox] + .checkbox-label:before, .checkbox input[type=radio] + .checkbox-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=checkbox]:checked + .checkbox-label:before, .radio input[type=radio]:checked + .checkbox-label:before, .checkbox input[type=checkbox]:checked + .checkbox-label:before, .checkbox input[type=radio]:checked + .checkbox-label:before {
  background-color: #FAED00;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio .radio-label, .radio .checkbox-label, .checkbox .radio-label, .checkbox .checkbox-label {
  margin-right: 5px;
  padding: 0 0 10px 0;
}

.forms-group [type="checkbox"] {
  display: inline-block !important;
}

.forms-group [type="checkbox"], .forms-group [type="radio"], .forms-group [type="checkbox"], .forms-group [type="radio"] {
  width: auto !important;
}

.forms-group input, .forms-group textarea, .forms-group select {
  border: 1px solid #6a6a6a6b;
  border-radius: 12px;
  background: #FEFEFE;
}

.forms-group input:hover, .forms-group textarea:hover, .forms-group select:hover {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  border: 1px solid #5DB131;
}

.forms-group textarea {
  height: 150px;
  border-radius: 12px;
}

.forms-group input, .forms-group textarea {
  width: 100%;
  padding: 8px 10px 8px 10px;
  outline: none !important;
}

.forms-group dl dd .boxwi .dsboxw {
  width: 33.33%;
  margin-right: 10px;
  position: relative;
}

.forms-group dl dd .boxwi .dsboxw:last-child {
  margin-right: 0px;
}

img#imgcode {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0px 0;
}

@media screen and (max-width: 1024px) {
  /*表單 */
  .forms-group dl dd {
    margin-left: 0;
  }
  .forms-group dd {
    display: block;
  }
  .forms-group dl dd .wi50 {
    width: 100%;
  }
  .forms-group label {
    padding: 0;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  img#imgcode {
    margin-bottom: 10px;
    display: block;
  }
}

@media screen and (max-width: 667px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 1.55rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
  }
  h4, .h4 {
    font-size: 1rem;
  }
  p, .p, time {
    font-size: 14px;
  }
  .p {
    font-size: 16px;
  }
  .forms-group dl dd .form-check {
    margin-top: 10px;
  }
  .forms-group dl dd .form-check .boxwi .dsboxw {
    width: 100%;
  }
  .forms-group dl dd .fancybox-content {
    padding: 40px 15px !important;
  }
}

@media screen and (max-width: 640px) {
  img#imgcode {
    width: 80%;
  }
  .editor img, .editor iframe {
    width: 100% !important;
    height: auto !important;
  }
  .forms-group dl dd #xcode {
    width: 100%;
  }
  .radio, .checkbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

input.custom-input[type='radio'], input.custom-input[type='checkbox'] {
  display: none;
  cursor: pointer;
  z-index: 2;
}

input.custom-input[type='radio']:focus, input.custom-input[type='radio']:active {
  outline: none;
  z-index: 2;
}

input.custom-input[type='checkbox']:focus, input.custom-input[type='checkbox']:active {
  outline: none;
  z-index: 2;
}

input.custom-input[type='radio'] + label, input.custom-input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 2;
}

input.custom-input[type='radio'] + label:before, input.custom-input[type='radio'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
}

input.custom-input[type='checkbox'] + label:before, input.custom-input[type='checkbox'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 16px;
  height: 16px;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
  z-index: 2;
}

input.custom-input[type='radio'] + label:before, input.custom-input[type='checkbox'] + label:before {
  background-color: #ffffff;
  border-radius: 50px;
  border: 3px solid #B4B4B4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

input.custom-input[type='radio'] + label:after, input.custom-input[type='checkbox'] + label:after {
  color: #fff;
  z-index: 2;
}

input.custom-input[type='radio']:checked + label:before, input.custom-input[type='checkbox']:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 10px #ffffff;
  box-shadow: inset 0 0 0 10px #ffffff;
  z-index: 2;
}

input.custom-input[type='radio'] + label:before {
  border-radius: 50%;
  z-index: 2;
}

input.custom-input[type='radio'] + label:hover:after {
  content: '\2022';
  position: absolute;
  top: 0px;
  font-size: 19px;
  line-height: 15px;
  z-index: 2;
}

input.custom-input[type='radio']:checked + label:after {
  content: '\2022';
  position: absolute;
  top: 0px;
  font-size: 19px;
  line-height: 15px;
  z-index: 2;
}

input.custom-input[type='radio']:checked + label:after, input.custom-input[type='radio']:checked + label:hover:after {
  color: #fff;
  z-index: 2;
}

input.custom-input[type='radio'] + label:hover:after {
  color: #c7c7c7;
  z-index: 2;
}

input.custom-input[type='checkbox'] + label:before {
  border-radius: 10px;
  z-index: 2;
}

input.custom-input[type='checkbox']:checked + label:after {
  content: '';
  width: 7px;
  height: 6px;
  background-color: #b4b4b4;
  color: #fff;
  border-radius: 15px;
  left: 4.9px;
  top: 5px;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.ab {
  position: absolute;
}

.pr {
  position: relative;
}

@media (min-width: 1128px) {
  .desktop {
    display: block;
  }
}

@media (max-width: 1128px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1128px) {
  .mb {
    display: none;
  }
}

@media (max-width: 1128px) {
  .mb {
    display: block;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-4px);
            transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

header {
  position: fixed;
  padding: 1% 6% 1% 6%;
  -webkit-box-shadow: 0px 0px 10px #00000020;
          box-shadow: 0px 0px 10px #00000020;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  overflow: hidden;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background-color: #ffffff;
  z-index: 999;
  height: 121px;
}

@media (max-width: 992px) {
  header {
    padding: 1% 0 1% 2%;
    height: initial;
  }
}

header:after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: left;
  width: 16%;
  height: 36px;
  top: 0;
  left: 0;
  background-image: url(../images/nav-deco.png);
  z-index: 899;
  display: none;
}

header nav {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

header nav .logo {
  width: 15%;
  position: relative;
  text-align: center;
  z-index: 900;
}

header nav .logo a {
  width: 90%;
  display: block;
}

@media (max-width: 1290px) {
  header nav .logo a {
    width: 85%;
  }
}

@media (max-width: 865px) {
  header nav .logo a {
    width: 100%;
    padding-top: 0;
  }
}

header nav .logo a h1 {
  background-image: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 85px;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 1290px) {
  header nav .logo a h1 {
    height: 107px;
  }
}

header nav .nav-wrapper {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 3px solid;
  border-image-source: linear-gradient(to right, #fff100, #5db231);
  border-image-slice: 1;
  padding-top: 11px;
  padding-bottom: 11px;
}

@media (max-width: 1745px) {
  header nav .nav-wrapper {
    width: 80%;
    margin-left: auto;
  }
}

@media (max-width: 1200px) {
  header nav .nav-wrapper {
    width: 80%;
  }
}

@media (max-width: 992px) {
  header nav .nav-wrapper {
    padding-right: 2%;
  }
}

@media (max-width: 865px) {
  header nav .nav-wrapper {
    display: none;
    width: 100%;
    border-bottom: none;
  }
}

header nav .nav-wrapper ul li a {
  display: block;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

header nav .nav-wrapper ul li a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}

header nav .nav-wrapper ul li a .nav_img {
  height: 25px;
}

header nav .nav-wrapper .mb-menu-banner {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

header nav .nav-wrapper .nav-list {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (max-width: 1440px) {
  header nav .nav-wrapper .nav-list {
    width: 72%;
  }
}

@media (max-width: 1200px) {
  header nav .nav-wrapper .nav-list {
    width: 70%;
  }
}

header nav .nav-wrapper .nav-list li a {
  color: #000000;
}

@media (max-width: 992px) {
  header nav .nav-wrapper .nav-list li a {
    font-size: 18px;
  }
}

header nav .nav-wrapper .nav-list li a:hover {
  color: #5DB131;
}

header nav .nav-wrapper .socialmedia-list {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5%;
}

@media (max-width: 1650px) {
  header nav .nav-wrapper .socialmedia-list {
    width: 22%;
  }
}

@media (max-width: 1440px) {
  header nav .nav-wrapper .socialmedia-list {
    width: 26%;
  }
}

@media (max-width: 1200px) {
  header nav .nav-wrapper .socialmedia-list {
    width: 28%;
  }
}

header nav .nav-wrapper .socialmedia-list li a {
  padding: 0 10px 0 10px;
}

@media (max-width: 1200px) {
  header nav .nav-wrapper .socialmedia-list li a {
    padding: 0 6px 0 6px;
  }
}

#nav:checked + .nav-btn {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#nav:checked + .nav-btn i {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

#nav:checked + .nav-btn i:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(180deg);
          transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-btn i:nth-child(2) {
  opacity: 0;
}

#nav:checked + .nav-btn i:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(90deg);
          transform: translateY(-10px) rotate(90deg);
  margin-top: 0;
}

#nav:checked ~ .nav-wrapper {
  z-index: 800;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nav:checked ~ .nav-wrapper::before {
  display: none;
  background-repeat: no-repeat;
  background-image: url(../images/nav_mob_bg.png);
  background-size: contain;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 50%;
  background-position: bottom right;
  content: '';
  position: absolute;
}

@media (max-width: 865px) {
  #nav:checked ~ .nav-wrapper::before {
    display: block;
  }
}

#nav:checked ~ .nav-wrapper ul li a {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hidden {
  display: none;
}

.nav-wrapper a {
  display: block;
  font-size: 20px;
  text-decoration: none;
  padding: 0 30px 0 30px;
  font-weight: bold;
  color: #FAED00;
}

@media screen and (max-width: 865px) {
  header {
    padding: 8px 15px !important;
  }
  header nav {
    padding: 0;
  }
  header nav .logo a h1 {
    width: 200px;
    height: 55px;
  }
  header nav .nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-image: url(../images/navbg_mob.jpg);
    opacity: 0;
    display: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 4.6rem 0 22rem 0;
  }
}

@media screen and (max-width: 865px) and (max-width: 410px) {
  header nav .nav-wrapper {
    padding: 4.1rem 0 6rem 0;
  }
}

@media screen and (max-width: 865px) and (max-width: 390px) {
  header nav .nav-wrapper {
    padding: 4.6rem 0 6rem 0;
  }
}

@media screen and (max-width: 865px) and (max-width: 326px) {
  header nav .nav-wrapper {
    padding: 2.5rem 0 6rem 0;
  }
}

@media screen and (max-width: 865px) {
  header nav .nav-wrapper ul li {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  header nav .nav-wrapper .nav-list {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
  }
  header nav .nav-wrapper .nav-list li {
    margin-bottom: 0;
  }
  header nav .nav-wrapper .nav-list li a {
    padding: 5px 0;
    font-size: 1.5rem;
  }
  header nav .nav-wrapper .sponser-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    margin: 1.5rem auto 0.5rem auto;
    border-bottom: 5px solid #5DB131;
    padding-bottom: 0.5rem;
  }
  header nav .nav-wrapper .sponser-list li {
    width: 100%;
  }
  header nav .nav-wrapper .socialmedia-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  header nav .nav-wrapper .socialmedia-list li {
    max-width: 15%;
  }
  header nav .nav-wrapper .socialmedia-list li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 865px) and (max-width: 450px) {
  header nav .nav-wrapper .socialmedia-list {
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 865px) {
  .nav-wrapper ul:nth-child(1) a {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .nav-wrapper ul:nth-child(2) a {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .nav-wrapper ul:nth-child(3) a {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .nav-wrapper ul:nth-child(4) a {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .nav-wrapper ul a {
    padding: 10px 24px;
    opacity: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 20px;
  }
  .nav-btn {
    position: fixed;
    right: 32px;
    top: 5px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
  }
  .nav-btn i {
    display: block;
    width: 42px;
    height: 7px;
    background: #6A4E9D;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-btn i:nth-child(1) {
    margin-top: 18px;
    margin-bottom: 3px;
  }
  .nav-btn i:nth-child(3) {
    margin-top: 3px;
  }
}

@media screen and (max-width: 768px) {
  .target {
    position: initial;
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .nav-wrapper ul li {
    text-align: center;
  }
}

.nav-wrapper-index .nav-list {
  text-align: center;
  padding-top: 2rem;
}

.nav-wrapper-index .nav-list li {
  margin-bottom: 10px;
}

.nav-wrapper-index .nav-list li a {
  padding: 5px 0;
  font-size: 1.5rem;
  color: #FAED00;
  font-weight: bold;
  letter-spacing: 1px;
}

.nav-wrapper-index .socialmedia-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8rem;
}

.nav-wrapper-index .socialmedia-list li {
  max-width: 10%;
  margin: 0 9px;
}

.ab {
  position: absolute;
}

.pr {
  position: relative;
}

@media (min-width: 1128px) {
  .desktop {
    display: block;
  }
}

@media (max-width: 1128px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 1128px) {
  .mb {
    display: none;
  }
}

@media (max-width: 1128px) {
  .mb {
    display: block;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-4px);
            transform: translatey(-4px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

[hidden] {
  display: none;
  visibility: hidden;
}

input[type="checkbox"], .left-menu {
  display: none;
}

#menuToggle input:checked ~ ul {
  display: block;
  padding: 0;
}

.nav__list {
  display: block;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .nav__list {
    padding-left: 0;
  }
}

.nav__list li {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  margin-bottom: 10px;
  background-color: #00000000;
}

.nav__list li label, .nav__list li a {
  text-decoration: none;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__list li a {
  color: #ffffff;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.nav__list li:hover {
  background-color: #5DB131;
}

.nav__list li:hover a {
  color: #ffffff;
}

.nav__list li input[type=checkbox]:checked + label + ul {
  max-height: 1000px;
}

.nav__list li label > span {
  width: 35px;
  height: 35px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/arrow.svg");
}

.nav__list li input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav__list li ul.group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav__list li ul.group-list li {
  border-bottom: none;
}

.nav__list li ul.group-list li:nth-child(1) {
  border-top: 1px solid #ddd0b9;
}

.nav__list li ul.group-list li a {
  color: #7D7D7D;
  padding-left: 30px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.nav__list li ul.group-list li a:hover {
  opacity: 0.3;
}

.nav__list li.nav__list-li {
  background-color: #5DB131;
}

.nav__list li.nav__list-li label, .nav__list li.nav__list-li a {
  color: #ffffff;
}

.nav__list li.nav__list-li label.group a {
  color: #FAED00;
}

.nav__list li.nav__list-li ul.group-list li.nav__list-li a {
  color: #FAED00 !important;
}

.vertical-nav a, .vertical-nav label {
  display: block;
  padding: 10px;
  background: transparent;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  margin: 0;
  font-weight: 500;
}

.vertical-nav label {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vertical-nav label a {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(100% - 38px);
}

@media screen and (max-width: 992px) {
  #menu {
    display: none;
  }
  #menu li {
    margin: 0;
    border-bottom: solid 1.8px #ffffff;
    background-color: #5DB131;
  }
  #menu li a {
    color: #ffffff;
    outline: 2px solid #5DB131;
  }
  #menu li ul.group-list li {
    background-color: #ffb89785;
  }
  #menuToggle {
    height: 60px;
    margin: 10px auto;
    z-index: 5;
    max-width: 89.5%;
    padding: 0;
    background: #ffffff;
    position: relative;
    border: solid 2px #5DB131;
  }
  #menuToggle .left-menu {
    position: absolute;
    top: 7px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #5DB131;
  }
  #menuToggle input {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }
  #menuToggle input:checked ~ ul {
    border-top: none;
  }
  #menuToggle input:checked ~ ul.nav__list {
    margin-top: 58px;
  }
  #menuToggle span.menu-span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 5px;
    position: absolute;
    top: 15px;
    right: 20px;
    background: #5DB131;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #menuToggle span.menu-span:nth-last-child(2) {
    top: 25px;
  }
  #menuToggle span.menu-span:nth-last-child(3) {
    top: 35px;
  }
  #menuToggle input:checked ~ span.menu-span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(12px, 4px);
            transform: rotate(45deg) translate(12px, 4px);
    width: 20px;
    background: #5DB131;
  }
  #menuToggle input:checked ~ span.menu-span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
  }
  #menuToggle input:checked ~ span.menu-span:nth-last-child(2) {
    -webkit-transform: rotate(132deg) translate(1px, -2px);
            transform: rotate(132deg) translate(1px, -2px);
    width: 20px;
  }
}

.oops {
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}

.close {
  background: #fff0 !important;
}

.forget-btn {
  display: inline-block;
  width: auto !important;
}

.forget-btn img {
  height: 18px;
}

.img-title {
  width: auto !important;
}

.img-title img {
  height: 60px;
}

.img-btn {
  width: auto !important;
}

.img-btn img {
  height: 50px;
}

@media (max-width: 640px) {
  .img-btn img {
    height: 40px;
  }
}

.page-pd {
  padding-top: 180px;
}

@media (max-width: 768px) {
  .page-pd {
    padding-top: 100px;
  }
}

.frame {
  -webkit-box-shadow: 0px 0px 10px #0000002f;
          box-shadow: 0px 0px 10px #0000002f;
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}

@media (max-width: 1440px) {
  .frame {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .frame {
    padding: 20px;
  }
}

.activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}

@media (max-width: 640px) {
  .activity {
    margin-bottom: 0;
  }
}

.activity .leftbox img {
  width: 100%;
  margin-top: 47%;
}

@media (max-width: 1440px) {
  .activity .leftbox img {
    margin-top: 58%;
  }
}

@media (max-width: 992px) {
  .activity .leftbox img {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .activity .leftbox {
    margin-bottom: 3rem;
  }
}

.activity .rightbox-pc .theone, .activity .rightbox-pc .thetwo, .activity .rightbox-mob .theone, .activity .rightbox-mob .thetwo {
  width: 80%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1440px) {
  .activity .rightbox-pc .theone, .activity .rightbox-mob .theone {
    width: 100%;
  }
}

@media (max-width: 1440px) {
  .activity .rightbox-pc .thetwo, .activity .rightbox-mob .thetwo {
    width: 90%;
  }
}

@media (max-width: 640px) {
  .activity .rightbox-pc .thetwo, .activity .rightbox-mob .thetwo {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .activity .rightbox-pc {
    display: none !important;
  }
}

.activity .rightbox-mob {
  display: none !important;
}

@media (max-width: 640px) {
  .activity .rightbox-mob {
    display: block !important;
  }
  .activity .rightbox-mob .theone {
    width: 80%;
  }
}

@media (max-width: 450px) {
  .activity .rightbox-mob .theone {
    width: 90%;
  }
}

.btn_sign img {
  -webkit-animation: pulse .8s alternate infinite;
          animation: pulse .8s alternate infinite;
}

.pc_open {
  display: block;
}

@media (max-width: 992px) {
  .pc_open {
    display: none !important;
  }
}

.mob_open {
  display: none;
}

@media (max-width: 992px) {
  .mob_open {
    display: block !important;
  }
}

section {
  position: relative;
  z-index: 1;
}

#video-viewport {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 200;
}

#video-viewport .jquery-background-video, #video-viewport .canvas {
  overflow: hidden;
  height: 100vh;
}

#video-viewport .jquery-background-video video, #video-viewport .canvas video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#video-viewport .jquery-background-videod {
  overflow: hidden;
  height: 100vh;
}

#video-viewport .jquery-background-videod video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  #orientation {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
  }
}

@media screen and (orientation: landscape) {
  #orientation {
    display: none;
  }
}

body {
  background-color: #ffffff;
}

body p {
  color: #000000;
}

html {
  scroll-behavior: smooth;
}

.overflow-x {
  overflow-x: hidden !important;
}

section {
  padding: 3rem 0;
}

.content-word {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.8rem;
}

@media (max-width: 640px) {
  .content-word {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.border-bottom {
  border-bottom: 1px solid #5DB131 !important;
}

.bottoom-0 {
  bottom: 0 !important;
}

.pr {
  position: relative;
}

@media (max-width: 992px) {
  .transform-y-150 {
    -webkit-transform: translateY(-150px);
            transform: translateY(-150px);
  }
}

@media (max-width: 640px) {
  .transform-y-150 {
    -webkit-transform: translateY(85px);
            transform: translateY(85px);
  }
}

@media (min-width: 768px) {
  .dis-lg {
    display: block;
  }
}

@media (max-width: 768px) {
  .dis-lg {
    display: none;
  }
}

@media (min-width: 768px) {
  .dis-mb {
    display: none;
  }
}

@media (max-width: 768px) {
  .dis-mb {
    display: block;
  }
}

.lg-br {
  display: block;
}

@media (max-width: 640px) {
  .lg-br {
    display: none;
  }
}

.mb-br {
  display: none;
}

@media (max-width: 640px) {
  .mb-br {
    display: block;
  }
}

@media (min-width: 865px) {
  .dis-lg-865 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 865px) {
  .dis-lg-865 {
    display: none !important;
  }
}

@media (min-width: 865px) {
  .dis-mb-865 {
    display: none !important;
  }
}

@media (max-width: 865px) {
  .dis-mb-865 {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .mb-smm-3 {
    margin-bottom: 1.2rem !important;
  }
}

@media (max-width: 640px) {
  .mb-smm-1 {
    margin-bottom: 0.5rem !important;
  }
}

.pl-smm-0 {
  padding-left: 1rem;
}

@media (max-width: 640px) {
  .pl-smm-0 {
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .pl-smm-3 {
    padding-left: 1rem;
  }
}

@media (max-width: 992px) {
  .px-mdd-0 {
    padding: 0 !important;
  }
}

@media (max-width: 640px) {
  .pb-smm-0 {
    padding-bottom: 0  !important;
  }
}

@media (max-width: 640px) {
  .mb-smm-0 {
    margin-bottom: 0  !important;
  }
}

@media (min-width: 992px) {
  .col-lg-cus-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 17.66666667%;
  }
}

@media (max-width: 450px) {
  .col-12, .col-6 {
    padding: 0 3%;
  }
}

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

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

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

@media (max-width: 992px) {
  .after-none-sm::after {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .before-none-sm::before {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .before-detail-sm::before {
    width: 120px !important;
    height: 110px !important;
  }
}

.round-after {
  position: relative;
}

.round-after:before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/cross.gif");
  top: 10px;
  width: 100px;
  height: 100px;
  right: 130px;
}

.tri-after {
  position: relative;
}

.tri-after:after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/tri.gif);
  width: 62px;
  height: 166px;
  left: 20px;
  top: 123px;
  z-index: 1;
}

@media (max-width: 640px) {
  .tri-after:after {
    display: none;
  }
}

.add-info {
  width: 30%;
}

@media (max-width: 992px) {
  .w-sm-100 {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .text-mb-center {
    text-align: center;
  }
}

.primary-title {
  width: 180px;
  margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
  .primary-title {
    width: 160px;
    margin-bottom: 0.8rem;
  }
}

.primary-title img {
  width: 100%;
}

.title-waves {
  position: relative;
}

.title-waves:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/waves.gif");
  width: 20%;
  height: 72px;
  top: 0;
  left: 0;
}

@media (max-width: 1290px) {
  .title-waves:before {
    width: 19%;
    height: 73px;
    top: -7px;
  }
}

@media (max-width: 640px) {
  .title-waves:before {
    display: none;
  }
}

.green {
  color: #5DB131;
}

.yellow {
  color: #FAED00;
}

.white {
  color: #ffffff !important;
}

.password-title, .member-title {
  font-weight: bold;
  color: #5DB131;
}

.inner-title {
  color: #B4B4B4 !important;
  font-weight: bold;
  margin-bottom: 0;
}

.fw-bold {
  font-weight: bold;
}

.primary-btn {
  background: #ffffff00 !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  width: 40%;
  padding: 0 !important;
  border-radius: 8px;
}

.primary-btn:hover {
  opacity: 0.8;
}

.fast-btn {
  position: relative;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  padding: 10px 4px !important;
  width: 30%;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .fast-btn {
    width: 32%;
    padding: 10px 0px !important;
  }
}

.fast-btn:hover {
  opacity: 0.8;
}

.jumbotron {
  padding-bottom: 0 !important;
}

.jumbotron-wrapper {
  padding-top: 74px;
}

@media (max-width: 865px) {
  .jumbotron-wrapper {
    padding-top: 22px;
  }
}

.jumbotron-wrapper .jumbotron-custom .swiper-wrapper .swiper-slide a {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 43.2%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .jumbotron-wrapper .jumbotron-custom .swiper-wrapper .swiper-slide a {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 180%;
  }
}

.jumbotron-wrapper .jumbotron-custom .swiper-wrapper .swiper-slide a:after {
  content: '';
  position: absolute;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  width: 80px;
  height: 80px;
  background-image: url(../images/play.svg);
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-animation: pulse .8s alternate infinite;
          animation: pulse .8s alternate infinite;
}

@media (max-width: 640px) {
  .jumbotron-wrapper .jumbotron-custom .swiper-wrapper .swiper-slide a:after {
    width: 45px;
    height: 45px;
  }
}

.jumbotron-wrapper .jumbotron-custom .swiper-wrapper .swiper-slide a img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .jumbotron-wrapper .jumbotron-custom .swiper-pagination {
    bottom: 0;
  }
}

.jumbotron-wrapper .jumbotron-custom .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.jumbotron-wrapper .jumbotron-custom .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
}

@media (max-width: 1920px) {
  .jumbotron-wrapper .jumbotron-custom .swiper-pagination-bullets {
    bottom: 20px;
  }
}

@media (max-width: 1690px) {
  .jumbotron-wrapper .jumbotron-custom .swiper-pagination-bullets {
    bottom: 10px;
  }
}

@media (max-width: 640px) {
  .jumbotron-wrapper .jumbotron-custom .swiper-pagination-bullets {
    bottom: 10px;
  }
}

.about {
  position: relative;
}

@media (max-width: 640px) {
  .about {
    padding-top: 0;
  }
}

.about:before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/index-waves.png");
  background-position: initial;
  left: 0;
  top: -60px;
  width: 42%;
  height: 93%;
  z-index: -1;
}

@media (max-width: 640px) {
  .about:before {
    width: 297px;
    height: 323px;
    top: -60px;
  }
}

.about:after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/wave_00008_iSpt.png");
  left: 180px;
  top: -100px;
  width: 310px;
  height: 245px;
}

@media (max-width: 640px) {
  .about:after {
    width: 230px;
    height: 153px;
    top: -90px;
    left: 45px;
  }
}

.about .about-deco-first-layer:before, .about .about-deco-first-layer:after {
  content: '';
  position: absolute;
}

.about .about-deco-first-layer:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/tri_green.gif");
  background-position: initial;
  left: -30px;
  top: 41%;
  width: 10%;
  height: 240px;
}

@media (max-width: 992px) {
  .about .about-deco-first-layer:before {
    left: -3%;
    top: 17%;
    width: 16%;
    height: 80px;
  }
}

.about .about-deco-first-layer:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/index-right-round.png");
  background-position: initial;
  right: 0;
  top: -20px;
  width: 13.5%;
  height: 335px;
  z-index: -1;
}

@media (max-width: 992px) {
  .about .about-deco-first-layer:after {
    right: 0;
    top: 22%;
    width: 18%;
    height: 205px;
  }
}

@media (max-width: 640px) {
  .about .about-deco-first-layer:after {
    top: 27%;
    width: 35%;
    height: 195px;
  }
}

.about .about-deco-first-layer .about-deco-second-layer:before, .about .about-deco-first-layer .about-deco-second-layer:after {
  content: '';
  position: absolute;
}

.about .about-deco-first-layer .about-deco-second-layer:before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/cross.gif");
  right: 25px;
  top: 15%;
  width: 100px;
  height: 100px;
}

@media (max-width: 640px) {
  .about .about-deco-first-layer .about-deco-second-layer:before {
    right: 15px;
    top: 42%;
  }
}

.about .about-deco-first-layer .about-deco-second-layer .about-text-sec {
  position: relative;
}

@media (max-width: 992px) {
  .about .about-deco-first-layer .about-deco-second-layer .about-text-sec {
    margin-bottom: 2rem;
  }
}

.about .about-deco-first-layer .about-deco-second-layer .about-kv-sec {
  position: relative;
  width: 50%;
  margin: 2rem 0 3rem auto;
}

@media (max-width: 992px) {
  .about .about-deco-first-layer .about-deco-second-layer .about-kv-sec {
    width: 100%;
  }
}

.about .about-deco-first-layer .about-deco-second-layer .about-kv-sec img {
  width: 100%;
}

.one-team {
  position: relative;
}

.one-team .primary-title {
  position: relative;
  width: 57%;
}

@media (max-width: 640px) {
  .one-team .primary-title {
    width: 100%;
  }
}

.function {
  position: relative;
}

.function .fuction-deco {
  position: relative;
}

.function .fuction-deco:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/function-round.png");
  width: 147px;
  height: 391px;
  bottom: -320px;
  right: 0;
  -webkit-animation: float 1.5s ease-in-out infinite alternate;
          animation: float 1.5s ease-in-out infinite alternate;
}

@media (max-width: 640px) {
  .function .fuction-deco:before {
    width: 150px;
    height: 230px;
    bottom: -110px;
    background-image: url("../images/function-round-mb.png");
  }
}

@media (max-width: 640px) {
  .function .fuction-deco:after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/function-before-mb.png");
    width: 285px;
    height: 569px;
    top: -30px;
    left: 0;
    z-index: -1;
  }
}

.function .fuction-deco .primary-title {
  position: relative;
  width: 60% !important;
}

@media (max-width: 640px) {
  .function .fuction-deco .primary-title {
    width: 100% !important;
    margin-top: 5rem;
  }
}

.activity-methods {
  position: relative;
  margin-top: 3rem;
}

.activity-methods:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/round.gif");
  width: 200px;
  height: 200px;
  top: -55px;
  right: 220px;
}

@media (max-width: 640px) {
  .activity-methods:before {
    width: 80px;
    height: 80px;
    top: -35px;
    left: 60px;
  }
}

@media (max-width: 390px) {
  .activity-methods:before {
    top: 5px;
  }
}

.activity-methods:after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/activity-methods-deco.png");
  width: 530px;
  height: 568px;
  top: -50px;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}

@media (max-width: 640px) {
  .activity-methods:after {
    display: none;
  }
}

.activity-methods .activity-method-deco {
  position: relative;
}

@media (max-width: 640px) {
  .activity-methods .activity-method-deco:before {
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/activity-methods-deco-mb.png");
    width: 310px;
    height: 443px;
    top: -30px;
    right: 0;
  }
}

.activity-methods .activity-method-deco:after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/tri.gif");
  width: 70px;
  height: 113px;
  bottom: 78%;
  right: 7%;
}

@media (max-width: 1745px) {
  .activity-methods .activity-method-deco:after {
    bottom: 76%;
  }
}

@media (max-width: 1690px) {
  .activity-methods .activity-method-deco:after {
    bottom: 75%;
  }
}

@media (max-width: 1440px) {
  .activity-methods .activity-method-deco:after {
    bottom: 74%;
  }
}

@media (max-width: 1290px) {
  .activity-methods .activity-method-deco:after {
    bottom: 72%;
  }
}

@media (max-width: 640px) {
  .activity-methods .activity-method-deco:after {
    display: none;
  }
}

@media (max-width: 640px) {
  .activity-methods .activity-method-deco {
    margin-top: 1rem;
  }
}

.activity-methods .activity-method-deco-round {
  position: relative;
}

.activity-methods .activity-method-deco-round:before, .activity-methods .activity-method-deco-round:after {
  content: '';
  position: absolute;
}

.activity-methods .activity-method-deco-round::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/activity-method-deco-round-desktop-right.png");
  width: 290px;
  height: 383px;
  right: 0;
  bottom: 120px;
  z-index: 0;
}

@media (max-width: 640px) {
  .activity-methods .activity-method-deco-round::before {
    width: 140px;
    height: 203px;
    right: 0;
    bottom: 21%;
    z-index: 0;
  }
}

.activity-methods .activity-method-deco-round::after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/cross.gif);
  width: 150px;
  height: 160px;
  right: 7%;
  bottom: 27%;
  z-index: 1;
}

@media (max-width: 640px) {
  .activity-methods .activity-method-deco-round::after {
    width: 85px;
    height: 85px;
    right: 10%;
    bottom: 25%;
    z-index: -1;
  }
}

@media (max-width: 370px) {
  .activity-methods .activity-method-deco-round::after {
    width: 70px;
    height: 70px;
    right: 10%;
    bottom: 18%;
    z-index: -1;
  }
}

.activity-methods .activity-method-deco-round .dw-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 115px;
}

@media (max-width: 640px) {
  .activity-methods .activity-method-deco-round .dw-btn {
    width: 60px;
    bottom: -95px;
  }
}

.activity-methods .activity-method-deco-round .dw-btn img {
  width: 100%;
}

.activity-methods .primary-title {
  position: relative;
  width: 18%;
}

@media (max-width: 640px) {
  .activity-methods .primary-title {
    width: 100%;
  }
}

.activity-methods .activity-text {
  margin-bottom: 4.5rem;
  text-align: justify;
}

@media (max-width: 640px) {
  .activity-methods .activity-text p {
    font-size: 10px;
    margin-bottom: 1.8px;
  }
}

@media (max-width: 640px) {
  .activity-methods .activity-text:after {
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/tri.gif");
    width: 30px;
    height: 62px;
    bottom: -41px;
    right: 0;
    z-index: -1;
  }
}

.activity-methods .activity-text .link-des a img {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  width: 16px;
  vertical-align: middle;
  margin-top: -3px;
}

.activity-methods .activity-text .link-des a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.activity-methods .activity-img-sec {
  position: relative;
}

@media (max-width: 640px) {
  .activity-methods .activity-img-sec::before {
    content: '';
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/waves.gif");
    width: 60%;
    height: 72px;
    top: 50px;
    left: -100px;
  }
}

.activity-methods .activity-img-sec .activity-img {
  padding: 0 2%;
}

@media (max-width: 992px) {
  .activity-methods .activity-img-sec .activity-img {
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .activity-methods .activity-img-sec .activity-img {
    margin-top: 5rem;
  }
}

.activity-methods .activity-img-sec .attend-link {
  position: relative;
}

.activity-methods .activity-img-sec .attend-link:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/waves.gif");
  width: 90%;
  height: 72px;
  top: 40px;
  left: -592px;
}

@media (max-width: 1800px) {
  .activity-methods .activity-img-sec .attend-link:before {
    top: 0;
    left: -492px;
  }
}

@media (max-width: 1690px) {
  .activity-methods .activity-img-sec .attend-link:before {
    top: 30px;
    left: -442px;
  }
}

@media (max-width: 1290px) {
  .activity-methods .activity-img-sec .attend-link:before {
    left: -402px;
  }
}

@media (max-width: 992px) {
  .activity-methods .activity-img-sec .attend-link:before {
    display: none;
  }
}

@media (max-width: 640px) {
  .activity-methods .activity-img-sec .attend-link {
    padding-top: 0 !important;
  }
}

.activity-methods .activity-img-sec .attend-link a img {
  -webkit-animation: pulse .8s alternate infinite;
          animation: pulse .8s alternate infinite;
}

.attend-link-sec {
  position: relative;
}

@media (max-width: 640px) {
  .attend-link-sec .primary-title {
    width: 95%;
  }
}

.attend-link-sec .time-table-sec-outter {
  position: relative;
}

.attend-link-sec .time-table-sec-outter:before {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/time-table-deco.png");
  width: 140px;
  height: 195px;
  top: -102px;
  left: -80px;
  -webkit-animation: float 1.5s ease-in-out infinite alternate;
          animation: float 1.5s ease-in-out infinite alternate;
}

@media (max-width: 640px) {
  .attend-link-sec .time-table-sec-outter:before {
    background-image: url("../images/time-table-deco-mb.png");
    top: -250px;
    width: 130px;
    height: 125px;
    left: -60px;
  }
}

.attend-link-sec .time-table-sec-outter:after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/tri.gif");
  width: 50px;
  height: 166px;
  top: 0;
  right: 0;
}

@media (max-width: 640px) {
  .attend-link-sec .time-table-sec-outter:after {
    background-image: url(../images/cross.gif);
    width: 110px;
    height: 110px;
    right: 0;
    bottom: 38%;
    z-index: 1;
    top: initial;
  }
}

.attend-link-sec .time-table-sec-outter .time-table-tri-deco {
  position: relative;
}

.attend-link-sec .time-table-sec-outter .time-table-tri-deco:after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/tri.gif");
  width: 40px;
  height: 85px;
  top: -10px;
  right: 70px;
}

@media (max-width: 992px) {
  .attend-link-sec .time-table-sec-outter .time-table-tri-deco:after {
    display: none;
  }
}

.attend-link-sec .time-table-sec-outter .time-table-tri-deco .time-table-sec {
  margin-top: 0;
}

@media (max-width: 992px) {
  .attend-link-sec .time-table-sec-outter .time-table-tri-deco .time-table-sec {
    margin-top: 0;
  }
}

.attend-link-sec .time-table-sec-outter .time-table-tri-deco .time-table-sec .timetable-content-sec {
  padding-top: 0;
}

@media (max-width: 992px) {
  .attend-link-sec .time-table-sec-outter .time-table-tri-deco .time-table-sec .timetable-content-sec {
    padding-top: 0;
  }
}

.attend-link-sec .time-table-sec-outter .time-table-tri-deco .time-table-sec .timetable-content-sec .h2 {
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 640px) {
  .attend-link-sec .time-table-sec-outter .time-table-tri-deco .time-table-sec .timetable-content-sec .h2 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    letter-spacing: 1px;
  }
}

.attend-link-sec .time-table-sec-outter .time-table-tri-deco .time-table-sec .timetable-content-sec .h2 .small {
  font-size: 10px;
  letter-spacing: 1px;
}

.pocket-sec {
  position: relative;
}

@media (max-width: 992px) {
  .pocket-sec {
    padding-top: 0 !important;
    margin-top: 5rem;
  }
}

.pocket-sec:before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/cross.gif");
  left: 2%;
  top: -80px;
  width: 110px;
  height: 110px;
}

@media (max-width: 992px) {
  .pocket-sec:before {
    left: 0;
    top: -250px;
  }
}

@media (max-width: 992px) {
  .pocket-sec .pocket-sec-inner {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

.pocket-sec .primary-title {
  width: 20%;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .pocket-sec .primary-title {
    width: 55%;
  }
}

.pocket-sec .primary-title img {
  width: 100%;
}

.pocket-sec .video-sec a {
  margin-bottom: 2.2rem;
}

.pocket-sec .video-sec a .youtube-thumbnail {
  position: relative;
}

.pocket-sec .video-sec a .youtube-thumbnail:after {
  content: '';
  position: absolute;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  width: 80px;
  height: 80px;
  background-image: url(../images/play.svg);
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-animation: pulse .8s alternate infinite;
          animation: pulse .8s alternate infinite;
}

@media (max-width: 640px) {
  .pocket-sec .video-sec a .youtube-thumbnail:after {
    width: 45px;
    height: 45px;
  }
}

.pocket-sec .video-sec .vid-des {
  margin-top: 1rem;
  color: #ffffff;
  font-weight: bold;
}

.faqbox-bg {
  position: relative;
}

@media (max-width: 640px) {
  .faqbox-bg {
    padding-right: 35px;
  }
}

.faqbox-bg::after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  position: absolute;
  background-image: url(../images/waves.png);
  width: 322px;
  height: 116px;
  right: 0;
  top: -116px;
}

@media (max-width: 1200px) {
  .faqbox-bg::after {
    width: 200px;
    height: 72px;
    top: -85px;
  }
}

@media (max-width: 450px) {
  .faqbox-bg::after {
    width: 120px;
    height: 43px;
    top: -70px;
    right: 20px;
  }
}

.faqbox-bg::before {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#fff100), to(#5db231));
  background: linear-gradient(to right, #fff100, #5db231);
  width: 100%;
  height: 100%;
  right: -20px;
  top: 35px;
  z-index: -1;
}

@media (max-width: 768px) {
  .faqbox-bg::before {
    width: 95%;
    right: -5px;
    top: 15px;
  }
}

@media (max-width: 640px) {
  .faqbox-bg::before {
    width: 90%;
    right: 20px;
  }
}

@media (max-width: 450px) {
  .faqbox-bg::before {
    width: 86%;
  }
}

.faq-sec .faq-content .tabs .tab:nth-child(even) {
  background: #5DB131;
}

.faq-sec {
  padding: 6rem 0;
}

@media (max-width: 640px) {
  .faq-sec {
    padding: 3rem 0 6rem 0;
  }
}

.faq-sec .primary-title {
  width: 20%;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .faq-sec .primary-title {
    width: 55%;
  }
}

.faq-sec .primary-title img {
  width: 100%;
}

.faq-sec .faq-content .tab {
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  background: white !important;
  border-bottom: 1px solid #000000;
}

.faq-sec .faq-content .tab input {
  display: none;
}

.faq-sec .faq-content .tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00000000;
  font-weight: bold;
  cursor: pointer;
  margin: 0.5rem 0;
  /* Icon */
}

@media (max-width: 640px) {
  .faq-sec .faq-content .tab-label {
    padding-right: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 6.5px;
  }
}

.faq-sec .faq-content .tab-label span {
  max-width: 90%;
  display: inline-block;
  padding-right: 1rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  font-size: 18px;
}

.faq-sec .faq-content .tab-label::after {
  content: '';
  width: 1.5em;
  height: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/plus.png");
  text-align: center;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media (max-width: 640px) {
  .faq-sec .faq-content .tab-label::after {
    width: 1.5em;
    height: 1.5em;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.faq-sec .faq-content .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #ffffff;
  background: #00000000;
  padding-left: 0;
}

.faq-sec .faq-content .tab-content p {
  color: #5DB131;
}

.faq-sec .faq-content .tab-content p a {
  color: #5DB131;
  border-bottom: solid 1px #5DB131;
  font-weight: 600;
  word-break: break-word;
}

@media (max-width: 640px) {
  .faq-sec .faq-content .tab-content {
    padding-right: 0;
  }
}

.faq-sec .faq-content .tab-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.faq-sec .faq-content input:checked + .tab-label::after {
  width: 1.5em;
  height: 2em;
  background-image: url("../images/minus.png");
}

@media (max-width: 640px) {
  .faq-sec .faq-content input:checked + .tab-label::after {
    width: 1.5em;
    height: 1.5em;
  }
}

.faq-sec .faq-content input:checked ~ .tab-content {
  max-height: 100vh;
  padding-bottom: 1em;
}

@media (max-width: 640px) {
  .faq-sec .faq-content input:checked ~ .tab-content {
    padding-right: 0;
  }
}

footer, .footer {
  position: relative;
  margin-top: 3rem;
  z-index: 0;
}

footer .footer-sponser-sec, .footer .footer-sponser-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  footer .footer-sponser-sec, .footer .footer-sponser-sec {
    width: 100%;
  }
}

@media (max-width: 768px) {
  footer .footer-sponser-sec .sponser-item, .footer .footer-sponser-sec .sponser-item {
    width: 65%;
  }
}

footer .footer-sponser-sec .sponser-item img, .footer .footer-sponser-sec .sponser-item img {
  width: 100%;
}

footer .footer-sponser-sec .one-team-logo, .footer .footer-sponser-sec .one-team-logo {
  max-width: 120px;
}

@media (max-width: 768px) {
  footer .footer-sponser-sec .one-team-logo, .footer .footer-sponser-sec .one-team-logo {
    max-width: 100px;
  }
}

footer .container-fluid .content-word {
  text-align: center;
  background-color: #F2F2F2;
  padding: 10px 1rem;
  margin-top: 2rem;
  color: #000000;
}

footer .container-fluid .content-word .dis-lg {
  width: 50%;
  margin: 0 auto;
}

footer .container-fluid .content-word .dis-mb {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .forms-group-member input, .forms-group-member textarea {
    padding: 8px 10px 8px 10px !important;
  }
}

@media (max-width: 640px) {
  .forms-group-member img#imgcode {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  .login-page {
    padding-top: 10rem !important;
  }
}

.login-page .login-page-content {
  min-height: 600px;
}

@media (max-width: 1290px) {
  .login-page .login-page-content {
    min-height: 480px;
  }
}

@media (max-width: 768px) {
  .login-page .login-page-content {
    min-height: 992px;
  }
}

@media (max-width: 640px) {
  .login-page .login-page-content {
    min-height: initial;
  }
}

section.member-outter {
  position: relative;
  min-height: 600px;
  padding-top: 14rem;
  padding-bottom: 6.5rem;
}

@media (max-width: 640px) {
  section.member-outter {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.container-deco-left-top {
  position: relative;
}

.container-deco-left-top:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  position: absolute;
  background-image: url("../images/wave_00008_iSpt.png");
  width: 322px;
  height: 116px;
  left: 0;
  bottom: -250px;
}

@media (max-width: 1745px) {
  .container-deco-left-top:before {
    bottom: -180px;
  }
}

@media (max-width: 640px) {
  .container-deco-left-top:before {
    display: none;
  }
}

.container-login-deco-bottom {
  padding-top: 10rem;
}

.container-login-deco-bottom .member-outter-footer {
  margin-top: 0;
}

.container-login-deco-bottom .container-deco-left-top-member::before {
  width: 40px;
  height: 125px;
  left: 20px;
  top: 240px;
}

.container-login-deco-bottom .container-deco-left-top-member:after {
  width: 252px;
  height: 48px;
  top: 12px;
  left: 182px;
}

.container-login-deco-bottom .container-deco-right-bottom {
  position: relative;
}

.container-login-deco-bottom .container-deco-right-bottom:before, .container-login-deco-bottom .container-deco-right-bottom:after {
  content: '';
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.container-login-deco-bottom .container-deco-right-bottom:before {
  background-image: url("../images/waves.gif");
  width: 322px;
  height: 116px;
  left: 0;
  bottom: -60px;
}

@media (max-width: 640px) {
  .container-login-deco-bottom .container-deco-right-bottom:before {
    display: none;
  }
}

@media (max-width: 640px) {
  .container-login-deco-bottom .before-block-sm::before {
    display: block !important;
    width: 182px;
    height: 56px;
    left: 0;
    bottom: -110px !important;
    z-index: -1;
  }
}

.container-login-deco-bottom .container-deco-right-top {
  position: relative;
}

.container-login-deco-bottom .primary-title {
  width: 55%;
}

@media (max-width: 768px) {
  .container-login-deco-bottom .primary-title {
    width: 45%;
  }
}

@media (max-width: 640px) {
  .grade-info .container-deco-right-top:after {
    display: none;
  }
}

.container-deco-bottom {
  position: relative;
}

.container-deco-bottom:before, .container-deco-bottom:after {
  content: '';
  position: absolute;
}

@media (max-width: 640px) {
  .container-deco-bottom:before, .container-deco-bottom:after {
    display: none;
  }
}

.container-deco-bottom:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/container-deco-bottom.png);
  width: 220px;
  height: 197px;
  right: 0;
  bottom: -20px;
  background-position: right;
  -webkit-animation: float 1.5s ease-in-out infinite alternate;
          animation: float 1.5s ease-in-out infinite alternate;
}

.container-deco-bottom::after {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/0807-grid.png);
  width: 1365px;
  height: 189px;
  right: 0;
  bottom: -16px;
  top: initial;
  margin: 0;
  left: initial;
  z-index: -1;
}

.container-deco-bottom .member-outter-footer {
  overflow: hidden;
  margin-top: 4rem;
}

@media (max-width: 1290px) {
  .container-deco-bottom .member-outter-footer {
    margin-top: 3rem;
  }
}

.container-deco-bottom .member-outter-footer:after {
  display: none;
}

.container-deco-bottom-member:after {
  display: none !important;
}

.container-deco-bottom-member:before {
  bottom: 0;
}

@media (max-width: 640px) {
  .container-deco-bottom-member:before {
    display: block !important;
    width: 180px;
    height: 165px;
    right: 0;
    bottom: -100px;
  }
}

.container-deco-bottom-mynft {
  padding-top: 8rem;
}

@media (max-width: 640px) {
  .container-deco-bottom-mynft {
    padding-top: 4rem;
  }
}

@media (max-width: 768px) {
  .container-deco-bottom-grade:before {
    z-index: 1;
  }
}

@media (max-width: 768px) and (max-width: 640px) {
  .container-deco-bottom-grade:before {
    bottom: -180px;
  }
}

@media (max-width: 640px) {
  .container-deco-bottom-grade .member-outter-footer {
    margin-top: 8rem;
  }
}

@media (max-width: 640px) {
  .grade-info .grade-container-deco-right-bottom:before {
    bottom: -230px !important;
  }
}

.member-inner::before {
  background-image: url("../images/0807-WAVES-member.png");
  width: 400px;
  height: 340px;
}

@media (max-width: 640px) {
  .forms-group dl dd h4.agree-label {
    font-size: 14px !important;
    letter-spacing: 0;
  }
}

.hint h3 {
  font-size: 1.05rem;
  color: #c7c7c7;
  font-weight: bold;
}

.member-inner-deco {
  position: relative;
}

.member-inner-deco:after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/0807-member-inner-deco.png);
  width: 100%;
  height: 1110px;
  left: -330px;
  top: 0;
  z-index: -1;
}

@media (max-width: 640px) {
  .member-inner-deco:after {
    display: none;
  }
}

.member-grade-deco {
  position: relative;
}

.member-grade-deco:after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/0807-member-inner-deco.png);
  width: 100%;
  height: 110%;
  left: -240px;
  bottom: -131px;
  z-index: -1;
  top: initial;
}

@media (max-width: 640px) {
  .member-grade-deco:after {
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 130px;
  }
}

.member-grade-deco .member-container-deco-right-bottom:before {
  bottom: -190px !important;
}

.member-outter .member-container-deco-right-bottom:before {
  bottom: 0;
}

.member-info .right-content-sec .forms-group input {
  width: 49%;
}

.member-info .right-content-sec .forms-group .select {
  width: 49%;
}

.member-info .right-content-sec .forms-group .sex-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .member-info .right-content-sec .forms-group .sex-type .sex-option {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.member-info .right-content-sec .forms-group .sex-type .sex-option h3, .member-info .right-content-sec .forms-group .sex-type .sex-option label {
  color: #c7c7c7;
  font-weight: bold;
  font-size: 1.05rem !important;
}

@media (max-width: 640px) {
  .member-info .right-content-sec .forms-group .sex-type .sex-option h3, .member-info .right-content-sec .forms-group .sex-type .sex-option label {
    font-size: 12px !important;
  }
}

.member-info .right-content-sec .forms-group .sex-type .sex-option h3 {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media (max-width: 640px) {
  .member-info .right-content-sec .forms-group .sex-type .sex-option h3 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio'] {
  display: none;
  cursor: pointer;
  z-index: 2;
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio']:focus, .member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio']:active {
  outline: none;
  z-index: 2;
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio'] + label:before, .member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio'] + label:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  left: 0;
  bottom: 2px;
  text-align: center;
  position: absolute;
  z-index: 2;
}

@media (max-width: 640px) {
  .member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio'] + label:before, .member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio'] + label:after {
    bottom: 0;
  }
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio'] + label:before {
  background-color: #ffffff;
  border-radius: 50px;
  border: 3px solid #B4B4B4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio'] + label:after {
  color: #fff;
  z-index: 2;
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio']:checked + label:before, .member-info .right-content-sec .forms-group .sex-type input.custom-input[type='checkbox']:checked + label:before {
  -webkit-box-shadow: inset 0 0 0 10px #ffffff;
  box-shadow: inset 0 0 0 10px #ffffff;
  z-index: 2;
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio'] + label:before {
  border-radius: 50%;
  z-index: 2;
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio']:checked + label:after {
  content: '\2022';
  position: absolute;
  top: 0px;
  font-size: 19px;
  line-height: 15px;
  z-index: 2;
}

.member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio']:checked + label:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #b4b4b4;
  color: #fff;
  border-radius: 15px;
  left: 2px;
  top: 7px;
  right: 0;
  z-index: 2;
}

@media (max-width: 640px) {
  .member-info .right-content-sec .forms-group .sex-type input.custom-input[type='radio']:checked + label:after {
    top: 4px;
    width: 10px;
    height: 10px;
    left: 1px;
    bottom: 1px;
  }
}

.member-info .right-content-sec .forms-group .btn-sec {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55.333333%;
  margin: 0 auto;
  border-radius: initial !important;
}

@media (max-width: 1200px) {
  .member-info .right-content-sec .forms-group .btn-sec {
    width: 62.333333%;
  }
}

@media (max-width: 768px) {
  .member-info .right-content-sec .forms-group .btn-sec {
    width: 100%;
  }
  .member-info .right-content-sec .forms-group .btn-sec .primary-btn {
    width: 45%;
  }
}

.member-info .right-content-sec .forms-group .btn-sec .primary-btn {
  border-radius: initial !important;
}

.mynft-info .right-content-sec .member-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 1690px) {
  .mynft-info .right-content-sec .member-sec {
    padding-top: 3rem;
  }
}

@media (max-width: 992px) {
  .mynft-info .right-content-sec .member-sec {
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  .mynft-info .right-content-sec .member-sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mynft-info .right-content-sec .member-sec .ring-sec {
  width: 35%;
}

@media (max-width: 768px) {
  .mynft-info .right-content-sec .member-sec .ring-sec {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .mynft-info .right-content-sec .member-sec .ring-sec {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.mynft-info .right-content-sec .member-sec .coming-soon {
  width: 60%;
  padding-left: 3%;
}

@media (max-width: 768px) {
  .mynft-info .right-content-sec .member-sec .coming-soon {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
}

.grade-lg-kv {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

@media (max-width: 1350px) {
  .grade-lg-kv {
    padding-right: 5%;
  }
}

@media (max-width: 992px) {
  .grade-info:before {
    display: none;
  }
}

.grade-info .before-block-sm::before {
  bottom: 0;
}

@media (max-width: 992px) {
  .grade-info .right-content-sec {
    padding-top: 2rem;
  }
}

.grade-info .right-content-sec .member-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media (max-width: 768px) {
  .grade-info .right-content-sec .member-sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.grade-info .right-content-sec .member-sec .ring-sec {
  position: relative;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateY(-110px);
          transform: translateY(-110px);
}

@media (max-width: 992px) {
  .grade-info .right-content-sec .member-sec .ring-sec {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.grade-info .right-content-sec .member-sec .ring-sec a {
  position: absolute;
  right: 0;
  top: 50%;
  width: 35%;
  z-index: 2;
}

@media (max-width: 768px) {
  .grade-info .right-content-sec .member-sec .ring-sec a {
    width: 75%;
    top: initial;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 20%;
  }
}

.grade-info .right-content-sec .member-sec .ring-sec a img {
  width: 100%;
  -webkit-animation: pulse .8s alternate infinite;
          animation: pulse .8s alternate infinite;
}

.grade-info .right-content-sec .member-sec .ring-sec .grades {
  position: absolute;
  right: 0;
  top: 35%;
  width: 45%;
  z-index: 1;
}

@media (max-width: 1350px) {
  .grade-info .right-content-sec .member-sec .ring-sec .grades {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .grade-info .right-content-sec .member-sec .ring-sec .grades {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .grade-info .right-content-sec .member-sec .ring-sec .grades {
    position: absolute;
    top: 0;
    padding: 0px 12px;
  }
}

.grade-info .right-content-sec .member-sec .ring-sec .grades .scores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
}

.grade-info .right-content-sec .member-sec .ring-sec .grades .scores h2 {
  color: #FAED00;
  font-size: 6rem;
  font-weight: bold;
  height: 108px;
}

.grade-info .right-content-sec .member-sec .ring-sec .grades .scores span {
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
}

@media (max-width: 640px) {
  .grade-info .right-content-sec .member-sec .ring-sec .grades .correct-sec .correct-sec-wrapper {
    margin-bottom: 0 !important;
  }
}

.grade-info .right-content-sec .member-sec .ring-sec .grades .correct-sec .correct-sec-wrapper .h3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
}

@media (max-width: 640px) {
  .grade-info .right-content-sec .member-sec .ring-sec .grades .correct-sec .correct-sec-wrapper .h3 {
    font-size: 1.2rem;
  }
}

.secreen-shot .desktop-screen, .secreen-shot .mobile-screen {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  margin-top: 1.5rem;
}

@media (max-width: 640px) {
  .secreen-shot .desktop-screen, .secreen-shot .mobile-screen {
    margin-top: 10px;
  }
}

.before-0::before {
  display: block !important;
  bottom: 0 !important;
}

@media (max-width: 640px) {
  .before-0::before {
    bottom: -280px !important;
    width: 220px !important;
  }
}

.before-140::before {
  display: block !important;
  bottom: 0 !important;
}

@media (max-width: 640px) {
  .before-140::before {
    bottom: -140px !important;
    width: 220px !important;
  }
}

.bg2023, .bg2023_dark {
  position: relative;
  background: url(../images/bg_new.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

@media (max-width: 640px) {
  .bg2023, .bg2023_dark {
    background-attachment: scroll;
  }
}

.bg2023_dark {
  background: url(../images/bg2023_dark.jpg) !important;
}

.threebox {
  position: relative;
}

.threebox:after {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/left_after.png");
  top: 30px;
  left: 0;
  width: 200px;
  height: 640px;
  z-index: -1;
}

@media (max-width: 768px) {
  .threebox:after {
    background-image: url("../images/left_after768.png");
    width: 165px;
    height: 94px;
  }
}

@media (max-width: 450px) {
  .threebox:after {
    width: 140px;
    height: 80px;
  }
}

.threebox:before {
  content: '';
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/right_before.png");
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: 640px;
  z-index: -1;
}

@media (max-width: 768px) {
  .threebox:before {
    width: 120px;
    height: 387px;
  }
}

@media (max-width: 450px) {
  .threebox:before {
    width: 70px;
    height: 228px;
  }
}

@media (max-width: 768px) {
  .container2 {
    max-width: 100% !important;
  }
}

ul.tabs li:nth-child(2) {
  margin: 0 2%;
}

ul.tabs {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  width: 100%;
}

ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 0px 40px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FAED00), to(#5DB131));
  background-image: linear-gradient(90deg, #FAED00 0%, #5DB131 100%);
  color: #000;
  position: relative;
  font-size: 18px;
  text-align: center;
  width: calc( 32% - 20px);
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}

@media (max-width: 992px) {
  ul.tabs li {
    padding: 0px 20px;
  }
}

@media (max-width: 768px) {
  ul.tabs li {
    -webkit-transform: skew(-20deg);
            transform: skew(-20deg);
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 0px 12px;
    width: calc( 32% - 12px);
  }
}

ul.tabs li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
  height: 80%;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FAED00), to(#5DB131));
  background-image: linear-gradient(180deg, #FAED00 0%, #5DB131 100%);
  z-index: -1;
}

@media (max-width: 992px) {
  ul.tabs li::before {
    height: 90%;
  }
}

@media (max-width: 768px) {
  ul.tabs li::before {
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    width: 90%;
  }
}

ul.tabs li img {
  width: 80%;
  margin: 0 auto;
  -webkit-transform: skew(25deg);
          transform: skew(25deg);
  padding: 25px 20px;
}

@media (max-width: 1440px) {
  ul.tabs li img {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  ul.tabs li img {
    padding: 25px 0px;
  }
}

@media (max-width: 768px) {
  ul.tabs li img {
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
    padding: 18px 0px;
  }
}

ul.tabs li:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#6A4E9D), to(#6A4E9D));
  background-image: linear-gradient(90deg, #6A4E9D 0%, #6A4E9D 100%);
}

ul.tabs li.active {
  background-image: -webkit-gradient(linear, left top, right top, from(#6A4E9D), to(#6A4E9D));
  background-image: linear-gradient(90deg, #6A4E9D 0%, #6A4E9D 100%);
}

.tab_content {
  padding: 60px 0 20px 0;
  min-height: 900px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}
