@charset "UTF-8";

/* tab */
.complain_tab { display:flex; flex-wrap:wrap; align-items:flex-end; margin-bottom:30px; }
.complain_tab > li { height:50px; margin:2px 2px 0 0; background:#f4f4f4; line-height:1; transition:0.3s; }
.complain_tab > li > a { font-size:16px; color:#555; font-family:'Dream Medium'; padding:0 20px; width:100%; height:100%; text-align:center; letter-spacing:-1px; display:flex; align-items:center; justify-content:center; }
.complain_tab > li.active { height:60px;background:#0c3274; }
.complain_tab > li > a.active { font-size:18px;color:#FFF; }
.complain_tab > li:hover{height:60px;}

.complain_building_list { display:flex; flex-wrap:wrap; justify-content:flex-start; align-items:flex-end; gap:2px; margin-bottom:30px; }
.complain_building_list > li { flex:1 0 19%; height:50px; margin:2px 2px 0 0; background:#f4f4f4; line-height:1; transition:0.3s; }
.complain_building_list > li > a { font-size:16px; color:#555; font-family:'Dream Medium'; padding:0 20px; width:100%; height:100%; text-align:center; letter-spacing:-1px; display:flex; align-items:center; justify-content:center; }
.complain_building_list > li.active { background:#0c3274; }
.complain_building_list > li > a.active { font-size:18px;color:#FFF; }
.complain_building_list > li:hover{}

.complain_building_select select { border: 1px solid #dfdfdf; height:40px; line-height: 30px; padding: 0 10px; font-size:16px; font-family:'Noto Regular'; }

.complain_download { display:flex; flex-wrap:wrap; justify-content:flex-start; align-items:center; }
.complain_download > span { flex-basis:auto; margin-right:20px; }
.complain_download > span.txt01 { flex-basis:100%; margin-bottom:10px; font-family:'Dream Bold'; font-size:18px; }
.complain_download > span.cautionMsg { flex-basis:100%; margin-top:10px; }

/* Write Update */
mark.must { width:7px; height:7px; background:#fff url("../images/ico-mark.png") no-repeat center center; text-indent:-9999px; position:absolute; left:10px; top:50%; transform:translateY(-50%); }
.ico-cal { padding-left: 30px; padding-right: 10px; background: url(../images/icon-cal.png) no-repeat left center;}
.must_guide { padding-left:30px; position:relative; }

.board-write select { border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px; font-size:14px; font-family:'Noto Regular'; }
.board-write textarea { border: 1px solid #dfdfdf; padding: 0 10px; font-size:14px; font-family:'Noto Regular'; }
.board-write .insert img { max-width:300px; }

.board-write {border-top: 2px solid #7c7c7c; margin-bottom: 40px;}
.board-write .row {display: table; width: 100%;border-bottom: 1px solid #dadada;}
.board-write .title {width: 200px; display: table-cell; vertical-align: middle; text-align: left; padding: 9px 15px 9px 30px; font-size: 15px; background: #f5f5f5; font-family: 'Noto Regular'; color: #555; position:relative; }
.board-write .insert {display: table-cell; vertical-align: middle; padding: 9px 20px; font-size: 14px; font-family: 'Noto Regular'; color: #666;}
.board-write .insert.editor {padding: 12px 0 6px 0;}
.board-write .insert input[type="text"],
.board-write .insert input[type="password"] {border: 1px solid #dfdfdf; height: 30px; line-height: 30px; padding: 0 10px; }
.board-write .insert .long {width: 100%;}
.board-write .insert .space {margin-bottom: 10px;}
.board-write .insert .tarea {width: 100%; font-family: 'Noto Regular'; font-size: 14px; color: #666;}
.board-write .insert .possible {font-size: 13px; color: #888; margin-top: 5px; text-transform: uppercase;}
.board-write .insert .ico-cal { padding-left: 30px; padding-right: 10px; background: url(../images/icon-cal.png) no-repeat left center;}
.board-write .insert .ico-cal.space {margin-left: 10px;}
.board-write .insert .switch {margin-top: 10px;}
.board-write .insert .file-select {font-family: 'Noto Regular'; font-size: 14px; color: #666; padding: 10px; height: 130px;}
.board-write .insert .one-line {overflow: hidden; background: #f5f5f5;  padding: 10px; border-radius:  7px;}
.board-write .insert .one-line li {float: left; margin-right: 10px; }
.board-write .insert .pass-form {margin-top: 10px;}
.board-write .insert .pass-form label {margin-right: 10px;}
.board-write .insert .sel-type {font-family: 'Noto Regular'; font-size: 14px; color: #888; border: 1px solid #dfdfdf; height: 30px; line-height: 29px; padding: 0 40px 0 10px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: #ebebeb url(../images/arrow-search.png) no-repeat right center;}
.board-write .insert .line {display: inline-block;}
@media all and (max-width: 780px) {
    .board-write .row {display: block;}
    .board-write .title {display: block; width: 100%;}
    .board-write .insert {display: block; width: 100%; padding:9px 15px 9px 30px; }
    .board-write .insert .one-line {background: #fff; border: 1px solid #d1d1d1;}
}

@media all and (max-width: 580px) {
    .board-write .insert .line {display: block; margin: 5px 0;}
    .board-write .insert .ico-cal.space {margin-left: 0;}
}


/* Button */
.board-button {text-align: center; display: inline-block; width: 100%;}
.board-button .btn-mine {float: left;}
.board-button .btn-control {float: right;}
.board-button .btn-deco {display: inline-block; cursor: pointer; font-size: 16px; height: 50px; line-height: 48px; text-align: center; padding: 0 35px; margin: 0 5px; border-radius: 100px; font-family: 'Noto DemiLight';}
.board-button  a.btn-deco, .board-button  input.btn-deco {color: #fff;}
.board-button .btn-deco.color1 {background: #313644; border: 1px solid #313644;}
.board-button .btn-deco.color2 {background: #0067c3; border: 1px solid #0067c3;}
.board-button .btn-deco.color3 {background: #fff; border: 1px solid #0067c3; color: #0067c3;}
.board-button .btn-deco.color4 {background: #fff; border: 1px solid #ce2856; color: #ce2856;}
.board-button .btn-deco.color5 {background: #fff; border: 1px solid #1c3c8f; color: #1c3c8f;}
.board-button.view {margin-bottom: 40px; text-align: center;}
.board-button.view .btn-mine {float: none; display: inline-block;}
.board-button.view .btn-control {float: none; display: inline-block;}

a.samll-btn, input.samll-btn {color: #fff; display: inline-block !important;}
.small-btn-box {text-align: center;}
.small-btn-box.align-r {text-align: right;}
.small-btn-box .samll-btn {display: inline-block; cursor: pointer; font-size: 14px; height: 35px; line-height: 35px; text-align: center; padding: 0 20px; margin: 0 5px; font-family: 'Noto DemiLight';}
.small-btn-box .samll-btn.color1 {background: #0c837f; color: #fff; border: 1px solid #0c837f;}
.small-btn-box .samll-btn.color2 {background: #fff; color: #ce2856; border: 1px solid #ce2856;}

.tiny-btn {display: inline-block; cursor: pointer; font-size: 13px; height: 25px; line-height: 20px; border-radius: 50px; text-align: center; padding: 0 12px; margin: 0 3px; font-family: 'Noto DemiLight';}
.tiny-btn.color1 {background: #0c837f; border: 1px solid #0c837f; color: #fff;}
.tiny-btn.color2 {background: #ce2856; border: 1px solid #ce2856; color: #fff;}

.file-btn {border: 1px solid #d5d5d5; height: 30px; line-height:26px; padding-left: 35px; padding-right: 20px; cursor: pointer;}
.file-btn.add {background: #ececec url('../images/ico-file-add.png') no-repeat 10px center; margin-right: 5px;}
.file-btn.del {background: #ececec url('../images/ico-file-del.png') no-repeat 14px center;}

@media all and (max-width: 420px) {
    .board-button .btn-mine,
    .board-button.view .btn-mine {width: 100%;}
    .board-button .btn-control,
    .board-button.view .btn-control {width: 100%;}
    .board-button .btn-deco {display: block; width: 100%; margin: 0 0 10px 0;}
}

/* Paging */
._paging {padding: 50px 0 20px 0;}
._paging > ._inner > ul {margin: 0 5px;}
._paging > ._inner > ul li strong {width: 35px; height: 35px; line-height:32px; background-color: #777; border-color: #777;}
._paging > ._inner > a {width: 35px; height: 35px; line-height:35px; background-image: url('../images/arrow-page.png') !important; background-repeat: no-repeat; background-color: transparent; border: 0;}
._paging > ._inner > a._first {background-position: 0 0;}
._paging > ._inner > a._last {background-position: 0 -105px;}

/* Search */
.board-search {display: inline-block; width: 100%; margin-bottom: 10px;}
.board-search .util-search {float: left; font-family: 'Noto Regular'; font-size: 14px; margin-top: 7px;}
.board-search .util-search a {display: inline-block; width: 30px; text-indent: -9999px; background: url('../images/ico-rss.png') no-repeat center center; margin-right:10px;}
.board-search .util-search strong {color: #dd0042;}
.board-search .form-search {float: right;}
.board-search .form-search .tbl-search { display:flex; align-items:center; }
.board-search .box-sel {display: inline-block; margin-right: 10px;}
.board-search .box-sel select {background: #ebebeb url('../images/arrow-search.png') no-repeat right center; font-size: 14px; font-family: 'Noto Regular'; color: #646464; border: 0; height: 40px; border-radius: 100px; min-width: 160px; padding-left: 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.board-search .box-search {position: relative; display: inline-block; background: #ebebeb; height: 40px; line-height: 40px; padding: 0 5px 0 15px; border-radius: 100px; min-width: 30px;}
.board-search .box-search input {position: relative; top: -2px; width: 100%; height: 100%; background: transparent; border: 0; font-family: 'Noto Regular';}
.board-search .box-search input[type="submit"] {position: absolute; right:0; top: 0; width: 40px; background: url('../images/ico-search.png') no-repeat center center; text-indent: -9999px; cursor: pointer;}
@media all and (max-width:780px) {
    .board-search .util-search {display: none;}
	.board-search .tbl-search { flex-flow:column; align-items:flex-start !important; }
    .board-search .form-search {float: left; width: 100%;}
    .board-search .box-sel {width:100%; display: table-cell; margin-right: 0; padding-right: 20px;}
    .board-search .box-sel select {min-width: auto; width: 100%; margin-bottom:10px; }
    .board-search .box-search {display: table-cell; width:97%; padding-right:25px; }
	.board-search .box-search input { width:95%; }
}


/* LIST */
.scroll-table {position: relative;}
.board-table .col-admin {width:40px;}
.board-table .col-num {width:40px;}
.board-table .col-rgsde {width:auto;}
.board-table .col-mngDe {width:auto;}
.board-table .col-clNm {width:auto;}
.board-table .col-location {width:auto;}
.board-table .col-useUserDeptNm {width:auto%;}
.board-table .col-userTy {width:auto;}
.board-table .col-reqstQy {width:auto;}
.board-table .col-processQy {width:auto;}
.board-table .col-processTelno {width:auto;}
.board-table .col-processTy {width:auto;}
.board-table .col-sttus {width:auto;}
.board-table .col-btn {width:auto;}

.board-table thead th { background: #f2f2f2; font-size: 16px; font-family: 'Noto DemiLight'; font-weight: normal; padding: 9px 0; border-bottom: 1px solid #cfcfd1; border-top: 2px solid #7c7c7c;}
.board-table tbody tr.notice {background: #f9f9f9;}
.board-table tbody tr.notice .td-num {text-indent: -99999px; background: url('../images/ico-notice.png') no-repeat center center;}
.board-table tbody tr:hover {background: #f2fbfe;}
.board-table tbody td {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; font-size: 15px; font-family: 'Noto DemiLight'; padding: 12px 0; color: #555; border-bottom: 1px solid #cfcfd1;}
.board-table tbody td.td-subject {font-size: 16px; color: #444; text-align: left; padding-left: 20px; font-weight: normal;}
.board-table tbody td.td-subject .new {position: relative; top: 11px; display: inline-block; text-indent: -9999px; width: 16px; height: 16px; background: url('../images/ico-new.png') no-repeat center center; margin-left: 7px;}
.board-table tbody tr.trash td.td-subject {text-decoration: line-through;}
.board-table tbody td.td-file {text-indent: -9999px;}
.board-table tbody td.td-file.file {background: url('../images/ico-file.png') no-repeat center center;}

@media all and (max-width:860px) {
    .scroll-table {overflow-x: hidden;}
    .scroll-table table {width:1000px;}
    .scroll-table:after {content:''; position:absolute; right:0px; top:0px; width:100%; height:100%; background:url('../images/img_mobile_text.png') no-repeat center center;}
    .scroll-table.on:after {display:none;}

	.board-table { width:97%; margin:0 auto; }
	.board-table colgroup { display:none; }
	.board-table thead { display:none; }
	.board-table tbody tr { display:flex; flex-direction:row; flex-wrap:wrap; justify-content:flex-start; align-items:flex-start; padding-bottom:20px; position:relative; }
	.board-table tbody tr:first-child { border-top:0.5px solid #cfcfd1; }
	.board-table tbody tr td { padding:0; white-space:wrap; flex: 1 0 calc(100% - 150px); font-size:15px; text-align:left; }
	.board-table tbody tr td::before { display:inline-block; width:150px; background-color:#f2f2f2; padding:10px; margin-right:10px; font-weight:bold; text-align:center; }
	.board-table tbody tr .td-btn { position:absolute; right:10px; bottom:27px; }	


	.board-table tbody tr .td-num::before { content:"번호"; display:inline-block; }
	.board-table tbody tr .td-rgsde::before { content:"신청일시"; display:inline-block; }
	.board-table tbody tr .td-mngDe::before { content:"처리일시"; display:inline-block; }
	.board-table tbody tr .td-clNm::before { content:"건물명"; display:inline-block; }
	.board-table tbody tr .td-location::before { content:"상세위치"; display:inline-block; }
	.board-table tbody tr .td-useUserDeptNm::before { content:"소속"; display:inline-block; }
	.board-table tbody tr .td-userTy::before { content:"신청자구분"; display:inline-block; }
	.board-table tbody tr .td-reqstQy::before { content:"신청수량"; display:inline-block; }
	.board-table tbody tr .td-processQy::before { content:"처리수량"; display:inline-block; }
	.board-table tbody tr .td-processTelno::before { content:"전화번호(배정)"; display:inline-block; }
	.board-table tbody tr .td-processTy::before { content:"처리내용"; display:inline-block; }
	.board-table tbody tr .td-sttus::before { content:"처리결과"; display:inline-block; }	
}

@media all and (max-width:350px) {
	.board-table tbody tr td { flex: 1 0 100%; text-align:center; padding:10px; }
	.board-table tbody tr td::before { width:100%; text-align:center; }
}