@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Noto+Sans+TC:wght@200;300;400;500;600;700;900&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
html, body {
	height: 100%;
	font-family: "Manrope", "arial", "Microsoft JhengHei", "PingFangTC-Light", sans-serif; 
	margin: 0px;
	color: #333;
}
ul, ol, li {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style-type: none;
}
ol {
  list-style-type: decimal;
}
img {
  max-width: 100%;
  border: 0px;
  outline: none;
}
a {
  color: #005bac;
}
a:active, a:focus, a:hover {
  color: #005bac;
  text-decoration: none;
  outline: none;
}
button {
  outline: none;
}
/* 寬度 */
.width-mx {
  width: 100%;
  position: relative;
}
/* 文字 */
h1, h2, h3, h4, h5, h6, p, span {
  font-weight: normal;
  margin: 0px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 14px;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.text-justify {
  text-align: justify;
}
/* 行距 */
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh28 {
  line-height: 28px;
}
.lh32 {
  line-height: 32px;
}
.lh36 {
  line-height: 36px;
}
.lh40 {
  line-height: 40px;
}
/* 內距 */
.pad-r10 {
  padding-right: 10px;
}
.pad-r15 {
  padding-right: 15px;
}
.pad-l10 {
  padding-left: 10px;
}
.pad-l15 {
  padding-left: 15px;
}
.pad-l25 {
  padding-left: 25px;
}
.pad-b50 {
  padding-bottom: 50px;
}
.pad-b45 {
  padding-bottom: 45px;
}
.pad-b40 {
  padding-bottom: 40px;
}
.pad-b35 {
  padding-bottom: 35px;
}
.pad-b30 {
  padding-bottom: 30px;
}
.pad-b25 {
  padding-bottom: 25px;
}
.pad-b20 {
  padding-bottom: 20px;
}
.pad-b15 {
  padding-bottom: 15px;
}
.pad-b10 {
  padding-bottom: 10px;
}
.pad-b5 {
  padding-bottom: 5px;
}
.pad-t50 {
  padding-top: 50px;
}
.pad-t45 {
  padding-top: 45px;
}
.pad-t40 {
  padding-top: 40px;
}
.pad-t35 {
  padding-top: 35px;
}
.pad-t30 {
  padding-top: 30px;
}
.pad-t25 {
  padding-top: 25px;
}
.pad-t20 {
  padding-top: 20px;
}
.pad-t15 {
  padding-top: 15px;
}
.pad-t10 {
  padding-top: 10px;
}
.pad-t5 {
  padding-top: 5px;
}
.pad-t-bs {
  padding-top: 80px;
}
.pad-b-bs {
  padding-bottom: 80px;
}
.pad-t-ms {
  padding-top: 50px;
}
.pad-b-ms {
  padding-bottom: 50px;
}
.pad-t-ss {
  padding-top: 30px;
}
.pad-b-ss {
  padding-bottom: 30px;
}
/* 文字色彩 */
.txtc-bkf {
  color: #ffffff;
}
.txtc-bk0 {
  color: #000000;
}
.txtc-bk3 {
  color: #333333;
}
.txtc-bk6 {
  color: #666666;
}
.txtc-bk9 {
  color: #999999;
}
.txtc-1 {
  color: #00a0e9;
}
.txtc-2 {
  color: #005bac;
}
.txtc-3 {
  color: #fff33f;
}
.txtc-4 {
  color: #008783;
}
.txtc-5 {
  color: #e73562;
}
.txtc-red {
  color: #c8161d;
}
.txtc-orange {
  color: #f08300;
}
.txtc-green {
  color: #6fc42e;
}
/* 背景色彩 */
.bgc-1 {
  background-color: #005bac;
}
.bgc-2 {
  background-color: #bae3f9;
}
.bgc-3 {
  background-color: #fff;
}
.bgc-4 {
  background-color: #b81c22;
}
.bgc-5 {
  background-color: #fffcdb;
}
.bgc-6 {
  background-color: #fadce9;
}
.bgc-7 {
  background-color: #f08300;
}
.b-bgc {
  background-color: #eff8fe;
}
/* 文字對齊 */
.text-al-l {
  text-align: left;
}
.text-al-c {
  text-align: center;
}
.text-al-r {
  text-align: right;
}
.text-al-cl {
  text-align: center;
}
/* 線條 */
.border-b1 {
  border-bottom: 1px solid #ccc;
}
.border-t1 {
  border-top: 1px solid #ccc;
}
.border-l1 {
  border-left: 1px solid #ccc;
}
.border-r1 {
  border-right: 1px solid #ccc;
}
.border-add {
  border: 1px solid #ccc;
}
.border-none {
  border: none;
}
/* ========================================================================
	1199設定
/* ===================================================================== */
@media screen and (max-width: 1199px) {
  html, body {
	font-family: "Manrope", sans-serif; 
  }
  .pad-t-bs {
    padding-top: 60px;
  }
  .pad-b-bs {
    padding-bottom: 60px;
  }
  .pad-t-ms {
    padding-top: 40px;
  }
  .pad-b-ms {
    padding-bottom: 40px;
  }
}
/* ========================================================================
	991設定
/* ===================================================================== */
@media screen and (max-width: 991px) {
  .pad-t-ss {
    padding-top: 20px;
  }
  .pad-b-ss {
    padding-bottom: 20px;
  }
}
/* ========================================================================
	767設定
/* ===================================================================== */
@media screen and (max-width: 767px) {
  .pad-t-bs {
    padding-top: 50px;
  }
  .pad-b-bs {
    padding-bottom: 50px;
  }
  .pad-t-ms {
    padding-top: 30px;
  }
  .pad-b-ms {
    padding-bottom: 30px;
  }
}
/* ========================================================================
	575設定
/* ===================================================================== */
@media screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .pad-t-ss {
    padding-top: 15px;
  }
  .pad-b-ss {
    padding-bottom: 15px;
  }
}
/* ========================================================================
	禁止橫向閱讀
/* ===================================================================== */
.landscape-over {
  display: none;
}
@media screen and (max-width: 1199px) {
  /* 當寬度大於高度時顯示 */
  @media (orientation: landscape) {
    .landscape-over {
      width: 100%;
      height: 100%;
      background-color: #0c1e3b;
      position: fixed;
      z-index: 999;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .landscape-over img {
      width: 30vh;
	  opacity: 0.2;	
    }
  }
}
@media screen and (max-width: 767px) {
  @media (orientation: landscape) {
    .landscape-over img {
      width: 50vh;
    }
  }	
}
/* ----------------------------------------------
 * Generated by Animista on 2022-3-3 8:42:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.rotate-90-ccw {
  -webkit-animation: rotate-90-ccw 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
  animation: rotate-90-ccw 1.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
/**
 * ----------------------------------------
 * animation rotate-90-ccw
 * ----------------------------------------
 */
@-webkit-keyframes rotate-90-ccw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@keyframes rotate-90-ccw {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}