@charset "utf-8";

/******************************************************
AUtech
+ Author : Malgum  young hun
+ Version : 1.0 (이후 업데이트시 버전 체크)
*******************************************************/
/*본문상단 경로및 타이틀*/
.cont_head p{margin:8px 20px 22px 0; text-align:right;}
.cont_head span{color:#0c60ca;}
.cont_head h3{padding-bottom:16px; margin-bottom:49px; border-bottom:1px solid #dedede;}

/*검색박스*/
.search_box{margin-bottom:10px; text-align:right;}
.search_box input.put{padding:4px 3px 3px; border:1px solid #d2d2d2;}

/*리스트*/
.bbs_list{margin-bottom:15px; border-top:2px solid #898989; border-bottom:1px solid #898989; text-align:center;}
.bbs_list th{padding:10px 0 9px; border-bottom:1px solid #d8d8d8; background:url(../../images/common/bg_thead.gif) repeat-x;}
.bbs_list td{padding:8px 0 7px; border-bottom:1px solid #d8d8d8;}

/*paging*/
.page_area{float:left; padding:0 0 50px 274px;}
.page_area img{vertical-align:middle;}
.page_area span{padding:0 5px;}
.page_area span a{padding:0 2px;}
.page_area span a.on{font-weight:bold;}

/*게시판 하단버튼모음*/
.bbs_btm{overflow:hidden; width:773px;margin-bottom:70px;}
.lt_btn{float:left;}
.rt_btn{float:right;}
.rt_btn input.btn{vertical-align:top;}

/*view*/
.bbs_view{margin-bottom:15px; border-top:2px solid #898989; border-bottom:1px solid #898989; text-align:left;}
.bbs_view th{text-align:left; padding:7px 0 6px 20px; border-bottom:1px solid #d8d8d8; background:url(../../images/common/bg_thead.gif) repeat-x; font-weight:normal;}
.bbs_view td{padding:8px 0 7px 20px; border-bottom:1px solid #d8d8d8;}
.bbs_view td.cont{padding:30px 20px 40px;}
.bbs_view td .down{vertical-align:middle;}

/*write*/
.bbs_write{margin-bottom:15px; border-top:2px solid #898989; border-bottom:1px solid #898989; text-align:left;}
.bbs_write th{padding:7px 0 6px 20px; border-bottom:1px solid #d8d8d8; background:#fbfbfc; font-weight:normal;}
.bbs_write td{padding:8px 0 7px 20px; border-bottom:1px solid #d8d8d8;}

/*input*/
td input.put{padding:2px; border:1px solid #e9e9e9;}
td input.txt1{width:600px;}
td input.txt2{width:360px;}

/*tab*/
.tab{overflow:hidden; width:773px; height:30px; margin-bottom:49px; background:url(../../images/common/bg_tab.gif) repeat-x left bottom;}
.tab li{float:left;}

/*policy:190312:ADD*/
 .txt_privacy {
	margin:	20px 0 10px;
    padding: 20px 10px;
    height: 95px;
    overflow-x: auto;
    border: 1px solid #ccc;
    font-weight: 500;
    color: #333;
}