@charset "utf-8";

/**[Layout]********************************************************/
	#_wrap {
	}
	#_wrap #_wrapHeader {
		background-color: #fff;
		/*border-bottom: 1px #ddd solid;*/
	}
	#_wrap #_wrapHeader #_header {
		position: relative;
	}
	#_wrap #_wrapArticle {
	}
	#_wrap #_wrapArticle #_container {
		position: relative;
		height: 500px;
		min-height: 500px;
	}
	#_wrap #_wrapFooter {
		background-color: #e7e7e7;
		/*border-top: 1px #ddd solid;*/
	}
	#_wrap #_wrapFooter #_footer {
		position: relative;
		/*height: 50px;*/
	}
	#_wrap #_wrapFooter #_footer ._directWrap{
		border-bottom: 1px #ddd solid;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#_wrap #_wrapFooter #_footer ._directWrap ._direct h2,
	#_wrap #_wrapFooter #_footer ._directWrap ._direct ul,
	#_wrap #_wrapFooter #_footer ._directWrap ._direct ul li{
		float: left;
	}
	#_wrap #_wrapFooter #_footer ._directWrap ._direct h2{
		border-left: 1px #ddd solid;
		border-right: 1px #ddd solid;
		padding: 0 30px 0 15px;
		margin-right: 1em;
		background: url("../images/directH2.gif") no-repeat 90px 50%;
	}
	#_wrap #_wrapFooter #_footer ._directWrap ._direct ul li a{
		display: block;
		color: #363636;
		font-size: 1.1em;
		padding: 0 1em;
		background: url("../images/directGab.gif") no-repeat left 50%;
	}
	#_wrap #_wrapFooter #_footer ._directWrap ._direct ul li:first-child a{
		background-image: none;
	}
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap {
		position: relative;
	}
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap ._jumpMenu {
		text-align: center;
	}
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap ._jumpMenu h2{
		display: none;
	}
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap ._jumpMenu select {
	  width:78%;
	}
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap ._jumpMenu select,
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap ._jumpMenu button{
		height: 30px;
	}
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap ._jumpMenu select{
		border-color: #56718e;
	}
	#_wrap #_wrapFooter #_footer ._jumpMenuWrap ._jumpMenu button{
		height: 30px;
		border: 0;
		background-color: #24314c;
		color: #fff;
		padding: 0 1em;
	}
	#_wrap #_wrapFooter #_footer ._addressWrap{
		color: #6a6a6a;
		padding: 30px 0;
	}
	#_wrap #_wrapFooter #_footer ._addressWrap ._info{
		/*display: inline-block;
		*zoom: 1;
		_display: inline;*/
	}
	#_wrap #_wrapFooter #_footer ._addressWrap ._info span{
		/*float: left;*/
		padding: 0 1em;
		line-height: normal;
		border-left: 1px #ccc solid;
	}
	#_wrap #_wrapFooter #_footer ._addressWrap ._info span._address{
		border: 0;
		padding: 0 1em 0 0;
	    line-height:20px;
	    font-weight:bold;
	}
	#_wrap #_wrapFooter #_footer ._addressWrap ._copyright{
		font-size: 0.9em;
		line-height: 2;
	}
	#_wrap #_wrapHeader #_header,
	#_wrap #_wrapArticle #_container,
	#_wrap #_wrapFooter #_footer ._sWidth{
	  	position: relative;
		margin: 0 auto;
	}

/**********************************************************/
	#_logo{
		position: absolute;
	}
	#_gnb {
	  position:absolute;
	  top:0;
	  right:0;
	  font-size:12px;
	  background: #e5e5e5;
	  color:#606060;
      display: block;
	  padding:10px 20px;
	}
	#_gnb a { color:#606060; }

/**[모바일 - 메뉴열기/닫기]********************************************************/
	#mMenu{
		display: none;
	}
	#mMenu .mMenuButton{
		border: 1px #ddd solid;
		/*border-radius: 20px;*/
		width: 42px;
		height: 42px;
		text-indent: -5000px;
		background-image: url("../images/rMenuButton.gif");
		background-color: #fff;
	}

/**[주메뉴]********************************************************/
	/*
	#menuUItop{
		position: absolute;
		z-index: 100;
		display: none;
	}
	#menuUItop a{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#menuUItop #top_div {
		margin: 0;
		padding: 0;
	}
	#menuUItop ul.ul_1{
		position: relative;
	}
	#menuUItop ul.ul_1 li.li_1{
		float: left;
	}
	#menuUItop ul.ul_1 li.li_1 a.a_1{
		font-weight: bold;
		color: #555;
		background-color: #fff;
		margin: 0;
		padding: 0;
		display: block;
	}
*/
#wrapGnb{
		position: absolute;
		z-index: 10;
		display: none;
	}
	.menuUItop a{
		/*overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;*/
	    text-align:center;
	}
	.menuUItop #top_div {
		margin: 0;
		padding: 0;
	}
	.menuUItop ul.ul_1{
		position: relative;
	}
	.menuUItop ul.ul_1 li.li_1{
		float: left;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1{
		font-weight: 400;
		color: #333;
		margin: 0;
		display: block;
	  	display: table-cell;
    	vertical-align: middle;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1._active,
	.menuUItop ul.ul_1 li.li_1 a.a_1:hover{
		color: #3d6696 ;
	}
	.menuUItop ul.ul_1 li.li_1 a.a_1._active{
		font-weight: 600;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2{
		background-color: #fff;
		/*width: 100%;*/
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul {
		overflow: hidden;
		margin: 0 5px;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li {
		
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li a{
		display: block;
		margin: auto;
		padding: 10px;
		color: #000;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li a:hover,
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li a._active{
		color: #2b66c4;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul li a._active{
		font-weight: 600;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 .navGab{
		width: 19px;
		height: 10px;
		position: absolute;
		top: -10px;
		left: 35px;
		background: url("../images/navGab.gif");
		display: none;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2.active .navGab{
		display: block;
	}
	.menuUItop ul.ul_1 li.li_1 .div_2 ul.ul_2 li.li_2 .div_3{
		background-color: #142959;
		width: 100%;
	}


/**[최신게시물]********************************************************/
/* 제목/내용 글자 색 */
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo .recentBbsTitle,
 ._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo dd,
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsContent {
  color:#fff  !important;
}
/* 상단 border 제거*/
._recentBbsUl .recentBbsLi .recentBbsInnerUl {
  border:none !important;
}
/*왼쪽 사진 영역 제거*/
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo,
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsContent
{
  margin-left:0 !important;
}
/* 작성자 제거 */
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo dl:after {
  content:"" !important; 
}
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo dl._last {
  display:none !important;
}

/* 제목/내용 라인으로 나타내기 */
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo .recentBbsTitle,
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsContent {
  overflow: auto !important;
  white-space: inherit !important;
}

/* 더보기 위치 및 색 변경*/
._recentBbsUl .recentBbsLi.active .recentBbsMore {
  color:#fff !important;
  position:absolute !important;
  right:0 !important;
  top:200px !important;
}

._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsAnchor {
  height:160px;
}

/* 날짜 위치 변경*/
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsInfo dl._first {
  position:absolute;
  top:129px;
  left:0;
}

/* 내용 상단 마진 적용 */
._recentBbsUl .recentBbsLi .recentBbsInnerUl .recentBbsInnerLi .recentBbsContent {
  margin-top:20px;
}


/* 메인 대회 링크 박스 */
.mLinkBox{
	overflow: hidden; 
	margin: 0 auto;
	width: 395px;
	background-color: #f1f4f5;
}
.mLinkBox ul li{
	list-style: none; 
	background: 0 !important;
	float: left;
	width: 100px;
	margin: 0 !important;
	padding-left: 31px !important;
}


/* JW_rctBbs_basic 메인 공지사항 위젯 */
._recentBbsUl .recentBbsLi.active .recentBbsTab{
	background-color: #984318 !important;
}


/** 20210513 검색창 **/
#_header #searchForm{
    text-align: center;
    padding-top: 25px;
}
#_header #searchForm form select{
    width:60px;
    height: 40px !important;
    line-height: 40px !important;
    border: 2px solid #2c538f !important;
}
#_header #searchForm form input.srchInput{
    width: 250px;
    height: 40px;
    border: 2px solid #2c538f;
  	margin-top:-2px;
	padding:0 10px;
}
#_header #searchForm form input.srchBtn{
      height: 40px;
	  width: 60px;
	  background-color: #2c538f;
	  border: 2px solid #2c538f;
	  color: #fff;
  	margin-top:-2px;
}
