@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .comImgBox {
	align-items: flex-start;
}
#main .comImgBox .textBox {
	padding-top: 0.5rem;
}
#main .otherSec {
	padding: 8rem 0 0;
}
#main .otherSec .text {
	margin-bottom: 5.2rem;
}
@media all and (min-width: 897px) {
	#main .comImgBox .photoBox {
		width: 36rem;
	}
}

@media all and (max-width: 896px) {
	#main .otherSec {
		padding-top: 6rem;
	}
	#main .otherSec .text {
		margin-bottom: 2.6rem;
	}
}