@charset "utf-8";

/***** 전체교육일정 *****/
.calendar_tab {
	margin-top:30px;
	overflow:hidden;
	width:895px;
	background:#d9d6d6;
}
.w10 {width:13.7%;}
.w20 {width:19.7%;}
.w80 {width:80%;}
.w90 {width:85%;}
.calendar_tab li{
	text-align:center;
}
.calendar_tab li.on {
	background:#fff;
	border:1px solid #ef5361;
	border-bottom:1px solid #fff;
	float:left;
}
.calendar_tab li.on p {
	text-align:center;
	font-size:18px;
	color:#ef5361;
	font-family:nanumsquareb;
	padding:15px 0 5px 0;
}
.calendar_tab li.on p.left {
	text-align:left;
	padding-left:20px;
}
.calendar_tab .on .cal_part {
	overflow:hidden;
	padding:5px 10px 10px 0;
}
.calendar_tab .on .cal_part li{
	margin:3px;
	padding-bottom:11px;
	float:left;
	display:block;
}
.calendar_tab .on .cal_part li a{
	color:#ef5361;
	border:1px solid #ef5361;
	padding:5px 17px 8px;
	background:#fff;
	text-align:center;
}
.calendar_tab .on .cal_part li a:hover{
	color:#fff;
	border:1px solid #ef5361;
	padding:5px 17px 8px;
	background:#ef5361;
	text-align:center;
}

a.edu_on:link,
a.edu_on:visited,
a.edu_on:hover,
a.edu_on:active,
a.edu_on:focus {
	color:#fff !important;
	border:1px solid #ef5361 !important;
	padding:5px 17px 8px !important;
	background:#ef5361 !important;
	text-align:center !important;
}

.calendar_tab li.off {
	float:left;
	background:#d9d6d6;
	border-bottom:1px solid #ef5361;
	padding-bottom:9px;
}
.calendar_tab li.off p{
	color:#666;
	padding:15px 0 5px 0;
	text-align:center;
	font-size:17px;
	font-family:nanumsquareb;
}
.calendar_tab li.off p.left {
	text-align:left;
	padding-left:20px;
}
.calendar_tab .off .cal_part {
	overflow:hidden;
	padding:5px 10px 13px 0;
}
.calendar_tab .off .cal_part li{
	text-align:center;
	margin:3px;
	float:left;
}
.calendar_tab .off .cal_part li a{
	color:#666;
	border:1px solid #ccc;
	padding:5px 17px 8px;
	background:#fff;
	text-align:center;
}
.calendar_tab .off .cal_part li a:hover{
	color:#fff;
	border:1px solid #666;
	padding:5px 17px 8px;
	background:#666;
	text-align:center;
}
.cal_txt {
	padding-bottom:20px;
}

.calendar_tab2 {width:100%;}
.calendar_tab2 li {
}
.calendar_tab2 li p{
	color:#666;
	padding:15px 0 5px 0;
	text-align:center;
	font-size:17px;
	font-family:nanumsquareb;
}
.calendar_tab2 li p.left {
	text-align:left;
	padding-left:20px;
}
.calendar_tab2  .cal_part {
	overflow:hidden;
	padding:5px 10px 13px 0;
}
.calendar_tab2  .cal_part li{
	text-align:center;
	margin:3px;
	float:left;
}
.calendar_tab2  .cal_part li a{
	color:#666;
	border:1px solid #ccc;
	padding:5px 15px 8px;
	background:#fff;
	text-align:center;
}
.calendar_tab2  .cal_part li a:hover{
	color:#fff;
	border:1px solid #666;
	padding:5px 15px 8px;
	background:#666;
	text-align:center;
}

.calendar_tab2  .cal_part li a.active{
	color:#fff;
	border:1px solid #ef5361;
	padding:5px 17px 8px;
	background:#ef5361;
	text-align:center;
}

/* calendar */
.calendar {
	width:895px;
	padding-top:30px;
}
.calendar .month {
	font-size:26px;
	text-align:center;
	padding:20px 0;
	font-weight:600;
	color:#333;
	position:relative;
	font-family:nanumsquareB;
}
.calendar .month .prev {
	position:absolute;
	left:37%;
	top:30px;
}
.calendar .month .next {
	position:absolute;
	right:37%;
	top:30px;
}
.calendar .month .today {
	position:absolute;
	right:28%;
	top:30px;
}
.event_table {width:100%;border-collapse:separate; margin:0 0 .5em 0px; border-top:1px solid #d9d6d6; border-left:1px solid #d9d6d6; border-spacing:0 !important;}
.event_table caption {text-indent:-2000px; height:0; margin:0; padding:0; font-size:0; line-height:0; overflow:hidden; }
.event_table th, .event_table td { padding: 10px 0; line-height:140%; border-right:1px solid #d9d6d6; border-bottom:1px solid #d9d6d6; width:127px;}
.event_table th { width:127px;background:#394454; font-weight:bold; text-align: center; vertical-align:middle; letter-spacing:-0.1em; font-size:14px; color:#fff;}
.event_table th.red {color:#ff6666}
.event_table th.blue {color:#5585d3}
.event_table tbody th { background:#f5f5f5; font-weight:bold; color:#575757; text-align:center; vertical-align:middle; letter-spacing:-0.1em;}
.event_table tbody td { letter-spacing:-0.1em; padding:0; text-align:left; vertical-align:top; font-family: 'Open Sans', sans-serif; background:#fff; font-weight:600; height:152px; position:relative;}

.event_table td .day {position:relative; display:block; min-height:20px;padding-bottom:25px;}
.event_table td .day .event_con {color:#666; font-weight:400;}
.event_table td .day .event_con span{ width:25px; text-align:center; color:#fff; padding:1px; margin:2px 3px 2px 0; display:inline-block;}
.event_table td .day .event_con span.ico01{background:#339900;}
.event_table td .day .event_con span.ico02{background:#cc6666;}
.event_table td .day .event_con span.ico03{background:#896da8;}
.event_table td .day .btn {border:1px solid #727272; text-align:center; margin-top:7px; position:absolute; bottom:0; display:block; width:100%}
.event_table td .day .btn a {background:#727272; color:#fff; display:block;}
.event_table td .day .btn a:hover {background:#fff; color:#727272; font-weight:600;}
.event_table tbody td.today {background:#ffccff; color:#283661; font-weight:600;}

.c_edu {position:absolute; top:20px; left:0; /*overflow:hidden; padding:0; */ text-align:center; height:103px;padding:15px 0; line-height:100%;}
.c_edu2_1 {position:absolute; top:20px; left:0; /*overflow:hidden;*/ padding:0; text-align:center; height:60px; line-height:100%;font-size:11px;}
.c_edu2_2 {position:absolute; top:81px; left:0; /*overflow:hidden;*/ padding:0; text-align:center; height:59px; line-height:100%;font-size:11px;border-top:2px solid blue;}
.c_edu2_1 a, .c_edu2_2 a { color:#fff;  }
.c_edu2_1 b, .c_edu2_2 b { color:#fff;  font-weight:700; }

.cld01 {background:#0b9e85; color:#fff; z-index:1;}
.cld02 {background:#5585d3; color:#fff; z-index:1;}
.cld03 {background:#ec4f5e; color:#fff; z-index:1; }
.online {background:#cb9e05; color:#fff; z-index:1; }
.c_edu a { color:#fff; font-size:12px; }
.c_edu b { color:#fff; font-size:14px; font-weight:700; }
.layer_pop {display:none;position:absolute; border:2px solid #333; background:#fff; border-radius:5px; top:-100px; left:-180px; z-index:9; padding:10px; width:250px;}
.layer_pop dt{font-size:15px; font-weight:600; color:#ec4f5e; border-bottom:1px dashed #d1d1d1; padding-bottom:5px}
.layer_pop dd span {font-size:15px; font-weight:600; color:#000; display:block; background:url(/images/common/ico_depth02.gif) no-repeat 0 17px; padding:10px 0 0 17px;}
.layer_pop dd .layer_con li {background:url(/images/common/ico_depth04.gif) no-repeat 0 10px; padding-left:10px;}

.cal_color {padding-top:10px;}
.cal_color li {float:left; padding-right:20px;}
.cc01 {background:#ec4f5e; width:20px; height:20px; display:block; float:left; margin-right:5px;}
.cc02 {background:#0b9e85; width:20px; height:20px; display:block; float:left; margin-right:5px;}
.cc03 {background:#5585d3; width:20px; height:20px; display:block; float:left; margin-right:5px;}
.cc04 {background:#cb9e05; width:20px; height:20px; display:block; float:left; margin-right:5px;}

.edu {
	padding-top:20px;
}
.txt_s {
	color:#666; 
	font-size:17px; 
	font-family:nanumsquareb;
	padding:0 0 15px 10px;
}
/* 교육등록신청-검색 */
.edu .search {
	width:870px;
	border:5px solid #d9d6d6;
	border-radius:5px;
	padding:15px 10px;
	display:inline-block;
	text-align:center;
	margin-bottom:30px;
}
.edu .search .year{
	float:left;
	margin-left:20px;
	font-size:14px;
}
.edu .search select {
	padding:5px 10px 7px;
	color:#444;
	font-size:13px;
}
.edu .search ul {
	/*margin:5px 0 0 20px;*/
	display:inline-block;
	float:left;
}
.edu .search li {
	float:left;
	margin:0 2px;
}
.edu .search li a:link,
.edu .search li a:hover
{
	color:#fff;
	padding:5px 10px 8px;
	border-radius:2px;
	border:1px solid #999;
	background:#999;
	font-size:12px;
}
.edu .search li a.on:link,
.edu .search li a.on:visited,
.edu .search li a.on:hover,
.edu .search li a.on:active,
.edu .search li a.on:focus {
	color:#999 !important;
	padding:5px 15px 8px !important;
	border-radius:2px !important;
	border:1px solid #999 !important;
	background:#fff !important;
}
.edu .sum {
	margin:10px 0 5px;
	padding-left:10px;
	font-size:14px;
	color:#5585d3;
	font-weight:600;
	background:url(/images/common/ico_depth03.gif) no-repeat 0 11px;
	width:130px;
	float:right;
}


.disnone { display:none; }

input, select {
	vertical-align:middle;
}

input[type=text],input[type=password] {
	font-size:12px; color:#5D5D5D; 
	background:#ffffff; border:1px solid #bcbcbc; 
	height:22px; padding-left:2px;
} 

textarea {
	font-size:12px; color:#5D5D5D; 
	background:#ffffff; border:1px solid #bcbcbc; 
}


input.input_price { text-align:right; }
input.datetype { background:#fbfafa; }

div.btnarea {
	margin:25px auto 10px; 
	text-align:center;
	display:block;
	padding:10px;
}

/*button.submit { 
	padding:7px 30px; background:#5585D3; border-radius:4px; border:1px solid #5585D3; 
	color:#fff; font-size:12px; letter-spacing:-0.05em; font-weight:bold;
	cursor:pointer; vertical-align: middle; width:110px; height:36px;
}
span.cansel{ 
	padding:9px 30px; background:#333; border-radius:4px; border:1px solid #333; 
	color:#fff; font-size:12px; letter-spacing:-0.05em; font-weight:bold;
	cursor:pointer; vertical-align: middle; width:120px; height:40px;
}*/


/* 개인정보 취급방침 */
div.agreearea {
	width:100%; margin:0 auto;
}
div.agreearea p.pTitle {
	margin: 15px 0 0 0;
	padding:12px 0;
	font-size:23px;
	font-weight:600;
	color:#000;
    background: url('/images/common/ico_depth01.gif') no-repeat left top;
	display:block;
	position:relative;
	overflow:hidden;
	display:block;
}
div.agreearea .box_scroll {
	overflow-y:scroll; height:90px; background:#FFF;
    border:1px solid #d7d5d5; margin-bottom:5px; padding:15px;
    font-size:1em; color:#d7d5d5;
}
div.agreearea .terms {
	text-align:left; line-height:180%;
}
div.agreearea .terms strong {
	font-weight:700;
}
div.agreearea .terms p {
	margin-left:10px; margin-bottom:10px;
}
div.agreearea .terms ul {
	margin-left:10px; margin-bottom:10px;
}
div.agreearea .terms li {
}
div.agreearea p.agreeBox {
	text-align:right; margin:0px 10px 20px 0px;
}


div.agreearea input[type=checkbox] {
    display: none;  
}

div.agreearea input[type=checkbox] + label{
	vertical-align: bottom;
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;  
    margin-right: 15px;  
    font-size: 15px;
    font-weight: 600;
}

div.agreearea input[type=checkbox]+ label:before {	
    content: "";  
    display: inline-block;    
    width: 15px;  
    height: 15px;    
    position: absolute;  
    left: 0;  
    bottom: 0;  
    background-color: #fff;  
	border:2px solid #ff7171;
    border-radius: 2px; 
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
}
div.agreearea input[type=checkbox]:checked + label:before { 
    content: "\2714";  /* 체크모양 */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
    font-size: 18px; 
    font-weight:800; 
    color: #fff;  
    background:#ff7171;
    text-align: center;  
    line-height: 18px;  
} 


.edu_box{padding:15px; border:1px solid #ccc;}
.edu_box h3{font-size:17px; color:#fff; background:#ff7171; padding:5px 10px; display:inline-block; margin-bottom:10px; }
.edu_box p, .edu_box span{ font-size:15px; font-weight:500;}



.bggray {
	background:#333 !important; 
}
.bggrays {
	background:#666 !important; 
}
.bgpurple {
	background:#c99cd7 !important; border:1px solid #c99cd7 !important;
}
.bgpurples {
	background:#D2BADA !important; border:1px solid #D2BADA !important;
}
.bggreen {
	background:#339933 !important; 
}
.bgblue {
	background:#2989c3 !important; 
}
.bgred {
	background:#F15F5F !important; border:1px solid #F15F5F !important;
}

.fcblue2 { color:#F15F5F !important; }
.fcblue { color:#5585d3 !important; }



#edu {
	padding:20px 0;
	margin-top:30px;
	border-radius:5px;
	border:1px solid #dbdbdb;
	border-top:3px solid #446ac5;
	background:url(/images/03_reservation/login_bg.gif) no-repeat 80px 50%;
	display:inline-block;
	width:100%;
}
#edu form {
	border-left:1px solid #dbdbdb;
	width:500px;
	float:right;
	padding-left:50px;
}
#edu ul {
	margin:20px auto;
}
#edu li{
	padding:5px 0;
}
#edu li span{
	width:25%;
	display:inline-block;
	font-size:17px;
	font-weight:600;
	background:url('/images/common/ico_depth02.gif') no-repeat 0 8px;
	padding-left:15px;
}
#edu li input{
	padding:8px;
	font-size:16px;
}
#edu p.login_txt {
	background:url('/images/03_reservation/login_ico.gif') no-repeat 0 top;
	width:100%;
	margin:20px auto;
	padding:0 0 5px 35px;
	color:#ef5361;
	font-size:16px;
}
#edu p a.btn {
	background:#999;
	padding:3px 10px;
	margin-left:10px;
	color:#fff;
	font-size:14px;
}
#edu p.login_txt2 {
	width:90%;
	margin:0;
	padding:0 0 15px 0;
	font-size:15px;
	border-bottom:1px solid #e5e5e5;
}
input.submit { background:#ef5361; border-radius:4px; color:#fff; font-size:20px; letter-spacing:-0.05em; cursor:pointer; vertical-align: middle; width:110px; height:37px; padding:3px 20px 7px;border:0px;}
button.submit { background:#ef5361; border-radius:4px; color:#fff; font-size:20px; letter-spacing:-0.05em; cursor:pointer; vertical-align: middle; width:110px; height:37px; padding:3px 20px 7px;}
span.cansel { background:#333; border-radius:4px; color:#fff; font-size:20px; letter-spacing:-0.05em; cursor:pointer; vertical-align: middle; width:110px; height:37px; padding:7px 20px 10px;}


#conflistTab {
	display:inline-block;
	width:100%;
	margin:20px 0 10px 0;
}
#conflistTab li {
	width:33%;
	float:left;
	text-align:center;
	padding:10px 0;
	color:#666;
	font-size:18px;
	border-bottom:1px solid #ef5361;
	background:#d9d6d6;
	font-weight:600;
	cursor:pointer;
}
#conflistTab li.on{
	background:#fff;
	color:#ef5361;
	border:1px solid #ef5361;
	border-bottom:1px solid #fff;
}
.check01 {
	padding:20px 0 5px 22px;
	margin:10px 0;
	font-size:17px;
	color:#2f62cb;
	line-height:25px;
	background:url(/images/common/ico_depth02.gif) no-repeat 5px 25px;
	font-family:nanumsquareB;
}
.check02 {
	border:1px solid #e5e5e5;
	border-radius:5px;
	padding:30px 30px 30px 140px;
	background:url(/images/03_reservation/etc_img.png) no-repeat 40px 50%;
	margin-top:20px;
}
.check02 li {
	padding:3px 0 3px 11px;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	background:url(/images/common/ico_depth04.gif) no-repeat 0 12px;
	color:#444;
	display:block;
	text-align:left;
	border-bottom:none;
	margin:0;
}
.check03 {
	width:900px;
	padding:80px 50px 80px 100px;
	background:#e5edf8 url(/images/03_reservation/etc_img02.png) no-repeat 100px 15%;
	background-size:68px auto;
	border-radius:5px;
	font-size:18px;
	box-sizing:border-box;
}
.check03 span {
	font-family:nanumsquareB;
	display:block;
	font-size:30px;
	padding-bottom:20px;
}
.check03 .point {
	color:#ef5361;
	display:inline;
}


span.ing{background:#5585d3; padding:1px 10px 3px; color:#fff;border:1px solid #5585d3; display:inline-block; margin-left:3px;}


.name_check {
	background:#ebebeb;
	padding:30px;
	margin-top:50px;
	border-radius:5px;
	width:840px;
	text-align:center;
}
.name_check li {
	padding:3px 0 3px 11px;
	font-size:13px;
	line-height:180%;
	font-weight:400;
	background:url(/images/common/ico_depth04.gif) no-repeat 0 14px;
	color:#444;
	display:block;
	text-align:left;
	border-bottom:none;
	margin:0;
	font-family:'Nanum Gothic', 'NanumGothic', Dotum, sans-serif;
}
.name_check a {
	background:#5585d3;
	color:#fff;
	padding:5px 20px;
	display:inline-block;
	border-radius:3px;
	margin:0 auto;
}

