* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}

body, td, th, input, form, textarea, pre, select, p {
	font-size : 14px;
	color: #000000;
	font-family : 'NanumGothic', 'Nanum Gothic', gulim, dotum;
	padding: 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #ADBCC5;
	scrollbar-highlight-color: #ADBCC5;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #ADBCC5;
}

body {
	margin: 0;
	padding: 0;
}

img, table {
	border: 0px;
	padding: 0;
}
img {
	vertical-align:middle;
}
table, tr, th, td {
	border-spacing: 0px;
	border-collapse: collapse;
}

b {
	letter-spacing: -1px;
}
a:link {
	color: #615D18;
	text-decoration: none;
}
a:visited {
	color: #615D18;
	text-decoration: none;
}
a:hover {
	color: #D5CA13;
	text-decoration: underline;
}
input {
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}
input[type=file] {
	box-sizing: border-box;
	height: 26px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: left;
	line-height: 24px;
	background-color: #fff;
	border: 1px solid #d9dce2;
	border-radius: 0px;
}

ul {
	margin: 0;
	padding: 0;
}
form, table {
	margin: 0;
}

#wrapper {
	width: 100%;
	min-width: 1440px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper.adminbg {
	background:url(/img/admin/bg.gif) repeat-x 0% 0%;
	text-align: left;
}

.s_box {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.ns_box {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.con_box {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.p_box {
	border-bottom: 1px solid #cccccc;
}
.titlestyle {
	background-color: #E9F3D1;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
}
.title2style {
	background-color: #F8F8F8;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
}
.titlenstyle {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
}
.titleborder {
	height: 2px;
	background-color: #66CC66;
}
.contentstyle {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contentstyle_on {
	background-color: #EEEEEE;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content2style {
	background-color: #F8F8F8;
	padding-top: 5px;
	padding-bottom: 5px;
}
.btnstyle {
	background-color: #F8F8F8;
	color: #999999;
	padding: 1px;
	margin: 0px;
	text-align: center;
	height: 20px;
	font-weight: bold;
}

.loginform {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	font-size: 11px;
	background-color: #96ECD5;
	color: #000000;
	padding-left: 5px;
	padding-top: 1px;
}

.form {
	box-sizing: border-box;
	height: 29px;
	padding: 0em 0.25em;
	margin: 0;
	vertical-align: middle;
	text-align: left;
	line-height: 27px;
	background-color: #fff;
	border: 1px solid #d9dce2;
	border-radius: 0px;
}
.form2 {
	vertical-align: middle;
	border: 0px;
	padding-left: 3px;
	background-color: #FFFFFF;/*transparent;*/
	font-size: 12px;
}
.form3 {
	box-sizing: border-box;
	width: 98%;
	height: 29px;
	padding: 0em 0.25em;
	margin: 0;
	vertical-align: middle;
	text-align: left;
	line-height: 27px;
	background-color: #fff;
	border: 1px solid #d9dce2;
	border-radius: 0px;
}
.formC {
	box-sizing: border-box;
	width: 98%;
	height: 29px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	line-height: 27px;
	background-color: #fff;
	border: 1px solid #d9dce2;
	border-radius: 0px;
}


.hform {
	font-family: "굴림";
	font-size: 10pt;
	color: #967E65;
	line-height: 120%;
	border: 0px solid;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #967E65;
	border-right-color: #967E65;
	border-bottom-color: #967E65;
	border-left-color: #967E65;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: transparent;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #967E65;
	scrollbar-highlight-color: #967E65;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #967E65;
}

.pd50 {
	padding-right: 12px;
	padding-bottom: 50px;
}
.pd10 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.pd20 {
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.pd_tb5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pd_tb2 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.pd_l8 {
	padding-left: 8px;
}
.pd_l5 {
	padding-left: 5px;
}
.pd_r5 {
	padding-right: 5px;
}
.pd_l12 {
	padding-left: 12px;
}
.mr4 {
	margin-right: 4px;
}
.pd_r8 {
	padding-right: 8px;
}
.pd_t5 {
	padding-top: 5px;
}
.t_l19 {
	padding-left: 19px;
}
.c_l19 {
	padding-left: 19px;
	padding-right: 36px;
	height: 400px;
}
.pd8 {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.pd3 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.pd5 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.pd1 {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}
.b {
	font-weight: bold;
}
.td_ly {
	border-bottom: 1px solid #42CC92;
	border-left: 1px solid #42CC92;
	border-right: 1px solid #42CC92;
	border-top: 1px solid #42CC92;
}
.td_tr {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.td_trl {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.tb_b {
	border-bottom: 1px solid #9AA84E;
}
.border {
	border: 1px solid #999999;
}
.clinic_b {
	border: 1px solid #999999;
}
.bdb {
	border: 1px solid #000000;
}
.sb {
	border: 1px solid #4B0FAF;
}
/*폰트관련*/
.fc_w {
	color: #FFFFFF;
}
.style1 {
	color: #C14F81;
}
.style2 {
	color: #FFB9A3;
}
.style3 {
	color: #838383;
}/*회색*/
.style4 {
	color: #F4E5A4;
}
.style5 {
	color: #FF6F0F;
}/*오렌지*/
.style6 {
	color: #387272;
	font-weight: bold;
}
.style7 {
	color: #339900;
	font-weight: bold;
}
.style8 {
	color: #884B54;
}
.style9 {
	color: #668A45;
	font-weight: bold;
}
.style10 {
	color: #FF9900;
	font-weight: bold;
}
.style11 {
	color: #FF0000;
}
.style12 {
	color: #588442;
}
.style13 {
	color: #61571A;
	font-size: 16px;
}
.style14 {
	color: #C4382D;
	font-weight: bold;
}
.ssf {
	font-size: 10px;
}
.sf {
	font-size: 11px;
}
.sfb {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.sf11 {
	font-size: 11px;
	color: #ffffff;
}
.sf12 {
	color: #959595;
}
.sfb1 {
	font-weight: bold;
	color: #A38160;
}

.title1 {
	line-height: 30px;
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	padding-top: 15px;
}

/*폰트관련 끝*/
.dotline {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.dotline_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.text01 {
	line-height: 180%;
}
/*navi*/
.navi {
	font-size: 11px;
	color: #9B9B9B;
}
a.navi:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
a.navi:hover {
	color: #FFB9A3;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
a.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-left: 5px;
}
a.faq:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	padding-left: 5px;
}
a.faq:hover {
	color: #898910;
	text-decoration: underline;
	font-size: 12px;
	padding-left: 5px;
}
a.faq:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	padding-left: 5px;
}
/*자동생성 끝*/
.hon01 {
	background-color: #000000;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.hon02 {
	background-color: #311C31;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
}
.hon03 {
	background-color: #553F5A;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.style1 {
	color: #aff4fa;
}
.style2 {
	color: #2ed7f6;
}
.style3 {
	color: #50B6CA;
	font-size: 13px;
	font-weight: bold;
}
.style4 {
	color: #50B6CA;
}
.style5 {
	color: #009999;
	font-weight: bold;
}
.style6 {
	color: #387272;
	font-weight: bold;
}
.style7 {
	color: #339900;
/*	font-weight: bold;*/
}
.style8 {
	color: #f764c1;
}
.style9 {
	color: #BC7B89;
}
.style10 {
	color: #0662c1;
}
.style11 {
	color: #9f40e9;
}
.style13 {
	color: #795327;
	font-size: 16px;
}
.style14 {
	color: #d30e0e;
	font-weight: bold;
}
.style15 {
	color: #FF9600;
}
.style16 {
	color: #a68e61;
}
.style17 {
	color: #ea5373;
}
.style18 {
	color: #ea5373;
	font-size: 11px;
}

/* MENU */
.onmenu {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #6c6c6c;
}
a.onmenu:link, a.onmenu:hover, a.onmenu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.outmenu {
	font-size: 18px;
	font-weight: bold;
	color: #454545;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: transparent;
}
a.outmenu:link, a.outmenu:hover, a.outmenu:visited {
	text-decoration: none;
	font-weight: bold;
	color: #454545;
}
/* END - MENU */

td.schedule_sunday {
	color: red;
}
td.schedule_saturday {
	color: blue;
}
td.schedule_today {
	background-color: #C5D9F1;
}
.w_box {
	border: 1px solid #C8A9AF;
	height: 25px;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	width: 50px;
}
.g_box {
	border: 1px solid #C8A9AF;
	height: 25px;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	width: 50px;
	background-color: #cccccc;
}
.p2_box {
	border: 1px solid #C8A9AF;
	height: 25px;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	width: 50px;
	background-color: #ffe6e6;
}

/*** admin ***/
#ADheader {
	clear: both;
	width: 100%;
	height: 95px;
	margin-bottom: 35px;
	padding: 0;
}
.ADheader-inner {
	width: 100%;
	margin: 0 auto;
}
.ADheader-inner .ADheader-logo {
	float:left;
	margin:0px 40px 0px 15px;
}
.ADheader-inner .ADheader-menu {
	float:left;
	margin-top: 48px;
}

#ADcontents {
	clear: both;
	width: 100%;
	padding: 0;
}
.ADcontents-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0px 8px;
	box-sizing: border-box;
}

#ADsmenu {
	display: none;
	float: left;
	margin-right: 20px;
}

#ADarticle {
/*	float: left;*/
	width: 100%;
}
.AD-location {
	clear: both;
	margin: 8px 0px 15px 0px;
	text-align: right;
	line-height:24px;
	font-size: 14px;
	color: #707070;
}

#Btn-group {
	clear: both;
	width: 100%;
	margin: 10px 0px;
	padding: 0;
	display: inline-block;
}
#Btn-group .Btn-L {
	float: left;
	text-align: left;
}
#Btn-group .Btn-R {
	float: right;
	text-align: right;
}

#Page-group {
	clear: both;
	width: 100%;
	margin: 10px 0px;
	padding: 0;
	display: inline-block;
}
#Page-group .pg-L {
	float: left;
	width: 15%;
	text-align: left;
}
#Page-group .pg-R {
	float: right;
	width: 15%;
	text-align: right;
}
#Page-group .pg-C {
	float: left;
	width: 70%;
	text-align: center;
}

.goodsAD-Gtab {
	clear: both;
	display: inline-block;
	margin-bottom: 20px;
}
.goodsAD-Gtab ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.goodsAD-Gtab li {
	float: left;
	box-sizing: border-box;
	min-width: 100px;
	height: 42px;
	padding: 0px 15px;
	text-align: center;
	background-color: #ddf0ee;
	border: 1px solid #c1d1d0;
	border-width: 1px 1px 1px 1px;
}
.goodsAD-Gtab li a {
	line-height: 40px;
	font-size: 16px;
	color: #000;
	text-decoration:none;
}
.goodsAD-Gtab li._on {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
.goodsAD-Gtab li._on a {
	font-size: 1.25em;
	font-weight:700;
}

.goodsAD-list-search {
	height: 43px;
	margin-bottom: 20px;
	padding: 0px;
	border: 1px solid #000;
}
.goodsAD-list-search div {
	float: left;
	width: 9.4%;
	line-height: 29px;
	margin: 7px 4px;
}
.goodsAD-list-search div.btn {
	float: right;
	width: 9%;
	margin: 0px 0px 0px 4px;
}
.goodsAD-list-search div.btn button {
	width: 100%;
	cursor: pointer;
	text-align: center;
	line-height: 41px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #d1d1d1;
	border: 1px solid #ccc;
}
.goodsAD-list-csel {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 40px;
	padding: 0px;
	border: 1px solid #000;
}
.goodsAD-list-csel .csel-ment {
	clear: both;
	padding: 15px;
	color: 000;
	background-color: #f0f0f0;
}
.goodsAD-list-csel ul.csel_tab {
	clear:both;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 42px;
}
.goodsAD-list-csel .csel_tab li {
	float: left;
	width: 14.28%;
	height: 40px;
	text-align:center;
}
.goodsAD-list-csel .csel_tab li a {
	display:block;
	font-weight: normal;
	color:#000;
	line-height:40px;
	background-color: #fff;
	border:1px solid #ddd;
}
.goodsAD-list-csel .csel_tab li a.selected{
	text-decoration:none;
	font-size: 1.20em;
	font-weight: bold;
	color:#000;
	cursor:default;
	background-color: #ddd;
}
.goodsAD-list-csel ul.csel_panel {
	clear:both;
	list-style: none;
	margin: 0;
	padding: 0;
}
.goodsAD-list-csel ul.csel_panel li {
	list-style: none;
	line-height: 29px;
	padding:15px;
	color:#000;
}
.goodsAD-list-csel .csel_panel dl.op_change {
	list-style: none;
	display: inline-block;
	clear: both;
	width: 100%;
	margin: 8px 0px 0px 0px;
	padding: 5px 0px;
	border-top: 1px dashed #eaeaea;
}
.goodsAD-list-csel .csel_panel dl.op_change dt {
	clear: both;
	text-align: left;
	color: #548eca;
}
.goodsAD-list-csel .csel_panel dl.op_change dd {
	float: left;
	width: 15%;
	margin-right: 40px;
	text-align: left;
}
.goodsAD-list-csel .csel_panel dl.op_change dd.last {
	width: 25%;
	margin-right: 0px;
}

.goodsAD-list-csel .csel_panel .csel_item {
	float: left;
	margin-right: 20px;
}

.goodsAD-list-csel .csel_panel .csel_group {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	background:url(/img/admin/group_line.png) no-repeat 100% 50%;
}
.goodsAD-list-csel .csel_panel .csel_group._none {
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}

#sec-title {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
	padding: 5px 8px;
	text-align: left;
	line-height:1.2;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background-color: #E9F3D1;
	border: 1px solid #66CC66;
}

/*** admin Login ***/
#signup {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	width: 240px;
	height: 250px;
	padding: 30px;
	margin: -170px 0 0 -150px;
	text-align: left;
	background: url(/img/admin/login_bg.gif) no-repeat;
}
#signup02 {
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	width: 240px;
	padding: 30px;
	margin: -170px 0 0 -150px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0 1px 3px, rgba(0,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.15) 0 1px 0, inset rgba(0,0,0,0.25) 0 -1px 0;
	-moz-box-shadow: rgba(0,0,0,0.8) 0 1px 3px, rgba(0,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.15) 0 1px 0, inset rgba(0,0,0,0.25) 0 -1px 0;
	box-shadow: rgba(0,0,0,0.8) 0 1px 3px, rgba(0,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.15) 0 1px 0, inset rgba(0,0,0,0.25) 0 -1px 0;
	background-color: #393939;
	background-image: -moz-linear-gradient(top, #393939, #262626);
	background-image: -ms-linear-gradient(top, #393939, #262626);
	background-image: -o-linear-gradient(top, #393939, #262626);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#262626));
	background-image: -webkit-linear-gradient(top, #393939, #262626);
	background-image: linear-gradient(top, #393939, #262626);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: opacity 0.2s linear;
}
#signup form h2 {
	width: 260px;
	height: 40px;
	background: url(/img/admin/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 0;
}
form p.text {
	margin: 0px 0px 10px;
}
#signup form label {
	width: auto;
	text-align: left;
	line-height: 1.5;
	float: none;
}
#signup label {
	color: rgb(204, 204, 204);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.8);
}
#signup p.text input {
	padding-left: 6px;
	width: 100%;
}
form p.text input {
	box-sizing: border-box;
	padding: 6px 0 6px 0;
	border-radius: 3px;
	border: currentColor;
	width: 250px;
	font-size: 14px;
	background-clip: padding-box;
	-webkit-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0, rgba(0, 0, 0, 0.5) 0 -1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.15) 0 1px 0, rgba(0, 0, 0, 0.5) 0 -1px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
}
p.wrong_place {
	float: right;
	text-align: right;
	line-height: 1.1;
}
button {
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 1;
	overflow: visible;
	border: none;
	background: none;
	cursor: pointer;
	vertical-align:middle;
}
button img {
	margin-top:-2px;
}
#signup p.submit {
	padding-top: 5px;
}
button span {
	display: inline-block;
	letter-spacing: -1px;
	font-family: inherit;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 0 5px;
	margin: 0;
	background: #F6F6F6;
	background-color: #F6F6F6;
	background-image: -moz-linear-gradient(top, #F6F6F6, #D1D1D1);
	background-image: -ms-linear-gradient(top, #F6F6F6, #D1D1D1);
	background-image: -o-linear-gradient(top, #F6F6F6, #D1D1D1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#D1D1D1));
	background-image: -webkit-linear-gradient(top, #F6F6F6, #D1D1D1);
	background-image: linear-gradient(top, #F6F6F6, #D1D1D1);
	height: 22px;
	line-height: 23px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-font-smoothing: antialiased;
	-webkit-box-shadow: rgba(102,102,102,0.8) 0 1px 3px, rgba(102,102,102,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(102,102,102,0.25) 0 -1px 0;
	-moz-box-shadow: rgba(102,102,102,0.8) 0 1px 3px, rgba(102,102,102,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(102,102,102,0.25) 0 -1px 0;
	box-shadow: rgba(102,102,102,0.8) 0 1px 3px, rgba(102,102,102,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(102,102,102,0.25) 0 -1px 0;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
button.buttonS span {
	height:18px;
	line-height:20px;
	font-weight:normal;
}
#signup p.submit {
	padding-top: 5px;
	text-align: center;
}
#signup button span {
	width: 220px;
}
button.gray span {
	background: #2C2C2C;
	background-color: #2C2C2C;
	background-image: -moz-linear-gradient(top, #444444, #2C2C2C);
	background-image: -ms-linear-gradient(top, #444444, #2C2C2C);
	background-image: -o-linear-gradient(top, #444444, #2C2C2C);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#2C2C2C));
	background-image: -webkit-linear-gradient(top, #444444, #2C2C2C);
	background-image: linear-gradient(top, #444444, #2C2C2C);
	color: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0 1px 3px, rgba(0,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(0,0,0,0.25) 0 -1px 0;
	-moz-box-shadow: rgba(0,0,0,0.8) 0 1px 3px, rgba(0,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(0,0,0,0.25) 0 -1px 0;
	box-shadow: rgba(0,0,0,0.8) 0 1px 3px, rgba(0,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(0,0,0,0.25) 0 -1px 0;
}
button.lightgray span {
	background: #DDDDDD;
	background-color: #DDDDDD;
	background-image: -moz-linear-gradient(top, #F8F8F8, #DDDDDD);
	background-image: -ms-linear-gradient(top, #F8F8F8, #DDDDDD);
	background-image: -o-linear-gradient(top, #F8F8F8, #DDDDDD);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#DDDDDD));
	background-image: -webkit-linear-gradient(top, #F8F8F8, #DDDDDD);
	background-image: linear-gradient(top, #F8F8F8, #DDDDDD);
	color: #000;
	-webkit-box-shadow: rgba(0,0,0,0.25) 0 1px 3px, rgba(0,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(0,0,0,0.05) 0 -1px 0;
	-moz-box-shadow: rgba(0,0,0,0.25) 0 1px 3px, rgba(0,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(0,0,0,0.05) 0 -1px 0;
	box-shadow: rgba(0,0,0,0.25) 0 1px 3px, rgba(0,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(0,0,0,0.05) 0 -1px 0;
}
button.red span {
	background: #DD0000;
	background-color: #DD0000;
	background-image: -moz-linear-gradient(top, #ED1C24, #DD0000);
	background-image: -ms-linear-gradient(top, #ED1C24, #DD0000);
	background-image: -o-linear-gradient(top, #ED1C24, #DD0000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ED1C24), to(#DD0000));
	background-image: -webkit-linear-gradient(top, #ED1C24, #DD0000);
	background-image: linear-gradient(top, #ED1C24, #DD0000);
	color: #fff;
	-webkit-box-shadow: rgba(170,0,0,0.8) 0 1px 3px, rgba(170,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(170,0,0,0.25) 0 -1px 0;
	-moz-box-shadow: rgba(170,0,0,0.8) 0 1px 3px, rgba(170,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(170,0,0,0.25) 0 -1px 0;
	box-shadow: rgba(170,0,0,0.8) 0 1px 3px, rgba(170,0,0,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(170,0,0,0.25) 0 -1px 0;
}
button.blue span {
	background: #99BCEE;
	background-color: #99BCEE;
	background-image: -moz-linear-gradient(top, #C3DAFA, #99BCEE);
	background-image: -ms-linear-gradient(top, #C3DAFA, #99BCEE);
	background-image: -o-linear-gradient(top, #C3DAFA, #99BCEE);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#C3DAFA), to(#99BCEE));
	background-image: -webkit-linear-gradient(top, #C3DAFA, #99BCEE);
	background-image: linear-gradient(top, #C3DAFA, #99BCEE);
	color: #151515;
	-webkit-box-shadow: rgba(100,123,156,0.8) 0 1px 3px, rgba(100,123,156,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(100,123,156,0.25) 0 -1px 0;
	-moz-box-shadow: rgba(100,123,156,0.8) 0 1px 3px, rgba(100,123,156,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(100,123,156,0.25) 0 -1px 0;
	box-shadow: rgba(100,123,156,0.8) 0 1px 3px, rgba(100,123,156,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(100,123,156,0.25) 0 -1px 0;
}
button.green span {
	background: #BCE55C;
	background-color: #BCE55C;
	background-image: -moz-linear-gradient(top, #D9F88F, #BCE55C);
	background-image: -ms-linear-gradient(top, #D9F88F, #BCE55C);
	background-image: -o-linear-gradient(top, #D9F88F, #BCE55C);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D9F88F), to(#BCE55C));
	background-image: -webkit-linear-gradient(top, #D9F88F, #BCE55C);
	background-image: linear-gradient(top, #D9F88F, #BCE55C);
	color: #151515;
	-webkit-box-shadow: rgba(110,142,38,0.8) 0 1px 3px, rgba(110,142,38,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(110,142,38,0.25) 0 -1px 0;
	-moz-box-shadow: rgba(110,142,38,0.8) 0 1px 3px, rgba(110,142,38,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(110,142,38,0.25) 0 -1px 0;
	box-shadow: rgba(110,142,38,0.8) 0 1px 3px, rgba(110,142,38,0.65) 0 0 0 1px, inset rgba(255,255,255,0.25) 0 1px 0, inset rgba(110,142,38,0.25) 0 -1px 0;
}
button.gray_date span {
	height: 13px;
	line-height: 21px;
	font: 11px dotum, gulim;
	color: #000;
	text-shadow: none;
	padding: 4px 3px;
	background: #F6F6F6;
	background-color: #F6F6F6;
	background-image: -moz-linear-gradient(top, #FCFCFC, #DDDDDD);
	background-image: -ms-linear-gradient(top, #FCFCFC, #DDDDDD);
	background-image: -o-linear-gradient(top, #FCFCFC, #DDDDDD);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FCFCFC), to(#DDDDDD));
	background-image: -webkit-linear-gradient(top, #FCFCFC, #DDDDDD);
	background-image: linear-gradient(top, #FCFCFC, #DDDDDD);
	border: 1px solid #999999;
	border-radius: 0px 0px;
	-moz-border-radius: 0px 0px;
	-ms-border-radius: 0px 0px;
	-o-border-radius: 0px 0px;
	-webkit-border-radius: 0px 0px;
	box-shadow: none;
}

button span.add {
	padding: 0 25px 0 5px;
	background:url(/img/admin/bt/btn_add.png) no-repeat 97% 50% #393939;
}

button.file_add {
	box-sizing:border-box;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-shadow: none;
	padding: 0px 7px;
	background-color: #ffc3df;
	border: 1px solid #ed6ab7;
	border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	-ms-border-radius: 2px 2px;
	-o-border-radius: 2px 2px;
	-webkit-border-radius: 2px 2px;
	box-shadow: none;
}
button.file_del {
	box-sizing:border-box;
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	padding: 0px 7px;
	background-color: #444;
	border: 1px solid #383838;
	border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	-ms-border-radius: 2px 2px;
	-o-border-radius: 2px 2px;
	-webkit-border-radius: 2px 2px;
	box-shadow: none;
}

button.B_black {
	box-sizing:border-box;
	width:100%;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	padding: 0px 7px;
	background-color: #444;
	border: 1px solid #383838;
	border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	-ms-border-radius: 2px 2px;
	-o-border-radius: 2px 2px;
	-webkit-border-radius: 2px 2px;
	box-shadow: none;
}
button.B_gray {
	box-sizing:border-box;
	width:100%;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-shadow: none;
	padding: 0px 7px;
	background-color: #d4d4d4;
	border: 1px solid #aaa;
	border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	-ms-border-radius: 2px 2px;
	-o-border-radius: 2px 2px;
	-webkit-border-radius: 2px 2px;
	box-shadow: none;
}
button.B_red {
	box-sizing:border-box;
	width:100%;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: none;
	padding: 0px 7px;
	background-color: #f5363d;
	border: 1px solid #b30f16;
	border-radius: 2px 2px;
	-moz-border-radius: 2px 2px;
	-ms-border-radius: 2px 2px;
	-o-border-radius: 2px 2px;
	-webkit-border-radius: 2px 2px;
	box-shadow: none;
}

