﻿/*서브페이지 pc 및 모바일 교체 css*/


.clearfix:after{
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
}

.title.pc{
	margin: 0px;
    display: block;
}

.title.mo{ display: none;}


.title{
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.img{
	width: 100%;
	height: 100%;
	}



/*서브페이지 pc 및 모바일 교체 css 모바일*/
@media screen and (max-width:1023px){

	.title{
		display: block;
	}
	.title.mo{ display: block; margin: 0px;}
	.title.pc{ display: none;}
	}

	.img{
	width: 100%;
	height: 100%;
}