@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, ar, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

@-webkit-keyframes ani-product-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-product-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani-product-arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes ani-product-arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ani-gotop {
  0% {
    -webkit-transform: rotate(-90deg) scale(1);
            transform: rotate(-90deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-90deg) scale(0.9);
            transform: rotate(-90deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(-90deg) scale(1);
            transform: rotate(-90deg) scale(1);
  }
}

@keyframes ani-gotop {
  0% {
    -webkit-transform: rotate(-90deg) scale(1);
            transform: rotate(-90deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(-90deg) scale(0.9);
            transform: rotate(-90deg) scale(0.9);
  }
  100% {
    -webkit-transform: rotate(-90deg) scale(1);
            transform: rotate(-90deg) scale(1);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

body {
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.2;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  background: url("../images/common/bg.jpg"), #e3d7ec;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (min-width: 1921px) {
  body {
    background-size: 100% auto;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}

a {
  color: #ffffff;
}

a, a:focus {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

a:active {
  outline: none;
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
    width: 750px;
  }
}

.navbar {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar__logo {
  position: relative;
  display: block;
  width: 272px;
}

@media (max-width: 767px) {
  .navbar__logo {
    width: 180px;
  }
}

.navbar__logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.pop__container {
  padding-bottom: 70px;
  position: relative;
}

.pop__wrap {
  border-radius: 12px;
  background: #ffffff;
  padding: 35px 49px 55px;
  width: 750px;
  min-height: 506px;
}

@media (max-width: 767px) {
  .pop__wrap {
    width: calc( 100vw - 30px);
    padding: 30px 15px;
    min-height: auto;
  }
}

.pop__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #232428;
  letter-spacing: 0.05em;
}

.pop__head img {
  width: 50px;
  margin-right: 10px;
}

.pop__body {
  padding-top: 20px;
}

.pop__body-item {
  margin-top: 35px;
}

.pop__body-item:first-child {
  margin-top: 0;
}

.pop__title {
  font-size: 1.25em;
  font-weight: 700;
  color: #535353;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 14px;
  padding-bottom: 10px;
}

.pop__title::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10em;
  position: absolute;
  top: 10px;
  left: 0;
}

.pop__title--blue::before {
  background: #649ed8;
}

.pop__title--pink::before {
  background: #dc8194;
}

.pop__title--yellow::before {
  background: #e8a46d;
}

.pop__title--green::before {
  background: #62b9c3;
}

.pop__title--brown::before {
  background: #b99f89;
}

.pop__title--green2::before {
  background: #98b899;
}

@media (min-width: 481px) {
  .pop__block--2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc( 100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pop__block--2 .pop__item {
    width: calc( 50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
  .pop__block--2 .pop__item:nth-child(2) {
    margin-top: 0;
  }
}

.pop__item {
  margin-top: 25px;
}

.pop__item:first-child {
  margin-top: 0;
}

.pop__item-img {
  border: 1px solid #e4e4e4;
  background: #f6f8fb;
  border-radius: 20px;
  overflow: hidden;
}

.pop__item-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pop__item-text {
  font-weight: 500;
  color: #535353;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 481px) {
  .pop__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc( 100% + 16px);
    margin-left: -8px;
    margin-right: -8px;
  }
}

@media (min-width: 481px) {
  .pop__col {
    width: calc( 50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media (max-width: 480px) {
  .pop__col {
    margin-top: 35px;
  }
}

.index {
  padding-bottom: 25px;
}

.index__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 43px rgba(0, 0, 0, 0.18);
  height: 415px;
  padding: 103px 46px 60px;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .index__item {
    padding: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 320px;
  }
}

@media (max-width: 480px) {
  .index__item {
    padding-left: 30px;
    border-radius: 30px;
    height: 290px;
  }
}

@media (max-width: 374px) {
  .index__item {
    padding: 10vw 5vw;
  }
}

.index__item:nth-child(1) {
  background: url("../images/index/index-item-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.index__item:nth-child(1) .index__pen {
  background: url("../images/index/index-pen-1.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.index__item:nth-child(2) {
  background: url("../images/index/index-item-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.index__item:nth-child(2) .index__pen {
  background: url("../images/index/index-pen-2.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.index__item:first-child {
  margin-top: 0;
}

.index__item:hover .index__pen {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.index__item:hover .index__btn-arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.index__title {
  font-size: 3.75em;
  font-weight: 500;
  color: #232428;
  font-style: italic;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .index__title {
    font-size: 2.75em;
  }
}

@media (max-width: 480px) {
  .index__title {
    font-size: 2em;
  }
}

@media (max-width: 374px) {
  .index__title {
    font-size: 9vw;
  }
}

.index__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

@media (max-width: 767px) {
  .index__btn {
    margin-top: 15px;
  }
}

.index__btn-item {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  color: #1e1e1e;
  letter-spacing: 0.2em;
  background: #ffffff;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  width: 140px;
  line-height: 50px;
  text-align: center;
  border-radius: 10em;
  -webkit-box-shadow: 0 0 16px rgba(196, 136, 131, 0.09);
          box-shadow: 0 0 16px rgba(196, 136, 131, 0.09);
}

@media (max-width: 480px) {
  .index__btn-item {
    width: 120px;
    line-height: 40px;
  }
}

.index__btn-arrow {
  width: 50px;
  height: 50px;
  border-radius: 10em;
  background: url("../images/index/index-btn-arrow.png"), #ffffff;
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 8px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0 0 16px rgba(196, 136, 131, 0.09);
          box-shadow: 0 0 16px rgba(196, 136, 131, 0.09);
}

@media (max-width: 480px) {
  .index__btn-arrow {
    width: 40px;
    height: 40px;
  }
}

.index__pen {
  width: 350px;
  height: 415px;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 1;
  pointer-events: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

@media (max-width: 767px) {
  .index__pen {
    width: 230px;
    height: 260px;
    top: auto;
    bottom: 10px;
    right: 15px;
  }
}

@media (max-width: 480px) {
  .index__pen {
    width: 200px;
    height: 230px;
  }
}

.product {
  padding-top: 25px;
  padding-bottom: 60px;
}

.product .index__btn-item {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.product .index__btn-item:hover {
  opacity: 0.8;
}

.product__block {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .product__block {
    padding-top: 15px;
  }
}

.product__item {
  background: url("../images/product/product-item-bg.jpg");
  background-size: auto;
  background-position: 0 0;
  background-repeat: repeat;
  padding: 28px 38px 40px;
  border-width: 9px;
  border-style: solid;
  margin-top: 20px;
  -webkit-box-shadow: 0 1px 43px rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 43px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
  .product__item {
    padding: 15px;
    border-width: 4px;
  }
}

.product__item:first-child {
  margin-top: 0;
}

.product__item--blue {
  border-color: #649ed8;
}

.product__item--blue .collapse__head:hover .collapse__head-controller {
  background: #649ed8;
}

.product__item--blue .collapse__head:hover .collapse__head-item {
  color: #649ed8;
}

.product__item--pink {
  border-color: #dc8194;
}

.product__item--pink .collapse__head:hover .collapse__head-controller {
  background: #dc8194;
}

.product__item--pink .collapse__head:hover .collapse__head-item {
  color: #dc8194;
}

.product__item--yellow {
  border-color: #e8a46d;
}

.product__item--yellow .collapse__head:hover .collapse__head-controller {
  background: #e8a46d;
}

.product__item--yellow .collapse__head:hover .collapse__head-item {
  color: #e8a46d;
}

.product__item--green {
  border-color: #62b9c3;
}

.product__item--green .collapse__head:hover .collapse__head-controller {
  background: #62b9c3;
}

.product__item--green .collapse__head:hover .collapse__head-item {
  color: #62b9c3;
}

.product__item--brown {
  border-color: #b99f89;
}

.product__item--brown .collapse__head:hover .collapse__head-controller {
  background: #b99f89;
}

.product__item--brown .collapse__head:hover .collapse__head-item {
  color: #b99f89;
}

.product__item--green2 {
  border-color: #98b899;
}

.product__item--green2 .collapse__head:hover .collapse__head-controller {
  background: #98b899;
}

.product__item--green2 .collapse__head:hover .collapse__head-item {
  color: #98b899;
}

.product__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (max-width: 480px) {
  .product__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product__title-item {
  font-size: 3.125em;
  font-weight: 500;
  color: #232428;
  letter-spacing: 0.05em;
  font-style: italic;
}

@media (max-width: 767px) {
  .product__title-item {
    font-size: 2.75em;
  }
}

@media (max-width: 480px) {
  .product__title-item {
    font-size: 2em;
  }
}

@media (max-width: 374px) {
  .product__title-item {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .product__title-btn {
    margin-left: auto;
    margin-right: 0;
    margin-top: 10px;
  }
}

.product__head {
  position: relative;
  padding-right: 130px;
}

@media (max-width: 374px) {
  .product__head {
    padding-right: 0;
  }
}

.product__body {
  padding-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product__content {
  padding-left: 25px;
  width: calc( 100% - 308px);
}

@media (max-width: 767px) {
  .product__content {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}

.product__subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #232428;
  letter-spacing: 0.05em;
}

.product__subtitle img {
  width: 50px;
  margin-right: 10px;
}

.product__btn {
  font-size: 1em;
  font-weight: 500;
  color: #26272c;
  letter-spacing: 0.025em;
  border: 1px solid #000000;
  border-radius: 10px;
  width: 124px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 2px 10px rgba(196, 136, 131, 0.28);
          box-shadow: 0 2px 10px rgba(196, 136, 131, 0.28);
  cursor: pointer;
}

@media (max-width: 767px) {
  .product__btn {
    top: calc( 50% - 19px);
  }
}

@media (max-width: 374px) {
  .product__btn {
    font-size: 0.875em;
    width: 85px;
    line-height: 36px;
    border-radius: 4px;
  }
}

.product__btn::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/product/product-btn-arrow.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media (max-width: 374px) {
  .product__btn::after {
    width: 10px;
    height: 10px;
    margin-left: 4px;
  }
}

.product__btn:hover::after {
  -webkit-animation: ani-product-arrow 0.8s ease infinite;
          animation: ani-product-arrow 0.8s ease infinite;
}

.product__img {
  width: 308px;
  height: 284px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 374px) {
  .product__img {
    width: 100%;
    height: auto;
  }
}

.product__img img {
  display: block;
}

.product__img::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../images/product/product-img-btn.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc( 50% - 30px);
  left: calc( 50% - 30px);
  z-index: 2;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.product__img:hover::after {
  -webkit-animation: ani-product-scale 0.8s ease infinite;
          animation: ani-product-scale 0.8s ease infinite;
}

.collapse {
  width: 100%;
  margin-top: 18px;
}

.collapse:first-child {
  margin-top: 0;
}

.collapse.active .collapse__head-controller::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.collapse__head {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
}

.collapse__head-time {
  position: absolute;
  background: #ffe9e9;
  color: #535353;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 0.9375em;
  font-family: "Open Sans", "微軟正黑體", sans-serif;
  font-weight: 700;
  right: 0;
  top: -4px;
}

.collapse__head-time::before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #dc1212;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.collapse__head-controller {
  width: 25px;
  height: 25px;
  background: #a0a0a0;
  border-radius: 10em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
}

.collapse__head-controller::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: calc( 50% - 1px);
  left: calc( 50% - 6px);
}

.collapse__head-controller::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: calc( 50% - 1px);
  left: calc( 50% - 6px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.collapse__head-item {
  font-size: 1.25em;
  font-weight: 700;
  color: #535353;
  letter-spacing: 0.02em;
  width: calc( 100% - 130px);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}

.collapse__body {
  background: #eaeaea;
  border-radius: 12px;
  padding: 14px 35px 14px 60px;
  margin-top: 16px;
  font-weight: 500;
  color: #6d6d6d;
}

@media (max-width: 374px) {
  .collapse__body {
    padding-left: 40px;
    padding-right: 15px;
  }
}

.collapse__body ol {
  list-style: none;
  margin-left: 0;
  counter-reset: list;
}

.collapse__body ol li {
  list-style: none;
  margin-top: 7px;
  position: relative;
}

.collapse__body ol li::before {
  content: counter(list);
  counter-increment: list;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #6d6d6d;
  line-height: 1;
  text-align: center;
  border-radius: 10em;
  position: absolute;
  top: 0;
  left: -26px;
  font-size: 0.86em;
  line-height: 18px;
}

.collapse__body ol li:first-child {
  margin-top: 0;
}

.gotop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 10em;
  background: url("../images/index/index-btn-arrow.png"), #ffffff;
  background-size: 18px auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0 0 16px rgba(196, 136, 131, 0.09);
          box-shadow: 0 0 16px rgba(196, 136, 131, 0.09);
  cursor: pointer;
  display: none;
}

@media (max-width: 480px) {
  .gotop {
    width: 40px;
    height: 40px;
  }
}

.gotop:hover {
  -webkit-animation: ani-gotop 0.8s ease infinite;
          animation: ani-gotop 0.8s ease infinite;
}
