﻿body {
    font-size: 12px;
    font-family: Arial, '맑은 고딕';
	src: url('../../../css/malgun.ttf') format('truetype');
}
.caption-pnl {
    font-size: 12px;
    height: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #2dac7d;
    display: inline-block;
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    border-color: #8c8c8c;
    margin: 2px 0px 2px 0px;
    padding: 6px 0px 1px 8px;
	width : calc(100% - 8px);
}

.example-button-pnl{
	height : auto;
	display : inline-block;
}
.table-pnl button{
	color: #567ebf;
	border: 1px solid #567ebf;
    padding: 2px 5px;
    margin: 2px 5px;
	background : #ffffff;
	font-weight: bold;
	font-size: 12px;
}
.example-button-pnl button {
    color: #567ebf;
	float: left;
	border: 1px solid #567ebf;
    padding: 2px 5px;
    margin: 2px 5px 0px 0px;
	background : #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.table-pnl button:hover,
.example-button-pnl button:hover {
    cursor: pointer;
	background : #567ebf;
	color : #ffffff;
}

.colWrap-pnl:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.title {
    color: #2dac7d;
    border-bottom: 2px solid #2dac7d;
    margin-bottom: 5px;
    width: 98%;
    height: 30px;
    line-height: 28px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}
.comment {
    display: inline-block;
    text-align: left;
    width: 100%;
    font-size: 12px;
	line-height : 2;
}

.table-pnl, 
.result-pnl{
	display: block;
    width: 100%;
}
.table-pnl table, 
.result-pnl table{
	border : 1px solid rgb(189, 189, 189);
	border-collapse: collapse; 
	width: 100%; 
	padding: 0px; 
	font-size: 12px;
	margin-bottom : 5px;
}

.table-pnl table th, 
.result-pnl table th{
	background : rgb(255, 242, 229);
	border : 1px solid rgb(189, 189, 189);
	color : #000000;
	padding : 1px;
	text-align : center;
	vertical-align : middle;
}

.table-pnl table th p, 
.result-pnl table th p{
	margin : 4px 0px;
}

.table-pnl table td, 
.result-pnl table td{
	padding : 4px;
	border : 1px solid rgb(189, 189, 189);
	vertical-align : middle;
}

#addBtn{
	color: #567ebf;
	float: left;
	border: 1px solid #567ebf;
    padding: 5px 10px;
	background : #ffffff;
	font-weight: bold;
	font-size: 12px;
}

#addBtn:hover{
	cursor: pointer;
	background : #567ebf;
	color : #ffffff;
}

#result {
	width: 99.1%;
	height: 100px;
}

#colorArea{
	position:relative; 
}

#dragImgArea{
	position:relative; 
	height: 40px;
}


.dropzone-pnl{
	width: 100%;
    height: 100px;
	line-height: 100px;
    border: 1px solid #000000;
    display: block;
    float: left;
    font-size: 20px;
    text-align: center;
	cursor : pointer;
}
#spanDz1{
	background: #e2e2e2;
	color : #000000;
}
#spanDz2{
	background: rgb(12, 77, 162);
	color : #ffffff;
}

.toggleDisplay-button{
	color: #567ebf;
	border: 1px solid #567ebf;
	background : #ffffff;
	font-weight: bold;
	font-size: 12px;
	height : 20px;
	padding: 0px 10px;
	height : 24px;
}
.toggleDisplay-button:hover {
    cursor: pointer;
	background : #567ebf;
	color : #ffffff;
}

.colgroup-pnl{
	display:block;
	height: auto;
}
.colgroup-left-pnl{
	width: 49.5%;
	float:left;
}
.colgroup-right-pnl{
	width: 49.5%;
	float:right;
}

@media ( max-width : 480px ){	
	.colgroup-pnl{
		display:block;
		height: auto;
	}
	.colgroup-left-pnl{
		width: 100%;
		float:left;
	}
	.colgroup-right-pnl{
		width: 100%;
		float:left;
	}
}

