@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;900&display=swap");
@import url("../css/animate.css");
@import url("../css/common.css");
@import url("../css/main_v1.9.1.css");
html, body {
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html, body {
    background-color: #f3f3f3;
  }
}

.pc-show {
  display: block;
}
@media (max-width: 1199px) {
  .pc-show {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-show {
    display: none;
  }
}

.pad-show {
  display: none;
}
@media (max-width: 1199px) {
  .pad-show {
    display: block;
  }
}
@media (max-width: 767px) {
  .pad-show {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 1199px) {
  .mobile-show {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}

.navOkapp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #fff;
  z-index: 30;
  box-shadow: 0 2px 5px 0 rgba(51, 51, 51, 0.1);
  /*
   select.language {
  	display: none;
  	width: 136px;
  	height: 25px;
  	line-height: 1;
  	position: absolute;
  	right: 15px;
  	top: 19px;
  	color: #666;
  	border: solid 1px #d9d7d7;
  	@include mobile {
  		display: block;
  		width: 45%;
  		left: 50%;
  		top: 5vw;
  		text-align: center;
  	}
  }
  */
}
@media (max-width: 1199px) {
  .navOkapp {
    height: 10vw;
  }
}
@media (max-width: 767px) {
  .navOkapp {
    height: 14.84375vw;
  }
}
.navOkapp .full {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .navOkapp .full {
    border-bottom: 1px solid #ddd;
  }
}
.navOkapp .ii-ii_01.a_title {
  width: 30%;
}
@media (max-width: 767px) {
  .navOkapp .ii-ii_01.a_title {
    width: 60%;
  }
}
.navOkapp div.language {
  display: block;
  color: #999;
  position: absolute;
  right: 33px;
  top: 35%;
}
@media (max-width: 767px) {
  .navOkapp div.language {
    display: none;
  }
}
.navOkapp div.language a {
  color: #555;
  padding: 0 10px;
  font-size: 15px;
  line-height: 2;
}
.navOkapp div.language a:hover, .navOkapp div.language a:focus, .navOkapp div.language a:active {
  outline: 0;
  text-decoration: none;
  color: #000;
}
.navOkapp div.language a.on {
  color: #ff6600;
  position: relative;
}
.navOkapp div.language a.on:after {
  content: "";
  display: inline-block;
  width: 90%;
  height: 2px;
  background-color: #ff6600;
  position: absolute;
  bottom: -10px;
  right: 0;
  padding: 0 10px;
}
.navOkapp ul {
  display: table;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .navOkapp ul {
    display: none;
  }
}
.navOkapp ul li {
  float: left;
}
.navOkapp ul li a {
  font-size: 126%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  background-image: none !important;
  height: 33px !important;
  line-height: 1;
}
.navOkapp ul li a.nav-link {
  font-size: 1rem !important;
  line-height: 1.6;
  color: #111;
  opacity: 0.8;
  border-left: none;
}
.navOkapp ul li a.nav-link:focus, .navOkapp ul li a.nav-link:hover {
  color: #ff6100;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  opacity: 0.8;
}
.navOkapp .nav-mobile {
  display: none;
}
@media (max-width: 767px) {
  .navOkapp .nav-mobile {
    display: block;
    margin: 0;
    padding: 0 6% 3% 0;
  }
}

.dropdown-item {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item.on {
  color: #ff6700;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  top: 50%;
  left: 100%;
  position: absolute;
}

.top-inner {
  padding-top: 60px;
  background-color: #ff8f08;
}
@media (max-width: 1199px) {
  .top-inner {
    padding-top: 45px;
  }
}
.top-inner .kv {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background: none;
  height: auto;
}
.top-inner .kv h1 {
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  text-indent: -1000000em;
  position: absolute;
}
.top-inner .kv .btn-section {
  width: 100%;
  max-width: 450px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 8%;
  right: 0;
  transform: translate(0%, 0%);
}
@media (max-width: 767px) {
  .top-inner .kv .btn-section {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
}
.top-inner .kv .btn-act {
  display: inline-block;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .top-inner .kv .btn-act {
    font-size: 1em;
  }
}
.top-inner .kv .btn-act small {
  display: block;
  color: #fff;
  padding: 0 0 5px 0;
}
.top-inner .kv .btn-act:hover {
  text-decoration: none;
  color: #ffff00;
  opacity: 0.9;
}
.top-inner .kv .btn-note {
  width: 100%;
  font-size: 16px;
  margin-top: -10px;
  color: #222;
  margin-bottom: 10;
  padding: 0;
}
@media (max-width: 767px) {
  .top-inner .kv .btn-note {
    margin-top: -10px;
  }
}

.btn-note {
  width: auto;
  text-align: right;
}
@media (max-width: 767px) {
  .btn-note {
    width: auto;
    text-align: center;
    margin-bottom: 0rem;
  }
}

.warper {
  padding: 1em 0 0 0;
}
@media (max-width: 1199px) {
  .warper {
    padding: 0;
  }
}

.event {
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 1199px) {
  .event {
    max-width: 960px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .event {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .event-bg {
    padding: 0;
    margin-top: 0%;
  }
}
@media (max-width: 767px) {
  .event-bg {
    padding: 0;
    margin-top: 0%;
  }
}
.event-img {
  border-radius: 25px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .event-img {
    border-radius: 0px;
    background-color: #f3f3f3;
    padding: 1rem;
  }
}

.section {
  padding: 0rem 0;
}
.section .cardbox {
  width: 100%;
  position: relative;
  margin: 0px;
  text-align: center;
}
.section .cardbox img {
  margin-top: 0px;
  border-radius: 4px;
  box-shadow: 0 0.2rem 0.5rem rgba(73, 73, 73, 0.25);
}
.section .cardbox img.no-border {
  border-radius: 6px;
  box-shadow: none;
  background: #f5f5f5;
}
.section .icon-style-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #ff6600;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -16%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .section .icon-style-arrow {
    display: none;
  }
}
.section .step-word {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  color: #222;
  background-color: transparent;
  padding: 12px 0rem;
  margin: 0 auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .section .step-word {
    padding: 4px 0rem;
    font-size: 1rem;
  }
}
.section .step-word .step-txt {
  display: block;
  margin: 4px auto;
}
.section .step-word .step {
  display: inline-block;
  font-size: 15px;
  opacity: 0.8;
  border-radius: 10px;
  padding: 0px 6px;
  color: #ff6600;
  border: 1px solid #ff6600;
}

.step-section {
  width: 100%;
  text-align: center;
  margin: 0rem auto;
}
.step-section .head-item {
  display: block;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 1199px) {
  .step-section .head-item {
    padding: 1.5rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .step-section .head-item {
    padding: 0.85rem 0 0;
  }
}
.step-section .head-item h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .step-section .head-item h2 {
    font-size: 1.5rem;
    margin-top: 0px;
  }
}
.step-section .head-item .item-icon {
  margin: 0 auto;
  max-width: 60px;
}
@media (max-width: 1199px) {
  .step-section .head-item .item-icon {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .step-section .head-item .item-icon {
    max-width: 40px;
    padding-right: 0px;
  }
}
.step-section .head-item .sub-item {
  font-size: 24px;
  margin: 0 15px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .step-section .head-item .sub-item {
    font-size: 1.125rem;
    margin: 0px;
  }
}
.step-section .head-item .icon-Family {
  display: inline-block;
  background: url(../images/icon-FamilyMart.png) top center no-repeat transparent;
  width: 40px;
  height: 47px;
  margin: 0 10px;
  vertical-align: text-top;
}

.fx-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 0rem;
  flex-direction: row;
}
@media (max-width: 767px) {
  .fx-row {
    flex-direction: column;
  }
}
.fx-col {
  position: relative;
  flex: 0 1 185px;
  margin: 20px 5px;
}
@media (max-width: 1199px) {
  .fx-col {
    flex: 0 0 28%;
  }
}
@media (max-width: 767px) {
  .fx-col {
    flex: 0 1 80%;
    margin: 10px 0px;
    flex: 1;
  }
}
.fx-col-small {
  flex: 0 1 30px;
  align-self: center;
}
@media (max-width: 1199px) {
  .fx-col-small {
    flex: 0 1 0;
  }
}
@media (max-width: 767px) {
  .fx-col-small {
    flex: 0 1 0;
    transform: rotate(90deg);
    flex: 1;
  }
}
.fx-footer {
  align-self: center;
}
@media (min-width: 1200px) {
  .fx-footer {
    align-self: flex-start;
  }
}

.grayBG {
  background-color: #f7f7f7;
}

.twm-note {
  padding: 2rem 15px 3rem;
}
.twm-note ol {
  list-style-type: decimal;
  padding-left: 15px;
}
.twm-note a {
  color: #2ca1cd;
  text-decoration: underline;
  opacity: 1;
}
.twm-note a:hover {
  opacity: 0.8;
}

.step-Page {
  padding: 2rem 0;
}
.step-Page .step-content-border {
  margin: 1.25rem auto 0;
  max-width: 1140px;
  border: 4px solid #624bee;
  padding: 0rem 0.5rem;
}
.step-Page .title {
  text-align: center;
  padding: 20px 15px 0;
}
.step-Page .title h2 {
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 15px 0 0 0;
  font-weight: 600;
}

.id-style {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  max-width: 640px;
  display: block;
}
.id-style p {
  padding: 2%;
  margin: 0 auto;
  padding: 0;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.25;
  color: #000;
}

.att-txt {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 0px;
}
.att-txt p {
  margin: 0;
  padding: 0 5px;
  text-align: left;
  font-size: 0.9rem;
  color: #333;
  opacity: 0.8;
}
.att-txt a {
  margin: 0;
  padding: 0 5px;
  text-align: left;
  font-size: 0.9rem;
  text-decoration: underline;
}

.owl-theme {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.owl-theme .owl-nav {
  position: absolute;
  top: calc(45% - 10px);
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .owl-theme .owl-nav {
    top: calc(45% - 10px);
  }
}
.owl-theme .owl-nav .fa {
  display: none;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  background: url(../images/left-arrow.svg) no-repeat center center !important;
  left: -8px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .owl-theme .owl-nav .owl-prev {
    width: 30px !important;
    height: 30px !important;
    left: 0px;
  }
}
.owl-theme .owl-nav .owl-prev:hover {
  opacity: 0.8;
  border: none;
  outline: none;
}
.owl-theme .owl-nav .owl-prev:active, .owl-theme .owl-nav .owl-prev:focus {
  border: none;
  outline: none;
  opacity: 0.8;
}
.owl-theme .owl-nav .owl-prev span {
  display: none;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  background: url(../images/right-arrow.svg) no-repeat center center !important;
  right: -8px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .owl-theme .owl-nav .owl-next {
    margin-right: 0px;
    width: 30px !important;
    height: 30px !important;
    right: 0px;
  }
}
.owl-theme .owl-nav .owl-next:hover {
  opacity: 0.8;
  border: none;
  outline: none;
}
.owl-theme .owl-nav .owl-next:active, .owl-theme .owl-nav .owl-next:focus {
  border: none;
  outline: none;
  opacity: 0.8;
}
.owl-theme .owl-nav .owl-next span {
  display: none;
}
.owl-theme .owl-prev.active {
  opacity: 1;
}
.owl-theme .owl-dots {
  text-align: center;
  padding: 0 0 2rem;
}
@media (max-width: 767px) {
  .owl-theme .owl-dots {
    padding: 10px 0 2rem;
  }
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #ff6700 !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ff6700 !important;
}

.twm-owl-inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .twm-owl-inner {
    padding: 0;
  }
}

.item {
  padding: 1rem 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .item {
    padding: 0;
  }
}

.item-block {
  text-align: center;
}
.item-block .item-model {
  font-size: 14px;
  line-height: 1.6;
  padding: 4px 0;
  color: #F28100;
  color: #ff6100 !important;
}
.item-block .item-o-price {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  padding: 4px 0;
  text-decoration: line-through;
}
.item-block .btn {
  margin: 20px auto;
}

.owl-carousel .owl-item .item-block {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .owl-carousel .owl-item .item-block {
    width: 70%;
  }
}
.owl-carousel .owl-item .item-block img {
  margin-bottom: 10px;
  border-top: 1px solid #fafafa;
}
@media (max-width: 767px) {
  .owl-carousel .owl-item .item-block img {
    text-align: center;
  }
}

.owl-theme .owl-nav [class*=owl-]:focus {
  text-decoration: none;
  border: none;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  border: 1px solid #ff6700;
  background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #ff6700;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 0;
}
.owl-theme .owl-dots .owl-dot:hover span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #ff6700;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 0;
}

.s2 .owl-stage-outer {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s2 .owl-stage-outer {
    margin: inherit;
  }
}

.head-box {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
}

.sub-title-style {
  color: #ff6700;
  padding: 0;
}

.step-content {
  padding: 0rem 0px;
  position: relative;
  z-index: 9;
}

.step-content.ogBG:after {
  position: absolute;
  content: " ";
  background: url(../images/Vector.png) top center repeat-x, linear-gradient(to bottom, rgb(255, 145, 8), rgb(246, 67, 22));
  height: 20%;
  width: 100%;
  display: block;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .step-content.ogBG:after {
    height: 20vh;
  }
}

.step-content.puBG:after {
  position: absolute;
  content: " ";
  background-color: #624bee;
  background: url(../images/Vector.png) top center repeat-x, linear-gradient(to bottom, #41a4e0, #0d6efd);
  height: 20%;
  width: 100%;
  display: block;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .step-content.puBG:after {
    height: 20vh;
  }
}

.step-content.grBG:after {
  position: absolute;
  content: " ";
  background-color: #2ca1cd;
  background: url(../images/Vector.png) top center repeat-x, linear-gradient(to bottom, #0ba97d, #198754);
  height: 20%;
  width: 100%;
  display: block;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .step-content.grBG:after {
    height: 20vh;
  }
}

.fx-content {
  background-color: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 2rem 16px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 5rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .fx-content {
    width: 90%;
    padding: 8% 1%;
    margin-bottom: 3rem;
  }
}

.twm-tab {
  box-shadow: none;
}
@media (max-width: 767px) {
  .twm-tab {
    background-color: #f3f3f3;
  }
}

.nav-pills #nav-A-tab.active, .nav-pills .show > .nav-link {
  color: white !important;
  background: #ff8f0f !important;
  border-bottom: none;
  font-size: 36px;
  font-weight: 600;
  border-radius: 12px 12px 0 0 !important;
}

.nav-pills #nav-B-tab.active, .nav-pills .show > .nav-link {
  color: white !important;
  background: #0ba97d !important;
  border-bottom: none;
  font-size: 36px;
  font-weight: 600;
  border-radius: 12px 12px 0 0 !important;
}

.nav-link {
  height: 75px;
}
@media (max-width: 767px) {
  .nav-link {
    height: 5.5vh;
  }
}

@media (max-width: 767px) {
  .nav-pills .nav-link, .nav-pills .show {
    background-color: #f3f3f3;
  }
}

.carousel-control-prev {
  left: -4%;
}

.carousel-control-next {
  right: -4%;
}

.carousel {
  max-width: 1200px;
}

.container {
  max-width: 1230px;
}/*# sourceMappingURL=main.css.map */