@charset "utf-8";

.one-box {
	overflow: hidden;
}


.half-box {
	float: left;
	width: 50%;
}

.total-area {
	margin-bottom: 10px;
}

.total-area:after {
	content: "";
	clear: both;
	display: block;
}

.total-area .total {
	float: left;
	height: 35px;
	line-height: 35px;
	color: #585858;
}

.total-area .total > strong {
	color: #cc0000;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
}

.total-area .sort-area {
	float: right;
}

.total-area .sort-area select {
	float: left;
	min-width: 85px;
	margin-right: 8px;
}

.total-area .sort-area .btn-sort-view {
	float: left;
	width: 58px;
	height: 35px;
	line-height: 35px;
	background: #4c5f74;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	font-size: 1rem;
	font-family: "notoKrB", notoKrB, sans-serif;
	font-weight: 700;
	cursor: pointer; 
	-webkit-appearance: none;
}



/* 게시판 */
.board-area {
	position: relative;
	border: 0px solid red;
	font-size: 15px;
}


/* 게시판 목록 */
.board-list01 {
	border-top: 2px solid #0f7ed4
}

.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: 16px 10px 15px 10px;
	text-align: center; 
	vertical-align: middle; 
	border-bottom: 1px solid #d1d1d1;
	font-family: "notoKrL", sans-serif;
	font-weight: 100;
	font-size: 1.154rem;
} 
.board-list01 table tbody td {
	border-bottom: 1px solid #e7e7e7; 
	color: #636363; 
	text-align: center; 
	padding: 16px 10px 15px 10px;
	font-size: 1.077rem;
	line-height: 1.286rem
}


.board-list01 table tbody td a {
	color: #545454;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	-o-text-overow: ellipsis;

}

.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-list01 table .division {
	width: 15%;
}

.board-list01 table .affiliate {
	width: 12%; 
	color: #e84a4e
}

.board-list01 table .date {
	width: 13%;
}

.board-list01 table .writer {
	width: 10%;
}
.board-list01 table .file {
	width: 10%;
}

.board-list01 table .hit {
	width: 10%;
}
.board-list01 table .number {
	width: 10%;
}


.board-list01 table .support {
	width: 10%;
}

.board-list01 table .disclosure {
	width: 10%;
}

.board-list01 table .status {
	width: 10%;
}

.board-list01 table .item {
	width: 25%;
}

.board-list01 table .cycle {
	width: 10%;
}

.board-list01 table .department {
	width: 15%;
}

.board-list01 table .company {
	width: 16%;
}

.board-list01 table .division02 {
	width: 10%;
}

.board-list01 table .term {
	width: 25%;
}

.board-list01 table .counter {
	width: 12%;
}

.board-list01 table .completion {
	width: 12%;
}

.board-list01 table tbody td .mobile-notice-icon {
	display: none;
}
.board-list01 table tbody td .mobile-info {
	display: none;
}

.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-top: 35px;
}

.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"].w10, 
.board-write dl dd input[type="password"].w10,
.board-write dl dd input[type="email"].w10 {
	width: 10%;
}

.board-write dl dd input[type="text"].w20, 
.board-write dl dd input[type="password"].w20,
.board-write dl dd input[type="email"].w20 {
	width: 20%;
}

.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 {
	padding: 25px 0;
	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.2em
}

.btn-b-type02 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 50px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	color: #fff;
	background: #0b4ca6;
	font-size: 1.2em
}

.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-m {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 1em;
	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;
}


.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 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;
}


.total-area .search-wrapper {
	float: right;
	border: 0px solid red;
}

.total-area .search-area {
	text-align: right;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

.total-area .search-area.fl {
	float: left;
}

.total-area .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;
}

.total-area .search-area .search-box {
	display: inline-block;
	vertical-align: middle;
}

.total-area .search-area .search-box:after {
	content: "";
	clear: both;
	display: block;
}


.total-area .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;

}

.total-area .search-area .search-box input[type="submit"] {
	float: left;
	width: 37px;
	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;
	background-image: transparent url(../img/board/icon_board_search01.png);
	background-image: -webkit-linear-gradient(transparent,transparent),url(../img/board/icon_board_search01@2x.png);
	background-image: linear-gradient(transparent,transparent),url(../img/board/icon_board_search01@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.308rem 1.308rem;	
	text-indent: -5000rem;
}

/* 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 {
	font-size:1.15rem;
	line-height:1.84rem;
	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 #214a84;
}

.table-type01 table thead th,
.table-type01 table tbody th {
	padding: 15px 20px;
	background: #f9f9f9;
	overflow: hidden;
	font-size: 1.231rem;
	line-height: 1.538rem;
	color: #212121;
	border: 1px solid #e7e7e9;
}

.table-type01 table tbody td {
	padding: 15px 20px;
	color: #666666;
	border: 1px solid #e7e7e9;
	font-size: 1.231rem;
	line-height: 1.538rem;
	text-align: center;
	word-break: break-all;
}



.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;
}

.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
}




@media only all and (max-width: 1179px) {
	.board-list01 table .title a {
		max-width: 88%;
	}
}

@media only all and (max-width: 1023px) {
	.total-area {
		padding: 0;
	}

	.total-area .total {
		float: none;
		height: auto;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		margin-bottom: 0.7692rem;
	}

	.total-area .total > strong {
		color: #cc0000;
		font-family: "notoKrB", notoKrB, sans-serif;
		font-weight: 700;
	}

	.total-area .sort-area {
		float: none;
	}

	.total-area .sort-area:after {
		content: "";
		clear: both;
		display: block;
	}

	.total-area .sort-area select {
		min-width: 39%;
		height: 1.923rem;
		margin-right: 1%;
		font-size: 0.8462rem;
	}

	.total-area .sort-area .btn-sort-view {
		width: 20%;
		height: 1.923rem;
		line-height: 1.923rem;
		font-size: 0.8462rem;
	}


	.photo-list ul li {
		width: 30%;
		height: 230px;
		margin-right: 5%;
	}


	.photo-list ul li:nth-child(4n) {
		margin-right: 5%;
	}	

	.photo-list ul li:nth-child(3n) {
		margin-right: 0;
	}	

	.photo-list ul li a .image {
		height: 130px;
		line-height: 130px;
	}

	/* 게시판 */	
	.board-area {
		border: 0px solid red;
	}

	/* 게시판 목록 */
	.board-list01 table {
		table-layout: auto;
	}

	.board-list01 table thead, 
	.board-list01 table tfoot {}
	.board-list01 table thead th {
		display: none;
	} 

	.board-list01 table tbody td {
		border-bottom: 1px solid #dddddd; 
		padding: 0.7692rem 0.5769rem;
		font-size: 0.9231rem;
		line-height: 1.308rem;
	}

	.board-list01 table .title {
		position: relative;
	}


	.board-list01 table .title a {
		white-space: normal; 
		max-width: 92%;
	}


	.board-list01 table tbody td .mobile-info {
		display: block;
		padding-top: 0.3846rem;
	}

	.board-list01 table tbody td .mobile-info:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-list01 table tbody td .mobile-info li {
		float: left;
		padding-left:  0.4231rem;
		margin-left: 0.3846rem; 
		font-size:  0.7692rem;
		color: #9e9e9e;

		background-image: transparent url(../img/board/icon_board_bar01.gif);
		background-image: -webkit-linear-gradient(transparent,transparent),url(../img/board/icon_board_bar01@2x.gif);
		background-image: linear-gradient(transparent,transparent),url(../img/board/icon_board_bar01@2x.gif);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 1px 0.6923rem;	
	}

	.board-list01 table tbody td .mobile-info li:first-child {
		padding-left: 0;
		margin-left: 0;
		background: transparent;
	}
	
	.board-list01 table .writer,
	.board-list01 table .hit,
	
	.board-list01 table tbody .notice,
	.board-list01 table .affiliate,
	.board-list01 table .date,
	.board-list01 table .number,
	.board-list01 table .support,
	.board-list01 table .division,
	.board-list01 table .disclosure,
	.board-list01 table .status,
	.board-list01 table .cycle,
	.board-list01 table .department,
	.board-list01 table .item,
	.board-list01 table .division02,
	.board-list01 table .term,
	.board-list01 table .counter {
		display: none;
	}


	.board-list01 table .company {
		width: 20%;
		vertical-align: top;
		font-size: 0.8462rem;
		line-height: 1.077rem;
		padding-top: 0.9615rem
	}


	.board-list01 table tbody td.title {
		width: auto; 
		text-align: left;
	}

	.board-list01 table tbody td .icon-notice {
		display: inline-block;
		width:  0.7692rem;
		height:  0.7692rem;
		line-height: 1.154rem;
		background-image: transparent url(../img/board/icon_notice.png);
		background-image: -webkit-linear-gradient(transparent,transparent),url(../img/board/icon_notice@2x.png);
		background-image: linear-gradient(transparent,transparent),url(../img/board/icon_notice@2x.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 0.7692rem 0.7692rem;	
		text-indent: -5000rem;
	}

	.board-icon-wrapper {
		position: absolute;
		top: 0.9615rem;
		right: 0.5769rem;
		display: block;
		text-align: right;
	}

	.board-icon-wrapper:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-icon {
		display: inline-block;
		vertical-align: top;
		margin-left: 0.1923rem;
		width: 0.7692rem;
	}

	/* 페이징 네비게이션 */
	.paging-navigation {
		margin-bottom: 1.923rem
	}

	.paging-navigation a,
	.paging-navigation strong {
		line-height: 1.923rem;
		min-width: 1.923rem; 
		height: 1.923rem; 
		padding: 0 0.1923rem;
		font-size: 0.8462rem;
		margin: 0 0.07692rem;
	}





	/* 글보기 */
	.board-view .one-box {
		border-bottom: 1px solid #cccccc;
	}

	.board-view .half-area,
	.board-view .division-depth3-area {
		border-bottom: 0;
	}

	.board-view .half-box,
	.board-view .depth3-box,
	.board-view .depth3-box.type02 {
		float: none;
		width: 100%;
		border-bottom: 1px solid #cccccc;
	}

	.board-view dl {
		padding-left: 5.769rem;
		font-size: 1rem;
		line-height:  1.308rem;
	}

	.board-view dl dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 5rem;
		padding-left: 0.7692rem;
	}

	.board-view dl dd {
		color: #545454;
	}

	.board-contents {
		position: relative;
		border-top: 1px solid #808086;
		margin-top: -1px;
		padding: 0.7692rem;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		overflow: auto;
	}

	.board-contents img {
		margin: 0.7692rem auto;
	}

	.preview-next a dl {
		position: relative;
		display: block;
		padding-left: 5.769rem;
		font-size: 0.9231rem;
		line-height: 1.308rem;
	}

	.preview-next a:hover {
		background: #f9f9f9;
	}

	.preview-next a dl dt {
		width: 5rem;
		height: 2.692rem;
		line-height: 2.692rem;
		padding-left: 0.7692rem;

	}


	.preview-next a dl dt.preview,
	.preview-next a dl dt.next {
		background-position: 100% center
	}


	.preview-next a dl dd {
		height: 2.692rem;
		line-height: 2.692rem;
	}


	/* 글쓰기 */
	.board-write dl {
		padding-left: 5.769rem;
	}

	.board-write dl dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 5.769rem;
		padding: 0.7692rem;
		font-size: 0.9231rem;
		line-height: 1.308rem;
		margin-top: 0;
	}

	.board-write dl dd {
		font-size: 0.9231rem;
		line-height: 1.308rem;
		padding: 0.7692rem;
	}



	.board-write dl dd select {
		display: block;
		width: 100%;
		height: 1.923rem;
		font-size:  0.8462rem; 
		background-position: 98% center;
	}

	.board-write dl dd input[type="text"], 
	.board-write dl dd input[type="password"],
	.board-write dl dd input[type="email"] {
		height: 1.923rem;
		font-size:  0.8462rem; 
	}


	.board-write dl dd .radio-checkbox-depth {
		max-width: none;
	}
	.board-write dl dd .ckecked-notice-area {
		margin-bottom: 0.3846rem;
	}

	.board-write dl dd .input-schdule-area {
		position: relative;
		padding-left: 0;
	}

	.board-write dl dd .input-schdule-area label {
		position: static;
		display: block;
		margin-bottom: 0.3846rem;
	}

	.board-write dl dd .input-schdule-area .input-schdule-box {
		max-width: 500px;
	}

	.board-write dl dd .input-schdule-area .input-schdule-box .input-datepicker {
		text-indent: 0 !important;
	}

	.board-write dl dd .input-schdule-area .input-schdule-box span {
		height: 1.923rem;
		line-height: 1.923rem;
	}

	.board-write dl dd .file-area {
		padding-bottom: 0.3846rem;
	}

	.board-write dl dd .file-box {
		position: relative;
		padding-right: 10rem;
		margin-bottom: 0;
	}
	.board-write dl dd .file-box .upload-name {
		vertical-align: top;
		width: 100%;
		height: 1.923rem; 
		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: 4.615rem; 
		height: 1.923rem; 
		line-height: 1.923rem; 
		border: 1px solid #d6d6d9; 
		background: #eff0f0; 
		text-align: center; 
		color: #31343f; 
		font-size: 0.8462rem; 
		margin-left: 0.3846rem;
		font-family: "notoKrL", notoKrL, sans-serif;
		font-weight: 100;
	}

	.board-write dl dd .file-box label {
		margin-left: 0;
	}

	.board-write dl dd .file-box input[type="file"] {
		display: none;
	}

	.board-write dl dd .alt-area {
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}

	.board-write dl dd .alt-area label {
		position: static;
		display: block;
		padding: 10px 0 5px 0;
	}

	.board-write dl dd .alt-area .text-cmt {
		position: static;
		padding-top: 5px;
	}

	.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: 100%;
	}

	.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: 100%;
	}

	.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: 100%;
	}

	.board-write dl dd .input-phone-area select {
		width: 30%;
		max-width: 100px;
	}

	.board-write dl dd .input-phone-area span {
		width: 5%;
	}

	.board-write dl dd .input-phone-area input[type="text"] {
		width: 28%;
		max-width: 100px;
	}


	.board-write dl dd .input-mail-area select {
		width: 100%;
		max-width: 150px;
		margin-left: 1%;
	}

	.board-write dl dd .input-mail-area span {
		width: 10%;
		max-width: 20px;
	}

	.board-write dl dd .input-mail-area input[type="text"] {
		width: 42.5%;
		max-width: 150px;
		margin-bottom: 5px;
	}


	.board-write dl dd .zipcode-area {
		position: relative;
		padding-right: 115px;
	}

	.board-write dl dd .zipcode-area .btn-sarch-type01 {
		position: absolute;
		top: 0;
		right: 0;
	}

	.board-write dl dd .zipcode-area input[type="text"] {
		min-width: auto;
		max-width: none;
		margin-right: 0;
	
	}


	.board-write dl dd .adress-area {
		display: block;
	}

	.board-write dl dd .adress-area input[type="text"] {
		margin-top: 5px;
	}


	.editer-area {
		padding-top: 10px;
		height: 300px;
		border-top: 1px solid #545861;
	}


	.btns02 {
		display: block;
		padding: 0;
		text-align: center;
		border-radius: 0;
		-webkit-appearance: none;
	}

	.btns-2nd {
		float: left;
		width: 49%;
		padding: 0;
		text-align: center;
		border-radius: 0;
		-webkit-appearance: none;
	}
	.btns-mr {
		margin: 0;
		margin-right: 1%;
	}

	.btns-ml {
		margin: 0;
		margin-left: 1%;
	}

	.btns02.w32 {
		float: left;
		width: 32%;
		padding: 0;
		margin: 0;
		margin-right: 2%;
	}

	.btns02.w25 {
		float: left;
		width: 24.25%;
		padding: 0;
		margin: 0;
		margin-right: 1%;
	}

	.btns02.mr-none {
		padding: 0;
		margin-right: 0;
	}


	/* TV광고 */
	.movie-wrapper {
		position: relative;
		padding-right: 0;
		margin-bottom: 25px;
	}

	.movie-wrapper .movie-box {
		position: static;
		width: 100%;
		margin-bottom: 25px;
	}

	.movie-wrapper .movie-box iframe {
		display: block;
		width: 100%;
		height: 100%;
	}

	.movie-caption-area {
		height: auto;

	}


	.movie-caption-area h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.movie-caption-area .date {
		font-size: 14px;
	}


	.movie-caption-area .btn-caption {
		font-size: 15px;
	}


	.movie-caption-area .movie-caption {
		padding: 20px;
		height: 150px;
		font-size: 14px;
	}

	.movie-list li a img {
		margin-bottom: 10px;
	}
	.movie-list li a .title {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.movie-list li a .date {
		font-size: 13px;
	}
	

	.photo-list ul li {
		float: left;
		width: 49%;
		margin-right: 0;
		height: 250px;
		padding-bottom: 30px;
		text-align: center;
	}

	.photo-list ul li:nth-child(4n) {
		margin-right: 0;
	}	

	.photo-list ul li:nth-child(even) {
		float: right;
	}

	.photo-list ul li a .image {
		height: 130px;
		line-height: 130px;
	}

	.photo-list ul li a .title {
		font-size: 1em;
	}

	.photo-list ul li a .date {
		font-size: 0.846em;
	}


	.word-qna-total-view {
		text-align: right;
		margin-bottom: 15px;
	}

	.word-qna-total-view button {
		font-size: 14px;
		line-height: 16px;
		padding-right: 17px;
		background-size: 10px 6px;	
	}

	.word-qna-total-view button.on {
		background-size: 10px 6px;	
	}

	/* 썸네일 게시판 */
	.thumbnail-list-area a {
		min-height: 140px;
		padding: 35px 20px 35px 230px;
	}

	.thumbnail-list-area a .image {
		width: 193px;
		height: 140px;
		margin-left: -220px;
	}

	.thumbnail-list-area a .title {
		margin-bottom: 15px;
	}

	.thumbnail-list-area a .title span {
		font-size: 1.385em;
		line-height: 1.333em;
	}



	/* 포토갤러리 */
	.photo-list-wrapper {
		padding-top: 25px;
	}

	.photo-list-area {
		width: 47.5%;
		margin-right: 0;
	}

	.photo-list-area:nth-child(even) {
		float: right;
	}

	.photo-list-area a {
		display: block;
		padding: 0 0 25px 0;
		min-height: 320px;
	}

	.board-pc {
		display: none;
	}

	.board-mobile {
		display: block;
	}

	.board-list-mobile-wrapper {
		border-top: 1px solid #9c9ea4;
		border-bottom: 1px solid #c8cbd2;
		background: #e9ecf1
	}
	.board-list-mobile-area:first-child {
		border-top: 0;
	}

	.board-list-mobile-area {
		border-top: 1px solid #c8cbd2;
		border-bottom: 1px solid #c8cbd2;
		margin-bottom: 5px;
	}

	.board-list-mobile-area > a {
		display: block;
		padding: 25px 10px;
		background: #fff;
	}

	.board-list-mobile-area a .information01 {
		margin-bottom: 10px;
	}

	.board-list-mobile-area a .information01:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-list-mobile-area a .information01 > p {
		float: left;
		font-size: 1em;
		line-height: 1.385em;
		color: #636363;
		margin-right: 5px;
		margin-top: 5px;
	}

	.board-list-mobile-area a .reg-information {
		margin-bottom: 10px;
		color: #636363;
		overflow: hidden;
	}

	.board-list-mobile-area a .reg-information > span {
		float: left;
		font-size: 0.846em
	}
	.board-list-mobile-area a .reg-information > .icon-bar {
		float: left;
		margin: 1px 7px 0 7px;
		width: 1px;
		height: 11px;
		background: #cecece;
	}

	.board-list-mobile-area a .information01 > .hiring-specialist {
		float: left;
	}

	.board-list-mobile-area a .information01 > .hiring-specialist > li {
		font-size: 0.846em;
	}

	.board-list-mobile-area a > dl {
		position: relative;
		padding-right: 90px;
	}

	.board-list-mobile-area a > dl > dt {
		margin-bottom: 10px;
		color: #333333;
		font-size: 1.154em;
		line-height: 1.200em;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;
	}

	.board-list-mobile-area a > dl > dt > .icon-bar {
		display: inline-block;
		vertical-align: middle;
		margin: 0 7px;
		width: 1px;
		height: 11px;
		background: #cecece;
	}

	.board-list-mobile-area a > dl > .information02 {
		margin: 0;
		padding: 0;
	}

	.board-list-mobile-area a > dl > .information02 > ul {
		overflow: hidden;
	}

	.board-list-mobile-area a > dl > .information02 > ul > li {
		float: left;
		color: #666666;
		font-size: 0.846em;
		padding-right: 6px;
		margin-right: 5px;

		background: transparent url(../img/board/icon_bar01.gif);
		background: -webkit-linear-gradient(transparent,transparent),url(../img/board/icon_bar01@2x.gif);
		background: linear-gradient(transparent,transparent),url(../img/board/icon_bar01@2x.gif);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 1px 10px;	
	}

	.board-list-mobile-area a > dl > .information02 > ul > li:last-child {
		padding-right: 0;
		margin-right: 0;
		background: transparent;
	}

	.board-list-mobile-area a > dl > .period {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		color: #ff6600;
		font-size: 1em;
		margin-top: -6px;
		font-family: "notoKrB", notoKrB, sans-serif;
		font-weight: 500;
	}


	.board-list-mobile-area.type02 {
		position: relative;
		padding-right: 90px;
		background: #fff;
	}

	.board-list-mobile-area.type02 a > dl {
		padding-right: 0;
	}

	.board-list-mobile-area.type02 > .btns {
		position: absolute;
		top: 46px;
		right: 10px;
		display: block;
		width: 44px;
		height: 22px;
	}

	.board-list-mobile-area.type02 > .btns:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-list-mobile-area.type02 > .btns > span {
		float: left;
		display: block;
		width: 22px;
		height: 22px;
		line-height: 18px;
		text-align: center;
		background: #f2f2f2;
		border: 1px solid #cacaca;
		margin-right: -1px;
		margin-bottom: -1px;
	}	

	.board-list-mobile-area.type02 > .btns > span > img {
		display: inline-block;
		vertical-align: middle;
		width: 13px;
	}


	.btns-area {
		padding: 0.9615rem 0;
	}

	.btns-area.mb50 {
		margin-bottom: 1.923rem !important;
	}

	.btn-b-type01 {
		display: block;
		padding: 0 0.9615rem;
		min-width: auto;
		width: 100%;
		height: 2.692rem;
		line-height: 2.692rem;
		text-align: center;
		color: #fff;
		background: #424b57;
		font-size: 0.8462rem
	}

	.btn-b-type02 {
		display: block;
		padding: 0 0.9615rem;
		min-width: auto;
		width: 100%;
		height: 2.692rem;
		line-height: 2.692rem;
		text-align: center;
		color: #fff;
		background: #0b4ca6;
		font-size: 0.8462rem
	}

	.btn-m02 {
		padding: 0 0.3846rem !important;
		height: 1.346rem !important;
		line-height: 1.346rem !important;
		font-size: 0.8462rem
	}

	.btns-left {
		float: none;
	}

	.btns-right {
		float: none;
	}

	.btn-s {
		width: 3.077rem;
		height: 1.538rem;
		line-height: 1.538rem;
		font-size: 0.8462rem;
	}

	.btn-m {
		width: 100%;
		height: 2.769rem;
		line-height: 2.769rem;
		font-size: 0.9231rem;;
	}

	.btn-b {
		width: 100%;
		padding: 0;
		font-size: 1.231em;
		min-width: auto !important;
	}

	.btn-m.depth1 {
		float: none;
		width: 100%;
	}

	.btn-m.depth2,
	.btn-b.depth2 {
		float: left;
		display: block;
		width: 49%;
	}

	.btn-m.depth2.ml2,
	.btn-b.depth2.ml2 {
		margin-left: 2%;
	}

	
	

	.btn-m.depth3 {
		float: left;
		width: 32%;
		margin-left: 2%;
	}

	.btn-m.depth4 {
		float: left;
		width: 23.5%;
		margin-left: 2%;
	}

	.board-report-mobile-list-wrapper {
		background: #e9ecf1;
	}

	.board-report-mobile-list-area {
		position: relative;
		border-top: 1px solid #c8cbd2;
		border-bottom: 1px solid #c8cbd2;
		margin-bottom: 5px;
		background: #fff;
		padding-left: 50px;
	}

	.board-report-mobile-list-area.type02 {
		position: relative;
		border-top: 1px solid #c8cbd2;
		border-bottom: 1px solid #c8cbd2;
		margin-bottom: 5px;
		background: #fff;
		padding: 25px 90px 25px 10px;
	}

	.board-report-mobile-list-area > .input-checkbox {
		position: absolute;
		top: 25px;
		left: 10px;
		width: 22px;
		height: 22px;
	}

	.board-report-mobile-list-area > .input-checkbox input[type="checkbox"] {
		display: none;
	}

	.board-report-mobile-list-area > .input-checkbox input[type="checkbox"] + label {
		display: block;
		width: 22px;
		height: 22px;
		text-indent: -5000em;
		background: transparent url(../img/icon/icon_checkbox01_off.gif);
		background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_checkbox01_off@2x.gif);
		background: linear-gradient(transparent,transparent),url(../img/icon/icon_checkbox01_off@2x.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 22px 22px;
	}

	.board-report-mobile-list-area > .input-checkbox input[type="checkbox"]:checked + label {
		background: transparent url(../img/icon/icon_checkbox01_on.gif);
		background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_checkbox01_on@2x.gif);
		background: linear-gradient(transparent,transparent),url(../img/icon/icon_checkbox01_on@2x.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 22px 22px;
	}

	.board-report-mobile-list-area > a {
		position: relative;
		display: block;
		padding: 25px 25px 25px 0;
	}

	.board-report-mobile-list-area > a.type02 {
		padding: 25px 80px 25px 0;
	}

	.board-report-mobile-list-area > a.type03 {
		padding: 25px 100px 25px 0;
	}

	.board-report-mobile-list-area > a.type04 {
		padding: 25px 0 15px 0;
	}


	.board-report-mobile-list-area:last-child {
		margin-bottom: 0;
	}

	.board-report-mobile-list-area > a .company-name {
		display: block;
		color: ##214a84;
		font-size: 0.923em;
		margin-bottom: 5px;
		font-family: "notoKrL", notoKrL, sans-serif;
		font-weight: 100;
	}

	.board-report-mobile-list-area > a .company-name .icon-bar01 {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
		width: 1px;
		height: 11px;
		background: #9a9a9a
	}

	.board-report-mobile-list-area > a .title-area {
		display: block;
		margin-bottom: 10px;
		color: #333333;
		font-size: 1.154em;
		line-height: 1.600em;
		color: #333333;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;
	}

	.board-report-mobile-list-area > a .title-area .icon-s-type01 {
		padding: 0 5px;
		height: 20px;
		line-height: 20px;
		font-size: 0.800em;
	}

	.board-report-mobile-list-area > a .category {
		margin-left: 5px;
		color: #888888;
		font-family: "notoKrL", notoKrL, sans-serif;
		font-weight: 100;
		font-size: 0.867em;
	}	

	.board-report-mobile-list-area > a .word-sub-info {
		display: block;
		color: #333333;
		font-size: 0.923em;
	}

	.board-report-mobile-list-area > a .word-sub-info strong {
		color: #333333;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;
	}	

	.board-report-mobile-list-area > a .word-sub-info .icon-bar01 {
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px;
		width: 1px;
		height: 11px;
		background: #9a9a9a
	}

	.board-report-mobile-list-area > a .word-reading {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -7px;
	}

	.board-report-mobile-list-area .btns-information {
		position: absolute;
		top: 35px;
		right: 10px;
		width: 90px;
		text-align: right;
	}

	.board-report-mobile-list-area .btns-information .word-support {
		margin-bottom: 10px;
		color: #333333;
		font-size: 0.923em
	}
	
	.board-report-mobile-list-area .btns-information .btns {
		display: block;
	}

	.board-report-mobile-list-area .btns-information .btns:after {
		content: "";
		clear: both;
		display: block
	}

	.board-report-mobile-list-area .btns-information .btns > a {
		float: left;
		width: 40px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border: 1px solid #cacaca;
		margin-left: 5px;
	}

	.board-report-mobile-list-area .btns-information .btns.type02 {
		margin: 0;
		padding: 0;
	}

	.board-report-mobile-list-area .btns-information .btns.type02 a {
		float: none;
		display: block;
		width: 90px;
		margin-top: 5px;
		margin-left: 0;
	}

	.board-report-mobile-list-area .btns-information .word-pass {
		display: inline-block;
		vertical-align: middle;
		margin-right: 5px;
	}

	.board-report-mobile-list-area .btns-information .btn-file01 {
		display: inline-block;
		vertical-align: middle;
		width: 32px;
		height: 32px;
		line-height: 28px;
		border: 1px solid #cacaca
	}

	.board-report-mobile-list-area .board-pass-information {
		margin: 0;
		padding: 0;
	}

	.board-report-mobile-list-area .board-pass-information .name {
		display: block;
		margin-bottom: 15px;
		color: #333333;
		font-size: 1.154em;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;
	}

	.board-report-mobile-list-area .board-pass-information > dl {
		position: relative;
		margin-top: 10px;
		padding-left: 80px;
		line-height: 25px;
		height: 25px;
	}

	.board-report-mobile-list-area .board-pass-information > dl:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-report-mobile-list-area .board-pass-information > dl > dt {
		float: left;
		margin-left: -80px;
		color: #636363
		font-size: 1em;
	}

	.board-report-mobile-list-area .board-pass-information > dl > dd {
		color: #333333;
	}

	.board-report-mobile-list-area .board-pass-information > dl > dd span,
	.board-report-mobile-list-area .board-pass-information > dl > dd img {
		display: inline-block;
		vertical-align: middle;
	}

	.board-report-mobile-list-area .board-pass-information > dl > dd img {
		margin-left: 5px;
	}

	.board-report-mobile-list-area .btns-pass {
		position: absolute;
		top: 50%;
		right: 10px;
		border: 1px solid #214a84;
		display: block;
		width: 70px;
		height: 35px;
		line-height: 35px;
		padding: 0;
		margin-top: -18px;
		text-align: center;
		color: #214a84;
		background: #fff;
		font-size: 0.923em
	}

	.board-noticle-list-wrapper {
		position: relative;
		border-top: 0;
		padding: 30px 10px 30px 85px;
		background: #f9f9f9;
	}

	.board-noticle-list-wrapper > img {
		position: absolute;
		top: 32px;
		left: 10px;
		display: block;
		width:  60px;
		margin-top: 0;
	}

	.board-person-mobile-wrapper {
		background: #e9ecf1;
	}

	.board-person-mobile-area {
		position: relative;
		border-top: 1px solid #c8cbd2;
		border-bottom: 1px solid #c8cbd2;
		margin-bottom: 5px;
		background: #fff;
	}

	.board-person-mobile-area > a {
		position: relative;
		display: block;
		padding: 25px 10px 15px 115px;
		min-height: 155px;
	}

	.board-person-mobile-area > a > img {
		position: absolute;
		top: 25px;
		left: 10px;
		display: block;
		width: 85px;
	}

	.board-person-mobile-area > a .preson-information-wrapper {
		display: block;
	}

	.board-person-mobile-area > a .preson-information-wrapper .preson-information01 {
		display: block;
		padding-top: 5px;
		margin-bottom: 10px;
		color: #888888;

	}


	.board-person-mobile-area > a .preson-information-wrapper .preson-information01 .name {
		color: #333333;
		font-size: 1.154em;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;
	}

	.board-person-mobile-area > a .preson-information-wrapper .preson-information02 {
		display: block;
		margin-bottom: 15px;
		color: #171717;
		font-family: "notoKrL", notoKrL, sans-serif;
		font-weight: 100;
	}

	.board-person-mobile-area > a .preson-information-wrapper .preson-information02 > span {
		color: #888888
	}

	.board-person-mobile-area > a .preson-information-wrapper .date {
		display: block;
		color: #888888
	}


	/* 게시판 검색 */
	.board-detail-search-wrapper {
		padding: 15px 10px;
		margin-bottom: 0;
		border: 0;
		border-bottom: 1px solid #cacaca
	}

	.board-detail-search-wrapper h4 {
		display: none;
	}

	.board-detail-search-wrapper .board-detail-period-wrapper {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

	.board-detail-search-wrapper .board-detail-period-wrapper:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-detail-search-wrapper .board-detail-period-wrapper dl {
		float: none;
		line-height: auto;
	}

	.board-detail-search-wrapper .board-detail-period-wrapper dl:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-detail-search-wrapper .board-detail-period-wrapper dl dt {
		display: none;	}

	.board-detail-search-wrapper .board-detail-period-wrapper dl dd {
		float: none;
		width: 100%;
	}

	.board-detail-search-wrapper .board-detail-input-wapper {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.board-detail-search-wrapper .board-detail-selected-wapper {
		width: 100%;
	}

	.board-detail-search-wrapper .board-detail-selected-wapper select {
		background-position: 98% center;
	}


	.board-detail-search-wrapper .board-detail-input-wapper input[type="search"] {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}

	.board-detail-search-wrapper .board-detail-input-wapper input[type="submit"] {
		position: static;
		float: none;
		width: 100%;
	}



	.total-area .search-wrapper {
		float: none;
		margin-bottom: 0;
	}

	.total-area .search-wrapper:after {
		content: "";
		clear: both;
		display: block;
	}

	.total-area .search-area {
		position: relative;
		text-align: right;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-bottom: 0;
		padding-left: 6.154rem;
		padding-right: 1.923rem;
	}

	.total-area .search-area.fl {
		float: none;
	}

	.total-area .search-area select {
		position: absolute;
		top: 0;
		left: 0;
		width:  5.769rem;
		height: 1.923rem;
		line-height: 1.923rem;
		font-size: 0.8462rem;
	}
	
	.total-area .search-area .search-box {
		display: block;
	}

	.total-area .search-area .search-box input[type="search"] {
		display: block;
		vertical-align: middle;
		width: 100%;
		border: 1px solid #dddddd;
		height: 1.923rem;
		line-height: 1.923rem;
		font-size: 0.8462rem;
		padding: 0;
		text-indent: 0.3846rem !important;
		background: #fff;
		border-radius: 0;
		-webkit-appearance: none;

	}

	.total-area .search-area .search-box input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 1.923rem;
		height: 1.923rem;
		line-height: 1.923rem;
		background-size: 0.6538rem  0.6538rem
	}

	/* FAQ */
	.faq-quick-menu {
		padding: 25px 20px 5px 20px;
		margin-bottom: 0;
		border: 0;
		border-top: 0;
		background: #f9f9f9;
	}


	.faq-quick-menu ul > li {
		float: left;
		width: 33.33%;
		margin-bottom: 20px;
	}

	.faq-quick-menu ul > li > a {
		font-size: 1em;
	}


	.faq-quick-menu ul > li > a:hover .icon01,
	.faq-quick-menu ul > li > a.on .icon01,
	.faq-quick-menu ul > li > a.selected .icon01 {
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}

	.faq-wrapper dt {
		position: relative;
		display: block;
		padding: 20px 38px 20px 10px;
		border-bottom: 1px solid #c8cbd2;
		font-size: 1.154em;
		line-height: 1.200em;

	}

	.faq-wrapper dt:after {
		content: "";
		clear: both;
		display: block;
	}

	.faq-wrapper dt .category {
		display: block;
		float: none;
		margin-left: 0;
		padding-left: 0;
		width: auto;
		margin-bottom: 5px;
		font-size: 0.867em
	}

	.faq-wrapper dt .tite {
		color: #333333;
		font-family: "notoKrM", notoKrM, sans-serif;
		font-weight: 500;
	}


	.faq-wrapper dt .arrow {
		right: 10px;
		width: 15px;
		height: 8px;
		margin-top: -4px;
		background-size: 15px 8px;
	}

	.faq-wrapper dt.on .arrow {
		background-size: 15px 8px;
	}

	.faq-wrapper dd {
		display: none;
		border: 2px solid #666666;
		padding: 15px;
		color: #333333;
		font-size: 1em;
		line-height: 1.385em;
	}





	.information-wrapper {
		margin-bottom: 1.154rem;
	}

	.information-wrapper > .title-area {
		padding: 1.154rem;
	}

	.information-wrapper > .title-area .left {
		float: none;
		margin-bottom: 0.3846rem
	}


	.information-wrapper > .title-area .left dt {
		font-size: 0.9231rem;
		line-height: 1.385rem;
	}

	.information-wrapper > .title-area .left dd {
		font-size: 1.385rem;
		line-height: 1.615rem;
	}

	.information-wrapper > .title-area .right {
		clear: both;
		float: none;
		text-align: left !important;
		padding-right: 0;
		margin-right: 0;
	}

	.information-wrapper > .title-area .right dt {
		display: inline-block;
		vertical-align: middle;
		color: #252525;
		font-size: 0.8462rem;
		line-height: 1rem;
		margin-bottom: 0;
		margin-right: 0.1923rem;
	}

	.information-wrapper > .title-area .right dd {
		display: inline-block;
		vertical-align: middle;
		font-size: 0.8462rem;
		line-height: 1rem;
		letter-spacing: 0;
	}

	.terms-wrapper {
		padding: 1.154rem;
	}


	.terms-area,
	.terms-area:nth-child(even) {
		float: none;
		width: 100%;
		padding: 20px 10px 10px 10px;
		border-bottom: 1px solid #a1a1a2;
		margin-bottom: -1px;
	}


	.dl-information02 {
		margin-bottom: 0.5769rem;
		padding-left: 7.308rem;
		font-size: 1rem;
		line-height: 1.231rem;
	}

	.dl-information02 dt {
		margin-left: -7.308rem;
	}	

	.terms-wrapper02 {
		padding: 1.154rem;
	}

	.terms-wrapper02 .title-area {
		margin-bottom: 1.154rem;
		overflow: hidden;
	}

	.terms-area02 {
		position: relative;
		padding-right: 0;
	}


	.half-box {
		float: none;
		width: 100%;
	}

	.company-information02-wrapper {
		padding-top: 1.923rem
	}

	.company-information02-wrapper.type02 {
		padding-top: 0;
	}

	.company-information02-area {
		margin-bottom: 1.923rem;
	}

	.company-information02-area:last-child {
		margin-bottom: 0;
	}

	.company-image-information {
		padding: 0.7692rem;
	}

	.company-information02-box > .word-type01 {
		padding: 0.7692rem;
		font-size: 1rem;
		line-height: 1.231rem;
	}


	.company-information02-box > dl,
	.company-information02-box .half-box > dl,
	.company-information02-box .one-box > dl {
		padding-left: 7.308rem;
		font-size: 1rem;
		line-height: 1.231rem;
	}


	.company-information02-box > dl > dt,
	.company-information02-box .half-box > dl > dt,
	.company-information02-box .one-box > dl > dt {
		margin-left: -7.308rem;
		padding: 0.7692rem;
	}

	.company-information02-box > dl > dd,
	.company-information02-box .half-box > dl > dd,
	.company-information02-box .one-box > dl > dd {
		padding: 0.7692rem;
	}

	.table-type01 table thead th,
	.table-type01 table tbody th {
		padding: 0.7692rem;
		font-size: 1rem;
		line-height: 1.231rem;
	}

	.table-type01 table tbody td {
		padding: 0.7692rem;
		font-size: 1rem;
		line-height: 1.231rem;
	}

	.company-information02-box .welfare-information {
		padding: 0.7692rem;
	}


	.company-information02-box .welfare-information > dl {
		position: relative;
		overflow: hidden;
		padding-left: 7.308rem;
		margin-bottom: 0.7692rem;
		font-size: 1rem;
		line-height: 1.231rem;
	}

	.company-information02-box .welfare-information > dl > dt {
		margin-left: -7.308rem;
	}	

}

@media only all and (max-width: 639px) {
	.board-write dl dd .file-box {
		position: relative;
		padding-right: 0;
		margin-bottom: 5px;
	}
	.board-write dl dd .file-box .upload-name {
		width: 100%;
		height: 28px; 
		margin-bottom: 5px;
	}
	.board-write dl dd .file-box .file-btns {
		position: static; 
		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: 49%; 
		height: 1.538rem; 
		line-height: 1.538rem;
		border: 1px solid #d6d6d9; 
		background: #eff0f0; 
		text-align: center; 
		color: #31343f; 
		margin-right: 0;
		margin-left: 0;
		font-size: 0.6923rem
	}

	.board-write dl dd .file-box a {
		float: right;
	}

	.board-write dl dd .input-mail-area {
		position: relative;
		padding-right: 20px;
	}
	.board-write dl dd .input-mail-area select {
		width: 100%;
		max-width: none;
		margin-left: 0;
	}

	.board-write dl dd .input-mail-area span {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
	}

	.board-write dl dd .input-mail-area input[type="text"] {
		width: 100%;
		max-width: none;
	}

	/* 썸네일 */
	.thumnail-list li .link {
		position: relative;
		display: block;
		min-height: 64px;
		padding: 20px 80px 20px 126px;
	}

	.thumnail-list li .link .image-thumnail {
		display: block;
		position: absolute;
		top: 20px;
		left: 0;
		width: 105px;
		height: 64px;
	}

	.thumnail-list li .link .no-image {
		display: block;
		position: absolute;
		top: 20px;
		left: 0;
		width: 105px;
		height: 64px;
		background-size: 48px 27px;		
	}

	.thumnail-list li .link .title {
		padding-top: 0;
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 6px;
	}

	.thumnail-list li .link .subject {
		font-size: 13px;
		line-height: 20px;
		height: 40px;
	}

	.thumnail-list li .link .date {
		font-size: 14px;
		line-height: 14px;
		margin-top: -7px;
	}


	.icon-admin-ok {
		height: 20px;
		line-height: 20px;
		width: 50px;
		font-size: 13px;
	}

	.icon-admin-cancel {
		height: 20px;
		line-height: 20px;
		width: 50px;
		font-size: 13px;
	}


	
	.layerpopup-password-wrapper {
		width: 100%;
		padding: 0 5%;
	}

	.layerpopup-password-area {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 450px;
		height: 250px;
		margin: 50% auto 0 auto;
		padding-top: 70px;
		background: #fff;
		border: 1px solid #333333;
		text-align: center;
	}

	.layerpopup-password-area .word-information span {
		display: block;
		margin-top: 10px;
	}

	.qna-list dl dt a {
		padding: 18px 50px;
		font-size: 1.154em;
		line-height: 1.200em;

	}

	.qna-list dl dt a .icon-q {
		top: 15px;
		left: 15px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;

	}
	.qna-list dl dd {
		padding: 18px 50px;
		font-size: 1.000em;
		line-height: 1.385em
	}

	.qna-list dl dd .icon-a {
		display: block;
		position: absolute;
		top: 18px;
		left: 15px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;
	}




	/* 썸네일 게시판 */
	.thumbnail-list-area a {
		min-height: 140px;
		padding: 25px 10px 25px 170px;
	}

	.thumbnail-list-area a .image {
		width: 144px;
		height: 105px;
		margin-left: -160px;
	}

	.thumbnail-list-area a .title {
		margin-bottom: 10px;
	}

	.thumbnail-list-area a .title span {
		font-size: 1.154em;
		line-height: 1.600em;
	}

	.thumbnail-list-area a .submit {
		font-size: 1.077em;
		line-height: 1.286em;
		-webkit-line-clamp: 2; 
		max-height: 2.572em;
		margin-bottom: 10px;
	}

	.thumbnail-list-area a .date {
		font-size: 0.846em;
	}


	/* 포토갤러리 */
	.photo-list-wrapper {
		padding-top: 15px;
	}

	.photo-list-area {
		width: 49%;
	}

	

	.photo-list-area a {
		display: block;
		padding: 0 0 15px 0;
		min-height: 240px;
	}
	

	.photo-list-area a .image {
		height: 135px;
	}

	.photo-list-area a .title {
		display: -webkit-box;
		margin-top: 15px;

		font-size: 1.231em;
		line-height: 1.375em;
		height: 2.75em;
	}

	.photo-list-area a .date {
		font-size: 0.846em;
	}
}

@media only all and (max-width: 500px) {
	/* TV광고 */
	.movie-list li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	/* poster */
	.poster-list li .link {
		position: relative;
		display: block;
		min-height: 90px;
		padding: 10px 90px 10px 88px;
	}


	.poster-list li .link:hover {
		background: #f7f7f7
	}

	.poster-list li .link .image-poster {
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		width: 65px;
		height: 90px;
	}

	.poster-list li .link .no-image {
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		width: 65px;
		height: 90px;
		background-size: 48px 27px;		
	}


	.poster-list li .link .title {
		display: block;
		padding-top: 25px;
		padding-bottom: 15px;
		font-size: 15px;
		line-height: 24px;
	}

	.poster-list li .link .date {
		position: absolute;
		top: 50%;
		right: 0;
		font-size: 13px;
		line-height: 13px;
		margin-top: -7px;
		color: #acacac;
		font-family: "notoKrL", sans-serif;
		font-weight: 100;
	}


	.photo-list ul li {
		height: 200px;
		padding-bottom: 20px;
	}

	.photo-list ul li a .image {
		height: 100px;
		line-height: 100px;
	}

	.photo-list ul li a .title {
		font-size: 1em;
	}


	/* 썸네일 게시판 */
	.thumbnail-list-area a {
		min-height: 80px;
		padding: 20px 0 20px 128px;
	}

	.thumbnail-list-area a .image {
		width: 110px;
		height: 80px;
		margin-left: -128px;
	}

	.thumbnail-list-area a .title {
		margin-bottom: 5px;
	}

	.thumbnail-list-area a .title span {
		font-size: 1em;
		line-height: 1.385em;
	}

	.thumbnail-list-area a .submit {
		font-size: 0.846em;
		line-height: 1.364em;
		max-height: 2.728em;
		margin-bottom: 5px;
	}

	.thumbnail-list-area a .date {
		font-size: 0.846em;
	}



	/* FAQ */
	.faq-quick-menu {
		padding: 15px 10px 0px 10px;
	}

	.faq-quick-menu ul > li {
		float: left;
		width: 50%;
		margin-bottom: 15px;
	}

}


@media only all and (max-width: 360px) {
	.photo-list ul li {
		height: 200px;
		padding-bottom: 20px;
	}

	.photo-list-area a {
		min-height: 200px;
	}

	.photo-list ul li a .image {
		height: 80px;
		line-height: 80px;
	}

	.photo-list ul li a .title {
		font-size: 1em;
	}

	.photo-list-area a .image {
		height: 100px
	}

	.photo-list-area a .title {
		font-size: 1em;
		line-height: 1.385em;
		height: 2.77em;		
	}

	.board-list01 table .title a {
		white-space: normal; 
		max-width: 90%;
	}

}