@charset "utf-8";

#about .swal2-popup {
  max-width: 800px;
  padding: 25px 20px !important;
}

#about .swal2-title {
  font-size: 0.32rem;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  text-align-last: left;
  width: 100%;
}

#about .swal2-content {
  text-align: left !important;
  font-size: 0.28rem;
  line-height: 1.7;
}

#about .swal2-image {
  /* height: auto; */
  /* display: block!important; */
  margin-top: 0 !important;
}

#swal2-content {
  text-align: left !important;
}

#about .swal2-content a {
  display: inline;
}

#about .swal2-content p {
  margin-bottom: 0.5em;
}

#about .swal2-content p.bold {
  margin-top: 1em;
}

#about .swal2-content ul {
  margin-left: 1.5em;
  font-size: 0.28rem;
}

#about .swal2-actions button {
  font-size: 0.4rem !important;
}

#about button.swal2-close {
  width: 40px;
  height: 40px;
  background: rgba(37, 37, 37, 0.9);
  border-radius: 50%;
  padding: 12px;
  font-weight: 100;
  font-size: 0;
  line-height: 1;
  color: transparent;
  top: 12px;
  right: 12px;
  z-index: 99;
}
#about button.swal2-close:after,
#about button.swal2-close:before{
  content: ''; display: block;
  width: 50%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 25%;
  top: calc(50% - 1px);
}
#about button.swal2-close:after{
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#about button.swal2-close:before{
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}


/* sec_01 ******************************/
.sec_01 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
  background-color: #000000;
  background-image: url(../images/about_42.jpg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
}

.mainBG {
  background: rgba(37, 37, 37, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sec_01 .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
}

.sec_01 .container>.flexBox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.prodTxt {
  color: #ffffff;
  line-height: 1.75;
  padding-bottom: 1rem;
}

h2 {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 500;
}

h3 {
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 1.8;
  /* margin-top: 0.8em; */
  margin-bottom: 0.5em;
}

p {
  font-size: 0.36rem;
  font-weight: 300;
}
.prodTxt p{
  margin-bottom: 0.6em;
}

/* sec_02 ******************************/
.sec_02 {
  background-color: #f8f8f8;
}

.sec_02 .tentBox {
  position: relative;
  width: 100%;
  max-width: 750px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
}

.sec_02 h3 {
  font-size: 0.72rem;
  font-weight: 100;
  color: #464646;
  text-align: center;
  margin-bottom: 0.5em;
}

.newsBox {
  width: 100%;
  position: relative;
}

.news {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0.5rem;
  cursor: pointer;
  line-height: 1;
  color: #464646;
  margin: 0.3rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news:hover {
  color: #035992;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.tltBox {
  font-size: 0.4rem;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 3rem);
}

.newsTime {
  font-size: 0.26rem;
  font-weight: 100;
  text-align: right;
  width: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.newsDots {
  /* background-color: #000000; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.newsDots li.slick-active button {
  font-weight: bold;
  color: #035992;
  border-color: #035992;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.newsDots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 0.4rem;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  margin: 0 0.3em;
  line-height: 1.5;
  width: 1.5em;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
}

.newsDots li button:hover {
  color: #035992;
}


/* sec_03 ******************************/
.sec_03 {
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
}

.sec_03 .container.s5c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: calc(100vw - 60px); */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  height: calc(100% - 1rem);
  padding-bottom: 1rem;
}

/* .sec_03 .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100vw - 60px);
} */

.sec_03 .tentBox {
  width: 100%;
}

.locaPage>.flexBox a{
  display: inline-block;
  color: #035992
}

.location {
  font-size: 0.4rem;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.mapImg {
  width: 30%;
  min-width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url(../images/about_Toufen.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.lab .mapImg {
  background-image: url(../images/about_46.jpg);
}

.mapTxt {
  width: 70%;
  max-width: calc(100% - 250px);
  background-color: #ffffff;
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mapTxt p {
  font-size: 0.36rem;
  font-weight: 300;
  margin-bottom: 0.8em;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.mapTxt .social {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  cursor: pointer;
}

.mapTxt .social a{
  width: 30px;
  height: 30px;
  padding: 0 0 0 5px;
  display: inline-block;
}

.mapTxt p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mapTxt p span {
  font-size: 1em;
  line-height: 1;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.slick-dots {
  left: 0;
  bottom: -60px;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  width: 15px;
  height: 15px;

}


/* sec_04 ******************************/
.sec_04 {
  background: #f8f8f8;
}

.sec_04 .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec_04 .locaPage,
.sec_04 .locaPage>.flexBox,
.sec_04 .tentBox {
  width: 100%;
  position: relative;
}

.sec_04 .mapImg {
  background-image: url(../images/about_47.jpg);
}

.sec_04 .mapTxt {
  position: relative;
  /* max-width: 70%; */
}

.sec_04 .mapTxt p span {
  margin-bottom: 0.5em;
  font-weight: 500;
}

/* .slick_movon p{
  max-width: 100%;
} */

.movonDots {
  /* background-color: #000000; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.5rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + 1rem);
}

.movonDots li.slick-active button {
  font-weight: bold;
  color: #035992;
  border-color: #035992;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.movonDots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 0.4rem;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  margin: 0 0.3em;
  line-height: 1.5;
  width: 1.5em;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
}

.movonDots li button:hover {
  color: #035992;
}


/* sec_05 ******************************/
.sec_05 {
  background: #ffffff;
}

.sec_05 .container.s5c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 1.4rem);
  padding-bottom: 1.4rem;
}

.sec_05 .tentBox {
  width: 100%;
}

.sec_05 h3,
.sec_05 h4 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #757575;
  text-align: center;
}

.sec_05 h4 {
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 1.5;
}

/** formBlock *************************************/
.formBox {
  margin-top: 0.6rem;
}

.formBlock {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_dir {
  width: 49%;
}

.form_r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

input[name="title"] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

textarea[name="message"] {
  height: 100%;
  resize: none;
}

select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans TC', sans-serif, Arial, Helvetica, '微軟正黑體', Microsoft JhengHei, Apple LiGothic, '蘋果儷中黑';
  font-size: 0.28rem;
  font-weight: 100;
  display: block;
  line-height: 2.5;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dadada;
  border-radius: 2px;
  background-color: #FBFBFB;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  margin-bottom: 0.3rem;
}

select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: rgba(3, 89, 146, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(3, 89, 146, 0.5);
  box-shadow: 0 0 5px rgba(3, 89, 146, 0.5);
}

.selecBox {
  position: relative;
  z-index: 0;
}

.selecBox:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-right: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: calc(50% - 4px);
  right: 0.3rem;
  z-index: 5;
}

.checkPrivacyBox {
  margin-top: 0.5em;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

input#check_privacy {
  display: none;
}

input#check_privacy+label {
  display: block;
  cursor: pointer;
  font-size: 0.3rem;
  line-height: 1;
}

input#check_privacy+label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #dadada;
  background-color: #fbfbfb;
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 0.2em;
  border-radius: 50%;
}

input#check_privacy:checked+label span {
  /* background-color: #f3d42e; */
  position: relative;
}

input#check_privacy:checked+label span:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ffffff;
}

button#send_mail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans TC', sans-serif, Arial, Helvetica, '微軟正黑體', Microsoft JhengHei, Apple LiGothic, '蘋果儷中黑';
  font-size: 0.28rem;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #035992;
  color: #ffffff;
  line-height: 3;
  padding: 0 1em;
  border-radius: 3px;
  margin: 0.5rem auto 0 auto;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

button#send_mail:hover {
  opacity: 0.8;
}


/* media
----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
  .prodTxt {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {

  /* fullPage */

  /* sec_01 ******************************/
  .sec_01 .container>.flexBox {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prodTxt {
    width: 100%;
    padding-left: 35px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
  }

  h2 {
    font-size: 0.6rem;
  }

  h3 {
    font-size: 0.5rem;
    line-height: 1.5;
  }

  .prodTxt p {
    font-size: 0.28rem;
    /* letter-spacing: -0.01em; */
  }

  /* sec_02 ******************************/

  .sec_02 .container {
    width: calc(100vw - 30px);
  }

  .sec_02 .tentBox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
  }

  .sec_02 h3 {
    width: 100%;
    font-size: 0.48rem;
    line-height: 1.6;
    /* margin-bottom: 0; */
  }

  .news {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.3rem;
    margin: 0.2rem 0;
  }


  .tltBox {
    font-size: 0.32rem;
    line-height: 1.5;
    width: 100%;
  }

  .newsTime {
    text-align: right;
    width: 100%;
    margin-top: 1.5em;
  }

  /* sec_03 ******************************/
  .swipeBox{
    position: absolute;;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 40%;
  }
  .sec_03 .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
  }
  .sec_03 .tentBox{
    position: relative;
  }

  .locaPage>.flexBox {
    display: block;
  }



  .location {
    font-size: 0.36rem;
    margin-bottom: 0.5em;
  }

  .mapImg {
    width: auto;
    height: 4rem;
  }

  .mapTxt {
    width: auto;
    padding: 0.5rem 0.3rem 0.3rem 0.5rem;
    max-width: none;
  }

  .mapTxt p {
    font-size: 0.28rem;
    margin-bottom: 1em;
    line-height: 1.5;
  }

  .mapTxt p span {
    font-size: 0.26rem;
    margin-bottom: 0.3em;
  }

  .slick-dots {
    left: 0;
    bottom: -40px;
  }


  /* sec_04 ******************************/
  .sec_04 .location {
    line-height: 1.5;
  }

  .sec_04 .mapTxt p span {
    margin-bottom: 0.5em;
  }

  .slick_movon {
    margin-bottom: 0 !important;
  }

  .movonDots,
  .newsDots {
    margin-top: 0;
    top: calc(100% + 0.5rem);
  }

  .movonDots li button,
  .newsDots li button {
    font-size: 0.3rem;
    margin: 0 0.5em;
  }



  /* sec_05 ******************************/
  .sec_05 h3 {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 480px) and (max-height: 600px) {
  .sec_04 .mapImg {
    height: 3rem;
    background-position: center top 10%;
  }

  .sec_04 .mapTxt {
    /* margin-top: -1rem; */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 1)), color-stop(15%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 15%);
  }

  .sec_03 .mapTxt {
    /* margin-top: -1.8rem; */
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
  }
}

@media screen and (max-width: 480px) {
  .sec_05 h4 {
    font-size: 0.28rem;
    font-weight: 300;
  }

  /** formBlock *************************************/
  .formBox {
    margin-top: 0.4rem;
  }

  .formBlock {
    display: block;
  }

  .form_dir {
    width: 100%;
  }

  .m_flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m_flexBox>* {
    width: 50%;
  }

  .form_r {
    display: block;
  }

  input[name="title"] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  select,
  input,
  textarea {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
    line-height: 2;
  }

  .selecBox:before {
    top: calc(50% - 8px);
    right: 0.2rem;
  }

  .checkPrivacyBox {
    margin-top: 0.3em;
  }

  input#check_privacy+label {
    font-size: 0.26rem;
  }

  button#send_mail {
    font-size: 0.28rem;
    line-height: 2.8;
    margin: 0.3rem auto 0 auto;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

}

@media screen and (max-width: 320px) {
  .mapImg {
    height: 3rem;
  }
}
