@charset "utf-8";

main {overflow: hidden;}
section:last-of-type {padding-bottom: 120px;}

/* ================= background-image ================== */

/* common */
.banner-bg {padding: 230px 0 100px;background:#333}
.banner-bg h2 {color: #fff; text-align: center;}
.banner-bg p {color: #fff; text-align: center; font-size: 13px; letter-spacing: 2px;}



/* special */
.member-bg.banner-bg{/* background:url(../img/sub/login_bg.jpg) center/cover no-repeat */ background: linear-gradient(90deg, #4d4033, #4d4033);}

@media screen and (max-width:1200px) {
	main{padding-top: 77px;}
	.banner-bg {padding: 100px 0;}
}

@media screen and (max-width:769px) {
	section:last-of-type {padding-bottom: 80px;}
} 

@media screen and (max-width:480px) {
	main{padding-top: 147px;}
	section:last-of-type {padding-bottom: 60px;}
	.banner-bg {padding: 100px 0;}
} 
