@import url(notosanstc.css);

.banner {
	position: relative;
	padding-bottom: calc(660/1920*100%);
	overflow: hidden;
	width: 100%;
	margin-top: 130px;
}
@media (max-width: 1200px) {
	margin-top: 0;
}

.banner img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

@keyframes slideBannerA {
	0%   {opacity: 0; transform: scale(0.98);}
	30%  {opacity: 1; transform: scale(1.0);}
	40%  {opacity: 1;}
	50%  {opacity: 1;}
	65%  {opacity: 0;transform: scale(1.01);}
	90%  {opacity: 0;transform: scale(1);}
	100% {opacity: 0;}
}

@keyframes slideBannerB {
	0%   {opacity: 0; transform: scale(0.98);}
	30%  {opacity: 1; transform: scale(1.0);}
	40%  {opacity: 1;}
	50%  {opacity: 1;}
	65%  {opacity: 0;transform: scale(1.01);}
	90%  {opacity: 0;transform: scale(1);}
	100% {opacity: 0;}
}

@keyframes slideText {
	0%   {opacity: 0;}
	30%  {opacity: 1;}
	40%  {opacity: 1;}
	50%  {opacity: 1;}
	65%  {opacity: 0;}
	90%  {opacity: 0;}
	100% {opacity: 0;}
}

#b1a {
	animation-name: slideBannerA;
	animation-duration: 16s;
	animation-iteration-count: infinite;
}

#b1b {
	animation-name: slideBannerB;
	animation-delay: 8s;
	animation-duration: 16s;
	animation-iteration-count: infinite;
}


.step .text {
	width: 42%;
	width: 100%;
}

.step:nth-of-type(2) .text {
	width: 45%;
}

.card1 {
	width: 235px;
	height: 400px;
	z-index: 105;
	position: absolute;
	left: 126px;
	top: 0px;
}
.card2 {
	width: 370px;
	height: 259px;
	top: 111px;
	left: 190px;
	z-index: 104;
	position: absolute;
}
.card3 {
	width: 345px;
	height: 300px;
	top: 272px;
	left: 144px;
	z-index: 101;
	position: absolute;
}
.card4 {
	width: 235px;
	height: 296px;
	top: 194px;
	left: 21px;
	z-index: 102;
	position: absolute;
}
.card5 {
	width: 434px;
	height: 250px;
	top: 120px;
	left: -55px;
	z-index: 103;
	position: absolute;
}

.card {
	position: relative;
	display: inline-block;
}
.card .showtext {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}

.card .showtext .textbox {
	display: none;
	position: absolute;
	top: 80px;
	left: 12%;
	z-index: 99;
	color: #fff;
	width: 65%;
	height: 60px;
	padding: 0px;
	font-size: 20px;
}

.card2 .showtext .textbox {
	top:60px;
	left: 52%;
	width: 40%;
	height: 60px;
}

.card3 .showtext .textbox {
	top: 160px;
	left: 57%;
	width: 45%;
	height: 60px;
}

.card4 .showtext .textbox {
	top: 260px;
	left: 31%;
	width: 55%;
	height: 60px;
}

.card5 .showtext .textbox {
	top: 125px;
	left: 10%;
	width: 37%;
	height: 60px;
}

.card .showtext .img-top{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
}

.card:hover .showtext,.card:hover .showtext .img-top,.card:hover .showtext .textbox {
	display: inline; cursor:pointer;
}

.banner span {
	position: absolute;
	color: black;
	font-size: 12px;
	bottom: 10px;
	right: 10%;
	animation-name: slideText;
	animation-duration: 16s;
	animation-iteration-count: infinite;
	
}

.lattice,.lattice1{padding: 0px 0px 0px 0px;}

.lattice1{background:#F4F4F4}
.lattice1 .float_group > div:nth-of-type(1) {
	width: 100%;
	overflow: hidden;
	margin-left:0%;
	position: relative;
}
.lattice1 table{ margin:auto;}
.img-responsive{ max-width:100%;}
.leftdescbg{background:url(../img/index/leftdescbg.png) no-repeat; background-size:contain; width:100%; height:705px; position:relative;}

.leftdescbg .textbox{
	font: normal normal normal 17px/26px Noto Sans TC;
	color: #707070;
	position: absolute;
}

.leftdescbg .text1{
	top: 195px;
	right: 24px;
	width: 223px;
}

.leftdescbg .text2{
	top: 320px;
	left: 0px;
	width: 223px;
}

.leftdescbg .text3{
	top: 450px;
	right: 10px;
	width: 223px;
}	


.lattice1 .float_group > div img {
	max-width:100%;
	float: right;
}

.lattice1 .float_group > div .title{
	text-align: center;
	font: normal normal bold 42px/61px Noto Sans TC Bold;
	letter-spacing: 0px;
	padding: 25px 0px 25px 0px;
	color: #AA323C;
}
.lattice1 .float_group > div .text{
	text-align: center;
	font: normal normal normal 20px/29px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #707070;
	margin:50px 0% 90px 0%;
	width: 100%;
}
.lattice1 .float_group > div a{
	display: inherit;
	text-decoration: none;
}
.lattice1 .float_group > div button {
	position: relative;
	width: 120px;
	height: 40px;
	margin-left: calc(50% - 60px);
	border: 0;
	outline: 0;
	background: linear-gradient(to right, #225ac9, #83caf7);
	color: white;
	font-size: 14px;
	overflow: hidden;
	text-align: left;
	padding: 0 32px;
	transition: width .2s ease-in-out, background .2s ease-in-out;
	cursor: pointer;
}
.lattice1 .float_group > div button:hover {
	width: 130px;
}


.lattice .float_group > div {
	width: 50%;
	height: calc(50vw * 423 / 707);
	height: calc(50vw * 395 / 960);
	overflow: hidden;
	background: #fff;
}

.lattice .float_group > div img {
	width: 100%;
	vertical-align:middle;
}

.lattice .float_group > div .title{
	color: #bd1622;
	font-size: 42px;
	font-weight: 900;
	line-height: 1.1;
}
.lattice .float_group > div .text{
	margin: 50px 0 20px;
	font: normal normal normal 20px/29px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #707070;
}
.lattice .float_group > div a{
	display: inherit;
	text-decoration: none;
}
.lattice .float_group > div button {
	position: relative;
	width: 120px;
	height: 40px;
	margin-left: calc(50% - 60px);
	border: 0;
	outline: 0;
	background: linear-gradient(to right, #225ac9, #83caf7);
	color: white;
	font-size: 14px;
	overflow: hidden;
	text-align: left;
	padding: 0 32px;
	transition: width .2s ease-in-out, background .2s ease-in-out;
	cursor: pointer;
}
.lattice .float_group > div button:hover {
	width: 130px;
}
.arrow_down{
	position: absolute;
	left: auto;
	right: 10px;
	top: 11px;
}
.arrow_right {
	position: absolute;
	pointer-events: none;
	left: 130px;
	top: 14px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid white;
	transition: left .2s ease-in-out;
}
.lattice .float_group > div button:hover .arrow_right {
	left: 105px;
}

.free1 {
	max-width: 100%;
}

.whychoose{
	background: #fff2e5;
	padding: 55px 0px 50px 0px;
}

.whychoose table{
	width:50%; margin:50px auto 50px;font: normal normal normal 20px/29px Noto Sans TC Medium; padding: 20px;
}

.whychoose table th,.whychoose table td{
	padding: calc(60vw / 10.8) !important;
}

.whychoose table th:nth-of-type(1),.whychoose table td:nth-of-type(2),.whychoose table td:nth-of-type(3){
	background:#d7d8dd; color:#707070; font-weight: 600;
}

.whychoose table th:nth-of-type(2){
	background:#ffaa50; color:#fff;font: normal normal normal 25px/29px Noto Sans TC Medium; width: 35%;
}

.whychoose table th:nth-of-type(3),.whychoose table th:nth-of-type(4){
	background:#5b5b5b; color:#fff;font: normal normal normal 25px/29px Noto Sans TC Medium;
}
.whychoose table td:nth-of-type(1),ul.table_list li{
	background:#fee0ba; color:#000;font: normal normal normal 20px/29px Noto Sans TC Medium;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 2px solid #fff !important; 
}


/* 精準鎖定痛症病灶 */
.common-pain {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.common-pain h1{
	margin: 50px auto;
}

.common-pain h1 .c-text{
	text-align: center;
	font: normal normal normal 42px/61px 'Noto Sans TC', sans-serif; font-weight:700;
	letter-spacing: 0px;
	color: #AA323C;
}
.common-pain ul{
	width: 70%;
	padding-inline-start: 0;
	display: inline-block;
}
.common-pain ul li{
	width: 32%;
	list-style-type: none;
	display: inline-block;
	padding: 0 10px;
}
.common-pain img{
	width: 100%;
}
.common-pain p {
	margin: 30px auto;
	text-align: center;
	font-family:'Noto Sans TC', sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing: 0px;
	line-height:30px;
	color: #707070;
	opacity: 1;
}
.common-pain p .c-text2{
	font-weight: bold;
}


.form_title{background: #F48014; padding:20px 0px; text-align:center; }
.form_title .text{
	text-align: center;
	font: normal normal bold 42px/61px Noto Sans TC Bold;
	letter-spacing: 0px;
	color: #FFFFFF;

}

.form_middle{ width:100%; height: 360px; clear:both; position:relative;margin-bottom: 30px; margin-bottom: 0;}

 .form_middle .package .col-md-3:nth-of-type(1):after, .form_middle .package .col-md-3:nth-of-type(2):after{
	content: "+";
	text-align: center;
	font: normal normal normal 46px/66px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #78AE3C;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 100%;
	top: 30%;
	transform: translate(-50%, -50%);
}

.form_middle .package .col-md-3:nth-of-type(3):after {
	content: "或";
	text-align: center;
	font: normal normal normal 26px/66px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #005F9B;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 99%;
	top: 30%;
	transform: translate(-50%, -50%);
}

.form_middle .block1{
	background: #78AE3C;
	border-radius: 55px;
	opacity: 1;
	width:80%; 
	margin:90px auto;
	height: 260px;
	padding:5px;
	
}

.form_middle .block1 .block1_bg{
	background: #fff;
	border-radius: 50px;
	opacity: 1;
	width:100%; 
	margin:auto;
	height: 250px;
	position:relative;
}

.form_middle .block1 .block1_text {
	background: #fff;
	border-radius: 50px;
	opacity: 1;
	width: 520px;
	margin: auto;
	height: auto;
	position: absolute;
	padding: 10px 40px;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	font: normal normal bold 50px/61px Noto Sans TC Bold;
	color: #707070;
	text-align: center;
}

.form_middle .package {
	width: 90%;
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translate(-50%, -50%);
}

.form_middle .package img{
	max-width:100%;
}

.form_middle .package .col-md-4{
	position:relative;text-align: center;
}

.form_middle .package .col-md-4:nth-of-type(1):after{
	content: "+";
	text-align: center;
	font: normal normal normal 46px/66px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #78AE3C;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 100%;
	top: 30%;
	transform: translate(-50%, -50%);
}

.form_middle .package .col-md-4:nth-of-type(2):after{
	content: "+";
	text-align: center;
	font: normal normal normal 46px/66px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #78AE3C;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 100%;
	top: 30%;
	transform: translate(-50%, -50%);
}


.form_middle p{
	text-align: center;
	font: normal normal bold 28px/29px Noto Sans TC Bold;
	letter-spacing: 0px;
	color: #707070;
	padding: 10px 0px;
}

.form_middle p span{
	text-align: center;
	font: normal normal normal 20px/29px Noto Sans TC Medium;
	letter-spacing: 0px;
	margin-left: 5px;
}

.redtext{
	font: normal normal normal 28px/40px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #AA323C;
}

.greytext{
	font: normal normal normal 20px/29px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #707070;
}

.step,.steptype {
	background: #fff;
	text-align: center;
	background-color: #eee;
	padding: 65px 20px;
}
.step .title,.steptype .title {
	text-align: center;
	font: normal normal bold 42px/61px Noto Sans TC Bold;
	letter-spacing: 0px;
	color: #AA323C;
	margin: 0px 0px 35px 0px;
}
.step .text,.steptype .text{
	text-align: center;
	font: normal normal normal 20px/29px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	margin:10px auto 50px auto;
}
.step .item,.steptype .item{
	display: inline-block;
	margin: 20px 4% 0;
}
.step .item .text1,.steptype .item .text1{
	text-align: center;
	font: normal normal normal 20px/29px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #707070;
	opacity: 1;
	padding-top:15px;
}

.step .note {
	font-size: 12px;
	text-align: right;
	margin-top: 60px;
	padding-right: 10%;
}
.block select,.block #date{
	
	 -webkit-appearance: none;
	  -moz-appearance: none;
	  background: transparent;
	  background: url(../img/index/arrow.png) no-repeat top right;
	  border: 1px solid #dfdfdf;
	  border-radius: 2px;
	  margin-right: 2rem;
	  padding: 1rem;
	  padding-right: 2rem;

}

.form_middle_mb {
	display:none;
}

.floatingfree{
  position: fixed; 
  top:660px;
  right: 0px; 
  width: 8.2%;
  height: 200px;
  z-index:99;
  cursor:pointer;
}

.compare_box {
	background: url(../img/index/compare_bg.png) no-repeat top center;
	width: 310px;
	height: auto;
	display: block;
	float: left;
	margin: 0px 20px;
	padding:10px 20px 30px 20px;
	background-size: 100% 100%;
}

.mobile {
	display: none;
}
.web {
	display: block;
}

.mobile_text {
	display: none;
}
.mobile_text2 {
	display: none;
}
.web_text {
	display: block;
	width: 100%;
	margin: auto;
}
.web_text+.web_text {
	margin-top: 30px;
}

.compare_box h2 {margin-top:15px;}
.compare_box h2 img{ max-width:100%; padding:0px 0px 20px 0px;}
.compare_box p{ text-align:left;font-size:20px; line-height:29px; padding-top:5px;color: #707070;}
.compare_box span{ font-size:24px; font-weight:bold; color:#AA323C;}

.compare_box p.under{ font-size:24px; font-weight:normal; color:#AA323C;
  text-decoration: underline;
   text-underline-offset: 5px;
   margin:10px 0px;
}
.compare_text1{ height:80px;}
.note ul,ul.table_list{ margin:0px 0px 0px 12px; padding:0px;list-style-type: '- ';}

.warpper_compare, .case_compare {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	justify-content: center;
}

.custom-form-step-box {
	position: relative;
	margin: auto;
	width: calc(1703vw / 19.2);
	text-align: center;
}
.custom-form-step-box img {
	width: 100%;
}


/* form */
#form .header {
padding: 80px 0 40px;
width: 100%;
overflow: hidden;
}
#form .header .text1 {
text-align: center;
color: #1980cf;
padding-bottom: 10px;
font-size: 32px;
font-weight: bold;
}
#form .header .text2 {
text-align: center;
color: #1980cf;
padding-bottom: 10px;
font-size: 24px;
}
#form .header .text2 div {
display: inline-block;
animation-name: pulse;
animation-duration: 1s;
animation-iteration-count: infinite;
}
#form .header .text2 span {
font-size: 16px;
}
#form .header .text3 {
text-align: center;
color: #494949;
}
#form .header .text3 span {
font-size: 12px;
}
#form .header .text3 div {
display: inline-block;
margin: 0 10px;
}

#form .body {
background: #FFF;
padding: 30px 40px 80px 40px;
text-align: center;

}

#form .body .image {
display: inline-block;
vertical-align: top;
width: 456px;
}
#form .body .image img {
max-width: 456px;
}

#form .body .form {
display: inline-block;
vertical-align: top;
margin: auto;
width: 60%;
text-align: left;
}

#form .body .form .block {
position: relative;
width: 90%;
	margin-left: 5%;
height: 50px;
margin-bottom: 20px;
	display:inline-block;
}

#form .body .form .block input[type=text],
#form .body .form .block select {
margin-right: 0;
width: 100%;
height: 100%;
outline: 0;
padding: 5px 10px;
-webkit-appearance: none;
-moz-appearance: none;
background-color: white;
color: #707070;
font-size: 20px;
border: 2px solid #78AE3C;
border-radius: 10px;
}
#form .body .form .block select {
	padding-right: 50px;
}
#form .body .form .block input[type=text]::placeholder {
opacity: 1;
color: #707070;
}


#form .body .form .note {
padding: 20px 0px;
color: #707070;
font: normal normal normal 18px/26px Noto Sans TC Medium;
}

#form .body .form .agger {
position: relative;
display: block;
width: 100%;
padding-left: 28px;
color: #707070;
font: normal normal normal 18px/26px Noto Sans TC Medium;
line-height: 26px;
margin-bottom: 10px;
}

#form .body .form .agger a {
color: #707070;
	font: normal normal normal 16px/26px Noto Sans TC Medium;
}

#form .body .form .agger input {
position: absolute;
opacity: 0;
}

#form .form_text{ width:90%;margin:auto; padding-right:20px;}

#form .body .form .agger .checkmark {
position: absolute;
top: 7px;
left: 0;
height: 16px;
width: 16px;
background-color: #fff;
	border:1px solid #707070;
}

#form .body .form .agger .checkmark:after {
content: "";
position: absolute;
display: none;
}

#form .body .form .agger input:checked ~ .checkmark:after {
display: block;
}

#form .body .form .agger .checkmark:after {
left: 5px;
top: 3px;
width: 3px;
height: 6px;
border: solid black;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
box-sizing: unset;
}

#form .body .form .submit {
margin-top: 41px;
text-align: center;
	margin-bottom: 20px;
}
#form .body .form .submit button{
border: 0;
width: 300px;
height: 80px;
font: normal normal normal 42px/70px Noto Sans TC Bold;
color: #fff;
background:#F48014;
cursor: pointer;
outline: 0;
	border-radius: 15px;
	white-space: nowrap;
	padding: 0;
}

#form .body .form .submit button:hover {
border: 0px solid white;
color: #fff;
background: #AA323C;
	
}

#form .footer {
background-color: white;
width: 100%;
height: 80px;
}



#form .header {
	padding-top: calc(19.48vw / 19.2);
	padding-bottom: calc(19.48vw / 19.2);
}
#form .body {
	padding-top: calc(19.48vw / 19.2);
	padding-bottom: calc(19.48vw / 19.2);
}
.desc-title-custom {
	position: absolute;
	margin: auto;
	padding: 0;
	left: 50%;
	top: calc(47vw / 19.2);
	width: 1460px;
	color: #005F9B !important;
	font: normal normal bold 42px/61px Noto Sans TC Bold;
	transform: translate(-50%, -50%);
font-size: calc(62vw / 19.2);
}
.custom-form-step-box .group-item {
	display: flex;
	display: -webkit-flex;
	gap: calc(34.33vw / 19.2);
	margin: 0 calc(57vw / 19.2) 0;
	/* transform: translateY(calc(-178.32vw / 19.2)); */
	margin-top: calc(-178.32vw / 19.2);
}
.custom-form-step-box .group-item .item {
	flex: 1;
	-webkit-flex: 1;
}
.custom-form-step-box .group-item .item div {
	margin-top: calc(10vw / 19.2);
}
.custom-form-step-box .group-item .item b {
	display: block;
	color: #112D40;
	font-size: calc(28vw / 19.2);
	line-height: 1;
	letter-spacing: 0;
}
.custom-form-step-box .group-item .item span {
	display: block;
	color: #112D40;
	font-size: calc(20vw / 19.2);
	line-height: 1.4;
}
.step .group {
	margin: 0 calc(400vw / 19.2);
	display: flex;
	display: -webkit-flex;
	gap: calc(68vw / 19.2);
}
.step .group .item {
	display: inline-block;
	display: -webkit-inline-block;
	margin: 0 !important;
	flex: 1;
	-webkit-flex: 1;
}
.step .group .item img {
	height: 111px;
}

footer {
	padding-bottom: 0;
	background: rgba(112, 112, 112, .09);
	color: #707070;
}
footer div {
	margin-top: 0;
}
footer a {
	color: #707070 !important;
}
script+img, iframe+img {
	position: absolute;
	height: 1px;
	left: 0;
	top: 0;
	z-index: -1;
}

@media (max-width:1200px) {
	.custom-form-step-box {
		width: calc(966vw / 10.8);
	}
	.custom-form-step-box .group-item {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		gap: calc(29vw / 10.8) calc(73vw / 10.8);
		margin: 0 calc(63vw / 10.8) 0;
		margin-top: calc(-648vw / 10.8);
	}
	.custom-form-step-box .group-item .item {
		flex: auto;
		-webkit-flex: auto;
		width: calc(50% - 36.5vw / 10.8);
	}
	.custom-form-step-box .group-item .item div {
		margin-top: calc(8vw / 10.8);
	}
	.custom-form-step-box .group-item .item b {
		font-size: calc(32vw / 10.8);
	}
	.custom-form-step-box .group-item .item span {
		font-size: calc(26vw / 10.8);
		line-height: 1.35;
	}
	.step .group {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		gap: calc(78.87vw / 10.8) calc(68vw / 10.8);
	}
	.step .group .item {
		flex: auto;
		-webkit-flex: auto;
		width: calc(50% - 34vw / 10.8);
	}
	.step .group .item img {
		height: 111px;
		width: auto;
	}
}

@media (max-width:1200px) {
	.banner {
		margin-top: 0;
	}
	
	.lattice1 .float_group > div {
		width: 100%;
		height: unset;
		margin-top: 0px;
	}

	.lattice1 .float_group > div .flex_direction_vertically_center {
		padding: 0px 30px;
	}
	
	.lattice1 .float_group > div:nth-of-type(1) {
		width: 100%;
		margin-left: 0%;
	}
	
	.lattice1 .float_group > div:nth-of-type(2) {
		width: 100%;
		padding: 40px 0px 0px 0px;
	}
	
	.lattice1 .float_group > div img {
		max-width: 100%;
		float: unset;
	}
	
	.lattice1 .float_group > div .title {
		font: normal normal bold 7vw/12vw Noto Sans TC Bold;
		padding: 25px 0px 20px 0px;
	}
	
	.lattice1 .float_group > div .text {
		margin:0px 0px 40px 0px;
		width: 100%; 
	}

	.lattice .float_group > div {
		width: 100%;
		height: unset;
		margin-top: 0px;
	}

	.lattice .float_group > div .flex_direction_vertically_center {
		padding:60px 40px 40px 40px;
	}

	.step .item{
		margin: 20px 26px 0;
	}
	.step .note {
		padding-right: 0;
	}

	.lattice .float_group > div .text {
		width: 100%;
	}

	.compare_box h2 img {
		padding: 0px 0px 10px 0px;
	}
	

	.step .item{
		margin: 20px 26px 0;
	}
	.step .note {
		padding-right: 0;
	}

	.form_middle {
		display: none;
	}
	.form_middle_mb {
		display: flex;
		display: -webkit-flex;
		
		padding-bottom: calc(80vw / 7.68);
	}
	
	.form_middle .package {
		top: 140%;
	}
		
	.form_middle .block1 .block1_bg, .form_middle_mb .block1 .block1_bg {
		height: 150px;
		border-radius: 30px;
		height: calc(331vw / 12);
	}
	
	.form_middle .block1, .form_middle_mb .block1 {
		border-radius: 35px;
		height: 160px;
		height: calc(331vw / 12 + 10px);
	}
	
	.form_middle {
		height: 200px;
	}
	
	.form_middle .block1 {
		margin: 60px auto;
	}
	
	#form .body {
		padding: 150px 40px 80px 40px;
		padding-bottom: 0;
	}

	.whychoose table {
		width: 70%;
	}
	
	.step .text {
		width: 100%;
	}
	
	.desc-text-custom {
		width: calc(100vw - 40px) !important;
	}
	.desc-text-custom b {
		font-size: calc(60vw / 10.8) !important;
	}
	.desc-text-custom span {
		font-size: 17.5px !important;
	}
	.desc-title-custom {
		position: absolute;
		margin: 0;
		padding: 0;
		width: 100%;
		left: 0;
		top: calc(47vw / 10.8);
		font-size: calc(70vw / 10.8);
		font-weight: bold;
		color: #707070;
		transform: translateY(-50%);
		line-height: 1.2;
		font-size: 42px;
	}

	#form .header {
		padding: 40px 0 0px !important;
	}
	#form .body {
		padding: 20px 40px 80px 40px;
	}
	.web_text {
		text-align: left;
	}
	.form_middle_mb .block1{
		background: #78AE3C;
		border-radius: 35px;
		opacity: 1;
		width:90%; 
		margin:40px auto 40px auto;
		height: calc(331vw / 12);
		padding:5px;
		position:relative;
		margin-top: calc(150vw / 12);
	}

	.form_middle_mb .block1 .block1_bg{
		background: #fff;
		border-radius: 30px;
		opacity: 1;
		width:100%; 
		margin:auto;
		height: calc(331vw / 12 - 10px);
		position:relative;
	}

	.form_middle_mb .block1 .block1_text {
		background: #fff;
		border-radius: 30px;
		opacity: 1;
		width: 70%;
		margin: auto;
		height: 80px;
		position: absolute;
		padding: 10px 0px;
		top: 0px;
		font: normal normal bold 7vw/9vw Noto Sans TC Bold;
		color: #707070;
		text-align: center;
		left: 50%;
		/* top: 50%; */
		transform: translate(-50%, -50%);
		background: #ffffff;
		/* height: auto; */
		height: auto;
	}

	.form_middle_mb .package {
		width: 105%;
		position: relative;
		margin-left: -10px;
		/* margin: auto; */
		padding-top: 120px;
		padding-top: calc(125vw / 12);
	}

	.form_middle_mb .package img{
		width:100%; 
	}

	.form_middle_mb .package .col-xs-4{
		position:relative;
	}

	.form_middle_mb .package .col-xs-4:nth-of-type(1):after{
		content: "+";
		text-align: center;
		font: normal normal bold 24px/48px Noto Sans TC Medium;
		letter-spacing: 0px;
		color: #78AE3C;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 0;
		transform: translateX(50%);
		bottom: 64%;
		bottom: auto;
		top: 20%;
	}
	
	.form_middle_mb .package .col-xs-4:nth-of-type(2):after {
		content: "+";
		text-align: center;
		font: normal normal bold 24px/48px Noto Sans TC Medium;
		letter-spacing: 0px;
		color: #78AE3C;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 0;
		transform: translateX(50%);
		bottom: 64%;
		bottom: auto;
		top: 20%;
	}

	.form_middle_mb p {
		font: normal normal bold 18px/25px 'Noto Sans TC', sans-serif;
		color: #707070;
		padding: 10px 0px;
		text-align: center;
	}
	
	.form_middle_mb p span:nth-of-type(1) {
		font: normal normal normal 15px/26px Noto Sans TC Medium;
	}

	.form_middle_mb p span:nth-of-type(2){
		font: normal normal normal 20px/26px Noto Sans TC Medium;
	}


	#form .body {
		padding: calc(60vw / 10.8) 10px 41px 10px;
	}
}

@media (max-width:1024px) {
	
	
	.compare_box p {
		text-align: left;
		font-size: 16px;
		line-height: 24px;
		padding-top: 10px;
	}
	
	.form_middle .package {
		top: 130%;
	}
	
	.form_middle .block1 {
		border-radius: 35px;
		height: 190px;
	}

	.form_middle .block1 .block1_bg{
		height: 180px;
	}
	
	.form_middle p {
		font: normal normal normal 26px/29px Noto Sans TC Bold;
	}
	
	.form_middle .redtext {
		font: normal normal normal 24px/40px Noto Sans TC Medium;
	}
	
	.form_middle .greytext {
		font: normal normal normal 15px/29px Noto Sans TC Medium;
	}
	
	#form .body {
		background: #FFF;
		padding: 20px 40px 80px 40px;
		text-align: center;
	}
	
	

}


@media (max-width:992px) {
	
	
	.compare_box p img{ }
	.compare_box p {
		font-size: 16px;
		line-height: 22px;
	}
	
	.compare_box h2 {
		margin-top: 0px;
	}
	
	.form_middle .package {
		top: 130%;
	}
	
	.form_middle p {
		font: normal normal normal 26px/29px Noto Sans TC Bold;
	}
	
	.form_middle .redtext {
		font: normal normal normal 24px/40px Noto Sans TC Medium;
	}
	
	.form_middle .greytext {
		font: normal normal normal 15px/29px Noto Sans TC Medium;
	}
	
	#form .body {
		background: #FFF;
		padding: 20px 40px 41px 40px;
		text-align: center;
	}
	.form_middle .package {
		top: 120%;
	}

	.desc-title-custom {
		font-size: calc(42vw / 9.92);
	}

}

@media (max-width:768px) {
	
	.lattice {
		padding: 0px 0px 0px 0px;
	}

	.mobile {
		display: block;
	}

	.web {
		display: none;
	}
	
	.web_text {
		width: 70%;
		width: 100%;
	}
	
	.lattice1 table {
		margin-left: -15px;
	}

	.compare_box p.under{ font-size:18px;margin:0px 0px 0px 0px;}
	
	.warpper_compare, .case_compare {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	
	.compare_box {
		background: url(../img/index/compare_bg_mb.png) no-repeat top center;
		background-size: 100% 100%;
		width: 45.5%;
		margin: 0px 2% 20px 2.5%;
		padding-bottom: 20px;
	}
	
	.compare_box h2 img {
		padding: 5px 0px 10px 0px;
		max-width: 75%;
	}
			
	/*.free1,.floatingfree{display:none;}*/
	.floatingfree {
		width: 25%;
	}
	
	.banner {
		padding-bottom: calc(1080/1080*100%);
	}
	
	.lattice .float_group > div .title {
		padding: 20px 0px 15px 0px;
	}

	.lattice .float_group > div {
		margin-top: 0px;
	}

	.banner span {
		right: 10px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		text-orientation: upright;
	}
	
	
	.step {
		padding: 40px 0px 20px;
		background: #fff;
		text-align: center;
	}


	.step .group {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.step .item{
		margin: 20px 10px 0;
	}
	
	

	.step .item img{
		width: 100px;
	}
	
	.step .item:nth-of-type(2) img{
		margin-bottom:6px;
		width: 130px;
		height: auto; 
	}
	
	.step .item:nth-of-type(3) img {
		margin-bottom: 10px;
	}
	
	.step .item:nth-of-type(4) img {
		width:90px;
	}
	
	.step .title {
		margin: 0px 0px 20px 0px;
	}
	
	.lattice .float_group > div img {
		max-width: 100%;
		float: none;
		margin: auto;
	}
	
	.step, .steptype {
		padding:18px 10px;
	}
	
	
	.lattice .float_group > div:nth-of-type(1){
		text-align:center;
	}
	
	.lattice .float_group > div:nth-of-type(1),.lattice .float_group > div:nth-of-type(2) {
		width: 100%;
		overflow: hidden;
	}
	
	.steptype .text{
		width: 87%;
		margin: 10px auto 15px auto;
	}
	
	.step .text{
		width: 100%;
		margin: 10px auto 10px auto;
	}
	
	.lattice .float_group > div .text  {
		width: 100%;
		margin: 10px auto 30px auto; 
		line-height:30px;
		font-family: 'Noto Sans TC', sans-serif;
		font-size: 18px;
		font-weight: normal;
	}
	
	.common-pain p { line-height: 35px;}
	
	.step .title, .steptype .title {
		margin: 0px 0px 0px 0px;
	}
	
	.common-pain h1 {
		margin: 10px auto;
	}
	
	.common-pain h1 .c-text,.steptype .title, .whychoose h1,.lattice .float_group > div .title,.step .title,.lattice .float_group > div .title {
		font-size: 6vw;
		font-size: 30px !important;
	}

	
	.sixiconset {
		padding: 20px 0px 0px 0px;
		
	}
	
	.lattice .float_group > div .flex_direction_vertically_center {
		padding: 0px;
		width: 82%;
		margin: auto;
	}
	
	.cardbox{width:100%; height:81px}
	.cardbox_left {
		width: 22%;
		height: 60px;
		float: left;
		margin: 10px 0px 0px 13%;
	}
	
	.cardbox_right {
		width: 65%;
		height: 81px;
		float: left;
		color: #fff;
		font-size: 18px;
		padding: 25px 0% 25px 5%;
	}
	
	.form_middle {
		display:none;
	}
	
	
	.form_middle_mb{
		display:flex;
		padding-bottom: 50px;
	}

	
	.form_middle_mb .block1{
		background: #78AE3C;
		border-radius: 35px;
		opacity: 1;
		width:90%; 
		margin:40px auto 40px auto;
		height: calc(331vw / 12);
		padding:5px;
		position:relative;
		margin-top: calc(150vw / 12);
	}

	.form_middle_mb .block1 .block1_bg{
		background: #fff;
		border-radius: 30px;
		opacity: 1;
		width:100%; 
		margin:auto;
		height: calc(331vw / 12 - 10px);
		position:relative;
	}

	.form_middle_mb .block1 .block1_text {
		background: #fff;
		border-radius: 30px;
		opacity: 1;
		width: 70%;
		margin: auto;
		height: 80px;
		position: absolute;
		padding: 10px 0px;
		top: 0px;
		font: normal normal bold 7vw/9vw Noto Sans TC Bold;
		color: #707070;
		text-align: center;
		left: 50%;
		/* top: 50%; */
		transform: translate(-50%, -50%);
		height: auto;
	}

	.form_middle_mb .package {
		width: 105%;
		position: relative;
		margin-left: -10px;
		/* margin: auto; */
		padding-top: 120px;
		padding-top: calc(125vw / 12);
	}

	.form_middle_mb .package img{
		width:100%; 
	}

	.form_middle_mb .package .col-xs-4{
		position:relative;
	}

	.form_middle_mb .package .col-xs-4:nth-of-type(1):after{
		content: "+";
		text-align: center;
		font: normal normal bold 24px/48px Noto Sans TC Medium;
		letter-spacing: 0px;
		color: #78AE3C;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 0;
		transform: translateX(50%);
		bottom: 64%;
		bottom: auto;
		top: 20%;
	}
	
	.form_middle_mb .package .col-xs-4:nth-of-type(2):after {
		content: "+";
		text-align: center;
		font: normal normal bold 24px/48px Noto Sans TC Medium;
		letter-spacing: 0px;
		color: #78AE3C;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 0;
		transform: translateX(50%);
		bottom: 64%;
		bottom: auto;
		top: 20%;
	}

	.form_middle_mb p {
		font: normal normal bold 18px/25px 'Noto Sans TC', sans-serif;
		color: #707070;
		padding: 10px 0px;
		text-align: center;
		font-size: calc(48vw / 10.8);
		line-height: 1.4;
		white-space: nowrap;
	}
	.form_middle_mb .package .col-xs-4:nth-child(2) p {
		text-align: center;
		width: 200%;
		transform: translateX(-50%);
		margin-left: 50%;
	}
	
	.form_middle_mb p span:nth-of-type(1) {
		font: normal normal normal 15px/26px Noto Sans TC Medium;
		font-size: calc(32vw / 10.8);
		line-height: 1.4;
	}

	.form_middle_mb p span:nth-of-type(2){
		font: normal normal normal 20px/26px Noto Sans TC Medium;
	}

	.form_title {
		margin-top: 0px;
		padding: 0px 0px;
	}
	
	.common-pain p {
		margin: 10px auto;
	}


	#form .body {
		padding: calc(60vw / 10.8) 10px 41px 10px;
		padding: calc(60vw / 10.8) 0 0;
	}
	
	#form .body .form {
		margin-top: 0px;
		width: 100%;
	}

	#form .body .form .block {
		width: 100%;
		margin-left: 0px;
	}
	
	.whychoose {
		padding: 10px 0px 50px 0px;
	}
	
	.whychoose table {
		width: 90%;
		margin: 20px auto 20px;
		padding: 10px;
	}
	
	
	.whychoose table,.whychoose table td:nth-of-type(1) ,.whychoose table th:nth-of-type(2),.whychoose table th:nth-of-type(3), .whychoose table th:nth-of-type(4){
		font: normal normal normal 18px/28px Noto Sans TC Medium;
	}
	
	#form .body .form .block input[type=text], #form .body .form .block select,.whychoose table,#form .body .form .agger,#form .body .form .note {
		font: normal normal normal 16px/23px 'Noto Sans TC', sans-serif;
	}
	
	#form .body .form .note {
		letter-spacing: -1px;
		font-size: 10.4px;
	}
	#form .body .form .agger {
		padding-left: 20px;
	}
	#form .body .form .agger,
	#form .body .form .agger a {
		font-size: 10.4px;
	}
	#form .body .form .agger .checkmark {
		transform: translateY(-20%) scale(.6);
	}
	
	.steptype .text,.step .text,.step .item .text1,.common-pain p  {
		font: normal normal normal 18px/28px 'Noto Sans TC', sans-serif;
	}
	
	.whychoose table td:nth-of-type(1),ul.table_list li {
		font: normal normal normal 14px/28px 'Noto Sans TC', sans-serif;
	}
	
	.whychoose table th, .whychoose table td {
		padding: 10px !important;
	}
	
	.step .text {
		margin: 10px auto 10px auto;
	}
	
	#form .form_text {
		padding-right: 0px;
		font: normal normal normal 40px/58px Noto Sans TC Bold;
	}
	
	.form_title {
		padding: 0 !important;
	}
	.form_title .text {
		font: normal normal bold 30px/58px Noto Sans TC Bold;
		font-size: calc(70vw / 10.8);
		padding: calc(25vw / 10.8) 0 calc(11vw / 10.8);
		line-height: calc(74vw / 10.8);
	}
	.form_title .text span {
		font-size: calc(50vw / 10.8) !important;
		line-height: calc(74vw / 10.8);
	}
	
	.form_middle_mb .package .col-xs-6:nth-of-type(1):after{
		content: "+";
		text-align: center;
		font: normal normal normal 36px/66px Noto Sans TC Medium;
		letter-spacing: 0px;
		color: #005F9B;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 100%;
		top: 30%;
		transform: translate(-50%, -50%);
	}
	
	.form_middle_mb .package .col-xs-6:nth-of-type(3):after {
		content: "或";
		text-align: center;
		font: normal normal normal 22px/66px Noto Sans TC Medium;
		letter-spacing: 0px;
		color: #005F9B;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 100%;
		top: 30%;
		transform: translate(-50%, -50%);
	}

	.undermobile{ padding-top:10px;}

	.step {
		padding: 35px calc(60vw / 10.8) !important;
	}
	.step .text {
		margin-top: 35px !important;
	}

	.step .group {
		display: inline-flex;
		display: -webkit-inline-flex;
		width: calc(800vw / 10.8);
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		gap: 30px 60px;
		max-width: unset !important;
		margin: 30px auto 0 !important;
		align-items: end;
	}
	.step .group .item {
		width: calc(50% - 30px);
		margin: 0 !important;
	}
	.step .group .item .text1{
		white-space: nowrap;
	}

	.desc-text-custom b {
		font-size: calc(20vw / 5.75) !important;
	}
	.desc-text-custom span{
		font-size: calc(17.5vw / 5.75) !important;
	}
	.desc-text-custom small {
		margin-top: 4px;
		font-size: calc(15vw / 5.75) !important;
	}
	.desc-text-custom .text2 {
		line-height: 1;;
	}
	footer div {
		height: auto;
	}
	footer div:first-child {
		display: block;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	footer div+div {
	}
	.lattice .float_group > div .flex_direction_vertically_center {
		width: 100%;
	}
}

@media (max-width:499px) {
	.step .text br {
		display: none;
	}
	.lattice .float_group > div .title span {
		display: block;
	}
	.lattice .float_group > div .flex_direction_vertically_center {
		width: 100%;
	}
}
@media (max-width:420px) {
	
	.greytext{ font-size:3.5vw !important;}
	
	.mobile_text {
		display: block;
	}
	.mobile_text2 {
		display: none;
	}
	.web_text{
		/* display: none; */
		width: 100%;
		text-align: left;
	}

	.compare_box h2 img {
		padding: 5px 0px 10px 0px;
		max-width: 75%;
	}

	.form_middle_mb .block1{
		height: 150px;
		height: calc(331vw / 12);
		padding: 3px 3px 0px 3px;
		margin-top: calc(50vw / 4.2);
	}

	.form_middle_mb .block1 .block1_bg{
		height: 144px;
		height: calc(331vw / 12 - 6px);
	}
	
	.form_middle_mb .package {
		/* padding-top: 60px; */
		padding-top: calc(130vw / 12);
	}
	
	#form .body .form .submit button {
		width: 50%;
		height: 50px;
		font: normal normal normal 28px/40px Noto Sans TC Bold;
	}
	#form .body .form .submit button img {
		width: 100%;
		height: auto;
	}
	.form_middle_mb .package .col-xs-4:nth-of-type(1):after,
	.form_middle_mb .package .col-xs-4:nth-of-type(2):after {
		content: "+";
		text-align: center;
		font: normal normal bold 24px/48px Noto Sans TC Medium;
		letter-spacing: 0px;
		color: #78AE3C;
		width: 20px;
		height: 20px;
		position: absolute;
		right: 0;
		transform: translateX(50%);
		bottom: 64%;
		bottom: auto;
		top: 10%;
	}
	
	.form_middle_mb .block1 .block1_text {
		/* height: 80px; */
	}
	
	.compare_box {
		padding: 10px 10px;
	}
	
	.compare_text1{
		height: 100px;
	}
	
	.compare_box h2 img {
		padding: 0px 0px 10px 0px;
		max-width: 80%;
	}
	
	.compare_box p {
		font-size: 16px;
		line-height: 24px;
	}
	
}

@media (max-width:380px) {
	
	.compare_text1{
		height: 95px;
	}
	
	.cardbox_right {
		font-size: 4.5vw;
		margin-left: 1%;
	}
	.cardbox_left {
		width: 22%;
		margin:10px 0px 0px 12%;
	}
	.mobile_text {
		display: none;
	}
	.mobile_text2 {
		display: block;
	}
	.web_text{
		/* display: none; */
		width: 100%;
	}

	.form_middle_mb .block1{
		/* height: 400px; */
		
	}

	.form_middle_mb .block1 .block1_bg{
		/* height: 394px; */
	}
	
	.form_middle_mb .block1 .block1_text {
		font: normal normal bold 6vw/30px Noto Sans TC Bold;
	}


	#form .body .form .submit button {
		font-size: calc(28vw / 3.8);
	}
}


@media (max-width: 320px){
	.compare_text1 {
		height: 100px;
	}
	
	.compare_box h2 img {
		padding: 20px 0px 20px 0px;
		max-width: 90%;
	}

}






.custom-section-1 {
	position: relative;
	width: 100%;
	height: calc(1035vw / 19.2);
	background: url('./../img/index/cs_bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.custom-section-1 .custom-box {
	position: absolute;
	text-align: center;
}
.custom-section-1 .custom-box>div {
	display: inline-block;
	display: -webkit-inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.custom-section-1 .custom-box .title {
	font: normal normal bold 43px/62px Noto Sans HK;
	letter-spacing: 0px;
	color: #0A5F9B;
	font-size: calc(43vw / 19.2);
	line-height: 1.45;
}
.custom-section-1 .custom-box .desc {
	font: normal normal normal 22px/32px Noto Sans HK;
	letter-spacing: 0px;
	color: #707070;
	font-size: calc(22vw / 19.2);
	line-height: 1.45;
}
.custom-section-1 .custom-box .title+.desc  {
	margin-top: calc(13.59vw / 19.2);
}
.custom-section-1 .custom-box-1 {
	left: calc(218vw / 19.2);
	top: calc(62.2vw / 19.2);
	width: calc(1046vw / 19.2);
	height: calc(416vw / 19.2);
	background: url('./../img/index/cs_h1.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.custom-section-1 .custom-box-1>div {
	left: calc(467.57vw / 19.2);
	padding-left: calc(65vw / 19.2);
	padding-right: calc(95vw / 19.2);
}
.custom-section-1 .custom-box-2 {
	right: calc(218vw / 19.2);
	top: calc(538.25vw / 19.2);
	width: calc(1046vw / 19.2);
	height: calc(416vw / 19.2);
	background: url('./../img/index/cs_h2.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.custom-section-1 .custom-box-2>div {
	right: calc(467.57vw / 19.2);
	padding-right: calc(65vw / 19.2);
	padding-left: calc(95vw / 19.2);
}
.custom-section-2 {
	padding: calc(107vw / 19.2) 0 calc(130vw / 19.2);
}
.custom-section-2 .title {
	margin-bottom: calc(60vw / 19.2);
	text-align: center;
	font: normal normal bold 42px/62px Noto Sans TC Bold;
	letter-spacing: 0px;
}
.custom-section-2 .custom-grid {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: calc(50vw / 19.2) calc(60vw / 19.2);
	max-width: 1435px;
	margin: auto;
}
@media (min-width: 1920px) {
	.custom-section-2 .custom-grid {
		gap: 50px 60px;
	}
}
.custom-section-3, .custom-section-3.lattice .float_group > div {
	height: calc(742vw / 19.2);
	text-align: right;
}
.custom-section-3 img {
	width: auto !important;
	height: calc(742vw / 19.2);
	text-align: center;
}
.form_title .text {
}
.form_title .text span {
	font-size: 24px;
}
@media (max-width: 1440px) {
	.custom-section-2 .custom-grid {
		max-width: calc(100vw - 40vw / 14.4);
		gap: calc(30vw / 14.4) calc(30vw / 14.4);
	}
	.custom-section-2 .custom-grid .item, .custom-section-2 .custom-grid .item img {
		width: auto;
		height: calc(80vw / 14.4);
	}
} 
@media (max-width: 1200px) {
	.custom-section-2 .custom-grid {
		width: calc(850vw / 14.4);
	}
	.custom-section-2 .custom-grid .item {
		width: calc(50% - 35vw / 14.4)
	}
	.custom-section-3, .custom-section-3.lattice .float_group {
		height: auto !important;
		text-align: center;
	}
	.custom-section-3, .custom-section-3.lattice .float_group > div {
		height: auto !important;
		text-align: center;
	}
	.custom-section-0 .float_group,
	.custom-section-3 .float_group {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.custom-section-0 .float_group>div:nth-child(1),
	.custom-section-3 .float_group>div:nth-child(1) {
		order: 2;
		text-align: center !important;
	}
	.custom-section-0 .float_group>div:nth-child(2),
	.custom-section-3 .float_group>div:nth-child(2) {
		order: 1;
	}
	.custom-section-3 img {
		width: calc(995vw / 10.8) !important;
		height: auto !important;
	}
}
@media (max-width: 768px) {
	.custom-section-1 {
		height: calc(1082vw / 10.8);
		background-image: url('./../img/index/cs_bg_mb.png');
	}
	.custom-section-1 .custom-box .title {
		font-size: calc(47vw / 10.8);
	}
	.custom-section-1 .custom-box .desc {
		font-size: calc(28vw / 10.8);
	}
	.custom-section-1 .custom-box-1 {
		left: calc(41.34vw / 10.8);
		top: calc(114vw / 10.8);
		width: calc(997.32vw / 10.8);
		height: calc(396.51vw / 10.8);
		background-image: url('./../img/index/cs_h1_mb.png');
	}
	.custom-section-1 .custom-box-2 {
		left: calc(41.34vw / 10.8);
		right: auto;
		top: calc(570.51vw / 10.8);
		width: calc(997.32vw / 10.8);
		height: calc(396.51vw / 10.8);
		background-image: url('./../img/index/cs_h2_mb.png');
	}
	.custom-section-1 .custom-box-1>div {
		left: calc(425.61vw / 10.8);
		padding-left: calc(53.43vw / 10.8);
		padding-right: calc(72.56vw / 10.8);
	}
	.custom-section-1 .custom-box-2>div {
		right: calc(445.61vw / 10.8);
		padding-left: calc(89.31vw / 10.8);
		padding-right: calc(82.59vw / 10.8);
	}
	.custom-section-2 {
		padding: calc(60vw / 10.8) 0 calc(92vw / 10.8);
	}
	.custom-section-2 .title {
		font-size: calc(60vw / 10.8);
		line-height: calc(89vw / 10.8);
		margin-bottom: calc(37.75vw / 10.8);
	}
	.custom-section-2 .custom-grid {
		width: 100%;
		display: grid;
		display: -webkit-grid;
		grid-template-columns: repeat(2, auto);
		padding: 0 43px;
		padding: 0 calc(43vw / 10.8);
		margin: 0;
	}
	.custom-section-2 .custom-grid .item, .custom-section-2 .custom-grid .item img {
		height: calc(105vw / 10.8);
		width: auto;
	}
	.common-pain h1 .c-text, .steptype .title, .whychoose h1, .lattice .float_group > div .title, .step .title, .lattice .float_group > div .title {
		font-size: calc(60vw / 10.8) !important;
	}
	.lattice .float_group > div .text {
		font-size: calc(40vw / 10.8);
		line-height: 1.5;
		margin-top: 0;
	}
	.lattice.custom-section-3 .float_group > div .text {
		margin-bottom: 0;
	}
}

nav#dtnav, nav#mbnav {
	height: 130px;
}
nav#dtnav .logo {
	padding: 29px 20px 18px 40px;
}
nav#mbnav .logo {
	height: 130px;
	padding: 29px 0 19px;
	width: 100%;
	text-align: center;
}
#navfill {
	height: 130px;
}
@media (max-width: 900px) {
	nav#mbnav {
		height: calc(130vw / 9);
	}
	#navfill {
		height: calc(130vw / 9);
	}
	nav#mbnav .logo img {
		width: calc(802vw / 9);
		height: calc(82vw / 9);
	}
	nav#mbnav .logo {
		padding: calc(29vw / 9) 0 calc(19vw / 9);
	}
	#form .body .form .block {
		margin-bottom: calc(30vw / 10.8);
	}
	#form .body .form .submit button img {
		width: calc(376vw / 10.8);
	}
	#form .body .form .submit {
		margin-top: 0;
	}
	.steptype .text, .step .text, .step .item .text1, .common-pain p {
		font-size: calc(40vw / 10.8);
		line-height: 1.5;
	}
	.step .text {
		width: calc(839vw / 10.8);
	}
	.step .item .text1 {
		font-size: calc(40vw / 10.8) !important;
	}
	#form .body {
		padding: calc(60vw / 10.8) 0 0;
	}
}
#form .body .form .submit button {
	background: none !important;
}
#form .body .form .submit button img {
	max-width: 100%;
}