@charset "utf-8";
/*메인*/
.main-top-area {
	border-radius: 8px;
	display: flex;
	border: 1px solid #D1D6DE;
	box-shadow: rgba(12, 12, 12, 0.05) 0px 1px 4px 0px;
	margin-bottom: 30px;
}
.main-top-item {
	flex-grow: 1;
	border-right: 1px solid #D1D6DE;
	padding: 25px 40px 25px 80px;
	background-image: url("../images/main_ico_02.png");
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.main-top-item:first-child {
	background-image: url("../images/main_ico_01.png");
}
.main-top-item:last-child {
	border-right: 0;
	background-image: url("../images/main_ico_03.png");
}
.main-top-item strong {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}
.data-info ul {
	display: flex;
	margin: 10px 0;
}
.data-info li {
	position: relative;
	padding: 0 20px 0 10px;
	color: #111;
}
.data-info li:before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #BBB;
	display: block;
	content: "";
}
/*search area */
.search-wrap {
	border: 1px solid #D1D6DE;
	margin-bottom: 12px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: rgba(12, 12, 12, 0.05) 0px 1px 4px 0px;
}
.search-area {
	display: flex;
	flex-wrap: wrap;
}
.search-item {
	width: 50%;
	padding: 6px 25px;
	display: flex;
	align-items: center;
}
.search-item.blue-bg {
	background: #F4F9FF;
	padding: 10px 25px;
	margin-bottom: 4px;
}
.search-item > label {
	margin-right: 20px;
	color: #111111;
	padding-left: 10px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}
.search-item > label + div {
	align-items: center;
	gap: 5px;
	display: inline-flex;
	width: 100%;
}
.search-item > label.ico-essential {
	min-width: 68px;
}
.search-item > label.ico-essential:before {
	position: absolute;
	display: block;
	content: "";
	width: 5px;
	height: 5px;
	left: 0;
	transform: translateY(-50%);
	top: 50%;
	background: var(--bs-red);
	border-radius: 50%;
}
.grid-top-area {
	border-top: 2px solid var(--bs-blue);
	padding: 4px 0 14px;
}
.total-gridcon-area {
	border-radius: 8px;
	display: flex;
	border: 2px solid #D1D6DE;
	box-shadow: rgba(12, 12, 12, 0.05) 0px 1px 4px 0px;
	margin-top: 30px;
	background: #f1f3f5;
	overflow: hidden;
}
.total-gridcon-area > div {
	width: 25%;
	text-align: center;
	border-right: 1px solid #D1D6DE
}
.total-gridcon-area > div:last-child {
	border: 0;
}
.total-gridcon-area > div p {
	padding: 10px;
	color: #111;
	font-weight: 500;
}
.total-gridcon-area > div p + p {
	background: var(--bs-white);
	color: var(--bs-font);
	font-weight: 400;
}
.total-gridcon-area > div p strong {
	font-size: 16px;
	color: var(--bs-blue);
}
.company-code .table-view {
	border: 2px solid #D1D6DE;
}
.company-code .table-view dt, .company-code .table-view dd {
	border-bottom: 0;
}
.company-code .table-view dt {
	background: #f1f3f5;
}
.table-view {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #D1D6DE;
	margin-bottom: 20px;
	box-shadow: rgba(12, 12, 12, 0.05) 0px 1px 4px 0px;
	overflow: hidden;
	border-bottom: 0;
	overflow: hidden;
}
.table-view dt {
	line-height: 26px;
	white-space: nowrap;
	min-width: 140px;
	border-bottom: 1px solid #ddd;
	padding: 13px 10px 13px 25px;
	background: #F4F9FF;
	color: #111;
	font-weight: 500;
	position: relative;/* line-height:1.3; */
}
.table-view dd {
	white-space: nowrap;
	width: calc(100% - 140px);
	border-bottom: 1px solid #ddd;
	padding: 13px 16px;
	min-height: 52px;
	line-height: 26px;/* align-self: center; */
}
/*.table-view dd:has(input) {padding:6px 16px}*/
.table-view dd.half {
	width: calc(50% - 140px);
}
.table-view dt.ico-essential:before {
	position: absolute;
	display: block;
	content: "*";
	left: 10px;
	top: 14px;
	color: var(--bs-red);
}
.table-view dt.ico-essential + dd input[type=text]:not(:read-only) {
	border-color: #778493;
}
.table-view dd > div, .table-view table tbody td > div {
	margin-top: 6px;
}
.table-view dd > div:first-child, .table-view table tbody td > div:first-child {
	margin-top: 0;
}
.table-view table {
	clear: both;
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0;
	table-layout: auto;
}
.table-view table tbody th {
	line-height: 26px;
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
	padding: 13px 10px 13px 25px;
	background: #F4F9FF;
	color: #111;
	font-weight: 500;
	position: relative;
	text-align: left;
}
.table-view table tbody td {
	white-space: nowrap;
	border-bottom: 1px solid #ddd;
	padding: 13px 16px;
	line-height: 26px;
}
.table-view table tbody th.ico-essential:before {
	position: absolute;
	display: block;
	content: "*";
	left: 10px;
	top: 14px;
	color: var(--bs-red);
}
.table-view table tbody th.ico-essential + td input[type=text]:not(:read-only) {
	border-color: #778493;
}
 .table-view:has(table) {
margin-bottom:0;
}
.box-list {
	border-radius: 8px;
	border: 2px solid #D1D6DE;
	box-shadow: rgba(12, 12, 12, 0.05) 0px 1px 4px 0px;
	margin-top: 10px;
	background: var(--bs-white);
	overflow: hidden;
	padding: 20px 20px 20px 90px;
}
.box-list h5 {
	font-size: 14px;
	font-weight: 700;
	color: #111;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D1D6DE;
}
.box-list p {
	margin-top: 10px;
}
.box-list.download {
	background: url(../images/ico_download_big.png) no-repeat 20px 50%;
}
.box-list.upload {
	background: url(../images/ico_upload_big.png) no-repeat 20px 50%;
}
.rpt-print-wrap {
	padding: 15px;
}
.rpt-print-wrap h3 {
	text-align: center;
	font-size: 21px;
	color: #111;
	font-weight: 600;
	text-decoration: underline;
	margin: 10px 0;
}
.rpt-print-wrap h3 + p {
	margin-bottom: 30px;
	text-align: center;
}
.grid-table {
	border-bottom: 1px solid #ddd;
}
.pq-grid-norows {
	padding: 50px 0
}
div.pq-grid-cont-outer:has(.pq-grid-norows) {
margin-top:2px
}
.pq-grid-top .pq-toolbar .ui-button {
	display: flex;
	padding: 5px 12px 5px 10px;
	background: #F4F9FF;
	border: 1px solid #ddd;
	border-radius: 4px;
	border: 1px solid var(--bs-btn);
	color: var(--bs-btn);
	font-size: 13px
}
.about-list {
	border-top: 1px dashed #c8c8c8;
}
.about-list li {
	padding: 20px 0 20px 0px;
	border-bottom: 1px dashed #c8c8c8;
	font-size: 17.5px;
	min-height: 50px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.about-list li span {
	display: block;
	width: 50px;
	line-height: 48px;
	border-radius: 50px;
	text-align: center;
	border: 1px solid #689aff;
	font-size: 22px;
	font-weight: 800;
	color: #689aff;
}
.about-list li > div {
	display: flex;
	align-items: center;
	gap: 10px;
}
.about-list li > div strong {
	width: 250px;
	color: var(--bs-gray-200);
}
.btn-area {
	text-align: center;
	margin: 50px auto 0;
}
.btn-area a {
	display: inline-flex;
	padding: 15px 170px 15px 20px;
	background: var(--bs-secondary) url(../images/btn_arrow.png) no-repeat 90% center;
	color: var(--bs-white);
	font-size: 20px;
	font-weight: 700;
	gap: 10px;
}
.btn-area a i {
	background: url(../images/btn_ico_write.png) no-repeat;
	width: 20px;
	height: 20px;
}
.btn-area a:hover {
	background-color: var(--bs-blue);
}
.service-intro-wrap {
	display: flex;
	justify-content: space-between;
	gap: 2%
}
.service-intro-wrap > div {
	width: 49%;
	text-align: center;
	padding: 55px 10px 80px;
	background: #f2f8ff;
}
.service-intro-wrap > div h4 {
	margin: 30px 0 20px;
	color: var(--bs-gray-200);
	font-size: 28px;
}
.service-intro-wrap > div h4 strong {
	color: #5c92ff;
}
.service-intro-wrap > div h4 span {
	display: block;
	font-size: 15px;
	color: #5a93fc;
	font-weight: 400;
}
.service-intro-wrap > div p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
}
.service-intro-wrap > div p span {
	font-size: 15px;
}
.service-intro-wrap > div p a {
	display: inline-block;
	padding: 10px 60px;
	color: var(--bs-white);
	background: #1087f1;
	font-size: 18px;
	margin-top: 40px;
}
.service-intro-wrap > div:last-child {
	background: #faf8ff;
}
.service-intro-wrap > div:last-child p strong {
	color: #8d6ed6;
}
.service-intro-wrap > div:last-child p a {
	background: #8d6ed6;
}
.service-intro-wrap > div:last-child h4 span {
	color: #8a6ed4
}
.service-intro-wrap ul {
	border-top: 1px dashed #c8c8c8;
	margin-top: 30px;
}
.service-intro-wrap ul li {
	padding: 15px 0;
	border-bottom: 1px dashed #c8c8c8;
	font-size: 17px;
	text-align: left;
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--bs-gray-200);
}
.service-intro-wrap ul li a {display: flex;
	align-items: center;font-size: 17px;
	gap: 5px;color: var(--bs-gray-200);}
.service-intro-wrap ul li span {
	width: 26px;
	line-height: 24px;
	color: #689aff;
	border: 1px solid #689aff;
	border-radius: 50%;
	text-align: center;
	font-weight: 800;
}
.service-intro-wrap ul li strong {
	width: 26px;
	line-height: 24px;
	color: #9e81e0;
	border: 1px solid #9e81e0;
	border-radius: 50%;
	text-align: center;
	font-weight: 800;
}
.nor-list li {
	font-size: 17.5px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.check-list li {
	background: url(../images/ico_check_box.png) no-repeat center left;
	padding: 0 0 0 28px;
	color: var(--bs-gray-200);
	font-size: 17.5px;
	font-weight: 600;
	margin-bottom: 10px;
}
.faq-search-wrap {
	display: flex;
	border: 3px solid #2c53af;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 80px;
}
.faq-search-wrap input {
	border: none;
	width: calc(100% - 30px);
}
.customer-btn-group {
	margin-top: 80px;
	background: url(../images/customer_bg.png);
	background-size: cover;
	padding: 50px;
	display: flex;
	justify-content: space-between
}
.customer-btn-group h4 {
	color: var(--bs-white);
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 20px;
}
.customer-btn-group p {
	color: var(--bs-white);
	font-size: 17px;
	line-height: 1.5;
}
.customer-btn-group p a {
	display: block;
	background: var(--bs-white) url(../images/customer_btn_arrow.png) no-repeat 95% center;
	padding: 10px 100px 10px 15px;
	margin: 10px 0;
	color: var(--bs-gray-200);
	font-weight: 600;
}
.customer-btn-group p i {
	margin-right: 10px;
}
.menual-wrap {
	margin-top: 80px;
	background: url(../images/customer_bg02.png) no-repeat;
	background-size: cover;
	text-align: center;
}
.menual-wrap a {
	display: block;
	padding: 50px 0;
}
.menual-wrap a h4 {
	color: var(--bs-white);
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 10px
}
.menual-wrap a p {
	color: var(--bs-white);
	font-size: 17px;
}
.menual-wrap a p.more {
	margin-top: 30px;
}
.cnWrap {
	padding: 0;
}
.cnWrap h4 {
	background: #2c53b0;
	padding: 13px 20px;
	color: #fff;
	margin: 0;
	font-size: 17px;
}
.cnWrap ul {
	padding: 0;
}
.cnWrap li {
	border-bottom: 1px solid #464d59;
	background: #303948;
}
.cnWrap li.lvl1 {
	padding-left:20px;
}
.cnWrap li a {
	font-size: 14px;
	position: relative;
	padding: 10px 24px 10px 35px;
	display: block;
	color: rgba(255,255,255,0.8);
}
.cnWrap li.lvl0 a:before {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #1087f1;
	display: block;
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%)
}
.cnWrap li.lvl1 a:before {
	width: 8px;
	display: block;
	content: "└";
	position: absolute;
	left: 15px;
	top: 55%;
	transform: translateY(-50%)
}
.cnWrap li a:hover {
	color: #fff;
}

#pageNavi .page {
	padding:3px 5px;
}	
#pageNavi .curPage {
	font-weight: bold;
}
#pageNavi .clsPage {
	cursor:pointer;
}