.faq-wrqp .faq-list + .faq-list { border-top: 1px solid #d0d0d0; }
.faq-wrqp .faq-list.on .answer { display: flex; }
.faq-wrqp .faq-list .question { cursor: pointer; display: inline-block; width: 630px; color: #9a9a9a; padding: 10px 0; }
.faq-wrqp .faq-list .question:before { display: inline-block; content: "Q: "; color: #ff9007; font-size: 13px; width: 20px; }
.faq-wrqp .faq-list .answer { display: none; margin: 0 0 11px 0; padding: 10px; border: 1px solid #dedede; border-bottom-color: #dedede; background: #fafafa; color: #9a9a9a; }
.faq-wrqp .faq-list .answer:before { display: block; content: "A: "; color: #0044d3; font-size: 13px; width: 20px; }

.board-view { margin-top: 20px; }
.board-view .view-header .title { background: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%); padding: 9px 12px; border-top: 1px solid #CCC; border-bottom: 1px solid #BBB; box-shadow: inset 0 -1px 0 #FFF; color: #555; font-size: 11px; text-align: center; white-space: nowrap; display: flex; list-style: none; margin: 0; }
.board-view .view-header .title li { list-style: none; padding: 0; margin: 0; }
.board-view .view-header .title li.subject { width: calc(100% - 150px); text-align: left; font-size: 12px; font-weight: bold; }
.board-view .view-header .title li.subject .category { font-weight: bold; font-size: 15px; color: #0040ff; }
.board-view .view-header .title li.subject .notice { color: red; font-weight: bold; margin-right: 5px; }
.board-view .view-header .title li.write-date { display: inline-block; text-align: right; }
.board-view .view-header .title li.blank { margin-right: auto; }
.board-view .view-header .info { padding: 9px 12px; border-bottom: 1px solid #EEE; color: #555; font-size: 11px; list-style: none; margin: 0; display: flex; }
.board-view .view-header .info li { list-style: none; padding: 0; margin: 0; }
.board-view .view-header .info li.writer { display: inline-block; text-align: left; }
.board-view .view-header .info li.hit, .board-view .view-header .info li.ip { display: inline-block; text-align: right; padding-left: 10px; }
.board-view .view-header .info li:after { content: ""; display: block; clear: both; }
.board-view .view-header .info li.blank { margin-right: auto; }
.board-view .view-body { padding: 20px 10px; border-bottom: 1px solid #eeeeee; margin-bottom: 10px; min-height: 400px; }
.board-view .view-body .attach_image img + img { margin-top: 10px; }
.board-view .view-body img { max-width: 100%; height: unset; }
.board-view .view-body img.txc-image { max-width: 90%; display: block; }
.board-view .view-comment .comment-content { margin-top: 10px; padding: 10px; border: 1px solid #c0c0c0; border-radius: 10px; }
.board-view .view-comment .comment-content .comment-info { display: flex; margin-bottom: 10px; }
.board-view .view-comment .comment-content .comment-info .date { font-size: .9em; color: #5E6266; width: 120px; }
.board-view .view-comment .comment-content .comment-info .writer { font-size: .9em; color: #0d514c; width: 120px; }
.board-view .view-comment .comment-content .comment-info .ip { font-size: .9em; color: #0d514c; text-align: right; width: 90px; }
.board-view .view-comment .comment-content .comment-info .blank { margin-right: auto; font-size: .9em; color: #FFFFFF; }
.board-view .write-comment { width: 100%; margin: 0 auto; }
.board-view .write-comment h3 { margin: 10px 0; padding: 5px 10px; width: calc(100% - 18px); box-sizing: content-box; display: block; background: #e8e8e8; }
.board-view .write-comment .comment_buttons { margin: 10px 0 30px 0; text-align: center; }
.board-view .write-comment #comment_memo { height: 200px; }
.board-view .write-comment .comment_writer { flex-direction: column; font-size: 9pt; }
.board-view .write-comment .comment_writer label { display: flex; margin-bottom: 10px; }
.board-view .write-comment .comment_writer label span { text-align: right; display: inline-block; width: 100px; margin-right: 15px; }
.board-view .write-comment .comment_writer label input[type="text"], .board-view .write-comment .comment_writer label input[type="password"] { width: calc(100% - 45px); }

.board-news { margin-top: 20px; border-top: 1px solid #e0e0e0; }
.board-news .comment { margin-left: 5px; color: #9c27b0; }
.board-news .list { cursor: pointer; padding: 10px 10px 11px 10px; border: 2px solid transparent; border-bottom: 1px solid #e0e0e0; }
.board-news .list:hover { padding: 10px 10px 10px 10px; border: 2px solid #333; transition: border-color .4s, box-shadow .4s, background .4s, color .4s, opacity .4s; }
.board-news .list .subject { display: block; }
.board-news .list .subject span { font-size: 15px; color: #404040; }
.board-news .list .info { margin-top: 5px; }
.board-news .list .info span { float: left; display: inline-block; padding: 0 9px 0 0; text-align: left; color: #909090; font-size: 12px; }
.board-news .list .info span + span { border-left: 1px solid #DDD; padding: 0 0 0 9px; }
.board-news .list .info:after { content: ""; display: block; clear: both; }

.board-list { margin-top: 20px; width: 100%; border-collapse: collapse; border-bottom: 1px solid #aaa; box-sizing: content-box; }
.board-list thead { background: linear-gradient(to bottom, #FFF 0%, #F9F9F9 100%); }
.board-list thead th { padding: 9px 0; border-top: 1px solid #CCC; border-bottom: 1px solid #BBB; box-shadow: inset 0 -1px 0 #FFF; color: #555; text-align: center; white-space: nowrap; }
.board-list thead th.num { width: 60px; }
.board-list thead th.writer { width: 100px; }
.board-list thead th.write-date { width: 90px; }
.board-list thead th.hit { width: 40px; }
.board-list thead th.checks { width: 40px; }
.board-list thead th.category { max-width: 100px; }
.board-list thead th.attach { max-width: 30px; }
.board-list td { padding: 8px 0; text-align: center; white-space: nowrap; }
.board-list td.subject { text-align: left; cursor: pointer; }
.board-list td.subject:hover { color: #2e6da4; }
.board-list td.subject .notice { color: red; font-weight: bold; margin-right: 5px; }
.board-list td.subject .comment { margin-left: 5px; color: red; font-size: 75%; top: -0.5em; line-height: 0; position: relative; vertical-align: baseline; }
.board-list td.checks { width: 40px; }
.board-list td.category { max-width: 100px; }
.board-list td.attach { max-width: 30px; color: #502bf8; font-size: 12pt; }
.board-list tr + tr td { border-top: 1px solid #eee; }

.list_buttons, .write_buttons { margin: 20px; text-align: right; }

.view_buttons { margin: 10px 20px; text-align: center; }

.comment_buttons { margin: 10px 0; text-align: right; }

.board-modify .writer { margin: 10px 0; padding: 10px; border: 1px solid #e0e0e0; border-radius: 10px; display: flex; flex-direction: column; }
.board-modify .writer > label { display: flex; margin-bottom: 1px; padding: 3px 0; }
.board-modify .writer > label + label { border-top: 1px solid #e8e8e8; }
.board-modify .writer > label span:first-child { text-align: right; display: inline-block; width: 150px; margin-right: 10px; padding-right: 10px; border-right: 1px solid #e8e8e8; }
.board-modify .writer > label input[type="text"], .board-modify .writer > label input[type="password"] { width: calc(100% - 160px); }
.board-modify .modify-body { margin: 10px 0; padding: 10px; border: 1px solid #e0e0e0; border-radius: 10px; }

.board-category ul { padding: 0; margin: 0; display: flex; }
.board-category ul li { cursor: pointer; border: 1px solid #c0c0c0; border-bottom: transparent; border-radius: 10px 10px 0 0; background: #fcfcfc; display: inline-block; padding: 5px 20px 2px 20px; }
.board-category ul li:last-child { margin-right: auto; }
.board-category ul li.on { background: #ffe7a6; }
.board-category ul li + li { border-left: transparent; }
.board-category ul li:hover { background: #e8e8e8; }

.attach-wrap { margin: 10px 0; padding: 10px; border: 1px solid #e0e0e0; border-radius: 10px; }
.attach-wrap .image_view_control { display: block; }
.attach-wrap .image_view_control:before { content: " "; display: block; clear: both; }
.attach-wrap .image_view_control [name=image_vsize] { width: 50px; }
.attach-wrap .image_view_control > span:first-child:before { content: '-'; margin-left: 20px; margin-right: 10px; display: inline-block; }
.attach-wrap .image_view_control > span:not(:last-child):after { content: "|"; color: red; margin: 0 10px; display: inline-block; }
.attach-wrap .image_view_control > span + .attach-wrap .image_view_control > span { margin-right: 10px; }
.attach-wrap .add_f { border-bottom: 1px solid #f2f2f2; overflow: hidden; padding: 5px; }
.attach-wrap h4 { width: 100px; margin: 0; font-size: 16px; }
.attach-wrap .attach-lists { list-style: none; padding: 0; }
.attach-wrap .attach-link { color: #333; text-decoration: none; }
.attach-wrap .file_div .attach_btn.fa { font-size: 40px; color: green; position: absolute; top: 10px; left: calc(50% - 20px); }
.attach-wrap .attach-list .attach-info { display: block; padding: 5px 0; }

.gallery-wrap .gallery-lists { list-style: none; margin: 0; padding: 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1em; }
.gallery-wrap .gallery-lists .gallery-list { flex-basis: 20%; flex-grow: 1; flex-shrink: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.gallery-wrap .gallery-lists .gallery-list .gallery img { max-width: 100%; }
.gallery-wrap .gallery-lists .gallery-list .gallery .first_image { border: 1px solid #a8a8a8; border-radius: 4px; flex-basis: 100%; padding: 5px; }
.gallery-wrap .gallery-lists .gallery-list .gallery .first_image img { min-width: 300px; display: block; }
.gallery-wrap .gallery-lists .gallery-list .gallery .subject { width: 100%; margin: 5px 0 0 0; padding: 5px 0 5px 0; border-bottom: 1px dotted #e8e8e8; text-align: left; overflow: hidden; }
.gallery-wrap .gallery-lists .gallery-list .gallery .subject .notice { color: red; font-weight: bold; margin-right: 5px; }
