@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=Oswald:wght@300;400;500&amp;family=Poppins:wght@300;400;500;600&amp;display=swap");
.b-box, [class*=col-], .orderCheckArea input[type=text], .orderCheckArea input[type=password], *::before, *::after, * {
  box-sizing: border-box;
}

.prevBtn svg,
.nextBtn svg, .arrowPrev svg,
.arrowNext svg, .arrowPrev,
.arrowNext, .m_menu .languageBox,
.m_menu .searchBox, .m_menu .menu,
.m_menu .contactBox,
.m_menu .copyright,
.m_menu .social, .m_menu .menu > li > a::after, .m_menu .menuBtn:before, .m_menu .menuBtn:after, .m_menu.show, .menu > li > a::before, a.btn svg, a.btn::after {
  transition: all 0.5s;
}

* {
  outline: none;
}
*::before, *::after {
  outline: none;
  pointer-events: none;
}

body {
  word-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.2pt;
  background-color: #fff;
  font-family: "Poppins", Arial, "Noto Sans TC", Helvetica, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  font-size: 13px;
}

/* new_add */
.icon_file{
    width: 14px;
    height: 14px;
    fill: #ffffff;
}
.icon_search{
    width: 20px;
    height: 20px;
    fill: #c7c7c7;
}
.icon_garbage{
    width: 14px;
    height: 19px;
    fill: #ffffff;
}
.icon_pencil{
    width: 15px;
    height: 15px;
    fill: #ffffff;
}

/* loadingArea */
.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.loadingArea .loadingMask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 0.3s ease-out;
}
.loadingArea.go {
  pointer-events: none;
}
.loadingArea.go .loadingMask {
  opacity: 0;
}

a {
  color: #000;
  transition: all 0.4s ease;
}

a[href] {
  cursor: pointer;
}

a:hover {
  color: #bd2020;
}

.outerWrap {
  position: relative;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1601px) {
  .wrap {
    max-width: 1440px;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 961px) and (max-width: 1500px) {
  .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 960px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 500px) {
  .wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 360px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btnBox.center {
  text-align: center;
}
.btnBox.right {
  text-align: right;
}
.btnBox.right a.btn {
  text-align: left;
}
.btnBox a.btn {
  margin-bottom: 10px;
}
@media (min-width: 501px) {
  .btnBox a.btn {
    margin-right: 5px;
  }
}

a.btn {
  display: inline-block;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  letter-spacing: 1pt;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  -moz-user-select: none;
  -webkit-user-select: none;
}
@media (min-width: 501px) {
  a.btn {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  a.btn {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
}
a.btn::after {
  content: "+";
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #bd2020;
}
a.btn svg {
  position: relative;
  top: -3px;
  display: inline-block;
  vertical-align: middle;
  width: 59px;
  height: 3px;
  margin: 0 15px;
  fill: #bd2020;
}
a.btn:hover {
  border-color: #bd2020;
  background-color: #bd2020;
}
a.btn:hover::after {
  color: #fff;
}
a.btn:hover svg {
  fill: #fff;
}
a.btn.btn_color1:not(:hover) {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
a.btn.btn_color2 {
  border-color: rgba(189, 32, 32, 0.3);
  background-color: #bd2020;
}
a.btn.btn_color2::after {
  color: #fff;
}
a.btn.btn_color2 svg {
  fill: #fff;
}
a.btn.btn_color2:hover {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: #000;
}
a.btn.btn_color2:hover::after {
  color: #bd2020;
}
a.btn.btn_color2:hover svg {
  fill: #bd2020;
}

/* new_add */
a.btn2 {
  display: inline-block;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  letter-spacing: 1pt;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.28px;
  padding: 13.5px 15px;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  text-align: center;
}
a.btn_color3{
    color: #fff;
    background-color: #272e30;
    position: relative;
    min-width: 200px;
}
a.btn_color3:before {
    content: "+";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 13px;
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    font-family: "Oswald", "微軟正黑體", sans-serif;
}
a.btn_color4{
    color: #fff;
    background-color: #383838;
    position: relative;
    min-width: 150px;
}
a.btn_garbage{
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #bd2020;
}

a.moreLink {
  display: inline-block;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
}
a.moreLink svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 17px;
  height: 17px;
  fill: #bbb;
}

input[type=text],
textarea {
  -webkit-appearance: none;
}

.titleBox.center {
  text-align: center;
}
.titleBox.center h1.hasBorder::after, .titleBox.center h2.hasBorder::after, .titleBox.center h3.hasBorder::after {
  margin-left: auto;
  margin-right: auto;
}
.titleBox h1, .titleBox h2, .titleBox h3 {
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1181px) {
  .titleBox h1, .titleBox h2, .titleBox h3 {
    font-size: 48px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .titleBox h1, .titleBox h2, .titleBox h3 {
    font-size: 40px;
  }
}
@media (min-width: 401px) and (max-width: 960px) {
  .titleBox h1, .titleBox h2, .titleBox h3 {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .titleBox h1, .titleBox h2, .titleBox h3 {
    font-size: 30px;
  }
}
.titleBox h1.hasBorder::after, .titleBox h2.hasBorder::after, .titleBox h3.hasBorder::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #bd2020;
}
@media (min-width: 1181px) {
  .titleBox h1.hasBorder::after, .titleBox h2.hasBorder::after, .titleBox h3.hasBorder::after {
    margin-top: 35px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .titleBox h1.hasBorder::after, .titleBox h2.hasBorder::after, .titleBox h3.hasBorder::after {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .titleBox h1.hasBorder::after, .titleBox h2.hasBorder::after, .titleBox h3.hasBorder::after {
    margin-top: 25px;
  }
}
.titleBox .subTitle {
  font-size: 13px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #a5a5a5;
  letter-spacing: 1pt;
  text-transform: uppercase;
}
@media (min-width: 401px) {
  .titleBox .subTitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .titleBox .subTitle {
    margin-bottom: 10px;
  }
}

.txtExp {
  font-size: 14px;
  line-height: 23px;
  color: #a5a5a5;
  overflow: hidden;
}

/*****moduleBox*****/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 52%;
  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.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleBox .materialNote{
  color: #888;
  font-size: 10px;
  margin-top: 5px;
}

/*****網頁頭*****/
header {
  position: fixed;
  top: -90px;
  left: 0;
  width: 100%;
  z-index: 50;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #000;
  transition: all 0.6s ease;
}
header.shrink {
  top: 0;
}
@media (min-width: 1181px) {
  header.header .wrap {
    height: 85px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1180px) {
  header.header .wrap {
    height: 65px;
  }
}

.header .wrap {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1181px) {
  .header .wrap {
    max-width: 1920px;
    height: 100px;
  }
}
@media (max-width: 1180px) {
  .header .wrap {
    height: 80px;
  }
}
@media (min-width: 641px) {
  .header .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.header .logo {
  width: 170px;
}
.header .rightBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 170px);
}
@media (min-width: 1351px) {
  .header .rightBox {
    padding: 0 15px 0 25px;
  }
}
@media (min-width: 1181px) and (max-width: 1250px) {
  .bannerArea .header .rightBox {
    width: calc(100% - 140px);
  }
}
.header .languageBox {
  /*width: 60px;*/
  text-align: right;
}
@media (max-width: 640px) {
  .header .languageBox {
    display: none;
  }
}
.header .menuBtn {
  position: relative;
  width: 100px;
  padding-bottom: 15px;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #fff;
  letter-spacing: 1pt;
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .header .menuBtn {
    width: 50px;
  }
}
.header .menuBtn::before, .header .menuBtn::after {
  content: "";
  position: absolute;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.header .menuBtn::before {
  bottom: 0;
  width: 46px;
}
@media (max-width: 1180px) {
  .header .menuBtn::before {
    bottom: 7px;
  }
}
.header .menuBtn::after {
  bottom: -7px;
  width: 23px;
}
@media (max-width: 1180px) {
  .header .menuBtn::after {
    bottom: 0;
  }
}
.header .menuBox {
  width: calc(100% - 60px - 100px - 120px);
}
@media (max-width: 1512px) {
  .header .menuBox {
    display: none;
  }
}

.logo a {
  display: block;
  width: 124px;
  height: 30px;
  background: url("../svg/logo.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.social span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #5e5e5e;
}
.social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  opacity: 0.8;
}
.social a:hover {
  opacity: 1;
}

.memberBox {
  position: relative;
  padding-right: 30px;
}
@media (max-width: 1510px) {
  .memberBox {
    padding-right: 10px;
  }
}

.memberBox .loginToggle {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Oswald", "微軟正黑體", sans-serif;
}
@media (max-width: 480px) {
  .memberBox .loginToggle {
    font-size: 12px;
    flex-direction: column;
  }
}
.memberBox .loginToggle span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  color: #efefef;
  letter-spacing: 1pt;
  text-transform: uppercase;
  padding-left: 15px;
}
@media (max-width: 480px) {
  .memberBox .loginToggle span {
    padding-left: 0px;
  }
}
.memberBox .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}

.memberBox .icon img {
  display: block;
  width: 100%;
}

.memberBox .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -95px;
  width: 190px;
  padding-top: 10px;
}

.memberBox .submenu:before {
  content:"";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(16, 16, 16, 0.95) transparent;

}

.memberBox .submenu a {
  position: relative;
  display: block;
  padding: 10px;
  border-left: 1px solid #161616;
  border-right: 1px solid #161616;
  font-size: 13px;
  color: #939393;
  background-color: rgba(16, 16, 16, 0.95);
}
.memberBox .submenu a:hover {
  color: #fff;
}

.languageBox {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
}
.languageBox span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-weight: 300;
  color: #efefef;
  letter-spacing: 1pt;
  text-transform: uppercase;
}
.languageBox .subItem {
  display: flex;
}
.languageBox .subItem a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #bd2020;
  font-size: 12px;
  color: #bd2020;
  text-align: center;
}
.languageBox .subItem a.current, .languageBox .subItem a:hover {
  color: #fff;
  background-color: #bd2020;
}
.languageBox .subItem:hover a.current {
  color: #bd2020;
  background-color: transparent;
}
.languageBox .subItem:hover a.current:hover {
  color: #fff;
  background-color: #bd2020;
}

/*****menu*****/
.menu > li {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
@media (min-width: 1801px) {
  .menu > li + li {
    margin-left: 50px;
  }
}
@media (min-width: 1701px) and (max-width: 1800px) {
  .menu > li + li {
    margin-left: 40px;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .menu>li+li {
    margin-left: 30px;
  }
}
@media (min-width: 1511px) and (max-width: 1600px) {
  .menu > li + li {
    margin-left: 20px;
  }
}
@media (min-width: 1361px) and (max-width: 1510px) {
  .menu > li + li {
    margin-left: 10px;
  }
}

@media (max-width: 1360px) {
  .menu>li+li {
    margin-left: 5px;
  }
}

.menu > li:hover > a,
.menu > li > a.current {
  color: #fff;
}
.menu > li:hover > a::before,
.menu > li > a.current::before {
  left: 0;
  width: 100%;
  opacity: 1;
}
.menu > li > a {
  position: relative;
  display: block;
  padding: 0;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #a5a5a5;
  letter-spacing: 1pt;
  text-transform: uppercase;
}
.header .menu > li > a {
  color: #fff;
}
.menu > li > a:hover {
  color: #fff;
}
.menu > li > a::before {
  content: "";
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #bd2020;
  opacity: 0;
}
.menu .submenu {
  display: none;
  position: absolute;
  top: 95%;
  left: calc(50% - 95px);
  z-index: 99;
  width: 190px;
  padding-top: 10px;
}
.menu .submenu > a,
.menu .submenu .submenu2 > a {
  position: relative;
}
.menu .submenu > a:first-child,
.menu .submenu .submenu2 > a:first-child {
  border-top: 1px solid #161616;
}
.menu .submenu > a:last-child,
.menu .submenu .submenu2 > a:last-child {
  border-bottom: 1px solid #161616;
}
.menu .submenu > a:not(:last-child)::before,
.menu .submenu .submenu2 > a:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.menu .submenu a, .menu .submenu2 a {
  position: relative;
  display: block;
  padding: 10px;
  border-left: 1px solid #161616;
  border-right: 1px solid #161616;
  font-size: 13px;
  color: #939393;
  background-color: rgba(16, 16, 16, 0.95);
}
.menu .submenu a.highlight {
  color: #bd2020;
}
.menu .submenu a:hover, .menu .submenu2 a:hover {
  color: #fff;
}
.menu .submenu2 {
  position: relative;
}
.menu .submenu2 > a {
  padding-right: 30px;
}
.menu .submenu2 > a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}
.menu .submenu2 > dl {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 190px;
}
.menu .submenu2 dt {
  position: relative;
}
.menu .submenu2 dt:first-child {
  border-top: 1px solid #161616;
}
.menu .submenu2 dt:last-child {
  border-bottom: 1px solid #161616;
}
.menu .submenu2 dt:not(:last-child) a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.header .menu > li.pcHide {
  display: none;
}

.m_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 95;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 1181px) {
  .m_menu {
    transition: all 0.4s 0.6s ease;
  }
}
@media (max-width: 1180px) {
  .m_menu {
    transition: all 0.4s 0.4s ease;
  }
}
.m_menu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 96;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}
.m_menu .controlBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  z-index: 99;
  background: #1b1b1b;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .m_menu .controlBox {
    max-width: 960px;
    margin-left: auto;
    padding: 45px 85px 0;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.4s 0.2s ease, transform 0.7s ease;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .m_menu .controlBox {
    padding: 30px 60px 0;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .m_menu .controlBox {
    padding: 25px 40px 0;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}
@media (min-width: 361px) and (max-width: 500px) {
  .m_menu .controlBox {
    padding: 25px 30px 0;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 360px) {
  .m_menu .controlBox {
    padding: 20px 25px 0;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}
@media (min-width: 1181px) {
  .m_menu.show .controlBox {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s 0.4s ease, transform 0.5s 0.4s ease;
  }
}
.m_menu .menuBtn {
  position: absolute;
  z-index: 5;
  width: 50px;
  height: 50px;
  font-size: 12px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .m_menu .menuBtn {
    top: 35px;
    right: 45px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .m_menu .menuBtn {
    top: 15px;
    right: 35px;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .m_menu .menuBtn {
    top: 12px;
    right: 20px;
  }
}
@media (max-width: 500px) {
  .m_menu .menuBtn {
    top: 12px;
    right: 15px;
  }
}
.m_menu .menuBtn:before, .m_menu .menuBtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  width: 30px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.m_menu.show .menuBtn:before {
  transform: rotate(45deg);
}
.m_menu.show .menuBtn:after {
  transform: rotate(-45deg);
}
@media (min-width: 961px) {
  .m_menu .menu {
    margin-top: 60px;
    column-count: 3;
    column-gap: 100px;
  }
}
@media (max-width: 960px) {
  .m_menu .menu {
    margin-top: 50px;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .m_menu .menu {
    margin-top: 30px;
  }
}
.m_menu .menu > li {
  display: block;
  padding: 0;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.m_menu .menu > li + li {
  margin-left: 0;
}
@media (min-width: 961px) {
  .m_menu .menu > li + li {
    margin-top: 30px;
  }
  /*.m_menu .menu > li:nth-child(3),
  .m_menu .menu > li:nth-child(6) {
    margin-top: 170%;
  }*/
}
@media (max-width: 960px) {
  .m_menu .menu > li + li {
    margin-top: 10px;
  }
}
.m_menu .menu > li > a {
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #e3e3e3;
}
@media (max-width: 960px) {
  .m_menu .menu > li > a {
    padding-right: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 361px) and (max-width: 500px) {
  .m_menu .menu > li > a {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .m_menu .menu > li > a {
    font-size: 16px;
  }
}
.m_menu .menu > li > a::before {
  display: none;
}
@media (max-width: 960px) {
  .m_menu .menu > li > a::before {
    top: 50%;
    left: auto;
    right: 5px;
    width: 11px;
    height: 1px;
    background-color: #fff;
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .m_menu .menu > li > a::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    display: none;
    width: 1px;
    height: 11px;
    background-color: #fff;
  }
}
@media (max-width: 960px) {
  .m_menu .menu > li.dropDown > a::before, .m_menu .menu > li.dropDown > a::after {
    display: block;
  }
}
.m_menu .menu > li.dropDown.current > a::after {
  transform: rotate(90deg);
}
.m_menu .menu .submenu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: auto;
  padding-top: 10px;
}
@media (max-width: 960px) {
  .m_menu .menu .submenu {
    display: none;
    padding-bottom: 15px;
  }
}
.m_menu .menu .submenu a {
  padding: 5px 0;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  color: #b1b1b1;
  line-height: 25px;
  background-color: transparent;
}
@media (max-width: 960px) {
    .m_menu .menu .submenu > a {
      color: #fff;
    }
}
.m_menu .menu .submenu a:hover {
  color: #fff;
}
.m_menu .menu .submenu a::before {
  display: none;
}
@media (max-width: 960px) {
    .m_menu .menu .submenu2 > a {
      color: #fff;
    }
}
.m_menu .menu .submenu2 > a:first-child, .m_menu .menu .submenu2 > a:last-child {
  border: 0;
}
@media (min-width: 961px) {
    .m_menu .menu .submenu2 > a::after {
      display: none;
    }
}
@media (max-width: 960px) {
    .m_menu .menu .submenu2 > a::after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -3px;
      right: 0;
      margin-left: 10px;
      border-color: #fff;
      transform: rotate(135deg);
    }
}
@media (min-width: 961px) {
    .m_menu .menu .submenu2 > dl {
      display: none;
    }
}
@media (max-width: 960px) {
    .m_menu .menu .submenu2 > dl {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding-left: 30px;
      margin-bottom: 10px;
    }
}
.m_menu .menu .submenu2 dt {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.m_menu .bottomBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  order: 3;
  width: 100%;
}
@media (min-width: 961px) {
  .m_menu .bottomBox {
    padding: 35px 0 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 361px) and (max-width: 1400px) {
  .m_menu .bottomBox {
    margin-top: 60px;
  }
}
@media (max-width: 360px) {
  .m_menu .bottomBox {
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .m_menu .bottomBox {
    padding-bottom: 40px;
  }
}
@media (min-width: 481px) {
  .m_menu .social {
    width: 250px;
  }
}
@media (max-width: 480px) {
  .m_menu .social {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .m_menu .social {
    text-align: right;
  }
}
.m_menu .social a {
  margin-left: 15px;
}
@media (min-width: 481px) {
  .m_menu .copyright {
    width: calc(100% - 250px);
  }
}
@media (max-width: 480px) {
  .m_menu .copyright {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .m_menu .copyright {
    display: none;
  }
}
.m_menu .contactBox {
  order: 2;
  max-width: 340px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: auto;
  color: #e3e3e3;
}
@media (max-width: 1400px) {
  .m_menu .contactBox {
    display: none;
  }
}
.m_menu .contactBox > strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.m_menu .contactBox > strong span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.m_menu .contactBox address {
  display: block;
  margin: 5px 0 10px;
}
.m_menu .contactBox a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #b1b1b1;
}
.m_menu .contactBox a:hover {
  color: #fff;
}
.m_menu .contactBox a b {
  color: #e3e3e3;
}
.m_menu .searchBox {
  margin-top: 30px;
}
.m_menu .searchBox input {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: 0;
}
.m_menu .searchBox a {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background-color: #bd2020;
}
.m_menu .languageBox {
  order: -1;
}

.m_menu .menu,
.m_menu .contactBox,
.m_menu .copyright,
.m_menu .social {
  opacity: 0;
  transform: translateY(20px);
}
.m_menu .searchBox,
.m_menu .languageBox {
  opacity: 0;
}
.m_menu.show .menu,
.m_menu.show .contactBox,
.m_menu.show .copyright,
.m_menu.show .social,
.m_menu.show .languageBox,
.m_menu.show .searchBox{
  opacity: 1;
  transform: translateY(0);
}
.m_menu.show .menu {
  transition-delay: 0.5s;
}
.m_menu.show .contactBox,
.m_menu.show .social {
  transition-delay: 0.65s;
}
.m_menu.show .copyright {
  transition-delay: 0.7s;
}

/*****banner******/
.WebSiteHome .bannerArea .bannerBox {
  background-color: #000;
}

.bannerArea {
  position: relative;
}
.bannerArea > .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.bannerArea .bannerBox {
  background-color: #f6f6f6;
}
.bannerArea .bannerBox li {
  position: relative;
}
.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .bannerBox .Txt {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  color: #fff;
}
@media (min-width: 1551px) {
  .bannerArea .bannerBox .Txt {
    left: calc((100vw - 1440px) / 2 - 5px);
    width: 100%;
    max-width: 700px;
    padding-top: 140px;
  }
}
@media (min-width: 961px) and (max-width: 1550px) {
  .bannerArea .bannerBox .Txt {
    left: 50px;
    width: calc(100% - 100px);
    max-width: 600px;
  }
}
@media (min-width: 1181px) and (max-width: 1550px) {
  .bannerArea .bannerBox .Txt {
    padding-top: 100px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerBox .Txt {
    padding-bottom: 190px;
  }
}
@media (max-width: 960px) {
  .bannerArea .bannerBox .Txt {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerBox .Txt {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .bannerArea .bannerBox .Txt {
    padding-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .bannerArea .bannerBox .Txt {
    padding-bottom: 20px;
  }
}
.bannerArea .bannerBox .subTitle {
  font-size: 13px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #a5a5a5;
  letter-spacing: 1pt;
  text-transform: uppercase;
}
@media (min-width: 1401px) {
  .bannerArea .bannerBox .subTitle {
    margin-bottom: 15px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerBox .subTitle {
    margin-bottom: 10px;
  }
}
.bannerArea .bannerBox h2 {
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  letter-spacing: 0.5pt;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 1601px) {
  .bannerArea .bannerBox h2 {
    font-size: 70px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .bannerArea .bannerBox h2 {
    font-size: 60px;
  }
}
@media (min-width: 1251px) and (max-width: 1400px) {
  .bannerArea .bannerBox h2 {
    font-size: 50px;
  }
}
@media (min-width: 501px) and (max-width: 1250px) {
  .bannerArea .bannerBox h2 {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .bannerArea .bannerBox h2 {
    font-size: 35px;
  }
}
.bannerArea .bannerBox h2 span {
  display: block;
}
.bannerArea .bannerBox p {
  max-width: 480px;
  font-size: 14px;
  line-height: 23px;
  color: #909090;
}
@media (min-width: 1401px) {
  .bannerArea .bannerBox p {
    margin-top: 30px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerBox p {
    margin-top: 15px;
  }
}
@media (min-width: 1601px) {
  .bannerArea .bannerBox .btn {
    margin-top: 100px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .bannerArea .bannerBox .btn {
    margin-top: 50px;
  }
}
@media (min-width: 701px) and (max-width: 1400px) {
  .bannerArea .bannerBox .btn {
    margin-top: 35px;
  }
}
@media (max-width: 700px) {
  .bannerArea .bannerBox .btn {
    margin-top: 25px;
  }
}
@media (min-width: 1181px) {
  .bannerArea .bannerBox .h2Box {
    overflow: hidden;
  }
}
.bannerArea .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#banner li:not(:first-child) {
  display: none;
}
#banner .dots li:not(:first-child) {
  display: block;
}

/*****頁尾資訊*****/
footer {
  color: #fff;
  background-color: #1b1b1b;
}
footer .topBox {
  padding: 80px 0;
}
@media (max-width: 1180px) {
  footer .topBox {
    padding: 40px 0;
  }
}
footer .bottomBox {
  padding: 0;
}
footer .bottomBox .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1181px) {
  footer .bottomBox .wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  footer .bottomBox .wrap {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }
}
footer .logo {
  width: 124px;
}
footer .logo a {
  width: 100%;
}
@media (min-width: 641px) {
  footer .social {
    width: 300px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  footer .social {
    width: calc(100% - 124px);
    text-align: right;
  }
}
@media (min-width: 501px) {
  footer .social {
    padding-left: 20px;
  }
}
footer .social a {
  margin-left: 20px;
}
@media (min-width: 381px) and (max-width: 450px) {
  footer .social a {
    margin-left: 15px;
  }
}
@media (max-width: 380px) {
  footer .social span {
    display: none;
  }
}
footer .downMenu {
  width: calc(100% - 124px - 300px - 370px);
}
@media (min-width: 1401px) {
  footer .copyright {
    width: 370px;
  }
}
@media (min-width: 961px) and (max-width: 1400px) {
  footer .copyright {
    width: calc(100% - 124px - 300px);
  }
}
@media (max-width: 960px) {
  footer .copyright {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}
@media (min-width: 1181px) {
  footer .copyright {
    text-align: right;
  }
}

.branchList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  letter-spacing: 0;
}
@media (min-width: 1181px) {
  .branchList > li {
    min-height: 200px;
    width: calc(100% / 6);
  }
}
@media (min-width: 1001px) and (max-width: 1180px) {
  .branchList > li {
    width: calc(100% / 4);
    padding: 30px 20px 30px 0;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .branchList > li {
    width: calc(100% / 3);
    padding: 20px 10px 20px 0;
  }
}
@media (max-width: 640px) {
  .branchList > li {
    width: 100%;
    padding: 15px 0;
  }
  .branchList > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1181px) {
  .branchList > li.column2 {
    width: calc(100% / 6 * 2);
  }
}
@media (min-width: 1001px) and (max-width: 1180px) {
  .branchList > li.column2 {
    width: calc(100% / 4 * 2);
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .branchList > li.column2 {
    width: calc(100% / 3 * 2);
  }
}
.branchList > li > strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #e3e3e3;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .branchList > li > strong {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .branchList > li > strong {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
  }
  .branchList > li > strong::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 10px;
    height: 1px;
    background-color: #fff;
  }
  .branchList > li > strong::after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    width: 1px;
    height: 10px;
    background-color: #fff;
    transform: rotate(0);
    transform-origin: center;
    transition: all 0.4s ease;
  }
  .branchList > li > strong.current::after {
    transform: rotate(90deg);
  }
}
.branchList > li .Txt {
  display: inline-block;
  font-size: 12px;
  color: #b1b1b1;
  line-height: 1.9;
}
@media (min-width: 1181px) {
  .branchList > li .Txt {
    max-width: 240px;
    padding-right: 10px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .branchList > li .Txt {
    max-width: 260px;
    padding-right: 15px;
  }
}
@media (max-width: 640px) {
  .branchList > li .Txt {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}
.branchList > li .Txt > .title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #e3e3e3;
  letter-spacing: -0.1pt;
  line-height: 1.45;
}
.branchList > li .Txt a {
  border-bottom: 1px solid transparent;
  color: #b1b1b1;
}
.branchList > li .Txt a:hover {
  color: #e3e3e3;
  border-bottom-color: rgba(177, 177, 177, 0.5);
}
@media (max-width: 640px) {
  .branchList > li > .txtBox,
.branchList > li > .Txt {
    display: none;
  }
}
@media (min-width: 641px) {
  .branchList > li > .txtBox {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) {
  .branchList > li > .txtBox > .Txt {
    width: 50%;
  }
}

@media (max-width: 1400px) {
  .downMenu {
    display: none;
  }
}
.downMenu a {
  font-size: 13px;
  color: #888;
}
@media (min-width: 1401px) and (max-width: 1550px) {
  .downMenu a {
    font-size: 12px;
  }
}
.downMenu a + a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1401px) and (max-width: 1550px) {
  .downMenu a + a::before {
    margin: 0 5px;
  }
}
.downMenu td a{
  position: relative;
  padding: 0 10px;
}
.downMenu td:not(:first-child) a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5.5px;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.2);
}
.downMenu a:hover {
  color: #e3e3e3;
  text-decoration: underline;
}

.copyright {
  font-size: 12px;
  color: #6b6b6b;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  display: block;
  color: #aaa;
}
.translateIbest .design a {
  color: #aaa;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

.arrowPrev,
.arrowNext {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.arrowPrev svg,
.arrowNext svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.arrowPrev:hover svg,
.arrowNext:hover svg {
  fill: #bd2020;
}
@media (min-width: 641px) {
  .arrowPrev.colorRed svg,
.arrowNext.colorRed svg {
    fill: #bd2020;
  }
  .arrowPrev.colorRed:hover svg,
.arrowNext.colorRed:hover svg {
    fill: #fff;
  }
}

.arrowPrev svg {
  transform: rotateY(180deg);
}

.pageBox {
  width: 70px;
  text-align: center;
}
.pageBox .prevBtn,
.pageBox .nextBtn {
  margin-left: 3px;
  margin-right: 3px;
}

.pagesBox {
  width: 100%;
  padding: 10px 0 20px;
  text-align: center;
}
.pagesBox a {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 2px 5px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    font-size: 12px;
    text-transform: uppercase;
    background-color: #fff;
}
.pagesBox a.current {
    color: #fff;
    background-color: #bd2020;
}

.prevBtn,
.nextBtn {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.prevBtn svg,
.nextBtn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.prevBtn:hover svg,
.nextBtn:hover svg {
  fill: #bd2020;
}

.prevBtn svg {
  transform: rotateY(180deg);
}

.lg-backdrop.in {
  background-color: rgba(0, 0, 0, 0.9);
}

/***↓↓↓購物車↓↓↓***/
.cartArea {
  width: 360px !important;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}
.cartArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
}
.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}
.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}
.cartArea .countBox b em {
  font-weight: 400;
  font-size: 12px;
  color: #7ea830;
}
.cartArea .countBox a.btn_pay {
  display: inline-block;
  padding: 7px 15px;
  font-size: 13px;
  color: #fff;
}
.cartArea .goto_pay_btn {
  margin-left: 15px;
}
.cartArea .cart {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}
.cartArea .cart li {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.cartArea .cart li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}
.cartArea .cart .Img {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.cartArea .cart .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cartArea .cart .Txt {
  overflow: hidden;
}
.cartArea .cart .Txt strong {
  display: block;
  margin-bottom: 10px;
}
.cartArea .cart .Txt strong a {
  display: block;
  width: 90%;
  font-size: 15px;
  color: #272727;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cartArea .cart .Txt b {
  display: inline-block;
  padding-right: 10px;
  font-weight: 400;
  font-size: 12px;
}
.cartArea .cart .Txt b.price {
  font-size: 15px;
  color: #e83336;
}

/*訂單查詢*/
.orderCheckArea {
  width: 320px;
  border: 5px solid #d8d8d8;
  background-color: #fff;
}
.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
  text-align: center;
}

#closeOrder, #closeCart, #closePrice, #closeInquiry {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
}

.orderCheckArea h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", sans-serif;
  color: #222;
  text-align: left;
}
.orderCheckArea input[type=text], .orderCheckArea input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #ccc;
}
.orderCheckArea a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .cartArea, .orderCheckArea {
    width: 300px !important;
  }

  #closeOrder, #closeCart, #closePrice, #closeInquiry {
    top: 5px;
    font-size: 25px;
  }
}
/***↑↑↑購物車↑↑↑**/
/*****會員登入*****/
.loginArea {
  width: 100%;
  max-width: 340px;
  border: 3px solid #191919;
  background-color: #000;
}
.loginArea .box {
  position: relative;
  padding: 42px 20px 30px 20px;
  background: #000;
}

a#closeLogin {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #bd2020;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #bd2020;
}

.loginArea input[type=text], .loginArea input[type=password] {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 5px;
  margin-bottom: 8px;
  border: 1px solid #e5e5e5;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
}

.loginArea .btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px -5px 0;
}

.loginArea .btnBox .btn {
    width: 50%;
    padding: 5px;
}

.loginArea .btnBox .btn:first-child a {
  background-color: transparent;
  border-color: #fff;
}

.loginArea .btnBox .btn:first-child a:hover {
  background-color: #bd2020;
  border-color: #bd2020;
}

.loginArea .btnBox a {
  display: inline-block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0;
  font-size: 13px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: #bd2020;
  border: 1px solid #bd2020;
}

.loginArea .btnBox a:hover {
    background-color: transparent;
    border-color: #fff;
}

.loginArea .btnBox i {
  color: #999;
}
.loginArea .forget {
  clear: both;
  margin-top: 15px;
  font-size: 13px;
  color: #ccc;
  text-align: center;
}
.loginArea .forget span {
  color: #999;
}
.loginArea .forget strong a {
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #ccc;
  text-transform: uppercase;
  text-decoration: underline;
}
.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #ccc;
  text-decoration: underline;
}
.loginArea .resendCheck {
  display: none;
}
.loginArea .forgetCheck {
  display: none;
}
.loginArea .forgetCheck a.btn_relog {
  display: block;
  margin-top: 15px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #ccc;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}

/*****共用動畫*****/
@keyframes imgbgc_in {
  0% {
    transform-origin: left;
    transform: scale(0, 1);
  }
  50% {
    transform-origin: left;
    transform: scale(1, 1);
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scale(0, 1);
  }
}
@keyframes img_in {
  0%, 50% {
    opacity: 0;
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes img_mask_out {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
[class*=col-] {
  float: left;
}

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%;
}

@media (max-width: 480px) {
  .col-2,
.col-3,
.col-4,
.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);
}
