body {
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  background-color: #fff;
  font-family: Noto Sans,Noto Sans TC,Source Sans Pro,sans-serif; }
  body.is-fixed {
    overflow: hidden; }

small {
  font-size: 14px;
  line-height: 20px; }

.white {
  color: #fff !important; }

.grey {
  color: #555 !important; }

.primary {
  color: #007C7D !important; }

.yellow {
  color: #dfde90 !important; }

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

.mirror {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

.content-center {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.orange-title {
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background-color: #FF5200; }

.section__h1 {
  display: block;
  margin: auto;
  color: #007C7D;
  font-size: 25px;
  font-weight: bolder; }

.title {
  display: block;
  font-size: 20px;
  padding-left: 10px;
  line-height: 1;
  font-weight: bolder;
  color: #FF5200;
  border-left: 5px solid #FF5200; }

.icon-download {
  display: inline-block;
  width: 16px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url("../images/icon_download.svg"); }

.text-link, .text-link:hover {
  color: #FE8712; }

@media (min-width: 992px) {
  body {
    font-size: 18px; }
  .section__h1 {
    font-size: 48px; }
  .title {
    font-size: 30px;
    margin-left: -16px;
    line-height: 40px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px; } }

.btn-active {
  display: -webkit-box;
  display: flex;
  margin: auto;
  margin-top: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  width: 175px;
  height: 50px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 25px;
  background: linear-gradient(317.07deg, #EB6100 -2.65%, #FE8712 81.32%); }
  .btn-active:hover, .btn-active:active {
    color: #fff;
    text-decoration: none;
    -webkit-animation: handAnimate .425s linear 1;
            animation: handAnimate .425s linear 1; }
  .btn-active.is-float {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 96px;
    height: 96px;
    border-radius: 50%; }
    .btn-active.is-float .icon-go {
      width: 36px; }
  .btn-active.is-mobile {
    height: 38px;
    font-size: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    right: 0px; }
    .btn-active.is-mobile .icon-go {
      width: 20px; }

@-webkit-keyframes handAnimate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96); }
  60% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes handAnimate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(0.96);
            transform: scale(0.96); }
  60% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.wrapper {
  width: 100%;
  overflow-x: hidden; }

.main-banner {
  width: 100%;
  height: 430px;
  margin-top: 54px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/main_banner_m.png"); }
  .main-banner .slogan-box {
    position: absolute;
    width: 162px;
    top: 20px;
    left: 20px; }

.card {
  position: relative;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }

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

@media (min-width: 414px) {
  .main-banner {
    background-position: center -40px; } }

@media (min-width: 576px) {
  .main-banner {
    background-position: center -245px; } }

@media (min-width: 768px) {
  .main-banner {
    background-position: center top;
    background-image: url("../images/main_banner.png"); }
    .main-banner .slogan-box {
      width: 280px;
      top: 60px;
      left: 60px; } }

@media (min-width: 992px) {
  .main-banner {
    margin-top: 80px;
    max-height: 800px;
    min-height: 600px; }
    .main-banner .slogan-box {
      width: 300px;
      top: 80px;
      left: 80px; } }

@media (min-width: 1024px) {
  .main-banner .slogan-box {
    width: 350px;
    top: 80px;
    left: 100px; } }

@media (min-width: 1440px) {
  .main-banner {
    min-height: 700px; }
    .main-banner .slogan-box {
      width: 442px;
      top: 120px;
      left: 120px; } }

@media (min-width: 1680px) {
  .main-banner {
    min-height: 840px; } }

header {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100; }

.header {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 54px;
  padding: 10px;
  background-color: #007C7D; }
  .header .header-logo {
    display: block;
    width: 132px;
    margin-top: 2px; }
  .header .header-nav {
    display: -webkit-box;
    display: flex;
    height: 40px;
    margin-top: 6px; }
  .header .nav-item {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    padding: 0px 5px;
    margin: 0px 10px;
    cursor: pointer; }
    .header .nav-item:hover, .header .nav-item:active, .header .nav-item.active {
      color: #FFB340;
      text-decoration: none;
      border-bottom: 2px solid #FFB340; }
    .header .nav-item:last-child {
      margin-right: 0px; }
    .header .nav-item:first-child {
      margin-left: 0px; }

@media (min-width: 992px) {
  .header {
    height: 80px; }
    .header .header-logo {
      width: 166px;
      margin-top: 10px; } }

footer {
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
  background-color: #007C7D; }
  footer .warning {
    font-size: 14px;
    line-height: 21px; }
  footer a, footer a:hover, footer a:active {
    color: #fff !important;
    text-decoration: underline; }

@media (min-width: 992px) {
  footer {
    font-size: 20px;
    line-height: 30px;
    padding: 30px 0; } }

.mobile-nav {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  right: -100%;
  top: 54px;
  bottom: 0;
  width: 100%;
  padding: 40px;
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 99;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff; }
  .mobile-nav.active {
    right: 0%; }
  .mobile-nav .nav-item {
    display: block;
    width: 100%;
    padding: 14px 0px;
    font-size: 20px;
    color: #007C7D;
    text-align: center;
    border-bottom: 1px solid #DEDEDE; }
    .mobile-nav .nav-item:last-child {
      border: none; }

.mobile-nav-bg {
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: 9;
  background-color: #000; }
  .mobile-nav-bg.active {
    display: block; }

.burger {
  position: fixed;
  top: 12px;
  right: 0px; }
  .burger.active .burger-box .top {
    top: 14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .burger.active .burger-box .center {
    display: none; }
  .burger.active .burger-box .bottom {
    top: 14px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .burger .burger-box {
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px;
    cursor: pointer; }
    .burger .burger-box__line {
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      background-color: #fff;
      -webkit-transition: .3s all;
      transition: .3s all;
      border-radius: 2px; }
    .burger .burger-box .top {
      top: 4px; }
    .burger .burger-box .center {
      top: 14px;
      width: 75%;
      right: 1px; }
    .burger .burger-box .bottom {
      top: 24px; }

@media (min-width: 768px) {
  .mobile-nav-bg {
    display: none; } }

.section1 .section1__bg {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  left: 0px;
  top: 0px;
  width: 65%;
  height: 360px;
  background: linear-gradient(161.18deg, #24A09A 33.63%, rgba(125, 205, 202, 0.5) 127.24%); }

.section1 .section-info-box {
  position: absolute;
  top: 0px;
  left: 17px;
  width: 280px; }

.section1 .section1-tab {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-left: -15px; }

.section1 .tab-item {
  display: block;
  width: 90px;
  height: 64px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-left: 10px; }
  .section1 .tab-item:hover.tab-item-1, .section1 .tab-item.active.tab-item-1 {
    background-image: url("../images/img_section1_tab_1_active.svg"); }
  .section1 .tab-item:hover.tab-item-2, .section1 .tab-item.active.tab-item-2 {
    background-image: url("../images/img_section1_tab_2_active.svg"); }
  .section1 .tab-item:hover.tab-item-3, .section1 .tab-item.active.tab-item-3 {
    background-image: url("../images/img_section1_tab_3_active.svg"); }

.section1 .tab-item-1 {
  background-image: url("../images/img_section1_tab_1.svg"); }

.section1 .tab-item-2 {
  background-image: url("../images/img_section1_tab_2.svg"); }

.section1 .tab-item-3 {
  background-image: url("../images/img_section1_tab_3.svg"); }

.section1 .card {
  z-index: 5; }

@media (min-width: 768px) {
  .section1 .section1__bg {
    width: 45%; }
  .section1 .section1-tab {
    width: 350px;
    -webkit-box-pack: end;
            justify-content: flex-end;
    background-color: transparent;
    box-shadow: none;
    margin-left: auto; }
    .section1 .section1-tab .tab-item {
      width: 155px;
      height: 30px; } }

@media (min-width: 992px) {
  .section1 .section-info-box {
    width: 365px; }
  .section1 .section1-tab {
    width: auto; }
    .section1 .section1-tab .tab-item {
      height: 45px; } }

@media (min-width: 1200px) {
  .section1 .section1__bg {
    width: 50%; }
  .section1 .section-info-box {
    width: 430px; }
  .section1 .section1-tab .tab-item {
    margin-right: 10px;
    margin-left: 10px; } }

.section2::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-size: 1320px 835px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url("../images/bg_section_2.jpg"); }

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

.section2 .section2__bg {
  position: absolute;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  right: 0px;
  top: 0px;
  width: 55%;
  height: 360px;
  z-index: -1;
  background: linear-gradient(161.18deg, #24A09A 33.63%, rgba(125, 205, 202, 0.5) 127.24%); }

.card-info {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  text-align: center;
  cursor: pointer;
  max-width: 165px;
  width: 100%;
  -webkit-transition: all .425s ease-out;
  transition: all .425s ease-out; }
  .card-info::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .425s ease-out;
    transition: all .425s ease-out; }
  .card-info:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #fff; }
  .card-info__num {
    position: absolute;
    top: 10px;
    left: 13px;
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    color: #C4C4C4; }
    .card-info__num::before {
      content: '';
      position: absolute;
      top: 10px;
      left: -22px;
      width: 20px;
      height: 1px;
      background-color: #C4C4C4; }
  .card-info__title {
    font-size: 20px; }
  .card-info__subtitle {
    color: #FF5200;
    font-size: 16px;
    margin-bottom: 20px; }
    .card-info__subtitle .icon-arrow, .card-info__subtitle .icon-arrow__hover {
      width: 16px; }
    .card-info__subtitle .icon-arrow {
      display: inline-block; }
    .card-info__subtitle .icon-arrow__hover {
      display: none; }
  .card-info:hover, .card-info.active {
    background: rgba(254, 135, 18, 0.8); }
    .card-info:hover .icon-arrow, .card-info.active .icon-arrow {
      display: none; }
    .card-info:hover .icon-arrow__hover, .card-info.active .icon-arrow__hover {
      display: inline-block; }
    .card-info:hover .card-info__num::before, .card-info.active .card-info__num::before {
      background-color: #fff; }
    .card-info:hover .card-info__num, .card-info:hover .card-info__title, .card-info:hover .card-info__subtitle, .card-info.active .card-info__num, .card-info.active .card-info__title, .card-info.active .card-info__subtitle {
      color: #fff; }
    .card-info:hover .card-info__img.is-1, .card-info.active .card-info__img.is-1 {
      background-image: url("../images/icon_section2_01_active.svg"); }
    .card-info:hover .card-info__img.is-2, .card-info.active .card-info__img.is-2 {
      background-image: url("../images/icon_section2_02_active.svg"); }
    .card-info:hover .card-info__img.is-3, .card-info.active .card-info__img.is-3 {
      background-image: url("../images/icon_section2_03_active.svg"); }
    .card-info:hover .card-info__img.is-4, .card-info.active .card-info__img.is-4 {
      background-image: url("../images/icon_section2_04_active.svg"); }

.card-info__img {
  display: block;
  margin: auto;
  width: 45px;
  height: 65px;
  margin-bottom: 15px;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .card-info__img.is-1 {
    background-image: url("../images/icon_section2_01.svg"); }
  .card-info__img.is-2 {
    width: 85px;
    height: 70px;
    background-image: url("../images/icon_section2_02.svg"); }
  .card-info__img.is-3 {
    background-image: url("../images/icon_section2_03.svg"); }
  .card-info__img.is-4 {
    background-image: url("../images/icon_section2_04.svg"); }

.card-info-1:hover:before, .card-info-1.active:before {
  background-image: url("../images/img_section2_btn_1_bg.png"); }

.card-info-2:hover:before, .card-info-2.active:before {
  background-image: url("../images/img_section2_btn_2_bg.png"); }

.card-info-3:hover:before, .card-info-3.active:before {
  background-image: url("../images/img_section2_btn_3_bg.png"); }

.card-info-4:hover:before, .card-info-4.active:before {
  background-image: url("../images/img_section2_btn_4_bg.png"); }

@media (min-width: 992px) {
  .card-info {
    max-width: none;
    max-width: initial;
    width: 270px;
    height: 270px; }
    .card-info__num {
      font-size: 30px;
      color: #C4C4C4; }
      .card-info__num::before {
        top: 20px;
        left: -26px;
        width: 26px; }
    .card-info__title {
      font-size: 30px;
      font-weight: bold; }
    .card-info__subtitle {
      font-size: 20px;
      margin-bottom: 20px; }
      .card-info__subtitle .icon-arrow, .card-info__subtitle .icon-arrow__hover {
        width: 24px; }
  .card-info__img {
    width: 76px;
    height: 86px; }
    .card-info__img.is-2 {
      width: 106px;
      height: 86px; } }

.section-modal {
  position: fixed;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  overflow: auto;
  z-index: 150;
  top: 0px;
  right: -100%;
  background-color: #fff;
  -webkit-transition: right .425s ease-out;
  transition: right .425s ease-out; }
  .section-modal.active {
    right: 0px; }
  .section-modal .btn-go {
    color: #FE8712;
    display: -webkit-box;
    display: flex;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #FE8712; }

.section-modal-bg {
  position: fixed;
  display: none;
  width: 100%;
  height: calc(100% - 54px);
  top: 54px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6); }
  .section-modal-bg.active {
    display: block; }

.section-modal-box {
  padding-left: 0px;
  position: relative; }
  .section-modal-box::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 90px;
    background-color: rgba(36, 160, 154, 0.1); }
  .section-modal-box__header {
    height: 60px;
    width: 100%;
    margin-left: 0px;
    background-color: rgba(36, 160, 154, 0.5); }
  .section-modal-box__body {
    padding: 20px;
    background-color: #fff; }
    .section-modal-box__body h4 {
      font-size: 20px; }
  .section-modal-box .header-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 10px 15px; }
    .section-modal-box .header-box__icon {
      width: 30px; }
      .section-modal-box .header-box__icon.is-bull {
        width: 40px; }
    .section-modal-box .header-box__h1 {
      font-size: 30px;
      color: #FF5200;
      margin-left: 10px;
      font-weight: bold; }
    .section-modal-box .header-box__title {
      font-size: 18px;
      margin-top: 10px;
      margin-left: 5px;
      color: #000; }
  .section-modal-box .header-close {
    position: absolute;
    right: 20px;
    top: 24px;
    cursor: pointer;
    width: 20px;
    height: 20px; }

@media (min-width: 992px) {
  .section-modal {
    height: calc(100% - 80px);
    top: 80px; }
  .section-modal-bg {
    position: fixed;
    display: none;
    width: 100%;
    height: calc(100% - 80px);
    top: 80px; }
  .section-modal-box {
    padding-left: 100px; }
    .section-modal-box::before {
      height: 100%; }
    .section-modal-box__header {
      height: 130px;
      width: calc(100% + 100px);
      margin-left: -100px; }
    .section-modal-box__body {
      padding: 50px; }
      .section-modal-box__body h4 {
        font-size: 30px; }
    .section-modal-box .header-box {
      padding-left: 150px;
      padding-top: 50px; }
      .section-modal-box .header-box__icon {
        width: 46px; }
        .section-modal-box .header-box__icon.is-bull {
          width: 60px; }
      .section-modal-box .header-box__h1 {
        font-size: 40px; }
      .section-modal-box .header-box__title {
        font-size: 26px;
        font-weight: bold; }
    .section-modal-box .header-close {
      right: 20px;
      top: 70px;
      width: 35px;
      height: 35px; } }

.section3 .section3__bg {
  position: absolute;
  display: -webkit-box;
  display: flex;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 790px;
  background: linear-gradient(157.6deg, #EFEFEF 8.78%, rgba(241, 241, 241, 0) 79.33%); }

.section3 .section3-left-tab {
  position: absolute;
  top: 150px;
  left: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  z-index: 10;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .section3 .section3-left-tab .tab-item {
    display: -webkit-box;
    display: flex;
    line-height: 1.2;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
    padding: 15px 25px;
    text-align: center;
    color: #C4C4C4; }
    .section3 .section3-left-tab .tab-item:hover, .section3 .section3-left-tab .tab-item.active {
      color: #fff;
      background-color: #FE8712; }
      .section3 .section3-left-tab .tab-item:hover .icon-1, .section3 .section3-left-tab .tab-item.active .icon-1 {
        background-image: url("../images/icon_section3_1_active.svg"); }
      .section3 .section3-left-tab .tab-item:hover .icon-2, .section3 .section3-left-tab .tab-item.active .icon-2 {
        background-image: url("../images/icon_section3_2_active.svg"); }
      .section3 .section3-left-tab .tab-item:hover .icon-3, .section3 .section3-left-tab .tab-item.active .icon-3 {
        background-image: url("../images/icon_section3_3_active.svg"); }

.section3 .section3-tab {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: calc(100% - 15px);
  margin-left: -15px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  z-index: 10; }
  .section3 .section3-tab .tab-item {
    color: #C4C4C4;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 62px;
    margin-left: 5px;
    margin-right: 5px; }
    .section3 .section3-tab .tab-item .tab-item-icon {
      width: 30px;
      height: 30px;
      margin-right: 2px; }
  .section3 .section3-tab .tab-item.active {
    color: #000; }
    .section3 .section3-tab .tab-item.active .icon-1 {
      background-image: url("../images/icon_section3_1_active_2.svg"); }
    .section3 .section3-tab .tab-item.active .icon-2 {
      background-image: url("../images/icon_section3_2_active_2.svg"); }
    .section3 .section3-tab .tab-item.active .icon-3 {
      background-image: url("../images/icon_section3_3_active_2.svg"); }

.section3 .tab-item-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px; }

.section3 .icon-1 {
  background-image: url("../images/icon_section3_1.svg"); }

.section3 .icon-2 {
  background-image: url("../images/icon_section3_2.svg"); }

.section3 .icon-3 {
  background-image: url("../images/icon_section3_3.svg"); }

@media (min-width: 768px) {
  .section3 .section3-tab {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .section3 .section3-tab .tab-item {
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 992px) {
  .section3 .card {
    padding: 50px;
    padding-left: 150px; }
  .section3 .section3-left-tab .tab-item {
    font-size: 28px; }
  .section3 .section3-left-tab .tab-item__subtitle {
    font-size: 20px; } }

.section4 h4 {
  font-size: 18px; }

.section4 .section4__bg {
  position: absolute;
  display: -webkit-box;
  display: flex;
  left: 0px;
  top: 80px;
  width: 85%;
  height: 586px;
  z-index: -1;
  background: linear-gradient(184.87deg, #24A09A 5.54%, rgba(125, 205, 202, 0.5) 109.05%); }

.section4 .section4__bg2 {
  position: absolute;
  display: -webkit-box;
  display: flex;
  right: 0px;
  top: 0px;
  width: 65%;
  height: 440px;
  z-index: -2;
  background: #F1F1F1; }

.section4 .section__h1 {
  color: #Fff;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 20px; }

.section4 .section-tab {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 20px; }
  .section4 .section-tab .tab-item {
    position: relative;
    color: #fff;
    cursor: pointer;
    border-bottom: 2px solid transparent; }
    .section4 .section-tab .tab-item:hover, .section4 .section-tab .tab-item.active {
      border-bottom: 2px solid #fff; }
      .section4 .section-tab .tab-item:hover::after, .section4 .section-tab .tab-item.active::after {
        content: '';
        position: absolute;
        bottom: -6px;
        left: calc(50% - 1px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #ffffff transparent transparent transparent; }
  .section4 .section-tab .tab-item:first-child {
    margin-right: 30px; }
    .section4 .section-tab .tab-item:first-child:before {
      position: absolute;
      top: 0px;
      right: -18px;
      content: '/';
      color: #fff; }

.section4 .table {
  font-size: 16px;
  width: 100%;
  background-color: rgba(36, 160, 154, 0.08); }
  .section4 .table tr:first-child th, .section4 .table tr:first-child td {
    padding-top: 10px; }
  .section4 .table tr:last-child th, .section4 .table tr:last-child td {
    padding-bottom: 10px; }
  .section4 .table th, .section4 .table td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top; }
  .section4 .table th {
    padding-left: 10px;
    padding-right: 5px;
    color: #007C7D;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #fff; }
  .section4 .table td {
    padding-left: 5px;
    padding-right: 10px; }

.section4 .table.is-history tr:first-child th, .section4 .table.is-history tr:first-child td {
  padding-top: 0px; }

.section4 .table.is-history tr:last-child th, .section4 .table.is-history tr:last-child td {
  padding-bottom: 0px;
  border-bottom: 2px solid #007C7D; }

.section4 .table.is-history thead th {
  font-size: 14px;
  text-align: center;
  border-top: 2px solid #007C7D;
  border-bottom: 2px solid #007C7D; }

.section4 .table.is-history td {
  text-align: center; }

.section4 .table.is-history tr:nth-child(odd) {
  background-color: #fff; }

.stock-box {
  display: -webkit-box;
  display: flex;
  min-height: auto;
  padding: 0px;
  margin-bottom: 10px;
  border: 1px solid #FFB340;
  border-radius: 10px;
  background-color: rgba(254, 135, 18, 0.08); }
  .stock-box__name {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 65px;
    color: #007C7D;
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff; }
  .stock-box__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: calc(100% - 65px);
    padding: 0px 10px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.2; }
  .stock-box__info-label > div {
    font-size: 12px;
    display: inline;
    padding: 5px 10px;
    color: #FE8712;
    border-radius: 6px;
    background-color: #fff; }

.ul-bar {
  position: relative;
  padding-left: 10px; }
  .ul-bar li {
    padding-left: 8px; }
    .ul-bar li::marker {
      content: '-'; }

@media (min-width: 992px) {
  .section4 h4 {
    font-size: 1.5rem; }
  .section4 .section4__bg {
    left: 0px;
    top: 80px;
    width: calc(50% + 300px);
    height: 586px; }
  .section4 .section4__bg2 {
    right: 0px;
    top: 0px;
    width: 50%;
    height: 440px; }
  .section4 .table {
    font-size: 18px; }
    .section4 .table tr:first-child th, .section4 .table tr:first-child td {
      padding-top: 15px; }
    .section4 .table tr:last-child th, .section4 .table tr:last-child td {
      padding-bottom: 15px; }
    .section4 .table th {
      font-size: 16px;
      padding-left: 20px;
      padding-right: 10px;
      border-right: 1px solid #fff; }
    .section4 .table td {
      padding-left: 10px;
      padding-right: 20px; } }

@media (min-width: 1200px) {
  .section4 .stock-box {
    height: 96px; }
    .section4 .stock-box__name {
      font-size: 20px;
      width: 90px; }
    .section4 .stock-box__info {
      width: calc(100% - 90px);
      padding: 0px 10px;
      padding-top: 6px;
      font-size: 16px;
      line-height: 1.2; }
    .section4 .stock-box__info-label > div {
      font-size: 16px;
      padding: 5px 10px;
      border-radius: 12px; } }

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