<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Search */
.board-search {display: inline-block; width: 100%; margin:10px 0;}
.board-search .util-search {float: left; font-family: 'Noto Regular'; font-size: 14px; margin-top: 7px; line-height: 30px;}
.board-search .util-search a {display: inline-block; width: 30px; text-indent: -9999px; background: url('../images/ico-rss.png') no-repeat center center; margin-right:10px;}
.board-search .util-search strong {color: #dd0042;}
.board-search .form-search {float: right;}
.board-search .srchBox {position: relative; border:1px solid transparent; width:160px; float:left;background: #ebebeb ; border-radius: 25px; min-width: 160px; position: relative; text-align:left; display: inline-block; margin-right: 10px; margin-bottom: 5px; transition:all .3s;}
.board-search .srchBox .src_list {padding:0 20px; border:1px solid #01499A; border-top:1px solid transparent;}
.board-search .srchBox .src_list li {font-size:14px; font-family: 'Dream Regular'; color:#777;}
.board-search .tbl-search::after{content:''; display: block; clear:both;}
.board-search .tbl-search .srcName {font-size: 14px; font-family: 'Dream Regular'; color: #777; border: 0; height: 39px; padding-left: 20px; width:100%; text-align:left;}
.board-search .tbl-search .srcName::after {content:''; width:11px; height:7px; position: absolute; right:15px; top:18px; background:url('../images/arrow-search2.png') no-repeat right center; transition:all .3s;}
.board-search .srchBox._on {background:#fff; border:1px solid #01499A; border-bottom:1px solid transparent; border-radius:25px 25px 0 0;}
.board-search .srchBox._on .srcName::after {transform: rotate(180deg);}
.board-search .tbl-search ul {border-radius:0 0 25px 25px; position: absolute; width:calc(100% + 2px); left:-1px; top: 100%; z-index: 10;background:#fff;}
.board-search .tbl-search ul li {line-height: 40px;}
.board-search .box-search {position: relative; overflow: hidden; display: block; background: #ebebeb; height: 39px; line-height: 40px; padding: 0 5px 0 15px; border-radius: 100px; min-width: 300px;}
.board-search .box-search input {position: relative; top: -2px; width: 100%; height: 100%; background: transparent; border: 0; font-family: 'Dream Regular';}
.board-search .box-search input[type="submit"] {position: absolute; right:0; top: 0; width: 40px; background: url('../images/ico-search.png') no-repeat center center; text-indent: -9999px; cursor: pointer;}</pre></body></html>