@charset "UTF-8";
/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
@import "../../../css/reset.css";
/*
@include POS(475px,75px);
@include css3(transition,all 1s ease);
@include css3(box-shadow,0px 0px 14px #ffffff);
@include css3(border-radius,$radius);
border: 2px solid #6d4b00;
left: calc(50% - 82.5px);
@include linear-gradient(#db3542, #bc2741);
@include range-width-in(0,0){}
@include ellipsistext();
@include linear-gradient($top, $bottom);
@include no-select();

.btn-face{
    @include btn_style_face($dark_main ,65px ,30px,$radius);
    @include hover_light();
}
.tablebox{
    @include table_style();
}

.gridbox li{
    height: 100px;
    @include grid( 5, 5%);
    background: #000;
    img{
        width: 100%;
    }
}
@media screen and (min-width: 0px) and (max-width:768px) {}
@media screen and (min-width: 769px) and (max-width:1280px) {}
@media screen and (min-width: 1281px) and (max-width:2000px) {}
//mobile range-width-in(0,768px)
//pad    range-width-in(769px,1280px)
//pc     range-width-in(1280px)

*********animation*********
@include css3(transition,all 1s ease);
@include css3(animation,opacitylight 2s infinite linear);
@include keyframes(opacitylight) {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
*/
body {
  font-family: "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  line-height: normal;
}

.rowbox {
  display: flex;
  align-items: center;
}

.box-spacing {
  padding-top: 8px;
}
.box-spacing:first-child {
  padding-top: 0;
}

.title.box-spacing {
  padding: 3% 0 1% 0;
}

.stitle.box-spacing {
  padding: 1% 0 0.5% 0;
}

.box-padding-row {
  padding-right: 0px;
  padding-left: 16px;
}
.box-padding-row:first-child {
  padding-left: 0;
}

.box-padding-column {
  padding-top: 16px;
  padding-bottom: 0px;
}
.box-padding-column:first-child {
  padding-top: 0;
}

.box-margin-row {
  margin-right: 0px;
  margin-left: 16px;
}
.box-margin-row:first-child {
  margin-left: 0;
}

.box-margin-column {
  padding-top: 16px;
  padding-bottom: 0px;
}
.box-margin-column:first-child {
  padding-top: 0;
}

.box-col-24 {
  width: 100%;
}

.box-col-18 {
  width: 75%;
}

.box-col-16 {
  width: 66.66666667%;
}

.box-col-12 {
  width: 50%;
}

.box-col-8 {
  width: 33.33333333%;
}

.box-col-6 {
  width: 25%;
}

.pic img {
  max-width: 100%;
}

.wrapper_in {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 1280px) {
  .wrapper_in {
    padding: 0 12px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .wrapper_in {
    padding: 0 20px;
  }
}

.btn {
  font-size: 14px;
  border-radius: 4px;
  border: solid 0 #0b0306;
  background-color: #00afb8;
  color: #fff;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  padding: 6px 0;
  line-height: 20px;
  min-width: 130px;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: #00b8c2;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../../images/loader.gif) center no-repeat #fff;
}

.colorlib-nav {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .colorlib-nav {
    margin: 0;
  }
}
.colorlib-nav .top-menu {
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px 0 rgba(41, 41, 41, 0.2);
  background-color: #fff;
  height: 77px;
}
.colorlib-nav .top-menu .rowbox {
  justify-content: space-between;
}
.colorlib-nav .top-menu .wrapper_in {
  padding: 0 25px;
}
@media screen and (max-width: 1023px) {
  .colorlib-nav .top-menu .wrapper_in {
    padding: 0 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .colorlib-nav .top-menu {
    padding: 19px 0;
  }
}
@media screen and (max-width: 768px) {
  .colorlib-nav .top-menu {
    height: 44px;
    padding: 6px 0;
  }
}
.colorlib-nav .nav-logo {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  height: 26px;
}
.colorlib-nav .nav-logo img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .colorlib-nav .nav-logo {
    width: 130px;
  }
}

.colorlib-nav .nav-logo a {
  position: relative;
  color: #fff;
}

.colorlib-nav .nav-logo a i {
  color: #fff;
  display: block;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .colorlib-nav .menu-1 {
    display: none;
  }
}
.colorlib-nav ul {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.colorlib-nav ul li {
  padding: 18.5px 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}

.colorlib-nav ul > li, .colorlib-nav ul > a {
  margin-left: 33px;
}

.colorlib-nav ul li a {
  text-decoration: none;
  position: relative;
  color: #292929;
  font-family: "Microsoft JhengHei", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}

.colorlib-nav ul li a:hover {
  color: #003c76;
}

.colorlib-nav ul li.has-dropdown:hover > div {
  color: #003c76;
  text-decoration: none;
}

.colorlib-nav ul li.has-dropdown {
  cursor: pointer;
}
.colorlib-nav ul li.has-dropdown div {
  text-decoration: none;
  position: relative;
  color: #292929;
  font-family: "Microsoft JhengHei", Helvetica, Arial, "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}

.colorlib-nav ul li.light ::before {
  content: "";
  position: absolute;
  top: -7px;
  right: -5px;
  width: 8px;
  height: 8px;
  background-color: #ea475b;
  border-radius: 50%;
}

.colorlib-nav ul li.has-dropdown:hover ul.dropdown {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.colorlib-nav ul li.has-dropdown {
  position: relative;
}

.colorlib-nav ul li.has-dropdown .dropdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 58px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}

.colorlib-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 0px;
  margin-left: 0;
  padding: 8px 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #5e5e5e;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
}

.colorlib-nav ul li.has-dropdown .dropdown li a:hover {
  color: #50A0FF;
}

.colorlib-nav ul li.btn-cta a {
  color: #fff;
  background: #4aca85;
  padding: 10px 15px;
  border-radius: 100px;
  transition: 0.3s;
}

.colorlib-nav ul li.btn-cta a:hover {
  -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.colorlib-nav ul li.active > a {
  color: #003c76;
  position: relative;
}

.colorlib-nav ul li.active > a:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  color: #fff;
  background: #1a1a1a;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(270px);
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  #colorlib-offcanvas {
    display: block;
  }
}
.offcanvas #colorlib-offcanvas {
  transform: translateX(0px);
}

#colorlib-offcanvas a {
  color: #fff;
}

#colorlib-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#colorlib-offcanvas ul {
  padding: 0;
  margin: 0;
}

#colorlib-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#colorlib-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e0c5";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}

#colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  transform: rotate(-180deg);
}

#colorlib-offcanvas ul li.btn-cta {
  margin-top: 5px;
}

#colorlib-offcanvas ul li.btn-cta a {
  border-bottom: 1px solid #4aca85;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  #colorlib-offcanvas ul li {
    font-size: 16px;
    padding: 6px 4px 6px 16px;
  }
}
.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
  background: #303133;
}

.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}

.colorlib-nav-toggle.colorlib-nav-white > i {
  color: #fff;
  background: #003c76;
}

.colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
  background: #003c76;
}

.colorlib-nav-toggle i::before {
  top: -7px;
}

.colorlib-nav-toggle i::after {
  bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
  top: -10px;
}

.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}

.colorlib-nav-toggle.active i {
  background: transparent;
}

.colorlib-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
  background: #fff;
}

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
  background: #fff;
}

.colorlib-nav-toggle {
  position: fixed;
  right: 16px;
  top: 26px;
  z-index: 2001;
  margin: 0 auto;
  display: none;
  width: 25px;
  height: 36px;
  border-bottom: none;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 1023px) {
  .colorlib-nav-toggle {
    display: block;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .colorlib-nav-toggle {
    top: 8px;
  }
}

#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  min-height: 100vh;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

.right-menu {
  position: fixed;
  top: calc(80px + 8%);
  right: 26px;
  box-shadow: 2px 3px 8px 1px rgba(120, 120, 120, 0.3);
  border-radius: 10px;
  background: #fff;
  padding: 0 9px;
  z-index: 100;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu {
    display: flex;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
  }
}
.right-menu .i-top, .right-menu .i-class, .right-menu .i-try {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
}
.right-menu .i-top::before {
  content: url(../images/fixed_icon_02.svg);
}
.right-menu .i-class::before {
  content: url(../images/fixed_icon_01.svg);
}
.right-menu .i-try::before {
  content: url(../images/fixed_icon_03.svg);
  filter: invert(70%) sepia(89%) saturate(861%) hue-rotate(359deg) brightness(105%) contrast(102%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu > a + a {
    border-top: none;
  }
}
.right-menu .totop {
  display: none;
}
.right-menu .totop.active {
  display: block;
}
.right-menu .menu-li {
  position: relative;
  margin: 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #003c76;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.right-menu .menu-li .txt {
  margin-top: 6px;
}
.right-menu a {
  text-decoration: initial;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu a {
    flex-grow: 1;
    width: 50%;
  }
}
.right-menu a:not(:first-child) .menu-li {
  margin-top: 24px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu a:not(:first-child) .menu-li {
    margin-top: 10px;
  }
}
.right-menu a:not(:first-child) .menu-li::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #bcbcbc;
  margin: 12px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .right-menu a:not(:first-child) .menu-li::after {
    top: 0;
    bottom: 0;
    right: auto;
    left: -1px;
    border-top: none;
  }
}

/* 星星閃爍動畫 */
@keyframes iconBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.i-try {
  animation: iconBlink 1s infinite;
}

.i-try:hover {
  animation-play-state: paused;
}

.sectionbox {
  display: flex;
  flex-direction: column;
}
.sectionbox .section_title {
  font-size: 36px;
  font-weight: bold;
  /* .numtxt{
      transform: scale(1, 1.1);
      display: inline-block;
      vertical-align: -10%;
      font-size: larger;
  } */
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox .section_title {
    font-size: 24px;
  }
}
.sectionbox .section_title .title-sup {
  font-size: 28px;
  vertical-align: 5%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox .section_title .title-sup {
    font-size: 20px;
  }
}

.topbanner {
  margin-top: 70px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner {
    margin-top: 40px;
  }
}

.sectionbox.sectionbox_form {
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.sectionbox_form {
    border-top: solid 4px #94a8d2;
    background: #fff;
    padding-bottom: 60px;
  }
}
.sectionbox.sectionbox_form .wrapper_in {
  max-width: 1080px;
}
.sectionbox.sectionbox_form .form-box {
  position: relative;
  border: solid 4px #94a8d2;
  border-top: solid 4px transparent;
  border-bottom: none;
  background: #fff;
  padding: 0 48px 150px 48px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.sectionbox_form .form-box {
    border: none;
    padding: 0;
  }
}
.sectionbox.sectionbox_form .form-box::after {
  top: -135px;
  position: absolute;
  content: "";
  border-top: solid 4px #94a8d2;
  border-left: solid 4px #94a8d2;
  width: calc(100% - 123px + 8px);
  left: -4px;
  height: 135px;
  background: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.sectionbox_form .form-box::after {
    content: none;
  }
}
.sectionbox.sectionbox_form .form-box::before {
  position: absolute;
  content: url(../images/border_paper.svg);
  width: 123px;
  top: -135px;
  right: -4px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.sectionbox_form .form-box::before {
    content: none;
  }
}
.sectionbox.sectionbox_form .form-box .section_title {
  position: relative;
  top: -50px;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.sectionbox_form .form-box .section_title {
    top: 0;
  }
}
.sectionbox.sectionbox_form .form-box .section_title .title {
  color: #003c76;
  text-align: center;
}
.sectionbox.sectionbox_form .form-box .section_title .stitle {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
  color: #292929;
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.sectionbox_form .form-box .section_title {
    font-size: 24px;
  }
}

.section_content_bubble_lists .bubble_list + .bubble_list {
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .section_content_bubble_lists .bubble_list + .bubble_list {
    margin-top: 30px;
  }
}
.section_content_bubble_lists .bubble_list .list_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-right: 48px;
  padding: 30px;
  border-radius: 50% 50% 0 50%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .section_content_bubble_lists .bubble_list .list_icon {
    display: none;
  }
}
.section_content_bubble_lists .bubble_list .list_desc .title {
  letter-spacing: 1.3px;
  color: #292929;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .section_content_bubble_lists .bubble_list .list_desc .title {
    font-size: 21px;
  }
}
.section_content_bubble_lists .bubble_list .list_desc .txt {
  margin-top: 8px;
  color: #003c76;
  line-height: 1.67;
  letter-spacing: 1px;
  font-size: 18px;
}

.sectionbox.section_footer {
  background: #00386e;
  padding: 100px 0 50px 0;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_footer {
    padding: 50px 0 122px 0;
  }
}
.sectionbox.section_footer .section_btn {
  width: 100%;
  max-width: 500px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  border-radius: 10px;
  background: #50a0ff;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
  margin: auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_footer .section_btn {
    max-width: 250px;
    min-height: 70px;
  }
}
.sectionbox.section_footer .section_btn:hover {
  background: #0069e5;
}
.sectionbox.section_footer .section_btn .title {
  letter-spacing: 1px;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_footer .section_btn .title {
    font-size: 18px;
  }
}
.sectionbox.section_footer .section_btn .stitle {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_footer .section_btn .stitle {
    font-size: 16px;
  }
}
.sectionbox.section_footer .corpy {
  margin-top: 50px;
  color: #d4d4d4;
  font-size: 14px;
}

.loginBtn {
  display: inline-block;
  color: #1567C6 !important;
  border: 1px solid #1567C6;
  padding: 8px 19px;
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */