@charset "utf-8";

/* 내용관리 */
#ctt {background:#fff}
.ctt_admin {position:absolute;right:0;margin-top:20px;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/*나눔스퀘어라운드*/
@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*주아체*/
@font-face {
    font-family: 'BMJUA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*에스코어드림7*/
@font-face {
     font-family: 'S-CoreDream-7ExtraBold';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

.content-title{
	color:#000000;
	font-size:42px;
	font-weight:bold;
	text-align:center;
	margin-top:70px;
}

.title-line{
	background-color:#d1d3d4;
	width:25px;
	height:1px;
	margin:20px auto 50px;
}

.b_font {
	color:#009444;
}

.sp_font {
	font-family: 'BMJUA';
	color:#009444;
	font-size:50px;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# intro
----------------------------------------------------------------
--------------------------------------------------------------*/
#intro{
	display:inline-block;
	width:100%;
	padding:0 0 150px;
}

.intro .title_img{
	width:35%;
	margin-right:50px;
	float:left;
	font-size:0;
}

.intro .title_img p{
	color:#414042;
	font-size:20px;
	margin-top:20px;
}

.intro .title_img p b{
	font-size:22px;
}

.intro .title_img img{
	
}

.intro .intro_content{
	width:calc(65% - 50px);
	color:#231f20;
	font-size:24px;
	font-weight:500;
	text-align:left;
	float:left;
	word-break:keep-all;
}

.intro .intro_content{
	
}

.intro .bottom_img{
	margin-top:100px;
	float:right;
}

.intro .bottom_img img{
	
}

@media(max-width:1240px){
	.intro .title_img{
		width:100%;
	}
	
	.intro .intro_content{
		width:100%;
		padding:50px 15px 0 15px;
	}
}

