.introduce h3 {
	height: 70px;
	padding: 18px 0;
	margin-top: 19px;
	margin-bottom: 30px;
	border-bottom: 2px solid #333333;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	color: #333333;
	box-sizing: border-box;
}
.introduce .descWrap {
	text-align: center;
	background-image: url('../../static/img/introBack.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 123px 0;
}
.introduce .descWrap h4 {
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
	color: #000000;
}
.introduce .descWrap p {
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}
.introduce > article > .miniStickerImg {
	margin-top: 38px;
}
.introduce > article > h4 {
	margin-top: 10px;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 28px;
}
.introduce > article > .textEditor {
	margin-top: 28px;
}
.introduce > article > .textEditor > p > span::before {
	display: block;
	content: '';
	background-image: url('../../static/img/miniSticker.png');
	width: 35px;
	height: 5px;
	margin-top: 38px;
	margin-bottom: -11px;
}
.introduce > article > .textEditor > p > span > strong {
	margin-top: 10px;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 72px;
}
.introduce > article > .textEditor > p {
	font-size: 16px;
	line-height: 28px;
}
.introduce > article > ul.introOrder > li:nth-child(2n + 1) {
	width: 207px;
	height: 204px;
	border: 1px solid #cccccc;
	text-align: center;
}
.introduce > article > ul.introOrder > li:nth-child(2n + 1) img {
	height: 67px;
	margin-top: 42px;
}
.introduce > article > ul.introOrder > li:nth-child(2n + 1) strong {
	font-size: 20px;
	line-height: 30px;
}
.introduce > article > ul.introOrder > li:nth-child(2n + 1) span {
	font-size: 16px;
}
.introduce > article > ul.introOrder > li:nth-child(2n) {
	width: calc(37.5px);
	height: 206px;
	text-align: center;
}
.introduce > article > ul.introOrder > li:nth-child(2n) img {
	margin-top: 95px;
}
.introduce > article > .table2020 {
	margin-top: 20px;
}
.introduce > article > .table2020 > table {
	border-collapse: collapse;
	border: 1px solid #000;
}
.introduce > article > .table2020 {
	width: 1199px;
	overflow-x: auto;
}
.introduce > article > .table2020 > table {
	width: 100%;
}
.introduce > article > .table2020 > table > tbody > tr > td {
	width: calc(100% / 7);
}
.introduce > article > .table2020 > table tr th {
	border: 1px solid #999;
	font-size: 16px;
	line-height: 28px;
	background-color: #1c52a5;
	color: #fff;
	font-weight: 400;
}
.introduce > article > .table2020 > table tr td {
	border: 1px solid #999;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.introduce > article > .table2019 {
	margin-top: 20px;
	width: 100%;
	overflow-x: auto;
}
.introduce > article > .table2019 > table {
	border-collapse: collapse;
	border: 1px solid #000;
}
.introduce > article > .table2019 > table {
	width: 100%;
}
.introduce > article > .table2019 > table > tbody > tr > td {
	width: 7.69%;
}

.introduce > article > .table2019 > table tr th {
	border: 1px solid #999;
	font-size: 16px;
	line-height: 28px;
	background-color: #1c52a5;
	color: #fff;
	font-weight: 400;
}
.introduce > article > .table2019 > table tr td {
	border: 1px solid #999;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.introduce > article > .tableLog {
	width: 1199px;
	margin-top: 40px;
	overflow-x: auto;
}
.introduce > article > .tableLog > table > tbody > tr > td {
	width: 7.14%;
}
/*.introduce > article > .tableLog > table > tbody > tr > td:nth-of-type(2) {*/
/*    width: 90px;*/
/*}*/
.introduce
	> article
	> .tableLog
	> table
	> tbody
	> tr:first-of-type
	~ tr
	> td:first-of-type
	~ td {
	text-align: right;
	padding-right: 10px;
}
.backslash {
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="gray" /></svg>');
}
.slash,
.backslash {
	text-align: left;
}
.slash div,
.backslash div {
	text-align: right;
}
.introduce > article > .tableLog > table {
	border-collapse: collapse;
	border: 1px solid #000;
}
.introduce > article > .tableLog {
	width: 100%;
	padding-bottom: 100px;
}
.introduce > article > .tableLog > table {
	width: 100%;
}
.introduce > article > .tableLog > table tr th {
	border: 1px solid #999;
	font-size: 16px;
	line-height: 28px;
	background-color: #1c52a5;
	color: #fff;
	font-weight: 400;
}
.introduce > article > .tableLog > table tr td {
	border: 1px solid #999;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.introduce > article > ul.pictureOrder {
	margin-bottom: 0;
}
.introduce > article > ul.pictureOrder > li {
	width: 392px;
	height: 236px;
	margin-top: 30px;
	margin-left: 12px;
	overflow: hidden;
}
.introduce > article > ul.pictureOrder > li:nth-child(1) {
	margin-left: 0;
}
.introduce > article > ul.pictureOrder > li > img {
	width: 100%;
}

/* 처리절차 수정 */
.procedure {
	display: flex;
	display: -ms-flexbox;
}

.procedureList {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	-ms-flex-align: center;
	justify-content: center;
	-ms-flex-pack: center;
	flex-direction: column;
	-ms-flex-direction: column;
	flex: 1 1 20%;
	-ms-flex: 1 1 20%;
	position: relative;
	min-height: 204px;
	padding: 0 5px;
	border: 1px solid #ccc;
}

.procedureList + .procedureList {
	margin-left: 60px;
}

.procedureList + .procedureList::before {
	content: '';
	position: absolute;
	top: 45%;
	left: -36px;
	width: 11px;
	height: 21px;
	background: url(../img/icon_arr_blue.png) no-repeat 0px 50% / 11px 21px;
}

.procedureNumber {
	position: absolute;
	top: 18px;
	left: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #027cf1;
}

.procedureImg {
	text-align: center;
}

.procedureImg01 img,
.procedureImg02 img {
	width: 56px;
}

.procedureImg03 img {
	width: 54px;
}

.procedureImg04 img {
	width: 64px;
}

.procedureImg05 img {
	width: 57px;
}

.procedureCont {
	position: relative;
	margin: 28px 0 0 0;
	letter-spacing: -0.7px;
	text-align: center;
}

.procedureTit {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}

.procedureTxt {
	font-size: 15px;
	line-height: 22px;
	color: #1e242b;
}
