@charset "UTF-8";

.IC_new  {display: inline-block; margin: 0 0 4px 5px; vertical-align: middle;}
.IC_new2 {display: inline-block; margin: 0 0 4px 6px; width: 10px; height: 10px; vertical-align: middle;}

/******** 게시판 검색 *****************************************************************/
.board_search {position: relative; min-height: 39px; padding: 7px 0 0 0; border-bottom: 1px solid #333;}
.board_search fieldset {display: block; position: relative; top: 0; left: 0; width: 100%;}
.board_search .Area {position: relative;}

.board_search_box {position: relative; height: 24px; margin: 0px 64px 0 8px; padding: 3px 25px 3px 5px;}

.input_ty1 {
	border: 1px solid #bbb;
	border-radius: 6px;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; -o-border-radius: 6px;
	background: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0, 0.15) inset;
	-moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0, 0.15) inset;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0, 0.15) inset;
	-ms-box-shadow: 1px 1px 4px 0 rgba(0,0,0, 0.15) inset;
	-khtml-box-shadow: 1px 1px 4px 0 rgba(0,0,0, 0.15) inset;
	-o-box-shadow: 1px 1px 4px 0 rgba(0,0,0, 0.15) inset;
	}
/*
.board_search_box input {
    width: 100%; height: 20px;
	padding: 1px 0 1px 0;
	font-size: 14px; color: #bbb; line-height: 20px;  
	border: 0;
    background-color: transparent;
	}
.board_search_box input:focus {color: #333;} */

.board_search_box input {
    width: 100%; height: 22px;
	padding: 1px 0 1px 0;
	font-size: 14px; line-height: 22px;  
	border: 0;
    background-color: transparent;
	}
.placeHolder	 {color: #bbb;}        
.placeHolderOver {color: #333;} 

a.search_submit {
	display: block;
	position: absolute;
	top: 0px; right: 8px;
	width: 50px; height: 30px;
	font-size: 14px; color: #fff; line-height: 28px; text-align: center; text-decoration: none;
	}

.submit_ty1 {
	border: 1px solid #015179; border-bottom: 1px solid #003d5c; border-right: 1px solid #003d5c;
	border-radius: 6px;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; -o-border-radius: 6px;
	background: #015783;
	box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-moz-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-webkit-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-ms-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-khtml-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-o-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	}

.board_search_box .search_clear {
	display: none;
	position: absolute;
	top: 5px; right: 5px;
	width: 18px; height: 18px;
	font-size: 1px; color: transparent; line-height: 1px;
	background-color: transparent;
	background: url('/images/common/top_Search_del.png') no-repeat 0 0;
	background-size: 18px;
	cursor: pointer;
	}
.board_search_box:hover .search_clear {display: block;}

/* 게시물 카운터 */
.board_count {
	padding: 7px 0 7px 15px;
	font-size: 11px; color: #777; line-height: 1.1em;
	text-shadow: 0 1px 0 #fff;
	background: #eee url('/images/common/board_count_ic.png') no-repeat 8px 8px;
	background-size: 2px 11px;
	box-shadow: 0 15px 10px 0 rgba(255,255,255, 0.8) inset;
	-moz-box-shadow: 0 15px 10px 0 rgba(255,255,255, 0.8) inset;
	-webkit-box-shadow: 0 15px 10px 0 rgba(255,255,255, 0.8) inset;
	-ms-box-shadow: 0 15px 10px 0 rgba(255,255,255, 0.8) inset;
	-khtml-box-shadow: 0 15px 10px 0 rgba(255,255,255, 0.8) inset;
	-o-box-shadow: 0 15px 10px 0 rgba(255,255,255, 0.8) inset;
	}
.board_count b {color: #d93d32; text-shadow: 0 1px 0 #fff;}
.board_count b.word {color: #405475;}


/******** 게시판 List *****************************************************************/
.board_List {
	clear: both; list-style: none;
	margin: 0 0 18px 0;
	border-top: 1px solid #c6c6c6;
	}

.board_List li {
	position: relative;
	/* List 정렬 control Start */
	text-align: left; white-space: normal; word-wrap: break-word;
	/* End */
	border-bottom: 1px solid #efefef;
	background: url('/images/common/board_List_moreIc.png') 99% center no-repeat;
	background-size: 14px 16px;
	overflow: hidden;
	}
.board_List li:last-child {border-bottom: 1px solid #d3d3d3;}

.board_List li:hover {
	background: #f1f4f5;
	box-shadow: 0 30px 20px 0 rgba(255,255,255, 0.8) inset;
	-moz-box-shadow: 0 30px 20px 0 rgba(255,255,255, 0.8) inset;
	-webkit-box-shadow: 0 30px 20px 0 rgba(255,255,255, 0.8) inset;
	-ms-box-shadow: 0 30px 20px 0 rgba(255,255,255, 0.8) inset;
	-khtml-box-shadow: 0 30px 20px 0 rgba(255,255,255, 0.8) inset;
	-o-box-shadow: 0 30px 20px 0 rgba(255,255,255, 0.8) inset;
	}
.board_List li:hover a {
	color: #000;
	background: url('/images/common/board_List_moreIc_hover.png') 99% center no-repeat;
	background-size: 14px 16px;
	}

.board_List li a {
	display: block;
	padding: 13px 30px 12px 10px;
	font-size: 15px; line-height: 1.2em;
	}
/*	.board_List li a:visited {color: #6e00a5;}	*/
.board_List li a.etc   {padding: 10px 30px 9px 10px;}
.board_List li a.etc2  {padding: 8px 30px 7px 10px;}

.board_List li a span.date {display: block; font-size: 12px; color: #aaa;}
.board_List li a span.kind {
	display: block;
	padding: 2px 0 0 14px; font-size: 13px; color: #8c97b3;
	background: url('/images/common/board_List_ic2.png') no-repeat 1px 6px;
	background-size: 9px 9px;
	}

.board_List li .lic {
	display: block;
	padding: 0 0 0 15px;
	font-size: 15px; line-height: 1.2em;
	background: url('/images/lecture/cor_List_ic.png') no-repeat 0 3px;
	background-size: auto 11px;
	}


/* 등록된 글이 없을 경우 */
.board_ListNone {
	font-size: 14px; color: #999; letter-spacing: -0.5px; text-align: center;
	}
.board_ListNone span {
	display: inline-block;
	padding: 14px 0 14px 24px;
	background: url('/images/common/board_List_none.png') no-repeat 0 13px;
	background-size: auto 18px;
	}


/******** Table형 게시판 List *****************************************************************/
.board_tbList {clear: both; margin: 0 0 18px 0; border-top: 1px solid #c6c6c6;}

.board_tbList .ty1 th {
	padding: 6px 0 5px 0;
	font-size: 11px; color: #76808f; line-height: 1.1em; text-align: center; vertical-align: middle;
	border-bottom: 1px solid #dfe4ec; border-right: 1px solid #dae0e9;
	background: #eef0f5;
	}
.board_tbList .ty1 th.None {border-right: none;}
.board_tbList .ty1 th span.touch {font-size: 10px; color: #0066ff; letter-spacing: -0.5px; font-weight: normal;}

.board_tbList .ty1 td {
	font-size: 12px; line-height: 1.2em; text-align: center; vertical-align: middle; white-space: normal; word-wrap: break-word;
	border-bottom: 1px solid #eee; border-right: 1px solid #efefef;
	}
.board_tbList .ty1 td.None	 {border-right: none;}
.board_tbList .ty1 td.class	 {padding: 8px 10px 8px 10px; text-align: left;}
.board_tbList .ty1 td.etc	 {padding: 3px 0 0 0;}

.board_tbList .ty1 td a.name		  {display: block; padding: 8px 0 8px 0; font-size: 13px; font-weight: bold;}
.board_tbList .ty1 td a.group		  {display: inline-block; margin: 0 0 3px 0; padding: 3px 8px 2px 8px; font-size: 10px; color: #fff; letter-spacing: -1px; border-radius: 3px; background: #442496;}
.board_tbList .ty1 td a.group:hover	  {background: #7742ff;}
.board_tbList .ty1 td a.profile		  {display: inline-block; margin: 0 0 3px 0; padding: 3px 8px 2px 8px; font-size: 10px; color: #fff; letter-spacing: -1px; border-radius: 3px; background: #245096;}
.board_tbList .ty1 td a.profile:hover {background: #2579ff;}

.board_tbList .ty1 .more {
	padding: 0;
	font-size: 12px; text-align: center;
	border-bottom: 1px solid #e3e3e3;
	background: #f7f7f7;
	box-shadow: 0 14px 10px 0 rgba(255,255,255, 0.8) inset;
	}
.board_tbList .ty1 .more a {display: block; padding: 6px 0 5px 0; font-size: 12px; text-shadow: 0 1px 0 #fff;}
.board_tbList .ty1 .more b.page {color: #d93d32;}
.board_tbList .ty1 .more span	{color: #999;}


/******** 게시판 Paging *****************************************************************/
.board_paging {
	clear: both;
	font-size: 15px; line-height: normal; text-align: center;
	white-space: nowrap;
	overflow: hidden;
	}

.board_paging a {
	display: inline-block;
	width: 36px; height: 30px;
	padding: 0 1px 0 0;
	font-size: 15px; letter-spacing: -1px; line-height: 30px;
	-moz-border-top-colors: none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-image: none;
	border-top: 1px solid #ebeced;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #ebeced;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border-left: 1px solid #ebeced;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #ebeced;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
	border-right: 1px solid #ebeced;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #ebeced;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
	background: #fff;
	}

.board_paging a.on, .board_paging a:hover {
	color: #fff; font-weight: bold;
	text-shadow: 0 1px 0 #01496d;
	-moz-border-top-colors: none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-image: none;
	border-top: 1px solid #3e7c89;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #3e7c89;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border-left: 1px solid #3e7c89;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #3e7c89;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
	border-right: 1px solid #3e7c89;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #3e7c89;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
	background: #468b9a;
	box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.08) inset;
	-moz-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.08) inset;
	-webkit-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.08) inset;
	-ms-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.05) inset;
	-khtml-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.08) inset;
	-o-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.08) inset;
	}

.board_paging a.page {
	text-indent: -9000px;
	border: 1px solid #cdcfd3;
	background: #ececec;
	box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.3) inset;
	-moz-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.3) inset;
	-webkit-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.3) inset;
	-ms-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.3) inset;
	-khtml-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.3) inset;
	-o-box-shadow: 0 16px 1px 0 rgba(255,255,255, 0.3) inset;
	}
.board_paging a.pre span {
	display: block;
	background: url('/images/common/board_List_pre.png') no-repeat center center;
	background-size: 7px 15px;    
	}
.board_paging a.next span {
	display: block;
	background: url('/images/common/board_List_next.png') no-repeat center center;
	background-size: 7px 15px;
	}


/******** 정렬 *****************************************************************/
.board_align {
	position: relative;
	height: 26px;
	text-align: right;
	border-top: 1px solid #c6c6c6;
	}
.board_align ul {float: left; position: absolute; top: 3px; right: 0; list-style: none;}
.board_align li {
	float: left;
	margin: 0 0px 0 0;
	background: url('/images/common/footer_bar.png') no-repeat right 6px;
	background-size: 1px 10px;
	}
.board_align li.None {background: none;}

.board_align li a {
	display: block;
	padding: 2px 8px 2px 7px; 
	font-size: 12px; color: #999; letter-spacing: -0.5px;
	}
.board_align li a:hover, .board_align li a:focus  {color: #d93d32;}
.board_align li a.select {color: #d93d32; font-weight: bold;}


/******** 게시판 View *****************************************************************/
.borad_View {
	clear: both;
	margin: 0 0 10px 0;
	border-top: 1px solid #333; border-bottom: 1px solid #ccc;
	}
.view_shadow {
	position: absolute; top: 0; bottom: 0; left: 0; right: 0;
	height: 10px;
	box-shadow: 0 2px 3px -1px rgba(0,0,0, 0.25) inset;
	-moz-box-shadow: 0 2px 3px -1px rgba(0,0,0, 0.25) inset;
	-webkit-box-shadow: 0 2px 3px -1px rgba(0,0,0, 0.25) inset;
	-ms-box-shadow: 0 2px 3px -1px rgba(0,0,0, 0.25) inset;
	-khtml-box-shadow: 0 2px 3px -1px rgba(0,0,0, 0.25) inset;
	-o-box-shadow: 0 2px 3px -1px rgba(0,0,0, 0.25) inset;
	z-index: 2;
	}

.borad_View .Title_box {
	position: relative;
	border-bottom: 1px solid #ddd;
	background: #eee;
	box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-ms-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-khtml-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-o-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	}
.borad_View .Title_box .box {
	padding: 10px 10px 9px 10px;
	box-shadow: 0 25px 15px -5px rgba(255,255,255, 0.9) inset;
	-moz-box-shadow: 0 25px 15px -5px rgba(255,255,255, 0.9) inset;
	-webkit-box-shadow: 0 25px 15px -5px rgba(255,255,255, 0.9) inset;
	-ms-box-shadow: 0 25px 15px -5px rgba(255,255,255, 0.9) inset;
	-khtml-box-shadow: 0 25px 15px -5px rgba(255,255,255, 0.9) inset;
	-o-box-shadow: 0 25px 15px -5px rgba(255,255,255, 0.9) inset;
	}

.borad_View .Title_box p.tit	{font-size: 17px; color: #111; line-height: 1.1em; font-weight: bold; text-shadow: 0 1px 0 #fff;}
.borad_View .Title_box p.tit2	{padding: 2px 0 3px 1px; font-size: 17px; color: #111; line-height: 1.1em; font-weight: bold; text-shadow: 0 1px 0 #fff;}
.borad_View .Title_box p.tit3	{padding: 3px 0 4px 1px; font-size: 17px; color: #111; line-height: 1.1em; font-weight: bold; text-shadow: 0 1px 0 #fff;}
.borad_View .Title_box p.titLec	{
	display: block;
	padding: 3px 0 3px 18px;
	font-size: 17px; color: #111; line-height: 1.1em; font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	background: url('/images/common/title_ic2.gif') no-repeat 0px 8px;
	background-size: auto 8px;
	}

.borad_View .Title_box span.date {display: block; padding: 2px 0 0 0; font-size: 12px; color: #aaa; text-shadow: 0 1px 0 #fff;}
.borad_View .Title_box span.kind {
	display: block;
	padding: 0 0 2px 14px; font-size: 13px; color: #8c97b3;
	background: url('/images/common/board_List_ic2.png') no-repeat 1px 3px;
	background-size: 9px 9px;
	}
.borad_View .Title_box span.state {
	display: inline-block;
	margin: 1px 0 0 5px; padding: 1px 5px 0px 5px;
	font-size: 11px; color: #fff; font-weight: normal; text-shadow: none;
	border-radius: 3px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; -khtml-border-radius: 3px; -o-border-radius: 3px;
	background: #559fe8;
	box-shadow: 0 2px 4px 0 rgba(255,255,255, 0.2) inset;
	-moz-box-shadow: 0 2px 4px 0 rgba(255,255,255, 0.2) inset;
	-webkit-box-shadow: 0 2px 4px 0 rgba(255,255,255, 0.2) inset;
	-ms-box-shadow: 0 2px 4px 0 rgba(255,255,255, 0.2) inset;
	-khtml-box-shadow: 0 2px 4px 0 rgba(255,255,255, 0.2) inset;
	-o-box-shadow: 0 2px 4px 0 rgba(255,255,255, 0.2) inset;
	}

.borad_View .file {
	padding: 6px 0;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-ms-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-khtml-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	-o-box-shadow: 0 1px 3px 0 rgba(0,0,0, 0.04);
	}
.borad_View .file span.tit {
	display: inline-block;
	padding: 0 2px 0 10px;
	font-size: 10.5px; color: #aaa; vertical-align: middle;
	}
.borad_View .file a {
	display: inline-block;
	font-size: 12px; color: #e77242;
	}

.cs_Re {border-top: 1px dotted #ccc;}

.borad_View .view_detail {
	min-height: 150px;
	padding: 25px 10px 35px 10px;
	font-size: 14px; line-height: 1.4em; text-align: justify;
	white-space: normal; word-wrap: break-word;
	}
.borad_View .view_detail a.clsHyper		  {display: inline; color: #000099; text-decoration: underline;}
.borad_View .view_detail a.clsHyper:hover {color: red;}
.borad_View .view_detail img {display: block; max-width: 100%; height: auto; margin: 0 0 20px 0; /* max-width: 100%; */}


/******** 게시판 Insert *****************************************************************/
.borad_Write {
	clear: both;
	margin: 0 0 10px 0; padding: 0 10px 0 10px;
	border-top: 1px solid #333;
	}
.borad_Write .info {
	display: block;
	padding: 15px 0 8px 0;
	font-size: 13px; letter-spacing: -0.5px; font-weight: bold;
	}

.tablewrap {border-top: 1px solid #797979;}

.tablewrap .tb_write {width: 100%; table-layout: fixed;}

.tablewrap .tb_write tr:last-child th, .tablewrap .tb_write tr:last-child td {border-bottom: 1px solid #bbb;}

.tablewrap .tb_write th {
	padding: 6px 0 6px 10px;
	font-size: 13px; color: #777; letter-spacing: -0.5px; text-align: left; vertical-align: middle;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
	}

.tablewrap .tb_write td {
	padding: 6px 0px 6px 10px;
	font-size: 13px; text-align: left; vertical-align: middle;
	border-bottom: 1px solid #ddd;
	background: #fff;
	}

.tablewrap .tb_write .Int {
	height: 24px;
	padding: 3px 0 3px 0; text-indent: 5px;
	}
.tablewrap .tb_write .Int2 {
	height: 34px;
	padding: 3px 0 3px 0; text-indent: 5px;
	font-size: 14px;
	}

.chk_box label {display: inline-block; padding: 0 0 0 2px; font-size: 12px; color: #999;}

.info_box  {clear: both; margin: 4px 0 0 0; padding: 6px 10px 5px 10px; color: #777;}
.info_box2 {clear: both; padding: 10px 10px 30px 10px; color: #555;}


/******** 게시판 버튼 *****************************************************************/
.borad_btn {
	position: relative;
	margin: 5px 0 5px 0; padding: 0 8px 0 0;
	text-align: right;
	}
.borad_btn .btnBt {
	display: inline-block;
	height: 24px;
	padding: 0 11px 0 10px;
	font-size: 12px; color: #fff; line-height: 24px; vertical-align: middle;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.3);
	background: #3a7f8e;
	box-shadow: 0 12px 2px 0 rgba(255,255,255, 0.1) inset;
	-moz-box-shadow: 0 12px 2px 0 rgba(255,255,255, 0.1) inset;
	-webkit-box-shadow: 0 12px 2px 0 rgba(255,255,255, 0.1) inset;
	-ms-box-shadow: 0 12px 2px 0 rgba(255,255,255, 0.1) inset;
	-khtml-box-shadow: 0 12px 2px 0 rgba(255,255,255, 0.1) inset;
	-o-box-shadow: 0 12px 2px 0 rgba(255,255,255, 0.1) inset;
	}
.borad_btn .btnBt2 {
	display: inline-block;
	height: 24px;
	padding: 0 11px 0 10px;
	font-size: 12px; color: #666; line-height: 24px;
	background: #f5f5f5;
	box-shadow: 0 12px 3px 0 rgba(255,255,255, 0.8) inset;
	-moz-box-shadow: 0 12px 3px 0 rgba(255,255,255, 0.8) inset;
	-webkit-box-shadow: 0 12px 3px 0 rgba(255,255,255, 0.8) inset;
	-ms-box-shadow: 0 12px 3px 0 rgba(255,255,255, 0.8) inset;
	-khtml-box-shadow: 0 12px 3px 0 rgba(255,255,255, 0.8) inset;
	-o-box-shadow: 0 12px 3px 0 rgba(255,255,255, 0.8) inset;
	}

.borad_btn_Ct {
	position: relative;
	padding: 2px 0 0 0;
	text-align: center;
	}
.borad_btn_Ct a {
	display: inline-block;
	height: 30px;
	padding: 0 31px 0 30px;
	font-size: 15px; line-height: 30px; vertical-align: middle;
	}
.borad_btn_Ct .btnBt {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0, 0.3);
	background: #3a7f8e;
	box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-moz-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-webkit-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-ms-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-khtml-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	-o-box-shadow: 0 15px 2px 0 rgba(255,255,255, 0.1) inset;
	}
.borad_btn_Ct .btnBt2 {
	color: #666;
	background: #f5f5f5;
	box-shadow: 0 15px 3px 0 rgba(255,255,255, 0.8) inset;
	-moz-box-shadow: 0 15px 3px 0 rgba(255,255,255, 0.8) inset;
	-webkit-box-shadow: 0 15px 3px 0 rgba(255,255,255, 0.8) inset;
	-ms-box-shadow: 0 15px 3px 0 rgba(255,255,255, 0.8) inset;
	-khtml-box-shadow: 0 15px 3px 0 rgba(255,255,255, 0.8) inset;
	-o-box-shadow: 0 15px 3px 0 rgba(255,255,255, 0.8) inset;
	}

.borad_btn_Rt {
	position: relative;
	padding: 2px 0 0 0;
	font-size: 15px; text-align: right;
	}


/******** 확대 축소 *****************************************************************/
.borad_btn p.zoom {
	position: absolute;
	top: 0; left: 8px;
	-moz-border-top-colors: none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-image: none;
	border-top: 1px solid #d5d5d5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #d5d5d5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border-left: 1px solid #d5d5d5;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #d5d5d5;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
	border-right: 1px solid #d5d5d5;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #d5d5d5;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
	background: #f9f9f9;
	}

.borad_btn p.zoom span {display: inline-block; width: 35px; height: 22px; color: #888; line-height: 24px;text-align: center; cursor: pointer;}
.borad_btn p.zoom span.zoomin  {font-size: 14px; vertical-align: middle; border-right: 1px solid #d5d5d5;}
.borad_btn p.zoom span.zoomout {font-size: 11px; vertical-align: sub;}
.borad_btn p.zoom span:hover, .borad_btn p.zoom span:focus {color: #000;}


/******** SNS Box *****************************************************************/
.sns_msg {clear: both; margin: 0 0 30px 0; padding: 0 10px 0 10px;}
.sns_msg .box {
	height: 31px;
	padding: 4px 0 0 0;
	text-align: center; vertical-align: top;
	-moz-border-top-colors: none;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-image: none;
	border-top: 1px solid #d3d3d3;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #d3d3d3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	border-left: 1px solid #d3d3d3;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #d3d3d3;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
	border-right: 1px solid #d3d3d3;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #d3d3d3;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
	background: #f3f3f3;
	box-shadow: 0 18px 0 0 rgba(255,255,255, 0.8) inset;
	-moz-box-shadow: 0 18px 0 0 rgba(255,255,255, 0.8) inset;
	-webkit-box-shadow: 0 18px 0 0 rgba(255,255,255, 0.8) inset;
	-ms-box-shadow: 0 18px 0 0 rgba(255,255,255, 0.8) inset;
	-khtml-box-shadow: 0 18px 0 0 rgba(255,255,255, 0.8) inset;
	-o-box-shadow: 0 18px 0 0 rgba(255,255,255, 0.8) inset;
	overflow: hidden;
	}

.sns_msg .box a {
	display: inline-block;
	width: 31.6%; height: 27px;
	font-size: 1px; color: transparent; line-height: 1px; text-align: center; vertical-align: top;
	box-shadow: 0 14px 0 0 rgba(255,255,255, 0.15) inset;
	-moz-box-shadow: 0 14px 0 0 rgba(255,255,255, 0.15) inset;
	-webkit-box-shadow: 0 14px 0 0 rgba(255,255,255, 0.15) inset;
	-ms-box-shadow: 0 14px 0 0 rgba(255,255,255, 0.15) inset;
	-khtml-box-shadow: 0 14px 0 0 rgba(255,255,255, 0.15) inset;
	-o-box-shadow: 0 14px 0 0 rgba(255,255,255, 0.15) inset;
	}
.sns_msg .box a.kakao	 {background: #f8e801 url('/images/common/board_sns_kakao.png') no-repeat center center; background-size: auto 27px;}
.sns_msg .box a.twitter  {background: #20b8ff url('/images/common/board_sns_twitter.png') no-repeat center center; background-size: auto 27px;}
.sns_msg .box a.facebook {background: #3a589b url('/images/common/board_sns_facebook.png') no-repeat center center; background-size: auto 27px;}


/* SNS 공유 sharethis 추가 2015-03-19 김성부 */
.sns_Area {
	clear: both;
	margin: 0 0 20px 0; padding: 0 10px 0 10px;
	text-align: right;
	}
