body{
	/*background:#EAEAEA;*/	
	/*overflow-x:hidden;
	overflow-y:scroll;*/
	width:100%;
	margin:0 auto; 
	padding:0px; 
	height:100%;
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	/*width:1440px;
	height:1080px;*/

}
#centerbg{
	position: absolute;
	top: 100px;
	left:380px;
	background:#C9CDD2;
	width: 80%;
	height:90%;
}
#tabbar{
	 position: absolute;
	margin-top: 70px;
	margin-left:0px;
	background:#00BFFF;
	width: 380px;
	height:10px;
}
/*.wrap{
	width:1440px;
	height:1080px;
	margin:0 auto;
}*/
.tabs {
    position: absolute;
	margin-top: 0px;
	margin-left:0px;
	width: 380px;
	height:80px;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 100px;
	height: 80px;
	margin-left: 0px;
	margin-top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	margin-left: 95px;
}
.tabs input#tab-3{
	margin-left: 190px;
}
.tabs input#tab-4{
	margin-left: 285px;
}

/*탭	 색깔*/
.tabs label.tab-label-1{
	/*background:#3A3A3A;*/
	background:#fff;
	color: #87CEEB;
}
.tabs label.tab-label-2{
	margin-left:95px;
	background:#fff;
	color: #87CEEB;
	/*color: #14899D;#385c5b;*/
}
.tabs label.tab-label-3{
	margin-left: 190px;
	background:#fff;
	color: #87CEEB;
	/*color: #14899D;#385c5b;*/
}
.tabs label.tab-label-4{
	margin-left: 285px;
	background:#fff;
	color: #87CEEB;
	/*color: #14899D;#385c5b;*/
}
.tabs label {
	font-size: 10px;
	line-height: 120px;
	height: 80px; 
	position: absolute;
	padding: 0px 10px;
    float: left;
	display: block;
	width: 75px;/*80*/
	color: #FFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
    border-radius: 3px 3px 0 0;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}

.tabs label:after {
	background:#87CEEB;
	color: #fff;
	position: absolute;
	bottom: -8px;
	margin-left: 0;
	width: 100%;
	height: 8px;
	display: block;
}

.tabs input:hover + label {
	background:#87CEEB;
	color: #fff;
	top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

/*탭	밑줄 색깔*/
.tabs input:hover + label.tab-label-1:after{
	background-color:red;
}
.tabs input:hover + label.tab-label-2:after{
	background:red;
}
.tabs input:hover + label.tab-label-3:after{
	background-color:red;
}
.tabs input:hover + label.tab-label-4:after{
	background-color:red;
}
.tabs input:hover + label ~ .clear-shadow {
    top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.tabs input:checked:hover + label {

    top: 0;
}
.tabs input:checked:hover + label:after{
	background: #87CEEB;
	color:#fff;
}
.tabs input:checked:hover + label ~ .clear-shadow {
    top: 0;
	background: #87CEEB;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
    z-index: 3;
}

.tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
    z-index: 2;
}

.tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
    z-index: 1;
}

.tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
    z-index: 0;
}
.tabs label:first-of-type {
    z-index: 4;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + label {
    background: #87CEEB;
	color:#fff;
	z-index: 6;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

#dropzone:active{
	cursor:move;

}

 /* ��ũ�� ��*/
.scrollbar{
	margin-top:150px;
	margin-left:0px;
	width:380px;
	height:865px;/*850*/
	background-color:#87CEEB;
	overflow-y:auto;
	float:left;
}
.scrollbar::-webkit-scrollbar{
	width:16px;
	background-color:#87CEEB;
} 
.scrollbar::-webkit-scrollbar-thumb{
	background-color:#87CEEB;
	border-radius:10px;
}
.scrollbar::-webkit-scrollbar-thumb:hover{
	background-color:#A6A6A6;
	border:2px solid #7474743;
}
.scrollbar::-webkit-scrollbar-thumb:active{
	background-color:#8C8C8C;
	border:2px solid #747474;
} 
#editbox{
	padding: 7px;
	margin-left:0px;
	background-color:#fff;
	color:#006ECD;
	text-align:center;
	width:60px;
	height:10px;
	/*border:2 solid #006ECD;*/
	font-weight:bolder;
}
#color{
	position:absolute; 
	left:760px; 
	top:80px;
}

