@charset "UTF-8"; /*思源黑體*/
/* @import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);*/
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: local(''),
    url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-300.woff2')
      format('woff2'),
    /* Chrome 26+,Opera 23+,Firefox 39+ */
      url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-300.woff')
      format('woff'); /* Chrome 6+,Firefox 3.6+,IE 9+,Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-tc-regular - latin_chinese-traditional */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-regular.woff2')
      format('woff2'),
    /* Chrome 26+,Opera 23+,Firefox 39+ */
      url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-regular.woff')
      format('woff'); /* Chrome 6+,Firefox 3.6+,IE 9+,Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-tc-500 - latin_chinese-traditional */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-500.woff2')
      format('woff2'),
    /* Chrome 26+,Opera 23+,Firefox 39+ */
      url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-500.woff')
      format('woff'); /* Chrome 6+,Firefox 3.6+,IE 9+,Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-tc-700 - latin_chinese-traditional */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-700.woff2')
      format('woff2'),
    /* Chrome 26+,Opera 23+,Firefox 39+ */
      url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-700.woff')
      format('woff'); /* Chrome 6+,Firefox 3.6+,IE 9+,Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-tc-900 - latin_chinese-traditional */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: local(''),
    url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-900.woff2')
      format('woff2'),
    /* Chrome 26+,Opera 23+,Firefox 39+ */
      url('../fonts/noto-sans-tc-v11-latin_chinese-traditional-900.woff')
      format('woff'); /* Chrome 6+,Firefox 3.6+,IE 9+,Safari 5.1+ */
  font-display: swap;
}
/*reset*/
html,
body {
  height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
iframe,
button,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  font: inherit;
  text-decoration: none;
  border: 0;
  letter-spacing: 0.7px;
}
a.dis {
  pointer-events: none;
  color: #afafaf;
  cursor: default;
}
input,
button,
textarea,
select,
optgroup,
option,
a {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
}
ol,
ul {
  list-style: none;
}
table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: 100%;
  display: block;
}
figure {
  display: block;
  margin: 0;
  padding: 0;
}
/*reset end*/
/*Input*/
input[type='text'],
input[type='password'] {
  width: 100%;
  min-width: 60px;
  padding: 0 10px;
  line-height: 40px;
  background-color: #fff;
  color: #000;
  border-radius: 0px;
  border: 1px solid #d9dfe7;
  height: 45px;
}
input[type='text']:disabled,
input[type='password']:disabled {
  color: #888;
  background: #888;
  border-color: #aaaaaa;
}
::-webkit-input-placeholder {
  /* Chrome,Safari */
  color: #aaaaaa;
  font-weight: 400;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
  font-weight: 400;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
  font-weight: 400;
}
textarea {
  padding: 0 10px;
}
/*select*/
select {
  width: 100%;
  padding: 10px 35px 10px 10px;
  vertical-align: middle;
  color: #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ebf4f3 url(../images/arw_select.svg) no-repeat 95% 50%;
  background-size: 30px;
}
select::-ms-expand {
  display: none;
}
select:disabled {
  color: #888;
  background-color: #f9f9f9;
}
/*checkbox*/
input[type='checkbox'] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  opacity: 0;
  line-height: 22px;
}
input[type='checkbox'] + label {
  line-height: 20px;
  cursor: pointer;
  color: #666;
}
input[type='checkbox'] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: bottom;
  cursor: pointer;
  background: #ebf4f3;
}
input[type='checkbox']:checked + label span {
  background: #ebf4f3 url(../images/arw_check.svg) left bottom no-repeat;
  background-size: 20px auto;
}
/*radio*/
input[type='radio'] {
  display: none;
}
input[type='radio'] ~ label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
input[type='radio'] ~ label span {
  vertical-align: baseline;
}
input[type='radio'] ~ label .icon {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: #fff;
  background-size: 100%;
  border: solid 1px #5b5b5b;
  border-radius: 50%;
}
input[type='radio']:checked ~ label .icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-color: #b50333;
  border-radius: 50%;
}
/*基本設定*/
.web {
  display: block;
}
.mobile {
  display: none;
}
.no-wrap {
  white-space: nowrap;
}
/*排列*/
.tL {
  text-align: left;
}
.tR {
  text-align: right;
}
.tC {
  text-align: center;
}
/*浮動設定*/
.fL {
  float: left;
}
.fR {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}
/*flex設定*/
.flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.flex.center {
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flexWrap {
  display: flex;
}
.wrap,
.flexWrap {
  flex-wrap: wrap;
}
/*hr*/
hr {
  height: 1px;
  border: none;
  background-color: #e9eef2;
  margin: 15px 0;
}
/*img*/
img {
  display: block;
  width: 100%;
}
/*簡單動畫*/
.anicomon {
  opacity: 1;
  transition: 0.2s all ease-in-out;
}
.anicomon:hover {
  opacity: 0.8;
}
/*a連結撐滿*/
.alink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
/*顯示隱藏*/
.show {
  display: block;
}
.hide {
  display: none;
}
/*寬度設定*/
.w-50 {
  width: 50%;
}
.w-70 {
  width: 70%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto !important;
}
/*間距設定*/
.Mb-0 {
  margin-bottom: 0 !important;
}
.Mb-s {
  margin-bottom: 10px !important;
}
.Mb-m {
  margin-bottom: 20px !important;
}
.Mb-lg {
  margin-bottom: 30px !important;
}
.Mb-xl {
  margin-bottom: 40px;
}
.Mt-m {
  margin-top: 30px;
}
/*空白間距設定*/
.space-s {
  margin-bottom: 10px;
}
.space-m {
  margin-bottom: 20px;
}
.space-lg {
  margin-bottom: 30px;
}
/*按鈕*/
.btnBx {
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}
.btnBx.Right {
  justify-content: flex-end;
}
.onlybtn {
  justify-content: center;
}
.btnBx a {
  min-width: 200px;
  font-size: 1.25rem;
  padding: 8px 30px;
  margin: 0;
  background-color: #2e374c;
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.btnBx a + a {
  margin-left: 30px;
}
.btnBx a:hover {
  background-color: #495777;
}
/*文字顏色*/
.colorBlu01 {
  color: #768dbd;
}
.colorBlu02 {
  color: #2e374c;
}
.colorWhite {
  color: #fff;
}
.colorGray {
  color: #aaa;
}
/*文字大小*/
.titsize_s {
  font-size: 0.875rem !important;
}
.titsize_m {
  font-size: 1rem;
}
.titsize_lg {
  font-size: 1.875rem;
}
.titsize_xl {
  font-size: 2.5rem;
}
.titsize_l {
  font-size: 1.5rem;
}
/*flex*/
.ds-flex {
  display: flex;
}
.j-cont-sb {
  justify-content: space-between;
}
/*寬度*/
.wd-m {
  max-width: 600px;
  margin: 0 auto;
}
/*文字粗細*/
.tB-500 {
  font-weight: 500;
}
.tB {
  font-weight: bold;
}
/*標題設定*/
h2 {
  font-size: 2.25rem;
  color: #2f3340;
  position: relative;
}
h2 a {
  padding: 2px 30px;
  font-size: 1.25rem;
  background-color: #2e374c;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
/*選單設定*/
.pageMenu-btn,
#pageMenu,
.mlogin-btn {
  display: none;
}
/*頁面基本設定*/
body {
  font: 18px/120% Noto Sans TC, '微軟正黑體';
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #2f3340;
  background-color: #fff;
  line-height: 1.7;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.in {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.main {
  position: relative;
  background-color: #f1f3f8;
}
/*header*/
header {
  flex: 0 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f8f9fc;
  z-index: 99;
  box-sizing: border-box;
  border-bottom: 1px solid #8298b2;
}
header h1 {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
}
header h1 a {
  display: block;
  background: url(../images/logoDark.png) no-repeat center center / contain;
  display: block;
  width: 325px;
  height: 76px;
}
header .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  transition: 0.3s all ease-in-out;
}
header .navW {
  display: flex;
  align-items: center;
  position: relative;
}
header .navW li {
  position: relative;
  top: 5px;
  color: #fff;
  padding-bottom: 15px;
}
header .navW li a {
  font-size: 1.375rem;
  color: #000;
  border-bottom: 4px solid transparent;
  padding-bottom: 5px;
  margin-right: 25px;
}
header .navW li:last-child a {
  margin-right: 0;
}
header .navW li.on a {
  color: #e85c2b;
  border-color: #e85c2b;
}
header .navW li:hover a {
  color: #e85c2b;
  border-color: #e85c2b;
}
header .rBx {
  display: flex;
}
header .dropDown {
  position: absolute;
  left: -10px;
  top: 50px;
  background-color: #e85c2b;
  border-radius: 5px;
  padding: 10px;
  display: none;
  box-shadow: 0px 2px 15px -4px rgba(0, 0, 0, 0.3);
}
header .navW .dropDown li {
  top: 0;
  padding-bottom: 0px;
}
header .navW .dropDown li + li {
  margin-top: 5px;
}
header .navW .dropDown li a {
  padding: 5px 10px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin-right: 0;
  padding-left: 15px;
}
header .navW .dropDown a:hover::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
header .navW .dropDown a:hover {
  color: #fff;
  font-weight: bold;
}
header .navW li:hover .dropDown {
  display: block;
}
/*footer*/
footer {
  background-color: #222c42;
  color: #fff;
  padding: 5px 0px;
  font-size: 1rem;
}
footer .in {
  display: flex;
  align-items: center;
}
footer .logo {
  width: 280px;
  margin-right: 8%;
}
footer .icon {
  padding-left: 30px;
  background: url(../images/footer_icTime.svg) no-repeat top 2px left / contain;
  background-size: 25px auto;
}
footer .icon + .icon {
  margin-top: 5px;
}
footer .icon.time {
  background-image: url(../images/footer_icTime.svg);
}
footer .icon.email {
  background-image: url(../images/footer_icEmail.svg);
}
footer .FbIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  display: block;
}
footer .icon .web {
  display: inline-block;
}

/*popup*/
/*popup樣式*/
.popupbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 40;
  display: none;
}
.popup_con {
  position: fixed;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
  width: calc(100% - 20px);
  min-height: 150px;
  z-index: 20;
  box-sizing: border-box;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
}
.popupbox .close_btn {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: block;
  transition: 0.2s all ease-in-out;
  z-index: 2;
  /* background-color: #fff; */
  border-radius: 50%;
}
.popupbox .close_btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat center center / contain;
}
.popupbox .close_btn:hover {
  transform: rotate(180deg);
}
.popupbox .con {
  padding: 15px 30px 25px 30px;
}
.videoInfo h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 500;
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.iframeBx {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.iframeBx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*header 縮*/
@media screen and (max-width: 1024px) {
  header h1 a {
    width: 280px;
    height: 65px;
  }
  header .navW li a {
    font-size: 1.125rem;
    margin-right: 15px;
  }
  footer .logo {
    margin-right: 20px;
  }
}
/*小網*/
@media screen and (max-width: 767px) {
  /*基本設定*/
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
  p {
    font-size: 1rem;
  }
  .in {
    padding: 0 15px;
  }
  /*flex設定*/
  .m-wrap {
    flex-wrap: wrap;
  }
  /*文字*/
  .titsize_s {
    font-size: 1.25rem;
  }
  .titsize_m {
    font-size: 1.35rem;
  }
  .titsize_lg {
    font-size: 1.5rem;
  }
  .titsize_xl {
    font-size: 1.6rem;
  }
  .m-titsize_s {
    font-size: 0.875rem !important;
  }
  .m-titsize_m {
    font-size: 1rem !important;
  }
  /*間距設定*/
  .m-Mb-0 {
    margin-bottom: 0 !important;
  }
  .m-Mb-10 {
    margin-bottom: 10px !important;
  }
  .m-Mb-20 {
    margin-bottom: 20px !important;
  }
  .m-Mt-0 {
    margin-top: 0px;
  }
  /*寬度*/
  .wd-m {
    max-width: 100%;
    margin: 0 auto;
  }
  /*flex*/
  .m-flex-column {
    flex-direction: column;
  }
  .m-flex-column.btnBx {
    justify-content: center;
    align-items: center;
  }
  .m-flex-column.btnBx a {
    width: 80%;
  }
  .m-flex-column.btnBx a + a {
    margin-left: 0;
    margin-top: 15px;
  }
  /*標題設定*/
  h2 {
    font-size: 1.5rem;
  }
  /*按鈕*/
  .btnBx a {
    font-size: 1.125rem;
    width: 100%;
    padding: 10px;
  }
  .btnBx a:nth-child(2) {
    margin-left: 10px;
  }
  .btnBx.min a {
    width: 150px;
  }
  /*input*/
  input[type='text'],
  input[type='password'],
  select {
    height: 45px;
  }
  /*radio*/
  input[type='radio'] ~ label .icon {
    width: 15px;
    height: 15px;
  }
  input[type='radio']:checked ~ label .icon::before {
    width: 10px;
    height: 10px;
    transform: translate(-53%, -53%);
  }
  input[type='checkbox'] ~ label .icon {
    top: 3px;
  }
  ::-webkit-input-placeholder {
    font-size: 1rem;
  }
  ::-moz-placeholder {
    font-size: 1rem;
  }
  :-ms-input-placeholder {
    font-size: 1rem;
  }
  :-moz-placeholder {
    font-size: 1rem;
  }
  select {
    font-size: 1rem;
  }
  /*header*/
  header .in {
    padding: 8px 15px;
  }
  header .navW,
  header .seleBtn {
    display: none;
  }
  header h1 a {
    width: 220px;
    height: 51px;
  }
  /*footer*/
  footer .icon {
    font-size: 0.93rem;
    padding-right: 40px;
  }
  footer .icon + .icon {
    margin-top: 8px;
  }
  footer .icon .web {
    display: none;
  }
  /*選單設定*/
  .pageMenu-btn,
  #pageMenu {
    display: block;
  }
  .page,
  #pageMenu,
  .pageMenu-btn .line,
  #pageMenu .hasSub button {
    transition: 0.2s;
  }
  /*fixedbx*/
  .fixedBx {
    bottom: 10%;
  }
  .fixedBx a + a {
    margin-top: 10px;
  }
  .fixedBx a {
    width: 80px;
    height: 80px;
  }
  .fixedBx span {
    font-size: 1rem;
  }
  /* page */
  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .page {
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .page_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -2;
  }
  .openmenu {
    position: fixed;
  }
  .page.openmenu .page_cover {
    z-index: 1001;
  }
  .wrapper {
    width: 100vw;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    background: #fff;
  }
  /* menu */
  #pageMenu {
    position: fixed;
    z-index: 9999;
    width: 60%;
    height: 100vh;
    background: rgba(30, 39, 58, 0.9);
    color: #fff;
  }
  /* menu_清單 */
  #pageMenu ul {
    list-style: none;
    padding-left: 0px;
  }
  #pageMenu ul a,
  #pageMenu ul p {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #646c7e;
    color: inherit;
    text-decoration: none;
    padding-left: 20px;
    font-size: 1.125rem;
  }
  /* menu_按鈕 */
  .pageMenu-btn {
    display: block;
    position: absolute;
    left: auto;
    top: 12px;
    width: 40px;
    height: 40px;
    background-size: 24px;
    outline: none;
    border: none;
    background: url(../images/menuIc.png) no-repeat center center / contain;
    right: 10px;
  }
  .index .pageMenu-btn {
    background-image: url(../images/menuIc-white.png);
    right: 0;
  }
  .pageMenu-btn .line {
    display: block;
    position: absolute;
    left: 4px;
    width: 20px;
    height: 2px;
    background-color: #777;
    border-radius: 2px;
  }
  .pageMenu-btn .line01 {
    top: 7px;
  }
  .pageMenu-btn .line02 {
    top: 14px;
  }
  .pageMenu-btn .line03 {
    top: 21px;
  }
  /* menu_按鈕_展開 */
  .openmenu .pageMenu-btn .line01 {
    width: 24px;
    top: 14px;
    left: 2px;
    transform: rotate(-45deg);
  }
  .openmenu .pageMenu-btn .line02 {
    display: none;
  }
  .openmenu .pageMenu-btn .line03 {
    width: 24px;
    top: 14px;
    left: 2px;
    transform: rotate(45deg);
  }
  .show-left.openmenu {
    transform: translateX(60%);
  }
  .show-left ~ #pageMenu {
    top: 0;
    left: -60%;
  }
  .show-left.openmenu ~ #pageMenu {
    left: 0;
  }
  .show-right.openmenu {
    transform: translateX(-60%);
  }
  .show-right ~ #pageMenu {
    left: auto;
    right: -60%;
  }
  .show-right.openmenu ~ #pageMenu {
    right: 0;
  }
  .show-up ~ #pageMenu {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
  .show-up.openmenu ~ #pageMenu {
    top: 0;
  }
  .show-up.openmenu {
    transform: translateX(0);
  }
  /*------------------------------------------*/
  #pageMenu .hasSub {
    position: relative;
  }
  #pageMenu .hasSub ul {
    background-color: #242a36;
  }
  #pageMenu .hasSub button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/arrow.svg) center center no-repeat;
    background-size: auto 32px;
    cursor: pointer;
    outline: none;
    border: none;
  }
  #pageMenu .hasSub.open > button {
    transform: scaleY(-1);
  }
  /* menu_按鈕_展開 */
  .openmenu .pageMenu-btn {
    background: url(../images/menuIc_open.png) no-repeat center center / contain;
  }
  .openmenu .index .pageMenu-btn {
    background: url(../images/menuIc_open-white.png) no-repeat center center /
      contain;
  }
  .page,
  #pageMenu,
  .pageMenu-btn .line,
  #pageMenu .hasSub button {
    transition: 0.2s;
  }
  /*popupBx*/
  .popupbox .con {
    padding: 15px 10px;
  }
  .videoInfo h4 {
    font-size: 1.25rem;
    max-width: calc(100% - 40px);
  }
  .popupbox .close_btn {
    top: 5px;
    right: 5px;
  }
}
/*小尺寸手機*/
@media screen and (max-width: 360px) {
}
/*---forie 微調樣式--*/
@media screen and (min-width: 0\0) {
}
