body,html{
  scroll-behavior: smooth;
}
.make_lc{
  width: 100%;
  position: fixed;
  background-image: url(../images/make_lc2.png);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.make_lc>div{
  width: 100%;
  max-width: 1200px;
  margin:0 auto;
}


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p1▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.make_p1 {
  width: 100%;
  height: 800px;
  background-image: url(../images/make_p1.webp);
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.make_p1 img {
  margin-bottom: 50px;
}
.make_p1 p {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  line-height: 35px;
}
.make_p1 a {
  width: 360px;
  height: 60px;
  background-color: #dfed04;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 65px;
  color: #000;
}
.make_p1 a:hover{
  color: #000;
}
.make_Ply{
  display: none;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p2▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.make_p2 {
  width: 100%;
  height: 850px;
  background-color: #061826;
}
.make_p2_rwd {
  display: none;
}
.make_p2_center {
  width: 100%;
  height: 100%;
  background-image: url(../images/make_p2_back.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.make_p2_center h6 {
  margin-top: 80px;
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}
.make_p2_center h6 span {
  margin-left: 20px;
}
.make_p2_center h6 br {
  display: none;
}
.make_p2_center h5 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 110px;
}
.make_p2_bottom {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.make_p2_bottom ul li {
  width: 250px;
  height: 54px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 35px;
  cursor: pointer;
}
.make_p2_bottom ul li.active {
  color: #0089ff;
  background-color: rgba(255, 255, 255, 0.1);
}
.make_p2_bottom ul li img {
  margin-right: 25px;
  margin-left: 35px;
}
.make_p2_bottom ul li:nth-child(1):before {
  content: url(../images/make_p2_imgblue.png);
  margin-right: 25px;
  margin-left: 35px;
}
.make_p2_bottom ul li.active:nth-child(1):before {
  content: url(../images/make_p2_img.png);
}

.make_p2_bottom ul li:nth-child(1) {
  color: #0089ff;
  background-color: rgba(255, 255, 255, 0.1);
}
.make_p2_bottom ul li:nth-child(1).active {
  color: #ffffff;
  background-color: transparent;
}
.make_p2_bottom ul li:nth-child(2):before {
  content: url(../images/make_p2_img2.png);
  margin-right: 25px;
  margin-left: 35px;
}
.make_p2_bottom ul li.active:nth-child(2):before {
  content: url(../images/make_p2_imgblue2.png);
}
.make_p2_bottom ul li:nth-child(3):before {
  content: url(../images/make_p2_img3.png);
  margin-right: 25px;
  margin-left: 35px;
}
.make_p2_bottom ul li.active:nth-child(3):before {
  content: url(../images/make_p2_imgblue3.png);
}
.make_p2_bottom ul li:nth-child(4):before {
  content: url(../images/make_p2_img4.png);
  margin-right: 25px;
  margin-left: 35px;
}
.make_p2_bottom ul li.active:nth-child(4):before {
  content: url(../images/make_p2_imgblue4.png);
}
.make_p2_bottom ul li:nth-child(5):before {
  content: url(../images/make_p2_img5.png);
  margin-right: 25px;
  margin-left: 35px;
}
.make_p2_bottom ul li.active:nth-child(5):before {
  content: url(../images/make_p2_imgblue5.png);
}
.make_p2_bottom ul li:nth-child(6):before {
  content: url(../images/make_p2_img6.png);
  margin-right: 25px;
  margin-left: 35px;
}
.make_p2_bottom ul li.active:nth-child(6):before {
  content: url(../images/make_p2_imgblue6.png);
}
.make_p2_text {
  padding-right: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.make_p2_text h6 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 20px 0;
}
.make_p2_text p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
}
.make_p2_text p:nth-child(2) {
  margin-bottom: 50px;
}
.make_p2_text p:nth-child(4) {
  margin-bottom: 150px;
}
.make_p2_text a {
  width: 260px;
  height: 55px;
  background-color: #008aff;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.make_p2_text a:hover{
  color: #ffffff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p3▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.make_p3{
	width: 100%;
  height: 100%;
}
.make_p3_web{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.make_p3_rwd{
  display: none;
}
.slider-single{
	width: 100%;
	height: 100%;
}
.small-centered{
	width: 100%;
	height: 920px;
	position: relative;
}
.slider-nav {
	  width: 800px;
    height: 160px;
    background-color: #8cd5fc;
    border-radius: 10px;
    margin-top: 20px;
}
.slider-nav .slick-list{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.make_p3_slidediv{
    display: flex;
    flex-direction: column;
	  align-items: center;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
    z-index: 2;
}
.make_p3_slidediv h6{
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin:80px 0 40px 0 ;
}
.make_p3_slidediv h5{
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.slider-nav h6{
	margin: 0;
	text-align: center;
    font-size: 18px;
}
.slider-nav .slick-slide{
    margin-right:10px;
}
.slick-slide img {
	margin: 10px auto 5px;
}
.slider-nav .slick-slide { cursor: pointer; }

.slick-slide.is-active img {
	border:5px solid #008aff;
	border-radius: 50%;
}
.make_p3_p1{
    width: 100%;
    height: 920px;
    background-image: url(../images/make_p3_img0.webp);
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.make_p3_p2{
    width: 100%;
    height: 920px;
    background-image: url(../images/make_p3_img1.webp);
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.make_p3_p3{
    width: 100%;
    height: 920px;
    background-image: url(../images/make_p3_img2.webp);
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.make_p3_p4{
    width: 100%;
    height: 920px;
    background-image: url(../images/make_p3_img3.webp);
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.make_p3_p5{
    width: 100%;
    height: 920px;
    background-image: url(../images/make_p3_img4.webp);
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.make_p3_p6{
    width: 100%;
    height: 920px;
    background-image: url(../images/make_p3_img5.webp);
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
}
.make_p3_top img{
    margin: 0;
}
.make_p3_top h6{
    font-size: 36px;
    color: #000000;
    margin: 15px 0 25px 0;
}
.make_p3_top p{
    width: 500px;
    font-size: 18px;
    color: #000;
    margin-bottom: 80px;
    line-height: 1.5;
}
.make_p3 a{
    width: 260px;
    height: 55px;
    border-radius: 5px;
    background-color: #008aff;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 150px;
}
.make_p3 .make_p3_a2{
  display: none;
}
.make_p3_bottom{
    margin:0 0 150px 100px;
}
.make_p3_p4 .make_p3_bottom{
  margin-bottom:350px;
}
.make_p3_p6 .make_p3_bottom{
  margin-bottom:300px;
}
.make_p3_p2 .make_p3_bottom h6:after{
    left: -17%;
}
.make_p3_p3 .make_p3_bottom h6:after{
    left: -19%;
}
.make_p3_p6 .make_p3_bottom h6:after{
    left: -25%;
}
.make_p3_bottom h4{
    font-size: 18px;
    color: #008aff;
    text-align: right;
}
.make_p3_bottom h6{
    font-size: 36px;
    color: #000000;
    border-top:5px solid #7ac3fa;
    padding-top: 10px;
    text-align: right;
    margin-bottom: 10px;
    position: relative;
}
.make_p3_bottom h6:before {
    content: "";
    position: absolute;
    top: -8px;
    left: -18px;
    height: 80px;
    border-left: 5px solid #7ac3fa;
    transform: rotate(25deg);
  }
  .make_p3_bottom h6:after {
    content: "";
    position: absolute;
    bottom: -60%;
    left: -22%;
    width: 10px;
    height: 10px;
    background-color: #008aff;
    border-radius: 50%;
  }
.make_p3_bottom h5{
    font-size: 24px;
    text-align: right;
    font-weight: 500;
    color: #000;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p4▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.make_p4 {
  width: 100%;
  height: 955px;
  background-color: #e5f4f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.make_p4 h6 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin-bottom: 80px;
  margin-top: 80px;
}
.make_p4 a:hover{
  background-color: #008aff;
  color: #ffffff;
}
.make_p4 a {
  width: 300px;
  height: 55px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #008aff;
  border: 2px solid #008aff;
  border-radius: 5px;
}
.make_p4 h6 br {
  display: none;
}
.make_p4 h6 span {
  margin-left: 15px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p5▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.make_p5 {
  width: 100%;
  height: 877px;
  background-image: url(../images/make_p5.webp);
  background-position: top center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.make_p5_txt_rwd {
  display: none;
}
.make_p5 .make_p5_a {
  width: 300px;
  height: 55px;
  border: 2px solid #008aff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #008aff;
  font-weight: bold;
  color: #008aff;
}
.make_p5 .make_p5_a:hover{
  color: #ffffff;
  background-color:#008aff;
}
.make_p5 h6 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 79px 0 46px 0;
}
.make_p5 h6 span {
  color: #008aff;
}
.make_p5_web {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.make_p5_txt {
  width: 335px;
  height: 252px;
  display: flex;
  flex-direction: column;
  border: 1px solid #008aff;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 23px 25px 0;
}
.make_p5_txt p {
  font-size: 18px;
  font-weight: 600;
  color: #008aff;
  line-height: 36px;
}
.make_p5_txt a {
  width: 100px;
  height: 25px;
  border-radius: 10px;
  background-color: #05457b;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}
.make_p5_txt a:hover {
  color: #ffffff;
  cursor: pointer;
}
.make_p5_txt h6 {
  width: 100%;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-color: #008aff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
}
.make_p5_p {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.make_p5_txt:nth-child(2) .make_p5_p p:nth-child(2) {
  line-height: 22px;
  margin: 5px 0;
}
.make_p5_txt:nth-child(2) .make_p5_p p:nth-child(2) span {
  margin-left: 20px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p6▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.make_p6 {
  width: 100%;
  height: 707px;
  background-image: url(../images/make_p6.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.make_p6_center_rwd {
  display: none;
}
.make_p6 h6 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 80px 0;
}
.make_p6 a {
  width: 300px;
  height: 55px;
  border: 2px solid #008aff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #008aff;
  font-weight: bold;
  margin-top: 50px;
}
.make_p6 a:hover {
  background-color: #008aff;
  color: #ffffff;
}
.make_p6_center {
  display: flex;
}
.make_p6_center h6 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  color: #000;
}
.make_p6_center h6 span {
  color: #ed343a;
}
.make_p6_center p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 25px;
  line-height: 26px;
}
.make_p6_center > div:nth-child(1) p,
.make_p6_center > div:nth-child(3) p {
  width: 100%;
  max-width: 350px;
}
.make_p6_center > div:nth-child(2) p {
  width: 100%;
  max-width: 390px;
}
.make_p6_center > div {
  margin-right: 17px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p7▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.make_p7 {
  width: 100%;
  height: 685px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.make_p7_center_rwd {
  display: none;
}
.make_p7 h6 {
  font-size: 48px;
  font-weight: bold;
  margin: 70px 0 25px 0;
}
.make_p7 h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 64px;
}
.make_p7_center {
  display: flex;
  width: 100%;
  justify-content: center;
}
.make_p7_box {
  width: 292px;
  height: 325px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.make_p7_box:hover .make_p7_bottom {
  bottom: 0;
  transition: 0.5s;
}

.make_p7_box h4 {
  font-size: 22px;
  font-weight: bold;
  color: #505050;
  margin: 34px 0 26px 0;
}
.make_p7_box p {
  width: 100%;
  font-size: 18px;
  color: #000;
  margin: 0 auto;
  line-height: 24px;
}
.make_p7_arr {
  width: 16px;
  height: 11px;
  background-image: url(../images/make_p7_arr.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.make_p7_arr.active {
  top: 10px;
  transition: 0.5s;
}
.make_p7_bottom {
  width: 292px;
  height: 325px;
  background-color: #008aff;
  position: absolute;
  bottom: -100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.make_p7_bottom p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}
.make_p7_bottom a {
  width: 150px;
  height: 35px;
  border-radius: 17px;
  color: #008aff;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.make_p7_bottom a:hover {
  color: #008aff;
}
.make_p7 .make_p7_a {
  width: 300px;
  height: 55px;
  border: 2px solid #008aff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #008aff;
  font-weight: bold;
  color: #008aff;
  margin: 30px 0 0;
}
.make_p7 .make_p7_a:hover{
  color: #ffffff;
  background-color:#008aff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p8▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.make_p8 {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.make_p8_center_rwd,.mask_p8_line_rwd {
  display: none;
}
.make_p8 h6 {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin: 90px 0 78px 0;
}
.make_p8 h6 br {
  display: none;
}
.make_p8 h6 span {
  margin-left: 10px;
}
.make_p8_center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.make_p8_boxs {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.make_p8_box {
  width: 286px;
  height: 250px;
  margin: 0 5px 120px 5px;
}
.make_p8_box:nth-child(4) {
  margin: 0 5px 80px 5px;
}
.make_p8_title p{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #2298fd;
  margin: 0 0 5px;
}
.make_p8_title p::before{
  display: inline-block;
  content: "";
  width: 8px;
  height: 20px;
  background: #2298fd;
  margin: 0 5px 0 0;
}
.make_p8_images {
  width: 286px;
  height: 180px;
  background-image: url(../images/make_p8_images.webp);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.make_p8_images2 {
  width: 286px;
  height: 180px;
  background-image: url(../images/make_p8_images2.webp);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.make_p8_images3 {
  width: 286px;
  height: 180px;
  background-image: url(../images/make_p8_images3.webp);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.make_p8_images4 {
  width: 286px;
  height: 180px;
  background-image: url(../images/make_p8_images4.webp);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.make_p8_cri {
  width: 110px;
  height: 110px;
  border: 6px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
}
.make_p8_cri::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 50px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20%;
  left: 30%;
}
.make_p8_txt {
  width: 100%;
  height: 70px;
  background-color: #3c3c3c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.make_p8_txt p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 24px;
}
.make_p8_txt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3c3c3c transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  transition: 0.5s;
}
.make_p8_txt.active:before {
  bottom: 0px;
  transition: 0.5s;
}
.make_p8 .make_p8_a {
  width: 240px;
  height: 40px;
  background-color: #2298fd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  color: #ffffff;
  font-size: 18px;
  margin: 25px auto 0;
}
.make_p8_a:after {
  content: url(../images/make_p8_arr.png);
  margin: 0 0 5px 10px;
}
.make_p8_line {
  width: 100%;
  max-width: 1200px;
  height: 190px;
  background-image: url(../images/make_p8_line.png);
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 116px;
  display: flex;
  align-items: center;
}
.make_p8_line > img {
  margin: 0 41px 0 100px;
}
.make_p8_line p {
  font-size: 36px;
  color: #07b600;
  font-weight: bold;
  line-height: 48px;
}
.make_p8_QRcode {
  margin-left: 80px;
  padding-left: 66px;
  border-left: 3px solid #000000;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃p9▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.make_p9 {
  width: 100%;
  height: 510px;
  background-color: #0c1d29;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.make_p9 h6 {
  font-size: 48px;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
}
.make_p9_logo {
  width: 100%;
  max-width: 890px;
  margin-top: 45px;
  text-align: center;
}
.make_p9_logo img {
  margin: 0 10px 15px 10px;
}
@media screen and (max-width: 1200px) {
  .make_p3_top h6{
    font-size: 30px;
  }
  .make_p3_top p{
    font-size: 16px;
  }
  .make_p3_bottom{
    margin-left: 80px;
    margin-bottom: 300px;
  }
  .make_p3_bottom h6{
    font-size: 24px;
  }
  .make_p3_bottom h4,.make_p3_bottom h5{
    font-size: 16px;
  }
  .make_p3_bottom h6:after{
    left: -33%;
  }
  .make_p3_p2 .make_p3_bottom h6:after{
    left: -25%;
  }
  .make_p3_p2 .make_p3_bottom{
    margin-left: 220px;
    margin-bottom: 270px;
  }
  .make_p3_p3 .make_p3_bottom h6:after{
    left: -27%;
  }
  .make_p3_p3 .make_p3_bottom{
    margin-left: 220px;
    margin-bottom: 270px;
  }
  .make_p3_p4 .make_p3_bottom{
    margin-left: 280px;
    margin-bottom: 320px;
  }
  .make_p3_p5 .make_p3_bottom{
    margin-left: 280px;
    margin-bottom: 300px;
  }
  .make_p3_p6 .make_p3_bottom h6:after{
    left: -34%;
  }
  .make_p3_p6 .make_p3_bottom{
    margin-left: 260px;
    margin-bottom: 280px;
  }
  .make_p4 img:nth-child(1) {
    width: 311px;
    height: 525px;
    content: url("../images/make_p4_img.webp");
  }
  .make_p4 img:nth-child(2) {
    width: 332px;
    height: 472px;
    content: url("../images/make_p4_img2.webp");
  }
  .make_p4 img:nth-child(3) {
    width: 346px;
    height: 458px;
    content: url("../images/make_p4_img3.webp");
  }
  .make_p5_txt {
    margin: 0 11px 25px 11px;
  }
  .make_p5 > h6 {
    margin: 40px 0;
  }
  .make_p5 {
    height: 100%;
  }
  .make_p5_a {
    margin-bottom: 20px;
  }
  .make_p6 {
    padding: 0 10px;
  }
  .make_p6 > h6 {
    text-align: center;
    font-size: 36px;
  }
  .make_p7 {
    padding-bottom: 30px;
    height: 100%;
  }
  .make_p7_box {
    margin: 10px;
  }
  .make_p7_center {
    width: 100%;
    max-width: 930px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .make_p8_boxs {
    max-width: 880px;
  }
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃rwd▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

@media screen and (max-width: 1013px) {
  .make_p4 > div {
    display: flex;
    flex-direction: column;
  }
  .make_p4 {
    height: 100%;
  }
  .make_p4 a {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .make_p2_center h6 {
    font-size: 36px;
  }
  .make_p2_center h5 {
    font-size: 21px;
  }
  .make_p2_center {
    padding: 0 10px;
  }
  .make_p2_text h6 {
    font-size: 28px;
  }
  .make_p2_text {
    padding-right: 30px;
  }
  .make_p3_slidediv h6{
    font-size: 34px;
  }
  .make_p3_slidediv .slider-nav h6,.make_p3 .make_p3_a{
    display: none;
  }
  .make_p3 .make_p3_a2{
    display: flex;
  }
  .make_p3_slidediv h5{
    font-size: 20px;
  }
  .slider-nav{
    width: 330px;
    height: 60px;
  }
  .small-centered{
    height: 850px;
  }
  .make_p3_bottom{
    width: 100%;
    max-width: 360px;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 10px;
  }
  .make_p3_bottom h6{
    text-align: left;
    border-top:3px solid #008aff;
    margin-bottom:0px;
  }
  .make_p3_bottom h4{
    text-align: left;
    padding-bottom: 0;
  }
  .make_p3_bottom h5{
    text-align: left;
  }
  .make_p3_p6 .make_p3_bottom h5{
    font-size: 18px;
  }
  .make_p3_top p{
    width: 100%;
    margin-bottom: 0px;
    line-height: 1.5;
  }
  .make_p3_top h6{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .make_p3_top{
    width: 100%;
    max-width: 360px;
    margin: 0 auto 85px;
    padding: 0 10px;
  }
  .make_p3_bottom h6:before,.make_p3_bottom h6:after{
    display: none;
  }
  .make_p3_p2 .make_p3_bottom{
    margin:0 0 100px 30px;
  }
  .make_p3_p3 .make_p3_bottom{
    margin:0 0 90px 60px;
  }
  .make_p3_p4 .make_p3_bottom{
    margin:0 0 110px 0px;
  }
  .make_p3_p5 .make_p3_bottom{
    margin:0 0 95px 0px;
  }
  .make_p3_p6 .make_p3_bottom{
    margin:0 0 90px 0px;
  }
  .make_p3_p6 .make_p3_top h6{
    margin-top: 5px;
  }
  .make_p3_p1{
    height: 850px;
    background-image: url(../images/make_p3_img0_rwd.webp);
    background-repeat: repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .make_p3_p1 .make_p3_top img{
    content: url(../images/make_p3_logo_rwd.png);
  }
  .make_p3_p2{
    height: 850px;
    background-image: url(../images/make_p3_img1_rwd.webp);
    background-repeat: repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .make_p3_p2 .make_p3_top img{
    content: url(../images/make_p3_logo2_rwd.png);
  }
  .make_p3_p3{
    height: 850px;
    background-image: url(../images/make_p3_img2_rwd.webp);
    background-repeat: repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .make_p3_p3 .make_p3_top img{
    content: url(../images/make_p3_logo3_rwd.png);
  }
  .make_p3_p4{
    height: 850px;
    background-image: url(../images/make_p3_img3_rwd.webp);
    background-repeat: repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .make_p3_p4 .make_p3_top img{
    content: url(../images/make_p3_logo4_rwd.png);
  }
  .make_p3_p5{
    height: 850px;
    background-image: url(../images/make_p3_img4_rwd.webp);
    background-repeat: repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .make_p3_p5 .make_p3_top img{
    content: url(../images/make_p3_logo5_rwd.png);
  }
  .make_p3_p6{
    height: 850px;
    background-image: url(../images/make_p3_img5_rwd.webp);
    background-repeat: repeat;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .make_p3_p6 .make_p3_top img{
    content: url(../images/make_p3_logo6_rwd.png);
  }
  .make_p3 a{
    margin-bottom: 50px;
  }
  .make_p4 h6 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 56px;
  }
  .make_p4 h6 br {
    display: block;
  }
  .make_p8 h6 {
    font-size: 36px;
  }
  .make_p8_QRcode {
    margin-left: 30px;
    padding-left: 26px;
  }
  .make_p8_line p {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .make_p1{
    height: 600px;
  }
  .make_p2_text {
    padding-right: 20px;
  }
  .make_p2_text p:nth-child(4){
    font-size: 26px;
  }
  .make_p2_center h5 {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: left;
  }
  .make_p2_center h6 {
    line-height: 36px;
    font-size: 26px;
    width: 100%;
  }
  .make_p2_center h6 br {
    display: block;
  }
  .make_p2_center h6 span {
    margin: 0;
  }
  .make_p2_web {
    display: none;
  }
  .make_p2_rwd {
    display: block;
  }
  .make_p2_rwd ul {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .make_p2_rwd ul li {
    width: 105px;
    height: 30px;
    font-size: 18px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.1);
    color: #008aff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    cursor: pointer;
  }
  .make_p2_rwd ul li.active {
    background-color: #008aff;
    color: #ffffff;
  }
  .make_p2_rwd ul li:nth-child(1) {
    background-color: #008aff;
    color: #ffffff;
  }
  .make_p2_rwd ul li:nth-child(1).active {
    background-color: rgba(255, 255, 255, 0.1);
    color: #008aff;
  }
  .make_p2_bottom_rwd h6 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: normal;
  }
  .make_p2_bottom_rwd p {
    font-size: 18px;
    color: #ffffff;
    line-height: 26px;
  }
  .make_p2_bottom_rwd a {
    width: 300px;
    height: 55px;
    border-radius: 5px;
    background-color: #008aff;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    margin: 45px auto 0;
  }
  .make_p3_slidediv h6{
    font-size: 26px;
  }
  .make_p3_slidediv h5{
    font-size: 16px;
  }
  .make_p5_web {
    display: none;
  }
  .make_p5_txt {
    margin-bottom: 40px;
  }
  .make_p5_txt_rwd {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .make_p5_txt_rwd .swiper-slide:nth-child(2) .make_p5_p p:nth-child(2) {
    line-height: 22px;
    margin: 5px 0;
  }
  .make_p5_txt_rwd .swiper-slide:nth-child(2) .make_p5_p p:nth-child(2) span {
    margin-left: 20px;
  }
  .make_p5_txt_rwd .make_p5_txt_rwd_pagination {
    bottom: 0px;
  }
  .make_p5_a {
    margin-top: 50px;
  }
  .make_p6 > h6 {
    font-size: 26px;
    line-height: 36px;
  }
  .make_p6_center {
    display: none;
  }
  .make_p6_center_rwd {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  .make_p6_center_rwd h6 {
    font-size: 18px;
    margin: 0;
  }
  .make_p6_center_rwd span {
    color: #ed1b23;
  }
  .make_p6_center_rwd p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .make_p6_center_rwd .make_p6_rwd_pagination {
    bottom: 0;
  }
  .make_p6_center_rwd .swiper-slide {
    margin-bottom: 50px;
  }
  .make_p7 {
    padding-bottom: 50px;
  }
  .make_p7 h6 {
    font-size: 26px;
  }
  .make_p7 h5 {
    font-size: 18px;
  }
  .make_p7_center {
    display: none;
  }
  .make_p7_center_rwd {
    display: inline-block;
    width: 100%;
    max-width: 330px;
  }
  .make_p7_box {
    width: 330px;
    margin: 0 0 50px 0;
  }
  .make_p7_bottom {
    width: 330px;
  }
  .make_p7_center_rwd .make_p7_rwd_pagination {
    bottom: 0px;
  }
  .make_p8{
    padding: 0 0 20px 0;
  }
  .make_p8 h6 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    margin: 40px 0 38px 0;
  }
  .make_p8 h6 br {
    display: block;
  }
  .make_p8 h6 span {
    margin: 0;
  }
  .make_p8_center {
    display: none;
  }
  .make_p8_center_rwd {
    display: inline-block;
    width: 100%;
    max-width: 286px;
  }
  .make_p8_box {
    margin: 0 0 120px 0;
  }
  .mask_p8_line_rwd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 340px;
    height: 150px;
    background-image: url(../images/make_p8_line_rwd.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 30px 0  80px 0;
  }
  .mask_p8_line_rwd p{
    font-size: 18px;
    font-weight: bold;
    color: #07b600;
    margin: 10px 0 5px 0;
  }
  .mask_p8_line_rwd>div{
    border-right: 2px solid #000;
    padding-right: 20px;
    margin-right: 20px;
  }
  .make_p8_center_rwd .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
  }
  .make_p9 h6 {
    font-size: 26px;
    line-height: 36px;
  }
  .make_p9 h6 span {
    margin-left: 10px;
  }
  .make_p9 h6 br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .make_Ply{
    display: block;
  }
  .make_lc{
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .make_p1 {
    padding: 0 5px;
  }
  .make_p1 a {
    width: 300px;
  }
  .make_p3_p2 .make_p3_bottom,.make_p3_p3 .make_p3_bottom{
    margin-left: 0;
  }
  .make_p3_p2 .make_p3_bottom h5,.make_p3_p3 .make_p3_bottom h5{
    font-size: 14px;
  }
  .make_p3_p3 .make_p3_bottom h4{
    font-size: 13px;
  }
  .make_p4 h6 {
    font-size: 34px;
    line-height: 44px;
  }
  .make_p9_logo img {
    width: 92px;
    height: 30px;
    margin: 0 2px 10px 2px;
  }
  .make_p5 h6 {
    font-size: 26px;
  }
}
@media screen and (max-width: 360px) {
  .make_p4 h6 {
    font-size: 26px;
    line-height: 36px;
  }
}
.navbar{
  display: flex;
  justify-content: space-between;
  height: 48px;
  padding: 0 10px 0 16px;
}
.navbar_logo,.navbar_tel{
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
}
.navbar_logo img{
  height: 32px;
}
.navbar_mb{
  display: none;
}
@media screen and (max-width: 768px){
  .navbar_tel{
    display: none;
  }
  .navbar_mb{
    display: flex;
    align-items: center;
  }
  .navbar_mbtel{
    padding: 0 10px;
    border-radius: 100px;
    line-height: 32px;
    height: 32px;
    margin: 0 4px 0 0;
    font-size: 13px;
    color: #f20c0c;
    background: #fff;
    border: 1px solid #bdbdbd;
    letter-spacing: 1px;
  }
  .navbar_contact{
    padding: 0 10px;
    border-radius: 100px;
    line-height: 32px;
    height: 32px;
    margin: 0 4px 0 0;
    font-size: 13px;
    color: #fff;
    background: #f20c0c;
    letter-spacing: 1px;
  }
}
#dgwFooter {
  padding-top: 13px;
  padding-bottom: 17px;
  width: 100%;
  background-color: #d9d9d9;
  color: #595757;
  text-align: center;
  font-size: 13px;
  font-family: '新細明體', '微軟正黑體';
  line-height: 1;
}
#dgwFooter .link01 a {
  display: inline-block;
  padding: 0 3px 0 0x;
  color: #595757;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}

#dgwFooter .link01 a:hover {
  display: inline-block;
  padding: 0 3px 0 0x;
  color: #595757;
  text-align: center;
  text-decoration: underline;
  font-size: 13px;
}

#dgwFooter .link01 span {
  display: inline-block;
  text-align: center;
  font-size: 9px;
}

#dgwFooter .link02 {
  margin: 14px 0 8px 0;
  text-align: center;
}

#dgwFooter .link02 li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#dgwFooter .link02 ul li a {
  display: inline-block;
  padding: 0 4px 0 1px;
  color: #595757;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}
#dgwFooter .link02 ul li a:hover {
  display: inline-block;
  padding: 0 4px 0 1px;
  color: #595757;
  text-align: center;
  text-decoration: underline;
  font-size: 13px;
}

#dgwFooter .link02 ul li span {
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

#dgwFooter p {
  clear: both;
  margin: 0;
  font-size: 13px;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #dgwFooter {
    padding-top: 13px;
    padding-bottom: 17px;
    width: 100%;
    background-color: #333;
    color: #595757;
    text-align: center;
    font-size: 13px;
    font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
  }
  #dgwFooter .link01 {
    display: none;
  }

  #dgwFooter .link01 a {
    display: none;
    display: inline-block;
    padding: 0 3px 0 0x;
    color: #595757;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
  }

  #dgwFooter .link01 a:hover {
    display: inline-block;
    padding: 0 3px 0 0x;
    color: #595757;
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
  }

  #dgwFooter .link01 span {
    display: inline-block;
    text-align: center;
    font-size: 9px;
  }

  #dgwFooter .link02 {
    display: none;
    margin: 14px 0 8px 0;
    text-align: center;
  }

  #dgwFooter .link02 ul li a {
    display: inline-block;
    padding: 0 4px 0 1px;
    color: #595757;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
  }
  #dgwFooter .link02 ul li a:hover {
    display: inline-block;
    padding: 0 4px 0 1px;
    color: #595757;
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
  }

  #dgwFooter .link02 ul li span {
    display: inline-block;
    text-align: center;
    font-size: 13px;
  }

  #dgwFooter p {
    clear: both;
    margin: 0;
    padding: 0 20px;
    color: #ccc;
    font-size: 13px;
    line-height: 1.8;
  }

  .clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
}