@charset "UTF-8";
header {
  position: relative; }
  header .video {
    width: 100%;
    height: 95%; }
    header .video iframe {
      width: 100%;
      height: 100%; }
  header .scroll {
    position: absolute;
    width: 70px;
    height: 70px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    left: 48%;
    bottom: -35px;
    z-index: 1;
    border: 1px solid #D5283E;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
    header .scroll i {
      color: #D5283E;
      font-size: 50px;
      -webkit-transform: rotateZ(315deg);
      -ms-transform: rotate(315deg);
      transform: rotateZ(315deg);
      line-height: 45px;
      margin-left: 10px;
      margin-top: 10px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    header .scroll:hover {
      background-color: #D5283E; }
      header .scroll:hover i {
        color: #fff; }
    header .scroll .scroll-txt {
      -webkit-transform: rotateZ(315deg);
      -ms-transform: rotate(315deg);
      transform: rotateZ(315deg);
      width: 150px;
      text-align: center;
      padding-top: 15px;
      font-size: 15px;
      color: #D5283E; }
  header .banner-img {
    width: 100%; }
    header .banner-img img {
      width: 100%; }

@-webkit-keyframes scroll {
  0% {
    bottom: -35px; }
  50% {
    bottom: -30px; }
  100% {
    bottom: -35px; } }

@keyframes scroll {
  0% {
    bottom: -35px; }
  50% {
    bottom: -30px; }
  100% {
    bottom: -35px; } }

#footer {
  width: 100%;
  position: relative; }
  #footer #gotop {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #D5283E;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    left: 48%;
    top: -28px;
    z-index: 1;
    cursor: pointer; }
    #footer #gotop i {
      color: #fff;
      font-size: 50px;
      -webkit-transform: rotateZ(315deg);
      -ms-transform: rotate(315deg);
      transform: rotateZ(315deg);
      line-height: 45px;
      margin-left: 10px;
      margin-top: 10px; }
  #footer .footer-bg {
    background-image: url(../_img/layout/footer-bg.png);
    background-position: left top;
    padding: 80px 0; }
    #footer .footer-bg .info-box {
      color: #fff; }
      #footer .footer-bg .info-box h4 {
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        padding-bottom: 10px; }
      #footer .footer-bg .info-box .item {
        display: -webkit-box;
        margin-bottom: 10px; }
    #footer .footer-bg img {
      width: 100%;
      margin-top: 50px; }
  #footer .copyright {
    line-height: 50px;
    height: 50px; }

.fixed-box {
  position: fixed;
  z-index: 9999;
  right: 0px;
  top: 25vh; }
  .fixed-box .icon-box li {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    cursor: pointer; }
    .fixed-box .icon-box li i {
      color: #fff; }
    .fixed-box .icon-box li.mail {
      background-color: #0099e5; }
    .fixed-box .icon-box li.phone {
      background-color: #D5283E; }
    .fixed-box .icon-box li.top {
      background-color: #6a737b; }
    .fixed-box .icon-box li.box-icon a {
      color: #FEFEFF;
      font-size: 2rem; }
    .fixed-box .icon-box li.box-icon .txt {
      display: block;
      width: 50px;
      height: 50px;
      margin-right: 0px;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease;
      position: relative;
      right: 0;
      background-color: #D5283E; }
      .fixed-box .icon-box li.box-icon .txt::before {
        content: '';
        position: absolute;
        border: 1px solid #FEFEFF;
        width: 80%;
        height: 80%;
        top: 5;
        left: 5; }
      .fixed-box .icon-box li.box-icon .txt.acvite {
        margin-right: 20px;
        right: 10px; }
      .fixed-box .icon-box li.box-icon .txt:hover {
        background-color: #000000; }

#section1 {
  position: relative; }
  #section1 .container {
    position: relative;
    padding-bottom: 80px; }
    #section1 .container::before {
      content: '';
      height: 100%;
      width: 2px;
      background-color: #D5283E;
      position: absolute;
      left: 100px; }
    #section1 .container .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #section1 .bg-cover {
    position: absolute;
    bottom: 0; }
    #section1 .bg-cover img {
      width: 100%; }

.pic-list {
  position: relative;
  margin-bottom: 30px; }
  .pic-list .pic {
    width: 800px;
    height: auto; }
    .pic-list .pic img {
      width: 100%; }
  .pic-list .item-idx {
    position: absolute;
    top: 50%;
    right: 0;
    width: 450px;
    z-index: 9; }
    .pic-list .item-idx .title-idx {
      padding: 30px; }
    .pic-list .item-idx .small {
      font-weight: normal;
      font-size: 16px; }
  .pic-list:nth-child(even) .pic {
    margin: 0 0 0 auto; }
  .pic-list:nth-child(even) .item-idx {
    left: 0; }
    .pic-list:nth-child(even) .item-idx .title-idx:before {
      left: 10px; }

.pic-frame {
  padding: 80px 0 40px;
  width: 100%; }
  .pic-frame .pic-list {
    padding: 0px;
    margin: 0px; }
    .pic-frame .pic-list .pic {
      width: 100%; }
      .pic-frame .pic-list .pic .big-pic {
        padding-bottom: 62%;
        height: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%; }
    .pic-frame .pic-list .item-idx {
      width: 100%;
      top: 80%; }
      .pic-frame .pic-list .item-idx .title-idx:before {
        left: 10px;
        color: #fff;
        text-shadow: 2px 2px 3px #434a54; }
      .pic-frame .pic-list .item-idx .small {
        font-size: 18px; }

#section4 img {
  width: 100%; }

#section4 .title {
  background-color: #D5283E;
  padding: 30px 0;
  text-align: center;
  color: #fff; }

#section3 h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  display: block;
  width: 250px;
  margin: 0px auto 0px;
  padding-top: 50px; }
  #section3 h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D5283E;
    bottom: -10px;
    left: 0; }

#section5 h2 {
  font-weight: bold;
  position: relative;
  display: block;
  width: 250px;
  margin: 0 auto 30px; }
  #section5 h2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D5283E;
    bottom: -10px;
    left: 0; }

#section5 .small {
  font-size: 18px; }

#section5 .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px; }
  #section5 .item-box .item-pic {
    margin: 0 5px; }
    #section5 .item-box .item-pic img {
      width: 100%; }

#section6 .pic-frame img {
  width: 100%; }

#section6 .pic-frame .text-box {
  width: 100%;
  margin-bottom: 20px; }
  #section6 .pic-frame .text-box .title {
    font-size: 32px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px; }
    #section6 .pic-frame .text-box .title span {
      display: block;
      background-color: #D5283E;
      color: #fff;
      font-size: 36px;
      padding: 0px 10px; }
    #section6 .pic-frame .text-box .title::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background-color: #D5283E;
      bottom: -10px; }
  #section6 .pic-frame .text-box .txt {
    font-size: 20px; }
  #section6 .pic-frame .text-box:nth-child(even) .title span {
    background-color: transparent;
    color: #D5283E; }

#section8 {
  position: relative;
  display: block;
  width: 100%; }
  #section8 img {
    width: 100%; }
  #section8 .btn-box {
    position: absolute;
    z-index: 9;
    left: 45%;
    bottom: 10%; }

body {
  overflow-x: hidden;
  font-family: '微軟正黑體','Microsoft JhengHei' , sans-serif; }

#section1, #section2, #section3, #section4, #section5, #section6, #section7, #section {
  overflow-x: hidden; }

.contact-btn {
  width: 200px;
  height: 60px;
  line-height: 50px;
  background-color: #D5283E;
  border: 1px solid #D5283E;
  border-radius: 0px;
  margin-top: 50px;
  position: relative;
  color: #fff;
  letter-spacing: 1px; }
  .contact-btn h4 {
    line-height: 50px; }
  .contact-btn::before {
    content: '';
    position: absolute;
    width: 190px;
    height: 50px;
    border: 1px solid #fff;
    top: 4px;
    left: 4px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .contact-btn:hover::before {
    content: '';
    position: absolute;
    border: 1px solid #D5283E;
    top: -5px;
    left: -5px;
    width: 208px;
    height: 69px; }

.bg {
  background-image: url(../_img/layout/footerbg.png); }

.my-10 {
  margin: 100px 0; }

.small {
  font-size: 1.5rem; }

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px; }

.item-idx {
  width: calc(100% / 2 - 20px);
  margin: 30px 0; }
  .item-idx .title-idx {
    color: #fff;
    background-color: #D5283E;
    width: 100%;
    padding: 10px 15px .5px;
    position: relative; }
    .item-idx .title-idx:before {
      content: attr(data-th) "";
      position: absolute;
      top: -38px;
      right: 10px;
      color: #D5283E;
      font-size: 35px;
      font-weight: bold;
      font-family: 'Raleway', sans-serif; }
  .item-idx .txt-idx {
    font-size: 16px;
    margin: 10px 0; }

.swiper-container {
  width: 100%;
  height: auto; }
  .swiper-container.pic-box {
    height: 500px; }
  .swiper-container .swiper-wrapper {
    height: auto; }
    .swiper-container .swiper-wrapper .swiper-slide {
      height: auto; }

.form {
  width: 100%;
  padding: 30px; }
  .form .one {
    width: 280px;
    margin-bottom: 20px; }
    .form .one input, .form .one textarea {
      width: 100%; }

#contact .contact-btn {
  margin-top: 0px;
  margin-bottom: 20px; }

#box-icon h2 {
  text-align: center;
  border-bottom: 1px solid #D5283E;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px; }
  #box-icon h2 span {
    font-weight: bold;
    color: #D5283E; }

#box-icon .box-fram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #box-icon .box-fram .map-box {
    width: 31%;
    margin: 1%; }
    #box-icon .box-fram .map-box img {
      width: 100%; }
    #box-icon .box-fram .map-box .title {
      font-size: 1.2rem;
      text-align: center;
      background-color: #000000;
      color: #FEFEFF;
      padding: 5px; }
    #box-icon .box-fram .map-box .add {
      border-bottom: 1px solid #D5283E;
      padding-top: 5px;
      padding-bottom: 5px; }

/*----------------max-width:1680------------------*/
/* 1680 END */
/*----------------max-width:1440------------------*/
@media screen and (max-width: 1440px) {
  header .video {
    height: auto; }
  #footer .footer-bg {
    background-image: url(../_img/layout/footer-1440.png);
    background-repeat: no-repeat; } }

/* 1440 END */
/*----------------max-width:1200------------------*/
@media screen and (max-width: 1200px) {
  #section1 .container {
    padding-bottom: 0px; } }

/*1200*/
/*----------------max-width:1024------------------*/
@media screen and (max-width: 1024px) {
  #section1 .container {
    padding-bottom: 30px; }
  #section1 .my-10 h1 {
    padding-left: 80px; }
  #section1 .my-10 .list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #section1 .my-10 .list .item-idx {
      width: 100%; }
  .pic-list .pic {
    width: 100%; }
  .pic-list .item-idx {
    top: 60%;
    width: 380px; }
  .pic-frame {
    padding-bottom: 0px; }
  #section8 .btn-box {
    left: 40%;
    bottom: 15%; }
  #footer .footer-bg {
    background-image: none;
    padding: 0px; }
    #footer .footer-bg .container {
      max-width: 100%; }
    #footer .footer-bg .info-box {
      background-color: #D5283E;
      padding: 20px 50px; }
      #footer .footer-bg .info-box .item {
        display: block;
        margin-bottom: 15px; }
        #footer .footer-bg .info-box .item .title {
          font-weight: 800;
          margin-bottom: 5px; }
    #footer .footer-bg .box {
      background-image: url(../_img/layout/footerbg.png);
      padding-bottom: 30px; }
    #footer .footer-bg img {
      width: 280px; }
  #footer .copyright {
    line-height: 25px;
    padding: 10px 0; } }

/* 1024 END */
/*----------------max-width:768-------------------*/
@media screen and (max-width: 990px) {
  #section1 .container {
    max-width: 100%;
    padding-bottom: 110px; }
  #section1 .my-10 {
    max-width: 85%;
    margin: 0 0 0 auto; }
  .swiper-container.pic-box {
    height: 450px; }
  #section3 .container, #section5 .container {
    max-width: 100%; }
  #box-icon .box-fram .map-box {
    width: 48%;
    margin: 1%; } }

/* 768 END */
/*----------------max-width:575-------------------*/
@media screen and (max-width: 575px) {
  header .video iframe {
    height: 40%; }
  header .scroll {
    width: 50px;
    height: 50px; }
    header .scroll i {
      font-size: 25px;
      margin-left: 12px;
      line-height: 30px; }
    header .scroll .scroll-txt {
      padding-top: 10px;
      margin-left: -20px; }
  .fixed-box .icon-box li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px; }
    .fixed-box .icon-box li.box-icon a {
      font-size: 1.5rem; }
    .fixed-box .icon-box li.box-icon .txt {
      width: 40px;
      height: 40px; }
  #section1 .container {
    padding-bottom: 50px; }
    #section1 .container::before {
      display: none; }
    #section1 .container .logo img {
      width: 130px; }
  #section1 .my-10 {
    max-width: 100%; }
    #section1 .my-10 h1 {
      padding: 0px; }
    #section1 .my-10 .small {
      display: block; }
  .item-idx {
    width: 100%; }
    .item-idx .title-idx:before {
      font-size: 25px;
      top: -27px; }
    .item-idx .title-idx h4 {
      font-size: 16px; }
    .item-idx .txt-idx {
      font-size: 12px; }
  .pic-list {
    margin-bottom: 80px; }
    .pic-list .item-idx {
      top: 88%;
      width: 300px; }
      .pic-list .item-idx .title-idx {
        padding: 10px; }
      .pic-list .item-idx .small {
        font-size: 13px; }
  .swiper-container.pic-box {
    height: 380px; }
  #section4 .title {
    padding: 15px 0; }
    #section4 .title h2 {
      font-size: 16px; }
    #section4 .title .small {
      font-size: 12px; }
  #section5 .small {
    font-size: 12px; }
  #section6 .pic-frame .text-box .title {
    font-size: 16px;
    margin-bottom: 15px; }
    #section6 .pic-frame .text-box .title span {
      font-size: 18px;
      margin-right: 10px; }
  #section6 .pic-frame .text-box .txt {
    font-size: 12px; }
  #section7 .pic-list {
    margin-bottom: 100px; }
  #section8 .btn-box {
    display: none; }
  .contact-btn h4 {
    line-height: 45px; }
  #footer #gotop {
    width: 30px;
    height: 30px;
    top: -0px;
    left: 80%; }
    #footer #gotop i {
      font-size: 20px;
      line-height: 18px; } }

/* 575 END */
/*----------------max-width:480-------------------*/
/* 480 END */
/*----------------max-width:320-------------------*/
/*320 END */
