@charset "utf-8";

/*
 * --------------------------------------------------------------------------
 * descript : 버튼 CSS
 * --------------------------------------------------------------------------
 * version	: 2.0.0
 * author	: Yoodaekyung
 * update	: 2018.08.17
 * email	: eorud0818@naver.com
 * --------------------------------------------------------------------------
 */

/* --------------------------------------------------------------------------
   1.0 버튼 테마 1
   -------------------------------------------------------------------------- */

/* 버튼(기본, 중앙, 왼쪽, 우측 정렬) */
.btn-group{display:inline-block; width:100%; height:45px; line-height:45px; margin:25px 0 100px 0;}
.btn-group-center{display:inline-block; width:100%; height:45px; line-height:45px; margin:25px 0 100px 0; text-align:center;}
.btn-group-left{display:inline-block; width:100%; height:45px; line-height:45px; margin:25px 0 100px 0; text-align:left;}
.btn-group-right{display:inline-block; width:100%; height:45px; line-height:45px; margin:25px 0 100px 0; text-align:right;}

/* 버튼 초기화 */
button.btn, a.btn{display:inline-block; min-width:100px; height:inherit; line-height:inherit; vertical-align:middle; font-size:14px; font-weight:400; text-align:center; padding:0 15px; cursor:pointer;}
button.btn:hover, a.btn:hover{text-decoration:none;}

/* 버튼 종류 */
.btn-list{background:#1e3da1; color:#fff;}
.btn-submit{background:#1e3da1; color:#fff; width:290px;}
.btn-my-list{background:#333; color:#fff;}
.btn-del{background:#f4f4f4; border:1px solid #ccc; color:#222;}
.btn-update{background:#172b4d; color:#fff;}
.btn-view-list{background:#858585; color:#fff;}
.btn-cancel{background:#cbcbcb; color:#fff;}
