.content_wrap{
	font-family: 'NanumGothic';
	color:#333;
	max-width:1100px;
	margin: 0 auto;
}

.content_wrap>h1{
	text-align: center;
	font-weight: 600;
	font-size: 32px;
	margin: 0 0 50px;
}

.content_wrap>h1.no_tab{
	padding:0 0 1em;
	margin: 40px 0 80px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.content_wrap>h1.no_tab::after{
	content:"";
	display:block;
	width:70%;
	max-width:300px;
	height: 3px;
	background: #fe6a00;
	margin: 0 auto;
	position:absolute;
	bottom: -2px;
	right:0;
	left:0;
}




/* SUB TAB */
	/* Style the tab */
	.tab {
		overflow: hidden;
		border-bottom: 1px solid #999;
		display:flex;
		padding: 0 15%;
		justify-content: space-around;
	}
	
	/* Style the buttons inside the tab */
	.tab button {
		background-color: inherit;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 10px 10px;
		font-size: 18px;
		letter-spacing: 0.1em;
		color: #999;
	  	border-bottom: 8px solid #fff;
	}
	
	/* Change background color of buttons on hover */
	.tab button:hover {
	  color:#2673C1;
	}
	
	/* Create an active/current tablink class */
	.tab button.active {
		font-weight: 600;
	  color:#2673C1;
	  border-bottom: 8px solid #2673C1;
	}
	
	/* Style the tab content */
	.tabcontent {
	  display: none;
	  padding: 80px 0 0;
	}










#section1{
	background:#f4f4f4;
}
#section1 .tit_box{
	font-weight:600;
	font-size: 55px;
	text-align:center;
	margin: 0 auto 60px;
}

#section1 ul{
	display:flex;
	justify-content:center;
	margin: 0 auto;
	max-width: 1000px;
}

#section1 li{
	margin: 0 15px;
}

#section1 li h3{
	text-align: center;
	border-bottom: 5px solid #fe6a00;
	display: table;
	margin: 0 auto;
	padding: 0px 0 8px;
	font-weight: 600;
	font-size: 24px;
	color: #666;
}

#section1 li div{
	background:#fff;
	border:1px solid #ddd;
	border-radius: 8px;
	padding:40px;
}

#section1 li div h4{
	font-weight:600;
	font-size:20px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.2em;
	height: 2.4em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */
}

#section1 li div .txt{
	border-top: 1px solid #eee;
	padding: 1.5em 0 0;
	margin: 1.5em 0 2em;
	font-size: 14px;
	line-height: 1.5;
}

#section1 li div .date{
	font-size: 20px;
	font-style: italic;
	color: #aaa;
}

#section1 li div a{
	font-weight: 600;
	font-size: 18px;
	color: #666;
	text-align: right;
	margin: 1em 0 0;
	display: inline-block;
	width: 100%;
}
#section1 li div a::after{content:"자세히보기";display:block;}

#section2{
	background-image:url(../img/system_bg.png);
	background-size: cover;
	background-position: center;
}
#section2 .tit_box{
	color:#fff;
	font-weight:600;
	font-size: 55px;
	text-align:center;
	margin: 0 auto 20px;
}
#section2 .system_brd{
	display:table;
	width:100%;
	max-width:1100px;
	margin: 0 auto;
}
#section2 .system_brd li{
	float:left;
	width: 200px;
	height: 200px;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}
#section2 .system_brd li img{
	height: 200px;
}


.swiper-slide a {
		height: 270px !important;
	}




/* 게시판 수정 */
.board_list_basic_wrap{max-width:1110px; margin: 0 auto;}




@media (max-width:1230px){

	#section1 .tit_box{
		font-size:45px !important;
	}
	#section2 .tit_box{
		font-size:45px !important;
		margin-bottom:0 !important;
	}

	.swiper-slide a {
		height: 145px !important;
	}



}




@media (max-width:1024px){
	#section1 .tit_box,
	#section2 .tit_box{
		Font-size:25px;
	}
	#section2{
		height:120vh!important;
	}
}
@media (max-width:767px){
	.content_wrap{padding:0 0 50px;}
	#section1 li h3{border-bottom:solid 3px #fe6a00;}
	#section1 li div a::after{color: #fe6a00;}
	#section1{
		padding: 50px 0;
	}
	#section1 .tit_box{
		margin: 0 auto 30px;
	}
	#section1 ul{
		flex-direction: column;
	}
	#section1 li{
		margin: 0 0 20px;
	}
	#section1 li div .txt{font-size:12px;}
	#section1 li h3{font-size:18px;}
	#section1 li div{padding:15px;}
	#section1 li div h4{font-size:15px; }
	#section1 li div .date{font-size:14px;}
	#section1 li div a{font-size:16px;}
	

	#section2{height:100vh !important;}
	#section2 .system_brd li{float:none; width:100%; margin:0; }
	#section2 .system_brd li,
	#section2 .system_brd li img{}


	.tab{
		padding:0;
	}
	.style1 .box{
		flex-direction: column;
	}
	.style1 .box img{max-width:100%;}
}

@media (min-width: 769px){
	/*#section2 .con_wrap{transform: translateY(-30%);}*/

	.swiper-container {
		width: 1012px;
		height: 340px;
		margin-bottom: 200px;
	}

	.swiper-slide{
		text-align: center;
		height: 150px;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}


	.swiper-slide img {
		display: block;
		width: 100%;
		height: inherit;
		object-fit: cover;
	}

	.swiper-pagination{
		top: 280px;
	}
}


@media (max-width: 768px){
	.swiper-container {
		height: 340px;
		margin-bottom: 250px;
	}

	.swiper-slide{
		text-align: center;
		height: 150px !important;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	#section2 .con_wrap{transform: translateY(10%);}

	.swiper-slide a {
		height: 150px !important;
	}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: inherit;
		object-fit: cover;
	}

	.swiper-pagination{
		top: 200px;
	}
}

.swiper-container{
	z-index: 0 !important;
}
