@charset "utf-8";

body {
  overflow-x: hidden;
  background-color: #dacde7;
}

.footer {
  color: #fff;
  text-align: center;
  padding: 18px 15px;
  /*margin-bottom:67px;*/
}

.footer a {
  color: #ffd95a;
}

@media (min-width:992px) {
  .footer {
    margin-bottom: 0;
  }
}

.share {
  margin: 8px 0;
}

.share img {
  margin: 0 2px;
}

.backtop {
  position: fixed;
  z-index: 99;
  width: 48px;
  height: 48px;
  left: 100%;
  top: 100%;
  margin-top: -130px;
  margin-left: -70px;
  padding: 10px;
  background-color: rgba(68, 62, 137, 0.5);
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  /* Safari */
  transition: background 0.3s;
}

.backtop:hover {
  background-color: #443e89;
}

@media (min-width:992px) {
  .backtop {
    margin-top: -148px;
  }
}

/*========================================================
                     main css
=========================================================*/
.view_lg {
  display: none;
}

@media (min-width:768px) {
  .view_sm {
    display: none;
  }

  .view_lg {
    display: block;
  }
}

/*========================================================
                     top_banner
=========================================================*/
.top_banner_block {
  position: relative;
  overflow: hidden;
}

.top_banner_block .logo {
  position: absolute;
  top: 25%;
  left: 1%;
  width: 100%;
}

.top_banner_block .logo img {
  max-width: 40%;
  display: block;
  margin: 0 auto;
}

.top_banner_block .text {
  position: absolute;
  top: 56%;
  left: 0;
  width: 100%;
}

.top_banner_block .text img {
  max-width: 40%;
  display: block;
  margin: 0 auto;
}

.top_banner_block .subtext {
  position: absolute;
  bottom: 14%;
  left: 6%;
  max-width: 40%;
}

.top_banner_block .bird1 {
  position: absolute;
  top: 10%;
  left: 0;
  width: 40%;
}

.top_banner_block .bird2 {
  position: absolute;
  bottom: 30%;
  left: 4%;
  width: 30%;
}

.top_banner_block .bird2 img {
  mix-blend-mode: overlay;
  animation: bird 5s infinite;
}

.top_banner_block .bird3 {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 60%;
}

.top_banner_block .bird3 img {
  animation: bird2 5s infinite;
}

@keyframes bird {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(12%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes bird2 {
  0% {
    transform: translateY(12%);
  }

  50% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(12%);
  }
}

@media (min-width:768px) {
  .top_banner_block .bird1 {
    top: 5%;
    width: 26%;
  }

  .top_banner_block .logo {
    top: 10%;
  }

  .top_banner_block .logo img {
    max-width: 17%;
    margin: 0 auto;
  }

  .top_banner_block .text {
    top: 53%;
  }

  .top_banner_block .text img {
    max-width: 17%;
    margin: 0 auto;
  }

  .top_banner_block .subtext {
    left: 27%;
    max-width: 18%;
  }

  .top_banner_block .bird2 {
    bottom: 30%;
    left: 22%;
    width: 16%;
  }

  .top_banner_block .bird3 {
    bottom: 12%;
    right: 17%;
    width: 28%;
  }
}

/*========================================================
                     內頁設定
=========================================================*/
.main_content {
  /*max-width:850px; margin:0 auto;*/
}

.top_block {}

.top_block img {
  width: 100%;
}

.top_block .container-fluid {
  padding: 40px 20px;
}

.top_block .bg {
  margin-bottom: -1px;
}

@media (min-width:1024px) {
  .top_block .container-fluid {
    padding: 80px 100px;
  }
}

@media (min-width:1440px) {
  .top_block .container-fluid {
    padding: 80px 150px;
  }
}

.text_block {
  text-align: center;
  padding-bottom: 20px;
}

.text_block .title {
  padding-bottom: 0;
}

.text_block .title h2 {
  font-size: 1.2rem;
  color: #3468b1;
  font-weight: bold;
}

.text_block .subtitle {
  padding-bottom: 2%;
}

.text_block .subtitle h3 {
  font-size: 0.9rem;
  color: #3468b1;
  line-height: 1.5rem;
}

.text_block .text p {
  font-size: 0.7rem;
  color: #323232;
}

.divide_line {
  width: 80px;
  height: 1px;
  margin: 5% auto 0 auto;
  background-color: #7b76b6;
}

.straight_line {
  width: 1px;
  height: 60px;
  margin: 2% auto;
  background-color: #323232;
}

@media (min-width:768px) {
  .text_block .title h2 {
    font-size: 2rem;
  }

  .text_block .subtitle h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .text_block .text p {
    font-size: 1.2rem;
  }
}





.block1 {
  position: relative;
  overflow: hidden;
}

.block1 .container-fluid {
  position: absolute;
}

.block1 .text_block h2,
.block1 .text_block h3,
.block1 .text_block p {
  color: #fff;
}

/*.block1 .text_block{ position:absolute; top:7%; left:0; width:100%;}
.block1 .text_block img{ max-width:55%; margin:0 auto; display:block;}*/
.block1 .sidetext {
  position: absolute;
  bottom: 37%;
  right: 10%;
  max-width: 10%;
}

.meteor-1 {
  position: absolute;
  top: 90px;
  left: 75%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 6.8s linear infinite;
  animation-delay: -2s;
}

.meteor-1:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-2 {
  position: absolute;
  top: 135px;
  left: 75%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 9s linear infinite;

  animation-delay: -2s;
}

.meteor-2:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-3 {
  position: absolute;
  top: 74px;
  left: 41%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 6.2s linear infinite;

  animation-delay: -2s;
}

.meteor-3:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-4 {
  position: absolute;
  top: 106px;
  left: 32%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 7.7s linear infinite;

  animation-delay: -2s;
}

.meteor-4:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

.meteor-5 {
  position: absolute;
  top: 294px;
  left: 17%;
  width: 300px;
  height: 1px;
  transform: rotate(-45deg);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  animation: meteor 8.8s linear infinite;

  animation-delay: -2s;
}

.meteor-5:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px 3px #fff;
}

@keyframes meteor {
  0% {
    opacity: 1;
    margin-top: -300px;
    margin-right: -300px;
  }

  12% {
    opacity: 0;
  }

  15% {
    margin-top: 300px;
    margin-left: -600px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media (min-width:768px) {
  .block1 {
    padding: 24% 0 0 0;
    background-color: #3568b1;
  }

  .block1 .container-fluid {
    top: 0;
  }

  .block1 .sidetext {
    bottom: 36%;
    right: 21%;
    max-width: 7%;
  }
}

@media (min-width:1440px) {
  .block1 {
    padding: 0;
  }

  .block1 .sidetext {
    bottom: 47%;
    max-width: 5%;
  }
}


.block2 {
  position: relative;
}

.block2 .container-fluid {
  position: absolute;
}

.block2 .circle_pic {
  position: relative;
  max-width: 75%;
  margin: 0 auto;
  display: block;
  padding-bottom: 7%;
}

.block2 .circle_pic .circle img {
  mix-blend-mode: multiply;
}

.block2 .circle_pic .circle_text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

.block2 .circle_pic .man {
  position: absolute;
  top: 19%;
  left: 8%;
  max-width: 13%;
}

.block2 .circle_pic .bird {
  position: absolute;
  bottom: 12%;
  left: 35%;
  max-width: 29%;
}

.block2 .circle_pic .bird img {
  animation: bird 5s infinite;
}

.block2 .text_block {}

.block2 .text_block h2 {
  color: #7b76b6;
}

@media (min-width:768px) {
  .block2 .circle_pic {
    max-width: 35%;
    margin-top: 0;
  }
}

@media (min-width:1440px) {
  .block2 .circle_pic {
    margin-top: 7%;
  }
}



.block3 {
  background: url(../img/block3_bgs.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 15%;
}

/*.block3 .container-fluid{ position:absolute;}*/
.block3 .style1 .title {
  padding-bottom: 0;
}

.block3 .style1 h3 {
  font-size: 0.8rem;
}

.block3 .pic_block {
  padding: 0 0 30px 0;
}

.block3 .map {
  padding-bottom: 30px;
  position: relative;
}

.block3 .map .spot {
  position: absolute;
}

.block3 .mrt_pic {
  position: relative;
}

.block3 .mrt_pic .mrt {
  max-width: 65%;
  margin: 0 auto;
  display: block;
  position: relative;
}

.block3 .mrt_pic .mrt .light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: flash 2.5s linear infinite;
  mix-blend-mode: screen;
}

/*.block3 .mrt_pic .mrt .bg{ position:relative; z-index:5;}*/
.block3 .mrt_pic .man1 {
  position: absolute;
  top: -19%;
  left: 5%;
  max-width: 20%;
  z-index: 10;
}

.block3 .mrt_pic .man2 {
  position: absolute;
  bottom: -12%;
  right: 10%;
  max-width: 20%;
  z-index: 10;
}

.block3 .style2 h2,
.block3 .style2 h3 {
  color: #323232;
}

.block3 .house_pic {
  padding-bottom: 0;
}

.block3 .house_pic img {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

@media (min-width:768px) {
  .block3 {
    background: url(../img/block3_bg.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 0;
  }

  .block3 .style1 h3 {
    font-size: 1.4rem;
  }

  .block3 .pic_block {
    padding: 0 25% 7% 25%;
  }

  .block3 .mrt_pic .man1 {
    top: 0;
    left: 5%;
    max-width: 18%;
  }

  .block3 .mrt_pic .man2 {
    bottom: 0;
    right: 6%;
    max-width: 20%;
  }

  .block3 .house_pic img {
    max-width: 50%;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


.block4 {
  background: url(../img/block4_bgs.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}

.block4 .pic_block {
  padding: 0;
}

.block4 .text_block .text p span {
  font-weight: bold;
}

.block4 .deco_block .bird {
  position: absolute;
  top: 25%;
  left: 0;
  max-width: 22%;
  z-index: 10;
}

.block5 {
  background: url(../img/block5_bgs.jpg) bottom center no-repeat;
  background-size: cover;
  position: relative;
}

.block5 .text_block .text p span {
  font-weight: bold;
}

.block5 .deco_block .bird {
  position: absolute;
  top: 30%;
  right: 0;
  max-width: 22%;
  z-index: 10;
}

.block6 {
  background: url(../img/block6_bgs.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
}

.block6 .text_block {
  padding: 0 15% 20% 15%;
}

.block6 .text_block .title {
  padding-bottom: 5%;
}

.block6 .text_block .text {
  padding-bottom: 25%;
}

.block6 .text_block .subtext {
  max-width: 60%;
}

.block6 .pic_block {}

@media (min-width:768px) {
  .block4 {
    background: url(../img/block4_bg.jpg) bottom center no-repeat;
    background-size: 100% 100%;
  }

  .block4 .pic_block {
    padding: 0 20% 0 20%;
  }

  .block4 .deco_block .bird {
    top: 16%;
    max-width: 23%;
  }

  .block5 {
    background: url(../img/block5_bg.jpg) bottom center no-repeat;
    background-size: 100% 100%;
  }

  .block5 .pic_block {
    padding: 0 26%;
  }

  .block5 .deco_block .bird {
    top: 16%;
    max-width: 24%;
  }

  .block6 {
    background: url(../img/block6_bg.jpg) top center no-repeat;
    background-size: cover;
  }

  .block6 .text_block {
    padding: 0 35% 8% 35%;
  }

  .block6 .text_block .title {
    padding-bottom: 10%;
  }

  .block6 .pic {
    padding: 0 25%;
  }
}

/*========================================================
                         contact
=========================================================*/

.contact_section {
  background: linear-gradient(to bottom, #3667b3 0%, #2989d8 51%, #7db9e8 100%);
}

.contact_section .form_title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.form_block {
  padding-bottom: 20px;
}

#form1 label {
  color: #fff;
}

#form1 .form-group {
  padding-bottom: 15px;
}

#form1 .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 5px 8px;
}

#form1 input,
#form1 textarea {
  background: transparent;
  color: #111;
}

#form1 .btn-send {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #3468b1;
  width: 100%;
  border-radius: 0;
}

#form1 .btn-send:hover {
  background-color: #1b4a8d;
}

#form1 select {
  color: #111;
  width: 100%;
  height: 38px;
  padding: 4px 5px;
  font-size: 1rem;
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px auto;
}

#form1 select option {
  color: #111;
}

#form1 .custom-control-label::before {
  /*border-radius: 0;
    border: 1px solid #C2C0BE;
    background-color: transparent;
    color: #000;
    margin-top: 4px;*/
}

#form1 .custom-control-label::after {
  margin-top: 4px;
}

#form1 .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-color: #424866;
}

#form1 ::-webkit-input-placeholder {
  color: #fff;
}

#form1 input::-moz-placeholder {
  color: #fff;
}

#form1 input::-moz-placeholder {
  color: #fff;
}


/*--google recaptcha 隱藏----*/
.grecaptcha-badge {
  visibility: hidden;
}


@media (min-width:768px) {
  .form_block {
    padding: 20px 17%;
  }

  .form_block .content {
    padding: 18px 100px;
  }
}

@media (min-width:1920px) {
  .form_block .content {
    padding: 18px 150px;
  }
}

/*========================================================
                  隱私權聲明
=========================================================*/
.fancybox-container {
  z-index: 9999999;
}

.modal-body {
  overflow-y: auto;
  padding: 20px;
}

.modal-header {
  border-bottom: none;
}

.modal-body h2 {
  text-align: center;
  margin-bottom: 20px;
}

.modal-body p span {
  font-weight: bold;
  font-size: 1.1rem;
}

.modal-dialog {
  margin-bottom: 80px;
}

@media (min-width:576px) {
  .modal-body {
    padding: 20px 40px;
  }

  .modal-dialog {
    max-width: 1000px;
  }
}

@media (min-width:1024px) {
  .modal-body {
    padding: 20px 80px;
  }

  .modal-dialog {
    max-width: 1200px;
    margin-bottom: 0;
  }
}

/*========================================================
                     選單
=========================================================*/
.icon_Community a.js-btn-icon_Community {
  text-align: center;
  width: 50px;
  line-height: 47px;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background: #000;
  font-size: 22px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  height: 50px;
  pointer-events: auto;
  overflow: hidden;
  font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
  color: #fff;
  background-color: #276850;
  border-color: #276850;
}

.js-icon_Community .icon_li {
  position: relative;
  left: -100px;

}

.icon_li_img {
  max-width: 50px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}

.js-icon_Community.active .icon_li {
  left: 0;
  pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
  transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}


.icon_li a:hover .icon {
  animation: go 3s linear infinite;
}

@keyframes go {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50%,
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 991.98px) {
  .icon_Community {
    width: 100%;
    position: fixed;
    left: auto;
    bottom: 0;
    z-index: 999998;
    pointer-events: none;
  }

  .icon_Community_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  }

  .icon_Community_ul .icon_li {
    width: 33.33%;
    border-right: 1px solid #fff;
  }

  .icon_Community_ul .icon_li:last-child {
    border-right: none;
  }

  .icon_Community_ul .icon_name {
    font-size: 0.8rem;
    padding-top: 5px;
  }

  .icon_img {
    display: block;
    background-color: #005780;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 10px 10px;
    text-decoration: none;
    transition: all .3s;
  }

  .icon_Community a {
    color: #fff;
    text-decoration: none;
  }

  .icon_Community a img {
    display: block;
    margin: 0 auto;
    width: 22px;
  }

  .icon_Community a:hover {
    background-color: #003852;
  }

  .icon_Community a:hover img {
    animation: go 3s linear infinite;
  }
}

@media (min-width: 992px) {
  .icon_Community {
    position: fixed;
    right: 20px;
    bottom: 92px;
    z-index: 9998;
    pointer-events: none;
  }

  .icon_Community_ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    margin-bottom: 59px;
  }

  .icon_img {
    background-color: #005780;
    border: none;
    overflow: hidden;
    text-align: center;
    margin-bottom: 6px;
    width: 50px;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon_img.active {
    width: 142px;
  }

  .icon_img.active .icon_name {
    text-indent: 0;
    opacity: 1;
  }

  .icon_img:hover {
    text-decoration: none;
    width: 142px;
  }

  .icon_img:before {
    opacity: 0;

  }

  .icon_img .icon {
    color: #fff;
    font-size: 22px;
    width: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    z-index: 1;
  }

  .icon_img:hover .icon {
    text-decoration: none;
  }

  .icon_img:hover .icon_name {
    opacity: 1;
    text-indent: 0;
  }

  .icon_name {
    position: relative;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    border-radius: 100px;
    overflow: hidden;
    font-family: Arial, "Microsoft JhengHei", sans-serif;
  }
}