﻿/* POS 출력양식 설정 타이틀 */
.pt-title {
	height: 40px;
	padding: 0 0 10px 0;
	border-bottom: 1px  solid #e5e5e5;
}
.pt-title > .col-md-6 {
	padding: 0;
	margin-bottom: 10px;
}
/* POS 출력양식 설정 페이징 */
.pt-paging > button {
	background: #fafafa;
	border: 1px solid #ddd;
	width: 33px;
	height: 30px;
	font-size: 16px;
	color: #c4c4c4;
}
.pt-paging > button:nth-of-type(1) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pt-paging > button:nth-last-of-type(1)  {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pt-paging > button:hover,
.pt-paging > button:active,
.pt-paging > button:focus {
	background: #6cacec;
	border: 1px solid #4ba9fa;
	color: #fff;
}
.pt-paging .pt-page {
	display: inline-block;
	color: #aaa;
	padding: 0 6px;
}
.pt-paging .pt-page > span:nth-of-type(1) {
	color: #4ba9fa;
	font-weight: bold;
}
.pt-paging .pt-page-num {
	width: 20px;
	margin-top: 10px;
	border: 1px solid #ddd;
	border-radius: 0px;
	text-align: center;
	font-family: inherit;
	font-size: 13px;
}
/* POS 출력양식 설정 타입 리스트 */
.pt-itembox {
	padding: 0;
	border-bottom: 1px  solid #e5e5e5;
	margin-bottom: 10px;
	overflow: hidden;
}
.pt-itembox h3 {
	position: relative;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	border-bottom: 2px  solid #4ba9fa;
	margin: 0;
	clear: both;
}
.pt-itembox h3 i {
	font-size: 18px;
	color: #007ce9;
	padding-left: 10px;
	padding-right: 4px;
}
.pt-itembox .fa-angle-down {
	position: absolute;
	font-size: 30px;
	color: #4ba9fa;
	top: 30px;
	left: 92px;
	width: 15px;
	background: #fff;
	text-indent: -2px;
}
.pt-itembox > .col-md-3, .pt-itembox > .col-md-9 {
	padding: 0;
	padding-bottom: 12px;
}
.pt-selected {
	float: left;
	border-right:  1px solid #e5e5e5;
	margin: 20px 0;
}
.pt-select-list {
	min-width: 480px;
	max-width: 1064px;
}
.pt-select-list > .fa-chevron-left {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
.pt-select-list > .fa-chevron-right {
	float: right;
	margin-left: 10px;
}
.pt-select-list > .fa-chevron-left, .pt-select-list > .fa-chevron-right {
	font-size: 50px;
	color: #e5e5e5;
	background: transparent;
	padding: 0;
	border: 0;
	margin-top: 88px;
}
@media only screen and (max-width : 955px) {
	.pt-select-list > .fa-chevron-left, .pt-select-list > .fa-chevron-right {
		font-size: 40px;
	}
}
.pt-selected p {
	padding: 0 20px;
}
.pt-select-list p {
	padding: 0 10px;
}
.pt-selected p, .pt-select-list p {
	font-size: 12px;
	text-align: justify;
	letter-spacing: -.05em;
	width: 164px;
	margin: 0;
}
.pt-selected p.title, .pt-select-list p.title {
	color: #393939;
	font-weight: bold;
}
.pt-select-list p.title span.coice {
	color: #4ba9fa;
}
.pt-selected p.info, .pt-select-list p.info {
	color: #8c8c8e;
}
.pt-selected .type-box {
	width: 160px;
	text-align: center;
	border: 2px  solid #4ba9fa;
	margin: 0 20px 10px 20px;
}
.pt-select-list .type-box {
	width: 160px;
	text-align: center;
	border: 1px  solid #c4c4c4;
	margin: 20px 10px 10px 10px;
}
.pt-selected .type-box h4 {
	background: #4ba9fa;
	height: 30px;
	line-height: 28px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.pt-select-list ul {
	text-align: left;
	max-height: 240px;
	margin: 0;
	overflow: hidden;
}
@media only screen and (max-width : 1351px) {
	.pt-select-list ul {
		text-align: center;
		max-height: 220px;
	}
}
.pt-select-list li {
	display: inline-block;
	list-style: none;
	margin-bottom: 18px;
}
.pt-select-list .type-box h4 {
	background: #ececec;
	height: 30px;
	line-height: 28px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #393939;
}
.pt-select-list .type-box h4 > input[type="checkbox"] {
	background: #fff;
	margin: 0;
}
.pt-selected .type-box img, .pt-select-list .type-box img {
	width: 150px;
	height: 140px;
}

/* 서비스 조회 Style 설정 */
#service-container {
		width: 100%;
		margin: 0 auto;
	}
	ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 32px;
		border-bottom: 1px solid #e5e5e5;
		border-left: 1px solid #e5e5e5;
		width: 100%;
	}
	ul.tabs li {
		float: left;
		text-align:center;
		cursor: pointer;
		min-width:60px;
		height: 31px;
		line-height: 31px;
		color: #a8a8a8;
		border: 1px solid #e5e5e5;
		border-left: none;
		background: #fafafa;
		overflow: hidden;
		position: relative;
		padding: 0 10px;
	}
	ul.tabs li.active {
		color: #333;
		font-weight: bold;
		background: #fff;
		border-bottom: 1px solid #fff;
	}
	.tab_container {
		border: 1px solid #e5e5e5;
		border-top: none;
		clear: both;
		float: left;
		width: 100%;
		background: #fff;
	}
	.tab_content {
		display: none;
		min-height: 500px;
        padding-bottom:20px;
	}
	.tab_container .tab_content ul {
		width:100%;
		margin:0px;
		padding:20px;
		box-sizing: border-box;
	}
	.tab_container .tab_content ul li {
		line-height: 30px;
		padding: 10px;
		list-style:none;
		border-bottom: 1px solid #e5e5e5;
		box-sizing: border-box;
        overflow:hidden;
	}
	.tab_container .tab_content ul li div {
		display: table-cell;
	}
	.tab_container .tab_content ul li div:nth-child(2) {
		padding-left: 20px;
	}
	.tab_container .tab_content ul li div.title {
		font-weight: bold;
		min-width: 100px;
		padding-right: 10px;
		border-right: 1px solid #e5e5e5;
        float:left;
	}
	.tab_container .tab_content ul li div.title i[class^="fa"]{
		margin-right: 3px;
	}
	.tab_container .tab_content ul li div.title i.fa-exclamation-circle {
		color: #f37a45;
	}
	.tab_container .tab_content ul li div.download{
		background: #f37a45;
		padding: 0 10px;
	}
	.tab_container .tab_content ul li div.help {
		color: #888; 
		white-space: pre-wrap;
	}
	.tab_container .tab_content ul li div.download a{
		color: #fff;
		text-decoration:none;
	}
	.tab_container .tab_content ul li p.message{
		font-size: 11px;
		color: #999;
		margin: 0;
	}
	.tab_container .tab_content ul li i.fa-download{
		font-size: 16px;
		color: #fff;
		vertical-align: sub;
		margin-right: 4px;
	}

/* Kend Grid */
.columnLeft {text-align:left;}
.columnCenter {text-align:center;}
.columnRight {text-align:right;}
