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

a {
  text-decoration: none;
}

.main_color {
  color: #f49c00;
}

.sub_color {
  color: #270633;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: .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: .5em;
  margin: .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: #339999;
  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: .6em;
}

.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("assets/images/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.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_header.is_active {
  background-color: transparent;
}

.g_header .header_cnt {
  position: relative;
  padding: .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: 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 {
  position: relative;
  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: #339999;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.g_header .nav_area .nav_item.is_highlight .nav_link:hover {
  background-color: #67a4a4;
  color: #2A3D5B;
  text-decoration: none;
}

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

.g_header .nav_area .nav_link:hover {
  color: #67a4a4;
  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: .5em 0;
  display: none;
}

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

.bttn {
  display: inline-block;
}

.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: .75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #339999;
  text-align: center;
  font-weight: 500;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.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: .35em 1em;
  font-size: .95em;
}

.bttn .main_b {
  background-color: #339999;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.bttn .main_b:hover {
  color: #339999;
  background-color: rgba(51, 153, 153, 0.3);
}

.bttn .dark_b {
  border-width: 0;
  background-color: #339999;
  color: #fff;
}

.bttn .dark_b:hover {
  color: #339999;
  background-color: rgba(51, 153, 153, 0.3);
}

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

.bttn .sub_b:hover {
  color: #339999;
  background-color: rgba(51, 153, 153, 0.3);
}

.g_main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main_sc {
  padding: 60px 0;
}

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

.sc_title .tit {
  color: #270633;
  font-weight: 700;
  line-height: 1;
}

.sc_title .tit.c_main {
  color: #f49c00;
}

.sc_title .tit.c_white {
  color: #fff;
}

.sc_title .tit.c_green {
  line-height: 1.5;
  color: #0a9100;
}

.sc_title .tit.c_blue {
  line-height: 1.5;
  color: #270633;
}

.sc_intro {
  background-color: #fff;
}

.cnt_inner {
  position: relative;
}

.cnt_inner .btns {
  position: relative;
  width: 100%;
  height: auto;
  margin: 50px auto;
  text-align: center;
}

.cnt_inner .cpo_cnt {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 30px;
}

.cnt_inner .cpo_cnt-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cnt_inner .cpo_cnt-bg .up {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: auto;
}

.cnt_inner .cpo_cnt-bg .down {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: auto;
}

.cnt_inner .cpo_cnt-logo {
  position: relative;
  width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cnt_inner .cpo_cnt .cpo_main {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
}

.cnt_inner .cpo_cnt-tit {
  position: relative;
  text-align: center;
  color: #0B486D;
}

.cnt_inner .cpo_cnt-tit h1 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: bold;
}

.cnt_inner .cpo_cnt-tit h2 {
  margin: 15px 0 0 0;
  font-size: 34px;
  line-height: 1.3;
  font-weight: bold;
}

.cnt_inner .cpo_cnt .cpo-block {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin: 30px 0;
  border-radius: 25px;
  background-color: #E2EFEF;
}

.cnt_inner .cpo_cnt-text {
  position: relative;
}

.cnt_inner .cpo_cnt-text h4 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
  color: #339999;
}

.cnt_inner .cpo_cnt-text h3 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  color: #407611;
  margin: 0 0 5px 0;
}

.cnt_inner .cpo_cnt-text p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
}

.cnt_inner .cpo_cnt .icons {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  margin: 25px 0 0 0;
  border: 2px solid #c7a508;
  border-radius: 15px;
}

.cnt_inner .cpo_cnt .icons .icon {
  position: relative;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding: 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: center;
      -ms-flex-align: center;
          align-items: center;
}

.cnt_inner .cpo_cnt .icons .icon img {
  position: relative;
  width: 100%;
  max-width: 100px;
  height: auto;
}

.cnt_inner .cpo_cnt .icons .icon p {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  margin: 15px 0 0 0;
  color: #000;
}

.cnt_inner .cpo_cnt .lists {
  position: relative;
  width: 100%;
}

.cnt_inner .cpo_cnt .lists .list {
  position: relative;
  margin: 30px 0;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cnt_inner .cpo_cnt .lists .list .num {
  position: relative;
  padding: 25px 30px;
  margin: 0 15px 0 0;
}

.cnt_inner .cpo_cnt .lists .list .num .count {
  position: relative;
}

.cnt_inner .cpo_cnt .lists .list .num .count::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 99%;
  background-color: #407611;
  -webkit-transform: translate(-45%, -48%);
          transform: translate(-45%, -48%);
  z-index: 0;
}

.cnt_inner .cpo_cnt .lists .list .num .count p {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  z-index: 1;
}

.cnt_inner .cpo_cnt .lists .list .num .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #407611;
}

.cnt_inner .cpo_cnt .lists .CPO_form_0 {
  position: relative;
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 {
  position: relative;
  width: calc(100% - 80px);
  height: auto;
  margin: 0 auto 0 80px;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 .tit {
  position: relative;
  color: #2977b9;
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: bold;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 table {
  position: relative;
  width: 100%;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 th {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 td {
  width: calc(100% / 6);
  text-align: center;
  border: 0.25px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.35;
  padding: 5px;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 .g1 {
  background-color: #084e72;
  color: #fff;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 .g2 {
  background-color: #417d97;
  color: #fff;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 .g3 {
  background-color: #82a8bd;
  color: #fff;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 .t1 {
  background-color: #3295b5;
  color: #fff;
  border-width: 0.25px 0 0.25px 0;
  border-color: #fff;
}

.cnt_inner .cpo_cnt .lists .CPO_form_1 .t2 {
  background-color: #e3f18f;
  color: #000;
  border-width: 0.25px 0 0.25px 0;
  border-color: #000;
  text-align: left;
}

.cnt_inner .infos {
  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;
  margin: 50px auto;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  background-color: rgba(51, 153, 153, 0.3);
  border: 1px solid #339999;
}

.cnt_inner .infos .infos_inner {
  position: relative;
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.cnt_inner .infos .infos_inner .info {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0 5px;
  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;
}

.cnt_inner .infos .infos_inner .info img {
  position: relative;
  width: 100px;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.cnt_inner .infos .infos_inner .info p {
  position: relative;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
}

.cnt_inner .infos .infos_inner .info p span {
  font-size: 14px;
}

.cnt_inner .infos_tit {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 15px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 300;
  color: #339999;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cnt_inner .infos_tit span {
  font-size: 28px;
  font-weight: bold;
}

.cnt_inner .CPO_qr {
  position: relative;
  width: 300px;
  height: auto;
  display: block;
  margin: 100px auto 0px auto;
}

.cnt_inner .videoIframe {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 50px auto;
  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;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.cnt_inner .videoIframe_inner {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px 50px 15px;
  background-color: #339999;
  border-radius: 15px;
  overflow: hidden;
  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;
}

.cnt_inner .videoIframe_inner .tit {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin: 15px auto;
}

.cnt_inner .videoIframe iframe {
  position: relative;
  width: 100%;
  height: calc((800px - 30px) / 1.777778);
}

.cnt_inner .video {
  position: relative;
  width: 80%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 50px auto;
  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;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.cnt_inner .video img {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

.cnt_inner .video::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: url(assets/images/icons/playBtn.svg) center center/cover no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cnt_inner .video:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.cnt_inner .video:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}

.cta_cnt {
  margin: 80px auto;
  padding-bottom: 20px;
}

.cta_cnt .before_cta {
  text-align: center;
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 1em;
}

.cta_cnt .bttns {
  position: relative;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta_cnt .bttn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  margin: 0 .5em;
}

.modal .modal-dialog {
  max-width: 800px;
}

.modal .modal-content {
  padding: 20px 30px;
  border-radius: 20px;
}

.modal .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #339999;
}

.modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.modal .modal-header .sub {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 20px;
  font-weight: 300;
  color: #270633;
  display: block;
}

.modal .modal-header .btn-close {
  position: absolute;
  top: 25px;
  right: 30px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.modal .modal-header .btn-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal .modal-body {
  font-size: 20px;
  font-weight: 300;
  color: #270633;
  line-height: 1.6;
}

.modal .modal-body ol {
  list-style: decimal;
  padding: 0 0 0 20px;
}

.modal .modal-body video {
  position: relative;
  width: 100%;
  height: auto;
}

.modal .modal-body .SWLH {
  width: 400px;
  margin: 0 auto;
  display: block;
}

.modal .modal-body .videoBox {
  position: relative;
  width: 100%;
  height: auto;
}

.modal .modal-body .videoBox iframe {
  position: relative;
  width: 700px;
  height: calc(700px / 1.777778);
}

.modal .modal-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}

.modal .modal-footer .ps {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px 0;
}

.modal .modal-footer .btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 40px;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 10px;
  color: #fff;
  background-color: #339999;
  border: 1px solid #339999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.modal .modal-footer .btn:hover {
  color: #339999;
  background-color: #fff;
}

@media (max-width: 768px) {
  .g_header {
    background-color: transparent;
  }
  .g_header .header_cnt {
    display: block;
    padding: .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_main {
    position: relative;
    margin: 0;
  }
  .main_sc {
    padding: 40px 0;
  }
  .sc_title {
    font-size: 1.75rem;
  }
  .sc_title .tit {
    line-height: 1.3;
  }
  .cnt_inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  .cnt_inner img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .cnt_inner .btns {
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px auto;
    text-align: center;
  }
  .cnt_inner .toForm {
    display: block;
    padding: 15px 50px;
    font-size: 21px;
  }
  .cnt_inner .cpo_cnt {
    padding: 20px 15px;
  }
  .cnt_inner .cpo_cnt-bg .up {
    width: 30%;
  }
  .cnt_inner .cpo_cnt-bg .down {
    width: 30%;
  }
  .cnt_inner .cpo_cnt-logo {
    width: 50%;
  }
  .cnt_inner .cpo_cnt .cpo_main {
    margin: 30px auto;
  }
  .cnt_inner .cpo_cnt-tit h1 {
    font-size: 24px;
  }
  .cnt_inner .cpo_cnt-tit h2 {
    margin: 5px 0 0 0;
    font-size: 21px;
  }
  .cnt_inner .cpo_cnt .cpo-block {
    padding: 15px;
    margin: 15px 0;
    border-radius: 15px;
  }
  .cnt_inner .cpo_cnt-text h4 {
    font-size: 21px;
  }
  .cnt_inner .cpo_cnt-text h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .cnt_inner .cpo_cnt-text p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  .cnt_inner .cpo_cnt .icons {
    -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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0 0 0;
    border: 2px solid #c7a508;
  }
  .cnt_inner .cpo_cnt .icons .icon {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding: 15px;
    margin: 10px auto;
  }
  .cnt_inner .cpo_cnt .lists .list {
    margin: 25px 0;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cnt_inner .cpo_cnt .lists .list .num {
    padding: 30px 15px 30px 0;
    margin: 0 10px 0 0;
  }
  .cnt_inner .cpo_cnt .lists .list .num .count::before {
    width: 20px;
    height: 20px;
  }
  .cnt_inner .cpo_cnt .lists .list .num .count p {
    font-size: 16px;
  }
  .cnt_inner .cpo_cnt .lists .CPO_form_0 {
    width: 100%;
    margin: 0 auto;
  }
  .cnt_inner .cpo_cnt .lists .CPO_form_1 {
    width: 100%;
    margin: 0 auto;
  }
  .cnt_inner .cpo_cnt .lists .CPO_form_1 .tit {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .cnt_inner .cpo_cnt .lists .CPO_form_1 th {
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
  }
  .cnt_inner .cpo_cnt .lists .CPO_form_1 td {
    font-size: 12px;
    line-height: 1.2;
    padding: 2px;
  }
  .cnt_inner .cpo_cnt .infos_tit {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin: 5px 0 5px 0;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  .cnt_inner .cpo_cnt .infos_tit span {
    font-size: 16px;
  }
  .cnt_inner .cpo_cnt .infos {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cnt_inner .cpo_cnt .infos .infos_inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
  .cnt_inner .cpo_cnt .infos .infos_inner .info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin: 0 2.5px;
  }
  .cnt_inner .cpo_cnt .infos .infos_inner .info img {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }
  .cnt_inner .cpo_cnt .infos .infos_inner .info p {
    font-size: 12px;
    line-height: 1.2;
    -webkit-box-flex: 2;
        -ms-flex: 2 0 0px;
            flex: 2 0 0;
    padding: 0 5px;
  }
  .cnt_inner .cpo_cnt .infos .infos_inner .info p span {
    font-size: 12px;
  }
  .cnt_inner .cpo_cnt .CPO_qr {
    width: 250px;
    margin: 100px auto 0px auto;
  }
  .cnt_inner .cpo_cnt .videoIframe_inner {
    padding: 20px 15px 50px 15px;
  }
  .cnt_inner .cpo_cnt .videoIframe_inner .tit {
    font-size: 16px;
    margin: 15px auto;
  }
  .cnt_inner .cpo_cnt .videoIframe iframe {
    position: relative;
    width: 100%;
    height: calc((100vw - 60px) / 1.777778);
  }
  .cnt_inner .cpo_cnt .video::after {
    width: 50px;
    height: 50px;
  }
  .cta_cnt .bttn {
    margin-bottom: 20px;
  }
  .cta_cnt .bttn:last-child {
    margin-bottom: 0;
  }
  .cta_cnt .bttn .bttn_inner {
    font-size: 1.5em;
  }
  .modal .modal-dialog {
    max-width: 800px;
  }
  .modal .modal-content {
    margin: 50px auto;
    padding: 10px 20px;
  }
  .modal .modal-header .modal-title {
    font-size: 18px;
  }
  .modal .modal-header .sub {
    font-size: 16px;
  }
  .modal .modal-body {
    font-size: 16px;
    line-height: 1.3;
  }
  .modal .modal-body .SWLH {
    width: 200px;
  }
  .modal .modal-body .videoBox iframe {
    width: 80vw;
    height: calc(80vw / 1.777778);
  }
  .modal .modal-footer .ps {
    font-size: 18px;
    margin: 0 0 20px 0;
    line-height: 1.3;
  }
  .modal .modal-footer .btn {
    padding: 17px 40px;
    font-size: 24px;
  }
}
/*# sourceMappingURL=style.css.map */