/*게시판 테이블*/

.notice-box	{ 
	padding: 1.0em;
	border: 1px solid #ddd;
	background: #f8f8f8;
	margin-bottom: 1.5em;
	font-size: 0.9em;
}

.bbs-bx table.bbs-list {
	table-layout: fixed;
	width: 100%;
	border-collapse:collapse;
	border-top: 3px solid #202020;
}
.bbs-bx table.bbs-list thead tr th {
	font-size: 1.0em;
	padding: 0.8em 0;
	color: #333;
	border-bottom: 3px solid #202020;
}
.bbs-bx table.bbs-list tbody tr th,
.bbs-bx table.bbs-list tbody tr td	{
	font-size: 0.9em;
	padding: 0.5em;
	color: #111;
	border-bottom: 1px solid #efefef;
	text-align: center;
	vertical-align: middle;
}
.bbs-bx table.bbs-list thead tr th + th,
.bbs-bx table.bbs-list tbody tr td	{
	border-left: 1px solid #dadada;
}
.bbs-bx table.bbs-list tbody tr:nth-child(even) > * { background: #eeeeee; }

.bbs-bx table.bbs-list tbody tr td .ans {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 0 10px;
}
.bbs-bx table.bbs-list tbody tr td .ans.ans-conf {
	border: 1px solid #f1cb3a;
	background: #fffae4;
}
.bbs-bx table.bbs-list tbody tr td img {vertical-align: middle;}
.bbs-bx table.bbs-list tbody tr td.sbj {
	text-align: left;
}
.bbs-bx table.bbs-list tbody tr td.sbj a {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 80%;
	color: #111;
	vertical-align: middle;
}
.bbs-bx table.bbs-list tbody tr.nodata td {text-align: center; }

.bbs-bx table.bbs-write {
	table-layout: fixed;
	width: 100%;
	border-collapse:collapse;
	border-top: 3px solid #1d1d1d;
}
.bbs-bx table.bbs-write tbody tr th {
	font-size: 1.0em;
	background: rgba(229, 229, 229, .45);
	color: #595757;
	border-bottom: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	padding: 0.5em 1.0em;
	text-align: left;
}
.bbs-bx table.bbs-write tbody tr td {
	word-break: break-all;
	border-bottom: 1px solid #e4e4e4;
	padding: 0.5em 1.0em;
	text-align: left;
	vertical-align: middle;
	font-size: 1.0em;
	color: #333;
}
.bbs-bx table.bbs-write tbody tr td a {color: #fff;}
.bbs-bx table.bbs-write tbody tr td label {color: #111;}
.bbs-bx table.bbs-write tbody tr td input[type=text],
.bbs-bx table.bbs-write tbody tr td input[type=file],
.bbs-bx table.bbs-write tbody tr td input[type=password],
.bbs-bx table.bbs-write tbody tr td textarea,
.bbs-bx table.bbs-write tbody tr td select {
	width: 100%;
	color: #111;
	border: 1px solid #bbb;
	/*background: transparent;*/
}
.bbs-bx table.bbs-write tbody tr td .sel-date {width: 28%;}
.bbs-bx table.bbs-write tbody tr td input[type=password] {width: 25%;}
.bbs-bx table.bbs-write tbody tr td input[type=text].datepicker {width: 25%;}
.bbs-bx table.bbs-write tbody tr td textarea {height: 400px;}
.bbs-bx table.bbs-write tbody tr td .alert {
	font-size: 13px;
	margin: 5px 0;
}
.bbs-bx table.bbs-write tbody tr.tel td input {width: 14%;}
.bbs-bx table.bbs-write tbody tr.pass td input[type=password] {width: 100%;}

.bbs-bx .bbs-view {
	width: 100%;
	border-top: 2px solid #ea2016;
}

.bbs-bx .bbs-view h3 {
	font-size: 1.5rem!important;
	background: #333!important;
	padding: 10px 24px!important;
	margin: 0 0 0!important;
	line-height: 1!important;
	color: #999!important;
	height: auto!important;
}
.bbs-bx .bbs-view .bbs-info {
	height: 30px;
	line-height: 30px;
	padding: 0 14px;
	border-bottom: 1px solid #333;
	border-top: none;
}
.bbs-bx .bbs-view .bbs-info.btm-info {border-top: 0;}
.bbs-bx .bbs-view .bbs-info .left {float: left;}
.bbs-bx .bbs-view .bbs-info .right {float: right;}
.bbs-bx .bbs-view .bbs-info .col {
	display: inline-block;
	color: #777;
	padding: 0 10px;
	font-size: 13px;
}
.bbs-bx .bbs-view .bbs-info .col img {vertical-align: middle;}
.bbs-bx .bbs-view .bbs-info .col a {text-decoration: underline;}
.bbs-bx .bbs-view .view-arae {
	padding: 30px 24px;
	font-size: 13px;
	color: #111;
	
	
}
.bbs-bx .bbs-view .view-arae textarea {
	border: 1px solid #777;
	background:transparent;
}
.bbs-bx .bbs-view .view-arae * {
	word-break: break-all;
	line-height: 21px;
	color: #111;
}
.bbs-bx .bbs-view .view-arae .adm-msg {
	margin: 0 0 15px 0;
	font-size: 13px;
}
.bbs-bx .bbs-view .view-arae .attach {
	padding: 50px 0 20px 0;
}
.bbs-bx .bbs-view .view-arae .attach a {
	color: #111;
	display: inline-block;
	padding: 5px 10px;
	background: none;
	border: none;
	text-decoration: underline;
}
.bbs-bx .bbs-view .view-nav {
	padding: 0 24px 0;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.bbs-bx .bbs-view .view-nav a {
	font-size: 13px;
	color: #111;
}
.bbs-bx .bbs-view .view-nav a.prev {
	float: left;
	padding: 0 0 0 15px;
	background:url('/images/board/btn-viwnav-pre.png') no-repeat left center;
}
.bbs-bx .bbs-view .view-nav a.next {
	float: right;
	padding: 0 15px 0 0;
	background:url('/images/board/btn-viwnav-next.png') no-repeat right center;
}
.bbs-bx .bbs-view .adm-re h4 {
	padding: 0 24px;
	background: #333;
	height: 39px;
	line-height: 39px;
	color: #111;
	font-size: 13px;
	border: 1px solid #777;
}
.bbs-bx .bbs-view .adm-re textarea {
	width: 100%;
	height: 200px;
}
.bbs-bx .event-bx {
	border: 1px solid #ddd;
	margin: 0 0 20px 0;
	width: 100%;
	position: relative;
}
.bbs-bx .event-bx.no-data {
	text-align:center;
	line-height: 134px;
	padding: 0 0 0 0;
	height: 134px;

	font-size: 14px;
}
.bbs-bx .event-bx .event-img {
	width: 770px;
	height: 230px;
	border-bottom: 1px solid #ddd;
}
.bbs-bx .event-bx a {
	color: #5e5848;

}
.bbs-bx .event-bx h3 {
	margin: 0 0 0 0;
	padding: 15px 20px 0 20px!important;
	background: none!important;
	font-size: 21px;
}
.bbs-bx .event-bx .date {
	position: absolute;
	font-size: 14px;
	color: #111;
	top: 250px;
	right: 24px;
}
.bbs-bx .event-bx .event-view {
	word-break: break-all;
	padding: 15px 20px;
	font-size: 13px;
	line-height: 21px;
}

/*웹진형*/
.webzine-list {
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 100%;
}
.webzine-list .board-list {
	width: 100%;
	border-top: 2px solid #ea2016;
}

.webzine-list .board-list .board-webzine-item {
	position: relative;
	padding: 3px 3px 2px 3px;
	height: 145px;
	border-bottom: 1px solid #333;
}
.webzine-list .board-list .no-item {
	text-align: center;
	color: #111;
	border: 1px solid #333;
	line-height: 30px;
}
.webzine-list .board-list .board-webzine-thumbnail {
	position: absolute;
	left: 3px;
	top: 3px;
	padding: 18px 0 0 20px;
	width: 150px;
	height: 105px;
	text-align: center;
}
.webzine-list .board-list .board-webzine-thumbnail a {
	color: black;
	text-decoration: none;
}
.webzine-list .board-list .board-webzine-thumbnail a img {
	width: 150px;
	height: 105px;
}
.webzine-list .board-list .board-webzine-wrap {
	margin-left: 170px;
	padding: 18px 0 0 16px;
}
.webzine-list .board-list .board-webzine-wrap .board-webzine-title {
	font-size: 14px;
}
.webzine-list .board-list .board-webzine-wrap .board-webzine-title a {
	color: #d70406;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.webzine-list .board-list .board-webzine-wrap .board-webzine-content {
	padding-top: 16px;
	height: 33px;
	overflow: hidden;
	font-size: 12px;
}
.webzine-list .board-list .board-webzine-wrap .board-webzine-content a {
	color: #747474;
	text-decoration: none;
}
.webzine-list .board-list .board-webzine-wrap .board-webzine-info {
	padding-top: 16px;
	font-size: 12px;
}
.webzine-list .board-list .board-webzine-wrap .board-webzine-info .board-info-name {
	color: #747474;
}
.webzine-list .board-list .board-webzine-wrap .board-webzine-info .board-info-value {
	font-weight: bold;
	color: #111;
}

.cut_strings {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}

/*갤러리형*/
.gallery-list {
	display: inline-block;
	zoom: 1;
	margin: 0;
	width: 100%;
}
.gallery-list .board-list {
	display: block;
	overflow: hidden;
	margin: 0 -0.5em!important;
	padding: 0 !important;
	list-style: none;
	border: 0;
}
.gallery-list .board-list .board-list-item {
	position: relative;
	float: left;
	padding: 0.5em;
	width: 50%;
	overflow: hidden;
	list-style: none;
	box-sizing: border-box;
}
.gallery-list .board-list .board-list-item:before	{
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	right: 0.5em;
	height: 2px;
	background: #ea2016;
}
.gallery-list .board-list .board-list-item:after	{
	content: "";
	display: block;
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
	right: 0.5em;
	height: 1px;
	background: #d2d0d0;
}

.gallery-list .board-list .board-list-item .board-item-thumbnail {
	display: block;
	position: relative;
	margin: 0.5em 0 0 0;
	overflow: hidden;
}
.gallery-list .board-list .board-list-item .board-item-thumbnail:before	{
	content: "";
	display: block;
	position: relative;
	padding-top: 80%;
}
.gallery-list .board-list .board-list-item .board-item-thumbnail img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.gallery-list .board-list .board-list-item .board-item-description {
	padding: 0.5em 1.0em 1.0em;
}
.gallery-list .board-list .board-list-item .board-item-description .board-item-avatar {
	float: left;
	position: relative;
	padding-right: 0.6em;
	text-decoration: none;
}
.gallery-list .board-list .board-list-item .board-item-description .board-item-avatar img {
	margin: 0;
	padding: 0;
	width: 2.25em;
	height: 2.25em;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
}
.gallery-list .board-list .board-list-item .board-item-description .board-item-title {
	margin: 0;
	font-size: 1.0em;
	font-weight: bold;
}
.gallery-list .board-list .board-list-item .board-item-description .board-item-title a {
	color: #d70406;
}
.gallery-list .board-list .board-list-item .board-item-description .board-item-user {
	margin: 0;
	padding: 0;
	color: #777;
}
.gallery-list .board-list .board-list-item .board-item-description .board-item-user span {
	display: block;
	zoom: 1;
	vertical-align: middle;
	font-size: 0.9em;
	margin-right: 0.5em;
}
.gallery-list .board-list .board-list-item .board-item-info {
	height: 28px;
	background-color: #f6f6f6;
	border-top: 1px solid #e7e7e7;
}
.gallery-list .board-list .board-list-item .board-item-info span {
	display: inline-block;
	zoom: 1;
	padding-left: 30px;
	vertical-align: middle;
	font-size: 12px;

}
.gallery-list .board-list .no-item {
	clear: both;
	text-align: center;
	color: #111;
	padding: 5.0em 0;
	margin: 0 0.5em;
	border: 1px solid #777;
	font-size: 1.0em;
}


/*댓글*/
.board-comments .board-comments-area {
	width: 100%;

}
.board-comments {
	width: 100%;
	border: 1px solid #333;
	margin: 0 0 30px 0;
}
.board-comments .board-comments-wrap {
	padding: 15px;
}
.board-comments .comments-count {
	clear: both;
	padding: 0 0 0 20px;
	color: #8a8a8a;
	font-size: 12px;
}
.board-comments .comments-count .comments-total-count {
	color: #f05726;
}
.board-comments hr {
	margin: 10px 0 0 0 !important;
	padding: 0;
	height: 0;
	border: 0;

	background: none;
}
.board-comments .comments-list {
	border-top: 1px dashed #333;
	padding: 0 0 0 0;
}
.board-comments .comments-list ul {
	margin: 0 !important;
	padding: 0;
	list-style: none;
	border: 0;
}
.board-comments .comments-list ul li {
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
	border: 0;
	font-size: 12px;
	background: none;
}
.board-comments .comments-list .comments-list-username {
	float: left;
	margin: 0;
	padding-right: 10px;
	width: auto;
	color: #111;
	font-weight: bold;
}
.board-comments .comments-list .comments-list-create {
	float: right;
	margin: 0;
	font-size: 11px;
	color: #a0a0a0;
}
.board-comments .comments-list .comments-list-content {
	float: inherit;
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
	width: 100%;
	color: #777;
	font-size: 13px;
}
.board-comments .comments-list .comments-list-controller {
	float: inherit;
	margin: 0;
}
.board-comments .comments-list .comments-list-controller span {
	display: inline-block;
	font-size: 11px;
	padding-right: 3px;
}
.board-comments .comments-list .comments-list-controller a {
	color: #f05726;
	text-decoration: none;
	border: 0;
}
.board-comments .board-comments-form {
	padding: 0 0 15px 0;
	width: 100%;
	margin: 20px 0 0 0;
}
.board-comments .board-comments-form .comments-username {
	float: left;
	padding-bottom: 10px;
	width: 230px;
}
.board-comments .board-comments-form .comments-username .comments-username-label {
	display: inline-block !important;
	margin: 0;
	padding: 0;
	margin-left: 0;
	width: 60px;
	font-size: 12px;
	color: #8a8a8a;
	vertical-align: middle;
}
.board-comments input[type=text], .board-comments input[type=password] {
	display: inline !important;
	margin: 0 !important;
	padding: 6px 2px !important;
	width: 50% !important;
	height: auto;
	line-height: normal;
	font-size: 12px;
	background: none;
	color: #111;
	border: 1px solid #333;
}
.board-comments .board-comments-form .comments-password {
	float: left;
	padding-bottom: 10px;
	width: 230px;
}
.board-comments .board-comments-form .comments-password .comments-password-label {
	display: inline-block !important;
	margin: 0;
	padding: 0;
	margin-left: 21px;
	width: 60px;
	font-size: 12px;
	color: #8a8a8a;
	vertical-align: middle;
}
.board-comments .board-comments-form .comments-captcha {
	float: left;
	padding-bottom: 10px;
	width: 230px;
}
.board-comments .board-comments-form .comments-submit {
	display: table;
	width: 100%;
}
.board-comments .board-comments-form .comments-submit .comments-submit-text {
	display: table-cell;
	padding-left: 0;
}
.board-comments .board-comments-form .comments-submit .comments-submit-text textarea {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 65px;
	border: 1px solid #333;
	font-size: 12px;
	vertical-align: middle;
	background: none;
	color: #111;
}
.board-comments .board-comments-form .comments-submit .comments-submit-button {
	display: table-cell;
	width: 80px;
	height: 65px;
	text-align: right;
	vertical-align: top;
}
.board-comments .board-comments-form .comments-submit .comments-submit-button input[type=submit],
.board-comments .board-comments-form .comments-submit .comments-submit-button input[type=button]{
	margin: 0;
	padding: 0;
	width: 69px;
	height: 65px;
	line-height: 65px;
	vertical-align: middle;
	border: 1px solid #ea2016;
	background: none;
	color: #ea2016;
}


.board-comments .comments-list ul li .board-comments-form {
	padding: 15px 0 30px 0;
	width: auto;
}
.board-comments .comments-list ul li .board-comments-form .comments-submit-text {width: 80%;}
.board-comments .comments-list ul li .board-comments-form .comments-submit .comments-submit-button input.btn-cancle {
	border: 1px solid #777;
	color: #111;
}

.board-comments .comments-list .pg {
	text-align: right;
	padding: 20px 0 0 0;
	color: #111;
}
.board-comments .comments-list .pg strong,
.board-comments .comments-list .pg a {
	display: inline-block;
	width: 14px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #111;
}
.board-comments .comments-list .pg strong {color: #d70406;}
.board-comments .comments-list .pg .button {min-width: inherit;}
.board-comments .comments-list .pg .button.small {
	height: auto;
}
.board-comments .comments-list .pg .button.small button {
	background: transparent;
	color: #111;
	font-weight: bold;
	width: 14px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
}
.board-comments .comments-list .no-item {
	text-align: center;
	color: #111;
	line-height: 30px;
}

/*버튼*/
.page-nav {
	margin: 1.5em  0 0 0;
	width: 100%;
	position: relative;
	min-height: 2.0em;
}
.page-nav.center-btn {text-align: center;}
.page-nav .right-btn {
	position:absolute;
	right: 0;
	top: 0;
}
.button {
	border: 0;
	padding: 0 0.5em;
	display: inline-block;
	height: 2.5em;
	line-height: 2.5em;
	font-size: 1.0em;
	min-width: 5.0em;
	text-align: center;
}
.button.button-yellow {
	background: #f1cb3a;
	color: #5e5848;
}
.button.button-red {
	background: #ea5d4b;
	color: #fff;
}
.button.button-bdr-org {
	background: #d70406;
	color: #fff;
}
.button.button-white {
	background: #999;
	color: #fff;
}
.button.button-bdr-trnsp {
	background: #c2c2c2;
	color: #fff;
}
.button.button-big {
	padding: 0 0.8em;
	font-size: 1.2em;
	height: 2.0em;
	line-height: 2.0em;
}
.button.button-big.button-white {

}

/*페이징*/
.paging {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.paging a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #5e5848;
	font-size: 15px;

}
.paging a img {
	vertical-align: middle;
}
.paging strong {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #d70406;
	font-size: 15px;
}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.end {
	border: 1px solid #777;
	width: 28px;
}

/*검색*/
.sarch {
	text-align: center;
	margin: 25px 0 0 0;
}
.sarch .sch-txt {
	display: inline-block;
	vertical-align: middle;
	width: 238px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #777;
}
.sarch .sch-txt input,
.sarch .sch-txt button {
	border: 0;
	background: none;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.sarch .sch-txt input {
	width: 195px;
	font-size: 15px;
	padding: 0 5px;
	color: #111;

}
.sarch select {
	height: 30px;
	vertical-align: middle;
	border: 1px solid #777;
	color: #111;
	font-size: 15px;
	background:transparent;
}


/*비밀번호입력*/
.password-bx {
	background: #161616;
	width: 500px;
	height: 330px;
	margin: 0 auto;
	border: 1px solid #777;
}
.password-bx h3 {
	margin: 0 0 0 0!important;
	background: #333!important;
	border-bottom: 1px solid #777;
	height: 60px;
	line-height: 60px;
	color: #999!important;
	font-size: 21px;
	padding: 0 27px;
}
.password-bx p {
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
	text-align:center;
	font-size: 15px;
	line-height: 25px;
	color: #999!important;
}
.password-bx .pass-bx  {
	padding: 45px 55px 0 55px;
	text-align: center;
}
.password-bx .pass-bx input {
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin: 0 0 23px 0;
	text-align: center;
	background: none;
	border: 1px solid #777;
	color: #111;
}
.password-bx .close {
	display: none;
	position: absolute;
	top: 18px;
	right: 18px;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 13px!important;
	margin: -6px 0 0 0!important;
}

/*웹진형*/
.bbs-bx .wbegine-list {
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	position: relative;
	height: 134px;
}
.bbs-bx .wbegine-list .block-link {
	display: block;
}
.bbs-bx .wbegine-list .news-bx {
	margin: 0 0 0 225px;
}
.bbs-bx .wbegine-list .news-bx h3 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #555;
	background: none;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}
.bbs-bx .wbegine-list .news-bx .news {
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 10px 0;
}
.bbs-bx .wbegine-list .news-bx .date {
	font-size: 14px;
	line-height: 20px;
}
.bbs-bx .wbegine-list .img {
	position: absolute;
	top: 0;
	border: 1px solid #ddd;
	width: 168px;
	height: 130px;
}
.bbs-bx .wbegine-list .img img {
	width: 168px;
	height: 130px;
}
.bbs-bx .wbegine-list.no-data {
	border: 1px solid #ddd;
	text-align:center;
	line-height: 134px;
	padding: 0 0 0;
	font-size: 14px;
	height: 134px;
}

.bbs-bx .faq-list dt {
	border: 1px solid #ddd;
	margin: 5px 0 0 0;
}
.bbs-bx .faq-list dt a {
	background:url('/images/board/faq-arrow-down.png') no-repeat right center;
	display: block;
	padding: 0 20px;
	font-size: 14px;
	line-height: 52px;
}
.bbs-bx .faq-list dt:first-child {margin: 0 0 0 0;}
.bbs-bx .faq-list dt.current {
	border: 1px solid #5e5848;
	border-bottom: 1px solid #ddd;
}
.bbs-bx .faq-list dt.current a {background:url('/images/board/faq-arrow-up.png') no-repeat right center;}
.bbs-bx .faq-list dd {
	border: 1px solid #5e5848;
	border-top: 0 none;
	margin: 0 0 15px 0;
	padding: 20px 20px 20px 50px;
	position: relative;
	font-size: 14px;
	line-height: 22px;
}
.bbs-bx .faq-list dd strong {
	position: absolute;
	color: #f1cb3a;
	top: 20px;
	left: 20px;
}
.bbs-bx .faq-list dd.no-data {
	border: 1px solid #ddd;
	text-align:center;
	line-height: 134px;
	padding: 0 0 0 0;
	height: 134px;
}

.join-terms .agree-terms {
	overflow-x: hidden;
	overflow-y: auto;
	height: 127px;
	margin-top: 20px;
	padding: 25px 30px;
	color: #666;
	line-height: 22px;
	border: 1px solid #777;
	background: transparent;
}
.join-terms h4, .join-terms h5, .join-terms p {
	font-size: 0.8125rem;
	margin: 0 0 25px 0;
	color: #111;
}
.join-terms p.agr-chk {
	margin: 15px 0 0 0;
	text-align: right;
}

.btn-nav {
	text-align: center;
	padding: 0;
	margin: 0 0 1.875rem 0;
}
.btn-nav .btn-normal {
	padding: 0 0;
	height: 2.5em;
	line-height: 2.5em;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	vertical-align: middle;
	background: #d91515;
}
.btn-nav .btn-white {
	padding:  0;
	background:none;
	color: #111;
	border: 1px solid #adadad;
	
}

.btn-nav .btn-list {
		
	width: 80%!important;
}
.btn-nav .btn-full {
	width: 100%;
}
.btn-nav .btn-del {background: #9f7f38;}

.pageing {
	text-align: center;
	font-size: 100%;
	color: #ea2016;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 1.0em;
	line-height: 2.25em;
}

.pageing .btn-set {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 1.0em;
	line-height: 2.25em;
}
.pageing .btn-set a {
	display: block;
	float: left;
	line-height: 2.0em;
	width: 2.25em;
	height: 2.25em;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 2px;
}
.pageing .btn-set img { height: 0.6em; vertical-align: middle!important;}
.pageing em {
	color: #111;
}

.bbs-view {
	border-bottom: 1px solid #cacaca;
	margin: 0 0 60px 0;
}
.bbs-view h3 {
	font-size: 1.2em !important;
	padding: 0.8em 0.7em !important;
	background: none !important;
	height: auto;
	margin: 0 0 0 0;
	font-weight: bold;
	color: #111 !important;
	border-top: 3px solid #1d1d1d;
}
.bbs-view .info {
	border-top: 1px solid #cacaca;
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
}
.bbs-view .info span {
	border-left: 1px solid #d0d0d0;
	font-size: 1.0em;
	display: inline-block;
	height: 1.5em;
	line-height: 1.5em;
	vertical-align: middle;
	padding: 0 0.5em;
	color: #111;
}
.bbs-view .info span.first {
	padding: 0 0.5em 0 0;
	border-left: 0 none;
}
.bbs-view .bbs-contents {
	border-top: 1px solid #cacaca;
	padding: 1.5em 0em;
	font-size: 1.1em;

	color: #111;
}
.bbs-view .bbs-contents iframe	{ width: 100% !important; height: auto !important; }
.bbs-view .bbs-contents img	{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.bbs-write {
	width: 100%;
	margin: 0 0 2.0em 0;
	border-top: 2px solid #ea2016;
}
.bbs-write th,.bbs-write td {
	font-size: 1.375em;
	border-bottom: 1px dashed #bbb;
}
.bbs-write th {
	vertical-align: middle;
	font-weight: normal;
	background: #333;
	color: #595757;
}
.bbs-write td {
	padding: 8px;
}
.bbs-write td label {font-size: 100%!important;}
.bbs-write td input[type=text],
.bbs-write td input[type=email],
.bbs-write td input[type=date],
.bbs-write td input[type=tel],
.bbs-write td input[type=password],
.bbs-write td select {
	width: 85%;
	font-size: 1.0em;
	height: 2.0em;
	padding: 0 0.5em;
	-webkit-appearance:none; 
	-webkit-border-radius:0px;
}
.bbs-write td input[name *= "phone"]	{ width: 20% !important; }
.bbs-write td select {-webkit-appearance:inherit;}
.bbs-write td input[type=checkbox] {
	width: 44px;
	height: 44px;
	font-size: inherit;

}
.bbs-write .tel td input[type=text],
.bbs-write .tel td input[type=tel],
.bbs-write .tel td select {
	width: 21%!important;
	padding: 8px;
}
.bbs-write td textarea {
	width: 100%;
	height: 5.0em;
	font-size: 1.0em;
}

.bbs-list {
	margin: 0 0 3.0em 0;
	border-bottom: 1px dashed #7f7f7f;
}
.bbs-list li {
	border-top: 1px dashed #7f7f7f;
	padding: 1.5em 0;
	position: relative;
}
.bbs-list li.no-item	{
	padding: 3.0em 0;
	text-align: center;
}
.bbs-list li a {
	display: block;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
}
.bbs-list li a img {
	width: auto;
	vertical-align: middle;
}
.bbs-list li span {
	display: inline-block;
	color: #111;
}
.bbs-list li .date {
	display: block;
	font-size: 0.9em;
}

.bbs-list.recruit-list li .info {margin: 0 1.0em 0.3em 0;} 