@charset "UTF-8";
.linkblock li, .linkblock li i, .search-box, .search-box:focus, .search-icon, .logo img, .footer .ft-icon li, .breadcrumb .breadcrumb__item, .breadcrumb .breadcrumb__item:first-child:before, .tabsbox .tab::after {
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}

.wrapper--lg {
  max-width: 1280px;
}

.wrapper--md {
  max-width: 1024px;
}

.wrapper--sm {
  max-width: 768px;
}

.wrapper--xs {
  max-width: 480px;
}

.wrapper--fluid {
  max-width: 100%;
  margin: 0;
}

@media only screen and (max-width: 1470px) {
  .wrapper {
    padding: 0 15px;
  }
}

.hide {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container {
  margin-top: 114px;
}

@media only screen and (max-width: 1024px) {
  .container {
    margin-top: 102px;
  }
}

@media only screen and (max-width: 480px) {
  .container {
    margin-top: 49px;
  }
}

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

.edit iframe {
  max-width: 100%;
  height: 450px;
}

.edit table {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .edit iframe {
    width: 100%;
    height: 400px;
  }
}

/*IE 滿版背景圖晃動 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}

.header {
  width: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.header__linkblock {
  background: #f7f7f7;
  border-bottom: 1px #cccccc solid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__inner {
  background: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .header__inner {
    padding: 15px;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  .header__linkblock {
    background: none;
    border-bottom: none;
  }
  .header__inner {
    background: #f7f7f7;
  }
}

.linkblock {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.linkblock li {
  min-width: 45px;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.linkblock li i {
  font-size: 25px;
  color: #777777;
}

.linkblock li.login {
  margin-right: 10px;
}

.linkblock li.login i {
  margin-right: 5px;
  display: inline-block;
}

.linkblock li.login .welcome a {
  color: #0063b3;
  text-decoration: underline;
}

.linkblock li.login .logout {
  margin-left: 7px;
  cursor: pointer;
}

.linkblock li.login .logout::before {
  content: "\e903";
  font-family: 'icomoon';
  margin-right: 5px;
}

.linkblock li.icon {
  margin-left: 10px;
  position: relative;
}

.linkblock li.icon::before {
  content: "\f105";
  font-family: 'icomoon';
  color: #0063b3;
  margin-right: 6px;
}

.linkblock li.fb i {
  color: #1877f2;
}

.linkblock li.line i {
  color: #00b900;
}

.linkblock li.cart {
  background: #da0000;
  margin-left: 10px;
}

.linkblock li.cart i {
  font-size: 26px;
  color: #ffffff;
}

@media only screen and (max-width: 480px) {
  .linkblock {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .linkblock li {
    display: none;
  }
  .linkblock li.login {
    margin: 10px 10px 0 0;
    display: block;
  }
  .linkblock li.login i {
    display: none;
  }
  .linkblock li:nth-child(4) {
    margin: 0 55px 0 0;
    display: block;
  }
  .linkblock li:nth-child(4) .search-container {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.search-box {
  width: 45px;
  height: 45px;
  border: none;
  cursor: pointer;
  background: none;
  position: relative;
}

.search-box + label {
  width: 45px;
}

.search-box:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 300px;
  background: #ffffff;
  color: #777777;
}

.search-box:focus + label .search-icon {
  right: 10px;
}

.search-box:not(:focus) {
  text-indent: -5000px;
}

#search-submit {
  display: none;
}

.search-icon {
  position: absolute;
  right: calc(50% - 13px);
  top: calc(50% - 15px);
  font-size: 26px;
  color: #777777;
  cursor: pointer;
}

@media only screen and (min-width: 1024px) {
  .linkblock li:hover:last-child {
    background: #999999;
  }
  .linkblock li:hover:last-child i {
    color: #ffffff;
  }
  .linkblock li:hover.fb i, .linkblock li:hover.line i {
    color: #999999;
  }
  .linkblock li:hover i {
    color: #999999;
  }
  .search-icon:hover {
    color: #999999;
  }
}

.logo {
  position: relative;
  width: 145px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo img {
  max-width: 145px;
  height: auto;
}

.logo h1 {
  width: 100%;
  color: #ddd;
  font-size: 0.125rem;
  text-indent: -9999999px;
  position: absolute;
}

@media only screen and (min-width: 1024px) {
  .logo:hover img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@media only screen and (max-width: 1280px) {
  .logo {
    width: 120px;
  }
  .logo img {
    max-width: 120px;
  }
}

@media only screen and (max-width: 480px) {
  .logo {
    width: 85px;
  }
  .logo img {
    max-width: 85px;
  }
}

.nav {
  width: calc(100% - 145px);
  padding-left: 20px;
  position: relative;
}

.nav.arrow-blue .menuzord-menu > li > a .indicator {
  color: #0063b3;
}

.nav.arrow-blue .menuzord-menu > li.mobile-nav {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .nav.arrow-blue .menuzord-menu > li:hover > a {
    color: #ffffff;
    background: #0063b3;
  }
  .nav.arrow-blue .menuzord-menu > li:hover > a .indicator {
    color: #ffffff;
  }
  .nav.arrow-blue .menuzord-menu > li > ul.dropdown li:hover > a {
    color: #da0000;
  }
  .nav.arrow-blue .menuzord-menu > li > ul.dropdown li:hover > a .indicator {
    color: #0063b3;
  }
}

@media only screen and (max-width: 1280px) {
  .nav {
    width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 1024px) {
  .nav {
    width: 100%;
    float: left;
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .nav .menuzord-menu > li.mobile-nav {
    display: block !important;
  }
}

.footer {
  padding: 50px 0;
  color: #ffffff;
  background: #0063b3;
}

.footer__link {
  padding: 0 50px;
  margin-bottom: 1rem;
}

.footer__text {
  margin-bottom: 1rem;
  text-align: center;
}

.footer__text a {
  color: #ffffff;
}

.footer__icon {
  text-align: center;
  border-bottom: 1px #ffffff solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.footer__info {
  padding: 0 50px;
}

.footer .ft-link {
  text-align: center;
}

.footer .ft-link li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  display: inline-block;
  padding-right: 12px;
  margin-right: 10px;
  position: relative;
}

.footer .ft-link li a {
  color: #ffffff;
}

.footer .ft-link li::after {
  position: absolute;
  right: 0;
  top: 1px;
  content: "";
  width: 1px;
  height: 100%;
  background: #ffffff;
}

.footer .ft-link li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footer .ft-link li:last-child::after {
  display: none;
}

.footer .ft-icon li {
  margin: 0 10px;
  display: inline-block;
  position: relative;
}

.footer .ft-icon li img {
  height: 35px;
  width: auto;
}

.footer .ft-info {
  text-align: center;
}

.footer .ft-info li {
  display: inline-block;
  margin-right: 15px;
}

.footer .ft-info li i {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0;
}

.footer .ft-info li a {
  color: #ffffff;
}

.footer .ft-info li:last-child {
  margin-right: 0;
}

.footer .ft-cart {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background: #da0000;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 2;
}

.footer .ft-cart::before {
  content: "\e911";
  font-family: 'icomoon';
  margin-right: 6px;
  font-size: 24px;
}

@media only screen and (min-width: 1024px) {
  .footer__text a:hover {
    color: #cccccc;
  }
  .footer .ft-link li a:hover {
    color: #cccccc;
  }
  .ft-icon li:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .ft-info li a:hover {
    color: #cccccc;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
  .footer__link, .footer__info {
    padding: 0;
  }
  .footer__link {
    margin-bottom: 20px;
  }
  .footer .ft-link li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1rem;
  }
  .footer .ft-icon li {
    margin: 0 5px;
  }
  .footer .ft-icon li img {
    height: 25px;
  }
  .footer .ft-info li:last-child {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .footer {
    padding-bottom: 52px;
  }
  .footer .ft-cart {
    display: block;
  }
}

.inner-breadcrumb {
  background: #f7f7f7;
  margin: 0 0 2vw;
}

.inner-breadcrumb--no {
  margin-bottom: 0;
}

.breadcrumb {
  padding: 8px;
}

.breadcrumb .breadcrumb__item {
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
  color: #999999;
}

.breadcrumb .breadcrumb__item:after {
  content: "\f105";
  font-family: 'icomoon';
  font-size: 20px;
  vertical-align: bottom;
  margin-left: 10px;
}

.breadcrumb .breadcrumb__item:first-child:before {
  padding-left: 0;
  top: 0;
  position: relative;
  content: "\e92e";
  font-family: 'icomoon';
  font-size: 20px;
  background: none;
  vertical-align: bottom;
}

.breadcrumb .breadcrumb__item:last-child {
  padding-right: 0;
}

.breadcrumb .breadcrumb__item:last-child:after {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .breadcrumb .breadcrumb__item:hover {
    color: #0063b3;
  }
  .breadcrumb .breadcrumb__item:hover:first-child:before {
    color: #0063b3;
  }
  .breadcrumb .breadcrumb__item:hover:after {
    color: #999999;
  }
}

@media only screen and (max-width: 1024px) {
  .inner-breadcrumb {
    background: none;
    border: 1px #cccccc solid;
    border-width: 1px 0;
  }
}

.sidebar {
  width: 330px;
  padding-top: 40px;
}

.sidebar__title {
  padding: 0 15px;
  font-size: 24px;
  letter-spacing: .15rem;
  color: #0063b3;
  font-weight: 500;
}

.sidebar__title span {
  font-size: 14px;
}

.sidebar__title span::before {
  content: "/";
  margin-right: 5px;
}

.sidebar__inner {
  padding: 20px;
}

@media only screen and (max-width: 1440px) {
  .sidebar {
    width: 260px;
  }
}

@media only screen and (max-width: 1024px) {
  .sidebar {
    width: 100%;
    padding: 7px 20px;
    background: #0063b3;
    margin-top: 20px;
    border-radius: 3px;
  }
  .sidebar__title {
    color: #ffffff;
    font-size: 20px;
  }
  .sidebar__title--active {
    position: relative;
  }
  .sidebar__title--active::after {
    position: absolute;
    right: 10px;
    top: 5px;
    content: "\e90e";
    font-family: 'icomoon';
    color: #ffffff;
  }
  .sidebar__title--active.open::after {
    content: "\ea50";
  }
}

.main-content {
  width: calc(100% - 340px);
  margin-left: 10px;
  padding: 40px 0 0 40px;
  border-left: 1px #cccccc solid;
}

@media only screen and (max-width: 1440px) {
  .main-content {
    width: calc(100% - 270px);
  }
}

@media only screen and (max-width: 1024px) {
  .main-content {
    width: 100%;
    border-left: none;
    padding: 40px 0 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .main-content {
    padding-top: 20px;
  }
}

.tabsbox {
  position: relative;
}

.tabsbox .state {
  position: absolute;
  left: -10000px;
}

.tabsbox .flex-tabs .tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 1;
          flex-flow: 1;
  max-height: 50px;
}

.tabsbox .flex-tabs .panel {
  padding: 30px;
  width: 100%;
  min-height: 400px;
  display: none;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  position: relative;
}

.tabsbox .flex-tabs .panel::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: #cccccc;
  z-index: -1;
}

.tabsbox .tab {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.125rem;
  font-weight: 300;
  display: inline-block;
  padding: 10px 20px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}

.tabsbox .tab::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  content: "";
  background: #cccccc;
}

@media only screen and (min-width: 1024px) {
  .tabsbox .tab:hover::after {
    background: #0063b3;
  }
}

@media only screen and (max-width: 768px) {
  .tabsbox .flex-tabs .panel {
    padding: 20px 10px;
  }
}
