@import url(notosanstc.css);

.banner{ display:block;}
.banner_mb{ display:none;}
.banner img,.banner_mb img {
    max-width: 100%;
    height: auto;
}

.step .text {
    width: 80%;
}

.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{padding:70px 0px 70px 0px}

.lattice{background:#ffffff}
.greenbackground {background:#A6C5A933}
.lattice .float_group > div:nth-of-type(1) {
    width: 100%;
    overflow: hidden;
	margin-left:0%;
	position: relative;
}
.lattice 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;
}	


.lattice .float_group > div img {
    max-width:100%;
    float: right;
}

.lattice .float_group > div .title{
    text-align: center;
	font: normal normal bold 32px/35px Noto Sans TC Bold;
	letter-spacing: 0px;
	padding: 0px 0px 25px 0px;
	color: #019752;
	font-weight:500;
}

.lattice .float_group > div .text{
    text-align: center;
	font: normal normal bold 24px/35px Noto Sans TC;
	letter-spacing: 0px;
	color: #000000;
    margin:0px 0% 0px 0%;
	width: 100%;
	font-weight:400;
}
.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;
}

.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: #019752;
}
.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: #019752; padding:10px 0px; text-align:center; }
.form_title .text{
	text-align: center;
	font: normal normal bold 50px/61px Noto Sans TC Bold;
	letter-spacing: 0px;
	color: #FFFFFF;

}

.formmaintitle{ text-align: center;font: normal normal bold 60px/90px Noto Sans HK;letter-spacing: 0.7px;color: #019752;padding:50px 0px 20px 0px;}

.form_middle{ width:100%; height: 360px; clear:both; position:relative;margin-bottom: 30px;}

 .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: #019752;
    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: #019752;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 99%;
    top: 30%;
    transform: translate(-50%, -50%);
}

.form_middle .block1{
	background: #019752;
	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: 820px;
    margin: auto;
    height: auto;
    position: absolute;
    padding: 10px 40px;
    top: 0px;
    left: 50%;
	transform: translate(-50%, -50%);
    font: normal normal normal 50px/61px Noto Sans TC Bold;
    color: #707070;
}

.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: #019752;
    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 42px/58px Noto Sans TC Medium;
    letter-spacing: 0px;
    color: #fff;
	background:#019752;
	border-radius:50%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 103%;
    top: 30%;
    transform: translate(-50%, -50%);
	z-index:100;
}


.form_middle p{
	text-align: center;
	font: normal normal normal 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;
}

.redtext{
	font: normal normal normal 28px/40px Noto Sans TC Medium;
	letter-spacing: 0px;
	color: #019752;
}

.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: #019752;
	margin: 0px 0px 35px 0px;
}
.step .text,.steptype .text{
    text-align: center;
	font-size:24px;
	line-height:34px;
	letter-spacing: 0px;
	color: #000;
	opacity: 1;
	margin:10px auto 50px auto;
	font-weight:400
}
.step .item,.steptype .item{
    display: inline-block;
    margin: 20px 0% 0;
}

.step .item img{
    max-width: 65%;
}

.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: 37%;
    margin: auto;
}

.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:#019752;}

.compare_box p.under{ font-size:24px; font-weight:normal; color:#019752;
  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;
}

.imgacen{
    max-width: 90%;
    float: unset !important;
	padding: 80px 0px !important;
}


@media (max-width:1200px) {
	
	.lattice .float_group > div {
        width: 100%;
        height: unset;
        margin-top: 0px;
    }

    .lattice .float_group > div .flex_direction_vertically_center {
        padding: 0px 30px;
    }
	
	.lattice .float_group > div:nth-of-type(1) {
		width: 100%;
		margin-left: 0%;
	}
	
	.lattice .float_group > div:nth-of-type(2) {
		width: 100%;
		padding: 40px 0px 0px 0px;
	}
	
	.lattice .float_group > div img {
		max-width: 100%;
		float: unset;
		padding: 0px 0px 30px 0px;
	}
	
	.lattice .float_group > div .title {
		font: normal normal bold 6vw/8vw Noto Sans TC Bold;
		padding: 5px 0px 20px 0px;
	}
	
	.lattice .float_group > div .text {
		margin:0px 0px 40px 0px;
		width: 100%; 
	}

    .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 .package {
		top: 140%;
	}
		
	.form_middle .block1 .block1_bg{
		height: 150px;
		border-radius: 30px;
	}
	
	.form_middle .block1 {
		border-radius: 35px;
		height: 160px;
	}
	
	.form_middle {
		height: 200px;
	}
	
	.form_middle .block1 {
		margin: 60px auto;
	}
	
	#form .body {
		padding: 150px 40px 80px 40px;
	}

	.whychoose table {
		width: 70%;
	}
	
	.step .text {
		width: 70%;
	}
	

}

@media (max-width:1024px) {
	
	.banner{ display:none;}
	.banner_mb{ display:block;}
	
	.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: 140px 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: 140px 40px 80px 40px;
		text-align: center;
	}
	.form_middle .package {
		top: 120%;
	}

}

@media (max-width:768px) {
	
	.mobile {
		display: block;
	}

	.web {
		display: none;
	}
	
	.web_text {
		width: 70%;
	}
	
	.lattice .float_group > div .text {
        font: normal normal normal 17px/24px Helvetica Neue;
		margin-bottom:0px;
    }
	
	.lattice {
		padding: 40px 0px 40px 0px;
	}

	.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%);
    }

    .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: 80vw;
        margin-left: auto;
        margin-right: auto;
		display:flex;
    }
    .step .item:nth-of-type(2){
        margin: 20px 0px 20px 20px;
    }
	.step .item:nth-of-type(1){
        margin: 20px 20px 20px 0px;
    }
	
	.step .item img{
		max-width: 100%;
	}
	
	.step .title {
		margin: 0px 0px 20px 0px;
	}
	.step, .steptype {
		padding:18px 10px;
	}

	.steptype .text{
		width: 87%;
		margin: 10px auto 15px auto;
	}
	
	.step .text{
		width: 100%;
		margin: 10px auto 10px auto;
	}
	
	.common-pain p { line-height: 35px;}
	
	.step .title, .steptype .title {
		margin: 0px 0px 0px 0px;
		font: normal normal bold 28px / 48px Noto Sans TC Bold;
	}
	
	.common-pain h1 {
		margin: 10px auto;
	}
		
	.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: #019752;
		border-radius: 35px;
		opacity: 1;
		width:90%; 
		margin:40px auto 40px auto;
		height: 250px;
		padding:5px;
		position:relative;
		
	}

	.form_middle_mb .block1 .block1_bg{
		background: #fff;
		border-radius: 30px;
		opacity: 1;
		width:100%; 
		margin:auto;
		height: 240px;
		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%);
	}

	.form_middle_mb .package {
		width: 105%;
		position: relative;
		margin-left: -10px;
		/* margin: auto; */
		padding-top: 120px;
	}

	.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 normal 24px/48px Noto Sans TC Medium;
		letter-spacing: 0px;
		color: #019752;
		width: 20px;
		height: 20px;
		position: absolute;
		right: -6.5%;
		bottom: 80%;
	}
	
	.form_middle_mb .package .col-xs-4:nth-of-type(2):after {
		content: "送";
		text-align: center;
		font: normal normal normal 28px/37px Noto Sans TC Medium;
		letter-spacing: 0px;
		color: #fff;
		background: #019752;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		position: absolute;
		left: 106%;
		top: 30%;
		transform: translate(-50%, -50%);
		z-index: 100;
	}

	.form_middle_mb p {
		font: normal normal normal 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_title {
		margin-top: 0px;
		padding: 0px 0px;
	}
	
	.common-pain p {
		margin: 10px auto;
	}


	#form .body {
		padding: 0px 10px 41px 10px;
	}
	
	#form .body .form {
		margin-top: 0px;
	}

	#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{
		font: normal normal normal 16px/23px 'Noto Sans TC', sans-serif;
	}
	
	#form .body .form .note {
		font: normal normal normal 14px/21px 'Noto Sans TC', sans-serif;
	}
	
	#form .body .form .agger {
		font:normal normal normal 13px/16px 'Noto Sans TC', sans-serif;
	}
	
	#form .body .form .note {
		letter-spacing: -1px;
	}
	
	#form .body .form .agger .checkmark {
		top: 4px;
	}

	.steptype .text,.step .text,.step .item .text1,.common-pain p  {
		font: normal normal normal 17px/26px '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;
	}
	
	.formmaintitle {
		font: normal normal bold 24px / 36px Noto Sans HK;
		padding: 30px 0px 30px 0px;
	}
	
	#form .form_text {
		padding-right: 0px;
		font: normal normal normal 40px/58px Noto Sans TC Bold;
	}
	
	.form_title .text {
		font: normal normal normal 30px/58px Noto Sans TC Bold;
	}
	
	.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: #019752;
		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: #019752;
		width: 50px;
		height: 50px;
		position: absolute;
		left: 100%;
		top: 30%;
		transform: translate(-50%, -50%);
	}

	.undermobile{ padding-top:10px;}
	
	.imgacen {
		max-width: 90%;
		padding: 40px 0px !important;
	}
	
	.carousel-inner {
		padding: 0px 0px;
	}

}

@media (max-width:420px) {
	
	.greytext{ font-size:3.5vw !important;}
	
	.mobile_text {
		display: block;
	}
	.mobile_text2 {
		display: none;
	}
	.web_text{
		display: none;
	}

	.compare_box h2 img {
		padding: 5px 0px 10px 0px;
		max-width: 75%;
	}

	.form_middle_mb .block1{
		height: 150px;
		padding: 3px 3px 0px 3px;
		
	}

	.form_middle_mb .block1 .block1_bg{
		height: 144px;
	}
	
	.form_middle_mb .package {
		padding-top: 60px;
	}
	
	#form .body .form .submit button {
		width: 50%;
		height: 50px;
		font: normal normal normal 28px/40px Noto Sans TC Bold;
	}
	
	.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;
	}

	.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;
	}
}


@media (max-width: 320px){
	.compare_text1 {
		height: 100px;
	}
	
	.compare_box h2 img {
		padding: 20px 0px 20px 0px;
		max-width: 90%;
	}

}