
@media screen and (min-width: 1024px) {
.p-contact {
    height: 240px;
    width: 100%;
    background:#fff;
    background-attachment: fixed;
    overflow: hidden;
}
}
@media screen and (max-width: 1024px) {
    /*.banner02{ height: 420px;}*/
.p-contact {
		height:2.19rem;
		padding:.0rem 0;
		display:flex;
		flex-direction:column;
		align-items:center;
		background-image:url(../images_lc/contact_bg_mobile.b25b0a6a.jpg);
		background-position:center;
		background-size:cover;
		background-repeat:no-repeat;
		background-attachment:unset;
	}

.p-contact {
    height: 200px;
    width: 100%;
    background:#fff;
    background-attachment: fixed;
    overflow: hidden;
}
}
