@charset"utf-8";

/* .board table {border-top:2px solid #111;}
.board table td {text-align:center; color:#666;}
.board table td.title {text-align:left;} */

.notice_tap {display:flex; flex-wrap: wrap; font-size: 16pt; margin-bottom: 70px;}
.notice_tap li {width:calc(100% / 8 - 10px); border:1px solid #f6f7fb; border-radius:100px; text-align:center; background:#f6f7fb; margin-right:10px; margin-bottom: 10px;}
.notice_tap li a {width:100%; display:block; padding: 20px 0; color: #757575; font-weight: 500;}
.notice_tap li:last-child {margin-right:0;}
.notice_tap li.on {border:1px solid #151682; background:#fff; font-weight:bold;}
.notice_tap li.on a {color:#151682; font-weight: bold;}

.board .list_wrap {font-size:13pt;}
.board .list_wrap li a {display:flex; width:100%; padding:20px; border:1px solid #ddd; margin-bottom:10px; justify-content: space-between; align-items: center; border-radius:10px;}
.board .list_wrap li a:hover {border:1px solid #111; transition:0.5s; box-shadow:0 0 15px 0px rgb(0 0 0 / 30%);}
.board .list_wrap li:last-child a {margin-bottom:0;}
.board .list_wrap li a span {font-size:13pt; width: 100px; text-align: right;}
.board .list_wrap li a span.comments {color:#9f9f9f; margin-left:10px; position:relative; padding-left: 26px; display: inline;}
.board .list_wrap li a span.comments:after {position:absolute; top: 2px; left:0; opacity: 0.5; background: url("../img/sub_board/icon_comments.png") no-repeat;content:'';width:20px; height:20px; background-size: 100%;}
.board .list_wrap li a span.file {color:#9f9f9f; margin-left:10px; position:relative; padding-left: 26px; display: inline;}
.board .list_wrap li a span.file:after {position:absolute; top: 2px; left:0; opacity: 0.5; background: url("../img/sub_board/icon_file.png");content:'';width:20px; height:20px;}
.board .list_wrap li a .title {width: calc(100% - 200px); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: inline-block;}
.board .list_wrap li a.important .title {position:relative; padding-left:60px;}
.board .list_wrap li a.important .title:after {content: '중요'; position: absolute; top: 0; left: 0; color: #e43030; font-weight: bold;}
.board .list_wrap li a .title > mark {display: inline-block; text-align: center; margin-right: 10px; background: #ffe13c; border-radius: 3px; font-size: 10pt; padding: 1px 4px;}
.board .list_wrap li a i {font-style:normal; width:50px;}

.board .list_wrap li.answer a .title {color:#151682;}
.board .list_wrap li.answer a img {width: 15px; margin-right: 30px; top: -3px; left: 20px;}

.board .list_top {font-size:13pt; display:flex; justify-content: space-between; align-items: flex-end; margin-bottom:20px;}
.board .list_top .total {font-weight:600;}
.board .list_top .total span {margin-left:10px;}
.board .list_top .search_wrap {display:flex;}
.board .list_top .search_wrap select {border: 1px solid #ccc; font-size: 13pt; height: 45px; padding: 0 10px; margin-right:5px; border-radius: 5px; width: 120px;}
.board .list_top .search_wrap input {border: 1px solid #ccc; font-size: 13pt; height: 45px; padding: 0 10px; width:300px; border-radius: 5px;}
.board .list_top .search_wrap .search_input {display: flex; align-items: center;}
.board .list_top .search_wrap .search_input a {position: absolute;right: 14px;top: 11px;width: 20px;height: 21px;display: block;background-image: url("../../img/user/common/icon_magnifier.png");background-repeat: no-repeat;background-size: cover;}

.pagination {display: flex;justify-content: center;margin-top:70px;}
.pagination > button {border:0; display: flex;justify-content: center;align-items: center;white-space: nowrap;font-size: 16pt;font-weight: 500;line-height: 1.5;}
.pagination > button:hover {text-decoration: underline;}
.pagination > button span.now {color:#151682; font-weight: bold;}
.pagination > button span.icon_arrow_down {background: #111;border-radius: 100%;width: 24px;height: 24px;display: flex;align-items: center;justify-content: center;margin-left: 10px;}
.pagination > button span.icon_arrow_down img {transform: rotate(90deg); top: 1px; width: 6px;}

.board .list_bottom {margin-top:20px; margin-bottom: -65px; display: flex; justify-content: flex-end;}
.board .list_bottom a.btn {font-size: 12pt;background:#111; color:#fff; border-radius: 5px;padding: 7px 14px;font-weight: 500; display: flex; align-items: center; justify-content: center; width:120px; height:45px;}
.board .list_bottom a.btn:hover {opacity:0.9; transition:0.5s;}
.board .list_bottom a.btn img {margin-right:10px;}

.board .list_tap {margin-bottom:50px; display: flex; border-radius: 10px; overflow: hidden; box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);}
.board .list_tap a {padding: 20px 0; width: 100%; text-align: center; color:rgba(0,0,0,0.5); font-size: 16pt; font-weight: 600; background:#fff;}
.board .list_tap a:first-child {border-right:0;}
.board .list_tap a.on {color: #ffffff; background: linear-gradient(to right, rgb(0 111 255) -30%, rgb(21 22 130) 50%, rgb(110 0 255) 130%);}

.board .list_top.faq {display:block; margin-bottom:70px;}
.board .list_top.faq .search_wrap {width: 60%; margin: 0 auto;}
.board .list_top.faq .search_wrap input {border: 2px solid #111; font-size: 13pt; height: 70px; padding: 0 30px; width:100%; border-radius: 100px;}
.board .list_top.faq .search_wrap a {position: absolute;right: 35px;top: 25px;width: 19px;height: 21px;display: block;background-image:url("../../img/user/common/icon_magnifier.png");background-repeat: no-repeat;background-size: cover;}
.board .list_top.faq ul {width:70%; margin:0 auto; display: flex; align-items: center; justify-content: center; margin-top:30px; flex-wrap: wrap;}
.board .list_top.faq ul li {margin-right:10px;}
.board .list_top.faq ul li:last-child {margin-right:0;}
.board .list_top.faq ul li a {min-width: 150px; text-align: center; display:inline-block; border-right: 1px solid #ddd;}
.board .list_top.faq ul li:last-child a {border-right:0;}

.board .list_wrap.faq li {border-bottom: 1px solid #ddd;}
.board .list_wrap.faq li:first-child {border-top:1px solid #ddd;}
.board .list_wrap.faq li .q_wrap, .board .list_wrap.faq li .a_wrap {display:flex; width:100%; padding:20px; justify-content: space-between; align-items: baseline; margin-bottom: 0; border: 0; border-radius: 0;}
.board .list_wrap.faq li .a_wrap {display:none; background:#f6f7fb;}
.board .list_wrap.faq li:hover {border-bottom: 1px solid #ddd; }
.board .list_wrap.faq li:hover a {box-shadow:none;}
.board .list_wrap.faq li .q_wrap span, .board .list_wrap.faq li .a_wrap span  {font-size:13pt; font-weight:bold; width: 50px; text-align: center;}
.board .list_wrap.faq li .a_wrap span {color: #151682;}
.board .list_wrap.faq li .q_wrap img.arrow {transform: rotate(90deg); position: absolute; right: 30px; top: 30px;}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap .a_ct {width:95%; line-height: 30px;}
.board .list_wrap.faq li .a_wrap .a_ct {font-size:13pt; word-break: break-all;}
.board .list_wrap.faq li.on .a_wrap {display:flex;}
.board .list_wrap.faq li.on .q_wrap img.arrow {transform: rotate(270deg);}

.board .list_wrap.faq li .a_wrap span.faq_file {background: #151682; padding: 5px 15px; margin-top: 10px; display: inline-flex; width: auto; border-radius: 5px; color: #fff; cursor: pointer; align-items: center;}
.board .list_wrap.faq li .a_wrap span.faq_file:hover {opacity: 0.8; transition: 0.2s;}
.board .list_wrap.faq li .a_wrap span.faq_file img {margin-right: 7px; filter: invert(1);}

.board.faq .section_main_title p.title {margin-bottom:-20px;}

.board.view section .title {border-bottom: 2px solid #111; margin-bottom: 20px; padding-bottom: 20px;}
.board.view section .title .title_main {font-size:26pt; font-weight:bold;}
.board.view section .title .title_sub {display: flex; align-items: center; justify-content: space-between; font-weight: 600; font-size: 13pt; color: #757575; margin-top: 30px;}
.board.view section .title .title_sub .right {display: flex; align-items: center;}
.board.view section .title .title_sub span {display: flex; align-items: center;}
.board.view section .title .title_sub span.view {margin-right:30px;}
.board.view section .title .title_sub span.view img {opacity: 0.7; margin-right: 10px;}
.board.view section .title .title_sub span.write img {opacity: 0.6; margin-right: 10px;}
.board.view section .txt {font-size:13pt; line-height: 30px; overflow-wrap: break-word;}
.board.view section .txt > *, .board.view section .txt span, .board.view section .txt div, .board.view section .txt a,  .board.view section .txt font {font-family: Pretendard !important; font-size: 13pt !important;}
.board.view section .txt img {margin: 0 auto; display: block; float:none !important; height:auto;}
.board.view section .file_wrap {background: #f6f7fb; padding: 20px; border-radius: 10px; font-size: 13pt; margin-bottom: 30px;}
.board.view section .file_wrap li a {display: flex; align-items: center; margin-bottom: 10px;}
.board.view section .file_wrap li a:hover {text-decoration: underline;}
.board.view section .file_wrap li:last-child a {margin-bottom:0;}
.board.view section .file_wrap li a img {margin-right:7px;}
.board.view section .move_area {margin-top:30px; margin-bottom:70px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:30px 0; display: flex; align-items: center; justify-content: space-between; font-size: 13pt;}
.board.view section .move_area li a {display:flex; align-items: center;}
.board.view section .move_area .type {display: inline-flex; align-items: center;}
.board.view section .move_area .prev .type {margin-right: 20px; font-weight: bold;}
.board.view section .move_area .next .type {margin-left: 20px; font-weight: bold;}
.board.view section .move_area .prev .type img {margin-right:15px; top: 1px; transform: rotate(180deg);}
.board.view section .move_area .next .type img {margin-left:15px; top: 1px;}
.board.view section .move_area .name {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width:400px; display:inline-block;}
.board.view section .move_area .prev:hover .type {margin-right: 30px; transition:0.3s;}
.board.view section .move_area .next:hover .type {margin-left: 30px; transition:0.3s;}
.board.view section .btn_wrap .admin {display:none;}
.board.view section .btn_wrap.admin .admin {display:block;}

.board.write table {border-top:2px solid #111; margin-bottom:70px;}
.board.write table td, .board.write table th {border: 1px solid #ddd; padding:10px;}
.board.write table input, .board.write table select {width:100%; border: 1px solid #ddd; height: 35px; padding-left: 10px;}
.board.write table textarea {width:100%; border: 1px solid #ddd; height: 300px;}
.board.write table .file_box_btn {display: flex; align-items: flex-start; margin-bottom:5px; justify-content: space-between;}
.board.write table .file_box_btn:last-child {margin-bottom:0;}
.board.write table .file_box_btn input[type=text] {margin-bottom:0 !important; width: calc(100% - 125px);}
.board.write table .file_box_btn input[type=file] {display:none !important;}
.board.write table .file_box_btn .file-upload-btn {display: inline-block;background-color: #313131;color: #fff;font-size: 12pt;text-align: center;cursor: pointer;border-radius: 0;border: none;height: 35px;line-height: 35px;margin-left: 0; width: 120px; text-align: center;}
.board.write table .file_box_btn .file-upload-btn:hover {opacity: 0.8; transition:0.3s;}
.board.write table .file_box_btn .delete-btn {margin-left: 5px; padding: 0px 10px;background-color: #ff5959;color: #fff;font-size: 14px;text-align: center;cursor: pointer;border-radius: 0;border: none;height: 30px;line-height: 30px;}
.board.write table .file_box_btn .delete-btn:hover {opacity: 0.7; transition:0.3s;}
.board.write table span.point {font-size: 10pt; color: #ff4848;}

/* �����е� ���� 1080*1024 */
@media screen and (max-width: 1120px) {
.board .list_top.faq {margin-bottom:50px;}
.board .section_main_title p.title {font-size:26pt;}
.board.faq .section_main_title p.title {margin-bottom:0;}
.board .list_top.faq .search_wrap {width:100%;}
.board .list_top.faq .search_wrap input {height:50px; font-size:13pt; padding: 0 20px;}
.board .list_top.faq .search_wrap a {right: 25px; top: 15px;}
.board .list_top.faq ul li a {font-size:13pt;}
.board .list_top.faq ul {width:100%;}
.board .list_top.faq ul li {margin-right:5px; margin-bottom:5px;}
.board .list_wrap.faq li .q_wrap span, .board .list_wrap.faq li .a_wrap span {font-size:13pt; width: 50px; text-align: left;}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap p {font-size:13pt; width: 95%; line-height: 30px;}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap .a_ct {width:95%;}
.board .list_wrap.faq li .q_wrap, .board .list_wrap.faq li .a_wrap {padding:20px;}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap .a_ct {font-size:13pt; line-height: 30px;}
.board .list_wrap.faq li .q_wrap img.arrow {top:30px;}


.board .list_wrap, .board .list_wrap li a.important .title:after, .board .list_wrap li a .title > mark, .board .list_wrap li a span, .board .list_top {font-size:13pt;}
.board .list_wrap li a {padding:20px; margin-bottom:5px;}
.board .list_wrap li a .title > mark {font-size:10pt; padding: 2px 5px;}
.board .list_wrap li a.important .title {padding-left:55px;}

.notice_tap {font-size:13pt; margin-bottom: 50px;}
.notice_tap li {width:calc(100% / 4 - 10px);}

.pagination {margin-top:50px;}
.pagination > button {font-size:13pt;}

.board.view section .title {padding-bottom: 20px;}
.board.view section .title .title_main {font-size:20pt;}
.board.view section .title .title_sub {font-size:13pt; margin-top: 20px;}
.board.view section .txt {font-size:13pt; line-height: 25px;}
.board.view section .file_wrap {font-size:13pt; margin-bottom: 20px;}
.board.view section .file_wrap li a img {margin-right: 5px; width: 15px; top: 1px;}
.board.view section .move_area {font-size:13pt; margin-bottom: 50px;}
.board.view section .move_area .name {max-width:250px;}
.board.view section .move_area .prev:hover .type {margin-right: 20px;}
.board.view section .move_area .next:hover .type {margin-left: 20px;}

.board.write table {margin-bottom:50px; font-size:13pt;}

.board .list_tap {border-radius:10px;}
.board .list_wrap li.answer a img {width: 10px; top: 0;}

}

/* ����� */
@media screen and (max-width: 840px) {
.board .list_top.faq ul li a, .board .list_top.faq .search_wrap input, .board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap p, .board .list_wrap.faq li .q_wrap span, .board .list_wrap.faq li .a_wrap span {font-size:12pt;}
.board .list_wrap.faq li .q_wrap span, .board .list_wrap.faq li .a_wrap span {width:30px; text-align: left;}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap p {width:calc(100% - 30px); margin-bottom: 0;}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap .a_ct {width:calc(100% - 30px); font-size: 12pt; line-height: 25px;}
.board .list_wrap.faq li .q_wrap img.arrow {right:20px; top: 25px;}
.board .list_wrap.faq li .q_wrap, .board .list_wrap.faq li .a_wrap {padding: 15px;}
.board .list_top.faq ul li a {min-width:100px;}

.board .list_wrap, .board .list_wrap li a.important .title:after, .board .list_wrap li a .title > mark, .board .list_wrap li a span, .board .list_top {font-size:12pt;}
.board .list_wrap li a.important .title {padding-left: 0; padding-top: 30px; display: flex; align-items: center;}
.board .list_wrap li a .title > mark {margin-righT:5px;font-size:10pt; border-radius: 3px;}
.board .list_wrap li a .title {width:calc(100% - 25px); overflow: inherit; text-overflow: inherit; white-space: inherit;margin-bottom:10px;}
.board .list_wrap li a {display:block; padding: 15px;}
.board .list_wrap li a i {display:none;}
.board .list_wrap li a span {text-align: right; width: 100%; display: block;}
.board .list_wrap li a span.comments {margin-left: 10px; display: inline; padding-left:22px;}
.board .list_wrap li a span.comments:after {width:17px; height:17px;}

.board .list_tap a {font-size:12pt;}

.notice_tap {font-size:12pt;}
.notice_tap li a {padding:15px 0;}

.board.view section .title {margin-bottom:20px; padding-bottom: 20px;}
.board.view section .title .title_main {font-size:16pt;}
.board.view section .title .title_sub {font-size:12pt;}
.board.view section .txt {font-size:12pt;}
.board.view section .txt > *, .board.view section .txt span, .board.view section .txt div, .board.view section .txt a,  .board.view section .txt font {font-size:12pt !important;}
.board.view section .file_wrap {font-size:12pt; margin-top: 20px;}
.board.view section .move_area {font-size:12pt; display: block; padding: 20px 0; margin-top: 20px;}
.board.view section .move_area .name {max-width: inherit; width: calc(100% - 70px);}
.board.view section .move_area .type img {display:none;}
.board.view section .move_area .prev {border-bottom: 1px dotted #ccc; padding-bottom: 20px; margin-bottom: 20px;}
.board.view section .move_area li.next a {flex-direction: row-reverse; justify-content: flex-end;}
.board.view section .move_area .next .type {margin-left:0; margin-right:20px;}
.board.view section .move_area .next:hover .type {margin-right: 20px; margin-left:0;}

.board.write table {font-size:12pt;}
.board.write table span.point {font-size:10pt;}
.board.write table .file_box_btn .file-upload-btn {width:120px; font-size:10pt;}

.board .list_wrap li.answer a img {left:0;}
}

/* ����� */
@media screen and (max-width: 600px) {
.board .list_top.faq ul li a, .board .list_top.faq .search_wrap input, .board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap p, .board .list_wrap.faq li .q_wrap span, .board .list_wrap.faq li .a_wrap span {font-size:10pt;}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap p {line-height:25px; width: calc(100% - 30px);}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap .a_ct {font-size:10pt; }
.board .list_top.faq ul {margin-top:10px;}
.board .list_top.faq {margin-bottom:30px;}
.board .list_wrap.faq li .q_wrap, .board .list_wrap.faq li .a_wrap {padding:15px; padding-right: 45px;}
.board .list_top.faq ul li a {padding: 7px 10px; width: 100%; min-width: 100%;;}
.board .list_wrap.faq li .q_wrap span, .board .list_wrap.faq li .a_wrap span {width:30px;}
.board .list_wrap.faq li .q_wrap img.arrow {width: 5px; top: 23px;}

.board .list_wrap, .board .list_wrap li a.important .title:after, .board .list_wrap li a span, .board .list_top {font-size:10pt;}
.board .list_wrap li a .title > mark {padding: 0px 3px; font-size:9pt;}
.board .list_wrap li a.important .title {padding-top:25px;}
.board .list_wrap li a {padding:15px; border-radius: 5px;}
.board .list_top {margin-bottom:10px; flex-direction: column-reverse;}
.board .list_top .total span {margin-left:5px;}
.board .list_top .search_wrap {width:100%; margin-bottom: 10px;}
.board .list_top .search_wrap select {font-size:10pt; height: 35px;}
.board .list_top .search_wrap .search_input, .board .list_top .search_wrap input {width:100%; font-size: 10pt; height: 35px;}
.board .list_top .search_wrap .search_input a {background-size: 13px; right: 5px; top: 10px;}
.board .list_top .total {display: block; width: 100%; text-align: left;}

.board .list_bottom {margin-top:10px; margin-bottom: 5px;}

.board .list_wrap li a span.comments:after {width:15px; height:15px;}
.board .list_bottom a.btn {width: 100%; height: 35px; font-size:10pt;}
.board .list_bottom a.btn img {width:13px;}

.notice_tap {margin-bottom:50px; font-size:10pt;}
.notice_tap li {width: calc(100% / 4 - 5px); margin-right: 5px; margin-bottom: 5px;}
.notice_tap li a {padding:10px 0;}

.pagination {margin-top: 30px;}
.pagination > button {font-size:10pt;}
.pagination > button span.icon_arrow_down {width:15px; height:15px;}
.pagination > button span.icon_arrow_down img {width:5px; left:0; top:0;}

.board.view section .title {padding-bottom:15px; margin-bottom: 15px;}
.board.view section .title .title_main {font-size:14pt;}
.board.view section .title .title_sub {font-size:10pt; margin-top: 15px;}
.board.view section .file_wrap li a img {width:10px;}
.board.view section .file_wrap li a {margin-bottom:5px;}
.board.view section .file_wrap {font-size:10pt; padding: 10px; border-radius: 5px; margin-top: 15px; margin-bottom: 15px;}
.board.view section .txt {font-size:10pt; line-height: 20px;}
.board.view section .txt > *, .board.view section .txt span, .board.view section .txt div, .board.view section .txt a,  .board.view section .txt font {font-size: 10pt !important; line-height: 20px;}
.board.view section .move_area {font-size:10pt; padding: 15px 0; margin-top: 15px;}
.board.view section .move_area .prev {padding-bottom: 15px; margin-bottom: 15px;}
.board.view section .title .title_sub span.view img {width:20px; top:1px; margin-right: 5px;}
.board.view section .title .title_sub span.write img {width: 13px; top: 1px; margin-right: 5px;}
.board.view section .title .title_sub span.view {margin-right:15px;}

.board.write table {font-size:10pt;}
.board.write table td, .board.write table th {padding:5px;}

.board .list_tap a {font-size:10pt; padding:15px 0;}
.board .list_tap {border-radius:5px;}

.board .list_wrap.faq li .a_wrap span.faq_file {padding: 3px 10px;}
.board .list_wrap.faq li .a_wrap span.faq_file img {margin-right: 5px; width:10px;}

}

@media screen and (max-width: 450px) {
.board .list_top .search_wrap .search_input, .board .list_top .search_wrap input, .board .list_top .search_wrap select {font-size:9pt;}
.board .list_top.faq ul li a, .board .list_top.faq .search_wrap input, .board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap p, .board .list_wrap.faq li .q_wrap span, .board .list_wrap.faq li .a_wrap span {font-size:9pt;}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap p {line-height:20px;}
.board .list_top.faq .search_wrap input {height:40px; border:1px solid #111; padding: 0 15px;}
.board .list_top.faq .search_wrap a {right: 13px; top: 11px; background-size: 15px;}
.board .list_wrap.faq li .q_wrap .title, .board .list_wrap.faq li .a_wrap .a_ct {font-size:9pt; line-height:20px;}
.board .list_bottom .search_wrap .search_input {width:40%;}
.board .list_bottom .search_wrap select {width:80px;}
.board .list_wrap li a {padding:10px;}
.board .list_wrap li a.important .title {padding-top:25px;}
.board .list_wrap, .board .list_wrap li a.important .title:after, .board .list_wrap li a .title > mark, .board .list_wrap li a span, .board .list_top {font-size:9pt;}

.notice_tap, .board .list_tap {margin-bottom: 30px;}
.notice_tap, .pagination > button {font-size:10pt;}

.board.view section .file_wrap {font-size:9pt;}
.board.view section .file_wrap li a img {top:0;}
.board.view section .title .title_main {font-size:12pt;}
.board.view section .title .title_sub {font-size:9pt;}
.board.view section .txt {font-size:9pt;}
.board.view section .txt > *, .board.view section .txt span, .board.view section .txt div {font-size:9pt !important;}
.board.view section .move_area {font-size:9pt; margin-bottom: 30px;}
.board.view section .move_area .prev {padding-bottom: 15px; margin-bottom: 15px;}
.board.view section .move_area .name {width:calc(100% - 60px);}
.board.view section .title .title_sub span.view img {top:0px;}
.board.view section .title .title_sub span.write img {top: 0px; width: 12px;}
.board.view section .title .title_sub span.view {margin-right:15px;}

.board.write table {font-size:9pt; margin-bottom: 30px;}
.board.write table span.point {font-size:9pt;}
.board.write table .file_box_btn .file-upload-btn {height: 30px; line-height: 30px; font-size:9pt; width: 70px;}
.board.write table .file_box_btn input[type=text] {width:calc(100% - 75px);}
.board.view section .move_area .prev:hover .type {width:40px;}
.board.write table input, .board.write table select {height:30px;}

.board.view section .title {padding-bottom: 10px; margin-bottom: 10px; border-bottom:1px solid #111;}
.board.view section .file_wrap {padding: 10px; border-radius: 3px; margin-top: 10px; margin-bottom: 10px;}

.board .list_wrap.faq li .q_wrap img.arrow {top: 20px;}
}
