@charset "euc-kr";
/* CSS Document */

/* *******************************************************
 * filename : write.skin.css
 * description : º¸µå ·¹ÀÌ¾Æ¿ô ¹× ÄÁÅÙÃ÷ CSS
******************************************************** */

.write_board tr td{
	font-size:15px;	
}
.write_board tr td:nth-of-type(even){
	padding:7px 0px 7px 20px;	
}
.write_board tr td strong{
	font-size:16px;	
}
.section_line{
	margin-top: 30px;
    display: bold;
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    background: #f8f8f9;
    border-top: 2px solid #283791;	
}

/* *******************************************************
 * filename : veiw.skin.css
 * description : º¸µå ·¹ÀÌ¾Æ¿ô ¹× ÄÁÅÙÃ÷ CSS
******************************************************** */

.slogun {
	font-size:32px;
	color:#000;
}
.veiw_title2{
	font-size:20px;
	color:#333;
	position:relative;	
	display:block;
	margin-bottom:20px;
}
.veiw_title2:before{
	display: inline-block;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 4px solid #283791;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right:12px;
}
.veiw_txt > font{
	display:block;
	font-size:16px;
	color:#555;
	line-height:28px;	
}
.veiw_txt > font > b{color: #333;display: inline-block;padding-right: 5px;}
.thumb > a{
	float:left;
	width:81px;
	box-sizing:border-box;
	margin-right:10px;
}
.thumb > a:last-child {
	margin-right:0!important;
}
.cut_line {
	border-bottom:1px dashed #ddd;	
}
/* *******************************************************
 * filename : list.skin.css
 * description : º¸µå ·¹ÀÌ¾Æ¿ô ¹× ÄÁÅÙÃ÷ CSS
******************************************************** */
.list_title{
	width:100%;
	border:1px solid #bebebe;
	border-bottom:2px solid #283791;	
	height:60px;
	line-height:60px;
	box-sizing:border-box;
}
.list_title >b{
	width:100%;
	height:100%;
	display:block;
	box-sizing:border-box;
	text-align:center;
	color:#222;
	font-size:15px;	
}
.thumb_img > a{
display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #bebebe;
    border-bottom: 0;
}
.thumb_img > a > img{
	width:100%;
	height:auto;
}
.thumb_img > a > .over-thum{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;	
	background:rgba(0,0,0,0.4)
}
.thumb_img > a > .over-thum >p {
	position: relative;
    top: 50%;
    width:90px;
    height:90px;
    margin: 0px auto;
    margin-top: 50px;
    line-height: 80px;
    border-radius: 130px;
    -moz-border-radius: 130px;
    -webkit-border-radius: 130px;
    background-color: rgba(0,0,0,0.2);
}

.thumb_img > a > .over-thum >p >span{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    background-color: #1d5bc1;
    font-size: 15px;
    color: #fff;
    line-height:65px;
    margin-top: 17px;
}
/* thumb :: ACTIVE */
.thumb_img > a:hover .thumb_img > .list_title >b,
.thumb_img > a:focus .thumb_img > .list_title >b{color:#999}
.thumb_img > a:hover .over-thum,
.thumb_img > a:focus .over-thum{opacity:1.0;filter:Alpha(opacity=100);}

.list_thumb tbody tr td > div{
	margin-right:16px;	
}
.list_thum tbody tr td:nth-of-type(4n) .list_thumb  div.thumb_img{
	margin-right:0!important
}


.board_list{
	width: 100%;
    border-top: 2px solid #0c4da2;
    border-bottom: 1px solid #bdbdbd !important;	
}
.board_list th{
	padding: 22px 0 22px;
    border-bottom: 1px solid #bdbdbd;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;	
	text-align:center;
	font-family: 'Noto Sans KR', sans-serif;	
}
.board_list td{
	padding: 13px 0 13px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.5em;	
}
.board_list td.subject { 
    text-align: left;
	overflow:hidden;
}
.board_search{
	margin-top: 70px;
    padding: 12px 298px 12px 297px;
    background: #f3f3f3;	
}
.board_search .sfl{
	float: left;
    width: 160px;
    height: 36px;
    color: #666;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;	
	padding-left:10px;
}
.board_search .sfl option{
	display: block;
    padding: 8px 14px 5px;
    color: #999;
    font-size: 13px;
    line-height: 1;
    word-wrap: break-word;	
}

.board_search .stx {
	box-sizing: border-box;
    width: 370px;
    height: 36px;
    line-height: 34px;
    padding: 0 15px;
    color: #999;
    font-size: 14px;
    border: 1px solid #dadada;
    background: #fff;
	margin-left:10px
}
.board_search .srch{
	display: inline-block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    margin-left: -1px;
    font-size: 12px;
    text-indent: -9999px;
    box-sizing: border-box;
    border: 1px solid #dadada;
	background:url(../img/btn-srch.gif) no-repeat center center #fff
}
.page_num{
	display: inline-block;
    width: 33px;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    vertical-align: middle;
    text-decoration: none;		
	background:#1956a7;
	color:#fff;	
}
.board_page a{
	display: inline-block;
    width: 33px;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    color: #999;
    vertical-align: middle;
    text-decoration: none;	
    border: 1px solid #ddd;
	position:relative;			
}
.board_page { 
	clear:both; 
	text-align:center; 
	margin:0 auto; 
	padding-top:30px; 
	margin-bottom: 40px;
}
.board_page a > img{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-5px;
	margin-left:-4px;	
}