@charset "utf-8";

/* main */
main section {
	background: url(../images/bg-kwe-vector01.png) right -21px top 70px/194px
		180px no-repeat;
}

.main01 {
	position: relative;
	z-index: 1;
}

.main01 h1 {
	text-align: left;
	font-size: 29px;
	margin-bottom: 20px;
}

.main01 p {
	font-size: 14px;
	font-weight: 500;
}

.main01 p a {
	font-weight: 800;
	color: #00534C;
	text-decoration: underline;
}

.main01 .main-shortcut {
	margin-top: 50px;
}

.main01 .main-shortcut ul {
	display: grid;
	gap: 17px;
	grid-template-columns: 1fr 1fr;
}

.main01 .main-shortcut ul li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.main01 .main-shortcut ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12); /* width:152px; */
	height: 120px;
	border-radius: 16px;
	gap: 12px;
	width: 100%;
}

.main01 .main-shortcut ul li a img {
	width: 40px;
}

.main01 .main-shortcut ul li a strong {
	font-size: 16px;
	font-weight: 700;
}

.main02 {
	position: relative;
	z-index: 0;
	margin-top: -31px;
	background-color: #00534C;
	padding-top: 80px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}

.main02 .main-inquiry {
	display: flex;
	flex-direction: column;
	background: url(../images/bg-main02.png) center center/cover no-repeat;
	height: 243px;
	margin: 0 20px;
	padding: 30px;
	justify-content: space-between;
	border-radius: 24px;
}

.main02 .main-inquiry dl {
	
}

.main02 .main-inquiry dl dt {
	font-size: 15px;
	font-weight: 800;
	color: #fff;
}

.main02 .main-inquiry dl dd {
	font-size: 28px;
	font-weight: 800;
	color: #fff; /* margin-top:8px; */
}

.main02 .main-inquiry p {
	font-size: 13px;
	font-weight: 500;
	color: #fff; /* margin-top:3px; */
}

.main02 .main-inquiry .btn-wrap {
	margin-top: 0;
}

/*  */
/* login */
.login-wrap {
	margin-top: 80px;
}

.login-wrap h1 {
	text-align: left;
	margin-bottom: 100px;
}

/* form */
.form-wrap {
	
}

.form-wrap .form-list {
	
}

.form-wrap .form-list:not(:last-child) {
	margin-bottom: 20px;
}

.form-wrap .form-list>strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

.form-wrap .form-list>strong[title="필수"]:before {
	content: '*';
	color: #D13125;
}

.form-wrap .form-input {
	display: flex;
	gap: 8px;
}

.form-wrap .form-input:not(:last-child) {
	margin-bottom: 10px;
}

.form-wrap .form-input .btn-large {
	flex: 0 0 110px;
	border-radius: 8px;
	line-height: 46px;
}

.form-wrap .form-input .bul {
	display: flex;
	font-size: 20px;
	font-weight: 500;
	color: #818181;
	align-items: center;
	justify-content: center;
}

.form-wrap .req-desc {
	font-size: 13px;
	font-weight: 500;
	margin-top: 8px;
}

.form-wrap .form-button {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 32px;
}

.form-wrap.form-table {
	display: table;
	width: 100%;
}

.form-wrap.form-table .form-list {
	display: table-row-group;
}

.form-wrap.form-table .form-list:not(:last-child) {
	margin-bottom: 0;
}

.form-wrap.form-table .form-list strong {
	display: table-cell;
	padding-bottom: 10px;
	width: 0;
	padding-right: 50px;
	white-space: nowrap;
}

.form-wrap.form-table .form-list .form-input {
	display: table-cell;
	padding-bottom: 10px;
}

/* terms */
.terms-wrap {
	
}

.terms-wrap .terms-list {
	border: 1px solid #ccc;
	border-radius: 8px;
}

.terms-wrap .terms-list:not(:last-child) {
	margin-bottom: 10px;
}

.terms-wrap .terms-tit {
	position: relative;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}

.terms-wrap .terms-tit .inp {
	padding: 14px;
	width: 100%;
}

.terms-wrap .terms-tit .inp input:checked {
	background: url(../images/form-check-checked-white.png) center center/contain
		no-repeat;
}

.terms-wrap .terms-tit .inp input:checked:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #00534C;
	z-index: -1;
	border-radius: 8px;
}

.terms-wrap .terms-tit .inp input:checked+b {
	color: #fff;
}

.terms-wrap .terms-tit .toggleTrigger {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
}

.terms-wrap .terms-tit .toggleTrigger:before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/btn-arrow-inactive.png) center center/contain
		no-repeat;
}

.terms-wrap .terms-list.checked .toggleTrigger:before {
	background: url(../img/btn/btn-arrow-inactive-white.png) center center/contain
		no-repeat;
}

.terms-wrap .terms-list.active .terms-tit .toggleTrigger:before {
	background: url(../img/btn/btn-arrow-active.png) center center/contain
		no-repeat;
}

.terms-wrap .terms-list.active.checked .terms-tit .toggleTrigger:before
	{
	background: url(../img/btn/btn-arrow-active-white.png) center center/contain
		no-repeat;
}

.terms-wrap .terms-cont {
	display: none;
	margin: 0 14px;
}

.terms-wrap .terms-list.active .terms-cont {
	display: block;
}

.terms-wrap .terms-list .terms-cont .terms-cont-inner {
	display: flex;
	flex-direction: column;
	color: #818181;
	padding: 24px 0 0;
	border-top: 1px solid #d9d9d9;
	gap: 16px;
	max-height: 170px;
	overflow-y: auto;
}

.terms-wrap .terms-list .terms-cont .terms-cont-inner strong {
	color: #000;
}

/* steps-list */
.steps-list {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.steps-list ol {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.steps-list ol li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00534C;
	border: 1px solid #00534C;
	color: #fff;
	width: 28px;
	height: 28px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 50%;
}

.steps-list ol li:not(:last-child):after {
	display: block;
	content: '';
	position: absolute;
	left: calc(100% + 1px);
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 1px;
	background-color: #ccc;
}

.steps-list ol li.current-page ~ li {
	border: 1px solid #ccc;
	color: #ccc;
	background-color: #fff;
}

/* member-complete */
.member-complete {
	font-size: 25px;
	color: #818181;
	font-weight: 800;
}

/* dashboard */
.dashboard {
	
}

.dashboard-list {
	margin-left: 6px;
}

.dashboard-list .dashboard-scroll {
	display: flex;
	width: 100%;
	scroll-padding: 0 16px;
	scroll-snap-type: x mandatory;
	-webkit-scroll-snap-type: x mandatory;
	overflow-x: auto;
	flex-direction: column;
}

.dashboard-list ul {
	display: flex;
	gap: 30px;
	padding: 15px;
}

.dashboard-list ul li {
	position: relative;
}

.dashboard-list ul li:last-child .list {
	margin-right: 20px;
}

.dashboard-list ul li .list {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
	margin-top: 26px;
	border-radius: 20px;
	padding: 0 10px 15px;
	width: 130px;
}

.dashboard-list ul.steps li:not(:last-child):after {
	display: block;
	content: '';
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: url(../images/dashboard-arrow.png) center center/contain
		no-repeat;
}

.dashboard-list ul li.active .list {
	background-color: #00534C;
	color: #fff;
}

.dashboard-list ul li .list .ico {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background-color: #00534C;
	border-radius: 50%;
	margin: 0px auto -26px;
	z-index: 1;
	top: -26px;
}

.dashboard-list ul li.active .list .ico {
	background-color: #188279;
}

.dashboard-list ul li .list .ico img {
	width: 30px;
}

.dashboard-list ul li .list.no-overflow {
	margin-top: 0;
	padding: 27px 10px;
}

.dashboard-list ul li .list.no-overflow .ico {
	margin: 0;
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	top: 0;
}

.dashboard-list ul li .list.no-overflow .ico img {
	width: 36px;
}

.dashboard-list ul li .list strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 18px;
}

.dashboard-list ul li .list span {
	display: block;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}

.dashboard-list ul li .list .txt_line1 {
	padding: 30px 0 8px 0;
}

.dashboard-list ul li .list .txt_line2 {
	padding: 20px 0 0 0;
}

.dashboard-list .view-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
	border-radius: 50%;
	width: 96px;
	height: 96px;
}

.dashboard-list .view-more .thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}

.dashboard-list .view-more .thumb img {
	width: 14px;
	height: 14px;
}

.dashboard-list .view-more strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.dashboard-list .view-more span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.dashboard-trends {
	margin-top: 30px;
}

.dashboard-trends .list {
	display: flex;
	gap: 15px
}

.dashboard-trends .list:not(:last-child) {
	margin-bottom: 20px;
}

.dashboard-trends .list .col {
	flex: 1;
}

.dashboard-trends .list .col a {
	display: block;
	padding: 12px;
	border-radius: 10px;
}

.dashboard-trends .list .col a:hover, .dashboard-trends .list .col a:focus,
	.dashboard-trends .list .col.active a {
	background-color: #F5F5F5;
}

.dashboard-trends .list dt {
	font-size: 14px;
	font-weight: 700;
}

.dashboard-trends .list dd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
}

.dashboard-trends .list .up dd {
	color: #D13125;
}

.dashboard-trends .list .down dd {
	color: #3470D6;
}

.dashboard-trends .list .arrow {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 8px;
	white-space: nowrap;
	align-items: center;
}

.dashboard-trends .list .arrow:before {
	content: '';
	width: 14px;
	height: 14px;
}

.dashboard-trends .list .up .arrow:before {
	background: url(../images/dashboard-uparrow.png) center center/contain
		no-repeat;
}

.dashboard-trends .list .down .arrow:before {
	background: url(../images/dashboard-downarrow.png) center center/contain
		no-repeat;
}

.dashboard-trends .list dd em {
	font-size: 19px;
	font-weight: 700;
}

/* dashboard-bid */
.dashboard-bid {
	
}

.dashboard-bid ul {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.dashboard-bid .list {
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.20);
	padding: 20px;
}

.dashboard-bid .bid-info .title {
	font-size: 19px;
	font-weight: 700;
	margin-top: 7px;
}

.dashboard-bid .bid-info .date {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	color: #818181;
	gap: 7px;
}

.dashboard-bid .bid-info .status {
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
}

.dashboard-bid .list .btn-wrap {
	margin-top: 6px;
}

@media screen and (min-width:768px) {
	.dashboard-bid ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

/* box-round */
.box-round {
	
}

.box-round ul {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(1, auto);
}

.box-round ul li {
	border-radius: 24px;
	background: #FFF;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
	padding: 30px 20px;
}

.box-round .box-header {
	position: relative;
	padding-bottom: 20px;
	padding-right: 30px;
	border-bottom: 1px solid #000;
}

.box-round .box-title {
	display: block;
	font-size: 17px;
	font-weight: 700;
}

.box-round .box-delete {
	position: absolute;
	right: -20px;
	top: -16px;
	width: 56px;
	height: 56px;
	background: url(../img/btn/btn-layer-close.png) center center/16px 16px
		no-repeat;
}

.box-round .box-content {
	padding-top: 30px;
}

@media screen and (min-width:768px) {
	.box-round ul {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* box-text */
.box-text {
	position: relative;
}

.box-text .bg {
	display: flex;
}

.box-text .bg img {
	width: 100%;
	height: 466px;
	object-fit: cover;
	border-radius: 25px;
	object-position: center bottom;
}

.box-text-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 70px 20px 70px 30px;
}

.box-text-inner strong {
	display: block;
	font-size: 26px;
	font-weight: 800;
	color: #fff;
}

.box-text-inner p {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	margin-top: 10px;
}

.box-text-inner p .shadow {
	font-size: 19px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: -19px;
	text-decoration-thickness: 24px;
	text-decoration-skip-ink: none;
	text-decoration-color: rgba(38, 64, 32, 0.70);
	border: 1px solid #264020;
}

.box-text-inner cite {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	font-style: normal;
	margin-top: 30px;
}

/* service */
.service-letter {
	position: relative;
}

.service-letter:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 5;
	width: 196px;
	height: 196px;
	background: url(../images/bg-kwe-vector02.png) center center/contain
		no-repeat;
	z-index: -1;
}

.service-list {
	
}

.service-list ul {
	
}

.service-list ul li {
	display: flex;
	align-items: center;
	filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.12));
	height: 250px;
}

.service-list ul li:not(:last-child) {
	margin-bottom: 20px;
}

.service-list ul li .thumb {
	display: flex;
	flex: 0 0 172px;
}

.service-list ul li .text {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 0 10px;
	flex: auto;
	border-radius: 0 24px 24px 0;
}

.service-list ul li .text strong {
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: #01534D;
}

.service-list ul li .text hr {
	border: 0;
	border-top: 1px solid #e1e1e1;
	margin: 10px 0;
}

.service-list ul li .text p {
	font-size: 14px;
	font-weight: 600;
}

.service-title {
	
}

.service-title strong {
	display: block;
	font-size: 27px;
	font-weight: 800;
	color: #fff;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.37);
}

.service-title dl {
	margin-top: 60px;
}

.service-title dl dt {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}

.service-title dl dd {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

.service-title dl dd:not(:last-child) {
	margin-bottom: 4px;
}

.service-title dl dd em {
	font-size: 28px;
	font-weight: 800;
	color: #fff;
}

/* 240529 메인 수정 */
.main01 h1 {
	line-height: 40px;
}

.main01_btn {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 16px;
}

.main01_btn .greenlinebtn {
	border: 1px solid #00534C;
	border-radius: 3px;
}

.main01_btn .greenlinebtn a {
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 20px;
	display: block;
}

.main01_btn .greenbtn {
	border-radius: 3px;
	background: #00534C;
}

.main01_btn .greenbtn a {
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 20px;
	display: block;
}

.main01 .main-waste {
	position: relative;
	display: block;
	margin-top: 40px;
	background-color: #fff;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
	height: auto;
	border-radius: 16px;
	width: 100%;
	padding: 15px 15px;
	overflow: hidden;
}

.main01 .main-waste>.title {
	position: relative;
	border-bottom: 1px solid #ccc;
}

.main01 .main-waste ul {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.main01 .main-waste>.title ul li {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	line-height: 50px;
	width: 50%;
	cursor: pointer;
}

.main01 .main-waste>.title ul li p {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

.main01 .main-waste ul>.tab_on, .main01 .main-waste ul>.tab_off {
	position: relative;
}

.main01 .main-waste ul>.tab_on a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;
	color: #00534C;
	line-height: 50px;
	height: 50px;
	width: 20px;
}

.main01 .main-waste .more_0701 {
	position:absolute!important;
	background: url('/mobile/common/img/btn/btn-waste-more-on.png') no-repeat center center!important;
	width: 12px;
	height: 12px;
	bottom:20px;
	right:10px;
}

.main01 .main-waste ul>.tab_on a:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid #00534C
}

.main01 .main-waste ul>.tab_off {
	color: #ccc;
}

.main01 .main-waste ul>.tab_off a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: right;
	line-height: 50px;
	height: 50px;
	width: 20px;
}
.main01 .main-waste .more_0702 {
	position:absolute;
	background: url('/mobile/common/img/btn/btn-waste-more-off.png') no-repeat center center;
	width: 12px;
	height: 12px;
	bottom:20px;
	right:10px;
}
.main01 .main-waste ul .tab_on a img, .main01 .main-waste ul .tab_off a img
	{
	width: 12px;
}

.main01 .main-waste ul .tab_on a strong {
	font-size: 16px;
	font-weight: 700;
}

.main01 .main-waste>.content {
	position: relative;
}

.main01 .main-waste>.content .txt_list_type1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 0 40px;
	width: 100%;
}

.main01 .main-waste>.content .txt_list_type1 li {
	position: relative;
	width: calc(100% - 10px);
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
}

.main01 .main-waste>.content .txt_list_type1 li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.main01 .main-waste>.content .txt_list_type1 li p {
	line-height: 20px;
	float: right;
	margin-top: 0;
}

.main01 .main-waste>.content .txt_list_type1 li p.waste-Txt {
	float: left;
}

.main01 .main-waste>.content .txt_list_type1 li p.waste-Txt a {
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin-left: 5px;
}

.main01 .main-waste>.content .txt_list_type1 li p.waste-Txt .strongTxt {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
	text-align: left;
	display: inline-block;
	max-width: 85px;
}

.main01 .main-waste>.content .txt_list_type1 li p.waste-Txt img {
	position: absolute;
	width: 20px;
	height: 20px;
}

.main01 .main-waste>.content .txt_list_type1 li p.up span:first-child,
	.main01 .main-waste>.content .txt_list_type1 li p.down span:first-child,
	.main01 .main-waste>.content .txt_list_type1 li p.none span:first-child
	{
	margin-right: 10px;
	text-align: left;
	line-height: 20px;
}

.main01 .main-waste>.content .txt_list_type1 li p.up span.num1:last-child,
	.main01 .main-waste>.content .txt_list_type1 li p.down span.num1:last-child,
	.main01 .main-waste>.content .txt_list_type1 li p.none span.num1:last-child
	{
	width: 80px;
	display: inline-block;
}

.main01 .main-waste>.content .txt_list_type1 li p.up span.num2:last-child,
	.main01 .main-waste>.content .txt_list_type1 li p.down span.num2:last-child,
	.main01 .main-waste>.content .txt_list_type1 li p.none span.num2:last-child
	{
	width: 55px;
	display: inline-block;
}

.section.sec2 .cont_area2 .txt_list_type1 li p.up span.num3,
.section.sec2 .cont_area2 .txt_list_type1 li p.down span.num3,
.section.sec2 .cont_area .txt_list_type1 li p.none span.num3 {width: 60px;text-align: right;}
.section.sec2 .cont_area2 .txt_list_type1 li p.up span.num4,
.section.sec2 .cont_area2 .txt_list_type1 li p.down span.num4,
.section.sec2 .cont_area .txt_list_type1 li p.none span.num4 {width: 50px;text-align: right;}.main01 .main-waste>.content .txt_list_type1 li p.up span.num3,
	.main01 .main-waste>.content .txt_list_type1 li p.down span.num3,
	.main01 .main-waste>.content .txt_list_type1 li p.none span.num3
	{
	width: 70px;
	display: inline-block;
	text-align: right;
}

.main01 .main-waste>.content .txt_list_type1 li p.up span.num4,
	.main01 .main-waste>.content .txt_list_type1 li p.down span.num4,
	.main01 .main-waste>.content .txt_list_type1 li p.none span.num4
	{
	width: 60px;
	display: inline-block;
	text-align: right;
}

.main01 .main-waste>.content .txt_list_type1 li .down {
	color: #3470D6;
}

.main01 .main-waste>.content .txt_list_type1 li .up {
	color: #D13125;
}

.main01 .main-waste>.content .txt_list_type1 li .count-num {
	font-size: 14px;
}

.main01 .main-waste>.content .txt_list_type1 li .count-num.num1 {
	font-size: 19px;
	font-weight: bold;
}

.main01 .main-waste>.content .txt_list_type1 li p.up span:first-child {
	background: url('../images/num_up.png') no-repeat left center;
	padding-left: 22px;
	color: #D13125;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.42px;
}

.main01 .main-waste>.content .txt_list_type1 li p.up span:last-child {
	color: #D13125;
	text-align: right;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: -0.57px;
}

.main01 .main-waste>.content .txt_list_type1 li p.down span:first-child
	{
	background: url('../images/num_down.png') no-repeat left center;
	padding-left: 22px;
	color: #3470D6;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.42px;
}

.main01 .main-waste>.content .txt_list_type1 li p.down span:last-child {
	color: #3470D6;
	text-align: right;
	font-size: 19px;
	font-weight: 700;
}

.main01 .main-waste>.content .txt_list_type1 li p.none span:first-child
	{
	background: url('../images/num_defalut.png') no-repeat left center;
	padding-left: 22px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.42px;
}

.main01 .main-waste>.content .txt_list_type1 li p.none span:last-child {
	color: #000;
	text-align: right;
	font-size: 19px;
	font-weight: 700;
}

.main01 .main-waste_btn {
	margin-top: 40px;
	letter-spacing: -1px;
}

.main01 .main-waste_btn ul {
	display: grid;
	gap: 17px;
	grid-template-columns: 1fr 1fr;
}

.main01 .main-waste_btn ul li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
	height: 70px;
	border-radius: 16px;
	gap: 15px;
	width: 100%;
}

.main01 .main-waste_btn ul li a img {
	width: 6px;
	height: 9px;
}

.main01 .main-waste_btn ul li a strong {
	font-size: 16px;
	font-weight: 700;
}

.main01 .main-waste h1 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	line-height: 50px;
	margin-bottom: 10px;
}

.main01 .main-waste .main-waste-tab {
	background: #f5f5f5;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.main01 .main-waste .main-waste-tab>ul {
	height: auto;
	text-align: center;
}

.main01 .main-waste .main-waste-tab>ul li {
	height: 48px;
	cursor: pointer;
}

.main01 .main-waste .main-waste-tab>ul li p {
	font-size: 18px;
	margin-right: 20px;
}

.main01 .main-waste .main-waste-tab .tab2_on, .main01 .main-waste .main-waste-tab .tab2_off
	{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 48px;
}

.main01 .main-waste .main-waste-tab .tab2_on a, .main01 .main-waste .main-waste-tab .tab2_off a
	{
	line-height: 48px;
	height: 48px;
	width: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.main01 .main-waste .main-waste-tab .tab2_on {
	background: #000;
	color: #fff;
	border-radius: 5px;
}

.main01 .main-waste .main-waste-tab .tab2_off {
	color: #ccc;
}

.main01 .main-waste .main-waste-list {
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 11px;
	max-height: 20%;
}

.main01 .main-waste .main-waste-list .main-waste-ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.main01 .main-waste .main-waste-list .main-waste-ul .main-waste-label {
	border-radius: 5px;
	border: 1px solid #00534C;
	padding: 2px 10px;
	color: #00534c;
	font-weight: bold;
	font-size: 13px;
	max-width: 307px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}


.main01 .main-waste .main-waste-list .main-waste-ul .main-waste-status1 {
    border-radius: 5px;
    border: 1px solid #00534C;
    padding: 2px 10px;
    color: #ffffff;
    background: #00534c;
    font-weight: bold;
    font-size: 13px;
    max-width: 307px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.main01 .main-waste .main-waste-list .main-waste-ul .main-waste-status2 {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 2px 10px;
    color: #ffffff;
    background: #000;
    font-weight: bold;
    font-size: 13px;
    max-width: 307px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.main01 .main-waste .main-waste-list .main-waste-ul .main-waste-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	max-width: 307px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}

.main01 .main-waste .main-waste-list .main-waste-ul .main-waste-day {
	font-size: 14px;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #818181
}

.main01 .main-waste .main-waste-list .main-waste-ul .main-waste-year {
	font-size: 15px;
	line-height: 15px;
	padding-top: 10px;
	color: #000;
	font-weight: bold;
}

.main01 .main-waste .main-waste-list .main-waste-ul .main-waste-year .more_0604
	{
	width: 50px;
	height: 50px;
	position: absolute;
	background: url('../images/more-btn-on.png') no-repeat center center;
	right: 0;
	bottom: -10px;
}

.main01 .main-waste .main-waste-list .main-waste-ul .main-waste-year .more_0604 a
	{
	display: block;
	width: 50px;
	height: 50px;
}

.main01 .main-waste .util_bar3 {
	position: relative;
	text-align: center;
	width: 100%;
	height: 10px;
}

.main01 .main-waste .util_bar3 .swiper-pagination {
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}

.main01 .main-waste .util_bar3 .swiper-pagination .swiper-pagination-bullet
	{
	position: relative;
}

.main01 .main-waste .util_bar3 .swiper-pagination .swiper-pagination-bullet-active
	{
	opacity: var(- -swiper-pagination-bullet-opacity, 1);
	background: var(- -swiper-pagination-color, #00534C);
}

.main02 .main-inquiry_24ver {
	justify-content: center;
	padding: 15px;
	height: 172px;
}

.main02 .main-inquiry_24ver h1 {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	line-height: 22px;
	text-align: left;
}

.main02 .main-inquiry_24ver .btn-wrap {
	margin-top: 0;
}

.main02 .main-inquiry_24ver .btn-wrap .btn-outline-2024 {
	letter-spacing: -1px;
	width: 100%;
	padding: 15px 15px;
	position: relative;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #fff;
	white-space: normal;
	background: #ffffff1f;
	color: #fff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.main02 .main-inquiry_24ver .btn-wrap .btn-outline-2024 img {
	padding-bottom: 10px
}

/* 그래프 레이어팝업 */
.layer_pop {
	display: block;
	padding: 0;
	position: absolute;
	top: 40%;
	left: 5%;
	width: 90%;
	border-radius: 3px;
	background: #fff;
	z-index: 10000;
	border: 1px solid #00534C;
}

.layer_pop>p {
	width: 16px;
	height: 11px;
	position: absolute;
	top: -11px;
	z-index: 100000;
	left: 89px;
}

.layer_pop .pop_header {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

.layer_pop .pop_header p {
	width: 16px;
	height: 11px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	background: red;
}

.layer_pop .pop_header button.layer_close {
	width: 15px;
	height: 15px;
	padding: 15px;
	float: right;
	border: none;
	background: url('/mobile/common/img/btn/btn-layer-close2.png') no-repeat
		center center;
}

.layer_pop .pop_body {
	width: 100%;
	height: 100%;
	background: white;
	vertical-align: middle;
	margin-top: 15px;
}

.pop_body>canvas {
	padding: 0 10px 10px 10px;
}

/* 대시보드 세로형 */
.dashboard-list2 {
	margin-left: 6px;
	margin-bottom: -25px;
}

.dashboard-list2 ul {
	display: flex;
	gap: 5px;
	padding: 0 15px 15px 15px;
	flex-direction: column;
}

.dashboard-list2 ul li {
	position: relative;
}

.dashboard-list2 ul li:after {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 99px;
	width: 10px;
	height: 9px;
	background: url(/mobile/common/img/btn/btn-arrow-bottom.png) center
		center/contain no-repeat;
	z-index: 2;
}

.dashboard-list2 ul li:last-child::after {
	content: none;
}

.dashboard-list2 ul li .list {
	border: 1px solid #f1f1f1;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.12);
	margin-top: 20px;
	margin-left: 28px;
	border-radius: 5px;
	padding: 0px 80px 15px;
	width: 90%;
	height: 70px;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
}

.dashboard-list2 ul li.active .list {
	background-color: #00534C;
	color: #fff;
}

.dashboard-list2 ul li .list .ico {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background-color: #00534C;
	border-radius: 50%;
	z-index: 1;
	left: -30px;
	top: 8px;
}

.dashboard-list2 ul li.active .list .ico {
	background-color: #188279;
}

.dashboard-list2 ul li .list .ico img {
	width: 30px;
}

.dashboard-list2 ul li .list.no-overflow {
	margin-top: 0;
	padding: 27px 10px;
}

.dashboard-list2 ul li .list.no-overflow .ico {
	margin: 0;
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	top: 0;
}

.dashboard-list2 ul li .list.no-overflow .ico img {
	width: 36px;
}

.dashboard-list2 ul li .list strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	line-height: 18px;
}

.dashboard-list2 ul li .list span {
	display: block;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	right: 0;
	background: #f6f6f6;
	width: 120px;
	height: 100%;
	top: 0;
	line-height: 70px;
	border-radius: 0 5px 5px 0;
}
.dashboard-list2 ul li .list span:before {
	display: block;
	content: '';
	position: absolute;
	right: 5px;
	top: 30px;
	width: 6px;
	height: 9px;
	background: url(/mobile/common/img/btn/btn-arrow-right.png) center
		center/contain no-repeat;
	z-index: 2;
}
.dashboard-list2 ul li .list .txt_line1 {
	padding: 25px 0 8px 0;
}

.dashboard-list2 ul li .list .txt_line2 {
	padding: 20px 0 0 0;
}

.dashboard-list2 .view-more {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #F5F5F5;
	border-radius: 50%;
	width: 96px;
	height: 96px;
}

.dashboard-list2 .view-more .thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}

.dashboard-list2 .view-more .thumb img {
	width: 14px;
	height: 14px;
}

.dashboard-list2 .view-more strong {
	display: block;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

.dashboard-list2 .view-more span {
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.swiper-container {
	width: 100%; /* 스와이퍼 컨테이너 너비를 100%로 설정 */
	height: auto; /* 필요한 높이 설정 */
	overflow: hidden; /* 넘치는 부분 숨기기 */
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 100%; /* 슬라이드 너비를 부모 요소에 맞춤 */
	height: 100%; /* 슬라이드 높이를 부모 요소에 맞춤 */
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box; /* 내부 패딩과 경계를 포함하여 크기 계산 */
	overflow: hidden; /* 넘치는 부분 숨기기 */
}

.swiper-wrapper {
	width: 100%;
	height: auto;
}

.main-waste-list {
	flex: 1; /* 자동으로 너비 조정 */
	overflow: hidden; /* 넘치는 부분 숨기기 */
	box-sizing: border-box; /* 패딩과 테두리를 포함한 너비 계산 */
	list-style: none;
	width: 100%;
	height: 100%;
}

.main-waste-ul {
	flex: 1; /* 자동으로 너비 조정 */
	max-width: 100%; /* 최대 너비를 부모 요소의 너비에 맞춤 */
	box-sizing: border-box; /* 패딩과 테두리를 포함한 너비 계산 */
}

@media screen and (max-width:400px) {
	.main02 .main-inquiry_24ver .btn-wrap .btn-outline-2024 {
		width: auto;
	}
}

@media screen and (max-width:374px) {
	.dashboard-list2 ul li .list {
		padding-left: 40px;
	}
	.dashboard-list2 ul li .list span {
		width: 80px;
		font-size: 20px;
	}
	.dashboard-list2 ul li .list .txt_line1 {
		text-align: left;
	}
	.main01 {
		scale: 0.8;
	}
	.layer_pop {
		scale: 0.8;
		top: 30px;
		left: -10px;
	}
}

.header .header-inner .logo {
	width: 80%
}

.header .header-inner .logo a {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
}

.header .header-inner .logo a:after {
	display: block;
	content: '';
	width: 185px;
	height: 36px;
	background: url(../images/logo-krx.png) center center/contain no-repeat;
	margin-left: 10px;
}

.main-waste2 {margin-top:0!important;}
.main-waste-list2 {height: 150px;padding:20px 0;border-bottom: 1px solid #ccc;margin-bottom: 11px;}
.main-waste-list2:last-child {border-bottom:0;margin-bottom: -15px;padding:20px 0 0 0 ;}
.main01 .main-waste .main-waste-list2 .main-waste-ul {display: flex;flex-direction: column;align-items: flex-start;}
.main01 .main-waste .main-waste-list2 .main-waste-ul .main-waste-label {border-radius: 5px;	border: 1px solid #00534C;padding: 2px 10px;color: #00534c;font-weight: bold;font-size: 13px;max-width: 307px;overflow: hidden;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;}
.main01 .main-waste .main-waste-list2 .main-waste-ul .main-waste-title {font-size: 20px;font-weight: bold;line-height: 20px;padding-top: 10px;max-width: 307px;overflow: hidden;text-overflow: ellipsis;word-break: break-all;white-space: nowrap;}
.main01 .main-waste .main-waste-list2 .main-waste-ul .main-waste-day {font-size: 14px;line-height: 14px;padding-top: 10px;color: #818181}
.main01 .main-waste .main-waste-list2 .main-waste-ul .main-waste-year {font-size: 15px;line-height: 15px;padding-top: 10px;color: #000;font-weight: bold;}
.main01 .main-waste .main-waste-list2 .main-waste-ul .main-waste-year .more_0604{width: 50px;height: 50px;position: absolute;background: url('../images/more-btn-on.png') no-repeat center center;right: 0;bottom: -10px;}
.main01 .main-waste .main-waste-list2 .main-waste-ul .main-waste-year .more_0604 a	{display: block;width: 50px;height: 50px;}

.main01 .main-waste .main-waste-list2 .main-waste-ul .main-waste-status1 {
    border-radius: 5px;
    border: 1px solid #00534C;
    padding: 2px 10px;
    color: #ffffff;
    background: #00534c;
    font-weight: bold;
    font-size: 13px;
    max-width: 307px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;	
}
.main01 .main-waste .main-waste-list2 .main-waste-ul .main-waste-status2 {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 2px 10px;
    color: #ffffff;
    background: #000;
    font-weight: bold;
    font-size: 13px;
    max-width: 307px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.main01 .waste-list a {
	position:relative;
	display: block;
	line-height: 20px;
	height: 20px;
	width: 20px;
	float: right;
	margin-top: 15px;
}

.main01 .waste-list .more_0725 {
	position:absolute!important;
	background: url('../images/more_0115.png') no-repeat center center!important;
	width: 18px;
	height: 18px;
	top:1px;
	right:1px;
}