@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(texteditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&amp;family=Poppins:wght@300;400;500;600&amp;family=Roboto:ital,wght@0,400;0,500;1,500&amp;display=swap");
.classLink > li > a:after, .menu > li > a:after, .language span:after, .language span, .alumni_dropDown ul, .searchArea .close, header .top > div > a span:after, .sideLink {
  transition: all 0.5s;
}

.tab a {
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.8px;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes dotMove {
  0% {
    top: 0;
  }
  50% {
    top: calc(100% - 5px);
  }
  100% {
    top: 0;
  }
}
@keyframes wave {
  to {
    stroke-dashoffset: 0;
  }
}
body {
  background-color: #fff;
  font-family: "Poppins", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-size: 15px;
}
body:not(.WebSiteHome) .mainArea {
  background-image: url(../png/bg_streaklt.png);
  background-repeat: no-repeat;
  background-position: -15% -30px;
  min-height: calc(100vh - 373px);
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .mainArea {
    background-position: 0 -30px;
  }
}

*,
*:before,
*:after {
  outline: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

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

.btnBox {
  padding: 20px 0;
}

.btn_cis {
  display: inline-block;
  max-width: 220px;
  width: 100%;
  color: #dc0011;
  font-size: 14px;
  letter-spacing: 0.7px;
  padding: 14px 20px;
}

.btn_cis {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: left;
}
.btn_cis svg {
  stroke: #dc0011;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.btn_cis:hover {
  color: #ffffff;
  background-color: #dc0011;
}
.btn_cis:hover svg {
  stroke: #ffffff;
}

.bg_gray {
  background-color: #f5f5f5;
}

.sideBg {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
  .sideBg {
    display: none;
  }
}

/*css3*/
a {
  color: #242424;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #dc0011;
}

[class*=col-] {
  float: left;
  box-sizing: border-box;
}

.b-box {
  box-sizing: border-box;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

input[type=text] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  padding-top: 88px;
  overflow: hidden;
}

.wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.Img {
  position: relative;
}
.Img a {
  display: block;
}
.Img a img {
  line-height: 0;
  display: block;
}
.Img.drawLine {
  transition: color 0.25s;
}
.Img.drawLine:before, .Img.drawLine:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  pointer-events: none;
}
.Img.drawLine:before {
  top: 0;
  left: 0;
}
.Img.drawLine:after {
  top: 0;
  left: 0;
}
.Img.drawLine:hover:before, .Img.drawLine:hover:after {
  width: 100%;
  height: 100%;
}
.Img.drawLine:hover:before {
  border-top-color: #dc0011;
  border-right-color: #dc0011;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.Img.drawLine:hover:after {
  border-bottom-color: #dc0011;
  border-left-color: #dc0011;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.icon_search {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon_social {
  fill: #ffffff;
  width: 17px;
  height: 17px;
}

.ftIcon {
  fill: #ffffff;
  width: 12px;
  height: 15px;
}

.icon_hat {
  fill: #ffffff;
  width: 21px;
  height: 13px;
  margin-right: 5px;
}

.icon_arrowUp {
  width: 5px;
  height: 14px;
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.icon_arrowRight {
  width: 14px;
  height: 5px;
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.icon_arrowRight2 {
  width: 10px;
  height: 20px;
  fill: #dc0011;
}

.icon_calendar {
  width: 16px;
  height: 15px;
  fill: #dc0011;
}

.icon_plus {
  fill: none;
  stroke: #595959;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.icon_minus {
  fill: none;
  stroke: #595959;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.sideLink {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 44px;
  padding: 22px 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: #dc0011;
  z-index: 30;
}
.sideLink svg {
  display: block;
  margin: auto;
  margin-bottom: 8px;
}
.sideLink a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}
.sideLink a span {
  writing-mode: tb-rl;
}
.sideLink:hover {
  background-color: #b0010f;
}
@media (max-width: 1180px) {
  .sideLink {
    display: none;
  }
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#closeOrder, #closeCart, #closePrice, #closeInquiry {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
}

/*****網頁頭*****/
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.14);
}
header .wrap {
  max-width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}
header .logo {
  width: 450px;
  padding: 13px 0;
  background-color: #dc0011;
}
header .logo a {
  display: block;
  width: 100%;
  height: 62px;
  background: url("../svg/logo.svg") no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
header .rightBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 450px);
  padding: 0 210px 0 50px;
  box-sizing: border-box;
}
header .top, header .bottom {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header .top {
  margin-top: 15px;
}
header .top > div > a {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  display: block;
  height: 100%;
}
header .top > div > a:after {
  content: "/";
  color: rgba(30, 30, 30, 0.5);
  display: inline-block;
  vertical-align: text-top;
  margin: 0 5px;
  font-size: 12px;
  transform: scale(0.75);
}
header .top > div > a span {
  position: relative;
}
header .top > div > a span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: transparent;
}
header .top > div > a:hover {
  color: #dc0011;
}
header .top > div > a:hover span:after {
  width: 100%;
  background-color: #dc0011;
}
header .searchBox {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  background-color: #dc0011;
  align-self: flex-start;
  margin-left: 25px;
}
header .searchBox a {
  display: block;
}
@media (max-width: 1600px) {
  header .rightBox {
    padding-right: 5%;
  }
}
@media (max-width: 1440px) {
  header .logo {
    width: 300px;
  }
  header .rightBox {
    width: calc(100% - 300px);
    padding-left: 20px;
    padding-right: 20px;
  }
  header .searchBox {
    margin-left: 15px;
  }
}

.searchArea {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchArea .close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
}
.searchArea .close span {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: transparent;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
.searchArea .close span:after, .searchArea .close span:before {
  content: "";
  height: 100%;
  border-left: 1px solid #000000;
  position: absolute;
}
.searchArea .close span:after {
  transform: rotate(45deg);
}
.searchArea .close span:before {
  transform: rotate(-45deg);
}
.searchArea .innerBox {
  width: 90%;
  max-width: 960px;
}
.searchArea input {
  font-size: 16px;
  color: #ffffff;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
}
.searchArea .gsc-control-cse {
  border-color: transparent;
  background-color: transparent;
  background-color: transparent;
  border: none;
}
.searchArea .cse .gsc-control-cse {
  background-color: transparent;
  border: none;
}
.searchArea .cse .gsc-search-button-v2,
.searchArea .gsc-search-button-v2 {
  width: 50px !important;
  height: 50px !important;
  font-size: 0px;
  padding: 0 !important;
  width: auto;
  vertical-align: middle;
  border: none !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-color: #dc0011 !important;
  background-color: #dc0011 !important;
  background-image: none !important;
}
.searchArea input.gsc-search-button {
  border-color: transparent;
  background-color: transparent;
}
.searchArea input.gsc-search-button:hover {
  border-color: transparent;
  background-color: transparent;
}
.searchArea input.gsc-search-button:focus {
  border-color: transparent;
  background-color: transparent;
}
.searchArea input.gsc-input {
  color: #000000;
  line-height: 0;
  height: 50px !important;
  border-color: transparent;
  border-bottom: 1px solid #000000 !important;
  background: none !important;
}
.searchArea .gsib_a {
  padding: 0;
}
.searchArea .gsc-input-box {
  border-color: transparent;
  border: none;
  background: transparent;
}
.searchArea .gsc-input-box-hover {
  border-color: transparent;
}
.searchArea .gsc-input-box-focus {
  border-color: transparent;
}

.alumni_dropDown {
  position: relative;
  height: 35px;
}
.alumni_dropDown ul {
  display: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 100%;
  z-index: 5;
  width: 100px;
  background-color: #ffffff;
  border: 1px solid #dc0011;
  text-align: center;
  pointer-events: none;
  z-index: 90;
}
.alumni_dropDown ul li:last-child {
  margin-bottom: 0;
}
.alumni_dropDown ul li:last-child a {
  border-bottom: 0;
}
.alumni_dropDown ul a {
  display: block;
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.alumni_dropDown ul a:hover {
  color: #ffffff;
  background-color: #dc0011;
}
.alumni_dropDown:hover ul {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

.language {
  position: relative;
  width: 46px;
}
.language span {
  display: block;
  padding-right: 15px;
  font-size: 14px;
  color: #505050;
  font-weight: 300;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}
.language span:after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: 3px;
}
.language span:hover {
  color: #dc0011;
}
.language span:hover:after {
  color: #dc0011;
}
.language ul {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 100%;
  z-index: 5;
  width: 80px;
  background-color: #fff;
  border: 1px solid #dc0011;
  text-align: center;
}
.language ul li {
  margin-bottom: 5px;
}
.language ul li:last-child {
  margin-bottom: 0;
}
.language ul li:last-child a {
  border-bottom: 0;
}
.language ul a {
  display: block;
  color: #7b7b7b;
  font-size: 13px;
  font-weight: 300;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}

.searchArea input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  font-family: "微軟正黑體";
  background-color: #fafafa;
  box-sizing: border-box;
}

/*menu*/
.menu > li {
  position: relative;
  display: inline-block;
}
.menu > li > a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin: 0 17px;
  font-size: 16px;
  color: #343434;
}
.menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background-color: #dc0011;
}
.menu > li > a.current {
  color: #dc0011;
}
.menu > li > a.current:after {
  width: 100%;
}
.menu > li:hover > a {
  color: #dc0011;
}
.menu > li:hover > a:after {
  width: 100%;
}
.menu .submenu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 99;
  width: 150px;
  margin-left: -75px;
  text-align: center;
}
.menu .submenu a {
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #666;
  background-color: #ffffff;
  border-bottom: 1px solid #dadada;
}
.menu .submenu a:last-child {
  border-bottom: 0;
}
.menu .submenu a:hover {
  color: #fff;
  background-color: #dc0011;
}
@media (max-width: 1440px) {
  .menu > li > a {
    margin: 0 13px;
  }
}

.m_search {
  position: relative;
  max-width: 410px;
  padding: 0 30px;
  margin: auto;
}
.m_search #___gcse_1 {
  position: relative;
}
.m_search input {
  font-size: 16px;
  color: #ffffff;
  font-family: "微軟正黑體", Helvetica, Arial, sans-serif, Heiti TC, "メイリオ";
}
.m_search table.gsc-search-box td {
  width: 0 !important;
  position: relative;
  padding-right: 0 !important;
}
.m_search .gsc-control-cse {
  border-color: transparent;
  background-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 !important;
}
.m_search .cse .gsc-control-cse {
  background-color: transparent;
  border: none;
}
.m_search .cse .gsc-search-button-v2,
.m_search .gsc-search-button-v2 {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  width: 38px !important;
  height: 38px !important;
  font-size: 0px;
  padding: 0 !important;
  width: auto;
  vertical-align: middle;
  border: none !important;
  border-radius: 50%;
  border-color: #dc0011 !important;
  background-color: #dc0011 !important;
  background-image: none !important;
}
.m_search .cse .gsc-search-button-v2:before,
.m_search .gsc-search-button-v2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../svg/icon_search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  pointer-events: none;
  margin: auto;
}
.m_search .cse .gsc-search-button-v2 svg,
.m_search .gsc-search-button-v2 svg {
  opacity: 0;
}
.m_search input.gsc-search-button {
  border-color: transparent;
  background-color: transparent;
}
.m_search input.gsc-search-button:hover {
  border-color: transparent;
  background-color: transparent;
}
.m_search input.gsc-search-button:focus {
  border-color: transparent;
  background-color: transparent;
}
.m_search input.gsc-input {
  padding: 0 20px !important;
  border-radius: 25px;
  color: #989898;
  line-height: 0;
  height: 50px !important;
  border: 0 !important;
  background-color: #eeeeee !important;
  background-image: none !important;
}
.m_search .gsib_a,
.m_search .gsst_b {
  padding: 0;
}
.m_search .gsc-input-box {
  border-color: transparent;
  border: none;
  background: transparent;
}
.m_search .gsc-input-box-hover {
  border-color: transparent;
}
.m_search .gsc-input-box-focus {
  border-color: transparent;
}

.heighSchoolStudent {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  background-color: #dc0011;
  margin-top: 35px;
}
.heighSchoolStudent a {
  color: #ffffff;
  padding: 16px 15px;
  display: block;
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}

/*頁尾資訊*/
footer {
  position: relative;
}
footer .wrap {
  max-width: 1500px;
}
footer .top {
  padding-top: 55px;
  padding-bottom: 50px;
  background-color: #dc0011;
  background-image: url(../png/bg_dot.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 90px) 55px;
}
footer .top .wrap {
  display: flex;
  align-items: center;
}
footer .top .left {
  width: 160px;
}
footer .top .right {
  width: calc(100% - 160px);
  display: flex;
  align-items: center;
}
footer .downLogo {
  width: 160px;
}
footer .downLogo img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .downMenu {
  width: calc(100% - 690px);
}
footer .downMenu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 35px;
}
footer .downMenu ul li {
  font-size: 15px;
  font-weight: 300;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 55px;
  padding-right: 55px;
}
footer .downMenu ul li a {
  display: block;
  color: #ffffff;
  padding-bottom: 10px;
}
footer .downMenu ul li:last-child {
  border-right: 0;
}
footer .footerInfo {
  width: 400px;
}
footer .footerInfo ul li {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}
footer .footerInfo ul li a {
  color: #ffffff;
}
footer .footerInfo ul li span {
  padding-right: 22px;
  position: relative;
  min-width: 80px;
  display: inline-block;
}
footer .footerInfo ul li span:after {
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 10px;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
}
footer .footerInfo ul li svg {
  margin-right: 10px;
}
footer .social {
  width: 130px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
footer .social a{
  margin: 4px;
}
footer .social a:nth-child(2) {
  margin-left: 4px;
}
footer .social .title {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-family: "Poppins";
  text-align: right;
  padding-bottom: 15px;
}
footer .footerTrigger {
  display: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 30px 10px 15px;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
  width: 100%;
}
footer .footerTrigger i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
footer .footerTrigger.selected i {
  transform: translate(0, -50%) rotate(-180deg);
}
@media (max-width: 1520px) {
  footer .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .downMenu ul li {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1400px) {
  footer .downMenu {
    width: calc(100% - 640px);
  }
  footer .downMenu ul {
    padding-left: 0;
  }
  footer .footerInfo {
    width: 350px;
  }
}
@media (max-width: 1300px) {
  footer .downMenu ul li {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media (max-width: 1200px) {
  footer .downMenu ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1180px) {
  footer .wrap {
    flex-wrap: wrap;
  }
  footer .top {
    background-image: none;
  }
  footer .top .wrap {
    max-width: 768px;
  }
  footer .downMenu {
    width: calc(100% - 160px);
    display: inline-flex;
    justify-content: flex-end;
  }
  footer .footerInfo {
    width: calc(100% - 155px);
    padding-top: 25px;
  }
  footer .social {
    width: 155px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  footer .top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .wrap {
    flex-direction: column;
    align-items: center;
  }
  footer .downMenu,
  footer .footerInfo,
  footer .social {
    width: auto;
    padding-top: 20px;
  }
  footer .social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }
  footer .social .title {
    width: auto;
    padding-right: 10px;
    padding-bottom: 0;
  }
  footer .social a {
    min-width: 35px;
  }
  footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  footer .downMenu {
    display: block;
    width: 100%;
    max-width: 350px;
  }
  footer .downMenu ul {
    display: none;
    padding-left: 0;
    padding-right: 0;
  }
  footer .downMenu ul li {
    padding: 15px 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  footer .footerTrigger {
    display: block;
  }
}
@media (max-width: 400px) {
  footer .social {
    justify-content: flex-start;
  }
}

.goTop {
  position: absolute;
  right: 75px;
  bottom: 52%;
  text-align: center;
  z-index: 99;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  z-index: 10;
}
@media (max-width: 1800px) {
  .goTop {
    right: 30px;
    bottom: 25%;
  }
}
@media (max-width: 768px) {
  .goTop {
    right: 15px;
    bottom: 15%;
  }
}

.copyright {
  padding: 18.5px 0;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  background-color: #b0010f;
}
.copyright a {
  color: #ffffff;
}

/*share*/
.social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  margin-left: 8px;
}
.social a:nth-child(2) {
  margin-left: 0;
}
.social a:hover {
  opacity: 0.8;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .titleBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -50%);
  max-width: 1200px;
  width: 100%;
}
.bannerArea .titleBox .en_title,
.bannerArea .titleBox .title {
  color: #ffffff;
  text-align: left;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}
.bannerArea .titleBox .en_title {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bannerArea .titleBox .title {
  font-size: 45px;
  letter-spacing: 2.25px;
  line-height: 1;
  padding-top: 10px;
}
@media (max-width: 1340px) {
  .bannerArea .titleBox {
    left: 50px;
  }
  .bannerArea .titleBox .en_title,
.bannerArea .titleBox .title {
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 992px) {
  .bannerArea .titleBox .en_title {
    font-size: 18px;
  }
  .bannerArea .titleBox .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bannerArea .titleBox {
    left: 20px;
  }
  .bannerArea .titleBox .en_title {
    font-size: 16px;
  }
  .bannerArea .titleBox .title {
    font-size: 25px;
    padding-top: 5px;
  }
}
@media (max-width: 480px) {
  .bannerArea .titleBox .en_title {
    font-size: 14px;
  }
  .bannerArea .titleBox .title {
    font-size: 20px;
  }
}

.mainArea {
  padding: 70px 0;
}
@media (max-width: 992px) {
  .mainArea {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .mainArea {
    padding: 30px 0;
  }
}

.titleBox {
  position: relative;
  margin-bottom: 25px;
}
.titleBox em {
  color: #b9b9b9;
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.titleBox .title {
  color: #242424;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 2.25px;
  line-height: 1;
  padding-top: 10px;
}
.titleBox .title span {
  color: #dc0011;
}
.titleBox p {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .titleBox em {
    font-size: 16px;
  }
  .titleBox .title {
    font-size: 35px;
    padding-top: 5px;
  }
  .titleBox p {
    padding-top: 5px;
    font-size: 14px;
  }
}

.bread {
  position: absolute;
  right: 10px;
  top: 25px;
  font-size: 12px;
  color: #bbb;
}
.bread a {
  color: #bbb;
}
.bread a i {
  font-size: 20px;
}
.bread span {
  padding: 0 3px;
  color: #bbb;
}

.mainArea .contentBox {
  clear: both;
}

.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 25px;
  padding: 10px;
  border-bottom: 1px dashed #d6d6d6;
  font-weight: 400;
  font-size: 20px;
  color: #061540;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("../png/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

/*類別*/
.m_classLink {
  display: none;
}

.classBox {
  padding: 20px 0;
}

.classLink {
  text-align: center;
}
.classLink > li {
  margin-bottom: 15px;
  position: relative;
  border: 1px solid #dc0011;
  border-top: 0;
  border-left: 0;
  padding: 0 5px 5px 0;
}
.classLink > li > a {
  position: relative;
  display: block;
  padding: 8px 15px;
  font-size: 15px;
  color: #242424;
  text-align: left;
  border: 1px solid #dc0011;
  cursor: pointer;
  z-index: 1;
}
.classLink > li > a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 100%;
  background-color: #dc0011;
  z-index: -1;
}
.classLink > li > a:hover, .classLink > li > a.current {
  color: #ffffff;
}
.classLink > li > a:hover:after, .classLink > li > a.current:after {
  width: 100%;
}
.classLink dl dt a {
  position: relative;
  display: block;
  padding: 8px 15px 8px 25px;
  font-size: 15px;
  color: #242424;
  text-align: left;
  border: 1px solid #dc0011;
  border-top: 0;
}
.classLink dl dt a:hover, .classLink dl dt a.current {
  color: #ffffff;
  background-color: #b0010f;
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #061540;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
  border-top: 0;
  border-left: 0;
  padding: 0 5px 5px 0;
}
.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
}
.tab a:hover, .tab a.current {
  border-bottom: 3px solid #dc0011;
}

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
}
.tabContent > li {
  display: none;
}
.tabContent .textEditor {
  margin: 0;
}
.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.side_menu li > a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu li > a.current {
  color: #fff;
  background-color: #8c8c8c;
}
.side_menu li > a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_其他相關訊息*/
.side_news {
  margin: 30px 0;
}
.side_news ul {
  margin-top: 20px;
}
.side_news li {
  margin-bottom: 25px;
}
.side_news .Img {
  float: left;
  width: 60px;
  margin-right: 12px;
  overflow: hidden;
}
.side_news .Img img {
  display: block;
  height: 60px;
}
.side_news .Txt {
  overflow: hidden;
}
.side_news .Txt a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.side_news .Txt a:hover {
  text-decoration: underline;
}
.side_news .Txt b {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

.pageBox {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.pageBox a {
  color: #242424;
  font-size: 15px;
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #b9b9b9;
}
.pageBox a:hover {
  color: #ffffff;
  border-color: #dc0011;
  background-color: #dc0011;
}
.pageBox a.current {
  color: #ffffff;
  border-color: #dc0011;
  background-color: #dc0011;
}

/**********適應性**********/
@media (max-width: 1520px) {
  .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 70px;
  }

  header {
    display: none;
  }

  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  }
  .m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }
  .m_menu .m_logo {
    float: left;
    background-color: #dc0011;
  }
  .m_menu .m_logo img {
    display: block;
    width: 230px;
    padding: 10.3px 32px;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    background-color: #fff;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -0.5px;
    width: 30px;
    height: 2px;
    background-color: #111;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #111;
    transition: all 0.5s;
  }
  .m_menu .controlBox a.main span:before {
    top: -7px;
  }
  .m_menu .controlBox a.main span:after {
    bottom: -7px;
  }
  .m_menu .controlBox a.main.show span {
    background-color: transparent;
  }
  .m_menu .controlBox a.main.show span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .m_menu .controlBox a.main.show span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .m_menu .social {
    text-align: center;
    padding-top: 20px;
  }
  .m_menu .social a {
    border-color: #dc0011;
    background-color: #dc0011;
    margin-left: 10px;
  }
  .m_menu .social a:nth-child(1) {
    margin-left: 0;
  }

  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 70px 0 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .hideBox .sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background-color: #ffffff;
  }

  .nav {
    padding: 25px 40px;
    width: 100%;
    margin: auto;
  }
  .nav li.dropDown > a:after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
    content: "+";
    color: #595959;
    transition: all 0.5s;
  }
  .nav li.dropDown > a.open {
    color: #dc0011;
    background-color: #eeeeee;
    border-bottom: 0;
  }
  .nav li.dropDown > a.open:after {
    content: "-";
    color: #dc0011;
  }
  .nav li.dropDown > a:hover:after {
    color: #dc0011;
  }
  .nav li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .nav li:last-child > a {
    border-bottom: 0;
  }
  .nav a {
    position: relative;
    display: block;
    padding: 15px 10px;
    font-size: 16px;
    color: #343434;
    text-align: left;
    position: relative;
  }
  .nav a:hover {
    color: #dc0011;
    background-color: #eeeeee;
  }
  .nav .submenu {
    display: none;
    padding: 15px 0;
    border-bottom: 2px solid #dc0011;
  }
  .nav .submenu a {
    color: #6f6f6f;
    font-size: 14px;
    padding: 10px 10px;
  }
  .nav .submenu a:hover {
    color: #dc0011;
    background-color: #ffffff;
  }

  .language {
    margin: auto;
    margin-bottom: 20px;
    width: 100px;
    padding: 5px 10px;
    border: 1px solid rgba(30, 30, 30, 0.5);
  }
  .language span:after {
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .language ul {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }

  /*main*/
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }

  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }

  ul.classLink,
ul.classLink_idx {
    display: none;
  }

  .m_classLink {
    display: block;
    position: relative;
    border: 1px solid #dc0011;
    border-top: 0;
    border-left: 0;
    padding: 0 5px 5px 0;
  }
  .m_classLink b {
    font-weight: 400;
  }
  .m_classLink a.main {
    display: block;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    padding: 10px 30px;
    text-align: center;
    background-color: #dc0011;
    /* IE6-9 */
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: calc(100% + 1px);
    background: #ffffff;
    border: 1px solid #dc0011;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 99;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #e5e5e5;
    color: #424141;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.8px;
    text-align: center;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}
/*640*/
@media (max-width: 640px) {
  .m_classLink a.main {
    font-size: 16px;
  }
}
/*480*/
@media (max-width: 480px) {
  .nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .col-2 {
    float: none;
    width: 100%;
  }

  .col-3 {
    float: none;
    width: 100%;
  }

  .col-4 {
    float: none;
    width: 100%;
  }

  .col-5 {
    float: none;
    width: 100%;
  }
}
/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}
.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: "微軟正黑體";
  color: #fff;
}
/*# sourceMappingURL=master.css.map */