@charset "UTF-8";

.mainview .wrap,
.sectionItem .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1180px) {

  .mainview .wrap,
  .sectionItem .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.questionArea {
  position: relative;
  z-index: 0;
}

.questionArea::before,
.questionArea::after,
.questionArea .wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-140%);
  -ms-transform: translateY(-140%);
  transform: translateY(-140%);
  z-index: -1;
  width: 100%;
  height: 180px;
  background-repeat: repeat-x;
  -webkit-animation-name: txtMoveAnimationQuestion;
  animation-name: txtMoveAnimationQuestion;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.questionArea::before {
  background-image: url("../images/packageTxt1.png");
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
}

.questionArea::after {
  background-image: url("../images/packageTxt2.png");
  animation-direction: reverse;
  margin-top: 180px;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}

.questionArea .wrap::before {
  background-image: url("../images/packageTxt3.png");
  margin-top: 360px;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.shoppingCartArea {
  position: relative;
  z-index: 0;
}

.shoppingCartArea::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 165px;
  background-image: url("../images/shopCartTxt.png");
  background-repeat: repeat-x;
  -webkit-animation: txtMoveAnimationShop 100s linear infinite;
  animation: txtMoveAnimationShop 100s linear infinite;
}

@-webkit-keyframes txtMoveAnimationQuestion {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1920px 0;
  }
}

@keyframes txtMoveAnimationQuestion {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1920px 0;
  }
}

@-webkit-keyframes txtMoveAnimationShop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2258px 0;
  }
}

@keyframes txtMoveAnimationShop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2258px 0;
  }
}

.packageArea {
  background-color: #f8f8f8;
  line-height: 1.6;
}

.packageArea .wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.packageArea.full .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.packageArea.red {
  background-image: url("../images/bg.jpg");
}

.packageArea.red .questionBox .ins {
  background-image: url("../images/bg.jpg");
}

.packageArea.dark {
  background-image: url("../images/bg4.jpg");
}

.packageArea.dark .questionBox .ins {
  background-image: url("../images/bg4.jpg");
}

.packageArea .leftBox,
.packageArea .rightBox {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1180px) {

  .packageArea .leftBox,
  .packageArea .rightBox {
    width: 100%;
    border-top: 1px solid #ddd;
  }

  .packageArea .wrap {
    padding-bottom: 20px;
  }
}

.packageArea .leftBox,
.packageArea .rightBox {
  padding: 130px 0;
}

.packageArea .leftBox {
  padding-right: 6%;
}

@media (max-width: 1240px) {

  .packageArea .leftBox,
  .packageArea .rightBox {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 80px;
  }

  .firstPackage .leftBox {
    border-top: none;
    padding-top: 20px;
  }
}

.packageArea .rightBox {
  position: relative;
  padding-left: 6%;
}

@media (max-width: 1640px) {
  .packageArea .rightBox {
    padding-left: 10%;
  }
}

@media (max-width: 1180px) {
  .packageArea .rightBox {
    padding: 30px;
  }
}

.packageArea .titleBox {
  position: relative;
  margin-bottom: 30px;
}

.packageArea .titleBox .title {
  display: block;
  font-size: 26px;
  text-transform: none;
}

.packageArea .titleBox .Txt {
  font-weight: 400;
  letter-spacing: .02em;
  color: #444;
  font-size: 23px;
}

.packageArea .titleBox.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .packageArea .titleBox.article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.packageArea .text {
  font-size: 15px;
  letter-spacing: .08em;
  color: #666;
}

.packageArea .text2 {
  font-size: 15px;
  letter-spacing: .08em;
  color: #333;
}

/* @media (min-width: 1181px) {
  .firstPackage .leftBox {
    padding-left: 23%;
    padding-right: 9%;
  }
}

@media (min-width: 1181px) {
  .firstPackage .rightBox {
    padding-left: 9%;
    padding-right: 20%;
  }
} */

.articleArrowBox {
  position: relative;
}

@media (min-width: 481px) {
  .articleArrowBox {
    text-align: right;
  }
}

.articleArrowBox a {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -.02em;
  font-family: "Source Sans Pro", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

@media (min-width: 481px) {
  .articleArrowBox a {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .articleArrowBox a {
    margin-right: 12px;
  }
}

.articleArrowBox a:hover {
  color: #c80c16;
  border-bottom-color: #c80c16;
}

.pageBox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 40px);
}

@media (max-width: 1180px) {
  .pageBox {
    display: none;
  }
}

.pageBox:after {
  content: '';
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: calc(100% - 190px);
  background-color: #626262;
}

.pageBox .btn {
  margin-top: auto;
  margin-bottom: 20px;
}

.pageBox .btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  width: 110px;
  height: 110px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  color: #b2b2b2;
  font-family: "Amiri", "微軟正黑體", serif;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.pageBox .btn a.show {
  pointer-events: auto;
}

.pageBox .btn a:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  bottom: 20px;
  width: 1px;
  height: 15px;
  background-color: #d8d8d8;
}

.pageBox .btn a::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #c80c16;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.pageBox .btn a span {
  display: inline-block;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.pageBox .btn a:hover::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.pageBox .btn a:hover span {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  opacity: 0;
}

.questionBox {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 360px;
}

.questionBox:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 358px;
  height: 598px;
  background-image: url("../images/word_question_mark.svg");
  background-size: contain;
}

.questionBox .ins {
  padding: 30px 0;
}

.questionBox .en {
  font-size: 24px;
  font-family: "Amiri", "微軟正黑體", serif;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.questionBox .title {
  margin-bottom: 7px;
  font-weight: 400;
  font-size: 39px;
  letter-spacing: .06em;
}

.questionBox .Txt {
  font-size: 15px;
  letter-spacing: .06em;
}

.questionBox .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.packageTop {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  letter-spacing: .06em;
  color: #999;
  line-height: 1.4;
}

.priceList {
  margin-bottom: 50px;
  letter-spacing: .06em;
}

.priceList li {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}


.priceList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.priceList .left {
  width: 150px;
  padding-right: 30px;
  font-size: 14px;
  color: #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.priceList .right {
  font-size: 15px;
  color: #777;
}

.packageBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

@media (min-width: 1367px) {
  .packageBottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 1366px) {
  .packageBottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.packageBottom .left {
  font-size: 15px;
  color: #333;
  letter-spacing: .06em;
}

@media (min-width: 1367px) {
  .packageBottom .left {
    margin-right: 40px;
  }
}

@media (max-width: 1366px) {
  .packageBottom .left {
    margin-bottom: 20px;
  }
}

.packageBottom .price {
  display: block;
  font-size: 42px;
  font-weight: 300;
  font-family: "Source Sans Pro", "微軟正黑體", sans-serif;
  color: #b70000;
  line-height: 1.4;
}

.packageBottom .up {
  font-size: 22px;
  color: #b70000;
}

.packageBottom .add {
  font-size: 15px;
  color: #333;
  padding-left: 10px;
}

.packageBottom .tel {
  font-weight: 300;
  font-size: 24px;
  color: #777;
  font-family: "Source Sans Pro", "微軟正黑體", sans-serif;
}

.packageBottom .tel:hover {
  color: #b70000;
}

@media (max-width: 480px) {
  .articleList {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.articleList li {
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .articleList li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.articleList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 480px) {
  .articleList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.articleList .Img {
  width: 225px;
}

@media (max-width: 480px) {
  .articleList .Img {
    width: 100%;
  }
}

.articleList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.articleList .Txt {
  width: calc(100% - 225px);
  font-family: "Source Sans Pro", "微軟正黑體", sans-serif;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .articleList .Txt {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}

.articleList .date {
  font-weight: 300;
  font-size: 13px;
  color: #999;
}

.articleList h3 a {
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: .06em;
}