@import "reset.css";
@import "public.css";
.menu_list {
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
@media (max-width: 980px) {
  .menu_list {
    justify-content: flex-start;
  }
}
.menu_list .list_icon_group {
  width: -moz-fit-content;
  width: fit-content;
  transform: rotate(0deg);
  animation: rotate02 linear 0.3s forwards;
}
.menu_list .list_icon_ac {
  transform: rotate(180deg);
  margin: 2px 0 0 0;
  animation: rotate linear 0.3s forwards;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes rotate02 {
  0% {
    transform: rotate(-190deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.menu_list .list_icon {
  width: 15px;
  margin: 3px 0px 0 3px;
  display: block;
}
@media (max-width: 980px) {
  .menu_list .list_icon {
    display: none;
  }
}
.menu_list .list_icon_hover {
  width: 15px;
  margin: 3px 0px 0 3px;
  display: none;
}
@media (max-width: 980px) {
  .menu_list .list_icon_hover {
    display: none;
  }
}

.menu_list:hover {
  transition: all 0.5s;
}
.menu_list:hover .list_icon {
  display: none;
}
.menu_list:hover .list_icon_hover {
  display: block;
}

.menu_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
  display: none;
}

.menu_bg_open {
  display: block;
}

.overflow {
  overflow: hidden;
}

.menu_pc {
  position: relative;
}

.list_content {
  width: 236px;
  background: #ebeeee;
  position: absolute;
  top: 71px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 9;
  display: none;
}
@media (max-width: 980px) {
  .list_content {
    display: block;
    position: static;
    width: 100%;
    margin: 0 0 10px;
  }
}

.li_btn {
  width: 100%;
}
@media (max-width: 980px) {
  .li_btn {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #000;
  }
}
.li_btn a {
  display: block;
  padding: 15px 20px !important;
}
@media (max-width: 980px) {
  .li_btn a {
    margin: 0 !important;
    background: #EBEEEE !important;
  }
}
.li_btn a:hover {
  color: #fff !important;
}

.li_btn_last {
  border-bottom: none;
}

@media (max-width: 980px) {
  .menu ul {
    width: 90%;
    justify-content: flex-end;
    background: #9B9B9B;
    margin: 0 0 0 auto !important;
  }
  .menu ul li a {
    width: 100%;
    background: #fff;
    margin: 0 0 10px auto;
    color: #000;
    text-align: left;
  }
  .menu ul a:hover {
    color: #000;
  }
  .menu ul .li_last {
    margin: 0 0 0 auto !important;
  }
}

.part {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.part .part_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part .part_content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.part_kv {
  height: 650px;
  padding: 90px 0 0px;
  z-index: 0;
}
@media (max-width: 980px) {
  .part_kv {
    padding: 160px 0 300px;
  }
}
@media (max-width: 860px) {
  .part_kv {
    padding: 160px 0 250px;
  }
}
@media (max-width: 768px) {
  .part_kv {
    padding: 160px 0 200px;
  }
}
@media (max-width: 600px) {
  .part_kv {
    padding: 160px 0 80px;
  }
}
@media (max-width: 560px) {
  .part_kv {
    padding: 130px 0 0;
    height: 610px;
  }
}
@media (max-width: 480px) {
  .part_kv {
    height: 575px;
  }
}
@media (max-width: 430px) {
  .part_kv {
    height: 536px;
  }
}
@media (max-width: 375px) {
  .part_kv {
    height: 520px;
  }
}
.part_kv .kv_group {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .part_kv .kv_group {
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  .part_kv .kv_group {
    max-width: 530px;
  }
}
@media (max-width: 600px) {
  .part_kv .kv_group {
    max-width: 450px;
  }
}
.part_kv .kv_group .kv_left {
  width: 100%;
  position: relative;
  margin: 0 0 34px;
}
@media (max-width: 980px) {
  .part_kv .kv_group .kv_left {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .part_kv .kv_group .kv_left {
    margin: 0;
  }
}
.part_kv .kv_group .kv_right {
  width: 100%;
  max-width: 266px;
}
@media (max-width: 768px) {
  .part_kv .kv_group .kv_right {
    max-width: 200px;
  }
}
@media (max-width: 560px) {
  .part_kv .kv_group .kv_right {
    width: -moz-fit-content;
    width: fit-content;
    max-width: none;
    margin: 0 0 0 15px;
  }
}
.part_kv .kv_title {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 980px) {
  .part_kv .kv_title {
    justify-content: center;
    margin: 0 auto 30px;
  }
}
.part_kv .kv_title01 {
  width: 100%;
  max-width: 169px;
  position: absolute;
  top: -26px;
  left: -40px;
}
@media (max-width: 980px) {
  .part_kv .kv_title01 {
    max-width: 133px;
    left: 16%;
    transform: translateX(-50%);
    top: -30px;
  }
}
@media (max-width: 768px) {
  .part_kv .kv_title01 {
    left: 13%;
  }
}
@media (max-width: 698px) {
  .part_kv .kv_title01 {
    left: 10%;
  }
}
@media (max-width: 650px) {
  .part_kv .kv_title01 {
    left: 8%;
  }
}
@media (max-width: 600px) {
  .part_kv .kv_title01 {
    max-width: 110px;
    left: 13%;
    top: -28px;
  }
}
@media (max-width: 560px) {
  .part_kv .kv_title01 {
    max-width: 60px;
    left: 28%;
    top: -16px;
  }
}
@media (max-width: 500px) {
  .part_kv .kv_title01 {
    left: 26%;
  }
}
@media (max-width: 460px) {
  .part_kv .kv_title01 {
    left: 23%;
  }
}
@media (max-width: 414px) {
  .part_kv .kv_title01 {
    left: 21%;
  }
}
@media (max-widtH: 375px) {
  .part_kv .kv_title01 {
    left: 18%;
  }
}
.part_kv .kv_title02 {
  width: 100%;
  max-width: 537px;
  position: absolute;
  top: 20px;
  left: 0;
}
@media (max-width: 980px) {
  .part_kv .kv_title02 {
    position: static;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .part_kv .kv_title02 {
    max-width: 400px;
  }
}
@media (max-width: 560px) {
  .part_kv .kv_title02 {
    max-width: 220px;
  }
}
.part_kv .kv_phone {
  width: 230px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .part_kv .kv_phone {
    width: 160px;
  }
}
@media (max-width: 600px) {
  .part_kv .kv_phone {
    width: 140px;
  }
}
@media (max-width: 560px) {
  .part_kv .kv_phone {
    width: 110px;
  }
}
.part_kv .kv_ppl_animation {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 980px) {
  .part_kv .kv_ppl_animation {
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .part_kv .kv_ppl_animation {
    max-width: 290px;
  }
}
.part_kv .banner {
  width: 122%;
  height: 250px;
  position: relative;
}
@media (max-width: 980px) {
  .part_kv .banner {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .part_kv .banner {
    width: 44%;
    padding: 0 0 22px;
  }
}
@media (max-width: 560px) {
  .part_kv .banner {
    height: 168px;
  }
}
.part_kv .banner .swiper-slide {
  opacity: 0.5;
}
.part_kv .banner .swiper-slide:hover {
  opacity: 1;
}
.part_kv .banner .box {
  cursor: pointer;
}
.part_kv .banner .swiper-slide-next {
  opacity: 1;
}
.part_kv .box {
  width: 100%;
  max-width: 266px;
  position: relative;
  z-index: 0;
}
.part_kv .kv_ppl {
  width: 100%;
  max-width: 119px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
@media (max-width: 980px) {
  .part_kv .kv_ppl {
    max-width: 115px;
  }
}
@media (max-width: 820px) {
  .part_kv .kv_ppl {
    width: 92%;
  }
}
.part_kv .kv_ppl_bg {
  width: 100%;
  max-width: 266px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .part_kv .kv_ppl_bg {
    max-width: 126px;
  }
}
.part_kv .bg {
  width: 2560px;
  height: 89px;
  background: #ffaf45;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part_kv .bg {
    display: none;
  }
}
.part_kv .bg_content {
  width: 100%;
  height: 80px;
  max-width: 1280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.part_kv .tree_left {
  width: 334px;
  position: absolute;
  top: -31px;
  left: 0;
}
@media (max-width: 980px) {
  .part_kv .tree_left {
    display: none;
  }
}
.part_kv .tree_center {
  width: 349px;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part_kv .tree_center {
    display: none;
  }
}
.part_kv .tree_right {
  width: 335px;
  position: absolute;
  top: -31px;
  right: 104px;
}
@media (max-width: 980px) {
  .part_kv .tree_right {
    display: none;
  }
}
.part_kv .ppl {
  width: 54px;
  position: absolute;
  top: 2px;
  left: 340px;
  z-index: 1;
}
@media (max-width: 980px) {
  .part_kv .ppl {
    display: none;
  }
}
.part_kv .build06 {
  width: 152px;
  position: absolute;
  top: -58px;
  right: -12px;
}
@media (max-width: 980px) {
  .part_kv .build06 {
    display: none;
  }
}
.part_kv .build05 {
  width: 120px;
  position: absolute;
  top: -34px;
  right: 135px;
}
@media (max-width: 980px) {
  .part_kv .build05 {
    display: none;
  }
}
.part_kv .build04 {
  width: 106px;
  position: absolute;
  top: -42px;
  right: 257px;
}
@media (max-width: 980px) {
  .part_kv .build04 {
    display: none;
  }
}
.part_kv .build03 {
  width: 95px;
  position: absolute;
  top: -61px;
  right: 384px;
}
@media (max-width: 980px) {
  .part_kv .build03 {
    display: none;
  }
}
.part_kv .build02 {
  width: 97px;
  position: absolute;
  top: -43px;
  right: 478px;
}
@media (max-width: 980px) {
  .part_kv .build02 {
    display: none;
  }
}
.part_kv .build01 {
  width: 142px;
  position: absolute;
  top: -40px;
  right: 568px;
}
@media (max-width: 980px) {
  .part_kv .build01 {
    display: none;
  }
}
.part_kv .txt88 {
  width: 432px;
  position: absolute;
  top: -150px;
  left: 286px;
  z-index: -1;
}
@media (max-width: 980px) {
  .part_kv .txt88 {
    display: none;
  }
}
.part_kv .kv_m {
  display: none;
}
@media (max-width: 980px) {
  .part_kv .kv_m {
    position: absolute;
    width: 100%;
    /* max-width: 980px; */
    bottom: 20px;
    left: 0;
    display: block;
  }
}
.part_kv .kv_bg {
  width: 2560px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1920px) {
  .part_kv .kv_bg {
    width: 1920px;
    bottom: 50px;
  }
}
@media (max-width: 980px) {
  .part_kv .kv_bg {
    bottom: -10%;
    width: 980px;
  }
}
@media (max-width: 860px) {
  .part_kv .kv_bg {
    bottom: -15%;
  }
}
.part_kv .dot_box {
  width: 100%;
  max-width: 180px;
  height: 70px;
  position: absolute;
  top: 85%;
  left: 105%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 600px) {
  .part_kv .dot_box {
    top: 76%;
  }
}
@media (max-width: 560px) {
  .part_kv .dot_box {
    top: 93%;
    left: 117%;
    width: 70%;
  }
}
.part_kv .dot_box img {
  width: 100%;
  display: block;
}
.part_kv .dot_bg {
  width: 100%;
  max-width: 180px;
  position: relative;
}
.part_kv .dot01 {
  width: 11px;
  position: absolute;
  top: 17px;
  left: 0px;
}
@media (max-width: 560px) {
  .part_kv .dot01 {
    width: 6px;
  }
}
.part_kv .dot02 {
  width: 16px;
  position: absolute;
  top: 8px;
  left: 7px;
}
@media (max-width: 560px) {
  .part_kv .dot02 {
    width: 12px;
    left: 3px;
  }
}
.part_kv .dot03 {
  width: 23px;
  position: absolute;
  top: 25px;
  left: 29px;
}
@media (max-width: 560px) {
  .part_kv .dot03 {
    width: 19px;
    left: 19px;
  }
}
.part_kv .dot04 {
  width: 7px;
  position: absolute;
  top: 0px;
  left: 53px;
  z-index: 1;
}
@media (max-width: 560px) {
  .part_kv .dot04 {
    width: 8px;
    top: 22px;
    left: 46px;
  }
}
.part_kv .dot05 {
  width: 12px;
  position: absolute;
  top: 31px;
  left: 67px;
}
@media (max-width: 560px) {
  .part_kv .dot05 {
    width: 5px;
    left: 63px;
    top: 20px;
  }
}
.part_kv .dot06 {
  width: 25px;
  position: absolute;
  top: 47px;
  left: 92px;
}
@media (max-width: 560px) {
  .part_kv .dot06 {
    width: 15px;
    top: 37px;
    left: 64px;
  }
}
.part_kv .dot07 {
  width: 17px;
  position: absolute;
  top: 48px;
  right: 54px;
}
@media (max-width: 560px) {
  .part_kv .dot07 {
    width: 7px;
    top: 38px;
    right: 50px;
  }
}
.part_kv .dot08 {
  width: 41px;
  position: absolute;
  top: 5px;
  right: 9px;
}
@media (max-width: 560px) {
  .part_kv .dot08 {
    width: 23px;
    top: 12px;
    right: 18px;
  }
}
.part_kv .dot01_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.1s;
  opacity: 0;
}
.part_kv .dot02_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
.part_kv .dot03_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.3s;
  opacity: 0;
}
.part_kv .dot04_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.4s;
  opacity: 0;
}
.part_kv .dot05_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
.part_kv .dot06_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
.part_kv .dot07_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.7s;
  opacity: 0;
}
.part_kv .dot08_ac {
  animation: ac_animtion 1s forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
@keyframes ac_animtion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.part_kv .mov01 {
  animation: mov infinite 3s linear;
}
.part_kv .mov02 {
  animation: mov infinite 3.5s linear;
}
.part_kv .mov03 {
  animation: mov infinite 2s linear;
}
.part_kv .mov04 {
  animation: mov infinite 1.5s linear;
}
.part_kv .mov05 {
  animation: mov infinite 2.3s linear;
}
.part_kv .mov06 {
  animation: mov infinite 1.7s linear;
}
.part_kv .mov07 {
  animation: mov infinite 3.3s linear;
}
.part_kv .mov08 {
  animation: mov infinite 2.7s linear;
}
.part_kv .mov09 {
  animation: mov infinite 3s linear;
}
.part_kv .mov10 {
  animation: mov infinite 1.7s linear;
}
@keyframes mov {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.jello01 {
  animation: 0.9s ease 0.3s 1 normal both running jello;
}

@keyframes jello {
  0%, to {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
}
.part02 {
  padding: 60px 0 200px;
  background: #fffbca;
}
@media (max-width: 1200px) {
  .part02 {
    padding: 60px 0 186px;
  }
}
@media (max-width: 1100px) {
  .part02 {
    padding: 60px 0 140px;
  }
}
@media (max-width: 980px) {
  .part02 {
    padding: 60px 0;
  }
}
@media (max-width: 560px) {
  .part02 {
    padding: 20px 0 60px;
  }
}
.part02 .part_title {
  position: relative;
  max-width: 389px;
  height: 104px;
  margin: 0 auto 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 660px) {
  .part02 .part_title {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .part02 .part_title {
    max-width: 280px;
  }
}
.part02 .title_txt {
  width: 389px;
  position: relative;
  z-index: 1;
}
.part02 .title_dot {
  width: 164px;
  position: absolute;
  top: 0;
  left: -3%;
  transform: translateX(-50%);
}
@media (max-width: 660px) {
  .part02 .title_dot {
    top: 6px;
    left: 0;
    width: 120px;
  }
}
@media (max-width: 480px) {
  .part02 .title_dot {
    left: 5px;
  }
}
.part02 .part_box {
  width: 100%;
  max-width: 467px;
  border: 2.5px solid #ff7900;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 12px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .part02 .part_box {
    width: 90%;
    flex-direction: column;
  }
}
.part02 .part_box .txt {
  font-size: 20px;
}
.part02 .part_box .img {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part02 .part_box .openpoint {
  width: 154px;
  margin: 0 5px 2px;
}
.part02 .part_content {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
}
@media (max-width: 980px) {
  .part02 .part_content {
    flex-direction: column;
  }
}
.part02 .part_content .part_left {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 980px) {
  .part02 .part_content .part_left {
    margin: 0 0 30px;
  }
}
@media (max-width: 660px) {
  .part02 .part_content .part_left {
    width: 90%;
  }
}
.part02 .part_content .part_right {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 660px) {
  .part02 .part_content .part_right {
    width: 90%;
  }
}
.part02 .tree_group {
  width: 100%;
  max-width: 355px;
  position: relative;
  bottom: -15px;
}
@media (max-width: 660px) {
  .part02 .tree_group {
    max-width: 264px;
    bottom: -10px;
  }
}
.part02 .tree {
  width: 100%;
  max-width: 355px;
  -o-object-fit: cover;
     object-fit: cover;
}
.part02 .gold01 {
  width: 50px;
  position: absolute;
  top: 36px;
  left: 3px;
}
@media (max-width: 660px) {
  .part02 .gold01 {
    width: 45px;
    top: 18px;
  }
}
.part02 .gold02 {
  width: 80px;
  position: absolute;
  top: -18px;
  left: 92px;
}
@media (max-width: 660px) {
  .part02 .gold02 {
    width: 65px;
    top: -32px;
    left: 65px;
  }
}
.part02 .gold03 {
  width: 48px;
  position: absolute;
  top: 33px;
  right: 100px;
}
@media (max-width: 660px) {
  .part02 .gold03 {
    width: 35px;
    top: 20px;
    right: 84px;
  }
}
.part02 .gold04 {
  width: 79px;
  position: absolute;
  top: 97px;
  right: 75px;
}
@media (max-width: 660px) {
  .part02 .gold04 {
    width: 60px;
    top: 73px;
    right: 54px;
  }
}
.part02 .up_down01 {
  animation: up_down 2s linear infinite;
}
.part02 .up_down02 {
  animation: up_down 2.5s linear infinite;
}
.part02 .up_down03 {
  animation: up_down 3s linear infinite;
}
.part02 .up_down04 {
  animation: up_down 1.7s linear infinite;
}
@keyframes up_down {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
.part02 .tree_txt {
  width: 100%;
  max-width: 355px;
  color: #ee4c55;
  background: #fff;
  border: 2.5px solid #e57700;
  border-radius: 50px;
  padding: 10px 20px 12px;
  font-size: 31px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .part02 .tree_txt {
    border: none;
    font-size: 28px;
  }
}
@media (max-width: 660px) {
  .part02 .tree_txt {
    font-size: 25px;
    padding: 10px 0 12px;
    max-width: 290px;
  }
}
.part02 .box_group {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  margin: 0 0 15px;
}
.part02 .box_group:last-child {
  margin: 0;
}
.part02 .box_title {
  width: 148px;
  height: 106px;
  background: #ffa543;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 25px 0 0;
}
@media (max-width: 600px) {
  .part02 .box_title {
    margin: 0 10px 0 0;
  }
}
.part02 .box_title .step {
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .part02 .box_title .step {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .part02 .box_title .step {
    font-size: 18px;
  }
}
.part02 .box_title .step_number {
  font-size: 45px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media (max-width: 600px) {
  .part02 .box_title .step_number {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .part02 .box_title .step_number {
    font-size: 30px;
  }
}
.part02 .box_content {
  width: 478px;
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 600px) {
  .part02 .box_content {
    width: 370px;
  }
}
.part02 .box_content .txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part02 .box_content .txt01 {
  font-size: 28px;
  font-weight: bold;
}
.part02 .box_content .txt02 {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 660px) {
  .part02 .box_content .txt02 {
    align-items: flex-start;
  }
}
.part02 .box_content .txt02 .inline_box01 {
  margin: 4px 0 0 0;
}
.part02 .box_content .txt02 .inline_box02 {
  margin: 6px 0 0 0;
}
.part02 .box_content .txt02 .inline_box03 {
  margin: 4px 0 0 0;
}
.part02 .box_content .txt02 .inline_group {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 660px) {
  .part02 .box_content .txt02 .inline_group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.part02 .box_content .txt02 .br_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part02 .box_content .right_arrow {
  width: 9px;
  margin: 0 5px 0 0;
}
.part02 .box_content .uniopen {
  width: 120px;
  margin: 5px 0 0 5px;
}
.part02 .box_content .openpoint {
  width: 117px;
  margin: 0 5px 2px 0;
}
.part02 .box_content .openpoint02 {
  width: 117px;
  margin: 0 0 2px 5px;
}
@media (max-width: 660px) {
  .part02 .box_content .openpoint02 {
    margin: 0 0 2px 0;
  }
}
.part02 .part_btn_group {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .part02 .part_btn_group {
    width: 90%;
  }
}
.part02 .part_btn_group .part_left {
  width: 100%;
}
.part02 .part_btn_group .part_right {
  width: 100%;
}
.part02 .part_btn {
  width: 100%;
  max-width: 354px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 50px auto 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .part02 .part_btn {
    max-width: 220px;
    height: 88px;
  }
}
@media (max-width: 530px) {
  .part02 .part_btn {
    max-width: 150px;
  }
}
.part02 .part_btn a {
  display: block;
  width: 100%;
  max-width: 354px;
  height: 104px;
  font-size: 0;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: linear-gradient(to right, #f8ad3b 0%, #fbe3c0 30%, #fbe3c0 70%, #f8ad3b 100%);
  letter-spacing: 1px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .part02 .part_btn a {
    max-width: 220px;
    height: 88px;
    font-size: 23px;
    border-radius: 15px;
  }
}
@media (max-width: 530px) {
  .part02 .part_btn a {
    max-width: 150px;
  }
}
.part02 .part_btn a .inline_box {
  display: block;
  font-size: 28px;
}
@media (max-width: 768px) {
  .part02 .part_btn a .inline_box {
    font-size: 23px;
  }
}
@media (max-width: 530px) {
  .part02 .part_btn a .inline_box {
    font-size: 18px;
  }
}
.part02 .part_btn::after {
  content: "";
  width: 354px;
  height: 104px;
  position: absolute;
  top: -5px;
  left: 8px;
  border: 1px solid #f8ad3b;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .part02 .part_btn::after {
    max-width: 220px;
    height: 88px;
    border-radius: 15px;
    top: -10px;
    left: 14px;
  }
}
@media (max-width: 530px) {
  .part02 .part_btn::after {
    max-width: 150px;
    top: -8px;
    left: 10px;
  }
}

.part03 {
  padding: 0 0 60px;
  background: #fce790;
  z-index: 0;
}
@media (max-width: 980px) {
  .part03 {
    padding: 60px 0;
  }
}
.part03 .part_title {
  position: relative;
  max-width: 241px;
  height: 104px;
  margin: 0 auto 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
@media (max-width: 480px) {
  .part03 .part_title {
    max-width: 170px;
    margin: 0 auto 15px;
  }
}
.part03 .title_txt {
  width: 241px;
}
.part03 .title_dot {
  width: 164px;
  position: absolute;
  top: 0;
  left: 44%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 660px) {
  .part03 .title_dot {
    width: 120px;
    top: 11px;
  }
}
.part03 .part_box {
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  border: 2.5px solid #ff7900;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
}
@media (max-width: 980px) {
  .part03 .part_box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .part03 .part_box {
    max-width: 320px;
  }
}
.part03 .title_group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 0;
  font-weight: bold;
}
.part03 .txt_group {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .part03 .txt_group {
    flex-direction: column;
  }
}
.part03 .openpoint_logo {
  width: 154px;
  margin: 0 0 5px 5px;
}
.part03 .txt01 {
  font-size: 20px;
}
.part03 .txt02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.part03 .txt03 {
  font-size: 16px;
}
.part03 .date_group {
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px auto 50px;
  background: #fff;
  border-radius: 30px;
  padding: 4px 15px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #515151;
  font-weight: bold;
}
.part03 .date_group::after {
  content: "";
  width: 5px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -15px;
  left: 30px;
}
.part03 .date_group::before {
  content: "";
  width: 5px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -15px;
  right: 30px;
}
.part03 .part_content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .part03 .part_content {
    flex-wrap: wrap;
  }
}
.part03 .card {
  width: 310px;
  height: 438px;
  margin: 0 10px;
  border-radius: 45px;
  background: linear-gradient(-30deg, #ffe2ba 0%, #fff 100%);
  position: relative;
  z-index: 0;
}
@media (max-width: 980px) {
  .part03 .card {
    margin: 0 10px 10px;
  }
}
.part03 .card_border {
  width: 95%;
  height: 96%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 39px;
  overflow: hidden;
  border: 1px solid transparent;
  background: linear-gradient(-30deg, #ffe2ba 0%, #fff 100%) padding-box, linear-gradient(to right, #ff9400 0%, #ffb754 100%) border-box;
  z-index: -1;
}
.part03 .card01 .add_txt {
  color: #512500;
  font-size: 31px;
  font-weight: bold;
  margin: 34px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part03 .card01 .add_txt .inline_box {
  display: block;
  margin: 0 5px;
}
.part03 .card01 .add_icon {
  width: 41px;
}
.part03 .card01 .hr {
  width: 218px;
  height: 1px;
  background: #ffab50;
  position: relative;
  margin: 20px auto 10px;
}
.part03 .card01 .hr::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffab50;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.part03 .card01 .hr::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffab50;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
}
.part03 .card01 .hr02 {
  width: 218px;
  height: 1px;
  background: #ffab50;
  position: relative;
  margin: 0 auto 10px;
}
.part03 .card01 .small_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 19px auto 19px;
  padding: 16px 24px;
  text-align: center;
  background: #ffdfc0;
  border-radius: 50px;
  font-size: 0;
}
@media (max-width: 659px) {
  .part03 .card01 .small_txt {
    margin: 19px auto 12px;
  }
}
.part03 .card01 .small_txt .br_box {
  font-size: 16px;
  display: block;
}
.part03 .card01 .small_txt_nobg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  font-size: 0;
}
.part03 .card01 .small_txt_nobg .br_box {
  font-size: 16px;
  display: block;
}
.part03 .card01 .masg_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 -2px;
}
.part03 .card01 .masg_txt01 {
  font-size: 19px;
  font-weight: bold;
  background: #fc7e00;
  border-radius: 50%;
  width: 35px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0 2px 0;
  margin: 0 7px 0 0;
}
.part03 .card01 .masg_txt02 {
  margin: 0 7px;
}
.part03 .card01 .masg_txt02 .number {
  font-size: 70px;
  font-weight: bold;
  font-family: "Roboto", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  position: relative;
  color: transparent;
  background-color: #f00;
  -webkit-background-clip: text;
          background-clip: text;
}
.part03 .card01 .masg_txt02 .number::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(99deg, transparent 0%, rgb(255, 255, 255) 22%, rgba(255, 255, 255, 0.1) 35%, transparent 100%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 150% 100%;
  background-repeat: no-repeat;
}
.part03 .card01 .masg_txt03 {
  font-size: 29px;
  font-weight: bold;
  margin: 0 0 0 7px;
}
.part03 .card01 .masg_txt_group01 {
  margin: 0 5px 0 0;
}
.part03 .card01 .txt_up {
  width: 90px;
  height: 26px;
  padding: 0 0 1px 0;
  font-size: 15px;
  font-weight: bold;
  background: #fc7e00;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part03 .card01 .txt_dwon {
  font-size: 29px;
  font-weight: bold;
  color: #f17b00;
}
.part03 .card01 .number_group {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.part03 .card01 .number_group .number {
  font-size: 70px;
  font-weight: bold;
  font-family: "Roboto", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  position: relative;
  color: transparent;
  background-color: #f00;
  -webkit-background-clip: text;
          background-clip: text;
}
.part03 .card01 .number_group .number::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(99deg, transparent 0%, rgb(255, 255, 255) 22%, rgba(255, 255, 255, 0.1) 35%, transparent 100%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 150% 100%;
  background-repeat: no-repeat;
}
.part03 .card01 .number_group .unit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px 0;
}
.part03 .card02 .add_txt {
  color: #512500;
  font-size: 31px;
  font-weight: bold;
  margin: 34px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part03 .card02 .add_txt .inline_box {
  display: block;
  margin: 0 5px;
}
.part03 .card02 .add_icon {
  width: 41px;
}
.part03 .card02 .hr {
  width: 218px;
  height: 1px;
  background: #ffab50;
  position: relative;
  margin: 20px auto 10px;
}
.part03 .card02 .hr::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffab50;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.part03 .card02 .hr::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffab50;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
}
.part03 .card02 .hr02 {
  width: 218px;
  height: 1px;
  background: #ffab50;
  position: relative;
  margin: 5px auto;
}
.part03 .card02 .small_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 19px auto 5px;
  padding: 16px 24px;
  text-align: center;
  background: #ffdfc0;
  border-radius: 50px;
  font-size: 0;
}
.part03 .card02 .small_txt .br_box {
  font-size: 16px;
  display: block;
}
.part03 .card02 .small_txt_nobg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  border-radius: 50px;
  font-size: 0;
}
.part03 .card02 .small_txt_nobg .br_box {
  font-size: 16px;
  display: block;
}
.part03 .card02 .masg_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -5px 0 -10px;
}
.part03 .card02 .masg_txt01 {
  font-size: 19px;
  font-weight: bold;
  background: #fc7e00;
  border-radius: 50%;
  width: 35px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0 2px 0;
  margin: 0 7px 0 0;
}
.part03 .card02 .masg_txt02 {
  margin: 0 7px;
}
.part03 .card02 .masg_txt02 .number {
  font-size: 70px;
  font-weight: bold;
  font-family: "Roboto", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  position: relative;
  color: transparent;
  background-color: #f00;
  -webkit-background-clip: text;
          background-clip: text;
}
.part03 .card02 .masg_txt02 .number::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(99deg, transparent 0%, rgb(255, 255, 255) 22%, rgba(255, 255, 255, 0.1) 35%, transparent 100%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 150% 100%;
  background-repeat: no-repeat;
}
.part03 .card02 .masg_txt03 {
  font-size: 29px;
  font-weight: bold;
  margin: 0 0 0 7px;
}
.part03 .card02 .masg_txt_group01 {
  margin: 0 5px 0 0;
}
.part03 .card03 .add_txt {
  color: #512500;
  font-size: 31px;
  font-weight: bold;
  margin: 34px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part03 .card03 .add_txt .inline_box {
  display: block;
  margin: 0 5px;
}
.part03 .card03 .hr {
  width: 218px;
  height: 1px;
  background: #ffab50;
  position: relative;
  margin: 20px auto 10px;
}
.part03 .card03 .hr::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffab50;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.part03 .card03 .hr::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffab50;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
}
.part03 .card03 .small_txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 19px auto 5px;
  padding: 16px 24px;
  text-align: center;
  background: #ffdfc0;
  border-radius: 50px;
  font-size: 0;
}
.part03 .card03 .small_txt .br_box {
  font-size: 16px;
  display: block;
}
.part03 .card03 .small_txt_nobg {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  border-radius: 50px;
  font-size: 0;
}
.part03 .card03 .small_txt_nobg .br_box {
  font-size: 16px;
  display: block;
}
.part03 .card03 .masg_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.part03 .card03 .masg_txt01 {
  font-size: 19px;
  font-weight: bold;
  background: #fc7e00;
  border-radius: 50px;
  width: 68px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0 2px 0;
  margin: 0 auto;
}
.part03 .card03 .masg_txt02 {
  margin: 0 7px;
}
.part03 .card03 .masg_txt02 .number {
  font-size: 70px;
  font-weight: bold;
  font-family: "Roboto", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  position: relative;
  color: transparent;
  background-color: #f00;
  -webkit-background-clip: text;
          background-clip: text;
}
.part03 .card03 .masg_txt02 .number::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(99deg, transparent 0%, rgb(255, 255, 255) 22%, rgba(255, 255, 255, 0.1) 35%, transparent 100%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 150% 100%;
  background-repeat: no-repeat;
}
.part03 .shine01::after {
  animation: shine 3.5s infinite linear;
}
.part03 .shine02::after {
  animation: shine 4.5s infinite linear;
}
@keyframes shine {
  0% {
    background-position: 96% 0;
  }
  100% {
    background-position: -190% 0;
  }
}
.part03 .part_btn {
  width: 100%;
  max-width: 354px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 50px auto 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .part03 .part_btn {
    max-width: 220px;
  }
}
@media (max-width: 500px) {
  .part03 .part_btn {
    margin: 30px auto 0;
  }
}
.part03 .part_btn a {
  display: block;
  width: 100%;
  max-width: 354px;
  height: 104px;
  font-size: 0;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: linear-gradient(to right, #f8ad3b 0%, #fbe3c0 30%, #fbe3c0 70%, #f8ad3b 100%);
  letter-spacing: 1px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .part03 .part_btn a {
    max-width: 220px;
    height: 88px;
    font-size: 23px;
    border-radius: 15px;
  }
}
@media (max-width: 530px) {
  .part03 .part_btn a {
    max-width: 180px;
    font-size: 18px;
  }
}
.part03 .part_btn a .inline_box {
  display: block;
  font-size: 28px;
}
@media (max-width: 768px) {
  .part03 .part_btn a .inline_box {
    font-size: 23px;
  }
}
@media (max-width: 530px) {
  .part03 .part_btn a .inline_box {
    font-size: 18px;
  }
}
.part03 .part_btn::after {
  content: "";
  width: 354px;
  height: 104px;
  position: absolute;
  top: -5px;
  left: 8px;
  border: 1px solid #f8ad3b;
  border-radius: 30px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .part03 .part_btn::after {
    max-width: 220px;
    height: 88px;
    border-radius: 15px;
    top: -1px;
  }
}
@media (max-width: 530px) {
  .part03 .part_btn::after {
    max-width: 180px;
    top: -2px;
    left: 26px;
  }
}

.part03::before {
  content: "";
  width: 3000px;
  height: 350px;
  border-radius: 50%;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #fce790;
}
@media (max-width: 1920px) {
  .part03::before {
    width: 2300px;
    height: 450px;
    top: 12%;
    left: 50%;
  }
}
@media (max-width: 980px) {
  .part03::before {
    display: none;
  }
}

.part04 {
  padding: 60px 0;
  background: #fff3bf;
}
.part04 .part_box {
  width: 100%;
  max-width: 467px;
  margin: 0 auto 50px;
  border: 2.5px solid #ff7900;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 500px) {
  .part04 .part_box {
    width: 90%;
    max-width: 320px;
    padding: 10px 0;
  }
}
.part04 .title_group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px 0 0;
}
@media (max-width: 500px) {
  .part04 .title_group {
    flex-direction: column;
  }
}
.part04 .title_group .txt01 {
  font-size: 20px;
  font-weight: bold;
  background: #ff7900;
  border-radius: 30px;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 3px 15px 3px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part04 .title_group .txt02 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 500px) {
  .part04 .title_group .txt02 {
    color: #ff7900;
  }
}
.part04 .number_group {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #ff0000;
}
.part04 .number_group .number {
  font-size: 50px;
  font-weight: bold;
  font-family: "Roboto", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
}
.part04 .number_group .unit {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.part04 .part_content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1050px) {
  .part04 .part_content {
    width: 90%;
    flex-direction: column;
  }
}
.part04 .part_content .card {
  width: 100%;
  max-width: 287px;
  height: 406px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 20px;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .part04 .part_content .card {
    margin: 0 auto 20px;
  }
}
.part04 .part_content .card .bg {
  width: 300px;
  height: 490px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to top, transparent 0%, #ff7200 100%);
  opacity: 0.3;
  z-index: 0;
  transition: background-color 3s;
}
.part04 .part_content .add_txt {
  width: 150px;
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  padding: 2px;
  z-index: 3;
  transition: top 0.5s;
}
.part04 .part_content .add_txt .inline_box {
  opacity: 1;
  display: block;
  font-size: 29px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 0 3px;
}
.part04 .part_content .add_txt .inline_box img {
  width: 42px;
}
.part04 .part_content .add_txt::after {
  content: "";
  width: 150px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255);
  opacity: 0.8;
}
.part04 .part_content .img {
  width: 100%;
  height: 406px;
  -o-object-fit: cover;
     object-fit: cover;
}
.part04 .hover_txt {
  width: 200px;
  height: 70px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 1s;
}
.part04 .hover_txt .hr {
  width: 170px;
  height: 1px;
  background: #fff;
  position: relative;
  margin: 0 auto 10px;
}
.part04 .hover_txt .hr::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
}
.part04 .hover_txt .hr::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
}
.part04 .hover_txt .txt {
  font-size: 0;
  text-align: center;
  color: #fff;
}
.part04 .hover_txt .txt .br_box {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.part04 .card01:hover .bg {
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, #fff 100%);
  transition: all 0.6s;
}
.part04 .card02:hover .hover_txt {
  bottom: 30px;
  transition: all 0.3s;
}
.part04 .card02:hover .bg {
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, #fff 100%);
  transition: all 0.6s;
}
.part04 .part_btn {
  width: 100%;
  max-width: 428px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 50px auto 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .part04 .part_btn {
    max-width: 220px;
  }
}
@media (max-width: 500px) {
  .part04 .part_btn {
    margin: 30px auto 0;
  }
}
.part04 .part_btn a {
  display: block;
  width: 100%;
  max-width: 428px;
  height: 80px;
  font-size: 0;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(to right, #f8ad3b 0%, #fbe3c0 30%, #fbe3c0 70%, #f8ad3b 100%);
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .part04 .part_btn a {
    max-width: 220px;
    height: 88px;
    font-size: 23px;
    border-radius: 15px;
    flex-direction: column;
  }
}
@media (max-width: 530px) {
  .part04 .part_btn a {
    max-width: 180px;
    height: 72px;
    font-size: 18px;
    border-radius: 15px;
  }
}
.part04 .part_btn a .inline_box {
  font-size: 28px;
}
@media (max-width: 768px) {
  .part04 .part_btn a .inline_box {
    font-size: 23px;
  }
}
@media (max-width: 530px) {
  .part04 .part_btn a .inline_box {
    font-size: 18px;
  }
}
.part04 .part_btn::after {
  content: "";
  width: 428px;
  height: 80px;
  position: absolute;
  top: -5px;
  left: 8px;
  border: 1px solid #f8ad3b;
  border-radius: 50px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .part04 .part_btn::after {
    max-width: 220px;
    height: 88px;
    border-radius: 15px;
    top: -12px;
  }
}
@media (max-width: 530px) {
  .part04 .part_btn::after {
    max-width: 180px;
    top: -2px;
    left: 26px;
    height: 72px;
  }
}

.part05 {
  padding: 60px 0 255px;
  background: #fce790;
}
@media (max-width: 768px) {
  .part05 {
    padding: 60px 0 70px;
  }
}
.part05 .part_title {
  position: relative;
  max-width: 204px;
  height: 104px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .part05 .part_title {
    max-width: 170px;
    margin: 0 auto 15px;
  }
}
.part05 .title_txt {
  width: 204px;
  position: relative;
  z-index: 1;
}
.part05 .title_dot {
  width: 164px;
  position: absolute;
  top: 0;
  left: -3%;
  transform: translateX(-50%);
}
@media (max-width: 660px) {
  .part05 .title_dot {
    width: 120px;
    top: 11px;
  }
}
.part05 .part_box {
  width: 100%;
  max-width: 348px;
  padding: 10px 0;
  margin: 0 auto 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2.5px solid #ff7900;
}
@media (max-width: 480px) {
  .part05 .part_box {
    width: 90%;
  }
}
.part05 .part_box .img {
  width: 154px;
  margin: 0 10px 5px 0;
}
.part05 .part_box .txt {
  font-size: 20px;
  font-weight: bold;
}
.part05 .masg_list {
  width: 100%;
  max-width: 952px;
  margin: 0 auto 20px;
  padding: 10px 0;
  border-radius: 80px;
  background: linear-gradient(to left, #fff 0%, #ffb061 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) {
  .part05 .masg_list {
    width: 90%;
    flex-direction: column;
    border-radius: 45px;
    padding: 15px 0 0;
  }
}
.part05 .masg_group01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  margin: 0 20px 0 0;
  position: relative;
}
.part05 .masg_group01 .txt_b {
  display: block;
  font-size: 35px;
  font-weight: bold;
  font-family: "Roboto", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  background: #fff;
  border-radius: 50px;
  width: 100px;
  padding: 5px;
  text-align: center;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .part05 .masg_group01 .txt_b {
    width: 70px;
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .part05 .masg_group01 .txt_b {
    width: 40px;
    font-size: 18px;
  }
}
.part05 .masg_group01 .txt {
  display: block;
  font-size: 25px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .part05 .masg_group01 .txt {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .part05 .masg_group01 .txt {
    font-size: 16px;
  }
}
.part05 .hr {
  display: none;
}
@media (max-width: 980px) {
  .part05 .hr {
    display: block;
    width: 90%;
    height: 2px;
    background: linear-gradient(to right, #fff 0%, #ffb061 100%);
    margin: 13px 0 0;
  }
}
.part05 .masg_group02 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff000d;
}
.part05 .masg_group02 .txt_b {
  font-size: 88px;
  font-weight: bold;
  font-family: "Roboto", "Microsoft JhengHei", "Noto Sans TC", sans-serif;
  position: relative;
  color: transparent;
  background-color: #f00;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 768px) {
  .part05 .masg_group02 .txt_b {
    font-size: 68px;
  }
}
@media (max-width: 480px) {
  .part05 .masg_group02 .txt_b {
    font-size: 45px;
  }
}
.part05 .masg_group02 .txt_b::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(99deg, transparent 0%, rgb(255, 255, 255) 22%, rgba(255, 255, 255, 0.1) 35%, transparent 100%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 150% 100%;
  background-repeat: no-repeat;
}
.part05 .masg_group02 .shine01::after {
  animation: shine 3.5s infinite linear;
}
.part05 .masg_group02 .shine02::after {
  animation: shine 4.5s infinite linear;
}
.part05 .masg_group02 .shine03::after {
  animation: shine 4s infinite linear;
}
@keyframes shine {
  0% {
    background-position: 96% 0;
  }
  100% {
    background-position: -190% 0;
  }
}
.part05 .masg_group02 .txt {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .part05 .masg_group02 .txt {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .part05 .masg_group02 .txt {
    font-size: 23px;
  }
}
.part05 .part_btn {
  width: 100%;
  max-width: 428px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 160px auto 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .part05 .part_btn {
    max-width: 220px;
  }
}
@media (max-width: 530px) {
  .part05 .part_btn {
    margin: 130px auto 0;
  }
}
@media (max-width: 460px) {
  .part05 .part_btn {
    margin: 90px auto 0;
  }
}
.part05 .part_btn a {
  display: block;
  width: 100%;
  max-width: 428px;
  height: 80px;
  font-size: 0;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(to right, #f8ad3b 0%, #fbe3c0 30%, #fbe3c0 70%, #f8ad3b 100%);
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .part05 .part_btn a {
    max-width: 220px;
    height: 88px;
    font-size: 23px;
    border-radius: 15px;
    flex-direction: column;
  }
}
@media (max-width: 530px) {
  .part05 .part_btn a {
    max-width: 180px;
    height: 72px;
    font-size: 18px;
    border-radius: 15px;
  }
}
.part05 .part_btn a .inline_box {
  font-size: 28px;
}
@media (max-width: 768px) {
  .part05 .part_btn a .inline_box {
    font-size: 23px;
  }
}
@media (max-width: 530px) {
  .part05 .part_btn a .inline_box {
    font-size: 18px;
  }
}
.part05 .part_btn::after {
  content: "";
  width: 428px;
  height: 80px;
  position: absolute;
  top: -5px;
  left: 8px;
  border: 1px solid #f8ad3b;
  border-radius: 50px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .part05 .part_btn::after {
    max-width: 220px;
    height: 88px;
    border-radius: 15px;
    top: -12px;
  }
}
@media (max-width: 530px) {
  .part05 .part_btn::after {
    max-width: 180px;
    top: -2px;
    left: 26px;
    height: 72px;
  }
}
.part05 .part_bg {
  width: 100%;
  max-width: 2560px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media (max-width: 980px) {
  .part05 .part_bg {
    display: none;
  }
}
.part05 .box_bg {
  width: 100%;
  max-width: 2560px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 21px;
  left: 0;
  z-index: 1;
}
@media (max-width: 980px) {
  .part05 .box_bg {
    width: 1280px;
    max-width: none;
    bottom: 55px;
    left: 42%;
    transform: translateX(-50%);
  }
}
@media (max-width: 860px) {
  .part05 .box_bg {
    left: 38%;
  }
}
@media (max-width: 800px) {
  .part05 .box_bg {
    left: 35%;
  }
}
@media (max-width: 768px) {
  .part05 .box_bg {
    left: 42%;
    bottom: 116px;
    width: 980px;
  }
}
@media (max-width: 670px) {
  .part05 .box_bg {
    left: 39%;
  }
}
@media (max-width: 600px) {
  .part05 .box_bg {
    left: 36%;
  }
}
@media (max-width: 540px) {
  .part05 .box_bg {
    left: 41%;
    bottom: 138px;
    width: 800px;
  }
}
@media (max-width: 530px) {
  .part05 .box_bg {
    bottom: 128px;
    left: 38%;
  }
}
@media (max-width: 480px) {
  .part05 .box_bg {
    left: 34%;
  }
}
@media (max-width: 460px) {
  .part05 .box_bg {
    left: 42%;
    bottom: 114px;
    width: 650px;
  }
}
@media (max-width: 400px) {
  .part05 .box_bg {
    left: 33%;
  }
}
@media (max-width: 375px) {
  .part05 .box_bg {
    left: 30%;
    width: 560px;
  }
}
.part05 .pc_open {
  display: block;
}
@media (max-width: 980px) {
  .part05 .pc_open {
    display: none;
  }
}
.part05 .m_open {
  display: none;
}
@media (max-width: 980px) {
  .part05 .m_open {
    display: block;
  }
}

.part06 {
  padding: 60px 0 255px;
  background: #fffbca;
}
@media (max-width: 1600px) {
  .part06 {
    padding: 60px 0 190px;
  }
}
@media (max-width: 1200px) {
  .part06 {
    padding: 60px 0 180px;
  }
}
@media (max-width: 980px) {
  .part06 {
    padding: 60px 0;
  }
}
.part06 .part_title {
  position: relative;
  max-width: 305px;
  height: 104px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .part06 .part_title {
    max-width: 199px;
    margin: 0 auto 15px;
  }
}
.part06 .title_txt {
  width: 100%;
  max-width: 257px;
  position: relative;
  z-index: 1;
}
.part06 .title_dot {
  width: 164px;
  position: absolute;
  top: 0;
  left: 19%;
  transform: translateX(-50%);
}
@media (max-width: 660px) {
  .part06 .title_dot {
    width: 120px;
    top: 11px;
    left: 14%;
  }
}
@media (max-width: 1050px) {
  .part06 .part_content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.part06 .card_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 980px) {
  .part06 .card_box {
    justify-content: space-around;
  }
}
@media (max-width: 530px) {
  .part06 .card_box {
    justify-content: center;
  }
}
.part06 .phone_img {
  width: 100%;
  max-width: 290px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 940px) {
  .part06 .phone_img {
    position: static;
    margin: 0 auto 50px;
    transform: none;
  }
}
@media (max-width: 768px) {
  .part06 .phone_img {
    width: 30%;
  }
}
@media (max-width: 530px) {
  .part06 .phone_img {
    width: 50%;
  }
}
.part06 .card_group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part06 .card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 45px;
}
@media (max-width: 768px) {
  .part06 .card {
    margin: 0 0 30px;
  }
}
@media (max-width: 530px) {
  .part06 .card {
    margin: 0 10px 30px;
  }
}
.part06 .card_title {
  width: 245px;
  height: 58px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .part06 .card_title {
    width: 200px;
    height: 47px;
    margin: 0 0 10px;
  }
}
@media (max-width: 530px) {
  .part06 .card_title {
    width: 170px;
    height: 40px;
    margin: 0 0 -8px;
    z-index: 1;
  }
}
.part06 .txt {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  margin: 0 15px 4px 0;
  text-align: center;
  color: #ff3600;
}
@media (max-width: 768px) {
  .part06 .txt {
    font-size: 23px;
  }
}
@media (max-width: 530px) {
  .part06 .txt {
    font-size: 18px;
  }
}
.part06 .txt_bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.part06 .card_content {
  width: 252px;
  height: 252px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 13px 5px 0 #ffd071;
}
@media (max-width: 768px) {
  .part06 .card_content {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 530px) {
  .part06 .card_content {
    width: 160px;
    height: 160px;
    box-shadow: 6px 4px 0 #ffd071;
  }
}
.part06 .content_txt {
  font-size: 0px;
  color: #313134;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 32px 0 0 0;
}
@media (max-width: 768px) {
  .part06 .content_txt {
    margin: 17px 0 0 0;
  }
}
.part06 .br_box {
  font-size: 18px;
}
@media (max-width: 530px) {
  .part06 .br_box {
    font-size: 14px;
  }
}
.part06 .content_txt_bg {
  width: 252px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .part06 .content_txt_bg {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 530px) {
  .part06 .content_txt_bg {
    width: 160px;
    height: 160px;
  }
}
.part06 .content_txt_bg img {
  transform: scale(1);
  animation: scale_back 1s forwards;
}
.part06 .content_txt_bg:hover img {
  transform: scale(1.3);
  animation: scale 1s forwards;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes scale_back {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.part06 .part_btn {
  width: 100%;
  max-width: 310px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .part06 .part_btn {
    max-width: 220px;
  }
}
.part06 .part_btn a {
  display: block;
  width: 100%;
  max-width: 310px;
  height: 80px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(to right, #f8ad3b 0%, #fbe3c0 30%, #fbe3c0 70%, #f8ad3b 100%);
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .part06 .part_btn a {
    max-width: 220px;
    height: 70px;
    font-size: 23px;
    border-radius: 15px;
  }
}
@media (max-width: 530px) {
  .part06 .part_btn a {
    max-width: 180px;
    height: 65px;
    font-size: 18px;
    border-radius: 15px;
  }
}
.part06 .part_btn::after {
  content: "";
  width: 310px;
  height: 80px;
  position: absolute;
  top: -5px;
  left: 8px;
  border: 1px solid #f8ad3b;
  border-radius: 50px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .part06 .part_btn::after {
    max-width: 220px;
    height: 70px;
    border-radius: 15px;
  }
}
@media (max-width: 530px) {
  .part06 .part_btn::after {
    max-width: 180px;
    top: 0px;
    left: 26px;
    height: 65px;
  }
}
.part06 .part_bg {
  width: 100%;
  max-width: 2560px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -11px;
  left: 0;
}
@media (max-width: 980px) {
  .part06 .part_bg {
    display: none;
  }
}

.part07 {
  padding: 0px 0 274px;
  background: #f7f2b5;
}
@media (max-width: 980px) {
  .part07 {
    padding: 60px 0 115px;
  }
}
@media (max-width: 430px) {
  .part07 {
    padding: 60px 0 80px;
  }
}
.part07 .part_title {
  position: relative;
  max-width: 372px;
  height: 104px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .part07 .part_title {
    max-width: 330px;
    margin: 0 auto 36px;
  }
}
@media (max-width: 480px) {
  .part07 .part_title {
    max-width: 300px;
  }
}
.part07 .title_txt {
  position: relative;
  z-index: 1;
}
.part07 .title_dot {
  width: 164px;
  position: absolute;
  top: 0;
  left: 64%;
  transform: translateX(-50%);
}
@media (max-width: 660px) {
  .part07 .title_dot {
    top: 13px;
    left: 65%;
    width: 120px;
  }
}
.part07 .video {
  width: 100%;
  max-width: 920px;
  padding-bottom: 51.5%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 980px) {
  .part07 .video {
    width: 90%;
    padding-bottom: 63.5%;
  }
}
.part07 .video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.part07 .video_img {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .part07 .video_img {
    width: 100%;
  }
}
.part07 .part_bg {
  width: 2560px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .part07 .part_bg {
    bottom: -2px;
    overflow: unset;
    width: 100%;
    max-width: 2560px;
  }
}

.part08 {
  padding: 0 0 60px;
  background: #fffbca;
}
@media (max-width: 980px) {
  .part08 {
    padding: 60px 0 60px;
  }
}
@media (max-width: 430px) {
  .part08 {
    padding: 50px 0 60px;
  }
}
.part08 .part_title {
  max-width: 432px;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .part08 .part_title {
    margin: 0 auto 36px;
  }
}
@media (max-width: 480px) {
  .part08 .part_title {
    width: 90%;
  }
}
@media (max-width: 1101px) {
  .part08 .part_content {
    width: 90%;
  }
}
.part08 .logo_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .part08 .logo_box {
    flex-direction: column;
  }
}
.part08 .logo_title {
  width: 92px;
  font-size: 23px;
  font-weight: 900;
  color: #777;
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .part08 .logo_title {
    font-size: 20px;
    margin: 0 auto 20px;
  }
}
.part08 .logo_list {
  width: 100%;
  max-width: 884px;
  background: #fff;
  padding: 10px 0;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1101px) {
  .part08 .logo_list {
    width: 87%;
  }
}
@media (max-width: 980px) {
  .part08 .logo_list {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .part08 .logo_list {
    width: 85%;
  }
}
@media (max-width: 7680px) {
  .part08 .logo_list::after {
    content: "";
    width: 100px;
    height: 68px;
    background: linear-gradient(to right, transparent 0%, #fff 52%);
    border-image-slice: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 7680px) and (max-width: 621px) {
  .part08 .logo_list::after {
    width: 76px;
  }
}
@media (max-width: 7680px) and (max-width: 480px) {
  .part08 .logo_list::after {
    width: 60px;
  }
}
.part08 .swiper02 {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 1101px) {
  .part08 .swiper02 {
    width: 90%;
  }
}
.part08 .swiper02 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.part08 .swiper02 .img_link {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part08 .swiper02 img {
  width: 100%;
  max-width: 140px;
  max-height: 48px;
  margin: 0 auto;
}
@media (max-width: 621px) {
  .part08 .swiper02 img {
    width: 110px;
  }
}
@media (max-width: 480px) {
  .part08 .swiper02 img {
    width: 90px;
  }
}
.part08 .swiper02 .img_link05 {
  margin: 0 -20px 0 0;
}
@media (max-width: 768px) {
  .part08 .swiper02 .img_link05 {
    margin: 0 -40px 0 0;
  }
}
@media (max-width: 488px) {
  .part08 .swiper02 .img_link05 {
    margin: 0 -20px 0 0;
  }
}
.part08 .part_content02 {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0;
  position: relative;
}
@media (max-width: 980px) {
  .part08 .part_content02 {
    margin: 36px auto 0;
  }
}
.part08 .part_content02 .next03 {
  width: 25px;
  top: 46%;
}
@media (max-width: 980px) {
  .part08 .part_content02 .next03 {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .part08 .part_content02 .next03 {
    top: 43%;
  }
}
@media (max-width: 600px) {
  .part08 .part_content02 .next03 {
    width: 18px;
    right: 10px;
  }
}
@media (max-width: 430px) {
  .part08 .part_content02 .next03 {
    right: 6px;
    top: 40%;
  }
}
.part08 .part_content02 .prev03 {
  width: 25px;
  top: 46%;
}
@media (max-width: 980px) {
  .part08 .part_content02 .prev03 {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .part08 .part_content02 .prev03 {
    top: 43%;
  }
}
@media (max-width: 600px) {
  .part08 .part_content02 .prev03 {
    width: 18px;
    left: 10px;
  }
}
@media (max-width: 430px) {
  .part08 .part_content02 .prev03 {
    left: 6px;
    top: 40%;
  }
}
.part08 .swiper03 {
  width: 100%;
  max-width: 980px;
  padding: 0 0 45px 0;
}
.part08 .swiper03 .img_link {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1050px) {
  .part08 .swiper03 .img_link {
    width: 90%;
  }
}
@media (max-width: 980px) {
  .part08 .swiper03 .img_link {
    width: 85%;
  }
}
.part08 .swiper03 .img_link a {
  display: block;
  width: 100%;
  max-width: 950px;
  overflow: hidden;
  position: absolute;
  top: 49.9%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-mask-image: url(../images/part08/img_link.png);
          mask-image: url(../images/part08/img_link.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 1050px) {
  .part08 .swiper03 .img_link a {
    width: 97%;
  }
}
.part08 .swiper03 .img_link_bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.part08 .swiper03 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ff8b00;
}

.notice {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 1100px) {
  .notice {
    width: 90%;
  }
}
.notice .notice_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
}
.notice .notice_txt {
  font-size: 30px;
  font-weight: bold;
  color: #6d6d6d;
}
@media (max-width: 768px) {
  .notice .notice_txt {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .notice .notice_txt {
    font-size: 23px;
  }
}
.notice .notice_icon {
  width: 37px;
  margin: 0 0 0 25px;
  transform: rotate(0deg);
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .notice .notice_icon {
    width: 30px;
  }
}
.notice .notice_content {
  width: calc(100% - 80px);
  padding: 0 45px 0 35px;
  margin: 0 auto;
  text-align: justify;
}
.notice .notice_content ul {
  list-style: decimal;
  padding: 0 0 0 30px;
}
.notice .notice_content li {
  margin: 0 0 5px 0;
  font-size: 15px;
}
@media (max-width: 480px) {
  .notice .notice_content .li_txt {
    text-align: left;
  }
}
.notice .notice_content .li_box {
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.notice .notice_content .li_icon {
  display: block;
  font-size: 7px;
  margin: 5px 5px 0 0;
}
.notice .notice_content .li_content {
  display: block;
  font-size: 15px;
  text-align: justify;
}
.notice .notice_content .li_link {
  color: #f17b00;
}

.notice_open .notice_title {
  margin: 0 0 40px;
}
.notice_open .notice_title .notice_icon {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.notice_bg {
  width: 1920px;
  overflow: hidden;
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .notice_bg {
    width: 100%;
    max-width: 980px;
    bottom: -229px;
  }
}
@media (max-width: 935px) {
  .notice_bg {
    bottom: -200px;
  }
}
@media (max-width: 780px) {
  .notice_bg {
    bottom: -170px;
  }
}
@media (max-width: 768px) {
  .notice_bg {
    width: 122%;
  }
}
@media (max-width: 600px) {
  .notice_bg {
    bottom: -135px;
  }
}
@media (max-width: 500px) {
  .notice_bg {
    bottom: -100px;
  }
}
@media (max-width: 400px) {
  .notice_bg {
    bottom: -58px;
  }
}

.fixed_box {
  background: #fff;
  width: 77px;
  position: fixed;
  right: -3px;
  top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 0;
  border: 1px solid #000;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  z-index: 11;
}
@media (max-width: 768px) {
  .fixed_box {
    width: calc(100% - 22px);
    top: auto;
    bottom: -1px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: unset;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0px;
    padding: 10px 10px 5px;
  }
}
@media (max-width: 499px) {
  .fixed_box {
    padding: 8px 10px 15px;
  }
}
.fixed_box .fixed_link {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 900;
  writing-mode: vertical-lr;
  background: #f8d753;
  border: 1px solid #000;
  border-radius: 25px;
  margin: 0 0 10px;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .fixed_box .fixed_link {
    width: 100%;
    font-size: 17px;
    writing-mode: unset;
    margin: 0 5px;
  }
}
@media (max-width: 560px) {
  .fixed_box .fixed_link {
    font-size: 16px;
  }
}
.fixed_box .fixed_link a {
  width: auto;
  display: block;
  padding: 19px 7px;
}
@media (max-width: 768px) {
  .fixed_box .fixed_link a {
    width: auto;
    padding: 10px 23px;
    text-align: center;
  }
}
@media (max-width: 499px) {
  .fixed_box .fixed_link a {
    padding: 7px 5px;
  }
}
.fixed_box .fixed_link:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .fixed_box .fixed_link:last-child {
    margin: 0 5px;
  }
}
.fixed_box .fixed_link01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  position: relative;
  z-index: 0;
  padding: 19px 7px;
}
@media (max-width: 768px) {
  .fixed_box .fixed_link01 {
    width: 90%;
    padding: 10px 23px;
    overflow: unset;
  }
}
@media (max-width: 586px) {
  .fixed_box .fixed_link01 {
    width: 80%;
  }
}
@media (max-width: 499px) {
  .fixed_box .fixed_link01 {
    width: 53%;
    padding: 7px 5px;
  }
}
.fixed_box .fixed_qrcode {
  position: absolute;
  top: 19px;
  left: 27px;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 768px) {
  .fixed_box .fixed_qrcode {
    width: 280px;
    top: -76px;
    left: -6px;
  }
}
@media (max-width: 439px) {
  .fixed_box .fixed_link02 {
    width: 70%;
  }
}
@media (max-width: 534px) {
  .fixed_box .fixed_link03 {
    width: 80%;
  }
}
@media (max-width: 504px) {
  .fixed_box .fixed_link03 {
    width: 73%;
  }
}
@media (max-width: 440px) {
  .fixed_box .fixed_link03 {
    width: 53%;
  }
}
.fixed_box .fixed_close .open {
  display: none;
}
.fixed_box .fixed_close .open02 {
  display: none;
}
.fixed_box .fixed_open .open {
  display: block;
}
.fixed_box .fixed_open .opne02 {
  display: none;
}
.fixed_box .fixed_close {
  height: auto;
}
.fixed_box .fixed_open {
  height: 86px;
}
@media (max-width: 768px) {
  .fixed_box .fixed_open {
    height: auto;
  }
}
.fixed_box .open {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 250px;
  display: block;
}
@media (max-width: 768px) {
  .fixed_box .open {
    display: none !important;
  }
}
.fixed_box .open02 {
  width: 100%;
  max-width: 340px;
  display: none;
}
@media (max-width: 768px) {
  .fixed_box .open02 {
    display: block;
  }
}
.fixed_box .fixed_txt {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed_box .fixed_txt span {
  display: inline-block;
  writing-mode: vertical-rl;
  transform: rotate(-90deg);
  margin: 0 0 5px;
}
.fixed_box .close_768 {
  display: block;
}
@media (max-width: 768px) {
  .fixed_box .close_768 {
    display: none;
  }
}
.fixed_box .open_768px {
  display: none;
}
@media (max-width: 768px) {
  .fixed_box .open_768px {
    display: block;
  }
}

#sp_here {
  position: absolute;
  top: -142px;
  left: 0;
  width: 100%;
  height: 2px;
}

#part_here {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -9999;
}

#part03_here {
  position: absolute;
  top: -55px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: -9999;
}