@charset "UTF-8";
.fixd_btn {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

* {
  font-size: 15px;
  font-weight: normal;
  font-family: "微軟正黑體", "Microsoft JhengHei", "Segoe UI Semibold", "Segoe UI", "Lucid";
}

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}

.scroll-touch {
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.img-responsive {
  width: 100%;
}

.space {
  display: inline-block;
  width: 100%;
}

.hss {
  height: 15px;
}

.hxs {
  height: 30px;
}

.hsm {
  height: 60px;
}

.hmd {
  height: 100px;
}

.text_main {
  color: #a23d27;
}

.text_small {
  font-size: 85%;
}

.page_wrapper {
  position: relative;
}

.hp_title {
  width: 240px;
  height: 110px;
  display: inline-block;
  background-image: url(../images/title1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
}

@media screen and (max-width: 991px) {
  .hp_title {
    height: 130px;
  }
}

@media screen and (max-width: 450px) {
  .hp_title {
    height: 100px;
  }
}

.hp_subtitle {
  color: #541c13;
  font-size: 1.2em;
  line-height: 1.7em;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .hp_subtitle {
    line-height: 1.5em;
  }
}

@media screen and (max-width: 450px) {
  .hp_subtitle {
    font-size: 1em;
  }
}

@media screen and (max-width: 375px) {
  .hp_subtitle {
    font-size: 0.9em;
  }
}

.hp_btn {
  background-image: url(../images/btn_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

.fixd_btn {
  max-width: 150px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  opacity: 0;
}

@media screen and (max-width: 450px) {
  .fixd_btn {
    max-width: 100%;
    right: 0;
    bottom: 0;
  }
}

.fixd_btn.active {
  opacity: 1;
}

.fixd_btn.relatived {
  position: relative;
}

.top_kv {
  position: relative;
}

.top_kv .top_bar {
  position: absolute;
  top: 10px;
  left: 20px;
}

.top_kv .top_bar img {
  max-width: 150px;
}

@media screen and (max-width: 450px) {
  .top_kv .top_bar {
    top: 20px;
    left: 20px;
  }
  .top_kv .top_bar img {
    max-width: 100px;
  }
}

.top_kv .kv_icon {
  position: absolute;
  right: 15px;
  bottom: 0px;
  width: 40%;
}

@media screen and (max-width: 992px) {
  .top_kv .kv_icon {
    max-width: 100%;
    width: 95%;
    right: 2.5%;
    display: block;
    bottom: -3vw;
  }
}

.section_part {
  background-color: #5f3725;
  background: #77462f;
  background: -webkit-gradient(linear, left top, right top, from(#76462f), to(#56301e));
  background: linear-gradient(to right, #76462f 0%, #56301e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76462f', endColorstr='#56301e',GradientType=1 );
}

.section_part .part1 {
  background-image: url(../images/part1_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 14vw;
}

@media screen and (min-width: 1480px) {
  .section_part .part1 {
    padding: 10vw;
  }
}

@media screen and (max-width: 991px) {
  .section_part .part1 {
    background-image: url(../images/part1_bg_m.png);
    padding: 22vw 12vw;
  }
}

@media screen and (max-width: 991px) {
  .section_part .part1 .part1_text {
    margin-left: 20px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .part1 .part1_text {
    margin-left: 2vw;
  }
}

.section_part .tab_btn {
  display: inline-block;
  width: 400px;
  margin: 20px auto 0;
  position: relative;
  left: 50%;
  margin-left: -200px;
}

@media screen and (max-width: 450px) {
  .section_part .tab_btn {
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 5px 0 0;
  }
}

.section_part .tab_btn .tablink {
  width: 100%;
  max-width: 200px;
  padding-bottom: 38px;
  float: left;
  display: block;
  background-image: url(../images/tab_ios.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 450px) {
  .section_part .tab_btn .tablink {
    max-width: 50%;
    padding-bottom: 16px;
  }
}

.section_part .tab_btn .tablink:last-child {
  background-image: url(../images/tab_android.png);
}

.section_part .tab_btn .tablink.active {
  background-image: url(../images/tab_ios_active.png);
}

.section_part .tab_btn .tablink.active:last-child {
  background-image: url(../images/tab_android_active.png);
}

.section_part .tab_part {
  padding: 30px 0px;
  position: relative;
}

@media screen and (max-width: 450px) {
  .section_part .tab_part {
    padding: 0 10px 10px;
  }
}

.section_part .tab_part .tabcontent {
  display: none;
}

@media screen and (max-width: 450px) {
  .section_part .tab_part .tabcontent {
    padding: 0 13%;
  }
}

.section_part .tab_part .tabcontent.active {
  display: block;
}

.section_part .tab_part .tabcontent#tab1_1 {
  padding: 0 10%;
}

@media screen and (max-width: 450px) {
  .section_part .tab_part .tabcontent#tab1_1 {
    padding: 0 13%;
  }
}

.section_part .btn_part {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .section_part .btn_part {
    width: 96%;
    bottom: 9vw;
  }
}

@media screen and (max-width: 450px) {
  .section_part .btn_part {
    width: 100%;
  }
}

.section_part .btn_part a {
  display: inline-block;
  margin: 0 2vw;
}

@media screen and (max-width: 992px) {
  .section_part .btn_part a {
    margin: 1.5vw;
  }
  .section_part .btn_part a img {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .section_part .btn_part a {
    margin: 0 0 5px;
    width: 70%;
  }
}

.section_part .btn_part a .btn_text {
  font-size: 1.5em;
  color: #000;
  letter-spacing: 2px;
  padding: 22px 40px 20px;
  width: 280px;
  display: inline-block;
  background-image: url(../images/btn_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 992px) {
  .section_part .btn_part a .btn_text {
    font-size: 2.3em;
    padding: 18px 40px;
    width: 320px;
  }
}

@media screen and (max-width: 450px) {
  .section_part .btn_part a .btn_text {
    font-size: 5vw;
    padding: 3.8vw 5vw 5vw;
    width: 100%;
  }
}

.section_part .btn_part a:hover span {
  text-decoration: underline;
}

.section_part .part2 {
  background-image: url(../images/part2_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 14vw;
}

@media screen and (min-width: 1480px) {
  .section_part .part2 {
    padding: 10vw;
  }
}

@media screen and (max-width: 1100px) {
  .section_part .part2 img {
    max-width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 991px) {
  .section_part .part2 {
    background-image: url(../images/part2_bg_m.png);
    padding: 25vw 20vw;
  }
}

@media screen and (max-width: 450px) {
  .section_part .part2 {
    background-size: 100% 100%;
    padding: 25vw 16vw 10vw;
  }
  .section_part .part2 img {
    max-width: 100%;
    margin: 0 auto;
  }
}

.section_part .part2 .main_note {
  padding-left: 1.5em;
}

.section_part .part2 p, .section_part .part2 li {
  font-size: 1.3em;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .section_part .part2 p, .section_part .part2 li {
    font-size: 1.15em;
  }
}

@media screen and (max-width: 991px) {
  .section_part .part2 p, .section_part .part2 li {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 450px) {
  .section_part .part2 p, .section_part .part2 li {
    font-size: 3.35vw;
    margin-bottom: 3px;
  }
}

.section_part ol.parenthesis {
  list-style-type: none;
  counter-reset: sectioncounter;
  text-indent: -1.3em;
  padding-left: 1.5em;
}

.section_part ol.parenthesis li {
  margin-bottom: 0;
}

.section_part ol.parenthesis li:before {
  content: "(" counter(sectioncounter) ")";
  counter-increment: sectioncounter;
  margin-right: 0.3em;
}

@media screen and (min-width: 991px) {
  .section_part .col_arrow > div {
    position: relative;
  }
  .section_part .col_arrow > div:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -10px;
  }
  .section_part .col_arrow > div:last-child::after {
    display: none;
  }
}

.index_arr {
  max-width: 70px;
  position: absolute;
  position: fixed;
  bottom: 2vh;
  left: 50%;
  margin-left: -35px;
  z-index: 1;
  cursor: pointer;
}

.index_arr.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.ios_slick,
.android_slick {
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  .ios_slick,
  .android_slick {
    max-width: 300px;
  }
}

.slick-slide {
  outline: 0;
}

.slick-slide img {
  width: 100%;
  width: 95%;
  margin: 0 auto;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 100;
}

.slide-arrow.slick-disabled {
  display: none !important;
}

.prev-arrow {
  border: 0;
  background-color: transparent;
  outline: 0;
  top: 50%;
  left: -40px;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  display: inline-block;
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 450px) {
  .prev-arrow {
    width: 26px;
    height: 26px;
    left: -15px;
    top: 50%;
    margin-top: 13px;
  }
}

.next-arrow {
  border: 0;
  background-color: transparent;
  top: 50%;
  right: -40px;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  display: inline-block;
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 450px) {
  .next-arrow {
    width: 26px;
    height: 26px;
    right: -15px;
    top: 50%;
    margin-top: 13px;
  }
}
/*# sourceMappingURL=style.css.map */