.main {
  	padding-bottom: 180px;
}

.main-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 79px;
}

.main-apply-wrap {
	width: 1200px;
	height: 424px;
	background: url(../images/main-bg.png) no-repeat center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main-apply-wrap .system-title {
	width: 500px;
	height: 108px;
	position: absolute;
	font-size: 44px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	color: #fff;
	top: 49px;
	left: 76px;
}

.main-apply-wrap .system-title .small-text {
	font-size: 36px;
	font-weight: 500;
	display: block;
}

.main-apply-wrap .system-desc {
	width: 600px;
	height: 24px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #fff;
	position: absolute;
	top: 157px;
	left: 76px;
}

.main-apply-wrap .button-wrap {
	position: absolute;
	left: 76px;
	bottom: 51px;
	width: 367px;
	height: 96px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #242931;
	color: #fff;
	cursor: pointer;
}

.main-apply-wrap .button-wrap:hover {
	background-color: #005fae;
}

.main-apply-wrap .button-wrap .text-wrap {
	display: flex;
	align-items: center;
}

.main-apply-wrap .button-wrap .text-wrap img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.grid-container {
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 16px;
	width: 1200px;
	margin-top: 20px;
}

.grid-item {
	background-color: #e3e4e9;
	height: 276px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}

/* IE11 구식 Grid 레이아웃 설정 */
.grid-container > .grid-item:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
}

.grid-container > .grid-item:nth-child(2) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
}

.grid-container > .grid-item:nth-child(3) {
	-ms-grid-column: 5;
	-ms-grid-row: 1;
}

.grid-item .item-title {
	width: 242px;
	height: 82px;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.46;
	letter-spacing: normal;
	color: #242931;
	position: absolute;
	top: 31px;
	left: 32px;
}

.grid-item .item-title .small-text {
	font-size: 22px;
	font-weight: normal;
	display: block;
}

.grid-item .arrow-wrap {
	width: 56px;
	height: 56px;
	padding: 18px;
	background-color: #242931;
	background-image: url(../images/right-up-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.grid-item:hover .arrow-wrap {
	background-color: #005fae;
}

.grid-item-01 {
	background-image: url(../images/main-ico-01.png);
	background-repeat: no-repeat;
	background-position: 242px 123px;
}

.grid-item-02 {
	background-image: url(../images/main-ico-02.png);
	background-repeat: no-repeat;
	background-position: 224px 127px;
}

.grid-item-03 {
	background-image: url(../images/main-ico-03.png);
	background-repeat: no-repeat;
	background-position: 224px 115px;
}

@media ( max-width : 1024px) {
	.main-body {
		margin: 0;
	}

	.main-apply-wrap {
		width: 100%;
		height: 348px;
	}
	
	.main {
    	display: block;
    	height: 100%;
    }

	.main-apply-wrap .system-title {
		width: 275px;
		height: 64px;
		position: absolute;
		font-size: 24px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 32px;
		letter-spacing: normal;
		color: #fff;
		top: 62px;
		left: 32px;
	}

	.main-apply-wrap .system-title .small-text {
		font-size: 24px;
		font-weight: 500;
		display: block;
	}

	.main-apply-wrap .system-desc {
		width: 267px;
		height: 34px;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		color: #fff;
		position: absolute;
		top: 138px;
		left: 32px;
	}

	.main-apply-wrap .button-wrap {
		position: absolute;
		left: 0;
		bottom: 48px;
		width: 305px;
		height: 72px;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #242931;
		color: #fff;
		cursor: pointer;
	}

	.main-apply-wrap .button-wrap .text-wrap img {
		width: 15.2px;
		height: 15.2px;
		margin-left: 10px;
	}

	.main-apply-wrap .button-wrap .text-wrap {
		align-items: baseline;
	}

	.grid-container {
		display: block;
		margin: 0;
		width: 100%;
	}

	.grid-item {
		background-color: #e3e4e9;
		width: 100%;
		height: 142px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		cursor: pointer;
		background-position: right 30px bottom 20px;
        background-size: 60px;
		margin-bottom: 8px;
	}

	.grid-item .item-title {
		width: 100%;
		height: 82px;
		font-size: 20px;
		font-weight: bold;
		line-height: 27px;
		color: #242931;
		position: absolute;
		top: 20px;
		left: 16px;
	}

	.grid-item .item-title .small-text {
		font-size: 16px;
		font-weight: normal;
		display: block;
	}

	.grid-item .arrow-wrap {
		width: 48px;
		height: 48px;
		padding: 16px;
		background-size: 15.2px 15.2px;
		position: absolute;
		bottom: 0;
		left: 16px;
	}
}