/*폰트임포트*/
@import url(//fonts.googleapis.com/earlyaccess/NanumMyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/NanumSquare.css);


/*program_common*/
#program_02 .program_common p.top_ment_top{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    background: url(../img/program_top.jpg) center;
    background-size: cover;
    min-height: 80px;
}
#program_02 .program_common p.top_ment_top strong{
    display: block;
}
#program_02 .program_common p.top_ment_top strong span{
    display: inline-block;
	background-color: #e15215;
	color: #fff;
	font-size: 20px;
	padding: 8px;
}
#program_02 .program_common p.top_ment_top span{
    font-size: 15px;
	color: #666;
	line-height: 15px;
}
#program_02 .program_common .content_wrp_body .aqure-radi{
	display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #7ab02c;
    margin: 0 5px 3px 0;
}
#program_02 .program_common .content_wrp_body h4{
	font-size: 20px;
}
@media only screen and (max-width:479px){
	#program_02 .program_common p.top_ment_top{
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
		background: url(../img/program_top.jpg) 85% bottom no-repeat;
		background-size: initial;
		min-height: 350px;
	}
}



/*program_02 process*/
#program_02 .program_common  .process ul li .progress_squre_box {
	background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}
#program_02 .program_common   .process ul li .progress_squre_box:after {
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
    position: absolute;
    right: -3px;
    color: #333;
}
#program_02 .program_common  .process ul li:last-child .progress_squre_box:after {
    display: none;
}
#program_02 .program_common   .process ul li .progress_squre_box.progress_start {
	background-color: #8b867b;
	border-color: #6c6861;
	color: #fff;
}
#program_02 .program_common  .process ul li .progress_squre_box.progress_end {
	background-color: #42a538;
	border-color: #217a18;
	color: #fff;
}
@media only screen and (max-width:768px){
	#program_02 .program_common   .process ul li .progress_squre_box:after {
		opacity: 0.5;
		font-family: FontAwesome;
		content: "\f105";
		padding: 0 7px 0 5px;
		position: absolute;
		right: 49%;
		bottom: -23px;
		color: #333;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
}

#top_ment {
    font-family: 'NanumSquare';
    font-size: 25px;
    line-height: 36px;
    color: #333;
    font-weight: 800;
}

#sub_ment {
    font-family: 'NanumSquare';
    font-size: 20px;
    line-height: 6.5mm;
    color: #000;
    font-weight: 800;
}
#sub_ment2 {
    font-family: 'NanumSquare';
    font-size: 16px;
    line-height: 6.5mm;
    color: #555;
    font-weight: 400;
    text-align: justify;
}


.st:before{display:inline-block;content:"";width:4px;height:20px;margin:0 5px -1px 0;background:#d41225}

#title_ment {
    font-family: 'NanumSquare';
    font-size: 20px;
    line-height: 36px;
    color: #336633;
    font-weight: 600;
}
#title_ment2 {
    font-family: 'NanumSquare';
    font-size: 10px;
    line-height: 36px;
    color: #bfbfbf;
    font-weight: 300;
}