a:link { text-decoration: none; color: #424244; }
a:visited { text-decoration: none; color: #424244; }
a:hover { text-decoration: none; color: #21405D; }


/* 연수참여자후기 PC 100% */
.main100_btn {
    background-color: #299869; /* Green */
    border: none;
    color: white;
	width: 98%;	height: 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:5px;
}
.main100_btn1 {
    background-color: #299869; 
    color: white;
    border: 2px solid #299869;
}
/* 연수참여자후기 모바일 100% */
.main100_btn_m {
    background-color: #299869; /* Green */
    border: none;
    color: white;
	width: 98%;	height: 48px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:5px;
}
.main100_btn_m1 {
    background-color: #299869; 
    color: white;
    border: 2px solid #299869;
}


/* 검색 */
.m_button_search {
    background-color: #333333; /* Green */
    border: none;
    color: white;
	width: 50px;	height: 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.m_button_search1 {
    background-color: #333333; 
    color: white;
    border: 2px solid #333333;
}
/* 검색 */
.button_search {
    background-color: #333333; /* Green */
    border: none;
    color: white;
	width: 90px;	height: 33px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button_search1 {
    background-color: #333333; 
    color: white;
    border: 2px solid #333333;
}

/* 달력으로 보기 */
.but_calendar {
    background-color: #3C5A91; /* Green */
    border: none;
    color: white;
	width: 100px;	height: 33px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.but_calendar1 {
    background-color: #3C5A91; 
    color: white;
    border: 2px solid #3C5A91;
}


/* 신청하기 */
.but70_submit {
    background-color: #1a54cd; /* Green */
    border: none;
    color: white;
	width: 100%;	height: 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.but70_submit1 {
    background-color: #1a54cd; 
    color: white;
    border: 2px solid #1a54cd;
}


/* 신청하기 */
.button_submit {
    background-color: #1a54cd; /* Green */
    border: none;
    color: white;
	width: 120px;	height: 33px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button_submit1 {
    background-color: #1a54cd; 
    color: white;
    border: 2px solid #1a54cd;
}

/* 행정 과제제출 100% */
.report100_submit {
    background-color: #284EC8; /* Green */
    border: none;
    color: white;
	width: 200px;	height: 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:5px;
}
.report100_submit1 {
    background-color: #284EC8; 
    color: white;
    border: 2px solid #284EC8;
}
/* 행정 과제취소 100% */
.report100_cancel {
    background-color: #909090; /* Green */
    border: none;
    color: white;
	width: 200px;	height: 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:5px;
}
.report100_cancel1 {
    background-color: #909090; 
    color: white;
    border: 2px solid #909090;
}


/* 신청하기 100% */
.button100_submit {
    background-color: #62B2D3; /* Green */
    border: none;
    color: white;
	width: 100%;	height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button100_submit1 {
    background-color: #62B2D3; 
    color: white;
    border: 2px solid #62B2D3;
}
/* 신청하기 100% */
.button101_submit {
    background-color: #6E86CC; /* Green */
    border: none;
    color: white;
	width: 100%;	height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button101_submit1 {
    background-color: #6E86CC; 
    color: white;
    border: 2px solid #6E86CC;
}
/* 신청하기 100% */
.button102_submit {
    background-color: #7A88B5; /* Green */
    border: none;
    color: white;
	width: 100%;	height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button102_submit1 {
    background-color: #7A88B5; 
    color: white;
    border: 2px solid #7A88B5;
}
/* 신청하기 100% */
.button103_submit {
    background-color: #A294EB; /* Green */
    border: none;
    color: white;
	width: 100%;	height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button103_submit1 {
    background-color: #A294EB; 
    color: white;
    border: 2px solid #A294EB;
}


/* 신청완료 */
.button_completed {
    background-color: #778E3F; /* Green */
    border: none;
    color: white;
	width: 120px;	height: 33px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button_completed1 {
    background-color: #778E3F; 
    color: white;
    border: 2px solid #778E3F;
}


/* 수강 정정하기 */
.button_modify {
    background-color: #6746EC; /* Green */
    border: none;
    color: white;
	width: 120px;	height: 33px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button_modify1 {
    background-color: #6746EC; 
    color: white;
    border: 2px solid #6746EC;
}

/* 수강 정정하기 100% */
.button100_modify {
    background-color: #6746EC; /* Green */
    border: none;
    color: white;
	width: 100%;	height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button100_modify1 {
    background-color: #6746EC; 
    color: white;
    border: 2px solid #6746EC;
}
/* 도서 정정하기 100% */
.book100_modify {
    background-color: #8F2B9B; /* Green */
    border: none;
    color: white;
	width: 100%;	height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.book100_modify1 {
    background-color: #8F2B9B; 
    color: white;
    border: 2px solid #8F2B9B;
}



/* 모듈 택스트 */
.button_module {
    background-color: #6746EC; /* Green */
    border: none;
    color: white;
	width: 300px;	height: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
	font-weight:bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius:3px;
}
.button_module1 {
    background-color: #6746EC; 
    color: white;
    border: 2px solid #6746EC;
}
