@charset "UTF-8";
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* SCROLLBAR */
/* ----------Extend---------- */
/*background*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/* ----------RESET---------- */
* {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  width: 100%;
  min-width: 320px;
  position: relative;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  overflow-x: hidden;
}

ul, li {
  list-style: none;
  font-size: inherit;
}

img:not([width]) {
  display: block;
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

input,
textarea,
keygen,
select,
a,
a:active,
a:hover,
a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=search],
input[type=search]:hover,
input[type=search]:focus,
input[type=search]:active {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

button,
input[type=submit],
input[type=reset] {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font: inherit;
}

table {
  border-collapse: collapse;
}

/* ----------TEXT----------- */
html {
  font-size: 16px;
  color: #333333;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background-color: #fff;
}

.font_lora {
  font-family: "Lora";
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
a, p, b, small {
  font: inherit;
  color: inherit;
  font-weight: 300;
  line-height: normal;
  line-height: 1.5;
}

/* 100 */
.p-100 {
  font-size: 100px;
}

/* 70 */
h1, .h1 {
  font-size: 70px;
}

/* 54 */
h2, .h2 {
  font-size: 54px;
}

/* 40 */
h3, .h3 {
  font-size: 40px;
}

/* 30 */
h4, .h4 {
  font-size: 30px;
}

/* 24 */
h5, .h5 {
  font-size: 24px;
}

/* 22 */
h6, .h6 {
  font-size: 22px;
}

/* 18 */
.p-18 {
  font-size: 18px;
}

/* 16 */
p, .p {
  font-size: 16px;
}

a {
  display: inline-block;
  text-decoration: none;
}

/* 14 */
small, .small {
  font-size: 14px;
}

b, strong {
  font-weight: bolder;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls4 {
  letter-spacing: 4px;
}

.ls5 {
  letter-spacing: 5px;
}

.ls6 {
  letter-spacing: 6px;
}

.ls7 {
  letter-spacing: 7px;
}

.ls8 {
  letter-spacing: 8px;
}

.ls9 {
  letter-spacing: 9px;
}

.ls10 {
  letter-spacing: 10px;
}

.txt-white {
  color: #ffffff;
}

.txt-lightgrey {
  color: #a8a8a8;
}

.txt-grey {
  color: #9d9d9d;
}

.txt-darkgrey {
  color: #606060;
}

.txt-dark {
  color: #333333;
}

.txt-black {
  color: #000000;
}

.txt-prime {
  color: #004D79;
}

.txt-light_prime {
  color: #007ac1;
}

.txt-thin {
  font-weight: 100;
}

.txt-light {
  font-weight: 200;
}

.txt-regular {
  font-weight: 300;
}

.txt-medium {
  font-weight: 400;
}

.txt-bold {
  font-weight: 500;
}

.txt-highbold {
  font-weight: 600;
}

.txt-blackbold {
  font-weight: 700;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-style-i {
  font-style: italic;
}

.txt-link {
  text-decoration: underline;
}

.txt-line-through {
  text-decoration: line-through;
}

.txt-underline {
  text-decoration: underline;
}

.txt-uppercase {
  text-transform: uppercase;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1440px) {
  .p-100 {
    font-size: 80px;
  }
  h2, .h2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1366px) {
  h2, .h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1280px) {
  h1, .h1 {
    font-size: 68px;
  }
  h2, .h2 {
    font-size: 38px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 28px;
  }
  h5, .h5 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  h1, .h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 58px;
  }
  h2, .h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-100 {
    font-size: 65px;
  }
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5 {
    font-size: 20px;
  }
  h6, .h6 {
    font-size: 18px;
  }
  .p-18 {
    font-size: 16px;
  }
  p, .p {
    font-size: 14px;
  }
  small, .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .p-100 {
    font-size: 50px;
  }
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 25px;
  }
}
/* ----------BLOCK---------- */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.jcc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w800,
.w900,
.w1000,
.w1200,
.w1300,
.w1400 {
  width: 80%;
  margin: 0 auto;
}

.w800 {
  max-width: 800px;
}

.w900 {
  max-width: 900px;
}

.w1000 {
  max-width: 1000px;
}

.w1200 {
  max-width: 1200px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1400px;
}

.col100,
.col90,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col05 {
  display: inline-block;
  vertical-align: top;
}

.col100 {
  width: 100%;
}

.col90 {
  width: 90%;
}

.col80 {
  width: 80%;
}

.col75 {
  width: 75%;
}

.col70 {
  width: 70%;
}

.col66 {
  width: 66.6666%;
}

.col60 {
  width: 60%;
}

.col50 {
  width: 50%;
}

.col50:nth-child(odd) {
  margin-left: 0px;
}

.col40 {
  width: 40%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col25 {
  width: 25%;
}

.col20 {
  width: 20%;
}

.col15 {
  width: 15%;
}

.col05 {
  width: 5%;
}

.ib-middle {
  display: inline-block;
  vertical-align: middle;
}

.ib-top {
  display: inline-block;
  vertical-align: top;
}

.main_padding {
  padding: 5% 0;
}

.main_padding-b {
  padding-bottom: 5%;
}

.main_padding-t {
  padding-top: 5%;
}

.main_margin {
  margin: 5% 0;
}

.main_margin-b {
  margin-bottom: 5%;
}

.main_margin-t {
  margin-top: 5%;
}

.header-top {
  position: relative;
}

.header-top::before {
  content: "";
  display: block;
  height: 78px;
  position: relative;
}

.m1023-off {
  display: block;
}

.m1023-on {
  display: none;
}

.m768-off {
  display: block;
}

.m768-on {
  display: none;
}

/* ----------RWD----------------------- */
@media screen and (max-width: 1023px) {
  .m1023-off {
    display: none;
  }
  .m1023-on {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .w800,
  .w900,
  .w1000,
  .w1200,
  .w1300,
  .w1400 {
    width: 90%;
  }
  .m768-off {
    display: none;
  }
  .m768-on {
    display: block;
  }
  .main_padding {
    padding: 50px 0;
  }
  .main_padding-b {
    padding-bottom: 50px;
  }
  .main_padding-t {
    padding-top: 50px;
  }
  .main_margin {
    margin: 50px 0;
  }
  .main_margin-b {
    margin-bottom: 50px;
  }
  .main_margin-t {
    margin-top: 50px;
  }
}
/* ----------FORM----------- */
input[type=text],
input[type=email],
input[type=password],
input[type=date],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 7px 7px;
  display: inline-block;
  border: 1px;
  letter-spacing: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  padding-right: 7px;
  background-size: 10px;
}

input[type=text].readonly,
input[type=email].readonly,
input[type=password].readonly,
input[type=date].readonly,
input[type=tel].readonly,
textarea.readonly,
select.readonly {
  border: none;
  background-color: #E8E8E8;
}

label.select {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

label.select:before {
  content: "";
  display: block;
  width: 50px;
  height: 27px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  margin: auto 0;
  pointer-events: none;
}

label.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #003979 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  pointer-events: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}

/*radio&checkbox樣式覆蓋*/
input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 7px 0px;
  margin-right: 10px;
  cursor: pointer;
  letter-spacing: 0;
}

input[type=radio]:not(old) + label > span,
input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #222;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

input[type=checkbox]:not(old) + label > span {
  border-radius: 0;
}

input[type=radio]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}

/* ----------ANIMATION------ */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes showContent {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes repeatOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes repeatOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.repeat-opacity {
  -webkit-animation: repeatOpacity 3s linear infinite;
          animation: repeatOpacity 3s linear infinite;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  color: #fff;
  background-color: #004D79;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header + section {
  margin-top: 66px;
}
header .w1300 {
  width: 80%;
}
header .inner {
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
header .inner #hamburger {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 3px 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .inner #hamburger div {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 100px;
}
header .inner .logo {
  width: 170px;
  margin-right: 20px;
}
header .inner nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner nav .main_item {
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 20px 15px;
  position: relative;
}
header .inner nav .main_item::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
header .inner nav .main_item:hover::after,
header .inner nav .main_item .active::after {
  opacity: 1;
}
header .inner nav .sub_set {
  position: relative;
}
header .inner nav .sub_set:hover .main_item::after {
  opacity: 1;
}
header .inner nav .sub_set .has_sub {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}
header .inner nav .sub_set .has_sub svg {
  width: 12px;
  margin-left: 5px;
  fill: #ffffff;
}
header .inner nav .sub_set .sub_nav {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(calc(100% + 10px));
      -ms-transform: translateY(calc(100% + 10px));
          transform: translateY(calc(100% + 10px));
  position: absolute;
  display: none;
}
header .inner nav .sub_set .sub_nav.active {
  display: block;
}
header .inner nav .sub_set .sub_nav .sub_item {
  width: 100%;
  min-width: 160px;
  padding: 10px;
  white-space: nowrap;
  background-color: #004D79;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
header .inner nav .sub_set .sub_nav .sub_item:nth-last-child(1) {
  border-bottom: none;
}
header .inner nav .lang {
  position: relative;
}
header .inner nav .lang:hover .lang_set {
  display: block;
}
header .inner nav .lang .lang_outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
header .inner nav .lang .lang_outer img {
  width: 20px;
}
header .inner nav .lang .lang_outer p {
  margin-left: 5px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .inner nav .lang .lang_set {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  position: absolute;
  display: none;
}
header .inner nav .lang .lang_set.active {
  display: block;
}
header .inner nav .lang .lang_set a {
  width: 100%;
  min-width: 120px;
  padding: 10px;
  white-space: nowrap;
  color: #fff;
  background-color: #004D79;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .inner nav .lang .lang_set a:nth-last-child(1) {
  border-bottom: none;
}
header .inner nav .mobile_lang_set {
  display: none;
  width: 100%;
  margin: 0;
  padding: 10px;
}
header .inner nav .mobile_lang_set a {
  padding: 2px 5px;
  display: inline-block;
}
header .inner nav .mobile_lang_set a.active {
  color: #004D79;
}
header .inner nav .member_access {
  margin-left: 10px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
header .inner nav .member_access:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
header .inner nav .member_access svg {
  width: 15px;
}
header .inner nav .member_access p {
  margin-right: 5px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1440px) {
  header .w1300 {
    width: 90%;
  }
  header .inner nav .main_item {
    margin-right: 5px;
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  header + section {
    margin-top: 54px;
  }
  header .inner #hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  header .inner .lang {
    display: none;
  }
  header .inner nav {
    width: 80%;
    max-width: 300px;
    height: calc(100vh - 54px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    position: fixed;
    top: 54px;
    right: 0;
    color: #606060;
    overflow: auto;
    -webkit-transform: translateX(102%);
        -ms-transform: translateX(102%);
            transform: translateX(102%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .inner nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  header .inner nav .sub_set {
    width: 100%;
  }
  header .inner nav .main_item {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
  }
  header .inner nav .sub_set .has_sub svg {
    fill: #606060 !important;
  }
  header .inner nav .sub_set .sub_nav {
    width: 100%;
    padding-top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
  }
  header .inner nav .sub_set .sub_nav .sub_item {
    padding: 10px;
  }
  header .inner nav .mobile_lang_set {
    display: block;
    text-align: right;
  }
  header .inner nav .member_access {
    width: calc(100% - 20px);
    margin: 10px auto;
    border: 1px solid #004D79;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .inner nav .member_access p {
    color: #004D79;
  }
  header .inner nav .member_access svg path {
    fill: #004D79;
  }
}
@media screen and (max-width: 768px) {
  header .inner #hamburger {
    width: 25px;
    height: 26px;
  }
}
@media screen and (max-width: 425px) {
  header + section {
    margin-top: 50px;
  }
  header .inner .logo {
    width: 150px;
  }
  header .inner nav {
    height: calc(100vh - 50px);
    top: 50px;
  }
}

footer {
  background-color: #F8F8F8;
  position: relative;
  z-index: 10;
}
footer #footer_main .inner {
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer #footer_main .inner .info .logo {
  width: 170px;
  margin-bottom: 10px;
}
footer #footer_main .inner .info .logo img {
  width: 100%;
}
footer #footer_main .inner .info p {
  margin: 10px 0;
}
footer #footer_main .inner .info p img {
  width: 15px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
footer #footer_main .inner .info p span {
  vertical-align: middle;
}
footer #footer_main .inner .nav_outer .nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer #footer_main .inner .nav_outer .nav .col {
  margin-left: 40px;
}
footer #footer_main .inner .nav_outer .nav .col a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_main .inner .nav_outer .nav .col a:hover {
  color: #004D79;
}
footer #footer_main .inner .nav_outer .nav .col .main_link {
  margin-bottom: 10px;
  display: block;
}
footer #footer_main .inner .nav_outer .nav .col .main_link p {
  font-weight: 500;
}
footer #footer_main .inner .nav_outer .nav .col .rwd_main_link {
  display: none;
}
footer #footer_main .inner .nav_outer .nav .col .sub_link {
  margin-bottom: 10px;
  display: block;
  color: #606060;
}
footer #footer_copyright {
  color: #606060;
}
footer #footer_copyright .inner {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e7e7e7;
}
footer #footer_copyright .inner a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer #footer_copyright .inner a:hover {
  color: #004D79;
}
@media screen and (max-width: 1024px) {
  footer #footer_main .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_main .inner .info {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
  footer #footer_main .inner .nav_outer {
    width: 100%;
  }
  footer #footer_main .inner .nav_outer .nav {
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_main .inner .nav_outer .nav .col {
    width: 100%;
    margin: 0;
  }
  footer #footer_main .inner .nav_outer .nav .col .main_link {
    display: none;
  }
  footer #footer_main .inner .nav_outer .nav .col .sub_link {
    margin: 0;
    padding: 5px 10px;
  }
  footer #footer_main .inner .nav_outer .nav .col .rwd_main_link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer #footer_main .inner .nav_outer .nav .col .rwd_main_link svg {
    width: 12px;
  }
  footer #footer_main .inner .nav_outer .nav .col .rwd_sub_box {
    display: none;
    margin-bottom: 10px;
    background-color: #dddddd;
  }
  footer #footer_main .inner .nav_outer .nav .col .rwd_sub_box.active {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  footer #footer_copyright .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer #footer_copyright .inner > * {
    width: 100%;
    text-align: center;
  }
  footer #footer_copyright .inner > a {
    margin-bottom: 10px;
  }
}

#tabs {
  position: relative;
}
#tabs::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e7e7e7;
}
#tabs .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto;
  scrollbar-width: none; /* 適用於 Firefox */
  -ms-overflow-style: none; /* 適用於 IE 和 Edge */
}
#tabs .inner::-webkit-scrollbar {
  display: none; /* 適用於 Webkit 瀏覽器 */
}
#tabs .inner .tab {
  display: block;
  margin-right: 10px;
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  text-align: center;
}
#tabs .inner .tab:hover, #tabs .inner .tab.active {
  border-bottom: 4px solid #004D79;
}
@media screen and (max-width: 1024px) {
  #tabs .inner {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
  }
  #tabs .inner .tab {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  #tabs .inner {
    width: 95%;
  }
  #tabs .inner .tab {
    padding-right: 20px;
  }
}

#tabs2 {
  position: relative;
}
#tabs2::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e7e7e7;
}
#tabs2 .inner {
  position: relative;
}
#tabs2 .inner .l {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#tabs2 .inner .r {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#tabs2 .inner .swiper-slide {
  width: auto;
  display: inline-block;
}
#tabs2 .inner .tab {
  margin-right: 10px;
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  text-align: center;
}
#tabs2 .inner .tab:hover, #tabs2 .inner .tab.active {
  border-bottom: 4px solid #004D79;
}
@media screen and (max-width: 1024px) {
  #tabs2 .inner {
    width: calc(90% - 30px);
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .pagination_prev,
.pagination .pagination_next,
.pagination .pagination_item {
  margin: 0 5px;
}
.pagination .pagination_prev a, .pagination .pagination_prev button,
.pagination .pagination_next a,
.pagination .pagination_next button,
.pagination .pagination_item a,
.pagination .pagination_item button {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pagination .pagination_prev:hover,
.pagination .pagination_next:hover {
  color: #004D79;
}
.pagination .pagination_item.active, .pagination .pagination_item:hover {
  color: #004D79;
}

#member_top {
  background-color: rgba(0, 77, 121, 0.08);
}
#member_top .inner > h6 {
  position: relative;
}
#member_top .inner > h6:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #004D79;
}

.member_menu {
  width: 100%;
  max-width: 250px;
}
.member_menu .member_menu_list:not(:nth-last-of-type(1)) {
  margin-bottom: 30px;
}
.member_menu .member_menu_title {
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  background-color: #606060;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.member_menu .member_menu_item {
  width: 100%;
  padding: 5px 10px;
  color: #606060;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.member_menu .member_menu_item:nth-of-type(1) {
  border-top: 1px solid #e7e7e7;
}
.member_menu .member_menu_item:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #004D79;
  opacity: 0;
}
.member_menu .member_menu_item:hover {
  background-color: rgba(0, 77, 121, 0.05);
}
.member_menu .member_menu_item.active {
  color: #004D79;
  background-color: rgba(0, 77, 121, 0.08);
}
.member_menu .member_menu_item.active:after {
  opacity: 1;
}
.member_menu .member_menu_item_control {
  width: 100%;
  padding: 5px 10px;
  background-color: #004D79;
  color: #fff;
}

.article_top_links {
  margin-bottom: 10px;
  background-color: rgba(0, 77, 121, 0.08);
}
.article_top_links a {
  margin-right: 2px;
  padding: 10px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_top_links a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #004D79;
}
.article_top_links a.active::before {
  border-color: transparent transparent transparent #007ac1;
}
@media screen and (max-width: 768px) {
  .article_top_links a {
    width: 100%;
  }
}

.article_list {
  width: 100%;
  table-layout: fixed;
}
.article_list thead tr {
  border-bottom: 3px solid #004D79;
}
.article_list thead td {
  padding: 10px;
}
.article_list thead td:nth-child(1) {
  padding-left: 0;
}
.article_list thead td:nth-last-child(1) {
  padding-right: 0;
}
.article_list tbody tr {
  border-bottom: 1px solid #e7e7e7;
}
.article_list tbody td {
  padding: 10px;
}
.article_list tbody td p, .article_list tbody td a {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article_list tbody td .tag {
  padding: 2px 5px;
  color: #fff;
  background-color: #004D79;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: bottom;
}
.article_list tbody td:nth-child(1) {
  padding-left: 0;
}
.article_list tbody td:nth-last-child(1) {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .article_list {
    display: block;
  }
  .article_list thead {
    display: none;
  }
  .article_list tbody {
    display: block;
  }
  .article_list tbody tr {
    width: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .article_list tbody td {
    width: 100% !important;
    text-align: left;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article_list tbody td::before {
    content: attr(data-rwd-title);
    width: 70px;
    min-width: 60px;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #004D79;
  }
}

.form {
  width: 100%;
}
.form .form_title {
  width: 100%;
  margin-bottom: 20px;
}
.form .form_row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.form .form_row:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}
.form .form_row.submit {
  margin-top: 50px;
}
.form .form_row.end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form .col_title {
  width: 100%;
  margin-bottom: 10px;
}
.form {
  /* ----------FORM----------- */
}
.form input[type=text],
.form input[type=email],
.form input[type=password],
.form input[type=date],
.form input[type=tel],
.form textarea,
.form select {
  width: 100%;
  padding: 7px 7px;
  display: inline-block;
  border: 1px solid #ccc;
  letter-spacing: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}
.form select {
  padding-right: 7px;
  background-size: 10px;
}
.form input[type=text].readonly,
.form input[type=email].readonly,
.form input[type=password].readonly,
.form input[type=date].readonly,
.form input[type=tel].readonly,
.form textarea.readonly,
.form select.readonly {
  border: none;
  background-color: #E8E8E8;
}
.form button {
  padding: 5px 10px;
  color: #fff;
  background-color: #004D79;
  text-align: center;
}
.form label.select {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.form label.select:before {
  content: "";
  display: block;
  width: 50px;
  height: 27px;
  background: #ffffff;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
  margin: auto 0;
  pointer-events: none;
}
.form label.select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #003979 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  pointer-events: none;
}
.form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #ccc;
}
.form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}
.form ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}
.form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}
.form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}
.form {
  /*radio&checkbox樣式覆蓋*/
}
.form input[type=radio]:not(old),
.form input[type=checkbox]:not(old) {
  width: 0;
  margin: 0;
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.form input[type=radio]:not(old) + label,
.form input[type=checkbox]:not(old) + label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin: 7px 0px;
  margin-right: 10px;
  cursor: pointer;
  letter-spacing: 0;
}
.form input[type=radio]:not(old) + label > span,
.form input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  position: relative;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #222;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.form input[type=checkbox]:not(old) + label > span {
  border-radius: 0;
}
.form input[type=radio]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}
.form input[type=checkbox]:not(old):checked + label > span:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FC8D04;
}

#ui-datepicker-div {
  z-index: 20 !important;
  -webkit-transform: translateY(-60px) !important;
      -ms-transform: translateY(-60px) !important;
          transform: translateY(-60px) !important;
}

#kv {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#kv .picbox {
  width: 100%;
  position: fixed;
  top: 66px;
  left: 0;
}
#kv .picbox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
#kv .picbox .pic {
  width: 100%;
  height: calc(100vh - 66px);
  min-height: 650px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000;
}
#kv .inner {
  width: 100%;
  height: calc(100vh - 66px);
  min-height: 650px;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
#kv .inner .top {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc(-50% - 50px));
      -ms-transform: translate(-50%, calc(-50% - 50px));
          transform: translate(-50%, calc(-50% - 50px));
}
#kv .inner .top .w1200 {
  position: relative;
  z-index: 1;
}
#kv .inner .top .w1200 .text {
  width: 70%;
  padding: 30px 0;
}
#kv .inner .top .w1200 .text .text_data {
  display: none;
}
#kv .inner .top .w1200 .text .text_data.active {
  display: block;
}
#kv .inner .top .w1200 .text .text_data.active h1 {
  -webkit-animation: fadeInFromLeft 0.5s both;
          animation: fadeInFromLeft 0.5s both;
}
#kv .inner .top .w1200 .text .text_data.active p {
  -webkit-animation: fadeInFromLeft 0.5s 0.1s both;
          animation: fadeInFromLeft 0.5s 0.1s both;
}
#kv .inner .top .w1200 .text .text_data h1 {
  line-height: 1.35;
}
#kv .inner .top .w1200 .text .text_data p {
  margin-top: 30px;
}
#kv .inner .bottom {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#kv .inner .bottom .w1200 {
  position: relative;
  z-index: 1;
}
#kv .inner .bottom .w1200 .text_tab {
  width: 70%;
  padding-bottom: 30px;
}
#kv .inner .bottom .w1200 .text_tab button {
  width: 225px;
  margin-right: 30px;
  padding: 5px 0;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-align: left;
}
#kv .inner .bottom .w1200 .text_tab button::after {
  content: "";
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#kv .inner .bottom .w1200 .text_tab button h6 {
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#kv .inner .bottom .w1200 .text_tab button.active::after {
  -webkit-transform: scaleX(70%);
      -ms-transform: scaleX(70%);
          transform: scaleX(70%);
}
#kv .inner .bottom .w1200 .text_tab button.active h6 {
  opacity: 1;
}
#kv .inner .bottom .w1200 .text_tab button:hover::after {
  -webkit-transform: scaleX(100%);
      -ms-transform: scaleX(100%);
          transform: scaleX(100%);
}
#kv .inner .bottom .w1200 .text_tab button:hover h6 {
  opacity: 1;
}
@media screen and (max-width: 1380px) {
  #kv .picbox {
    top: 46px;
  }
  #kv .inner .top .w1200 .text {
    width: 100%;
  }
  #kv .inner .bottom .w1200 .text_tab {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #kv .picbox {
    top: 46px;
  }
  #kv .picbox .pic {
    height: calc(100vh - 46px);
  }
  #kv .inner {
    height: calc(100vh - 46px);
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #kv .inner .top {
    -webkit-transform: translate(-50%, calc(-50% - 80px));
        -ms-transform: translate(-50%, calc(-50% - 80px));
            transform: translate(-50%, calc(-50% - 80px));
  }
  #kv .inner .bottom {
    bottom: 20px;
  }
  #kv .inner .bottom .w1200 .text_tab button {
    display: block;
  }
  #kv .inner .bottom .w1200 .text_tab button:not(.active):hover::after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }
  #kv .inner .bottom .w1200 .text_tab button:not(.active):hover h6 {
    opacity: 0.5;
  }
}

#milestone {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
#milestone .milestone_title p {
  padding: 0 1%;
  font-size: 11vw;
  font-weight: 500;
  line-height: 1;
  color: #F1F1F1;
}
#milestone .milestone_content {
  overflow: hidden;
  position: relative;
}
#milestone .milestone_content::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  position: absolute;
  top: 104px;
  left: 0;
}
#milestone .milestone_content .inner {
  position: relative;
}
#milestone .milestone_content .inner .itembox {
  width: 150%;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
#milestone .milestone_content .inner .itembox .item {
  width: 100%;
  padding: 20px;
}
#milestone .milestone_content .inner .itembox .item .title_block {
  margin-bottom: 60px;
  position: relative;
}
#milestone .milestone_content .inner .itembox .item .title_block::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  bottom: -30px;
  left: -24px;
  background-color: #9d9d9d;
}
#milestone .milestone_content .inner .itembox .item .title_block h6 {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#milestone .milestone_content .inner .itembox .item .text .text_title {
  margin-bottom: 10px;
}
#milestone .milestone_content .inner .itembox .item .text ul li {
  margin: 5px 0;
  margin-left: 20px;
  list-style: disc;
}
#milestone .milestone_content .inner .itembox .item .text p {
  line-height: 1.8;
}
#milestone .btn_outer {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#milestone .btn_outer .arrow {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004D79;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#milestone .btn_outer .arrow img {
  width: 20px;
}
#milestone .btn_outer .arrow h5 {
  margin-top: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  #milestone .milestone_content::before {
    top: 90px;
  }
  #milestone .btn_outer .arrow {
    width: 120px;
    height: 120px;
    border-radius: 120px;
  }
  #milestone .btn_outer .arrow img {
    width: 15px;
  }
}
@media screen and (max-width: 768px) {
  #milestone .milestone_title p {
    padding: 0 5%;
    font-size: 15vw;
    font-weight: 500;
    line-height: 1;
    color: #F1F1F1;
  }
  #milestone .milestone_content::before {
    top: 85px;
  }
  #milestone .milestone_content .inner .itembox {
    width: 100%;
  }
  #milestone .milestone_content .inner .itembox .item .title_block h6 {
    height: 54px;
  }
  #milestone .btn_outer .arrow {
    width: 110px;
    height: 110px;
    border-radius: 110px;
  }
  #milestone .btn_outer .arrow img {
    width: 12px;
  }
}
@media screen and (max-width: 480px) {
  #milestone .milestone_content::before {
    top: 82px;
  }
}

#service {
  position: relative;
  background-color: #000;
  z-index: 1;
}
#service::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
#service figure {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#service figure.active {
  opacity: 1;
}
#service .rwd_outer .rwd_bg {
  display: none;
}
#service .inner {
  position: relative;
  z-index: 2;
}
#service .inner .about_info {
  width: 100%;
  height: calc(100vh - 66px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#service .inner .about_info > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#service .inner .about_info > div .num {
  opacity: 0.7;
  margin-top: 2px;
  margin-right: 20px;
  display: block;
}
#service .inner .about_info h3 {
  margin-bottom: 30px;
  position: relative;
}
#service .inner .about_info p {
  margin: 10px 0;
}
#service .inner .about_info ul li {
  margin: 10px 0;
  margin-left: 20px;
  list-style: disc;
}
@media screen and (max-width: 1023px) {
  #service figure {
    display: none;
  }
  #service .rwd_outer {
    position: relative;
  }
  #service .rwd_outer .rwd_bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }
  #service .inner .about_info {
    width: 100%;
    min-height: 50vh;
    height: auto;
    padding: 50px 0;
  }
}

#product {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
#product .product_title p {
  padding: 0 1%;
  font-size: 11vw;
  font-weight: 500;
  line-height: 1;
  color: #F1F1F1;
  white-space: nowrap;
}
#product .product_content {
  margin-top: 2%;
}
#product .product_content .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
#product .product_content .itembox {
  position: relative;
}
#product .product_content .itembox .item_outer {
  width: 100%;
  display: block;
  padding: 0 8%;
}
#product .product_content .itembox .item_outer .item {
  width: 100%;
  display: block;
  text-align: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
#product .product_content .itembox .item_outer .item:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#product .product_content .itembox .item_outer .item:hover figure .arrow {
  opacity: 1;
}
#product .product_content .itembox .item_outer .item figure {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#product .product_content .itembox .item_outer .item figure .arrow {
  width: 10%;
  height: 10%;
  border-radius: 2000px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004D79;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#product .product_content .itembox .item_outer .item figure .arrow img {
  width: 35%;
}
@media screen and (max-width: 768px) {
  #product .product_title {
    margin-bottom: 30px;
  }
  #product .product_title p {
    padding: 0 5%;
    font-size: 15vw;
    font-weight: 500;
    line-height: 1;
    color: #F1F1F1;
  }
}

#product_list .inner .search_box {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#product_list .inner .search_box .search {
  max-width: 350px;
  width: 80%;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
}
#product_list .inner .search_box .search input {
  width: 100%;
  padding-left: 35px;
}
#product_list .inner .search_box .search button {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
}
#product_list .inner .itembox {
  margin-top: -20px;
  margin-bottom: -20px;
  margin-right: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#product_list .inner .itembox .item {
  width: calc(33.3333% - 40px);
  margin: 20px;
}
#product_list .inner .itembox .item:hover .pic figure {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#product_list .inner .itembox .item:hover .pic figure .arrow {
  opacity: 1;
}
#product_list .inner .itembox .item .pic {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
#product_list .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#product_list .inner .itembox .item .pic figure .arrow {
  width: 10%;
  height: 10%;
  border-radius: 2000px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004D79;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#product_list .inner .itembox .item .pic figure .arrow img {
  width: 35%;
}
#product_list .inner .itembox .item h6 {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#product_list .inner .itembox .item p {
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  #product_list .inner .itembox .item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  #product_list .inner .itembox {
    margin-top: -2%;
    margin-bottom: -2%;
    margin-right: -2%;
    margin-left: -2%;
  }
  #product_list .inner .itembox .item {
    width: 46%;
    margin: 2%;
  }
  #product_list .inner .itembox .item:nth-child(3n-2) {
    margin-top: 2%;
  }
  #product_list .inner .itembox .item:nth-child(3n) {
    margin-top: 2%;
  }
}

#product_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#product_info .pic_outer {
  width: 40%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgba(0, 77, 121, 0.08);
  position: relative;
}
#product_info .pic_outer .pic_inner {
  width: 80%;
  max-width: 600px;
  padding: 10% 0 5%;
  margin-right: 10%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
}
#product_info .pic_outer .pic_inner .pic {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
#product_info .pic_outer .pic_inner .pic figure {
  width: 100%;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}
#product_info .pic_outer .pic_inner .pic .swiper-button-disabled {
  display: none !important;
}
#product_info .pic_outer .pic_inner .pic .button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #004D79;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#product_info .pic_outer .pic_inner .pic .button-prev svg {
  width: 80%;
}
#product_info .pic_outer .pic_inner .pic .button-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #004D79;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 10;
}
#product_info .pic_outer .pic_inner .pic .button-next svg {
  width: 80%;
}
#product_info .pic_outer .pic_inner .picbox {
  position: relative;
}
#product_info .pic_outer .pic_inner .picbox .item {
  border: 3px solid rgba(0, 77, 121, 0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#product_info .pic_outer .pic_inner .picbox .item.active, #product_info .pic_outer .pic_inner .picbox .item:hover {
  border: 3px solid #004d79;
}
#product_info .pic_outer .pic_inner .picbox .item figure {
  width: 100%;
  padding-bottom: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
#product_info article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#product_info article p {
  line-height: 1.8;
}
#product_info article .bread {
  width: 100%;
  padding: 10px 0;
  padding-left: 5%;
  border-bottom: 1px solid #e7e7e7;
}
#product_info article .bread p {
  width: 70%;
}
#product_info article .back {
  width: 100%;
  padding: 20px 0;
  padding-left: 5%;
  border-top: 1px solid #e7e7e7;
}
#product_info article .back p {
  width: 70%;
}
#product_info article .info {
  width: 95%;
  max-width: 850px;
  padding-left: 5%;
}
#product_info article .info .main {
  padding-top: 10%;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
#product_info article .info .main > h6 {
  margin-bottom: 10px;
}
#product_info article .info .main > h3 {
  margin-bottom: 30px;
}
#product_info article .info .main .button_block {
  margin-top: 10%;
}
#product_info article .info .main .button_block .btn {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #004D79;
  padding: 10px 30px;
  border-radius: 100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#product_info article .info .main .button_block .btn > * {
  line-height: 1.5;
  color: #004D79;
}
#product_info article .info .main .button_block .btn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#product_info article .info .main .button_block .btn img {
  width: 17px;
  margin-right: 10px;
}
#product_info article .info .content {
  padding-top: 30px;
}
#product_info article .info .content .sub-title {
  margin-bottom: 10px;
}
#product_info article .info .content .list_block {
  width: 100%;
  margin-bottom: 30px;
}
#product_info article .info .content .list_block ul li {
  margin-left: 20px;
  list-style: disc;
}
#product_info article .info .content .editor_block {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  #product_info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #product_info .pic_outer {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #product_info .pic_outer .pic_inner {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  #product_info .pic_outer .pic_inner .pic .button-prev {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  #product_info .pic_outer .pic_inner .pic .button-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  #product_info article {
    width: 100%;
  }
  #product_info article .bread {
    padding: 10px 5%;
  }
  #product_info article .bread p {
    width: 100%;
  }
  #product_info article .back {
    padding: 20px 5%;
  }
  #product_info article .back p {
    width: 100%;
  }
  #product_info article .info {
    width: 90%;
    max-width: none;
    margin: auto;
    padding-left: 0;
  }
}

#news_list {
  padding-top: 50px;
}
#news_list .inner .itembox {
  margin-top: -5%;
  margin-bottom: -20px;
  margin-right: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#news_list .inner .itembox .item {
  width: calc(33.3333% - 40px);
  margin: 20px;
  margin-top: 5%;
}
#news_list .inner .itembox .item:hover .pic figure {
  background-color: #e0e0e0;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#news_list .inner .itembox .item:hover .pic .arrow {
  opacity: 1;
}
#news_list .inner .itembox .item .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#news_list .inner .itembox .item .pic figure {
  width: 100%;
  padding-bottom: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #e7e7e7;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#news_list .inner .itembox .item .pic .arrow {
  width: 10%;
  border-radius: 2000px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004D79;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#news_list .inner .itembox .item .pic .arrow .arrow_in {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
#news_list .inner .itembox .item .pic .arrow .arrow_in img {
  width: 35%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#news_list .inner .itembox .item .top {
  padding: 10px 0;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}
#news_list .inner .itembox .item h6 {
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#news_list .inner .itembox .item p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1023px) {
  #news_list .inner .itembox {
    margin-top: -20px;
  }
  #news_list .inner .itembox .item {
    width: calc(50% - 40px);
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  #news_list .inner .itembox {
    margin-top: -20px;
    margin-bottom: -20px;
    margin-right: 0;
    margin-left: 0;
  }
  #news_list .inner .itembox .item {
    width: 100%;
    margin: 20px 0;
  }
}

#news_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#news_info .main_outer {
  width: 40%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgba(0, 77, 121, 0.08);
  position: relative;
}
#news_info .main_outer .main_inner {
  width: 80%;
  max-width: 600px;
  padding: 10% 0 5%;
  margin-right: 10%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 67px;
}
#news_info .main_outer .main_inner h6, #news_info .main_outer .main_inner h3 {
  margin-bottom: 10px;
}
#news_info .main_outer .main_inner .pic {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#news_info .main_outer .main_inner .pic figure {
  width: 100%;
  padding-bottom: 65%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
#news_info .main_outer .main_inner .pic .swiper-button-disabled {
  display: none !important;
}
#news_info .main_outer .main_inner .pic .button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #004D79;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#news_info .main_outer .main_inner .pic .button-prev svg {
  width: 80%;
}
#news_info .main_outer .main_inner .pic .button-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #004D79;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 10;
}
#news_info .main_outer .main_inner .pic .button-next svg {
  width: 80%;
}
#news_info article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news_info article p {
  line-height: 1.8;
}
#news_info article .bread {
  width: 100%;
  padding: 10px 0;
  padding-left: 5%;
  border-bottom: 1px solid #e7e7e7;
}
#news_info article .bread p {
  width: 70%;
}
#news_info article .back {
  width: 100%;
  padding: 20px 0;
  padding-left: 5%;
  border-top: 1px solid #e7e7e7;
}
#news_info article .back p {
  width: 70%;
}
#news_info article .info {
  width: 95%;
  max-width: 850px;
  padding-left: 5%;
}
#news_info article .info .content {
  padding-top: 30px;
}
#news_info article .info .content .editor_block {
  width: 100%;
  margin-bottom: 100px;
}
#news_info article .info .content .editor_block ul li {
  margin-left: 20px;
  list-style: disc;
}
@media screen and (max-width: 1023px) {
  #news_info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #news_info .main_outer {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #news_info .main_outer .main_inner {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
  }
  #news_info .main_outer .main_inner .pic .button-prev {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  #news_info .main_outer .main_inner .pic .button-next {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  #news_info article {
    width: 100%;
  }
  #news_info article .bread {
    padding: 10px 5%;
  }
  #news_info article .bread p {
    width: 100%;
  }
  #news_info article .back {
    padding: 20px 5%;
  }
  #news_info article .back p {
    width: 100%;
  }
  #news_info article .info {
    width: 90%;
    max-width: none;
    margin: auto;
    padding-left: 0;
  }
}

#contact {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#contact .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contact .inner .text_area {
  width: 50%;
}
#contact .inner .text_area > h2 {
  margin-bottom: 10px;
  line-height: 1;
}
#contact .inner .text_area > h5 {
  margin-bottom: 40px;
}
#contact .inner .text_area .block {
  margin-bottom: 40px;
}
#contact .inner .text_area .block:nth-last-child(1) {
  margin-bottom: 0;
}
#contact .inner .text_area .block h6 {
  margin-bottom: 10px;
}
#contact .inner .text_area .block p {
  line-height: 2;
  vertical-align: middle;
}
#contact .inner .text_area .block p img {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
#contact .inner form {
  width: 50%;
  padding: 40px;
  background-color: #fff;
}
#contact .inner form .formbox {
  margin: 20px -10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contact .inner form .col {
  margin: 10px;
  border-bottom: 1px solid #C8CECF;
}
#contact .inner form .col.col50 {
  width: calc(50% - 20px);
}
#contact .inner form .col.col100 {
  width: 100%;
}
#contact .inner form .col input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contact .inner form .col textarea {
  width: 100%;
  min-width: 100%;
}
#contact .inner form textarea {
  padding-bottom: 50px;
}
#contact .inner form button {
  margin-right: 20px;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(calc(-50% - 10px));
      -ms-transform: translateY(calc(-50% - 10px));
          transform: translateY(calc(-50% - 10px));
}
#contact .inner form button .arrow {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004D79;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#contact .inner form button .arrow img {
  width: 20px;
}
#contact .inner form button .arrow h5 {
  margin-top: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  #contact .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #contact .inner .text_area {
    width: 100%;
    padding-left: 0;
    padding-bottom: 50px;
  }
  #contact .inner form {
    width: 100%;
  }
  #contact .inner form button .arrow {
    width: 70px;
    height: 70px;
    border-radius: 70px;
  }
  #contact .inner form button .arrow img {
    width: 15px;
  }
}
@media screen and (max-width: 600px) {
  #contact .inner form {
    padding: 20px;
  }
  #contact .inner form .col.col50 {
    width: 100%;
  }
}

#about_title {
  min-height: 700px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#about_title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 77, 121)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 77, 121) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
#about_title .inner {
  position: relative;
  z-index: 2;
}
#about_title .inner h5 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  #about_title {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  #about_title {
    min-height: 100vh;
  }
}

#about_info {
  padding: 7% 0;
}
#about_info .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#about_info .inner .pic {
  width: 100%;
  max-width: 500px;
  -webkit-transition: 1s !important;
  transition: 1s !important;
  position: relative;
  z-index: 1;
}
#about_info .inner .pic figure {
  width: 100%;
  padding-bottom: 70%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about_info .inner .text {
  width: 100%;
  min-height: 500px;
  margin-top: 40px;
  padding: 40px;
  background-color: #e7e7e7;
  -webkit-transition: 1s !important;
  transition: 1s !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#about_info .inner .text .controls {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#about_info .inner .text .controls img {
  width: 50px;
  margin: 0 5px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#about_info .inner .text .controls img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#about_info .inner .text .swiper h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  #about_info .inner {
    display: block;
  }
  #about_info .inner .pic {
    width: 90%;
    z-index: 0;
  }
  #about_info .inner .text {
    width: 90%;
    min-height: auto;
    margin-left: auto;
    margin-right: 0;
    margin-top: 50px;
    padding: 40px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  #about_info {
    padding: 0;
  }
  #about_info .inner {
    width: 100%;
  }
  #about_info .inner .pic {
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  #about_info .inner .text {
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 30px;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  #about_info .inner .text .swiper {
    max-width: none;
  }
}

#about_milestone {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
#about_milestone .milestone_top {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#about_milestone .milestone_top .controls {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#about_milestone .milestone_top .controls img {
  width: 50px;
  margin: 0 5px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#about_milestone .milestone_top .controls img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#about_milestone .bg_contain {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#about_milestone .milestone_content {
  overflow: hidden;
  position: relative;
}
#about_milestone .milestone_content::before {
  content: "";
  width: 100%;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 104px;
  left: 0;
}
#about_milestone .milestone_content .inner {
  position: relative;
}
#about_milestone .milestone_content .inner .itembox {
  width: 150%;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
#about_milestone .milestone_content .inner .itembox .item {
  width: 100%;
  padding: 20px;
}
#about_milestone .milestone_content .inner .itembox .item .title_block {
  margin-bottom: 60px;
  position: relative;
}
#about_milestone .milestone_content .inner .itembox .item .title_block::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  bottom: -30px;
  left: -24px;
  background-color: #ffffff;
}
#about_milestone .milestone_content .inner .itembox .item .title_block h6 {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 顯示的行數 */
  -webkit-box-orient: vertical;
}
#about_milestone .milestone_content .inner .itembox .item .text .text_title {
  margin-bottom: 10px;
}
#about_milestone .milestone_content .inner .itembox .item .text ul li {
  margin: 5px 0;
  margin-left: 20px;
  list-style: disc;
}
#about_milestone .milestone_content .inner .itembox .item .text p {
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  #about_milestone .milestone_content::before {
    top: 90px;
  }
}
@media screen and (max-width: 1023px) {
  #about_milestone .bg_contain {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  #about_milestone .milestone_content::before {
    top: 85px;
  }
  #about_milestone .milestone_content .inner .itembox {
    width: 100%;
  }
  #about_milestone .milestone_content .inner .itembox .item .title_block h6 {
    height: 54px;
  }
}
@media screen and (max-width: 480px) {
  #about_milestone .milestone_content::before {
    top: 82px;
  }
}

#about_customers .inner h3 {
  margin-bottom: 40px;
}
#about_customers .inner .logobox {
  text-align: center;
}
#about_customers .inner .logobox .item {
  width: 240px;
  display: inline-block;
}
#about_customers .inner .logobox .item .logo {
  width: 100%;
  padding-bottom: 70%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#about_customers .inner .logobox .item .logo img {
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #about_customers .inner .logobox .item {
    width: 48%;
    max-width: 180px;
  }
  #about_customers .inner .logobox .item .logo img {
    max-width: 90%;
    max-height: 90%;
  }
}

.bk_font {
  font-family: "標楷體", "BiauKai", "DFKai-SB", "Kaiti TC", "KaiTi", serif;
}

#certificate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#certificate .info_outer {
  width: 40%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgba(0, 77, 121, 0.08);
  position: relative;
}
#certificate .info_outer .controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 10%;
  right: 0;
  -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
          transform: translateX(25px);
}
#certificate .info_outer .controls img {
  width: 50px;
  margin: 0 5px;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#certificate .info_outer .controls img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#certificate .info_outer .info_inner {
  width: 80%;
  max-width: 600px;
  padding-bottom: 10%;
  margin-right: 10%;
}
#certificate .info_outer .info_inner .item .pic {
  width: 80%;
  margin: 0 auto 30px;
}
#certificate .info_outer .info_inner .item .pic figure {
  width: 100%;
  padding-bottom: 75%;
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#certificate .info_outer .info_inner .item h3 {
  margin-bottom: 30px;
}
#certificate .info_outer .info_inner .item p {
  line-height: 1.8;
}
#certificate .cert_picbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
  padding-right: 30px;
}
#certificate .cert_picbox .box {
  width: 95%;
  max-width: 850px;
  height: calc(100vh - 67px);
  overflow: auto;
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#certificate .cert_picbox .box.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#certificate .cert_picbox .box .item {
  width: calc(33.3333% - 20px);
  margin: 10px;
}
#certificate .cert_picbox .box .item .pic {
  width: 100%;
  border: 1px solid #e7e7e7;
}
#certificate .cert_picbox .box .item .pic figure {
  width: 100%;
  padding-bottom: 138%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#certificate .cert_picbox .box .item p {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #certificate {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #certificate .info_outer {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #certificate .info_outer .controls {
    width: 90%;
    margin-bottom: 30px;
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  #certificate .info_outer .controls img {
    width: 50px;
    margin: 0 5px;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #certificate .info_outer .controls img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  #certificate .info_outer .info_inner {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    padding: 30px 0;
  }
  #certificate .info_outer .info_inner .item h3 {
    margin-bottom: 30px;
  }
  #certificate .cert_picbox {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #certificate .cert_picbox .box {
    width: 90%;
    max-width: none;
    margin: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #certificate .cert_picbox .box .item {
    width: calc(50% - 20px);
  }
}

#certificate_lightbox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 200;
}
#certificate_lightbox.active {
  display: block;
}
#certificate_lightbox .cover {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
#certificate_lightbox .box {
  width: 70%;
  height: 80vh;
  max-width: 62vh;
  max-height: 90vw;
  padding: 10px;
  border: 1px solid #004D79;
  position: absolute;
  top: 52%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#certificate_lightbox .box .close {
  width: 30px;
  height: 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-120%);
      -ms-transform: translateY(-120%);
          transform: translateY(-120%);
  cursor: pointer;
}
#certificate_lightbox .box .close::before {
  content: "";
  width: 100%;
  border-bottom: 2px solid #004D79;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
}
#certificate_lightbox .box .close::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #004D79;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
}
#certificate_lightbox .box .box_inner,
#certificate_lightbox .box .swiper,
#certificate_lightbox .box figure {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
#certificate_lightbox .box .swiper-button-next,
#certificate_lightbox .box .swiper-button-prev {
  width: 10%;
}
#certificate_lightbox .box .swiper-button-next::after,
#certificate_lightbox .box .swiper-button-prev::after {
  display: none;
}
#certificate_lightbox .box .swiper-button-next {
  -webkit-transform: translateX(calc(120% + 20px));
      -ms-transform: translateX(calc(120% + 20px));
          transform: translateX(calc(120% + 20px));
}
#certificate_lightbox .box .swiper-button-prev {
  -webkit-transform: translateX(calc(-120% - 20px));
      -ms-transform: translateX(calc(-120% - 20px));
          transform: translateX(calc(-120% - 20px));
}

#login {
  width: 100%;
  position: relative;
}
#login .login_bg {
  width: 50%;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#login .login_inner {
  width: 100%;
  min-height: 100vh;
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#login .login_inner .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#login .login_inner .login_tabs {
  position: relative;
  margin-bottom: 50px;
}
#login .login_inner .login_tabs::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: #9d9d9d;
}
#login .login_inner .login_tabs .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: auto;
  scrollbar-width: none; /* 適用於 Firefox */
  -ms-overflow-style: none; /* 適用於 IE 和 Edge */
  position: relative;
}
#login .login_inner .login_tabs .tabs::-webkit-scrollbar {
  display: none; /* 適用於 Webkit 瀏覽器 */
}
#login .login_inner .login_tabs .tabs .tab {
  width: 50%;
  display: block;
  margin-right: 10px;
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  color: #9d9d9d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#login .login_inner .login_tabs .tabs .tab:hover, #login .login_inner .login_tabs .tabs .tab.active {
  color: #004D79;
  border-bottom: 4px solid #004D79;
}
#login .login_inner .form_block {
  width: 50%;
  padding-left: 50px;
}
#login .login_inner .form .submit_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}
#login .login_inner .form .login_submit {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004D79;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#login .login_inner .form .login_submit img {
  width: 20px;
}
#login .login_inner .form .login_submit p {
  margin-top: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #login .login_bg {
    width: 100%;
    height: 50vw;
    position: relative;
  }
  #login .login_inner {
    min-height: auto;
  }
  #login .login_inner .form_block {
    width: 100%;
    padding-left: 0;
  }
}

#member .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
}
#member .inner .member_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#member .inner .form .user_pic_col {
  width: 120px;
  margin-bottom: 20px;
}
#member .inner .form .user_pic_col > figure {
  width: 100%;
  height: 120px;
  border-radius: 100px;
  border: 1px dashed #004D79;
  background-image: url();
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#member .inner .form .user_pic_col button {
  margin-top: 10px;
  width: 100%;
}
#member .inner .form .form_row.submit button {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  #member .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #member .inner .member_menu {
    width: 100%;
    max-width: none;
  }
  #member .inner .member_info {
    width: 100%;
  }
}

#modify_password .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
}
#modify_password .inner .mp_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 350px;
}
#modify_password .inner .form .form_row.submit button {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  #modify_password .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #modify_password .inner .member_menu {
    width: 100%;
    max-width: none;
  }
  #modify_password .inner .mp_info {
    width: 100%;
  }
}

#article_list .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
}
#article_list .content {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  #article_list .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #article_list .inner .member_menu {
    width: 100%;
    max-width: none;
  }
}

#article_create .inner .article_create_title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#article_create .inner .article_create_title > a {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
#article_create .inner .article_create_title > a img {
  width: 35px;
}
#article_create .inner .article_create_title h5 {
  margin-left: 10px;
}
#article_create .inner .form .form_row.submit button {
  width: 100%;
  max-width: 150px;
}

#article_info .inner .article_info_title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: #004D79 3px solid;
}
#article_info .inner .article_info_title .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#article_info .inner .article_info_title .title > a {
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
#article_info .inner .article_info_title .title > a img {
  width: 35px;
}
#article_info .inner .article_info_class {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#article_info .inner .article_info_class .creator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-right: 30px;
}
#article_info .inner .article_info_editor_show {
  margin-top: 30px;
  margin-bottom: 30px;
}
#article_info .inner .article_info_reply {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  table-layout: fixed;
  background: #f7f7f7;
}
#article_info .inner .article_info_reply thead tr {
  border-bottom: 3px solid #004D79;
}
#article_info .inner .article_info_reply thead td {
  padding: 10px;
}
#article_info .inner .article_info_reply tbody tr {
  border-bottom: 1px solid #e7e7e7;
  vertical-align: top;
}
#article_info .inner .article_info_reply tbody tr:hover .control {
  opacity: 1;
}
#article_info .inner .article_info_reply tbody tr.active .reply_text {
  display: none;
}
#article_info .inner .article_info_reply tbody tr.active .reply_textarea {
  display: block;
}
#article_info .inner .article_info_reply tbody td {
  padding: 10px;
  vertical-align: top;
}
#article_info .inner .article_info_reply tbody td p {
  width: 100%;
}
#article_info .inner .article_info_reply .control {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#article_info .inner .article_info_reply .control img {
  width: 15px;
  margin-left: 5px;
  cursor: pointer;
}
#article_info .inner .article_info_reply .reply_textarea {
  display: none;
}
#article_info .inner .form .form_row.submit {
  margin-top: 10px;
}
#article_info .inner .form .form_row.submit button {
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  #article_info .inner .article_info_title .title > a {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #article_info .inner .article_info_title .title > a img {
    width: 25px;
  }
  #article_info .inner .article_info_class {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #article_info .inner .article_info_class .creator {
    width: 100%;
  }
  #article_info .inner .article_info_reply {
    display: block;
  }
  #article_info .inner .article_info_reply thead,
  #article_info .inner .article_info_reply tbody {
    display: block;
  }
  #article_info .inner .article_info_reply thead tr,
  #article_info .inner .article_info_reply tbody tr {
    width: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #article_info .inner .article_info_reply thead td,
  #article_info .inner .article_info_reply tbody td {
    width: 100% !important;
    text-align: left;
    padding: 5px 10px 0;
  }
  #article_info .inner .article_info_reply .control {
    opacity: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #article_info .inner .article_info_reply .control img {
    margin: 0;
    margin-right: 5px;
  }
}

#album .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 50px;
}
#album .album_content {
  width: 100%;
  min-width: 0;
}
#album .album_content .album_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}
#album .album_content .album_item {
  width: calc(25% - 20px);
  margin: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}
#album .album_content .album_item figure {
  width: 100%;
  padding-bottom: 68%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e7e7e7;
}
#album .album_content .album_item p {
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023px) {
  #album .album_content .album_item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #album .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #album .inner .member_menu {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 425px) {
  #album .album_content .album_item {
    width: calc(100% - 20px);
    margin-bottom: 10px;
  }
}

#lightbox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 200;
}
#lightbox.active {
  display: block;
}
#lightbox .cover {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
#lightbox .box {
  width: 80%;
  height: 80vh;
  max-width: 110vh;
  max-height: 50vw;
  padding: 30px 30px 10px 30px;
  border: 1px solid #004D79;
  position: absolute;
  top: 52%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#lightbox .box .close {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#lightbox .box .close::before {
  content: "";
  width: 100%;
  border-bottom: 2px solid #004D79;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
}
#lightbox .box .close::after {
  content: "";
  width: 100%;
  border-bottom: 2px solid #004D79;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 50%;
  left: 0%;
  display: block;
}
#lightbox .box .box_inner {
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
#lightbox .box .show_pic {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #e7e7e7;
  position: relative;
}
#lightbox .box .show_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#lightbox .box .swiper_outer {
  position: relative;
}
#lightbox .box .swiper {
  width: 100%;
}
#lightbox .box .swiper figure {
  margin-top: 10px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 68%;
}
#lightbox .box .swiper-button-next,
#lightbox .box .swiper-button-prev {
  width: 5%;
}
#lightbox .box .swiper-button-next::after,
#lightbox .box .swiper-button-prev::after {
  display: none;
}
#lightbox .box .swiper-button-next {
  -webkit-transform: translateX(calc(50% + 10px));
      -ms-transform: translateX(calc(50% + 10px));
          transform: translateX(calc(50% + 10px));
}
#lightbox .box .swiper-button-prev {
  -webkit-transform: translateX(calc(-50% - 10px));
      -ms-transform: translateX(calc(-50% - 10px));
          transform: translateX(calc(-50% - 10px));
}

#member_info {
  padding: 20px;
}
#member_info .title {
  margin-bottom: 30px;
}
#member_info .inner {
  width: 90%;
  max-width: 620px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#member_info .inner .pic {
  width: 100%;
  max-width: 120px;
  margin-bottom: 20px;
}
#member_info .inner .pic figure {
  width: 100%;
  padding-bottom: 130%;
  background-color: #f4f4f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#member_info .inner table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f4f4f4;
}
#member_info .inner table tr, #member_info .inner table td {
  border: 1px solid #ffffff;
  padding: 10px;
}

#privacy_policy {
  position: relative;
}
#privacy_policy .inner {
  padding: 0 20px;
  position: relative;
}
#privacy_policy .inner .top {
  padding-bottom: 40px;
}
#privacy_policy .inner .top h2 {
  margin-bottom: 40px;
}
#privacy_policy .inner .list {
  padding-top: 20px;
}
#privacy_policy .inner .list li {
  margin: 20px 0 30px;
  padding-left: 20px;
}
#privacy_policy .inner .list li h5 {
  margin-bottom: 10px;
  position: relative;
}
#privacy_policy .inner .list li h5::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: -18px;
  margin-bottom: 4px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #004D79;
}
#privacy_policy .inner .sub-list li {
  margin: 10px 0 10px;
  position: relative;
}
#privacy_policy .inner .sub-list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #1B4B83;
  position: absolute;
  top: 0.8em;
  left: 0em;
}/*# sourceMappingURL=main.css.map */