<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*      list     */

.board{padding-bottom:5em}
.board .btn{width:160px; text-align:center; box-sizing:border-box; line-height:44px; height:44px;}
.board .table{border-bottom:1px solid #ccc; width:100%}
.board .table thead th{padding:1.45em 0; text-align:center; font-size:14px; border-bottom:1px solid #ddd; border-top:2px solid #000; background-color:transparent; color:#333}
.board .table th,
.board .table td{padding:1.25em 0; text-align:center; vertical-align:middle; width:100%;}
.board .table td.board__title{text-align:left; overflow:hidden; word-break:break-all; line-height:1.4}
.board .table td p{display:none}
.board .table .board__title .label{display:inline-block; margin-left:.5em; padding:3px .5em 5px; transform:translateY(-1px); border-radius:5px}
.board .table .board__title .label.ml0{margin-left:0}
.board .table .table-col--chk{padding-top:0; width:60px; text-align:center}
.board .table .table-col--num{width:80px; text-align:center}
.board .table .table-col--write{width:120px}
.board .table .table-col--view,
.board .table .table-col--date{width:100px}
@media screen and (max-width:768px){
	.board .btn{width:auto; font-size:14px; line-height:1.6; height:auto;}
	.board .table thead th,
	.table .table-col--num{display:none !important}
	.board .table tbody tr{position:relative; display:flex; flex-flow: row wrap; -ms-flex-flow:row wrap; border-top:1px solid #ddd}
	.board .table tbody td,
	.board .table tbody th{display:block}
	.board .table tbody td,
	.board .table tbody th{display:block; width:auto;}
	.board .table .list-check{position:absolute; left:10px; top:10px; padding:0}
	.board .table .list-num{width:60px; padding:1.2rem 0.4rem 0.3rem; white-space:nowrap;}
	.board .table .list-title{padding:1.2rem 0.4rem 0.3rem; width:calc(100% - 60px - 0.1px); white-space:nowrap; box-sizing:border-box;  overflow:hidden; -ms-text-overflow: ellipsis;
	text-overflow: ellipsis; font-size:1rem }
	.board .table .list-title a{white-space:nowrap;}
	.board .table .list-check ~ .list-title{padding-left:50px}
	.board .table .list-name,
	.board .table .list-view,
	.board .table .list-date{display:inline-block; padding:0.3rem 0.4rem 1.2rem}
	.board .table .list-name{margin-left:0}
	.board .table .list-view,
	.board .table .list-date{margin-left:0.4em;}
	.board .table td p{display:inline-block}
	.board .table td p:after{content:' : '}
	.board .table td span:not(.label){color:#999}
}

.board .search{padding:1em 1.5em; background:#f5f5f5}
.board .search .form-group{display:flex; margin:0 auto; width:500px}
.board .search .form-group .select-search{margin-right:.5em; background-color:#fff; border-radius:0}
.board .search .form-group .search-form{width:100%}
.board .search .form-group input.input{border-radius:0}
.board .search .search-go button{width:50px; height:100%; background:#333}
.board .search .search-go button i{color:#fff; font-size:20px}
.ie-browse .board .search .search-go button{height:44px;}
@media screen and (max-width:1280px){
	.ie-browse .board .search .search-go button{height:39px;}
}
@media screen and (max-width:1024px){
	.ie-browse .board .search .search-go button{height:38px;}
}
@media screen and (max-width:599px){
	.board .search{padding:.5em}
	.board .search .form-group{width:100%}
	.board .search .form-group .select-search,
	.board .search .form-group input.input{height:35px; font-size:14px}
	.board .search .search-go button i{transform:translateY(-2px); font-size:16px}
	
	.ie-browse .board .search .search-go button{height:35px;}
}

/* list admin */
.bottom-buttons{display:flex}
.bottom-buttons .btn-write{margin-left:auto}
.board .btn-admin-manage-wrap{position:relative; display:inline-block}
.board .btn-admin-manage-layer{z-index:99999; position:absolute; top:inherit !important; bottom:0; display:none; width:100%; transform:translateY(-34px); border:1px solid #ddd; background-color:#fff}
.board .btn-admin-manage-layer div.item{height:23px;border-bottom:1px solid #ddd; cursor:pointer;padding-left:2px;padding-right:10px;line-height:23px; font-size:.75rem}
.board .btn-admin-manage-layer div.item i{width:20px;text-align:center}
.board .btn-admin-manage-layer div.item:hover{background-color:#dedede}
@media screen and (max-width:599px){
	.board .btn-admin-manage-layer{width:150%}
}

/*      post      */
.board .contents-view{padding:1.5em 1em; clear:both; min-height:10em}
.board .contents-view-img img{display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto}
.post-content .sns_button{text-align:left}
.post-content .information{padding:1.5em; border-top:2px solid #000; background:#eee}
.post-content .information .post__title{border:none; padding:0; margin-bottom:20px; font-size:1.5rem; line-height:1}
.post-content .information ul{display:flex}
.post-content .information li{padding:0; margin-right:15px}
.post-content .information li:last-child{margin-right:0}
.post-content .information li p,
.post-content .information li span{display:inline-block; font-size:14px}
.post-content .information li span{color:#999}
.post-content .information .print{color:#d53f41}
.post-content .information-etc{padding:1em 1.5em; border-top:1px solid #ddd}
.post-content .information-etc li a{font-size:14px; color:#d53f41}
.btn-list-group{display:flex}
.btn-list-group .btn-sm{width:auto; min-width:80px; border-radius:0; text-align:center}
.btn-list-group .btn-sm + .btn-sm{border-left:0}
.post-bottom-btn{display:flex; margin-top:2em}
.post-bottom-btn .btn-write{margin-left:auto}
@media screen and (max-width:599px){
	.board .contents-view{padding:1em .5em}
	.post-content .information{padding:.5em}
	.post-content .information .post__title{font-size:1.25rem; line-height:1.4}
	.post-content .information li p,
    .post-content .information li span{font-size:13px}
}

/* comment */
.view_comment{word-break:break-all; line-height:1.6; margin-top:2em; border-top:2px solid #ddd}
.view_comment .media{margin-top:0; border-bottom:1px solid #ddd; background-color:#f6f6f6}
.view_comment .media.comment-reply{padding-left:30px; background-color:#f6f6f6}
.view_comment .media.comment-reply .media-body{position:relative}
.view_comment .media.comment-reply .media-body:after{position:absolute; left:-5px; top:24px; content:''; width:12px; height:12px; border-bottom:1px solid #d53f41; border-left:1px solid #d53f41}
.view_comment .media.comment-reply .media-heading{padding:1em 0 .5em 0}
.view_comment .media-heading{padding:1em 0}
.view_comment .media-heading .input-form{transform:translateY(-3px)}
.view_comment .media-body{padding:.5em 1em 1em 1em; line-height:1.8; font-size:1rem; color:#333}
.view_comment .time,
.view_comment .ip,
.view_comment .reply{font-size:14px}
.view_comment .time,
.view_comment .ip{color:#666}
.view_comment .time{margin-left:1em}
.view_comment .ip:before{content:'/'; margin-right:.5em}
.view_comment .reply{float:right}
.view_comment .reply a+a{margin-left:5px}
.comment_write{padding:1em; background:#f6f6f6}
.comment_write-inn{}
.comment_write-inn textarea.input{width:100%; height:80px; min-height:auto}
.comment_write-inn .btn-comment{margin-left:1em; width:80px; height:80px; background-color:#fff; border:1px solid #ddd}
.comment_write-inn .form-inline{display:flex}
.comment_write-inn .form-inline &gt; .form-group{margin-top:auto; margin-bottom:auto;}
.comment_write-inn .captcha-txt{font-size:14px; color:#666}
.comment_write-id,
.comment_write-pw,
.comment_write-msg{position:relative}
.comment_write-id #cmt_nickname-error,
.comment_write-pw #cmt_password-error,
.comment_write-msg #cmt_content-error{position:absolute; top:-40px; left:0; padding:5px 1em; border-radius:5px; background:#666; color:#fff !important}
.comment_write-id #cmt_nickname-error:after,
.comment_write-pw #cmt_password-error:after,
.comment_write-msg #cmt_content-error:after{content:''; position:absolute; left:10px; bottom:-7px; width:0; height:0; border-top:10px solid #666; border-right:8px solid transparent; border-left:8px solid transparent;}
@media screen and (max-width:599px){
	.view_comment .media-heading{padding:0 0 1.5em}
	.view_comment .media-body{padding:.75em; font-size:14px}
	.comment_write-inn textarea.input{font-size:14px}
}
/* comment admin */
.chk_comment_all_wrapper{margin:1em 0}


/* write */
.writeform li{display:flex; margin-bottom:1.5em; min-height:44px;}
.writeform li:after{content:''; display:block; clear:both}
.writeform li &gt; span{display:block; margin:auto 0; width:130px; color:#000; font-weight:bold; box-sizing:border-box}
.writeform li &gt; .form-group{width:calc(100% - 130px); float:left; margin-bottom:0}
.writeform li &gt; .form-group .file-lists a{display:inline-block; margin-right:1em}
.writeform li &gt; .form-group .file-lists a,
.writeform li &gt; .form-group .input-form{margin-top:.75em}
.writeform li &gt; input[type=file]{border:1px solid #ddd; padding:.5em 0}
.writeform .map_btn{width:100px; float:right;margin-left:10px}
@media screen and (max-width:768px){
	.writeform li{flex-direction:column; margin-bottom:1em}
	.writeform li &gt; span{text-align:left; width:100%; margin-bottom:.5em}
	.writeform li &gt; .form-group{width:100%}
}
</pre></body></html>