@charset "UTF-8";
/*手機版*/
/*非手機版*/
/*中間混合*/
/*某值(包含)以上*/
/*某值(不包含)以下*/
/*計算比例值*/
.gotop {
  width: 30px;
  height: 30px;
  position: fixed;
  z-index: 10;
  bottom: -40px;
  right: 20px;
  border-radius: 100%;
  background-color: rgba(244, 156, 0, 0.7);
  transition: all 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: scale(1.2);
}
.gotop:hover {
  transform: scale(1.2);
  background-color: rgba(244, 156, 0, 0.9);
}
@media screen and (min-width: 768px) {
  .gotop {
    transform: scale(1);
  }
}
.gotop.show {
  bottom: 20px;
}
.gotop .icon {
  width: 15px;
  height: 15px;
  transform: rotate(270deg);
}

.header .sub-header {
  background-color: #ffffff;
  width: 100%;
  display: none;
}
@media screen and (min-width: 992px) {
  .header .sub-header {
    display: block;
  }
}
.header .sub-header .sub-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
}
.header .sub-header .sub-header-wrapper .data-frame {
  display: flex;
  align-items: center;
  margin-left: 20px;
  height: 100%;
}
.header .sub-header .sub-header-wrapper .data-frame.area {
  margin-right: -7px;
}
.header .sub-header .sub-header-wrapper .data-frame.tw {
  margin-right: -14px;
}
.header .sub-header .sub-header-wrapper .data-frame.tw .text {
  font-family: "微軟正黑體", sans-serif;
}
.header .sub-header .sub-header-wrapper .data-frame.tw .menu-frame .menu-item {
  font-family: "微軟正黑體", sans-serif;
}
.header .sub-header .sub-header-wrapper .data-frame .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.header .sub-header .sub-header-wrapper .data-frame .info {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.header .main-header {
  background-color: #111111;
  width: 100%;
  display: none;
}
@media screen and (min-width: 992px) {
  .header .main-header {
    display: block;
  }
}
.header .main-header.ontop {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.header .main-header.ontop .main-header-wrapper {
  height: 50px;
}
.header .main-header .main-header-wrapper {
  display: flex;
  align-items: center;
  height: 75px;
}
.header .main-header .main-header-wrapper .main-logo {
  display: inherit;
}
@media screen and (min-width: 992px) {
  .header .main-header .main-header-wrapper .main-logo .icon {
    width: 146px;
    height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .header .main-header .main-header-wrapper .main-logo .icon {
    width: 218.8px;
    height: 25px;
  }
}
.header .main-header .main-header-wrapper .wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.header .main-header .main-header-wrapper .main-nav-frame {
  margin-right: 35px;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul {
  display: flex;
  align-items: center;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link {
  position: relative;
  padding: 0px 15px;
  white-space: nowrap;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .main-title {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  line-height: 75px;
  cursor: pointer;
  transition: color 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .main-title:hover {
  color: #F49C00;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .main-title.focus {
  color: #F49C00;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame {
  display: none;
  position: absolute;
  left: 0px;
  top: 55px;
  padding: 15px 0px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(51, 51, 51, 0.2);
  z-index: 3;
  opacity: 0;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame.display {
  display: table;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame.display.vertical {
  display: block;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame.display.vertical .label {
  margin-top: 10px;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame .block {
  padding: 0px 15px;
  display: table-cell;
  vertical-align: top;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame .label {
  font-size: 14px;
  font-weight: 700;
  background-color: #444444;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  padding: 2px 15px;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame .item {
  margin-bottom: 10px;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame .item:last-child {
  margin-bottom: 0px;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame .item .link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  transition: color 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame .item .link:hover {
  color: #F49C00;
}
.header .main-header .main-header-wrapper .main-nav-frame .nav-ul .main-link .link-frame .item .link .icon {
  min-width: 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.header .main-header .main-header-wrapper .action-icon {
  cursor: pointer;
}
.header .main-header .main-header-wrapper .action-icon[href] {
  display: flex;
}
.header .main-header .main-header-wrapper .action-icon.member {
  margin-right: 15px;
}
.header .main-header .main-header-wrapper .action-icon:hover .text {
  color: #F49C00;
}
.header .main-header .main-header-wrapper .action-icon .text-wrapper {
  display: flex;
  align-items: center;
}
.header .main-header .main-header-wrapper .action-icon .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  transition: color 200ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header .main-header .main-header-wrapper .action-icon .icon {
  width: 20px;
  height: 20px;
}
.header .main-header .main-header-wrapper .search-btn {
  position: absolute;
  right: 0px;
  /*for ie*/
  top: 50%;
  margin-top: -10px;
}
.header .main-header .main-header-wrapper .close-search-btn {
  position: absolute;
  right: 0px;
  opacity: 0;
  display: none;
  /*for ie*/
  top: 50%;
  margin-top: -8px;
}
.header .main-header .main-header-wrapper .close-search-btn .icon {
  width: 16px;
  height: 16px;
}
.header .main-header .main-header-wrapper .search-input-frame {
  position: absolute;
  right: 30px;
  opacity: 0;
  display: none;
  /*for ie*/
  top: 50%;
  margin-top: -17px;
  width: 500px;
}
.header .main-header .main-header-wrapper .seperate {
  border-right: 1px solid #ffffff;
  height: 15px;
  margin: 0px 18px;
  margin-bottom: 3px;
}
.header .mobile-header {
  background-color: #111111;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0px;
  z-index: 10;
  padding: 0px 20px;
}
@media screen and (min-width: 992px) {
  .header .mobile-header {
    display: none;
  }
}
.header .mobile-header .main-logo {
  display: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .mobile-header .main-logo .icon {
  width: 201.3px;
  height: 23px;
}
.header .mobile-header .action-icon {
  display: inherit;
  cursor: pointer;
}
.header .mobile-header .action-icon .icon {
  width: 22px;
  height: 22px;
}
.header .mobile-header .action-icon.search-btn {
  position: absolute;
  right: 20px;
  /*for ie*/
  top: 50%;
  margin-top: -10px;
}
.header .mobile-header .action-icon.search-btn .icon {
  width: 20px;
  height: 20px;
}
.header .mobile-header .action-icon.close-search-btn {
  position: absolute;
  right: 20px;
  opacity: 0;
  display: none;
  /*for ie*/
  top: 50%;
  margin-top: -8px;
}
.header .mobile-header .action-icon.close-search-btn .icon {
  width: 16px;
  height: 16px;
}
.header .mobile-header .search-input-frame {
  position: absolute;
  right: 50px;
  opacity: 0;
  display: none;
  /*for ie*/
  top: 50%;
  margin-top: -17px;
  width: calc(100% - 110px);
}
.header .mobile-nav {
  position: fixed;
  top: 0px;
  width: 70%;
  left: -70%;
  height: 100%;
  background-color: #ffffff;
  z-index: 12;
}
@media screen and (min-width: 992px) {
  .header .mobile-nav {
    display: none;
  }
}
.header .mobile-nav .action-frame {
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
  border-bottom: 1px solid #e9e9e9;
}
.header .mobile-nav .action-frame .action-icon {
  cursor: pointer;
  display: inherit;
}
.header .mobile-nav .action-frame .action-icon .icon {
  width: 20px;
  height: 20px;
}
.header .mobile-nav .action-frame .close-btn {
  margin-left: auto;
}
.header .mobile-nav .action-frame .close-btn .icon {
  width: 14px;
  height: 14px;
}
.header .mobile-nav .content-frame {
  overflow-y: auto;
  height: calc(100% - 50px);
  padding-bottom: 20px;
}
.header .mobile-nav .main-nav-frame {
  border-bottom: 1px solid #e9e9e9;
}
.header .mobile-nav .main-nav-frame .main-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  color: #444444;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
}
.header .mobile-nav .main-nav-frame .main-title:hover {
  color: #F49C00;
}
.header .mobile-nav .main-nav-frame .main-title.active .icon {
  animation: arrow-down 0.5s forwards;
}
.header .mobile-nav .main-nav-frame .main-title.non-active .icon {
  animation: arrow 0.5s forwards;
}
.header .mobile-nav .main-nav-frame .main-title .icon {
  width: 12px;
  height: 12px;
}
@keyframes arrow-down {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes arrow {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.header .mobile-nav .main-nav-frame .link-frame {
  padding: 0px 20px;
  max-height: 0px;
  overflow: hidden;
  background: linear-gradient(to bottom, #e8e8e8 0px, #e8e8e8 3px, #f8f8f8 3px, #f8f8f8 100%);
}
.header .mobile-nav .main-nav-frame .link-frame .block {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header .mobile-nav .main-nav-frame .link-frame .item .link {
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 30px;
}
.header .mobile-nav .main-nav-frame .link-frame .item .link:hover {
  color: #F49C00;
}
.header .mobile-nav .main-nav-frame .link-frame .item .link .icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.header .mobile-nav .main-nav-frame .link-frame .label {
  width: 100%;
  margin-bottom: 10px;
  padding: 3px 0px;
  text-align: center;
  font-size: 15px;
}
.header .mobile-nav .subscribe-frame {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px;
}
.header .mobile-nav .subscribe-frame .subscribe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #111111;
  color: #F49C00;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border-radius: 4px;
  padding: 15px;
}
.header .mobile-nav .subscribe-frame .subscribe-btn .icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.header .mobile-nav .socail-frame {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 20px;
}
.header .mobile-nav .socail-frame .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.header .mobile-nav .socail-frame .wrapper {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.header .mobile-nav .socail-frame .wrapper .icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.header .mobile-nav .logout-icon {
  margin-top: 20px;
  margin-left: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.header .mobile-nav .logout-icon .icon {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.header .header-bg {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .header .header-bg {
    display: none;
  }
}

.search-input-frame {
  background: #ffffff;
  border-radius: 100px;
  height: 34px;
}
.search-input-frame .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.search-input-frame .search-input {
  outline: none;
  font-weight: 300;
  color: #333333;
  border: none;
  padding: 0px 5px 0px 15px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 15px;
  margin-right: auto;
}
.search-input-frame .search-input::placeholder {
  color: #999999;
}
.search-input-frame .submit-btn {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: inherit;
  margin-right: 12px;
}
.search-input-frame .submit-btn .icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
}

#adspace {
  margin-top: 20px;
  text-align: center;
  background-color: #E6E8EB;
  padding: 10px 0px;
}
#adspace .adrow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#adspace .adcol-8, #adspace .adcol-4, #adspace .adcol-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#adspace .adcol-8 {
  flex: 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  #adspace .adcol-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
#adspace .adcol-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  display: none;
}
@media screen and (min-width: 992px) {
  #adspace .adcol-4 {
    display: block;
  }
}
#adspace .adcol-12 {
  flex: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #adspace .mobile-show {
    display: none;
  }
}
#adspace .desktop-show {
  display: none;
}
@media screen and (min-width: 768px) {
  #adspace .desktop-show {
    display: block;
  }
}
#adspace .txtadrow {
  background-color: #f49c00;
  padding: 10px 10px 10px 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
#adspace .txtadrow a {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}
#adspace .txtadrow .tsp {
  color: #f6f6f6;
  font-size: 14px;
  padding: 3px 10px 0 3px;
  text-align: right;
}