@charset "utf-8";

/* 문서 뷰어 */
.document-viewer-area {
	/*
	background: #f2f6f8;
	*/
	padding: 13px 15px;
	margin-bottom: 15px;
	text-align: right;
}

.document-viewer-area dt,
.document-viewer-area dd {
	display: inline-block;
	vertical-align: middle;
}
.document-viewer-area dt {
	font-size: 16px;
	color: #555559;
	margin-right: 10px;
}

.document-viewer-area dd:after {
	content: "";
	clear: both;
	display: block;
}
.document-viewer-area dd a {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -5000em;
	margin-left: 10px;
	font-size: 0;
}

.document-viewer-area dd a.btn-hwp {
	background: transparent url(../img/icon/icon_viewer_hwp_off.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_hwp_off@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_hwp_off@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

.document-viewer-area dd a.btn-doc {
	background: transparent url(../img/icon/icon_viewer_doc_off.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_doc_off@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_doc_off@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

.document-viewer-area dd a.btn-ppt {
	background: transparent url(../img/icon/icon_viewer_ppt_off.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_ppt_off@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_ppt_off@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

.document-viewer-area dd a.btn-excel {
	background: transparent url(../img/icon/icon_viewer_excel_off.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_excel_off@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_excel_off@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

.document-viewer-area dd a.btn-pdf {
	background: transparent url(../img/icon/icon_viewer_pdf_off.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_pdf_off@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_pdf_off@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

.document-viewer-area dd a:hover.btn-hwp {
	background: transparent url(../img/icon/icon_viewer_hwp_on.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_hwp_on@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_hwp_on@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

.document-viewer-area dd a:hover.btn-doc {
	background: transparent url(../img/icon/icon_viewer_doc_on.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_doc_on@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_doc_on@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

.document-viewer-area dd a:hover.btn-ppt {
	background: transparent url(../img/icon/icon_viewer_ppt_on.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_ppt_on@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_ppt_on@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

.document-viewer-area dd a:hover.btn-excel {
	background: transparent url(../img/icon/icon_viewer_excel_on.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_excel_on@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_excel_on@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

.document-viewer-area dd a:hover.btn-pdf {
	background: transparent url(../img/icon/icon_viewer_pdf_on.png) no-repeat 0 0;
	background: -webkit-linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_pdf_on@2x.png) no-repeat 0 0;
	background: linear-gradient(transparent,transparent),url(../img/icon/icon_viewer_pdf_on@2x.png) no-repeat 0 0;
	background-size: 50px 50px;		
}

/* 게시판 구분 리스트 */
.board-division-list {
	margin-bottom: 25px;
}

.board-division-list .board-division-list-box {
	background: #f2f6f8;
	padding: 30px 40px 26px 40px;
}

.board-division-list .board-division-list-box ul {
	overflow: hidden;
}

.board-division-list .board-division-list-box ul li {
	float: left;
	margin-right: 25px;
}

.board-division-list .board-division-list-box ul li a {
	display: block;
	padding-left: 12px;
	font-size: 18px;
	line-height: 30px;
	background: transparent url(../img/bul/bul_type01.gif) no-repeat 0 13px;
	background: -webkit-linear-gradient(transparent,transparent),url(../image/bul/bul_type01@2x.gif) no-repeat 0 13px;
	background: linear-gradient(transparent,transparent),url(../image/bul/bul_type01@2x.gif) no-repeat 0 13px;
	background-size: 4px 4px;		
}

.board-division-list .board-division-list-box ul li a.on {
	color: #4184cf;
}

.board-division-list .board-division-list-box .mobile-bg-left,
.board-division-list .board-division-list-box .mobile-bg-right {
	display: none;
}





/* 게시판 */
.board-area {
	position: relative;
	border: 0px solid red;
	font-size: 15px;
}

.board-area .total {
	float: left;
	margin-top: 5px;
}

.board-area .total.float-none {
	float: none;
}

.board-area .total strong {
	color: #31343f;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
}


.board-area .search-wrapper {
	float: right;
	border: 0px solid red;
}

.board-area .search-area {
	text-align: right;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

.board-area .search-area.fl {
	float: left;
}

.board-area .search-area select {
	display: inline-block;
	vertical-align: middle;
	width: 134px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #a6aaaf;
	border-radius: 0;
	text-indent: 10px;
	font-size: 15px;
}

.board-area .search-area .search-box {
	display: inline-block;
	vertical-align: middle;

}


.board-area .search-area .search-box input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #a6aaaf;
	border-right: 0;
	height: 35px;
	line-height: 35px;
	padding: 0;
	width: 220px;
	text-indent: 10px;
	background: #fff;
	border-radius: 0;

	-webkit-appearance: none;

}

.board-area .search-area .search-box input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	width: 64px;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	border: 0;
	text-align: left;
	-webkit-appearance: none;
	color: #fff;
	cursor: pointer;
	text-align: center;
	background: #ffc20a;
	margin-left: -4px;
	font-size: 15px;
}

.board-area .search-wrapper.bottom {
	float: none;
	text-align: center;
	margin: 50px auto;
	padding: 25px 15px;
	background: #f7f7f7;
}

.board-area .search-wrapper.bottom .search-area {
	text-align: center;
	padding-bottom: 0;
}





/* 게시판 목록 */
.board-list01 {
	border-top: 2px solid #808086;
}

.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: #333339;;
	padding: 15px 5px; 
	text-align: center; 
	vertical-align: middle; 
	border-bottom: 1px solid #cccccc;
	font-family: "notoKrR", sans-serif;
	font-weight: 300;
	font-size: 1.077em;
} 
.board-list01 table tbody td {
	border-bottom: 1px solid #dddddd; 
	color: #545454; 
	text-align: center; 
	padding: 20px 5px;
	font-size: 1em;
	line-height: 1.385em
}

/*
.board-list01 table tbody td a {
	color: #545454;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
*/

.board-list01 table tbody td a img {
	margin-left: 5px;
}

.board-list01 table tbody td a:hover {
	color: #e63c3c;
	text-decoration: underline;
}
	
.board-list01 table tbody td a .comment-hit {
	color: #f56300
}

.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: 14px;
	height: 15px;
}

.board-list01 table tbody td.right-line {
	border-right: 1px solid #f2f2f2
}

.board-list01 table .notice {
	width: 5%;
}

/*
.board-list01 table .number {
	width: 5%;
}
*/

.board-list01 table .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 93%;
	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: 12%;
}

.board-list01 table .writer {
	width: 10%;
}
.board-list01 table .file {
	width: 10%;
}

.board-list01 table .hit {
	width: 8%;
}
.board-list01 table .number {
	width: 8%;
}


.board-list01 table tbody td.number {
	color: #b39a78;
}

.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 tbody td.left {
	text-align:left; 
}
.board-list01 table tbody td.center {
	text-align:center; 
}
.board-list01 table tbody td.right {
	text-align:right; 
}
.board-list01 table tbody td .mobile-notice-icon {
	display: none;
}
.board-list01 table tbody td .mobile-info {
	display: none;
}

.board-list01 table tbody td .board-icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}

/* 페이징 네비게이션 */
.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 #179f61; 
	color: #fff;
	background: #179f61;
	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 #179f61; 
	color: #fff; 
	vertical-align: middle;
	background: #179f61;
}
.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 #808086;
}

.board-view .one-box {
	border-bottom: 1px solid #cccccc;
}

.board-view .half-area,
.board-view .division-depth3-area {
	border-bottom: 1px solid #cccccc;
}

.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;
}

.board-view dl dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 98px;
	min-height: 16px;
	padding-top: 18px;
	padding-bottom: 16px;
	padding-left: 0;
	color: #333;
	font-size: 16px;
	font-family: "notoKrB", sans-serif;
	font-weight: 700;

	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-size: 16px;
	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 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;
	line-height: 24px;
	color: #545454;
}

.board-contents img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

.board-contents .help-area {
	overflow: hidden;
	text-align: right;
}

.board-contents .help-area .word {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 18px;
}

.board-contents .help-area .word:hover {
	color: #ff613c
}

.board-contents .help-area .word img {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: 18px;
}

.board-contents .help-area .help-box {
	display: none;
	position: absolute;
	top: 50px;
	right: 20px;
	background: #fff;
	border: 2px solid #91969d;
	padding: 25px;
	width: 300px;
	text-align: left;
	z-index: 100;
}


.board-contents .help-area .help-box .title {
	color: #ff613c;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
}

.board-contents .help-area .help-box .info {
	font-size: 16px;
	line-height: 22px;
	color: #666669;
}

.board-contents .help-area .help-box .btn-close {
	position: absolute;
	top: 0; 
	right: 15px;
}

.board-contents .help-area .help-box .btn-close img {
	display: block;
	width: 15px;

}

.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;
}

.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;
}

.agreement-area {
	margin-bottom: 25px;
}

.agreement-area .agreement-box {
	height: 250px;
	border: 1px solid #dddddd;
	padding: 20px;
}


.agreement-area input[type="radio"],
.agreement-area label {
	display: inline-block;
	vertical-align: middle;
}

.board-write {
	border-collapse: collapse; 
	border-top: 2px solid #808086;
	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;
	height: 26px;
	padding-left: 5px;
	border: 1px solid #a1a1a1;

	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: 24px;
	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: 0;
	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%;
	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: 28px; 
	background: #fff; 
	border: 1px solid #a1a1a1
}
.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: 27px; 
	border: 1px solid #d6d6d9; 
	background: #eff0f0; 
	text-align: center; 
	line-height: 27px; 
	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: 4px;
	left: 0;
}

.board-write dl dd .alt-area .text-cmt {
	position: absolute;
	top: 4px;
	right: 0;
}

.board-write dl dd input[type="text"]:focus, 
.board-write dl dd input[type="password"]:focus,
.board-write dl dd input[type="email"]:focus {
	background: #f4f4f4;
}

.board-write dl dd input[type="text"].w30, 
.board-write dl dd input[type="password"].w30,
.board-write dl dd input[type="email"].w30 {
	width: 30%;
}

.board-write dl dd input[type="text"].w50, 
.board-write dl dd input[type="password"].w50,
.board-write dl dd input[type="email"].w50 {
	width: 50%;
}

.board-write dl dd input[type="text"].w70, 
.board-write dl dd input[type="password"].w70,
.board-write dl dd input[type="email"].w70 {
	width: 70%;
}

.board-write dl dd .input-phone-area {
	overflow: hidden;
}

.board-write dl dd .input-phone-area select {
	float: left;
	width: 100px;
}

.board-write dl dd .input-phone-area span {
	float: left;
	width: 20px;
	text-align: center;
}

.board-write dl dd .input-phone-area input[type="text"] {
	float: left;
	width: 100px;
}


.board-write dl dd .input-mail-area {
	overflow: hidden;
}

.board-write dl dd .input-mail-area select {
	float: left;
	width: 150px;
	margin-left: 5px;
}

.board-write dl dd .input-mail-area span {
	float: left;
	width: 20px;
	text-align: center;
}

.board-write dl dd .input-mail-area input[type="text"] {
	float: left;
	width: 150px;
}

.board-write dl dd .zipcode-area {
	position: relative;
}

.board-write dl dd .zipcode-area input[type="text"] {
	min-width: 143px;
	max-width: 173px;
	margin-right: 5px;
}

.board-write dl dd .adress-area {
	display: block;
}

.board-write dl dd .adress-area input[type="text"] {
	margin-top: 5px;
}



.board-write dl dd textarea {
	padding: 10px;
	height: 130px;
	border: 1px solid #a1a1a1;
	overflow-y: auto;
	box-sizing: border-box;
}



.editer-area {
	padding-top: 10px;
	height: 500px;
	border-top: 1px solid #545861;
	border-bottom: 1px solid #e3e3e3;
}


.agreement-wrapper {
	padding-top: 55px;
}

.word-agreement-checked {
	text-align: right;
	padding-top: 20px;
}

.word-agreement-checked input[type="checkbox"],
.word-agreement-checked label {
	display: inline-block;
	vertical-align: middle;
}

.word-agreement-checked label {
	font-size: 18px;
	color: #555559;
}

.btn-center {
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}

.btns-area .fl {
	margin-right: 5px;
}

.btn-left {
	float: left;
}

.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;
}

/* 등록된 글이 없을 경우 */
.no-data {
	padding: 100px 0;
	text-align: center;
	font-size: 18px;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;

	border-bottom: 1px solid #e1e2e2;
}





.btns-area {
	margin: 0;
	padding: 0;
}

.btns-left {
	float: left;
}

.btns-right {
	float: right;
}

.btn-m {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1em;
	cursor: pointer;
}

.btn-type01 {
	background: #a0a5b2
}

.btn-type02 {
	background: #179f61
}



@media only all and (max-width: 1023px) {
	.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;
	}
}


@media only all and (max-width: 767px) {

	/* 게시판 구분 리스트 */
	.board-division-list {
		position: relative;
	}

	.board-division-list .board-division-list-box {
		padding: 0;
		background: #f2f6f8;
		margin-bottom: 25px;
		overflow: auto;
		overflow-x: scroll;
	}

	.board-division-list .board-division-list-box ul {
		padding: 30px 40px 14px 40px;
		border: 0px solid red;
	}

	.board-division-list .board-division-list-box ul.type02 {
		width: 700px;
	}

	.board-division-list .board-division-list-box ul:after {
		content: "";
		clear: both;
		display: block;
	}

	.board-division-list .board-division-list-box ul li {
		float: left;
		margin-right: 0;
		padding-right: 15px;
		margin-bottom: 10px;
	}

	.board-division-list .board-division-list-box ul li a {
		padding-left: 8px;
		font-size: 15px;
		line-height: 24px;
		background-position: 0 9px;
		background-size: 4px 4px;		
	}

	.board-division-list .board-division-list-box ul li a.on {
		color: #4184cf;
	}

	.board-division-list .mobile-bg-left {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 41px;
		height: 100%;
		background: url(../img/board/bg_left.png) repeat-y 0 0;
		background-size: 41px 11px;
	}

	.board-division-list .mobile-bg-right {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 41px;
		height: 100%;
		background: url(../img/board/bg_right.png) repeat-y 0 0;
		background-size: 41px 11px;
	}




	.document-viewer-area {
		display: none;
	}
	/* 게시판 */	
	.board-area {
		border: 0px solid red;
	}

	.total {
		clear: both;
		float: none;
		margin-bottom: 10px;
	}

	.board-area .search-wrapper {
		clear: both;
		float: none;
	}

	.board-area .search-area {
		position: relative;
		padding-bottom: 10px;
		text-align: left;
	}

	.board-area .search-area.fl {
		float: none;
	}

	.board-area .search-area select {
		display: block;
		width: 100%;
		height: 35px;
		line-height: 35px;
		margin-bottom: 5px;
	}

	.board-area .search-area .search-box {
		position: relative;
		display: block;
		padding: 0;
		padding-right: 90px;
		margin: 0;
		text-align: left;
	}

	.board-area .search-area .search-box input[type="text"] {
		display: block;
		border: 1px solid #a6aaaf;
		height: 33px;
		line-height: 33px;
		width: 100%;
		font-size: 15px;
		border-radius: 0;
		-webkit-appearance: none;

	}

	.board-area .search-area .search-box input[type="text"]:focus {
		display: inline-block;
		vertical-align: middle;
		background: #dfdfdf;
		border: 1px solid #dfdfdf;
	}

	.board-area .search-area .search-box input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		height: 35px;
		line-height: 35px;
		color: #fff;
		width: 80px;
		border-radius: 0;
		border: 0;
		text-align: center;
		-webkit-appearance: none;
		cursor: pointer;

	}

	.board-area .search-area input[type="submit"]:flat {
		display: inline-block;
		vertical-align: middle;
		height: 35px;
		line-height: 35px;
		color: #fff;
		width: 80px;
		padding: 0;
		border-radius: 0;
		border: 0;
		text-align: center;
		-webkit-appearance: none;
	}


	/* 게시판 목록 */
	.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; 
		color: #545454; 
		text-align: center; 
		padding: 20px 6px;
		font-size: 1.154em;
	}

/*
	.board-list01 table tbody td a {
		display: block;
	}
*/


	.board-list01 table .title a {
		white-space: normal; 
		max-width: 90%;
		vertical-align: top;
	}


	.board-list01 table tbody td .mobile-info {
		padding-top: 5px;
		display: block;
	}

	.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: 6px;
		margin-left: 5px; 
		font-size: 13px;
		color: #9e9e9e;

		background: transparent url(../img/board/icon_board_bar01.gif) no-repeat left 5px;
		background: -webkit-linear-gradient(transparent,transparent),url(../img/board/icon_board_bar01@2x.gif) no-repeat left 5px;
		background: linear-gradient(transparent,transparent),url(../img/board/icon_board_bar01@2x.gif) no-repeat left 5px;
		background-size: 1px 11px;	
	}

	.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 .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 {
		display: none;
	}


	.board-list01 table tbody td.title {
		width: auto; 
		text-align: left;
	}


	/* 페이징 네비게이션 */
	.paging-navigation a {
		line-height: 25px; 
		min-width: 25px; 
		height: 25px; 
		padding: 0 3px;
		font-size: 13px;
		margin: 0 1px;
	}

	.paging-navigation strong {
		line-height: 25px; 
		min-width: 25px; 
		height: 25px; 
		padding: 0 3px; 
		font-size: 13px;
		margin: 0 1px;
	}





	/* 글보기 */
	.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: 80px;
	}

	.board-view dl dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
		font-size: 1em;
		line-height: 1.385em
	}

	.board-view dl dd {
		color: #545454;
		font-size: 1.154em;
		line-height: 1.200em
	}

	.board-contents {
		position: relative;
		border-top: 1px solid #808086;
		margin-top: -1px;
		padding: 25px 20px;
		line-height: 24px;
		overflow: auto;
	}

	.board-contents img {
		margin: 10px auto;
	}


	.board-contents .help-area {
		display: none;
	}

	/* 글쓰기 */
	.board-write dl {
		position: relative;
		padding-left: 90px;
		border-bottom: 1px solid #e3e3e3;
	}

	.board-write dl dt {
		position: absolute;
		top: 0;
		left: 0;
		width: 80px;
		margin-top: 13px;
		padding-left: 10px;
		font-size: 13px;
	}

	.board-write dl dd {
		font-size: 13px;
		padding: 12px 10px 12px 10px; 
	}

	.board-write dl dd .btn-sarch-type01 {
		display: inline-block;
		vertical-align: middle;
		height: 26px;
		line-height: 26px;
		font-size: 13px;
		background: #4cb7ee;
		color: #fff;
	}

	.board-write dl dd select {
		display: block;
		width: 100%;
		height: 26px;
		padding-left: 0;
	}
	.board-write dl dd .radio-checkbox-depth {
		max-width: none;
		border: 0px solid red;
	}


	.board-write dl dd .ckecked-notice-area {
		margin-bottom: 10px;
	}

	.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: 10px;
	}


	.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;
	}

	.agreement-wrapper {
		padding-top: 30px;
	}

	.word-agreement-checked {
		text-align: right;
		padding-top: 10px;
	}

	.word-agreement-checked input[type="checkbox"],
	.word-agreement-checked label {
		display: inline-block;
		vertical-align: middle;
	}

	.word-agreement-checked label {
		font-size: 14px;
		color: #555559;
	}



	
	.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;
	}
	
	/* 등록된 글이 없을 경우 */
	.no-data {
		padding: 50px 0;
		font-size: 15px;
	}

	.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;	
	}

}

@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: 27px; 
		border: 1px solid #d6d6d9; 
		background: #eff0f0; 
		text-align: center; 
		line-height: 27px; 
		color: #31343f; 
		font-size: 12px; 
		font-family: "notoKrM", sans-serif; 
		font-weight: 500;
		margin-right: 0;
		margin-left: 0;
	}

	.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;

	}



	.btns-left {
		float: none;
	}

	.btns-right {
		float: none;
	}

	.btn-m {
		width: auto;
	}

	.btn-m.depth1 {
		float: none;
		width: 100%;
	}

	.btn-m.depth2 {
		float: left;
		width: 49%;
	}

	.btn-m.depth3 {
		float: left;
		width: 32%;
		margin-left: 2%;
	}

	.btn-m.depth4 {
		float: left;
		width: 23.5%;
		margin-left: 2%;
	}


	.btn-m.depth2:nth-child(even) {
		float: right;
	}

	.btns-left .btn-m:first-child {
		margin-left: 0;
	}
}

@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;
	}
}


@media only all and (max-width: 360px) {
	.photo-list ul li {
		height: 200px;
		padding-bottom: 20px;
	}

	.photo-list ul li a .image {
		height: 80px;
		line-height: 80px;
	}

	.photo-list ul li a .title {
		font-size: 1em;
	}
}