<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 관리자 모드 */
#admin {border-collapse:collapse; border-top:2px solid #1A2A42;}
#admin th,
#admin td {text-align:center; vertical-align:middle; padding:10px; font-size:14px; border:1px solid #ddd;}
#admin th:first-of-type,
#admin td:first-of-type {border-left:none;}
#admin th:last-of-type,
#admin td:last-of-type {border-right:none;}
#admin th {background:#f5f5f5;}
#admin td {line-height:30px;}
#admin input {height:30px; border:1px solid #ccc; background:#eee;}
#admin select {height:32px; border:1px solid #ccc; background:#eee;}

#admin input.p10 {width:10%;text-align:center;}
#admin input.p20 {width:20%;text-align:center;}
#admin input.p30 {width:30%;text-align:center;}
#admin input.p40 {width:40%;text-align:center;}
#admin input.p45 {width:45%;text-align:center;}
#admin input.p60 {width:60%;text-align:center;}
#admin input.p100 {width:100%;text-align:center;}

#admin select.p20 {width:20%;text-align:center;}
#admin select.p30 {width:30%;text-align:center;}

#admin input#p_limit {width:60%;text-align:center;}
a#p_submit {
	float:right; 
	width:120px; 
	margin-top:15px; 
	color:white; 
	font-size:14px; 
	font-weight:bold;
	background:#1147C1; 
	border:none; 
	border-radius:3px 5px 0 5px; 
	cursor:pointer;
	padding:10px 2px;
	text-align:center;
	text-decoration:none;
}

/* 진행중인 학교프로그램 */
.pro {width:100%;}
.pro li {
	float:left; 
	width:238px; 
	border:1px solid #ccc; 
	margin-right:15px; 
	margin-bottom:25px; 
}
.pro li:nth-of-type(3n) {margin-right:0;}
.pro li h3 {
	width:238px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:white;
	background:#1A2A42;
	font-size:10px;
}
.pro li .bg_on {
	position:relative;
	width:208px;
	height:145px;
	padding:15px;
	line-height:1.4;
	font-size:13px;
	background:url("/pages/images/E01/logo_joongdong.jpg") no-repeat center center;
        overflow-y: auto;
        overflow-x: hidden;
}
.pro li .bg_on::-webkit-scrollbar {
    width: 10px;  /* 스크롤바의 너비 */
}
.pro li .bg_on strong {
	display:block;
	width:208px;
	max-height:68px;
	font-size:16px;
	overflow:hidden;
}
.pro li .bg_on a {text-decoration:none;}
.pro li .bg_on div.text {
	width:208px;
	margin-top:5px;
}
.pro li .btns {height:30px; border-top:1px solid #ddd;}
.pro li .btns a {
	display:block;
	width:119px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-align:center;
	float:left;
}
.pro li .btns a.edit {background:#1147C1; color:white;}
.pro li .btns a.delete {background:#f5f5f5;}

/* 마감된 학교프로그램 */
#finished {margin-top:100px;}






tbody#field_list th a {
	display:inline-block;
	margin-top:3px;
	padding:3px 15px;
	text-decoration:none;
	color:white;
	border-radius:15px;
	background:#1147C1;
}
tbody#field_list td {position:relative;}
a.closebtn {
	position:absolute;
	display:block;
	top:50%;
	left:0;
	margin:-10px 0 0 -10px;
	width:20px;
	height:20px;
	text-decoration:none !important;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:white;
	border-radius:10px;
	background:#555;
}

a#btn_cl {
    float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;
    margin: 0 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: #1147C1;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}
a#btn_nw {
    float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;
    margin: 0 5px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: #33C9FD;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}</pre></body></html>