body {
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 0.125rem;
  background: linear-gradient(180deg, #EAEAEA 0%, #F2F2F2 100%);
}

.main_color {
  color: #fb4f14;
}

.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;
  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: #fb4f14;
  color: #fff;
  line-height: 1;
}
.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;
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  font-size: 0.75rem;
  padding: 5px;
  width: 100%;
  line-height: 1.3;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.g_header.is_active {
  background-color: transparent;
}
.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;
}
.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;
  color: #000;
}
.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.g_header .nav_area .nav_link:hover {
  color: #fb4f14;
  text-decoration: none;
}
.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 #fb4f14;
  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: #fb4f14;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}
.bttn .main_b:hover {
  background-color: #000;
}
.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #fb4f14;
}
.bttn .dark_b:hover {
  background-color: #160f02;
}
.bttn .sub_b {
  background-color: #fff;
  color: #fb4f14;
}
.bttn .sub_b:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.fixed_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.fixed_bg img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  animation: foltBg 30s ease-in-out infinite;
}
.fixed_bg .kv_bg_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/kv_bg.png) bottom right/100% auto no-repeat fixed;
}

.g_kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: transparent;
}
.g_kv img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.g_kv .logo {
  position: absolute;
  width: 14.0625%;
  top: 7%;
  right: 8.5%;
}
.g_kv .kvBg {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: transparentsd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_kv .kvBg img {
  animation: foltBg 30s ease-in-out infinite;
}
.g_kv .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%);
  width: 58.0729166667%;
}
.g_kv .tit .t1 {
  position: relative;
  width: 100%;
}
.g_kv .CTA_btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 10px 20px;
  border-radius: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border: 2px solid #00556c;
  background-color: #00556c;
}

@keyframes foltBg {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.g_main {
  position: relative;
  z-index: 1;
}

.g_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g_bg .color_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.g_bg .img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(25px);
  background: url(img/kv_bg.png) bottom right/100% auto no-repeat fixed;
}

.sc_intro {
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.sc_intro .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 80px;
  font-size: 1.125rem;
  text-align: left;
  border-radius: 35px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sc_intro .slg {
  position: relative;
  width: 100%;
  margin: 45px auto 15px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  color: #00556c;
}
.sc_intro .lists {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.sc_intro .lists .list {
  position: relative;
  flex: 0 1 33%;
  padding: 20px;
  margin: 15px auto;
  color: #53565a;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1.2;
  text-align: center;
}
.sc_intro .lists .list:nth-child(2) {
  border: solid #53565a;
  border-width: 0 2px;
}
.sc_intro .lists .list span {
  font-size: 4.5rem;
}
.sc_intro .lists .list b {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
}
.sc_intro .iconsGroup {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  background-color: #f8f8f8;
  padding: 15px 25px;
  margin: 20px auto 40px;
  border-radius: 15px;
}
.sc_intro .iconsGroup .gr {
  position: relative;
  flex: 0 1 25%;
  padding: 15px 0;
}
.sc_intro .iconsGroup .gr a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  text-decoration: none;
}
.sc_intro .iconsGroup .gr a.isLink {
  color: #fb4f14;
}
.sc_intro .iconsGroup .gr a.noLink {
  color: #00556c;
}
.sc_intro .iconsGroup .gr .icon {
  position: relative;
  width: 100%;
  max-width: 80px;
}
.sc_intro .iconsGroup .gr .icon img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.sc_intro .iconsGroup .gr h4 {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.sc_intro .prods {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 0 0 85px;
  gap: 20px;
}
.sc_intro .prods .prod {
  position: relative;
  flex: 0 1 calc(25% - 10px);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
}
.sc_intro .prods .prod .icon {
  position: relative;
  width: 100%;
  max-width: 100px;
}
.sc_intro .prods .prod .icon img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sc_intro .prods .prod .sl {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #00556c;
  text-align: center;
  flex: 0 1 70px;
}
.sc_intro .prods .prod .w {
  font-size: 0.9375rem;
  font-weight: normal;
  color: #53565a;
}
.sc_intro .downloadBtn {
  position: relative;
  text-align: center;
}
.sc_intro .downloadBtn .main_button {
  position: relative;
  display: inline-block;
  padding: 20px 80px;
  color: #fff;
  line-height: 1.1;
  background: url(img/btn_bg.svg) center/cover no-repeat;
  border-radius: 15px;
  font-weight: 500;
  cursor: pointer;
  animation: scaleInBounce 1000ms linear both;
}
.sc_intro .downloadBtn .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  font-size: 2.25rem;
  letter-spacing: 0.5rem;
}
.sc_intro .downloadBtn .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 8px;
  margin-top: 22px;
  transform: translateX(-50%);
  transition: width 300ms;
}
.sc_intro .downloadBtn .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}
.sc_intro .sc_gift {
  position: relative;
  margin: 30px 0 0;
  padding: 60px 0;
}
.sc_intro .sc_gift .gift_tit {
  position: relative;
  width: 100%;
  text-align: center;
}
.sc_intro .sc_gift .gift_tit .main {
  position: relative;
  width: 100%;
  max-width: 800px;
  display: inline-block;
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.75rem 0;
  background: linear-gradient(90deg, #00d15f, #00556c, #00d15f);
}
.sc_intro .sc_gift .gift_cnt {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.sc_intro .sc_gift .gift_cnt .info {
  position: relative;
  flex: 0 1 50%;
  padding: 30px;
}
.sc_intro .sc_gift .gift_cnt .info p {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #505861;
}
.sc_intro .sc_gift .gift_cnt .info p span {
  color: #00556c;
  font-weight: bold;
  font-size: 1.5rem;
}
.sc_intro .sc_gift .gift_cnt .info p.ps {
  margin: 25px 0 0;
  color: #ADACAF;
  font-weight: 300;
  font-size: 0.75rem;
}
.sc_intro .sc_gift .gift_cnt .pic {
  position: relative;
  flex: 0 1 50%;
  max-width: 350px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sc_intro .sc_gift .gift_cnt .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.form_wrap .g {
  padding-left: 1.2rem;
}
.form_wrap .btn {
  background-color: transparent;
}
.form_wrap legend {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.form_wrap legend span {
  color: #00556c;
  font-size: 0.75rem;
}
.form_wrap legend + div {
  padding-left: 1.2rem;
}
.form_wrap label {
  color: #00556c;
}
.form_wrap .form-check-inline {
  margin-right: 1em;
  margin-bottom: 0.25em;
}
.form_wrap .form-check-label {
  flex: 1 0 auto;
  font-size: 0.9375rem;
}
.form_wrap .form-check-label ul {
  list-style-type: "-  ";
  padding: 0 0 0 0.8125rem;
  font-size: 0.875rem;
  color: #5b5b5b;
}
.form_wrap .form-check-input {
  accent-color: #00556c;
}
.form_wrap .form-check-input ~ .input_text {
  margin-left: 0.25rem;
  width: 110px;
  display: none;
}
.form_wrap .other_text {
  margin-left: 0.25rem;
}
.form_wrap .form-check-input ~ .input_text {
  width: 110px;
  display: none;
}
.form_wrap .form-check-input:checked ~ .input_text {
  display: inline;
}
.form_wrap .form-group {
  margin-bottom: 1rem;
  font-size: 1rem;
}
.form_wrap .form-group .stxt {
  font-size: 0.875rem;
}
.form_wrap .form-group.checkArea {
  margin: 35px 0 0;
}
.form_wrap .form-group.checkArea .form-check-label {
  font-size: 0.8125rem;
  letter-spacing: 1px;
  padding: 0 10px 10px 0;
}
.form_wrap .cta .bttn {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  border-radius: 2.5rem;
  padding: 1.4rem 3.5rem 1.5rem;
  width: 10em;
  font-size: 1.675rem;
  font-weight: 700;
  line-height: 1;
  background-color: #00556c;
  border: 3px solid #00556c;
  color: white;
  font-family: "Noto Sans TC", sans-serif;
  transition: background 300ms;
}
.form_wrap .cta .bttn span {
  letter-spacing: 2px;
  transition: letter-spacing 300ms;
}
.form_wrap .cta .bttn:hover {
  text-decoration: none;
  background-position-x: 100%;
  background-color: #fff;
  color: #00556c;
}
.Q2 .form-check input {
  margin-top: 6px;
  display: block;
}

.form_tit {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.form_tit h2 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #00556c;
}
.form_tit .ps {
  position: relative;
  margin: 0;
  font-size: 0.75rem;
  color: #00556c;
}
.form_tit .tit_line {
  display: flex;
  justify-content: center;
  padding: 0.12rem 0;
  margin: 0 0.625rem 0 0;
}
.form_tit .tit_line span {
  display: block;
  border-radius: 2.72727rem;
  background: #CBCBCB;
  width: 0.27273rem;
  height: 0.27273rem;
}
.form_tit .tit_line span:nth-child(1) {
  width: 1.25rem;
}
.form_tit .tit_line span ~ span {
  margin-left: 0.27rem;
}

.form_p1,
.form_p2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.form_p1 {
  padding-bottom: 30px;
}

.form_p2 {
  border-top: 6px solid #fff;
  padding-top: 60px;
}

.policy_wrap {
  margin-top: 30px;
}

.policy_tip,
.policy_after {
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
  font-size: 14px;
}

.policy_tip {
  padding-bottom: 6px;
}

.policy_after {
  margin-top: 6px;
}

.pt_left {
  float: left;
  text-align: center;
}

.pt_right {
  float: right;
}

.pt_right a {
  color: #00b388;
}

.pt_right a:hover {
  color: #1789bd;
}

.policy_box {
  clear: both;
  border-radius: 12px;
  border: 1px solid #00b388;
  padding: 10px;
  height: 150px;
  overflow: hidden;
  background-color: #fcfff8;
}

.pb_tit {
  padding: 10px 10px 5px;
  text-align: center;
}

.pb_text {
  padding: 5px 10px 20px;
  font-size: 12px;
  line-height: 21px;
  overflow: auto;
  height: calc(100% - 40px);
}

.pb_text p {
  margin-bottom: 1em;
}

.pb_text ol {
  padding-left: 1em;
  list-style: none;
  margin-bottom: 0;
}

.pb_text ol li {
  margin-top: 9px;
}

#fancybox-outer {
  width: 104% !important;
}

.sc_company {
  padding: 80px 0;
}
.sc_company .container {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
}
.sc_company .parag_wrap {
  position: relative;
  border-radius: 20px;
  border: 1px solid #00556c;
  padding: 45px 60px;
}
.sc_company .parag_wrap::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: -8px;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid #fb4f14;
}
.sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
}
.sc_company .parag_wrap .parag a {
  color: #fb4f14;
  text-decoration: underline;
  font-family: "Charcoal", sans-serif;
}
.sc_company .parag_wrap .parag a:hover {
  color: #002d33;
}
.sc_company .company_tit {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.sc_company .company_tit .ti,
.sc_company .company_tit .nam {
  display: inline-block;
}
.sc_company .company_tit .ti {
  border-radius: 20px;
  padding: 4px 20px;
  border: 1px solid #002d33;
  color: #002d33;
}
.sc_company .company_tit .nam {
  margin-left: 15px;
  width: 100px;
}

.modal .modal-dialog {
  max-width: 900px;
}
.modal .modal-body {
  padding: 30px 50px;
}
.modal .modal-body .form-group label {
  padding: 10px;
}
.modal .form_tit {
  text-align: center;
  padding: 5px 0 0 5px;
}
.modal .form_tit .h2 {
  margin: 0;
}
.modal .form_tit .h2 span {
  font-weight: 700;
  color: #005f4b;
}
.modal .form_tit .tip {
  margin: 0;
  color: red;
  font-size: 0.75rem;
}
.modal .main_button {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em 2em;
  background: linear-gradient(132deg, #16a939, #005f4b, #002d33);
  color: #fff;
  font-size: 2em;
  line-height: 1.1;
  border-radius: 1.5em;
  font-weight: 500;
  cursor: pointer;
  animation: scaleInBounce 1000ms linear both;
}
.modal .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}
.modal .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 8px;
  margin-top: 22px;
  transform: translateX(-50%);
  transition: width 300ms;
}
.modal .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}

@media (max-width: 508px) {
  .g_header {
    display: none;
  }
  .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;
  }
  .fixed_bg {
    height: 100vw;
  }
  .fixed_bg .kv_bg_mask {
    height: 100vw;
    background: url(img/kv_bg.png) center/cover no-repeat fixed;
  }
  .g_kv {
    height: 100vw;
  }
  .g_kv .logo {
    width: 40%;
    top: 7%;
    left: 5%;
  }
  .g_kv .tit {
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .g_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .g_bg .color_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .g_bg .img_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(25px);
    background: url(img/kv_bg.png) bottom right/100% auto no-repeat fixed;
  }
  .sc_intro {
    padding: 30px 0;
  }
  .sc_intro .container {
    padding: 30px 20px;
    font-size: 0.9375rem;
    text-align: left;
    border-radius: 15px;
  }
  .sc_intro .slg {
    margin: 45px auto 15px;
    font-size: 1.375rem;
  }
  .sc_intro .lists {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  .sc_intro .lists .list {
    flex: 0 1 33%;
    width: 33%;
    padding: 10px;
    margin: 15px auto;
    font-size: 2.625rem;
  }
  .sc_intro .lists .list:nth-child(2) {
    border-width: 0 1px;
  }
  .sc_intro .lists .list span {
    font-size: 2.625rem;
  }
  .sc_intro .lists .list b {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.3;
  }
  .sc_intro .iconsGroup {
    padding: 15px 25px;
    margin: 20px auto 40px;
  }
  .sc_intro .iconsGroup .gr {
    flex: 0 1 33%;
    width: 33%;
    padding: 6px 10px;
  }
  .sc_intro .iconsGroup .gr .icon {
    max-width: 80px;
  }
  .sc_intro .iconsGroup .gr h4 {
    text-align: center;
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .sc_intro .prods {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    margin: 0 0 55px;
    gap: 20px;
  }
  .sc_intro .prods .prod {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
  }
  .sc_intro .prods .prod .icon {
    max-width: 80px;
  }
  .sc_intro .prods .prod .sl {
    font-size: 1rem;
    flex: 0 1 40px;
  }
  .sc_intro .prods .prod .w {
    font-size: 0.8125rem;
  }
  .sc_intro .downloadBtn .main_button {
    padding: 20px 60px;
  }
  .sc_intro .downloadBtn .main_button .text {
    font-size: 1.75rem;
    letter-spacing: 0.5rem;
  }
  .sc_intro .sc_gift {
    margin: 30px 0 0;
    padding: 30px 0;
  }
  .sc_intro .sc_gift .gift_tit .main {
    font-size: 1.75rem;
  }
  .sc_intro .sc_gift .gift_cnt {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sc_intro .sc_gift .gift_cnt .info {
    padding: 20px 15px;
  }
  .sc_intro .sc_gift .gift_cnt .info p.ps {
    margin: 20px 0;
  }
  .sc_intro .sc_gift .gift_cnt .pic {
    max-width: 100%;
  }
  .sc_company {
    padding: 120px 0 20px;
  }
  .sc_company .parag_wrap {
    padding: 45px 30px 30px;
  }
  .sc_company .parag_wrap::after {
    left: 6px;
    top: 6px;
    right: 6px;
  }
  .sc_company .company_tit {
    transform: translate(-50%, -65%);
  }
  .sc_company .company_tit .nam {
    margin-left: 0;
    margin-top: 6px;
  }
  .modal label {
    margin: 0;
  }
  .modal .modal-body {
    padding: 30px 25px;
  }
  .modal .modal-body .form-group label {
    padding: 5px 20px 5px;
  }
  .modal .form_tit {
    text-align: center;
    padding: 15px 0 0 25px;
  }
  .modal .form_tit .h2 {
    margin: 0;
  }
  .modal .form_tit .h2 span {
    font-weight: 700;
    color: #005f4b;
  }
  .modal .form_tit .tip {
    margin: 0;
    color: red;
    font-size: 0.75rem;
  }
}
@keyframes scaleInBounce {
  0% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  3.4% {
    transform: matrix(1.068, 0, 0, 1.059, 0, 0);
  }
  4.7% {
    transform: matrix(1.055, 0, 0, 1.04, 0, 0);
  }
  6.81% {
    transform: matrix(1.034, 0, 0, 1.011, 0, 0);
  }
  9.41% {
    transform: matrix(1.012, 0, 0, 0.983, 0, 0);
  }
  10.21% {
    transform: matrix(1.006, 0, 0, 0.977, 0, 0);
  }
  13.61% {
    transform: matrix(0.988, 0, 0, 0.967, 0, 0);
  }
  14.11% {
    transform: matrix(0.986, 0, 0, 0.967, 0, 0);
  }
  17.52% {
    transform: matrix(0.979, 0, 0, 0.976, 0, 0);
  }
  18.72% {
    transform: matrix(0.979, 0, 0, 0.981, 0, 0);
  }
  21.32% {
    transform: matrix(0.98, 0, 0, 0.993, 0, 0);
  }
  24.32% {
    transform: matrix(0.985, 0, 0, 1.004, 0, 0);
  }
  25.23% {
    transform: matrix(0.987, 0, 0, 1.006, 0, 0);
  }
  29.03% {
    transform: matrix(0.994, 0, 0, 1.01, 0, 0);
  }
  29.93% {
    transform: matrix(0.995, 0, 0, 1.01, 0, 0);
  }
  35.54% {
    transform: matrix(1.002, 0, 0, 1.004, 0, 0);
  }
  36.74% {
    transform: matrix(1.003, 0, 0, 1.002, 0, 0);
  }
  41.04% {
    transform: matrix(1.004, 0, 0, 0.998, 0, 0);
  }
  44.44% {
    transform: matrix(1.003, 0, 0, 0.997, 0, 0);
  }
  52.15% {
    transform: matrix(1.001, 0, 0, 0.999, 0, 0);
  }
  59.86% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  63.26% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  75.28% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  85.49% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes scaleOutBounce {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  63.26% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  85.49% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  90.69% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}/*# sourceMappingURL=style.css.map */