.pagenate {
	width: 100%; clear: both;
}
.pagenate {
	margin: 20px auto 0px; text-align: center;
}
.pagenate li {
	display: inline-block;
}
.pagenate li:first-child {
	margin-left: 0px;
}
.pagenate li a {
	padding: 0px; border: 1px solid rgb(226, 226, 226); border-image: none; width: 30px; height: 30px; line-height: 30px; font-size: 13px; text-decoration: none; margin-left: 1px; vertical-align: middle; display: inline-block; box-sizing: border-box;
}
.pagenate li a:hover {
	color: rgb(0, 0, 0); font-weight: bold; text-decoration: none !important;
}
.pagenate li a.board {
	text-indent: -9999em; margin-left: 4px;
}
.pagenate li a.board.first {
	background: url("../img/ico_first.png") no-repeat center;
}
.pagenate li a.board.prev {
	background: url("../img/ico_prev.png") no-repeat center; margin-right: 10px;
}
.pagenate li a.board.next {
	background: url("../img/ico_next.png") no-repeat center; margin-left: 10px;
}
.pagenate li a.board.last {
	background: url("../img/ico_last.png") no-repeat center;
}
.pagenate li a.current {
	border: 1px solid rgb(0, 0, 0); border-image: none; color: rgb(0, 0, 0); font-weight: bold;
}
.btnSet {
	margin: 20px 0px; text-align: center; overflow: hidden; position: relative;
}
.btnSet .right {
	top: 0px; right: 0px; position: absolute;
}
.btnSet .left {
	left: 0px; top: 0px; position: absolute;
}
.btn {
	background: rgba(23, 27, 40, 0.8); margin: 0px 2px; padding: 10px 20px; text-align: center; color: rgb(255, 255, 255) !important; font-size: 16px; font-weight: 500; text-decoration: none !important; vertical-align: baseline; display: inline-block; white-space: nowrap; position: relative; cursor: pointer; min-width: 64px;
}
.btnSet .btn:hover {
	background: rgba(23, 27, 40, 1); color: rgb(255, 255, 255) !important; text-decoration: none !important;
}
.btn.point {
	border: 3px solid rgb(87, 148, 8) !important; border-image: none !important; color: rgb(87, 148, 8) !important;
}
.btn.point:hover {
	background: rgb(87, 148, 8) !important;
}
.big {
	padding: 10px 40px !important; border: 3px solid rgb(51, 51, 51); border-image: none; font-size: 16px !important;
}
.btn.listbtn {
	background: url("../img/btn_list.png") no-repeat 20px rgba(23, 27, 40, 0.8); padding-left: 40px;
}
.btn.listbtn:hover {
	background: url("../img/btn_list.png") no-repeat 20px rgba(23, 27, 40, 1); padding-left: 40px;
}
.btn.recruitbtn {
	background: url("../img/btn_recruit.png") no-repeat 20px rgba(204, 0, 0, 0.8); padding-left: 60px;
}
.btn.recruitbtn:hover {
	background: url("../img/btn_recruit.png") no-repeat 20px rgba(204, 0, 0, 1); padding-left: 60px;
}
.btn.red {
	background: rgba(204, 0, 0, 0.8);
}
.btn.red:hover {
	background: rgba(204, 0, 0, 1);
}
.btn.gray {
	background: rgb(191, 191, 191); padding: 5px 10px; border-radius: 6px; border: currentColor; border-image: none; font-size: 15px; font-weight: 400;
}
.plus {
	background: url("../img/btn_plus.png") no-repeat center rgb(191, 191, 191); border-radius: 6px; border: currentColor; border-image: none; width: 30px; height: 30px;
}
.del {
	background: url("../img/btn_del.png") no-repeat center rgb(191, 191, 191); border-radius: 6px; border: currentColor; border-image: none; width: 30px; height: 30px;
}
.searchWrap {
	padding: 20px; border: 4px solid rgb(242, 242, 242); border-image: none; position: relative;
}
.searchWrap > div {
	line-height: 32px; padding-top: 10px; clear: both; min-height: 34px;
}
.searchWrap .date input[type=text] {
	width: 100px;
}
.searchWrap .date input[type=button] {
	background: url("/img/btn_calender.png") no-repeat center rgb(191, 191, 191); width: 32px; height: 32px;
}
.searchWrap .search {
	background: url("/img/btn_search.png") no-repeat 20px rgb(81, 81, 81); width: 100px; height: 32px; padding-left: 30px;
}
.searchWrap label.txt_l {
	width: 60px; color: rgb(22, 31, 44); line-height: 32px; font-size: 15px; font-weight: 600; margin-right: 10px; vertical-align: middle; float: left;
}
.searchWrap .wid50 {
	float: left;
}
.searchWrap .space10 {
	width: 10px; display: inline-block;
}
.searchWrap .space20 {
	width: 20px; display: inline-block;
}
.bbs {
	width: 100%; clear: both; position: relative;
}
.bbs a:hover {
	color: rgb(0, 0, 0); text-decoration: underline !important;
}
.bbs .list {
	margin-top: 20px; border-collapse: collapse; box-sizing: border-box; border-spacing: 0;
}
.bbs .list table {
	border-top-color: rgb(238, 46, 36); border-top-width: 1px; border-top-style: solid;
}
.bbs .list thead {
	background: rgb(245, 245, 245); position: relative;
}
.bbs .list tbody {
	position: relative;
}
.bbs .list thead th {
	background: rgb(255, 255, 255); padding: 8px 5px; height: 48px; line-height: 14px; font-size: 16px; font-weight: 500; border-right-color: currentColor !important; border-bottom-color: rgb(221, 221, 221); border-right-width: medium !important; border-bottom-width: 1px; border-right-style: none !important; border-bottom-style: solid;
}
.bbs .list .notice {
	background: rgb(254, 243, 243);
}
.ico_notice {
	background: rgb(204, 0, 0); margin: 0px auto; border-radius: 5px; width: 50px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 13px; font-weight: bold; display: block;
}
.bbs .list td {
	padding: 5px; height: 46px; text-align: center; font-size: 16px; border-right-color: currentColor !important; border-bottom-color: rgb(221, 221, 221); border-right-width: medium !important; border-bottom-width: 1px; border-right-style: none !important; border-bottom-style: solid;
}
.bbs .list td a {
	color: rgb(23, 27, 40);
}
.bbs .list td a:hover {
	color: rgb(161, 0, 0);
}
.bbs .list td img {
	padding-left: 10px;
}
.bbs .list td span.answered {
	padding: 0px 7px; border: 2px solid rgb(216, 20, 20); border-image: none; color: rgb(161, 0, 0); font-size: 12px; font-weight: 400; margin-left: 10px;
}
.bbs .list tbody tr:hover {
	background: rgb(245, 245, 245); color: rgb(204, 0, 0);
}
.btn_file {
	background: url("../img/ico_file_down.png") no-repeat 10px rgb(183, 183, 183); margin: 0px auto; border-radius: 5px; width: 84px; height: 30px; text-align: center; color: rgb(255, 255, 255) !important; line-height: 30px; text-indent: 18px; font-size: 12px; font-weight: bold; display: block;
}
.bbs .list .ing td {
	font-weight: 500;
}
.btn_confirm {
	background: rgb(183, 183, 183); margin: 0px auto; border-radius: 5px; width: 84px; height: 30px; text-align: center; color: rgb(255, 255, 255) !important; line-height: 30px; font-size: 14px; font-weight: bold; display: block;
}
.replyon {
	background: rgb(204, 0, 0); margin: 0px auto; border-radius: 5px; width: 50px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 15px; font-weight: 500; display: block;
}
.replyoff {
	background: rgb(152, 151, 156); margin: 0px auto; border-radius: 5px; width: 50px; height: 30px; text-align: center; color: rgb(255, 255, 255); line-height: 30px; font-size: 15px; font-weight: 500; display: block;
}
.bbs .view {
	
}
.bbs .view {
	width: 100%; border-top-color: rgb(204, 0, 0); border-top-width: 1px; border-top-style: solid;
}
.bbs .view .title > dl {
	background: rgb(250, 250, 250); padding: 20px; width: 100%; text-align: center; border-bottom-color: rgb(228, 228, 228); border-bottom-width: 1px; border-bottom-style: solid;
}
.bbs .view .title > dl > dt {
	color: rgb(204, 0, 0); font-size: 26px; font-weight: bold;
}
.bbs .view .title > dl > dd {
	color: rgb(104, 104, 104); font-size: 16px; margin-top: 5px; margin-right: 5px; margin-left: 5px; display: inline-block;
}
.bbs .view .cont {
	padding: 20px; border-bottom-color: rgb(228, 228, 228); border-bottom-width: 1px; border-bottom-style: solid; min-height: 200px;
}
.bbs .view .reply {
	
}
.bbs .view .reply > dl {
	background: rgb(244, 244, 244); padding: 20px 5%; width: 100%;
}
.bbs .view .reply > dl > dt {
	padding: 20px 0px; color: rgb(0, 0, 0); font-size: 22px; position: relative;
}
.bbs .view .reply > dl > dt > span {
	color: rgb(153, 153, 153); font-size: 16px; display: block;
}
.bbs .view .reply > dl > dt::after {
	left: 3px; width: 17px; height: 1px; bottom: 0px; position: absolute; content: ""; background-color: rgb(0, 0, 0);
}
.bbs .view .reply > dl > dd {
	padding: 20px 0px; color: rgb(92, 93, 99); font-size: 16px;
}
.bbs .view .file {
	padding: 10px 20px; overflow: hidden; border-bottom-color: rgb(228, 228, 228); border-bottom-width: 1px; border-bottom-style: solid;
}
.bbs .view .file dt {
	width: 110px; color: rgb(153, 153, 153); float: left;
}
.bbs .view .file dd {
	color: rgb(161, 0, 0); float: left;
}
.bbs .view .file dd a {
	text-decoration: underline !important; display: none;
}
.bbs .view .file .down_btn {
	text-decoration: none !important; margin-bottom: 10px; display: block;
}
.bbs .view .file .down_btn input[type=button] {
	padding: 5px 10px; color: white; margin-left: 10px; background-color: rgba(23, 27, 40, 0.8);
}
.bbs .view .file .down_btn input[type=button]:hover {
	background-color: rgba(23, 27, 40, 1);
}
.bbs .write .file .down_btn {
	text-decoration: none !important; margin-bottom: 10px; display: block;
}
.bbs .write .file .down_btn input[type=button] {
	padding: 5px 10px; color: white; margin-left: 10px; background-color: rgba(23, 27, 40, 0.8);
}
.bbs .write .file .down_btn input[type=button]:hover {
	background-color: rgba(23, 27, 40, 1);
}
.viewnavi {
	margin-top: -1px; border-top-color: rgb(199, 200, 204); border-bottom-color: rgb(199, 200, 204); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.viewnavi > li {
	padding: 8px 100px; font-size: 14px; border-top-color: rgb(228, 228, 228); border-top-width: 1px; border-top-style: solid; position: relative;
}
.viewnavi > li:first-child {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
.viewnavi > li span {
	padding: 0px 20px; left: 15px; font-size: 14px; position: absolute;
}
.viewnavi > li span::before {
	border-width: 0px 4.5px 5px; border-style: solid; border-color: transparent transparent rgb(0, 0, 0); left: 2px; top: 7px; width: 0px; height: 0px; line-height: 0px; position: absolute; content: "";
}
.viewnavi > li + li span::before {
	border-width: 5px 4.5px 0px; border-color: rgb(0, 0, 0) transparent transparent; content: "";
}
.viewnavi > li p {
	color: rgb(0, 0, 0);
}
.viewnavi > li a {
	color: rgb(92, 93, 99); overflow: hidden; font-size: 14px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.contents .bbs .write {
	border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.bbs .write table {
	border-top-color: rgb(204, 0, 0); border-bottom-color: rgb(229, 229, 229); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.bbs .write .center th {
	text-align: center;
}
.bbs .write .center td {
	text-align: center;
}
.bbs .write th {
	background: rgb(249, 249, 249); padding: 10px; color: rgb(51, 51, 51); line-height: 120% !important; border-right-color: rgb(229, 229, 229); border-bottom-color: rgb(229, 229, 229); border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid;
}
.bbs .write th::before {
	color: rgb(204, 0, 0); padding-right: 4px; font-size: 14px; content: "*";
}
.bbs .write th.option {
	color: rgb(23, 27, 40);
}
.bbs .write th.option::before {
	content: "";
}
.bbs .write td {
	padding: 10px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
.bbs .write td .tx {
	width: 25px; text-align: center; line-height: 32px; float: left; display: inline-block;
}
.bbs .write td .selectric-dSelect {
	width: 100%; float: left;
}
.bbs .write td.email {
	position: relative;
}
.bbs .write td.email input[type=text] {
	width: 30%; float: left;
}
.bbs .write td.email span {
	padding: 0px 5px; float: left;
}
.bbs .write td.email .selectric-dSelect {
	margin: 0px 0px 0px 10px; width: 60%; float: left;
}
.bbs .write td span.help {
	line-height: 30px; font-size: 13px;
}
.bbs .write td textarea {
	width: 100%; height: 200px;
}
.bbs .write td input[type=text] {
	width: 100%;
}
.bbs .write td input[type=password] {
	width: 100%;
}
.bbs .write td input.email {
	width: 200px; float: left; display: inline-block;
}
.bbs .write td input.email#email_part2 {
	width: 150px;
}
.bbs .write td span.at {
	margin: 0px 10px; float: left; display: inline-block;
}
.bbs .write td .selectricWrapper {
	float: left;
}
.bbs .write td .selectricWrapper .selectric {
	border: 1px solid rgb(209, 209, 209); border-image: none;
}
.bbs .write td .selectricWrapper .selectric .label {
	color: rgb(104, 104, 104);
}
.bbs .write .fileBox {
	width: 100%; display: table;
}
.bbs .write .fileBox .inputBox {
	width: 80%; float: none;
}
.bbs .write .fileBox .inputBox input {
	width: 100%;
}
.bbs .write .fileBox .fileBtn {
	width: 15%; display: table-cell;
}
.bbs .write td.line2 > div {
	clear: both; margin-top: 5px;
}
.bbs .write td.line2 span {
	
}
.bbs .write p.help {
	text-align: left; color: rgb(153, 153, 153); line-height: 26px; letter-spacing: -1px; font-size: 12px;
}
.bbs .write p.help::before {
	content: "¡Ø ";
}
.bbs .write tr:last-child th {
	border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
.bbs .write tr:last-child td {
	border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
.bbs .write td.check > div {
	clear: both; margin-top: 5px;
}
.bbs .write td.check label {
	margin-right: 10px;
}
.bbs .write td.check span {
	margin-left: 20px;
}
.bbs .write .photo {
	margin: 2%; width: 96%; text-align: center;
}
.bbs .write .photo p {
	background: url("../img/recruit_photo.png") no-repeat center rgb(245, 245, 245); margin: 0px auto 10px; width: 100%; height: 266px; max-width: 200px;
}
.bbs .write .photo p img {
	max-width: 100%;
}
.bbs .agree {
	background: rgb(245, 245, 245); margin: 10px 0px 20px; padding: 1%;
}
.bbs .agree_con {
	background: rgb(255, 255, 255); padding: 10px; border: 1px solid rgb(209, 209, 209); border-image: none; width: 100%; height: 100px; color: rgb(153, 153, 153); -ms-overflow-y: scroll;
}
.bbs .agree_con > strong {
	color: rgb(23, 27, 40); font-size: 16px;
}
.bbs .agree_con dt {
	font-size: 15px; font-weight: 500; margin-top: 10px;
}
.bbs .agree_con dd {
	font-size: 14px;
}
.bbs .agree p {
	font-size: 14px; margin-top: 5px;
}
.bbs .agree p.agreeCheck {
	margin: 15px 0px 0px; text-align: right; color: rgb(17, 17, 17); line-height: 16px; font-size: 14px;
}
.bbs .agree p.agreeCheck label {
	color: rgb(102, 102, 102);
}
.bbsSearch {
	margin: 20px auto 15px; width: 500px; z-index: 10; min-height: 32px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.bbsSearch input[type='text'] {
	padding: 5px 30px 5px 5px; border: 1px solid rgb(199, 200, 204); border-image: none; width: 240px; height: 32px; line-height: 32px; vertical-align: middle; display: inline-block; box-sizing: border-box; background-color: rgb(255, 255, 255);
}
.bbsSearch input[type='button'] {
	background: url("../img/ico_bbs_search.png") no-repeat 15px rgb(81, 81, 81); border: 0px currentColor; border-image: none; width: 80px; height: 32px; color: rgb(255, 255, 255); text-indent: 20px; display: inline-block;
}
.bbsSearch .srchSelect .selectric-dSelect {
	width: 148px; color: rgb(102, 102, 102); float: left;
}
.bbsSearch .searchWord {
	margin-left: 5px; float: left; position: relative;
}
.layerPop {
	left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 150;
}
.layerPop .popBg {
	background: rgba(0, 0, 0, 0.8); left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 150;
}
.layerPop .layerPopWrap {
	background: rgb(255, 255, 255); left: 50%; top: 50%; width: 600px; height: 400px; margin-top: -200px; margin-left: -300px; position: absolute; z-index: 200;
}
.layerPop .layerPopWrap .popTop {
	background: rgb(204, 0, 0); padding: 10px; text-align: center;
}
.layerPop .layerPopWrap .popCont {
	padding: 20px 30px;
}
.layerPop .layerPopWrap .popCont > p {
	margin: 10px auto 20px; text-align: center; font-size: 16px;
}
.layerPop .layerPopWrap .popCont .pass {
	margin-top: 40px;
}
.layerPop .layerPopWrap .popCont .pass p {
	margin: 20px auto; text-align: center; font-size: 16px;
}
.layerPop .layerPopWrap .popCont .pass p strong {
	font-weight: 500;
}
.layerPop .layerPopWrap .popCont .pass p.red {
	color: rgb(204, 0, 0); font-size: 20px; font-weight: 500;
}
.layerPop .layerPopWrap .popCont .fail p {
	margin: 20px auto; text-align: center; font-size: 16px;
}
.layerPop .layerPopWrap .popCont .fail p strong {
	font-weight: 500;
}
.layerPop .layerPopWrap .popCont p.final {
	margin: 50px auto 20px; font-size: 18px;
}
.layerPop .layerPopWrap .popCont p.final strong {
	font-weight: 500;
}
.recruitTable {
	margin: 0px auto; width: 80%;
}
.recruitTable th {
	background: rgb(245, 245, 245); padding: 10px; border: 1px solid rgb(222, 222, 222); border-image: none; color: rgb(23, 27, 40); font-weight: 600;
}
.recruitTable td {
	padding: 10px; border: 1px solid rgb(222, 222, 222); border-image: none; font-weight: 400;
}
.recruitTable thead th {
	background: rgb(152, 151, 156); color: white; font-size: 24px; font-weight: 500;
}
@media screen and (max-width:1024px)
{
.recruitTable {
	margin: 0px auto; width: 100%;
}
}
@media screen and (max-width:768px)
{
.pagenate li a.board {
	margin-left: 2px;
}
.pagenate li a.board.prev {
	margin-right: 0px;
}
.pagenate li a.board.next {
	margin-left: 0px;
}
.bbs .list {
	width: 100%; clear: both; border-collapse: collapse; position: relative;
}
.bbs .list thead {
	display: none;
}
.bbs .list tbody {
	border-top-color: rgb(51, 51, 51) !important; border-top-width: 2px !important; border-top-style: solid !important;
}
.bbs .list tbody tr {
	padding: 10px 0px; width: 100%; height: auto; text-align: left; vertical-align: middle; border-bottom-color: rgb(217, 217, 217); border-bottom-width: 1px; border-bottom-style: solid; float: left; display: block; position: relative;
}
.bbs .list tbody td {
	padding: 0px 10px; width: 100%; height: auto; text-align: left; font-size: 16px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none; float: left; display: block;
}
.bbs .list tbody td:nth-child(1) {
	display: none;
}
.bbs .list tbody td:nth-child(2) {
	padding-right: 80px;
}
.bbs .list tbody td:nth-child(3) {
	font-size: 14px;
}
.bbs .list tbody td.name {
	width: auto; color: rgb(153, 153, 153); font-size: 14px; margin-top: 5px; display: inline-block;
}
.bbs .list tbody td.date {
	width: auto; color: rgb(153, 153, 153); font-size: 14px; margin-top: 5px; display: inline-block;
}
.bbs .list tbody td.date {
	background: url("/img/line-h.gif") no-repeat left;
}
.bbs .list tbody td.hit {
	display: none;
}
.bbs .list .title span.notice_ico {
	display: inline-block;
}
.bbs .list tbody td.image {
	width: 30%;
}
.bbs .list tbody td.title {
	width: 70%; font-size: 16px;
}
.bbs .list .title span {
	margin: 5px 0px 2px; display: inline-block;
}
.bbs .list .title span.comment {
	margin: 0px;
}
.bbs .list .image img {
	width: 100%; height: auto;
}
.bbs .list .replyState {
	top: 10px; width: auto; right: 0px; position: absolute;
}
.bbs .list .replyState span {
	float: right;
}
.bbsSearch {
	width: 100%;
}
.bbsSearch .srchSelect .selectric-dSelect {
	width: 26%;
}
.bbsSearch input[type='text'] {
	width: 70%;
}
.bbsSearch input[type='button'] {
	width: 30%;
}
.bbsSearch .searchWord {
	width: 70%;
}
.bbs .view .title > dl > dt {
	font-size: 20px;
}
.bbs .view .title > dl > dd {
	font-size: 14px;
}
.viewnavi > li {
	padding: 8px 40px;
}
.viewnavi > li span {
	width: 20px; height: 30px; text-indent: -9999em; overflow: hidden;
}
.bbs .view .cont {
	padding: 20px 0px;
}
.bbs .view .file {
	padding: 10px 0px;
}
.reply .reply_write .write_area {
	float: none;
}
.reply .reply_write .write_area .textarea {
	width: 100%; float: none; display: block;
}
.reply .reply_write .write_area .textarea textarea {
	width: 100%;
}
.reply .reply_write .write_area .textarea .limit {
	left: 0px; right: auto;
}
.reply .reply_write .write_area .bt_box {
	margin: 10px 0px 0px; width: 120px; float: right;
}
.reply .reply_write .write_area .bt_box li a {
	padding: 0px; height: 33px; line-height: 33px; box-sizing: border-box;
}
.reply .reply_write .tit_area {
	width: 100%;
}
.reply .reply_write .tit_area .txt {
	margin: 5px 0px 0px; display: block;
}
.reply .reply_write .tit_area .limit {
	left: 0px; top: 450%; right: auto; bottom: auto; position: absolute;
}
.contents .write tbody th {
	font-size: 14px;
}
.contents .write tbody td {
	font-size: 14px;
}
.bbs .write td.email input[type=text] {
	width: 40%; float: left;
}
.bbs .write td.email .selectric-dSelect {
	margin: 0px; width: 40%; float: left;
}
.bbs .write td.phone input[type=text] {
	width: 20%; float: left;
}
.bbs .write td.phone .selectric-dSelect::after {
	clear: both;
}
.bbs .write td.phone .selectric-dSelect {
	width: 94px; float: left;
}
.fileBox .fileBtn label {
	width: 65px;
}
.recruitTable th {
	background: rgb(245, 245, 245); padding: 5px; border: 1px solid rgb(222, 222, 222); border-image: none; color: rgb(23, 27, 40); font-weight: 600;
}
.recruitTable td {
	padding: 5px; border: 1px solid rgb(222, 222, 222); border-image: none; font-weight: 400;
}
.recruitTable thead th {
	background: rgb(152, 151, 156); color: white; font-size: 20px; font-weight: 500;
}
}
@media screen and (max-width:640px)
{
.writetd4 th {
	display: block;
}
.writetd4 td {
	display: block;
}
.writetd4 th {
	width: 30%; float: left;
}
.writetd4 td {
	width: 70%; float: left;
}
.writetd4 textarea {
	height: 160px !important;
}
.writetd4 th.minH80 {
	height: 80px !important;
}
.writetd4 td.minH80 {
	height: 80px !important;
}
.writetd4 th.minH120 {
	height: 120px !important;
}
.writetd4 td.minH120 {
	height: 120px !important;
}
.writetd4 th.minH180 {
	height: 180px !important;
}
.writetd4 td.minH180 {
	height: 180px !important;
}
.bbs .write td span.help {
	line-height: 13px;
}
.layerPop .layerPopWrap {
	background: rgb(255, 255, 255); margin: -200px 5% 0px; left: 0px; top: 50%; width: 90%; height: 400px; position: absolute; z-index: 200;
}
.layerPop .layerPopWrap .popTop {
	background: rgb(204, 0, 0); padding: 10px; text-align: center;
}
.layerPop .layerPopWrap .popCont {
	padding: 10px 20px;
}
.layerPop .layerPopWrap .popCont > p {
	margin: 10px auto 20px; text-align: center; font-size: 14px;
}
.layerPop .layerPopWrap .popCont .pass {
	margin-top: 20px;
}
.layerPop .layerPopWrap .popCont .pass p {
	margin: 20px auto; text-align: center; font-size: 14px;
}
.layerPop .layerPopWrap .popCont .pass p strong {
	font-weight: 500;
}
.layerPop .layerPopWrap .popCont .pass p.red {
	color: rgb(204, 0, 0); font-size: 18px; font-weight: 500;
}
.layerPop .layerPopWrap .popCont .fail p {
	margin: 20px auto; text-align: center; font-size: 14px;
}
.layerPop .layerPopWrap .popCont .fail p strong {
	font-weight: 500;
}
.layerPop .layerPopWrap .popCont p.final {
	margin: 25px auto 10px; font-size: 16px;
}
.layerPop .layerPopWrap .popCont p.final strong {
	font-weight: 500;
}
}
@media screen and (max-width:480px)
{
.bbsSearch {
	width: 100%;
}
.bbsSearch .srchSelect .selectric-dSelect {
	width: 100%;
}
.bbsSearch .searchWord {
	width: 100%; margin-top: 5px; margin-left: 0px;
}
.bbs .write td.email input[type=text] {
	width: 80%; float: left;
}
.bbs .write td.email .selectric-dSelect {
	margin: 0px; width: 100%; float: left;
}
.bbs .write td.phone input[type=text] {
	width: 30%; float: left;
}
.bbs .write td.phone .selectric-dSelect::after {
	clear: both;
}
.bbs .write td.phone .selectric-dSelect {
	width: 30%; float: left;
}
.bbs .write td.phone span.tx {
	width: 5px;
}
.bbs .write th br {
	display: inherit;
}
.contents .write tbody th {
	font-size: 12px;
}
.contents .write tbody td {
	font-size: 12px;
}
.contents .write tbody .conditionsTd {
	height: 90px; line-height: 35px;
}
.contents .write tbody .conditionsTh {
	height: 90px;
}
.contents .write tbody .fileTh {
	height: 160px;
}
.contents .write tbody .fileTd {
	height: 160px; -ms-word-break: keep-all;
}
.bbs .write .fileBox .fileBtn {
	margin: 5px 0px; width: auto; display: block;
}
.bbs .view .cont table {
	max-width: 100% !important;
}
.bbs .list tbody td:nth-child(2) {
	padding-right: 10px;
}
.bbs .list td img {
	padding-left: 0px;
}
.reply .reply_write .write_area .input input {
	width: 100%;
}
.fileBox .fileBtn label {
	width: 65px;
}
.btn.recruitbtn {
	float: left;
}
}
