#mainVisualSection {margin-top:65px;}
@media screen and (max-width: 768px) {
	#mainVisualSection {margin-top:55px;}
}
#matchScheduleSection .ranking-area .player-area .box img {max-height:110%;}
#matchScheduleSection .ranking-area .player-area .box .name {font-size:1.575rem;}
#eventSection .box .event-list li {flex:1;}
#iufcFeedsSection .feeds-swiper .swiper-slide .txt-area .title {
	display: -webkit-box;        /* Flexbox 유사한 레이아웃 */
	-webkit-box-orient: vertical;/* 세로 방향으로 박스 정렬 */
	-webkit-line-clamp: 2;       /* 최대 줄 수 지정 */
	overflow: hidden;            /* 넘치는 부분 숨기기 */
	text-overflow: ellipsis;     /* ... 표시 */
}
#popup_utd .swiper-slide img {width:100% !important; height:auto !important;}

.scroll-top-button {right:60px; bottom:7.25rem;}
#subPageTitleArea .bg-wrap {background-size:auto;}
.subTop {padding-top:0px !important; background:none;}
.subTop .topInfo {position:relative; z-index:2;}
.subTop .tabs {z-index:10;}

#footer .info2 a {display:inline-block; margin-left:10px; padding:2px 5px; color:#1c6cb2; border-radius:4px; background-color:#fff;}
