@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500;700&family=Open+Sans:ital,wght@0,500;1,800&display=swap");
/*-------------------------------------------*\
  iehack.scss

  Use
  @include hack($IE-ver),目前使用IE10以上
\*-------------------------------------------*/
/*-------------------------------------------*\
	Base.scss
\*-------------------------------------------*/
html, body, form, .error_wrap {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
  vertical-align: middle;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#tabL, #tabC, #tabU, #tabB {
  position: absolute;
  top: 0;
  left: 0;
}
#tabL a, #tabC a, #tabU a, #tabB a {
  font-size: 0.75em;
}

a:focus {
  outline: 2px dotted #bfa6ff;
}

.wrapper {
  z-index: 1;
  margin-top: 50px;
}
@media (min-width: 813px) {
  .wrapper {
    width: calc(100% - 100px);
    margin-left: auto;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $Grid                                                                                      */
/*-------------------------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1400px) {
  .container {
    width: 1368px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------------------------*\
	Header.scss

	Index
	- 1.wrapper
	- 2.Logo
	- 3.nav_top
	- 4.nav icon
	- 5.nojs
\*-------------------------------------------*/
@media (max-width: 812px) {
  .header_wrap {
    position: fixed;
    z-index: 4;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
    background-color: white;
    -webkit-box-shadow: 0.25rem 0.25rem 2rem rgba(0, 0, 0, 0.15);
            box-shadow: 0.25rem 0.25rem 2rem rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 813px) {
  .header_wrap {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
  }
  .header_wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100px;
    height: 100%;
    background-color: white;
    -webkit-box-shadow: 0.25rem 0.25rem 3rem rgba(0, 0, 0, 0.2);
            box-shadow: 0.25rem 0.25rem 3rem rgba(0, 0, 0, 0.2);
  }
}

.hlogo {
  position: absolute;
  pointer-events: auto;
}
.hlogo a {
  display: inline-block;
}
@media (max-width: 812px) {
  .hlogo-xs {
    width: 200px;
    height: 32px;
  }
  .hlogo-md {
    display: none;
  }
}
@media (min-width: 813px) {
  .hlogo {
    margin-top: 140px;
  }
  .hlogo a {
    width: 100px;
    text-align: center;
  }
  .hlogo-xs {
    display: none;
  }
  .hlogo-md {
    width: 100px;
    height: 370px;
  }
}

.nav_top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: black;
}
.nav_top_row #tabU {
  display: none;
}
@media (min-width: 992px) {
  .nav_top_row #tabU {
    display: inline-block;
    position: static;
    line-height: 40px;
  }
  .nav_top_row #tabU a {
    color: white !important;
  }
}

div[class^=navtop] a {
  display: block;
  height: 50px;
  margin: 0 auto;
  color: white;
  line-height: 30px;
}
@media (max-width: 812px) {
  div[class^=navtop]:not(.navtop_ic01) {
    display: none;
  }
}
@media (min-width: 813px) {
  div[class^=navtop] {
    margin: 10px 5px;
    text-align: center;
    pointer-events: auto;
  }
  div[class^=navtop] a {
    height: 30px;
  }
}
@media (min-width: 992px) {
  div[class^=navtop] {
    margin: 10px;
    margin-left: 20px;
  }
}

.navtop_ic01 a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 50px;
}
@media (min-width: 813px) {
  .navtop_ic01 a {
    width: 30px;
  }
}

@media (max-width: 812px) {
  .navtop_ic01 {
    width: 50px;
    background: url(../../images/headnav_ic1_mobile.svg) center no-repeat;
    background-size: 30px;
  }
  .navtop_ic01:hover, .navtop_ic01:focus {
    background: url(../../images/headnav_ic1-hover.svg) center no-repeat;
    background-size: 30px;
  }
  .navtop_ic01 > a {
    background: none !important;
  }
}
.navtop_ic01 > a {
  padding-left: 1.75rem;
  background: url(../../images/headnav_ic1.svg) left no-repeat;
  background-size: 30px;
}
.navtop_ic01 > a:hover, .navtop_ic01 > a:focus {
  color: #e1ac67;
  background: url(../../images/headnav_ic1-hover.svg) left no-repeat;
  background-size: 30px;
}
@media (min-width: 992px) {
  .navtop_ic01 > a {
    padding-left: 2rem;
  }
}

.navtop_ic02 > a {
  padding-left: 1.75rem;
  background: url(../../images/headnav_ic2.svg) left no-repeat;
  background-size: 30px;
}
.navtop_ic02 > a:hover, .navtop_ic02 > a:focus {
  color: #e1ac67;
  background: url(../../images/headnav_ic2-hover.svg) left no-repeat;
  background-size: 30px;
}
@media (min-width: 992px) {
  .navtop_ic02 > a {
    padding-left: 2rem;
  }
}

.navtop_ic03 > a {
  padding-left: 1.75rem;
  background: url(../../images/headnav_ic3.svg) left no-repeat;
  background-size: 30px;
}
.navtop_ic03 > a:hover, .navtop_ic03 > a:focus {
  color: #e1ac67;
  background: url(../../images/headnav_ic3-hover.svg) left no-repeat;
  background-size: 30px;
}
@media (min-width: 992px) {
  .navtop_ic03 > a {
    padding-left: 2rem;
  }
}

.navtop_ic04 > a {
  padding-left: 1.75rem;
  background: url(../../images/headnav_ic4.svg) left no-repeat;
  background-size: 30px;
}
.navtop_ic04 > a:hover, .navtop_ic04 > a:focus {
  color: #e1ac67;
  background: url(../../images/headnav_ic4-hover.svg) left no-repeat;
  background-size: 30px;
}
@media (min-width: 992px) {
  .navtop_ic04 > a {
    padding-left: 2rem;
  }
}

.navtop_ic05 > a {
  padding-left: 1.75rem;
  background: url(../../images/headnav_ic5.svg) left no-repeat;
  background-size: 30px;
}
.navtop_ic05 > a:hover, .navtop_ic05 > a:focus {
  color: #e1ac67;
  background: url(../../images/headnav_ic5-hover.svg) left no-repeat;
  background-size: 30px;
}
@media (min-width: 992px) {
  .navtop_ic05 > a {
    padding-left: 2rem;
  }
}

.navtop_ic06 > a {
  padding-left: 1.75rem;
  background: url(../../images/headnav_ic6.svg) left no-repeat;
  background-size: 30px;
}
.navtop_ic06 > a:hover, .navtop_ic06 > a:focus {
  color: #e1ac67;
  background: url(../../images/headnav_ic6-hover.svg) left no-repeat;
  background-size: 30px;
}
@media (min-width: 992px) {
  .navtop_ic06 > a {
    padding-left: 2rem;
  }
}

@media (max-width: 812px) {
  .no-js .hlogo-xs {
    min-width: 200px;
  }
}
@media (min-width: 813px) {
  .no-js .header_wrap {
    position: static;
    background: none;
    height: auto;
  }
  .no-js .hlogo {
    position: absolute;
    top: 0px;
    width: 70px;
  }
  .no-js div[class^=navtop] {
    display: inline-block;
    margin: 0;
  }
  .no-js .navtop_ic02 {
    margin-left: 70px !important;
  }
}

/*-------------------------------------------*\
	Footer .scss

	Index
	- 1.wrapper
	- 2.title
	- 3.logo
	- 4.nav
	- 5.data & mark & copyright
\*-------------------------------------------*/
.foot_wrap {
  position: relative;
  padding: 2rem 1rem;
  line-height: 1.2;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background-color: black;
}
.foot_wrap #tabB {
  top: 2rem;
  left: 50%;
}
.foot_wrap #tabB a {
  color: white;
}
@media (min-width: 813px) {
  .foot_wrap {
    padding: 5rem 1rem;
  }
}

.foot_tit {
  padding: 1rem;
  color: white;
  font-size: 1.5em;
  font-family: sans-serif, "Noto Sans TC";
}

.foot_tit-en {
  margin: 1rem 0;
}
.foot_tit-en p {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.125em;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: bold;
  line-height: 1.2;
}
.foot_tit-en small {
  letter-spacing: 0.125rem;
}

.foot_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
}
.foot_logo:before, .foot_logo:after {
  content: "";
  display: block;
  width: 4.25rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.foot_logo img {
  width: 36px;
  height: 36px;
  margin: 0 1rem;
}

.foot_nav {
  padding: 1rem 0;
}

@media (min-width: 576px) {
  .foot_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 600px;
    margin: 2rem auto 0;
  }
}
.foot_nav a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.foot_nav a:hover, .foot_nav a:focus {
  color: white;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .foot_nav a {
    display: block;
  }
}
@media (min-width: 576px) {
  .foot_nav a {
    width: 33.3333333333%;
    padding: 0;
  }
  .foot_nav a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.foot_data span {
  display: inline-block;
  padding: 0 0.5rem;
}
.foot_data a{
  color: rgba(255, 255, 255, 0.5);
  &:hover{
    color: white;
    text-decoration: underline;
  }
}
.foot_mark {
  padding: 2rem 0;
}
@media (min-width: 576px) and (max-width: 812px) {
  .foot_mark {
    padding: 3rem 0;
  }
}
.foot_mark a {
  display: inline-block;
  margin: 0 1rem;
}
.foot_copyright {
  font-size: 0.75em;
  letter-spacing: 0.125rem;
}

/*-------------------------------------------*\
	common.scss

	Index
  - 1.Images
  - 2.button
  - 1.spacing
\*-------------------------------------------*/
.cm_pic {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.cm_pic:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cm_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ibtn {
  display: block;
  /* color: rgba(255, 255, 255, 0.75); */
  color: white;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.125rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibtn[lang=en] {
  font-size: 0.875em;
  text-transform: uppercase;
}
.ibtn:hover {
  color: white;
  letter-spacing: 0.35rem;
}
.ibtn:focus {
  outline: 2px dotted #bfa6ff;
}
.ibtn_arrow {
  padding: 0.5rem 1rem;
}
.ibtn_arrow:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 7px;
  margin-right: 1rem;
  border-right: 2px solid #e21d3b;
  border-bottom: 1px solid #e21d3b;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
}
.ibtn_primary {
  max-width: 280px;
  padding: 0.5rem;
  text-align: center;
  background-color: #c01c27;
}
.ibtn_primary:hover {
  background-color: #e21d3b;
}
.ibtn_black {
  color: black;
}
.ibtn_black:hover {
  color: inherit;
}
.ibtn_border {
  width: 220px;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.mt15 {
  margin-top: 1.5rem !important;
}

/*-------------------------------------------*\
	Skip-main.scss
\*-------------------------------------------*/
a.skip-main {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
  color: white;
  background-color: #7d0000;
  top: auto;
  left: calc(50% - 150px);
  width: 300px;
  height: auto;
  overflow: auto;
  margin: 10px auto;
  padding: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 1em;
  z-index: 9;
}

/*-------------------------------------------*\
	nav-lang.scss

	Index
	- 1.nav_lang
	- 2.no-js
\*-------------------------------------------*/
.nav_lang {
  position: fixed;
  right: 0;
  top: 50px;
  pointer-events: auto;
  z-index: -2;
  visibility: hidden;
  width: 180px;
  padding: 1rem 0;
  background-color: #c01c27;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.nav_lang.nav_lang-open {
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.nav_lang a {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  padding-left: 3.25rem;
  color: white;
  line-height: 1.5;
  font-size: 0.875em;
}
.nav_lang a:not(:first-of-type) {
  margin-top: 0.25rem;
}
.nav_lang a:before, .nav_lang a:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
}
.nav_lang a:before {
  top: calc(50% - 1px);
  left: 1rem;
  width: 1rem;
  height: 2px;
}
.nav_lang a:after {
  top: 0;
  left: 50%;
  z-index: -1;
  width: 0;
  height: 100%;
  opacity: 0;
}
.nav_lang a.active, .nav_lang a:hover, .nav_lang a:focus {
  color: #c01c27;
}
.nav_lang a.active:after, .nav_lang a:hover:after, .nav_lang a:focus:after {
  left: 0;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 813px) {
  .no-js .nav_lang {
    position: static;
    width: auto;
    margin-left: 70px;
    padding: 0.25rem;
    vertical-align: bottom;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .no-js .nav_lang li {
    display: inline-block;
  }
  .no-js .nav_lang a {
    padding: 0 0.5rem;
  }
  .no-js .nav_lang a:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .no-js .nav_lang {
    display: inline-block;
    margin-left: 0;
  }
}

@media (max-width: 812px) {
  .navtop_ic04 {
    display: block !important;
    position: fixed;
    right: 1.25rem;
    bottom: 8.5rem;
    width: 50px !important;
    height: 50px !important;
    background-color: black;
    border-radius: 50%;
  }
  .navtop_ic04 a {
    overflow: hidden;
    width: 50px;
    height: 50px !important;
    padding-left: 50px;
    text-align: center;
    background-position: center !important;
  }
}
/*-------------------------------------------*\
	Header_Search.scss

	Index
	- 1.button
	- 2.wrapper
	- 3.content
	- 4.mask
	- 5.search form
	- 6.keyword
	- 7.close
\*-------------------------------------------*/
@media (max-width: 812px) {
  .navtop_ic01 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0 !important;
  }
}

.header_search {
  display: none;
  position: absolute;
  z-index: 8;
  pointer-events: none;
  top: 50px;
  right: 0;
  width: 100%;
  height: calc(100vh - 50px);
}
.header_search.search-mask {
  display: block !important;
}
@media (min-width: 813px) {
  .header_search {
    top: 0;
    right: auto;
    left: 100px;
    width: calc(100% - 100px);
    height: 100vh;
  }
}

.search_content {
  width: 100%;
  padding: 2rem 50px;
  background-color: whitesmoke;
}
@media (min-width: 813px) {
  .search_content {
    padding: 4rem 15%;
  }
}

.search-mask {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .search_form {
    width: 85%;
  }
}
.search_form label {
  position: absolute;
  left: -10000px;
  color: transparent;
}
.search_txt {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 0.5rem;
  color: black;
  border: 0;
  border: 1px solid black;
  border-right: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_txt::-webkit-input-placeholder {
  color: #484646 !important;
}
.search_txt::-moz-placeholder {
  color: #484646 !important;
}
.search_txt:-ms-input-placeholder {
  color: #484646 !important;
}
.search_txt::-ms-input-placeholder {
  color: #484646 !important;
}
.search_txt::placeholder {
  color: #484646 !important;
}
.search_txt:focus {
  outline: 1px dotted #7d0000;
  padding: 0 1rem;
}
.search_btn {
  width: 50px;
  height: 50px;
  color: transparent !important;
  background: black url(../../images/headnav_ic1-white.svg) no-repeat center/24px;
  border: 0;
}
.search_txt:focus, .search_btn:focus {
  outline: #bfa6ff dotted 2px;
}

.search_keywords {
  margin-top: 1rem;
}
.search_keywords i {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.search_keywords li {
  display: inline-block;
}
.search_keywords li a {
  padding: 0 0.25rem;
  color: #202020;
}
.search_keywords li a:hover, .search_keywords li a:focus {
  color: #941d27;
}
.search_keywords li:first-of-type a {
  padding-left: 0;
}

.search_close {
  position: absolute;
  top: 2.25rem;
  right: 50px;
  z-index: 3;
  text-align: center;
  width: 40px;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@media (max-width: 575px) {
  .search_close {
    display: none;
  }
}
.search_close:before, .search_close:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 1px;
  height: 46px;
  background-color: #080404;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}
.search_close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search_close:hover:before, .search_close:hover :after {
  background-color: #7d0000;
}
@media (min-width: 813px) {
  .search_close {
    top: 2rem;
    right: 2rem;
  }
}

.no-js .navtop_ic01 {
  display: none !important;
}
.no-js .search_content {
  display: none;
}
.no-js .header_search {
  display: block;
  position: static;
  margin-left: auto;
  height: auto;
}
.no-js .header_search noscript {
  display: block;
  padding: 1rem;
  font-size: 0.875em;
  background-color: #e6e6e5;
}
@media (max-width: 812px) {
  .no-js .header_search noscript {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
  }
}
.no-js .header_search noscript a {
  pointer-events: auto;
  display: inline-block;
  padding: 0 0.25rem;
  color: #c01c27;
  font-weight: bold;
}
.no-js .header_search noscript a:hover {
  text-decoration: underline;
}

/*-------------------------------------------*\
	ScrollTop .scss

	Index
	- 1.layout
	- 2.scrollbtn
\*-------------------------------------------*/
.scrollToTop {
  position: fixed;
  right: 1.25rem;
  bottom: 5rem;
  z-index: 5;
}

.scrollbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  padding-top: 1rem;
  font-size: 0.75em;
  color: white;
  border-radius: 50%;
  background: #975f14 url(../../images/scrolltop_ic.svg) no-repeat center 8px/1rem;
}
.scrollbtn:hover, .scrollbtn:focus {
  background-color: #915c24;
}
.scrollbtn:focus {
  outline: none;
  border: 2px dotted #bfa6ff;
}
@media (min-width: 813px) {
  .scrollbtn {
    width: 48px;
    height: 48px;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $objfit                                                                    */
/*-------------------------------------------------------------------------------*/
.objfit-contain, .objfit-cover {
  position: relative;
}
.objfit-contain img, .objfit-cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.objfit-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.objfit-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.ie-object-fit-contain, .ie-object-fit-cover {
  background-position: center center;
  background-repeat: no-repeat;
}
.ie-object-fit-contain img, .ie-object-fit-cover img {
  opacity: 0;
}

.ie-object-fit-contain {
  background-size: contain !important;
}

.ie-object-fit-cover {
  background-size: cover !important;
}

/*-------------------------------------------------------------------------------*/
/*    $Error Page                                                                           */
/*-------------------------------------------------------------------------------*/
.error_wrap {
  display: block;
}
@media (min-width: 576px) {
  .error_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.error_inner {
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 813px) {
  .error_inner {
    margin: 0 auto 0;
  }
}
.error_inner img {
  width: 100px;
}
.error_inner p {
  display: inline-block;
  max-width: 30rem;
  padding: 1rem 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1em;
  line-height: 1.2;
}
.error_inner .btn_home {
  margin: 1rem auto 0;
}

.error_tit {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #7d0000;
  font-size: 5.625em;
  font-weight: bold;
}
@media (min-width: 576px) {
  .error_tit {
    font-size: 9.375em;
  }
}
.error_tit small {
  display: block;
  margin-top: 1rem;
  font-size: 40%;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn_home {
  display: inline-block;
  width: 120px;
  padding: 0.75rem;
  color: white;
  background-color: #c0853e;
  border-radius: 100px;
}
.btn_home i {
  margin-right: 0.5rem;
}
.btn_home:hover, .btn_home:focus {
  background-color: #975f14;
}
.btn_home:focus {
  outline: 1px dotted #975f14;
}

.error_foot {
  font-size: 0.875em;
  text-align: center;
}

.error_link {
  margin-top: 2.25rem;
}
.error_link a {
  border-radius: 100px;
  margin: 0 3px;
  display: inline-block;
  width: calc(50% - 9px);
  padding: 0.75rem 1rem;
  color: #975f14;
  border: 1px solid #d69956;
  font-size: 0.875em;
  margin-bottom: 10px;
}
.error_link a:hover, .error_link a:focus {
  color: white;
  background-color: #975f14;
  border: 1px solid #d69956;
}
.error_link a:focus {
  outline: 1px dotted #975f14;
}
.error_link a.error_full {
  width: calc(100% - 8px);
}

.error_info {
  margin-top: 1.25rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}
.error_info li {
  display: block;
}

.error_foot_mark {
  padding: 1rem 0;
}
.error_foot_mark a {
  margin: 0.5rem;
}
.error_foot_mark a img {
  width: auto;
}

/*-------------------------------------------*\
	owl_ibanner.scss

	Index
	- 1.iban_item & img
  - 2.animation 淡入效果
  - 3.More
  - 4.nojs
  - 5.styling dots
  - 6.scroll icon
\*-------------------------------------------*/
.iban_item {
  position: relative;
}
.iban_pic {
  padding-bottom: 50%;
}
@media (min-width: 1600px) {
  .iban_pic {
    padding-bottom: 100vh;
  }
}

.owl_ibanner .animated {
  -webkit-animation-duration: 3000ms;
  animation-duration: 3000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl_ibanner .owl-animated-out {
  z-index: 1;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl_ibanner .owl-animated-in {
  z-index: 0;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 812px) {
  .iban_more {
    padding: 0.5rem;
    background-color: black;
    text-align: right;
  }
}
@media (min-width: 813px) {
  .iban_more {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    z-index: 1;
  }
}

.no-js .owl_ibanner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.75rem;
}
.no-js .iban_item {
  width: 50%;
}
.no-js .iban_pic {
  padding-bottom: 50%;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 5rem;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0.5rem;
  display: block;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 50%;
  border: 1px solid #c01c27;
  opacity: 0.75;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #c01c27;
}

@-webkit-keyframes scroll_1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.6em);
            transform: translateY(-0.6em);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.6em);
            transform: translateY(0.6em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll_1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.6em);
            transform: translateY(-0.6em);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.6em);
            transform: translateY(0.6em);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.example {
  display: none;
}

@media (min-width: 992px) {
  .example {
    position: relative;
    top: -2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -5rem;
    font-size: 1em;
    z-index: 2;
    pointer-events: none;
  }

  .scroll-icon {
    display: block;
    height: 3.5em;
    width: 2.25rem;
    border: 2px solid #fff;
    border-radius: 3em;
    margin-bottom: 0.5rem;
  }

  .scroll-icon__wheel-outer {
    display: block;
    position: absolute;
    left: 50%;
    top: 0.6em;
    height: 1em;
    width: 0.4em;
    margin-left: -0.2em;
    border-radius: 0.4em;
    overflow: hidden;
  }

  .scroll-icon__wheel-inner {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: #fff;
    -webkit-animation: scroll_1 2.75s ease-in-out infinite;
            animation: scroll_1 2.75s ease-in-out infinite;
  }
}