@charset "UTF-8";
@import url("/_templet7/css/sub.css");
@import url("contents.css");
/*-------------------------------------------------
title       : 서브
Author      : ㅈㅁㅈ
Create date : 2020-10-30
-------------------------------------------------*/
#wrap { background: #fff; }

#content { outline: 0 none; }

#snb.sub02 .nav #left_menu_top > li > a { font-size: 0.8rem; padding: 0.25rem 0.5rem; white-space: normal; line-height: 1.2; word-break: keep-all; }

#snb { height: 16.3rem; }

#snb.sub01 { background: url("../img/sub/visual1.jpg") no-repeat center 0; }

#snb.sub02 { background: url("../img/sub/visual2.jpg") no-repeat center 0; }

#snb.sub03 { background: url("../img/sub/visual3.jpg") no-repeat center 0; }

#snb.sub04 { background: url("../img/sub/visual4.jpg") no-repeat center 0; }

#snb.sub05 { background: url("../img/sub/visual5.jpg") no-repeat center 0; }

#snb.sub06 { background: url("../img/sub/visual6.jpg") no-repeat center 0; }

#snb.sub08 { background: url("../img/sub/visual8.jpg") no-repeat center 0; }

#snb .title { height: 16.3rem; font-size: 2rem; font-weight: 500; width: 64rem; max-width: calc(100% - 2rem); margin-left: auto !important; margin-right: auto !important; text-align: left; }

#snb .title::before { background-color: transparent; margin: 2.4rem 0; }

#snb .nav { position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); bottom: 0; }

#snb .nav::before { width: 100%; margin-left: -50%; background-color: rgba(25, 55, 89, 0.9); }

#snb .nav #left_menu_top > li::before { content: ''; width: 1px; height: 1.3rem; background-color: rgba(255, 255, 255, 0.2); position: absolute; top: 1.1rem; left: 0; }

#snb .nav #left_menu_top > li.first::before { display: none; }

#snb .nav #left_menu_top > li > a { font-size: .85rem; letter-spacing: -0.06rem; line-height: 1.5rem; font-weight: 400; }

#snb .nav #left_menu_top > li > a::before { display: none; }

#snb .nav #left_menu_top > li.active { background-color: #fff; }

#snb .nav #left_menu_top > li.active > a { color: #193759; font-weight: 600; }

.content_info { position: relative; margin: 2rem 0 4rem; padding-bottom: .5rem; border-bottom: 1px solid #ddd; text-align: left; }

.content_info .title { font-size: 1.6rem; line-height: 2.5rem; display: inline-block; font-weight: 600; }

.content_info .location { position: absolute; right: 5.5rem; top: .2rem; }

.content_info + #sns_wrap { -webkit-transform: translateY(-2rem); transform: translateY(-2rem); }

/* 경기난독증바우처 */
.gg_top:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.gg_top .img{
	float:left;
	margin-right: 2.5rem;
	width: 20rem;
	height: 21rem;
	overflow: hidden;
}
.gg_top .img img{
    height: 100%;
    max-width: inherit;
    transform: translate(-8.75rem, 0);
}
.gg_top .txt{
	float:left;
	width: calc(100% - 400px - 2.5rem);
	padding: 0.5rem 0;
}
.gg_top .txt .hi{
	display:block;
	margin-bottom:2.5rem;
	font-size: 1rem;
	font-weight: 500;
	color: #353541;
}
.gg_top .txt p{
	font-size: 0.85rem;
	
}
.gg_top .txt p+p{
	margin-top: 1.5rem;
	
}
.gg_yearList > ul{
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 4rem);
}
.gg_yearList > ul > li{
	width: calc(50% - 4rem);
    margin-right: 4rem;
    margin-bottom: 2.5rem;
}
.gg_yearList h3{
	display: block;
	margin-bottom:5px;
	padding:0.5rem 0;
	background: #9B8873;
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
	color: #fff;
}
.gg_yearList .box{
	padding:1rem 1.5rem;
	border: 1px #ddd solid;
}
.year_color01 h3{background: #9B8873;}
.year_color02 h3{background: #9C1C2B;}
.year_color03 h3{background: #284360;}

.img-box{
	display:block;
	padding:2.5rem 1rem;
	border:1px #ddd solid;
	text-align: center;
}

@media (min-width: 1025px) { 
	#header::before { height: 100%; -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
	#header .logo { color: #333; }
	#header .logo a::before { -webkit-transform: translateY(100%); transform: translateY(100%); }
	#header .logo img { -webkit-transform: translateY(0); transform: translateY(0); }
	#header .AllMn a::before { color: #333; }
	#header #gnb .topmenu > li > a { color: #333; }
	#header .etc { border-left: #656b6f; }
	#header .etc::before { bottom: auto; top: 0; height: 100%; background-color: #4a5156; }
	#header .etc a { border-color: #656b6f; } 
}

@media (max-width: 1025px) { 
	.gg_top .img{
		display:block;
		float:none;
		width: 100%;
		text-align: center;
	}
	.gg_top .img img{
		transform:none;
	}
	.gg_top .txt{
		display:block;
		float:none;
		width: 100%;
		margin-top: 1rem;
	    padding: 0.5rem 1rem;
	    text-align: center;
	    word-break: keep-all;
	}
	.gg_yearList > ul{
		width: 100%;
	}
	.gg_yearList > ul > li{
		width: 100%;
		margin-right: 0;
	}
}

@media (max-width: 900px) { .content_info { height: auto; padding-bottom: 1rem; margin: 2rem 0; }
	.content_info .title { width: 100%; text-align: center; }
	.content_info .location { position: relative; width: 100%; top: 0; text-align: center; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); letter-spacing: -0.05rem; } 
}

@media (max-width: 768px) { #snb { height: 12rem; }
	#snb .title { height: 12rem; }
	#snb .title::before { margin: 1.4rem 0; }
	#snb .nav { position: relative; -webkit-transform: translate(-50%, -3rem); transform: translate(-50%, -3rem); }
	#snb .nav::before { background-color: #193759; }
	#snb .nav #left_menu_top > li.active { background-color: transparent; }
	#snb .nav #left_menu_top > li.active > a { color: #fff; }
	.content_info .title { font-size: 1.3rem; padding: 0 2rem; } 
}
