/* BASIC css start */
.snsButton {width:100%;margin: 15px 0;overflow: auto;}
.snsButton li {width:50%; float:left; height: 55px;padding: 20px 0 0 0;}
.snsButton li:nth-child(1) {background-color:#314e8d;}
.snsButton li:nth-child(2) {background-color:#ffd307;}
.snsButton li:nth-child(3) {background-color:#533a0d;}
.snsButton li:nth-child(4) {background-color:#434343;}
.snsButton a {font-size:14px; color:#fff;}
.snsButton a i {width:35%; font-size:38px; text-align: center;}
.snsButton a span {display:inline-block;}
.snsButton .kakaoLink {vertical-align: top; width: 35%; text-align: center; display: inline-block;}
.snsButton img {width: 36px;}

/* 롤링배너 */
#event .MS_img-wrap { position: relative; width: 100%; overflow: hidden; }
#event .event-imgs { position: relative; }
#event .MS_img-area { float: left; }
#event .MS_img-area:not(:first-child) { display: none; }
#event .MS_img-area img { width: 100%; }
#event .pagination { position: relative; left: 0; text-align: center; width: 100%; min-height: 14px;line-height: 14px;}
#event .pagination .swiper-pagination-switch { margin: 0 3px; width: 30px; height:5px; display: inline-block; background: #a0a0a0; cursor: pointer; text-indent: -9999px; }
#event .pagination .swiper-active-switch { background: #333; }
/* //롤링배너 */
.main h3 { margin: 40px 0 10px 0; font-size:16px;  text-align:left; border-bottom:1px solid #000; padding:0 0 6px 10px; margin-bottom:1em;}
.main .topBanner {margin-top:15px;}
.main .topBanner .topBannerLeft {width:49%; float:left; position:relative;}
.main .topBanner .topBannerRight {width:49%; float:right; position:relative;}
.main .topBanner img {width:100%; vertical-align:top;}
.main .topBanner .topBannerTitle {width:100%; font-size:1.083em; font-weight:bold; padding:2px 0; background-color:rgba(0,0,0,0.4);; text-align:center; color:#fff; position:absolute; bottom:0; left:0;}


@media screen and (min-width:580px) and (max-width:959px) {
	.snsButton li { width:25%; }
}
@media screen and (min-width:960px) {
	.snsButton li { width:25%; }
}
/* BASIC css end */

