@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;
	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="text"]:focus {
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
}

.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: #a6aaaf;
	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; 
	table-layout: auto;
}

.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 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 #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 #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 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;; 
}

dl.line{
border-bottom: 1px solid #d3d3d3
}

/* 글쓰기 */
.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;
}
.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: 220px;
	padding-bottom: 20px;
	text-align: center;
}

.photo-list ul li.none-data {
	width:100%;
	margin-right: 2%;
	height: 220px;
	line-height:200px;
	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 .no-image {
	display: block;
	height: 130px;
	margin-bottom: 10px;
	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: #fff;
	border: 1px solid #dfdfdf;
	text-align: center;
	text-indent: -5000em;
}

.photo-list ul li a .image {
	position: relative;
	display: block;
	height: 130px;
	line-height: 130px;
	border: 1px solid #dfdfdf;
	text-align: center;
	background: #ffffff;
	margin-bottom: 10px;
	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;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.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.newsContent {
	display: block;
	padding-right: 2%;
	word-break: keep-all;
}

.gallery-list01 ul li a .sub-contents {
	display: block;
	color: #777779;
	font-size: 15px;
	margin-bottom: 50px;
}

.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 {
	display: inline-block;
	vertical-align: middle;
	height: 27px;
	line-height: 27px;
	padding: 0 2.5%;
	margin-bottom: 12px;
	color: #fff;
	font-size: 14px;
	font-family: "notoKrM", sans-serif;
	font-weight: 500;
	margin: 0 2px;
	border: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.btns02 {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	margin: 0 2px;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input.btns02,
button.btns02 {
	padding: 0 28px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
	font-size: 1.077em
}


.btns-color01 {
	border: 1px solid #e63c3c !important;
	background-color: #e63c3c !important
}

.btns-color02 {
	border: 1px solid #a0a5b2 !important;
	background-color: #a0a5b2 !important;
}

/* 코멘트 */
.comment-area {
	margin-bottom: 50px;
	border-top: 2px solid #969696;
}

.comment-area .comment-box {
	border-top: 1px solid #e4e6e8;
	border-bottom: 1px solid #e4e6e8;
	margin-bottom: -1px;
}

.comment-area .comment-box .comment-info-area {
	padding: 25px;
	background: #f9f9f9;
	color: #858585;
	border-bottom: 1px solid #e4e6e8;
	overflow: hidden;
	font-size: 13px;
}

.comment-area .comment-box .comment-info-area .comment-user {
	float: left;
	font-weight: bold;
	color: #444;

	height: 24px;
	line-height: 24px;
}

.comment-area .comment-box .comment-info-area .comment-user-info {
	float: right;
	height: 24px;
	line-height: 24px;
}

.comment-area .comment-box .comment-info-area .comment-user-info .comment-date {
	float: left;
}

.comment-area .comment-box .comment-info-area .comment-user-info .comment-btns-list {
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}
.comment-area .comment-box .comment-info-area .comment-user-info .comment-btns-list li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.comment-area .comment-box .comment-info-area .comment-user-info .comment-btns-list li button {
	display: inline-block;
	padding: 0 20px;
	height: 24px;
	line-height: 24px;
	border: 0;
	border-radius: 0;
	color: #fff;
	background: #5f6263;
	-webkit-appearance: none;
	appearance: none;
}

.comment-area .comment-box .comment-contents {
	padding: 25px;
	line-height: 1.846em;
}

.comment-area .comment-form-wrapper {

	margin-bottom: 20px;
	padding: 20px 0 20px 20px;
	border: 1px solid #e4e6e8;
	background: #f9f9f9;
	text-align: left;
	overflow: hidden;
}
.comment-area .comment-form-wrapper .comment-form {
	position: relative;
	padding-right: 100px;
}

.comment-area .comment-form-wrapper .comment-user-info-form {
	padding-bottom: 10px;
}

.comment-area .comment-form-wrapper .comment-user-info-form label {
	display: inline-block;
	vertical-align: middle;
	color: ##636363;
	font-size: 13px;
	line-height: 22px;
	margin-right: 10px;
	font-family: "notoKrB", notoKrB, sans-serif;
}

.comment-area .comment-form-wrapper .comment-user-info-form input[type="text"],
.comment-area .comment-form-wrapper .comment-user-info-form input[type="password"] {
	border: 1px solid #e4e6e8;
	height: 22px;
	padding: 0 5px;
	max-width: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	-webkit-appearance: none;
}

.comment-area .comment-form-wrapper .comment-user-info-form input[type="text"] {
	margin-right: 5%;
}


.comment-area .comment-form textarea {
	border: 1px solid #e4e6e8;
	width: 100%;
	height: 55px;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	-webkit-appearance: none;
}

.comment-area .comment-form .btn-comment-save {
	position: absolute;
	bottom: 0;
	right: 20px;
	display: inline-block;
	vertical-align: bottom;
	width: 70px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	background: #e81511;
	font-weight: bold;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-appearance: none;

}

.comment-area .modify-area {
	clear: both;
	display: block;
}

.comment-area .modify-area .comment-form {
	position: relative;
	padding: 10px 0 0 0;
	padding-right: 80px;
	border: 0px solid #e4e6e8;
	background: #f9f9f9;
	text-align: left;
	overflow: hidden;
}

.comment-area .modify-area .btn-comment-save {
	position: absolute;
	top: 10px;
	right: 0px;
	display: inline-block;
	vertical-align: bottom;
	width: 70px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #e81511;
	border-radius: 0;
	-webkit-appearance: none;

}

