@charset "utf-8";

/* 히스토리 */
.wrap-history-banner {padding: 0 0 50px 0;}
.wrap-history-banner .list {margin-top: 35px;}
.wrap-history-banner .list .swiper-slide {position: relative; top: 100px; opacity: 0;}
.wrap-history-banner .list .thumb img {width: 100%; border-radius: 5px;}
.wrap-history-banner .list .desc {padding-left: 10px;}
.wrap-history-banner .list .desc em {display: block; margin-top: 14px; font-family: nm; font-size: 16px; color: #000000;}
.wrap-history-banner .list .desc p {margin-top: 5px; font-family: nr; font-size: 16px; color: #666666;}

@media screen and (max-width: 1100px) {
	.wrap-history-banner {padding: 0 0 50px 0;}
	.wrap-history-banner .list .desc em {font-size: 14px;}
	.wrap-history-banner .list .desc p {font-size: 14px;}
}

@media screen and (max-width: 900px) {
	.wrap-history-banner .list {margin-top: 17px;}
}

@media screen and (max-width: 650px) {
	.wrap-history-banner {padding: 0 0 40px 0;}
	.wrap-history-banner .list {padding-right: 150px;}
	.wrap-history-banner .list .desc em {font-size: 17px;}
	.wrap-history-banner .list .desc p {font-size: 17px;}
}
