@charset "UTF-8";
/*-------------------------*/
/* $Font import 
---------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Roboto:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200&display=swap");
@font-face {
  font-family: "Univers-Condensed";
  src: url("../../../webfonts/webfonts/Univers-Condensed.woff") format("woff"), url("../../../webfonts/webfonts/Univers-Condensed.ttf") format("truetype"), url("../../../webfonts/webfonts/Univers-Condensed.woff2") format("woff2"), url("../../../webfonts/webfonts/Univers-Condensed.eot") format("embedded-opentype");
}
body {
  padding-top: 0px;
  background-color: #faf8f8;
  font-family: "Noto Sans TC", "Noto Sans SC", "Microsoft Yahei", "Microsoft Jhenghei", "Roboto", "Roboto Condensed", "Univers-Condensed", "Noto Sans JP", "Helvetica Neue", Arial, Helvetica, "Font Awesome 5 Free", "Font Awesome 5 Pro", sans-serif;
}

body, html {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

:root:lang(zh-TW) {
  /* 1rem = 16px */
  --font-size-h1: clamp(2.00rem, 1.50rem + 2.0vw, 4.125rem); /* 32px ~ 40px (縮放感強) */
  --font-size-h2: clamp(1.75rem, 1.40rem + 1.5vw, 2.25rem); /* 28px ~ 36px */
  --font-size-h3: clamp(1.50rem, 1.30rem + 1.0vw, 1.85rem); /* 24px ~ 30px */
  --font-size-h4: clamp(1.25rem, 1.20rem + 0.5vw, 1.50rem); /* 20px ~ 24px (縮放感弱) */
  --font-size-h5: clamp(1.10rem, 1.05rem + 0.3vw, 1.25rem); /* 17.6px ~ 20px */
  --font-size-h6: 1rem; /* H6 通常不需縮放 */
  --font-size-p: 1rem; /* 內文固定大小對閱讀最友善 */
  /* 行高變數：建議大標題緊湊一點，內文鬆散一點 */
  --lh-tight: 1.2; /* 適用於 H1, H2 */
  --lh-normal: 1.4; /* 適用於 H3, H4 */
  --lh-loose: 1.6; /* 適用於 P (內文閱讀最舒適) */
}

:root:lang(en-US) {
  /* 1rem = 16px */
  --font-size-h1: clamp(2.00rem, 1.50rem + 2.0vw, 4.125rem); /* 32px ~ 40px (縮放感強) */
  --font-size-h2: clamp(1.75rem, 1.40rem + 1.5vw, 2.25rem); /* 28px ~ 36px */
  --font-size-h3: clamp(1.50rem, 1.30rem + 1.0vw, 1.85rem); /* 24px ~ 30px */
  --font-size-h4: clamp(1.25rem, 1.20rem + 0.5vw, 1.50rem); /* 20px ~ 24px (縮放感弱) */
  --font-size-h5: clamp(1.10rem, 1.05rem + 0.3vw, 1.25rem); /* 17.6px ~ 20px */
  --font-size-h6: 1rem; /* H6 通常不需縮放 */
  --font-size-p: 1rem; /* 內文固定大小對閱讀最友善 */
  /* 行高變數：建議大標題緊湊一點，內文鬆散一點 */
  --lh-tight: 1.2; /* 適用於 H1, H2 */
  --lh-normal: 1.4; /* 適用於 H3, H4 */
  --lh-loose: 1.6; /* 適用於 P (內文閱讀最舒適) */
}

h1 {
  font-size: var(--font-size-h1);
  line-height: var(--lh-tight);
  margin-bottom: 0.5em;
  font-weight: 500;
}

h2 {
  font-size: var(--font-size-h2);
  line-height: var(--lh-tight);
  margin-bottom: 0.5em;
  font-weight: 500;
}

h3 {
  font-size: var(--font-size-h3);
  line-height: var(--lh-normal);
  margin-bottom: 0.5em;
  font-weight: 500;
}

h4 {
  font-size: var(--font-size-h4);
  line-height: var(--lh-normal);
  margin-bottom: 1rem;
  font-weight: 500;
}

h5 {
  font-size: var(--font-size-h5);
  line-height: var(--lh-loose);
  font-weight: 500;
}

h6 {
  font-size: var(--font-size-h6);
  line-height: var(--lh-loose);
  line-height: 1.875rem;
}

p {
  font-size: var(--font-size-p);
  line-height: var(--lh-loose);
}

ul li, ol li {
  font-size: var(--font-size-h5);
  line-height: var(--lh-loose);
  font-weight: 500;
  margin-bottom: 16px;
}

.ft-SGS {
  padding-right: 5px;
  text-transform: uppercase;
  font-family: "Univers-Condensed", sans-serif;
}

.ft-en {
  font-family: "Roboto", sans-serif;
}

input {
  font: initial;
}

label {
  font-size: 1.4rem;
}

select.form-control, .select2-container--default .select2-selection--single {
  height: 43px;
}

.footer {
  padding-top: 0;
}

.ft-orange {
  color: #f60;
}

.ft-blue {
  color: #49738b;
}

.ft-green {
  color: #71be43;
}

.bg-orange {
  background-color: rgba(255, 102, 0, 0.05);
}

.inno-idea.row,
.row-clear {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.inno-idea [class*=col-],
.row-clear [class*=col-],
.form-horizontal {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.form-control,
.form-control[readonly] {
  padding: 10px 12px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  height: 42px;
  border-radius: 4px;
  color: #666;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
  opacity: 1;
}

.form-control[readonly] {
  cursor: pointer;
}

.form-control:focus {
  border-color: #ff6600;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-control::-moz-placeholder {
  color: #aaa;
}

.form-control::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  border-color: #ccc;
  background-color: #e6e6e6;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
}

select.form-control::-ms-expand {
  display: none;
}

.form-control:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
  padding: 8px 16px;
  display: inline-block;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 16px;
  background-color: inherit;
  color: #fefefe;
}

.form textarea {
  resize: none;
}

.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form textarea:focus {
  outline: 0;
  border: 1px solid #e881a7;
}

.form label {
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: middle;
  color: #fefefe;
}

.form__btn-group {
  margin-top: 32px;
}

.form-horizontal label {
  font-size: 16px;
}

.radio input {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #aaa;
  color: #f00;
}

input[type=submit] {
  font-family: "Noto Sans TC", "Microsoft YaHei", "Roboto", sans-serif;
}

input[type=button] {
  font-family: "Noto Sans TC", "Microsoft YaHei", "Roboto", sans-serif;
}

/*tip*/
.tip {
  font-size: 14px;
  color: #ef7a70;
}

/* link */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #363636;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #ff6600;
  text-decoration: none;
}

a.agree {
  color: #337ab7;
}

a.agree:hover {
  color: #1e5b91;
}

.btn-orange {
  background-color: #f60;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-orange:hover,
.btn-orange:focus {
  color: #fff;
  background-color: #f4a638;
  background-position: 0 -15px;
  transition: all 0.3s;
}

.btn-orange:active {
  color: #fff;
  background-color: #f4a638;
  border-color: #f60;
  transition: all 0.3s;
}

.btn-del {
  background-color: #e7511e;
  color: #fff;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(70, 70, 70, 0.1), 0 1px 2px rgba(70, 70, 70, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-del:hover,
.btn-del:focus {
  color: #fff;
  background-color: #e7511e;
  background-position: 0 -15px;
  transition: all 0.3s;
}

.btn-del:active {
  color: #fff;
  background-color: #e7511e;
  border-color: #f60;
  transition: all 0.3s;
}

.btn-hov {
  -webkit-transition: 0.5s;
  -webkit-transform: scale(1);
  cursor: pointer;
}

.btn-hov:hover {
  -webkit-transform: scale(0.95);
}

/* i */
label i {
  /*width: 25px;*/
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  color: #666;
  text-align: center;
  padding-right: 6px;
}

/* list */
.text-danger {
  color: #ef7a70 !important;
}

.text-danger2 {
  color: #ef7a70 !important;
  font-size: 14px !important;
  font-weight: 400;
}

.imgbox {
  width: 180px;
  overflow: hidden;
}

.imgbox-inner {
  width: 100%;
  padding-top: 150%;
  height: 0;
  position: relative;
}

@media (max-width: 992px) {
  .imgbox {
    width: 100%;
    overflow: hidden;
  }
  .imgbox-inner {
    padding-top: 66.6666666667%;
  }
}
.imgbox .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img-lg {
  -webkit-transition: 0.5s;
  -webkit-transform: scale(1);
  cursor: pointer;
}

.img-lg:hover {
  -webkit-transform: scale(1.2);
  opacity: 0.6;
}

.form-horizontal .control-label {
  text-align: left;
}

.site-logo .img-logo {
  max-width: 60px;
  margin: 6px 0;
}

.site-logo .img-logo img {
  max-width: 100%;
}

.nav .inno-idea {
  margin-top: 70px;
}
.nav .inno-idea #header-global {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  line-height: 1;
  margin-top: -70px;
  z-index: 100;
}
.nav .inno-idea #header-global .cont-header {
  max-width: 1320px;
  margin: 0 auto;
}
.nav .inno-idea #header-global .cont-header .logo {
  width: 117px;
  height: 70px;
  position: absolute;
  top: 0;
  z-index: 10;
}
.nav .inno-idea #header-global .cont-header .logo img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
.nav .inno-idea #header-global .cont-header .h1 {
  position: absolute;
  top: 20px;
  z-index: 10;
  font-size: 19px;
  color: #fff;
  margin: 0 0 0 140px;
  line-height: 1.5em;
  letter-spacing: 0px;
}

.navbar-orange {
  background-color: #ec5c2e;
}

@media (max-width: 1140px) {
  .nav .inno-idea #header-global .cont-header .h1 {
    top: 21px;
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .nav .inno-idea #header-global .cont-header .h1 {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .inno-idea .cont-header {
    min-width: 1160px;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  .nav .inno-idea #header-global .cont-header .logo {
    width: 70px;
  }
  .nav .inno-idea #header-global .cont-header .h1 {
    line-height: 1.8;
    margin-left: 88px;
  }
}
.feature-cover {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  position: absolute;
}

.mark {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  /*overflow: hidden;
  position: relative;*/
  justify-content: center;
  align-items: center;
  opacity: 0.3;
}

@media (min-width: 320px) {
  .wrp-scroll {
    position: absolute;
    bottom: 0px;
    left: 50%;
    height: 0px;
    transform: translateX(-50%);
    z-index: 1;
  }
  .txt-scroll {
    /*-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;*/
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 400 !important;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.06em;
    margin-top: -82px;
  }
  .txt-scroll {
    font-size: 12px !important;
  }
  .bd-scroll {
    width: 12px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: -50px;
    left: 2.6em;
  }
  .bd-scroll:before,
  .bd-scroll:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    content: "";
  }
  .bd-scroll:before {
    z-index: 10;
    animation: scroll 2.4s infinite normal;
    background: #fff;
  }
  .bd-scroll:after {
    background: #000;
  }
  @keyframes scroll {
    0% {
      transform: translate3d(0, -100%, 0);
    }
    15% {
      transform: translate3d(0, -98%, 0);
    }
    85% {
      transform: translate3d(0, 98%, 0);
    }
    100% {
      transform: translate3d(0, 100%, 0);
    }
  }
}
.inno-idea .h1 {
  position: absolute;
  top: 20px;
  z-index: 10;
  font-size: 1.4em;
  color: #fff;
  margin: 0 0 0 140px;
  line-height: 1.5em;
}

@media (max-width: 480px) {
  .inno-idea .h1 {
    font-size: 1em;
  }
}
@media (max-width: 320px) {
  .inno-idea .h1 {
    font-size: 0.875em;
    margin: 0 0 0 131px;
    top: 25px;
  }
}
/*slick*/
.slick-list {
  padding-bottom: 20px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.slick-dots > li {
  margin: 0 6px;
  outline: none;
}

.slick-dots > li.slick-active > button {
  opacity: 1;
}

.one-time button[class*=slick-],
.one-time button[class*=slick-]:hover {
  width: 44px;
  height: 44px;
  text-indent: -99px;
  background-color: #fff;
  border: 1px solid #f60;
  border-radius: 22px;
  overflow: hidden;
  /*position: absolute;*/
  /*top: inherit;*/
  /*bottom: -53px;
  left: 50%;*/
  outline: none;
  box-shadow: inherit;
  z-index: 1;
}

.one-time button.slick-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
}

/*.one-time button.slick-arrow.slick-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}*/
.one-time button.slick-arrow.slick-prev::before {
  border-width: 4.5px 6px 4.5px 0;
  border-color: transparent #f60 transparent transparent;
  transform: translate(-60%, -50%);
}

/*.one-time button.slick-arrow.slick-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.one-time button.slick-arrow.slick-next::before {
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #f60;
  transform: translate(-40%, -50%);
}

/*@media screen and (max-width: 992px) {
    .one-time button.slick-arrow.slick-prev {
        -webkit-transform: translateX(-350%);
        transform: translateX(-350%);
    }

    .one-time button.slick-arrow.slick-next {
        -webkit-transform: translateX(250%);
        transform: translateX(250%);
    }
}*/
.slick-slider button.slick-arrow:hover {
  background-color: #f60;
  border-color: #f60;
}

.one-time button.slick-arrow:hover.slick-prev::before {
  border-color: transparent #fff transparent transparent;
}

.one-time button.slick-arrow:hover.slick-next::before {
  border-color: transparent transparent transparent #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots li.slick-active button:before {
  color: #f60;
}

.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .slick-dots {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .one-time button.slick-arrow {
    display: none !important;
  }
  #sec05 .thumbnail {
    margin: 0;
  }
}
.notices {
  margin-bottom: 20px;
}

.notices > ul {
  list-style: disc;
  margin-left: 36px;
}

.hr {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "Roboto Condensed", Roboto, "Open Sans", 新細明體, Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(219, 219, 219);
}

.hr_w100 {
  display: inline-block;
  border-bottom: 1px solid #f60;
  margin-bottom: -1px;
}

.hr h1 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #484848;
  padding: 15px 10px 0px 10px;
  font-weight: 500;
}

.l-main-visual__thumb {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*box-shadow: 0 32px 59px -10px rgba(77,18,12,.4);*/
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.l-main-visual__thumb:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../../SEMI_UPW/_images/p-cover.png");
  background-size: 2px 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.jumbotron {
  background-size: cover;
  height: 100vh;
  min-height: 100vh;
  /*background-position: center top;*/
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.zindex {
  z-index: 2;
}

.bg {
  box-shadow: 20px 20px 40px rgba(133, 87, 74, 0.2);
}

.image img {
  border-radius: 5px;
}

.sec-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}

@media (max-width: 768px) {
  .sec-col {
    padding: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .sec-row {
    flex-direction: column;
  }
}
/*Card*/
.card {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 3px 10px 15px 0 hsla(0, 0%, 81%, 0.5);
}

.card .card-col {
  display: flex;
  flex-direction: column;
  /*align-items: center;
  align-content: stretch;*/
}

/*.card .card-col .img.flex-1{
    margin-bottom: unset;
    flex: 1;
}

.card .card-col .img.flex-0{
    flex: 0;
}*/
.card .card-col .item {
  padding: 1rem 1.1rem;
  flex: 2;
}

.card .item h4 {
  font-weight: 600;
  margin-top: 0;
}

@media (min-width: 992px) {
  .card .card-col {
    flex-direction: row;
  }
}
@media (max-width: 1200px) {
  .card .item h4 {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .card .item h4 {
    position: relative;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
  }
  .card .item .desc {
    position: relative;
    line-height: 1.5em;
    height: 13em;
    overflow: hidden;
  }
  .card .item p {
    margin-bottom: 0;
  }
}
.global {
  background-color: rgba(255, 102, 0, 0.05);
  height: 403px;
  padding-top: 41px;
  padding-bottom: 10px;
  position: relative;
  z-index: 20;
}

.bg-anim {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 80px;
}

/*.bg-anim::before {
    content: '';
    display: block;
    background-color: #ec5c2e;
    height: 280px;
    width: 730px;
    position: absolute;
    bottom: 0;
    left: 0;
}*/
.-reverse::before {
  left: auto;
  right: 0;
}

@media (max-width: 767px) {
  .bg-anim::before {
    width: 100%;
  }
}
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #444141;
}

.br-3 {
  border-radius: 10px;
  padding: 1.2rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.typ > span {
  opacity: 0;
  white-space: nowrap;
  display: inline-block;
}

.bg-num {
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-num:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  transform: rotate(-30deg);
}

.bg-num.is-c1 {
  background: #71be43;
  color: #fff;
}

.bg-num.is-c1:before {
  border-top-color: #71be43;
  border-right-color: #71be43;
}

/*@media screen and (min-width: 1299px) {*/
.bg-num {
  width: 39px;
  height: 39px;
  /*-webkit-box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);
  box-shadow: -10px 10px 0 0 rgba(27, 161, 230, 0.2);*/
}

/*}*/
.mb30 {
  margin-bottom: 30px;
}

/*sec01*/
#sec01 {
  position: relative;
}

#sec01 .wrap {
  position: relative;
  margin: 0 auto;
  height: 100vh;
  z-index: 1;
}

#sec01 .wrap .sub {
    display: flex;
    flex-flow: column;
    align-self: center;
    justify-content: center;
    height: 100vh;
    -ms-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

#sec01 .scope {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    height: 100vh;
    min-height: 100vh;
}

@media (min-width: 320px) {
    #sec01 .scope {
        max-width: 300px;
    }
}

@media (min-width: 576px) {
    #sec01 .scope {
        max-width: 540px;
    }
}

@media (min-width: 767px) {
    #sec01 .scope {
        max-width: 720px;
    }
}

@media (min-width: 993px) {
    #sec01 .scope {
        max-width: 960px;
    }
}
#sec01 .wrap.p-kv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 12, 0, 0.1);
}
#sec01 .jumbotron {
  background-image: url("../../SEMI_UPW/_images/bg_sec01.jpg");
  background-position: left bottom;
  border-radius: 0;
}

#sec01 .sub {
  display: flex;
  flex-flow: column;
  align-self: center;
  justify-content: center;
  height: 100vh;
  -ms-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  -o-text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}



#sec01 h1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
}

#sec01 h3 {
    font-weight: 600;
    color: #fff;
}

#sec01 p {
    font-size: var(--font-size-h5);
    line-height: var(--lh-loose);
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

#sec01 small {
    font-size: 3.4rem;
    font-weight: 600;
    color: #fff;
    padding-right: 10px;
}

@media (max-width: 768px) {
    #sec01 .sub {
        bottom: 100px;
    }
}

#sec01 p {
    font-size: var(--font-size-h5);
    line-height: var(--lh-loose);
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

#sec01 small {
    font-size: 3.4rem;
    font-weight: 600;
    color: #fff;
    padding-right: 10px;
}

@media (max-width: 768px) {
    #sec01 .sub {
        bottom: 100px;
    }
}

@media (max-width: 768px) {
  #sec01 .sub {
    bottom: 100px;
  }
  #sec01 h1 {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
  #sec01 p {
    font-size: 1.5rem;
  }
  #sec01 small {
    font-size: 2.2rem;
  }
}
/*#sec02*/
@media (min-width: 768px) {
  #sec04 h1 {
    text-align: center;
  }
}
#sec02 .item {
  position: relative;
  margin-top: 40px;
}

#sec02 h2 {
  font-weight: 700;
}

#sec02 .txt {
  line-height: 1.5;
  padding-top: 35px;
  font-size: 2rem;
  font-weight: 600;
}

.list .num {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #49738b;
  color: #fff;
  border-radius: 50%;
  margin-right: 1rem;
  /* 新增以下屬性防止被擠壓 */
  flex-shrink: 0;
}

.flex-row {
  flex-direction: row;
}

.flex {
  display: flex;
  margin-bottom: 15px;
}

.pr4 {
  font-size: 2rem;
  font-weight: 600;
  padding-right: 1.5rem;
}

.pr4 .num {
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  background: #49738b;
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}

.pr4 h3 {
  margin: 0;
}

.items-center {
  align-items: center;
}

@media screen and (min-width: 60em) {
  .db-l {
    display: block;
  }
}
.business-post__unit {
  margin-top: 30px;
}

.underline::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  left: calc(50% - 12px);
  /*background-color: #ff6600;*/
  background: #f60;
  width: 30px;
  height: 3px;
}

.sub p {
  font-size: 1.6rem;
  font-weight: 500;
  /*padding-left: 5px;*/
  margin: 0 0 8px;
  letter-spacing: 1px;
}

.sub h1 {
  margin-top: 0;
}

.sub-line {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #71be43;
}

.sub-line::after {
  content: "";
  display: block;
  height: 1px;
  width: 8rem;
  margin-left: 1rem;
  background-color: #71be43;
}

@media (max-width: 1200px) {
  .sub-line {
    align-items: normal;
  }
  .sub-line::after {
    margin-top: 15px;
  }
}
#sec01 .sub-line::after {
  background-color: #fff;
}

/*#sec04 h2 {
    font-size: 3.5rem;
}

#sec04 .item {
    position: relative;
    padding: 0 20px;
}

#sec04 h3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}*/
/*sec05*/
#sec05 h2 {
  margin-top: 0px;
}

#sec05 .thumbnail {
  margin: 0 8px;
  padding: 0;
  border: 0;
  box-shadow: 3px 10px 15px 0 hsla(0, 0%, 81%, 0.5);
}

#sec05 .inr {
  background-color: #fff;
  border: 1px solid #f60;
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.card {
  position: relative;
}

.card .single-link {
  border-bottom: 1px solid #eee;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.card img.thumb {
  margin-right: 32px;
  width: 300px;
}

.card .single-title {
  font-size: 1.9rem;
  font-weight: bold;
  color: #f60;
  line-height: 1.89;
  margin-bottom: 12px;
  padding: 4px 125px 0px 0px;
  background-image: url("../../SEMI_UPW/_images/svg/interview_dec.svg");
  background-size: 80px 60px;
  background-repeat: no-repeat;
}

.card .single-cont {
  padding-right: 15px;
  text-align: justify;
}

@media (max-width: 992px) {
  .card .right {
    position: relative;
  }
  .card .single-link {
    display: block;
    box-sizing: border-box;
  }
  .card .single-title {
    font-size: 1.7rem;
    margin-bottom: 9px;
    background-image: url("../../SEMI_UPW/_images/svg/interview_dec_sp.svg");
    background-size: 70px 50px;
    padding: 28px 15px 0px 15px;
    background-position: right 20px;
  }
  .card .single-cont {
    padding: 0 15px;
    justify-content: space-between;
  }
  .card img.thumb {
    width: 100%;
    min-width: 100%;
  }
}
/*sec06*/
#sec06 {
  overflow: hidden;
}

#sec06 .item h4 {
  position: relative;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}

.-mt-20 {
  margin-top: -20px;
}

/*sec10*/
#sec10 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

#sec10 .item {
  margin-top: 15px;
}

#sec10 h4 {
  margin-top: 0;
}

#sec10 .txt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 16px;
  margin: 0;
}

@media (max-width: 1200px) {
  #sec10 .item {
    margin-bottom: 15px;
  }
}
#sec02 img,
#sec03 img,
#sec05 img,
#sec08 img,
#sec09 img {
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

#sec03 h2 {
  font-weight: 700;
}

#sec03 h3 {
  text-align: justify;
}

.bg-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.bg-section .g-section__bg {
  background-color: rgba(255, 102, 0, 0.05);
  width: 120%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -10;
  transform: rotate(-3deg);
}

@media screen and (max-width: 767px) {
  .bg-section {
    padding: 30px 0;
  }
  .bg-section .g-section__bg {
    transform: initial;
    width: 100%;
    left: 0;
  }
}
.bg-section .g-section__bg::after,
.bg-section .g-section__bg::before {
  width: 50%;
  height: 28px;
  position: absolute;
  background-color: #faf8f8;
  content: "";
}

.bg-section .g-section__bg::before {
  display: block;
  bottom: 0;
  left: -1.7%;
  transform: none;
}

@media screen and (max-width: 767px) {
  .bg-section .g-section__bg::before {
    display: none;
  }
}
.bg-section .g-section__bg::after {
  display: block;
  top: 0;
  right: -1.7%;
  transform: none;
}

@media screen and (max-width: 767px) {
  .bg-section .g-section__bg::after {
    display: none;
  }
}
/*#sec04 .item::before {
    content: '';
    display: block;
    width: 190px;
    height: 420px;
    position: absolute;
    top: 0;
    left: -10px;
    transform: skewX(-15.9deg);
}

#sec04 .item::before {
    background: rgba(113, 190, 67, 1);
}

#sec04 .col-xs-9.col-xs-offset-2.col-sm-9.col-sm-offset-2:nth-child(2) .item::before {
    background: rgba(0, 113, 187, 1);
}

#sec04 .title {
    width: 155px;
    background: #000;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
    transform: skewX(-17deg);
    margin: -4px 0 0 150px;
    padding: 1px 23px;
    letter-spacing: .03em;
    z-index: 1;
}

#sec04 .title.w254 {
    width: 254px;
}

#sec04 .title p {
    display: block;
    transform: skewX(17deg);
}*/
@media (min-width: 769px) and (max-width: 1199px) {
  #sec04 .item::before {
    height: 362px;
  }
}
@media (max-width: 768px) {
  .sub {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  #sec04 .item {
    padding-top: 15px;
  }
  #sec04 .item::before {
    width: 88px;
    height: 256px;
  }
  #sec04 .item figure {
    /*padding-left: 72px*/
  }
  #sec04 .item figure img {
    width: calc(100% + 80px);
    margin: 0 -55px;
    position: relative;
    left: 16px;
  }
  #sec04 .title {
    width: 138px;
    font-size: 1.6rem;
    margin: -4px 0 0 121px;
  }
  #sec04 .title.w254 {
    width: 207px;
  }
}
@media (max-width: 480px) {
  #sec04 .item {
    padding-top: 15px;
  }
  #sec04 .item::before {
    width: 80px;
    height: 173px;
  }
  #sec04 .item figure {
    padding-left: 14px;
  }
  #sec04 .item figure img {
    width: calc(100% + 80px);
    margin: 0 -55px;
    position: relative;
    left: 16px;
  }
  #sec04 .title {
    width: 115px;
    font-size: 1.3rem;
    margin: -4px 0 0 23px;
  }
  #sec04 .title.w254 {
    width: 175px;
  }
}
/*footer*/
.footer {
  font-family: "Roboto", "Roboto Condensed", "Helvetica Neue", Arial, Helvetica, "Noto Sans TC", "Noto Sans SC", "Microsoft Yahei", "Microsoft Jhenghei", "Font Awesome 5 Free", sans-serif;
  background-color: #212121;
  line-height: 1.5em;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #ff6600;
  text-decoration: none;
}

.copyright-wrapper {
  border-top: 1px solid #666666;
}

.copyright-wrapper p {
  font-size: 13px;
  margin: 20px 0;
}

/* $Affix
---------------------------*/
.affix-top {
  position: static;
}

.affix {
  position: static;
  z-index: 0;
}

@media (min-width: 992px) {
  .affix {
    position: fixed;
    top: 100px;
    width: 652.5px;
  }
  .affix-bottom {
    width: 652.5px;
  }
}
@media (min-width: 1200px) {
  .affix {
    width: 652.5px;
  }
  .affix-bottom {
    position: absolute;
    width: 652.5px;
  }
}
/*sec07*/
#sec07 ul li {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/*-------------------------*/
/* send
---------------------------*/
@media (max-width: 768px) {
  .icon-SandData {
    position: absolute;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    left: 157px;
    bottom: 13px;
  }
}
@media (min-width: 992px) {
  .icon-SandData {
    position: absolute;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    top: 12px;
    left: 244px;
  }
}
.a-footer a {
  color: #fff;
  text-decoration: underline;
}

*:focus {
  outline: none !important;
}

/*-------------------------*/
/* alertUI
---------------------------*/
.no-titlebar .ui-dialog-titlebar {
  display: none;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  font-size: 14px;
  font-family: 微軟正黑體, 新細明體, 標楷體, Arial Unicode MS;
  background-color: #f60;
  border-style: none;
  color: White;
  font-weight: bolder;
  border-radius: 5px;
  padding: 6px 12px;
  outline: none;
}

.ui-dialog,
ui-corner-all,
ui-widget,
ui-widget-content,
ui-front,
no-titlebar,
ui-dialog-buttons,
ui-draggable {
  width: 350px !important;
  padding: 0px;
  margin: 0px;
}

.ui-dialog .ui-dialog-content {
  padding: 2px 2px 2px 2px !important;
  font-family: 微軟正黑體, 新細明體, 標楷體, Arial Unicode MS !important;
  font-size: 16px !important;
  height: 200px !important;
  font-weight: 600;
}

.currectStyle:hover {
  background-color: #e87325 !important;
  border-color: #e87325 !important;
}

/*-------------------------*/
/* popup
---------------------------*/
.modal-header {
  border-radius: 10px 10px 0 0;
}

.modal-content {
  border-radius: 10px;
}

#popup {
  position: relative;
  text-align: center;
  height: 65vh;
}

#popup .jumbotron {
  background-size: cover;
  height: 65vh;
  min-height: 65vh;
  /* background-position: center top; */
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}

#popup .topic-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  width: 80vh;
}

#popup .imgbox {
  width: 50%;
  margin: 0 auto;
}

#popup .h1 {
  font-size: 4.5em;
  font-weight: 750;
  line-height: 0.8em;
  letter-spacing: 6px;
  font-family: "Roboto", sans-serif;
}

#modal_popup .sending {
  border-color: #facea8;
  color: #f8bb86;
  font-size: 70px;
}

#modal_popup .modal-content {
  border-radius: 10px;
}

#popup p {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 0px;
}

#popup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transform: skew(0, -6.28deg);
  z-index: 0;
  /*background-image: url('../images/title_bg07.jpg');
  background-position: center bottom;
  background-repeat: repeat-x;*/
}

#popup .btn-lg {
  font-size: 24px;
  padding: 18px 26px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  #popup {
    height: 45vh;
  }
  #popup .jumbotron {
    background-size: cover;
    height: 45vh;
    min-height: 45vh;
  }
  #popup .imgbox {
    margin: 10px auto 0px;
  }
  #popup .h1 {
    font-size: 3em;
  }
  #popup .topic-inner {
    width: 50vh;
  }
  #modal_popup .modal-content {
    width: 50vh;
  }
  #popup p {
    font-size: 20px;
  }
  #popup .btn-lg {
    font-size: 18px;
  }
}
.p-numCard {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 290px;
}

.p-numCard__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 70px 20px 80px;
  border: 4px solid rgba(255, 102, 0, 0.05);
  border-radius: 10px;
  line-height: inherit;
}

.p-numCard__index {
  position: absolute;
  left: 27px;
  top: 25px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  font-weight: 200;
  font-size: 3rem;
  line-height: 32px;
  color: #f60;
}

.p-numCard__icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-size: contain;
}

.p-numCard__icon--comment {
  width: 100px;
  height: 100px;
  background-image: url("../images/svg/14f5a02.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.p-numCard__label {
  /*padding-top: 30px;*/
  margin: 0;
}

.p-title-sans-serif--fz20 {
  /*font-size: 1.25vw;*/
  /*line-height: 2.125vw;*/
  letter-spacing: 1px;
  text-align: center;
}

@media (max-width: 59.99em) {
  .p-numCard {
    min-height: auto;
  }
  .p-numCard__inner {
    position: relative;
    padding: 56px 30px 66px;
    border: 3px solid rgba(255, 102, 0, 0.05);
    border-radius: 10px;
  }
  .p-numCard__index {
    font-size: 2.5rem;
    line-height: 27px;
  }
  .p-numCard--plus .p-numCard__inner:before {
    right: -3px;
    bottom: -3px;
    width: 55px;
    height: 55px;
    border: 3px solid #fff7f2;
    border-radius: 10px;
  }
}
@media (min-width: 120em) {
  .p-title-sans-serif--fz20 {
    font-size: 2.4rem;
    line-height: 41px;
  }
}
.p-numCard__text {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inr {
  font-size: 1.5rem;
}

#sec06 {
    color: #fff;
    padding: 30px 0;
}

#sec06 .sec-col {
  padding: 20px;
}

#sec06 .flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /*flex-wrap: nowrap;*/
  /*height: 180px;*/
  margin-top: 1rem;
  padding: 1rem;
  justify-content: flex-start;
}

#sec06 .item {
  flex-grow: 1;
}

#sec06 .item:nth-child(2) {
  padding-left: 15px;
}

#sec06 .item-1 {
  flex-grow: 2;
}

#sec06 .txt {
  font-size: var(--font-size-h3);
  line-height: var(--lh-loose);
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

#sec06 .small {
  font-size: var(--font-size-p);
  line-height: var(--lh-loose);
}

#sec06 .h2 {
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}

body:not(.flg) .l-main {
  opacity: 0;
}

body.is-loaded .l-main {
  animation: loadingElm 0.3s ease forwards;
  visibility: visible;
}

@keyframes loadingElm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-contact {
  background-color: #F9CFC7;
  position: relative;
  overflow: hidden;
  padding-top: 5.78125vw;
  padding-bottom: 12.7rem;
}
.p-contact::before {
  content: "";
  border-style: solid;
  border-width: 16.1458333333vw 100vw 0 0;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  position: absolute;
  left: 0;
  top: -1;
}
.p-contact-title {
  opacity: 0;
  margin-bottom: 9rem;
}
.p-contact-title.js-animeOn {
  animation: contactTitle 0.5s ease forwards;
}
.p-contact .l-content-inner {
  width: 135rem;
}
.p-contact .l-content-inner {
  max-width: 100%;
  width: 192rem;
  margin: auto;
  padding: 0 8.5rem;
}

@keyframes contactTitle {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.second-recovery-subtitlebig span {
  display: inline-block;
  font-size: 3rem;
  font-family: "Noto Sans TC", "Noto Sans SC", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #212121;
  margin: 0 8px 10px 0;
  padding: 8px 8px 10px 8px;
  border-radius: 4px;
  border: solid 1px #212121;
}

.l-page-container .cont .item .booking-hint ul,
.l-page-container .cont .item .booking-hint ol {
  padding-left: inherit;
  list-style-type: none;
}

.l-page-container .cont .item .about-list li {
  margin-left: 20px;
}

.l-page-container .cont .item ol li {
  list-style-type: decimal;
  padding-left: 10px;
  line-height: 2rem;
}

.l-page-container .cont .item ol li::marker {
  color: #49738b;
}

.increment ol.list-disc {
  margin-top: 10px;
  counter-reset: SupportList-num;
}

.increment ol.list-disc > li {
  list-style-type: disc;
  margin-bottom: 10px;
  display: block;
  align-items: center;
  position: relative;
}

.increment ol.list-disc > li::before {
  position: absolute;
  counter-increment: SupportList-num;
  content: counter(SupportList-num);
  font-size: 1rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #49738b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 6px;
  left: -39px;
  bottom: 0;
}

@media (max-width: 768px) {
  .l-page-container .cont .item .about-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (max-width: 480px) {
  #sec06 .flex {
    display: flex;
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
  }
  #sec06 .flex .item:nth-child(2) {
    padding-left: 0;
  }
  #sec06 .flex .item.w-75 {
    margin-top: 16px;
    width: 100% !important;
  }
}