@charset "utf-8";

/* 내용관리 */
#ctt{
	width:1200px;
	margin:0 auto;
	padding:115px 0;
}
#ctt>h1{
	display:block;
	width:100%;
	text-align:center;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#3c3c3c;
	line-height:30px;
}
.ctt_btn1{
	display:block;
	margin:0 auto;
	width:685px;
	height:118px;
	margin-top:48px;
	text-align:center;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#000;
	line-height:118px;
	background:#E6E6E6;
}
.ctt_btn2{
	display:block;
	margin:0 auto;
	width:378px;
	height:83px;
	margin-top:48px;
	text-align:center;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:700;
	font-size:30px;
	color:#fff;
	line-height:83px;
	background:#3C3C3C;
}

@media(max-width:1200px){
	.bo_top_cate_box>ul>li {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		height: 8vw;
		margin-right: 6.5vw;
		padding-bottom: 1.6vw;
	}
	.bo_top_cate_box>ul>li>a{
		line-height:7.5vw;
	}
	#ctt{
		width:100%;
		margin:0 auto;
		padding:20.5vw 4.7vw 31.3vw 4.7vw;
	}
	#ctt>h1{
		display:block;
		width:100%;
		text-align:center;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:700;
		font-size:4.7vw;
		color:#3c3c3c;
		line-height:4.7vw;
	}
	.ctt_btn1{
		display:block;
		margin:0 auto;
		width:100%;
		height:18.4vw;
		margin-top:7.5vw;
		text-align:center;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:700;
		font-size:4.7vw;
		color:#000;
		line-height:18.4vw;
		background:#E6E6E6;
	}
	.ctt_btn2{
		display:block;
		margin:0 auto;
		width:59.1vw;
		height:13vw;
		margin-top:7.5vw;
		text-align:center;
		font-family: 'Noto Sans KR', sans-serif;
		font-weight:700;
		font-size:4.7vw;
		color:#fff;
		line-height:13vw;
		background:#3C3C3C;
	}
}