/*폰트임포트*/
@import url(//fonts.googleapis.com/earlyaccess/NanumMyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/NanumSquare.css);


/*program_common*/
#program_01 .program_common p.top_ment_top{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    background-color:#fff;
    background-size: cover;
    min-height: 80px;
}
#program_01 .program_common p.top_ment_top strong{
    display: block;
}
#program_01 .program_common p.top_ment_top strong span{
    display: inline-block;
	background-color: #e15215;
	color: #fff;
	font-size: 20px;
	padding: 8px;
}
#program_01 .program_common p.top_ment_top span{
    font-size: 15px;
	color: #666;
	line-height: 15px;
}
#program_01 .program_common .content_wrp_body .aqure-radi{
	display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #7ab02c;
    margin: 0 5px 3px 0;
}
#program_01 .program_common .content_wrp_body h4{
	font-size: 20px;
}
@media only screen and (max-width:479px){
	#program_01 .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_common process*/
#program_01 .program_common .content_wrp_body ul li .progress-round-box{
	width: 80%;
	border: 6px solid #7ab02c;
	border-radius: 50%;
	background: url(../img/process_bg.png);
	padding: 15% 5%;
	display: inline-block;
}
#program_01 .program_common .content_wrp_body ul li:nth-child(odd) .progress-round-box{
	border-color: #42a538;
}
#program_01 .program_common .content_wrp_body ul li .progress-round-box:after{
	content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: url(../img/process_allow.png);
    background-size: cover;
    position: absolute;
    right: -10px;
    bottom: 50%;
}
#program_01 .program_common .content_wrp_body ul li:last-child .progress-round-box:after{
	display: none;
}
@media only screen and (max-width:768px){
	#program_01 .program_common .content_wrp_body ul li .progress-round-box{
		width: 100%;
		min-height: 130px !important;;
		border: 6px solid #7ab02c;
		border-radius: 0px;
		background: url(../img/process_bg.png);
		padding: 30px 5%;
		display: inline-block;
	}
	#program_01 .program_common .content_wrp_body ul li .progress-round-box:after{
		content: '';
		width: 15px;
		height: 15px;
		display: block;
		background: url(../img/process_allow.png);
		background-size: cover;
		position: absolute;
		right: 47%;
		bottom: -15px;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
}
/*program_common business*/
#program_01 .program_common .content_wrp_body .business table{
	border-bottom: 1px solid #c4922e;
}
#program_01 .program_common .content_wrp_body .business table tr th,
#program_01 .program_common .content_wrp_body .business table tr td{
	padding: 5px 10px !important;
	color: #666;
	line-height: 24px;
}
#program_01 .program_common .content_wrp_body .business table tr th{
	background-color: #fffaf0;
    color: #4b3200;
    font-weight: 600;
    border-top: 2px solid #c4922e;
    border-bottom: 1px solid #c4922e;
}


#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;
}

#txt01 { 
 max-width:420px; 
 width: expression(this.width > 420 ? 420: true); 
 height: auto;
    text-align:center;
    vertical-align: middle;
    font-size:9pt; 
    color:#868686;
    line-height:5.5mm;
    padding:10px 10px 0px 0px ;
    float: left;
}