@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html, body {
  height: 100%;
}

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

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  border: 0;
  font-size: 14px;
  color: #000000;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  letter-spacing: 0.5px;
}

body.lock-scroll {
  overflow: hidden;
}

a {
  color: #F0F0F0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s, 0s;
  transition: 0.4s, 0s;
}

a:hover, a:focus {
  color: #FF8000;
  text-decoration: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1 {
  font-size: 54px;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 420%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  h2 {
    font-size: 320%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  h2 {
    font-size: 280%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  h2 {
    font-size: 220%;
  }
}

h3 {
  font-size: 380%;
}

h3.h3-s {
  font-size: 300%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  h3 {
    font-size: 360%;
  }
  h3.h3-s {
    font-size: 280%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  h3 {
    font-size: 200%;
  }
  h3.h3-s {
    font-size: 160%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  h3 {
    font-size: 180%;
  }
  h3.h3-s {
    font-size: 150%;
  }
}

h4 {
  font-size: 200%;
}

h5 {
  font-size: 140%;
}

.container {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .container {
    width: 90%;
  }
  .container.margin-top-57vh {
    margin-top: 20vh;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .container {
    width: 90%;
  }
  .container.margin-top-57vh {
    margin-top: 60vh;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .container {
    width: 90%;
  }
  .container.margin-top-57vh {
    margin-top: 60vh;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .container.m-width-100 {
    width: 100%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .container.m-width-100 {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .container.m-width-100 {
    width: 100%;
  }
}

.container.width-50 {
  width: 50%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .container.width-50 {
    width: 90%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .container.width-50 {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
}

.container.p-30 {
  padding-top: 30px;
}

.container.s-wide {
  width: 70%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .container.s-wide {
    width: 70%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .container.s-wide {
    width: 70%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .container.s-wide {
    width: 90%;
  }
}

.container.p-relative {
  position: relative;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .m-width-100 {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-width-100 {
    width: 100%;
  }
}

.floating-box {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  /* 預設隱藏 */
  background-color: #FF8000;
  color: #fff;
  z-index: 10;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

.floating-box .floating-wrapper {
  padding: 24px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .floating-box .floating-wrapper {
    padding: 19px 15px 10px 15px;
  }
  .floating-box .floating-wrapper img {
    height: 36px;
    width: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .floating-box .floating-wrapper {
    padding: 19px 15px 10px 15px;
  }
  .floating-box .floating-wrapper img {
    height: 36px;
    width: auto;
  }
}

.floating-box .floating-wrapper p {
  margin: 5px 0;
  color: #FFF;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  list-style: none;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .main-menu .menu-list {
    width: 75%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-menu .menu-list {
    width: 75%;
  }
}

.main-menu .menu-list a {
  text-align: right;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  padding: 25px 0;
  position: relative;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .main-menu .menu-list a {
    width: 100%;
    text-align: left;
    padding: 15px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-menu .menu-list a {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-menu .menu-list a:after {
    content: '';
    background: url(../images/arrow-3.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}

.main-menu .menu-list a:before {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FF8000;
  opacity: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.main-menu .menu-list a p {
  margin: -3px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.main-menu .menu-list a span {
  font-size: 75%;
  color: #FF8000;
}

.main-menu .menu-list a:hover:before {
  opacity: 1;
}

.main-menu .menu-list a:hover p {
  color: #FF8000;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .main-menu {
    display: none;
    /* 初始隱藏選單 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 89px;
    right: 0;
    background-color: #FFF;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding-top: 40px;
    gap: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-menu {
    display: none;
    /* 初始隱藏選單 */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 89px;
    right: 0;
    background-color: #FFF;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding-top: 40px;
    gap: 2rem;
  }
}

.hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: #000000;
  margin: 4px 0;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.navbar.active {
  background: #FFF;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .navbar.active .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .navbar.active .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#loadingScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.logo-container {
  position: relative;
  width: 100px;
  height: 100px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  /* 設置透視效果 */
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .logo-container {
    width: 90px;
    height: 90px;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .logo-container {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .logo-container {
    width: 60px;
    height: 60px;
  }
}

/* 初始位置設置 */
.logo-part {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /* 隱藏翻轉後的背面 */
}

/* 上部分 LOGO 從左滑入 */
.top-part {
  top: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  /* 從左邊開始 */
  -webkit-animation: slideInLeft 1s forwards, flip 1s 1s forwards;
          animation: slideInLeft 1s forwards, flip 1s 1s forwards;
}

.top-part img {
  height: 48px;
  width: auto;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .top-part img {
    height: 43px;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .top-part img {
    height: 23px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .top-part img {
    height: 28px;
  }
}

/* 下部分 LOGO 從右滑入 */
.bottom-part {
  bottom: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  /* 從右邊開始 */
  -webkit-animation: slideInRight 1s forwards, flip 1s 1s forwards;
          animation: slideInRight 1s forwards, flip 1s 1s forwards;
}

.bottom-part img {
  height: 49px;
  width: auto;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .bottom-part img {
    height: 44px;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .bottom-part img {
    height: 24px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .bottom-part img {
    height: 29px;
  }
}

/* 左側滑入動畫 */
@-webkit-keyframes slideInLeft {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* 移動至中心 */
  }
}
@keyframes slideInLeft {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* 移動至中心 */
  }
}

/* 右側滑入動畫 */
@-webkit-keyframes slideInRight {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* 移動至中心 */
  }
}
@keyframes slideInRight {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /* 移動至中心 */
  }
}

/* z 軸翻轉動畫 */
@-webkit-keyframes flip {
  to {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes flip {
  to {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

header {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #FFF;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  header {
    padding: 20px 0;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  header {
    padding: 28px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  header {
    padding: 28px 0;
  }
}

header .top-logo a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  header .top-logo a {
    height: 33px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  header .top-logo a {
    height: 33px;
  }
}

header .top-logo a img {
  height: 100%;
  margin-right: 10px;
}

header .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

main {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 91px 0 0 0;
  background: #FFF;
  overflow: hidden;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  main {
    padding: 89px 0 0 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  main {
    padding: 89px 0;
  }
}

.fullwide {
  width: 100%;
  position: relative;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .fullwide {
    overflow: hidden;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .fullwide {
    overflow: hidden;
  }
}

.fullwide.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fullwide.overflow-visible {
  overflow: visible;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .fullwide.m-main-container {
    width: 90%;
    margin: 0 auto;
  }
  .fullwide.m-main-container > p {
    font-size: 110%;
    line-height: 1.6;
    text-align: left;
    padding-right: 0;
  }
}

.gray-bg {
  background: #E4E5E5;
}

.gray-bg-2 {
  background: #F0F0F0;
}

.orange-bg {
  background: #FF8000;
}

.black-bg {
  background: #000000;
}

.top-bn-wrapper {
  position: relative;
  width: 100vw;
  height: 90vh;
  min-height: 864px;
  background: url(../images/home-top-banner.jpg) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .top-bn-wrapper {
    min-height: initial;
    height: 100vh;
    background-position: 50% 0%;
    background-size: cover;
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .top-bn-wrapper {
    min-height: initial;
    height: 70vh;
    background-position: -336px 0%;
    background-size: cover;
    display: block;
  }
}

.top-text-box {
  background: #FFF;
  border-radius: 20px 0 20px 0;
  -webkit-border-radius: 20px 0 20px 0;
  -moz-border-radius: 20px 0 20px 0;
  padding: 60px 90px;
  z-index: 2;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: -129px;
}

.top-text-box .text-box {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  grid-gap: 6rem;
}

.top-text-box .text-box .main-title h1 {
  font-size: 240%;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  margin-top: 15px;
  white-space: nowrap;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .top-text-box .text-box .main-title h1 {
    font-size: 220%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .top-text-box .text-box .main-title h1 {
    font-size: 220%;
  }
}

.top-text-box .text-box .main-title h1.m-text {
  font-size: 180%;
  font-weight: 700;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .top-text-box .text-box .main-title h1.m-text {
    font-size: 160%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .top-text-box .text-box .main-title h1.m-text {
    font-size: 160%;
  }
}

.top-text-box .text-box .main-text {
  font-size: 130%;
  font-weight: 500;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .top-text-box .text-box .main-text {
    font-size: 120%;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .top-text-box .text-box .main-text {
    font-size: 120%;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .top-text-box {
    padding: 60px 5%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: 0;
  }
  .top-text-box .text-box {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    grid-gap: 4rem;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .top-text-box {
    padding: 60px 5%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: 100vh;
  }
  .top-text-box .text-box {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    grid-gap: 4rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .top-text-box {
    padding: 60px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: 70vh;
  }
  .top-text-box .text-box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 4rem;
  }
}

.t-bold {
  font-weight: 700;
}

.t-black {
  font-weight: 900;
}

.color-orange {
  color: #FF8000;
}

.main-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 160%;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF8000;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .main-btn a {
    font-size: 140%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-btn a {
    font-size: 140%;
  }
}

.main-btn a .icon-arrow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0;
  height: 20px;
  position: relative;
  width: 40px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.main-btn a .icon-arrow img {
  position: absolute;
  height: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .main-btn a .icon-arrow img {
    scale: 0.9;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-btn a .icon-arrow img {
    scale: 0.9;
  }
}

.main-btn a .icon-arrow img:nth-child(1) {
  right: 21px;
}

.main-btn a .icon-arrow img:nth-child(2) {
  right: 11px;
}

.main-btn a .icon-arrow img:nth-child(3) {
  right: 0px;
}

.main-btn a:hover .icon-arrow {
  width: 52px;
}

.main-btn a:hover .icon-arrow img:nth-child(1) {
  right: 31px;
}

.main-btn a:hover .icon-arrow img:nth-child(2) {
  right: 16px;
}

.main-btn a:hover .icon-arrow img:nth-child(3) {
  right: 0px;
}

.main-btn.flex-j-s a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main-btn.flex-j-c a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-btn.flex-j-c a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-btn.flex-j-c.m-flex-c {
    width: 100%;
  }
  .main-btn.flex-j-c.m-flex-c a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 60%;
  margin: 40px auto 80px auto;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .accordion {
    max-width: 100%;
  }
}

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

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .accordion.m-margin-b-0 {
    margin: 40px auto 0 auto;
  }
}

.accordion-item {
  padding: 20px 30px;
  border-bottom: 2px solid #000000;
}

.accordion-item:first-child {
  border-top: 2px solid #000000;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .accordion-item {
    padding: 20px;
  }
}

.accordion-header {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

.accordion-header:after {
  content: '';
  width: 26px;
  height: 26px;
  background-image: url(../images/accordion-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion-header.active:after {
  background-position: left center;
}

.accordion-header p {
  width: 95%;
  margin: 0;
  color: #000000;
  font-size: 130%;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .accordion-header p {
    width: 85%;
  }
}

.accordion-header.events-wrapper h4 {
  font-weight: bold;
}

.flex-2-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .flex-2-template {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}

.flex-2-template .events-l-30 {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .flex-2-template .events-l-30 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.flex-2-template .events-r-70 {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .flex-2-template .events-r-70 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.accordion-content {
  padding: 10px 0;
  color: #000000;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion-content p {
  width: 95%;
  font-size: 110%;
  line-height: 1.5;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .accordion-content p {
    width: 85%;
  }
}

.accordion-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.accordion-content.events-content {
  display: none;
  -ms-grid-columns: 1fr 2fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  gap: 1rem;
  width: 90%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .accordion-content.events-content {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.accordion-content.events-content.active {
  display: -ms-grid;
  display: grid;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.events-type-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events-type-add h5 {
  margin: 0 10px 0 0;
}

.events-type-add span {
  background: #DCDCDC;
  padding: 8px 17px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 100%;
  color: #000000;
  margin-right: 10px;
}

.sub-btn {
  font-size: 100%;
  border: 1px solid #FF8000;
  padding: 8px 23px;
  color: #FF8000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
}

.sub-btn:hover {
  opacity: 0.5;
}

.f-contact-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .f-contact-info {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.f-contact-info .f-contact-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-contact-info .f-contact-t img {
  margin-right: 20px;
}

.f-contact-info .f-contact-t h4 {
  margin: 0;
}

.f-contact-info p {
  font-size: 130%;
}

.f-contact-info a {
  color: #FF8000;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.f-contact-info a:hover {
  text-decoration: underline;
}

.sub-title {
  padding-top: 300px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .sub-title {
    padding-top: 0;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .sub-title {
    padding-top: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .sub-title {
    padding-top: 0;
  }
}

.sub-title h2 {
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .sub-title h2 {
    text-align: left;
  }
}

.sub-title p {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  max-width: 480px;
  font-size: 130%;
  line-height: 2;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .sub-title p {
    font-size: 120%;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .sub-title p {
    font-size: 120%;
    text-align: left;
    line-height: 1.6;
  }
}

.left-pattern {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .left-pattern {
    top: 0;
    left: 0;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .left-pattern {
    top: 16%;
    left: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .left-pattern {
    top: 15%;
    left: -6%;
  }
}

.left-pattern img {
  width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .left-pattern img {
    width: 68%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .left-pattern img {
    width: 57%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .left-pattern img {
    width: 52%;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

.right-pattern {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .right-pattern {
    bottom: 0;
    right: 0;
    text-align: right;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .right-pattern {
    bottom: 0;
    right: 0;
    text-align: right;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .right-pattern {
    top: 0;
    left: -6%;
  }
}

.right-pattern img {
  width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .right-pattern img {
    width: 68%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .right-pattern img {
    width: 57%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .right-pattern img {
    width: 52%;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

.our-value {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  z-index: 2;
  justify-items: end;
  gap: 3rem;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .our-value {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .our-value.common-padding {
    padding: 8% 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .our-value {
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        grid-template-areas: "item1 item2" "item1 item3" "item1 item4";
    justify-items: start;
    gap: 2rem;
  }
  .our-value.common-padding {
    padding: 10% 0;
  }
  .our-value .item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: item1;
  }
  .our-value .item2 {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: item2;
    margin-top: 50px;
  }
  .our-value .item3 {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: item3;
  }
  .our-value .item4 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: item4;
  }
}

.our-value.grid-trl {
  direction: rtl;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .our-value.grid-trl {
    direction: ltr;
  }
}

.grid-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px 1fr;
      grid-template-columns: 88px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .grid-1-1 {
    -ms-grid-columns: 61px 1fr;
        grid-template-columns: 61px 1fr;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-1-1 {
    -ms-grid-columns: 52px 1fr;
        grid-template-columns: 52px 1fr;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-1-1 {
    -ms-grid-columns: 42px 1fr;
        grid-template-columns: 42px 1fr;
  }
}

.grid-1-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 88px;
      grid-template-columns: 1fr 88px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .grid-1-2 {
    -ms-grid-columns: 1fr 61px;
        grid-template-columns: 1fr 61px;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-1-2 {
    -ms-grid-columns: 1fr 52px;
        grid-template-columns: 1fr 52px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-1-2 {
    -ms-grid-columns: 42px 1fr;
        grid-template-columns: 42px 1fr;
  }
}

.grid-1-2 h2:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-1-2 h2:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.grid-1-2 h2:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-1-2 h2:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.grid-1-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.grid-1-1-aligncenter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-1-1-aligncenter {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-1-1-aligncenter {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-1-1-alignstart {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-1-1-alignstart {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.grid-3-t {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-3-t {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-3-t {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid-3-stretch {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 2;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-3-stretch {
    gap: 1rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-3-stretch {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin: 0 auto;
  }
}

.grid-2-stretch {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 2;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-2-stretch {
    gap: 1rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-2-stretch {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

.grid-4-stretch {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  z-index: 2;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-4-stretch {
    gap: 1rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-4-stretch {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin: 0;
    width: 100%;
  }
}

.grid-5-t {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-5-t {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-5-t {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-5-t.m-grid-2 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
    width: 100%;
  }
}

.grid-3-t {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-3-t {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-3-t {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.grid-2-b-auto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  gap: 11rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .grid-2-b-auto {
    gap: 4rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-2-b-auto {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.creator-bg {
  background: url(../images/home-creator-banner.jpg) center center no-repeat;
  background-size: cover;
  min-height: 785px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .creator-bg {
    min-height: 568px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .creator-bg {
    min-height: 568px;
  }
}

.spec-bg {
  background: url(../images/home-spec-banner.jpg) center center no-repeat;
  background-size: cover;
  min-height: 785px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .spec-bg {
    min-height: 568px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .spec-bg {
    min-height: 568px;
  }
}

.about-provide-bg {
  background: url(../images/about-provide-img-min.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .about-provide-bg {
    min-height: 500px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-provide-bg {
    min-height: 500px;
  }
}

.investment-about-our-fund-bg {
  background: url(../images/investment-about-our-fund-min.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .investment-about-our-fund-bg {
    min-height: 500px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .investment-about-our-fund-bg {
    min-height: 500px;
  }
}

.events-bg-1 {
  background: url(../images/events-img-1-min.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .events-bg-1 {
    min-height: 500px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .events-bg-1 {
    min-height: 500px;
  }
}

.events-bg-2 {
  background: url(../images/events-img-2-min.jpg) center center no-repeat;
  background-size: cover;
  min-height: 600px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .events-bg-2 {
    min-height: 500px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .events-bg-2 {
    min-height: 500px;
  }
}

.flex-events-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px 0;
}

.flex-events-type h4 {
  margin: 0 !important;
}

.flex-events-type img {
  margin: 0 20px 0 20px;
}

.events-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .events-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    margin: 10px 0 20px 0;
  }
}

.flex-no-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-no-wrapper p {
  margin: 0 !important;
}

.flex-no-wrapper img {
  margin-right: 8px;
}

.contact-bg {
  background: url(../images/contact-main-img.jpg) center center no-repeat;
  background-size: cover;
  min-height: 785px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .contact-bg {
    min-height: 568px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-bg {
    min-height: 568px;
  }
}

.flex, .gap-20, .t-head, .burger-btn, .b-head, .b-head .b-h-input, .b-head .b-h-input p, .b-head .b-h-input p span, .sub-menu .menu-box, .sub-menu .menu-box li, .m-icon, .sub-icon, .f-menu ul, .f-menu ul li, .t-info, .t-info .t-i-l, .t-info .t-i-r, .t-i-t, .t-i-t ul, .t-i-message, .t-i-message span, .menu-modal .modal-body .menu-box, .menu-tab, .menu-tab li, .menu-g-list, .menu-g-list li, .menu-g-list li .game-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-text-box {
  background: #FFF;
  padding: 10% 13%;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .about-text-box {
    padding: 10%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-text-box {
    padding: 15% 20px;
  }
}

.margin-space-10 {
  margin: 10% auto;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .margin-space-10 {
    margin: 20% auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .margin-space-10.m-f-margin-b-0 {
    margin: 20% auto 0 auto;
  }
}

.about-provide-text-box {
  background: #FFF;
  padding: 0 13% 0 0;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .about-provide-text-box {
    padding: 10% 0 10% 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-provide-text-box {
    padding: 15% 0 15% 0;
  }
}

.about-provide-text-box.reserve {
  padding: 0 0  0 13%;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .about-provide-text-box.reserve {
    padding: 10% 0 10% 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-provide-text-box.reserve {
    padding: 15% 0 15% 0;
  }
}

.about-page-text-box {
  background: #FFF;
  padding: 20% 0 20% 0;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .about-page-text-box {
    padding: 10% 0 10% 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-page-text-box {
    padding: 15% 0 15% 0;
  }
}

.creator-text-box {
  background: #FFF;
  padding: 30% 13%;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .creator-text-box {
    padding: 10%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .creator-text-box {
    padding: 15% 20px;
  }
}

.common-text-wrapper {
  z-index: 2;
}

.common-text-wrapper h2 {
  margin: 0 0 15px 0;
  line-height: 1;
}

.common-text-wrapper h3 {
  margin: 0 0 15px 0;
  line-height: 1;
}

.common-text-wrapper h4 {
  margin: 0 0 15px 0;
  line-height: 1;
  font-size: 200%;
}

.common-text-wrapper p {
  font-size: 130%;
  line-height: 2;
}

.common-text-wrapper p.s-lineheight {
  line-height: 1.5;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .common-text-wrapper p {
    font-size: 120%;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .common-text-wrapper p {
    font-size: 120%;
    line-height: 1.6;
  }
}

.common-text-wrapper p.max-width-50 {
  max-width: 50%;
}

.common-text-wrapper p.max-width-64 {
  max-width: 64%;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .common-text-wrapper p.max-width-64 {
    max-width: 70%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .common-text-wrapper p.max-width-64 {
    max-width: 100%;
  }
}

.common-text-wrapper .s-text {
  margin: 15px 0 0 0;
  font-size: 100%;
  line-height: 1;
}

.common-text-wrapper .xs-text {
  margin: 5px 0 0 0;
  font-size: 90%;
  line-height: 1;
}

.common-text-wrapper .m-t-30 {
  margin-top: 30px;
}

.max-width-60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .max-width-60 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .max-width-60 {
    max-width: 100%;
  }
}

.contact-list-wrapper {
  padding: 15% 0 15% 0;
}

.contact-grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-grid-2 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-contact-btn button {
    width: 100%;
    padding: 23px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-events-btn-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-events-btn-2 button {
    width: 100%;
    padding: 23px 0;
  }
}

input {
  background: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #C5C5C5;
  padding: 16px 25px;
  font-size: 100%;
  width: 100%;
}

.contact-form-box label {
  display: block;
  padding-bottom: 6px;
}

.full-grid {
  padding: 30px 0;
}

.full-grid label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type="checkbox"] {
  display: none;
}

.custom-checkbox {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #C5C5C5;
  border-radius: 8px;
  background-color: #FFF;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 勾選狀態的樣式 */
input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #FF8000;
  border-color: #FF8000;
}

/* 加入打勾符號 */
input[type="checkbox"]:checked + .custom-checkbox::before {
  content: "";
  color: #000000;
  font-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  background-size: contain;
  background: url(../images/icon-checked-status.svg) center center no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Label 與 checkbox 排列 */
.custom-label {
  display: inline-block;
  margin-left: 12px;
  font-size: 100%;
  color: #000000;
  cursor: pointer;
}

.message {
  margin-top: 20px;
  color: red;
}

.success {
  color: green;
}

.orange-btn {
  background: #FF8000;
  padding: 23px 62px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #FF8000;
  color: #000000;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  font-size: 110%;
  font-weight: bold;
  cursor: pointer;
}

.orange-btn:hover {
  background: #E15516;
}

.orange-border-btn {
  background: #FFF;
  padding: 23px 62px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #FF8000;
  color: #FF8000;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  font-weight: bold;
  font-size: 110%;
  cursor: pointer;
}

.orange-border-btn:hover {
  border-color: #E15516;
  color: #E15516;
}

.gap-20 {
  gap: 1rem;
}

.contact-top-wrapper {
      grid-template-areas: "order-2 order-1";
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-top-wrapper {
        grid-template-areas: "order-1" "order-2";
  }
}

.m-order-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: order-2;
}

.m-order-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: order-1;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-flex-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-flex-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.case-header {
  margin-bottom: 30px;
  position: relative;
  padding-left: 25px;
}

.case-header:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  left: 0;
  background: #FF8000;
}

.case-author {
  margin-top: 35px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .margin-top-70 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .margin-top-70 {
    margin-top: 50px;
  }
}

.common-padding {
  padding: 10% 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .common-padding {
    padding: 20% 0 10% 0;
  }
}

.common-padding-normal {
  padding-top: 30px;
}

.common-padding-1 {
  padding: 8% 0 0 0;
}

.common-padding-2 {
  padding: 15% 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .common-padding-2 {
    padding: 15% 20px;
  }
}

.common-padding-3 {
  padding: 7% 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .common-padding-3 {
    padding: 9% 0;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .common-padding-3 {
    padding: 8% 0;
    margin-top: 6%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .common-padding-3 {
    padding: 10% 0;
    margin-top: 15%;
  }
}

.common-padding-3.m-padding-b-0 {
  padding: 10% 0 0 0;
}

.common-padding-4 {
  padding: 4% 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .common-padding-4 {
    padding: 9% 0;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .common-padding-4 {
    padding: 8% 0;
    margin-top: 6%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .common-padding-4 {
    padding: 10% 0;
    margin-top: 15%;
  }
}

.s-padding {
  padding: 4% 0;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .s-padding.m-btn-padding {
    padding: 0 0 80px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .s-padding.m-btn-padding {
    padding: 0 0 80px 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.s-padding-2 {
  padding: 4% 0 10% 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .s-padding-2 {
    padding: 10% 0;
  }
}

.s-padding-b0 {
  padding: 5% 0 20% 0;
}

.after-line:after {
  content: '';
  width: 60px;
  height: 4px;
  background: #000000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 17px;
}

.t-left-pattern {
  position: absolute;
  left: 0;
  top: 22%;
  z-index: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .t-left-pattern {
    top: 25%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .t-left-pattern {
    top: 29%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .t-left-pattern {
    top: 62%;
  }
}

.t-left-pattern img {
  width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .t-left-pattern img {
    width: 68%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .t-left-pattern img {
    width: 57%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .t-left-pattern img {
    width: 52%;
  }
}

.b-right-pattern {
  position: absolute;
  left: 20%;
  bottom: 0;
  z-index: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .b-right-pattern {
    left: 23%;
    height: 290px;
    bottom: 0%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .b-right-pattern {
    left: 23%;
    height: 243px;
    bottom: 0%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .b-right-pattern {
    left: 48%;
    height: 176px;
    bottom: 9%;
  }
}

.b-right-pattern img {
  width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .b-right-pattern img {
    height: 100%;
    width: auto;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .b-right-pattern img {
    height: 100%;
    width: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .b-right-pattern img {
    height: 100%;
    width: auto;
  }
}

.l-bottom-pattern {
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: 1;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .l-bottom-pattern {
    bottom: -13%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .l-bottom-pattern {
    bottom: -7%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .l-bottom-pattern {
    bottom: -3%;
  }
}

.l-bottom-pattern img {
  width: 100%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .l-bottom-pattern img {
    width: 68%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .l-bottom-pattern img {
    width: 57%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .l-bottom-pattern img {
    width: 52%;
  }
}

.z-index-0 {
  position: relative;
  z-index: 0;
}

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

.z-index-2 {
  position: relative;
  z-index: 2;
}

.value-h-wrapper h2 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .value-h-wrapper h2 {
    margin: 0 30px;
    letter-spacing: 5px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .value-h-wrapper h2 {
    margin: 0 30px;
    letter-spacing: 5px;
  }
}

.value-text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0 0 0;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .value-text {
    padding: 20px 0 0 0;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .value-text {
    padding: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .value-text {
    padding: 0;
  }
}

.value-text h2 {
  line-height: 1;
  margin: 0 0 10px 0;
}

.value-text p {
  font-size: 130%;
  margin: 0;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .value-text p {
    font-size: 120%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .value-text p {
    font-size: 120%;
  }
}

.spec-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .spec-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 68%;
    position: relative;
    margin: 0 auto;
  }
}

.spec-wrapper .spec-box {
  background: #FF8000;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  height: 87px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.spec-wrapper .spec-box h5 {
  font-size: 140%;
  margin: 0 0 5px 0;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.spec-wrapper .spec-box p {
  font-size: 110%;
  line-height: 1;
  margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .spec-wrapper .spec-box {
    height: 83px;
  }
}

.spec-accordion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 15px 0;
}

.spec-accordion-list .accordion {
  background: transparent;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: bold;
  font-size: 110%;
}

.spec-accordion-list .accordion:before {
  content: '+';
  font-size: 110%;
  font-weight: bold;
  color: #FF8000;
  padding-right: 15px;
}

.spec-accordion-list .accordion.active:before {
  content: '-';
}

.panel {
  font-size: 100%;
  line-height: 1.5;
  padding: 0;
  margin-top: 0;
  max-height: 0;
  text-align: left;
  overflow: hidden;
  font-weight: 400;
  margin-bottom: 20px;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.value-box-wrapper {
  overflow: hidden;
}

.value-box-wrapper .value-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.value-box-wrapper .value-header .value-header-bg {
  width: 94px;
  height: 42px;
  background: url(../images/value-header.svg) left bottom no-repeat;
  background-size: cover;
  color: #FFF;
  font-style: italic;
  font-weight: 700;
  font-size: 200%;
  padding-left: 20px;
}

.value-box-wrapper .value-header h5 {
  font-weight: normal;
  margin: 0;
  padding-bottom: 5px;
}

.value-box-wrapper img {
  width: 100%;
}

.value-box-wrapper ul {
  padding: 10px 0 0 0;
}

.value-box-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 10px 0 0 0;
}

.value-box-wrapper ul li:before {
  content: '・';
  font-size: 100%;
  padding-right: 5px;
  color: #FF8000;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.orange-border {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: 1px solid #FF8000;
  padding: 5px 15px;
}

.team-slide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.team-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.team-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0;
}

.team-text-content h5 {
  color: #000000;
  font-size: 130%;
  margin: 10px 0;
}

.team-text-content h6 {
  margin: 0;
  font-size: 100%;
}

.team-text-content ul {
  padding: 10px 0 0 0;
}

.team-text-content ul li {
  padding: 5px 0 0 20px;
  font-size: 100%;
  position: relative;
}

.team-text-content ul li:before {
  content: '・';
  font-size: 100%;
  color: #FF8000;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: 0;
}

.case-wrapper h5 {
  margin: 0;
}

.case-box {
  background: #F0F0F0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 31px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .case-box {
    padding: 30px;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .case-box {
    padding: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .case-box {
    width: 100%;
    padding: 30px;
  }
}

.case-box h5 {
  margin: 0;
}

.case-box img {
  width: 48px;
  height: 48px;
}

.overflow-hidden {
  overflow: hidden;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #FF8000;
}

.swiper-button-next {
  top: 199px !important;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper-button-next {
    top: 143px !important;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .swiper-button-next {
    top: 172px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .swiper-button-next {
    top: 242px !important;
  }
}

.swiper-button-prev {
  top: 199px !important;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper-button-prev {
    top: 143px !important;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .swiper-button-prev {
    top: 172px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .swiper-button-prev {
    top: 242px !important;
  }
}

.swiper-wrapper {
  width: 100%;
  /* 控制整個 Swiper 的最大寬度 */
  height: auto;
}

.swiper-container {
  width: 100%;
  /* 控制整個 Swiper 的最大寬度 */
  height: auto;
  /* 控制整個 Swiper 的高度 */
  position: relative;
}

.swiper-slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-display-none {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-display-block {
    display: block;
  }
}

.margin-60-auto {
  margin: 60px auto 25px auto;
}

.basic-orange-box-1 {
  background: #FF8000;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  padding: 40px 30px;
}

.grid-gap-2rem {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.grid-list-type-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
      grid-template-columns: 1fr 12px 1fr;
  gap: 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-list-type-1 {
    -ms-grid-columns: 12px 1fr;
        grid-template-columns: 12px 1fr;
  }
  .grid-list-type-1 .grid-item-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .grid-list-type-1 .grid-item-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.progress-box {
  padding: 30px 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .progress-box {
    padding: 30px 0 30px 40px;
  }
}

.progress-box h5 {
  margin: 0 0 15px 0;
}

.progress-box p {
  margin: 0;
}

.progress-box.text-end h5, .progress-box.text-end p {
  text-align: right;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .progress-box.text-end h5, .progress-box.text-end p {
    text-align: left;
  }
}

.basic-orange-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.basic-orange-wrapper .basic-orange-box {
  background: #FF8000;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  height: 87px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.basic-orange-wrapper .basic-orange-box h5 {
  font-size: 100%;
  margin: 0 0 5px 0;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.basic-orange-wrapper .basic-orange-box p {
  font-size: 110%;
  line-height: 1;
  margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .basic-orange-wrapper .basic-orange-box {
    height: 83px;
  }
}

.contact-text-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.contact-text-wrapper::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.white-box {
  background: #FFF;
  padding: 30px 50px;
  z-index: 2;
}

.white-box h4 {
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .white-box {
    width: 100%;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.about-bg {
  background: url(../images/about-main-img-min.jpg) center center no-repeat;
  background-size: cover;
  min-height: 785px;
  overflow: hidden;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .about-bg {
    min-height: 568px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-bg {
    min-height: 568px;
  }
}

.investment-bg {
  background: url(../images/investment-main-img-min.jpg) center center no-repeat;
  background-size: cover;
  min-height: 785px;
  overflow: hidden;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .investment-bg {
    min-height: 568px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .investment-bg {
    min-height: 568px;
  }
}

.events-bg {
  background: url(../images/events-main-img-min.jpg) center center no-repeat;
  background-size: cover;
  min-height: 785px;
  overflow: hidden;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .events-bg {
    min-height: 568px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .events-bg {
    min-height: 568px;
  }
}

.grid-center {
  justify-items: center;
}

.about-joinus-box {
  padding: 10% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-joinus-box {
    -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    padding: 10% 0 0 0;
  }
}

.about-joinus-box h4 {
  margin: 0 0 21px 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-joinus-box h4 {
    text-align: center;
  }
}

.event-dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.event-dialog-overlay.active {
  opacity: 1;
  visibility: visible;
}

.event-dialog-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: #fff;
  border-radius: 0;
  overflow: auto;
}

.close-btn {
  position: absolute;
  right: 0;
  background: #FF8000;
  border: none;
  width: 60px;
  height: 60px;
  font-size: 36px;
  font-weight: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  cursor: pointer;
  color: #000000;
  z-index: 5;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.close-btn:hover {
  opacity: .5;
}

.dialog-header {
  position: relative;
}

.dialog-content {
  padding: 0;
  margin: 100px 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .dialog-content {
    margin: 50px 0 250px 0;
  }
}

.dialog-content h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 27px;
  margin: 0 0 30px 0;
  position: relative;
}

.dialog-content h4:before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 100%;
  background: #FF8000;
}

.main-table-tyle-1 {
  width: 100%;
  margin-bottom: 60px;
}

.main-table-tyle-1 thead {
  background: #000000;
}

.main-table-tyle-1 thead th {
  text-align: left;
  font-size: 110%;
  padding: 13px 35px;
  font-weight: bold;
  color: #FFF;
  line-height: normal;
}

.main-table-tyle-1 thead th:nth-child(1) {
  width: 20%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-table-tyle-1 thead th:nth-child(1) {
    min-width: 120px;
  }
}

.main-table-tyle-1 thead th:nth-child(2) {
  width: 35%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-table-tyle-1 thead th:nth-child(2) {
    min-width: 260px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-table-tyle-1 thead th:nth-child(3) {
    min-width: 350px;
  }
}

.main-table-tyle-1 tbody td {
  font-size: 110%;
  padding: 13px 35px;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
  border-bottom: 2px solid #000000;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .main-table-tyle-1 {
    display: block;
    overflow-x: scroll;
  }
}

.event-info-box {
  margin: 5% 0 0 0;
  z-index: 3;
}

.event-info-box p {
  font-size: 110%;
  line-height: 1.8;
}

.event-bg-area {
  position: absolute;
  width: 90%;
  top: 90px;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 2;
  height: calc(100% - 90px);
}

.current-event-bg {
  width: calc(50% - 2.5rem);
  height: 100%;
  background: url(../images/events-main-img-min.jpg) center center no-repeat;
  overflow: hidden;
  background-size: cover;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .current-event-bg {
    width: 100%;
    min-height: 400px;
  }
}

.little-container {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .little-container {
    max-width: 90%;
    overflow: hidden;
  }
}

.grid-2-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 30px 0 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .grid-2-info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 20px 20px 0 0;
    background: #FFF;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 30px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .grid-2-info button {
    margin-bottom: 30px;
  }
}

.event-share-social-box {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.event-share-social-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.event-share-social-box a:hover {
  opacity: .5;
}

.padding-t-90-b-40 {
  padding-top: 90px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .padding-t-90-b-40 {
    padding-top: 30px;
  }
}

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.lang-area {
  margin: 0 20px;
}

.lang-area.second-menu {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .lang-area {
    margin: 0 10px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .lang-area {
    margin: 0;
    font-size: 12px;
  }
}

.lang-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang-area ul li {
  position: relative;
}

.lang-area ul li a {
  color: #FFF;
  padding: 10px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .lang-area ul li a {
    padding: 10px 5px;
  }
}

.lang-area ul li a:after {
  content: '';
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  position: absolute;
  width: 10px;
  height: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  bottom: 5px;
  left: 50%;
  margin-left: -5px;
}

.lang-area ul li a:hover, .lang-area ul li a:active {
  color: #DCBC8E;
}

.lang-area ul li a:hover:after, .lang-area ul li a:active:after {
  background: #DCBC8E;
  bottom: 0;
}

.lang-area ul li a.active {
  color: #DCBC8E;
}

.lang-area ul li a.active:after {
  background: #DCBC8E;
  bottom: 0;
}

.lang-area ul.card-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .lang-area ul.card-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .lang-area ul.card-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lang-area ul.card-menu li a {
  font-size: 16px;
  padding: 10px 30px;
}

.t-t-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-t-content ul:before {
  content: '';
  width: 100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 11px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .t-t-content ul:before {
    width: 20px;
  }
}

.t-t-content ul li {
  position: relative;
}

.t-t-content ul li a {
  color: #FFF;
  padding: 10px;
  font-size: 18px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.t-t-content ul li a:after {
  content: '';
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
}

.t-t-content ul li a:hover, .t-t-content ul li a:active {
  color: #DCBC8E;
}

.t-t-content ul li a:hover:after, .t-t-content ul li a:active:after {
  background: #DCBC8E;
  bottom: 0;
}

.t-t-content ul li a.active {
  color: #DCBC8E;
}

.t-t-content ul li a.active:after {
  background: #DCBC8E;
  bottom: 0;
}

.common-grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .common-grid-2 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
  .common-grid-2.m-p-t-90 {
    padding-top: 90px;
  }
}

.common-grid-2.margin-top-50 {
  margin-top: 50px;
}

.common-grid-2 .about-team-img {
  width: 100%;
}

.common-grid-2 .about-team-img img {
  width: 100%;
}

.common-grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .common-grid-3 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.common-grid-3 .about-team-img {
  width: 100%;
  min-height: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}

.common-grid-3 .about-team-img img {
  width: 100%;
  height: 304px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-team-text {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-team-text {
    margin-top: 25px;
  }
}

.about-team-text h5 {
  margin: 0px;
}

.about-team-text p.margin-top-0 {
  margin-top: 0px;
}

.about-team-text p.margin-tb-30 {
  margin: 30px 0 35px 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .about-team-text p.margin-tb-30 {
    margin: 20px 0 35px 0;
  }
}

.about-team-text .about-team-social-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (26px)[3];
      grid-template-columns: repeat(3, 26px);
  gap: 2rem;
}

.border-top-line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .t-btn {
    display: none;
  }
}

.t-btn a {
  color: #DCBC8E;
  border: 2px solid #DCBC8E;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  text-align: center;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .t-btn a {
    padding: 8px 20px;
  }
}

.t-btn a:hover, .t-btn a:active {
  color: #FFF;
  border: 2px solid #FFF;
}

.rslides {
  width: 100%;
  margin: 0 auto 40px;
  box-shadow: 0 -11px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -11px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -11px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -11px 30px 0 rgba(0, 0, 0, 0.2);
}

#slider2,
#slider3 {
  margin: 0 auto;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#slider3-pager a {
  display: inline-block;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

#slider3-pager a .m-t-img-s {
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  #slider3-pager a .m-t-img-s img {
    width: 100%;
  }
}

#slider3-pager a .m-t-img-s:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#slider3-pager a .m-t-s-title {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#slider3-pager a .m-t-s-title span {
  font-size: 12px;
}

#slider3-pager a:hover, #slider3-pager a:active {
  color: #B5915C;
}

#slider3-pager .rslides_here a {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  background: transparent;
}

#slider3-pager .rslides_here a .m-t-img-s {
  position: relative;
}

#slider3-pager .rslides_here a .m-t-img-s:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #B5915C;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

#slider3-pager .rslides_here a .m-t-s-title {
  color: #B5915C;
}

#slider3-pager .rslides_here a .m-t-s-title span {
  color: #B5915C;
}

#slider3-pager a {
  padding: 0;
}

.rslides_tabs li {
  float: none;
  margin: 0 1px;
}

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}

.rslides_tabs .rslides_here a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: bold;
}

.m-t-area .m-t-box {
  z-index: 2;
}

.m-t-area h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #2171b7;
  text-align: center;
  z-index: 1;
}

.width50 {
  width: 50%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .width50 {
    width: 100%;
  }
}

.m-c-area {
  padding: 60px 0;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-area {
    padding: 30px 0;
  }
}

.m-c-area:after {
  content: '';
  position: absolute;
  background: url("../images/tile-black.png") top left;
  opacity: .1;
  width: 100%;
  height: 515px;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .m-c-area:after {
    height: 350px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-area:after {
    height: 200px;
  }
}

.m-c-area h2 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #2171b7;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.m-c-box {
  z-index: 3;
  position: relative;
}

.m-c-box.white-bg {
  background: #FFF;
  padding: 40px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box.white-bg {
    padding: 10px;
  }
}

.m-c-box .m-c-img {
  width: 100%;
  box-shadow: 0 -11px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -11px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -11px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -11px 30px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.m-c-box .m-c-img.t-m-c-img {
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box .m-c-img.t-m-c-img {
    height: 200px;
  }
  .m-c-box .m-c-img.t-m-c-img img {
    width: auto;
    height: 100%;
    vertical-align: bottom;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box .m-c-img iframe {
    height: 200px;
  }
}

.m-c-box .m-c-img img {
  width: 100%;
  vertical-align: bottom;
}

.m-c-box .m-c-content {
  padding-top: 30px;
}

.m-c-box .m-c-content h3 {
  color: #3D3D3D;
  font-weight: lighter;
  text-align: center;
  position: relative;
  margin: auto;
  width: 84%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box .m-c-content h3 {
    width: 100%;
  }
}

.m-c-box .m-c-content .m-c-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box .m-c-content .m-c-text ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-c-box .m-c-content .m-c-text ul li {
  padding: 2px 15px;
  text-align: left;
  border-left: 1px solid #B5915C;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box .m-c-content .m-c-text ul li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    border-left: 0;
  }
}

.m-c-box .m-c-content .m-c-text ul li span {
  width: 100%;
  color: #B5915C;
  margin-bottom: 5px;
  font-size: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box .m-c-content .m-c-text ul li span {
    margin-bottom: 0;
  }
}

.m-c-box .m-c-content .m-c-list .m-c-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0;
}

.m-c-box .m-c-content .m-c-list .m-c-subtitle.t-m-c-subtitle {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.m-c-box .m-c-content .m-c-list .m-c-subtitle.t-m-c-subtitle p {
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0 0 0;
  margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box .m-c-content .m-c-list .m-c-subtitle {
    margin: 50px 0 20px;
  }
}

.m-c-box .m-c-content .m-c-list .m-c-subtitle h6 {
  font-size: 18px;
  font-weight: bold;
}

.m-c-box .m-c-content .m-c-list .m-c-subtitle h4 {
  padding-bottom: 20px;
  position: relative;
  color: #2171b7;
  font-weight: bold;
  text-align: center;
}

.m-c-box .m-c-content .m-c-list .m-c-subtitle h4:after {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #2171b7;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.m-c-box .m-c-content .m-c-list .m-c-l-box {
  position: relative;
}

.m-c-box .m-c-content .m-c-list .m-c-l-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 200px;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .m-c-box .m-c-content .m-c-list .m-c-l-box ul {
    padding: 0 100px;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .m-c-box .m-c-content .m-c-list .m-c-l-box ul {
    padding: 0 90px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box .m-c-content .m-c-list .m-c-l-box ul {
    padding: 0;
  }
}

.m-c-box .m-c-content .m-c-list .m-c-l-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.m-c-box .m-c-content .m-c-list .m-c-l-box ul li span {
  padding: 5px 20px;
  min-width: 86px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #F0F0F0;
  text-align: center;
  text-transform: uppercase;
  margin-right: 20px;
}

.m-c-box .m-c-content .m-c-list .m-c-l-box:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0)), color-stop(42%, #F0F0F0));
  background-image: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, #F0F0F0 42%);
  z-index: 2;
}

.m-c-box .m-c-content .m-c-list .m-c-l-box.noshow:after {
  display: none;
}

.m-c-box .m-c-content .m-c-list .m-c-t-box h6 {
  font-size: 18px;
  font-weight: bold;
}

.m-c-box .m-c-content .m-c-list .m-c-t-box p {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-box .m-c-content .m-c-list .m-c-t-box p {
    text-align: justify;
  }
}

.m-c-box .m-c-content .m-c-list .m-c-t-box.m-c-article img {
  width: 100%;
}

.m-c-box .m-c-content .m-c-list span {
  color: #A7A1AA;
}

.more-btn-area {
  z-index: 3;
  width: 100%;
  bottom: 0;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 20px;
}

.more-btn-area:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #2171b7;
  z-index: 1;
}

.more-btn-area .m-btn {
  z-index: 2;
  position: absolute;
}

.more-btn-area .m-btn a {
  color: #FFF;
  background: #2171b7;
  height: 42px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 60px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.more-btn-area .m-btn a:hover, .more-btn-area .m-btn a:active {
  background: #DCBC8E;
}

.more-btn-area.noshow {
  display: none;
}

.courseBox {
  padding: 0 0 30px;
}

.courseBox h5 {
  color: #2171b7;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  width: 70%;
  line-height: 34px;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .courseBox h5 {
    width: 85%;
  }
}

.courseBox h5:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #2171b7;
  bottom: 0px;
  left: 50%;
  margin-left: -15px;
}

#courseFull {
  margin: 50px 0 0;
}

#courseFull .advanceArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#courseFull .advanceArea ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  #courseFull .advanceArea ul li {
    width: 100%;
    margin-right: 0;
  }
}

#courseFull .advanceArea ul li:nth-child(2n) {
  margin-right: 0;
}

#courseFull .advanceArea ul li .advance-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 98px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  #courseFull .advanceArea ul li .advance-box {
    min-height: 78px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  #courseFull .advanceArea ul li .advance-box {
    min-height: 68px;
  }
}

#courseFull .advanceArea ul li p {
  padding: 20px;
  text-align: center;
}

.blue-gradient-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3D80EC), to(#65A7F4));
  background-image: linear-gradient(0deg, #3D80EC 0%, #65A7F4 100%);
}

.pink-gradient-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF89BC), to(#FF5079));
  background-image: linear-gradient(180deg, #FF89BC 0%, #FF5079 100%);
}

.green-gradient-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B4EC51), to(#429321));
  background-image: linear-gradient(180deg, #B4EC51 0%, #429321 100%);
}

.green-gradient-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21837D), to(#2AD6C4));
  background-image: linear-gradient(0deg, #21837D 0%, #2AD6C4 100%);
}

.orange-gradient-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FBD249), to(#EA6202));
  background-image: linear-gradient(180deg, #FBD249 0%, #EA6202 100%);
}

.purple-gradient-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5180F5), to(#60049F));
  background-image: linear-gradient(180deg, #5180F5 0%, #60049F 100%);
}

.m-s-box {
  position: relative;
  margin-top: -62.5px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-s-box {
    margin-top: -45px;
    width: 90%;
    padding: 0 15px;
  }
}

.m-bg {
  position: relative;
  min-height: 200px;
  margin-top: -129.5px;
  z-index: -1;
}

.m-bg:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url("../images/tile-black.png") top left;
  opacity: .1;
  z-index: -1;
}

.m-bg:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #FFF;
  z-index: -2;
}

footer {
  background: #000000;
}

footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 75px 0 55px;
}

footer .footer-logo img {
  height: 74px;
  width: auto;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .footer-logo img {
    height: 58px;
  }
}

footer .footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4rem;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  footer .footer-menu-list {
    gap: 2rem;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .footer-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

footer .footer-menu-list li a {
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  color: #FFF;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .footer-menu-list li a {
    font-size: 110%;
    padding: 10px;
  }
}

footer .footer-menu-list li a:hover {
  color: #FF8000;
}

footer .social-icons {
  padding: 20px 0;
}

footer .social-icons .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

footer .social-icons .social-list a {
  opacity: 1;
  width: 42px;
  height: 42px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

footer .social-icons .social-list a img {
  width: 100%;
}

footer .social-icons .social-list a:hover {
  opacity: .5;
}

footer .footer-copyright {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 26px 0;
  color: #FFF;
  font-size: 100%;
}

footer .footer-copyright .copyright {
  font-size: 95%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .footer-copyright .copyright {
    font-size: 78%;
  }
}

footer .footer-copyright .website-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .footer-copyright .website-link {
    gap: 0.5rem;
  }
}

footer .footer-copyright .website-link a {
  padding: 20px 0;
  color: #FFF;
  font-size: 95%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .footer-copyright .website-link a {
    font-size: 78%;
  }
}

footer .footer-copyright .website-link a:hover {
  color: #FF8000;
}

footer .f-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 58px 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .f-list {
    margin: 40px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .f-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0;
  }
}

footer .f-list .f-l-box {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3333%;
}

footer .f-list .f-l-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .f-list .f-l-box {
    padding-right: 40px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .f-list .f-l-box {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 25px;
    margin-bottom: 25px;
    width: 100%;
  }
}

footer .f-list .f-l-box:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
  width: 39%;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  footer .f-list .f-l-box:last-child {
    width: 64%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .f-list .f-l-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 0;
  }
}

footer .f-list .f-l-box .f-l-img {
  padding: 10px;
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  background: #FFF;
  margin-right: 23px;
}

footer .f-list .f-l-box .f-l-img img {
  width: 81px;
}

footer .f-list .f-l-box .f-l-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

footer .f-list .f-l-box .f-l-title span {
  color: #2171b7;
  font-size: 12px;
}

footer .f-list .f-l-box .f-l-content p {
  font-size: 14px;
  font-weight: bold;
}

footer .f-bottom {
  background: #E5E5E5;
  padding: 20px 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .f-bottom {
    padding: 20px 0;
  }
  footer .f-bottom.padding-normal {
    padding: 20px 0;
  }
}

footer .f-bottom .f-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .f-bottom .f-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

footer .f-bottom .f-copyright li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .f-bottom .f-copyright li {
    width: 100%;
  }
}

footer .f-bottom .f-copyright li span {
  margin-left: 20px;
  font-size: 12px;
}

footer .f-bottom .f-copyright li:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .f-bottom .f-copyright li:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .f-bottom .f-copyright li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer .f-bottom .f-copyright li:last-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}

.f-s-text {
  font-size: 12px;
  margin-right: 10px;
}

.share-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.share-area .icon-share-box a {
  padding: 10px 15px;
  opacity: 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.share-area .icon-share-box a:hover, .share-area .icon-share-box a:active {
  opacity: .5;
}

.share-area .icon-share-box:last-child {
  padding-right: 0;
}

.flex, .gap-20, .t-head, .burger-btn, .b-head, .b-head .b-h-input, .b-head .b-h-input p, .b-head .b-h-input p span, .sub-menu .menu-box, .sub-menu .menu-box li, .m-icon, .sub-icon, .f-menu ul, .f-menu ul li, .t-info, .t-info .t-i-l, .t-info .t-i-r, .t-i-t, .t-i-t ul, .t-i-message, .t-i-message span, .menu-modal .modal-body .menu-box, .menu-tab, .menu-tab li, .menu-g-list, .menu-g-list li, .menu-g-list li .game-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .flex-center.flex-justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}

.flex-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-c-between-nowrap {
  display: -webkit-box;
  display: -moz-flex;
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-c-t {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .flex-c-t {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}

.flex-c-t.m-flex-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-c-c {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .flex-c-c {
    margin-bottom: 30px;
  }
}

.flex-d-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.t-head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-btn {
  padding: 15px 20px 10px;
  cursor: pointer;
}

.burger-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19px;
  height: 19px;
  position: relative;
}

.burger-btn .burger-item {
  position: absolute;
  width: 7px;
  height: 7px;
  margin: 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #FFF;
}

.burger-btn .burger-item:nth-child(1) {
  left: 0;
  top: 0;
}

.burger-btn .burger-item:nth-child(2) {
  right: 0;
  top: 0;
}

.burger-btn .burger-item:nth-child(3) {
  bottom: 0;
  left: 0;
}

.burger-btn .burger-item:nth-child(4) {
  bottom: 0;
  right: 0;
}

.burger-btn .burger-item.color-gray-1 {
  color: #E5E5E5;
}

.b-head {
  background: #FFF;
  padding: 8px 3px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-shadow: 0 20px 30px 0 rgba(208, 2, 27, 0.2);
          box-shadow: 0 20px 30px 0 rgba(208, 2, 27, 0.2);
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  margin-top: -31px;
  margin-left: 20px;
  margin-right: 20px;
}

.b-head .b-h-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 0 0 0 15px;
}

.b-head .b-h-input p {
  margin: 0;
  font-size: 13px;
  color: #DCDCDC;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b-head .b-h-input p span {
  font-size: 12px;
  color: #A7A1AA;
  padding: 5px 0 5px 10px;
  border-left: 1px solid #F0F0F0;
  margin-left: 10px;
}

.b-head .b-h-input input {
  height: 38px;
  width: 70%;
  font-size: 20px;
  font-weight: bold;
  border: 0;
}

.btn-style-1 {
  width: 70%;
  font-size: 14px;
  padding: 9px 0;
  margin: 0 0 0 5px;
  text-align: center;
  color: #FFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fbd249), to(#f5a623));
  background-image: linear-gradient(to left, #fbd249, #f5a623);
  border: 0;
}

.btn-style-2 {
  width: 30%;
  font-size: 14px;
  padding: 9px 0;
  margin: 0 5px;
  text-align: center;
  color: #FFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  background-image: -webkit-gradient(linear, right top, left top, from(#d0021b), to(#ff003c));
  background-image: linear-gradient(to left, #d0021b, #ff003c);
  border: 0;
}

.btn-style-2 img {
  margin-right: 5px;
}

.sub-menu {
  background: #FFF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}

.sub-menu .menu-box {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sub-menu .menu-box li {
  width: 33.3333%;
  padding: 10px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.sub-menu .menu-box li p {
  font-size: 13px;
  font-weight: bold;
}

.sub-menu .menu-box li span {
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  font-weight: bold;
  color: #E15516;
  -webkit-animation: lightShine 1s  infinite linear;
          animation: lightShine 1s  infinite linear;
}

.sub-menu .menu-box li span.color-yellow-1 {
  color: #F5A623;
}

@-webkit-keyframes lightShine {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lightShine {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.m-icon {
  min-width: 40px;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.sub-icon {
  width: 100%;
  min-height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-1 {
  background-image: -webkit-gradient(linear, right top, left top, from(#fbd249), to(#f5a623));
  background-image: linear-gradient(to left, #fbd249, #f5a623);
}

.color-2 {
  background-image: -webkit-gradient(linear, right top, left top, from(#8cdc00), to(#38c100));
  background-image: linear-gradient(to left, #8cdc00, #38c100);
}

.color-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#af0177), to(#ff00aa));
  background-image: linear-gradient(to right, #af0177, #ff00aa);
}

.color-4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#6823ae), to(#c05aff));
  background-image: linear-gradient(to right, #6823ae, #c05aff);
}

.border-1 {
  border-right: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}

.border-2 {
  border-bottom: 1px solid #F0F0F0;
}

.border-3 {
  border-right: 1px solid #F0F0F0;
}

.f-menu {
  margin-top: -9px;
}

.f-menu ul {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.f-menu ul li {
  width: 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  cursor: pointer;
}

.f-menu ul li p {
  font-size: 14px;
  color: #DCDCDC;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 2px 0 0 0;
  margin: 0;
}

.f-menu ul li.active .f-icon {
  -webkit-box-shadow: 0 5px 10px 0 rgba(208, 2, 27, 0.2);
          box-shadow: 0 5px 10px 0 rgba(208, 2, 27, 0.2);
}

.f-menu ul li.active .f-icon.icon-home {
  background: url(../assets/images/icon-home-w.svg) center center no-repeat, -webkit-gradient(linear, right top, left top, from(#d0021b), to(#ff003c));
  background: url(../assets/images/icon-home-w.svg) center center no-repeat, linear-gradient(to left, #d0021b, #ff003c);
}

.f-menu ul li.active .f-icon.icon-wallet {
  background: url(../assets/images/icon-wallet-w.svg) center center no-repeat, -webkit-gradient(linear, right top, left top, from(#d0021b), to(#ff003c));
  background: url(../assets/images/icon-wallet-w.svg) center center no-repeat, linear-gradient(to left, #d0021b, #ff003c);
}

.f-menu ul li.active .f-icon.icon-deposit {
  background: url(../assets/images/icon-deposit-w.svg) center center no-repeat, -webkit-gradient(linear, right top, left top, from(#d0021b), to(#ff003c));
  background: url(../assets/images/icon-deposit-w.svg) center center no-repeat, linear-gradient(to left, #d0021b, #ff003c);
}

.f-menu ul li.active .f-icon.icon-chat {
  background: url(../assets/images/icon-chat-w.svg) center center no-repeat, -webkit-gradient(linear, right top, left top, from(#d0021b), to(#ff003c));
  background: url(../assets/images/icon-chat-w.svg) center center no-repeat, linear-gradient(to left, #d0021b, #ff003c);
}

.f-menu ul li.active .f-icon.icon-members {
  background: url(../assets/images/icon-members-w.svg) center center no-repeat, -webkit-gradient(linear, right top, left top, from(#d0021b), to(#ff003c));
  background: url(../assets/images/icon-members-w.svg) center center no-repeat, linear-gradient(to left, #d0021b, #ff003c);
}

.f-icon {
  min-width: 42px;
  min-height: 42px;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  background-image: rgba(255, 255, 255, 0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.f-icon.icon-home {
  background: url(../assets/images/icon-home-g.svg) bottom center no-repeat;
}

.f-icon.icon-wallet {
  background: url(../assets/images/icon-wallet-g.svg) bottom center no-repeat;
}

.f-icon.icon-deposit {
  background: url(../assets/images/icon-deposit-g.svg) bottom center no-repeat;
}

.f-icon.icon-chat {
  background: url(../assets/images/icon-chat-g.svg) bottom center no-repeat;
}

.f-icon.icon-members {
  background: url(../assets/images/icon-members-g.svg) bottom center no-repeat;
}

.alert {
  position: absolute;
  z-index: 99991;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 7%;
}

.show {
  overflow: hidden;
}

@-webkit-keyframes antop {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-50%, 0);
            transform: translateY(-50%, 0);
  }
}

@keyframes antop {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(-50%, 0);
            transform: translateY(-50%, 0);
  }
}

.btn-refresh {
  min-width: 38px;
  min-height: 38px;
  width: 38px;
  background: url(../assets/images/icon-refresh-w.svg) center center no-repeat, -webkit-gradient(linear, right top, left top, from(#d0021b), to(#ff003c));
  background: url(../assets/images/icon-refresh-w.svg) center center no-repeat, linear-gradient(to left, #d0021b, #ff003c);
}

.t-info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 30px 1px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.t-info .t-i-l {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.t-info .t-i-r {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.t-i-m {
  min-width: 30px;
  min-height: 30px;
  margin-right: 10px;
  background: #FFF url(../assets/images/icon-members-g.svg) center center no-repeat;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  background-size: 14px;
}

.t-i-t {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.t-i-t h5 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  margin: 0;
}

.t-i-t ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-top: 2px;
}

.t-i-t ul li {
  line-height: inherit;
  margin-right: 2px;
  opacity: 0.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-i-t ul li.active {
  opacity: 1;
}

.t-i-message {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  cursor: pointer;
}

.t-i-message img {
  height: 18px;
}

.t-i-message span {
  position: relative;
  z-index: 2;
  min-width: 22px;
  min-height: 22px;
  color: #FFF;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 0 0 3px;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fbd249), to(#f5a623));
  background-image: linear-gradient(to left, #fbd249, #f5a623);
}

.t-i-message span sup {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-left: -1px;
  top: -0.3em;
}

.menu-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 0;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#23272E));
  background-image: linear-gradient(90deg, #000000 0%, #23272E 100%);
  -webkit-animation-name: menu_show;
  -webkit-animation-duration: 0.4s;
  animation-name: menu_show;
  animation-duration: 0.4s;
}

.menu-modal.hide {
  -webkit-animation-name: menu_hide;
  -webkit-animation-duration: 0.4s;
  animation-name: menu_hide;
  animation-duration: 0.4s;
}

.menu-modal .modal-content {
  position: relative;
  margin: auto;
  width: 100%;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  background: transparent;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .menu-modal .modal-content {
    width: 72%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .menu-modal .modal-content {
    width: 100%;
  }
}

.menu-modal .modal-header {
  padding: 20px;
}

.menu-modal .modal-header h2 {
  font-size: 36px;
  font-weight: bold;
}

.menu-modal .modal-body {
  padding: 40px 20px 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .menu-modal .modal-body {
    padding: 40px 20px 0 80px;
  }
}

.menu-modal .modal-body .menu-box {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.menu-modal .modal-body .menu-box li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.menu-modal .modal-body .menu-box li:nth-child(2n) {
  margin-right: 0;
}

.menu-modal .modal-body .menu-box li .m-icon {
  min-width: inherit;
  min-height: inherit;
  width: 100%;
  padding: 27px 0 10px;
}

.menu-modal .modal-body .menu-box li .m-icon img {
  height: 32px;
}

.menu-modal .modal-body .menu-box li .m-text {
  padding: 0 0 23px 0;
}

.menu-modal .modal-body .menu-box li .m-text h6 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

.menu-modal .modal-body .menu-box li .m-text p {
  color: #FFF;
}

.menu-modal .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.menu-modal .btn-close img {
  width: 14px;
}

.menu-modal .btn-close .burger-item {
  background: #A7A1AA;
}

.menu-modal .blue-logo {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 50px;
}

.menu-modal .blue-logo img.m-logo-b {
  height: 32px;
}

.menu-modal .blue-logo img.m-text-b {
  height: 24px;
  margin-left: 10px;
}

.modal-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.modal-logo img {
  height: 60px;
}

.modal-lang {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  border-top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#CBB37F), to(#977D52));
  background-image: linear-gradient(90deg, #CBB37F 0%, #977D52 100%);
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .modal-footer {
    position: relative;
    bottom: initial;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .modal-footer {
    position: relative;
    bottom: initial;
  }
}

.modal-footer .modal-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.modal-footer .modal-footer-content .f-s-text {
  color: #FFF;
}

.close-area {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 62px;
  margin-top: -20px;
  top: 50%;
  text-align: left;
  z-index: 3;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .close-area {
    left: 20px;
    position: fixed;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .close-area {
    left: 20px;
    position: fixed;
  }
}

.close-box {
  position: relative;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.close-box:before, .close-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #DCBC8E;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.close-box:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.close-box:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.close-box:hover:before, .close-box:active:before {
  top: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.close-box:hover:after, .close-box:active:after {
  bottom: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.modal-menu {
  position: relative;
  margin: 30px auto;
}

.modal-menu .j-menu-panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.modal-menu .j-menu-panel .panel-heading {
  background: transparent;
  color: #FFF;
  font-size: 20px;
  border: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.modal-menu .j-menu-panel .panel-heading .panel-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #DCBC8E;
  font-size: 20px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.modal-menu .j-menu-panel .panel-heading .panel-title a .icon-arrow {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 5px;
  background: url("../images/icon-arrow-brown.svg") center center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.modal-menu .j-menu-panel .panel-heading .panel-title a:hover .icon-arrow, .modal-menu .j-menu-panel .panel-heading .panel-title a:active .icon-arrow {
  background: url("../images/icon-arrow-brown.svg") center center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-menu .j-menu-panel .panel-heading .panel-title a.collapsed {
  color: #FFF;
  font-size: 20px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.modal-menu .j-menu-panel .panel-heading .panel-title a.collapsed .icon-arrow {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 5px;
  background: url("../images/icon-arrow-white.svg") center center no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.modal-menu .j-menu-panel .panel-heading .panel-title a.collapsed:hover, .modal-menu .j-menu-panel .panel-heading .panel-title a.collapsed:active {
  color: #DCBC8E;
}

.modal-menu .j-menu-panel .panel-heading .panel-title a.collapsed:hover .icon-arrow, .modal-menu .j-menu-panel .panel-heading .panel-title a.collapsed:active .icon-arrow {
  background: url("../images/icon-arrow-brown.svg") center center no-repeat;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.panel-body {
  border: 0;
  padding: 0 15px 15px;
}

.mobile-show {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .mobile-show {
    display: block;
    background: #2171b7;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    z-index: 98;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Add Animation */
@-webkit-keyframes menu_show {
  from {
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu_show {
  from {
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes menu_hide {
  from {
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes menu_hide {
  0% {
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    display: none;
  }
}

.yellow-shadow-1 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(248, 188, 55, 0.3);
          box-shadow: 0 20px 30px 0 rgba(248, 188, 55, 0.3);
}

.green-shadow-1 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(102, 208, 0, 0.3);
          box-shadow: 0 20px 30px 0 rgba(102, 208, 0, 0.3);
}

.pink-shadow-1 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(211, 0, 142, 0.3);
          box-shadow: 0 20px 30px 0 rgba(211, 0, 142, 0.3);
}

.purple-shadow-1 {
  -webkit-box-shadow: 0 20px 30px 0 rgba(145, 61, 212, 0.3);
          box-shadow: 0 20px 30px 0 rgba(145, 61, 212, 0.3);
}

.menu-tab {
  margin-top: 5px;
  border: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.menu-tab li {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: initial;
  margin: 0;
}

.menu-tab li a {
  padding: 15px 0;
  background: transparent;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #3D3D3D;
  margin-right: 0;
  line-height: normal;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.menu-tab li.active a, .menu-tab li.active a:focus, .menu-tab li.active a:hover {
  background: transparent;
  color: #2171b7;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: inset 0 -3px 0 0 #2171b7;
          box-shadow: inset 0 -3px 0 0 #2171b7;
}

.menu-g-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}

.menu-g-list li {
  width: 25%;
  padding: 0 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-g-list li .game-item {
  position: relative;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 54px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  background: #A7A1AA;
}

.menu-g-list li .game-item img {
  position: absolute;
  height: 54px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-g-list li p {
  font-size: 13px;
  color: #DCDCDC;
  text-align: center;
  width: 100%;
  margin: 6px 0;
}

.t-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 9999;
}

.t-menu .main-menu {
  position: initial;
  left: 0;
  width: 40%;
}

.t-menu .main-menu .menu-box {
  width: 40px;
  height: 40px;
}

.t-menu .top-right {
  min-width: 40%;
}

.s-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.back-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #FFF;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.back-btn a:before {
  content: '';
  background: url("../images/icon-back-white.svg") center center no-repeat;
  width: 32px;
  height: 14px;
  margin-right: 10px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.back-btn a:hover, .back-btn a:active {
  color: #DCBC8E;
}

.back-btn a:hover:before, .back-btn a:active:before {
  background: url("../images/icon-back-brown.svg") center center no-repeat;
}

.tech-top-area {
  left: auto;
  right: auto;
  width: 90%;
  text-align: center;
  z-index: 5;
}

.tech-top-area .t-t-box {
  padding-left: 0;
}

.tech-top-area .t-t-box .t-t-content ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tech-top-area .t-t-box .t-t-content ul:before {
  display: none;
}

.tech-top-area .t-t-box .t-t-content ul li a {
  padding: 10px 20px;
}

.tech-top-area h4 {
  font-size: 20px;
  font-weight: 100;
  text-transform: uppercase;
  color: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .tech-top-area h4 {
    font-size: 20px;
  }
}

.tech-top-area h1 {
  font-size: 64px;
  font-weight: bold;
  color: #FFF;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .tech-top-area h1 {
    font-size: 54px;
    margin: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .tech-top-area h1 {
    font-size: 36px;
    margin: 0;
  }
}

.tech-bg-blur {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: blur(8px);
  filter: blur(10px);
  z-index: 1;
  opacity: .1;
}

.t-m-c-area {
  padding-top: 0;
}

.t-m-c-area:after {
  height: 300px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .t-m-c-area:after {
    height: 185px;
  }
}

#techArea {
  margin-top: -80px;
}

#techArea.sortArea {
  margin-top: -60px;
}

#mlArea {
  padding-top: 0px;
}

.research-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .research-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.research-area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.research-area li:last-child {
  margin-right: 0%;
}

.research-area li a {
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background: #FFF;
  box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.research-area li a h4 {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  margin: 0;
  text-align: left;
}

.research-area li a h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.research-area li a p {
  font-size: 14px !important;
  text-align: left !important;
  line-height: 22px !important;
}

.research-area li a p.up-line {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .research-area li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.research-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 20px;
}

.research-img img {
  width: 100%;
}

.resource-area li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resource-area li {
    margin-bottom: 40px;
  }
}

.resource-area li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resource-area li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.resource-area li a .resource-img {
  padding: 20px;
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  margin-right: 40px;
  background: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resource-area li a .resource-img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .resource-area li a .resource-img img {
    width: 100%;
  }
}

.resource-area li a .resource-content {
  text-align: left;
}

.resource-area li a .resource-content h5 {
  font-weight: bold;
}

.resource-area li:nth-child(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resource-area li:nth-child(2n) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.resource-area li:nth-child(2n) a .resource-img {
  margin-left: 40px;
  margin-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .resource-area li:nth-child(2n) a .resource-img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.articleDate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.articleDate ul.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.articleDate ul li {
  width: auto;
  font-size: 14px;
  margin: 0;
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 0;
}

.articleDate ul li:nth-child(1) {
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.articleDate ul li:nth-child(2) {
  padding-left: 15px;
}

.contact-form {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 50px 200px;
  background: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .contact-form {
    padding: 20px;
  }
}

.form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-area li {
  width: 100%;
  padding: 10px 20px;
}

.helfcenter p {
  width: 66%;
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .helfcenter p {
    width: 100%;
    line-height: 28px !important;
  }
}

.btn-area {
  position: relative;
  margin: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.btn-send {
  width: 160px;
  text-align: center;
  border: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2171b7;
  color: #FFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .btn-send {
    width: 100%;
  }
}

.btn-send:hover, .btn-send:active {
  background: #00334c;
}

.font16px {
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}

.white-bg {
  background: #FFF;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .white-bg {
    padding: 30px;
  }
}

.m-input-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

.m-input-box label img {
  margin-right: 10px;
}

.m-input-box ul li {
  margin-bottom: 25px;
}

.input-type-1 {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.m-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-btn-area .blue-btn {
  width: 50%;
  background: #2171b7;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  border: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  padding: 15px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-btn-area .blue-btn {
    width: 100%;
  }
}

.m-btn-area .blue-btn:hover, .m-btn-area .blue-btn:focus {
  background: #00334c;
}

.m-btn-area .blue-btn.width-100 {
  width: 100%;
}

.forgot-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.forgot-btn a {
  color: #2171b7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .forgot-btn a {
    padding: 15px;
  }
}

.forgot-btn a:hover, .forgot-btn a:focus {
  color: #00334c;
}

.forgot-btn a img {
  width: 22px;
  margin-right: 10px;
}

.other-login-way {
  margin-bottom: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .other-login-way {
    margin-bottom: 10px;
  }
}

.other-login-way.margin-b-80 {
  margin-bottom: 80px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .other-login-way.margin-b-80 {
    margin-bottom: 40px;
  }
}

.login-way-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 40px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .login-way-title {
    margin: 30px 0 20px;
  }
}

.login-way-title.margin-t-0 {
  margin: 0 0 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .login-way-title.margin-t-0 {
    margin: 0 0 20px;
  }
}

.login-way-title span {
  font-size: 24px;
  color: #3D3D3D;
  z-index: 2;
  padding: 20px;
  background: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .login-way-title span {
    padding: 10px;
  }
}

.login-way-title span.padding-b-10 {
  padding-bottom: 10px;
}

.login-way-title span.s-title {
  font-size: 14px;
  color: #3D3D3D;
  padding: 0;
}

.login-way-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .login-way-title:after {
    position: relative;
  }
}

.way-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.way-list ul li {
  width: 49%;
}

.way-list ul li a {
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  background: #325595;
}

.way-list ul li:first-child a {
  background: #25B6E6;
}

.flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .flex-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.radio {
  margin-right: 20px !important;
  margin-left: 5px;
}

.width-49 {
  width: 48%;
  margin-right: 4%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .width-49 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.width-50 {
  width: 48%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .width-50 {
    width: 100%;
    margin-right: 0;
  }
}

.radio input[type=radio] {
  width: 20px;
  height: 20px;
  margin-left: -25px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: 10px;
}

.tw-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .tw-selector {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tw-selector .form-group {
  width: 32%;
  margin-right: 2%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .tw-selector .form-group {
    width: 100%;
    margin-right: 0;
  }
}

.tw-selector .form-group:last-child {
  margin-right: 0;
}

.tw-selector .form-group .form-control {
  height: 40px;
}

.form-control {
  border: 0;
  border-right: 10px solid transparent;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1), -1px -1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1), -1px -1px 0 0 rgba(0, 0, 0, 0.1);
}

.h-ms-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-ms-box a.header-ms {
  color: #FFF;
  text-decoration: underline;
  text-align: right;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.h-ms-box a i.icon-logout {
  width: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
  margin-left: 10px;
  background-image: url("../images/icon-logout.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .h-ms-box a i.icon-logout {
    width: 32px;
    height: 32px;
  }
}

.h-ms-box a:hover.header-ms, .h-ms-box a:focus.header-ms {
  color: #DCBC8E;
  text-decoration: underline;
}

.h-ms-box a:hover i.icon-logout, .h-ms-box a:focus i.icon-logout {
  background-position: 0 -24px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .h-ms-box a:hover i.icon-logout, .h-ms-box a:focus i.icon-logout {
    background-position: 0 -32px;
  }
}

.h-ms-box.t-menu a.header-ms {
  color: #2171b7;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.h-ms-box.t-menu a i.icon-logout {
  background-position: 0 -48px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .h-ms-box.t-menu a i.icon-logout {
    background-position: 0 -64px;
  }
}

.h-ms-box.t-menu a:hover.header-ms, .h-ms-box.t-menu a:focus.header-ms {
  color: #DCBC8E;
  text-decoration: underline;
}

.h-ms-box.t-menu a:hover i.icon-logout, .h-ms-box.t-menu a:focus i.icon-logout {
  background-position: 0 -24px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .h-ms-box.t-menu a:hover i.icon-logout, .h-ms-box.t-menu a:focus i.icon-logout {
    background-position: 0 -32px;
  }
}

.lan-area {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .lan-area {
    margin: 0;
  }
}

.in-news-area {
  position: relative;
  width: 100%;
  background: url("../images/in-news-bg2.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0  60px 10%;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .in-news-area {
    padding: 80px 0  60px 10%;
  }
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .in-news-area {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .in-news-area {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.slick-prev {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/arrow-prev.svg");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  font-size: 0;
  color: transparent;
  line-height: 0;
  border: 0;
  outline: 0;
  position: absolute;
  z-index: 10;
  margin-left: -26px;
  top: 104px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .slick-prev {
    width: 42px;
    height: 42px;
    margin-left: -21px;
    top: 34px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .slick-prev {
    width: 42px;
    height: 42px;
    margin-left: -21px;
    top: 67px;
  }
}

.slick-prev:hover, .slick-prev:active {
  background-color: #E5E5E5;
}

.slick-next {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../images/arrow-next.svg");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  font-size: 0;
  color: transparent;
  line-height: 0;
  border: 0;
  outline: 0;
  position: absolute;
  z-index: 10;
  margin-left: -26px;
  top: 161px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .slick-next {
    width: 42px;
    height: 42px;
    margin-left: -21px;
    top: 82px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .slick-next {
    width: 42px;
    height: 42px;
    margin-left: -21px;
    top: 115px;
  }
}

.slick-next:hover, .slick-next:active {
  background-color: #E5E5E5;
}

.in-news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 62px 110px 30px 0;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .in-news-title {
    padding: 30px 110px 30px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .in-news-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 30px;
  }
}

.in-news-title h4 {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #2171b7;
  font-size: 64px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.in-news-title h4 span {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  display: block;
}

.in-news-title h5 {
  font-size: 32px;
  color: #2171b7;
  font-weight: bold;
  margin-top: 0;
  line-height: normal;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .slick-slider {
    padding-left: 10%;
  }
}

.wh-img-box {
  width: 100%;
  margin: 20px 0;
}

.wh-img-box img {
  width: 100%;
}

.wh-img-box span {
  font-size: 14px;
  color: #DCDCDC;
  padding: 15px 0 20px 0;
  text-align: center;
  width: 100%;
  display: block;
}

.wh-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wh-subtitle h4 {
  font-weight: bold;
  color: #2171b7;
  text-align: center;
}

.wh-subtitle h5 {
  color: #3D3D3D;
  font-weight: bolder;
  text-align: center;
  margin: 20px 0 30px;
}

.wh-subtitle h6 {
  color: #2171b7;
  font-weight: 400;
  margin: 0 0 20px;
}

.wh-two-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .wh-two-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .wh-two-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.wh-two-box p {
  width: 60%;
  padding-right: 30px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .wh-two-box p {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .wh-two-box p {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.wh-two-box .r-img {
  width: 40%;
  padding-left: 30px;
  margin-top: 10px;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .wh-two-box .r-img {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .wh-two-box .r-img {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
  }
}

.wh-two-box .r-img img {
  width: 100%;
}

.wh-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wh-list-1 li {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  margin-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .wh-list-1 li {
    margin-bottom: 0;
  }
}

.wh-list-1 li:nth-child(odd) {
  width: 25%;
  min-width: 25%;
  padding-right: 40px;
  font-size: 18px;
  font-weight: bolder;
  color: #2171b7;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .wh-list-1 li:nth-child(odd) {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.wh-list-1 li:nth-child(even) {
  width: 75%;
  min-width: 75%;
  padding-left: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .wh-list-1 li:nth-child(even) {
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}

.pub-content {
  text-align: left;
}

.pub-content h5 {
  font-weight: bold;
  margin-top: 0;
}

.pub-content h5 span {
  font-size: 18px;
  font-weight: normal;
}

.pub-content p {
  text-align: justify;
}

.pub-content p i {
  font-style: italic;
}

.pub-content p b {
  font-weight: bolder;
  font-size: 16px;
}

.pub-area li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .pub-area li {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pub-area li .pub-img {
  min-width: 250px;
  padding: 20px;
  box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.1);
  margin-right: 40px;
  background: #FFF;
}

.pub-area li .pub-img img {
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .pub-area li .pub-img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

.pub-area li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .pub-area li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pub-area li:nth-child(2n) .pub-img {
  margin-left: 40px;
  margin-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .pub-area li:nth-child(2n) .pub-img {
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.wh-list-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.wh-list-2 p {
  margin: 0 20px 0 0;
  font-weight: bold;
  font-size: 16px;
}

.m-c-box .swiper-slide {
  background: transparent;
}

.ml-container {
  overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .ml-container {
    margin: 20px;
  }
}

.ml-container .news-img {
  position: relative;
}

.ml-container .news-img h6 {
  position: absolute;
  background: rgba(181, 145, 92, 0.9);
  padding: 10px 10px;
  right: 10px;
  top: 10px;
  margin: 0;
  color: #FFF;
}

.ml-container .news-content h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
}

.ml-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

.ml-top.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5px;
}

.ml-top a.link-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #2171b7;
  padding: 10px 0;
}

.ml-top a.link-more i {
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.ml-top a.link-more i img {
  width: 100%;
}

.ml-top a:hover, .ml-top a:focus {
  color: #2171b7;
}

.ml-title {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ml-title .ml-icon {
  width: 22px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ml-title .ml-icon img {
  width: 100%;
}

.ml-title.b-title {
  font-size: 36px;
}

.ml-title.b-title .ml-icon {
  width: 32px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .ml-title.b-title {
    font-size: 24px;
  }
  .ml-title.b-title .ml-icon {
    width: 22px;
    margin-right: 8px;
  }
}

.white-bg .swiper-pagination {
  position: relative;
}

.white-bg .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
}

.white-bg .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #B5915C;
  width: 24px;
}

.white-bg .swiper-button-next, .white-bg .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.white-bg .swiper-button-next {
  right: -20px;
}

.white-bg .swiper-button-prev {
  left: -20px;
}

.white-bg .swiper-button-next:after, .white-bg .swiper-button-prev:after {
  font-size: 18px;
  color: #F0F0F0;
}

.ml-c-box {
  margin-bottom: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .ml-c-box {
    margin-bottom: 30px;
  }
}

.ml-c-box:last-child {
  margin-bottom: 0;
}

.class-list {
  width: 100%;
}

.class-list table {
  width: 100%;
}

.class-list table thead {
  width: 100%;
}

.class-list table thead tr {
  background: #DCBC8E;
}

.class-list table thead tr td {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px solid #E4E5E5;
  padding: 15px 20px;
  text-align: center;
}

.class-list table thead tr td:last-child {
  border-right: 0px;
}

.class-list table tbody {
  width: 100%;
}

.class-list table tbody tr {
  background: #FFF;
}

.class-list table tbody tr td {
  font-size: 14px;
  border-right: 1px solid #E4E5E5;
  border-bottom: 1px solid #E4E5E5;
  padding: 12px 15px;
  text-align: center;
}

.class-list table tbody tr td:last-child {
  border-right: 0px;
}

.m-c-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0;
}

.m-c-subtitle.t-m-c-subtitle {
  margin-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-subtitle {
    margin: 50px 0 20px;
  }
}

.m-c-subtitle h4 {
  padding-bottom: 20px;
  position: relative;
  color: #48347C;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-c-subtitle h4 {
    font-size: 28px;
  }
}

.m-c-subtitle h4:after {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #48347C;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.courseBox {
  padding: 0 0 30px;
}

.courseBox h5 {
  color: #48347C;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
  width: 70%;
  line-height: 34px;
  margin: 0 auto 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .courseBox h5 {
    width: 85%;
  }
}

.courseBox h5:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #48347C;
  bottom: 0px;
  left: 50%;
  margin-left: -15px;
}

.advanceArea h5 {
  text-align: center;
  margin-bottom: 25px;
}

.advanceArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.advanceArea ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .advanceArea ul li {
    width: 100%;
    margin-right: 0;
  }
}

.advanceArea ul li:nth-child(2n) {
  margin-right: 0;
}

.advanceArea ul li .advance-box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 98px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
}

@media only screen and (min-height: 320px) and (max-height: 430px) {
  .advanceArea ul li .advance-box {
    min-height: 78px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .advanceArea ul li .advance-box {
    min-height: 68px;
  }
}

.advanceArea ul li p {
  padding: 20px;
  text-align: center;
}

.m-teacher-list .teacher-box ul li {
  background: #FFF;
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 40px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-teacher-list .teacher-box ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px;
    margin-bottom: 20px;
  }
}

.m-teacher-list .teacher-box ul li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  width: auto !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-teacher-list .teacher-box ul li img {
    width: 100%;
    height: auto;
  }
}

.m-teacher-list .teacher-box ul li .teacher-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-teacher-list .teacher-box ul li .teacher-details {
    margin-left: 0;
  }
}

.m-teacher-list .teacher-box ul li .teacher-details h5 {
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-teacher-list .teacher-box ul li .teacher-details h5 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.m-teacher-list .teacher-box ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-teacher-list .teacher-box ul li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m-teacher-list .teacher-box ul li:nth-child(even) .teacher-details {
  margin-left: 0px;
  margin-right: 60px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-teacher-list .teacher-box ul li:nth-child(even) .teacher-details {
    margin-left: 0;
    margin-right: 0;
  }
}

.m-line-box {
  margin: 50px auto;
  width: 100%;
  height: 30px;
  background: url(../images/tile-black.png) repeat;
  opacity: 0.2;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-line-box {
    margin: 30px auto;
  }
}

.m-line-box-1 {
  margin: 25px auto;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0.1;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-line-box-1 {
    margin: 25px auto;
  }
}

.class-match h5 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .class-match h5 {
    font-size: 20px;
    font-weight: bold;
  }
}

.class-match ul.match-box {
  margin-bottom: 40px;
}

.class-match ul.match-box li {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  margin-bottom: 10px;
}

.class-match ul.match-box li span {
  padding: 20px;
  border-right: 1px solid #F0F0F0;
  font-weight: bold;
  font-size: 16px;
  max-width: 75px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .class-match ul.match-box li span {
    padding: 15px;
    max-width: 64px;
  }
}

.class-match ul.match-box li p {
  padding: 15px 20px;
  margin: 0;
}

.class-match ul.match-box li p.p-box {
  padding: 20px;
  border-right: 1px solid #F0F0F0;
  font-weight: bold;
  font-size: 16px;
}

.class-match ul.match-box.mb-0 {
  margin-bottom: 0;
}

.class-match .class-way {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  padding: 40px;
  margin-bottom: 40px;
}

.class-match .class-way b {
  font-size: 16px;
  margin-top: 10px;
  display: block;
}

.class-match .class-way ul {
  list-style-type: disc;
  margin: 5px 20px 20px;
}

.class-match .class-way ul li {
  margin-bottom: 10px;
}

.class-match .class-way ul li:last-child {
  margin-bottom: 0;
}

.c-img-box img {
  width: 100%;
}

.c-img-box p.t-center {
  font-size: 13px;
  background: #F0F0F0;
  color: #FFF;
  padding: 10px;
  text-align: center !important;
  margin: 0;
}

.c-img-1 {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.c-img-1 img {
  width: 100%;
}

.prize-list {
  margin-bottom: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .prize-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .prize-list thead {
    width: 50%;
  }
}

.prize-list thead tr {
  background: #DCBC8E;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .prize-list thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.prize-list thead tr td {
  width: 20%;
  padding: 30px 15px;
  text-align: center;
  border-right: 1px solid #E4E5E5;
  color: #FFF;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .prize-list thead tr td {
    width: 100%;
    border-bottom: 1px solid #E4E5E5;
    padding: 10px;
    min-height: 110px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .prize-list tbody {
    width: 50%;
  }
}

.prize-list tbody tr {
  background: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .prize-list tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.prize-list tbody tr td {
  padding: 20px 15px;
  text-align: center;
  border-right: 1px solid #E4E5E5;
  font-size: 18px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .prize-list tbody tr td {
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #E4E5E5;
    padding: 10px;
    font-size: 14px;
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.class-info ul {
  list-style-type: disc;
  margin: 5px 20px 20px;
}

.class-info ul li {
  margin-bottom: 10px;
}

.note {
  width: 50%;
  margin: 30px auto;
  font-size: 16px;
  font-weight: bold;
  background: #FFF;
  padding: 12px;
  border-radius: 30px;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .note {
    width: 100%;
  }
}

.link-btn {
  margin-top: 20px;
  width: 240px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .link-btn {
    width: 100%;
  }
}

.link-btn a {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  text-align: center;
  color: #DCBC8E;
  border: 1px solid #DCBC8E;
  background: #FFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.link-btn a:hover, .link-btn a:focus {
  border: 1px solid #B5915C;
  color: #B5915C;
}

.download-btn {
  width: 30%;
  min-width: 300px;
  margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .download-btn {
    width: 100%;
  }
}

.download-btn a {
  width: 100%;
  background: #DCBC8E;
  border-radius: 50px;
  color: #FFF;
  padding: 15px 20px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .download-btn a {
    width: 100%;
    min-width: 100%;
  }
}

.download-btn a:hover, .download-btn a:focus {
  background: #B5915C;
}

h3.margint-30 {
  margin-top: -25px !important;
}

.m-class-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-class-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-class-list ul li {
  padding: 2px 20px;
  text-align: left;
  border-left: 1px solid #B5915C;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.m-class-list ul li:nth-child(1), .m-class-list ul li:nth-child(2) {
  width: 33%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-class-list ul li:nth-child(1), .m-class-list ul li:nth-child(2) {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-class-list ul li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    border-left: 0;
  }
}

.m-class-list ul li span {
  width: 100%;
  color: #B5915C;
  margin-bottom: 10px;
  font-size: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-class-list ul li span {
    margin-bottom: 8px;
  }
}

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

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .text-center {
    text-align: left;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .text-center.m-t-center {
    text-align: center;
  }
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-24 {
  font-size: 24px;
}

.pb-20 {
  padding-bottom: 10px;
}

.margin-0 {
  font-weight: bold;
  margin: 0 0 30px;
}

.margin-30-0 {
  margin: 30px 0;
}

.margin-30-0-0 {
  margin: 30px 0 0;
}

.registration-form .form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.registration-form .form-area li {
  width: 50%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .registration-form .form-area li {
    width: 100%;
    padding: 10px 0;
  }
}

.registration-form .form-area li.width-100 {
  width: 100%;
}

.color-red {
  color: #E15516;
}

.btn-list {
  height: 38px;
  width: 100%;
  background: #E15516;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  border: 0;
}

.flex-column-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .flex-column.case-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
  }
}

.registration-list {
  background: #F7F8FB;
  border-radius: 8px;
  padding: 20px;
}

.img-success {
  width: 10vw;
  padding: 20px;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .img-success {
    width: 24vw;
  }
}

.success-text {
  text-align: center;
  padding: 0 20px 20px;
  width: 67%;
  position: relative;
  margin: auto;
  font-size: 16px;
  line-height: 150%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .success-text {
    width: 100%;
  }
}

.xs-text {
  font-size: 90%;
}

.s-text {
  font-size: 100%;
}

.m-text {
  font-size: 320%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .m-text {
    font-size: 160%;
  }
}

.b-text {
  font-size: 420%;
}

.hurge-text {
  font-size: 1200%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .hurge-text {
    font-size: 900%;
  }
}
/*# sourceMappingURL=style.css.map */