@charset "utf-8";
/* 
** NHN (developers@xpressengine.com) 
** ******************************* **/
.xe_content{color:#000;font-size:12px;line-height:1.5}
.xe_content blockquote.q1,
.xe_content blockquote.q2,
.xe_content blockquote.q3,
.xe_content blockquote.q4,
.xe_content blockquote.q5,
.xe_content blockquote.q6,
.xe_content blockquote.q7{padding:10px;margin:0 15px}
.xe_content blockquote.q1{padding:0 10px;border-left:2px solid #ccc}
.xe_content blockquote.q2{padding:0 10px;background:url(./img/bg_qmark.gif) no-repeat left top}
.xe_content blockquote.q3{border:1px solid #d9d9d9}
.xe_content blockquote.q4{border:1px solid #d9d9d9;background:#fbfbfb}
.xe_content blockquote.q5{border:2px solid #707070}
.xe_content blockquote.q6{border:1px dashed #707070}
.xe_content blockquote.q7{border:1px dashed #707070;background:#fbfbfb}
.xe_content p{margin:0}
blockquote.q4{padding:20px;margin:15px 0;font-size:12px;border:1px solid #d9d9d9;background:#fbfbfb}

h2.h2 { padding-left:5px; padding-bottom:3px;margin-top:0;margin-bottom:10px; font-size:18px; font-weight:600; color:#6c9351; }
.line { padding:0; margin-bottom:20px; height:2px; background:#ddd; border-right:40px solid #8DC63F;}

a.btn_orange { 	
	padding:6px 20px; margin:10px 0;
	font-family:ng,NanumGothic,arial, sans-serif;font-size:12px;font-weight:normal;text-decoration:none;text-align:center;  
	color:#ffffff;	background:#eb640f; 
}
a.btn_green { 	
	padding:6px 20px; margin:10px 0; 
	font-family:ng,NanumGothic,arial, sans-serif;font-size:12px;font-weight:normal;text-decoration:none;text-align:center;  
	color:#ffffff;	background:#68b42d; 
}
a.btn_gray { 	
	padding:6px 20px; margin:10px 0;
	font-family:ng,NanumGothic,arial, sans-serif;font-size:12px;font-weight:normal;text-decoration:none;text-align:center;  
	color:#ffffff;	background:#4d4c4c; 
}
a.btn_orange:hover, a.btn_green:hover, a.btn_gray:hover { color:#222; }

/* 후원하기 버튼 */
a.btnApply_orange { 	
	text-align:center;      
	-moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
	box-shadow:inset 0px 1px 0px 0px #ffe0b5;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
	background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
	background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
	background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
	background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
	background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
	
	background-color:#fbb450;
	
	-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;
	
	border:1px solid #c97e1c;
	
	display:block; 
	color:#ffffff;	
	padding:2px 10px; margin:0 auto; width:80px;
	font-family:ng,NanumGothic,arial, sans-serif;font-size:12px;font-weight:normal;text-decoration:none;
	
	text-shadow:1px 1px 0px #8f7f24;       
}
a.btnApply_orange:hover {	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
	background:-moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
	background:-webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
	background:-o-linear-gradient(top, #f89306 5%, #fbb450 100%);
	background:-ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
	background:linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);
	
	background-color:#f89306;
}

/* 참가신청 버튼 */
a.btnApply_green {	
	padding: 2px 10px; margin:0 auto; display:block; width:80px;
	font-family:ng,NanumGothic, arial, sans-serif; font-size:13px; font-weight:normal; 
	background-color: #d7e5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7e5f5), color-stop(100%, #cbe0f5));
	background-image: -webkit-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: -moz-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: -ms-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: -o-linear-gradient(top, #d7e5f5, #cbe0f5);
	background-image: linear-gradient(top, #d7e5f5, #cbe0f5);
	border-top: 1px solid #abbbcc;border-left: 1px solid #a7b6c7;border-bottom: 1px solid #a1afbf;border-right: 1px solid #a7b6c7;
	-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 0 0 white;-moz-box-shadow: inset 0 1px 0 0 white;box-shadow: inset 0 1px 0 0 white;
	color: #1a3e66;line-height: 1;text-align: center;text-shadow: 0 1px 1px #fff;
}
a.btnApply_green:hover {	
    background-color: #ccd9e8;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccd9e8), color-stop(100%, #c1d4e8));
    background-image: -webkit-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -moz-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -ms-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: -o-linear-gradient(top, #ccd9e8, #c1d4e8);
    background-image: linear-gradient(top, #ccd9e8, #c1d4e8);
    border-top: 1px solid #a1afbf;border-left: 1px solid #9caaba;border-bottom: 1px solid #96a3b3;border-right: 1px solid #9caaba;
    -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;-moz-box-shadow: inset 0 1px 0 0 #f2f2f2;box-shadow: inset 0 1px 0 0 #f2f2f2;
    color: #163659;cursor: pointer; 
}
a.btnApply_green:active {
    border: 1px solid #8c98a7;
    -webkit-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    -moz-box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 4px 2px #abbccf, 0 0 1px 0 #eeeeee; 
}
