@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
body {
	font-family:"Noto Sans TC","Microsoft JhengHei", "Noto Sans CJK TC", PingFang, STHeiti, sans-serif, serif;
  background: url('../img/kv.png') no-repeat,linear-gradient(160deg, #0937a0, #3e76cc, #3e76cc, #3e76cc);
  background-size: 150vw;
  background-position: center -10vw,0 0;
  color: #fff;
  font-size: 1rem;
}
h1{
	font-size: 2rem;
}
h2{
	text-align:center;
	font-size: 1.8rem;
	font-weight:bold;
}
h3{
	text-align:center;
	font-size: 1.5rem;
	font-weight:bold;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
section{
  margin-top: 50px;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}

.fix_aside .fx_item.is_primary {
  background: linear-gradient(94.17deg, #01FFFF 8.85%, #FEE92E 103.15%);
  color: #0F236C;
  line-height: 1.3;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}

.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("../img/arrow_top.png") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header.is_active .nav_area .nav_link {
  color: #fff;
}

.g_header.is_active .nav_area .nav_link:hover {
}

.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}

.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}

.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.g_header .menu_btn .icon::before {
  top: -200%;
}

.g_header .menu_btn .icon::after {
  bottom: -200%;
}

.g_header .nav_area {
  position: relative;
  z-index: 3;
}

.g_header .nav_area .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.g_header .nav_area .nav_cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.g_header .nav_area .nav_item {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}

.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #008296;
  color: #fff;
}

.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header .nav_area .nav_link:hover {
  color: #008296;
  text-decoration: none;
}

.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}

.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}

.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}

.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}

.g_header .header_sns .hover_holder {
  cursor: pointer;
}

.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}

.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}


.g_kv {
  position: relative;
  overflow: hidden;
}

.kv_ms{display:none;}

.g_kv .desktop {
  position: relative;
  height: 55vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.g_kv .kv_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.g_kv .kv_area-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.g_kv .kv_area-logo {
  position: absolute;
  top: 60px;
  left: 5%;
  width: 6.25%;
}

.g_kv .kv_area-logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.g_kv .tit {
  position: absolute;
  top: 50%;
  left: 57%;
  width: 62.5%;
  -webkit-transform: translate(0, -35%);
          transform: translate(0, -35%);
}

.g_kv .tit .t1 {
  position: relative;
  width: 100%;
}

.g_kv .tit .cta {
  position: relative;
  margin: 5% 0 0 1%;
  display: inline-block;
  border-radius: 15px;
  cursor: pointer;
}

.g_kv .tit .cta span {
  font-weight: bold;
}

.g_kv .tit .cta a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #ffeff1;
  background-color: #ee7336;
  border: 2px solid #ee7336;
  font-size: 26px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 35px;
  border-radius: 15px;
}

.g_kv .tit .cta:hover a {
  color: #ee7336;
  background-color: #ffeff1;
}

.g_kv .tit img {
  position: relative;
  height: auto;
  display: block;
  
}

.g_main {
  overflow: hidden;
}

.main_sc {
  margin: auto;
	/* margin:30px 0; */
	padding: 30px 0;
  width: 70%;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  border-radius: 15px;
}


.container {
  width: 90vw;
}

.sc_title {
  text-align: center;
  font-size: 27px;
  margin-bottom: 30px;
}

.sc_title .tit {
  font-weight: 700;
  line-height: 1.5;
}

.sc_intro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sc_intro .container {
  max-width: 850px;
}

.intro_cnt {
  position: relative;
}

.intro_cnt p {
  position: relative;
  padding: 15px 0;
  text-align: center;
  font-size: 1rem;
  line-height: 175%;
}

.intro_cnt p span {
  color: #DBF0F3;
}

.buttongroup ul{
  list-style: none;
  width: 50%;
  padding: 0;
  margin: 0 auto;
}
.buttongroup ul li{
  text-align: center;
  padding: 10px;
  border: #fff 1px solid;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.buttongroup ul li:hover{
  background: #000;
  border: #000 1px solid;
}



.footerCopy {
  position: relative;
  padding: 15px 0;
  color: #fff;
  background: linear-gradient(85.87deg, #005095 4.14%, #00398E 25.4%, #00317A 43.81%, #001E54 65.46%, #000D35 97.4%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12.3px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width:50%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.iframebox{
  width: 800px;
  height: 6900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.4);
  margin-bottom: 50px;
}
.scaleiframe{
  border:#ddd 0px solid;
  width: 800px;
  height: 7000px;
  top: -100px; 
  position: absolute;
}
.formbox h3{
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}
.inforbox p{
  text-align: left;
  margin: 0;
  padding: 10px 0;
}
.inforbox img{
  width: 100%;
  border-radius: 15px;
  background: #fff;
}
.inforbox h3{
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  border-radius: 5px;
}
.inforbox h4{
  font-size: 0.9rem;
  color: #ccc;
  text-align: center;
}
.intro_cnt p.smalltext{
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  h1 {
      font-size: 1.5rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  .main_sc {
      width: 90%;
  }
  .buttongroup ul {
    width: 100%;
  }
  .iframebox{
    width: 95%;
    height: 7800px;
  }
  .scaleiframe{
    width: 100%;
    height: 7900px;
    top: -100px; 
  }
}
