
@charset "utf-8";


/* 초기화 */
body {margin:0;padding:0;font-size:0.75em;height:100%;font-family:sans-serif; background:#fff;min-width:320px}


/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {background:#4c4f6f;color:#fff;}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02 ,.btn_b02{background:#ff506a;color:#fff;}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {border:1px solid #ed6478;color:#ed6478;background:none;}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {background:#e8180c;color:#fff;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}


/* 중간 레이아웃 */
#container_title_shop {margin:10px ;font-size:1.5em;text-align:left;font-weight:bold;border-bottom:1px solid #ccc;background:#fff;padding:15px;font-size:1.25em}
#container_title_basic {margin:0px 0px 10px 0px;font-size:1.5em;text-align:left;font-weight:bold;border-bottom:1px solid #ccc;background:#fff;padding:15px;font-size:1.25em}

/*2019-03-22 dudecha -- 글쓰기에서 버튼이 위로 올라감.btn_top{margin-top:-50px;text-align:right}*/

/* 하단 레이아웃 */
#ft_to_top  {position:fixed;bottom:10px;right:10px;width:40px;height:40px;line-height:36px;border:2px solid #333;background:rgba(255,255,255,0.6);color:#333;text-align:center;font-size:15px;z-index:999}