<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* board - Search */
.board-search { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #000; width: 560px; margin-left: auto; margin-right: auto; }
.board-search select { width: 100px; margin-right: 15px; height: 45px; line-height: 45px; padding-left: 5px; font-size: 16px; color: #666; border: none; margin-right: 25px; }
.board-search &gt; div { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; }
.board-search &gt; div input { height: 45px; line-height: 45px; padding-left: 5px; font-size: 16px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.board-search &gt; div button { width: 30px; }
.board-search &gt; div button img { margin-left: auto; width: 18px; margin-right: auto; }

/* board - List */
.board-list { border-top: 2px solid #000; margin-top: 45px; }
.board-list__header { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 20px 0; border-bottom: 1px solid #000; }
.board-list__header &gt; div { text-align: center !important; font-size: 17px !important; color: #000 !important; }
.board-list__record { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; padding: 20px 0; border-bottom: 1px solid #ddd; }
a.board-list__record:hover { background-color: #f6f6f6; }
.board-list__num { width: 90px; color: #505050; font-size: 17px; }
.board-list__tit { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 17px; color: #505050; }
.board-list__date { width: 200px; font-size: 16px; color: #999; }

/* board - Pager */
.list-pager { margin-top: 47px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.list-pager &gt; a { width: 30px; height: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #888; }
.list-pager &gt; a.active { background-color: #eee; color: #000; border-radius: 50%; }

/* board - View */
.board-view { border-top: 2px solid #000; }
.board-view-tit { font-weight: 600; line-height: 1.6em; text-align: center; font-size: 38px; padding: 0 5%; margin-bottom: 40px; }
.board-view-info { padding: 15px 5px; text-align: right; font-size: 16px; color: #888; }
.board-view-info span { margin: 0 6px; color: #ddd; }
.board-view-ct { padding: 10px 5px 20px; }
.board-view-ct img { max-width: 100%; }
.board-view-file { margin-top: 50px; }
.board-view-file li { font-size: 13px; letter-spacing: 0.01em; padding-left: 20px; margin: 5px 0; background: url(/image/common/icon_file.gif) no-repeat left center; }
.board-view-file a { color: #666; }
.board-view-file a:hover { border-bottom: 1px dotted #666; }
.editor-vod { position: relative; padding-bottom: 56.25%; height: 0; }
.editor-vod iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.board-view-nav { margin-top: 30px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.board-view-nav li img { vertical-align: middle; margin-left: 10px; }
.board-view-nav li { padding: 18px 5px 18px 95px; position: relative; background-color: #fcfcfc; }
.board-view-nav li:first-child { border-bottom: 1px solid #ddd; }
.board-view-nav .lb { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; left: 18px; top: 18px; color: #333; font-weight: 500; }
.board-view-btn { width: 200px; display: block; border: 1px solid #000; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height: 54px; height: 56px; font-size: 20px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background-color: transparent; margin-left: auto; margin-right: auto; margin-top: 45px; }
.board-view-btn:hover { background-color: #000; border-color: #000; color: #fff; }

@media all and (max-width: 1024px){
 .board-view-tit { font-size: 32px; margin-bottom: 25px; }
 }

@media all and (max-width: 768px){
 .board-list__header { display: none; }
 .board-list__num { width: 70px; }
 .board-list__date { width: 120px; }
 .board-view-info { font-size: 14px; }
 }

@media all and (max-width: 640px){
 .board-search { width: 100%; }
 .board-search select { font-size: 14px; width: 90px; margin-right: 10px; height: 40px; line-height: 40px; }
 .board-search &gt; div input { height: 40px; line-height: 40px; font-size: 14px; }
 .board-list { margin-top: 45px; }
 .board-list__record { flex-wrap: wrap; padding: 15px 10px; }
 .board-list__num { display: none; }
 .board-list__tit { width: 100%; flex: none; font-size: 15px; }
 .board-list__date { width: 100%; font-size: 13px; margin-top: 5px; text-align: left; }
 .list-pager { margin-top: 30px; }
 .list-pager &gt; a { width: 25px; height: 25px; }
 .board-view-tit { font-size: 20px; margin-bottom: 20px; }
 .board-view-info { padding: 10px 5px 15px 5px; font-size: 12px; }
 .board-view-nav li { padding: 12px 5px 12px 75px; font-size: 13px; }
 .board-view-nav .lb { left: 9px; top: 12px; }
 .board-view-nav li img { margin-left: 6px; }
 .board-view-btn { width: 140px; font-size: 15px; line-height: 43px; height: 45px; margin-top: 40px; }
 }
</pre></body></html>