@charset "utf-8";
@media screen and (min-width: 1100px){
.footer {
	background-color: #008d36;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 3%;
}
.menu-footer {
	float: left;
	height: auto;
	width: 20%;
	margin-left: 5%;
}
.menu-footer ul {
}
.menu-footer ul li {
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 5%;
	list-style-type: disc;
}
.menu-footer ul li a {
	color: #FFF;
	text-decoration: none;
}
.box-contact-footer {
	float: left;
	height: auto;
	width: 30%;
	margin-left: 5%;
}
.box-contact-footer-02 {
	float: left;
	height: auto;
	width: 30%;
	margin-left: 10%;
}

.title-contact-footer {
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 3%;
}
.box-contact-footer-list {
	float: left;
	height: auto;
	width: 100%;
}
.icon-contact-footer-list {
	float: left;
	height: auto;
	width: 12%;
}
.icon-contact-footer-list img {
	height: auto;
	width: 100%;
}
.text-contact-footer-list {
	font-family: "Noto Sans Thai";
	font-size: 1rem;
	line-height: 140%;
	color: #FFF;
	float: right;
	height: auto;
	width: 80%;
	margin-top: 2%;
}
.text-contact-footer-list a {
	color: #FFF;
	text-decoration: none;
}

.icon-social {
    display: flex;         /* ใช้ flex เพื่อจัดเรียงไอคอน */
    flex-wrap: wrap;       /* ให้ขึ้นบรรทัดใหม่ได้ถ้าพื้นที่ไม่พอ */
    gap: 15px;             /* ระยะห่างระหว่างไอคอน (แทนการใช้ margin %) */
    width: 100%;
    align-items: center;   /* จัดให้อยู่กลางแนวตั้ง */
}

.icon-social a {
    display: inline-block;
    width: 10%;            /* กำหนดขนาดของลิงก์ที่หุ้มรูป */
    min-width: 35px;       /* ป้องกันไม่ให้ไอคอนเล็กเกินไปบนมือถือ */
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* อนิเมชั่นแบบเด้งนิดๆ */
}

.icon-social a img {
    width: 100%;           /* รูปกว้างเต็มลิงก์ที่หุ้ม */
    height: auto;
    display: block;
}

/* --- เอฟเฟกต์เมาส์วางแล้วขยาย --- */
.icon-social a:hover {
    transform: scale(1.2); /* ขยายขึ้น 20% */
    filter: brightness(1.1); /* เพิ่มความสว่างเล็กน้อย */
}
.copy {
	font-family: serithairegular;
	font-size: 1rem;
	color: #FFF;
	background-color: #005922;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3%;
}
}
