.btn-wrap { position: relative; margin-top: 13px; }
.btn-wrap:after { content: ''; display: block; clear:both; }
.btn-wrap.inline { display: inline-block !important; margin-top: 0; }
.btn-wrap.block { display: block !important; margin-top: 5px !important; }

.btn-center { float: left; width: 100%; text-align: center; }
.btn-left { float: left; }
.btn-right { float: right; }

/* 메인페이지의 ADVANCED SEARCH의 버튼까지 영향을 주어 해당 버튼만 제외*/
button:not(.search-add-btn) { padding: 5px 18px; height: 30px; border: 1px solid var(--line-color); display: inline-block; font-size: 1.2rem; color: #797979; font-weight: 400; border-radius: 5px; transition: background .3s, border .3s; }
button:not(:disabled):active { transform: scale(0.94); }
button:disabled { opacity: .5; cursor: no-drop; }
button.bg-black { background: #000; border-color: #000; color: #fff; }
button.bg-white { background:#fff; border: 1px solid var(--line-color); color:#8f8f8f; }
button.bg-white:hover { border-color: #aaa; color: #636363; }
button.btn-small { height: 25px; padding: 0 10px; font-size: 1.15rem; }
