@charset "utf-8";
@media screen and (min-width: 1024px){
.footer {
	background-color: #F7941D;
	float: left;
	height: auto;
	width: 100%;
}
.footer-01 {
	float: left;
	height: auto;
	width: 40%;
	margin-left: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.title-contact {
	font-family: serithairegular;
	font-size: 1.8rem;
	color: #333;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 2%;
}
.box-contact-list {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 4%;
}
.icon-contact {
	float: left;
	height: auto;
	width: 10%;
}
.icon-contact img {
	height: auto;
	width: 100%;
}
.text-contact {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #FFF;
	float: left;
	height: auto;
	width: 80%;
	margin-top: 3%;
	margin-left: 3%;
}
.text-contact a {
	color: #FFF;
	text-decoration: none;
}

.text-contact-02 {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #333;
	float: left;
	height: auto;
	width: 80%;
	margin-top: 3%;
	margin-left: 3%;
}
.text-contact-02 a {
	color: #333;
	text-decoration: none;
}







.footer-02 {
	background-color: #E3E3E3;
	float: right;
	height: auto;
	width: 40%;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 10%;
	border-bottom-left-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.copy {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-top: 1%;
	padding-bottom: 1%;
	line-height: 140%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
}