:root {
  font-size: 12px;
}

@media (max-width: 1600) {
  :root {
    font-size: 14px;
  }
}

@media (max-width: 1400) {
  :root {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  :root {
    font-size: 12px;
  }
}

body {
  font-family: "Noto Sans TC", sans-serif;
  background-color: #fff;
}

section {
  position: relative;
  width: 100%;
  height: auto;
}

.main_color {
  color: #aa3a7a;
}

.sub_color {
  color: #FDCF5E;
}

.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-color: #aa3a7a;
  color: #fff;
  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/ui/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 {
  background-color: #343a40;
}

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

.g_header.is_active .nav_area .nav_link:hover {
  color: #FF6D90;
}

.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 .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.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: 1.25rem;
  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: #aa3a7a;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header .nav_area .nav_link:hover {
  color: #015CA1;
  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;
}

.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 #aa3a7a;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  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: #aa3a7a;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.bttn .main_b:hover {
  background-color: #392b8b;
}

.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #aa3a7a;
}

.bttn .dark_b:hover {
  background-color: #160f02;
}

.bttn .sub_b {
  background-color: #fff;
  color: #aa3a7a;
}

.bttn .sub_b:hover {
  background-color: rgba(57, 43, 139, 0.1);
}

.g_kv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.g_kv .desktop {
  position: relative;
  width: 100%;
  height: auto;
}

.g_kv .desktop img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.g_main {
  overflow: hidden;
}

.sc_cnt {
  position: relative;
  padding: 30px 0;
  background-color: #fff;
}

.sc_cnt .container {
  max-width: 1200px;
}

.sc_cnt .sp_tit {
  position: relative;
  margin: 50px auto 25px auto;
  text-align: center;
}

.sc_cnt .sp_tit p {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
  color: #aa3a7a;
}

.sc_cnt .sp_tit p::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10px;
  background-color: #aa3a7a;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.sc_cnt .parag {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 25px auto;
  font-size: 21px;
  text-align: justify;
  line-height: 1.5;
  color: #000;
}

.sc_cnt .prod_cnt {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_cnt .prod_cnt .items {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 15px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sc_cnt .prod_cnt .items:nth-child(2) {
  padding: 0;
  margin: -120px auto;
}

.sc_cnt .prod_cnt .items:nth-child(2) .item:nth-child(1)::before {
  background-color: #f47c51;
}

.sc_cnt .prod_cnt .items:nth-child(2) .item:nth-child(2)::before {
  background-color: #e22558;
}

.sc_cnt .prod_cnt .items:nth-child(2) .item:nth-child(3)::before {
  background-color: #fa529a;
}

.sc_cnt .prod_cnt .items:nth-child(2) .item:nth-child(4)::before {
  background-color: #00a0dc;
}

.sc_cnt .prod_cnt .items:nth-child(2) .item:nth-child(5)::before {
  background-color: #26b496;
}

.sc_cnt .prod_cnt .items.third {
  padding: 0;
  margin: -180px auto;
  max-width: 1400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sc_cnt .prod_cnt .items.third .item:nth-child(2n+1) {
  margin: -97px 0 0 5px;
}

.sc_cnt .prod_cnt .items.third .item:nth-child(2n) {
  margin: -97px 5px 0 0;
}

.sc_cnt .prod_cnt .items.third .item:nth-child(1)::before {
  background-color: #26b496;
}

.sc_cnt .prod_cnt .items.third .item:nth-child(2)::before {
  background-color: #ffbf56;
}

.sc_cnt .prod_cnt .items .item {
  position: relative;
  width: 200px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  border-radius: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_cnt .prod_cnt .items .item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background-color: #015CA1;
}

.sc_cnt .prod_cnt .items .item:nth-child(2n+1) {
  margin: -100px -40px;
}

.sc_cnt .prod_cnt .items .item:nth-child(2n) {
  margin: 0 0;
}

.sc_cnt .prod_cnt .items .item:nth-child(1)::before {
  background-color: #ffbf56;
}

.sc_cnt .prod_cnt .items .item:nth-child(2)::before {
  background-color: #ed4a45;
}

.sc_cnt .prod_cnt .items .item:nth-child(3)::before {
  background-color: #6a486f;
}

.sc_cnt .prod_cnt .items .item:nth-child(4)::before {
  background-color: #01669c;
}

.sc_cnt .prod_cnt .items .item:nth-child(5)::before {
  background-color: #84c169;
}

.sc_cnt .prod_cnt .items .item img {
  position: relative;
  width: 40px;
  min-width: 40px;
  height: auto;
  margin: 0 0 10px 0;
  border-radius: 99%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

.sc_cnt .prod_cnt .items .item .text {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.sc_cnt .prod_cnt .prod_img {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 420px auto 0 auto;
}

.sc_cnt .prod_cnt .prod_img img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_cnt .feature_cnt {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_cnt .feature_cnt_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_cnt .feature_cnt .info {
  position: relative;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(1, 92, 161, 0.3);
          box-shadow: 0 5px 15px rgba(1, 92, 161, 0.3);
  border-radius: 15px;
}

.sc_cnt .feature_cnt .info .prod_main {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 25px;
}

.sc_cnt .feature_cnt .info .prod_main img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_cnt .feature_cnt .info .prod_form {
  position: relative;
  width: 100%;
  max-width: 600px;
  border: 3px #015CA1 solid;
  border-radius: 15px;
  overflow: hidden;
}

.sc_cnt .feature_cnt .info .prod_form .tr {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #aa3a7a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
}

.sc_cnt .feature_cnt .info .prod_form .tr.th {
  background-color: rgba(1, 92, 161, 0.3);
}

.sc_cnt .feature_cnt .info .prod_form .tr:nth-child(2n) {
  background-color: rgba(170, 58, 122, 0.1);
}

.sc_cnt .feature_cnt .info .prod_form .tr .part {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.sc_cnt .feature_cnt .info .prod_form .tr .Load {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-width: 0 1px;
}

.sc_cnt .feature_cnt .info .prod_form .tr .Package {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.sc_cnt .feature_cnt .items {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sc_cnt .feature_cnt .items .item {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  margin: 5px;
  border: 5px solid #015CA1;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 5px rgba(170, 58, 122, 0.3);
          box-shadow: 0 3px 5px rgba(170, 58, 122, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sc_cnt .feature_cnt .items .item:hover {
  -webkit-box-shadow: 0 0 0 rgba(170, 58, 122, 0.3);
          box-shadow: 0 0 0 rgba(170, 58, 122, 0.3);
}

.sc_cnt .feature_cnt .items .item img {
  position: relative;
  width: 80%;
  max-width: 90px;
  height: auto;
  margin: 0 25px 0 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}

.sc_cnt .feature_cnt .items .item .text {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  color: #aa3a7a;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sc_cnt .feature_cnt .feature_img {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}

.sc_cnt .feature_cnt .feature_img img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_cnt .mc_cnt {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.sc_cnt .mc_cnt p {
  position: relative;
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  text-align: justify;
}

.sc_cnt .mc_cnt p a {
  text-decoration: underline;
  color: #015CA1;
}

.sc_form {
  background-color: #faf3f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 0 100px 0;
}

.sc_form .container {
  max-width: 1000px;
}

.sc_form-tit {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #aa3a7a;
  text-align: center;
}

.sc_form-sub {
  position: relative;
  margin: 25px auto;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.375rem;
  text-align: center;
  color: #aa3a7a;
}

.sc_form-sub span {
  color: #015CA1;
}

.sc_form-gift {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 30px auto;
  text-align: center;
}

.sc_form-gift a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: auto;
  height: auto;
  padding: 35px 60px;
  display: block;
  border-radius: 75px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(172, 56, 123, 0.2);
          box-shadow: 0 4px 16px rgba(172, 56, 123, 0.2);
  background-color: #fff;
}

.sc_form-gift a img {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.sc_form-gift a:hover {
  -webkit-box-shadow: 0 0 0 rgba(172, 56, 123, 0.2);
          box-shadow: 0 0 0 rgba(172, 56, 123, 0.2);
}

.sc_form form {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 0 0 0;
  font-size: 1.5rem;
  line-height: 2.375rem;
}

.sc_form form .text {
  position: relative;
  margin: 1.875rem auto;
}

.sc_form form .text ul {
  position: relative;
  margin: 0 0 0 -40px;
  list-style: none;
}

.sc_form form .text li {
  position: relative;
  margin: 1.5625rem 0;
  color: #aa3a7a;
  text-align: center;
}

.sc_form form .text li label {
  margin: 0;
}

.sc_form form .text li label span {
  display: inline-block;
  width: 150px;
  text-align: left;
}

.sc_form form input {
  position: relative;
  margin: 0 0.625rem 0 0;
  color: #015CA1;
  border: 1px #aa3a7a solid;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
}

.sc_form form input[type='checkbox'] {
  width: 1.25rem;
  height: 1.25rem;
}

.sc_form form .Q {
  position: relative;
  color: #aa3a7a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 3.125rem;
  max-width: 700px;
  margin: 0 auto;
}

.sc_form form .Q span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 -3.125rem;
}

.sc_form form .A {
  position: relative;
  margin: 15px auto 30px auto;
  color: #015CA1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 3.125rem;
  max-width: 700px;
}

.sc_form form .A-item input[type='checkbox'] {
  width: 1.25rem;
  height: 1.25rem;
}

.sc_form form .A-item input[type='radio'] {
  width: 1.25rem;
  height: 1.25rem;
}

.sc_form form .A-item label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #015CA1;
}

.sc_form form .A-item label:hover {
  color: #392b8b;
}

.sc_form-submit {
  position: relative;
  text-align: center;
}

.sc_form-submit a {
  position: relative;
  display: inline-block;
  margin: 30px auto;
  padding: 15px 50px;
  background-color: #aa3a7a;
  border: #fff 6px solid;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  border-radius: 99px;
  text-decoration: none;
}

.sc_form-submit a p {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
}

.sc_form-submit a:hover {
  background: #fff;
  border: #aa3a7a 6px solid;
  color: #aa3a7a;
}

.sc_form .policy {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sc_form .policy_tip {
  text-align: right;
}

.sc_form .policy_box {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sc_detail {
  background-color: #fff;
}

.sc_detail .list {
  padding-left: 1.5em;
}

.sc_detail .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}

.sc_detail .ps {
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 20px 20px;
}

@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;
  }
  .g_kv .desktop {
    margin: 64px 0 0 0;
  }
  .sc_cnt {
    padding: 30px 0;
  }
  .sc_cnt .sp_tit {
    margin: 25px auto;
  }
  .sc_cnt .sp_tit p {
    font-size: 26px;
  }
  .sc_cnt .sp_tit p::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 10px;
    background-color: #aa3a7a;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .sc_cnt .parag {
    margin: 25px auto;
    font-size: 16px;
  }
  .sc_cnt .prod_cnt .items:nth-child(2) {
    padding: 0;
    margin: -120px 0 0 20px;
  }
  .sc_cnt .prod_cnt .items:nth-child(2) .item:nth-child(2n) {
    margin: -75px -10px;
  }
  .sc_cnt .prod_cnt .items:nth-child(2) .item:nth-child(2n+1) {
    margin: 0 -20px;
  }
  .sc_cnt .prod_cnt .items:nth-child(2) .item:nth-child(5) {
    margin: -75px -50px 0 60px;
  }
  .sc_cnt .prod_cnt .items.third {
    padding: 0;
    margin: 0 auto;
    max-width: 1400px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sc_cnt .prod_cnt .items.third .item:nth-child(2n+1) {
    margin: -75px -10px;
  }
  .sc_cnt .prod_cnt .items.third .item:nth-child(2n) {
    margin: 0 -20px;
  }
  .sc_cnt .prod_cnt .items .item {
    width: 150px;
    height: 150px;
    padding: 20px;
    margin: 15px;
  }
  .sc_cnt .prod_cnt .items .item::before {
    height: 90%;
  }
  .sc_cnt .prod_cnt .items .item:nth-child(2n+1) {
    margin: -75px -10px;
  }
  .sc_cnt .prod_cnt .items .item:nth-child(2n) {
    margin: 0 -20px;
  }
  .sc_cnt .prod_cnt .items .item:nth-child(5) {
    margin: -75px 50px 0 -60px;
  }
  .sc_cnt .prod_cnt .items .item img {
    margin: 0;
    width: 30px;
    min-width: 30px;
  }
  .sc_cnt .prod_cnt .items .item .text {
    font-size: 12px;
  }
  .sc_cnt .prod_cnt .prod_img {
    margin: 30px auto 0 auto;
  }
  .sc_cnt .feature_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc_cnt .feature_cnt_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sc_cnt .mc_cnt p {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
  .sc_form {
    padding: 30px 0 150px 0;
  }
  .sc_form-tit {
    font-size: 2.25rem;
    text-align: center;
  }
  .sc_form-sub {
    margin: 20px auto;
    font-size: 1.5rem;
    line-height: 2.375rem;
    text-align: left;
  }
  .sc_form-gift {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
  }
  .sc_form-gift a {
    padding: 15px 30px;
    border-radius: 35px;
  }
  .sc_form form {
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
  .sc_detail {
    background-color: #fff;
  }
  .sc_detail .list {
    padding-left: 1.5em;
  }
  .sc_detail .list li {
    padding: 0.25em 0;
    line-height: 1.4;
  }
  .sc_detail .ps {
    font-size: 0.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px 20px 20px;
  }
}
/*# sourceMappingURL=style.css.map */