@charset "utf-8";

/* 초기화 */
html { height: 100%; }
body {margin:0;padding:0;font-size:14px;font-family:'Roboto', 'Spoqa Han Sans Neo', dotum, sans-serif; height: 100%;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Roboto', 'Spoqa Han Sans Neo', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Roboto', 'Spoqa Han Sans Neo', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Roboto', 'Spoqa Han Sans Neo', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {
	color:#000;
	text-decoration:none;
	transition: all 0.6s;
}

*, :after, :before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
	-webkit-transition:all 0.30s ease-in-out;
	-moz-transition:all 0.30s ease-in-out;
	-ms-transition:all 0.30s ease-in-out;
	-o-transition:all 0.30s ease-in-out;
	outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
	-webkit-box-shadow:0 0 5px #9ed4ff;
	-moz-box-shadow:0 0 5px #9ed4ff;
	box-shadow:0 0 5px #9ed4ff;
	border:1px solid #558ab7 !important;
}

::placeholder {
	color:#888;
	font-size:14px;
}

.frm_input {
	height: 45px;
	padding: 0 10px;
	background:#fff;
	border:1px solid #d0d3db;
	border-radius:0px;	
	vertical-align:middle;
	color:#000;
}

.full_input { width: 100%; }
.half_input { width: 50%; }
.wh33_input { width: 33.33%; }
.wh75_input { width: 75%; }
.quarter_input { width: 25%; }

.explanation_input {
    padding: 10px;
    min-height: 150px;
    height: auto;
}

.placeholdersjs {color:#aaa !important}

a.btn, .btn {
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
	height:60px;
	padding:0 20px;
	margin: 20px 0 0 0;
	font-weight:400;
	border:0;
	cursor: pointer;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
	background: #569eff;
	border-radius: 10px;
	color: #ffffff;
	font-size: 24px;
}

a.btn:hover, .btn:hover {
	color: #cdcdcd;
	background: #348aff;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
}

a.btn2, .btn2 {
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
	height:45px;
	padding:0 20px;
	font-weight:400;
	border:0;
	cursor: pointer;
}

a.btn2:hover, .btn2:hover { color: #fff; }

.add_btn {
	float: right;
    background: #32c8f5;
    color: #fff;
}

.add_btn:hover {
    background: #326ef5;
}

.save_btn {
    background: #343843;
    color: #fff;
}

.save_btn:hover { background: #262830; }

.del_btn {
    background: #aaa;
    color: #fff;
}

.del_btn:hover { background: #888; }

.list_btn {
    background: #2276f5;
    color: #fff;
}

.list_btn:hover { background: #185fc9; }

.detail_btn {
    background: #343843;
    color: #fff;
}

.detail_btn:hover { background: #262830; }

.add_product_btn {
	background: #2276f5;
	color: #fff;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 20px;
}

.add_cate_btn {
	background: #2276f5;
	color: #fff;
	border-radius: 4px;
	/*margin-bottom: 20px;*/
	float: right;
	height: auto;
}

.del_cate_btn {
	width: 16px;
	height: 16px;
	position: relative;
	left: -35px;
	bottom: 16px;
	border: 0.5px solid #ff0000;
	border-radius: 8px;
}

.del_cate_btn:hover {
	cursor:not-allowed ;
}

.edit_cate_btn {
	width: 16px;
	height: 16px;
	position: relative;
	left: -35px;
	bottom: 16px;
	border: 0.5px solid #ff0000;
	border-radius: 8px;
}

.edit_cate_btn:hover {
	cursor:context-menu ;
}

.pi_item_btn {
	height: 30px;
	margin: 5px 5px;
	background: #2276f5;
	border-radius: 4px;
	color: #fff;
}

.pi_link_btn {

}

.pi_cate_change_btn {
}

.pi_del_btn {
	background: #ff0000;
}

.footer {
	bottom: 0;
	position: absolute;
	width: 100%;
}