.kv_sec {
	width: 100%;
	margin: 0;
	position: relative;
}
.kv_sec .kv_img {
	width: 100%;
	max-width: auto;
	margin: 0;
}
.kv_sec h1 {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	color: var(--txt-color);
	text-shadow: -2px -2px 5px #fff, 2px 2px 5px #fff;
}

@media (min-width: 640px){
	.kv_sec h1 {font-size: 3.5rem;}
}

@media (min-width: 992px){
	.kv_sec h1 {
		font-size: 3rem;
		top: calc(50% - 77px);
		left: 59%;
		width: fit-content;
	}
}
@media (min-width: 1260px){
	.kv_sec h1 {font-size: 3.75rem;}
}


.ser_sec {padding: 80px 0 40px;}
.ser_sec h3 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: var(--txt-color);
}
.ser_sec .ser_flex {align-items: stretch;}
.ser_sec .ser_flex .ser_selution {padding: 0 0 80px;}
.ser_sec .ser_flex .ser_selution h6 {
	font-size: 1.125rem;
	font-weight: 100;
	color: #878787;
	text-align: center;
	line-height: 1;
	margin: 25px 0 15px;
}
.ser_sec .ser_flex .ser_selution h4 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #606060;
	text-align: center;
	line-height: 1;
}
.ser_sec .ser_flex .ser_selution h5 {
	font-size: 1.25rem;
	font-weight: 500;
	color: #878787;
	text-align: center;
	line-height: 1;
	margin: 10px 0 30px;
}
.ser_sec .ser_flex .ser_selution h5 span {
	color: var(--highlighted-color);
	font-weight: 700;
	margin-left: 5px;
}
.ser_sec .ser_flex .ser_selution p {color: var(--txt-color-lighten);}

@media (min-width: 640px){
	.ser_sec h3 {font-size: 3.75rem;margin-bottom: 50px;}
	.ser_sec .ser_flex .ser_selution {padding: 0 25px 80px;}
}

@media (min-width: 992px){
	.ser_sec {padding: 80px 0 30px;}
	.ser_sec h3 {margin-bottom: 45px;font-size: 2.625rem;}
	.ser_sec .ser_flex { width: calc(100% + 50px);margin-left: -25px;}
}


.con_sec {
	background-color: var(--primary-color);
	padding: 75px 0 110px;
}
.con_sec h3 {
	margin-bottom: 45px;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
}
.con_sec .con_flex {
	justify-content: space-between;
	align-items: flex-start;
}
.con_sec .con_flex .con_form {width: 100%;}
.con_sec .con_flex .con_form .form_block {
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 10px;
	background-color: #ef5151;
	border-radius: 13px;
	display: flex;
	align-items: baseline;
}
.con_sec .con_flex .con_form .form_block p {
	width: 90px;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 500;
	color: #fff;
}
.con_sec .con_flex .con_form .form_block input {
	width: calc(100% - 100px);
	padding: 0 5px;
	display: inline-block;
	color: #000;
	font-size: 1.1rem;
	font-weight: 500;
	background-color: transparent;
	border: none;
  	outline: none;
}
.con_sec .con_flex .con_form .form_block select {
    width: calc(100% - 100px);
    padding: 0 5px;
    display: inline-block;
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: transparent;
    border: none;
    outline: none;
}
.con_sec .con_flex .con_form .form_block textarea {
	width: calc(100% - 100px);
	padding: 0 5px;
	display: inline-block;
	color: #000;
	font-size: 1.1rem;
	font-weight: 500;
	background-color: transparent;
	border: none;
 	outline: none;
 	resize: none;
}
.con_sec .con_flex .con_form .form_block input::placeholder { color:#000; opacity: 1;}
.con_sec .con_flex .con_form .form_btn {
	width: 110px;
	height: 45px;
	border-radius: 22.5px;
	background-color: #fff;
	border: none;
	color: var(--primary-color);
	font-size: 1.5rem;
	font-weight: 700;
	margin: 10px -55px 0;
    position: relative;
    left: 50%;
} 

.con_sec .con_flex .con_contact {width: 100%;}
.con_sec .con_flex .con_contact a {width: 100%;}
.con_sec .con_flex .con_contact .con_link {
	width: 100%;
	padding: 50px 0 60px;
	border: 3px solid #ff9696;
	border-radius: 35px;
	box-sizing: content-box;
	text-align: center;
}
.con_sec .con_flex .con_contact .con_link.link1 {margin-top: 70px;} 
.con_sec .con_flex .con_contact .con_link.link2 {margin-top: 35px;} 
.con_sec .con_flex .con_contact .con_link p {
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	margin-top: 15px;
	line-height: 1;
}

@media (min-width: 640px){
	.con_sec h3 h3 {font-size: 3.75rem;}
	.con_sec .con_flex .con_form .form_block {padding: 10px 25px;}
	.con_sec .con_flex .con_form .form_block p {width: 120px;font-size: 1.375rem;}
	.con_sec .con_flex .con_form .form_block input {width: calc(100% - 130px);font-size: 1.375rem;}
	.con_sec .con_flex .con_form .form_block textarea {	width: calc(100% - 130px);font-size: 1.375rem;}
}

@media (min-width: 992px){
	.con_sec {padding: 60px 0 75px;}
	.ser_sec h3 {font-size: 2.625rem;}

	.con_sec .con_flex .con_form .form_btn {margin: 10px 0 0 ;left: 0;}

	/*沒有聯絡按鈕時的css 加連絡後要隱藏這行*/
	.con_sec .con_flex .con_form {
		padding: 0 60px;
	}

	/*有聯絡按鈕時打開這組css
	.con_sec .con_flex .con_form {
		width: 65%;
		padding: 0 55px 0 60px;
	}
	.con_sec .con_flex .con_contact {
		padding-right: 70px;
		width: 35%;
	}
	.con_sec .con_flex .con_contact .con_link {padding: 40px 0 ;}
	.con_sec .con_flex .con_contact .con_link.link1 {margin-top: 0;} 
	.con_sec .con_flex .con_contact .con_link.link2 {margin-top: 20px;} 
	*/
}