@charset "UTF-8";
/* CSS Document */
@import url(https://bc57c3.claudeassets.com/20250916083004cs_/https://www.supermanexp.com/css/public/css/reset.css);
@import url(https://648c26.claudeassets.com/20250916083004cs_/https://www.supermanexp.com/css/public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(https://cd4929.claudeassets.com/20250916083004cs_/https://www.supermanexp.com/css/public/css/rwdgrid.css);
@import url(https://caf3d3.claudeassets.com/20250916083004cs_/https://www.supermanexp.com/css/public/css/textEditor.css);
@import url(https://6d7892.claudeassets.com/20250916083004cs_/https://www.supermanexp.com/css/public/css/contentbuilder.css);
@import url(https://271674.claudeassets.com/20250916083004cs_/https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;700&display=swap);
img.stonegroup {
  position: absolute;
  pointer-events: none;
  transform-origin: left top;
}
img.stonegroup.stone01 {
  top: 0;
  left: 70%;
  z-index: 10;
}
img.stonegroup.stone02 {
  bottom: 30%;
  left: 0%;
  z-index: 10;
}
img.stonegroup.stone03 {
  bottom: 40%;
  left: 15%;
  z-index: 10;
}
img.stonegroup.stone04 {
  top: -8%;
  left: 0%;
  z-index: 10;
}
img.stonegroup.stone05 {
  bottom: 0%;
  right: 0%;
  z-index: 10;
}
img.stonegroup.stone06 {
  bottom: 12%;
  right: 10%;
  z-index: 10;
}
img.stonegroup.stone07 {
  top: 0%;
  right: 0%;
  z-index: 10;
}
img.stonegroup.stone08 {
  bottom: 10%;
  left: 0%;
  z-index: 10;
}
img.stonegroup.stone09 {
  bottom: 0%;
  left: 10%;
  z-index: 10;
}
img.stonegroup.stone10 {
  bottom: 0%;
  right: 10%;
  z-index: 10;
}
@media (max-width: 767px) {
  img.stonegroup {
    transform: scale(0.5);
  }
}

body {
  background-color: #680505;
  font-family: sans-serif;
  font-size: 14px;
  color: #111;
}

html, body {
  scroll-behavior: smooth;
}

[class*=col-] {
  float: left;
  box-sizing: border-box;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

a {
  cursor: pointer;
  transition: 0.9s;
}
a:hover {
  color: #dcb98e;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

*, .b-box {
  box-sizing: border-box;
  outline: none;
}

input[type=text] {
  -webkit-appearance: none;
  font-family: "serif";
}

textarea {
  -webkit-appearance: none;
  font-family: "serif";
}

/*內頁*/
.inscontent {
  background: #fff;
  border: 1px solid #b76019;
  border-top: 3px solid #b76019;
  padding: 40px;
}
@media (max-width: 767px) {
  .inscontent {
    padding: 40px 20px;
  }
}

.classBox {
  padding-bottom: 40px;
}

.arrowArea {
  display: flex;
}
.arrowArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c3996f;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  border-radius: 99em;
  margin: 0 5px;
}
.arrowArea a:hover {
  background: #c3996f;
}

.sidelink {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translate(0, calc(-50% + 100px));
  transition: 0.9s 1.8s;
  opacity: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
}
.sidelink.sidelinkShow {
  transform: translate(0, calc(-50% + 50px));
  opacity: 1;
}
.sidelink a {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  writing-mode: tb-rl;
  display: inline-block;
  background: url(https://4b43c0.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/button-bottom.png) no-repeat bottom left;
  width: 67px;
  line-height: 67px;
  padding: 25px 0 40px;
  position: relative;
  text-shadow: -1px -2px 11px #d6b411;
  margin-bottom: 25px;
  transition: 0.6s;
}
.sidelink a:hover {
  transform: translate(0, -10px);
}
.sidelink a:hover::after {
  opacity: 1;
}
.sidelink a img {
  padding: 0 0 0 4px;
}
.sidelink a::before {
  content: "";
  width: 100%;
  height: 53px;
  background: url(https://2b03da.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/button-top.png) no-repeat;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate(0, -20px);
}
.sidelink a::after {
  content: "";
  width: 10px;
  height: 100px;
  display: block;
  background: url(https://7aed61.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/button-light.png);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.6s;
}
@media (max-width: 767px) {
  .sidelink {
    left: 0;
    bottom: 15px;
    width: 100%;
    top: auto;
    right: auto;
    justify-content: center;
    flex-direction: row;
  }
  .sidelink.sidelinkShow {
    transform: translate(0, 0);
    opacity: 1;
  }
  .sidelink a {
    transform: scale(0.8) translate(-15px, 0);
    margin-bottom: 0px;
    width: auto;
    height: 67px;
    display: flex;
    align-items: center;
    writing-mode: horizontal-tb;
    background: url(https://2e43f0.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/button-bottom_z.png) no-repeat bottom left;
    padding: 0 0 0 30px;
    padding-left: 30px;
    line-height: 67px;
    font-size: 20px;
  }
  .sidelink a:hover {
    transform: translate(0, -10px) scale(0.8);
  }
  .sidelink a::before {
    content: "";
    width: 67px;
    height: 100%;
    background: url(https://47a5f4.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/button-top_z.png) no-repeat;
    display: block;
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
    transform: translate(44px, 0px);
  }
  .sidelink a::after {
    content: "";
    width: 100px;
    height: 10px;
    display: block;
    background: url(https://4d54c3.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/button-light_z.png);
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    opacity: 0;
    transition: 0.6s;
  }
}

@keyframes butvideoround {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.social {
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translate(0, calc(-50% + 100px));
  transition: 0.9s 0.9s;
  z-index: 50;
  opacity: 0;
}
.social.socialShow {
  transform: translate(0, calc(-50% + 50px));
  opacity: 1;
}
.social a {
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 10px 0;
  position: relative;
}
.social a i {
  position: relative;
  z-index: 2;
}
.social a svg {
  fill: #fff;
  filter: drop-shadow(-1px -2px 11px #d6b411);
  position: relative;
  z-index: 2;
}
.social a::after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 99em;
  background: url(https://487bff.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/socialbg.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.social a:hover::after {
  animation: butvideoround 900ms infinite ease-in-out;
}
@media (max-width: 767px) {
  .social {
    display: none !important;
    left: 10px;
  }
  .social.socialShow {
    transform: translate(0, 0);
    opacity: 1;
  }
  .social a {
    width: 45px;
    height: 45px;
    margin: 5px 0;
    font-size: 18px;
  }
  .social a::after {
    width: 45px;
    height: 45px;
    background-size: cover;
  }
}

.outerWrap {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.wrap {
  z-index: 15;
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
.wrap.inswrap {
  border: 1px solid #4a2d1d;
  margin-top: 90px;
  padding: 65px 120px;
  background: rgba(0, 0, 0, 0.3);
  transform: translate(0, 40px);
  opacity: 0;
  transition: 0.9s 0.6s;
}
.wrap.inswrap.inswrapShow {
  transform: translate(0, 0px);
  opacity: 1;
}
@media (max-width: 1420px) {
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .wrap.inswrap {
    margin-top: 40px;
    padding: 20px;
  }
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 50%;
  top: 48%;
  max-width: 500px;
  width: 90%;
  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;
  background: #fff;
}
.moduleBox.show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.moduleBox .box {
  padding-bottom: 20px;
}
.moduleBox .box h4 {
  background: #e17b20;
  position: relative;
  margin-bottom: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.moduleBox .box .btn {
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.moduleBox .box .reset .resetButton {
  background: #e6e6e6;
  color: #7d7d7d;
}
.moduleBox .box .reset .resetButton:hover {
  background: #7d7d7d;
  color: #fff;
}
.moduleBox .box .login {
  width: 300px;
  margin: 0 auto;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

a.moduleClose {
  position: absolute;
  top: 0px !important;
  right: 0;
  transform: translate(-80%, 30%);
  color: #fff;
  font-size: 20px !important;
  z-index: 2;
}

.classNote {
  padding-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
  color: #111;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*****網頁頭*****/
header {
  background: url(https://e65b61.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/headerbg.png) repeat-x top left;
  height: 95px;
  transform: translate(0, -100px);
  transition: 0.9s;
  transition: 0.9s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}
header.headerShow {
  transform: translate(0, 0px);
}
header .wrap {
  display: flex;
  justify-content: center;
}
header .wrap .logo {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  text-align: center;
}
header .wrap .logo span {
  position: absolute;
  bottom: 100%;
}
@media (max-width: 1420px) {
  header .wrap .logo {
    width: 250px;
    transform: translate(-50%, -5px);
  }
  header .wrap .logo img {
    width: 100%;
    display: block;
  }
}

/*menu*/
.menu {
  padding-right: 35px;
}
.menu > li {
  position: relative;
  display: inline-block;
}
.menu > li:first-child > a {
  padding-left: 50px;
}
.menu > li.rightlogo {
  margin-right: 180px;
}
.menu > li.leftlogo {
  margin-left: 180px;
}
.menu > li > a {
  position: relative;
  display: block;
  padding: 3px 25px;
  line-height: 66px;
  font-size: 16px;
  color: #fff;
}
.menu > li > a:hover, .menu > li > a.current {
  color: #dcb98e;
}
.menu a.otherlink {
  color: #dcb98e;
  font-size: 16px;
  border: 1px solid #8e492e;
  display: inline-block;
  line-height: 28px;
  padding: 0 8px;
  margin: 0 3px;
  transition: 0.9s;
}
.menu a.otherlink img {
  display: none;
}
.menu a.otherlink:hover {
  border: 1px solid #cf9b63;
  background: linear-gradient(#751111, #9c0600);
}
.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 150px;
  text-align: center;
}
.menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: #fff;
}
.menu .submenu a:hover {
  color: #fff;
  background-color: #516190;
}
@media (max-width: 1420px) {
  .menu {
    padding-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu > li:first-child > a {
    padding-left: 50px;
  }
  .menu > li.rightlogo {
    margin-right: 120px;
  }
  .menu > li.leftlogo {
    margin-left: 150px;
  }
  .menu > li > a {
    padding: 3px 10px;
  }
}

/*手機menu*/
.m_menu {
  display: none;
}

/*頁尾資訊*/
footer {
  position: relative;
  z-index: 10;
}
footer.footerShow .footermain .footerInfo {
  transform: translate(0, 0px);
  opacity: 1;
}
footer.footerShow .footermain .customerArea {
  transform: translate(0, 0px);
  opacity: 1;
}
footer .footermain .wrap {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 80px 0;
}
footer .footermain .wrap h2 {
  color: #e17b20;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
footer .footermain .footerInfo {
  transform: translate(0, -40px);
  opacity: 0;
  transition: 0.6s;
  font-size: 14px;
  color: #dbdbdb;
  line-height: 2;
  width: 50%;
  padding: 0 40px;
}
footer .footermain .footerInfo strong {
  font-size: 17px;
  display: inline-block;
  padding-bottom: 5px;
  color: #fff;
}
footer .footermain .footerInfo b {
  color: #e17b20;
}
footer .footermain .footerInfo a {
  display: inline-block;
  padding-left: 10px;
  color: #dbdbdb;
}
footer .footermain .footerInfo a:hover {
  color: #dcb98e;
}
footer .footermain .customerArea {
  transform: translate(0, -40px);
  opacity: 0;
  transition: 0.6s 0.6s;
  width: 50%;
  padding: 0 40px;
  border-left: 1px solid #3e2926;
}
footer .footermain .customerArea .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}
footer .footermain .customerArea .arrowArea {
  padding-left: 170px;
  transform: translate(0, -100%);
  z-index: 6;
}
footer .footermain .customerArea .slick-dots {
  bottom: 0px;
  right: 0;
  left: auto;
  width: 50%;
  margin: 0;
  z-index: 5;
  text-align: right;
  transform: translate(0, 0%);
}
footer .footermain .customerArea .slick-dots li {
  margin: 0;
}
footer .footermain .customerArea .slick-dots li.slick-active button::before {
  background: #c19a6f;
}
footer .footermain .customerArea .slick-dots li button {
  position: relative;
}
footer .footermain .customerArea .slick-dots li button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 99em;
  opacity: 1;
  background: transparent;
  border: 1px solid #c19a6f;
}
footer .footermain .customerArea ul.customerList {
  padding: 30px 0 0;
}
footer .footermain .customerArea ul.customerList li .item .Img {
  width: 140px;
  float: left;
  margin-right: 30px;
}
footer .footermain .customerArea ul.customerList li .item .Img img {
  display: block;
  width: 100%;
  border-radius: 99em;
  border: 2px solid #aa5c1a;
}
footer .footermain .customerArea ul.customerList li .item .Txt h4 {
  font-size: 17px;
  color: #fff;
  padding-bottom: 10px;
}
footer .footermain .customerArea ul.customerList li .item .Txt h4 a {
  color: #fff;
}
footer .footermain .customerArea ul.customerList li .item .Txt h4 a:hover {
  color: #dcb98e;
}
footer .footermain .customerArea ul.customerList li .item .Txt p {
  font-size: 14px;
  color: #dbdbdb;
  line-height: 23px;
  height: 46px;
  max-height: 46px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
footer .copyright {
  z-index: 11;
  background: url(https://76974f.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/footerbg.png) repeat-x bottom left;
  height: 95px;
  padding: 22px 0 17px;
  line-height: 56px;
  position: relative;
}
footer .copyright .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
footer .copyright .wrap a.goTop {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 18px);
}
footer .copyright .wrap a.goTop img {
  display: block;
}
footer .copyright .wrap ul.down_menu {
  color: #969696;
  display: flex;
  line-height: 15px;
}
footer .copyright .wrap ul.down_menu li {
  border-right: 1px solid #969696;
  padding: 0 8px;
}
footer .copyright .wrap ul.down_menu li:last-child {
  border-right: none;
}
footer .copyright .wrap ul.down_menu a {
  color: #fff;
}
footer .copyright .wrap ul.down_menu a:hover {
  color: #dcb98e;
}
footer .copyright .wrap .translateIbest {
  color: #fff;
}
footer .copyright .wrap .translateIbest .design {
  display: inline-block;
  padding-left: 10px;
}
footer .copyright .wrap .translateIbest a {
  color: #fff;
}
footer .copyright .wrap .translateIbest a:hover {
  color: #dcb98e;
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 100px;
  }
  footer .footermain .wrap {
    flex-direction: column;
  }
  footer .footermain .wrap .footerInfo {
    width: 100%;
  }
  footer .footermain .wrap .customerArea {
    width: 100%;
    padding-top: 40px;
  }
  footer .footermain .wrap .customerArea .slick-dots {
    width: 35%;
  }
  footer .copyright {
    line-height: 18px;
    padding-top: 33px;
  }
  footer .copyright .wrap a.goTop {
    width: 100px;
  }
  footer .copyright .wrap a.goTop img {
    width: 100%;
  }
  footer .copyright .wrap ul.down_menu {
    flex-wrap: wrap;
  }
  footer .copyright .wrap ul.down_menu li {
    padding: 0 4px;
  }
  footer .copyright .wrap .translateIbest {
    width: 50%;
  }
}

/*********內頁**********/
/**********************/
.mainArea {
  padding: 100px 0;
  min-height: 80vh;
  position: relative;
}
.mainArea img.mainbg {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1023px) {
  .mainArea {
    padding: 40px 0;
  }
}

.infoBox {
  padding-bottom: 60px;
}
.infoBox article {
  color: #d2d3d5;
  font-size: 14px;
  text-align: center;
}

.titleBox {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
}
.titleBox::after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #b01c1c;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.titleBox > i {
  display: block;
  font-size: 14px;
  color: #dd2c30;
  font-weight: 100;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}
.titleBox > em {
  display: block;
  font-size: 75px;
  color: transparent;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
  padding: 20px 0;
  letter-spacing: 3px;
  transition: 0.6s 0.3s;
  font-weight: bold;
  position: relative;
  color: #a4774e\9 ;
}
.titleBox > em::before {
  width: 100%;
  content: attr(data-txt);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-text-fill-color: transparent;
  color: transparent;
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url(https://58703b.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/dighttext.jpg);
  text-shadow: none;
  background-image: none\9 ;
}
.titleBox > em::after {
  content: "";
  width: 85px;
  height: 55px;
  display: block;
  background: url(https://436884.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/icon-light.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(100%, -110%);
  z-index: -1;
}
.titleBox > h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .titleBox > em {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .titleBox > em {
    font-size: 40px;
  }
  .titleBox.ins > h2 {
    font-size: 25px;
  }
  .titleBox.ins > em {
    font-size: 35px;
  }
}

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .titleBox > em {
    color: #a4774e;
  }
  .titleBox > em::before {
    background-image: none;
  }
}
.btn {
  padding-top: 40px;
  text-align: center;
}
.btn a {
  color: #e17b20;
  font-weight: bold;
  font-size: 14px;
  transition: 0.9s;
  cursor: pointer;
  color: #bbbbbb;
  padding: 10px 80px;
  border: 1px solid #54392d;
  font-family: "Oswald", sans-serif;
}
.btn a:hover {
  color: #2e1308;
  background: #fff;
}
@media (max-width: 767px) {
  .btn {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.bread {
  font-size: 14px;
  color: #a6a6a6;
  text-align: center;
  padding-bottom: 50px;
}
.bread span {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}
.bread a {
  color: #a6a6a6;
}
.bread a:hover {
  color: #fff;
}
.bread a.home {
  color: #fff;
}
.bread i {
  padding: 0 5px 0 0;
  color: #fff;
}
.bread h2 {
  color: #a6a6a6;
  display: inline-block;
}
.side_share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  padding-top: 40px;
}
.side_share i {
  font-size: 20px;
  display: inline-block;
  padding-right: 5px;
}
.side_share a {
  padding: 3px 3px 3px 10px;
  display: flex;
  align-items: center;
}
.side_share a svg {
  border-radius: 99em;
  overflow: hidden;
  margin-right: 5px;
}
.side_share a.line {
  color: #4ecd00;
}
.side_share a.line svg {
  fill: #fff;
  background: #4ecd00;
}
.side_share a.fb {
  color: #3c77c7;
}
.side_share a.fb svg {
  fill: #fff;
  background: #3c77c7;
}
.side_share a.twitter {
  color: #43bceb;
}
.side_share a.twitter svg {
  fill: #fff;
  background: #43bceb;
}
@media (max-width: 767px) {
  .side_share a {
    padding: 3px;
  }
  .side_share a span {
    display: none;
  }
}

.mainArea .contentBox {
  clear: both;
}

.articleTitle {
  /*文章標題*/
  clear: both;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  border-left: 3px solid #e17b20;
  padding-left: 5px;
  margin-bottom: 40px;
}

table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url("https://6e418f.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

/*類別*/
.m_classLink {
  display: none;
}
@media (max-width: 767px) {
  .m_classLink {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #fff;
    border: 1px solid #CCC;
    position: relative;
    padding: 10px;
    /* IE6-9 */
  }
  .m_classLink a.main i {
    display: block;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .m_classLink ul {
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
    color: #000;
  }
  .m_classLink ul li a:hover {
    background: #e17b20;
    color: #fff;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}

.classLink {
  border-bottom: 1px solid #372423;
  font-size: 16px;
  color: #898989;
  display: flex;
  justify-content: center;
}
.classLink a {
  position: relative;
  display: block;
  padding: 0 25px 25px;
  color: #898989;
  transition: 0.9s;
}
.classLink a::after {
  content: "";
  width: 150%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), white, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  display: block;
  opacity: 0;
  transition: 0.6s;
}
.classLink a:hover {
  color: #fff;
}
.classLink a.current {
  color: #fff;
}
.classLink a.current::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .classLink {
    display: none;
  }
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #061540;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**********適應性**********/
/************************/
@media (max-width: 1180px) {
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px;
  }

  .wrap {
    width: 100%;
    padding: 0 20px;
  }

  header {
    display: none;
  }

  /*手機menu*/
  .m_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    box-shadow: 0 2px 5px rgba(126, 126, 126, 0.68);
  }
  .m_menu .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
  }
  .m_menu .m_logo {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    transform: translate(0, -10px);
  }
  .m_menu .m_logo img {
    display: block;
    width: 100%;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    background: url(https://e65b61.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/headerbg.png) repeat-x top left;
    height: 60px;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 45px;
    height: 45px;
    border: 2px solid #8d4a2f;
    background: #7a0001;
    box-shadow: inset 3px 4px 20px 0px rgba(0, 0, 0, 0.42), 1px -1px 10px black;
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -0.5px;
    width: 26px;
    height: 1px;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff3e7;
    display: block;
    transition: all 0.5s;
    box-shadow: 1px 0px 5px 2px rgba(193, 163, 26, 0.6);
  }
  .m_menu .controlBox a.main span:before {
    top: -5px;
  }
  .m_menu .controlBox a.main span:after {
    bottom: -5px;
  }
  .m_menu .controlBox a.main.show span {
    background-color: transparent;
  }
  .m_menu .controlBox a.main.show span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .m_menu .controlBox a.main.show span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .mfun {
    display: flex;
    justify-content: center;
    padding: 15px;
  }
  .mfun a {
    font-size: 18px;
    border: 1px solid #e17b20;
    width: 30px;
    height: 30px;
    border-radius: 99em;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    margin: 3px;
  }

  .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
    width: 100%;
    padding: 140px 0 60px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background: url(https://f10e97.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/mobilebg.jpg);
  }
  .hideBox .sp {
    display: none;
  }
  .hideBox .social {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0%);
    z-index: 50;
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
  }
  .hideBox .social a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hideBox .social a svg {
    padding: 2px;
  }

  .nav li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-style: italic;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  }
  .nav li a:hover {
    color: #dcb98e;
  }
  .nav li a:hover::before, .nav li a:hover::after {
    opacity: 1;
  }
  .nav li a::before, .nav li a::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #dcb98e;
    margin: 0 10px;
    opacity: 0;
    transition: 0.9s;
  }
  .nav a.otherlink {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: url(https://2baf71.claudeassets.com/20250916083004im_/https://www.supermanexp.com/images/button-bg.jpg);
    font-size: 18px;
    font-weight: bold;
    margin: 10px auto;
    color: #fff;
    transition: 0.6s;
    box-shadow: inset 0px 0px 11px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    border: 2px solid transparent;
    /* border-width: 2px; */
    border-image: linear-gradient(to bottom right, #e8bc59, #d2852a, #a75e2a, #ffaf79);
    border-image-slice: 1;
  }
  .nav .submenu {
    display: none;
  }
  .nav .submenu a {
    padding: 10px 20px;
  }
  .nav .submenu a:hover {
    background-color: #999;
  }
}
/*480*/
@media (max-width: 480px) {
  .col-2 {
    float: none;
    width: 100%;
  }

  .col-3 {
    float: none;
    width: 100%;
  }

  .col-4 {
    float: none;
    width: 100%;
  }

  .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);
}
/*
     FILE ARCHIVED ON 09:56:53 Sep 07, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:52:17 Jul 30, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.816
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.041
  esindex: 0.02
  cdx.remote: 11.319
  LoadShardBlock: 225.01 (3)
  PetaboxLoader3.resolve: 210.558 (4)
  PetaboxLoader3.datanode: 86.267 (4)
  load_resource: 100.272
*/