@charset "utf-8";

.one-box {
	overflow: hidden;
}


.half-box {
	float: left;
	width: 50%;
}

.half-box.left-border {
	border-left: 1px solid #e7e7e9
}

.total-area {
	margin-bottom: 5px;
}

.total-area:after {
	content: "";
	clear: both;
	display: block;
}

.total {
	float: left;
	height: 35px;
	line-height: 35px;
	color: #585858;
}

.total > strong {
	color: #cc0000;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.total-area > .word-right {
	float: right;
	height: 35px;
	line-height: 35px;
}

.total-area > .word-right > p {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.sort-area {
	float: right;
}

.sort-area select {
	float: left;
	min-width: 85px;
	margin-right: 8px;
}

.btn-sort-view {
	float: left;
	width: 58px;
	height: 35px;
	line-height: 35px;
	background: #4c5f74;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer; 
	-webkit-appearance: none;
}



/* 게시판 */
.board-area {
	position: relative;
	border: 0px solid red;
	font-size: 15px;
}


/* 게시판 목록 */
.board-list01 {
	border-top: 1px solid #4c5f74
}

.board-list01 table {
	border-collapse: collapse; 
}

.board-list01 tr {  } /* colgroup 으로 td 스타일제어하려면 tr에 정의  */
.board-list01 table tbody tr:hover {
	background: #f9f9f9;
}

.board-list01 tr.notice {
	background: #f8f7f2;
}

.board-list01 table th, 
.board-list01 table td {
	border-width: 0;
}
.board-list01 table thead th {
	color: #1a324d;;
	background: #f4f4f4;
	padding: 15px 10px;
	text-align: center; 
	vertical-align: middle; 
	border-bottom: 1px solid #d1d1d1;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
} 
.board-list01 table tbody td {
	border-bottom: 1px solid #e7e7e7; 
	color: #636363; 
	text-align: center; 
	padding: 15px 10px;
	font-size: 15px;
	line-height: 18px;
}


.board-list01 table tbody td a {
	color: #014099;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	-o-text-overow: ellipsis;

	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	/*text-decoration: underline;*/
}

.board-list01 table tbody td a:hover {
	color: #e63c3c !important;
	text-decoration: underline;
}
	
.board-list01 table tbody td a .comment-hit {
	color: #f56300
}

.board-list01 table tbody td .location {
	margin-top: 5px;
	font-size: 0.929em;
	color: #999999;
}


.board-list01 table tbody td .icon-reply {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 15px;
}

.board-list01 table tbody td .icon-secret {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 19px;
}

.board-list01 table tbody td .icon-notice {
	display: none;
}

.board-list01 table tbody td.right-line {
	border-right: 1px solid #f2f2f2
}

.board-list01 table .notice {
	width: 5%;
}

.board-list01 table .title {
	position: relative;
}

.board-list01 table .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	-o-text-overow: ellipsis;
}

.board-icon-wrapper {
	display: inline-block;
	vertical-align: middle;	
}

.board-icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	line-height: 
}

.hiring-specialist {
	overflow: hidden;
}

.hiring-specialist > li {
	float: left;
	padding: 0 5px;
	margin-right: 5px;
	margin-top: 5px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #ff6600;
	color: #ff6600;
	font-size: 0.786em;
	font-family: "돋움", "dotum", 돋움, dotum, sans-serif;
}

.board-list01 .user-information {
	position: relative;
	padding-left: 46px;
}

.board-list01 .user-information .user-image {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 37px;
	height: 37px;
	margin-top: -18px;
	border-radius: 100%;
	overflow: hidden;
}

.board-list01 .user-information > dl {
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.board-list01 .user-information > dl > dt {
	display: block;
	font-size: 1.231em;
	line-height: 1em;
	color: #333333;
	margin-bottom: 5px;
}

.board-list01 .user-information > dl > dd {
	color: #999999
}

.board-list01 .user-sub-information {
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.board-list01 .user-sub-information dt {
	display: block;
	color: #333333;
	font-size: 1.077em;
	margin-bottom: 5px;
}

.board-list01 .user-sub-information dd {
	display: block;
	color: #999999;
	font-size: 1em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}	

.board-list01 .user-sub-information02 {
	width: 60px;
	margin: 0 auto;
}

.board-list01 .user-sub-information02 > li {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #cacaca;
	margin-right: -1px;
	margin-bottom: -1px;
	text-align: center;
}

.board-list01 .user-sub-information02 > li > img {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
}

.icon-box01 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	color: #ff6600;
	font-size: 0.846em;
	font-family: "돋움", "dotum", 돋움, dotum, sans-serif;
	border: 1px solid #ff6600;
}

/* 페이징 네비게이션 */
.paging-navigation {
	clear: both; 
	text-align: center; 
	padding-bottom: 0;
	margin: 35px 0;
}

.paging-navigation .paging-number-pc {
	display: inline-block; 
}

.paging-navigation .paging-number-mobile {
	display: none;
}

.paging-navigation a {
	display: inline-block; 
	line-height: 35px; 
	min-width: 35px; 
	height: 35px; 
	padding: 0 3px;
	margin: 0 2px;
	color: #4c4c50;
	font-size: 15px;
	border: 1px solid #c5c7cc; 
	vertical-align: middle; 
	background: #fff;
}
.paging-navigation a:hover {
	border: 1px solid #636363; 
	color: #fff;
	background: #636363;
	text-decoration: none;
}
.paging-navigation strong {
	display: inline-block; 
	line-height: 35px; 
	min-width: 35px; 
	height: 35px; 
	padding: 0 3px; 
	margin: 0 2px;
	font-size: 15px;
	border: 1px solid #636363; 
	color: #fff; 
	vertical-align: middle;
	background: #636363;
}
.paging-navigation a.btn-first {
	text-indent: -5000em;
	background: transparent url(../img/board/btn_first.gif) no-repeat center center;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/board/btn_first@2x.gif) no-repeat center center;
	background: linear-gradient(transparent, transparent), url(../img/board/btn_first@2x.gif) no-repeat center center;
	background-size: 12px 10px;
}
.paging-navigation a.btn-preview {
	text-indent: -5000em; 
	background: transparent url(../img/board/btn_previous.gif) no-repeat center center;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/board/btn_previous@2x.gif) no-repeat center center;
	background: linear-gradient(transparent, transparent), url(../img/board/btn_previous@2x.gif) no-repeat center center;
	background-size: 6px 10px;
}
.paging-navigation a.btn-next {
	text-indent: -5000em; 
	background: transparent url(../img/board/btn_next.gif) no-repeat center center;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/board/btn_next@2x.gif) no-repeat center center;
	background: linear-gradient(transparent, transparent), url(../img/board/btn_next@2x.gif) no-repeat center center;
	background-size: 6px 10px;
}
.paging-navigation a.btn-last {
	text-indent: -5000em; 
	background: transparent url(../img/board/btn_last.gif) no-repeat center center;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/board/btn_last@2x.gif) no-repeat center center;
	background: linear-gradient(transparent, transparent), url(../img/board/btn_last@2x.gif) no-repeat center center;
	background-size: 12px 10px;
}

/* poster */
.poster-list {
	border-top: 2px solid #808086;
}

.poster-list li {
	position: relative;
	border-bottom: 1px solid #e1e2e2;
}

.poster-list li .link {
	position: relative;
	display: block;
	min-height: 179px;
	padding: 20px 90px 20px 175px;
}


.poster-list li .link:hover {
	background: #f7f7f7
}

.poster-list li .link .image-poster {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 130px;
	height: 179px;
}

.poster-list li .link .no-image {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 130px;
	height: 179px;
	background: transparent url(../img/bg/no_image.png) no-repeat center center;
	background: -webkit-linear-gradient(transparent,transparent),url(../image/bg/no_image@2x.png) no-repeat center center;
	background: linear-gradient(transparent,transparent),url(../image/bg/no_image@2x.png) no-repeat center center;
	background-size: 95px 54px;		
	background-color: #f0f0f0;
	text-indent: -5000em;
}



.poster-list li .link .title {
	display: block;
	padding-top: 75px;
	font-size: 18px;
	line-height: 30px;
}

.poster-list li .link .date {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 16px;
	line-height: 16px;
	margin-top: -8px;
	color: #acacac;
	font-family: "notoKrL", sans-serif;
	font-weight: 100;
}

/* 썸네일 */
.thumnail-list {
	border-top: 2px solid #808086;
}

.thumnail-list li {
	position: relative;
	border-bottom: 1px solid #e1e2e2;
}

.thumnail-list li .link {
	position: relative;
	display: block;
	min-height: 128px;
	padding: 20px 90px 20px 253px;
}


.thumnail-list li .link:hover {
	background: #f7f7f7
}

.thumnail-list li .link .image-thumnail {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 210px;
	height: 128px;
}

.thumnail-list li .link .no-image {
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	width: 210px;
	height: 128px;
	background: transparent url(../img/bg/no_image.png) no-repeat center center;
	background: -webkit-linear-gradient(transparent,transparent),url(../image/bg/no_image@2x.png) no-repeat center center;
	background: linear-gradient(transparent,transparent),url(../image/bg/no_image@2x.png) no-repeat center center;
	background-size: 95px 54px;		
	background-color: #f0f0f0;
	text-indent: -5000em;
}

.thumnail-list li .link .title {
	display: block;
	padding-top: 15px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 12px;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
}

.thumnail-list li .link .subject {
	display: block;
	color: #666669;
	font-size: 17px;
	line-height: 26px;
	font-family: "notoKrL", sans-serif;
	font-weight: 100;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	height: 52px;
	
}

.thumnail-list li .link .date {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 16px;
	line-height: 16px;
	margin-top: -8px;
	color: #acacac;
	font-family: "notoKrL", sans-serif;
	font-weight: 100;
}


.icon-admin-ok {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	width: 60px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #61a4ff;
}

.icon-admin-cancel {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	width: 60px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #ff2e2e;
}

/* 게시판 글보기 */
.board-view {
	overflow: hidden;
	border-top: 2px solid #0f7ed4;
}

.board-view .one-box {
	border-bottom: 1px solid #e7e7e7;
}

.board-view .half-area,
.board-view .division-depth3-area {
	border-bottom: 1px solid #e7e7e7;
}

.board-view .half-area:after,
.board-view .division-depth3-area:after {
	content: "";
	clear: both;
	display: block;
}

.board-view .half-box {
	float: left;
	width: 50%;
}

.board-view .depth3-box {
	float: left;
	width: 40%;
}

.board-view .depth3-box.type02 {
	width: 20%;
}

.board-view dl {
	position: relative;
	padding-left: 120px;
	font-size: 1.231rem;
	line-height: 1.846rem;
}

.board-view dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 98px;
	min-height: 16px;
	padding-top: 18px;
	padding-bottom: 16px;
	padding-left: 15px;
	color: #333;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;

	background: transparent url(../img/board/icon_board_bar02.gif) no-repeat right center;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/board/icon_board_bar02@2x.gif) no-repeat right center;
	background: linear-gradient(transparent, transparent), url(../img/board/icon_board_bar02@2x.gif) no-repeat right center;
	background-size: 1px 16px;
}

.board-view dl dd {
	min-height: 16px;
	padding-top: 18px;
	padding-bottom: 16px;
	padding-right: 20px;
	color: #545454;
	font-family: "notoKrL", sans-serif;
	font-weight: 100;
}

.board-view dl dd .add-file {
	display: block;
	padding-bottom: 10px;
}

.board-view dl dd .add-file:last-child {
	padding-bottom: 0;
}

.board-view dl dd .add-file a {
	display: inline-block;
	max-width: 100%;
	padding-left: 25px;
	height: 22px;
	line-height: 22px;
	background: url(../img/board/icon_file.png) no-repeat left center;
	text-decoration: underline;
	color: #767676;
	box-sizing: border-box;
	font-size: 0.867em;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	-o-text-overow: ellipsis;
}

.board-view dl dd .add-file a:hover {
	color: #5994ed;
}

.board-contents {
	position: relative;
	border-top: 1px solid #808086;
	border-bottom: 1px solid #808086;
	margin-top: -1px;
	padding: 27px 20px 48px 20px;
	min-height: 400px;
	font-size: 1.154rem;
	line-height: 1.846rem;
	color: #545454;
	word-break: break-all;
}

.board-contents img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

.preview-next {
	border-top: 1px solid #808086;
	border-bottom: 1px solid #808086;
}

.preview-next a {
	display: block;
}

.preview-next a.line {
	border-bottom: 1px solid #d3d3d3
}

.preview-next a dl {
	position: relative;
	display: block;
	padding-left: 107px;
	font-size: 1.154rem;
	line-height: 1.846rem;
}

.preview-next a:hover {
	background: #f9f9f9;
}

.preview-next a dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 88px;
	height: 55px;
	line-height: 55px;
	padding-left: 19px;
	color: #636363;
}


.preview-next a dl dt.preview {
	font-family: "notoKrM", sans-serif;
	font-weight: 500;

	background: transparent url(../img/board/icon_arrow_up.gif) no-repeat 71px center;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/board/icon_arrow_up@2x.gif) no-repeat 71px center;
	background: linear-gradient(transparent, transparent), url(../img/board/icon_arrow_up@2x.gif) no-repeat 71px center;;
	background-size: 7px 4px;	
}

.preview-next a dl dt.next {
	font-family: "notoKrM", sans-serif;
	font-weight: 500;

	background: transparent url(../img/board/icon_arrow_down.gif) no-repeat 71px center;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/board/icon_arrow_down@2x.gif) no-repeat 71px center;
	background: linear-gradient(transparent, transparent), url(../img/board/icon_arrow_down@2x.gif) no-repeat 71px center;;
	background-size: 7px 4px;	

}

.preview-next a dl dd {
	height: 55px;
	line-height: 55px;
	display: block;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	-o-text-overow: ellipsis;; 
}


/* 글쓰기 */
.board-info01 {
	margin-bottom: 20px;
	color: #000000
}

.board-info01 li {
	position: relative;
	padding-left: 15px;
}

.board-info01 li span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}


.board-info01 li strong {
	color: #ff0000;
}


.board-write {
	border-top: 2px solid #0f7ed4;
	border-bottom: 1px solid #cccccc;
}

.board-write dl {
	position: relative;
	padding-left: 150px;
	border-bottom: 1px solid #e3e3e3;
	background: #f6f6f6;
}

.board-write dl dt {
	position: absolute;
	top: 50%;
	left: 0;
	width: 130px;
	margin-top: -8px;
	padding-left: 20px;
	color: #222229;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
	font-size: 15px;
}

.board-write dl dd {
	padding: 17px 20px; 
	background: #fff;
}

.board-write dl dd:after {
	content: "";
	clear: both;
	display: block;
}

.board-write dl dd .btn-sarch-type01 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	background: #4cb7ee;
	color: #fff;
	font-family: "notoKrR", sans-serif;
	font-weight: 300;
}

.board-write dl dd .btn-sarch-type01 img {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	margin-left: 5px;
}



.board-write dl dd select {
	display: inline-block;
	vertical-align: middle;
	min-width: 150px;
	height: 35px;
	border: 1px solid #d5d5d5;

	border-radius: 0;
	/*
	-webkit-appearance: none;
	*/
}
.board-write dl dd input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	/*
	-webkit-appearance: none;
	*/
}

.board-write dl dd .secret-area {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.board-write dl dd input[type="text"], 
.board-write dl dd input[type="password"],
.board-write dl dd input[type="email"]
{
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	width:  100%;
	border-radius: 0;
	-webkit-appearance: none;
}

.board-write dl dd .radio-checkbox-depth {
	float: left;
	width: 50%;
	max-width: 100px;
	border: 0px solid red;
}

.board-write dl dd .radio-checkbox-depth input[type="radio"],
.board-write dl dd .radio-checkbox-depth input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
}

.board-write dl dd .radio-checkbox-depth label {
	margin-left: 5px;
}

.board-write dl dd .ckecked-notice-area {
	margin-bottom: 10px;
}
.board-write dl dd .ckecked-notice-area label {
	margin-left: 5px;
}

.board-write dl dd .input-schdule-area {
	position: relative;
	padding-left: 80px;
}

.board-write dl dd .input-schdule-area label {
	position: absolute;
	top: 12px;
	left: 0;
}

.board-write dl dd .input-schdule-area .input-schdule-box {
	max-width: 300px;
}

.board-write dl dd .input-schdule-area .input-schdule-box:after {
	content: "";
	clear: both;
	display: block;
}

.board-write dl dd .input-schdule-area .input-schdule-box .input-datepicker {
	float: left;
	width: 45%;
	text-align: center;
	box-sizing: border-box;
}

.board-write dl dd .input-schdule-area .input-schdule-box span {
	float: left;
	width: 10%;
	height: 35px;
	line-height: 35px;

	text-align: center;
}

.board-write dl dd .file-area {
	padding-bottom: 10px;
}

.board-write dl dd .file-box {
	position: relative;
	padding-right: 90px;
	margin-bottom: 5px;
}
.board-write dl dd .file-box .upload-name {
	width: calc(100% - 90px);
	height: 35px; 
	background: #fff; 
	border: 1px solid #d5d5d5
}
.board-write dl dd .file-box .file-btns {
	position: absolute; 
	top: 0; 
	right: 0;
}

.board-write dl dd .file-box .file-btns:after {
	content: "";
	clear: both;
	display: block;
}
.board-write dl dd .file-box label, 
.board-write dl dd .file-box a {
	float: left; 
	width: 82px; 
	height: 35px; 
	border: 1px solid #d6d6d9; 
	background: #eff0f0; 
	text-align: center; 
	line-height: 35px; 
	color: #31343f; 
	font-size: 12px; 
	font-family: "notoKrM", sans-serif; 
	font-weight: 500;
	margin-left: 4px;
}
.board-write dl dd .file-box input[type="file"] {
	display: none;
}

.board-write dl dd .alt-area {
	position: relative;
	padding-left: 80px;
	padding-right: 125px;
}

.board-write dl dd .alt-area label {
	position: absolute;
	top: 12px;
	left: 0;
}

.board-write dl dd .alt-area .text-cmt {
	position: absolute;
	top: 4px;
	right: 0;
}

.board-write dl dd input[type="text"]:focus, 
.board-write dl dd input[type="password"]:focus,
.board-write dl dd input[type="email"]:focus {
	background: #f4f4f4;
}

.board-write dl dd input[type="text"].w30, 
.board-write dl dd input[type="password"].w30,
.board-write dl dd input[type="email"].w30 {
	width: 30%;
}

.board-write dl dd input[type="text"].w50, 
.board-write dl dd input[type="password"].w50,
.board-write dl dd input[type="email"].w50 {
	width: 50%;
}

.board-write dl dd input[type="text"].w70, 
.board-write dl dd input[type="password"].w70,
.board-write dl dd input[type="email"].w70 {
	width: 70%;
}

.board-write dl dd .input-phone-area {
	overflow: hidden;
}

.board-write dl dd .input-phone-area select {
	float: left;
	width: 100px;
}

.board-write dl dd .input-phone-area span {
	float: left;
	width: 20px;
	text-align: center;
}

.board-write dl dd .input-phone-area input[type="text"] {
	float: left;
	width: 100px;
}


.board-write dl dd .input-mail-area {
	overflow: hidden;
}

.board-write dl dd .input-mail-area select {
	float: left;
	width: 150px;
	margin-left: 5px;
}

.board-write dl dd .input-mail-area span {
	float: left;
	width: 20px;
	text-align: center;
}

.board-write dl dd .input-mail-area input[type="text"] {
	float: left;
	width: 150px;
}

.board-write dl dd .zipcode-area {
	position: relative;
}

.board-write dl dd .zipcode-area input[type="text"] {
	min-width: 143px;
	max-width: 173px;
	margin-right: 5px;
}

.board-write dl dd .adress-area {
	display: block;
}

.board-write dl dd .adress-area input[type="text"] {
	margin-top: 5px;
}



.board-write dl dd textarea {
	padding: 10px;
	height: 130px;
	border: 1px solid #a1a1a1;
	overflow-y: auto;
	box-sizing: border-box;
}



.editer-area {
	padding-top: 10px;
	height: 500px;
	border-top: 1px solid #545861;
	border-bottom: 1px solid #e3e3e3;
}



.btn-center {
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}
.btn-right {
	overflow: hidden;
	padding: 25px 0;
	text-align: right;
}

.no-mobile-support {
	display: none;
}

.photo-list {	
	position: relative;
	border-top: 2px solid #808086;
	border-bottom: 1px solid #e1e2e2;
	padding-top: 37px;
}

.photo-list ul {
	overflow: hidden;
	border: 0px solid red;
}

.photo-list ul li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	height: 250px;
	padding-bottom: 20px;
	text-align: center;
}

.photo-list ul li:nth-child(4n) {
	margin-right: 0;
}


.photo-list ul li a {
	display: block;
}

.photo-list ul li a .image-area {
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #dfdfdf;	
}

.photo-list ul li a .image {
	position: relative;
	display: block;
	height: 140px;
	line-height: 140px;
	text-align: center;
	background: #ffffff;
	overflow: hidden;
}


.photo-list ul li a .image img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}



.photo-list ul li a .title {
	display: block;
	text-align: center;
	font-size: 1.154em;
	line-height: 1.200em;
	color: #333333;
	margin-bottom: 5px;
}

.photo-list ul li a .date {
	display: block;
	text-align: center;
	color: #777777;
	font-size: 1em;
}


/* TV광고 */
.movie-wrapper {
	position: relative;
	padding-right: 0;
	margin-bottom: 50px;
}

.movie-wrapper .movie-box {
	width: 100%;
	margin-bottom: 30px;
}

.movie-wrapper .movie-box iframe {
	display: block;
	width: 100%;
	height: 360px;
}

.movie-caption-area {
	display: block;
}

.movie-caption-area .title-area {
	margin-bottom: 20px;
}

.movie-caption-area h4 {
	font-size: 2.000em;
	line-height: 1em;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
	color: #333339;
	margin-bottom: 15px;
}

.movie-caption-area .date {
	color: #acacac;
	font-size: 1.231em;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
}


.movie-caption-area .btn-caption {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	border: 0;
	color: #fff;
	padding: 0 40px 0 20px;
	background: transparent url(../img/icon/icon_bottom_arrow.png) no-repeat 90% center;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_bottom_arrow@2x.png) no-repeat 90% center;
	background: linear-gradient(transparent, transparent), url(../img/icon/icon_bottom_arrow@2x.png) no-repeat 90% center;
	background-size: 20px 12px;	
	background-color: #636363;
}


.movie-caption-area .btn-caption.on {
	background: transparent url(../img/icon/icon_top_arrow.png) no-repeat 90% center;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/icon/icon_top_arrow@2x.png) no-repeat 90% center;
	background: linear-gradient(transparent, transparent), url(../img/icon/icon_top_arrow@2x.png) no-repeat 90% center;
	background-size: 20px 12px;	
	background-color: #4cb7ee;
}


.movie-caption-area .movie-caption {
	border: 1px solid #e5e5e5;
	padding: 30px;
	height: 220px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #666669;
	font-size: 17px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: auto;
}

.movie-list {
	border-top: 2px solid #808086;
	border-bottom: 1px solid #e1e2e2;
	padding-top: 20px;
	padding-bottom: 25px;
	overflow: hidden;
}

.movie-list li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.movie-list li.last {
	margin-right: 0;
}

.movie-list li a {
	display: block;
	font-family: "notoKrL", sans-serif;
	font-weight: 100;
}

.movie-list li a div {
	display: block;
	width: 100%;
	line-height: 177px;
	height: 177px;
	background: #000;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

.movie-list li a div:after {
	content: "";
	white-space: pre;
}

.movie-list li a div img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.movie-list li a .no-image {
	display: block;
	max-width: 100%;
	height: 177px;
	margin-bottom: 20px; 
	background: transparent url(../img/board/no_image.png) no-repeat center center;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/board/no_image@2x.png) no-repeat center center;
	background: linear-gradient(transparent,transparent),url(../img/board/no_image@2x.png) no-repeat center center;
	background-size: 54px 45px;		
	background-color: #f0f0f0;
	text-indent: -5000em;
}

.movie-list li a .title {
	display: block;
	color: #555559;
	font-size: 1.154em;
	line-height: 1.200em;
	margin-bottom: 10px;
	font-family: "notoKrB", sans-serif;
	font-weight: bold;
}

.movie-list li a .date {
	display: block;
	color: #acacac;
	font-size: 16px;
}

.admin-modify-btns {
	display: block;
	padding-top: 10px;
}

.admin-modify-btns input[type="checkbox"],
.admin-modify-btns .btn-admin-modify {
	display: inline-block;
	vertical-align: middle;
}

.admin-modify-btns .btn-admin-modify {
	margin-left: 5px;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #636363
}


/* 비밀글 비밀번호 입력 폼 */
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 10;
}

.layerpopup-password-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.layerpopup-password-area {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	height: 250px;
	margin-left: -225px;
	margin-top: -125px;
	padding-top: 70px;
	background: #fff;
	border: 1px solid #333333;
	text-align: center;
}
 
.layerpopup-password-area h2 {
	color: #3c3c3c;
	font-size: 1.846em;
	line-height: 1.083em;
	margin-bottom: 20px;
	text-align: center;
	font-family: "notoKrB", sans-serif;
	font-weight: 700;
}

.layerpopup-password-area .word-information {
	display: block;
	margin-bottom: 30px;
	font-size: 1.077em;
	font-family: "notoKrB", sans-serif;
	font-weight: 700;
}

.layerpopup-password-area .word-information span {
	color: #d6333e
}

.layerpopup-password-area dl {
	margin: 0;
	padding: 0;
}

.layerpopup-password-area dl dt,
.layerpopup-password-area dl dt label,
.layerpopup-password-area dl dd {
	display: inline-block;
	vertical-align: middle;
}

.layerpopup-password-area dl dt {
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
	color: #666666;
	font-family: "notoKrB", sans-serif;
	font-weight: 700;
}

.layerpopup-password-area dl dd input[type="text"] {
	display: inline-block;
	vertical-align: middle;

	width: 144px;
	padding: 0 5px;
	height: 24px;
	border: 1px solid #dfdfdf;
	background: #dedede;
}

.layerpopup-password-area dl dd input[type="text"]:focus {
	background: #fff;
}

.layerpopup-password-area dl dd input[type="submit"] {
	display: inline-block;
	vertical-align: middle;

	width: 64px;
	height: 24px;
	border: none;
	color: #fff;
	background: #d6333e;
	text-align: center;
}

.layerpopup-password-area .btn-close {
	position: absolute;
	top: 17px;
	right: 19px;
	display: block;
	width: 23px;
	height: 23px;
	background: transparent url(../img/board/btn_close.gif) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/board/btn_close@2x.gif) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/board/btn_close@2x.gif) no-repeat 0 0;
	background-size: 23px 23px;
	text-indent: -5000em;
}


/* 갤러리 게시판 */
.gallery-list01 {
	border-top: 2px solid #6f7074;
}

.gallery-list01 ul {
	margin: 0;
	padding: 0;
}

.gallery-list01 ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9e9ea;
}

.gallery-list01 ul li {
	display: block;
	position: relative;
	min-height: 160px;
	padding: 25px 0 25px 270px;
}

.gallery-list01 ul li{
	background: #f9f9f9;
}

.gallery-list01 ul li .image {
	position: absolute;
	top: 25px;
	left: 0;
	width: 224px;
	height: 160px;
}

.gallery-list01 ul li .image img {
	display: block;
	width: 224px;
	height: 160px;
}

.gallery-list01 ul li a.newsImg {
	position: absolute;
	top: 20px;
	left: 0;
	width: 118px;
	height: 84px;
	padding: 0;
	z-index: 1000;
}

.gallery-list01 ul li a.newsImg .image {
	position: relative;
	top: 0;
	left: 0;
	width: 224px;
	height: 160px;
}

.gallery-list01 ul li a.newsImg .image img {
	display: block;
	width: 224px;
	height: 160px;

}


.gallery-list01 ul li a .title {
	display: block;
	padding-top: 33px;
	color: #222229;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 15px;
}

.gallery-list01 ul li a .sub-contents {
	display: block;
	color: #777779;
	font-size: 15px;
	margin-bottom: 30px;
}

.gallery-list01 ul li a .sub-info {
	display: block;
}

.gallery-list01 ul li a .sub-info .date {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	margin-right: 25px;
	color: #555559;
	background: transparent url(../img/board/icon_date.png) no-repeat left 1px;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/board/icon_date@2x.png) no-repeat left 1px;
	background: linear-gradient(transparent, transparent), url(../img/board/icon_date@2x.png) no-repeat left 1px;
	background-size: 15px 15px;
}

.gallery-list01 ul li a .sub-info .hit {
	display: inline-block;
	vertical-align: middle;
	padding-left: 22px;
	color: #555559;
	background: transparent url(../img/board/icon_hit.png) no-repeat left 2px;
	background: -webkit-linear-gradient(transparent, transparent), url(../img/board/icon_hit@2x.png) no-repeat left 2px;
	background: linear-gradient(transparent, transparent), url(../img/board/icon_hit@2x.png) no-repeat left 2px;
	background-size: 17px 13px;
}

.gallery-list01 ul li.no-data {
	text-align: center;
	font-size: 15px;
	color: #555559;
	font-weight: bold;
	height: 160px;
	line-height: 160px;
	padding-left: 0;
}


/* Q &amp; A */

.word-qna-total-view {
	text-align: right;
	margin-bottom: 20px;
}

.word-qna-total-view button {
	font-size: 18px;
	line-height: 20px;
	color: #1274b8;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
	padding-right: 31px;
	background: transparent url(../img/icon/icon_blue_arrow_down01.gif) no-repeat 100% 50%;
	background: -webkit-linear-gradient(transparent,transparent),url(../image/icon/icon_blue_arrow_down01@2x.gif) no-repeat 100% 50%;
	background: linear-gradient(transparent,transparent),url(../image/icon/icon_blue_arrow_down01@2x.gif) no-repeat 100% 50%;
	background-size: 20px 12px;	
}

.word-qna-total-view button.on {
	background: transparent url(../img/icon/icon_blue_arrow_up01.gif) no-repeat 100% 50%;
	background: -webkit-linear-gradient(transparent,transparent),url(../image/icon/icon_blue_arrow_up01@2x.gif) no-repeat 100% 50%;
	background: linear-gradient(transparent,transparent),url(../image/icon/icon_blue_arrow_up01@2x.gif) no-repeat 100% 50%;
	background-size: 20px 12px;	
}


.qna-list {
	border-top: 1px solid #656464;
}

.qna-list dl {
	border-bottom: 1px solid #e1e2e2
}

.qna-list dl dt {
	display: block;
}


.qna-list dl dt a {
	position: relative;
	display: block;
	padding: 23px 53px 23px 67px;
	font-size: 1.308em;
	line-height: 1.529em;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
	color: #333333;
}

.qna-list dl dt a .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 13px;
	height: 7px;
	margin-top: -4px;
	background: transparent url(../img/board/icon_arrow_down02.gif) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/board/icon_arrow_down02@2x.gif) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/board/icon_arrow_down02@2x.gif) no-repeat 0 0;
	background-size: 13px 7px;	
}

.qna-list dl dt a.on {
	background: #f9f9f9;
}

.qna-list dl dt a.on .arrow {
	background: transparent url(../img/board/icon_arrow_up02.gif) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/board/icon_arrow_up02@2x.gif) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/board/icon_arrow_up02@2x.gif) no-repeat 0 0;
	background-size: 13px 7px;	
}
.qna-list dl dt a .icon-q {
	display: block;
	position: absolute;
	top: 21px;
	left: 19px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #5f5b5a;
	font-family: "Arial", Arial, sans-serif;
	font-weight: bold;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 15px;

}
.qna-list dl dd {
	display: none;
	position: relative;
	padding: 23px 53px 23px 67px;
	color: #aaaaaa;
	font-size: 1.077em;
	line-height: 1.714em
}

.qna-list dl dd .icon-a {
	display: block;
	position: absolute;
	top: 21px;
	left: 19px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-family: "Arial", Arial, sans-serif;
	font-weight: bold;
	background: #e43d4b;
	border: 1px solid #e43d4b;
	border-radius: 15px;
}





.btns-area {
	position: relative;
	text-align: center;
}

.btns-area:after {
	content: "";
	clear: both;
	display: block;
}

.btns-left {
	float: left;
}

.btns-right {
	float: right;
}

.btn-b-type01 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	min-width: 180px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	color: #fff;
	background: #424b57;
	font-size: 1.385em
}

.btn-b-type02 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	color: #fff;
	background: #0b4ca6;
	font-size: 1.538em
}

.btn-b-type03 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	min-width: 130px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	color: #fff;
	background: #0f7ed4;
	font-size: 1.385em;
	bordeR: 1px solid #0f7ed4 !important;
}

.btn-b-type04 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	min-width: 130px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	color: #424b57;
	background: #fff;
	font-size: 1.385em;
	border: 1px solid #666666 !important;
}

.btn-b-type05 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	min-width: 130px;
	height: 51px;
	line-height: 49px;
	text-align: center;
	color: #fff;
	background: #214a84;
	font-size: 1.385em;
}


/* .btn-s {
	display: inline-block;
	vertical-align: middle;
	min-width: 60px;
	height: 29px;
	line-height: 29px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
} */

.btn-s {
	display: inline-block;
	vertical-align: middle;
	min-width: 60px;
	height: 29px;
	line-height: 29px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}

.btn-s02 {
	display: inline-block;
	vertical-align: middle;
	min-width: 60px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
	margin-top: 10px;
}

/* 
.btn-m {
	display: inline-block;
	vertical-align: middle;
	min-width: 70px;
	padding: 0 5px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
*/

.btn-m {
	display: inline-block;
	vertical-align: middle;
	min-width: 70px;
	padding: 0 5px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.btn-m.none-fixed {
	width: auto;
	padding: 0 10px;
}

.btn-m02 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 7px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 1rem;
	cursor: pointer;
}

.btn-type01 {
	background: #214984
}

.btn-type02 {
	background: #16ace9
}

.btn-type03 {
	color: #0b4ca6;
	border: 1px solid #0b4ca6;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-type03:hover {
	color: #fff;
	background: #0b4ca6;
	border: 1px solid #0b4ca6;
}

.btn-type04 {
	color: #fff;
	background: #0f7ed4;
	border: 1px solid #0872c4;
}

.btn-type05 {
	color: #4c4c4c;
	background: #fff;
	border: 1px solid #666666;
}

.btn-type06 {
	color: #fff;
	background: #424b57;
	border: 1px solid #424b57;
}

.btn-type07 {
	color: #686868;
	background: #fff;
	border: 1px solid #cacaca;
}

.btn-type08 {
	color: #ffffff;
	background: #5c35d2;
	border: 1px solid #014099;
}

.btn-type09, .btn-excel-down {
	color: #ffffff;
	background: #207245;
	border: 1px solid #15462b;
}

.btns-area .depth1 {
	width: 100%;
}

.btns-area .depth2 {
	float: left;
	width: 50%;
}


.icon-right-arrow {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	width: 5px;
}

/* 썸네일 게시판 */
.thumbnail-list-wrapper {
	border-top: 2px solid #000000
}

.thumbnail-list-area {
	border-bottom: 1px solid #e6e6e6
}

.thumbnail-list-area a {
	position: relative;
	display: block;
	min-height: 219px;
	padding: 35px 20px 35px 252px;
}

.thumbnail-list-area a:hover {
	background: #f9f9f9
}

.thumbnail-list-area a .image {
	position: relative;
	float: left;
	display: block;
	width: 205px;
	height: 149px;
	margin-left: -235px;
	overflow: hidden;
	background: #000;
}

.thumbnail-list-area a .image img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.thumbnail-list-area a .title {
	display: block;
	margin-bottom: 20px;
}

.thumbnail-list-area a .title span {
	display: inline-block;
	vertical-align: middle;
	max-width: 85%;
	color: #333333;
	font-size: 1.692em;
	line-height: 1.273em;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	-o-text-overow: ellipsis;
}

.thumbnail-list-area a .submit {
	display: block;
	color: #bcbcbc;
	font-size: 1em;
	line-height: 1.538em;
	margin-bottom: 15px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	max-height: 4.614em;
}

.thumbnail-list-area a .date {
	display: block;
	color: #b39a78;
}

/* 포토갤러리 */
.photo-list-wrapper {

	border-top: 2px solid #000000;
	padding-top: 35px;
}

.photo-list-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.photo-list-area {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 5%;
	border-bottom: 1px solid #d4d4d4
}

.photo-list-area a {
	display: block;
	padding: 0 0 30px 0;
	min-height: 265px;
}

.photo-list-area:nth-child(3n) {
	margin-right: 0;
}


.photo-list-area a .image {
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	background: #000;
	overflow: hidden;
}

.photo-list-area a .image img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
}

.photo-list-area a .title {
	display: -webkit-box;
	margin-top: 23px;
	color: #333333;
	font-size: 1.385em;
	line-height: 1.333em;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; /* 라인수 */
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	height: 2.666em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.photo-list-area a .date {
	display: block;
	margin-top: 20px;
	color: #b39a78;
	font-size: 1em;
}

.board-mobile {
	display: none;
}

.icon-s-type01 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	color: #fff;
	background: #424b57;
	margin-right: 5px;
}

.board-noticle-list-wrapper {
	position: relative;
	border-top: 2px solid #646464;
	padding: 40px 25px 50px 217px;
}

.board-noticle-list-wrapper > img {
	position: absolute;
	top: 50%;
	left: 54px;
	display: block;
	width:  114px;
	margin-top: -40px;
}

/* 게시판 검색 */
.board-detail-search-wrapper {
	padding: 15px 40px;
	margin-bottom: 30px;
	background: #f9f9f9;
	border: 1px solid #dadada;
	border-top: 2px solid #214a84;
}

.board-detail-search-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.board-detail-search-wrapper h4 {
	float: left;
	width: 15%;
	color: #000000;
	font-size: 1.231em;
	line-height: 35px;
}

.board-detail-search-wrapper .board-detail-period-wrapper {
	float: left;
	width: 50%;
}

.board-detail-search-wrapper .board-detail-period-wrapper dl {
	float: left;
	width: 100%;
	line-height: 35px;
}

.board-detail-search-wrapper .board-detail-period-wrapper dl dt {
	float: left;
	width: 20%;
	color: #555555;
	font-size: 1.154em
}

.board-detail-search-wrapper .board-detail-period-wrapper dl dd {
	float: left;
	width: 80%;
}

.board-detail-search-wrapper .board-detail-period-wrapper dl dd .input-calendar-wrapper {
	margin: 0;
	padding: 0;
}

.board-detail-search-wrapper .board-detail-period-wrapper dl dd .input-calendar-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.board-detail-search-wrapper .board-detail-period-wrapper dl dd .input-calendar-wrapper .input-calendar-area {
	position: relative;
	float: left;
	width: 45%;
	height: 35px;
	padding: 5px 30px 5px 10px;
	background: #fff;
	border: 1px solid #d5d5d5;
}

.board-detail-search-wrapper .board-detail-period-wrapper dl dd .input-calendar-wrapper .input-calendar-area input[type="text"] {
	display: block;
	width: 100%;
	height: 25px;
	border: 0;
}

.board-detail-search-wrapper .board-detail-period-wrapper dl dd .input-calendar-wrapper .input-calendar-area input[type="text"]:read-only {
	background: #fff !important;
}
.board-detail-search-wrapper .board-detail-period-wrapper dl dd .input-calendar-wrapper .input-calendar-area input[readonly] {
	background: #fff !important;
}

.board-detail-search-wrapper .board-detail-period-wrapper dl dd .input-calendar-wrapper .input-calendar-area img {
	position: absolute;
	top: 3px;
	right: 5px;
	display: block;
	width: 21px;
}

.board-detail-search-wrapper .board-detail-period-wrapper dl dd .input-calendar-wrapper span {
	float: left;
	width: 10%;
	height: 35px;
	line-height: 35px;

	text-align: center;
}

.board-detail-search-wrapper .board-detail-input-wapper {
	position: relative;
	float: right;
	width: 30%;
	padding-right: 65px;
}

.board-detail-search-wrapper .board-detail-input-wapper input[type="search"] {
	width: 100%;
}

.board-detail-search-wrapper .board-detail-input-wapper input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 35px;
	line-height: 35px;
	background: #4c5f74;
	color: #fff;
	font-size: 1.077em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.board-detail-search-wrapper .board-detail-selected-wapper {
	position: relative;
	float: right;
	width: 83%;
	padding-right: 65px;
}

.board-detail-search-wrapper .board-detail-selected-wapper select {
	display: block;
	width: 100%;
}

.board-detail-search-wrapper .board-detail-selected-wapper  input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 35px;
	line-height: 35px;
	background: #4c5f74;
	color: #fff;
	font-size: 1.077em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.board-list01 table tbody td a .preson-information-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
}

.board-list01 table tbody td a .preson-information-wrapper .preson-information01 {
	display: block;
	margin-bottom: 5px;
	color: #999999;
}

.board-list01 table tbody td a .preson-information-wrapper .preson-information01 .name {
	color: #333333;
	font-size: 1.143em;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}


.board-list01 table tbody td a .preson-information-wrapper .preson-information02 {
	display: block;
	color: #646464;
}


.board-list01 table tbody td a .preson-information-wrapper .preson-information02 > span {
	color: #999999;
}


.search-wrapper {
	float: right;
	border: 0px solid red;
}

.search-area {
	text-align: right;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.search-area.fl {
	float: left;
}

.search-area select {
	display: inline-block;
	vertical-align: middle;
	width: 104px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #dddddd;
	border-radius: 0;
	text-indent: 10px;
}

.search-area .search-box {
	display: inline-block;
	vertical-align: middle;
}

.search-area .search-box:after {
	content: "";
	clear: both;
	display: block;
}


.search-area .search-box input[type="search"] {
	float: left;
	border: 1px solid #dddddd;
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 240px;
	text-indent: 10px;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;

}

.search-area .search-box input[type="submit"] {
	float: left;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	border: 0;
	text-align: left;
	-webkit-appearance: none;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background-color: #4c5f74;
}

/* FAQ */
.faq-quick-menu {
	padding: 40px 35px 20px 35px;
	margin-bottom: 55px;
	border: 1px solid #c2c2c2;
	border-top: 2px solid #575e6f;
}

.faq-quick-menu:after {
	content: "";
	clear: both;
	display: block;
}

.faq-quick-menu ul {
	overflow: hidden;
}

.faq-quick-menu ul > li {
	float: left;
	width: 25%;
	margin-bottom: 20px;
}

.faq-quick-menu ul > li > a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	color: #333333;
	font-size: 1.231em;
}

.faq-quick-menu ul > li > a > .icon01 {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 3px;
	height: 3px;
	margin-top: -1px;
	background: #333333;
	border-radius: 100%;
}

.faq-quick-menu ul > li > a:hover,
.faq-quick-menu ul > li > a.on,
.faq-quick-menu ul > li > a.selected {
	color: #127bcd;
	text-decoration: underline;
}

.faq-quick-menu ul > li > a:hover .icon01,
.faq-quick-menu ul > li > a.on .icon01,
.faq-quick-menu ul > li > a.selected .icon01 {
	background: #127bcd;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-top: -4px;
}

.faq-wrapper {
	border-top: 2px solid #214a84
}

.faq-wrapper dt {
	position: relative;
	display: block;
	padding: 45px 55px 45px 195px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 1.231em;
	line-height: 1.500em;

}

.faq-wrapper dt:after {
	content: "";
	clear: both;
	display: block;
}

.faq-wrapper dt .category {
	float: left;
	margin-left: -195px;
	padding-left: 23px;
	width: 195px;
	color: #127bcd;
	word-break: break-all;
}

.faq-wrapper dt .tite {
	color: #333333;
}


.faq-wrapper dt .arrow {
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	width: 27px;
	height: 15px;
	margin-top: -8px; 

	background: transparent url(../img/icon/icon_arrow_down02.png);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_down02.png);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_down02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 27px 15px;
}

.faq-wrapper dt.on .arrow {
	background: transparent url(../img/icon/icon_arrow_up02.png);
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_up02@2x.png);
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_arrow_up02@2x.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 27px 15px;
}

.faq-wrapper dd {
	display: none;
	border: 2px solid #666666;
	padding: 35px 30px;
	color: #333333;
	font-size: 1.231em;
	line-height: 1.500em;
}

/* 교내/교외 채용정보 상세보기 */
.information-wrapper {
	border: 2px solid #0b4ca6;
	margin-bottom: 40px;
}

.information-wrapper > .title-area {
	padding: 20px 200px 20px 20px;
	background: #fafafa;
	border-bottom: 1px solid #e5e5e7
}

.information-wrapper > .title-area:after {
	content: "";
	clear: both;
	display: block;
}

.information-wrapper > .title-area .left {
	float: left;
}


.information-wrapper > .title-area .left dt {
	display: block;
	color: #363636;
	font-size: 1.538rem;
	line-height: 2.154rem;
	margin-bottom: 10px;
}

.information-wrapper > .title-area .left dd {
	color: #363636;
	font-size: 2.308rem;
	line-height: 2.769rem;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.information-wrapper > .title-area .right {
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	margin-right: -200px;
}

.information-wrapper > .title-area .right dt {
	display: block;
	color: #252525;
	font-size: 1.231rem;
	line-height: 1.538rem;
	margin-bottom: 15px;
}

.information-wrapper > .title-area .right dd {
	color: #5d7ed2;
	font-size: 2.154rem;
	line-height: 2.154rem;
	letter-spacing: -2px;
}

.terms-wrapper {
	padding: 30px 30px 20px 30px;
	border-bottom: 1px solid #a1a1a2;
}

.terms-area {
	float: left;
	width: 50%;
	padding-right: 1%;
}

.terms-area:nth-child(even) {
	float: right;
	width: 50%;
	padding-left: 1%;
	padding-right: 0;
}

.dl-information01 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 80px;
	font-size: 1.154rem;
	line-height: 1.200em;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.dl-information01:after {
	content: "";
	clear: both;
	display: block;
}

.dl-information01 dt {
	float: left;
	margin-left: -80px;
	color: #212121
}	

.dl-information01 dt:before {
	content: "·";
	font-weight: bold;
}

.dl-information01 dd {
	color: #666666
}


.dl-information02 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 120px;
	font-size: 1.154rem;
	line-height: 1.846rem;
	font-family: "notoKrL", notoKrL, sans-serif;
	font-weight: 100;
}

.dl-information02:after {
	content: "";
	clear: both;
	display: block;
}

.dl-information02 dt {
	float: left;
	margin-left: -120px;
	color: #212121;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}	

.dl-information02 dt:before {
	content: "·";
	font-weight: bold;
}

.dl-information02 dd {
	color: #666666
}

.terms-wrapper02 {
	padding: 30px 30px 20px 30px;

}

.terms-wrapper02 .title-area {
	margin-bottom: 18px;
	overflow: hidden;
}

.terms-area02 {
	clear: both;
	position: relative;
	padding-right: 0;
}



.company-information01 .half-box:nth-child(odd) {
	border-right: 0
}

.line-none {
	border-bottom: 0 !important;
}

.company-information01 {
	border-bottom: 1px solid #d7d8dc;
	padding: 20px 0 10px 0;
}

.company-information01.line-none {
	border-bottom: 0
}



.company-information02-wrapper {
	padding-top: 80px
}

.company-information02-area {
	margin-bottom: 60px;
}

.company-information02-area:last-child {
	margin-bottom: 0;
}

.company-image-information {
	border: 1px solid #e6e6e6;
	border-top: 2px solid #000000;
	padding: 55px;
}

.company-image-information > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.company-information02-box {
	position: relative;
	border: 1px solid #dbdbdb;
	border-top: 2px solid #214a84;
}

.company-information02-box.border-none {
	border: 0;
}

.add-information {
	border-top: 1px solid #5c5c5c !important;
	margin-top: 10px;
}

.company-information02-box > .word-type01 {
	padding: 15px 20px;
	font-size: 1.231rem;
	line-height: 1.538rem;
}


.company-information02-box > dl,
.company-information02-box .half-box > dl,
.company-information02-box .one-box > dl {
	border-bottom: 1px solid #dbdbdb;
	background: #f9f9f9;
	padding-left: 150px;
	overflow: hidden;
	font-size: 1.231rem;
	line-height: 1.538rem;
}

.company-information02-box > dl:last-child,
.company-information02-box .half-box > dl:last-child,
.company-information02-box .one-box > dl:last-child{
	border-bottom: 0;
}

.company-information02-box .half-box dl:last-child {
	border-bottom: 1px solid #dbdbdb;
}

.company-information02-box > dl > dt,
.company-information02-box .half-box > dl > dt,
.company-information02-box .one-box > dl > dt {
	float: left;
	margin-left: -150px;
	padding: 15px 20px;
	color: #212121;
}

.company-information02-box > dl > dd,
.company-information02-box .half-box > dl > dd,
.company-information02-box .one-box > dl > dd {
	padding: 15px 20px;
	color: #666666;
	background: #fff;
	border-left: 1px solid #dbdbdb;
}

.company-information02-box > dl > dd .btn-open-notice {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.company-information02-box > dl > dd .btn-open-notice > img {
	display: block;
	vertical-align: middle;
	width: 16px;
}

.table-type01 {
	position: relative;
}

.table-type01 table {
	border-collapse: collapse; 
	border: 1px solid #dbdbdb;
	border-top: 2px solid #4c5f74!important;
}

.table-type01 table thead th,
.table-type01 table tbody th {
	padding: 15px 10px;
	background: #f9f9f9;
	overflow: hidden;
	font-size: 15px;
	line-height: 24px;
	color: #212121;
/* 	border: 1px solid #e7e7e9; */
 	border: 1px solid #e7e7e9; 
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.table-type01 table tbody td {
	padding: 15px 10px;
	color: #666666;
	background: #fff;
	border: 1px solid #e7e7e9;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	word-break: break-all;
}

.table-type01.left thead th,
.table-type01.left tbody th, 
.table-type01.left tbody td {
	text-align: left;
}

.table-type01.right thead th,
.table-type01.right tbody th, 
.table-type01.right tbody td {
	text-align: right;
}

.table-type02 {
	position: relative;
}

.table-type02 table {
	border-collapse: collapse; 
	border: 1px solid #dbdbdb;
	border-top: 2px solid #214a84;
}

.table-type02 table thead th,
.table-type02 table tbody th {
	padding: 10px 15px;
	background: #fff;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.385rem;
	color: #212121;
	border: 1px solid #e7e7e9;
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.table-type02 table tbody td {
	background: #fff;
	padding: 10px 15px;
	color: #666666;
	border: 1px solid #e7e7e9;
	font-size: 1rem;
	line-height: 1.385rem;
	text-align: center;
	word-break: break-all;
}

.table-type02 table tbody td a:hover {
	text-decoration: underline;
}




.table-type03 {
	position: relative;
}

.table-type03 table {
	border-collapse: collapse; 
	border: 1px solid #dbdbdb;
	border-top: 2px solid #214a84;
}

.table-type03 table thead th,
.table-type03 table tbody th {
	padding: 10px;
	background: #f9f9f9;
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
	color: #212121;
/* 	border: 1px solid #e7e7e9; */
 	border: 1px solid #e7e7e9; 
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
}

.table-type03 table tbody td {
	padding: 10px;
	color: #666666;
	background: #fff;
	border: 1px solid #e7e7e9;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	word-break: break-all;
}

.table-type03 table tbody tr.failed td {
	background-image: url(../img/bg/bg_line01.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: 2px 2px;
}


.table-type03 table tbody tr.failed02 td {
}


.table-type03 table tbody tr td.bg01 {
	background: #fbf3d6;
}

.table-type03 table tbody tr td.bg02 {
	background: #fff3c6;
}

.table-type03 table tbody tr td.bg03 {
	background: #e7e7e9;
}

.table-type03 table tbody tr td.text_border {
	text-shadow: 0 0 15px #f00;
	-moz-text-shadow: 0 0 3px #f00;
	-webkit-text-shadow: 0 0 3px #f00;
}


.table-type03 table tbody tr.failed td.bg01 {
	background: url(../img/bg/bg_line01.gif), #fbf3d6;
	background-repeat: repeat-x, repeat;
	background-position: left center, 0 0;
	background-size: 2px 2px, 100% 100%;
}

.table-type03 table.float-thead thead th {
	background-color: rgb(159, 196, 248)
}

.table-type03 table tfoot th,
.table-type03 table tfoot td {
	padding: 10px;
	background: #f9f9f9;
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
	color: #212121;
/* 	border: 1px solid #e7e7e9; */
 	border: 1px solid #e7e7e9; 
	font-family: "notoKrM", notoKrM, sans-serif;
	font-weight: 500;
	text-align: center;
}





.company-information02-box .welfare-information {
	padding: 50px;
}


.company-information02-box .welfare-information > dl {
	position: relative;
	overflow: hidden;
	padding-left: 145px;
	margin-bottom: 10px;
	font-size: 1.154rem;
	line-height:  2.308remm
}

.company-information02-box .welfare-information > dl:last-child {
	margin-bottom: 0;
}

.company-information02-box .welfare-information > dl > dt {
	float: left;
	margin-left: -145px;
	color: #212121
}	

.company-information02-box .welfare-information > dl > dd {
	color: #666666
}

.paging-sort-area {
	position: relative;
}

.paging-sort-area .sort-area {
	position: absolute;
	top: 0;
	right: 0;
}

.ui-datepicker-title {
	margin: 0;
}

.ui-datepicker-title:after {
	content: "";
	clear: both;
	display: block;
}

.ui-datepicker .ui-datepicker-title select {
	float: left;
	width: 49% !important;
	height: 20px;
}

.ui-datepicker .ui-datepicker-title select:nth-child(even) {
	float: right;
}


.border-week-right {
	border-right: 1px solid #214984 !important;
	border-left: 1px solid #214984 !important;
}

.border-week-bottom {
	border-bottom: 1px solid #214984 !important;
}


.total-result td, .total-result th{background-color: #e0e0e0!important; font-weight: bold;}

