﻿@charset "utf-8";
@import url('enReset.css');
@import url('enBase.css');
@import url('enSubcommon.css');

/*상단검색부분*/
.searchArea  { text-align:right;padding-bottom:10px; padding-top:20px;}
.searchArea * { font:12px verdana; }
#searchTxt { width:125px; }
.btnSearch { width:63px; height:22px; background:#ccc url('../images/common_en/btn_search.gif') no-repeat; border:none; color:#fff; font-weight:bold; cursor:pointer; }

/* news & notice view 
.bbslist { width:100%; margin:0 0 25px; border-top:2px solid #999; border-bottom:2px solid #999; }
.colnum { width:8%; }
.coltit { width:45%; }
.coldate { width:13%; }
.colcount { width:10%; }
.colattach { width:8%; }
.bbslist th, .bbslist td {padding:10px; text-align:center; border-bottom:1px solid #ddd ; }
.bbslist th { font:bold 12px verdana; color:#454545; background:url('../images/common_en/bg_gubun.gif') no-repeat right center; }
.bbslist th.last { background:none; }
.bbslist td { font:12px verdana; color:#606060;}
.bbslist td.tl { text-align:left; }
.bbslist td a:hover { color:#4b7cbf; text-decoration:underline; }*/.bbslist { width:100%; margin:20px 0 25px; border-top:1px solid #006bb7; border-bottom:1px solid #bbbbbb; }.colnum { width:8%; }.colgubun { width:22%; }.coltit { width:43%; }.coldate { width:13%; }.colcount { width:10%; }.colattach { width:8%; }.recruitlist .colnum { width:8%; }.recruitlist .colgubun { width:18%; }.recruitlist .coltit { width:34%; }.recruitlist .coldate { width:12%; }.recruitlist .coldate2 { width:12%; }.recruitlist .colcount { width:9%; }.recruitlist .colattach { width:7%; }.bbslist th, .bbslist td { padding:10px 0; text-align:center; }.bbslist th { background:#f2f2f2; /* border-left:1px solid #e0e0e0; */ }.bbslist th:first-child { border-left:none; }.bbslist th.last { }.bbslist td { color:#666; border-top:1px solid #e0e0e0; /* border-left:1px solid #e0e0e0; */ }.bbslist td:first-child { border-left:none;}.bbslist td.tl { text-align:left; padding-left:10px;}.bbslist td.tl img {vertical-align:top;}.bbslist td a:hover { color:#4069a2; text-decoration:underline;}

/*게시물 상세보기
.viewTit { color:#2778be; padding:15px; margin-top:40px; border-top:1px solid #ddd; font:bold 12px "돋움",Dotum;  }
.viewTit img { vertical-align:middle; }*//*게시물 상세보기*/.viewTit { color:#464649; padding:15px; margin-top:10px; border-top:1px solid #006bb7; font:bold 14px "돋움",Dotum; background:#f2f2f2; }.viewTit img { vertical-align:middle; }

/*게시물의 제목과 명세
.subtitle { width:100%; border-top:1px solid #ddd; border-bottom:1px solid #aaa; }
.subtitle:after { content:"";display:block;clear:both; } 
.subtitle dd{font:12px "돋움",Dotum;}
.subtitle dt, .subtitle dd { float:left; padding:10px; }
.subtitle dt { font:bold 12px verdana; color:#454545; background:url('../images/common_en/bg_gubun.gif') no-repeat right center; }
dt.st31 { padding-left:15px; }
dt.st41 { padding-left:230px; }*//*게시물의 제목과 명세*/.subtitle { width:100%; border-top:1px solid #ddd; border-bottom:1px solid #aaa; }.subtitle:after { content:"";display:block;clear:both; } .subtitle dt, .subtitle dd { float:left; padding:10px; }.subtitle dt { color:#323234; font-weight:bold; background:url('../images/common/bg_gubun.gif') no-repeat right center; }dt.st11 { padding-left:15px; }dt.st21 { padding-left:50px; }dt.st31 { padding-left:18px; }dt.st41 { padding-left:55px; }/*게시글의 내용 출력*/.bbscontent { padding:25px 15px; color:#555; min-height:200px; }.bbscontent p {padding:10px 0; line-height:160%;}

/*게시글의 내용 출력*/
.bbscontent { font:12px verdana; padding:25px 15px; color:#454545; }
.bbscontent p {padding:10px 0; line-height:160%;}


/*첨부파일 2017/5/30
.attachfile { width:685px; background:url('../images/common_en/bg_attach.gif') repeat-y; border:1px solid #ccc; padding-left:23px;}
.attachfile:after { content:"";display:block;clear:both; } 
.attachfile  dt, .attachfile  dd { float:left; color:#666;}
.attachfile  dt { margin:23px 20px auto 0;}
.attachfile  dd { padding:18px;}
.attachfile  dd p { background:url('../images/common_en/icon_attach.gif') no-repeat left 6px; padding:5px 17px; }
.attachfile  dd a { color:#0098b3; text-decoration:underline; }
.attachfile  dt, .alldown { font-weight:bold; }
.attachfile  dd p.alldown { padding:0 20px 5px; background:none; }
.attachfile  dd p.alldown a { color:#666; }
*/
.attachfile {width:100%;border:1px solid #ccc;display:table;}
.attachfile  dt{display:table-cell;width:12%;text-align:center;color:#666;border-right:1px solid #ccc;vertical-align:middle;}
.attachfile  dd{display:table-cell;width:88%;padding:18px 0 18px 3%;}
.attachfile  dd p { background:url('../images/common_en/icon_attach.gif') no-repeat left 6px; padding:5px 17px; }
.attachfile  dd a { color:#0098b3; text-decoration:underline; }
.attachfile  dt, .alldown { font-weight:bold; }
.attachfile  dd p.alldown { padding:0 20px 5px; background:none; }
.attachfile  dd p.alldown a { color:#666; }

@media screen and (max-width:540px){
.attachfile  dt{width:25%;}	
.attachfile  dd{width:75%;}		
}

