@charset "UTF-8";

/* everfun head */
.everfun_wrap{width: 100%; height: 70px; background: #fff; float: left; padding: 5px 0;}
.everfun_td{width: 1200px; margin: 0 auto;}
.everfun_td ul{width: 100%; height: 60px; display: flex; padding: 0 20px; justify-content:space-between; align-items: center;}
.everfun_logo{width: 100px;}
.everfun_logo img{width: 100%;}
.everfun_fb{width: 60px; height: 20px;}
.everfun_fb img{width: 100%;}

/* icon */
.material-symbols-outlined{font-variation-settings: 'FILL' 0,'wght' 400, 'GRAD' 0, 'opsz' 0}

@media screen and (max-width: 1279px) {
	.everfun_td{width: 100%;}
	.everfun_logo{left: 30px;}
	.everfun_fb{right: 30px;}
}

@media screen and (max-width: 767px) {
	.everfun_logo{left: 10px;}
	.everfun_fb{right: 20px;}
}

@media screen and (max-width: 360px) {
	.everfun_logo{top: 15px;}
}

@media screen and (max-width: 320px) {
	.everfun_logo{top: 12px;}
}
/* everfun head end */

/* everfun footer */
.footer_wrap{width: 100%; float: left; background: #fff;}
.footer_td{width: 1200px; height: 100%; margin: 0 auto; padding: 30px 15px; display: flex; align-items: stretch; justify-content: center;}
.footer_logo{width: 160px; margin-right: 20px; margin-bottom: 15px;}
.footer_w p, .footer_w p span{padding: 0 2%; color: #555; line-height: 1.75; font-weight: normal; display: block; font-size: 0.75rem;}
.footer_w p span{margin-top: 5px; padding: 0;}

@media screen and (max-width: 1279px) {
.footer_td{width: 100%;}
}

@media screen and (max-width: 1023px) {
.footer_logo{width: 120px;}
}

@media screen and (max-width: 500px) {
.footer_logo{margin-right: 0;}
.footer_td{flex-wrap: wrap; justify-content: flex-start;}
}
