@-webkit-keyframes flash {
  from {
    transform: translate3d(-100%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes flash {
  from {
    transform: translate3d(-100%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (width: 1280px) and (height: 758px) {

  #nav-load,
  .service-header,
  .ht-logo,
  .breadcrumb-box,
  .event-section .nav-tabs,
  #sidebar,
  .pagination-box,
  .search-box,
  #ft {
    display: none !important;
  }
}

.card-label {
  content: "";
  background: transparent url(https://landing.mangot5.com/template/ge/web/images/new-event.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 43.5px;
  height: 45.5px;
  z-index: 66;
  text-indent: -99999em;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  align-items: center;
  border-radius: 0;
  padding: 10px 0;
}

@media (max-width: 575px) {
  .breadcrumb {
    padding: 6px 0;
  }
}

.breadcrumb li:first-child a {
  position: relative;
  font-size: 0;
  display: block;
  padding: 4px;
}

.breadcrumb li:first-child a::before {
  background: transparent url(https://landing.mangot5.com/template/gj/web/images/icon.png) no-repeat 0 -170px;
  width: 17px;
  height: 15px;
  content: "";
  display: inline-block;
}

.breadcrumb-box {
  background: #272727;
}

.breadcrumb-item {
  font-size: 15px;
}

@media (max-width: 575px) {
  .breadcrumb-item {
    font-size: 12px;
  }
}

.breadcrumb-item a {
  color: #fff;
  font-size: 15px;
}

@media (max-width: 575px) {
  .breadcrumb-item a {
    font-size: 12px;
  }
}

.breadcrumb-item.active {
  color: #FAD36D;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.service-tit {
  font-size: 36px;
  color: #fff;
  position: relative;
  text-align: center;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.9));
}

@media (max-width: 575px) {
  .service-tit {
    font-size: 24px;
  }
}

.service-tit::before {
  content: "";
  background: transparent url(https://landing.mangot5.com/template/gj/web/images/service-logo.png) no-repeat 0 0;
  background-size: contain;
  width: 55px;
  height: 59px;
  position: relative;
  margin: 0 auto 15px;
  display: block;
}

@media (max-width: 575px) {
  .service-tit::before {
    width: 40px;
    height: 43px;
  }
}



@media (max-width: 575px) {
  .service-header {
    height: 250px;
  }
}

.service-section {
  background-color: #f6f6f6;
  padding: 40px 0 100px;
  position: relative;
  min-height: calc(100vh - 190px);
}

.event-section.service-section .nav-tabs button.nav-link,
.notice-section.service-section .nav-tabs button.nav-link {
  width: 100%;
  border-radius: 0;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-family: "noto serif sc", "Microsoft JhengHei", sans-serif, Arial;
  position: relative;
  background: url('https://landing.mangot5.com/template/fs1/web/images/news-tab-bg.png');
  border: none;
  background-size: cover;
}

.notice-section.service-section .nav-tabs button.nav-link:not(.active):hover,
.event-section.service-section .nav-tabs button.nav-link:not(.active):hover {
  filter: brightness(1.2);
}


.notice-section.service-section .nav-tabs button.nav-link.active,
.event-section.service-section .nav-tabs button.nav-link.active {
  background: url('https://landing.mangot5.com/template/fs1/web/images/news-tab-hover-bg.png');
  color: #fff;
  background-size: cover;
  border: none;
}

.event-section.service-section .nav-tabs .nav-item,
.notice-section.service-section .nav-tabs .nav-item {
  flex-grow: 1;
  margin: 0;
}

.notice-section .nav,
.event-section .nav {
  margin-bottom: 32px;
  border: 0;
  gap: 4px;
}

@media (max-width: 575px) {
  .event-section .nav {
    gap: 10px;
  }
}

/* FAQ */
.faq-section {
  overflow: hidden;
}

.faq-section .card {
  border: none;
  background-color: transparent;
}

.faq-section .card .card-header {
  background-color: transparent;
}

.faq-section .card .card-header:first-child {
  border-radius: 0;
}

@media (max-width: 575px) {
  .faq-section .card .card-header {
    padding: 10px;
  }
}

.faq-section .card .card-header .btn-faq {
  font-size: 20px;
  width: 100%;
  text-align: left;
}

@media (max-width: 575px) {
  .faq-section .card .card-header .btn-faq {
    font-size: 18px;
    padding: 0;
  }
}

.faq-section .card .card-body {
  background: #e4e4e4;
  padding: 62px 25px 25px;
  position: relative;
  font-size: 18px;
}

@media (max-width: 575px) {
  .faq-section .card .card-body {
    font-size: 15px;
  }
}

.faq-section .card .card-body::before {
  background: transparent url(https://landing.mangot5.com/template/gj/web/images/icon.png) no-repeat 0 -137px;
  width: 33px;
  height: 33px;
  position: absolute;
  content: "";
  left: 25px;
  top: 25px;
}

.pagination-box {
  padding: 100px 0 40px;
}

.pagination-box .page-link {
  color: #000;
  padding: 7px 12px;
  border-color: #fff;
  background-color: #E9E9E9;

}

.pagination-box .page-link:focus {
  box-shadow: none;
}

.pagination-box .page-item.active .page-link {
  background: #ff8417;
  color: #fff;
  border-color: unset;
}

.form-control {
  height: calc(1.5em + 0.75rem + 14px);
  border-radius: 0;
}

.search-box .select-input {
  -moz-text-align-last: center;
  text-align-last: center;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #fff;
  background: #E9E9E9;
}

@media (max-width: 575px) {
  .search-box .select-input {
    width: 100%;
    margin: 0 0 10px;
  }
}

.select-input option {
  background-color: #fff;
}

.search-box .btn-outline-secondary {
  background: #fff;
  border-color: #fff;
  border-radius: 0;
}

.search-box .btn-outline-secondary {
  background-color: #ffb957;
}

.search-box .btn-outline-secondary:hover {
  filter: brightness(1.2);
}

.search-box .search-input {
  width: 450px;
  border-color: #fff;
  background-color: #E9E9E9;
}

@media (max-width: 575px) {
  .search-box .search-input {
    width: 100%;
  }
}

.search-box .btn-input {
  padding: 11px 12px 4px;
}

.search-box .btn-input::before {
  display: inline-block;
  background: transparent url(https://landing.mangot5.com/template/gj/web/images/icon.png) no-repeat 0 -111px;
  width: 25px;
  height: 26px;
  content: "";
  filter: brightness(0) invert(1);
}

@media (max-width: 575px) {
  .search-box .input-group-prepend {
    width: 100%;
  }
}

.notice-detail {
  background: #fff;
  padding: 40px 30px 150px;
}

.notice-detail .detail-tit-box {
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 8px;
  margin: 0 0 20px;
  height: 74.3px;
}

.notice-detail .detail-tit {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}

@media (max-width: 575px) {
  .notice-detail .detail-tit {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .notice-detail .detail-content table {
    width: 100% !important;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }
}

.notice-detail .detail-content strong {
  font-size: 18px;
  margin: 15px 0 5px 0;
  display: block;
}

@media (max-width: 575px) {
  .notice-detail .detail-content strong {
    font-size: 15px;
  }
}

.notice-detail .detail-content p {
  margin: 0 0 10px;
  font-size: 15px;
}

@media (max-width: 575px) {
  .notice-detail .detail-content p {
    font-size: 13px;
  }
}

.notice-detail .detail-box.sticky {
  position: fixed;
  top: 105px;
  width: 240px;
  z-index: 900;
}

@media (max-width: 1199px) {
  .notice-detail .detail-box.sticky {
    width: 100%;
    position: static;
  }
}

.notice-detail .detail-box.sticky .detail-info {
  margin-top: 0;
}

.notice-detail .detail-box .detail-info {
  padding: 4px 10px;
  border: 1px solid #d1d1d1;
  margin: 82px 0 0;
}

.notice-detail .detail-box .detail-info.ft-menu {
  margin-top: 52px;
}

@media (max-width: 1024px) {
  .notice-detail .detail-box .detail-info {
    margin: 42px 0 0;
  }
}

.notice-detail .detail-box .detail-info li {
  line-height: 1.2;
}

.notice-detail .detail-box .detail-info li a {
  font-size: 13px;
  display: block;
  padding: 6px 0;
}

.notice-detail .detail-box .detail-info#ftGroup li a {
  color: #636363;
  font-size: 15px;
  display: block;
}

.notice-detail .detail-box .detail-info#ftGroup li .ft-menu-inner {
  padding-left: 15px;
}

.notice-detail .detail-box .detail-info#ftGroup li .ft-menu-inner a {
  color: #000;
}

.notice-detail .detail-box {
  margin-top: 72px;
}

.notice-detail .detail-box .back-btn {
  position: relative;
  text-align: center;
  background: #2476c3;
  margin: 52px 0 0;
}

/* .notice-detail .detail-box .back-btn::after {
  content: '';
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  left: 3px;
  top: 3px;
  pointer-events: none;
} */

.notice-detail .detail-box .back-btn a {
  font-size: 18px;
  display: block;
  color: #fff;
  padding: 13px 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  text-decoration: none;
}

@media (max-width: 575px) {
  .notice-detail .detail-box .back-btn a {
    font-size: 15px;
  }
}

.notice-detail .detail-box .back-btn a:hover {
  color: #fff;
}

.notice-detail .detail-box .detial-list {
  border: 1px solid #C6C2B4;
  margin: 20px 0 0;
  text-align: center;
}

.notice-detail .detail-box .detial-list ul li a {
  font-size: 18px;
  display: block;
  color: #000;
  padding: 10px 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  text-decoration: none;
}

@media (max-width: 575px) {
  .notice-detail .detail-box .detial-list ul li a {
    font-size: 18px;
  }
}

.notice-detail .detail-box .detial-list ul li a:hover {
  background: #AD9E67;
  color: #ffffff;
}

.notice-detail-iconbar {
  display: flex;
  align-items: center;
}

.notice-detail-iconbar .info-icon {
  flex-direction: row;
}

.notice-detail-iconbar .info-icon .time {
  margin-left: 15px;
}

.notice-detail-iconbar .info-icon .count {
  margin-left: 35px;
}

.nav-event-list {
  padding: 40px 0;
}

.nav-event-list.nav-tabs {
  border: none;
}

#myEventTab {
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto 32px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

#myEventTab li {
  padding: 0;
  flex: 1 1 200px;
}

#myEventTab li button {
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: unset;
  outline: unset;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 52px;
}

@media (max-width: 575px) {
  #myEventTab li button {
    height: 40px;
  }
}

#myEventTab li button:hover,
#myEventTab li button:focus {
  border: unset;
}

#myEventTab li button::after {
  border: unset;
}

#processing-tab {
  background-image: url('../images/event1_btn.png');
}

#processing-tab.active {
  background-image: url('../images/event1_btn_hov.png');
}

#finish-tab {
  background-image: url('../images/event2_btn.png');
}

#finish-tab.active {
  background-image: url('../images/event2_btn_hov.png');
}

.event-section .event-tab .event-inner {
  position: relative;
  max-height: 227px;
}

.event-section .event-tab .event-inner:hover::before {
  opacity: 1;
  visibility: visible;
}

.event-section .event-tab .event-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.event-section .event-tab .event-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-section .event-tab .card {
  height: 359px;
}

.event-section .event-tab .card .card-body {
  padding: 20px;
}

@media (max-width: 575px) {
  .event-section .event-tab .card .card-body {
    padding: 10px;
  }
}

.event-section .event-tab .card a {
  color: #000;
  font-size: 20px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 575px) {
  .event-section .event-tab .card a {
    font-size: 18px;
  }
}

.event-section .event-tab .card-footer {
  background-color: #fff;
  border: none;
  padding: 0 20px 20px;
}

@media (max-width: 575px) {
  .event-section .event-tab .card-footer {
    padding: 0 10px 10px;
  }
}

.event-section .event-tab .card-footer p {
  font-size: 13px;
  margin: 0;
  color: #2476c3;
}

@media (max-width: 575px) {
  .event-section .event-tab .card-footer p {
    font-size: 12px;
  }
}

.event-section .event-tab .card-footer .event-time span {
  color: #2476c3;
}

@media (max-width: 1024px) {
  .event-section .event-tab .card-footer .event-time span {
    display: block;
  }
}

@media only screen and (max-width: 375px) and (max-height: 667px) and (orientation: portrait) {
  .event-section .event-tab .card-footer .event-time span {
    display: block;
  }
}

.event-section .event-tab .card-footer .event-win-time span {
  color: #907C46;
}

@media (max-width: 1024px) {
  .event-section .event-tab .card-footer .event-win-time span {
    display: block;
  }
}

@media only screen and (max-width: 375px) and (max-height: 667px) and (orientation: portrait) {
  .event-section .event-tab .card-footer .event-win-time span {
    display: block;
  }
}

.event-tab .row {
  min-height: 758px;
}

.event-tab .row [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.service-header {
  background-image: url(https://landing.mangot5.com/template/fs1/web/images/service-header.png);
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  position: relative;
  margin-top: -80px;
}

@media (max-width: 1024px) {
  .service-header {
    background-position: 90% 0;
  }
}

.service-header::after {
  content: '';
  position: absolute;
  background: url(https://landing.mangot5.com/template/fs1/web/images/title-news.png) center center no-repeat;
  width: 260px;
  max-width: 100%;
  height: 64px;
  left: 340px;
  bottom: 45px;
}

.service-header.dl-header {
  background-image: url(https://landing.mangot5.com/template/fs1/web/images/dl-bg.png);
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.service-header.dl-header::after {
  display: none;
}

/* .service-header.tobao-header {
  background-image: url(https://landing.mangot5.com/template/ge/web/images/tobao-bg.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.service-header.tobao-header::after {
  background: url(https://landing.mangot5.com/template/ge/web/images/title-tobao.png) center center no-repeat;
  background-size: contain;
} */

.service-header.faq-header {
  background-image: url(https://landing.mangot5.com/template/fs1/web/images/faq-bg.png);
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.service-header.faq-header::after {
  background: url(https://landing.mangot5.com/template/fs1/web/images/title-faq.png) center center no-repeat;
  background-size: contain;
}

/* .service-header.service-intro {
  background-image: url(https://landing.mangot5.com/template/ge/web/images/intro-bg.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.service-header.service-intro::after {
  background: url(https://landing.mangot5.com/template/ge/web/images/title-intro.png) center center no-repeat;
  background-size: contain;
} */

.service-header.service-feature {
  background-image: url(https://landing.mangot5.com/template/fs1/web/images/feature-bg.png);
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}



@media (max-width: 1024px) {
  .service-header.service-feature {
    background-position: 90% 0;
  }
}

.service-header.service-feature::after {
  background: url(https://landing.mangot5.com/template/fs1/web/images/title-feature.png) center center no-repeat;
}

.service-header.service-beginner {
  background-image: url(https://landing.mangot5.com/template/fs1/web/images/beginner-bg.png);
  background-size: contain;
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

@media (max-width: 1024px) {
  .service-header.service-beginner {
    background-position: 90% 0;
  }
}

.service-header.service-beginner::after {
  background: url(https://landing.mangot5.com/template/fs1/web/images/title-beginner.png) center center no-repeat;
}

/* .service-header.service-scenes {
  background-image: url(https://landing.mangot5.com/template/ge/web/images/scenes-bg.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.service-header.service-scenes::after {
  background: url(https://landing.mangot5.com/template/ge/web/images/title-scenes.png) center center no-repeat;
  background-size: contain;
} */

.service-header.service-policy {
  background-image: url(https://landing.mangot5.com/template/fs1/web/images/policy-bg.png);
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.service-header.service-policy::after {
  background: url(https://landing.mangot5.com/template/fs1/web/images/title-policy.png) center center no-repeat;
}

.dl-header .dl-info {
  color: #ffffff;
}

.dl-header .dl-info h1 {
  font-weight: 600;
  font-size: 32px;
}

@media (max-width: 1024px) {
  .dl-header .dl-info h1 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .dl-header .dl-info h1 {
    font-size: 20px;
  }
}

.dl-header .dl-info p {
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 575px) {
  .dl-header .dl-info p {
    font-size: 12px;
  }
}

.dl-header .dl-info .dl-btn {
  background: transparent url(https://landing.mangot5.com/template/fs1/web/images/dl-btn.png) no-repeat 0 0;
  background-size: contain;
  width: 350px;
  height: 92px;
  text-indent: -99999em;
  display: block;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.dl-header .dl-info .dl-btn:hover {
  filter: brightness(1.2);
}

.dl-header .dl-info .dl-btn.launcher {
  background: transparent url(https://landing.mangot5.com/template/fs1/web/images/launcher-dl-btn.png) no-repeat 0 0;
  background-size: contain;
  margin-left: 12px;
  display: none;
}

@media (max-width: 1024px) {
  .dl-header .dl-info .dl-btn {
    width: 32.81vw;
    height: 8.78vw;
  }
}

.dl-detail h6 {
  font-size: 18px;
}

.dl-detail .dl-client-check .table {
  text-align: center;
}

.dl-detail .dl-client-check .table thead tr {
  background-color: #eeeeee;
}

.dl-detail .dl-client-check .table tr {
  font-size: 15px;
}

@media (max-width: 575px) {
  .dl-detail .dl-client-check .table tr {
    font-size: 12px;
  }
}

.dl-detail .dl-client-check .table tr th {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  white-space: nowrap;
  color: #00aa8c;
}

.dl-detail .dl-client-check .table tr th.category {
  color: #000;
}

.dl-detail .dl-client-check .table tr td,
.dl-detail .dl-client-check .table tr th {
  vertical-align: middle;
}

.dl-detail .dl-client-check .table tbody .data ul {
  display: inline-block;
}

.dl-detail .dl-client-check .table tbody .data ul li {
  position: relative;
  text-align: left;
  margin-bottom: 6px;
  padding: 0 0 0 15px;
}

.dl-detail .dl-client-check .table tbody .data ul li::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.dl-detail .dl-client-check .table tbody .data ul li em {
  font-style: normal;
}

.dl-detail .dl-notice {
  padding: 10px 0 50px;
}

.dl-detail .dl-notice ul {
  list-style-type: disc;
  padding-left: 20px;
}

.dl-detail .dl-notice ul li {
  line-height: 1.8;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 575px) {
  .dl-detail .dl-notice ul li {
    font-size: 12px;
  }
}

.dl-detail .dl-list h6 {
  font-size: 18px;
  margin: 0 0 15px;
}

.dl-detail .dl-list [class*=col-] .dl-list-area {
  background-color: #eeeeee;
}

.dl-detail .dl-list .dl-list-area {
  min-height: 270px;
  border: 1px solid #e4e4e4;
  flex-direction: column;
  text-align: center;
  padding: 0.5rem 0;
}

.dl-detail .dl-list .col-md-4 {
  flex: 0 0 16.666%;
}

@media (max-width: 1024px) {
  .dl-detail .dl-list .dl-list-area {
    padding: 15px 20px 15px;
  }

  .dl-detail .dl-list .col-md-4 {
    flex: 0 0 100%;
  }
}

.dl-detail .dl-list .dl-list-area .dl-icon {
  margin: 0 auto 25px;
  max-width: 92px;
  min-height: 91px;
  display: flex;
  align-items: center;
}

.dl-detail .dl-list .dl-list-area .dl-caption p {
  margin: 0 0 5px;
  min-height: 60px;
}

.dl-detail .dl-list .dl-list-area .dl-caption .dl-list-btn {
  display: inline-block;
  background: transparent url(https://landing.mangot5.com/template/fs1/web/images/dl-list-btn.png) no-repeat 0 0;
  width: 110px;
  height: 30px;
  text-indent: -99999em;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.dl-detail .dl-list .dl-list-area .dl-caption .dl-list-btn:hover {
  background: transparent url(https://landing.mangot5.com/template/fs1/web/images/dl-list-btn-hover.png) no-repeat 0 0;
}

.dl-detail .dl-list .dl-notice {
  padding-bottom: 0;
}

.crystal-section {
  padding: 150px 0;
}

@media (max-width: 575px) {
  .crystal-section {
    padding: 40px 0 100px;
  }
}

.crystal-section .crystal-wrap {
  position: relative;
  background: #272727;
  padding: 30px;
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap {
    padding: 20px;
  }
}

.crystal-section .crystal-wrap .crystal-tit {
  font-size: 20px;
  color: #fff;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #3f3f3f;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal-tit {
    font-size: 18px;
  }
}

.crystal-section .crystal-wrap .crystal {
  color: #fff;
}

.crystal-section .crystal-wrap .crystal .crystal-img {
  mix-blend-mode: lighten;
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal .crystal-img {
    flex: 0 0 100%;
  }
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap {
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal .crystal-inner-wrap {
    flex-direction: column;
  }
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner {
  overflow: hidden;
  flex: 0 0 80%;
  max-width: 80%;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner .currently-hold,
.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner .currently-unsent {
  padding: 12px 0;
  border-bottom: 1px solid #3f3f3f;
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner p {
  font-size: 18px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner p {
    font-size: 15px;
  }
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner p span {
  color: #e6a01b;
  margin-left: 10px;
  margin-right: 5px;
}

.crystal-section .crystal-wrap .btn-resend {
  background: #f0f0f0;
  border-radius: 0;
  color: #000;
  border: 1px solid #d7d7d7;
  font-size: 15px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 40px 0 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.crystal-section .crystal-wrap .btn-resend:hover {
  background: #000;
  border-color: #383838;
  color: #e6a01b;
}

.crystal-section .crystal-list {
  height: 100%;
}

.crystal-section .crystal-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}

@media (max-width: 1024px) {
  .crystal-section .crystal-list ul {
    flex-direction: column;
  }
}

.crystal-section .crystal-list ul li {
  flex: 1 1 0;
  max-width: 100%;
  margin-left: -1px;
}

@media (max-width: 1024px) {
  .crystal-section .crystal-list ul li {
    margin: -1px 0 0;
  }
}

.crystal-section .crystal-list ul li a {
  background: #f0f0f0;
  border: 1px solid #d7d7d7;
  color: #000;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.crystal-section .crystal-list ul li a:hover {
  background: #272727;
  border: 1px solid #212121;
  color: #96afe6;
  text-decoration: none;
}

.crystal-section .crystal-list ul li a:hover .label-arrow {
  background-color: #96afe6;
}

.crystal-section .crystal-list ul li a .crystal-list-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.crystal-section .crystal-list ul li a .crystal-list-inner span {
  position: relative;
  font-size: 20px;
}

@media (max-width: 575px) {
  .crystal-section .crystal-list ul li a .crystal-list-inner span {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .crystal-section .crystal-list ul li a {
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  .crystal-section .crystal-list ul li a {
    padding: 20px 0;
  }
}

.crystal-section .crystal-list ul li a .crystal-icon {
  background-image: url(https://landing.mangot5.com/template/gj/web/images/icon.png);
  background-repeat: no-repeat;
  margin: 30px 0 0;
}

.crystal-section .crystal-list ul li:nth-child(1) a .crystal-icon {
  background-position: 0 -279px;
  width: 52px;
  height: 50px;
}

.crystal-section .crystal-list ul li:nth-child(2) a .crystal-icon {
  background-position: 0 -329px;
  width: 52px;
  height: 48px;
}

.crystal-section .crystal-list ul li:nth-child(3) a .crystal-icon {
  background-position: 0 -377px;
  width: 52px;
  height: 52px;
}

.policy-content .lower-alpha {
  list-style-type: lower-alpha;
  padding-left: 30px;
}

.policy-content ul {
  padding-left: 21px;
}

.policy-content ul li {
  font-size: 15px;
}

@media (max-width: 575px) {
  .policy-content ul li {
    font-size: 12px;
  }
}

.policy-content .policy-table .thead-dark th {
  background-color: #272727;
  border-color: #464646;
}

.policy-content .policy-table td,
.policy-content .policy-table th {
  vertical-align: middle;
}

.policy-content .policy-table thead tr th {
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .policy-content .policy-table thead tr th {
    font-size: 13px;
  }
}

.policy-content .policy-table tbody tr th {
  white-space: nowrap;
  font-size: 15px;
}

@media (max-width: 575px) {
  .policy-content .policy-table tbody tr th {
    font-size: 13px;
  }
}

.policy-content .policy-table tbody tr td {
  font-size: 15px;
}

@media (max-width: 575px) {
  .policy-content .policy-table tbody tr td {
    font-size: 12px;
  }

  .service-header::after {
    right: 0;
    left: inherit;
  }

  .service-header.service-feature,
  .service-header.service-beginner,
  .service-header {
    background-position: 85% 0;
  }

  .service-header.service-policy,
  .service-header.faq-header {
    background-position: 80% 0;
  }

  .service-header.dl-header {
    background-position: 60% 0;
  }
}