@charset "utf-8";

.bbs-portlet .board-count,
.bbs-portlet .board-theme {
	padding-bottom: 10px;
}
.bbs-portlet .board-count,
.bbs-portlet .board-theme.float-right span a {
	height: 32px; line-height: 32px;
	vertical-align: middle;
}

.bbs-portlet .board-theme.float-right span a {
	background-position: left center;
}
.board-count .all-button {
	padding-left: 20px;
}
.board-count .all-button button {
	width: 88px;
	letter-spacing: -0.05em;
	font-size: 14px; font-weight: bold;
	margin-right: 10px;
}
.board-count.float-right .all-button button {
	margin-right: 0;
	margin-left: 10px;
}

.board-list.bbs-board td > div{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.board-list.bbs-board td div > div {
	display: inline-block;
	float: left;
	text-align: left;
}
.board-list.bbs-board td .checks-button,
.board-list.qa-board td .checks-button {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.board-list.bbs-board td .checks-button label,
.board-list.qa-board td .checks-button label {
	padding-right: 0;
}
.notice .board-list td {
	padding: 3px 0 17px;
}
.notice .board-list.board-prev-next-table td {
	padding: 12px 0;
}
.bbs-board .control-box {
	width:50px;
}
.bbs-board .no-check .control-box {
	width:0px;
	display:none;
}
.bbs-board .control-box + .title-wrap {
	width:auto;
}
.bbs-board .title-wrap {
	width: 84.75%;
}
	.bbs-board .title-thumb {
		/*width: 12.2%;*/
	}
	.bbs-board .title-thumb img {
		width: 100%;
		height: auto;
	}
	.bbs-board .title-info {
		padding-top: 6px;
	}
	.title-thumb + .title-info {
		padding: 6px 2% 0;
	}
	.bbs-board .title-info p {
		min-height: 30px; line-height: 30px;
		letter-spacing: -0.05em;
	}
	.bbs-board .title-info .title a {
		color: #333;
		font-size: 15px;
		font-weight: bold;
	}
		.bbs-board .title-info .title.liner,
		.comment-print-box .undo-now {
			text-decoration: line-through;
		}
	.bbs-board .title-info .info span {
		display: inline-block;
		font-size: 14px;
		color: #888;
	}
	.bbs-board .title-info .info .wirter {
		color: #666;
	}
		.bbs-board .title-info .info span:before {
			content: '|';
			padding: 0 20px 0 19px;
			color: #c1c1c1;
		}
		.bbs-board .title-info .info .wirter:before {
			content: '';
			padding: 0;
		}
	.notice .notice-date {
		position: absolute;
		right: 1.1%;
		top: 28px;
		color: #888;
	}

.bbs-board .hidden-button {
	width: 9%;
}
.user.bbs .board-list.bbs-board td > div.control-box,
.user .all-button.checks-wrap {
	visibility: hidden;
}
.user .bbs-board .control-box {
	display: none;
}
.bbs-board .hidden-button button {
	width: 80px;
	height: 36px;
	font-weight: bold;
	font-size: 16px;
}
.notice .bbs-board .hidden-button button {
	width: 88px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 11px;
}

.bbs-button-wrap {
	margin-bottom: 36px;
}
.bbs-button-wrap button[class*="confirm"], .bbs-button-wrap a[class*="confirm"] {
	width: auto;
	height: 52px; line-height: 52px;
	font-size: 18px; color: #fff;
	padding: 0 36px; font-weight: bold;
}
.bbs-button-wrap .text-left button, .bbs-button-wrap .text-left a {
	margin-right: 10px;
}
.bbs-button-wrap .text-right button, .bbs-button-wrap .text-right a {
	margin-left: 10px;
}
.bbs-button-wrap .hidden-now .confirm-undo,
.bbs-button-wrap .undo-now .confirm-hidden,
.hidden-now .comment-button-box .confirm-undo,
.undo-now .comment-button-box .confirm-hidden {
	display: none;
}
.bbs-button-wrap button[class*="confirm"].confirm-modify,
.bbs-button-wrap button[class*="confirm"].confirm-ivory,
.bbs-button-wrap a[class*="confirm"].confirm-modify,
.bbs-button-wrap a[class*="confirm"].confirm-ivory{
	color: #333;
}

.bbs-portlet .board-view {
	margin-bottom: 40px;
}
.bbs-portlet .board-view + .bbs-button-wrap {
	margin-bottom: 60px;
}
.common-bullet-wrap h3,
.view-comment-wrap h3 {
	padding-left: 25px;
	background: url(../../images/custom/bbs/comment_h3_icon.png) 0 0 no-repeat;
}
	.bbs-portlet .view-comment-wrap .textarea-box {
		height: 115px;
		margin-right: 10px;
	}
	.bbs-portlet .view-comment-wrap .user-box input[type="text"],
	.bbs-portlet .view-comment-wrap .common-textarea {
		background: #f5f5f5;
		border: solid 1px #ccc;
		box-sizing: border-box;
		margin-right: 10px;
	}
	.bbs-portlet .view-comment-wrap .common-textarea {
		width: 100%; height: 70px;
	}
	.bbs-portlet .view-comment-wrap .user-box input[type="text"] {
		height: 36px;
		margin-bottom: 9px;
	}
	.bbs-portlet .view-comment-wrap .user-box input:last-child {
		margin-right: 0;
	}
	.bbs-portlet .view-comment-wrap .confirm-gray {
		height: 115px;
	}

	.view-comment-wrap .board-list tr td {
		padding: 12px 0;
		line-height: 30px;
	}
	.view-comment-wrap .board-list .comment-button-box {
		padding-left: 20px;
		display: inline-block;
	}
	.channel .board-view button[class*="confirm"],
	.bbs-portlet .view-comment-wrap .comment-button-box button[class*="confirm"],
	.bbs-portlet .view-comment-wrap .comment-button-box .confirm-gray {
		height: 30px; line-height: 30px;
		width: auto; padding: 0 13px; margin-right: 10px;
		font-size: 14px; vertical-align: middle;
	}
	.bbs-portlet .comment-print-box colgroup .writer {
		text-align: right;
	}
	.comment-print-box .writer-print p {
		text-align: right;
		color: #333;
	}
	.comment-print-box .writer-print p:after {
		content: '|';
		padding-left: 13%;
		color: #c1c1c1;
	}

/* write */
.view-comment-wrap .board-list tr td[colspan="3"]:first-child {
	padding-left: 0;
	padding-right: 0;
}
.view-comment-wrap .board-list tr td[colspan="3"] {

}
.form-board-request.board-view.write-board td {
	padding: 14px 14px;
}
.form-board-request.board-view.write-board th[rowspan="3"],
.write-reply th {
	vertical-align: middle;
}
.tables-board-wrap .write-board td input.common-input-text.alone {
	min-width: 100%;
	margin: 0;
}
.tables-board-wrap .write-board td input.common-input-text.alone2 {
	float: right;
	background: #f5f5f5;
	margin-right: 0!important;
}
.tables-board-wrap .write-board.board-view tr td:first-child {
	text-align: left;
}
.write-board input[type="text"] {
	margin-bottom: 0;
}
.tables-board-wrap .write-board td > * {
	float: left;
}
.tables-board-wrap .write-board td span + input {
	margin-left: 20px;
}
.tables-board-wrap .write-board td input.common-input-text.alone.form-table-file {
	margin-right: 1%;
}
	.write-board .form-file-button{
		cursor: pointer;
	}
	.write-board .form-file-button span {
		width: 9%;
		font-size: 16px;
		cursor: pointer;
	}
	.tables-board-wrap .write-board button[class*="confirm"] {
		height: 36px; line-height: 36px;
		font-size: 16px; margin-left: 5px; font-weight: bold;
	}
	.tables-board-wrap .write-board td span + input#file {
		margin-left: 0;
	}
	.write-board .form-file-button input#file {
		width: 44%;
	}
.tables-board-wrap td.bbs-write-editbox {
	height: 320px;
}
.bbs .selects-warp select,
.notice .selects-warp select {
	width: 100%;
	height: 40px; line-height: 40px;
	box-sizing: border-box;
}
.bbs .selects-warp.col4 select {
	width: 95%;
}
.notice .start-end select {
	width: 65px;
	margin: 0 9px 0 8px;
}
.notice .start-end input {
	width: 135px;
}
.notice .calendar-wrap {
	background: url(../../images/custom/bbs/calendar_bg.png) center center no-repeat;
}
.notice .start-end button.calendar {
	width: 32px;
	height: 36px; line-height: 36px;
	background: url(../../images/custom/bbs/calendar_icon.png) 0 0 no-repeat;
}
.notice .start-end.end {
	padding-left: 1.5%;
	box-sizing: border-box;
}
.notice .calendar-wrap.event {
	background-position: center 14px;
}
.notice td {
	vertical-align: middle!important;
}
.notice .radio-wrap label {
	line-height: 36px;
}
.bbs .view-script {
	word-break: normal;
}

.notice .form-board-request.board-view.write-board td {
	/*padding: 14px 0;*/
}
.notice label {
	vertical-align: middle;
	margin-bottom: 0;
}

/* modify */
.file-addition {
	width: 100.5%;
	height: 36px; line-height: 36px;
	margin: 14px 0 0 -2%;
	padding: 14px 1.8% 0;
	border-top: solid 1px #ccc;
}


/* Q&A Style */
.board-list.qa-board td > div,
.board-list.qa-board th > div {
	float: left;
	vertical-align: middle;
}
.board-list.qa-board td div > div {
	display: inline-block;
	float: left;
	text-align: left;
}
.qa-board { width: 100%; }
.qa-board .qa-comntrol-box { min-width: 7.6% }
.qa-board .qa-num { width: 7.4% }
.qa-board .qa-title { width: 53%; }
.qa-board .qa-writer { width: 10.5% }
.qa-board .qa-date { width: 14.5% }
.qa-board .qa-hits { width: 7% }

.qa-board .qa-title span.ok,
.tables-board-wrap .comment-print-box span.ok-hide {
	display: none;
	font-weight: bold;
	color: #128fdc;
	padding-left: 5px;
}
.qa-board .has-answer .qa-title span.ok,
.tables-board-wrap .comment-print-box .undo-now span.ok-hide {
	display: inline-block;
}
	.qa-board tr.view-reply {
		display: none;
	}
	.qa-board.has-reply tr.view-reply {
		display: block;
	}


/*  FAQ  */
.search-box-wrap {
	margin-bottom: 70px;
}
.faq .search-box-wrap .search-box {
	width: 81.8%;
	margin: 0 auto;
	padding: 2px 0 0 2px;
	background: #1258a9;
	box-sizing: border-box;
	margin-bottom: 23px;
}
	.faq .search-box input.faq-search-input {
		width: 88%; height: 55px; line-height: 55px;
		box-sizing: border-box;
		float: left;
		box-shadow: 0 0 0; border: 0; border-radius: 0;
		margin: 0; padding-left: 15px;

		background: #fff;
		font-size: 18px;
		color: #333;
		letter-spacing: -0.05em;
	}
	.faq .search-box button.faq-search-submit {
		width: 12%;
	}
	.faq .search-box button.faq-search-submit span {
		display: inline-block;
		width: 100%; height: 57px; line-height: 57px;
		font-size: 20px;
		color: #fff;
		letter-spacing: -0.07em; font-weight: bold;
	}
	.keyword-box {
		margin: 0 auto;
	}
	.keyword-box h3 {
		float: left;
		height: 20px; line-height: 20px;
		color: #333; letter-spacing: -0.05em;
		font-size: 16px; font-weight: bold;
		padding-left: 8%;
		background: url(../../images/custom/bbs/faq_sch_icon.png) 0 0 no-repeat;
	}
	.keyword-box li {
		height: 20px; line-height: 20px;
		color: #ccc;
	}
	.keyword-box li a:before {
		content: '|';
		color: #ccc;
		padding: 0 27px 0 27px;
	}
	.keyword-box li:first-child a:before {
		content: '';
		color: #ccc;
		padding: 0 27px 0 0;
	}
	.keyword-box li a {
		width: 100%;
		display: inline-block;
		height: 20px; line-height: 20px;
		color: #666; letter-spacing: -0.05em;
		font-size: 16px;
	}
	.keyword-box li a:hover { text-decoration: none; font-weight: bold; }

	.faq .tab-dth1 li {
		width: 25%;
	}
/*
	.faq .tab-pane {
		border-top: solid 2px #5d6268;
	}
	.faq .accordion-heading,
	.faq .accordion-heading .accordion-toggle {
		position: relative;
		z-index: 1;
	}
*/
	.faq .hidden-button {
		position: absolute;
		z-index: 2;
		right: 20px;
		top: 14px;
	}

.bbs-portlet .borad-search-warp {
	margin-bottom: 100px;
}


.notice .calendar-wrap .lfr-input-date .control-group {margin-bottom:0}
.file-guide {display:block;line-height:1.5em;padding-bottom:5px}
.request .notice .calendar-wrap {
	background-position: left 34.3% center;
}
.notice #_viewNotice_WAR_noticeportlet_stickyBeginDate, .notice #_viewNotice_WAR_noticeportlet_stickyBeginTime, 
.notice #_viewNotice_WAR_noticeportlet_stickyEndDate, .notice #_viewNotice_WAR_noticeportlet_stickyEndTime,
.notice #_viewNotice_WAR_noticeportlet_eventBeginDate, .notice #_viewNotice_WAR_noticeportlet_eventBeginTime,
.notice #_viewNotice_WAR_noticeportlet_eventEndDate, .notice #_viewNotice_WAR_noticeportlet_eventEndTime {width:94%;height:40px;line-height:40px;margin-bottom:0}
.notice #_viewNotice_WAR_noticeportlet_form_write .calendar-wrap.event {background-position:center 17px}
.notice #_viewNotice_WAR_noticeportlet_form_write .calendar-wrap .start-end.end {padding-left:2.5%}
.notice #_viewNotice_WAR_noticeportlet_form_write .bbs-write-editbox > div {float:none}
.tables-board-wrap td input.common-input-text.alone.col5 {width:98%}
.board-view .control-group {margin-bottom:0}
.board-view .control-group input[type="file"] {vertical-align:middle}


.board-list td.tac{text-align:center;}
.tb-line table{margin-bottom:60px;}
.tb-line table thead tr:first-child th{border-top:none;}
.tb-line table th{line-height:130%;height:auto;padding:15px 5px;border-top:1px solid #ccc;}
.tb-line table th,
.tb-line table td{border-left:1px solid #ccc;text-align:center;vertical-align:middle;word-break:break-word;}
.tb-line table tr:first-child th:first-child, .tb-line table tr:first-child td:first-child, .tb-line table tr td:first-child {border-left:none;}
.tb-line table th:first-child, .tb-line table td:first-child {border-left:none;}
.tb-line table th.line,
.tb-line table td.line{border-left:1px solid #ccc !important}
.tb-line table th.r_line, .tb-line table td.r_line{border-right:1px solid #ccc}
.tb-line table th.b_line, .tb-line table td.b_line{border-bottom:1px solid #ccc}
.tb-line table td{padding: 15px 0;}


.password-bx		{ position: relative; max-width: 480px; height: 230px; margin: 50px auto; padding-top: 44px; box-sizing: border-box; }
.password-bx h3		{ position: absolute; top: 0; left: 0; right: 0; color: #fff; background: #444444; line-height: 44px; font-size: 14px; padding: 0 25px; }
.password-bx .pass-bx		{ height: 100%; box-sizing: border-box; border: 1px solid #bfbfbf; background: #f8f8f8; padding: 30px 75px 0; text-align: center; }
.password-bx .pass-bx p		{ padding-bottom: 15px; font-sizE: 14px; }
.password-bx .pass-bx input[type="password"]		{ box-sizing: border-box; width: 100%; height: 42px; }
.password-bx .pass-bx .btn-group					{ padding-top: 20px; }
.password-bx .pass-bx .btn-group button				{ display: inline-block; font-size: 13px; height: 35px; line-height: 36px; padding: 0 10px; min-width: 100px; box-sizing: border-box; background: #aaaaaa; color: #fff; text-align: center; cursor: pointer; }
.password-bx .pass-bx .btn-group button.point		{ background: #2f2e53; }


.btnArea .ac			{ padding: 30px 0; text-align: center; }
.btnArea .ac a			{ display: inline-block; position: relative; height: 35px; line-height: 35px; text-align: center; min-width: 100px; padding: 0 15px; box-sizing: border-box; color: #fff; background: #aaaaaa; font-size: 13px; font-weight: 600; }
.btnArea .ac a.point	{ background: #150958; }
.btnArea .ac a.blue		{ background: #668cce; }


.leave-box						{ background: #f4f4f4; margin: 75px auto; padding: 55px 100px; font-size: 15px; max-width: 840px; }
.leave-box p					{ font-size: 15px; letter-spacing: -1px; }
.leave-box .btnArea .ac			{ padding-bottom: 0; }
.leave-box .msg					{ text-align: center; margin-bottom: 30px; }
.leave-box .msg strong			{ color: #150958; }
.leave-box .edit				{ padding-top: 30px; }
.leave-box .check-list li		{ padding: 4px 0; font-size: 15px; }
.leave-box .edit textarea		{ width: 100%; height: 150px; box-sizing: border-box; }
.leave-box label	{ display: inline; }


.leave-complete-box .leave-end	{ padding: 40px 0; text-align: center; }
.leave-complete-box .result		{ }
.leave-complete-box .result a	{ display: block; max-width: 380px; margin: 0 auto; height: 50px; line-height: 50px; text-align: center; coloR: #fff; font-weight: 600; background: #150958; }