@charset "UTF-8";.admin-container{background:#edf0f3;min-height:100vh}.admin-container *{font-size:16px;color:#333}.header{display:flex;align-items:center;height:50px;padding:0 30px;box-shadow:0 2px 4px #0000001a;background:#fff}.header .logo{margin-right:50px;font-size:25px}.header .tabs{display:flex}.header .tabs .link_tab{position:relative;height:50px;line-height:50px;margin-right:20px}.header .tabs .link_tab:after{position:absolute;bottom:0;left:0;width:100%;height:2px;background:#4a90e2;content:"";opacity:0}.header .tabs .link_tab.active{color:#4a90e2}.header .tabs .link_tab.active:after{opacity:1}.header .utils{margin-left:auto}.header .utils .logout-button{padding:8px 16px;background-color:#f44336;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;display:flex;align-items:center;gap:8px;font-size:14px}.header .utils .logout-button:hover{background-color:#d32f2f}.admin-contents{padding:30px}.admin-contents .content-head{margin-bottom:30px}.admin-contents .content-head .title{font-size:20px}.table{width:100%}.table thead th{height:45px;vertical-align:middle;font-size:15px;text-align:center;background:#cbd4e1}.table tbody td{height:45px;padding:5px;font-size:13px;vertical-align:middle;text-align:center;border-bottom:1px solid #d7dee7}.table tbody tr:last-child td{border-bottom:0}.table img{max-width:80px;width:auto}.table .box-select{position:relative}.table .box-select:after{position:absolute;right:0;top:0;width:40px;height:100%;background:url(/img/icon_down.png?v=2) no-repeat center;content:""}.table select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;text-align:center}.table-wrapper{margin-top:20px;overflow-x:auto;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%}.create-button{padding:6px 12px;background-color:#2196f3;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s;white-space:nowrap}
