@charset "utf-8";
/* sev-child index.html 상단 CSS */

/* 메인 */
.section-visual .slogan-slider .item,
.section-visual .slogan-slider .content {
	background-color: #f4d45e;
}

.section-visual .slogan-slider .desc {
	color: #333;
}

.section-article-latest {
	background-color: #0094fb;
	background-image: url('/_res/yuhs/sev-children/img/home/bg-article-latest.png');
	background-position: center bottom;
}

.section-mkt-banner {
	background-color: #003d7d;
	background-image: url('/_res/yuhs/sev-children/img/home/bg-section-mkt-banner.png');
	background-position: center bottom;
}

@media (min-width: 1025px) {
	.section-visual .slick-dots button:after {
		background-color: #fff;
	}

	.section-shortcut-link {
		background-image: url('/_res/yuhs/sev-children/img/home/bg-main-pattern.png');
		padding-bottom: 140px;
		background-position: center bottom;
	}

	.section-article-latest {
		padding-bottom: 140px;
	}

	.section-mkt-banner {
		padding-bottom: 138px;
	}
}

@media (max-width: 1024.98px) {
	.section-article-latest {
		background-image: url('/_res/yuhs/sev-children/img/home/bg-article-latest-m.png');
		background-position: center bottom;
		background-size: 340px auto;
	}

	.section-mkt-banner {
		background-image: url('/_res/yuhs/sev-children/img/home/bg-article-latest-m@2x.png');
		background-position: center bottom;
		background-size: 332px auto;
	}
}


.section-content-banner .menu-slider .slick-arrow {
	bottom:19px;
}
@media (max-width: 1024.98px) {
		.section-content-banner .menu-link {
			height: 361px;
		}
	}

@media (max-width: 575.98px) {
		.section-content-banner .menu-link {
			height: 500px;
		}
	}

.section-content-banner .latest-list {
	height:48%
}

@media (min-width: 768px) {
	.section-content-banner .latest-list .content {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 81px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
}
}



@media (max-width: 1024.98px) {
	
	.section-content-banner .latest-list .content {
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 100px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
}
	
}


.ico-shortcut-expert-child {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-image: url(/_res/yuhs/sev-children/img/home/children-icons.png);
}