@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2021 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Hsiang $
 * $Date: 2021-11-19 $
*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
}

/* ==========================================
 ##### Reset Set.
========================================== */
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
  max-width: 100%;
  pointer-events: none;
  height: 100% !important;
}

a {
  color: #000;
  outline: none;
  display: inline-block;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
}

input, textarea, select, button {
  font-size: 1rem;
  font-weight: 400;
}

textarea, input {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  font-size: 1rem;
  border-radius: 0;
}

input, textarea, select, input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

label {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  font-size: 15px;
}

:-moz-placeholder {
  color: #888;
  font-size: 15px;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.reset input, .reset label, .reset select {
  vertical-align: middle;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

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

.item-g {
  font-size: 0;
}

.item {
  display: inline-block;
}

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

.edit{
  font-size: initial !important;
}
.edit-wrap img,
.edit img{
  width: auto;
  height: auto;
  max-width: 100% !important;
}

.edit a{
  color: #115fab !important;
  text-decoration: underline !important;
}

.edit span { vertical-align: top; }

/* ==========================================
 ##### Common Set.
========================================== */
body.on {
  overflow: hidden;
}

.out-wrap.page {
  padding-top: 95px;
}

.out-wrap {
  overflow: hidden;
}

.out-wrap.no-overflow {
  overflow: unset;
}

.wrap-1300 {
  max-width: 1300px;
  margin: auto;
}

.wrap-1160 {
  max-width: 1160px;
  margin: auto;
}

.i-ti-box .ti {
  text-align: center;
  font-size: 34px;
  line-height: 1.4;
}
.i-ti-box .ti.fz30px {
  font-size: 30px;
}

.i-ti-box .ti::after {
  content: '';
  display: block;
  width: 40px;
  height: 6px;
  background: url(../images/ti_deco.jpg) no-repeat;
  background-size: contain;
  margin: 15px auto 0;
}

.related {
  padding: 75px 0;
  background: #e7eff6;
  overflow: hidden;
}

.related .i-ti-box {
  margin-bottom: 40px;
}

.result {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}

.result span {
  color: #115fab;
}

.privacy .edit-wrap {
  margin-top: 30px;
}

.privacy .edit-wrap .privacy-list {
  margin-bottom: 25px;
}

.privacy .edit-wrap .privacy-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.privacy .edit-wrap .privacy-list li:last-child {
  margin-bottom: 0;
}

.privacy .edit-wrap .privacy-list li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #115fab;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

@media (max-width: 1440px) {
  .i-ti-box .ti {
    font-size: 30px;
  }
  .related {
    padding: 55px 0;
  }
}

@media (max-width: 1349px) {
  .wrap-1300 {
    padding: 0 30px;
  }
}

@media (max-width: 1079px) {
  .wrap-1300 {
    padding: 0 20px;
  }
  .out-wrap.page {
    padding-top: 70px;
  }
  .i-ti-box .ti,
  .i-ti-box .ti.fz30px {
    font-size: 24px;
  }
  .i-ti-box .ti::after {
    margin: 10px auto 0;
  }
  .related {
    padding: 45px 0;
  }
  .related .i-ti-box {
    margin-bottom: 30px;
  }
  .result {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .i-ti-box .ti,
  .i-ti-box .ti.fz30px {
    font-size: 22px;
  }
}

/* ===== p-ban ===== */
.p-ban {
  position: relative;
}

.p-ban .xs-show {
  display: none;
}

.p-ban img {
  width: 100%;
}

.p-ban .txt {
  position: absolute;
  top: 50%;
  left: 17.44%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.p-ban .txt::before {
  content: '';
  display: block;
  width: 6px;
  height: 80px;
  background: #115fab;
  position: absolute;
  top: 0;
  left: -20px;
}

.p-ban .txt span {
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
}

.p-ban .txt p {
  font-size: 40px;
  font-weight: 700;
}

.p-ban .txt p::after {
  content: '';
  display: block;
  margin-top: 15px;
  width: 40px;
  height: 6px;
  background: url(../images/ti_deco.jpg) no-repeat;
  background-size: contain;
}

@media (max-width: 1440px) {
  .p-ban .txt {
    left: 12%;
  }
  .p-ban .txt p {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .p-ban .txt {
    left: 10%;
  }
  .p-ban .txt::before {
    height: 65px;
  }
  .p-ban .txt p {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .p-ban .xs-hide {
    display: none;
  }
  .p-ban .xs-show {
    display: block;
  }
  .p-ban .txt {
    width: 100%;
    padding: 0 15px;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-ban .txt::before {
    display: none;
  }
  .p-ban .txt p {
    font-size: 24px;
  }
  .p-ban .txt p::after {
    margin: 10px auto 0;
  }
}

/* ===== p-share ===== */
.p-share {
  font-size: 0;
}

.p-share span, .p-share ul {
  display: inline-block;
  vertical-align: middle;
}

.p-share span {
  font-size: 16px;
  margin-right: 15px;
}

.p-share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.p-share ul li:last-child {
  margin-right: 0;
}

.p-share ul li a {
  width: 50px;
  height: 50px;
}

.p-share ul li a.fb {
  background: url(../images/icon_share_fb.png) no-repeat;
  background-size: contain;
}

.p-share ul li a.line {
  background: url(../images/icon_share_line.png) no-repeat;
  background-size: contain;
}

.p-share ul li a.linkedin {
  background: url(../images/icon_share_linkedin.png) no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .p-share ul li:hover {
    -webkit-transform: translateY(-5px) scale(1.08);
        -ms-transform: translateY(-5px) scale(1.08);
            transform: translateY(-5px) scale(1.08);
  }
}

@media (max-width: 991px) {
  .p-share ul li a {
    width: 40px;
    height: 40px;
  }
}

/* ===== slick-style ===== */
.slick-style .slick-arrow {
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: none;
  z-index: 1;
}

.slick-style .slick-arrow.slick-prev {
  border-top: 2px solid #8b8f94;
  border-right: 2px solid #8b8f94;
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.slick-style .slick-arrow.slick-next {
  border-top: 2px solid #8b8f94;
  border-right: 2px solid #8b8f94;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1440px) {
  .slick-style .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-style .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-style .slick-arrow.slick-next {
    right: 0;
  }
}

@media (max-width: 991px) {
  .slick-style .slick-arrow {
    width: 25px;
    height: 25px;
  }
}

/* ===== infiniteScroll ===== */
.load-box {
  text-align: center;
  margin-top: 30px;
}

.load-box a {
  font-size: 19px;
  color: #666;
  font-family: 'Lato';
  font-weight: 400;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.load-box a::after {
  content: '';
  display: block;
  width: 31px;
  height: 7px;
  background: url(../images/icon_i_process_aw.png) no-repeat;
  background-size: contain;
  margin: 15px auto 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 992px) {
  .load-box a:hover {
    color: #d12347;
  }
}

@media (max-width: 991px) {
  .load-box {
    margin-top: 25px;
  }
  .load-box a {
    font-size: 16px;
  }
}

/* ===== finish ===== */
.finish {
  padding-bottom: 50px;
}

.finish h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  font-family: 'Lato';
}

.finish .msg-icon {
  display: block;
  margin: 20px auto 0;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #e4153f;
}

.finish .msg-icon::before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 21px;
  left: 52px;
  width: 3px;
  height: 50px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.finish .msg-icon::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 46px;
  left: 30px;
  width: 3px;
  height: 22px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}

.finish .msg-ti {
  position: relative;
  padding: 20px 0;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}

.finish .msg-ti::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 1px;
  height: 40px;
  z-index: 1;
}
.finish p {
  margin: 0 auto max(1.2vw, 30px);
  max-width: 380px;
  text-align: center;
  line-height: 2;
}

.finish .btn-wrap {
  text-align: center;
  max-width: 150px;
  margin: auto;
}

@media (max-width: 991px) {
  .finish h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .finish {
    padding-bottom: 20px;
  }
  .finish h2 {
    font-size: 28px;
  }
  .finish .msg-ti {
    font-size: 20px;
    padding: 20px 0 10px;
  }
}

/* ===== message ===== */
.msg-wrap{ 
  text-align: center;
}

.msg-wrap.finish{
  padding: 100px 0;
}

.msg-wrap .btn-wrap{
  text-align: center;
  max-width: 150px;
  margin: auto;
}

.msg-wrap .msg-title{
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  font-family: 'Lato';
}

.msg-wrap .msg-text{
  position: relative;
  padding: 20px 0;
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
}

@media (max-width: 991px) {
  .msg-wrap .msg-title{
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .msg-wrap .msg-title{
    font-size: 28px;
  }
  .msg-wrap .msg-text{
    font-size: 20px;
    padding: 20px 0 10px;
  }
}

/* ===== msg-nodata ===== */
.msg-nodata {
  padding: 100px 0;
}

.msg-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 20px auto 10px;
  border-radius: 50%;
  border: 2px solid #e4153f;
}

.msg-nodata .img:before {
  content: '!';
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #e4153f;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.msg-nodata .img:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid #e4153f;
}

.msg-nodata .text {
  text-align: center;
  line-height: 1.5;
  margin: 20px auto 30px auto;
  font-size: 18px;
}

.msg-nodata .text strong {
  display: block;
  font-weight: 400;
}

.msg-nodata .btn-wrap {
  max-width: 250px;
  margin: auto;
}

.msg-nodata .btn-wrap a {
  width: 100%;
  text-align: center;
  font-size: 17px;
  border-radius: 30px;
  padding: 10px 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #fff;
  background: #e4153f;
}

@media (min-width: 992px) {
  .msg-nodata .btn-wrap a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
            box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
}

/* ===== result ===== */
.result-ti {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}

.result-ti span {
  color: #cd0e36;
}

@media (max-width: 1440px) {
  .result-ti {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .result-ti {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .result-ti {
    font-size: 18px;
  }
}

/* ===== p-share ===== */
.p-share span, .p-share .social {
  display: inline-block;
  vertical-align: middle;
}

.p-share span {
  font-family: 'Lato';
  font-weight: 400;
  color: #666;
  font-size: 16px;
}

.p-share .social {
  font-size: 0;
}

.p-share .social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}

.p-share .social li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: relative;
  font-size: 18px;
  color: #666;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.p-share .social li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .p-share .social li a:hover.fb {
    border: 1px solid #415d79;
    background: #415d79;
    color: #fff;
  }
  .p-share .social li a:hover.line {
    border: 1px solid #07bc02;
    background: #07bc02;
    color: #fff;
  }
  .p-share .social li a:hover.copy {
    border: 1px solid #ce5651;
    background: #ce5651;
    color: #fff;
  }
}

@media (max-width: 1440px) {
  .p-share .social li {
    margin: 0 5px;
  }
  .p-share .social li a {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 991px) {
  .p-share .social li a {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}

.related-links {
  font-size: 0;
  padding: 30px 0;
  position: relative;
}

.related-links::before {
  content: '';
  width: 100%;
  height: 16px;
  background: url(../images/i_news_deco2.png);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.related-links .arrow {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 18px;
}

.related-links .arrow .control {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  color: #666;
  font-family: 'Lato';
  font-weight: 700;
}

.related-links .arrow .control i {
  display: inline-block;
}

.related-links .arrow:hover span {
  color: #ce5651;
}

.related-links .arrow span {
  display: inline-block;
  margin-top: 3px;
  color: #666;
  font-size: 20px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.related-links .prev {
  padding-right: 150px;
  position: relative;
}

.related-links .prev .control i {
  margin-right: 8px;
}

.related-links .next {
  text-align: right;
  padding-left: 150px;
  position: relative;
}

.related-links .next .control i {
  margin-left: 8px;
}

.related-links .back {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  background: #888;
  border-radius: 4px;
  padding: 5px;
  font-size: 16px;
  width: 260px;
  height: 45px;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.related-links .back span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .related-links .back:hover {
    background: #ce5651;
  }
}

@media (max-width: 991px) {
  .related-links {
    padding: 15px 0;
  }
  .related-links .back {
    width: 130px;
  }
  .related-links .prev {
    padding-right: 90px;
  }
  .related-links .next {
    padding-left: 90px;
  }
  .related-links .arrow {
    font-size: 16px;
  }
  .related-links .arrow span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .related-links .back {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 5px;
    height: auto;
  }
  .related-links .back span {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .related-links .arrow {
    width: 100%;
    padding: 5px;
    background: #f2f2f2;
  }
  .related-links .next {
    text-align: left;
    border-top: 2px solid #fff;
  }
  .related-links .arrow .control {
    font-weight: 600;
    color: #000;
  }
  .related-links .arrow .control i {
    display: none;
  }
  .related-links .arrow::before {
    display: none;
  }
}

/* ===== result ===== */
#prod-lsit.result .result-ti {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: 400;
}

#prod-lsit.result .result-ti span {
  color: #ce5651;
}

#prod-lsit.result .result-ti .p-box-cont .p-main {
  display: block;
  margin: auto;
}

@media (max-width: 991px) {
  #prod-lsit.result .result-ti {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/* ===== header ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid transparent;
}

.header h1 {
  font-size: 0;
}

.header .wrap {
  max-width: 1740px;
  height: 95px;
  margin: auto;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header .logo {
  width: 360px;
  height: 41px;
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 33px;
  left: 20px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header nav {
  text-align: right;
  padding: 43px 220px 0 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header nav .m-first {
  font-size: 0;
}

.header nav .m-first > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.header nav .m-first > li > a {
  width: 100%;
  font-size: 18px;
  color: #000;
  padding: 0 15px 24px 15px;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header nav .m-first > li .m-second {
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 175px;
  background: white;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header nav .m-first > li .m-second::after {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background: transparent;
  position: absolute;
  top: -23px;
  left: 0;
}

.header nav .m-first > li .m-second li:last-child a {
  border-bottom: unset;
}

.header nav .m-first > li .m-second li a {
  display: inline-block;
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 18px;
  padding: 15px 5px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  border-bottom: 1px solid #ddd;
}

.header .sub-box {
  position: absolute;
  top: 40px;
  right: 30px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header .sub-box::before {
  content: '';
  display: block;
  width: 2px;
  height: 14px;
  background: url(../images/lang_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: -30px;
}

.header .sub-box .icon-search {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 29px;
  background: url(../images/icon_header_search.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 20px;
}

.header .sub-box .lang-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.header .sub-box .lang-wrap .lang-box {
  position: relative;
  cursor: pointer;
}

.header .sub-box .lang-wrap span {
  font-size: 18px;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
}

.header .sub-box .lang-wrap ul {
  position: absolute;
  top: 35px;
  left: -9px;
  width: 40px;
  border: 1px solid #ddd;
  background: #fff;
  padding-bottom: 3px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.header .sub-box .lang-wrap ul::before {
  content: '';
  display: block;
  width: 100%;
  height: 25px;
  background: transparent;
  position: absolute;
  top: -20px;
  left: 0;
}

.header .sub-box .lang-wrap ul li {
  text-align: center;
}

.header .sub-box .lang-wrap ul li a {
  width: 100%;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 400;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.search-wrap {
  opacity: 0;
  height: 180px;
  background: rgba(85, 85, 85, 0.98);
  z-index: 10;
  padding-top: 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: -900px;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.search-wrap::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  border-style: solid;
  border-width: 0 15vw 50px 0;
  border-color: transparent transparent #333 transparent;
}

.search-wrap .search-close {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 15vw 50px 0;
  border-color: transparent #cd0e36 transparent transparent;
  z-index: 1;
}

.search-wrap .search-close span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 10vw;
  z-index: -1;
  font-family: '';
}

.search-wrap .inner {
  width: 100%;
  max-width: 840px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}

.search-wrap .inner .title {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  display: block;
  padding: 0;
  margin: 0 auto 10px auto;
}

.search-wrap .inner input {
  display: block;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding: 0 60px 0 0;
  height: 54px;
  font-size: 16px;
  -webkit-transition: border .25s;
  -o-transition: border .25s;
  transition: border .25s;
  position: relative;
}

.search-wrap .inner .btn-search {
  position: absolute;
  top: 49%;
  right: 20px;
  z-index: 6;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  font-size: 0;
  border: none;
  background-color: transparent;
  z-index: 30;
}

.search-wrap .inner .btn-search::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-image: url(../images/icon_search.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: width .25s, height .25s;
  -o-transition: width .25s, height .25s;
  transition: width .25s, height .25s;
  cursor: pointer;
}

.search-wrap.open-search {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 101;
}

@media (min-width: 1080px) {
  .header nav .m-first > li:hover > a::after {
    opacity: 1;
  }
  .header nav .m-first > li:hover .m-second {
    opacity: 1;
    pointer-events: auto;
  }
  .header nav .m-first > li:hover > a {
    color: #115fab;
  }
  .header nav .m-first > li > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #115fab;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
  }
  .header nav .m-first > li > a.current {
    color: #115fab;
  }
  .header nav .m-first > li > a.current::after {
    opacity: 1;
  }
  .header nav .m-first > li .m-second li a:hover {
    color: #115fab;
  }
  .header .sub-box .lang-wrap .lang-box:hover ul {
    opacity: 1;
    pointer-events: auto;
  }
  .header .sub-box .lang-wrap .lang-box ul li a:hover {
    color: #cd0e36;
  }
  .header.is-scroll {
    border-bottom: 1px solid #ddd;
  }
  .header nav .m-first > li .m-second {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .header .logo {
    width: 316px;
    height: 36px;
  }
  .header nav {
    padding: 43px 160px 0 0;
  }
  .header nav .m-first > li > a {
    padding: 0 16px 23px 16px;
  }
  .header .sub-box {
    right: 20px;
  }
  .header .sub-box::before {
    left: -18px;
  }
  .header .sub-box .icon-search {
    margin-left: 20px;
  }
  .header .search-wrap::before {
    border-width: 0 20vw 50px 0;
  }
  .header .search-wrap .search-close {
    border-width: 0 20vw 50px 0;
  }
  .header .search-wrap .search-close span {
    left: 13vw;
  }
}

@media (max-width: 1079px) {
  .header {
    border-bottom: 1px solid #ddd;
  }
  .header .logo {
    top: 20px;
  }
  .header.on nav {
    right: 0;
  }
  .header .wrap {
    height: 70px;
    padding: 0;
  }
  .header nav {
    padding: 20px 30px;
    text-align: left;
    background: #333;
    width: 380px;
    height: 100vh;
    position: absolute;
    top: 70px;
    right: -600px;
    -webkit-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
  }
  .header nav .m-first > li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header nav .m-first > li.arrow::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 24px;
    right: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .header nav .m-first > li.open-down::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .header nav .m-first > li > a {
    padding: 15px 10px;
    color: #fff;
    letter-spacing: normal;
  }
  .header nav .m-first > li .m-second {
    width: 100%;
    padding-bottom: 5px;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    pointer-events: auto;
    opacity: 1;
    background: none;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    display: none;
  }
  .header nav .m-first > li .m-second::after {
    display: none;
  }
  .header nav .m-first > li .m-second li a {
    color: #fff;
    text-align: left;
    padding: 10px 10px 10px 25px;
    position: relative;
    font-size: 15px;
    border-bottom: unset;
  }
  .header nav .m-first > li .m-second li a::before {
    content: '-';
    position: absolute;
    top: 8px;
    left: 13px;
  }
  .header .sub-box {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 55px;
  }
  .header .sub-box::before {
    display: none;
  }
  .header .sub-box .icon-search {
    margin-right: 12px;
  }
  .header .sub-box .lang-wrap .lang-box.on ul {
    opacity: 1;
    pointer-events: auto;
  }
  .header .search-wrap .search-close {
    border-width: 0 110px 50px 0;
  }
  .header .search-wrap .search-close span {
    left: 55px;
  }
}

@media (max-width: 575px) {
  .header .logo {
    top: 24px;
    width: 103px;
    height: 23px;
    background: url(../images/logo_s.svg) no-repeat;
    background-size: contain;
  }
  .header nav {
    width: 100%;
    padding: 20px;
  }
}

/* ===== switch ===== */
@media (min-width: 1080px) {
  .switch {
    display: none;
  }
}

@media (max-width: 1079px) {
  .header.on .switch {
    color: #fff;
    border: 1px solid #222;
    background: #222;
  }
  .header.on .switch .line span {
    background: #fff;
  }
  .header.on .switch .line span:first-child {
    top: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header.on .switch .line span:last-child {
    bottom: 4px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .switch {
    display: block;
    position: absolute;
    top: 54%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 100;
  }
  .switch .line {
    width: 18px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .switch .line span {
    width: 100%;
    height: 2px;
    background: #222;
    position: absolute;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .switch .line span:first-child {
    top: 0;
  }
  .switch .line span:last-child {
    bottom: 0;
  }
}

/* ===== footer ===== */
.f-w .footer {
  background: #fff;
}

.footer {
  background: #eee;
  padding: 50px 0 45px;
}

.footer .item-g .f-logo, .footer .item-g .text {
  display: inline-block;
  vertical-align: top;
}

.footer .item-g .f-logo {
  width: 180px;
}

.footer .item-g .text {
  width: calc(100% - 280px);
  padding-left: 45px;
  color: #333;
}

.footer .item-g .text .list {
  font-size: 0;
  margin-left: -17px;
}

.footer .item-g .text .list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 17px;
  position: relative;
  font-size: 18px;
}

.footer .item-g .text .list li:last-child::after {
  display: none;
}

.footer .item-g .text .list li::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #aaa;
  position: absolute;
  top: 8px;
  right: 0;
}

.footer .item-g .text .list li a {
  color: #333;
}

.footer .item-g .text .list li a:hover {
  text-decoration: underline;
}

.footer .item-g .text .info {
  font-size: 0;
  margin: 15px 0 10px;
}

.footer .item-g .text .info li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 18px;
  padding-left: 26px;
  margin-right: 15px;
  margin-bottom: 5px;
}

.footer .item-g .text .info li:last-child {
  margin-right: 0;
}

.footer .item-g .text .info li:nth-child(2) span {
  -webkit-transform: rotate(100deg);
      -ms-transform: rotate(100deg);
          transform: rotate(100deg);
}

.footer .item-g .text .info li span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

.footer .item-g .text .info li a {
  color: #333;
}

.footer .item-g .text .info li a:hover {
  text-decoration: underline;
}

.footer .item-g .text .info li a.fax{
  cursor: default;
}

.footer .item-g .text .info li a.fax:hover{
  text-decoration: unset;
}

.footer .item-g .text .copyright {
  font-size: 18px;
}

.footer .item-g .text .copyright .design {
  margin-left: 23px;
  color: #bbb;
}

.footer .item-g .text .copyright .design .font {
  color: #bbb;
}

.social-media {
  font-size: 0;
}

.social-media li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.social-media li:last-child {
  margin-right: 0;
}

.social-media li a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.social-media li a i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.go-top {
  position: fixed;
  right: 20px;
  width: 60px;
  height: 60px;
  background: url(../images/icon_top.png) no-repeat;
  background-size: contain;
  font-size: 0;
  opacity: 0;
  bottom: 45px;
  z-index: 210;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}

.go-top.show {
  opacity: 1;
}

@media (max-width: 1440px) {
  .go-top {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 1249px) {
  .footer {
    padding: 35px 0 25px;
  }
  .footer .item-g .f-logo {
    display: block;
    margin: 0 auto 18px;
  }
  .footer .item-g .text {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .footer .item-g .text .info {
    margin: 8px 0 4px;
  }
}

@media (max-width: 991px) {
  .footer {
    padding: 30px 0 25px;
  }
  .footer .item-g .text .list {
    margin-left: 0;
  }
  .footer .item-g .text .list li {
    font-size: 16px;
    padding: 0 12px;
  }
  .footer .item-g .text .info {
    margin: 8px 0 0;
  }
  .footer .item-g .text .info li {
    font-size: 16px;
    padding-left: 22px;
  }
  .footer .item-g .text .copyright {
    font-size: 16px;
  }
  .footer .item-g .text .copyright .design {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 25px 0 15px;
  }
  .footer .item-g .text .copyright .design {
    width: 100%;
    margin-left: 0;
  }
  .go-top {
    width: 40px;
    height: 40px;
    bottom: 60px;
  }
}

@media (max-width: 599px) {
  .footer .item-g .text .info {
    text-align: left;
  }
  .footer .item-g .text .info li {
    width: 100%;
    padding-left: 24px;
    margin-right: 0;
  }
  .footer .item-g .text .info li:last-child {
    margin-bottom: 0;
  }
}

/* ===== 消息詳細樣板 ===== */
.temp-wrap {
  font-size: 0;
  padding: 25px 0;
}

.temp-wrap h3 {
  line-height: 1.4;
  font-size: 28px;
  margin-bottom: 15px;
  color: #1b1b1b;
}

.temp-wrap p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.temp-wrap .pic, .temp-wrap .txt {
  display: inline-block;
  vertical-align: middle;
}

/* ===== 樣板左文右圖、樣板左圖右文 ===== */
.temp-view-txt-l-pic-r .pic,
.temp-view-txt-r-pic-l .pic {
  width: 31%;
}

.temp-view-txt-l-pic-r .txt,
.temp-view-txt-r-pic-l .txt {
  padding-left: 45px;
  width: 69%;
}

.temp-view-txt-r-pic-l {
  direction: rtl;
}

.temp-view-txt-r-pic-l .txt {
  direction: ltr;
  padding-left: 0;
  padding-right: 45px;
}

/* ===== 樣板上圖下文、樣板上文下圖 ===== */
.temp-view-pic-t-txt-b .txt {
  margin-top: 25px;
  text-align: center;
}

.temp-view-pic-b-txt-t .txt {
  margin-bottom: 25px;
  text-align: center;
}

/* ===== 樣板滿版影片 ===== */
.temp-view-video .iframe-box {
  position: relative;
  padding-top: 56.25%;
}

.temp-view-video .iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .temp-view-txt-l-pic-r .txt, .temp-view-txt-r-pic-l .txt {
    padding-left: 30px;
  }
  .temp-view-txt-r-pic-l .txt {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .temp-view-txt-l-pic-r .txt, .temp-view-txt-r-pic-l .txt {
    padding-top: 10px;
    padding-left: 20px;
  }
  .temp-view-txt-r-pic-l .txt {
    padding-left: 0;
    padding-right: 20px;
  }
  .temp-wrap {
    padding: 20px 0;
  }
  .temp-wrap h3 {
    margin-bottom: 10px;
  }
  .temp-wrap p {
    line-height: 1.6;
  }
  .temp-wrap .pic, .temp-wrap .txt {
    vertical-align: top;
  }
  .temp-view-txt-l-pic-r .pic, .temp-view-txt-l-pic-r .txt,
  .temp-view-txt-r-pic-l .pic,
  .temp-view-txt-r-pic-l .txt {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .temp-view-txt-l-pic-r .txt, .temp-view-txt-r-pic-l .txt {
    padding-top: 20px;
    padding-left: 0;
  }
  .temp-view-txt-r-pic-l .txt {
    padding-left: 0;
    padding-right: 0;
  }
  .temp-wrap {
    padding: 20px 0;
  }
  .temp-wrap h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .temp-wrap p {
    line-height: 1.6;
  }
  .temp-wrap .pic, .temp-wrap .txt {
    vertical-align: top;
  }
  .temp-view-txt-l-pic-r .pic, .temp-view-txt-l-pic-r .txt,
  .temp-view-txt-r-pic-l .pic,
  .temp-view-txt-r-pic-l .txt {
    width: 100%;
  }
  .temp-view-txt-l-pic-r .pic,
  .temp-view-txt-r-pic-l .pic {
    text-align: center;
  }
  .temp-view-pic-t-txt-b .txt {
    margin-top: 20px;
    text-align: left;
  }
  .temp-view-pic-b-txt-t .txt {
    margin-bottom: 20px;
    text-align: left;
  }
}

.btn-style {
  width: 100%;
  text-align: center;
  font-size: 17px;
  border: none;
  border-radius: 30px;
  padding: 10px 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #fff;
}
.btn-style:hover {
  color: #fff;
}

.btn-style.red {
  background: #e4153f;
}

.btn-style.gray {
  background: #a4a4a4;
}

.btn-style.blue {
  background: #115fab;
}

.btn-style.green {
  background: #58b530;
}

.btn-style.black {
  background: #000;
}

@media (min-width: 992px) {
  .btn-style:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .btn-style {
    font-size: 16px;
    padding: 8px 0;
  }
}

/* ===== category ===== */
.category .cur-item {
  display: none;
}

@media (min-width: 992px) {
  .cat-stlye {
    margin-top: 15px;
  }
  .cat-stlye .m-first {
    display: block !important;
    font-size: 0;
    text-align: center;
  }
  .cat-stlye .m-first li {
    position: relative;
    z-index: 0;
    /* margin-top: -2px; */
    margin-left: -2px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .cat-stlye .m-first li:first-child a {
    border-left: 2px solid #c8d7e5;
  }
  .cat-stlye .m-first li:first-child a.current {
    border-left: 2px solid #115fab;
  }
  .cat-stlye .m-first li a {
    /* width: 260px; */
    color: #115fab;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
    border-top: 2px solid #c8d7e5;
    border-right: 2px solid #c8d7e5;
    border-bottom: 2px solid #c8d7e5;
    border-left: 2px solid #c8d7e5;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    position: relative;
  }
  .cat-stlye .m-first li a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #115fab transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
  }
  .cat-stlye .m-first li a:hover {
    color: #fff;
    background: #115fab;
    border: 2px solid #115fab;
    border-left: none;
  }
  .cat-stlye .m-first li a.current {
    color: #fff;
    background: #115fab;
    border: 2px solid #115fab;
    border-left: none;
  }
  .cat-stlye .m-first li a.current::after {
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .category {
    max-width: 400px;
    margin: 15px auto 0;
  }
  .category.open .cur-item::after {
    top: 16px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .category .cur-item {
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #115fab;
    background: #115fab;
    padding: 5px 0;
    z-index: 1;
    position: relative;
    font-size: 16px;
    margin: 0 0 20px;
  }
  .category .cur-item::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .category .m-first {
    border-radius: 0 0 30px 30px;
    padding: 30px 0 10px;
    margin-top: -45px;
    background: #fff;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
  }
  .category .m-first li {
    width: 100% !important;
    margin: 0;
    text-align: center;
  }
  .category .m-first li a {
    width: 100%;
    border: none;
    padding: 10px 0;
    font-size: 16px;
  }
  .category .m-first li a.current {
    background: none;
    border: none;
    color: #e4153f;
  }
}

/* ===== p-pager ===== */
.p-pager {
  text-align: center;
}

.p-pager a {
  display: inline-block;
  vertical-align: middle;
}

.p-pager .num {
  font-size: 15px;
  margin: 0 5px;
  color: #000;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  position: relative;
  background: #eee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: 'Lato';
  font-weight: 400;
}

.p-pager .num:hover {
  background: #e4153f;
  color: #fff;
}

.p-pager .prev {
  font-size: 14px;
  color: #888;
  margin-right: 10px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.p-pager .prev::before {
  content: "\f30a";
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #888;
  font-weight: 900;
  margin-right: 5px;
}

.p-pager .prev:hover {
  color: #115fab;
}

.p-pager .prev:hover::before {
  color: #115fab;
}

.p-pager .next {
  font-size: 14px;
  color: #555;
  margin-left: 10px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.p-pager .next::after {
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #888;
  font-weight: 900;
  margin-left: 5px;
}

.p-pager .next:hover {
  color: #115fab;
}

.p-pager .next:hover::after {
  color: #115fab;
}

.p-pager .current {
  color: #fff;
  background: #e4153f;
}

@media (max-width: 767px) {
  .p-pager .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .p-pager .prev {
    font-size: 0;
    margin-right: 5px;
  }
  .p-pager .prev::before {
    margin: 0;
  }
  .p-pager .next {
    font-size: 0;
    margin-left: 5px;
  }
  .p-pager .next::after {
    margin: 0;
  }
}

/* ==========================================
 ##### animate
========================================== */
[data-scrollview="fadeInLeft"], [data-scrollview-repeat="fadeInLeft"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}

[data-scrollview="fadeInLeft"].scroll-view, [data-scrollview-repeat="fadeInLeft"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview="fadeInRight"], [data-scrollview-repeat="fadeInRight"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}

[data-scrollview="fadeInRight"].scroll-view, [data-scrollview-repeat="fadeInRight"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview="fadeInUp"], [data-scrollview-repeat="fadeInUp"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="fadeInUp"].scroll-view, [data-scrollview-repeat="fadeInUp"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="fadeInDown"], [data-scrollview-repeat="fadeInDown"] {
  opacity: 0;
  -webkit-transition: opacity 1s , -webkit-transform 1s;
  transition: opacity 1s , -webkit-transform 1s;
  -o-transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s;
  transition: opacity 1s , transform 1s , -webkit-transform 1s;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="fadeInDown"].scroll-view, [data-scrollview-repeat="fadeInDown"].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview="InOpacity"], [data-scrollview-repeat="InOpacity"] {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

[data-scrollview="InOpacity"].scroll-view, [data-scrollview-repeat="InOpacity"].scroll-view {
  opacity: 1;
}

[data-scrollview="flipIn"], [data-scrollview-repeat="flipIn"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s , -webkit-transform 1.2s;
  transition: opacity 1.2s , -webkit-transform 1.2s;
  -o-transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s , -webkit-transform 1.2s;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

[data-scrollview="flipIn"].scroll-view, [data-scrollview-repeat="flipIn"].scroll-view {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

[data-scrollview="zoomIn"], [data-scrollview-repeat="zoomIn"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s , -webkit-transform 1.2s;
  transition: opacity 1.2s , -webkit-transform 1.2s;
  -o-transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s;
  transition: opacity 1.2s , transform 1.2s , -webkit-transform 1.2s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

[data-scrollview="zoomIn"].scroll-view, [data-scrollview-repeat="zoomIn"].scroll-view {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes ani_slogan {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
}

@keyframes ani_slogan {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
  }
}

@-webkit-keyframes ani_scrolldown {
  0% {
    bottom: 15%;
  }
  50% {
    bottom: 16%;
  }
  100% {
    bottom: 15%;
  }
}

@keyframes ani_scrolldown {
  0% {
    bottom: 15%;
  }
  50% {
    bottom: 16%;
  }
  100% {
    bottom: 15%;
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes ani_imgeffin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-10deg);
            transform: translateX(-100%) skewX(-10deg);
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(110%) skewX(-10deg);
            transform: translateX(110%) skewX(-10deg);
  }
}

@keyframes ani_imgeffin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-10deg);
            transform: translateX(-100%) skewX(-10deg);
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(110%) skewX(-10deg);
            transform: translateX(110%) skewX(-10deg);
  }
}

@-webkit-keyframes ani_dropDown {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

@keyframes ani_dropDown {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
}

@keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
}

/* ===== p-breadcrumb ===== */
.prod-breadcrumb {
  font-size: 0;
}

.prod-breadcrumb .p-breadcrumb li::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.prod-breadcrumb .p-breadcrumb li a {
  color: #fff;
}

.breadcrumb-wrap {
  font-size: 0;
  padding: 20px 0;
}

.p-breadcrumb {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.p-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 28px;
}

.p-breadcrumb li:last-child {
  padding-right: 0;
}

.p-breadcrumb li:last-child::after {
  display: none;
}

.p-breadcrumb li::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  top: 9px;
  right: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-breadcrumb li a {
  color: #444;
  font-size: 16px;
}

@media (max-width: 991px) {
  .breadcrumb-wrap {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrap {
    position: relative;
  }
  .p-breadcrumb li {
    padding-right: 16px;
  }
  .p-breadcrumb li::after {
    width: 6px;
    height: 6px;
    top: 10px;
    right: 7px;
  }
}

/* ===== i-ban ===== */
.i-ban {
  position: relative;
  padding: 0 80px;
  margin-top: 95px;
  overflow: hidden;
}

.i-ban .xs-show {
  display: none;
}

.i-ban .ban-cont {
  padding-bottom: 37.35%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.i-ban .co-name {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #333;
}

.i-ban .scroll-down {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #333;
}

.i-ban .scroll-down .line {
  display: inline-block;
  width: 1px;
  height: 100px;
  background-color: #aaa;
  margin: 15px auto 0;
  position: relative;
}

.i-ban .scroll-down .line i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.5px;
  -webkit-animation: ani_scrolldown 2.5s ease infinite;
          animation: ani_scrolldown 2.5s ease infinite;
}

.i-ban .dots {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  margin: 0 12px;
}

.i-ban .dots .slick-dots {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.i-ban .dots .slick-dots li {
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.i-ban .dots .slick-dots li button {
  border: none;
  padding: 0;
  width: 20px;
  height: 2px;
  background: #d2d2d2;
  cursor: pointer;
}

.i-ban .dots .slick-dots .slick-active button {
  background: #6da5c6;
}

.i-ban .ban-slick {
  max-width: 1740px;
  margin: auto;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.i-ban .ban-slick .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  outline: none;
  font-size: 0;
  padding: 0;
  width: 60px;
  height: 60px;
}

.i-ban .ban-slick .slick-arrow.slick-prev {
  left: 40px;
  background: url(../images/ban_aw_l.png) no-repeat;
  background-size: contain;
}

.i-ban .ban-slick .slick-arrow.slick-next {
  right: 40px;
  background: url(../images/ban_aw_r.png) no-repeat;
  background-size: contain;
}

.i-ban .ban-slick .slick-dots {
  position: absolute;
  left: 11.5%;
  bottom: 10%;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.i-ban .ban-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  list-style: unset;
  margin-right: 8px;
}

.i-ban .ban-slick .slick-dots li:last-child {
  margin-right: 0;
}

.i-ban .ban-slick .slick-dots li.slick-active button {
  background: #65a4e2;
}

.i-ban .ban-slick .slick-dots li button {
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f4f4f4;
}

.i-ban .ban-slick .first .box .txt, .i-ban .ban-slick .in .box .txt {
  opacity: 1;
}

.i-ban .ban-slick .box .video{
  padding-top: 37.35%;
}

.i-ban .ban-slick .box .video iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.i-ban .ban-slick .box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.i-ban .ban-slick .box.in .pic img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.i-ban .ban-slick .box .txt {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 11.5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Poppins';
  line-height: 1;
  font-size: 70px;
  font-weight: bold;
}

.i-ban .ban-slick .box .txt span {
  display: block;
  font-weight: 400;
}

.i-ban .ban-slick .pic {
  position: relative;
}

.i-ban .ban-slick .pic img {
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  -o-transition: transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  width: 100%;
  height: auto;
}

@keyframes ani_scrolldown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}

@media (max-width: 1440px) {
  .i-ban {
    padding: 0 50px;
  }
  .i-ban .co-name {
    height: 270px;
    left: 15px;
  }
  .i-ban .scroll-down {
    right: 15px;
  }
  .i-ban .ban-slick .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .i-ban .ban-slick .slick-arrow.slick-prev {
    left: 20px;
  }
  .i-ban .ban-slick .slick-arrow.slick-next {
    right: 20px;
  }
  .i-ban .ban-slick .box .txt {
    left: 8%;
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .i-ban {
    padding: 0 30px 0 50px;
  }
  .i-ban .co-name {
    left: 4px;
  }
  .i-ban .scroll-down {
    right: 6px;
  }
}

@media (max-width: 991px) {
  .i-ban {
    margin-top: 70px;
    padding: 0;
  }
  .i-ban .co-name,
  .i-ban .scroll-down {
    display: none;
  }
  .i-ban .ban-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .i-ban .ban-slick .slick-arrow.slick-prev {
    left: 15px;
  }
  .i-ban .ban-slick .slick-arrow.slick-next {
    right: 15px;
  }
  .i-ban .ban-slick .box .txt {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .i-ban .xs-hide {
    display: none;
  }
  .i-ban .xs-show {
    display: block;
  }
  .i-ban .ban-cont {
    padding-top: 34%;
  }
  .i-ban .ban-slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .i-ban .ban-slick .slick-arrow.slick-prev {
    left: 10px;
  }
  .i-ban .ban-slick .slick-arrow.slick-next {
    right: 10px;
  }
  .i-ban .ban-slick .box .video{
    padding-top: 71.42%;
  }
  .i-ban .ban-slick .box .txt {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
    padding: 0 15px;
    width: 100%;
  }
}

/* ===== i-event ===== */
.i-event {
  padding: 80px 0 95px;
}

.i-event .i-ti-box {
  margin-bottom: 40px;
}

.i-event .event-btn-wrap {
  text-align: center;
  margin-top: 45px;
}

.i-event .event-btn-wrap a {
  text-align: center;
  width: 180px;
  color: #fff;
  border-radius: 30px;
  background: #000;
  padding: 10px 0;
  position: relative;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.i-event .event-btn-wrap a i {
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.event-item-g {
  font-size: 0;
  margin: 0 -25px;
}

.event-item-g.course .box .txt {
  background: #fff;
  position: relative;
  padding-top: 65px;
}

.event-item-g.course .box .txt span {
  color: #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.event-item-g.course .box .txt span.hot::after {
  border-color: #c30d32 transparent transparent transparent;
}

.event-item-g.course .box .txt span.new::after {
  border-color: #58b530 transparent transparent transparent;
}

.event-item-g.course .box .txt span i {
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: unset;
}

.event-item-g.course .box .txt span::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.event-item-g .item {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 25px;
}

.event-item-g .box {
  border-radius: 10px;
  overflow: hidden;
}

.event-item-g .box .pic {
  position: relative;
  overflow: hidden;
}

.event-item-g .box .pic span {
  color: #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.event-item-g .box .pic span.hot::after {
  border-color: #c30d32 transparent transparent transparent;
}

.event-item-g .box .pic span.new::after {
  border-color: #58b530 transparent transparent transparent;
}

.event-item-g .box .pic span i {
  display: block;
  position: absolute;
  top: 13px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
  font-style: unset;
}

.event-item-g .box .pic span::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.event-item-g .box .pic img {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  height: auto !important;
}

.event-item-g .box .txt {
  background: #f8f8f8;
  padding: 35px 20px;
}

.event-item-g .box .txt h3 a {
  width: 100%;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  line-height: 1.4;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #115fab;
}

.event-item-g .box .txt h3 .en {
  color: #444;
}

.event-item-g .box .txt .info {
  margin-top: 20px;
}

.event-item-g .box .txt .info li {
  position: relative;
  font-size: 17px;
  color: #666;
  padding-left: 25px;
  margin-bottom: 8px;
  line-height: 1.4;
}

.event-item-g .box .txt .info li:last-child {
  margin-bottom: 0;
}

.event-item-g .box .txt .info li.location i {
  left: 2px;
}

.event-item-g .box .txt .info li i {
  position: absolute;
  top: 3px;
  left: 0;
}

.event-item-g .box .txt .info li a {
  color: #666;
}

.event-item-g .box .txt .btn-wrap {
  margin: 40px auto 0;
}

.event-item-g .box .txt .btn-wrap a {
  width: 100%;
  text-align: center;
  font-size: 17px;
  border-radius: 30px;
  padding: 10px 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.event-item-g .box .txt .btn-wrap a.red {
  color: #e4153f;
  border: 2px solid #e4153f;
}

.event-item-g .box .txt .btn-wrap a.gray {
  color: #a4a4a4;
  border: 2px solid #a4a4a4;
}

.event-item-g .box .txt .btn-wrap a.blue {
  color: #115fab;
  border: 2px solid #115fab;
}

.event-item-g .box .txt .btn-wrap a.green {
  color: #58b530;
  border: 2px solid #58b530;
}

.event-list-g {
  margin-top: 70px;
}

.event-list-g .item-g {
  width: 100%;
  font-size: 0;
  padding: 22px 0 17px;
  border-bottom: 1px solid #ddd;
}

.event-list-g .item-g .txt-box, .event-list-g .item-g .btn-wrap {
  display: inline-block;
  vertical-align: middle;
}

.event-list-g .item-g .btn-wrap {
  width: 180px;
}

.event-list-g .item-g .btn-wrap a {
  width: 100%;
  text-align: center;
  font-size: 17px;
  border-radius: 30px;
  padding: 10px 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.event-list-g .item-g .btn-wrap a.red {
  color: #e4153f;
  border: 2px solid #e4153f;
}

.event-list-g .item-g .btn-wrap a.gray {
  color: #a4a4a4;
  border: 2px solid #a4a4a4;
}

.event-list-g .item-g .btn-wrap a.blue {
  color: #115fab;
  border: 2px solid #115fab;
}

.event-list-g .item-g .btn-wrap a.green {
  color: #58b530;
  border: 2px solid #58b530;
}

.event-list-g .item-g .txt-box {
  width: calc(100% - 180px);
  position: relative;
  padding-left: 80px;
}

.event-list-g .item-g .txt-box .tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  width: 60px;
  text-align: center;
  padding: 4px 2px;
  color: #fff;
}

.event-list-g .item-g .txt-box .tag.hot {
  background: #c30d32;
}

.event-list-g .item-g .txt-box .tag.new {
  background: #58b530;
}

.event-list-g .item-g .txt-box .txt {
  padding-right: 20px;
}

.event-list-g .item-g .txt-box .txt h3 a {
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  color: #115fab;
}

.event-list-g .item-g .txt-box .txt h3 .en {
  color: #444;
}

.event-list-g .item-g .txt-box .txt .info {
  margin-top: 10px;
  font-size: 0;
}

.event-list-g .item-g .txt-box .txt .info li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 17px;
  color: #666;
  padding-left: 25px;
  margin: 0 45px 5px 0;
  line-height: 1.4;
}

.event-list-g .item-g .txt-box .txt .info li:last-child {
  margin-right: 0;
}

.event-list-g .item-g .txt-box .txt .info li.location i {
  left: 2px;
}

.event-list-g .item-g .txt-box .txt .info li i {
  position: absolute;
  top: 3px;
  left: 0;
}

.event-list-g .item-g .txt-box .txt .info li a {
  color: #666;
}

@media (min-width: 991px) {
  .i-event .event-btn-wrap a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
  }
  .event-item-g .box .pic:hover img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
  .event-item-g .box .txt h3:hover a {
    color: #e4153f;
  }
  .event-item-g .box .txt h3:hover .en {
    color: #115fab;
  }
  .event-item-g .box .txt .btn-wrap a.red:hover {
    color: #fff;
    background: #e4153f;
  }
  .event-item-g .box .txt .btn-wrap a.gray:hover {
    color: #fff;
    background: #a4a4a4;
  }
  .event-item-g .box .txt .btn-wrap a.blue:hover {
    color: #fff;
    background: #115fab;
  }
  .event-item-g .box .txt .btn-wrap a.green:hover {
    color: #fff;
    background: #58b530;
  }
  .event-list-g .item-g .txt-box .txt h3:hover a {
    color: #e4153f;
  }
  .event-list-g .item-g .txt-box .txt h3:hover .en {
    color: #115fab;
  }
  .event-list-g .item-g .btn-wrap a.red:hover {
    color: #fff;
    background: #e4153f;
  }
  .event-list-g .item-g .btn-wrap a.gray:hover {
    color: #fff;
    background: #a4a4a4;
  }
  .event-list-g .item-g .btn-wrap a.blue:hover {
    color: #fff;
    background: #115fab;
  }
  .event-list-g .item-g .btn-wrap a.green:hover {
    color: #fff;
    background: #58b530;
  }
}

@media (max-width: 1440px) {
  .i-event {
    padding: 65px 0;
  }
  .event-item-g {
    margin: 0 -15px;
  }
  .event-item-g.course {
    padding: 0 30px;
  }
  .event-item-g .item {
    padding: 0 15px;
  }
  .event-item-g .box .txt {
    padding: 25px 20px;
  }
  .event-item-g .box .txt .btn-wrap {
    margin: 25px auto 0;
  }
  .event-list-g .item-g .txt-box .txt .info li {
    margin: 0 18px 5px 0;
  }
}

@media (max-width: 991px) {
  .i-event {
    padding: 45px 0;
  }
  .event-item-g {
    margin: 0 -10px;
  }
  .event-item-g.course {
    padding: 0 20px;
  }
  .event-item-g .item {
    padding: 0 10px;
  }
  .event-item-g .box .txt {
    padding: 20px;
  }
  .event-item-g .box .txt h3 a {
    font-size: 18px;
  }
  .event-item-g .box .txt .info {
    margin-top: 15px;
  }
  .event-item-g .box .txt .info li {
    font-size: 16px;
  }
  .event-item-g .box .txt .btn-wrap {
    margin: 20px auto 0;
  }
  .event-item-g .box .txt .btn-wrap a {
    padding: 6px 0;
    font-size: 16px;
  }
  .event-list-g {
    margin-top: 45px;
  }
  .event-list-g .item-g .txt-box .txt h3 a {
    font-size: 18px;
  }
  .event-list-g .item-g .txt-box .txt .info {
    margin-top: 10px;
  }
  .event-list-g .item-g .btn-wrap a {
    font-size: 16px;
    padding: 6px 0;
  }
}

@media (max-width: 767px) {
  .event-item-g {
    margin: 0;
  }
  .event-item-g .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .event-item-g .item:last-child {
    margin-bottom: 0;
  }
  .event-item-g .box {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .event-item-g .box .pic {
    width: 100%;
  }
  .event-item-g .box .pic img {
    width: 100%;
  }
  .event-item-g .box .txt .btn-wrap a {
    width: 180px;
  }
  .event-list-g {
    margin-top: 30px;
  }
  .event-list-g .item-g .txt-box {
    width: 100%;
    padding: 0;
  }
  .event-list-g .item-g .txt-box .txt h3 a {
    -webkit-line-clamp: unset;
  }
  .event-list-g .item-g .txt-box .tag {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 10px;
  }
  .event-list-g .item-g .btn-wrap {
    width: 100%;
    margin-top: 15px;
  }
  .event-list-g .item-g .btn-wrap a {
    width: 180px;
  }
  .i-event .event-btn-wrap {
    margin-top: 35px;
  }
  .i-event .event-btn-wrap a {
    width: 180px;
  }
}

/* ===== i-news ===== */
.i-news {
  padding: 95px 0;
  position: relative;
  z-index: 1;
}

.i-news::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #115fab;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 95, 171, 0.053659)), to(white));
  background: -o-linear-gradient(top, rgba(17, 95, 171, 0.053659) 0%, white 100%);
  background: linear-gradient(180deg, rgba(17, 95, 171, 0.053659) 0%, white 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.i-news .btn-wrap {
  text-align: center;
  margin-top: 45px;
}

.i-news .btn-wrap a {
  text-align: center;
  width: 280px;
  color: #115fab;
  border-radius: 30px;
  border: 1px solid #115fab;
  padding: 10px 0;
  position: relative;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.i-news .btn-wrap a i {
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-list-g {
  margin-top: 35px;
}

.news-list-g .item {
  font-size: 0;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.news-list-g .item:first-child {
  border-top: 1px solid #ddd;
}

.news-list-g .item .date-box, .news-list-g .item h3 {
  display: inline-block;
  vertical-align: middle;
}

.news-list-g .item .date-box {
  width: 105px;
  text-align: center;
  color: #115fab;
  font-family: 'Poppins';
  font-weight: 500;
  border-right: 1px solid #ddd;
}

.news-list-g .item .date-box span {
  font-size: 40px;
  line-height: 1;
}

.news-list-g .item .date-box p {
  font-size: 15px;
  line-height: 1;
}

.news-list-g .item .date-box span.xs-hide {
  display: inline-block;
}
.news-list-g .item .date-box span.xs-show {
  display: none;
}

.news-list-g .item h3 {
  width: calc(100% - 105px);
  font-size: 20px;
  padding: 0 70px 0 45px;
  position: relative;
}

.news-list-g .item h3 i {
  position: absolute;
  top: 0;
  right: 38px;
  color: #ddd;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.news-list-g .item h3 a {
  display: block;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 992px) {
  .i-news .btn-wrap a:hover {
    color: #fff;
    background: #115fab;
  }
  .news-list-g .item:hover h3 i {
    color: #115fab;
  }
}

@media (max-width: 1440px) {
  .i-news {
    padding: 65px 0;
  }
  .news-list-g .item {
    padding: 18px 0;
  }
  .news-list-g .item h3 {
    padding: 0 45px 0 25px;
  }
  .news-list-g .item h3 i {
    right: 15px;
  }
}

@media (max-width: 991px) {
  .i-news {
    padding: 45px 0;
  }
  .news-list-g .item {
    padding: 15px 0;
  }
  .news-list-g .item .date-box {
    width: 80px;
  }
  .news-list-g .item .date-box span {
    font-size: 24px;
    margin-bottom: 3px;
  }
  .news-list-g .item h3 {
    width: calc(100% - 80px);
    font-size: 18px;
    padding: 0 35px 0 20px;
  }
  .news-list-g .item h3 i {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .i-news .btn-wrap {
    margin-top: 35px;
  }
  .i-news .btn-wrap a {
    width: 180px;
    font-size: 16px;
  }
  .news-list-g .item .date-box {
    width: 100px;
    text-align: left;
    border-right: none;
    display: block;
    position: relative;
  }
  .news-list-g .item .date-box span, .news-list-g .item .date-box p {
    display: inline-block;
    vertical-align: middle;
  }
  .news-list-g .item .date-box p {
    letter-spacing: 1px;
  }
  .news-list-g .item .date-box span {
    /* position: absolute;
    top: 0; */
    /* right: 0; */
    /* left: 65px;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0; */
  }
  .news-list-g .item .date-box span::before {
    /* content: '.';
    display: inline-block;
    vertical-align: top;
    padding-right: 1px; */
  }
  .news-list-g .item .date-box span.xs-hide {
    display: none;
  }
  .news-list-g .item .date-box span.xs-show {
    display: inline-block;
    font-size: 15px;
    margin: 0;
    vertical-align: bottom;
  }
  .news-list-g .item h3 {
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
  }
}

/* ===== i-about ===== */
.i-about {
  font-size: 0;
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.i-about::after {
  content: '';
  display: block;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: #f1f8ff;
  position: absolute;
  top: 0;
  right: 85px;
  z-index: -1;
}

.i-about .i-ti-box .ti {
  text-align: left;
}

.i-about .i-ti-box .ti::after {
  margin: 15px 0 0;
}

.i-about .pic {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 820px;
}

.i-about .pic::after {
  content: '';
  display: block;
  width: 380px;
  height: 250px;
  background: url(../images/i_about_2.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -70px;
  right: -235px;
}

.i-about .txt {
  width: calc(100% - 820px);
  display: inline-block;
  vertical-align: top;
  padding-left: 195px;
  padding-right: 100px;
}

.i-about .txt p {
  font-size: 18px;
  color: #444;
  margin-top: 45px;
}

.i-about .txt .btn-wrap {
  text-align: right;
  margin-top: 70px;
  max-width: 485px;
}

.i-about .txt .btn-wrap a {
  text-align: center;
  width: 185px;
  color: #fff;
  background: #e4153f;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.i-about .txt .btn-wrap a i {
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.i-about .txt .en-list li {
  position: relative;
  font-size: 17px;
  padding-left: 170px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.i-about .txt .en-list li:last-child {
  margin-bottom: 0;
}

.i-about .txt .en-list li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #115fab;
  font-weight: 700;
}

@media (min-width: 992px) {
  .i-about .txt .btn-wrap a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
  }
}

@media (max-width: 1549px) {
  .i-about .pic::after {
    bottom: -50px;
    right: -90px;
  }
  .i-about .txt {
    padding: 0 30px 0 45px;
  }
  .i-about .txt p br {
    display: none;
  }
  .i-about .txt .btn-wrap {
    max-width: unset;
    margin-top: 35px;
  }
}

@media (max-width: 1440px) {
  .i-about {
    padding-bottom: 125px;
  }
  .i-about::after {
    width: 450px;
    height: 450px;
    right: 35px;
  }
  .i-about .pic {
    width: 55%;
  }
  .i-about .pic::after {
    right: -30px;
  }
  .i-about .txt {
    width: 45%;
  }
  .i-about .txt p {
    margin-top: 30px;
  }
  .i-about .txt .en-list li {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .i-about .txt .en-list li span {
    position: relative;
    top: unset;
    left: unset;
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .i-about {
    padding: 15px 0 60px;
  }
  .i-about::after {
    display: none;
  }
  .i-about .i-ti-box .ti br {
    display: none;
  }
  .i-about .pic {
    width: 50%;
  }
  .i-about .pic::after {
    display: none;
  }
  .i-about .txt {
    width: 50%;
    padding: 0 20px 0 25px;
  }
  .i-about .txt p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .i-about {
    padding: 0 20px 45px;
  }
  .i-about .pic {
    width: 100%;
  }
  .i-about .txt {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
  .i-about .txt p {
    margin-top: 20px;
  }
  .i-about .txt .btn-wrap {
    text-align: center;
    margin-top: 30px;
  }
  .i-about .txt .btn-wrap a {
    width: 180px;
  }
}

/* ===== i-links ===== */
.i-links {
  padding-bottom: 110px;
}

.i-links .links-slick {
  font-size: 0;
  margin: 50px -50px;
}

.i-links .links-slick .slick-dots {
  text-align: center;
  padding: 0;
  font-size: 0;
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.i-links .links-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  list-style: unset;
  margin-right: 8px;
}

.i-links .links-slick .slick-dots li:last-child {
  margin-right: 0;
}

.i-links .links-slick .slick-dots li.slick-active button {
  background: #65a4e2;
}

.i-links .links-slick .slick-dots li button {
  padding: 0;
  border: none;
  outline: none;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
}

.i-links .links-slick .slick-arrow {
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: none;
  z-index: 1;
}

.i-links .links-slick .slick-arrow.slick-prev {
  border-top: 2px solid #115fab;
  border-right: 2px solid #115fab;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.i-links .links-slick .slick-arrow.slick-next {
  border-top: 2px solid #115fab;
  border-right: 2px solid #115fab;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.i-links .links-slick .item {
  vertical-align: top;
  width: 25%;
  padding: 0 50px;
  border-right: 1px solid #ddd;
}

.i-links .links-slick .item:last-child {
  border-right: none;
}

.i-links .links-slick .item .logo {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.i-links .links-slick .item .logo::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(17, 95, 171, 0.9);
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  pointer-events: none;
}

.i-links .links-slick .item .logo i {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  font-style: normal;
  font-family: 'Poppins';
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  pointer-events: none;
}

.i-links .links-slick .item .logo img {
  margin: auto;
}

.i-links .btn-wrap {
  margin-top: 90px;
}

.i-links .btn-wrap a {
  text-align: center;
  width: 110px;
  color: #fff;
  background: #e4153f;
  border-radius: 30px;
  padding: 10px 0;
  position: relative;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 400;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.i-links .btn-wrap a i {
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 992px) {
  .i-links .links-slick .item:hover .logo::after {
    height: 100%;
  }
  .i-links .links-slick .item:hover .logo::after, .i-links .links-slick .item:hover .logo i {
    opacity: 1;
  }
  .i-links .btn-wrap a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
            box-shadow: 0 0 999px rgba(255, 255, 255, 0.2) inset;
  }
}

@media (max-width: 1440px) {
  .i-links {
    padding-bottom: 75px;
  }
  .i-links .links-slick {
    margin: 50px -30px;
    padding: 0 20px;
  }
  .i-links .links-slick .slick-arrow.slick-next {
    right: 20px;
  }
  .i-links .links-slick .slick-arrow.slick-prev {
    left: 20px;
  }
  .i-links .links-slick .item {
    padding: 0 30px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .i-links {
    padding-bottom: 45px;
  }
  .i-links .links-slick {
    margin: 50px -20px;
  }
  .i-links .links-slick .item {
    padding: 0 20px;
  }
  .i-links .links-slick .item img {
    margin: auto;
  }
  .i-links .btn-wrap {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .i-links .btn-wrap a {
    width: 180px;
  }
}

.p-label-ti {
  padding: 8px 15px;
}

.p-label-ti.black {
  background: #000;
}

.p-label-ti.black .ti {
  color: #fff;
}

.p-label-ti .ti {
  font-size: 26px;
}

.p-label-ti .ti::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 6px;
  background: url(../images/ti_deco.jpg) no-repeat;
  background-size: contain;
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .p-label-ti {
    padding: 6px 10px;
  }
}

@media (max-width: 991px) {
  .p-label-ti .ti {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .p-label-ti {
    padding: 5px 10px;
  }
  .p-label-ti .ti {
    font-size: 20px;
  }
}

/* ===== 共用table ===== */
.p-table {
  text-align: center;
}

.p-table .w33 {
  width: 33.33%;
}

.p-table .w11 {
  width: 11.11%;
}

.p-table .w12 {
  width: 12%;
}

.p-table .w22 {
  width: 22%;
}

.p-table .w30 {
  width: 30%;
}

.p-table .w44 {
  width: 44%;
}

.p-table .w66 {
  width: 66.66%;
}

.p-table .w50 {
  width: 50%;
}

.p-table .w25 {
  width: 25%;
}

.p-table .w20 {
  width: 20%;
}

.p-table .w60 {
  width: 60%;
}

.p-table .w14 {
  width: 14%;
}

.p-table .w80 {
  width: 80%;
}

.p-table .t-left {
  text-align: left;
}

.p-table .t-head {
  background: #000;
  color: #fff;
}

.p-table .t-head .t-tr {
  position: relative;
  width: 100%;
  font-size: 0;
  display: table;
}

.p-table .t-head .t-tr .t-td {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 15px;
  font-size: 18px;
  position: relative;
}

.p-table .t-head .t-tr .t-td::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-table .t-head .t-tr .t-td:last-child {
  border-right: none;
}

.p-table .t-body .t-tr {
  font-size: 0;
  border-bottom: 1px solid #ddd;
  display: table;
}

.p-table .t-body .t-tr:last-child {
  border-bottom: none;
}

.p-table .t-body .t-tr .t-td {
  padding: 20px;
  display: table-cell;
  vertical-align: top;
  color: #333;
}

.p-table .t-body .t-tr .t-td .item-g {
  direction: rtl;
}

.p-table .t-body .t-tr .t-td .item-g .txt, .p-table .t-body .t-tr .t-td .item-g .pic {
  display: inline-block;
  vertical-align: top;
}

.p-table .t-body .t-tr .t-td .item-g .pic {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
}

.p-table .t-body .t-tr .t-td .item-g .txt {
  width: calc(100% - 120px);
  font-size: 17px;
  padding-right: 10px;
  direction: ltr;
}

.p-table .t-tr {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  width: 100%;
}

.p-table .t-tr .t-td {
  font-size: 17px;
}

@media (max-width: 1440px) {
  .p-table .t-head .t-tr .t-td {
    padding: 15px 10px;
  }
  .p-table .t-body .t-tr .t-td {
    padding: 15px 10px;
  }
}

@media (max-width: 991px) {
  .p-table .t-body .t-tr .t-td .item-g .pic {
    display: block;
    margin: auto;
    /* width: 90px; */
  }
  .p-table .t-body .t-tr .t-td .item-g .txt {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
  .p-table .t-head .t-tr .t-td {
    padding: 10px 5px;
    font-size: 16px;
  }
  .p-table .t-body .t-tr .t-td {
    padding: 10px 5px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .table-wrap-box {
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
  }
  .table-wrap-box .hand {
    position: absolute;
    z-index: 20;
    top: 30px;
    right: 20px;
  }
  .table-wrap-box .hand::after {
    display: block;
    content: '\f337';
    font-family: 'Font Awesome 5 Free';
    color: #115fab;
    font-weight: 600;
    line-height: 1;
    pointer-events: none;
    font-size: 2.4rem;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff, 0px 1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 0px 2px 0 #fff, 0px -2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-animation: ani_LR .8s both linear infinite;
            animation: ani_LR .8s both linear infinite;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
  }
  .table-wrap-box .p-table {
    width: 730px;
  }
}

/* ===== event-view ===== */
#event-view {
  padding-bottom: 150px;
}

#event-view .main {
  position: relative;
}

#event-view .main .deco {
  width: 100%;
  height: 550px;
  background: url(../images/event_view_bg.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#event-view .main .cont-box {
  font-size: 0;
  padding-bottom: 85px;
}

#event-view .main .cont-box .text, #event-view .main .cont-box .aside {
  display: inline-block;
  vertical-align: top;
}

#event-view .main .cont-box .text {
  width: calc(100% - 350px);
  padding-right: 50px;
}

#event-view .main .cont-box .text .view-ti-box {
  margin-top: 30px;
  padding-left: 30px;
}

#event-view .main .cont-box .text .view-ti-box .tag {
  font-size: 16px;
  width: 60px;
  text-align: center;
  padding: 4px 2px;
  margin-bottom: 15px;
  color: #fff;
}

#event-view .main .cont-box .text .view-ti-box .tag.hot {
  background: #c30d32;
}

#event-view .main .cont-box .text .view-ti-box .tag.new {
  background: #58b530;
}

#event-view .main .cont-box .text .view-ti-box .i-ti-box {
  position: relative;
  padding-top: 10px;
}

#event-view .main .cont-box .text .view-ti-box .i-ti-box::before {
  content: '';
  display: block;
  width: 6px;
  height: 85%;
  background: #3ab343;
  position: absolute;
  top: 10px;
  left: -30px;
}

#event-view .main .cont-box .text .view-ti-box .i-ti-box .ti {
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}

#event-view .main .cont-box .text .view-ti-box .i-ti-box .ti::after {
  margin: 15px 0 0;
}

#event-view .main .cont-box .text .view-ti-box .i-ti-box .ti.cn::after{
  display: none;
}

#event-view .main .cont-box .text .view-ti-box .i-ti-box .ti.en{
  margin-top: 10px;
}

#event-view .main .cont-box .text .view-ti-box .info {
  margin-top: 25px;
  font-size: 0;
}

#event-view .main .cont-box .text .view-ti-box .info li {
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  padding-left: 145px;
  line-height: 1.4;
  margin-bottom: 16px;
}

#event-view .main .cont-box .text .view-ti-box .info li:last-child {
  margin-bottom: 0;
}

#event-view .main .cont-box .text .view-ti-box .info li.location i {
  margin-left: 3px;
}

#event-view .main .cont-box .text .view-ti-box .info li span {
  position: absolute;
  top: 3px;
  left: 0;
}

#event-view .main .cont-box .text .view-ti-box .info li span i {
  margin-right: 8px;
}

#event-view .main .cont-box .text .view-ti-box .info li a {
  color: #666;
}

#event-view .main .cont-box .text .edit-wrap {
  padding-top: 50px;
}

#event-view .main .cont-box .aside {
  width: 350px;
  padding: 20px 40px;
  background: #fff;
  border: 2px solid #6698c8;
  border-radius: 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

#event-view .main .cont-box .aside .box-g .box {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}

#event-view .main .cont-box .aside .box-g .box:first-child::after {
  display: none;
}

#event-view .main .cont-box .aside .box-g .box:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#event-view .main .cont-box .aside .box-g .box::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: url(../images/ti_deco.jpg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -2px;
  left: 0;
}

#event-view .main .cont-box .aside .box-g .box .ti {
  color: #115fab;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

#event-view .main .cont-box .aside .box-g .box p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

#event-view .main .cont-box .aside .box-g .box ul {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
#event-view .main .cont-box .aside .box-g .box ul li {
  /* position: relative;
  padding-left: 140px; */
  margin-bottom: 5px;
}

#event-view .main .cont-box .aside .box-g .box ul li:last-child {
  margin-bottom: 0;
}

#event-view .main .cont-box .aside .box-g .box ul li span {
  /* position: absolute;
  top: 1px;
  left: 0; */
}

#event-view .main .cont-box .aside .box-g .box .total {
  font-size: 0;
}

#event-view .main .cont-box .aside .box-g .box .total span, #event-view .main .cont-box .aside .box-g .box .total .price {
  display: inline-block;
  vertical-align: middle;
}

#event-view .main .cont-box .aside .box-g .box .total span {
  width: 90px;
  font-size: 18px;
  color: #e4153f;
}

#event-view .main .cont-box .aside .box-g .box .total .price {
  padding-left: 10px;
  width: calc(100% - 90px);
  text-align: right;
  font-size: 28px;
  color: #333;
  font-family: 'Poppins';
  font-weight: 400;
}

#event-view .main .cont-box .aside .btn-wrap {
  padding-top: 20px;
}

#event-view .agenda .p-label-ti {
  padding-left: 0;
  margin-bottom: 15px;
}

#event-view .sponsor {
  margin-top: 80px;
}

#event-view .sponsor .sponsor-slick {
  font-size: 0;
  margin: 50px -17px 0;
  padding: 0 75px;
}

#event-view .sponsor .sponsor-slick .slick-arrow {
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: none;
}

#event-view .sponsor .sponsor-slick .slick-arrow.slick-prev {
  border-top: 2px solid #115fab;
  border-right: 2px solid #115fab;
  left: 20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

#event-view .sponsor .sponsor-slick .slick-arrow.slick-next {
  border-top: 2px solid #115fab;
  border-right: 2px solid #115fab;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#event-view .sponsor .sponsor-slick .item {
  padding: 0 17px;
  width: 33.33%;
  vertical-align: top;
  text-align: center;
}

#event-view .sponsor .sponsor-slick .box {
  width: 100%;
}

#event-view .sponsor .sponsor-slick .box .logo {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 70px 15px;
}

#event-view .sponsor .sponsor-slick .box .logo img {
  margin: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#event-view .sponsor .sponsor-slick .box p {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  line-height: 1.4;
}

#event-view .notice {
  margin-top: 35px;
}

#event-view .sponsor .edit-wrap {
  padding: 35px 15px 20px;
}
#event-view .notice .edit-wrap {
  padding: 35px 15px;
}

#event-view .bottom-btn-wrap {
  text-align: center;
  padding-top: 45px;
  border-top: 1px solid #000;
}

#event-view .bottom-btn-wrap .btn-box {
  display: inline-block;
  font-size: 0;
  width: 470px;
  margin: 0 -5px;
}

#event-view .bottom-btn-wrap .btn-box .box {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  width: 50%;
}

#event-view .bottom-btn-wrap .p-share {
  margin-top: 25px;
}

@media (min-width: 1441px) {
  #event-view .main .cont-box .text .view-ti-box .i-ti-box .ti {
    font-size: 40px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #event-view .sponsor .sponsor-slick .box:hover .logo img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
  #event-view .sponsor .sponsor-slick .box:hover p {
    color: #115fab;
  }
}

@media (max-width: 1440px) {
  #event-view {
    padding-bottom: 70px;
  }
  #event-view .main .cont-box .aside {
    padding: 0 20px 20px;
    width: 300px;
  }
  #event-view .main .cont-box .text {
    width: calc(100% - 300px);
    padding-right: 30px;
  }
  #event-view .main .cont-box .text .view-ti-box {
    padding-left: 20px;
  }
  #event-view .main .cont-box .text .view-ti-box .i-ti-box:before {
    left: -20px;
  }
  #event-view .sponsor .sponsor-slick {
    padding: 0 45px;
  }
  #event-view .sponsor .sponsor-slick .slick-arrow.slick-prev {
    left: 30px;
  }
  #event-view .sponsor .sponsor-slick .slick-arrow.slick-next {
    right: 30px;
  }
  #event-view .sponsor .sponsor-slick .box .logo {
    padding: 40px 15px;
  }
}

@media (max-width: 991px) {
  #event-view .main .cont-box .text {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
  #event-view .main .cont-box .text .view-ti-box {
    margin-top: 10px;
    padding-left: 0;
  }
  #event-view .main .cont-box .text .view-ti-box .i-ti-box::before {
    display: none;
  }
  #event-view .main .cont-box .text .view-ti-box .info li {
    font-size: 16px;
    padding-left: 120px;
  }
  #event-view .main .cont-box .text .view-ti-box .info li span {
    top: 0;
  }
  #event-view .main .cont-box .text .edit-wrap {
    padding-top: 35px;
  }
  #event-view .main .cont-box .aside {
    position: relative;
    top: unset;
    width: 100%;
  }
  #event-view .main .cont-box .aside .box-g .box {
    padding: 15px 0;
  }
  #event-view .main .cont-box .aside .box-g .box p {
    font-size: 16px;
  }
  #event-view .main .cont-box .aside .btn-wrap a {
    width: 150px;
  }
  #event-view .sponsor .sponsor-slick {
    margin: 30px -10px 0;
  }
  #event-view .sponsor .sponsor-slick .slick-arrow.slick-prev {
    left: 30px;
  }
  #event-view .sponsor .sponsor-slick .slick-arrow.slick-next {
    right: 30px;
  }
  #event-view .sponsor .sponsor-slick .item {
    padding: 0 10px;
  }
  #event-view .sponsor .sponsor-slick .box .logo {
    padding: 25px 10px;
  }
  #event-view .sponsor .sponsor-slick .box p {
    font-size: 16px;
    margin-top: 12px;
  }
  #event-view .notice {
    margin-top: 50px;
  }
  #event-view .notice .edit-wrap {
    padding: 25px 10px;
  }
  #event-view .p-table .t-body .t-tr .t-td {
    vertical-align: middle;
  }
  #event-view .main .cont-box .aside .box-g .box ul li{
    display: block;
    text-align: right;
  }
  #event-view .main .cont-box .aside .btn-wrap {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  #event-view {
    padding-bottom: 45px;
  }
  #event-view .notice {
    margin-top: 40px;
  }
}

@media (max-width: 599px) {
  #event-view .bottom-btn-wrap {
    padding-top: 30px;
  }
  #event-view .bottom-btn-wrap .btn-box {
    width: 100%;
  }
}

/* ===== event-list ===== */
#event-list {
  padding: 25px 0 80px;
}

#event-list .p-pager {
  margin-top: 50px;
}

@media (max-width: 991px) {
  #event-list {
    padding: 10px 0 65px;
  }
  #event-list .p-pager {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  #event-list {
    padding: 10px 0 50px;
  }
}

/* ===== news-list ===== */
#news-list {
  padding: 0 0 80px;
  background: #f3f7fb;
}

#news-list .news-list-g {
  margin-top: 45px;
}

#news-list .p-pager {
  margin-top: 40px;
}

.p-news-list-g {
  font-size: 0;
  margin: 55px -25px 0;
}

.p-news-list-g .item {
  width: 33.33%;
  vertical-align: top;
  padding: 0 25px;
  margin-bottom: 50px;
}

.p-news-list-g .box {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.p-news-list-g .box .pic {
  overflow: hidden;
}

.p-news-list-g .box .pic img {
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.p-news-list-g .box .txt {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  position: relative;
  border-radius: 0 0 12px 12px;
}

.p-news-list-g .box .txt .date-box {
  color: #fff;
  line-height: 1;
  font-family: 'Poppins';
  width: 75px;
  padding: 10px;
  background: #115fab;
  text-align: center;
  position: absolute;
  top: -45px;
  right: 30px;
}

.p-news-list-g .box .txt .date-box span {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 3px;
}

.p-news-list-g .box .txt .date-box p {
  font-size: 15px;
  font-weight: 400;
}

.p-news-list-g .box .txt h3 {
  color: #333;
  font-size: 20px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.p-news-list-g .box .txt > span {
  font-size: 15px;
  color: #115fab;
}

.p-news-list-g .box .txt > p {
  font-size: 17px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-news-list-g .box .txt .btn-wrap {
  text-align: left;
  margin-top: 12px;
}

.p-news-list-g .box .txt .btn-wrap .btn-view {
  color: #115fab;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.p-news-list-g .box .txt .btn-wrap .btn-view i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

@media (min-width: 992px) {
  .p-news-list-g .box:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .p-news-list-g .box:hover .pic img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
  .p-news-list-g .box:hover .txt h3 {
    color: #115fab;
  }
  .p-news-list-g .box:hover .txt .btn-wrap .btn-view {
    color: #e4153f;
  }
  .p-news-list-g .box:hover .txt .btn-wrap .btn-view i {
    margin-left: 15px;
  }
}

@media (max-width: 1440px) {
  #news-list {
    padding: 0 0 65px;
  }
  .p-news-list-g {
    margin: 45px -15px 0;
  }
  .p-news-list-g .item {
    padding: 0 15px;
    margin-bottom: 35px;
  }
  .p-news-list-g .box .txt .date-box {
    width: 65px;
    padding: 8px;
    right: 20px;
  }
  .p-news-list-g .box .txt .date-box span {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  #news-list {
    padding: 0 0 45px;
  }
  #news-list .news-list-g {
    margin-top: 35px;
  }
  #news-list .p-pager {
    margin-top: 30px;
  }
  .p-news-list-g {
    margin: 45px -10px 0;
  }
  .p-news-list-g .item {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .p-news-list-g .box .txt {
    padding: 20px 15px 15px;
  }
  .p-news-list-g .box .txt .date-box {
    top: -33px;
  }
  .p-news-list-g .box .txt .date-box span {
    font-size: 22px;
  }
  .p-news-list-g .box .txt h3 {
    font-size: 18px;
  }
  .p-news-list-g .box .txt > p {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }
  .p-news-list-g .box .txt .btn-wrap {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .p-news-list-g .item {
    width: 50%;
  }
  #news-list .news-list-g {
    margin-top: 25px;
  }
}

@media (max-width: 549px) {
  .p-news-list-g {
    margin: 35px 0 0;
  }
  .p-news-list-g .item {
    width: 100%;
    padding: 0;
  }
  .p-news-list-g .box .pic img {
    width: 100%;
  }
  .p-news-list-g .box .txt h3 {
    -webkit-line-clamp: unset;
  }
  .p-news-list-g .box .txt > p {
    -webkit-line-clamp: unset;
  }
}

/* ===== news-view ===== */
#news-view {
  padding: 25px 0 80px;
}

#news-view .view-ti-box {
  font-size: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

#news-view .view-ti-box .date-box, #news-view .view-ti-box .txt {
  display: inline-block;
  vertical-align: top;
}

#news-view .view-ti-box .date-box {
  color: #fff;
  line-height: 1;
  font-family: 'Poppins';
  width: 75px;
  padding: 10px;
  background: #115fab;
  text-align: center;
}

#news-view .view-ti-box .date-box span {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 3px;
}

#news-view .view-ti-box .date-box p {
  font-size: 15px;
  font-weight: 400;
}

#news-view .view-ti-box .txt {
  padding-left: 25px;
  width: calc(100% - 75px);
}

#news-view .view-ti-box .txt span {
  font-size: 15px;
  color: #115fab;
}

#news-view .view-ti-box .txt h2 {
  color: #333;
  font-size: 30px;
  line-height: 1.4;
  margin-top: 5px;
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

#news-view .edit-wrap {
  padding: 20px 0;
}

#news-view .bottom-btn-wrap {
  text-align: center;
  padding-top: 45px;
  border-top: 1px solid #000;
}

.news-btn-box {
  display: inline-block;
  font-size: 0;
  width: 100%;
  margin: 0 -5px;
  padding: 40px 0;
  background: #e7eff6;
  text-align: center;
}

.news-btn-box .box {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  width: 250px;
}

.related-news .item {
  margin-bottom: 0;
}

@media (max-width: 1499px) {
  .related-news {
    padding: 0 45px;
  }
  .related-news .slick-arrow.slick-prev {
    left: 30px;
  }
  .related-news .slick-arrow.slick-next {
    right: 30px;
  }
  .related-news img {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 1440px) {
  #news-view {
    padding: 25px 0 70px;
  }
  #news-view .view-ti-box {
    padding-bottom: 15px;
  }
  .news-btn-box {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  #news-view {
    padding: 25px 0 50px;
  }
  #news-view .view-ti-box .date-box {
    width: 65px;
  }
  #news-view .view-ti-box .date-box span {
    font-size: 22px;
  }
  #news-view .view-ti-box .txt {
    width: calc(100% - 65px);
    padding-left: 15px;
  }
  #news-view .view-ti-box .txt h2 {
    font-size: 26px;
  }
  #news-view .edit-wrap {
    padding: 10px 0;
  }
  .related-news {
    padding: 0 20px;
  }
  .related-news .slick-arrow.slick-prev {
    left: 5px;
  }
  .related-news .slick-arrow.slick-next {
    right: 5px;
  }
}

@media (max-width: 767px) {
  #news-view {
    padding: 25px 0 40px;
  }
  #news-view .view-ti-box .date-box span {
    font-size: 22px;
  }
  #news-view .view-ti-box .txt h2 {
    font-size: 20px;
  }
  .news-btn-box {
    margin: 20px 0;
  }
  .news-btn-box .box {
    width: 175px;
  }
}

@media (max-width: 599px) {
  #news-view .view-ti-box .date-box {
    width: 100%;
    text-align: left;
  }
  #news-view .view-ti-box .date-box span, #news-view .view-ti-box .date-box p {
    display: inline-block;
    vertical-align: middle;
  }
  #news-view .view-ti-box .date-box span {
    font-size: 20px;
    margin-right: 8px;
  }
  #news-view .view-ti-box .txt {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
  #news-view .bottom-btn-wrap {
    padding-top: 30px;
  }
  #news-view .bottom-btn-wrap .btn-box {
    width: 100%;
  }
}

/* ===== sitemap ===== */
#sitemap {
  background: #eff4f9;
  padding-bottom: 80px;
}

#sitemap .bg {
  background: #fff;
  padding: 55px 30px;
  margin-top: 25px;
}

#sitemap .sitemap-list-g {
  font-size: 0;
  margin: 0 -20px;
}

#sitemap .sitemap-list-g .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 50px;
}

#sitemap .sitemap-list-g .item ul li {
  border-bottom: 1px solid #eee;
}

#sitemap .sitemap-list-g .item ul li a {
  width: 100%;
  font-size: 19px;
  color: #333;
  position: relative;
  padding: 12px 10px 12px 30px;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

#sitemap .sitemap-list-g .item ul li a::before {
  content: '-';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
}

@media (min-width: 992px) {
  #sitemap .sitemap-list-g .item ul li a:hover {
    color: #115fab;
  }
}

@media (max-width: 1440px) {
  #sitemap .sitemap-list-g {
    margin: 0 -12px;
  }
  #sitemap .sitemap-list-g .item {
    padding: 0 12px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  #sitemap {
    padding-bottom: 50px;
  }
  #sitemap .bg {
    padding: 30px 20px;
  }
  #sitemap .sitemap-list-g .item {
    width: 33.33%;
  }
  #sitemap .sitemap-list-g .item ul li a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #sitemap .sitemap-list-g {
    margin: 0 -8px;
  }
  #sitemap .sitemap-list-g .item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 25px;
  }
  #sitemap .sitemap-list-g .item ul li a {
    padding: 10px 10px 10px 20px;
  }
  #sitemap .sitemap-list-g .item ul li a::before {
    left: 6px;
  }
}

@media (max-width: 599px) {
  #sitemap .sitemap-list-g {
    margin: 0;
  }
  #sitemap .sitemap-list-g .item {
    width: 100%;
    padding: 0;
  }
}

/* ===== articles ===== */
#articles .box-g {
  margin: 50px 0 80px;
}

#articles .box {
  margin-bottom: 20px;
}

#articles .box:last-child {
  margin-bottom: 0;
}

#articles .list {
  padding: 30px 20px;
}

#articles .list > li {
  position: relative;
  font-size: 17px;
  color: #555;
  padding-left: 90px;
  margin-bottom: 12px;
}

#articles .list > li:last-child {
  margin-bottom: 0;
}

#articles .list > li > span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
}

#articles .list > li .second li {
  position: relative;
  padding-left: 35px;
  margin-top: 5px;
}

#articles .list > li .second li span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1440px) {
  #articles .box {
    margin-bottom: 10px;
  }
  #articles .list {
    padding: 20px 15px;
  }
  #articles .list > li {
    padding-left: 95px;
  }
}

@media (max-width: 991px) {
  #articles .list > li {
    font-size: 16px;
    padding-left: 85px;
  }
}

@media (max-width: 767px) {
  #articles .list {
    padding: 15px 10px;
  }
  #articles .list > li {
    margin-bottom: 8px;
  }
}

/* ===== about ===== */
#about .i-about {
  padding-top: 80px;
}

#about .i-about .pic::after {
  right: -145px;
}

#about .intro {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 95, 171, 0.053659)), to(white));
  background: -o-linear-gradient(top, rgba(17, 95, 171, 0.053659) 0%, white 100%);
  background: linear-gradient(180deg, rgba(17, 95, 171, 0.053659) 0%, white 100%);
  padding: 40px 0;
}

#about .intro .i-ti-box .ti {
  text-align: left;
}

#about .intro .i-ti-box .ti::after {
  margin: 15px 0 0;
}

#about .intro .item-g-wrap .item-g {
  padding: 30px 0;
}

#about .intro .item-g-wrap .item-g:nth-child(even) {
  direction: rtl;
}

#about .intro .item-g-wrap .item-g:nth-child(even) .txt {
  direction: ltr;
  padding-left: 25px;
}

#about .intro .item-g .txt, #about .intro .item-g .pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

#about .intro .item-g .txt {
  padding-right: 25px;
}

#about .intro .item-g .txt p {
  font-size: 18px;
  color: #444;
  margin-top: 30px;
}

#about .intro .item-g .txt ul {
  margin-top: 30px;
}

#about .intro .item-g .txt ul li {
  position: relative;
  font-size: 18px;
  color: #444;
  padding-left: 15px;
  margin-bottom: 8px;
}

#about .intro .item-g .txt ul li:last-child {
  margin-bottom: 0;
}

#about .intro .item-g .txt ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #115fab;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

#about .organization {
  padding: 0 0 80px;
}

#about .organization .xs-show {
  display: none;
}

#about .organization .wrap-1300 {
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

#about .organization .pic {
  margin-top: 35px;
  text-align: center;
  background: #f3f7fb;
  border-radius: 15px;
  padding: 50px 10px;
}

@media (max-width: 1649px) {
  #about .i-about .txt {
    padding: 0 30px 0 45px;
  }
  #about .i-about .txt .i-ti-box .ti br {
    display: none;
  }
  #about .i-about .pic::after {
    right: -25px;
  }
}

@media (max-width: 1440px) {
  #about .intro .item-g-wrap .item-g {
    padding: 20px 0;
  }
  #about .intro .item-g .txt p {
    font-size: 16px;
    margin-top: 20px;
  }
  #about .intro .item-g .txt ul {
    margin-top: 20px;
  }
  #about .intro .item-g .txt ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #about .intro .item-g .txt ul li::before {
    top: 10px;
  }
}

@media (max-width: 991px) {
  #about .i-about {
    padding-top: 25px;
  }
  #about .i-about .txt {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  #about .i-about {
    padding-top: 25px;
  }
  #about .i-about .txt {
    padding: 0;
  }
  #about .intro {
    padding: 20px 0;
  }
  #about .intro .item-g-wrap .item-g:nth-child(even) .txt {
    padding-left: 0;
  }
  #about .intro .item-g .txt {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0;
  }
  #about .intro .item-g .pic {
    width: 100%;
    text-align: center;
  }
  #about .organization {
    padding: 0 0 50px;
  }
  #about .organization .wrap-1300 {
    padding-top: 40px;
  }
  #about .organization .xs-show {
    display: inline-block;
  }
  #about .organization .xs-hide {
    display: none;
  }
  #about .organization .pic {
    padding: 30px 15px;
  }
}

/* ===== supervisor ===== */
/* ===== supervisor ===== */
#supervisor {
  padding-bottom: 80px;
}

#supervisor .p-table .t-body .t-tr:last-child {
  border-bottom: 1px solid #ddd;
}

#supervisor .list-wrap {
  margin-top: 45px;
}

#supervisor .list-wrap .list:last-child {
  margin-bottom: 0;
}

#supervisor .list {
  margin-bottom: 50px;
}

#supervisor .list .i-ti-box .ti {
  font-size: 26px;
  text-align: left;
}

#supervisor .list .i-ti-box .ti::after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}

#supervisor .list .list-head {
  font-size: 0;
  margin-bottom: 20px;
  position: relative;
}

#supervisor .list .list-head::after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

#supervisor .list .list-head .i-ti-box {
  float: left;
}

#supervisor .list .list-head .sort {
  font-size: 0;
  float: right;
}

#supervisor .list .list-head .sort span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  margin-right: 20px;
}

#supervisor .list .list-head .sort .sel-box {
  display: inline-block;
  vertical-align: middle;
  width: 370px;
}

#supervisor .list .list-head .sort .sel-box select {
  font-size: 17px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 25px 12px 15px;
  background: url(../images/select_arrow.png), #fff;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: 11px 7px;
  background-position: center right 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
}

@media (max-width: 767px) {
  #supervisor {
    padding-bottom: 50px;
  }
  #supervisor .list-wrap {
    margin-top: 35px;
  }
  #supervisor .list {
    margin-bottom: 30px;
  }
  #supervisor .list .i-ti-box .ti {
    font-size: 22px;
  }
  #supervisor .list .list-head .i-ti-box {
    width: 100%;
  }
  #supervisor .list .list-head .sort {
    /* width: 300px; */
  }
  #supervisor .list .list-head .sort span {
    font-size: 16px;
    margin-right: 12px;
  }
  #supervisor .list .list-head .sort .sel-box select {
    font-size: 16px;
    padding: 8px 25px 8px 10px;
  }
}

@media (max-width: 599px) {
  #supervisor .list .list-head .i-ti-box {
    width: 100%;
  }
  #supervisor .list .list-head .sort {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  #supervisor .list .list-head .sort .sel-box {
    width: 340px;
  }
}

/* ===== links ===== */
#links {
  padding-bottom: 80px;
}

#links .cat-stlye .m-first li {
  /* width: calc(100% / 5); */
}

#links .cat-stlye .m-first li a {
  width: 100%;
}

#links .p-table .t-head .t-tr .t-td:first-child {
  text-align: left;
  padding-left: 45px;
}

#links .p-table .t-head .t-tr .t-td:nth-child(2)::after {
  display: none;
}

#links .p-table .t-body .t-tr:last-child {
  border-bottom: 1px solid #ddd;
}

#links .p-table .t-body .t-tr .t-td {
  vertical-align: middle;
}

#links .p-table .t-body .t-tr .t-td:first-child {
  text-align: left;
  padding-left: 45px;
}

#links .p-table .t-body .t-tr .t-td:first-child p {
  position: relative;
}

#links .p-table .t-body .t-tr .t-td:first-child p::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #e4153f;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -20px;
}

#links .p-table .t-body .t-tr .t-td .btn-wrap {
  width: 50%;
  display: block;
  margin: auto;
}

#links .p-table .t-body .t-tr .t-td .btn-wrap a {
  width: 100%;
  text-align: center;
  font-size: 17px;
  border-radius: 30px;
  padding: 10px 0;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #115fab;
  border: 2px solid #115fab;
}

#links .list-wrap {
  margin-top: 45px;
}

@media (min-width: 992px) {
  #links .p-table .t-body .t-tr .t-td .btn-wrap a:hover {
    background: #115fab;
    color: #fff;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  #links .p-table .t-body .t-tr {
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
  }
  #links .p-table .t-body .t-tr:hover {
    background: #f6f6f6;
  }
}

@media (max-width: 991px) {
  #links {
    padding-bottom: 60px;
  }
  #links .p-table .t-body .t-tr .t-td .btn-wrap {
    width: 100%;
  }
  #links .p-table .t-body .t-tr .t-td .btn-wrap a {
    font-size: 16px;
    padding: 6px 0;
    width: 100px;
  }
}

@media (max-width: 767px) {
  #links {
    padding-bottom: 50px;
  }
  #links .list-wrap {
    margin-top: 35px;
  }
  #links .table-wrap-box {
    overflow-x: unset;
    overflow-y: unset;
  }
  #links .table-wrap-box .hand {
    display: none;
  }
  #links .table-wrap-box .p-table {
    width: 100%;
  }
  #links .table-wrap-box .p-table .t-head {
    display: none;
  }
  #links .table-wrap-box .p-table .t-tr {
    display: block;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    padding: 15px;
    margin-bottom: 20px;
  }
  #links .table-wrap-box .p-table .t-tr .t-td {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(111, 124, 128, 0.2);
  }
  #links .table-wrap-box .p-table .t-tr .t-td:first-child {
    padding-top: 0;
    padding-left: 0;
  }
  #links .table-wrap-box .p-table .t-tr .t-td:first-child p {
    display: inline-block;
    vertical-align: middle;
  }
  #links .table-wrap-box .p-table .t-tr .t-td:first-child p::before {
    display: none;
  }
  #links .table-wrap-box .p-table .t-tr .t-td:last-child {
    border: none;
    padding: 12px 0 0;
  }
  #links .table-wrap-box .p-table .t-tr .t-td:last-child::before {
    display: none;
  }
  #links .table-wrap-box .p-table .t-tr .t-td:last-child .btn-wrap a {
    padding: 2px 0;
  }
  #links .table-wrap-box .p-table .t-tr .t-td::before {
    content: attr(data-name) "：";
    display: inline-block;
    vertical-align: middle;
    color: #222;
  }
  #links .table-wrap-box .p-table .t-tr .t-td .btn-wrap {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  #links .table-wrap-box .p-table .t-tr .w44::before {
    display: none;
  }
  #links .table-wrap-box .p-table .t-tr .no-logo {
    display: none;
  }
}

/* ===== contact ===== */
#contact .text {
  text-align: center;
  margin: 25px 0;
}

#contact .text .summary {
  font-size: 18px;
  color: #444;
  margin-top: 20px;
}

#contact .text .summary span {
  color: #115fab;
}

#contact .map-wrap {
  position: relative;
  padding-top: 31.25%;
  margin-top: 80px;
}

#contact .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact .map-wrap .info {
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 199;
}

#contact .map-wrap .info .i-ti-box .ti {
  text-align: left;
}

#contact .map-wrap .info .i-ti-box .ti::after {
  margin: 15px 0 0;
}

#contact .map-wrap .info ul {
  margin-top: 25px;
}

#contact .map-wrap .info ul li {
  position: relative;
  color: #333;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 8px;
}

#contact .map-wrap .info ul li:last-child {
  margin-bottom: 0;
}

#contact .map-wrap .info ul li span {
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

#contact .map-wrap .info ul li span i {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 6px 0 0;
}

#contact .map-wrap .info ul li a {
  color: #333;
}

#contact .form {
  /* margin-top: 80px; */
  background: #f6f6f6;
  padding: 60px 90px;
}

#contact .form .box-g {
  font-size: 0;
  margin: 0 -25px;
  text-align: left;
}

#contact .form .box-g .box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 25px;
}

#contact .form .box-g .box.full {
  width: 100%;
}

#contact .form .box-g .box .code-box {
  font-size: 0;
  display: inline-block;
  width: 100%;
}

#contact .form .box-g .box .code-box .input {
  vertical-align: middle;
  width: calc(100% - 168px);
}

#contact .form .box-g .box .code-box .btn-wrap {
  display: inline-block;
}

#contact .form .box-g .box .code-box .codeImg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

#contact .form .box-g .box .radio {
  width: 0;
  height: 0;
  border: none;
}

#contact .form .box-g .box label {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  margin-right: 10px;
}

#contact .form .box-g .sex {
  margin-right: 0;
  width: 100px;
}
#contact .form .box-g .sex label.radio {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 5px;
}

#contact .form .box-g .box label .other {
  display: inline-block;
  margin-left: 3px;
  width: 50%;
  border-bottom: 1px solid #666;
  padding: 5px 8px 1px;
}

#contact .form .box-g .box label .radio:checked + span {
  border: 1px solid #115fab;
}

#contact .form .box-g .box label .radio:checked + span i {
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

#contact .form .box-g .box label span {
  /* display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  bottom: 2px; */
}

#contact .form .box-g .box label span i {
  display: block;
  width: 6px;
  height: 6px;
  background: #115fab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  opacity: 0;
}

#contact .form .box-g .box .label-item {
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding-left: 10px;
  line-height: 1.7;
}

#contact .form .box-g .box .label-item span {
  color: #115fab;
  display: inline-block;
  margin-right: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

#contact .form .box-g .box .name-box {
  font-size: 0;
}

#contact .form .box-g .box .name-box .input {
  width: calc(100% - 110px);
}

#contact .form .box-g .box .name-box .label-box {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -10px;
}

#contact .form .box-g .box .name-box .label-box label {
  margin: 0 0 0 10px;
  position: relative;
  padding: 0;
}

#contact .form .box-g .box .name-box .label-box .radio {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0;
  background: #989da3;
  outline: none;
  border-radius: 5px;
  cursor: pointer;
}

#contact .form .box-g .box .name-box .label-box .radio.radio:checked {
  background: #115fab;
}

#contact .form .box-g .box .name-box .label-box .radio.radio:checked + span {
  border: none;
}

#contact .form .box-g .box .name-box .label-box span {
  width: 100%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 42%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  border: none;
}

#contact .form .btn-g-wrap {
  max-width: 450px;
  margin: 35px auto 0;
  font-size: 0;
}

#contact .form .btn-g-wrap input, #contact .form .btn-g-wrap button {
  display: inline-block;
  width: calc(50% - 5px);
}

#contact .form .btn-g-wrap input {
  margin-right: 5px;
}

#contact .form .btn-g-wrap input:hover {
  background: rgba(0, 0, 0, 0.85);
}

#contact .form .btn-g-wrap button {
  margin-left: 5px;
  border: none;
}

#contact .fluid {
  width: 100%;
  display: inline-block;
  padding: 0 0 13px 95px;
  position: relative;
}

#contact .fluid .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 17px;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#contact .fluid select {
  font-size: 17px;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 35px 10px 10px;
  background: url(../images/select_arrow.png), #fff;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-position: center right 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#contact .fluid textarea {
  width: 100%;
  font-size: 17px;
  color: #333;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
}

@media (min-width: 992px) {
  #contact .map-wrap .info ul li:hover a {
    color: #115fab;
  }
}

@media (max-width: 1699px) {
  #contact .map-wrap .info {
    right: 8%;
  }
}

@media (max-width: 1440px) {
  #contact .form {
    /* margin-top: 45px; */
    padding: 50px 40px;
  }
  #contact .form .btn-g-wrap {
    margin: 25px auto 0;
  }
  #contact .map-wrap .info {
    right: 5%;
    padding: 40px 30px;
  }
}

@media (max-width: 1199px) {
  #contact .map-wrap .info {
    width: 400px;
    padding: 30px;
  }
}

@media (max-width: 991px) {
  #contact .text .summary {
    font-size: 16px;
  }
  #contact .form {
    /* padding: 30px; */
    margin-top: 25px;
  }
  #contact .form .box-g {
    margin: 0 -15px;
  }
  #contact .form .box-g .box {
    padding: 0 15px;
  }
  #contact .form .box-g .fluid .input, #contact .form .box-g .fluid select, #contact .form .box-g .fluid textarea {
    font-size: 16px;
  }
  #contact .map-wrap {
    position: relative;
    padding-top: 0;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  #contact .map-wrap .iframe-box {
    padding-top: 56.25%;
    position: relative;
    margin: 0 20px;
  }
  #contact .map-wrap .info {
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 30px 20px;
  }
  #contact .map-wrap .info .i-ti-box .ti {
    text-align: center;
  }
  #contact .map-wrap .info .i-ti-box .ti::after {
    margin: 15px auto 0;
  }
  #contact .map-wrap .info ul {
    max-width: 355px;
    margin: 20px auto 0;
  }
  #contact .map-wrap .info ul li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #contact .text .summary br {
    display: none;
  }
  #contact .form {
    padding: 30px 20px;
  }
  #contact .form .btn-g-wrap {
    max-width: 300px;
    margin: 20px auto 0;
  }
  #contact .form .box-g {
    margin: 0;
  }
  #contact .form .box-g .box {
    width: 100%;
    padding: 0;
  }
  #contact .map-wrap {
    margin-top: 10px;
  }
}

@media (max-width: 599px) {
  #contact .form .box-g .box .label-item {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 17px;
  }
  #contact .form .box-g .box .label-item br {
    display: none;
  }
  #contact .form .box-g .box .label-item span {
    position: relative;
    top: unset;
    left: unset;
  }
  #contact .fluid {
    padding: 0 0 12px 0;
  }
}

/* ===== sign-up ===== */
#event-view.sign-up {
  padding-bottom: max(4.5vw, 40px);
  background: #f6f6f6;
}

#event-view.sign-up .p-label-ti {
  background: #fff;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.sign-up .p-label-ti.flex {
  align-items: center;
}
.sign-up .p-label-ti label.check {
  margin-left: 30px;
}

.sign-up .form .box-g {
  font-size: 0;
  text-align: left;
}

.sign-up .form .box-g .box {
  display: inline-block;
  width: 50%;
}

.sign-up .form .box-g .box.full {
  width: 100%;
}

.sign-up .form .box-g .box .argee {
  text-align: left;
  margin-top: 20px;
  padding-left: 11px;
}

.sign-up .form .box-g .box .argee p {
  padding-left: 30px;
  margin-top: -30px;
}

.sign-up .form .box-g .box .code-box {
  font-size: 0;
  display: inline-block;
  width: 100%;
}

.sign-up .form .box-g .box .code-box .input {
  vertical-align: middle;
  width: calc(100% - 168px);
}

.sign-up .form .box-g .box .code-box .btn-wrap {
  display: inline-block;
}

.sign-up .form .box-g .box .code-box .codeImg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.sign-up .form .box-g .box .radio {
  width: 0;
  height: 0;
  border: none;
}

.sign-up .form .box-g .box .radio-style {
  font-size: 17px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.sign-up .form .box-g .box .radio-style .other {
  display: inline-block;
  margin-left: 3px;
  width: 50%;
  border-bottom: 1px solid #666;
  padding: 5px 8px 1px;
}

.sign-up .form .box-g .box .radio-style .radio:checked + span {
  border: 1px solid #115fab;
}

.sign-up .form .box-g .box .radio-style .radio:checked + span i {
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}

.sign-up .form .box-g .box .radio-style span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #222;
  border-radius: 50%;
  margin-top: -4px;
  position: relative;
  bottom: 2px;
}

.sign-up .form .box-g .box .radio-style span i {
  display: block;
  width: 6px;
  height: 6px;
  background: #115fab;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  opacity: 0;
}

.sign-up .form .box-g .box .check-style {
  font-size: 17px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.sign-up .form .box-g .box .check-style .check {
  margin-right: 4px;
  display: inline;
}

.sign-up .form .box-g .box .check-style .check:checked + span {
  border: 1px solid #115fab;
}

.sign-up .form .box-g .box .check-style .check:checked + span i {
  -webkit-transform: scale(1) rotate(-40deg);
      -ms-transform: scale(1) rotate(-40deg);
          transform: scale(1) rotate(-40deg);
}

.sign-up .form .box-g .box .check-style .check + span {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  border: 1px solid #222;
  background: #fff;
  width: 16px;
  height: 16px;
  padding: 3px;
  margin: 0 5px -1px 0;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.sign-up .form .box-g .box .check-style .check + span i {
  display: block;
  position: absolute;
  width: 9px;
  height: 6px;
  border-color: #115fab;
  border-style: solid;
  border-width: 0 0 2px 2px;
  -webkit-transform: scale(0) rotate(-40deg);
      -ms-transform: scale(0) rotate(-40deg);
          transform: scale(0) rotate(-40deg);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -4px;
}

.sign-up .form .box-g .box .label-item {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding-left: 10px;
  line-height: 1.4;
}
.sign-up .form .box-g .box .label-item.top-2px {
  top: 2px;
}
.sign-up .form .box-g .box .label-item span {
  color: #115fab;
  display: inline-block;
  margin-right: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.sign-up .form .btn-g-wrap {
  max-width: 450px;
  margin: 35px auto 0;
  font-size: 0;
}

.sign-up .form .btn-g-wrap input, .sign-up .form .btn-g-wrap button {
  display: inline-block;
  width: calc(50% - 5px);
}

.sign-up .form .btn-g-wrap input {
  margin-right: 5px;
}

.sign-up .form .btn-g-wrap input:hover {
  background: rgba(0, 0, 0, 0.85);
}

.sign-up .form .btn-g-wrap button {
  margin-left: 5px;
  border: none;
}

.sign-up .item-label-box.flex {
  align-items: center;
}
.sign-up .item-label-box.flex p {
  margin: 0 8px 0 0 !important;
  font-size: 16px;
  line-height: 1.4;
}
.sign-up .input-box-wrap {
  display: inline-block;
}
.sign-up .input-box-wrap.small input {
  padding: 3px 10px;
}

.sign-up .fluid {
  width: 100%;
  display: inline-block;
  padding: 0 0 13px 155px;
  position: relative;
}

.def-issues .fluid {
  position: static;
  display: block;
  padding: 0 !important;
}
.def-issues .label-item {
  position: relative !important;
  margin: 30px 0 20px;
}

.sign-up .fluid .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 17px;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.sign-up .fluid select {
  font-size: 17px;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 35px 10px 10px;
  background: url(../images/select_arrow.png), #fff;
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-position: center right 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.sign-up .fluid textarea {
  width: 100%;
  font-size: 17px;
  color: #333;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
}

.sign-up .red-text {
  color: #e4153f;
  font-size: 14px;
  margin-top: 5px;
}

.sign-up .area {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 45px;
}

.sign-up .area:last-child {
  margin-bottom: 0;
}

.sign-up .area hr {
  margin: 0 0 1.5rem 120px;
}

.sign-up .area .txt-notice {
  font-size: 17px;
  color: #555;
  font-weight: 700;
  background: #f3f7fb;
  margin: 0 0 25px;
  padding: 20px;
}

.sign-up .area .txt-notice span {
  color: #e4153f;
  display: inline;
}

.sign-up .area .red-txt {
  color: #e4153f;
  font-size: 14px;
  margin: 5px 0 3px;
}

.sign-up .number-box {
  font-size: 0;
}

.sign-up .number-box .input {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
}

.sign-up .number-box .s-txt {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin-left: 10px;
}

.sign-up .number-box .s-txt span {
  font-size: 15px;
  color: #333;
}

.sign-up .number-box .s-txt span i {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 5px 0 0;
}

.sign-up .number-box .s-txt .yes i {
  color: #58b530;
}

.sign-up .number-box .s-txt .no i {
  color: #000;
}

.sign-up .item-box {
  padding: 0 0 10px;
}

.sign-up .item-box .item-label-box {
  margin-bottom: 15px;
}

.sign-up .item-box .item-label-box:last-child {
  margin-bottom: 0;
}

.sign-up .item-box .item-label-box p {
  padding-left: 25px;
  margin-top: -29px;
}
.sign-up .item-box .item-label-box p i {
  padding-left: 5px;
  font-size: 14px;
  color: #e4153f;
  font-style: normal;
}

.sign-up .item-box .sec-label{
  padding-left: 30px;
}

.sign-up .item-box .red {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}

.sign-up .item-box .input-box {
  width: 235px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.sign-up .argee-btn-wrap {
  max-width: 280px;
  margin: 30px auto 0;
}

.sign-up .argee-btn-wrap button {
  border: none;
}

#pop-sign-up {
  max-width: 1024px;
  margin: 80px auto 0;
  background: #fff;
  border-radius: 20px;
  padding: 30px 60px;
  position: relative;
}

#pop-sign-up .popup-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

#pop-sign-up .mfp-close {
  display: none;
}

#pop-sign-up .icon {
  text-align: center;
  margin-bottom: 20px;
}

#pop-sign-up p {
  text-align: center;
  font-size: 18px;
  color: #333;
}

#pop-sign-up .btn-wrap {
  max-width: 280px;
  margin: auto;
}

@media (max-width: 1440px) {
  .sign-up .area {
    padding: 30px;
  }
  #pop-sign-up {
    margin: 60px auto 0;
  }
}

@media (max-width: 1199px) {
  .sign-up .input-box-wrap {
    width: 100%;
    margin-top: 6px;
    font-size: 0;
  }
  .sign-up .input-box-wrap .input-box {
    width: 100%;
  }
  .sign-up .item-box .sec-label {
    padding-left: 0;
  }
  .sign-up .input-box-wrap.small {
    padding-left: 25px;
  }
}

@media (max-width: 991px) {
  .sign-up .area {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
  .sign-up .area .txt-notice {
    padding: 15px;
  }
  #pop-sign-up {
    padding: 30px;
    margin: 30px 15px 0;
  }
  #pop-sign-up p {
    margin: 25px 0;
  }
}

@media (max-width: 767px) {
  #pop-sign-up {
    padding: 30px 20px;
  }
}

@media (max-width: 599px) {
  .sign-up .area hr {
    margin-left: 0;
    border-top-color: #000;
  }
  .sign-up .item-box {
    padding-left: 10px;
  }
  .sign-up .input-box-wrap .input-box {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .sign-up .form .box-g .box .label-item {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 17px;
  }
  .sign-up .form .box-g .box .label-item br {
    display: none;
  }
  .sign-up .form .box-g .box .label-item span {
    position: relative;
    top: unset;
    left: unset;
  }
  .sign-up .fluid {
    padding: 0 0 12px 0;
  }
  .sign-up .form .box-g .box .argee {
    padding-left: 0;
  }

  .sign-up .p-label-ti label.check {
    margin: 5px 0 0 2px;
    width: 100%;
  }
}

/* ==== 追加 2024.08.06 Member Section ==== */
/* ==== topnav ==== */
.member {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
}
.member-btn {
  position: relative;
  width: 21px;
  cursor: pointer;
}
.member-btn::before {
  display: block;
  content: "";
  padding-bottom: 100%;
  width: 100%;
}
.member-btn i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_user.svg) no-repeat 0 0;
  background-size: cover;
}
.member-list {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: calc(100% + 35px);
  left: calc(50% - 2px);
  width: 150px;
  opacity: 0;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.35s, opacity 0.35s;
  transition: top 0.35s, opacity 0.35s;
}
.member-list::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #115fab transparent;
}
.member-list li:not(:last-child) {
  border-bottom: #ddd solid 1px;
}
.member-list li a {
  display: block;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
}
.member-list li.login {
  border-radius: 8px 8px 0 0;
  background-color: #115fab;
}
.member-list li.login a {
  color: #fff;
}
.member-list .state {
  padding: 20px 10px 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 8px 8px 0 0;
  background-color: #115fab;
}
.member-list .state small {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.member.is-on .member-list {
  pointer-events: auto;
  top: calc(100% + 25px);
  opacity: 1;
}

/* 浮動 購物車連結 */
.cart .float-car {
  display: none;
}

.float-car {
  position: fixed;
  z-index: 210;
  right: 20px;
  bottom: 150px;
  padding: 20px 5px 10px;
  width: 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  background-color: #e4153f;
}
.float-car a {
  display: block;
  width: 100%;
}
.float-car .icon {
  margin: 0 auto;
  width: 20px;
  background: url(../images/icon_cart.svg) no-repeat 0 0;
  background-size: cover;
}
.float-car .icon::before {
  display: block;
  content: "";
  padding-bottom: 100%;
  width: 100%;
}
.float-car .qu-ti {
  margin-top: 10px;
  padding: 10px 15px;
  color: #fff;
  line-height: 1;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
}
.float-car .qu-ti span {
  margin-top: 8px;
  width: 22px;
  height: 22px;
  color: #000;
  line-height: 22px;
  border-radius: 100%;
  background-color: #fff;
}
.float-car .qu-ti.md {
  display: none;
}
.float-car .btn-style {
  display: none;
}

@media (max-width: 1440px) {
  .float-car {
    right: 15px;
    bottom: 120px;
  }
}
@media (max-width: 767px) {
  body:has(.float-car) .footer {
    padding-bottom: 65px;
  }
  .float-car {
    right: 0;
    bottom: 0;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 0;
    background-color: #000;
  }
  .float-car a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
  .float-car .icon {
    margin: 0;
  }
  .float-car .qu-ti {
    display: none;
    margin: 0 0 0 10px;
    padding: 0;
    border-top: none;
  }
  .float-car .qu-ti span {
    margin: 0;
    padding: 0 5px;
    color: #fff;
    background-color: transparent;
  }
  .float-car .qu-ti.md {
    display: block;
  }
  .float-car .btn-style {
    display: block;
    margin-left: auto;
    padding: 5px 0;
    width: 120px;
  }
}

/* ==== 表單樣式 ==== */
.field > .flex {
  gap: 0 15px;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}
.form-group.half {
  width: calc(50% - 7.5px);
}
.form-group.colu-4 {
  width: calc(33.33% - 10px);
}

.form-group .label-ti {
  margin: 0 10px 0 0;
  width: 150px;
  font-size: 16px;
  color: #444;
  line-height: 43px;
}
.form-group.w100px .label-ti { width: 100px; }
.form-group .label-ti label {
  margin-bottom: 0;
}

.form-group .label-ti strong {
  padding-right: 3px;
  color: #115fab;
}

.form-group > .box-hidden {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  align-items: center;
}

.input-style {
  display: block;
  padding: 0 12px;
  width: 100%;
  height: 43px;
  font-size: 16px;
  color: #333;
  line-height: 43px;
  border: #ddd solid 1px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none #fff;
}

textarea.input-style {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100px;
  line-height: 1.4;
}

.input-style:focus {
  border-color: #115fab;
}

label input[type=radio],
label input[type=checkbox] {
  position: absolute;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
}

.form-group .input-style[disabled] {
  cursor: not-allowed;
  background-color: #ececec;
}

@media (max-width: 767px) {
  .form-group.half {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .form-group {
    margin-bottom: 10px;
  }
  .form-group .label-ti {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.4;
  }
  .form-group > .box-hidden {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/* 性別 - radio樣式 */
.sex {
  width: 96x;
  font-size: 0;
  letter-spacing: 0;
}

.sex label.radio {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
  width: 43px;
  height: 43px;
  text-align: center;
  cursor: pointer;
  line-height: 43px;
}

.sex label.radio input + span {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #ccc;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.sex label.radio:hover input + span {
  background-color: #888;
}

.sex label.radio input:checked + span {
  background-color: #333;
}

.name .input-style {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* radio + checkbox - 樣式 */
.select-item {
  font-size: 0;
  line-height: 3rem;
  letter-spacing: 0;
}

.select-item li {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  letter-spacing: 0.05rem;
  vertical-align: middle;
}

label.item {
  display: block;
  position: relative;
  color: #373a3c;
  cursor: pointer;
  line-height: 1.4;
}

label.item > input + span {
  display: inline-block;
  position: relative;
  margin: -3px 5px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: 1px solid #373a3c;
}

label.item.check > input + span {
  border-radius: 2px;
}

label.item.choose > input + span {
  margin-top: -4px;
  border-radius: 100%;
}

label.item > input + span:before,
label.item > input + span:after {
  content: "";
  display: block;
  position: absolute;
}

label.item.check > input + span:before,
label.item.check > input + span:after {
  background-color: #373a3c;
}
label.item.check > input:checked + span {
  border-color: #e4153f;
  background-color: #e4153f;
}
label.item.check > input:checked + span:before,
label.item.check > input:checked + span:after {
  background-color: #fff;
}
label.item.check > input:checked + span:before {
  top: 6px;
  left: 4px;
  width: 1px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
label.item.check > input:checked + span:after {
  top: 3px;
  left: 8px;
  width: 1px;
  height: 7px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

label.item.choose > input:checked + span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  background: #373a3c;
  border-radius: 50px;
}

@media all and (max-width: 499px) {
  label.item {
    line-height: 3rem;
  }
}
/* 下拉選單 */
.select-box {
  position: relative;
  z-index: 1;
  width: 100%;
}

.select-box select {
  padding: 0 20px 0 12px;
  width: 100%;
  height: 43px;
  color: #333;
  outline: none;
  line-height: 43px;
  border: #ddd solid 1px;
  background-color: #fff;
  text-overflow: "";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-box select::-ms-expand { /* For IE10 */
  display: none;
}

.select-box:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 20px;
  line-height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #626262 transparent transparent transparent;
}

.form-group .select-box:hover select {
  border-color: #115fab;
}

.form-group .select-box:hover:before {
  border-color: #115fab transparent transparent transparent;
}

.add > .box-hidden .box-hidden {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.add .city {
  margin-right: 5px;
  width: 45%;
}
.add .city.flex {
  gap: 5px;
}
.add .city > div {
  width: calc(50% - 2.5px);
}

@media (max-width: 767px) {
  .add .city {
    margin: 0 0 5px 0;
    width: 100%;
  }
}
/* 驗證碼 */
.code .input-style {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.code .code-txt {
  margin-left: 5px;
  width: 160px;
  cursor: pointer;
  line-height: 43px;
  overflow: hidden;
}
.code .code-txt .codeImg {
  position: relative;
  height: 43px;
}
.code .code-txt img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.code .code-txt .change-btn {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .code .code-txt {
    width: 110px;
  }
}
/* ===== member ===== */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
}

#member {
  padding-bottom: max(3.5vw, 40px);
  background: #f6f6f6;
}
#member .bg {
  margin-top: 25px;
  padding: max(3.5vw, 30px) max(3.5vw, 20px);
  border: #e5e5e5 solid 1px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}
#member .i-ti-box {
  margin-bottom: max(1.5vw, 30px);
}
#member .i-ti-box .ti {
  margin-bottom: max(1vw, 20px);
}
#member .i-ti-box p {
  color: #666;
  text-align: center;
}
#member .i-ti-box p span {
  padding: 0 5px;
  color: #000;
  font-weight: bold;
}
#member .i-ti-box p .logout {
  color: #115fab;
  text-decoration: underline;
}
#member .btn-wrap {
  margin: 0 auto;
  padding-top: max(1.5vw, 15px);
  width: 100%;
  max-width: 100%;
  text-align: center;
}
#member .btn-wrap .btn-style {
  display: inline-block;
  width: 220px;
}
.mem-form.login .other-login .btn-style {
  width: 220px;
}
@media (max-width: 499px) {
  #member .btn-wrap .btn-style,
  .mem-form.login .other-login .btn-style {
    width: 100%;
  }
}
/* 登入 + 忘記密碼 + 驗證信 + 註冊 */
.mem-form .wrap-1300 {
  margin: 0 auto;
  max-width: 540px;
}
.mem-form .field {
  width: 100%;
}
.mem-form .form-group {
  padding: 0 0 0 10px;
  line-height: 43px;
  border: #ddd solid 1px;
  border-radius: 5px;
  background-color: #fff;
}
.mem-form .form-group .label-ti {
  line-height: 43px !important;
}
.mem-form .form-group > .box-hidden {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
.mem-form .form-group .input-style {
  padding: 0;
  border: none;
}
.mem-form .other-links {
  font-size: 0;
  text-align: right;
  line-height: 1.4;
}
.mem-form .other-links li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  vertical-align: middle;
}
.mem-form .other-links a {
  color: #666;
}
.mem-form .other-links a:hover {
  color: #115fab;
}
.mem-form .other-login {
  margin-top: 15px;
  text-align: center;
}
.mem-form .other-login .divider {
  position: relative;
}
.mem-form .other-login .divider::before, .mem-form .other-login .divider::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 25px);
  height: 1px;
  background-color: #ccc;
}
.mem-form .other-login .divider::before {
  left: 0;
}
.mem-form .other-login .divider::after {
  right: 0;
}
.mem-form .other-login .divider span {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 50px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.mem-form .other-login .specify {
  font-size: 15px;
}
.mem-form .other-login ul {
  margin: 0 -6px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.mem-form .other-login ul li {
  display: inline-block;
  margin-top: 15px;
  padding: 0 6px;
  width: 50%;
  vertical-align: middle;
}
.mem-form .other-login ul .line i {
  display: inline-block;
  margin: -2px 8px 0 0;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url(../images/icon_line.svg) no-repeat 0 0;
  background-size: cover;
}
.mem-form .return {
  padding-top: 15px;
  text-align: center;
}
.mem-form .return a {
  padding: 0 3px;
  color: #115fab;
  font-weight: bold;
  text-decoration: underline;
}
.mem-form.login .wrap-1300 {
  max-width: 1300px;
}
.mem-form.login .form {
  padding: 0 max(6.5vw, 20px);
  width: 55%;
}
.mem-form.login .other-login {
  position: relative;
  padding: 0 max(6.5vw, 20px);
  width: 45%;
}
.mem-form.login .other-login ul li {
  font-size: 15px;
  color: #666;
  line-height: 1.4;
}
.mem-form.login .other-login ul p {
  margin-bottom: max(1vw, 12px);
}
.mem-form.register .wrap-1300 {
  max-width: 820px;
}
.mem-form.register .other-login .divider {
  margin: 20px 0;
}
.mem-form.register .other-login ul {
  margin: 0 auto;
  max-width: 325px;
}
.mem-form.register .other-login ul li {
  width: 100%;
}
.mem-form.register .sex {
  margin-right: 5px;
  width: 70px;
}
.mem-form.register .sex label.radio {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.mem-form.register .agree {
  margin-left: 15px;
  width: 100%;
}
.mem-form.register .agree label.item {
  line-height: 1.8;
}
.mem-form.register .agree a {
  padding-left: 5px;
  color: #e4153f;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .mem-form.login .bg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mem-form.login .other-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mem-form.login .other-login ul {
    margin: 0 auto;
    max-width: 320px;
  }
  .mem-form.login .other-login ul li {
    padding: 20px 0;
    width: 100%;
  }
  .mem-form.login .divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: -25px;
    width: 50px;
    height: 100%;
  }
  .mem-form.login .divider::before, .mem-form.login .divider::after {
    left: 50%;
    width: 1px;
    height: calc(50% - 25px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mem-form.login .divider::before {
    top: 0;
  }
  .mem-form.login .divider::after {
    top: unset;
    bottom: 0;
  }
  .mem-form.login .divider span {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 1279px) {
  .mem-form.login .form {
    padding: 0 max(5.5vw, 20px);
    width: 60%;
  }
  .mem-form.login .other-login {
    padding: 0 max(2.5vw, 20px);
    width: 40%;
  }
}
@media (max-width: 991px) {
  .mem-form.login .form {
    padding: 0;
    width: 100%;
  }
  .mem-form.login .other-login {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 639px) {
  .mem-form .form-group .label-ti {
    margin-bottom: 0;
  }
  .mem-form.login .other-login ul li {
    width: 100%;
  }
  .mem-form.register .other-login ul {
    max-width: 220px;
  }
}
@media (max-width: 499px) {
  .mem-form .form-group {
    padding-left: 10px;
  }
  .mem-form .other-login ul li {
    width: 100%;
  }
  .mem-form.register .other-login ul {
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .mem-form.register .btn-wrap .btn-style {
    width: 325px !important;
  }
}
/* 會員中心 */
#member.center .operate-list.flex {
  gap: 15px;
}
#member.center .operate-list li {
  width: calc(25% - 11.5px);
  border: #f0f0f0 solid 3px;
  border-radius: 10px;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
#member.center .operate-list li:hover {
  border-bottom-color: rgba(17, 95, 171, 0.8);
}
#member.center .operate-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: max(1.5vw, 10px) max(2vw, 15px);
  width: 100%;
}
#member.center .operate-list li .icon {
  position: relative;
  width: 52px;
  border-radius: 100%;
  background-color: #115fab;
}
#member.center .operate-list li .icon::before {
  display: block;
  content: "";
  padding-bottom: 100%;
  width: 100%;
}
#member.center .operate-list li .icon i {
  display: block;
  position: absolute;
  top: 48%;
  left: 50%;
  width: 42%;
  max-width: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#member.center .operate-list li .icon i::before {
  display: block;
  content: "";
  padding-bottom: 100%;
  width: 100%;
}
#member.center .operate-list li .ti {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: max(1vw, 15px);
  font-size: clamp(17px, 1.3vw, 1.125rem);
  color: #000;
  line-height: 1.4;
}
#member.center .operate-list li:nth-child(1) .icon {
  background-color: #e4153f;
}
#member.center .operate-list li:nth-child(1) .icon i {
  background-image: url(../images/mem_icon1.svg);
}
#member.center .operate-list li:nth-child(1):hover {
  border-bottom-color: #e4153f;
}
#member.center .operate-list li:nth-child(2) .icon {
  background-color: #58b530;
}
#member.center .operate-list li:nth-child(2) .icon i {
  background-image: url(../images/mem_icon2.svg);
}
#member.center .operate-list li:nth-child(2):hover {
  border-bottom-color: #58b530;
}
#member.center .operate-list li:nth-child(3) .icon i {
  background-image: url(../images/mem_icon3.svg);
}
#member.center .operate-list li:nth-child(4) .icon {
  background-color: #000;
}
#member.center .operate-list li:nth-child(4) .icon i {
  background-image: url(../images/mem_icon4.svg);
}
#member.center .operate-list li:nth-child(4):hover {
  border-bottom-color: #000;
}
#member.center .category {
  margin-bottom: max(3vw, 30px);
}
#member.center .category .m-first li {
  /* width: 25%; */
}
#member.center .category .m-first li a {
  width: 100%;
}
#member.center .field {
  margin: 0 auto;
}
#member.center .field.password {
  max-width: 520px;
}
#member.center .remark {
  margin-bottom: max(1vw, 15px);
}
#member.center .remark a {
  padding: 0 2px;
  color: #115fab;
}
#member.center .remark:hover a {
  text-decoration: underline;
}

@media (max-width: 1199px) {
  #member.center .operate-list li {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 991px) {
  #member.center .category .m-first li {
    width: 100%;
  }
}
@media (max-width: 639px) {
  #member.center .i-ti-box {
    margin-bottom: max(1.5vw, 15px);
  }
  #member.center .category {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  #member.center .operate-list.flex {
    gap: 10px;
  }
  #member.center .operate-list li {
    width: 100%;
    border-radius: 8px;
  }
  #member.center .operate-list li .icon {
    width: 40px;
  }
}
/* 表格樣式 - 共用 */
.tb-list,
.tb-list .tr {
  width: 100%;
  line-height: 1.4;
}

.tb-list {
  margin-bottom: max(1.8vw, 20px);
  color: #444;
}

.tb-list .tr {
  font-size: 0;
}

.tb-list .tr .th,
.tb-list .tr .td {
  display: inline-block;
  padding: 12px 15px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

.tb-list .th {
  word-break: break-all;
}

.tb-list .tbody .tr {
  border-bottom: #ddd solid 1px;
}

.tb-list .th a {
  color: #000;
}

.tb-list .th a:hover,
.tb-list .tr:hover .th a {
  color: #115fab;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .tb-list .tbody .tr:hover {
    background-color: #f9f9f9;
  }
}
@media (max-width: 1023px) {
  .tb-list .thead {
    display: none;
  }
  .tb-list .tbody .tr {
    border: #115fab solid 1px;
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .order .thead {
    background-color: #000;
  }
  .order .thead .th {
    position: relative;
    color: #fff;
  }
  .order .thead .tr .th:not(:last-child)::after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 80%;
    background-color: #6b6f72;
  }
  .order .tr .th,
  .order .tr .td {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  .order {
    padding-bottom: 10px;
  }
  .order .tbody .tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order .tbody .tr:not(:last-child) {
    margin-bottom: 15px;
  }
  .order .tbody .th,
  .order .tbody .td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 8px;
    width: 50%;
    text-align: left;
  }
  .order .tbody .tr > div::before {
    display: block;
    content: attr(data-title);
    margin-right: 15px;
    width: 75px;
    font-size: 15px;
    color: #222;
    border-right: #ccc solid 1px;
  }
  .order .tbody .tr > .th {
    color: #fff;
    background-color: #115fab;
  }
  .order .tbody .tr > .th::before, .order .tbody .tr > .th a {
    color: #fff;
  }
  .order .tbody .tr > .th::before {
    border-right-color: rgba(255, 255, 255, 0.5);
  }
  .order .tbody .box-hidden {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .order .tbody .th,
  .order .tbody .td {
    border-bottom: #ccc solid 1px;
  }
  .order .tbody .th,
  .order .tbody .course {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .order .tbody .th,
  .order .tbody .td {
    width: 100%;
  }
}
/* 課程報名查詢 - list */
.cancelled {
  color: #e4153f;
}

.fail {
  color: #e4153f;
}

.credit-card {
  color: #e4153f;
}
.credit-card a {
  display: block;
  margin: 3px auto 0;
  padding: 3px 5px;
  max-width: 75px;
  font-size: 14px;
  color: #115fab;
  text-align: center;
  border: #115fab solid 1px;
  border-radius: 3px;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .payment-info .credit-card a {
    display: inline-block;
    margin: 0 0 0 4px;
  }
}
/* 課程報名查詢 - view */
.sign-up:not(.finish) .i-ti-box .ti::after {
  display: none;
}
.sign-up:not(.course-view) .i-ti-box {
  padding-bottom: max(1.5vw, 15px);
}
.sign-up .area {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}
.sign-up .bg {
  margin-top: 25px;
  padding: max(3.5vw, 30px) max(3.5vw, 20px);
  border: #e5e5e5 solid 1px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}
.sign-up #pop-sign-up {
  padding: max(3.5vw, 30px) max(3.5vw, 20px);
}
.sign-up #pop-sign-up p {
  margin-left: auto;
  margin-right: auto;
}
.sign-up.course-view .btn-wrap {
  margin: 0 auto;
  padding-top: max(1.5vw, 15px);
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.sign-up.course-view .btn-wrap ul {
  margin: 0 auto;
  max-width: 460px;
}
.sign-up.course-view .btn-wrap ul.flex {
  gap: 0 5px;
}
.sign-up.course-view .btn-wrap ul li {
  width: calc(50% - 5px);
}
.sign-up.course-view .btn-wrap .btn-style {
  display: inline-block;
  width: 100%;
}

.course-view .i-ti-box .ti::after {
  display: none;
}
.course-view .bg.box {
  padding: max(1.5vw, 15px) max(2vw, 20px) max(2vw, 25px) !important;
}
.course-view .p-label-ti {
  margin-bottom: 15px;
  padding: 0;
}
.course-view .state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course-view .state li {
  position: relative;
  padding: 0 max(3.5vw, 30px) 0 15px;
}
.course-view .state li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #ddd;
}
.course-view .state li span {
  display: inline-block;
  margin: -4px 0 0 5px;
  color: #666;
  vertical-align: middle;
}
.course-view .state li .credit-card {
  color: #e4153f;
}
.course-view .state li .credit-card a {
  display: inline-block;
  margin-left: 6px;
}

.course-view .form-group.flex {
  gap: 0;
}
.course-view .form-group:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: #ddd solid 1px;
}
.course-view .form-group:last-child {
  margin-bottom: 0;
}
.course-view .form-group .label-ti {
  width: 150px;
  line-height: 1.4;
}
.course-view .form-group .box-hidden {
  line-height: 1.4;
}
.course-view .invoice .box-hidden span {
  padding-left: 5px;
}
.course-view .remittance .explain {
  padding-left: 10px;
  color: #666;
}

.order.view {
  margin-bottom: 15px;
}
.order.view .tr:hover a {
  text-decoration: none !important;
}
.order.view .course {
  text-align: left;
}
.order.view .course .discount {
  margin-top: 10px;
  font-size: 15px;
  color: #3ca211;
}
.order.view .course .discount .name {
  display: inline-block;
  margin: -2px 0 0 8px;
  padding: 2px 5px;
  border: #3ca211 solid 1px;
  border-radius: 3px;
  background-color: #fff;
}
.order.view .course .discount .btn-select {
  /* display: block; */
  display: none;
  width: 120px;
  padding: 5px 5px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #58b530;
  margin-bottom: 10px;
}
.order.view .course .discount .btn-select:hover {
  opacity: 0.9;
}
.order.view .course .discount .list { display: inline-block; width: 200px; }
.order.view .course .discount .list .form-group { margin: 0; }
.order.view .course .discount .bar-bottom { display: inline-block; }
.order.view .course .discount .bar-bottom ul li { width: 85px; margin: 0 2px; }

.order.view .amount {
  font-family: Arial, sans-serif;
  font-size: 20px;
}
.order.view .amount span, .order.view .amount del {
  display: block;
}
.order.view .amount span {
  font-size: 20px;
  color: #e4153f;
}
.order.view .amount del {
  padding-top: 5px;
  font-size: 15px;
  color: #888;
}
.order.view .qrcode .img {
  margin: 0 auto;
  max-width: 100px;
}
.order.view .del button {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  border: none;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.order.view .del button i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_del.svg) no-repeat 0 0;
  background-size: cover;
}
.order.view .del button i:hover {
  background-position: 0 100%;
}

.checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.qu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 10px;
  padding: 0 max(3.5vw, 30px) 0 15px;
}
.qu span {
  padding: 0 5px;
  color: #e4153f;
  font-weight: bold;
}
.qu .coupon-code {
  padding-top: 10px;
}
.qu .coupon-code .ti {
  margin-bottom: 5px;
}
.qu .coupon-code .input-style {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.qu .coupon-code .btn-style {
  margin-left: 10px;
  width: 110px;
  border-radius: 3px;
}

.amount-list {
  margin-left: auto;
  padding: 12px 20px;
  width: 52%;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.amount-list ul li {
  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: 8px 0;
}
.amount-list ul li:not(:first-child) {
  border-top: #ddd solid 1px;
}
.amount-list ul li .price {
  text-align: right;
}
.amount-list ul li.discount .item span {
  padding-left: 5px;
  font-size: 15px;
  color: #58b530;
}
.amount-list ul li.sum {
  border-top: #bbb solid 3px;
}
.amount-list ul li.sum .price {
  font-size: clamp(22px, 1.5vw, 26px);
  color: #e4153f;
  font-weight: bold;
}

.order.view .tr .course .name {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .order.view {
    margin-bottom: 15px;
  }
  .order.view .tr .th, .order.view .tr .td {
    width: 25%;
  }
  .order.view .tr .course {
    width: 60%;
  }
  .order.view .tr .del {
    width: 15%;
  }
  .sign-up.course-view .order.view .tr .th, .sign-up.course-view .order.view .tr .td {
    width: 30%;
  }
  .sign-up.course-view .order.view .tr .course {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .order.view {
    margin-bottom: 5px;
  }
  .order.view .tbody .tr {
    display: grid;
    grid-template-areas: ". myArea" ". myArea";
    grid-template-columns: auto 100px;
    border-top: #115fab solid 3px;
    border-bottom: #115fab solid 1px;
  }
  .order.view .tbody .tr > .th, .order.view .tbody .tr > .td {
    padding: 15px 10px;
  }
  .order.view .tbody .tr > .th {
    min-height: 90px;
    color: #000;
    background-color: transparent;
  }
  .order.view .tbody .tr > .th::before {
    display: none;
  }
  .order.view .tbody .course {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
  .order.view .tbody .course .discount span:first-child {
    display: none;
  }
  .order.view .tbody .course .discount .name {
    margin: 0;
  }
  .order.view .tbody .amount {
    padding: 8px 10px !important;
    width: auto;
    color: #fff;
    background-color: #115fab;
  }
  .order.view .tbody .amount::before {
    padding-top: 1px;
    width: 42px;
    color: #fff;
    border-right-color: rgba(255, 255, 255, 0.35);
  }
  .order.view .tbody .amount span {
    color: #fff;
  }
  .order.view .tbody .amount del {
    color: rgba(255, 255, 255, 0.8);
  }
  .order.view .tbody .qrcode, .order.view .tbody .del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: myArea;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 100px;
    border-bottom: none;
    border-left: #115fab solid 1px;
    background-color: #f8f8f8;
  }
  .order.view .tbody .qrcode::before {
    margin: 0 0 5px 0;
    width: 100%;
    font-size: 13px;
    color: #666;
    text-align: center;
    border-right: none;
  }
  .order.view .tbody .del {
    width: 40px;
  }
  .order.view .tbody .del::before {
    display: none;
  }
  .order.view .tbody .del button i {
    background: url(../images/icon_del_md.svg) no-repeat 0 0;
    background-size: contain;
  }
  .order.view .amount {
    border-bottom: none;
  }
  .order.view .amount span, .order.view .amount del {
    display: inline-block;
  }
  .order.view .amount del {
    padding: 0 0 0 10px;
  }
  .qu {
    padding-left: 0;
  }
  .sign-up .order.view .tbody .tr {
    grid-template-columns: auto 40px;
  }
  .sign-up.course-view .order.view .tbody .tr {
    display: block;
  }
}
@media (max-width: 991px) {
  .course-view .state li {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .course-view .remittance .explain {
    display: block;
    padding-left: 0;
  }
  .order.view .amount {
    font-size: 17px;
  }
  .order.view .amount span {
    font-size: 17px;
  }
  .qu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
  .amount-list {
    width: 100%;
  }
}
@media (max-width: 639px) {
  .course-view .form-group:not(:last-child) {
    padding-bottom: 10px;
  }
  .course-view .form-group .label-ti {
    width: 90px;
  }
  .course-view .form-group > .box-hidden {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 575px) {
  .course-view .state li {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .amount-list ul li.discount .item span {
    display: block;
    padding-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 415px) {
  .order.view .amount del {
    padding-left: 5px;
  }
}
/* 彈出視窗 */
.popup-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 560px;
  border-radius: 10px;
  background-color: #fff;
}
.popup-wrap .bar-top {
  padding: 12px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #58b530;
}
.popup-wrap .bar-top span {
  padding: 0 5px;
  font-size: 17px;
  font-weight: bold;
}
.popup-wrap .list {
  padding: max(2.5vw, 12px);
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-wrap .list .choose-item {
  padding: 10px 0 10px 10px;
  border: #ddd solid 2px;
  border-radius: 6px;
}
.popup-wrap .list .choose-item:not(:last-child) {
  margin-bottom: 15px;
}
.popup-wrap .list .choose-item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
}
.popup-wrap .list .choose-item .info .name {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: bold;
}
.popup-wrap .list .choose-item .info .date, .popup-wrap .list .choose-item .info .amount {
  font-size: 15px;
}
.popup-wrap .list .choose-item .info .date span, .popup-wrap .list .choose-item .info .amount span {
  padding-left: 5px;
}
.popup-wrap .list .choose-item .info .amount span {
  font-size: 18px;
  color: #e4153f;
  font-weight: bold;
}
.popup-wrap .list .choose-item .choose-box {
  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;
  width: 60px;
  border-left: #ddd solid 1px;
}
.popup-wrap .list .choose-item .choose-box label.item > input + span {
  margin: 0 auto;
  width: 22px;
  height: 22px;
}
.popup-wrap .list .choose-item .choose-box label.item > input:checked + span {
  border-color: #58b530;
  background-color: #58b530;
}
.popup-wrap .list .choose-item .choose-box label.item > input:checked + span:after {
  background-color: #fff;
}
.popup-wrap .list .choose-item:has(label.item > input:checked) {
  border-color: #000;
}
.popup-wrap .bar-bottom {
  padding: 15px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.popup-wrap .bar-bottom ul {
  margin: 0 auto;
  max-width: 320px;
}
.popup-wrap .bar-bottom ul.flex {
  gap: 0 5px;
}
.popup-wrap .bar-bottom ul li {
  width: calc(50% - 5px);
}
.popup-wrap .bar-bottom ul .btn-style {
  padding: 5px 0;
}

@media (max-width: 991px) {
  .popup-wrap .list {
    max-height: 400px;
  }
  .popup-wrap .list .choose-item .info .name {
    font-size: 16px;
  }
  .popup-wrap .list .choose-item .info .amount span {
    font-size: 17px;
  }
}
/* 折價券 */
.coupon .order .tr .th span, .coupon .order .tr .td span {
  display: block;
  font-size: 15px;
  color: #888;
}
.coupon .order .tr .th span a, .coupon .order .tr .td span a {
  padding-left: 5px;
  color: #888;
  text-decoration: underline;
}
.coupon .order .tr .th span a:hover, .coupon .order .tr .td span a:hover {
  color: #444;
}
.coupon .order .tr .name {
  text-align: left;
}
.coupon .order .tbody .name {
  font-size: 17px;
  color: #000;
}
.coupon .order .tbody .name span {
  padding-top: 3px;
  color: #58b530;
}
.coupon .order .tbody .date {
  font-size: 15px;
}

@media (min-width: 1024px) {
  .coupon .order .tr .th, .coupon .order .tr .td {
    width: 205px;
  }
  .coupon .order .tr .name {
    width: calc(100% - 360px - 205px);
  }
  .coupon .order .tr .code {
    width: 180px;
  }
  .coupon .order .tr .state {
    width: 180px;
  }
}
@media (min-width: 1280px) {
  .coupon .order .tr .th, .coupon .order .tr .td {
    width: 205px;
  }
  .coupon .order .tr .name {
    width: calc(100% - 615px);
  }
}
@media (max-width: 1279px) {
  .coupon .order .tr .state span a {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .coupon .order .tbody .tr {
    border-top: #58b530 solid 3px;
  }
  .coupon .order .tbody .tr > .th {
    background-color: #fff;
  }
  .coupon .order .tbody .tr > .th::before {
    display: none;
  }
  .coupon .order .tbody .tr > .td::before {
    width: 100px;
  }
  .coupon .order .tbody .tr > .state {
    padding: 6px 10px;
    color: #fff;
    background-color: #58b530;
  }
  .coupon .order .tbody .tr > .state::before {
    display: none;
  }
  .coupon .order .tbody .tr > .state .box-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .coupon .order .tbody .tr > .state span {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.85);
    text-align: right;
  }
  .coupon .order .tbody .tr > .state span a {
    display: inline-block;
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.85);
  }
  .coupon .order .tbody .td {
    width: 100%;
  }
}

.social-login {
  /* display: flex;
  align-items: center; */
  max-width: 400px;
  margin: auto;
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
}
.social-login .social {
  width: 40px !important;
  float: left;
}
.social-login .cont {
  float: left;
}
.social-login .small {
  
}
.btn-sm {
  border: #000 1px solid;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.cart-box {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  font-size: 0;
  vertical-align: middle;
}
.cart-box a.btn-cart {
  position: relative;
  width: 20px; height: 20px;
  background: url(../images/icon_cart_b.svg) no-repeat 0 0;
  background-size: cover;
}
.cart-box a.btn-cart span.num {
  display: block;
  position: absolute;
  top: -6px;
  right: -8px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 13px;
  font-size: 12px;
  border: 2px solid #e4153f;
  border-radius: 50%;
  background: #e4153f;
  color: #fff;
}
.no-display { display: none !important; }

.ytWrap {
   max-width:1300px; margin-left:auto; margin-right:auto; margin-top:20px; margin-bottom:0;
}
.youtubeBox { position:relative; overflow:hidden; padding-top:56.25%; }
.youtubeBox iframe {
  width:100%; height:100%;
  position:absolute; left:0; top:0;
  border:0;
}
@media (max-width: 1349px) {
  .ytWrap {
    width: 100%;
    padding: 0 45px;
  }
}

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