@charset "UTF-8";

#acaDetailModal {
	position: fixed;
	inset: 0;
	z-index: 9999;
}

#acaDetailModal .acaModalDim {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .35);
}

#acaDetailModal .acaModalBox {
	position: fixed;
	left: 50%;
	top: 60px;
	transform: translate(-50%);
	width: 980px;
	height: auto;
	background: #fff;
	max-height: calc(100vh - 120px);
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

#acaDetailModal .acaModalHeader {
	height: 44px;
	background: #2a6fb3;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px;
	box-sizing: border-box;
}

#acaDetailModal .acaModalHeader h2 {
	font-size: 18px;
	font-weight: 700;
}

#acaDetailModal .acaModalHeader .btnClose {
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

#acaDetailModal .acaModalBody {
	background: #eef2f6;
	padding: 14px;
	box-sizing: border-box;
	height: auto;
	max-height: calc(100vh - 120px - 44px);
	overflow: auto;
}

#acaDetailModal .bodyTop {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-bottom: 10px;
}

#acaDetailModal .bodyTop .btn {
	flex: 0 0 auto;
	width: auto;
	height: 30px;
	min-width: 0;
	padding: 0 10px;
	border: 1px solid #2a6fb3;
	color: #ffffff;
	background: #2a6fb3;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	line-height: 28px;
}

#acaDetailModal .bodyTop .btn:hover {
	filter: brightness(1.05);
}

#acaDetailModal .content {
	background: #fff;
	padding: 10px;
	border: 1px solid #d4dbe3;
}

#acaDetailModal .acaTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	background: #ffffff;
}

#acaDetailModal .acaTable th,
#acaDetailModal .acaTable td {
	border: 1px solid #d9dee5;
	padding: 10px 12px;
	font-size: 13px;
	vertical-align: middle;
	word-break: break-all;
}

#acaDetailModal .acaTable th {
	background: #eef2f6;
	font-weight: 700;
	color: #222;
	text-align: left;
	width: 160px;
}

#acaDetailModal .acaTable td {
	background: #ffffff;
	color: #111;
}

/* 모달 팝업 */
.jq_modal_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	overflow-y: scroll;
	left: 0;
	top: 0;
}

.jq_modal_wrap > div {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

.jq_modal_wrap > div > div {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	overflow-y: auto;
}

#jq_modal_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 999;
}

#jq_modal_bg.jq_modal_bg_open {
	animation: bgopen 0.25s forwards;
}

#jq_modal_bg.jq_modal_bg_close {
	animation: bgclose 0.25s forwards;
}

.laymodal:focus {
	outline: none;
}

.laymodal {
	border: 1px solid #b3b3b3;
	display: none;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.25s;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	border-radius: 7px;
	flex-direction: column;
}

.laymodal .laymodal-content,
.laymodal .laymodal-footer {
	padding: 30px;
}

.laymodal .laymodal-content {
	flex: 1;
}

.laymodal .laymodal-footer {
	padding-top: 0;
	font-size: 0;
	display: flex;
}

.laymodal .laymodal-footer > * {
	min-width: 80px;
	border-radius: 4px;
}

.laymodal .laymodal-footer > * + * {
	margin-left: 7px;
}

.laymodal .laymodal-footer .fx-pull-left, .laymodal .laymodal-footer .fx-pull-right {
	display: flex;
}

.laymodal .laymodal-footer .fx-pull-left > *, .laymodal .laymodal-footer .fx-pull-right > * {
	min-width: 80px;
	border-radius: 4px;
}

.laymodal .laymodal-footer .fx-pull-left > * + *, .laymodal .laymodal-footer .fx-pull-right > * + * {
	margin-left: 7px;
}

.laymodal .laymodal-footer .fx-pull-left {
	margin-left: 0;
	margin-right: auto;
}

.laymodal .laymodal-footer .fx-pull-right {
	margin-left: auto;
	margin-right: 0;
}

.laymodal .laymodal-header {
	position: relative;
	height: 50px;
	padding: 0 15px;
	line-height: 50px;
	border-bottom: 1px solid #efefef;
}

.laymodal .laymodal-header h2 {
	margin: 0;
	padding: 0;
	font-weight: 100;
	font-size: 18px !important;
	font-weight: 500 !important;
	display: inline-block;
	color: #111;
	padding-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	box-sizing: border-box;
}

.laymodal .laymodal-content {
	background: #fff;
	padding: 15px;
}

.laymodal .laymodal-footer {
	text-align: center;
}

.laymodal .laymodal-close {
	width: 34px;
	height: 34px;
	background: none;
	font-size: 0;
	position: absolute;
	top: 7px;
	right: 10px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
}

.laymodal .laymodal-close::after, .laymodal .laymodal-close::before {
	content: "";
	position: absolute;
	background: #111;
	width: 22px;
	top: 50%;
	height: 1.5px;
	left: calc(50% - 11px);
	transition: all 0.3s;
}

.laymodal .laymodal-close::after {
	transform: rotate(-45deg);
}

.laymodal .laymodal-close::before {
	transform: rotate(45deg);
}

.laymodal .laymodal-close:hover::after {
	transform: rotate(45deg);
}

.laymodal .laymodal-close:hover::before {
	transform: rotate(135deg);
}

.laymodal.modal_open {
	animation: modalopen 0.3s forwards;
}

.laymodal.modal_close {
	animation: modalclose 0.3s forwards;
}

.laymodal-focusclose {
	position: absolute;
	width: 0;
	height: 0;
	box-sizing: border-box;
	padding: 0;
	bottom: 0;
	outline: none;
	-ms-outline: none;
	margin: 0;
	opacity: 0;
}

@keyframes bgopen {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes bgclose {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes modalopen {
	0% {
		opacity: 0;
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes modalclose {
	0% {
		opacity: 1;
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		transform: translateY(-100px);
	}
}
.jq_modal_wrap {
	margin: 0 !important;
}

.laymodal {
	border: 0;
	padding-bottom: 25px;
}

.laymodal .laymodal-header {
	background: rgb(33, 107, 167);
	background: linear-gradient(117deg, rgb(33, 107, 167) 5%, rgb(42, 142, 214) 59%, rgb(35, 167, 155) 100%);
	background: #4689da;
}

.laymodal .laymodal-header h2 {
	font-family: "noto";
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

.laymodal .laymodal-content {
	padding: 25px;
	padding-bottom: 0;
	overflow-y: auto;
	max-height: calc(100vh - 220px);
}

.laymodal .laymodal-content section + section {
	margin-top: 30px;
}

.laymodal .laymodal-footer {
	display: flex;
	padding-top: 25px;
	justify-content: center;
	padding-bottom: 0;
}

.laymodal .laymodal-footer [class*=cs-btn] {
	min-width: 100px;
}

.laymodal .laymodal-footer .__left {
	margin-left: 0;
	margin-right: auto;
}

.laymodal .laymodal-footer .__right {
	margin-right: 0;
	margin-left: auto;
}

.laymodal .laymodal-close::after, .laymodal .laymodal-close::before {
	background: #fff;
}

.laymodal.height100p {
	height: 100%;
}

.cs-table, .cs-table--selector {
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid #e5e7eb;
}

.cs-table table, .cs-table--selector table {
	width: calc(100% + 2px);
	position: relative;
	left: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
	table-layout: fixed;
	background: #fff;
}

.cs-table th, .cs-table--selector th {
	background: #f3f8fb;
	text-align: left;
}

.cs-table th, .cs-table td, .cs-table--selector th, .cs-table--selector td {
	border: 1px solid #eaedf3;
	padding: 4px 9px;
	height: 39px;
	box-sizing: border-box;
	font-size: 13px !important;
}

.cs-table th, .cs-table--selector th {
	border-color: #dfe5eb;
}

.cs-table .no-data, .cs-table--selector .no-data {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.cs-table .cell-error th, .cs-table .cell-error td, .cs-table--selector .cell-error th, .cs-table--selector .cell-error td {
	background: #e73e3e;
	color: #fff;
	border-color: #c53636;
}

.cs-table--selector tbody tr:not(.selected):hover th, .cs-table--selector tbody tr:not(.selected):hover td {
	background: #f2f3f6;
	transition: none;
}

.cs-table--selector .selected th, .cs-table--selector .selected td {
	background: #e1eef8;
	border-color: #cfe0ed;
}

.cs-table--selector .no-data {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	text-align: center;
}

.cs-table--tiny th, .cs-table--tiny td {
	padding: 4px 6px;
	height: 30px;
}

.cs-table--ex {
	position: relative;
	display: flex;
	flex-direction: column;
}

.cs-table--ex.cs-table--ex--m100p {
	max-height: calc(100vh - 240px);
}

.cs-table--ex .cs-table__title {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	color: #111111;
	padding-bottom: 10px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

.cs-table--ex .cs-table__header {
	padding-right: 5px;
	background: #ededed;
	border-bottom: 1px solid #dfe5eb;
	position: relative;
	z-index: 3;
}

.cs-table--ex .cs-table__body {
	overflow-y: scroll;
	overflow-x: hidden;
	flex: 1;
}

.cs-table--ex .cs-table__footer {
	padding-right: 5px;
	background: #ededed;
}

.cs-table--selector tr {
	cursor: pointer;
}

.cs-table--selector tr th, .cs-table--selector tr td {
	transition: background 0.25s;
}

.cs-table--line-gray {
	border-color: #d6d6d7;
}

.width5 {
	width: 5px !important;
}

.width10 {
	width: 10px !important;
}

.width15 {
	width: 15px !important;
}

.width20 {
	width: 20px !important;
}

.width25 {
	width: 25px !important;
}

.width30 {
	width: 30px !important;
}

.width35 {
	width: 35px !important;
}

.width40 {
	width: 40px !important;
}

.width45 {
	width: 45px !important;
}

.width50 {
	width: 50px !important;
}

.width55 {
	width: 55px !important;
}

.width60 {
	width: 60px !important;
}

.width65 {
	width: 65px !important;
}

.width70 {
	width: 70px !important;
}

.width75 {
	width: 75px !important;
}

.width80 {
	width: 80px !important;
}

.width85 {
	width: 85px !important;
}

.width90 {
	width: 90px !important;
}

.width95 {
	width: 95px !important;
}

.width100 {
	width: 100px !important;
}

.width105 {
	width: 105px !important;
}

.width110 {
	width: 110px !important;
}

.width115 {
	width: 115px !important;
}

.width120 {
	width: 120px !important;
}

.width125 {
	width: 125px !important;
}

.width130 {
	width: 130px !important;
}

.width135 {
	width: 135px !important;
}

.width140 {
	width: 140px !important;
}

.width145 {
	width: 145px !important;
}

.width150 {
	width: 150px !important;
}

.width155 {
	width: 155px !important;
}

.width160 {
	width: 160px !important;
}

.width165 {
	width: 165px !important;
}

.width170 {
	width: 170px !important;
}

.width175 {
	width: 175px !important;
}

.width180 {
	width: 180px !important;
}

.width185 {
	width: 185px !important;
}

.width190 {
	width: 190px !important;
}

.width195 {
	width: 195px !important;
}

.width200 {
	width: 200px !important;
}

.width205 {
	width: 205px !important;
}

.width210 {
	width: 210px !important;
}

.width215 {
	width: 215px !important;
}

.width220 {
	width: 220px !important;
}

.width225 {
	width: 225px !important;
}

.width230 {
	width: 230px !important;
}

.width235 {
	width: 235px !important;
}

.width240 {
	width: 240px !important;
}

.width245 {
	width: 245px !important;
}

.width250 {
	width: 250px !important;
}

.width255 {
	width: 255px !important;
}

.width260 {
	width: 260px !important;
}

.width265 {
	width: 265px !important;
}

.width270 {
	width: 270px !important;
}

.width275 {
	width: 275px !important;
}

.width280 {
	width: 280px !important;
}

.width285 {
	width: 285px !important;
}

.width290 {
	width: 290px !important;
}

.width295 {
	width: 295px !important;
}

.width300 {
	width: 300px !important;
}

.width305 {
	width: 305px !important;
}

.width310 {
	width: 310px !important;
}

.width315 {
	width: 315px !important;
}

.width320 {
	width: 320px !important;
}

.width325 {
	width: 325px !important;
}

.width330 {
	width: 330px !important;
}

.width335 {
	width: 335px !important;
}

.width340 {
	width: 340px !important;
}

.width345 {
	width: 345px !important;
}

.width350 {
	width: 350px !important;
}

.width355 {
	width: 355px !important;
}

.width360 {
	width: 360px !important;
}

.width365 {
	width: 365px !important;
}

.width370 {
	width: 370px !important;
}

.width375 {
	width: 375px !important;
}

.width380 {
	width: 380px !important;
}

.width385 {
	width: 385px !important;
}

.width390 {
	width: 390px !important;
}

.width395 {
	width: 395px !important;
}

.width400 {
	width: 400px !important;
}

.width405 {
	width: 405px !important;
}

.width410 {
	width: 410px !important;
}

.width415 {
	width: 415px !important;
}

.width420 {
	width: 420px !important;
}

.width425 {
	width: 425px !important;
}

.width430 {
	width: 430px !important;
}

.width435 {
	width: 435px !important;
}

.width440 {
	width: 440px !important;
}

.width445 {
	width: 445px !important;
}

.width450 {
	width: 450px !important;
}

.width455 {
	width: 455px !important;
}

.width460 {
	width: 460px !important;
}

.width465 {
	width: 465px !important;
}

.width470 {
	width: 470px !important;
}

.width475 {
	width: 475px !important;
}

.width480 {
	width: 480px !important;
}

.width485 {
	width: 485px !important;
}

.width490 {
	width: 490px !important;
}

.width495 {
	width: 495px !important;
}

.width500 {
	width: 500px !important;
}

.width505 {
	width: 505px !important;
}

.width510 {
	width: 510px !important;
}

.width515 {
	width: 515px !important;
}

.width520 {
	width: 520px !important;
}

.width525 {
	width: 525px !important;
}

.width530 {
	width: 530px !important;
}

.width535 {
	width: 535px !important;
}

.width540 {
	width: 540px !important;
}

.width545 {
	width: 545px !important;
}

.width550 {
	width: 550px !important;
}

.width555 {
	width: 555px !important;
}

.width560 {
	width: 560px !important;
}

.width565 {
	width: 565px !important;
}

.width570 {
	width: 570px !important;
}

.width575 {
	width: 575px !important;
}

.width580 {
	width: 580px !important;
}

.width585 {
	width: 585px !important;
}

.width590 {
	width: 590px !important;
}

.width595 {
	width: 595px !important;
}

.width600 {
	width: 600px !important;
}

.width605 {
	width: 605px !important;
}

.width610 {
	width: 610px !important;
}

.width615 {
	width: 615px !important;
}

.width620 {
	width: 620px !important;
}

.width625 {
	width: 625px !important;
}

.width630 {
	width: 630px !important;
}

.width635 {
	width: 635px !important;
}

.width640 {
	width: 640px !important;
}

.width645 {
	width: 645px !important;
}

.width650 {
	width: 650px !important;
}

.width655 {
	width: 655px !important;
}

.width660 {
	width: 660px !important;
}

.width665 {
	width: 665px !important;
}

.width670 {
	width: 670px !important;
}

.width675 {
	width: 675px !important;
}

.width680 {
	width: 680px !important;
}

.width685 {
	width: 685px !important;
}

.width690 {
	width: 690px !important;
}

.width695 {
	width: 695px !important;
}

.width700 {
	width: 700px !important;
}

.width705 {
	width: 705px !important;
}

.width710 {
	width: 710px !important;
}

.width715 {
	width: 715px !important;
}

.width720 {
	width: 720px !important;
}

.width725 {
	width: 725px !important;
}

.width730 {
	width: 730px !important;
}

.width735 {
	width: 735px !important;
}

.width740 {
	width: 740px !important;
}

.width745 {
	width: 745px !important;
}

.width750 {
	width: 750px !important;
}

.width755 {
	width: 755px !important;
}

.width760 {
	width: 760px !important;
}

.width765 {
	width: 765px !important;
}

.width770 {
	width: 770px !important;
}

.width775 {
	width: 775px !important;
}

.width780 {
	width: 780px !important;
}

.width785 {
	width: 785px !important;
}

.width790 {
	width: 790px !important;
}

.width795 {
	width: 795px !important;
}

.width800 {
	width: 800px !important;
}

.width805 {
	width: 805px !important;
}

.width810 {
	width: 810px !important;
}

.width815 {
	width: 815px !important;
}

.width820 {
	width: 820px !important;
}

.width825 {
	width: 825px !important;
}

.width830 {
	width: 830px !important;
}

.width835 {
	width: 835px !important;
}

.width840 {
	width: 840px !important;
}

.width845 {
	width: 845px !important;
}

.width850 {
	width: 850px !important;
}

.width855 {
	width: 855px !important;
}

.width860 {
	width: 860px !important;
}

.width865 {
	width: 865px !important;
}

.width870 {
	width: 870px !important;
}

.width875 {
	width: 875px !important;
}

.width880 {
	width: 880px !important;
}

.width885 {
	width: 885px !important;
}

.width890 {
	width: 890px !important;
}

.width895 {
	width: 895px !important;
}

.width900 {
	width: 900px !important;
}

.width905 {
	width: 905px !important;
}

.width910 {
	width: 910px !important;
}

.width915 {
	width: 915px !important;
}

.width920 {
	width: 920px !important;
}

.width925 {
	width: 925px !important;
}

.width930 {
	width: 930px !important;
}

.width935 {
	width: 935px !important;
}

.width940 {
	width: 940px !important;
}

.width945 {
	width: 945px !important;
}

.width950 {
	width: 950px !important;
}

.width955 {
	width: 955px !important;
}

.width960 {
	width: 960px !important;
}

.width965 {
	width: 965px !important;
}

.width970 {
	width: 970px !important;
}

.width975 {
	width: 975px !important;
}

.width980 {
	width: 980px !important;
}

.width985 {
	width: 985px !important;
}

.width990 {
	width: 990px !important;
}

.width995 {
	width: 995px !important;
}

.width1000 {
	width: 1000px !important;
}

.width1005 {
	width: 1005px !important;
}

.width1010 {
	width: 1010px !important;
}

.width1015 {
	width: 1015px !important;
}

.width1020 {
	width: 1020px !important;
}

.width1025 {
	width: 1025px !important;
}

.width1030 {
	width: 1030px !important;
}

.width1035 {
	width: 1035px !important;
}

.width1040 {
	width: 1040px !important;
}

.width1045 {
	width: 1045px !important;
}

.width1050 {
	width: 1050px !important;
}

.width1055 {
	width: 1055px !important;
}

.width1060 {
	width: 1060px !important;
}

.width1065 {
	width: 1065px !important;
}

.width1070 {
	width: 1070px !important;
}

.width1075 {
	width: 1075px !important;
}

.width1080 {
	width: 1080px !important;
}

.width1085 {
	width: 1085px !important;
}

.width1090 {
	width: 1090px !important;
}

.width1095 {
	width: 1095px !important;
}

.width1100 {
	width: 1100px !important;
}

.width1105 {
	width: 1105px !important;
}

.width1110 {
	width: 1110px !important;
}

.width1115 {
	width: 1115px !important;
}

.width1120 {
	width: 1120px !important;
}

.width1125 {
	width: 1125px !important;
}

.width1130 {
	width: 1130px !important;
}

.width1135 {
	width: 1135px !important;
}

.width1140 {
	width: 1140px !important;
}

.width1145 {
	width: 1145px !important;
}

.width1150 {
	width: 1150px !important;
}

.width1155 {
	width: 1155px !important;
}

.width1160 {
	width: 1160px !important;
}

.width1165 {
	width: 1165px !important;
}

.width1170 {
	width: 1170px !important;
}

.width1175 {
	width: 1175px !important;
}

.width1180 {
	width: 1180px !important;
}

.width1185 {
	width: 1185px !important;
}

.width1190 {
	width: 1190px !important;
}

.width1195 {
	width: 1195px !important;
}

.width1200 {
	width: 1200px !important;
}

.width1205 {
	width: 1205px !important;
}

.width1210 {
	width: 1210px !important;
}

.width1215 {
	width: 1215px !important;
}

.width1220 {
	width: 1220px !important;
}

.width1225 {
	width: 1225px !important;
}

.width1230 {
	width: 1230px !important;
}

.width1235 {
	width: 1235px !important;
}

.width1240 {
	width: 1240px !important;
}

.width1245 {
	width: 1245px !important;
}

.width1250 {
	width: 1250px !important;
}

.width1255 {
	width: 1255px !important;
}

.width1260 {
	width: 1260px !important;
}

.width1265 {
	width: 1265px !important;
}

.width1270 {
	width: 1270px !important;
}

.width1275 {
	width: 1275px !important;
}

.width1280 {
	width: 1280px !important;
}

.width1285 {
	width: 1285px !important;
}

.width1290 {
	width: 1290px !important;
}

.width1295 {
	width: 1295px !important;
}

.width1300 {
	width: 1300px !important;
}

.width1305 {
	width: 1305px !important;
}

.width1310 {
	width: 1310px !important;
}

.width1315 {
	width: 1315px !important;
}

.width1320 {
	width: 1320px !important;
}

.width1325 {
	width: 1325px !important;
}

.width1330 {
	width: 1330px !important;
}

.width1335 {
	width: 1335px !important;
}

.width1340 {
	width: 1340px !important;
}

.width1345 {
	width: 1345px !important;
}

.width1350 {
	width: 1350px !important;
}

.width1355 {
	width: 1355px !important;
}

.width1360 {
	width: 1360px !important;
}

.width1365 {
	width: 1365px !important;
}

.width1370 {
	width: 1370px !important;
}

.width1375 {
	width: 1375px !important;
}

.width1380 {
	width: 1380px !important;
}

.width1385 {
	width: 1385px !important;
}

.width1390 {
	width: 1390px !important;
}

.width1395 {
	width: 1395px !important;
}

.width1400 {
	width: 1400px !important;
}

.width1405 {
	width: 1405px !important;
}

.width1410 {
	width: 1410px !important;
}

.width1415 {
	width: 1415px !important;
}

.width1420 {
	width: 1420px !important;
}

.width1425 {
	width: 1425px !important;
}

.width1430 {
	width: 1430px !important;
}

.width1435 {
	width: 1435px !important;
}

.width1440 {
	width: 1440px !important;
}

.width1445 {
	width: 1445px !important;
}

.width1450 {
	width: 1450px !important;
}

.width1455 {
	width: 1455px !important;
}

.width1460 {
	width: 1460px !important;
}

.width1465 {
	width: 1465px !important;
}

.width1470 {
	width: 1470px !important;
}

.width1475 {
	width: 1475px !important;
}

.width1480 {
	width: 1480px !important;
}

.width1485 {
	width: 1485px !important;
}

.width1490 {
	width: 1490px !important;
}

.width1495 {
	width: 1495px !important;
}

.width1500 {
	width: 1500px !important;
}

.width1505 {
	width: 1505px !important;
}

.width1510 {
	width: 1510px !important;
}

.width1515 {
	width: 1515px !important;
}

.width1520 {
	width: 1520px !important;
}

.width1525 {
	width: 1525px !important;
}

.width1530 {
	width: 1530px !important;
}

.width1535 {
	width: 1535px !important;
}

.width1540 {
	width: 1540px !important;
}

.width1545 {
	width: 1545px !important;
}

.icon-req {
	position: relative;
	font-size: 0;
	height: 1em;
	vertical-align: super;
	margin-right: 6px;
}

.icon-req::after {
	content: "";
	background: #ff1d52;
	width: 5px;
	height: 5px;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 0;
	top: -8px;
}

.icon-check {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.icon-check::after {
	content: "";
	width: 8px;
	height: 4px;
	border: 2px solid #e1e1e1;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg);
	left: 3px;
	top: 4px;
	position: absolute;
	transition: all 0.25s;
}

.board-list__list-table {
	overflow: hidden;
	border: 1px solid #d7d7d7;
}

.board-list__list-table > table {
	width: calc(100% + 2px);
	position: relative;
	left: -1px;
	margin-top:-1px;
	margin-bottom: -1px;
	table-layout: fixed;
}

.board-list__list-table > table thead > tr > th,
.board-list__list-table > table thead > tr > th {
	background: #f3f8fb;
	font-weight: normal;
}

.board-list__list-table > table th,
.board-list__list-table > table td {
	border: 1px solid #eaedf3;
	padding:5px 8px;
	height: 35px;
	box-sizing: border-box;
	word-break: break-all;
	font-size: 14px !important;
}

.board-list__list-table > table th {
	font-size: 14px !important;
	border-color:#dfe5eb;
}

.board-list__list-table > table thead > tr > th {
	border-bottom: 1px solid #d7d7d7;
}

.board-list__list-table > table thead > tr > th span {
	font-size: 13px !important;
	opacity:.8;
}

.board-list__list-table > table tbody  > tr:first-child > * {
	border-top: 0;
}

.board-list__list-table > table tbody > tr:not(.fold-row):hover {
	cursor: pointer;
}

.board-list__list-table > table tbody > tr:not(.fold-row):hover > * {
	background: #f5f5f5;
}

.board-list__list-table a:hover {
	text-decoration: underline;
}

.board-list__list-table .no-data {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.board-list__list-table.board-list__list-table--tiny > table > thead > tr > th {
	height:20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tac {
	text-align: center !important;
}

.ctrt_row {
	cursor: pointer;
}

.ctrt_row:hover {
	background-color: #f5f5f5;
}