@charset "UTF-8";
/* RESET
--------------------------------------------------------------------------------------*/
html, body,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
rem,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address {
  display: inline;
  font-style: normal; }

html, body {
  width: 100%;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  color: #fff;
  font-size: 0.83333vw;
  letter-spacing: 0.0625rem;
  background: #000;
  position: relative;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 1.90476vw; } }
  @media screen and (max-width: 480px) {
    html, body {
      font-size: 3.2vw; } }

.lang_en {
  letter-spacing: 0; }

.wrapper {
  width: 100%;
  line-height: 1.41176;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 6.5625rem; }

.index .wrapper {
  padding-top: 0; }
  @media screen and (max-width: 768px) {
    .index .wrapper {
      padding-top: 5rem; } }

.container {
  width: calc(100% - 6.25rem);
  max-width: 80rem;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .container {
      width: calc(100% - 2.5rem);
      max-width: 62.5rem; } }
  @media screen and (max-width: 480px) {
    .container {
      width: calc(100% - 1.25rem);
      max-width: 62.5rem; } }

section {
  position: relative; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  a:hover {
    color: inherit;
    text-decoration: none; }

img {
  width: 100%;
  height: auto;
  display: block; }

iframe {
  width: 100%;
  height: auto; }

:focus,
button:focus {
  outline: 0; }

.c {
  clear: both; }

.accesskey {
  font-size: 1rem;
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.625rem;
  z-index: 1; }
  @media screen and (min-width: 769px) {
    .accesskey:after {
      content: "";
      width: calc(100% + 0.25rem);
      height: calc(100% + 0.25rem);
      border: 0.125rem dotted #5a57a4;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -0.125rem;
      left: -0.125rem;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .accesskey:focus:after {
      opacity: 1; } }
  @media screen and (max-width: 768px) {
    .accesskey {
      display: none; } }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.0625rem; }

.hide {
  display: none; }

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0; }

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  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: fixed;
  top: 0;
  left: 0;
  z-index: 50; }

.loader_container {
  position: relative; }

.circle_box {
  width: 1.25rem;
  height: 5rem;
  margin: 0 auto;
  position: relative; }

.circle {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #f4f3ef;
  -webkit-animation: circle 0.5s alternate infinite ease;
          animation: circle 0.5s alternate infinite ease; }

@-webkit-keyframes circle {
  0% {
    top: 3.75rem;
    height: 0.3125rem;
    border-radius: 3.125rem 3.125rem 1.5625rem 1.5625rem;
    -webkit-transform: scaleX(1.7);
            transform: scaleX(1.7); }
  40% {
    height: 1.25rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    top: 0%; } }

@keyframes circle {
  0% {
    top: 3.75rem;
    height: 0.3125rem;
    border-radius: 3.125rem 3.125rem 1.5625rem 1.5625rem;
    -webkit-transform: scaleX(1.7);
            transform: scaleX(1.7); }
  40% {
    height: 1.25rem;
    border-radius: 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  100% {
    top: 0%; } }

.shadow {
  width: 1.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 3.875rem;
  left: 0;
  -webkit-animation: shadow 0.5s alternate infinite ease;
          animation: shadow 0.5s alternate infinite ease;
  -webkit-filter: blur(0.0625rem);
          filter: blur(0.0625rem);
  z-index: -1; }

@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5); }
  40% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
    opacity: 0.4; } }

@keyframes shadow {
  0% {
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5); }
  40% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: scaleX(0.2);
            transform: scaleX(0.2);
    opacity: 0.4; } }

.loading_txt {
  text-align: center;
  color: #c79e4d;
  font-size: 1.25rem;
  letter-spacing: 0.375rem;
  margin-top: 0.625rem; }

.inputStyle, .advanced_btn {
  width: 100%;
  color: #fff;
  border: 0.0625rem solid #dddddd;
  border-radius: 0;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block; }
  .inputStyle::-webkit-input-placeholder, .advanced_btn::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle::-moz-placeholder, .advanced_btn::-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-ms-input-placeholder, .advanced_btn:-ms-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-moz-placeholder, .advanced_btn:-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:required, .advanced_btn:required {
    border-left: 0.1875remsolid #5a57a4; }
  .inputStyle:focus, .advanced_btn:focus {
    outline: 0.0625remsolid #5a57a4; }
  .inputStyle.auto, .auto.advanced_btn {
    width: auto; }

.selectStyle, .lang_select {
  width: 100%;
  border: 0.0625rem solid #dddddd;
  color: #fff;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  padding: 0.625rem 1.25rem;
  padding-right: 3.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAfklEQVQokY3PsQkCQRBA0YeJplqAliBYg9iEgQ2YWYYWYWATYg2CJWgBGpuIsrALcq5382GSgQczMMAN7+Bs5VZBcMewoB4uAbTRaNEBrug3UerUgpY1kJrhVQHn/MLfDhU0bwOpCZ5f4NgFSrsM0qnTKBrhgX0UlNYY/2zxAfKDQb+DgLZbAAAAAElFTkSuQmCC) no-repeat calc(100% - 1.0625rem) center #fff;
  background-size: 0.625rem auto;
  display: block; }
  .selectStyle:focus, .lang_select:focus {
    outline: 0.0625remsolid #5a57a4; }

.radioStyle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1rem;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625rem solid #dddddd;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .radioStyle:checked:before {
    opacity: 1; }
  .radioStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666;
    border-radius: 0.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .radioStyle:before {
        width: 0.5rem;
        height: 0.5rem; } }
  .radioStyle:focus {
    outline: 0.0625remsolid #5a57a4; }

.checkboxStyle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1rem;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625remsolid #dddddd;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media screen and (max-width: 768px) {
    .checkboxStyle {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 1.25rem;
          -ms-flex: 0 0 1.25rem;
              flex: 0 0 1.25rem;
      width: 1.25rem;
      height: 1.25rem; } }
  .checkboxStyle:checked:before {
    opacity: 1; }
  .checkboxStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .checkboxStyle:before {
        width: 0.625rem;
        height: 0.625rem; } }
  .checkboxStyle:focus {
    outline: 0.0625remsolid #5a57a4; }
  .checkboxStyle ~ label {
    line-height: 1.5;
    padding: 0.5625rem 0; }

.buttonStyle {
  width: 13.875rem;
  background: #fff;
  color: #1c1920;
  text-align: center;
  line-height: 2.625rem;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  .buttonStyle a {
    line-height: 3rem; }
  .buttonStyle:hover {
    background: rgba(255, 255, 255, 0.6); }
  .buttonStyle:focus {
    outline: 0.0625remsolid #5a57a4; }
  .buttonStyle.cancel {
    background: rgba(255, 255, 255, 0.15); }
  .buttonStyle.submit {
    background: #5a57a4; }
  .buttonStyle.goback {
    background: #5a57a4;
    color: #fff; }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5; }
  @media screen and (max-width: 768px) {
    .header {
      width: 100%;
      height: 6.25rem;
      border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.55); } }
  .header .accesskey {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.header_row {
  max-width: none;
  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;
  z-index: 20; }

.header_right {
  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; }

.mainLogo {
  width: 13.75rem; }

.mainLogo_link {
  white-space: nowrap;
  font-family: "Open Sans", "Noto Sans TC";
  position: relative; }
  @media screen and (min-width: 769px) {
    .mainLogo_link:after {
      content: "";
      width: calc(100% + 0.25rem);
      height: calc(100% + 0.25rem);
      border: 0.125rem dotted #5a57a4;
      border-radius: 0.1875rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: -0.125rem;
      left: -0.125rem;
      z-index: 5;
      opacity: 0;
      -webkit-transition: opacity 0.1s ease-out;
      -o-transition: opacity 0.1s ease-out;
      transition: opacity 0.1s ease-out; }
    .mainLogo_link:focus:after {
      opacity: 1; } }

.hamburger {
  width: 2.5rem;
  height: 6.25rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .hamburger {
      border-bottom: 0;
      border-right: 0.0625rem solid rgba(255, 255, 255, 0.55); } }
  .hamburger:hover .hamburger_line {
    background: #f9bc30; }
    .hamburger:hover .hamburger_line:before {
      background: #f9bc30; }
    .hamburger:hover .hamburger_line:after {
      background: #f9bc30; }
  .hamburger.active .hamburger_line {
    background: #f9bc30; }
    .hamburger.active .hamburger_line:before {
      background: #f9bc30;
      -webkit-transform: translateY(14px) scaleX(1.2);
          -ms-transform: translateY(14px) scaleX(1.2);
              transform: translateY(14px) scaleX(1.2); }
    .hamburger.active .hamburger_line:after {
      background: #f9bc30;
      -webkit-transform: translateY(-14px) scaleX(0.8);
          -ms-transform: translateY(-14px) scaleX(0.8);
              transform: translateY(-14px) scaleX(0.8); }

.hamburger_link {
  height: 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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.hamburger_line {
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  background: #c79e4d;
  position: relative;
  z-index: 1;
  -webkit-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out; }
  .hamburger_line:before, .hamburger_line:after {
    content: "";
    width: 100%;
    height: 0.125rem;
    background: #c79e4d;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .hamburger_line:before {
    -webkit-transform: translateY(-14px) scaleX(1.2);
        -ms-transform: translateY(-14px) scaleX(1.2);
            transform: translateY(-14px) scaleX(1.2); }
  .hamburger_line:after {
    -webkit-transform: translateY(14px) scaleX(0.8);
        -ms-transform: translateY(14px) scaleX(0.8);
            transform: translateY(14px) scaleX(0.8); }

.nav {
  width: 40.625rem;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 768px) {
    .nav {
      width: 31.25rem;
      height: calc(100vh - 6.25rem);
      top: 100%;
      left: 0;
      background: rgba(21, 21, 21, 0.95); } }
  @media screen and (max-width: 480px) {
    .nav {
      width: 100%; } }
  .nav::-webkit-scrollbar {
    width: 0.25rem; }
  .nav::-webkit-scrollbar-track {
    border-radius: 0.25rem;
    background: transparent; }
  .nav::-webkit-scrollbar-thumb {
    background: transparent;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .nav:hover::-webkit-scrollbar-thumb {
    background: rgba(199, 158, 77, 0.8); }

.nav_container {
  padding: 6.25rem 0;
  padding-left: 6.25rem; }

.nav_list {
  width: 40.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", "Noto Sans TC";
  color: #c79e4d; }
  @media screen and (max-width: 768px) {
    .nav_list {
      width: 31.25rem; } }
  @media screen and (max-width: 480px) {
    .nav_list {
      width: 100vw;
      padding-left: 3.75rem; } }

.nav_li {
  position: relative;
  padding: 0.625rem 0; }

.nav_link {
  font-size: 1.25rem; }
  @media screen and (min-width: 769px) {
    .nav_link.active, .nav_link:focus, .nav_link:hover {
      color: #f9bc30; } }

.subnav_box {
  padding-left: 3.125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.subnav_link {
  font-size: 1.125rem;
  padding: 0.5625rem 0;
  white-space: nowrap; }
  @media screen and (min-width: 769px) {
    .subnav_link.active, .subnav_link:focus, .subnav_link:hover {
      color: #f9bc30; } }

.nav_en {
  font-size: 2.5rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 800;
  text-transform: uppercase;
  color: #5a57a4;
  margin-left: 0.625rem; }

.nav_tw {
  font-size: 1.25rem;
  font-family: "Open Sans", "Noto Sans TC";
  position: relative;
  bottom: 0.125rem; }

.toplink {
  padding-right: 3.125rem; }
  @media screen and (max-width: 480px) {
    .toplink {
      padding-right: 1.875rem; } }

.toplink_row {
  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; }

.toplink_title {
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: bolder;
  color: #c79e4d;
  white-space: nowrap;
  margin: 0 0.4375rem; }

.toplink_dash {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2.5rem;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 0.0625rem;
  background: #c79e4d;
  margin: 0 0.5rem; }

.toplink_btn {
  padding: 0 0.4375rem; }

.toplink_btn_link {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 2.8125rem;
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #c79e4d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #c79e4d;
  font-size: 0.875rem;
  padding-top: 0.0625rem;
  padding-left: 0.0625rem; }
  .toplink_btn_link::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 2.8125rem;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .toplink_btn_link.active, .toplink_btn_link:hover, .toplink_btn_link:focus {
    color: #c79e4d;
    background: #fff;
    border-color: #fff;
    -webkit-transition: background 0.1s ease-out 0.2s;
    -o-transition: background 0.1s ease-out 0.2s;
    transition: background 0.1s ease-out 0.2s; }
    .toplink_btn_link.active::before, .toplink_btn_link:hover::before, .toplink_btn_link:focus::before {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }

.lang_tw {
  font-family: "Open Sans", "Noto Sans TC"; }

.lang_en {
  font-family: "Open Sans", "Noto Sans TC";
  font-size: 0.9375rem; }

.fb_link {
  font-size: 1.1875rem; }

.youtube_link {
  font-size: 1.1875rem; }

.nav_search {
  margin-top: 2.25rem; }

.nav_search_col {
  position: relative; }
  .nav_search_col .fa-search {
    font-size: 1.125rem;
    color: #c79e4d;
    position: absolute;
    left: 0;
    bottom: 0.625rem; }

.nav_search_input {
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  border: none;
  background: transparent;
  border-bottom: 0.0625rem solid #c79e4d;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5625rem 0;
  padding-left: 1.875rem; }

.footer {
  color: #fff;
  background: #3e3e3e;
  background: #2b2921;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 41, 33, 0)), color-stop(50%, #2b2921), to(rgba(43, 41, 33, 0)));
  background: -o-linear-gradient(left, rgba(43, 41, 33, 0) 0%, #2b2921 50%, rgba(43, 41, 33, 0) 100%);
  background: linear-gradient(90deg, rgba(43, 41, 33, 0) 0%, #2b2921 50%, rgba(43, 41, 33, 0) 100%);
  padding: 2.5rem 0 1.5625rem; }

.logo_row {
  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; }

.logo_col {
  padding: 0 30px; }

.logo_pic img {
  width: auto;
  height: 93px; }

.logo_title {
  margin-bottom: 10px; }

.footer_bottom {
  text-align: center;
  line-height: 2;
  margin-top: 30px; }

.footer_policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.8125rem;
  margin-right: -0.8125rem; }

.footer_policy_li {
  padding: 0 0.8125rem;
  position: relative; }
  .footer_policy_li::before {
    content: '';
    width: 0.0625rem;
    height: 1rem;
    background: #666;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .footer_policy_li:first-child::before {
    display: none; }

.footer_policy_link:hover, .footer_policy_link:focus {
  opacity: .7; }

.backtotop {
  width: 4.6875rem;
  position: fixed;
  bottom: 1.875rem;
  right: 1.875rem;
  cursor: pointer;
  z-index: 5; }
  @media screen and (max-width: 768px) {
    .backtotop {
      bottom: 1.25rem;
      right: 1.25rem; } }
  @media screen and (max-width: 480px) {
    .backtotop {
      bottom: 0.625rem;
      right: 0.625rem; } }
  .backtotop:hover .backtotop_img {
    opacity: 1; }

.backtotop_img {
  opacity: .5;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.maintitle_row {
  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;
  position: relative; }
  .maintitle_row.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .maintitle_row.left .maintitle_en {
      left: 3.75rem;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.maintitle {
  font-size: 3.125rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 700;
  color: #c79e4d;
  line-height: 1;
  position: relative; }
  .maintitle:before {
    content: '';
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(50deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(40deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-clip: border-box;
            mask-clip: border-box; }

.maintitle_en {
  font-size: 5rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 800;
  color: #5a57a4;
  text-transform: uppercase;
  line-height: 1.07;
  position: absolute;
  top: 1.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: .5; }
  .maintitle_en:before {
    content: '';
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-clip: border-box;
            mask-clip: border-box; }

.btn_row {
  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;
  margin-top: 5rem; }
  .btn_row.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .btn_row.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.btn {
  margin: 0 1.25rem; }
  .btn:last-child {
    margin: 0; }

.btn_link {
  color: #000;
  font-size: 1.0625rem;
  font-family: "Open Sans", "Noto Sans TC";
  background: #c79e4d;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, black), color-stop(55%, #f9bc30), to(#f9bc30));
  background: -o-linear-gradient(left, black -100%, #f9bc30 55%, #f9bc30 100%);
  background: linear-gradient(90deg, black -100%, #f9bc30 55%, #f9bc30 100%);
  padding: 0.9375rem 2.8125rem; }
  @media screen and (max-width: 480px) {
    .btn_link {
      padding: 0.9375rem 1.875rem; } }
  .btn_link:hover {
    color: #000; }
  .btn_link .fa-angle-left {
    margin-right: 0.625rem; }
  .btn_link .fa-angle-right {
    margin-left: 0.625rem; }

.inputStyle, .advanced_btn {
  width: 100%;
  color: #fff;
  border: 0.0625rem solid #dddddd;
  border-radius: 0;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block; }
  .inputStyle::-webkit-input-placeholder, .advanced_btn::-webkit-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle::-moz-placeholder, .advanced_btn::-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-ms-input-placeholder, .advanced_btn:-ms-input-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:-moz-placeholder, .advanced_btn:-moz-placeholder {
    color: #999;
    font-size: 1rem; }
  .inputStyle:required, .advanced_btn:required {
    border-left: 0.1875remsolid #5a57a4; }
  .inputStyle:focus, .advanced_btn:focus {
    outline: 0.0625remsolid #5a57a4; }
  .inputStyle.auto, .auto.advanced_btn {
    width: auto; }

.selectStyle, .lang_select {
  width: 100%;
  border: 0.0625rem solid #dddddd;
  color: #fff;
  font-size: 1rem;
  font-family: "微軟正黑體", "蘋果儷黑體", Arial, sans-serif, Verdana;
  line-height: 1.375;
  padding: 0.625rem 1.25rem;
  padding-right: 3.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAALCAYAAACksgdhAAAAfklEQVQokY3PsQkCQRBA0YeJplqAliBYg9iEgQ2YWYYWYWATYg2CJWgBGpuIsrALcq5382GSgQczMMAN7+Bs5VZBcMewoB4uAbTRaNEBrug3UerUgpY1kJrhVQHn/MLfDhU0bwOpCZ5f4NgFSrsM0qnTKBrhgX0UlNYY/2zxAfKDQb+DgLZbAAAAAElFTkSuQmCC) no-repeat calc(100% - 1.0625rem) center #fff;
  background-size: 0.625rem auto;
  display: block; }
  .selectStyle:focus, .lang_select:focus {
    outline: 0.0625remsolid #5a57a4; }

.radioStyle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1rem;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625rem solid #dddddd;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .radioStyle:checked:before {
    opacity: 1; }
  .radioStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666;
    border-radius: 0.625rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .radioStyle:before {
        width: 0.5rem;
        height: 0.5rem; } }
  .radioStyle:focus {
    outline: 0.0625remsolid #5a57a4; }

.checkboxStyle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 1rem;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  border: 0.0625remsolid #dddddd;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media screen and (max-width: 768px) {
    .checkboxStyle {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 1.25rem;
          -ms-flex: 0 0 1.25rem;
              flex: 0 0 1.25rem;
      width: 1.25rem;
      height: 1.25rem; } }
  .checkboxStyle:checked:before {
    opacity: 1; }
  .checkboxStyle:before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    background: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .checkboxStyle:before {
        width: 0.625rem;
        height: 0.625rem; } }
  .checkboxStyle:focus {
    outline: 0.0625remsolid #5a57a4; }
  .checkboxStyle ~ label {
    line-height: 1.5;
    padding: 0.5625rem 0; }

.buttonStyle {
  width: 13.875rem;
  background: #fff;
  color: #1c1920;
  text-align: center;
  line-height: 2.625rem;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  .buttonStyle a {
    line-height: 3rem; }
  .buttonStyle:hover {
    background: rgba(255, 255, 255, 0.6); }
  .buttonStyle:focus {
    outline: 0.0625remsolid #5a57a4; }
  .buttonStyle.cancel {
    background: rgba(255, 255, 255, 0.15); }
  .buttonStyle.submit {
    background: #5a57a4; }
  .buttonStyle.goback {
    background: #5a57a4;
    color: #fff; }

.search_box {
  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;
  background: #efefef;
  margin-bottom: 1.875rem;
  position: relative;
  z-index: 1;
  cursor: auto;
  padding: 0 0.3125rem; }
  @media screen and (max-width: 768px) {
    .search_box {
      -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; } }

.search_left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem;
  border-radius: 0.1875rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    .search_left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding-bottom: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }

.search_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.625rem; }
  @media screen and (max-width: 768px) {
    .search_right {
      padding-left: 0;
      padding-top: 0.625rem;
      padding-bottom: 0.9375rem; } }

.advanced_btn {
  color: #000;
  position: relative;
  -webkit-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .advanced_btn {
      top: 0.125rem; } }
  .advanced_btn:before {
    content: "";
    width: 100%;
    height: 0.9375rem;
    background: #efefef;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -0.25rem;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s; }
    @media screen and (max-width: 768px) {
      .advanced_btn:before {
        display: none; } }
  .advanced_btn.active {
    background: #efefef;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
    .advanced_btn.active:before {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1);
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s; }
    .advanced_btn.active .advanced_plus {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
      .advanced_btn.active .advanced_plus:before {
        -webkit-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
                transform: rotate(360deg); }

.advanced_plus {
  width: 0.9375rem;
  height: 0.1875rem;
  background: #000;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  margin-top: -0.0625rem;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  @media screen and (max-width: 768px) {
    .advanced_plus {
      right: 1.1875rem; } }
  .advanced_plus:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.advanced_search {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0; }
  @media screen and (max-width: 768px) {
    .advanced_search {
      width: calc(100vw - 20px);
      left: -1.25rem; } }
  @media screen and (max-width: 768px) {
    .advanced_search {
      width: calc(100vw - 10px);
      left: -0.5rem; } }

.advanced_inner {
  background: #efefef;
  padding: 2.375rem 0.8125rem 2.5rem;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .advanced_inner {
      padding: 2.375rem 0 2.5rem; } }
  @media screen and (max-width: 768px) {
    .advanced_inner {
      padding: 1.125rem 2.5rem 1.125rem; } }

.ad_search_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .ad_search_row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.ad_search_col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media screen and (max-width: 768px) {
    .ad_search_col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-bottom: 2.5rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  @media screen and (max-width: 768px) {
    .ad_search_col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 1.25rem 0;
      margin-bottom: 0; } }
  .ad_search_col fieldset {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .ad_search_col:before, .ad_search_col:after {
    content: "";
    width: 0.0625rem;
    height: 100%;
    position: absolute;
    top: 0; }
    @media screen and (max-width: 768px) {
      .ad_search_col:before, .ad_search_col:after {
        width: 100%;
        height: 0.0625rem; } }
  .ad_search_col:before {
    background: #fff;
    left: 0; }
  .ad_search_col:after {
    background: #d9d9d9;
    right: 0; }
    @media screen and (max-width: 768px) {
      .ad_search_col:after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 0; } }
  .ad_search_col:nth-child(1):before {
    display: none; }
    @media screen and (max-width: 768px) {
      .ad_search_col:nth-child(1):before {
        display: block;
        top: auto;
        bottom: -1.25rem;
        left: 10%;
        width: 80%;
        height: 0.0625rem; } }
    @media screen and (max-width: 768px) {
      .ad_search_col:nth-child(1):before {
        width: 100%;
        left: 0;
        bottom: 0; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(2):after {
      top: auto;
      bottom: -1.25rem;
      left: 10%;
      width: 80%;
      height: 0.0625rem;
      background: #fff; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(2):after {
      width: 100%;
      left: 0;
      top: auto;
      bottom: 0; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(3) {
      margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(3):before {
      top: -1.25rem;
      left: 10%;
      width: 80%;
      height: 0.0625rem;
      background: #d9d9d9; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:nth-child(3):before {
      width: 100%;
      left: 0;
      top: 0; } }
  @media screen and (max-width: 768px) {
    .ad_search_col:last-child {
      margin-bottom: 0; } }
  .ad_search_col:last-child:after {
    display: none; }
    @media screen and (max-width: 768px) {
      .ad_search_col:last-child:after {
        display: block;
        top: -1.25rem;
        left: 10%;
        width: 80%;
        height: 0.0625rem;
        background: #d9d9d9; } }
    @media screen and (max-width: 768px) {
      .ad_search_col:last-child:after {
        display: none; } }

.search_legend {
  margin-bottom: 0.625rem; }

.search_item_row {
  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;
  padding: 0.3125rem 0;
  white-space: nowrap; }
  .search_item_row .radioStyle,
  .search_item_row .checkboxStyle {
    margin-right: 0.4375rem;
    border-color: #c1c1c1;
    background-color: #fff; }
  .search_item_row .radioStyle:before {
    background: #666666; }
  .search_item_row .inputStyle, .search_item_row .advanced_btn {
    color: #fff;
    border: 0.0625rem solid #c1c1c1;
    padding: 0.3125rem 0.625rem;
    margin-left: 0.9375rem; }
  .search_item_row .selectStyle, .search_item_row .lang_select {
    width: auto; }

.radio_item {
  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;
  margin-left: 0.9375rem;
  margin-top: -0.25rem;
  margin-bottom: 0.25rem; }
  .radio_item:first-child {
    margin-left: 1.4375rem; }

.search_btn {
  width: 100%;
  position: relative;
  margin: 0 auto; }

.search_submit {
  width: 100%;
  height: 3.125rem;
  color: #fff;
  font-size: 1rem;
  background: #5a57a4;
  border: 0;
  border-radius: 0.1875rem;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  z-index: 1;
  cursor: pointer; }
  .search_submit:focus, .search_submit:hover {
    background: #5a57a4; }
  .search_submit .fa-search {
    margin-right: 0.3125rem; }

.search_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  @media screen and (max-width: 768px) {
    .search_row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .search_row .selectStyle, .search_row .lang_select {
    padding: 0.9375rem 1.25rem;
    border-radius: 0.3125rem; }
  .search_row .inputStyle, .search_row .advanced_btn {
    padding: 0.9375rem 1.25rem;
    border-radius: 0.3125rem; }

.search_col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select_col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.875rem;
      -ms-flex: 0 0 16.875rem;
          flex: 0 0 16.875rem; }
  @media screen and (max-width: 768px) {
    .select_col {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      margin-bottom: 0.625rem; } }

.lang_row {
  margin-left: 1.4375rem; }

.lang_select {
  width: auto;
  color: #fff;
  border: 0.0625rem solid #c1c1c1;
  padding: 0.3125rem 2.5rem 0.3125rem 0.625rem;
  margin-left: 0.9375rem;
  background-size: 0.625rem auto; }

.search_result {
  text-align: center;
  line-height: 1.5;
  opacity: 0.6;
  margin-bottom: 1.875rem; }

.dash {
  display: inline-block;
  width: 1.875rem;
  height: 0.0625rem;
  background: #fff;
  vertical-align: middle;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  opacity: 0.5; }

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.875rem;
  margin-right: -0.875rem; }
  .breadcrumb li {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding: 0 0.875rem;
    position: relative; }
    .breadcrumb li::after {
      content: '>';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(50%, -53%);
          -ms-transform: translate(50%, -53%);
              transform: translate(50%, -53%);
      opacity: .7; }
    .breadcrumb li:last-child::after {
      display: none; }
  .breadcrumb a {
    opacity: .7; }
    .breadcrumb a:hover {
      color: #f9bc30;
      opacity: 1; }

.sec_page_top {
  color: #fff;
  position: relative; }
  .sec_page_top .container {
    max-width: none; }
    @media screen and (max-width: 768px) {
      .sec_page_top .container {
        width: 100%; } }

.page_top_img {
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover; }
  @media screen and (max-width: 768px) {
    .page_top_img {
      height: 60vw; } }
  @media screen and (max-width: 480px) {
    .page_top_img {
      height: 80vw; } }

.page_top_content {
  width: 100%;
  padding-bottom: 4rem;
  position: absolute;
  bottom: 0;
  left: 0; }

.col_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem; }
  @media screen and (max-width: 768px) {
    .col_list {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  @media screen and (max-width: 480px) {
    .col_list {
      margin-left: -0.3125rem;
      margin-right: -0.3125rem; } }

.col_li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 1.875rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .col_li {
      padding: 0.9375rem 0.625rem; } }
  @media screen and (max-width: 480px) {
    .col_li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 0.625rem 0.3125rem; } }

.col_pic {
  position: relative; }

.col_caption {
  position: relative;
  padding: 15px 0; }

.col_datetime {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 100;
  background: #000;
  padding: 5px 15px 0;
  position: absolute;
  left: 15px;
  bottom: 100%; }

.col_title {
  font-size: 1.25rem;
  font-family: "Open Sans", "Noto Sans TC";
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .col_title {
      font-size: 1rem; } }

.col_txt {
  font-size: 0.9375rem;
  opacity: .7;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  @media screen and (max-width: 768px) {
    .col_txt {
      font-size: 0.875rem; } }

.sec_list {
  padding-top: 3.125rem;
  padding-bottom: 9.375rem; }
  @media screen and (max-width: 480px) {
    .sec_list {
      padding-top: 1.875rem;
      padding-bottom: 6.25rem; } }
  .sec_list .breadcrumb {
    margin-bottom: 1.25rem; }

