@charset "UTF-8";
/*-------------------------------------------------------------------------------*/
/*    $Base                                                                                    */
/*-------------------------------------------------------------------------------*/
body {
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html, body, form, .error_wrap {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
}

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#tabL,
#tabC,
#tabU,
#tabB {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  #tabL,
#tabC,
#tabU,
#tabB {
    display: inline-block;
  }
}
#tabL a,
#tabC a,
#tabU a,
#tabB a {
  font-size: 0.8125em;
}

a:focus {
  outline-offset: 2px;
  outline: 2px dotted #7c65b8;
}

/*-------------------------------------------------------------------------------*/
/*    $Grid                                                                                      */
/*-------------------------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 576px) {
  .container {
    width: 546px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 728px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 952px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1240px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1540px;
    max-width: 100%;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

/*-------------------------------------------*\
	header.scss

	Index
  - 1.wrapper
  - 2.layout
	- 3.Logo
	- 4.Nav top Wrapper
	- 5.Nav top
\*-------------------------------------------*/
.header_wrap {
  position: relative;
  width: 100%;
  z-index: 10;
  pointer-events: none;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 1399px) {
  .header_wrap .container {
    width: 100%;
  }
}

.header_inner {
  position: relative;
}
@media (min-width: 768px) {
  .header_inner {
    height: 180px;
    padding-top: 50px;
    padding-bottom: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (min-width: 992px) {
  .header_inner {
    height: 128px;
    padding: 18px 0;
  }
}

.nav_top_wrap {
  display: none;
}
@media (min-width: 768px) {
  .nav_top_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    pointer-events: auto;
    top: 0.5rem;
    right: 4rem;
    padding-left: 1rem;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav_top_wrap a {
    font-size: 0.75em;
    line-height: 2.5;
  }
}

.nav_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.75rem;
  color: #3c3c3c;
}
.nav_top a:first-child {
  padding-left: 0.75rem;
}
.nav_top a:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin-right: 0.75em;
  background-color: #3c3c3c;
}
.nav_top a:hover, .nav_top a:focus {
  color: #005bb5;
}
.nav_top a:hover {
  text-decoration: underline;
}

.header_logo {
  width: 200px;
  height: 34.52px;
  margin: 7.07px auto;
  pointer-events: auto;
}
.header_logo a, .header_logo img {
  display: block;
  width: inherit;
  height: inherit;
}
@media (max-width: 767px) {
  .header_logo {
    width: 50px;
    overflow: hidden;
  }
  .header_logo a, .header_logo img {
    width: 200px;
    height: 34.52px;
  }
}
@media (min-width: 768px) {
  .header_logo {
    width: 290px;
    height: 50.06px;
  }
}
@media (min-width: 992px) {
  .header_logo {
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 360px;
    height: 62.14px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header_logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  .header_logo {
    width: 420px;
    height: 72.5px;
  }
}

/*-------------------------------------------*\
	footer.scss

	Index
  - 1.wrapper blackground
  - 2.content layout
	- 3.Logo
	- 4.mark
	- 5.data
	- 6.link button
	- 7.bottom
\*-------------------------------------------*/
.foot_wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0))), url(../../images/foot_bg.jpg);
  background-image: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%), url(../../images/foot_bg.jpg);
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%), url(../../images/foot_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (min-width: 992px) {
  .foot_wrap {
    background-color: black;
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0))), url(../../images/foot_bg.jpg);
    background-image: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%), url(../../images/foot_bg.jpg);
    background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%), url(../../images/foot_bg.jpg);
    background-position: top right;
    background-size: contain;
  }
}
.foot_wrap > .container {
  padding: 1rem;
}
@media (min-width: 768px) {
  .foot_wrap > .container {
    padding: 5rem 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  .foot_wrap > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5rem 1rem;
  }
}
.foot_wrap a:focus {
  outline: 2px dotted #ffcc02;
}

@media (max-width: 1199px) {
  .foot_content {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .foot_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.foot_bk {
  position: relative;
}
@media (max-width: 767px) {
  .foot_bk {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .foot_bk {
    margin-right: 3rem;
  }
}
.foot_bk #tabB a {
  color: #9e9e9e;
}

.foot_logo {
  width: 200px;
  height: 104px;
  margin: 0 auto 1rem;
  color: white;
}
@media (min-width: 768px) {
  .foot_logo {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .foot_logo {
    width: 240px;
    height: 124px;
  }
}

.foot_mark {
  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;
}
.foot_mark a {
  display: inline-block;
  margin: 0 0.5rem;
  color: #9e9e9e;
}

.foot_data {
  color: #b8b8bf;
  line-height: 1.2;
}
.foot_data p:not(:last-child) {
  margin-bottom: 0.25rem;
}
.foot_data p:first-child {
  margin-bottom: 0.75rem;
}
.foot_data a {
  color: #40a1ec;
}
.foot_data a:hover, .foot_data a:focus {
  text-decoration: underline;
}
.foot_data a:focus {
  outline: 2px dotted #ffcc02;
}

.foot_link a {
  display: block;
  margin: 0.5rem 0;
  padding: 1rem 0.5rem;
  text-align: center;
  color: white;
  background-color: #0074d3;
  border-radius: 2rem;
}
.foot_link a:hover {
  background-color: #40a1ec;
}
.foot_link a:focus {
  outline: 2px dotted #ffcc02;
}
@media (min-width: 576px) {
  .foot_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .foot_link a {
    width: calc(50% - 0.5rem);
    margin: 0.25rem;
  }
}
@media (min-width: 1200px) {
  .foot_link {
    width: 420px;
    margin-left: auto;
  }
}

.foot_bottom {
  font-size: 0.875em;
  line-height: 1.2;
  color: #9e9e9e;
  background-color: #222222;
}
@media (max-width: 1399px) {
  .foot_bottom div[class^=foot]:nth-child(1) {
    margin-bottom: 0.5rem;
  }
}
.foot_bottom .container {
  padding: 1rem;
}
@media (min-width: 1200px) {
  .foot_bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foot_bottom .container .foot_time {
    margin-left: auto;
  }
}

/*-------------------------------------------------------------------------------*/
/*    $Skip-main                                                                             */
/*-------------------------------------------------------------------------------*/
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: #0074d3;
  top: auto;
  left: calc(50% - 110px);
  width: 220px;
  height: auto;
  overflow: auto;
  margin: 10px auto;
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  font-size: 1em;
  z-index: 999;
}

/*-------------------------------------------*\
	nav-lang.scss

	Index
  - 1.wrapper
  - 2.下拉
	- 3.子項目
	- 4.open
\*-------------------------------------------*/
.nav_lang_wrap {
  position: relative;
  z-index: 999;
  margin-left: 0.75rem;
}

.nav_lang_parent {
  position: relative;
  display: block;
  padding: 0 1.75rem 0 0.75rem;
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
  border-radius: 0.5rem;
}
.nav_lang_parent:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 0.5rem;
  width: 13px;
  height: 13px;
  background: url(../../images/nav_lang_arrow.svg) no-repeat center center;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav_lang_parent:hover, .nav_lang_parent:focus {
  color: #005bb5;
  background-color: #ffffe9;
}

.nav_lang {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  width: 100%;
  margin-top: -20px;
  background-color: white;
  border: 1px solid #3c3c3c;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nav_lang a {
  position: relative;
  display: block;
  padding: 0.5rem;
  line-height: 1.5;
  text-align: center;
  color: #3c3c3c;
}
.nav_lang a:hover, .nav_lang a:focus {
  color: white;
  background-color: #005bb5;
}
.nav_lang a:focus {
  outline: none;
}
.nav_lang a:focus:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px dotted #ffcc02;
}

.lang-open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lang-open + .nav_lang {
  visibility: inherit;
  margin-top: 2px;
  word-wrap: break-word;
  opacity: 1;
}

/*-------------------------------------------*\
	Header_Search.scss

	Index
  - 1.wrapper
  - 2.mask
	- 3.search bntton
	- 4.search_inner
	- 5.content
	- 6.nojs
\*-------------------------------------------*/
.header_search {
  pointer-events: none;
  position: absolute;
  z-index: 12;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0.875em;
  line-height: 2.5;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-mask {
  background: rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}

.search_parent {
  pointer-events: auto;
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  margin: 2px;
  background: url(../../images/icon-search-btn.svg) no-repeat center/15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .search_parent {
    right: 1rem;
  }
}
@media (min-width: 1400px) {
  .search_parent {
    left: calc(50% + 620px - (50px + 1rem));
  }
}
@media (min-width: 1600px) {
  .search_parent {
    left: calc(50% + 770px - (50px + 1rem));
  }
}
.search_parent:hover, .search_parent:focus {
  background: url(../../images/icon-search-btn-hover.svg) no-repeat center/15px;
}
.search_parent:focus {
  outline-offset: 0;
}

.search_inner {
  pointer-events: auto;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  width: 100%;
  padding: 5rem 2rem 3rem;
  background: white;
  opacity: 0;
}
@media (min-width: 768px) {
  .search_inner {
    padding: 3rem 2rem;
  }
}
.search_inner label {
  position: absolute;
  left: -10000px;
  color: transparent;
}
.search_inner input:focus {
  outline-offset: 2px;
  outline: 2px dotted #7c65b8;
}
.search-open + .search_inner {
  visibility: inherit;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search_txt {
  width: calc(100% - 45px);
  -webkit-appearance: none;
  border-radius: 0;
  height: 40px;
  border: 0;
  color: #504d4d !important;
  background-color: transparent !important;
  border-bottom: 1px solid #3c3c3c;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 576px) {
  .search_txt {
    width: 70%;
  }
}
.search_txt::-webkit-input-placeholder {
  color: #504d4d !important;
}
.search_txt::-moz-placeholder {
  color: #504d4d !important;
}
.search_txt:-ms-input-placeholder {
  color: #504d4d !important;
}
.search_txt::-ms-input-placeholder {
  color: #504d4d !important;
}
.search_txt::placeholder {
  color: #504d4d !important;
}
.search_txt:focus {
  background-color: #ffffe9 !important;
}
.search_btn {
  border: 0;
  width: 40px;
  height: 40px;
  text-indent: 40px;
  white-space: nowrap;
  overflow: hidden;
  background: url(../../images/icon-search-btn.svg) no-repeat center center/18px;
}
.search_btn:hover {
  background: url(../../images/icon-search-btn-hover.svg) no-repeat center center/18px;
}
.search_btn:focus {
  background: #ffffe9 url(../../images/icon-search-btn-hover.svg) no-repeat center center/18px;
}
.search_keywords i, .search_keywords ul, .search_keywords li {
  display: inline-block;
}
.search_keywords i {
  color: #404040;
  font-weight: bold;
}
.search_keywords ul {
  margin-left: -0.25rem;
}
.search_keywords li a {
  padding: 0 0.25rem;
  color: #404040;
}
.search_close {
  position: absolute;
  z-index: 3;
  display: block;
  text-align: center;
  top: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.search_close:before, .search_close:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 1px;
  height: 46px;
  background-color: #3c3c3c;
  -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, .search_close:focus:before, .search_close:focus:after {
  background-color: #0074d3;
}

.no-js .search_parent,
.no-js .header_search input {
  display: none;
}
.no-js .header_search {
  right: 0;
  padding-top: 50px;
  z-index: 999;
  text-align: center;
}
@media (min-width: 768px) {
  .no-js .header_search {
    width: 440px;
  }
}
@media (min-width: 1200px) {
  .no-js .header_search {
    right: auto;
    left: calc(50% + 128px);
  }
}
@media (min-width: 1400px) {
  .no-js .header_search {
    left: calc(50% + 180px);
  }
}
@media (min-width: 1600px) {
  .no-js .header_search {
    left: calc(50% + 360px);
  }
}
.no-js .header_search noscript {
  display: block;
  padding: 0.25rem;
  line-height: 1.5;
  font-size: 0.875em;
  letter-spacing: 2px;
}
.no-js .header_search noscript a {
  display: inline-block;
  padding: 0 0.5rem;
  pointer-events: auto;
  color: #1e4aae;
}
.no-js .header_search noscript a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .no-js .header_search noscript {
    color: white;
    background-color: #3c3c3c;
  }
  .no-js .header_search noscript a {
    color: #0074d3;
  }
}

ul#ui-id-1 {
  z-index: 100 !important;
}

/*-------------------------------------------------------------------------------*/
/*    $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: 768px) {
  .error_inner {
    margin: 0 auto 0;
  }
}
.error_inner img {
  width: 100px;
}
.error_inner p {
  max-width: 30rem;
  padding: 1rem 0;
  color: rgba(34, 34, 34, 0.75);
  font-size: 1em;
  line-height: 1.2;
}
.error_inner p + p {
  padding-top: 0;
}
.error_inner .btn_home {
  margin: 1rem auto 0;
}

.error_tit {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #0074d3;
  font-size: 4.21875em;
  font-weight: bold;
}
@media (min-width: 576px) {
  .error_tit {
    font-size: 7.03125em;
  }
}
.error_tit small {
  display: block;
  margin-top: 1rem;
  font-size: 40%;
  font-family: "Microsoft Jhenghei", "微軟正黑體", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error_tit small + small {
  margin-bottom: 0.75rem;
}

.btn_home {
  display: inline-block;
  width: 120px;
  padding: 0.75rem;
  color: white;
  background-color: #0074d3;
  border-radius: 100px;
}
.btn_home i {
  margin-right: 0.5rem;
}
.btn_home:hover, .btn_home:focus {
  background-color: #4d3098;
}

.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: #0074d3;
  border: 1px solid #0074d3;
  font-size: 0.875em;
  margin-bottom: 10px;
}
.error_link a:hover, .error_link a:focus {
  color: white;
  background-color: #0074d3;
  border: 1px solid #0074d3;
}
.error_link a.error_full {
  width: calc(100% - 8px);
}

.error_info {
  margin-top: 1.25rem;
  line-height: 1.5;
  color: rgba(34, 34, 34, 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;
}

/*-------------------------------------------*\
	_sticky_header.scss

	Index
  - 1.wrapper
\*-------------------------------------------*/
@media (min-width: 768px) {
  .header_wrap.sticky {
    position: fixed;
    top: 0;
    background-color: white;
  }
  .header_wrap.sticky .header_inner {
    height: 146px;
    padding-top: 16px;
  }
  .header_wrap.sticky .nav_top_wrap {
    top: -60px;
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .header_wrap.sticky .header_inner {
    height: 110px;
    padding: 10px 0;
  }
  .header_wrap.sticky .header_logo {
    width: 260px !important;
    height: 40px !important;
  }
}
@media (min-width: 1200px) {
  .header_wrap.sticky .header_inner {
    height: 60px;
    padding: 10px 0;
  }
  .header_wrap.sticky .header_logo {
    width: 360px !important;
    height: 50px !important;
  }
}
@media (min-width: 768px) {
  .header_search.sticky {
    top: -60px;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .megamenu.sticky {
    top: 86px;
    z-index: 14;
  }
  .megamenu.sticky + .ibanner_wrap, .megamenu.sticky + .contents_wrap {
    margin-top: 146px;
  }
}
@media (min-width: 992px) {
  .megamenu.sticky {
    top: 50px;
  }
  .megamenu.sticky + .ibanner_wrap, .megamenu.sticky + .contents_wrap {
    margin-top: 110px;
  }
}
@media (min-width: 1200px) {
  .megamenu.sticky {
    top: 0px;
  }
  .megamenu.sticky + .ibanner_wrap, .megamenu.sticky + .contents_wrap {
    margin-top: 60px;
  }
}

.no-js .header_wrap {
  position: fixed;
  top: 0;
  background-color: white;
}
.no-js .header_search {
  position: fixed;
}
.no-js .megamenu {
  z-index: 999;
}
.no-js .megamenu + .ibanner_wrap, .no-js .megamenu + .contents_head {
  margin-top: 128px;
}
/* 2024 首頁改版調整 */
:root{
  --share-btn:           #000000;
  --share-btn-hover:     #3f3f3f;
  --share-icon01:        #0074D3;
  --share-icon01-hover:  #005da8;
  --share-icon02:        #06C152;
  --share-icon02-hover:  #078d3d;
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
		overflow-x: hidden;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (min-width: 768px) {
  html {
    scroll-padding-top: 350px;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (min-width: 992px) {
  html {
    scroll-padding-top: 270px;
  }
}
@media screen and (prefers-reduced-motion: no-preference) and (min-width: 1200px) {
  html {
    scroll-padding-top: 220px;
  }
}

.sideNav{
  position: fixed;
  right: 0.5rem;
  bottom: 8rem;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all .2s ease-in-out;
}
.sideBanner{
  a{
    display: block;
    width: 70px;
    height: 70px;
    margin-bottom: 0.5rem;
    border-radius: .5rem;
    overflow: hidden;
    img{
      transition: all 0.2s ease-in-out;
    }
    &:hover{
      box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
      img{
        transform: scale(1.1);
      }
    }
    @media (min-width: 768px) {
      width: 90px;
      height: 90px;
    }
    @media (min-width: 992px) {
      width: 116px;
      height: 116px;
    }
  }
}
/* 分享 */
.sideShare{
  position: relative;
}
.scrollToTop a,
.sideShare-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  &::before{
    content: "";
    display: block;
    width: 60px;
    height: 60px;
  }
}
.sideShare-btn{
  background-color: var(--share-btn);
  &::before{
    background-image: url(../../images/side-icon-btn.svg);
  }
  &:hover{
    background-color: var(--share-btn-hover);
  }
}
[class^="side_share-"]{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  &::before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.side_share-icon1{
  background-color: var(--share-icon01);
  &:hover{
    background-color: var(--share-icon01-hover);
  }
  &::before{
    background-image: url(../../images/side-icon-share01.svg);
  }
}
.side_share-icon2{
  margin-top: 0.25rem;
  background-color: var(--share-icon02);
  &:hover{
    background-color: var(--share-icon02-hover);
  }
  &::before{
    background-image: url(../../images/side-icon-share02.svg);
  }
}
.side_share{
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: calc(60px + .5rem);
  padding: .5rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.side_share-open{display: flex;}
/* scrollToTop */
.scrollToTop{
  margin-top: 0.5rem;
  a{
    background-color: var(--share-icon01);
    &::before{
      background-image: url(../../images/scrolltop-icon.svg);
    }
    &:hover{
      background-color: var(-share-icon01-hover);
    }
  }
}