* {
  font-family: "Red Hat Display", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.layer_a1 .support {
  background: rgba(80, 100, 100, 0.15);
  -webkit-backdrop-filter: saturate(120%) blur(15px);
          backdrop-filter: saturate(120%) blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.1);
}

main > section.s_page03 .row > div .card:hover, main > section.s_page05 .row > div .card:hover {
  -webkit-box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.15);
  -webkit-transform: matrix(1.06, 0, 0, 1.06, 0, -5);
          transform: matrix(1.06, 0, 0, 1.06, 0, -5);
  -webkit-backdrop-filter: saturate(140%) blur(5px);
          backdrop-filter: saturate(140%) blur(5px);
  border-color: rgba(0, 0, 0, 0.25);
}

html {
  font-size: calc(0.65rem + 0.3vh + 0.2vw);
}

.rate_bar {
  position: fixed;
  z-index: 1999;
  top: 0;
  width: 100vw;
  height: 5px;
  background-color: #333;
  border: 1px solid #333;
}

.rate_bar #rate {
  width: 0.2%;
  height: 3px;
  border-radius: 2px;
  background-color: #aaf03c;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

header {
  position: relative;
  z-index: 9;
  width: 100vw;
}

header::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
}

header .logo {
  position: absolute;
  top: 3vh;
  left: 3vh;
  height: 2.4rem;
}

header .logo img {
  height: 100%;
}

header .title_m1 {
  position: absolute;
  left: 3vh;
  bottom: 1vh;
  width: calc(100vw - 6vh);
  padding: 1rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  word-spacing: 0.125rem;
}

header .title_m1 h1 {
  font-size: 3.5rem;
  margin-bottom: 0.125rem;
  color: #005a88;
  font-weight: 700;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.95);
}

header .title_m1 h1 img {
  height: 3.25rem;
}

header .title_m1 h4 {
  font-size: 1.75rem;
  margin-bottom: 0.125rem;
  line-height: 1;
  color: #222;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.95);
}

header .title_m1 p {
  color: #000;
  text-shadow: 0 0px 3px rgba(255, 255, 255, 0.95);
}

header .title_m1 p small {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.15);
}

header .title_m1 h5 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

header .title_m1 h5 a i {
  font-size: 4.5rem;
  color: #aaf03c;
  display: inline-block;
  text-shadow: 0 0 0.75rem rgba(255, 255, 255, 0);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

header .title_m1 h5 a:hover i {
  color: white;
  text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.7);
}

header .title_m2 {
  position: absolute;
  left: 3vh;
  bottom: 5vh;
  width: calc(100vw - 6vh);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-spacing: 0.125rem;
}

header .title_m2 h1 {
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

header .title_m2 h3 {
  font-size: 2.5rem;
  letter-spacing: 0.125rem;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

header .title_m2 p {
  color: #fff;
}

.bg_img_p00 {
  background: url(../images/h_mp01.jpg) 52% 65%/cover;
  height: 100vh;
}

.bg_img_p01b {
  background: url(../images/bg_p01b.jpg) 46% 65%/cover;
}

.bg_img_p02 {
  background: url(../images/bg_p02.jpg) 50% 50%/cover;
}

.bg_img_p03 {
  background: url(../images/hmp_a02b_e.jpg) 75% 75%/cover;
  min-height: 85vh;
}

.bg_mp_a01 {
  background: url(../images/mp_a01.jpg) 30% 40%/cover;
  min-height: 65vh;
}

.bg_mp_a02 {
  background: url(../images/mp_a02a.jpg) 70% 50%/cover;
}

.bg_mp_b01 {
  background: url(../images/mp_b01.jpg) 40% 65%/cover;
  min-height: 65vh;
}

.bg_mp_c01 {
  background: url(../../images/mp_c01.jpg) 40% 65%/cover;
  min-height: 40vh;
}

main .card {
  height: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backdrop-filter: saturate(120%) blur(3px);
          backdrop-filter: saturate(120%) blur(3px);
  background: rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

main .card .card-body h4 {
  font-size: 1.125rem;
}

main .card .card-body ul li {
  font-size: 0.875rem;
}

main > section.s_page01 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}

main > section.s_page01 .row[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

main > section.s_page01 .row:first-child {
  margin-top: 0rem;
}

main > section.s_page01 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid #8cbe3c;
  height: auto;
}

main > section.s_page01 .row:first-child div .title_A2 h4 {
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.7);
}

main > section.s_page01 .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}

main > section.s_page01 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.9;
  right: -0.5rem;
  top: 1rem;
  color: rgba(0, 0, 0, 0.08);
}

main > section.s_page01 .row:last-child {
  margin-bottom: 1rem;
}

main > section.s_page01 .row > div {
  padding-bottom: 2.5rem;
}

main > section.s_page01 .row > div .card {
  z-index: 5;
  width: 97%;
}

main > section.s_page01 .row > div .card .card-body ul {
  list-style-type: none;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

main > section.s_page01 .row > div .card .card-body ul li {
  line-height: 1.6rem;
}

main > section.s_page01 .row > div .card .card-body ul li::before {
  font-size: 1.125em;
  content: "\2023\2002";
  color: teal;
  display: inline-block;
  margin-left: -0.825em;
}

main > section.s_page01 .row > div .card span {
  position: absolute;
  z-index: -1;
  font-size: 9rem;
  font-weight: 400;
  line-height: 0.9;
  right: -1.75rem;
  bottom: 1rem;
  color: #8cbe3c;
}

main > section.s_page02 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}

main > section.s_page02 .row[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

main > section.s_page02 .row:first-child {
  margin-top: 0rem;
}

main > section.s_page02 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid #8cbe3c;
  height: auto;
}

main > section.s_page02 .row:first-child div .title_A2 h4 {
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.7);
}

main > section.s_page02 .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}

main > section.s_page02 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.9;
  right: -0.5rem;
  top: 1rem;
  color: rgba(0, 0, 0, 0.08);
}

main > section.s_page02 .row:last-child {
  margin-bottom: 1rem;
}

main > section.s_page02 .row > div {
  padding-bottom: 2.5rem;
}

main > section.s_page02 .row > div .card {
  z-index: 5;
  width: 97%;
}

main > section.s_page02 .row > div .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main > section.s_page02 .row > div .card .card-body > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  min-width: 7rem;
}

main > section.s_page02 .row > div .card .card-body > div:first-child span {
  font-size: 5.5rem;
  font-weight: 400;
  color: #8cbe3c;
}

main > section.s_page02 .row > div .card .card-body > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

main > section.s_page02 .row > div .card .card-body > div:last-child ul {
  list-style-type: none;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  margin-bottom: 0.25rem;
}

main > section.s_page02 .row > div .card .card-body > div:last-child ul li {
  line-height: 1.6rem;
}

main > section.s_page02 .row > div .card .card-body > div:last-child ul li::before {
  font-size: 1.125em;
  content: "\2023\2002";
  color: teal;
  display: inline-block;
  margin-left: -1em;
}

main > section.s_page03 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}

main > section.s_page03 .row[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

main > section.s_page03 .row:first-child {
  margin-top: 0rem;
}

main > section.s_page03 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid rgba(255, 255, 255, 0.45);
  height: auto;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

main > section.s_page03 .row:first-child div .title_A2 h4 {
  font-size: 1.75rem;
  color: #fff;
}

main > section.s_page03 .row:first-child div .title_A2 h6 {
  font-size: 1rem;
  text-align: justify;
  color: #fff;
  line-height: 1.65;
  margin-top: 1.5rem;
}

main > section.s_page03 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.9;
  right: -0.5rem;
  top: 1rem;
  color: rgba(0, 0, 0, 0.08);
}

main > section.s_page03 .row:last-child {
  margin-bottom: 1rem;
}

main > section.s_page03 .row > div {
  padding-bottom: 2.5rem;
}

main > section.s_page03 .row > div .card {
  z-index: 5;
  width: 97%;
}

main > section.s_page03 .row > div .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main > section.s_page03 .row > div .card .card-body > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  min-width: 7rem;
}

main > section.s_page03 .row > div .card .card-body > div:first-child span {
  font-size: 5.5rem;
  font-weight: 400;
  color: #8cbe3c;
}

main > section.s_page03 .row > div .card .card-body > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

main > section.s_page03 .row > div .card .card-body > div:last-child ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 0.25rem;
}

main > section.s_page04 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}

main > section.s_page04 .row[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

main > section.s_page04 .row:first-child {
  margin-top: 0rem;
}

main > section.s_page04 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid #8cbe3c;
  height: auto;
}

main > section.s_page04 .row:first-child div .title_A2 h4 {
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.7);
}

main > section.s_page04 .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}

main > section.s_page04 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.9;
  right: 0;
  top: 2rem;
  color: rgba(0, 0, 0, 0.08);
}

main > section.s_page04 .row:last-child {
  margin-bottom: 1rem;
}

main > section.s_page04 .row > div {
  padding-bottom: 2.5rem;
}

main > section.s_page04 .row > div .card {
  z-index: 5;
  width: 97%;
}

main > section.s_page04 .row > div .card .card-body h5 {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: justify;
}

main > section.s_page04 .row > div .card .card-body ul {
  list-style-type: none;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

main > section.s_page04 .row > div .card .card-body ul li {
  line-height: 1.6rem;
}

main > section.s_page04 .row > div .card .card-body ul li::before {
  font-size: 1.125em;
  content: "\2023\2002";
  color: teal;
  display: inline-block;
  margin-left: -0.825em;
}

main > section.s_page04 .row > div .card span {
  position: absolute;
  font-size: 8rem;
  line-height: 0.9;
  right: -.25rem;
  top: 0;
  color: #fff;
}

main > section.s_page05 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}

main > section.s_page05 .row[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

main > section.s_page05 .row:first-child {
  margin-top: 0rem;
}

main > section.s_page05 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid #8cbe3c;
  height: auto;
}

main > section.s_page05 .row:first-child div .title_A2 h4 {
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.7);
}

main > section.s_page05 .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}

main > section.s_page05 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 0.9;
  right: -0.5rem;
  top: 1rem;
  color: rgba(0, 0, 0, 0.08);
}

main > section.s_page05 .row:last-child {
  margin-bottom: 1rem;
}

main > section.s_page05 .row > div {
  padding-bottom: 2.5rem;
}

main > section.s_page05 .row > div .card {
  z-index: 5;
  width: 97%;
  cursor: pointer;
}

main > section.s_page05 .row > div .card .card-body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main > section.s_page05 .row > div .card .card-body > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  min-width: 7rem;
  text-align: center;
}

main > section.s_page05 .row > div .card .card-body > div:first-child span {
  font-size: 5rem;
  font-weight: 400;
  color: #8cbe3c;
}

main > section.s_page05 .row > div .card .card-body > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  width: 100%;
  text-align: center;
}

main > section.s_page05 .row > div .card .card-body > div:last-child h5 {
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 0.7);
}

main > section.s_page05 .row > div .card .card-body > div:last-child h5::after {
  content: " >";
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

main > section.s_page05 .row > div .card .card-body > div:last-child ul {
  list-style-type: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 0.25rem;
}

main > section.s_page06 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}

main > section.s_page06 .row[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

main > section.s_page06 .row:first-child {
  margin-top: 0rem;
}

main > section.s_page06 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid #8cbe3c;
  height: auto;
}

main > section.s_page06 .row:first-child div .title_A2 h4 {
  font-size: 1.75rem;
  color: rgba(0, 0, 0, 0.7);
}

main > section.s_page06 .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}

main > section.s_page06 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.9;
  right: 0;
  top: 2rem;
  color: rgba(0, 0, 0, 0.08);
}

main > section.s_page06 .row:last-child {
  margin-bottom: 2.5rem;
}

main > section.s_page06 .row > div {
  padding-bottom: 1rem;
}

main > section.s_page06 .row > div .card {
  width: 97%;
  padding: 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

main > section.s_page06 .row > div .card .card-img-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

main > section.s_page06 .row > div .card .card-body {
  padding: 0.75rem 0 0 0;
  border-radius: calc(.25rem - 1px);
}

main > section.s_page06 .row > div .card .card-body .titleA div {
  margin-bottom: 0.75rem;
}

main > section.s_page06 .row > div .card .card-body ul {
  list-style-type: none;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

main > section.s_page06 .row > div .card .card-body ul li {
  line-height: 1.6rem;
}

main > section.s_page06 .row > div .card .card-body ul li::before {
  font-size: 1.125em;
  content: "\2023";
  color: teal;
  display: inline-block;
  margin-left: -0.825em;
  margin-right: 0.4125em;
}

main > section.s_page07 {
  background-color: #f3f3f3;
}

main > section.s_page07 .row {
  position: relative;
  z-index: 5;
  margin: 0 0;
}

main > section.s_page07 .row[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

main > section.s_page07 .row:first-child {
  margin-top: 0rem;
}

main > section.s_page07 .row:first-child div .title_A2 {
  padding-top: 4rem;
  padding-left: 1.5rem;
  border-left: 4px solid #8cbe3c;
  height: auto;
}

main > section.s_page07 .row:first-child div .title_A2 h4 {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.7);
}

main > section.s_page07 .row:first-child div .title_A2 h6 {
  font-size: 1.25rem;
}

main > section.s_page07 .row:first-child div:first-child span {
  position: absolute;
  z-index: -1;
  font-size: 12rem;
  font-weight: 400;
  line-height: 0.9;
  right: 0;
  top: 2rem;
  color: rgba(0, 0, 0, 0.08);
}

main > section.s_page07 .row:last-child {
  margin-bottom: 2.5rem;
}

main > section.s_page07 .row > div {
  padding-bottom: 1rem;
}

main > section.s_page07 .row > div .news_l {
  width: 100%;
  padding: 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main > section.s_page07 .row > div .news_l .card-img {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

main > section.s_page07 .row > div .news_l .card-body {
  padding: 0.75rem 0 0 0;
  border-radius: calc(.25rem - 1px);
}

main > section.s_page07 .row > div .news_l .card-body .titleA div {
  margin-bottom: 0.75rem;
}

main > section.s_page07 .row > div .news_l .card-body ul {
  list-style-type: none;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}

main > section.s_page07 .row > div .news_l .card-body ul li {
  line-height: 1.6rem;
}

main > section.s_page07 .row > div .news_l .card-body ul li::before {
  font-size: 1.125em;
  content: "\2023";
  color: teal;
  display: inline-block;
  margin-left: -0.825em;
  margin-right: 0.4125em;
}

main > section.s_page07 .row > div .news_l:last-child {
  border-bottom: none;
}

main > section.s_page07 .row > div .news_t {
  width: 100%;
  padding: 0.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main > section.s_page07 .row > div .news_t .card-img {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
}

main > section.s_page07 .row > div .news_t .card-img2 {
  width: 80%;
  max-width: 200px;
  border: 5px solid #66b3b3;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}

main > section.s_page07 .row > div .news_t .card-body {
  padding: 0.75rem 0 0 0;
  border-radius: calc(.25rem - 1px);
  line-height: 1.75;
}

main > section.s_page07 .row > div .news_t .card-body .titleA div {
  margin-bottom: 0.75rem;
}

main > section.s_page07 .row > div .news_t .card-body .news_t1 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #005a88;
  background-color: #fff;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  line-height: 2;
  margin-top: 1.75rem;
  padding: 0 0.5rem;
}

main > section.s_page07 .row > div .news_t .card-body .news_t1::before {
  font-size: 1.125em;
  content: "|";
  color: teal;
  display: inline-block;
  margin-left: -0.475em;
  margin-right: 0.75rem;
}

main > section.s_page07 .row > div .news_t .card-body .news_t2 {
  margin-left: 1.125rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #005a88;
  margin-top: 1.5rem;
}

main > section.s_page07 .row > div .news_t .card-body .news_t2::before {
  font-size: 1.125em;
  content: "\2023";
  color: teal;
  display: inline-block;
  margin-left: -0.825em;
  margin-right: 0.4125em;
}

main > section.s_page07 .row > div .news_t .card-body b {
  color: teal;
}

main > section.s_page07 .row > div .news_t .card-body ul {
  list-style-type: none;
  -webkit-padding-start: 1.325rem;
          padding-inline-start: 1.325rem;
}

main > section.s_page07 .row > div .news_t .card-body ul li {
  margin-bottom: 0.75rem;
  line-height: 1.6rem;
}

main > section.s_page07 .row > div .news_t .card-body ul li::before {
  font-size: 1.125em;
  content: ">";
  color: teal;
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.25em;
}

main > section.s_page07 .row > div .news_t .card-body table {
  width: 100%;
  margin: 1.5rem 0 1.75rem 0;
}

main > section.s_page07 .row > div .news_t .card-body table thead tr {
  border-bottom: 1px solid #999;
  background-color: #dbeec2;
}

main > section.s_page07 .row > div .news_t .card-body table thead tr th {
  color: #005a88;
  font-weight: 400;
  padding: 0.5rem;
}

main > section.s_page07 .row > div .news_t .card-body table tbody tr {
  border-bottom: 1px solid #ddd;
  background-color: #fbfbfb;
}

main > section.s_page07 .row > div .news_t .card-body table tbody tr:nth-child(2n-1) {
  background-color: #efefef;
}

main > section.s_page07 .row > div .news_t .card-body table tbody tr td {
  padding: 0.5rem;
}

main > section.s_page07 .row > div .news_t .card-body table tbody tr:last-child {
  border-bottom: none;
  background-color: #f3f3f3;
  color: #666;
}

main > section.s_page07 .row > div .news_t .card-body .table_a2 thead tr th {
  font-weight: 500;
  text-align: center;
}

main > section.s_page07 .row > div .news_t .card-body .table_a2 tbody tr td {
  text-align: center;
  font-weight: 500;
  color: green;
  font-size: 1.125rem;
}

main > section.s_page07 .row > div .news_t .card-body .table_a2 tbody tr td:first-child {
  text-align: left;
  font-weight: 400;
  color: #000;
  font-size: 0.9125rem;
}

main > section.s_page07 .row > div .news_t .card-body .table_a2 tbody tr td.no {
  color: #dd0000;
}

main > section.s_page07 .row > div .news_t .card-body .i_pl {
  margin-top: 1rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main > section.s_page07 .row > div .news_t .card-body .i_info {
  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;
}

main > section.s_page07 .row > div .news_t:last-child {
  border-bottom: none;
}

.titleA {
  width: 100%;
}

.titleA div {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin: 0.5rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: darkcyan;
}

.titleA div::before {
  content: "";
  display: inline-block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.titleA div::after {
  content: "";
  display: inline-block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-left: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.go_top {
  position: fixed;
  z-index: 1009;
  bottom: 3vh;
  right: 3vh;
  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;
  width: 4.5vh;
  height: 4.5vh;
  min-width: 48px;
  min-height: 48px;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #525252;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 2vh;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.go_top span {
  font-size: 2.5rem;
  color: greenyellow;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.layer_a1 .s_bg {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.layer_a1 .support {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.layer_a1 .support #closeW {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  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;
  width: 2rem;
  height: 2rem;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #8cbe3c;
  margin-left: 2vh;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.layer_a1 .support #closeW span {
  font-size: 1.5rem;
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.layer_a1 .support .itemA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-weight: 400;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.layer_a1 .support .itemA ul {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0.75rem;
  padding: 0;
}

.layer_a1 .support .itemA ul li {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  white-space: nowrap;
  margin: 0;
}

.layer_a1 .support .itemA ul li .material-icons-outlined {
  font-size: 5rem;
  color: rgba(60, 60, 60, 0.5);
  margin: 0 1.5rem 1rem 1.5rem;
}

.layer_a1 .support .itemA ul li a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  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;
  min-width: 10rem;
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  background-color: #8cbe3c;
  border-radius: 0.5rem;
  padding: 0.25rem 3rem;
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.layer_a1 .support h3 {
  font-size: 2.5rem !important;
  color: #525252;
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.layer_a1 .support div.sbg3 div.group_c {
  padding: 0.75rem 0 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.layer_a1 .support div.sbg3 div.group_c div.c_item {
  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;
  padding: 0 1rem;
}

.layer_a1 .support div.sbg3 div.group_c div.c_item span.material-icons-outlined {
  color: #566;
  font-size: 1.75rem;
  margin-right: 1rem;
}

.layer_a1 .support div.sbg3 div.group_c div.c_item span:nth-child(2) {
  font-size: 0.9375rem;
  color: #383838;
}

.layer_a1 .support div.sbg3 div.group_c div.c_item .c_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.layer_a1 .support div.sbg3 div.group_c div.c_item .c_item_wrap div {
  margin-right: 0.25rem;
}

.layer_a1 .support_show {
  bottom: 0 !important;
}

.layer_a1 .sbg_show {
  display: block;
  background: rgba(0, 0, 0, 0.25);
}

footer {
  background: #585a62;
}

footer > div {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer > div div.about {
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
  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;
  padding: 1.75rem 0.5rem 1.75rem 1.5rem;
  /*h3{
                font-size: 1.75rem;
                font-weight: 400;
                line-height: 1;
                color: $colorM1;
                padding-top: 0.5rem;
                opacity: 0.7;
            }*/
}

footer > div div.about p {
  font-size: 0.825rem;
  font-weight: 300;
  color: white;
  margin-bottom: 0.5rem;
  text-align: justify;
}

footer > div div.about p b {
  font-size: 1rem;
}

footer > div div.about p:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.5rem;
}

footer > div div.logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  padding: 1.125rem 1.5rem 0;
  font-size: 2rem;
}

footer > div div.logo b {
  display: none;
}

footer > div div.logo img {
  width: 260px;
  text-shadow: 0 0 0.25rem rgba(0, 68, 84, 0.5);
}

footer > div div.follow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  padding: 1.25rem 1.25rem 0;
  font-size: 2.5rem;
}

footer > div div.follow p {
  text-align: right;
}

footer > div div.follow p a {
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

footer > div div.follow p a:hover {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: aHover;
          animation-name: aHover;
}

@-webkit-keyframes aHover {
  0% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0);
  }
  10% {
    color: white;
    text-shadow: 0px 0px 5px white;
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0);
  }
}

@keyframes aHover {
  0% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0);
  }
  10% {
    color: white;
    text-shadow: 0px 0px 5px white;
  }
  100% {
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes boxHover {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(158, 158, 158, 0.8);
            box-shadow: 0 0 0 0px rgba(158, 158, 158, 0.8);
  }
  40% {
    -webkit-box-shadow: 0 0 0 16px rgba(158, 158, 158, 0);
            box-shadow: 0 0 0 16px rgba(158, 158, 158, 0);
  }
}

@keyframes boxHover {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(158, 158, 158, 0.8);
            box-shadow: 0 0 0 0px rgba(158, 158, 158, 0.8);
  }
  40% {
    -webkit-box-shadow: 0 0 0 16px rgba(158, 158, 158, 0);
            box-shadow: 0 0 0 16px rgba(158, 158, 158, 0);
  }
}

@media (min-width: 10px) and (max-width: 839.99px) {
  #navbar {
    position: fixed;
    z-index: 10;
    top: 1.6vh;
    right: 1.6vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
  #navbar #menuIcon {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 1.5vh;
  }
  #navbar #menuIcon > div {
    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;
    width: 4.5vh;
    height: 4.5vh;
    min-width: 48px;
    min-height: 48px;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #525252;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #navbar #menuIcon > div div {
    width: 2.4vh;
    height: .03vh;
    min-width: 24px;
    min-height: 3px;
    background: greenyellow;
    margin: 3px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #navbar #menuIcon > div.change .line1 {
    -webkit-transform: translate(0px, 9px) rotate(-45deg);
            transform: translate(0px, 9px) rotate(-45deg);
  }
  #navbar #menuIcon > div.change .line2 {
    width: 0;
    opacity: 0;
  }
  #navbar #menuIcon > div.change .line3 {
    -webkit-transform: translate(0px, -9px) rotate(45deg);
            transform: translate(0px, -9px) rotate(45deg);
  }
  #navbar .request {
    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;
    width: 4.5vh;
    height: 4.5vh;
    min-width: 48px;
    min-height: 48px;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ff8000;
    margin-bottom: 0.75vh;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  #navbar .request span {
    font-size: 3.5vh;
    color: #fff;
  }
  #navbar ul {
    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;
    list-style: none;
    -webkit-transition: z-index 0s linear 0.35s;
    transition: z-index 0s linear 0.35s;
    margin: 0;
    padding: 0;
  }
  #navbar ul li {
    position: relative;
    display: block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    word-spacing: 0.125rem;
    letter-spacing: 0.05rem;
    overflow: hidden;
    margin: 0.75vh 0;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: calc((10px + 0.1vh) / 2);
    -webkit-box-shadow: 0 0 24px 5px rgba(200, 200, 200, 0.25);
            box-shadow: 0 0 24px 5px rgba(200, 200, 200, 0.25);
    -webkit-backdrop-filter: saturate(120%) blur(10px);
            backdrop-filter: saturate(120%) blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  #navbar ul li a {
    display: block;
    width: 36px;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 36px;
    text-decoration: none;
    margin: 0.75rem 0;
  }
  #navbar ul li a div:first-child {
    display: inline-block;
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  }
  #navbar ul li a div:last-child {
    position: absolute;
    display: inline-block;
    top: 0.75rem;
    left: 0;
    color: #383838;
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, 18, 1);
            transform: matrix(1, 0, 0, 1, 18, 1);
    -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  #navbar ul li a::after {
    content: "";
    z-index: -1;
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    top: 50%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-out, top 0.3s ease-out;
    transition: all 0.3s ease-out, top 0.3s ease-out;
  }
  #navbar ul li:hover a div:first-child {
    opacity: 0;
    -webkit-transform: matrix(1, 0, 0, 1, -18, 1);
            transform: matrix(1, 0, 0, 1, -18, 1);
    -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  #navbar ul li:hover a div:last-child {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
            transform: matrix(1, 0, 0, 1, 0, 1);
    -webkit-transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  }
  #navbar ul li:hover a::after {
    height: 100%;
    top: 0%;
  }
  #navbar ul li:last-child {
    letter-spacing: 0rem;
    background-color: #aaf03c;
  }
  #navbar ul li:last-child a {
    color: #000;
  }
  #navbar.set_fixed ul li:hover::after {
    width: 100%;
    left: 0%;
  }
  header .logo {
    top: 2.88vh;
    left: 1.8vh;
    height: 2rem;
  }
  footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer > div div.logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin: 0.5rem 0.5rem;
    padding: 0.5rem 1rem 0.25rem;
  }
  footer > div div.about {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0.5rem 1.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.5rem 1rem;
  }
  footer > div div.about p {
    font-size: 0.9375rem;
    text-align: left;
    word-spacing: 0.125rem;
  }
  footer > div div.about p b {
    font-weight: 600;
  }
  footer > div div.follow {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0.25rem 0.6125rem 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  footer > div div.follow p {
    text-align: left;
  }
}

@media (min-width: 840px) {
  #navbar {
    position: fixed;
    z-index: 10;
    top: 3vh;
    right: 3vh;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
  #navbar #menuIcon {
    display: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #navbar #menuIcon > div {
    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;
    width: 4.5vh;
    height: 4.5vh;
    min-width: 48px;
    min-height: 48px;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #525252;
    margin-left: 2vh;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #navbar #menuIcon > div div {
    width: 2.4vh;
    height: .03vh;
    min-width: 24px;
    min-height: 3px;
    background: greenyellow;
    margin: 3px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #navbar #menuIcon > div:hover {
    -webkit-box-shadow: 0 0 0 12px rgba(158, 158, 158, 0.5);
            box-shadow: 0 0 0 12px rgba(158, 158, 158, 0.5);
  }
  #navbar #menuIcon > div.change .line1 {
    -webkit-transform: translate(0px, 9px) rotate(-45deg);
            transform: translate(0px, 9px) rotate(-45deg);
  }
  #navbar #menuIcon > div.change .line2 {
    width: 0;
    opacity: 0;
  }
  #navbar #menuIcon > div.change .line3 {
    -webkit-transform: translate(0px, -9px) rotate(45deg);
            transform: translate(0px, -9px) rotate(45deg);
  }
  #navbar .request {
    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;
    width: 4.5vh;
    height: 4.5vh;
    min-width: 48px;
    min-height: 48px;
    line-height: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ff8000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-left: 1.6vh;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #navbar .request span {
    font-size: calc(1.5rem + 0.3vh + 0.2vw);
    color: #fff;
  }
  #navbar .request:hover {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: boxHover;
            animation-name: boxHover;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  #navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
    -webkit-transition: z-index 0s linear 0.35s;
    transition: z-index 0s linear 0.35s;
    margin: 0;
    padding: 0;
  }
  #navbar ul li {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    word-spacing: 0.125rem;
    letter-spacing: 0.05rem;
    overflow: hidden;
    margin: 0.1vh 1vh 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: calc((10px + 0.1vh) / 2);
    -webkit-box-shadow: 0 0 24px 5px rgba(200, 200, 200, 0.25);
            box-shadow: 0 0 24px 5px rgba(200, 200, 200, 0.25);
    -webkit-backdrop-filter: saturate(120%) blur(10px);
            backdrop-filter: saturate(120%) blur(10px);
  }
  #navbar ul li a {
    display: block;
    height: 32px;
    color: #fff;
    line-height: 32px;
    text-decoration: none;
    overflow: hidden;
    margin: 0 1rem;
  }
  #navbar ul li a div:first-child {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  }
  #navbar ul li a div:last-child {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transform: matrix(0.8, 0, 0, 1, 0, 16);
            transform: matrix(0.8, 0, 0, 1, 0, 16);
    -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  #navbar ul li a::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 0%;
    left: 50%;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out, top 0.3s ease-out;
    transition: all 0.3s ease-out, top 0.3s ease-out;
  }
  #navbar ul li:hover a div:first-child {
    opacity: 0;
    -webkit-transform: matrix(1.25, 0, 0, 1, 0, -16);
            transform: matrix(1.25, 0, 0, 1, 0, -16);
    -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
  #navbar ul li:hover a div:last-child {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s, transform 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out 0.2s;
  }
  #navbar ul li:hover a::after {
    width: 100%;
    left: 0%;
  }
  #navbar ul li:last-child {
    letter-spacing: 0rem;
    background-color: #aaf03c;
  }
  #navbar ul li:last-child a {
    color: #000;
  }
  .go_top:hover {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: boxHover;
            animation-name: boxHover;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .layer_a1 .support #closeW:hover {
    -webkit-box-shadow: 0 0 0 6px rgba(140, 190, 60, 0.3);
            box-shadow: 0 0 0 6px rgba(140, 190, 60, 0.3);
  }
  .layer_a1 .support .itemA ul li a:hover {
    -webkit-box-shadow: 0 0 0 8px rgba(140, 190, 60, 0.3);
            box-shadow: 0 0 0 8px rgba(140, 190, 60, 0.3);
  }
}

@media (max-width: 991.98px) {
  main section.s_page02 .row:first-child, main section.s_page01 main section.s_page03 .row:first-child, main section.s_page04 .row:first-child, main section.s_page05 .row:first-child, main section.s_page06 .row:first-child {
    margin-top: 0rem;
  }
  main section.s_page02 .row:first-child div .title_A2, main section.s_page01 main section.s_page03 .row:first-child div .title_A2, main section.s_page04 .row:first-child div .title_A2, main section.s_page05 .row:first-child div .title_A2, main section.s_page06 .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
  }
  main section.s_page02 .row:first-child div .title_A2 h4, main section.s_page01 main section.s_page03 .row:first-child div .title_A2 h4, main section.s_page04 .row:first-child div .title_A2 h4, main section.s_page05 .row:first-child div .title_A2 h4, main section.s_page06 .row:first-child div .title_A2 h4 {
    font-size: 1.75rem;
  }
  main section.s_page02 .row:first-child div .title_A2 h6, main section.s_page01 main section.s_page03 .row:first-child div .title_A2 h6, main section.s_page04 .row:first-child div .title_A2 h6, main section.s_page05 .row:first-child div .title_A2 h6, main section.s_page06 .row:first-child div .title_A2 h6 {
    font-size: 1.125rem;
  }
  main section.s_page02 .row:last-child, main section.s_page01 main section.s_page03 .row:last-child, main section.s_page04 .row:last-child, main section.s_page05 .row:last-child, main section.s_page06 .row:last-child {
    margin-bottom: 1.5rem;
  }
  main section.s_page02 .row > div, main section.s_page01 main section.s_page03 .row > div, main section.s_page04 .row > div, main section.s_page05 .row > div, main section.s_page06 .row > div {
    padding-bottom: 2rem;
  }
  main section.s_page02 .row > div .card, main section.s_page01 main section.s_page03 .row > div .card, main section.s_page04 .row > div .card, main section.s_page05 .row > div .card, main section.s_page06 .row > div .card {
    width: 100%;
  }
  main section.s_page02 .row > div .card .card-body > div:first-child, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:first-child, main section.s_page04 .row > div .card .card-body > div:first-child, main section.s_page05 .row > div .card .card-body > div:first-child, main section.s_page06 .row > div .card .card-body > div:first-child {
    min-width: 8rem;
  }
  main section.s_page02 .row > div .card .card-body > div:first-child span, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:first-child span, main section.s_page04 .row > div .card .card-body > div:first-child span, main section.s_page05 .row > div .card .card-body > div:first-child span, main section.s_page06 .row > div .card .card-body > div:first-child span {
    font-size: 6.5rem;
  }
  main section.s_page02 .row > div .card .card-body > div:last-child, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:last-child, main section.s_page04 .row > div .card .card-body > div:last-child, main section.s_page05 .row > div .card .card-body > div:last-child, main section.s_page06 .row > div .card .card-body > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  main section.s_page02 .row > div .card .card-body > div:last-child h5, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:last-child h5, main section.s_page04 .row > div .card .card-body > div:last-child h5, main section.s_page05 .row > div .card .card-body > div:last-child h5, main section.s_page06 .row > div .card .card-body > div:last-child h5 {
    font-size: 1.5rem;
  }
  main section.s_page02 .row > div .card .card-body > div:last-child ul, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:last-child ul, main section.s_page04 .row > div .card .card-body > div:last-child ul, main section.s_page05 .row > div .card .card-body > div:last-child ul, main section.s_page06 .row > div .card .card-body > div:last-child ul {
    font-size: 1.125rem;
  }
  main section.s_page05 .row:first-child {
    margin-top: 0rem;
  }
  main section.s_page05 .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
  }
  main section.s_page05 .row:first-child div .title_A2 h4 {
    font-size: 1.75rem;
  }
  main section.s_page05 .row:first-child div .title_A2 h6 {
    font-size: 1.125rem;
  }
  main section.s_page05 .row > div .card {
    width: 100%;
  }
  main section.s_page05 .row > div .card .card-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem;
  }
  main section.s_page05 .row > div .card .card-body > div:first-child {
    min-width: 4rem;
    line-height: 1;
  }
  main section.s_page05 .row > div .card .card-body > div:first-child span {
    font-size: 3.5rem;
  }
  main section.s_page05 .row > div .card .card-body > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  main section.s_page05 .row > div .card .card-body > div:last-child hr {
    display: none;
  }
  main section.s_page05 .row > div .card .card-body > div:last-child h5 {
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
  }
  main section.s_page05 .row > div .card .card-body > div:last-child ul {
    font-size: 1.125rem;
  }
  main section.s_page06 .row:first-child {
    margin-top: 0rem;
  }
  main section.s_page06 .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
    border-left: 4px solid #8cbe3c;
    height: auto;
  }
  main section.s_page06 .row:first-child div .title_A2 h4 {
    font-size: 1.75rem;
    color: rgba(0, 0, 0, 0.7);
  }
  main section.s_page06 .row:first-child div .title_A2 h6 {
    font-size: 1.25rem;
  }
  main section.s_page06 .row:first-child div:first-child span {
    font-size: 10.5rem;
    top: 1rem;
  }
  main section.s_page06 .row > div .card .card-body .titleA div {
    margin-bottom: 0.75rem;
  }
  main section.s_page06 .row > div .card .card-body ul {
    list-style-type: none;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
  }
  main section.s_page06 .row > div .card .card-body ul li {
    line-height: 1.85rem;
  }
  main section.s_page06 .row > div .card .card-body ul li::before {
    font-size: 1.125em;
  }
}

@media (max-width: 767.98px) {
  .bg_img_p00 {
    background: url(../images/h_mp01b.jpg) 45% 65%/cover;
    height: 88vh;
  }
  header .title_m1 {
    bottom: 5vh;
  }
  header .title_m1 h1 {
    font-size: 2.5rem;
  }
  header .title_m1 h1 img {
    height: 2.75rem;
  }
  header .title_m1 h4 {
    font-size: 1.5rem;
  }
  header .title_m1 p {
    text-align: center;
  }
  header .title_m2 {
    left: 2vh;
    bottom: 3.5vh;
  }
  header .title_m2 h1 {
    font-size: 1.5rem;
  }
  header .title_m2 h3 {
    font-size: 2.5rem;
  }
  main section.s_page02 .row [class*="col-"], main section.s_page01 main section.s_page03 .row [class*="col-"], main section.s_page04 .row [class*="col-"], main section.s_page05 .row [class*="col-"], main section.s_page06 .row [class*="col-"] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  main section.s_page02 .row:first-child, main section.s_page01 main section.s_page03 .row:first-child, main section.s_page04 .row:first-child, main section.s_page05 .row:first-child, main section.s_page06 .row:first-child {
    margin-top: 0rem;
  }
  main section.s_page02 .row:first-child div .title_A2, main section.s_page01 main section.s_page03 .row:first-child div .title_A2, main section.s_page04 .row:first-child div .title_A2, main section.s_page05 .row:first-child div .title_A2, main section.s_page06 .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
  }
  main section.s_page02 .row:first-child div .title_A2 h4, main section.s_page01 main section.s_page03 .row:first-child div .title_A2 h4, main section.s_page04 .row:first-child div .title_A2 h4, main section.s_page05 .row:first-child div .title_A2 h4, main section.s_page06 .row:first-child div .title_A2 h4 {
    font-size: 1.75rem;
  }
  main section.s_page02 .row:first-child div .title_A2 h6, main section.s_page01 main section.s_page03 .row:first-child div .title_A2 h6, main section.s_page04 .row:first-child div .title_A2 h6, main section.s_page05 .row:first-child div .title_A2 h6, main section.s_page06 .row:first-child div .title_A2 h6 {
    font-size: 1.125rem;
  }
  main section.s_page02 .row:last-child, main section.s_page01 main section.s_page03 .row:last-child, main section.s_page04 .row:last-child, main section.s_page05 .row:last-child, main section.s_page06 .row:last-child {
    margin-bottom: 1rem;
  }
  main section.s_page02 .row > div, main section.s_page01 main section.s_page03 .row > div, main section.s_page04 .row > div, main section.s_page05 .row > div, main section.s_page06 .row > div {
    padding-bottom: 1.5rem;
  }
  main section.s_page02 .row > div .card, main section.s_page01 main section.s_page03 .row > div .card, main section.s_page04 .row > div .card, main section.s_page05 .row > div .card, main section.s_page06 .row > div .card {
    width: 100%;
  }
  main section.s_page02 .row > div .card .card-body > div:first-child, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:first-child, main section.s_page04 .row > div .card .card-body > div:first-child, main section.s_page05 .row > div .card .card-body > div:first-child, main section.s_page06 .row > div .card .card-body > div:first-child {
    min-width: 8rem;
  }
  main section.s_page02 .row > div .card .card-body > div:first-child span, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:first-child span, main section.s_page04 .row > div .card .card-body > div:first-child span, main section.s_page05 .row > div .card .card-body > div:first-child span, main section.s_page06 .row > div .card .card-body > div:first-child span {
    font-size: 6.5rem;
  }
  main section.s_page02 .row > div .card .card-body > div:last-child, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:last-child, main section.s_page04 .row > div .card .card-body > div:last-child, main section.s_page05 .row > div .card .card-body > div:last-child, main section.s_page06 .row > div .card .card-body > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  main section.s_page02 .row > div .card .card-body > div:last-child h5, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:last-child h5, main section.s_page04 .row > div .card .card-body > div:last-child h5, main section.s_page05 .row > div .card .card-body > div:last-child h5, main section.s_page06 .row > div .card .card-body > div:last-child h5 {
    font-size: 1.5rem;
  }
  main section.s_page02 .row > div .card .card-body > div:last-child ul, main section.s_page01 main section.s_page03 .row > div .card .card-body > div:last-child ul, main section.s_page04 .row > div .card .card-body > div:last-child ul, main section.s_page05 .row > div .card .card-body > div:last-child ul, main section.s_page06 .row > div .card .card-body > div:last-child ul {
    font-size: 1.125rem;
  }
  main section.s_page05 .row:first-child {
    margin-top: 0rem;
  }
  main section.s_page05 .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
  }
  main section.s_page05 .row:first-child div .title_A2 h4 {
    font-size: 1.75rem;
  }
  main section.s_page05 .row:first-child div .title_A2 h6 {
    font-size: 1.125rem;
  }
  main section.s_page05 .row:last-child {
    margin-bottom: 1rem;
  }
  main section.s_page05 .row > div .card {
    width: 100%;
  }
  main section.s_page05 .row > div .card .card-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem;
  }
  main section.s_page05 .row > div .card .card-body > div:first-child {
    min-width: 3.5rem;
    line-height: 1;
  }
  main section.s_page05 .row > div .card .card-body > div:first-child span {
    font-size: 3rem;
  }
  main section.s_page05 .row > div .card .card-body > div:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  main section.s_page05 .row > div .card .card-body > div:last-child hr {
    display: none;
  }
  main section.s_page05 .row > div .card .card-body > div:last-child h5 {
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
  }
  main section.s_page05 .row > div .card .card-body > div:last-child ul {
    font-size: 1.125rem;
  }
  main section.s_page05 .row > div .card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
            transform: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    border-color: rgba(0, 0, 0, 0.25);
  }
  main section.s_page06 .row:first-child {
    margin-top: 0rem;
  }
  main section.s_page06 .row:first-child div .title_A2 {
    padding-top: 4rem;
    padding-left: 1.5rem;
    border-left: 4px solid #8cbe3c;
    height: auto;
  }
  main section.s_page06 .row:first-child div:first-child span {
    font-size: 10.5rem;
    top: 1rem;
  }
  main section.s_page06 .row > div .card {
    padding: 0.8125rem;
  }
  main section.s_page06 .row > div .card .card-body .titleA div {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
  }
  main section.s_page06 .row > div .card .card-body ul {
    list-style-type: none;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
  }
  main section.s_page06 .row > div .card .card-body ul li {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 0.375rem;
  }
  main section.s_page06 .row > div .card .card-body ul li::before {
    font-size: 1.25em;
    content: "\2023";
    color: teal;
    display: inline-block;
    margin-left: -0.6em;
    margin-right: 0.3em;
  }
}
/*# sourceMappingURL=style.css.map */