@charset "utf-8";

/* ¼­ºêÄÁÅÙÃ÷ */
.s_cont{width:1200px; margin:0 auto; text-align:center; overflow:hidden; padding-top:35px; padding-bottom:35px;}
.s_cont .left_m{width:250px; float:left; margin-right:45px; text-align:left;}
.s_cont .right_c{width:905px; float:right; text-align:left;}

@media screen and (max-width:799px) {
	.s_cont {margin-top:118px;}
}

/* ¿ÞÂÊ¸Þ´º */
.left_t{background:#74c043; padding:20px 0 30px 0; width:100%; text-align:center; border-radius:10px 10px 0 0;}
.left_t > div:nth-child(1){font-size:25px; color:#fff;}
.left_t > div:nth-child(2){font-size:16px;font-weight:500;}

/* ¿ÞÂÊ¼­ºê¸Þ´º */
.left_m > ul {padding:0 25px; border:1px solid #ccc; border-radius:10px; margin-top:-10px; background:#fff;}
.left_m > ul > li {border-bottom:1px solid #ccc;}
.left_m > ul > li:last-child {border-bottom:0;}
.left_m > ul > li > a {width:100%; display:inline-block;  font-size:16px; padding:15px 25px 15px 0; color:#232323; background:url('/_img/lmenu_arrow.png') no-repeat right center;}

.left_m > ul > li > ul{background-color:#f3f3f3; border-top:1px solid #ccc; padding:10px 25px;}
.left_m > ul > li > ul > li > a{width:164px; display:inline-block; font-size:14px; line-height:24px;}

 /* ¼­ºê¸Þ´º_over */

 /* ¼­ºê¸Þ´º_over_°íÁ¤ */
.left_m > ul > li.on > a, .left_m > ul > li > a:hover {background:url('/_img/lmenu_arrow_on.png') no-repeat right center;}
.left_m > ul > li.on > ul > li.on_s > a{font-weight:bold;}


/* º»¹®ÄÁÅÙÃ÷ */
.stit{width:100%; font-size:30px; color:#002323; font-weight:bold; overflow:hidden; padding-top:10px; padding-bottom:10px; position:relative;}
.stit > span > img {vertical-align:middle;}
.stit > span{position:absolute; right:5px; top:30px; font-size:16px; color:#002323; padding-left:20px; font-weight:normal; vertical-align:middle;}
.stit > span > span.current{ font-weight:bold; color:#4f9b1e; padding-left:0px; padding-right:0px;}
.page{width:100%; margin-top:30px; min-height:500px; margin-bottom:70px;}

@media screen and (max-width:799px) {
	.page {min-height:auto; margin-bottom:30px;}
}

/* ¸®½ºÆ®°Ô½ÃÆÇ */
caption {position:absolute; left:-10000px; width:1px; height:1px; }

.notice_t { padding:1px 5px 5px 5px; color:#fff; font-weight:bold; font-size:12px;}
.notice_t1 { padding:1px 5px 5px 5px; color:#fff; font-weight:bold; font-size:12px;}

.search {width:100%; padding:15px; margin-bottom:25px; position:relative; border:1px solid #ddd; box-sizing:border-box; box-shadow:0px 4px 0px 0px #f3f3f3; overflow:hidden;}
.s_counter{float:left; margin-top:10px;}
.s_wrap{float:right;}
.search .s_wrap input {background-image:none; height:40px; color:#555; border:1px solid #ccc;}
.search .s_wrap input.input_box {width:250px; box-sizing:border-box; padding:5px;}
.search .s_wrap input.search_btn {	border:none; width:41px; height:40px; margin-left:-40px; position:absolute;	top:15px; cursor:pointer;}
#cate {width:120px; height:40px; color:#555; border:1px solid #ccc;	padding:5px;}
.control {width:100%;	margin:0 auto; text-align:center;}
.control .no > a, .control .arrow > a {border:1px solid #ccc; padding:2px 7px; display:inline-block; margin-right:2px; text-decoration:none;}
.control .no > a:hover, .control .no > a.on {background:#767676; border:1px solid #666;	color:#fff;	font-weight:bold;}
.control .arrow > a:hover {	background:#f1f1f1;}

/* ¹ÝÀÀÇüÇ¥ ½ÃÀÛ */

 .rwd-table {
  width:100%;
  min-width: 300px;
  margin-bottom:25px;
  border-collapse:separate;
  border-left:none;
  background:#fff;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) " : ";
  font-weight: bold;
  width: auto;
  display: inline-block;
  padding-right: 10px;
  text-align:left;
}
.rwd-table th, .rwd-table td {
  padding:9px;
	border-left:none;
	color:#555;
	line-height:20px;
	border-collapse:separate;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	font-size:12px;
	text-align:center;
}
.rwd-table td.nobdr, .rwd-table th.nobdr {
	border-right:none;
}
.rwd-table td.nobdb {
	border-bottom:none;
}
.rwd-table th {
	color:#333;
	font-size:14px;
	background:#f3f3f3;
}
.rwd-table .align {
	text-align:left;
}
.rwd-table .headline {
	font-size:13px;
	color:#333;
}

@media screen and (max-width: 600px) {
.rwd-table th, .rwd-table td {
	border-right:none;}
}

@media (min-width: 600px) {
  .rwd-table td:before {
    display: none;
  }
}
@media (min-width: 600px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .rwd-table th, .rwd-table td {
  text-align:left;
  }

}


.rwd-table {
  overflow: hidden;
}
.rwd-table tr {
}

@media (min-width: 600px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color:#333;
}

/* ¹ÝÀÀÇü Ç¥ ³¡ */


@media screen and (max-width: 1230px) {
/* ¼­ºêÄÁÅÙÃ÷ */
.s_cont{width:94%;}
.s_cont .left_m{display:none;}
.s_cont .right_c{width:100%; float:none;}

}

@media screen and (max-width: 800px) {
.s_counter, .s_wrap{float:none; width:100%;}
.s_counter{margin-top:0;}
.s_wrap{margin-top:10px;}
.search .s_wrap input.input_box {width:calc(100% - 175px); box-sizing:border-box; padding:5px;}
.search .s_wrap input.search_btn {top:45px}
}

@media screen and (max-width: 500px) {
/* º»¹®ÄÁÅÙÃ÷ */
.stit{height:70px;}
.stit > span{display:block; right:5px; top:50px}
}

/* ±¸·Î ºí¸´ */
.s_tit {font-size:23px; color:#232323; text-align:center; font-weight:bold; margin-bottom:15px; display:inline-block; width:100%;}
.ss_tit {font-size:20px; color:#4f9200; text-align:center; margin-bottom:10px; display:inline-block; width:100%;}
.sss_tit {background:url('/_img/sss_tit_bg.png') repeat-x center center; text-align:center; margin-bottom:10px;}
.sss_tit > span {padding:0 20px; font-size:17px; color:#232323; display:inline-block; background:#fff;}
.s_con {background:#f5f5f5; padding:30px; border-radius:10px; color:#002323; font-size:15px; margin-bottom:40px;}

.bullet_ul {}
.bullet_ul > li {background:url('/_img/bullet_01.png') no-repeat left 5px; font-size:16px; color:#4f9200; padding-left:20px; margin-bottom:20px;}
.bullet_ul > li > ul {}
.bullet_ul > li > ul > li {color:#232323; font-size:16px; margin-bottom:7px;}
.bullet_ul > li > ul > li > ul {margin-top:10px; padding-left:10px;}
.bullet_ul > li > ul > li > ul > li {color:#232323; font-size:16px; margin-bottom:5px;}
.bullet_ul > li > ul > li > ul > li > ul {padding-left:20px;}
.bullet_ul > li > ul > li > ul > li > ul > li {color:#002323; font-size:15px;}