@charset "utf-8";
/* 共用基本樣式 */
@import url("help/reset.css");
@import url("../../fontawesome/css/all.css");
@import url("help/grid.css");
/********************************************************************************************* 
1.  Basic Style            
*********************************************************************************************/
*, *::after, *::before {
  box-sizing: border-box;
}
.moreBtn a:before, .moreBtn a:after, .moreBtn span, .Item:hover:before, .btn02 i:before, .btn02 i:after {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
body {
  font-family: 'Montserrat', 'Microsoft JhengHei', sans-serif;
  color: #333;
  font-size: 1.1rem;
  overflow-x: hidden;
  font-weight: bold;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
main {
  overflow-x: hidden;
}
.InMain {
  background: #F3F3F6;
  padding: 20px 0px;
}
.InMain .container {
  background: #fff;
  border-radius: 40px;
}
.InMain .page_title {
  color: #142474;
  position: relative;
  border-bottom: 1px solid #E9EAF5;
}
.InMain .page_title .u-frame {
  padding: 20px 3%;
  line-height: 1.5;
  margin-top: 40px;
}
.InMain .page_title h4 {
  color: #000;
}
.InMain .page_title .u-frame:before {
  position: absolute;
  top: 0;
  left: 3%;
  transform: scale(1);
  margin: auto;
  border-top: 2px solid;
  width: 2rem;
  content: "";
  color: #50C6C6;
}
a {
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #4062bb;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1240px) {
  .header-fixed .container {
    width: 100%;
  }
}
.container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
img {
  max-width: 100%;
  display: block;
}
/**-------------------------------------------------------------------------------Banner**/
#bannerArea {
  position: relative;
  overflow: hidden;
  background: #fff;
}
#bannerArea img {
  width: 100%;
  display: block;
}
/**-------------------------------------------------------------------------------按鈕**/
/*按鈕*/
.Btnstyle01 {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #000;
}
.Btnstyle01:hover {
  color: #fff !important;
  background: #51c6c6;
  border: 1px solid #51c6c6;
}
.Btnstyle01 svg {
  margin-left: 10px;
  position: relative;
  top: -1px;
  fill: #51c6c6;
}
.Btnstyle01:hover svg {
  -webkit-transform: translate(30%);
  transform: translate(30%);
  fill: #fff;
}
.Btnstyle01 svg {
  -webkit-transition: -webkit-transform ease .2s;
  transition: -webkit-transform ease .2s;
  transition: transform ease .2s;
  transition: transform ease .2s, -webkit-transform ease .2s;
}
.Btnstyle02 {
  background-color: #142474;
  border-radius: 50px;
  display: block;
  padding: 10px 15px 10px 15px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #142474;
  color: #fff;
}
.Btnstyle02:hover {
  color: #fff !important;
  background: #51c6c6;
  border: 1px solid #51c6c6;
}
.Btnstyle02 svg {
  margin-left: 10px;
  position: relative;
  top: -1px;
  fill: #51c6c6;
}
.Btnstyle02:hover svg {
  -webkit-transform: translate(30%);
  transform: translate(30%);
  fill: #fff;
}
.Btnstyle02 svg {
  -webkit-transition: -webkit-transform ease .2s;
  transition: -webkit-transform ease .2s;
  transition: transform ease .2s;
  transition: transform ease .2s, -webkit-transform ease .2s;
}
/**-------------------------------------------------------------------列表樣式**/
/*相片*/
#photoArea {
  padding: 20px 2% 40px 2%;
}
#photoArea .item img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
#photoArea .item a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  position: absolute;
  top: 45%;
  left: 50%;
  text-align: center;
  font-size: 18px;
  padding: 8px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #4eb5b5;
  border-radius: 50px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#photoArea .item:hover a:after {
  opacity: 1;
  margin-top: -15px;
}
#photoArea .item:hover img {
  opacity: 0.15
}
#photoArea .item {
  padding: 10px;
  position: relative;
}
#photoArea .masonry {
  margin-top: 10px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
#photoArea .date {
  color: #1183e4;
  text-align: center;
}
#photoArea h3.title {
  margin: 0;
  font-size: 1.875rem;
  color: #333;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}
#photoArea h3.title:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #1183e4;
  display: block;
  position: relative;
  bottom: -2px;
  left: 50%;
  margin-left: -40px;
}
/**網站連結列表**/
#LinkList ul {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 2%;
}
#LinkList li {
  padding: 15px;
}
#LinkList li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border: 1px solid #eee;
}
/**影片列表**/
.FilmList {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 2%;
}
.FilmList .box {
  line-height: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.FilmList .box .item {
  margin: 5px;
  background-color: #fff;
}
.FilmList .box .item:hover {}
.FilmList .box .pic {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all .2s linear;
}
.FilmList .box .item:hover .pic {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all .2s linear;
}
.FilmList .box .txt {
  position: relative;
  padding: 10px;
  font-size: 1rem;
  letter-spacing: .025em;
  line-height: 24px;
  color: #142474;
}
.FilmList .box .item:hover .txt, .FilmList .box .item:hover .date {}
.FilmList .date {
  color: #999;
  font-size: 14px;
  padding: 0px 10px;
}
/**-------------------------------------------------------------------gotop**/
#gotop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 120px;
  width: 50px;
  height: 50px;
  z-index: 98;
  border-radius: 100%;
  background: #0b75be;
  color: #fff !important;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
#gotop .svg-inline--fa {
  margin: 0px;
  font-size: 1rem;
}
/**-------------------------------------------------------------------------------footer**/
#footer {
  position: relative;
  z-index: 10;
  text-align: left;
  padding: 40px 0;
  width: 100%;
  font-size: 0.95rem;
  color: #000;
  font-weight: normal;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background: url("../images/border.svg")center repeat-x;
  background-size: 1500px 60px;
}
/********************************************************************************************* 
3.  label X Form           
*********************************************************************************************/
/*驗證碼*/
.captcha {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.captcha-input {
  width: 100px;
  float: left;
  height: 34px;
}
.code-img {
  float: left;
  border: 1px solid #dddddd;
  margin: 0px 5px;
  width: 100px;
}
.change-txt {
  color: #737373;
}
/********************************************************************************************* 
4.  FA-Icon Style            
*********************************************************************************************/
.fa:before, .fa:after {
  display: inline-block;
  font-family: FontAwesome;
}