﻿@charset "UTF-8";
@import url(menu.css);


body img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.clearfix {
	display: block;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.skip {
	position: absolute;
	top: -999rem;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 0.3rem;
	color: transparent;
	line-height: 0
}

.blind {
	display: none;
}

body {
	padding-top: 17rem;	
}

body h1 {
	font-size: 4.8rem;
	letter-spacing: -0.3rem;
}
body h2 {
	font-size: 3.6rem;
	letter-spacing: -0.2rem;
}
body h3 {
	font-size: 3rem;
	letter-spacing: -0.1rem;
}
body h4 {
	font-size: 2.7rem;
	letter-spacing: -0.1rem;
}
body h5 {
	font-size: 2.2rem;
	letter-spacing: -0.1rem;
}
body h6 {
	font-size: 1.9rem;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: -0.1rem;
}
body p,
body li,
body dt,
body a {
	font-size: 1.6rem;
	line-height: 140%;
	font-weight: 500;
	font-family: 'Noto Sans KR','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 140%;
	color: #333;
	font-family: 'Noto Sans KR','Malgun Gothic','맑은 고딕',Dotum,'돋움',sans-serif;
}
.txtCenter {
	text-align: center;	
}
.txtRight {
	text-align: right;	
}


#header {
	height: 17rem;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
	position: absolute;
	background-color: #fff;
}
#header .header_content .logo {
	position: absolute;
	top: 8rem;
	left: 50%;
	margin-left: -650px;
	display: block;
	width: 29.6rem;
	height: 5.7rem;
	background-image: url(../main/images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	z-index: 100;
	transition: top 0.3s linear
}
.topMneu {
	text-align: right;
	height: 4.9rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.topMneu a {
	display: inline-block;
	margin: 0rem 2rem;
	line-height: 4.9rem;
}
.topMneu a.asansi {
	color: #fff;
	background-color: #3b4056;
	padding: 0rem 3rem;
	margin-right: 0rem;
}


.scroll #header {
	position: fixed;
	top: 0;
	left: 0;
	height: 9.1rem;
	background-color: rgba(255,255,255,1);
	border-bottom: 3px solid #ccc;
}
.scroll #header .topMneu {
	display: none;	
}
.scroll #header .header_top {
	padding-top: 0px;
	height: 0px;
}
.scroll #header #lnb {
    top: 0rem;
}

.scroll #header .header_content .logo {
	position: fixed;
	width: 23.7rem;
	height: 4.56rem;
	top: 2.3rem;
	display: block;
	background-image: url(../main/images/logo.png);
	background-size: 100%;
	z-index: 200;
}
.scroll #lnb .nav .depth2_list {
    margin-top: -50px;
}
.scroll #lnb .nav .depth2 .depth2_title {
    top: 30px;
}
.scroll.lnb_active #lnb .nav .depth1_item.active .depth1_text:before {
	opacity: 1;
	transform: scaleX(1);
}
.scroll #lnb .nav .depth2 {
    top: 140px;
    height: calc(100% - 120px);
}
.scroll #lnb {
	max-height: 17rem;
	overflow: hidden;	
}
.scroll #lnb .nav:after {
	top: 9.1rem;
	height: calc(100% - 12.5rem) !important;
}
.scroll #lnb .nav .depth1_text {
	font-size: 1.9rem;
	color: #333;
	line-height: 9.1rem;
}
#lnb .nav .depth1_item:nth-child(1) .depth2_list {
	padding-left: 39.5rem;
}
#lnb .nav .depth1_item:nth-child(2) .depth2_list {
	padding-left: 56rem;
}
#lnb .nav .depth1_item:nth-child(3) .depth2_list {
	padding-left: 70rem;
}
#lnb .nav .depth1_item:nth-child(4) .depth2_list {
	padding-left: 60.5rem;
}
#lnb .nav .depth1_item:nth-child(5) .depth2_list {
	padding-left: 57rem;
}
#lnb .nav .depth1_item:nth-child(6) .depth2_list {
	padding-left: 75.5rem;
	padding-right: 0rem;
}

#searchZone {
	padding: 5rem 0rem;	
}
#searchZone h5 {
	margin-bottom: 1rem;
	color: #787878;
	font-weight: 500;
}
#searchZone .mainSearch {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.selBox,
.inputBox {
	border-radius: 1.2rem;
	box-shadow: 0 0 0 0.4rem #3b92e5 inset;
	padding: 0rem 0.5rem;
	height: 5.6rem;
	margin-right: 1rem;
	overflow: hidden;
	text-align: left;
}
.inputBox {
	width: 52rem;
	background-image: url(../main/images/search_icon.png);
	background-position: 2rem center;
	background-repeat: no-repeat;
	padding: 0rem 9rem 0rem 4.5rem;
	position: relative;
}
.selBox #searchSel {
	border: none;
}
#searchZone .mainSearch .k-combobox {
	width: 16rem;
	font-size: 1.6rem;
	height: 4.3rem;
	line-height: 4.3rem;
	margin-top: 0.7rem;
	
}
#searchZone .mainSearch .k-combobox .k-select {
    font-size: 1.6rem;
	font-weight: 500;
	color: #333;
	border-color: transparent;
    background-color: transparent;
	height: 4.3rem;
	line-height: 4.3rem;
	padding-right: 1.5rem;
}
.k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected {
    color: #fff;
    background-color: #3b92e5;
}
#searchZone .mainSearch .k-combobox .k-i-arrow-60-down::before {
    content: "\e015";
	font-size: 1.7rem;
}
#searchZone .mainSearch .k-textbox {
	width: 100%;
	margin-top: 0.7rem;
}
#searchZone .mainSearch .k-textbox,
#searchZone .mainSearch .k-combobox .k-input {
	font-size: 1.6rem;
	font-weight: 500;
	color: #333;
	height: 4.3rem;
	line-height: 4.3rem;
	border: none;
}
#searchZone .mainSearch .k-combobox .k-input {
	padding: 0.5rem 1rem 0.5rem 1.5rem;
}
#searchZone .mainSearch .k-textbox:focus {
	outline: none !important;
}
#searchZone .mainSearch .k-textbox:focus-within {
    box-shadow: none;
}
#searchZone .mainSearch .k-combobox .k-dropdown-wrap {
	border: none;
    font-size: 1.6rem;
	font-weight: 500;
	color: #333;
    background-color: #fff;
}

#searchZone .mainSearch .k-combobox .k-clear-value {
    height: 100%;
}
#searchZone .mainSearch .k-combobox:hover,
#searchZone .mainSearch .k-combobox>.k-state-focused {
	border: none;
	outline: 0;
	box-shadow: none;
}
#searchZone .mainSearch .ui.button.blue {
	position: absolute;
	width: 9rem;
	height: 5.6rem;
	line-height: 5rem;
	padding: 0rem;
	background-color: #3b92e5;
	font-size: 1.6rem;
	font-weight: 700;
	margin-right: -0.3rem;
	border-radius: 0rem;
	z-index: 10;
}
#dataList {
	background-color: #e8f5fb;
	padding: 6rem 0rem;
}
#dataList h3 {
	margin-bottom: 2rem;
}
#dataList .conTab {
	margin-bottom: 4rem;
}
#dataList .conTab a {
	display: inline-block;
	padding: 1rem 2.8rem;
	border-radius: 2.5rem;
	background-color: #fff;
	color: #666;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0rem 0.2rem
}
#dataList .conTab a.on {
	background-color: #26619e;
	color: #fff;
}
#dataList .conItem {
	position: relative;
}
#dataList .conItem .more {
	position: absolute;
	right: 0rem;
	top: -9rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	color: #101010;
	line-height: 4.5rem;
	width: 4.5rem;
	height: 4.5rem;
	background-color: #fff;
	border-radius: 50%;
	
}
#dataList .conItem .itemList .swiper-wrapper {
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}
#dataList .conItem .itemList .item {
	border-radius: 1.5rem;
	background-color: #fff;
	padding: 4rem;
	position: relative;
	text-align: left;
	word-break: keep-all;
	box-sizing: border-box;
}
#dataList .conItem .itemList .item h6 {
	position: relative;
	margin-bottom: 2rem;
	padding-top: 0.5rem;
	padding-left: 8rem;
	height: 6.2rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
#dataList .conItem .itemList .item h6 .type {
	position: absolute;
	border-radius: 50%;
	width: 6.2rem;
	height: 6.2rem;
	color: #fff;
	background-color: #3b92e5;
	font-weight: 500;
	text-align: center;
	font-size: 1.7rem;
	line-height: 6.2rem;
	top: 0rem;
	left: 0rem;
}
#dataList .conItem .itemList .item h6 .type.two {
	background-color: #c5a86f;
}
#dataList .conItem .itemList .item h6 .type.three {
	background-color: #888888;
}

#dataList .conItem .itemList .item .dot li {
	margin-bottom: 0.5rem;
	position: relative;
	padding-left: 7.8rem;
}
#dataList .conItem .itemList .item .dot li:before {
	content: "";
	position: absolute;
	left: 0.5rem;
	top: 1rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #999;
}
#dataList .conItem .itemList .item .dot li .sTit {
	position: absolute;
	display: block;
	width: 5.9rem;
	top: 0rem;
	left: 1.5rem;
	color: #999;
	letter-spacing: 0.63rem;
}
#dataList .conItem .itemList .item .dot li:nth-child(3) .sTit {
	letter-spacing: -0.1rem;
}
#dataList .conItem .itemList .item .dot li .con {
	color: #999;
	position: relative;
	display: inline-flex;
	overflow: hidden;
	word-break: break-all;
}
#dataList .conItem .itemList .item .dot li .con:before {
	content: ": ";
	display: inline-block;
	margin-right: 0.5rem;
}
footer {
	padding: 5rem 0rem;
	border-top: 0.1rem solid rgba(0, 0, 0, 0.15);
}
footer p {
	font-size: 1.6rem;
	line-height: 160%;
	color: #787878;
}

#subPage {
	padding: 2rem 0rem 5rem 0rem;	
}
#subPage .breadcrumb {
	margin-bottom: 5rem;	
}
#subPage .breadcrumb .section {
	font-size: 1.5rem;
	color: #787878;
	font-weight: normal;
}
#subPage .breadcrumb .Home.section {
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	background-image: url(../main/images/home.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
#subPage .breadcrumb .active.section {
	font-size: 1.5rem;
	color: #101010;
	font-weight: 500;
}
#subPage .breadcrumb .divider {
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	background-image: url(../main/images/divider.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#subPage h2 {
	margin: 3rem 0rem;	
}
#subPage .subTab {
	padding-bottom: 2rem;
	text-align: center;
}
#subPage .subTab a {
	font-size: 1.9rem;
	line-height: 4.8rem;
	display: inline-block;
	margin: 0rem 0.3rem;
	border-radius: 1.5rem;
	padding: 0rem 3.5rem;
	box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.15) inset;
	background-color: #fff;
	color: #787878;
	position: relative;
}
#subPage .subTab a.on {
	box-shadow: none;
	background-color: #2c7fdf;
	color: #fff;
}
#subPage .subTab a.on:before {
	font-family: Icons;
	content: "\f0d7";
	position: absolute;
	left: 50%;
	bottom: -3.5rem;
	margin: 0rem;
	transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: #2c7fdf;
}
#subPage .subTab a:hover {
	box-shadow: none;
	background-color: #2c7fdf;
	color: #fff;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	cursor: pointer;
}
#subPage .DepthThree {
	text-align: center;	
}
#subPage .DepthThree a {
	font-size: 1.8rem;
	display: inline-block;
	margin: 1rem;
	color: #787878;
}
#subPage .DepthThree a.on {
	font-size: 1.9rem;
	font-weight: 700;
	color: #101010;	
}

.iframeWrap {
	width: 83rem;
	margin: 0rem auto;	
}
.iframeWrap iframe {
    width: 100%;
	min-height: 120rem;
    overflow: auto;
	border: none;
}

.scTable,
.dtTable,
.dtView {
	width: calc(100% + 0.2rem);
	margin-left: -0.1rem;
	border-top: 0.2rem solid rgba(0, 0, 0, 0.4);
	margin-bottom: 4rem;
}
.scTable th,
.dtView th {
	font-size: 1.7rem;
	font-weight: 500;
	color: #787878;
	padding: 2rem;
	text-align: center;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.scTable.nonBar,
.scTable.nonBar th,
.scTable.nonBar td {
	border: none;
	text-align: left;
	padding: 0rem;
}
.scTable.nonBar {
	margin-bottom: 3rem;	
}
.dtView th {
	font-weight: 500;
	color: #101010;
	background-color: #f4f4f4;
}
.scTable td,
.dtView td {
	font-size: 1.7rem;
	padding: 2rem;
	text-align: left;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.dtTable th {
	font-size: 1.7rem;
	font-weight: 500;
	color: #666;
	padding: 1.5rem;
	text-align: center;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
	background-color: #f4f4f4;
}
.dtTable td {
	font-size: 1.6rem;
	color: #666;
	padding: 2rem 1rem;
	text-align: center;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
	word-break: break-all;	
}
.dtView td h6 {
	color: #101010;
	font-weight: 700;	
}
table.td_left_03 td:nth-child(3),
table.td_left_04 td:nth-child(4),
table.td_left_06 td:nth-child(6) {
	word-break: keep-all;
}
table.td_left_01 td:nth-child(1),
table.td_left_02 td:nth-child(2),
table.td_left_03 td:nth-child(3),
table.td_left_04 td:nth-child(4),
table.td_left_05 td:nth-child(5),
table.td_left_06 td:nth-child(6),
table.td_left_07 td:nth-child(7),
table.td_left_08 td:nth-child(8),
table.td_left_09 td:nth-child(9),
table.td_left_10 td:nth-child(10) {
	text-align: left;	
}
table.td_right_01 td:nth-child(1),
table.td_right_02 td:nth-child(2),
table.td_right_03 td:nth-child(3),
table.td_right_04 td:nth-child(4),
table.td_right_05 td:nth-child(5),
table.td_right_06 td:nth-child(6),
table.td_right_07 td:nth-child(7),
table.td_right_08 td:nth-child(8),
table.td_right_09 td:nth-child(9),
table.td_right_10 td:nth-child(10) {
	text-align: right;	
}
table.td_center_01 td:nth-child(1),
table.td_center_02 td:nth-child(2),
table.td_center_03 td:nth-child(3),
table.td_center_04 td:nth-child(4),
table.td_center_05 td:nth-child(5),
table.td_center_06 td:nth-child(6),
table.td_center_07 td:nth-child(7),
table.td_center_08 td:nth-child(8),
table.td_center_09 td:nth-child(9),
table.td_center_10 td:nth-child(10) {
	text-align: center;	
}
table td a:hover {
	text-decoration: underline;	
}
.scTable td .fields,
.scTable td .label {
	float: left;
	width: 46.5%;
	display: block;
}
.scTable td .label {
	width: 7%;
	line-height: 4rem;
	padding: 0rem;
	text-align: center;	
}
.scTable td .k-textbox {
	width: 100%;
	height: 4rem;
	border-radius: 0.5rem;
	border: none;
	background-color: #f5f6f8;
	padding: 1rem;
	font-size: 1.6rem;
	line-height: 150%;
}
.scTable td .wide .k-textbox {
	float: left;
	width: calc(100% - 12.5rem);
}
.scTable td .wide .ui.button {
	float: right;
	width: 11.5rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.6rem !important;
	font-weight: 700 !important;
	padding: 0rem;
}
.scTable td .k-datepicker {
	width: 100%;
	height: 4rem;
	border-radius: 0.5rem;
	border: none;
	background-color: #f3f4f6;
	font-size: 1.6rem;
	line-height: 150%;
}
.scTable td .k-datepicker .k-picker-wrap {
    border: none;
    color: #787878;
    background-color: #f3f4f6;
	border-radius: 0.5rem;
}
.scTable td .k-datepicker .k-picker-wrap .k-input {
	padding: 0rem 1rem;
	font-size: 1.6rem;
	line-height: 150%;
}
.scTable td .k-datepicker .k-select {
	padding: 0rem 0.75rem;
}

.pagination {
	position: relative;
    display: table;
    margin: 0rem auto;
}
.pagination .pageControl {
	display: inline-block;
    margin: 0 0.5rem;
    vertical-align: top;
}
.pagination .pageNumGroup {
	display: inline-block;
    vertical-align: top;
}
.pagination a {
	float: left;
	display: block;
    position: relative;
    width: 4rem;
    height: 4rem;
    text-align: center;
    font-size: 1.5rem;
    color: #101010;
    line-height: 4rem;
    vertical-align: middle;
    border: solid 0.1px #dedede;
	margin: 0rem -0.1rem 0rem 0rem;
    background: #fff;
	background-position: center center;
	background-repeat: no-repeat;
}
.pagination a.on {
    border-color: #3b5998;
    background: #3b5998;
    color: #fff;
    font-weight: 500;
}
.pagination a.on:hover {
    background: #3b5998;
}
.pagination a:hover {
    background: #f4f4f4;
	background-position: center center;
	background-repeat: no-repeat;
}
.pagination a.firstPage {
	background-image: url(../main/images/firstPage_icon.png);	
}
.pagination a.prePage {
	background-image: url(../main/images/prePage_icon.png);	
}
.pagination a.nextPage {
	background-image: url(../main/images/nextPage_icon.png);	
}
.pagination a.endPage {
	background-image: url(../main/images/endPage_icon.png);	
}

#subPage h4 {
	margin-bottom: 2rem;	
}
.ui.button.big {
	font-size: 1.7rem;
	font-weight: 700;
	padding: 1.2rem 2.5rem;
}
.totalNum.flex {
	margin-bottom: 1rem;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.totalNum.flex .ui.button {
	font-size: 1.4rem;
	line-height: 140%;
	padding: 0.7rem 1.5rem;	
}

.scTable.nonBar .k-combobox .k-clear-value {
	height: 100%;	
}
.scTable.nonBar .k-combobox .k-dropdown-wrap .k-input {
	padding: 1rem;
	height: 4rem;
	font-size: 1.5rem;
}
body.tax {
    padding-top: 0rem;
}
#logoTax {
	padding: 3rem 0rem;
	margin-bottom: 3rem;
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15);
}
#logoTax .logo {
	background-image: url(../main/images/logoTax.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 24.2rem;
	height: 5.7rem;
	display: block;
	margin: 0rem auto;
	background-size: 100%;
}
.telInfo {
	margin-bottom: 2rem;
	font-weight: normal;
}
.telInfo .tel {
	display: inline-block;
	margin-left: 1.5rem;
}

/****** 20250117 추가 CSS ********/
.linkWrap {
	padding: 6rem;
	border-radius: 2rem;
	background-color: #e8f5fb;
	margin: 0 auto;
}
.linkWrap.bid,
.linkWrap.bid .item .icon {
	background-color: #f3f2e9;
}
.linkWrap.result,
.linkWrap.result .item .icon {
	background-color: #f6f6f6;
}
.linkWrap .dot {
	margin-bottom: 4rem;	
}
.linkWrap .dot li {
	font-size: 1.9rem;
	line-height: 140%;
	color: #333;
	font-weight: 500;
	padding: 0.3rem 0 0.3rem 2.5rem;
	background-image: url(../main/images/dotIcon.png);
	background-position: 0.2rem 0.9rem;
	background-repeat: no-repeat;
}
.linkWrap .dot li .blueTxt {
	color: #2c7fdf;
}

.linkWrap .item {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border: 0.1rem solid rgba(0, 0, 0, 0.15);
	border-radius: 2rem;
	padding: 3rem;	
}
.linkWrap .item .icon {
	display: block;
	background-color: #e8f5fb;
	border-radius: 50%;
	width: 10.8rem;
	height: 10.8rem;
	background-image: url(../main/images/icon_one.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto 2rem auto;
}

.linkWrap .item .tit {
	color: #333;
	font-size: 2.1rem;
	line-height: 160%;
	font-weight: 700;	
}
.linkWrap .item + .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2rem;
}
.linkWrap .flex .item {
	width: calc((100% / 3) - 1.333rem)
}
.linkWrap .flex .item:nth-child(1) .icon {
	background-image: url(../main/images/icon_two.png);
}
.linkWrap .flex .item:nth-child(2) .icon {
	background-image: url(../main/images/icon_three.png);
}
.linkWrap .flex .item:nth-child(3) .icon {
	background-image: url(../main/images/icon_four.png);
}
.linkWrap .item:hover {
	background-color: #2c7fdf;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.linkWrap .item:hover .tit {
	color: #fff;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
.linkWrap .item:hover .icon {
	background-color: #fff;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}


@media only screen and (max-width:1399px) {
	.inner1,
	.inner3 {
		padding: 0rem 2rem;	
	}
}
@media only screen and (max-width:1299px) {
	main {
		border-top: 0.1rem solid rgba(0, 0, 0, 0.15);	
	}
	body.tax main {
		border-top: none;	
	}
	.scroll #header {
		display: none;	
	}
	#header .header_content .logo {
		left: 50%;
		margin-left: 0rem;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	#lnb .nav_open {
		background: url(../main/images/header_icon.png) no-repeat 0 -5px;
		top: 1.5rem;
		left: 2rem;
	}
	
	
	#lnb .nav {
		width: 32rem;
	}
	
	#lnb .mobile_top {
		position: relative;
		padding: 2rem;
		height: auto;
		background-color: #e8f5fb;
	}
	#lnb .mobile_top .logo_m {
		position: relative;
		top: auto;
		left: auto;
	}
	#lnb .mobile_top .logo_m a {
		width: 20rem;
    	height: 4rem;
	}
	#lnb .nav .depth1 {
		width: 100%;
		padding: 1rem 2.5rem;
	}
	#lnb .nav .depth1_title {
		display: block;
		border-bottom: 2px solid #3b92e5;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 140%;
		color: #101010;
	}
	#lnb .nav .depth1_text {
		padding: 1.5rem 1rem;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		font-size: 1.7rem;
		color: #101010;
		line-height: 140%;
		font-weight: 500;
	}
	#lnb .nav .depth1_item .depth2_list {
		padding-left: 0rem !important;
		top: auto;
	}
	#lnb .nav .depth2_list {
		margin-top: auto;
		display: none;
	}
	#lnb .nav .active .depth2_list {
		display: block;	
	}
	#lnb .depth1_item.active .depth2_item .depth2_text {
		position: relative;
		padding: 1rem;
		font-size: 1.5rem;
		color: #787878;
		line-height: 140%;
	}
	#lnb .depth1_item.active .depth2_item .depth2_text:before {
		content: "";
		width: 0.7rem;
		height: 0.2rem;
		background-color: #787878;
		display: block;
		position: absolute;
		top: 2rem;
		left: 1.2rem;	
	}
	.lnb_open.lnb_active #lnb .depth1_item.active .depth2 {
		visibility: visible;
		padding: 10px 0 20px;
		border-bottom: none;;
	}
	.inner4 {
		width: calc(100% - 2rem);
		padding: 0rem;
	}
	.iframeWrap {
		max-width: 83rem;
    	width: 100%;
	}
}
@media only screen and (max-width:1023px) {
	.scTable:after,
	.scTable tbody:after, 
	.scTable tr:after {
		clear: both;
		content: '';
		display: block;
	}
	.scTable, 
	.scTable tbody, 
	.scTable tr, 
	.scTable th, 
	.scTable td {
		display: block;
	}
	.scTable {
		border: 2px solid #ccc;
		margin: 0rem 0rem 4rem 0rem;
		padding: 1rem 2rem 1rem 0rem;
		border-radius: 1.5rem;
		width: 100%;
	}
	.scTable th,
	.scTable td {
		height: auto;
		line-height: 4rem;
		border: 0 none !important;
		border-bottom: none;
		box-sizing: border-box;
		padding: 1rem 0rem;
	}
	.scTable.nonBar {
		margin-bottom: 1rem;	
	}
	.scTable.nonBar th {
		padding-left: 1rem;
		padding-right: 2rem;
		width: auto;
	}
	.scTable th {
		clear: left;
		float: left;
		width: 12rem;
		box-sizing: border-box;
	}
	.scTable td {
		float: left;
		width: calc(100% - 12rem);
	}
	
	.dtTable,
	.dtTable tbody,
	.dtTable tr,
	.dtTable th,
	.dtTable td {
		display:block;
	}
	.dtTable {
		margin-bottom: 4rem;
		padding: 0rem;
		border: none;
	}
	.dtTable tr {
		padding: 2rem 1rem;
		background-color: #f5f6f8;
		border-radius: 2rem;
		margin-bottom: 2rem;
	}
	.dtTable tr:first-child {
		display:none;
	}
	.dtTable tr:after {
		content:"";
		display:block;
		clear:both;
	}
	.dtTable td {
		position:relative;
		width:100%;
		padding: 0.5rem 0rem 0.5rem 10rem;
		box-sizing:border-box;
		text-align: left !important;
		border: none;
		word-break: keep-all !important;
	}
	.dtTable.tb02 td,
	.dtTable.tb03 td {
		padding: 0.5rem 0rem 0.5rem 14rem;
	}
	.dtTable.tb04 td {
		padding: 0.5rem 0rem 0.5rem 12rem;
	}
	.dtTable td:before {
		position: absolute;
		left: 2rem;
		width: 8rem;
		top: 0rem;
		padding: 0.5rem 0rem;
		color: #787878;
		font-weight: 500;
	}
	.dtTable.tb02 td:before,
	.dtTable.tb03 td:before {
		width: 10rem;
	}
	.dtTable.tb04 td:before {
		width: 9rem;
	}
	.dtTable.tb01 td:nth-child(1):before {
		content:"번호";
		letter-spacing: 3rem;
	}
	.dtTable.tb01 td:nth-child(2):before {
		content:"구분";
		letter-spacing: 3rem;
	}
	.dtTable.tb01 td:nth-child(3):before {
		content:"기관명";
		letter-spacing: 0.75rem;
	}
	.dtTable.tb01 td:nth-child(4):before {
		content:"계약명";
		letter-spacing: 0.75rem;
	}
	.dtTable.tb01 td:nth-child(5):before {
		content:"계약금액";
	}
	.dtTable.tb01 td:nth-child(6):before {
		content:"계약일";
		letter-spacing: 0.75rem;
	}
	.dtTable.tb01 td:nth-child(7):before {
		content:"업체명";
		letter-spacing: 0.75rem;
	}
	
	.dtTable.tb02 td:nth-child(1):before {
		content:"번호";
		letter-spacing: 6rem;
	}
	.dtTable.tb02 td:nth-child(2):before {
		content:"기관명";
		letter-spacing: 2.2rem;
	}
	.dtTable.tb02 td:nth-child(3):before {
		content:"계약명";
		letter-spacing: 2.2rem;
	}
	.dtTable.tb02 td:nth-child(4):before {
		content:"최종계약금액";
	}
	.dtTable.tb02 td:nth-child(5):before {
		content:"지급액총액";
		letter-spacing: 0.35rem;
	}
	.dtTable.tb02 td:nth-child(6):before {
		content:"계약일";
		letter-spacing: 2.2rem;
	}
	
	.dtTable.tb03 td:nth-child(1):before {
		content:"회계구분";
		letter-spacing: 1rem;
	}
	.dtTable.tb03 td:nth-child(2):before {
		content:"수입액";
		letter-spacing: 2.2rem;
	}
	.dtTable.tb03 td:nth-child(3):before {
		content:"과오납반납액";
	}
	.dtTable.tb03 td:nth-child(4):before {
		content:"경정액";
		letter-spacing: 2.2rem;
	}
	.dtTable.tb03 td:nth-child(5):before {
		content:"누계액";
		letter-spacing: 2.2rem;
	}
	.dtTable.tb03 td:nth-child(6):before {
		content:"기준일";
		letter-spacing: 2.2rem;
	}
	
	.dtTable.tb04 td:nth-child(1):before {
		content:"회계구분";
		letter-spacing: 0.55rem;
	}
	.dtTable.tb04 td:nth-child(2):before {
		content:"부서명";
		letter-spacing: 1.5rem;
	}
	.dtTable.tb04 td:nth-child(3):before {
		content:"세부사업명";
	}
	.dtTable.tb04 td:nth-child(4):before {
		content:"통계목";
		letter-spacing: 1.5rem;
	}
	.dtTable.tb04 td:nth-child(5):before {
		content:"지급일";
		letter-spacing: 1.5rem;
	}
	.dtTable.tb04 td:nth-child(6):before {
		content:"사업개요";
		letter-spacing: 0.55rem;
	}
	.dtTable.tb04 td:nth-child(7):before {
		content:"지출액";
		letter-spacing: 1.5rem;
	}
	.dtTable.tb04 td:nth-child(8):before {
		content:"영수인";
		letter-spacing: 1.5rem;
	}
	
	.dtTable.tb05 td:nth-child(1):before {
		content:"감독부서";
	}
	.dtTable.tb05 td:nth-child(2):before {
		content:"직급";
		letter-spacing: 2.8rem;
	}
	.dtTable.tb05 td:nth-child(3):before {
		content:"성명";
		letter-spacing: 2.8rem;
	}
	
	.dtTable.tb06 td:nth-child(1):before {
		content:"지급종류";
	}
	.dtTable.tb06 td:nth-child(2):before {
		content:"지급액";
		letter-spacing: 0.7rem;
	}
	.dtTable.tb06 td:nth-child(3):before {
		content:"지급일";
		letter-spacing: 0.7rem;
	}
	
	.dtTable.tb07 td:nth-child(1):before {
		content:"상호";
		letter-spacing: 3rem;
	}
	.dtTable.tb07 td:nth-child(2):before {
		content:"대표자";
		letter-spacing: 0.7rem;
	}
	.dtTable.tb07 td:nth-child(3):before {
		content:"하도금액";
	}
	.dtTable.tb07 td:nth-child(4):before {
		content:"하도급율";
	}
	
}
@media only screen and (max-width:767px) {
	html {
		font-size: 9px;
	}
	body {
    	padding-top: 0rem;
	}
	body h1 {
		font-size: 3.6rem;
		letter-spacing: -0.2rem;
	}
	body h2 {
		font-size: 3rem;
		letter-spacing: -0.1rem;
	}
	body h3 {
		font-size: 2.7rem;
	}
	body h4 {
		font-size: 2.4rem;
	}
	body h5 {
		font-size: 2.2rem;
	}
	body h6 {
		font-size: 1.9rem;
	}
	
	#header {
		height: auto;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: auto;
		position: static;
		background-color: #fff;
	}
	#header .topMneu .inner1,
	body.tax .topMneu .inner1 {
		padding: 0rem;
	}
	#header .topMneu a {
		display: inline-block;
		margin: 0rem 1rem;
	}
	#header .topMneu a:last-child {
		margin-right: 0rem;
	}
	#header .header_content {
		padding: 2.5rem 0rem;
		text-align: center;
	}
	#header .header_content .logo {
		position: static;
		width: 26.64rem;
    	height: 5.13rem;
		top: auto;
		left: auto;
		margin: 0rem auto;
		z-index: auto;
		transform: translateX(0%);
		-moz-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
	}
	
	#searchZone .mainSearch {
		justify-content: left;
		max-width: 42rem;
		width: 100%;
		margin: 0rem auto;
	}
	#searchZone .mainSearch .selBox,
	#searchZone .mainSearch .inputBox {
		width: 100%;
		margin-right: 0rem;
		margin-bottom: 0.5rem;
	}
	#searchZone .mainSearch .k-combobox {
		width: 100%;
	}
	
	#searchZone,
	#dataList,
	footer {
		padding: 3rem 0rem;
	}
	#dataList .conTab {
		margin-bottom: 2rem;
	}
	#dataList .conTab a {
		display: inline-block;
		padding: 1rem 2rem;
		border-radius: 0.4rem;
	}
	#dataList .conItem .more {
		position: absolute;
		right: 2rem;
		top: -12.2rem;
	}
	#dataList .conItem .itemList .item {
		border-radius: 1rem;
		padding: 2.5rem 3rem;
	}
	.lnb_open #lnb .nav .depth1 {
		text-align: left;
	}
	#lnb .nav_close {
		position: absolute;
		top: 3rem;
		right: 2rem;
		width: 2.2rem;
		height: 2.2rem;
		background: url(../main/images/header_icon.png) no-repeat -113px -4px;
	}
	#lnb .nav {
		max-width: 32rem;
    	width: 70%;
	}
	#lnb .nav .depth1 {
		padding: 0rem 2rem;
	}
	#subPage {
		padding: 1rem 0rem 3rem 0rem;
	}
	#subPage .breadcrumb {
		margin-bottom: 3rem;
	}
	#subPage .subTab a {
		font-size: 1.42rem;
		line-height: 4rem;
		border-radius: 1rem;
		margin: 0rem 0.1rem;
		padding: 0rem 1rem;
		height: 4rem;
	}
	#subPage h2 {
		margin: 0rem 0rem 2rem 0rem;
	}
	footer p {
		font-size: 1.5rem;
		line-height: 150%;
	}
	#logoTax .logo {
		width: 21.78rem;
		height: 5.13rem;
	}
	
	.dtView:after,
	.dtView tbody:after, 
	.dtView tr:after {
		clear: both;
		content: '';
		display: block;
	}
	.dtView, 
	.dtView tbody, 
	.dtView tr, 
	.dtView th, 
	.dtView td {
		display: block;
	}
	.dtView {
		border-top: 2px solid #ccc;
		border-bottom: 1px solid #ccc;
		width: 100%;
	}
	.dtView tr {
		background-color: #f4f4f4;
	}
	.dtView th,
	.dtView td {
		height: auto;
		line-height: 4rem;
		border: 0 none !important;
		border-bottom: none;
		box-sizing: border-box;
		padding: 1rem 0rem;
	}
	.dtView th {
		text-align: right;
		clear: left;
		float: left;
		width: 16rem;
		box-sizing: border-box;
		padding: 0.5rem 3rem;
	}
	.dtView td {
		float: left;
		width: calc(100% - 16rem);
		padding: 0.5rem 3rem;
		background-color: #fff;
	}
	.dtView td h6 {
		margin-top: 0.7rem;
		margin-bottom: 0.5rem;
	}
	
}
/*********** 애니메이션 ***********/
@keyframes Fadein {
  0% {
    transform:translateY(30px);
	-moz-transform:translateY(30px);
	-webkit-transform:translateY(30px);
	-o-transform:translateY(30px);
	-ms-transform:translateY(30px);
	opacity:0;
  }
  100% {
    transform:translateY(0);
	-moz-transform:translateY(0);
	-webkit-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	opacity:1;
  }
}
@keyframes Fadein_left {
  0% {
    transform:translateX(-30px);
	-moz-transform:translateX(-30px);
	-webkit-transform:translateX(-30px);
	-o-transform:translateX(-30px);
	-ms-transform:translateX(-30px);
	opacity:0;
  }
  100% {
    transform:translateX(0);
	-moz-transform:translateX(0);
	-webkit-transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	opacity:1;
  }
}
@keyframes Fadein_right {
  0% {
    transform:translateX(30px);
	-moz-transform:translateX(30px);
	-webkit-transform:translateX(30px);
	-o-transform:translateX(30px);
	-ms-transform:translateX(30px);
	opacity:0;
  }
  100% {
    transform:translateX(0);
	-moz-transform:translateX(0);
	-webkit-transform:translateX(0);
	-o-transform:translateX(0);
	-ms-transform:translateX(0);
	opacity:1;
  }
}
@keyframes imgloading {
	0% {
	  	transition: transform 2s ease-in-out, opacity 2s ease-in-out;
		transform: scale(1.2) rotate(0.003deg);
		opacity: .9;
	}
	100% {
		transform: scale(1) rotate(0.003deg);
		opacity: 1;
	}
}
@keyframes bounce { 
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}


@media print {
	 @page {
		size:auto;
		margin: 0mm;
		background-color: #fff;
	}
	html body {
		border: 0;
		margin: 0px;
		padding: 10px;
	}
	header,
	header .topMneu,
	header #lnb,
	#subPage .breadcrumb,
	.subTab,
	.flex.totalNum {
		display: none;
		margin: 0px;
		padding: 0px;
	}
	main {
		margin: 0px;
		padding: 0px;	
	}

}
