.btn-unstyled {margin: 0;padding: 0;border: 0;background: none;color: inherit;font: inherit;line-height: inherit;letter-spacing: inherit;text-align: inherit;appearance: none;-webkit-appearance: none;cursor: pointer;}
.unblock .call_info_des.bgType1 {
  position: relative;
  margin-top: 30px;
  padding-block: 30px;
  height: auto;
  background: url('https://img.megastudy.net/common/bg_notice_box_middle.jpg') repeat-y;

  &::before,
  &::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
  }

  &::before {
    top:0;
    background-image: url('https://img.megastudy.net/common/bg_notice_box_top.jpg');
  }

  &::after {
    bottom:0;
    background-image: url('https://img.megastudy.net/common/bg_notice_box_bottom.jpg');
  }

  .desc_bx {
    background: url('https://img.megastudy.net/common/ico_warning01.jpg') 47px 22px no-repeat;
  }
}
.unblock .counsel_renewal .call_info_des.bgType1 .desc_bx .list {
	padding-right: 20px;

	.color-primary {
		color: #0082ff;
	}
}

.unblock .desc_bx .list li {
	position: relative;
	padding-left: 12px;
	line-height: 1.4;
	word-break: keep-all;

	&::after {
		content: '-';
		position: absolute;
		top: 0;
		left: 0;
	}
}

.unblock .counsel_renewal .call_info_des .desc_bx .btn_area {
	display: flex;
	gap: 10px;
}

.unblock .desc_bx .btn-download {
	color: #fff;
	background: #000;

	.txt {
		padding-right: 0;

		&::before {
			display: none;
		}

		&::after {
			content: '';
			display: inline-block;
			margin-left: 6px;
			width: 14px;
			aspect-ratio: 1 / 1;
			vertical-align: -2px;
			background: url('https://img.megastudy.net/common/ico_download01.png') no-repeat;
			background-size: cover;
		}
	}
}

.unblock .counsel_renewal .call_btn_bx {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-top: 0;
}

.unblock .counsel_renewal .call_btn_bx .btn_declare {
	padding-inline: 45px 35px;

	&::after {
		position: static;
		display: inline-block;
		margin-left: 20px;
		vertical-align: middle;
	}

	&.btn_status {
		background: #2f476d;
	}
}

.unblock #claimLstArea {
	margin-top: 50px;
}

.unblock .color-red {
	color: #fc5252 !important;
}

.unblock .color-blue {
	color: #1677cb !important;
}

.unblock .color-gray {
	color: #999 !important;
}

.unblock .counsel_renewal .lst_type_table td.td_lft .btn-unstyled:hover {
	text-decoration: underline;
	text-underline-position: under;
}

.unblock .counsel_renewal .input_type.w30 {
    width: 30%;
}

.unblock .counsel_renewal .input_type:has(input[type='date']) {
	display: inline-block;
	width: auto;

	input[type='date'] {
		text-indent: 5px;
	}
}

.unblock .email-field {
	display: flex;
	gap: 5px;
	align-items: center;

	select {
		height: 26px;
		border: 1px solid #d6d6d6;
		box-sizing: border-box;
	}
}

.unblock .mt5 {
  margin-top: 5px !important;
}

.unblock .mt10 {
	margin-top: 10px !important;
}


.unblock .notice2.mt10 li {
	padding-left: 10px;
	text-indent: -10px;
	line-height: 1.2;
}

.unblock .textarea-output {
	min-height: 100px;
}

.unblock .view_btn_bx .btn_blue {
	background: #2f476d;
}

.unblock .counsel_renewal .write_type_table.type2.view td {
	padding-inline: 15px;
}

.unblock .write_type_table.view .uploadFileName a#tmp_txt {
	margin-left: 0;
	color: #0082ff;
	text-decoration: underline;
	text-underline-position: under;
}

.unblock .counsel_renewal .write_type_table.view td:has(.status) {
  padding-block: 15px;
}

.bt_upload {
  font-size: 14px;
  color: #fff !important;
  background: #b3b3b3;
  height: 29px;
  line-height: 27px;
  padding: 0 30px;
  margin-top: 5px;
  display: inline-block;
  overflow: hidden;
  font-family: "¸¼Àº °íµñ",Malgun Gothic;
  margin-bottom: 5px;
}
.counsel_renewal .lst_type_table td, .counsel_renewal .lst_type_table th{border-left: 1px solid #e2e2e2;}
.counsel_renewal .lst_type_table tr td:first-child, .counsel_renewal .lst_type_table tr th:first-child{border-left: 0}
.lst_type_table_title{font-size: 20px;font-weight: bold;line-height: 2;}
.report__txt{display: block;}