@charset "utf-8";

/* ======================================================================== */
/* 公用 */
/* ======================================================================== */

body {
    padding: 0;
    margin: 0;
}
.WOP-200K br.desktop {
    display: block;
}
.WOP-200K br.mobile {
    display: none;
}
.WOP-200K div {
    box-sizing: border-box;
}
.WOP-200K img {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.WOP-200K img.my20 {
    margin: 20px 0 !important;
}
.WOP-200K img.my30 {
    margin: 30px 0 !important;
}
.WOP-200K img.my40 {
    margin: 40px 0 !important;
}
.WOP-200K img.my50 {
    margin: 50px 0 !important;
}
.WOP-200K .clearfix, .WOP-200K .clear {
    clear: both;
}
.WOP-200K .hide {
    display: none;
}
.WOP-200K .show {
    display: block;
}
.WOP-200K ul,
.WOP-200K ol {
    margin: 0 !important;
    padding: 0 0 0 25px !important;
}
.WOP-200K li {
    margin: 0 !important;
    padding: 0 !important;
}
.WOP-200K ul li {
    list-style-type: disc !important;
}
.WOP-200K ol li {
    list-style-type: decimal !important;
}
.WOP-200K .h160 {
    height: 160px;
}
.WOP-200K .h230 {
    height: 230px;
}
.WOP-200K .h260 {
    height: 260px;
}
.WOP-200K .h310 {
    height: 310px;
}
.WOP-200K .h330 {
    height: 330px;
}
.WOP-200K .h320 {
    height: 320px;
}
.WOP-200K .h380 {
    height: 380px;
}
.WOP-200K .h375 {
    height: 375px;
}
.WOP-200K .h390 {
    height: 390px;
}
.WOP-200K .h465 {
    height: 465px;
}
.WOP-200K .h402 {
    height: 402px;
}
/* 以上為前人遺毒 */


.WOP-200K {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Arial', 'Open Sans', '微軟正黑體', "新細明體";
}
.WOP-200K h1 {
    font-size: 42px !important;
    font-weight: 900 !important;
    letter-spacing: -1px;
    line-height: 32px;
    color: #004280;
}
.WOP-200K h2 {
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    color: #004280 !important;
    border: 0 !important;
    padding-bottom: 0 !important;
}
.WOP-200K h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #555;
}
.WOP-200K h4 {
    font-size: 16px;
    line-height: 20px;
}
.WOP-200K p {
    font-size: 14px;
    line-height: 22px;
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:990px) {}
@media screen and (max-width:768px) {}
@media screen and (max-width:580px) {
.WOP-200K h2 {
    font-size: 21px;
    line-height: 24px;
}}

/* kv */
.WOP-200K .kv {
    background: url(../images/kv.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    min-height: 1000px;
    text-align: center;
}
.WOP-200K .kv h1 {
    margin: 0;
    padding-top: 80px;
    color: #FFF !important;
}
.WOP-200K .kv h3 {
    color: #FFF;
}
.WOP-200K .kv2 {
    text-align: center;
    color: #FFF;
    margin-top: 540px;
}
.WOP-200K .kv2 h3 {
    color: #FFF;
    font-weight: 600;
    padding-bottom: 0px;
}
.WOP-200K .kv2 .ksp-box {
    display: flex;
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
}
.WOP-200K .kv2 .ksp-box .ksp {
    border-right: 1px solid #D1D1D1;
    padding: 0 20px;
    margin: 0 auto;
    width: 33%;
}
.WOP-200K .kv2 .ksp-box .ksp:nth-child(3) {
    border-right: 0px;
}
.WOP-200K .kv2 .ksp-box .ksp p {
    max-width: 100%;
    padding-top: 0px;
}
.WOP-200K .kv2 p {
    width: 820px;
    max-width: 95%;
    margin: 0 auto;
    padding-top: 40px;
}

/* feature-1 */
.WOP-200K .feature-1 {
    text-align: center;
    padding: 50px 0;
}
.WOP-200K .feature-1 .boxs {
    display: flex;
    padding-top: 30px;
}
.WOP-200K .feature-1 .box {
    width: 100%;
}
.WOP-200K .feature-1 .box .img-box {
    width: 90%;
    margin: 0 auto;
}
.WOP-200K .feature-1 .box img {
    width: 100%;
    border-radius: 3px;
}
.WOP-200K .feature-1 .box .box-text {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.WOP-200K .feature-1 .box .box-text h3 {
    padding: 20px 0 5px;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 990px) {}
@media screen and (max-width: 768px) {
.WOP-200K .kv {
    background: url(../images/kv-mobile.jpg) top center no-repeat;
    background-size: cover;
}
.WOP-200K .kv2 {
    margin-top: 70%;
}
.WOP-200K .feature-1 .boxs {
    display: block;
    padding-top: 0px;
}
.WOP-200K .feature-1 .box {
    padding-top: 20px;
}
.WOP-200K .feature-1 .box .img-box {
    width: 95%;
    padding-right: 0;
    margin: 0 auto;
}
.WOP-200K .feature-1 .box .img-box img {
    width: 100%;
}
.WOP-200K .feature-1 .box .box-text {
    width: 100%;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}
}
@media screen and (max-width: 580px) {
    .WOP-200K .kv {
    background: url(../images/kv-mobile.jpg) top center no-repeat;
    background-size: cover;
    min-height: 820px;
}
.WOP-200K .kv h1 {
    padding-top: 12%;
}
.WOP-200K h1 {
    font-size: 32px !important;
    line-height: 21px;
}
.WOP-200K .kv2 {
    margin-top: 75%;
    min-height: 440px;
}
.WOP-200K .kv2 h3 {
    margin: 10px;
}
.WOP-200K .kv2 p {
    padding-top: 20px;
    line-height: 18px;
}
.WOP-200K .kv2 .ksp-box {
    display: block;
}
.WOP-200K .kv2 .ksp-box .ksp {
    width: 100%;
}
.WOP-200K .kv2 .ksp-box .ksp p {
    max-width: 95%;
    padding-top: 0px;
}
.WOP-200K .feature-1 {
    padding: 15px 10px 30px;
}
}

/* feature-2 */
.WOP-200K .feature-2 {
    text-align: center;
    padding: 0 0 50px 0;
    background-color: #000;
}
.WOP-200K .feature-2 .kv {
    background: url(../images/f2.jpg) bottom center no-repeat;
    background-size: cover;
    min-height: 840px;
    text-align: center;
}
.WOP-200K .feature-2 h2 {
    padding-top: 60px;
    color: #FFF !important;
}
.WOP-200K .feature-2 p {
    width: 820px;
    max-width: 95%;
    margin: 0 auto;
    color: #FFF;
}
.WOP-200K .feature-2 .pic-box {
    display: flex;
    padding: 0 20px;
}
.WOP-200K .feature-2 .pic-box .pic-2 {
    width: 50%;
    padding: 20px;
}
.WOP-200K .feature-2 .pic-box .pic-2 img {
    width: 100%;
    margin-bottom: 20px !important;
    border-radius: 3px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 70%);
}

@media screen and (max-width:1200px) {}
@media screen and (max-width:990px) {}
@media screen and (max-width:768px) {
.WOP-200K .feature-2 .pic-box {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.WOP-200K .feature-2 .pic-box .pic-2 {
    width: 100%;
}
}
@media screen and (max-width:580px) {
.WOP-200K .feature-2 {
    padding: 0px 0 30px;
}
.WOP-200K .feature-2 .kv {
    min-height: 600px;
}
.WOP-200K .feature-2 h2 {
    padding-top: 40px;
}
}

/* icon*6 */
.WOP-200K .icon-product {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    padding-top: 10px;
}
.WOP-200K .icon-product img {
    width: 100%;
}
.WOP-200K .icon-6 {
    text-align: center;
    padding: 50px 0;
}
.WOP-200K .icon-6 .icon-3 {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px;
}
.WOP-200K .icon-6 .icon-3 .icon-set {
    border-left: 1px solid #D1D1D1;
}
.WOP-200K .icon-6 .icon-3 .icon-set:nth-child(1) {
    border-left: 0px solid #D1D1D1;
}
.WOP-200K .icon-6 .icon-3 .icon-set p {
    width: 90%;
    margin: 0 auto;
}
.WOP-200K .icon-6 .icon-3 .icon-set img {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px !important;
}

@media screen and (max-width:1200px) {}
@media screen and (max-width:990px) {}
@media screen and (max-width:768px) {
.WOP-200K .icon-product {
    max-width: 100%;
    padding-top: 20px;
}
.WOP-200K .icon-6 .icon-3 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
.WOP-200K .icon-6 .icon-3 .icon-set img {
    margin-bottom: 0px !important;
}
}
@media screen and (max-width:580px) {
.WOP-200K .icon-6 {
    padding: 20px 10px 30px;
}
.WOP-200K .icon-6 .icon-3 {
    display: block;
    padding: 0;
}
.WOP-200K .icon-6 .icon-3 .icon-set {
    border-left: 0px solid #D1D1D1;
    padding: 0 20px;
}
.WOP-200K .icon-6 .icon-3 .icon-set img {
    width: 30%;
    padding-top: 10px !important;
}
}

/* support */
.WOP-200K .support {
    text-align: center;
}
.WOP-200K .support h2 {
    padding-bottom: 40px !important;
}
.WOP-200K .support .support-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #FFF;
    background-color: #555;
    border-radius: 5px;
    margin: 0 auto 20px;
    padding: 0 50px;
    display: inline-block;
}
.WOP-200K .support .boxs {
    display: flex;
    padding-bottom: 60px;
    padding-top: 20px;
}
.WOP-200K .support .boxs:nth-child(9) {
    padding-bottom: 10px;
}
.WOP-200K .support .boxs.h370 {
    margin: 70px 0;
}
.WOP-200K .support .box {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.WOP-200K .support .box:nth-child(2) {
    border-left: 1px solid #D1D1D1;
}
.WOP-200K .support .box h3 span{
    font-size: 14px;
}
.WOP-200K .support .img img {
    max-width: 85%;
    height: auto;
}
.WOP-200K .support p {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    padding: 0 30px 0 45px;
    color: #555;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 990px) {}
@media screen and (max-width: 768px) {
.WOP-200K .support .boxs {
    display: block;
    padding-top: 0px;
}
.WOP-200K .support .box {
    width: 100%;
    padding: 0px 0;
}
.WOP-200K .support .support-title {
    padding: 0 20px;
    font-size: 24px;
}
.WOP-200K .support .box .img {
    display: block;
    text-align: center;
}
.WOP-200K .support .img img {
    max-width: 100%;
}
.WOP-200K .support .box:nth-child(1) {
    border-left: 0;
}
.WOP-200K .support .box:nth-child(2) {
    padding-left: 0px;
    border-left: 0px;
}
.WOP-200K .support p {
    padding: 0 20px;
}
.WOP-200K .support .box .bottom-line {
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 20px;
    padding: 10px;
}
}
@media screen and (max-width: 580px) {
.WOP-200K .support {
    text-align: center;
    padding: 10px 0 0px;
}
.WOP-200K .support h2 {
    padding-bottom: 30px;
}
}

/* TAB */
.tabs-wrapper {
  padding: 0 0 50px;
}
.tabs-wrapper input[type="radio"] {
  display: none;
}
.tabs-wrapper label {
  transition: background 0.4s ease-in-out, height 0.2s linear;
  display: inline-block;
  cursor: pointer;
  color: #666;
  width: 16.36%;
  height: 3em;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #ddd;
  text-align: center;
  line-height: 3em;
  font-family: 'Arial', 'Open Sans', '微軟正黑體', "新細明體";
  font-weight: 600;
}
.tabs-wrapper label:last-of-type {
  border-bottom: none;
}
.tabs-wrapper label:hover {
  background: #666;
  color: #FFF;
}
@media screen and (max-width: 1250px) {
    .tabs-wrapper label {
    width: 16.3%;
}
}
@media screen and (max-width: 1200px) {
    .tabs-wrapper label {
    width: 16%;
}
}
@media screen and (max-width: 990px) {
  .tabs-wrapper label {
    width: 33%;
  }
}
@media screen and (max-width: 800px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 1px solid #666;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
    padding: 0 0 0px;
  }
}
#tab1:checked + label,
#tab2:checked + label,
#tab3:checked + label,
#tab4:checked + label,
#tab5:checked + label,
#tab6:checked + label {
  background: #004280;
  color: #FFF;
  font-weight: 900;
  font-size: 18px;
}
.tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 20px;
}
.tab-body-wrapper {
  background: #eee;
  border-top: #004280 5px solid;
  animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-name: show;
  animation-fill-mode: forwards;
}
.tab-body-wrapper .tab-body img {
  width: 100%;
}
.tab-body-wrapper .tab-body p {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  color: #555;
  margin-top: 0;
  padding-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .tab-body-wrapper {
    border: none;
    border-radius: 0;
}
  .tab-body {
    padding: 0px;
}
}
#tab1:checked ~ .tab-body-wrapper #tab-body-1,
#tab2:checked ~ .tab-body-wrapper #tab-body-2,
#tab3:checked ~ .tab-body-wrapper #tab-body-3,
#tab4:checked ~ .tab-body-wrapper #tab-body-4,
#tab5:checked ~ .tab-body-wrapper #tab-body-5,
#tab6:checked ~ .tab-body-wrapper #tab-body-6 {
  position: relative;
  top: 0px;
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: content-pop-out;
  animation-fill-mode: forwards;
}
@keyframes content-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes content-rotate-y {
  from {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes content-rotate-x {
  from {
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  to {
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@keyframes content-rotate-both {
  from {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
  to {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transform-origin: 0% 50% 50%;
    -ms-transform-origin: 0% 50% 50%;
    -webkit-transform-origin: 0% 50% 50%;
    transform-origin: 0% 50% 50%;
  }
}
@keyframes content-pop-out {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes content-pop-in {
  from {
    opacity: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes content-slide-bot {
  from {
    top: 20px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
@keyframes content-slide-top {
  from {
    top: -20px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
/* used for wrapper animation after the load of the page */
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
