@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');

body {
	font-family: 'Nanum Gothic', sans-serif !important;
}

li {
	list-style: none;
}

h3 {
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
}

a, a:hover, a:focus {
	text-decoration: none;
}

header {
	position: relative;
	z-index: 100;
}

#top_menu {
	background: #8ea901;
	height: 30px;
	line-height: 30px;
}

#top_menu > div > p {
	float: right;
}

#top_menu > div > p > a {
	color: white;
	font-weight: bold;
	vertical-align: top;
}

#top_menu > div > p > span {
	color: white;
	margin: 0 5px;
	font-size: 10px;
	vertical-align: top;
}

#logo_img {
	width: 200px;
	height: 70px;
}

#main_menu {
	border:1px solid #ccc;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	padding-left: 40px;
	position:relative;
}

#main_menu > ul {
	list-style-type: none;
	width: 100%;
	overflow:hidden;
}

#main_menu > ul > li {
	float: left;
	display: inline-block;
	width: 120px;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
}

#main_menu > ul > li:first-child {
	width: 200px;
	margin-right: 60px;
	height: 80px;
	margin-top: 0;
}

#main_menu > ul > li:first-child::after, #main_menu > ul > li:nth-child(2)::after {
	content:"";
}

#main_menu > ul > li > a {
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

#main_menu > ul > li > a:hover {
	color: #8ea901;
}

.submenu {
	position: absolute;
}

.submenu > li {
	display: inline-block;
}

#main_menu ul {
	margin: 0px;            
	padding: 0px;           
}

#main_menu ul li {  
	vertical-align: middle;     
	text-align: center;              
}

.menuLink {
	color: white;
}

.longLink {
	width: 190px;   
}

.submenuLink {         
	color: white;
}

.submenu {
	position: absolute;     
	height: 0px;            
	overflow: hidden;       
	transition: height .2s; 
	-webkit-transition: height .2s; 
	-moz-transition: height .2s; 
	-o-transition: height .2s; 
	width: 100%;           
	left: 0;   
	bottom:-30px;             
	background-color: #8ea901;
	border-radius: 0 0 10px 10px;
	font-weight: bold;
}

.submenu li {
	display: inline-block;
	margin-right : 25px;
}

.topMenuLi:hover .submenu { 
	height: 35px;       
	line-height: 35px;    
}

.submenuLink:hover {        
	color: yellow;
}

#mainContainer {
	min-height: 726px;
}

#mainContainer > article > div {
	width: 100%;
}

footer {
	background: #605515;
	color: white;
	padding: 20px 0;
	width: 100%;
	margin-top: 30px;
}

footer a, footer a:hover, footer a:focus {
	color: white;
}

footer > div > div:first-child {
	width: 150px;
	margin-right: 30px;
}

footer > div > div:nth-child(2) {
	width: 680px;
	line-height: 25px;
}

footer > div > div:last-child {
	width: 280px;
}

footer > div > div:last-child > span {
	margin: 0 5px;
}

footer > div > div {
	float: left;
	height: 60px;
}

section > article > div:last-child {
	margin-right: 0;
}

#photo {
	margin-top: 20px;	
}

#photo > ul > li {
	float: left;
	width: 83px;
	margin-right: 5px;
}

#photo > ul > li:last-child {
	margin-right:0;
}

#photo > ul > li > a > img {
	width: 83px;
	height: 83px;
}

.regist_date {
	float: right;
}

.more_btn {
	color: #ff5400;
	font-weight: bold;
	float: right;
}


#news > p > a, #photo > p > a, #notice > p > a {
	color: #8ea901;
	font-weight: bold;
}

#news > ul > li {
	list-style: inside;
	height: 23px;
}

#news > p > a > strong, #photo > p > a > strong , #notice > p > a > strong {
	font-size: 20px;
	font-weight: bold;
	color: #5d6f00;
}

#notice > ul > li {
	list-style: inside;
	width: 100%;
	height: 23px;
}

#notice > ul > li > a {
	color: #333;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 240px;
	display: inline-block;
	overflow: hidden;
}

.textAlignCenter {
	text-align: center;
}

.admin_btn {
	display: none;
}

.table > thead > tr > th {
	border-bottom: 0;
	border-top: 2px solid #8ea901 !important;
	background: #eee;
	text-align: center;
}

.table > tbody > tr > td {
	text-align: center;
}

#paging_wrap {
	text-align: center;
	width: 100%;
}

.pagination {
	margin: 0;
}

#left_menu {
	margin-top: 20px;
	min-height: 500px;
}

#left_menu > div {
	position: relative;
}

#left_menu > div > h2 {
	width: 100%;
	height: 85px;
	margin: 0;
	background: #f5d62e;
	color: white;
	font-weight: bold;
	position: absolute;
	top:0;
	border-radius: 15px 15px 0 0;
	padding: 15px 30px;
}

#left_menu > div > ul {
	width: 100%;
	min-height: 300px;
	background:#adc853;
	border-radius: 15px;
	padding: 20px;
	position: absolute;
	top: 65px;
}

#left_menu > div > ul > li {
	border-bottom: 1px solid white;
	padding: 10px;
	font-size: 18px;
}

#left_menu > div > ul > li:last-child {
	border: 0;
}

#left_menu > div > ul > li > a {
	color: white;
	font-weight: bold;
	display: block;
}

#left_menu > div > ul > li > a:hover, #left_menu > div > ul > li > a:focus {
	color: #e6ec1a;
}

#left_menu > div > ul > li > a > .fa-angle-right {
	float: right;
	line-height: 25px;
}

#notice_content_area {
	min-height: 200px;
}

#index_board_area {
	margin-top: 20px;
}

#headingText {
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
}

#organization_wrap {
	position: relative;
	margin-top:50px;
}

#organization_wrap > div {
	width: 50%;
	height:200px;
	border-top: 1px solid #eedf91;
	border-bottom: 1px solid #9cc6e8;
	float: left;
}

#organization_wrap > div:first-child {
	border-right: 1px solid #9cc6e8;
}

.flag {
	width: 100px;
	height: 100px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	background: #95c9fd;
	position:absolute;
	text-align: center;
	display: inline-block;
}

.flag::after {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	content:"";
	position: absolute;
	left: 0;
	top: 100px;
}

.flag_blue::after {
	border-top: 30px solid #95c9fd;
}

.flag_pink::after {
	border-top: 30px solid #f4aecd;
}

.flag_yellow::after {
	border-top: 30px solid #f7db6f;
}

#subpage_img_wrap > img {
	width: 100%;
}

#gallery_list_wrap {
	margin-bottom:20px;
	padding:0;
}

#introduce_content_area {
	background-image: url("../image/introduce.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 550px;
}

#gallery_list_wrap > .col-md-3 {
	margin-bottom: 15px;
} 

.gallery_list_img_wrap > a > img {
	width: 100%;
	height:125px;
}

#gallery_content_area img {
	width: 100%;
}

#purpose > div:first-child > p {
	border: 1px solid #ccc;
	border-radius: 10px 10px 0 0;
	border-bottom: 5px solid #70b6ff;
	padding: 20px;
	text-align: center;
	height: 80px;
	line-height: 38px;
	font-weight: bold;
}

#purpose > div:first-child > p:nth-child(2) {
	margin: 0 96px;
	width: 80px;
	border-radius: 50%;
	border: 0;
	background: #ff6f6f;
	color: white;
}

#purpose > div:first-child > p:last-child {
	line-height: 20px;
}

#purpose > div:last-child > p {
	width: 198px;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	margin-right: 10px;
	border-bottom: 5px solid #70b6ff;
}

#purpose > div:last-child > p:last-child {
	margin-right: 0;
}

#main_menu > ul:after, #photo > ul:after, #index_board_area:after, #organization_wrap:after, #purpose > div:after {
	clear: both;
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
}

#academy_wrap > img {
	width: 100%;
}

.tab-content > div > p > img {
	width: 100%;
}

#serveyForm > table td {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

#serveyForm > p {
	text-align: center;
	margin: 15px 0;
}

#serveyForm > table th {
	background: #eaeaea;
	padding: 15px;
	border-bottom: 1px solid #333;
	text-align: center;
	font-size: 12px;
}

#serveyForm > table th:first-child {
	text-align: left;
}

.radio_area {
	text-align: center;
	width: 110px;
}

.radio_area > input[type="radio"] {
	width: 20px;
	height: 20px;
}