body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 20px;
}

.main_color {
  color: #07226b;
}

.sub_color {
  color: #FDCF5E;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.fix_aside.is_active {
  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;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background-color: #07226b;
  color: #fff;
  line-height: 1.3;
}
.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 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/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  transition: all 0.2s ease-out;
  background-color: #343a40;
}
.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  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 .menu_btn.sty_white {
  border-color: #fff;
}
.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_area .nav_content {
  display: flex;
  justify-content: flex-end;
}
.g_header .nav_area .nav_cnt {
  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: #FDCF5E;
}
.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #082047;
  transition: all 0.2s ease-out;
  color: white;
}
.g_header .nav_area .nav_link:hover {
  color: #FDBF9B;
  text-decoration: none;
}
.g_header .nav_area .dropdown-toggle {
  cursor: pointer;
}
.g_header .nav_area .dropdown-item {
  padding: 0.5rem 1rem;
  text-align: center;
}
.g_header .nav_area .dropdown-item:hover {
  color: #fff;
  background: linear-gradient(90deg, #ffe700, #c7a508);
}
.g_header .nav_area .dropdown_link {
  display: block;
  padding: 0.75rem 1rem;
}
.g_header .nav_area .dropdown_link:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
.g_header.is_active {
  background-color: #343a40;
}
.g_header.is_active .nav_area .nav_link {
  color: #fff;
}
.g_header.is_active .nav_area .nav_link:hover {
  color: #FDBF9B;
}
.g_header .header_sns {
  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;
}

.bttn {
  display: inline-block;
}
.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #07226b;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  color: #000;
}
.bttn .bttn_inner:hover {
  text-decoration: none;
}
.bttn .xl_size {
  font-size: 2em;
}
.bttn .lg_size {
  font-size: 1.5em;
}
.bttn .sm_size {
  font-size: 1em;
}
.bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}
.bttn .main_b {
  background-color: #07226b;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.bttn .main_b:hover {
  background-color: #a0e6ff;
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #07226b;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .sub_b {
  background-color: #fff;
  color: #07226b;
}
.bttn .sub_b:hover {
  background-color: rgba(160, 230, 255, 0.1);
}

@-webkit-keyframes float {
  0% {
    transform: scale(1.05) translateX(20px);
  }
  50% {
    transform: scale(1) translate(0);
  }
  100% {
    transform: scale(1.1) translate(0);
  }
}

@keyframes float {
  0% {
    transform: scale(1.05) translateX(20px);
  }
  50% {
    transform: scale(1) translate(0);
  }
  100% {
    transform: scale(1.1) translate(0);
  }
}
@-webkit-keyframes notbed {
  0% {
    opacity: 0.6;
  }
  2.5% {
    opacity: 1;
  }
  5% {
    opacity: 0.6;
  }
  7.5% {
    opacity: 0.8;
  }
  10% {
    opacity: 0.8;
  }
  15% {
    opacity: 0.6;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes notbed {
  0% {
    opacity: 0.6;
  }
  2.5% {
    opacity: 1;
  }
  5% {
    opacity: 0.6;
  }
  7.5% {
    opacity: 0.8;
  }
  10% {
    opacity: 0.8;
  }
  15% {
    opacity: 0.6;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0.6;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
.kv_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/kv/kvbg2.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: float 20s linear alternate infinite;
          animation: float 20s linear alternate infinite;
}

.g_kv {
  position: relative;
  overflow: hidden;
}
.g_kv .desktop {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.g_kv .kv_logo {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  margin: 2% 0;
  width: 83.3333333333%;
}
.g_kv .kv_logo img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.g_kv .tit {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-45%, -100%);
  width: 67.7083333333%;
}
.g_kv .tit img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.g_kv .tit .t1 {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.g_kv .tit .t1_ani {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.g_kv .tit .t1_t {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.g_kv .tit .t1_g {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-animation-name: notbed;
          animation-name: notbed;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(40);
          animation-timing-function: steps(40);
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  white-space: nowrap;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.g_kv .logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 0 30px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_kv .logo p {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 16px;
  color: #4D4D4D;
}
.g_kv .logo img {
  position: relative;
  height: 40px;
  display: block;
  margin: 0 10px;
}
.g_kv .logo div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_kv .logo .logo_ctc {
  height: 60px;
}
@media (max-width: 1350px) {
  .g_kv .logo img {
    height: 30px;
  }
  .g_kv .logo .logo_ctc {
    height: 45px;
  }
}
.g_kv .date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29.6875%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.g_kv .date a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.g_kv .date a:nth-child(1) {
  margin: 0 25px 0 0;
}
.g_kv .date a:nth-child(2) {
  margin: 0 0 0 25px;
}
.g_kv .date a img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.g_kv .date a:hover {
  transform: scale(0.95);
}
.g_kv .timer {
  position: absolute;
  left: 9.375%;
  bottom: 60px;
  color: #fff;
  text-align: center;
  letter-spacing: -4px;
}
.g_kv .timer .tb {
  position: relative;
  display: inline-block;
  width: 4rem;
  height: 3.5rem;
  padding-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #000;
  letter-spacing: normal;
}
.g_kv .timer .tb::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-weight: 300;
  color: #07226b;
}
.g_kv .timer .tb span {
  position: absolute;
  left: 50%;
  top: calc(50% - 0.5rem);
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}
.g_kv .timer .d {
  border-radius: 1rem 0 0 1rem;
}
.g_kv .timer .d::after {
  content: "day";
}
.g_kv .timer .h::after {
  content: "hour";
}
.g_kv .timer .m::after {
  content: "min";
}
.g_kv .timer .s {
  border-radius: 0 1rem 1rem 0;
}
.g_kv .timer .s::after {
  content: "sec";
}

.slick_kv {
  margin-top: 3vw;
}
.slick_kv img {
  max-width: 100%;
}
.slick_kv .slick-prev {
  left: 100px;
  z-index: 1;
}
.slick_kv .slick-prev:before {
  font-size: 32px;
}
.slick_kv .slick-next {
  right: 100px;
}
.slick_kv .slick-next:before {
  font-size: 32px;
}

.g_main {
  background: linear-gradient(180deg, rgb(60, 71, 152), rgba(60, 71, 152, 0.5) 90%);
  position: relative;
}
.g_main .section_block {
  position: relative;
  padding: 5% 15% 5% 15%;
}
.g_main .section_block .svg_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.g_main .section_block .svg_container .svg_content {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.g_main .section_block .svg_container .svg_content img {
  width: 50%;
  max-width: 50%;
}
.g_main .section_block .svg_container .svg_content .main_title {
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 0.9em;
}
.g_main .section_block .svg_container .svg_content .sub_title {
  margin-top: 0.8em;
  font-weight: 800;
}
.g_main .section_block .svg_container .svg_content .sub_title span {
  font-size: 2em;
}
.g_main .section_block .title {
  color: #F8EFB3;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.g_main .section_block .content {
  margin-top: 5%;
  color: white;
  font-size: 1em;
  line-height: 2;
  font-weight: 500;
}
.g_main .section_block .block_line {
  border: solid 0.5px #909090;
  margin: 5% 0;
}
.g_main .intro2 {
  width: 100%;
  border-radius: 0 20% 0 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.g_main .intro2 .svg_container {
  padding-top: 8%;
}
.g_main .intro2 .svg_container .svg_content {
  color: rgb(52, 52, 52);
}
.g_main .intro2 .svg_container .svg_content img {
  width: 90%;
  max-width: 90%;
}
.g_main .intro2 .svg_container .svg_content .content_area {
  width: 90%;
  max-width: 90%;
  padding: 5% 0 8% 0;
  border: solid 0.5px #3C4798;
  border-radius: 0 0 50px 50px;
}
.g_main .intro2 .svg_container .svg_content .content_area .main_title {
  color: #3C4798;
  font-size: 1em;
}
.g_main .intro2 .svg_container .svg_content .content_area .sub_title {
  font-size: 0.8em;
  color: rgb(98, 98, 98);
}
.g_main .intro2 .title {
  color: #3C4798;
}
.g_main .intro2 .content {
  color: rgb(52, 52, 52);
  font-size: 1em;
  line-height: 2;
  font-weight: 500;
}
.g_main .feature2 {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.g_main .feature2 .content .extra_link {
  color: initial;
  text-decoration: underline;
}
.g_main .feature2 .shield_area {
  margin-top: 10%;
  position: relative;
}
.g_main .feature2 .shield_area .shield {
  position: absolute;
  width: 9%;
  left: 50%;
  transform: translateX(-44%) translateY(-51%) scale(1);
  top: 50%;
  transition: 0.8s;
}
.g_main .feature2 .shield_area .shield:hover {
  transition: 0.8s;
  transform: translateX(-44%) translateY(-51%) scale(1.2);
}
.g_main .feature2 .shield_area .main_pic {
  width: 100%;
  max-width: 100%;
}
@-webkit-keyframes scaleAni {
  0% {
    transform: translateX(-44%) translateY(-51%) scale(1);
  }
  50% {
    transform: translateX(-44%) translateY(-51%) scale(1.4);
  }
  100% {
    transform: translateX(-44%) translateY(-51%) scale(1);
  }
}
@keyframes scaleAni {
  0% {
    transform: translateX(-44%) translateY(-51%) scale(1);
  }
  50% {
    transform: translateX(-44%) translateY(-51%) scale(1.4);
  }
  100% {
    transform: translateX(-44%) translateY(-51%) scale(1);
  }
}
@-webkit-keyframes opacityAni {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAni {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g_main .feature2 .title {
  color: #3C4798;
}
.g_main .feature2 .content {
  color: rgb(52, 52, 52);
}
.g_main .feature {
  position: relative;
  background-color: whitesmoke;
}
.g_main .feature .tri_area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.g_main .feature .tri_area .tri_container {
  flex: 1;
  position: relative;
}
.g_main .feature .tri_area .tri_container .tri_tit {
  width: 80%;
  max-width: 80%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.g_main .feature .tri_area .tri_container .tri_tit .tri_t1, .g_main .feature .tri_area .tri_container .tri_tit .tri_t2, .g_main .feature .tri_area .tri_container .tri_tit .tri_t3, .g_main .feature .tri_area .tri_container .tri_tit .tri_t4 {
  position: absolute;
  width: 30%;
  max-width: 30%;
}
.g_main .feature .tri_area .tri_container .tri_tit .tri_t1 {
  left: 50%;
  transform: translateX(-55%) translateY(-25%);
  margin-top: 30%;
}
.g_main .feature .tri_area .tri_container .tri_tit .tri_t2 {
  left: 25%;
  transform: translateX(-78%) translateY(165%);
  margin-top: 50%;
}
.g_main .feature .tri_area .tri_container .tri_tit .tri_t3 {
  left: 50%;
  transform: translateX(-50%) translateY(85%);
  margin-top: 38%;
  width: 28% !important;
  max-width: 28% !important;
}
.g_main .feature .tri_area .tri_container .tri_tit .tri_t4 {
  left: 100%;
  transform: translateX(-105%) translateY(180%);
  margin-top: 50%;
  width: 32% !important;
  max-width: 32% !important;
}
.g_main .feature .tri_area .tri_container .tri_bg {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.g_main .feature .tri_area .content {
  flex: 1;
  position: relative;
  color: rgb(90, 90, 90);
  margin: 0 0 0 5%;
  font-size: 1.1rem;
}
.g_main .feature .tri_area .content .sub_title {
  font-size: 22px;
  letter-spacing: 0.1 !important;
}
.g_main .feature .content .title {
  color: rgb(74, 74, 74);
}
.g_main .feature .circle_area {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 5% 0 15% 0;
  padding: 0;
}
.g_main .feature .circle_area .row2 {
  position: absolute;
  margin-top: 20%;
  justify-content: space-around !important;
}
.g_main .feature .circle_area .row {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  top: 33%;
}
.g_main .feature .circle_area .row .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.g_main .feature .circle_area .row .content .number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: solid 2px #743CA5;
  width: 55px;
  height: 55px;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  transition: 0.4s;
}
.g_main .feature .circle_area .row .content .number:hover {
  transform: scale(1.4) rotate(360deg);
}
.g_main .feature .circle_area .row .content .number img {
  width: 45px;
  max-width: 45px;
  border-radius: 50px;
}
.g_main .feature .circle_area .row .content .number_sp img {
  transform: translateX(4.5%) translateY(-1%);
}
.g_main .feature .circle_area .row .content .main_title {
  font-size: 1em;
  line-height: 1.4em;
  color: rgb(90, 90, 90);
  text-align: center;
  font-weight: 550;
  padding-top: 5%;
}
.g_main .feature .circle_area .circle {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 1.5% 0;
}
.g_main .feature .feature_logo {
  position: relative;
  width: 20%;
  max-width: 20%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5%;
}
.g_main .feature .title {
  color: #743CA5;
}
.g_main .reserve {
  background-color: rgba(245, 245, 245, 0.9);
}
.g_main .reserve .title {
  color: #743CA5;
}
.g_main .reserve .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_main .reserve .row .rev {
  margin: 8% 2%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.g_main .reserve .row .rev img {
  filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.5));
  width: 100%;
  max-width: 100%;
}
.g_main .reserve .row .rev img.rev2_pic {
  border-radius: 10px;
}
.g_main .reserve .row .rev .btn {
  margin-top: 10%;
  background-color: transparent;
  border: solid 2px #743CA5;
  color: #743CA5;
  padding: 3% 10%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 50px;
}
.g_main .reserve .row .rev .btn:hover {
  background-color: #743CA5;
  color: white;
}
.g_main .slick_area title {
  color: #F8EFB3;
}
.g_main .slick_area .slider {
  margin-top: 5%;
  position: relative;
  display: flex;
}
.g_main .slick_area .slider .slick-next:before, .g_main .slick_area .slider .slick-prev:before {
  font-size: 32px;
}
.g_main .slick_area .slider .slide {
  margin: 0 2%;
}
.g_main .slick_area .slider .slide .slide_text {
  margin-top: 3%;
  color: white;
}
.g_main .slick_area .slider .slide a {
  width: 100%;
  max-width: 100%;
}
.g_main .slick_area .slider .slide a img {
  width: 100%;
  max-width: 100%;
}
.g_main .link_area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.g_main .link_area .item {
  margin: 0 2%;
  flex: 1;
  background-color: white;
  border-radius: 0 50px 0 50px;
  padding: 2% 3%;
  height: auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.g_main .link_area .item .content {
  margin-top: 10%;
  color: #606060;
  font-weight: 600;
}
.g_main .link_area .item .content .btn {
  position: relative;
  margin-top: 5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F18E19;
  color: white;
  padding: 2% 8%;
  border-radius: 50px;
  border: solid 1px #F18E19;
}
.g_main .link_area .item .content .btn:hover {
  background-color: transparent;
  color: #F18E19;
}
.g_main .link_area .item .content .line_hr {
  margin: 0;
  padding-top: 5%;
  border: transparent;
}
.g_main .link_area .item .content .ps {
  margin-top: 5%;
  font-size: 0.7em;
  color: #F18E19;
  font-weight: 600;
  letter-spacing: 0.2em;
}
.g_main .link_area .item.download .content {
  font-size: 0.8em;
  font-weight: 500;
  color: #606060;
}
.g_main .link_area .item.download .content a {
  color: #606060;
}
.g_main .link_area .item.download .content .btn {
  color: white;
}
.g_main .link_area .item.download .content .btn:hover {
  color: #F18E19;
}
.g_main .link_area .item.download .title {
  color: #F18E19;
}
.g_main .link_area .item.news .title {
  color: #743CA5;
}
.g_main .link_area .item.news .content a {
  font-size: 0.8em;
  font-weight: 500;
  color: #606060;
}
.g_main .link_area .item.news .content .news_btn {
  color: white;
  background-color: #743CA5;
  border: solid 1px #743CA5;
}
.g_main .link_area .item.news .content .news_btn:hover {
  color: #743CA5;
  background-color: white;
}
.g_main .footer {
  background-color: rgb(255, 255, 255);
  padding: 3% 15%;
}
.g_main .footer .p1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_main .footer .p1 a {
  width: 100%;
  max-width: 100%;
}
.g_main .footer .p1 a img {
  width: 100%;
  max-width: 100%;
}
.g_main .footer .p1 .content {
  padding: 0 5%;
  margin: 0;
  color: #606060;
  font-size: 0.8em;
}
.g_main .footer .hr_block {
  margin: 5% 0;
}
.g_main .footer .p2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_main .footer .p2 .contact_us_area {
  display: flex;
  flex-direction: column;
}
.g_main .footer .p2 .official {
  color: #606060;
}
.g_main .footer .p2 .social_icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_main .footer .p2 .social_icons a {
  margin: 0 15% 0 0;
}
.g_main .footer .p2 .social_icons img {
  width: 50px;
  height: auto;
}
.g_main .footer .p2 .social_icons img.icon2 {
  margin-top: 5px;
}

@media (max-width: 768px) {
  .g_header {
    background-color: #343a40;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0.5rem 0;
  }
  .g_header .menu_trigger {
    padding: 0 24px;
  }
  .g_header .nav_area .nav_content {
    display: block;
  }
  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }
  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
    color: #fff;
  }
  .g_kv {
    margin: 64px 0 0 0;
  }
  .g_kv .desktop {
    height: 92vw;
    background-image: url("img/kv/kvbg_m.jpg");
    background-color: #0d9de3;
    background-repeat: no-repeat;
    background-position: center 200px;
    background-size: 100% auto;
  }
  .g_kv .kv_logo {
    margin-left: 115%;
    margin-top: 10%;
    width: 300%;
  }
  .g_kv .kv_logo .logo1 {
    transform: translateX(-1%);
  }
  .g_kv .kv_logo .logo2 {
    width: 45%;
    transform: translateX(-40%);
  }
  .g_kv .tit {
    transform: translate(-50%, -100%);
    width: 90%;
  }
  .g_kv .logo {
    height: auto;
    padding: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .g_kv .logo p {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 12px;
    color: #4D4D4D;
  }
  .g_kv .logo img {
    position: relative;
    width: auto;
    height: 20px;
    display: block;
    margin: 0 5px;
  }
  .g_kv .logo div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .g_kv .logo .logo_ctc {
    height: 35px;
  }
  .g_kv .date {
    width: 90%;
    transform: translate(-50%, -150%);
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .g_kv .date a {
    position: relative;
    width: 46.4912280702%;
    max-width: 46.4912280702%;
    height: auto;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  .g_kv .date a:nth-child(1) {
    margin: 0 25px 0 0;
  }
  .g_kv .date a:nth-child(2) {
    margin: 0 0 0 25px;
  }
  .g_kv .date a img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .g_kv .timer {
    left: 9%;
    bottom: 20px;
  }
  .slick_kv {
    margin-top: 15%;
  }
  .slick_kv .slick-prev {
    left: 30px;
    z-index: 1;
  }
  .slick_kv .slick-prev:before {
    font-size: 20px;
  }
  .slick_kv .slick-next {
    right: 30px;
  }
  .slick_kv .slick-next:before {
    font-size: 20px;
  }
  .g_main .section_block {
    padding: 5% 10% 5% 10%;
  }
  .g_main .section_block .title {
    font-size: 24px;
    padding: 5% 2%;
    letter-spacing: 0.2rem;
  }
  .g_main .section_block .content {
    font-size: 16px;
  }
  .g_main .svg_container {
    flex-direction: column;
  }
  .g_main .svg_container .svg_content {
    margin: 10% 0;
  }
  .g_main .svg_container .svg_content .content_area .sub_title {
    font-size: 14px !important;
  }
  .g_main .intro2 {
    border-radius: 0;
  }
  .g_main .feature .feature_logo {
    width: 100%;
    max-width: 100%;
  }
  .g_main .feature .tri_area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .g_main .feature .tri_area .content {
    margin: 5% 0 3% 0;
  }
  .g_main .feature .circle_area {
    transform: translateX(5%);
  }
  .g_main .feature .circle_area .row {
    position: relative;
    flex-direction: column;
  }
  .g_main .feature .circle_area .row .content {
    flex-direction: row;
    justify-content: flex-start;
    margin: 5% 0;
    width: 100%;
  }
  .g_main .feature .circle_area .row .content .main_title {
    margin-left: 3%;
    font-size: 16px;
  }
  .g_main .feature .circle_area .row {
    margin: 0;
  }
  .g_main .reserve .row {
    flex-direction: column;
  }
  .g_main .link_area {
    flex-direction: column;
  }
  .g_main .link_area .item {
    margin: 5% 0;
    padding: 10% 5%;
  }
  .g_main .footer .p1 {
    flex-direction: column;
  }
  .g_main .footer .p1 img {
    width: 100%;
    max-width: 100%;
    padding: 10% 0;
  }
  .g_main .footer .p2 {
    flex-direction: column;
  }
  .g_main .footer .p2 .social_icons {
    margin: 10% 0;
  }
  .g_main .feature2 .column .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    text-align: center;
    margin: 10% 0;
  }
  .g_main .feature2 .column .row img {
    width: 50%;
    max-width: 50%;
  }
}/*# sourceMappingURL=style.css.map */