/*
background: url("../images/header_bg.jpg") no-repeat top center;
font-size: calc(1vw + 1vh + .5vmin) !important;
:before{ content:"\f146";font-family: 'FontAwesome'; }

.container-wrap { max-width:1300px;width:100%;margin-left: auto;margin-right: auto;position: relative;}
.part{
    padding-top: 5vh;padding-bottom: 5vh;
}

@media screen and (max-width:767px) {  
    
 .part{ font-size: calc(1vw + 1vh + .5vmin) !important;}

}

*/
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 通用設定 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.container-wrap {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.part {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .part {
    font-size: calc(1vw + 1vh + .5vmin) !important;
  }
}
.register_outside_wrap {
  margin-top: 12VH !important;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ part-description 概述 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.part-description {}
.part-description .pic {
  margin-left: -20px;
}
.part-description .text {
  position: absolute;
  right: 3%;
  padding-top: 6rem;
  max-width: 350px;
  background-image: url("/images/product/assign/deco.jpg");
  background-repeat: no-repeat;
  background-position: top right;
}
.part-description .text h3 {
  color: #4b78ba;
  font-size: 2.2em;
  line-height: 1;
  margin: 0;
  padding-left: 6px;
}
.part-description .text h2 {
  color: #4b78ba;
  font-size: 4.6em;
  line-height: 1.1;
  margin-bottom: .1em;
}
.part-description .text .hr {
  height: 3px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #c1e6fa 0%, #a8b9f7 100%);
}
.part-description .text p {
  font-size: 1.1em;
  padding-left: 6px;
  letter-spacing: 3px;
  margin-top: 25px;
}

section.part2 {
  background-image: url("/images/product/assign/p2-bg.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.pdtitle {
  color: #323232;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
}
.pdtitle span {
  font-size: 50px;
}
.block {
  display: inline-block;
  margin: 0 40px;
  position: relative;
}
.thd_feature .block img {
    width: 100%;
}
.block-title {
  background-color: #fff962;
  border-radius: 20px 20px 0 0;
  height: 50px;
  font-size: 24px;
  color: #5eabff;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 50px;
}
.before.block:after {
  font-family: 'FontAwesome';
  content: '\f101';
  font-size: 60px;
  position: absolute;
  right: -14%;
  top: 35%;
  color: #fff;
}
.block-sectitle {
  color: #167dd7;
  font-size: 36px;
  font-weight: bold;
  margin: 15px 0 5px;
  letter-spacing: 2px;
}
.block-content {
  color: #535353;
  font-size: 22px;
  font-weight: bold;
}
.block-content span {
  background: linear-gradient(180deg, rgb(191 221 255) 0%, rgb(181 216 255) 60%, rgb(255 249 98 / 50%) 60%, rgb(255 249 98 / 50%) 100%) !important;
}
.thd_feature {
  text-align: center;
}
.block p {
  color: #167dd7;
  font-size: 26px;
  font-weight: bold;
  margin: 40px 0 0;
  line-height: 1.3;
}
.thd_feature .block {
  margin: 0 50px;
}


@media screen and (max-width: 1024px) {
  .part {
    padding-bottom: 0em;
  }
  .part-description .text {
    padding-top: 1rem;
    right: 7%;
  }
	
	section.part2 {
  background-image: url("/images/product/assign/p2-bg-pad.png");
	}
  .block-img img {
    width: 100%;
  }
  .block-img, .block-word {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .block-img {
    width: 30%;
  }
  .block-word {
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;width: 44%;
  }
.after.block .block-img {
    width: 45%;
}
  .after.block .block-word {
    width: 29%;
  }
  .after.block {
    margin-top: 20px;
  }
  .before.block:after {
    right: 37%;
    top: 75%;
    content: '\f103';
  }
  .part3 .pdtitle {
    padding-top: 30px;
  }
	section.part2 {
    padding-bottom: 30px;
}
	.thd_feature .block {
    margin: 0 25px;
}
}
@media screen and (max-width: 768px) {
  .part {
    font-size: calc(1vw + 1vh + .5vmin) !important;
  }
  .part-description {
    padding-top: 2em;
  }
 .part-description .pic {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
  .part-description .text {
    padding-top: 0;
    width: 90%;
    margin-top: 2em;
    max-width: 90% !important;
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: auto;
  }
	.pdtitle span {
    font-size: 36px;
}
.pdtitle {
    font-size: 26px;
}
		section.part2 {
  background-image: url("/images/product/assign/p2-bg-phone.png");
	}
	.block-img {
    width: 100%;
}
	.block-word {
    width: 80%;
    text-align: center;
    margin: 0;
}
	.after.block .block-img {
    width: 100%;
}
	.after.block .block-word {
    width: 90%;
}
	.block p {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 50px;
}
.part3 .block img {
    width: 40%;
    display: inline-block;
    margin: 20px 0;
}
.before.block:after {
    right: 0;
    left: 0;
    top: 96%;
}	
	.before.block {
    margin-bottom: 40px;
}
	.register_outside_wrap {
    margin-top: 0VH !important;
}
}