/* 견적문의 글쓰기 */


/* ////////// 견적문의 ////////// */
/* ////////// 견적문의 ////////// */
/* ////////// 견적문의 ////////// */
/* ////////// 견적문의 ////////// */
/* ////////// 견적문의 ////////// */
.inquiry {position: relative; display: block; width: 100%; max-width: 1200px; height: auto; margin: 0 auto; padding-bottom: 100px;}

/*견적문의 최상단 제목*/
.inquiry-top {height: 170px; text-align: center; padding-top: 98px;}
.inquiry-top h2 {font-size: 34px; color: rgb(6, 28, 52); }

/*견적문의 문의 종류 선택 탭*/
.inquiry-production-type {position: relative; width: 100%; height: 110px; display: flex; align-items: flex-start; justify-content: center;}
.inquiry-production-type li+li {margin-left: 6px;}
.inquiry-production-type li button {box-shadow: none; cursor: pointer;  background-color: rgb(241, 245, 248); width: 160px; height: 50px; display: flex; align-items: center; justify-content: center; padding-top: 2px; border: 2px solid rgb(241, 245, 248); font-size: 0; color: rgb(102, 102, 102); cursor: pointer;}
.inquiry-production-type li button p {font-size: 15px;}
.inquiry-production-type li button:active {border-color: rgb(34, 160, 240) !important;}
.inquiry-production-type li button:focus {border-color: rgb(34, 160, 240) !important;}
.inquiry-production-type li button img {display: none; margin-right: 4px;}

.inquiry-production-type li button.inquiry-selected-production-type {border-color: rgb(34, 160, 240); background-color: #fff;}
.inquiry-production-type li button.inquiry-selected-production-type p {color: rgb(34, 160, 240); font-weight: 400;}
.inquiry-production-type li button.inquiry-selected-production-type img {display: block;}

/*견적문의 입력*/
.inquiry-write {position: relative; display: block; width: 100%; height: auto; border-top: 1px solid rgb(34, 34, 34);}

/*견적문의 입력 행 */
.inquiry-write--row {position: relative; display: flex; align-items: center; flex-wrap: wrap; min-height: 69px; border-bottom: 1px solid rgb(204, 204, 204);}
.inquiry-write--row--half {position: relative; display: flex; width: 50%; height: 66px; align-items: center;}

/*견적문의 행 제목*/
.inquiry-write--tit {position: relative; display: flex; align-items: center; height: 100%; padding-top: 2px; font-size: 15px; color: rgb(0, 0, 0); padding-left: 10px; width: 170px;}
.inquiry-write--tit span {font-size: 15px; color: #ff0000; display: block ; padding-top: 8px;}

.inquiry-write--tit2 {position: relative; display: flex; align-items: center; justify-content: space-between; height: 58px; padding-top: 2px; font-size: 15px; color: rgb(0, 0, 0); padding-left: 10px; width: 100%; padding-top: 10px;}
.inquiry-write--tit2 p {display: block; font-size: 14px; color: rgb(102, 102, 102);}


/*라디오 셀렉트 폼 스타일 1*/
.radio-type-1 {position: relative;}
.radio-type-1 input[type=radio] {width: 1px; height: 1px; opacity: 0; position: absolute; z-index: -999999999999; left: -100000px;}
.radio-type-1 .fake {position: relative; display: flex; align-items: center; justify-content: center; border: 1px solid rgb(136, 136, 136); border-radius: 50%; width: 12px; height: 12px; background-color: #fff; cursor: pointer;}
.radio-type-1 input:checked ~ .fake {border-color: rgb(34, 160, 240);}
.radio-type-1 input:checked ~ .fake:after {content: ""; display: block; width: 8px; height: 8px; border-radius: 50%; background-color: rgb(34, 160, 240);}

/*체크박스 스타일 1*/
.checkbox-type-1 {position: relative;}
.checkbox-type-1 input[type=checkbox] {width: 1px; height: 1px; opacity: 0; position: absolute; z-index: -999999999999; left: -100000px;}
.checkbox-type-1 .fake {display: block; width: 24px; height: 24px; background-color: rgb(233, 233, 233); border-radius: 50%; background-position: center; background-image: url(/port/uni/images/common/checkbox-type-1.png); cursor: pointer;}
.checkbox-type-1 input:checked ~ .fake {background-color: #061c34;}

/*체크박스 스타일 2*/
.checkbox-type-2 {position: relative;}
.checkbox-type-2 input[type=checkbox] {width: 1px; height: 1px; opacity: 0; position: absolute; z-index: -999999999999; left: -100000px;}
.checkbox-type-2 .fake {position: relative; display: block; border: 1px solid rgb(34, 160, 240);  width: 18px; height: 18px; background-color: rgb(255, 255, 255); background-position: center; cursor: pointer;}
.checkbox-type-2 input:checked ~ .fake {background-image: url(/port/uni/images/sub/inquiry/check2.png);}


/*input type 1*/
.input-type-1 {-webkit-appearance: none; -moz-appearance: none;appearance: none; border: 1px solid rgb(221, 221, 221);  background-color: rgb(247, 247, 247); height: 46px; padding: 0 14px; font-size: 15px; font-weight: 300; color: rgb(34, 34, 34);}
.input-type-1:focus {border-color: rgb(34, 34, 34); background-color: rgb(255, 255, 255);}
.input-type-1.no-focus:focus {border-color: rgb(221, 221, 221); background-color: rgba(247, 247, 247);}

.input-type-1.w1 {width: 100%; max-width: 390px;}
.input-type-1.w2 {width: 100%; max-width: 100%;}
.input-type-1.w3 {width: 121px;}
.input-type-1.w4 {width: 280px;}



.select-type-1 {-webkit-appearance: none; -moz-appearance: none;appearance: none; border: 1px solid rgb(221, 221, 221);  background-color: rgb(247, 247, 247); height: 46px; padding: 0 14px; font-size: 15px; font-weight: 300; color: rgb(34, 34, 34); background-repeat: no-repeat}
.select-type-1:focus {border-color: rgb(34, 34, 34); background-color: rgb(255, 255, 255);}
.select-type-1.no-focus:focus {border-color: rgb(221, 221, 221); background-color: rgba(247, 247, 247);}

.select-type-1.w4 {width: 220px;}


/*input-pwd 폰트*/
input[type=password] {font-family: auto !important;}


/* pagination-type-1 */
.pagination-type-1 {position: relative; display: flex; align-items: center; justify-content: center;}
.pagination-type-1--left,
.pagination-type-1--right,
.pagination-type-1--center {position: relative; display: flex; align-items: center; justify-content: center; margin: 0 6px}
.pagination-type-1 a {display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid rgb(229, 229, 229); background-color: rgb(255, 255, 255); font-size: 14px; color: #222;}

.pagination-type-1--center a {padding-top: 2px;}
.pagination-type-1--center a:hover {color: #fff; background-color: rgb(34, 160, 240); border-color: rgb(34, 160, 240);}
.pagination-type-1--center a.current {color: #fff; background-color: rgb(34, 160, 240); border-color: rgb(34, 160, 240);}
.pagination-type-1--center a+a {margin-left: -1px;}

/*셀렉트폼 type 1*/
.select-type-1 {-webkit-appearance: none; -moz-appearance: none;appearance: none;position: relative; display: block; height: 46px; border: 1px solid rgb(221, 221, 221); background-color: rgb(255, 255, 255); padding: 0 35px 0 14px; font-size: 15px; color: rgb(102, 102, 102); background-image: url(/port/uni/images/common/select-type-1.png); background-position: center right 14px;}
.select-type-1::-ms-expand { display:none; }


/*견적문의 행의 입력칸*/
.inquiry-write--cell {position: relative; display: flex; width: calc(100% - 170px); height: 100%; align-items: center;}
.inquiry-write--cell span.bar {width: 14px; text-align: center; font-size: 15px;}
.inquiry-write--cell span.mail-at {width: 20px; text-align: center; font-size: 15px;}

/*견적문의 label*/
.inquiry-write-label {display: flex; align-items: center;}
.inquiry-write-p {font-size: 15px; letter-spacing: -0.030em; display: block; padding-top: 1px;}

/*견적문의 textarea*/
.inquiry-write--textarea {position: relative; display: block; width: 100%; height: auto;}
.inquiry-write--textarea textarea {border-width: 1px; border-color: rgb(221, 221, 221); border-style: solid;  background-color: rgb(247, 247, 247); width: 100%; height: 158px; position: relative; display: block; padding: 17px 22px; font-size: 15px;}
.inquiry-write--textarea textarea:focus {background-color: #fff;}

/*견적문의 파일첨부*/
.inquiry-write--file-upload {position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; height: auto;}

.inquiry-write--file-upload--1 {position: relative; display: block;padding: 10px 0;}
.inquiry-write--file-upload--2 {padding-top: 2px; display: block; font-size: 14px; color: rgb(34, 34, 34); line-height: 1.571; text-align: right;}
.inquiry-write--file-upload--2 span {color: #22a0f0;}

.area_filebox {position: relative; display: flex; align-items: center;}
.area_filebox input[type="file"] { position: absolute; left: -99999em; opacity: 0; z-index: -99999; text-indent: -99999px;}
.area_filebox label { position: relative; display: flex; cursor: pointer;  background-color: rgb(48, 58, 69); width: 150px; height: 46px; align-items: center; justify-content: center; text-align: center; padding-top: 2px; font-size: 15px; color: rgb(255, 255, 255);}

/*견적문의 문의하기 버튼*/
.inquiry-btn-box {position: relative; display: flex; justify-content: center; border-top: 1px solid rgb(238, 238, 238);padding-top: 16px; margin-top: 26px;}
.inquiry-btn {-webkit-appearance: none; -moz-appearance: none;appearance: none; box-shadow: none;  border: 1px solid rgb(34, 160, 240); width: 200px; height: 60px; padding-top: 2px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 300; color: rgb(255, 255, 255); color: rgb(34, 160, 240); background-color: #fff; background-color: rgb(34, 160, 240); color: #fff; cursor: pointer; background-color: #0966cf; width: 150px;}


/*약관박스*/
.join--con--block--terms {position: relative; display: block; width: 100%; height: auto;}
.join--con--block--terms textarea {-webkit-appearance: none; -moz-appearance: none;appearance: none; border: 1px solid rgb(221, 221, 221); border-radius: 3px; background-color: rgb(249, 249, 249); height: 160px; width: 100%; display: block; padding: 20px 16px; font-size: 14px;  color: #111; font-weight: 300; line-height: 1.571; font-family: 'Noto Sans KR', sans-serif;}


@media all and (max-width: 767px) {
    .inquiry-write--cell {padding-right: 10px;}
    .input-type-1.w1 {max-width: 100%;}
    .input-type-1.w3 {width: 33%;}
    .input-type-1.w4 {width: 33%;}
    .input-type-1.w6 {width: 160px;}
    .select-type-1 {width: 30%; font-size: 11px;}
    .area_filebox label {width: 80px;}

    .inquiry-write--tit {width: 100px; font-size: 13px;}
    ..inquiry-write--tit {font-size: 13px;}
    .inquiry-write--cell {width: calc(100% - 100px);}
}





.sound-only {position: absolute; z-index: -99999; opacity: 0; left: -99999px; text-indent: -9999px;}
.board * {background-repeat: no-repeat !important}
.notice * {background-repeat: no-repeat !important}

.board {position: relative; max-width: 1200px; width: 100%; margin: 0 auto; padding-bottom: 100px;}
.board-tit {display: block; text-align: center; height: 170px; padding-top: 98px; font-size: 34px; color: rgb(6, 28, 52); font-weight: 300;}

.board-list-empty {width: 100%; height: 360px !important; text-align: center; font-size: 120% !important; font-weight: 300; vertical-align: middle; line-height: 360px;}
div.board-list-empty {width: 100%; height: 360px !important; text-align: center; font-size: 120% !important; font-weight: 300; vertical-align: middle; line-height: 360px; border-bottom: 1px solid #ccc;}

/*게시판 검색*/
.board-sch-wrap {position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px;}
.board-count {display: block; padding-top: 2px;}
.board-count p {font-size: 14px; color: rgb(51, 51, 51);}
.board-count p span {font-size: 14px; color: #0966cf;}

.board-sch {position: relative; display: flex; align-items: center;}

.board-sch__select {-webkit-appearance: none; -moz-appearance: none;appearance: none; position: relative; display: block; background-color: rgb(247, 247, 247); border: 1px solid rgb(221, 221, 221);  height: 44px; width: 108px; padding: 2px 25px 0 13px; font-size: 14px; color: rgb(34, 34, 34); margin-right: 4px; background-image: url(/port/uni/images/common/board-sch-select-arrow.png); background-position: center right 13px;}
.board-sch__select::-ms-expand { display:none; }
.board-sch__inputtxt {position: relative; display: block; background-color: rgb(247, 247, 247); border: 1px solid rgb(221, 221, 221);  height: 44px; width: 280px; padding: 0 10px 0 39px; font-size: 14px; color: rgb(34, 34, 34); border-radius: 3px 0 0 3px; font-weight: 300; padding-top: 2px; background-image: url(/port/uni/images/common/board-sch-input-icon.png); background-position: center left 14px;}
.board-sch__inputtxt::placeholder {font-weight: 300;}
.board-sch__inputtxt::-webkit-input-placeholder {font-weight: 300;}
.board-sch__inputtxt:-ms-input-placeholder {font-weight: 300;}
.board-sch__btn {-webkit-appearance: none; -moz-appearance: none;appearance: none; position: relative; display: flex; align-items: center; justify-content: center; padding-top: 2px; width: 64px; height: 46px; background-color: rgb(48, 58, 69); font-size: 14px; color: rgb(255, 255, 255); padding-top: 2px; border-radius: 0px 3px 3px 0px; border: 0; border-radius: 0; background-color: #333333;}

@media all and (max-width: 767px) {
    .board-sch-wrap {display: block; padding-left: 10px;}
    .board-count {padding-bottom: 10px;}
    .board-sch__select {height: 35px; width: 80px; font-size: 12px;}
    .board-sch__inputtxt {height: 35px; width: 150px;font-size: 12px;}
    .board-sch__btn {height: 35px; font-size: 12px;}
}
/*게시판 리스트 테이블*/
.board-table-1 {width: 100%; table-layout: fixed;}
.board-table-1 thead tr {border-top: 1px solid rgb(34, 34, 34); border-bottom: 1px solid rgb(204, 204, 204);}
.board-table-1 thead tr th {height: 50px; vertical-align: middle; text-align: center;  font-size: 14px; color: rgb(0, 0, 0); padding-top: 2px;}
.board-table-1 thead tr th.th-tit {text-align: left; padding-left: 19px;}

.board-table-1 tbody tr {border-bottom: 1px solid rgb(204, 204, 204);}
.board-table-1 tbody tr td {vertical-align: middle; padding-top: 2px; height: 66px; font-size: 14px; color: rgb(102, 102, 102); text-align: center;}
.board-table-1 tbody tr td.td-tit {text-align: left; padding-left: 19px; font-size: 0;}
.board-table-1 tbody tr td.td-tit a {display: inline-block; font-size: 16px; color: rgb(0, 0, 0); max-width: 100%; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; white-space: nowrap; padding: 3px 0 1px;}
.board-table-1 tbody tr td.td-tit a:hover {text-decoration: underline;}
.board-table-1 tbody tr td.td-tit a .count {color: #0966cf; display: inline-block;}

/*게시판 리스트 페이지*/
.board-page {position: relative; display: flex; width: 100%; height: auto; align-items: center; justify-content: center;}

.board-page .left,
.board-page .right {position: relative; display: flex; align-items: center; border: 1px solid #cccccc; border-radius: ; width: 63px; height: 32px; overflow: hidden;}
.board-page .left a,
.board-page .right a {position: relative; display: flex; align-items: center; justify-content: center; width: 50%; height: 100%;}

.board-page .bar {display: block; position: relative; width: 1px; height: 100%; background-color: #ccc;}

.board-page .center {position: relative; display: flex; align-items: center; margin: 0 10px;}
.board-page .center a {display: flex; align-items: center; justify-content: center;  width: 32px; height: 32px; font-size: 13px;}
.board-page .center a:hover {background-color: #0966cf;  color: rgb(255, 255, 255);}
.board-page .center a.current {background-color: #0966cf;  color: rgb(255, 255, 255);}


/*게시판 읽기 페이지 상단 */
.board-view {position: relative; display: block; width: 100%; height: auto;}
.board-view-top {position: relative; width: 100%; height: 128px; border-top: 1px solid #000; border-bottom: 1px solid #e5e5e5; padding: 0 50px; display: flex; align-items: center; flex-wrap: wrap;}
.board-view-top--inner {position: relative; display: block; width: 100%; height: auto;}
.board-view--tit {position: relative; display: block; width: 100%; height: 43px; font-size: 24px; color: rgb(0, 0, 0); line-height: 1.2; font-weight: 300; padding-top: 2px;overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; white-space: nowrap;}
.board-view-top--info {position: relative; display: flex; align-items: center;}
.board-view-top--info>div {position: relative; display: flex; align-items: center; padding-top: 2px; margin-right: 14px;}
.board-view-top--info label {font-size: 13px;color: rgb(0, 0, 0); display: block; margin-right: 4px; letter-spacing: -0.0250em;}
.board-view-top--info p {font-size: 13px;color: #666666; display: block; letter-spacing: -0.0250em;}

/*게시판 읽기 페이지 본문(에디터위치) */
.board-view-con {position: relative; display: block; width: 100%; height: auto; padding: 78px 50px;}
.board-view-con .editer-view {position: relative; display: block; width: 100%; height: auto; min-height: 200px;}

/*게시판 읽기 페이지 첨부파일 출력란 */
.board-view-files {position: relative; display: flex; width: 100%; align-items: flex-start; flex-wrap: wrap; background-color: rgb(248, 250, 252); border-top: 1px solid  rgb(199, 199, 199);}
.board-view-files>label {position: relative; width: 160px; height: 80px;; display: block; font-size: 14px; padding-top: 35px; text-align: center; letter-spacing: -0.025em;}
.board-view-files ul {position: relative; display: block; width: 1040px; padding-top: 23px; padding-right: 50px; padding-bottom: 22px;}
.board-view-files ul .file {position: relative; display: flex; width: 100%; height: 35px; align-items: center; justify-content: space-between;}
.board-view-files ul .file+.file {margin-top: 10px;}
.board-view-files ul .file .file-txt {font-size: 14px; color: rgb(34, 160, 240);}
.board-view-files ul .file .file-btn {position: relative; display: flex; align-items: center; justify-content: center; padding-top: 2px; border: 1px solid rgb(221, 221, 221); border-radius: 17px; width: 90px; height: 33px; text-align: center; background-color: #fff;font-size: 12px; color: rgb(34, 34, 34);}
.board-view-files ul .file .file-btn img {display: block; position: relative; top: -1px; margin-left: 4px;}

/*게시판 읽기 페이지 다음글,이전글*/
.board-view--bottom-list {position: relative; display: block; width: 100%; border-top: 1px solid rgb(199, 199, 199); border-bottom: 1px solid rgb(199, 199, 199);}
.board-view--bottom-list li {position: relative; display: flex; align-items: center; width: 100%; height: 60px;}
.board-view--bottom-list li:first-child {height: 61px; border-bottom: 1px solid rgb(229, 229, 229);}
.board-view--bottom-list li>label {position: relative; display: flex; width: 153px; padding-left: 50px; font-size: 14px; color: rgb(34, 34, 34); align-items: center; padding-top: 2px;}
.board-view--bottom-list li>label img {display: block; margin-right: 13px; position: relative; top: -2px;}
.board-view--bottom-list li>label:after {content: ""; position: absolute; display: block; width: 1px; height: 10px; background-color: rgb(229, 229, 229); right: 0; top: 0; bottom: 0; margin: auto;}
.board-view--bottom-list li>div {position: relative; display: block; width: 1147px; padding-left: 40px; padding-top: 2px;}
.board-view--bottom-list li>div a {font-size: 14px; color: rgb(102, 102, 102); padding: 10px 0;}
.board-view--bottom-list li>div a:hover {color: #000;}

/*게시판 읽기 목록 버튼*/
.board-go-list-btn { background-color: rgb(34, 160, 240); width: 130px; height: 54px; display: flex; padding-top: 2px; text-align: center; align-items: center; justify-content: center; font-size: 15px; color: rgb(255, 255, 255); margin: 0 auto; letter-spacing: -0.025em;}

/*게시판읽기2*/
.board-view2 .board-view-top {min-height: 128px; padding-top: 21px; padding-bottom: 20px; height: auto;}
.board-view2 .board-view-files {background-color: #fff; border-bottom: 1px solid rgb(199, 199, 199);}

 .board-view2-current-status {padding-top: 10px;}
 .board-view2-current-status span {display: flex; align-items: center; justify-content: center; width: 70px; height: 30px; border-top: 2px; border: 1px solid #ccc;  font-weight: 400;}
 .board-view2-current-status .receipt-waiting {border-color: #999; color: #999;}
 .board-view2-current-status .receipt-completed {border-color: #f32d69; color: #f32d69;}
 .board-view2-current-status .receipt-pending {border-color: #000; color: #000;}
 .board-view2-current-status .receipt-processing-completed {border-color: #22a0f0; color: #22a0f0;}

/*게시판읽기 답변보기*/
.board-comment-wrap {position: relative; display: flex; align-items: flex-start; flex-wrap: wrap; padding: 35px 50px; background-color: #f4f7fa;}
.board-comment-wrap--label {font-size: 0; width: 23px;}
.board-comment--box {position: relative; display: block; width: calc(100% - 23px);}
.board-comment--text {position: relative; display: block; width: 100%; height: auto; font-size: 15px; color: rgb(34, 34, 34); line-height: 1.6; top: -4px;}

.comment-writer-info {position: relative; display: flex; align-items: center; margin-top: 45px;}
.comment-writer-info>div {position: relative; display: flex; align-items: center; padding-top: 2px; margin-right: 14px;}
.comment-writer-info label {font-size: 13px;color: rgb(0, 0, 0); display: block; margin-right: 4px; letter-spacing: -0.0250em;}
.comment-writer-info p {font-size: 13px;color: #666666; display: block; letter-spacing: -0.0250em;}


/*자주하는질문*/
/*자주하는질문*/
/*자주하는질문*/
/*자주하는질문*/
.faq {position: relative; display: block; width: 100%; height: auto; border-top: 1px solid #000;}
.faq--row {position: relative; display: block; width: 100%; height: auto; padding: 0 70px 0 30px; border-bottom: 1px solid rgb(204, 204, 204);}
.faq--row:after {content: ""; position: absolute; right: 30px; top: 40px; display: block; width: 23px; height: 12px; background-image: url(/port/uni/images/common/faq-arrow.png); transition: transform 0.2s;}
.faq--row.view-answer {background-color: rgb(246, 249, 251);}
.faq--row.view-answer:after {transform: rotate(180deg)}
.faq--row--question {position: relative; padding: 21px 0; display: flex;}
.faq--row--question .q {display: flex; align-items: center; justify-content: center; padding-top: 2px; border-radius: 50%; background-color: rgb(34, 160, 240); width: 48px; height: 48px; font-weight: 400; font-size: 18px; color: rgb(255, 255, 255); margin-right: 31px;}
.faq--row--question .text {position: relative; display: block; width: calc(100% - 79px); padding-top: 02px; line-height: 1.5; font-style: 0;}
.faq--row--question .text a {font-size: 18px; color: rgb(0, 0, 0); display: inline-block; padding: 10px 0;}


.faq--row--answer {position: relative; padding: 32px 0; border-top: 1px solid rgb(221, 221, 221); padding-left: 75px; font-size: 14px; color: rgb(102, 102, 102); line-height: 1.857;}





/*게시판 리스트 테이블 2 */
.board-table-2 {width: 100%; table-layout: fixed;}
.board-table-2 thead tr {border-top: 1px solid rgb(34, 34, 34); border-bottom: 1px solid rgb(204, 204, 204);}
.board-table-2 thead tr th {height: 50px; vertical-align: middle; text-align: center;  font-size: 14px; color: rgb(0, 0, 0); padding-top: 2px;}
.board-table-2 thead tr th.th-tit {text-align: left; padding-left: 19px;}

.board-table-2 tbody tr {border-bottom: 1px solid rgb(204, 204, 204);}
.board-table-2 tbody tr td {vertical-align: middle; padding-top: 2px; height: 66px; font-size: 14px; color: rgb(102, 102, 102); text-align: center;}
.board-table-2 tbody tr td.td-tit {text-align: left; padding-left: 19px; font-size: 0;}
.board-table-2 tbody tr td.td-tit a {display: inline-block; font-size: 16px; color: rgb(0, 0, 0); max-width: calc(100% - 60px); overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; white-space: nowrap; padding: 3px 0 1px; vertical-align: middle;}
.board-table-2 tbody tr td.td-tit a:hover {text-decoration: underline;}

.board-table-2 .request-work-cate {color: rgb(70, 113, 241); padding-right: 5px;}
.board-table-2 .board-comment-count {font-size: 14px; color: rgb(243, 45, 105); padding-left: 4px;display: inline-block; vertical-align: middle;}

.board-table-2 .receipt-waiting {color: #999;}
.board-table-2 .receipt-completed {color: #f32d69;}
.board-table-2 .receipt-pending {color: #000;}
.board-table-2 .receipt-processing-completed {color: #22a0f0;}

.col-pc {}
.col-resp {display: none;}

@media all and (max-width: 1200px) {
    .col-pc {display: none;}
    .col-resp {display: contents}
}

@media all and (max-width: 767px) {
    .board-table-1 thead tr th {font-size: 12px;}
    .board-table-1 tbody tr td {font-size: 12px; height: 40px;}
    .board-table-1 tbody tr td.td-tit {font-size: 12px;}
    .board-table-1 tbody tr td.td-tit a {font-size: 12px;}
    .board-list-empty {font-size: 12px !important; height: 250px !important; line-height: 250px !important ;}
}

.tt-write {position: relative; display: flex; align-items: center; justify-content: flex-end; width: 100%; padding-top: 15px; padding-bottom: 5px;}
.tt-write a {position: relative; display: flex; align-items: center; justify-content: center; 
    border-width: 1px;
    border-color: rgb(34, 34, 34);
    border-style: solid;
    width: 108px;
    height: 44px; font-size: 16px; color: rgb(34, 34, 34); font-weight: 300;} 
@media all and (max-width: 767px) {
    .tt-write a {width: 80px; height: 35px; font-size: 12px;}
}

/*질문 답변*/
.answer {position: relative; display: block; 
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgb(250, 250, 251);
    width: 100%;
    height: 275px; padding: 35px 25px; margin-top: 30px;}

.answer .top {position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; padding-bottom: 20px;}
.answer .top h3 { font-size: 16px; color: rgb(9, 102, 207); font-weight: 500;}
.answer .top span {
     font-weight: 400;
        font-size: 14px;
        color: rgb(153, 153, 153);
}

.answer-main {position: relative; display: block; width: 100%; height: auto; font-weight: 300; font-size: 16px; color: rgb(51, 51, 51); line-height: 1.875;}

@media all and (max-width: 767px) {
    .answer .top h3 {font-size: 14px;}
    .answer .top span {font-size: 12px}
    .answer-main {font-size: 13px;}
}


/*게시판 보기*/
.view-board {
    position: relative; display: block; width: 100%; height: auto; border-top: 1px solid #222222;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}


.vb-tit {position: relative; display: block; width: 100%; height: 80px; border-bottom: 1px solid #ddd; display: flex; align-items: center; text-align: left; font-size: 24px; color: rgb(34, 34, 34); line-height: 2.75; font-weight: 500; padding-left: 30px;}


.vb-info {position: relative; display: flex; align-items: center; text-align: left; padding: 17px 0 17px 30px;  flex-wrap: wrap; border-bottom: 1px solid #ddd;}
.vb-info>div {position: relative; display: flex; align-items: center; flex-wrap: wrap;}
.vb-info>div p {font-weight: 300; font-size: 16px; color: rgb(51, 51, 51); width: 100px;}
.vb-info>div p.b {font-weight: 500; font-size: 16px; color: rgb(51, 51, 51); width: 63px;}
.vb-info>div p.b.b2 {width: 75px;}
.vb-info .files {position: relative; display: flex; flex-wrap: wrap; align-items: center;}
.vb-info .files:before {content: ""; display: block; width: 20px; height: 20px; background: url(/images/file_.png) no-repeat center; margin-right: 5px;}
.vb-info .files a {display: block; font-size: 16px;color: rgb(102, 102, 102); }
.vb-info .files a+a {margin-left: 10px;}

.vb-main {position: relative; display: block; width: 100%; height: auto; padding: 70px 30px; border-bottom: 1px solid #ddd;}

.vb-btns {position: relative; display: block; width: 100%; height: auto;}
.vb-btns>div {position: relative; display: block; width: 100%; height: auto;}
.vb-btns>div a {position: relative; display: flex; width: 100%; height: auto; border-bottom: 1px solid #ddd;}
.vb-btns>div a .left {position: relative; width: 172px; height: 58px; display: flex; align-items: center; padding-left: 28px; font-size: 16px;color: rgb(34, 34, 34); font-weight: 400; border-right: 1px solid #ddd;}
.vb-btns>div a .right {position: relative; width: calc(100% - 172px); height: 58px; display: flex; align-items: center; padding-left: 20px; font-size: 16px; color: rgb(102, 102, 102);}

.goList_ {
    background-color: rgb(9, 102, 207);
    display: flex; align-items: center; justify-content: center;
    width: 130px;
    height: 54px;
    margin: 20px auto 0;font-size: 16px; color: rgb(255, 255, 255); font-weight: 400;
}

@media all and (max-width: 767px) {
    .vb-tit {padding-left: 20px; font-size: 18px;}
    .vb-info {padding: 15px 0 15px 20px;}
    .vb-info>div p {font-size: 12px; width: 70px;}
    .vb-info>div p.b {font-size: 12px; width: 40px;}
    .vb-info>div p.b2 {font-size: 12px;}
    .vb-info .files a {font-size: 12px;}
    .vb-info .files a+a {margin-left: 8px;}
    .vb-btns>div a .left {height: 40px; width: 100px; font-size: 12px;}
    .vb-btns>div a .right {height: 40px; width: calc(100% - 100px); font-size: 12px;}
}


/*갤러리*/
.gall-list-wrap {position: relative; display: block; width: 100%; height: auto;  border-top: 1px solid #222; border-bottom: 1px solid #ddd; padding-top: 30px;}
.gall-list-wrap>ul {position: relative; display: flex; width: 100%; height: auto; align-items: flex-start; flex-wrap: wrap;}

.gall-list-wrap>ul li {position: relative; display: block; width: calc(25% - 18px); margin-right: 24px; height:auto; margin-bottom: 40px;}
.gall-list-wrap>ul li:nth-child(4n) {
    margin-right: 0;
}
.gall-list-wrap>ul li a {position: relative; display: block; width: 100%; height: auto;}
.gall-list-wrap>ul li .img {position: relative; display: block; width: 100%; height: 200px;}
.gall-list-wrap>ul li .img span {position: relative; display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center;}
.gall-list-wrap>ul li .tit {display: flex; min-height: 55px; padding: 5px 0; font-size: 16px; color: rgb(0, 0, 0); line-height: 1.4;; align-items: center; text-align: left;}
.gall-list-wrap>ul li .date {display: block; font-size: 15px; color: rgb(136, 136, 136); font-weight: 300;}

._2021_10_27 {
    
    line-height: 4.467;
    text-align: left;
    position: absolute;
    left: 360.037px;
    top: 1000.998px;
    z-index: 27;
  }
  
@media all and (max-width: 991px) {
    .gall-list-wrap {padding-top: 20px;}
    .gall-list-wrap>ul li {margin-right: 10px; width: calc(50% - 5px);}
    .gall-list-wrap>ul li:nth-child(4n) {
        margin-right: 10px;
    }
    .gall-list-wrap>ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .gall-list-wrap>ul li .tit {font-size: 14px; min-height: 40px;}
    .gall-list-wrap>ul li .date {font-size: 12px;}

}

