@charset "utf-8";
/* CSS Document */

/*list*/
#bbsList > table { width: 100%; letter-spacing: -0.03em; }
#bbsList > table thead{
	text-align:center; padding:0px; line-height:250%; border: 1px solid #ccc;
	background:#f6f6f6;	background: linear-gradient(#ffffff, #f1f1f1);
}
#bbsList td { border-bottom: 1px solid #eee; line-height: 220%; text-align: center; }
#bbsList td:nth-of-type(4) { text-align:left }

/*write*/
.desc{ border:1px solid #ccc; border-radius: 5px; margin:15px 0px; padding: 10px 20px; color: black; }
.desc>span{ color:#9AAE20; font-weight: bold; }


#bbsWrite>h1{ font-family: "Noto Sans KR"; font-size: 130%; font-weight: 500; color:#97AF1B; background:url("../../../images/garrow.png") no-repeat 0% 50%; padding: 7px 0px 3px 20px;  }
#bbsWrite>h1+ul{ border:1px solid #ccc; border-radius: 5px; margin:15px 0px; padding: 10px 20px; }
#bbsWrite>h1+ul>li>label{ font-family: "Noto Sans KR"; font-weight: 500;}
[for="add_tel"]+div { width: 30%; }
[for="add_cp"]+div { width: 40%; }
label[for="add_orgdoc"]{ vertical-align: top;}
#add_doccon{ width: 80px;}
#add_time{ width:200px; }

form#bbsWrite.mobileform>h1+ul{ list-style: none; padding: 20px;}
#bbsWrite>h1.mobileh1{ font-size: 110%; }
form#bbsWrite.mobileform>ul>li>label{ line-height: 200%; }
form#bbsWrite.mobileform>ul>li #add_orgdoc{ width: 150px;}
form#bbsWrite.mobileform>ul>li>div{ line-height: 160%;}
form#bbsWrite.mobileform>ul>li>div>label{ display: inline-block; padding-right: 10px; }
form#bbsWrite.mobileform #add_time{ width:100%; }

/*view*/
#bbsView>div:first-of-type{ background: #fff; border-bottom: 1px solid #eee;}
#bbsView>h1{ font-family: "Noto Sans KR"; font-size: 130%; font-weight: 500; color:#97AF1B; background:url("../../../images/garrow.png") no-repeat 0% 50%; padding: 7px 0px 3px 20px; border:0px; margin:15px 0px 10px 0px;  }
#bbsView>.boxtable{ border-radius: 5px;}
#bbsView>.boxtable td{ text-align: left; padding-left: 10px; }
#bbsView>.boxtable td:nth-of-type(2n+1){ background:#EAEADE; font-family: "Noto Sans KR"; font-weight: 500; }
#bbsView>h1.bline{ border-bottom: 1px solid #ddd; padding-bottom: 10px;}

#bbsView>h1+.mbboxtable{ padding:8px; font-size: 90%; }