/* HEADER
 * FOOTER
 *
 * FRONT-PAGE
 *
 *
 */

body > header {
	min-width:1200px;
	border-bottom : 1px solid #bebdbd;
}
header .user-area{
	background-color:#78b600;
}
header .user-area .utils-button{
	float:left;
}
header .user-area .member-button{
	background-color:#454c55;
	float:right;
}
header .user-area .utils-button li{
	margin-right: 27px;
	float:left;
}
header .user-area .member-button li {
	display:inline-block;
}
header .user-area .member-button li a{
	padding:0 20px;
	border-right:1px solid #fff;
}
header .user-area .member-button li:last-child a{
	border-right:0;
}
header .user-area a {
	font-weight:bold;
	font-size:12px;
	color:#fff;
	line-height:37px;
}
header .user-area a img{
	vertical-align: middle;
	margin-right:5px;
}
header .navigation-area{
	padding:20px 0;
}
header .navigation-area .logo{
	float:left;
}
header .navigation-area .logo a{
	display:block;
	width:174px;
	height:60px;
	background:url(../img/logo.png?0423) no-repeat left top / cover;
	text-indent: -9999em;
}
header .navigation-area .gnb{
	float:right;
}
header .navigation-area .gnb > li{
	float:left;
	padding:0 30px;
	position:relative;
	z-index:2;
}
header .navigation-area .gnb > li:before{
	content:'';
	position:absolute;
	top:0;left:0;right:0;
	height:1px;
	background:#d7d7d7;
	display:none;
}

header .navigation-area .gnb > li.current{
	box-sizing: content-box;
	border:1px solid #d7d7d7;
	border-top:0;
	border-bottom:0;
}
header .navigation-area .gnb > li.current:before{
	display:block;
}
header .navigation-area .gnb > li.current > a{
	color:#2d8b10;
}
header .navigation-area .gnb > li.current .sub{
	display:block;
}
header .navigation-area .gnb > li:last-child{
	margin-right:0;
}
header .navigation-area .gnb > li > a{
	width:120px;
	display:block;
	font-weight:bold;
	font-size:17px;
	line-height:60px;
	color:#000;
	text-align:center;
}
header .navigation-area .gnb > li .sub{
	display:none;
	padding:30px;
	background:#fff;
	position:absolute;
	top:100%;
	left:-1px;
	right:-1px;
	border:1px solid #d7d7d7;
	border-top:0;
	z-index: -1;
}
header .navigation-area .gnb > li .sub li{
	margin-bottom:10px;
}
header .navigation-area .gnb > li .sub li:last-child{
	margin-bottom:0;
}
header .navigation-area .gnb > li .sub li a{
	letter-spacing: -0.01rem;
	display:block;
	line-height:27px;
	color:#000;
	font-weight:bold;
	font-size:14px;
}
header .navigation-area .search-button{
	float:right;
}
header .navigation-area .search-button p{
	line-height:60px;
	margin-left:20px;
	cursor:pointer;
	padding:0 10px;
}
header .navigation-area .search-button p img{
	vertical-align: middle;
}
.top-area{
	margin-top:30px;
	margin-bottom:21px;
}
.top-area .main > div{
	float:left;
}
.top-area .main > div.slide-wrap{
	width:740px;
	border:1px solid #d7d7d7;
	border-width:1px 0 1px 1px;
}
.top-area .main > div.slide-wrap .slider > div {
	height:445px;
}
.top-area .main > div.slide-wrap .slider > div.first{
	background:url(../img/main-banner.png?180829)no-repeat center center / cover;
	position:relative;
}
.top-area .main > div.slide-wrap .slider > div.second{
	background:url(../img/main-banner2.png)no-repeat center center / cover;
	position:relative;
}
.top-area .main > div.slide-wrap .slider > div.third{
	background:url(../img/main-banner3.jpg)no-repeat center center / cover;
	position:relative;
}
.top-area .main > div.slide-wrap .slider > div.first a{
	display:none;
	position:absolute;
	background:url(../img/link-button.png?18);
	width:208px;
	height:41px;
	text-indent: -9999em;
	top:300px;
	left:40px;
}
.main .bx-wrapper .bx-controls-direction a{
	width:27px;
	height:51px;
	background-image: url(../img/main-slide-control.png);
	background-position:0 0;
}
.main .bx-wrapper .bx-controls-direction a.bx-next{
	background-position:-27px 0;
}
.main .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:13px;
}
.main .bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff;
	border:1px solid #d7d7d7;
	width:10px;
	height:10px;
	box-sizing: content-box;
	border-radius: 50%;
}
.main .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#8fc032;
	border-color:#fff;
}
.carousel-wrap .bx-wrapper .bx-controls-direction a{
	width:27px;
	height:36px;
	background-image:url(../img/gallery-slide-control.png);
	background-position:0 0;
}
.carousel-wrap .bx-wrapper .bx-controls-direction a.bx-next{
	background-position:-27px 0;
}
.carousel-wrap .bx-wrapper .bx-prev{
	left:0;
}
.carousel-wrap .bx-wrapper .bx-next{
	right:0;
}
.top-area .main > div.main-board-wrap{
	width:460px;
	background-color:#f3f5f8;
	border:1px solid #d7d7d7;
}
.seperated-board{
	border:1px solid #d7d7d7;
	border-width:0 1px;
}
.seperated-board .board{
	width:50%;
	float:left;
}
.seperated-board .board.bamm{
	border-right:1px solid #d7d7d7;
}
.seperated-board .board .basic-listed li a{
}

/* 게시판 목록 스킨 */
/* 하단 공간 */
.board {
    border-bottom: 1px solid transparent;
}

.board .head{
	padding:15px 15px 0;
}
.board .head h5{
	float:left;
	font-size:17px;
	font-weight:bold;
	line-height:40px;
	color:#47C83E;
}
.board .head a{
	float: right;
	margin-top:12px;
}

/* 하단 선 */
.full-board .board .head{
	padding:0 15px 0;
	border-bottom: 2px solid transparent;
	position:relative;
}
.full-board .board .head:before{
	content:'';
	position:absolute;
	width:110px;
	height:2px;
	left:0;
	bottom:-2px;
	background:transparent;
}


.carousel-wrap, .board .basic-listed{
	padding:5px 15px 15px;
}
.dated.board .basic-listed li:after{
	content:'';
	display:block;
	clear:both;
}
.dated.board .basic-listed li a{
	width:80%;
	float:left;
}
.dated.board .basic-listed li time{
	float:right;
	text-align:right;
	font-size:14px;
	line-height:30px;
}
.board .basic-listed li a{
	display:block;
	font-size:14px;
	line-height:30px;
	color:#666667;
	height:30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.board .basic-listed li a:before{
	content:'·';
	font-weight:bold;
	display:inline-block;
	width:15px;
	text-align:center;
}


.main-board-wrap .important-button{
}
.main-board-wrap .important-button li{
	float:left;
	width:33.33%;
	border-right:1px solid #d7d7d7;
}
.main-board-wrap .important-button li:last-child{
	border-right:0;
}
.main-board-wrap .important-button li a{
	height:79px;
	display:block;
	text-indent: -9999em;
	background:#fff url(../img/important-button.png?v=190125.3) no-repeat;
}
.main-board-wrap .important-button li:nth-child(1) a{
	background-position: 0 0;
}
.main-board-wrap .important-button li:nth-child(2) a{
	background-position: -150px 0;
}
.main-board-wrap .important-button li:nth-child(3) a{
	background-position: -300px 0;
}

.mid-area{
	margin-bottom:30px;
}
.mid-area .box{
	height:190px;
	border:1px solid #d7d7d7;
	position:relative;
}
.mid-area .model_01{
	background:url(../img/mid-button1.png?180816?180829);
}
.mid-area .model_05{
	background:url(../img/mid-button5.png?180816?180829);
}
.mid-area .model_06{
	background:url(../img/mid-button6.png?180816?180829);
}
.mid-area .model_02{
	padding-top:103px;
	text-align:center;
	background:url(../img/mid-button2.png?180829.2) center center / 100% 100%;
	word-spacing: 8px

}
.mid-area .model_01 a{
	position:absolute;
	width:100px;
	height:25px;
	background: rgba(0,0,0,0);
	left:250px;
	bottom:10px;
	border-radius:10px;
	text-indent: -9999em;

}
.mid-area .model_02 a{
	display:inline-block;
	width:220px;
	height:57px;
	background:rgba(0,0,0,0);
	text-indent: -9999em;
}
.sns-wrap .head h6{
	display:inline-block;
	background:#f0f2f6;
	padding-left:25px;
	line-height:40px;
	font-weight:bold;
	color:#38559a;
	border:1px solid #d7d7d7;
	border-bottom:0;
	width:190px;
}
.sns-wrap .head h6 img{
	position:relative;
	top:4px;
	margin-right:5px;
}
.list-wrap{
	border:1px solid #d7d7d7;
	text-align:center;
	background:#f0f2f6;
	padding:20px 30px;
	border:1px solid #d7d7d7;
}
.facebook ul{
	padding:12px;
	background:#e9ebee;
	min-height:100%;
}
.facebook ul li{
	padding:10px;
	background:#fff;
	border-bottom:1px solid #eee;
}
.facebook ul li:hover{
	background:#f8f8f8;
}
.facebook ul li:after{
	content:'';
	display:block;
	clear:both;
}
.facebook ul li .imgwrap{
	float:left;
	width:50px;
	height:50px;
	border-radius:50%;
	border:1px solid #d7d7d7;
	overflow: hidden;

}
.facebook ul li .textwrap{
	font-size:14px;
	line-height:18px;
	color:#000;
	padding-left:15px;
	float:left;
	width:calc(100% - 50px);
	word-break: break-all;
}
.facebook ul li .imgwrap a{
	display:block;
}

footer{
	background:#40454f;
	color:#fff;
	padding:40px 0;
	min-width:1200px;
}
footer .logo{
	float:left;
}
footer .logo a{
	display:block;
	width:150px;
	height:47px;
	background:url(../img/f-logo.png) no-repeat;
	text-indent: -9999em;
}
footer .party-info{
	float:right;
}
footer .party-info ul {
	margin-bottom:10px;
}
footer .party-info li{
	padding: 0 15px;
	float:left;
	font-size:13px;
	border-right:1px solid #fff;
}
footer .party-info li:first-child{
	padding-left:0;
}
footer .party-info li:last-child{
	border-right:0;
}
footer .party-info p {
	font-size:13px;
	color:#adafb3;
}
.SandboxRoot.env-bp-550 .timeline-Tweet-text{
	font-size:14px;
}

/*
 * Consitution
 *
 */
.page-banner{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+52,359001+53 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 52%, #359001 53%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 52%,#359001 53%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 52%,#359001 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#359001',GradientType=1 ); /* IE6-9 */
	border:1px solid #d7d7d7;
	border-width:0 0 1px;
}
.navigator{
	text-align:center;
	border-bottom:1px solid #d7d7d7;
}
.navigator li {
	display:inline-block;
}
.navigator li a{
	display:block;
	line-height:56px;
	height:56px;
	font-size:16px;
	padding:0 20px;
	color:#818181;
	font-weight:bold;
	position:relative;
}
.navigator li a:after{
	content:'';
	position: absolute;
	bottom:0;
	width:100%;
	left:0;
	height:4px;
	background:#78b600;
	display:none;
}
.navigator li.current a{
	/* color:#333; */
	color: #78b600;
}
.navigator li.current a:after{
	display:block;
}
.bread-crumbs{
	text-align:right;
	margin-top:21px;
	margin-bottom:30px;
	line-height:40px;
}
.bread-crumbs li {
	display:inline-block;
	padding-left:10px;
	margin-left:10px;
}
.bread-crumbs li a {
	display:block;
	color:#a3a3a3;
	font-weight:bold;
}
.bread-crumbs li:last-child a{
	color:#343434;
	position:relative;
}
.title{
	margin-bottom:42px;
}
.title h3{
	position:relative;
	padding-left:30px;
	float:left;
	font-size:25px;
	line-height:42px;
}
/* .title h3:after{
	content:'';
	position:absolute;
	width:15px;
	height:15px;
	border:5px solid #78b600;
	border-radius:50%;
	top:13px;left:0;
} */
.title a{
	display:block;
	float:right;
}

#accordion h3, #acco h3{
	padding-left:40px;
	line-height:53px;
	height:53px;
	font-size:17px;
	font-weight:bold;
	border:1px solid #d7d7d7;
	margin-bottom:10px;
	background:#f3f5f8;
}
#accordion h3 + div{
	white-space: pre-wrap;
    position:relative;
}
#accordion h3 + div .down{
    position:absolute;
    right:20px;
    top:20px;
}

#accordion h3 + div b{
	font-weight:bold;
	line-height:27px;
}
#acco h3 + div, #accordion h3 + div{
	border:1px solid #d7d7d7;
	margin-bottom:10px;
	padding:40px;
	background:#fff;
	font-size:15px;
	line-height:21px;
}
#acco h3 + div p{
	margin-bottom:21px;
}
#acco h3 + div ul{
	padding-left:20px;
	margin-bottom:21px;
}
.bo_fx{
	float:none;
}
.intro_banner {
	margin-bottom:60px;
}
.intro_text{
	white-space:pre-wrap;line-height:30px;font-size:18px;margin-bottom:70px;
}
.intro_foot{
	text-align:right;margin-bottom:100px;
}
.frame_wrap{
	margin-bottom:40px;
}
table.basic{
	position:relative;
	width:100%;
	border-top:3px solid #78b600;
	line-height:60px;
}
table.basic:after{
	content:'';
	position:absolute;
	left:0;
	top:-1px;
	height:3px;
	width:150px;
	background:#f27733;
}
table.basic tr{
	border-bottom:1px solid #d7d7d7;
}
table.basic tr th{
	width:120px;
	background:#f3f5f8;
	text-align:center;
}
table.basic tr td{
	padding-left:20px;
}
.area{
	margin-bottom:100px;
}
.clearfix .option{
	float:left;
}
.clearfix .option input[type="checkbox"]{
	display:none;
}
.clearfix .option input[type="checkbox"] + label{
	line-height:40px;
	font-size:16px;
}
.clearfix .bo_w_tit{
	float:left;
}
.on .main_search{
	display:block;
}
.main_search{
	z-index:99999;
	padding:30px 0;background:#f8f8f8;display:none;
	position: absolute;
	top:138px;
	left:0;
	right:0;
	text-align:center;
}
.main_search #sch_stx{
	padding:10px;
	width:430px;
	font-size:14px;
	line-height:30px;
	float:left;
	border:0;
}
.main_search #sch_submit{
	height:50px;
	width:50px;
	text-align:center;
	color:#fff;
	background:#9d9d9d;
	border: 0;
	float:left;
}
#bo_w table{
	border-top:2px solid #000;
	width:100%;
}
#bo_w table td, #bo_w table th{
	border:1px solid #d7d7d7;
}
#bo_w table td{
	border-right:0;
	padding:13px 22px;
}
#bo_w table th{
	width:140px;
	border-left:0;
	background:#f3f5f8;
}
#bo_w table th.require:after{
	content:'*';
	color:#f00;
}
#bo_w table input{
	border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
#bo_w table .full_input .frm_file{
	margin-bottom:10px;
}
#bo_w table .full_input .frm_file:last-child{
	margin-bottom:0;
}
.bot-area, #calendar{
	margin-bottom:50px;
}
#bo_v_title .bo_v_tit{
	margin:0;
	padding:15px 0;
	border-top:3px solid #323232;
    border-bottom:1px solid #666;
}
.view_image {
	text-align: center;
}

#bo_v_con table{
	border-top:2px solid #000;
	width:100%;
}
#bo_v_con table td, #bo_v_con table th{
	border:1px solid #d7d7d7;
    vertical-align: middle;
}
#bo_v_con table td{
	border-right:0;
	padding:13px 22px;
}
#bo_v_con table th{
	width:140px;
	border-left:0;
	background:#f3f5f8;
}
#bo_v_con table th.require:after{
	content:'*';
	color:#f00;
}
#bo_v_con table input{
	border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.cmt_btn{
	background-image: none;
}
.navigator+.container{
	margin-bottom:50px;
}
#fregisterform .frm_info{
	line-height:21px;
}
.soso{
	margin:60px 0 150px;
}
#bo_list .td_datetime{
	width:130px;
}
#foo{
	height: 50px;
	line-height:50px;
	padding:0 16px;
	min-width:250px;
}
#bo_gall .gall_text_href{
}
#bo_gall .gall_text_href a:not(.bibi){
	max-width:auto;
	display:block;
	text-align:center;
	font-size:20px;
}
#calendar .fc-day-grid-event .fc-content{
	white-space:normal;
	overflow: auto;
}
.quick{
	border-top: 1px solid #78b600;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom:1px solid #78b600;
	float:left;
	width:210px;
	background:#fff;
}
.quick h6{
	line-height:80px;
	text-align:center;
	color:#fff;
	font-size:21px;
	background:#78b600;
	border-bottom:3px solid #3a424c;
}
.quick > ul > li > a{
	line-height:50px;
	height:50px;
	font-size:17px;
	border-bottom : 1px solid #d7d7d7;
	font-weight: bold;
}
.quick > ul > li.on > a {
	background-color: #78B600;
    color: #fff;
}
.quick > ul > li ul li a:before{
	content:'- ';
}
.quick > ul > li ul{
	padding:15px 0;
}
.quick > ul > li ul li a{
	line-height:30px;
	font-size:14px;
}
.quick > ul > li a{
	padding-left:30px;
	display:block;
}
.quick span{
    display:none;
}

.baba a{
	font-weight:bold;
}
.position{
	display:block;font-size:16px;text-align:center;color:#666;line-height:21px;font-weight:400;
}
#hd_pop{
	width:1200px;
	margin:auto;
}

.common_title{
    font-size: 28px;
    color: #323232;
    border-bottom: 1px solid #d7d7d7;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 10px;
}

.bread_crumb{
	text-align:right;
	padding:15px 0;
}
.bread_crumb li{
	display:inline-block;
	font-size:14px;
	color:#a3a3a3;
	margin-left:10px;
}
.bread_crumb li:last-child{
	color:#343434;
	font-weight:bold;
}
.bread_crumb li .fa{
	font-size:16px;
}

/*
side-nav css
*/
.content_side_nav{
	width:205px;
	float:left;
}
.content_side_nav h4{
	line-height:80px;
	height:80px;
	font-size:21px;
	color:#fff;
	text-align:center;
	background:#78b600;
	border-bottom:3px solid #3a424c;
}
.content_side_nav ul.nav{
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	padding:30px;
}
.content_side_nav ul.nav li a{
	font-size:15px;
	color:#333;
	line-height:29px;
}
.content_side_nav ul.nav li a:before{
	content:'- ';
}
.content_side_nav .sns_wrap{
	padding:15px 30px;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:2px solid #78b600;
}
.content_side_nav .sns_wrap h5{
	font-weight: bold;
	font-size:13px;
	line-height:27px;
	margin-bottom:10px;
}
.content_side_nav .sns_wrap ul{
	text-align: justify;
}
.content_side_nav .sns_wrap ul li{
	display:inline-block;

}
.content_side_nav .sns_wrap ul li a{
	display:block;
	font-size:10px;
	text-align:center;
}
.content_side_nav ul.nav li.current a{
	color:#78b600;
}
.button_1{
	display:inline-block;
	background:#78bb19;
	padding:0 10px;
	border-radius:5px;
	line-height:35px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border:0;
	vertical-align: top;
	margin-right:10px;
}
.button_1:last-child{
	margin-right:0;
}
.button-wrap{
	padding:10px 0;
	text-align:right;
}

body > header{
	border-bottom:5px solid #78bb19;
}
header .user-menu{
	border-top:5px solid #595959;
	border-bottom:1px solid #ddd;
}
header .user-menu a{
	display:block;
	line-height:35px;
	font-size:12px;
	color:#535353;
	padding:0 10px;
}
header .user-menu .util-menu{
	float:left;
}
header .user-menu .util-menu li:first-child a{
	border-left:1px solid #ddd;
}
header .user-menu .util-menu li:last-child a .fa{
	color:#0471be;
}
header .user-menu .util-menu a{
	border-right:1px solid #ddd;
}
header .user-menu .util-menu a .fa{
	margin-right:5px;
}
header .user-menu .member-menu{
	float:right;
}
header .user-menu li {
	float:left;
}
header .nav-menu{
	padding:21px 0;
}
header .nav-menu h1, .nav-menu .container > ul > li {
	float:left;
}

div.container div.wrap div.title {
	float: left;
}
header .nav-menu h1 a{
	display:block;
	width:175px;
	height:60px;
	background:url(../img/logo.png) no-repeat;
	text-indent:-9999em;
	background-size:cover;
}
header .nav-menu div.container > ul{
	float:right;
	position: relative;
	z-index: 100;
}
header .nav-menu div.container > ul > li > .fa , header .nav-menu div.container > ul > li > a{
	display:block;
	font-size:18px;
	color:#353535;
	line-height:60px;
}
header .nav-menu div.container > ul > li{
	margin-left:15px;
	position:relative;
	z-index:1;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-bottom:1px solid transparent;
}
header .nav-menu div.container > ul > li > a{
	font-weight:bold;
	padding:0 25px;
}
header .nav-menu div.container > ul > li#search{
	cursor:pointer;
}
header .nav-menu div.container > ul > li:not(#search):hover{
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid transparent;
}
header .nav-menu div.container > ul > li:after{
	display:none;
	content:'';
	position:absolute;
	left:0;right:0;
	top:60px;
	height:1px;
	background:#fff;
}
header .nav-menu div.container > ul > li:hover:after, header .nav-menu div.container > ul > li:hover .sub{
	display:block;
}
header .nav-menu div.container > ul > li .sub{
	box-sizing: content-box;
	display:none;
	background:#fff;
	position:absolute;
	width:150px;
	padding:40px 0;
	border:1px solid #d7d7d7;
	top:60px;
	left:-1px;
	z-index:-1;
}
header .nav-menu div.container > ul > li:nth-child(4) .sub{
	left:auto;
	right:-1px;
    width: 180px;
}
header .nav-menu div.container > ul > li .sub:after{
	content:'';
	display:block;
	clear:both;
}
header .nav-menu div.container > ul > li .sub li{
	float:left;
	width:100%;
}
header .nav-menu div.container > ul > li .sub li:nth-child(2n-1){
	/* border-right:1px solid #d7d7d7; */
}
header .nav-menu div.container > ul > li .sub li a{
	color:#666;
	display:block;
	line-height:36px;
	text-align:center;
}
header .nav-menu div.container > ul > li .sub li a:hover{
	color:#78bb19;
	text-decoration:underline;
}

header .nav-menu div.container > ul > li > .fa{
	margin-left:50px;
	font-size:20px;
	color:#78bb19;
}
.content-wrap{
	float:right;
	width:900px;
}
.family_site {
    width: 200px;
    margin-bottom: 15px;
}
.displayNone {
    display: none;
}

/* full Callandar Event Color */
.fc-event, .fc-event-dot {
	background-color: #78b600;
}
.fc-event {
	border-color: #78b600;
}

/* Tab Active Color 정강정책,당헌,당규,사람들 */
div.container div#insc h3.ui-state-active {
	background-color: #78b600;
    color: #fff;
}
#accordion h3.ui-state-active, #acco h3.ui-state-active {
	background-color: #78b600;
    color: #fff;
}
