.read {
	gap: 30px;
}
.read .tit {
	padding: 20px 26px;
	border-bottom: 2px solid #D3D3D3;
	gap: 10px 40px;
	box-sizing: border-box;
}
.read .tit > div {
	gap: 15px;
	flex: 1;
	width: 100%;
}
.read .tit > div > strong {
	font-size: 24px;
	letter-spacing: 0.45px;
	text-transform: capitalize;
	font-weight: 900;
}
.read .tit > div > div {
    gap: 10px 40px;
	line-height: 1.2;
}
.read .tit > button {
	width: 180px;
	height: 78px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.375px;
	border-radius: 10px;
}
.read .apply_form {
	gap: 30px;
}
.read .apply_form .box {
	gap: 10px;
}
.read .apply_form .box .item {
	border-radius: 10px;
    border: 2px solid #D3D3D3;
    overflow: hidden;
    box-sizing: border-box;
}
.read .apply_form .box .item .tit {
	width: 200px;
    padding: 20px 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
	border: 0!important;
    box-sizing: border-box;
}
.read .apply_form .box .item .txt {
    flex: 1;
    width: calc(100% - 200px);
    padding: 0 20px;
    font-size: 20px;
    box-sizing: border-box;
}
.read .apply_form .box .item .txt input {
	flex: 1;
	width: 100%;
    height: 58px;
    font-size: 20px;
    box-sizing: border-box;
}
.read .apply_form .box .item .txt .file_box {
	position: relative;
}
.read .apply_form .box .item .txt .file_box label {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.4px;
	padding: 10px 20px;
	border-radius: 5px;
	box-sizing: border-box;
}
.read .apply_form .box .item .txt .file_box input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.read .apply_form .agree_box {
	position: relative;
	padding: 0 30px;
	box-sizing: border-box;
}
.read .apply_form .agree_box input {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	z-index: -1;
}
.read .apply_form .agree_box input + label {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding-left: 36px;
	box-sizing: border-box;
}
.read .apply_form .agree_box input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	border: 1px solid #000;
	border-radius: 3px;
	box-sizing: border-box;
}
.read .apply_form .agree_box input:checked + label:before {
	background: var(--key-color) url("../images/ic_check_white.svg")no-repeat 50% 50%;
	border: 1px solid var(--key-color);
}
.read .apply_form .btn_group {
	justify-content: center;
}
.read .apply_form .btn_group button {
	width: 180px;
	height: 56px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.read .cont {
	line-height: 1.4;
	letter-spacing: 0.375px;
}
.read .cont img {
	max-width: 100%;
}
.read .cont .video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.55%;
	border-radius: 25px;
	overflow: hidden;
}
.read .cont .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.read .btn_area {
	margin-top: 10px;
}
.read .btn_area a {
	padding: 10px 30px;
	border-radius: 5px;
	font-size: 20px;
	letter-spacing: 0.5px;
}




@media screen and (max-width: 1560px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
	.read .tit {
		padding: 15px;
		gap: 10px 25px
	}
	.read .tit > div > strong {
    	font-size: 15px;
	}
	.read .tit > button {
		width: 100%;
		height: 44px;
		font-size: 14px;
	}

	.read .apply_form .box .item .tit {
        width: 150px;
        font-size: 16px;
        padding: 15px 10px;
    }
    .read .apply_form .box .item .txt {
        font-size: 16px;
    }
	.read .apply_form .box .item .txt input {
		height: 44px;
		font-size: 16px;
	}
	.read .apply_form .box .item .txt .file_box label {
    	font-size: 14px;
	}
	.read .apply_form .agree_box {
		padding: 0 20px;
	}
	.read .apply_form .agree_box input + label {
		font-size: 16px;
		padding-left: 30px;
	}
	.read .apply_form .agree_box input + label:before {
		width: 20px;
		height: 20px;
	}
	.read .apply_form .btn_group button {
		width: 145px;
		height: 46px;
		font-size: 16px;
	}

	.read .cont {
		font-size: 14px;
	}
	.read .btn_area a {
		font-size: 15px;
	}
}
@media screen and (max-width: 768px) {
	.read .apply_form .box .item .tit {
		width: 100%;
	}
    .read .apply_form .box .item .txt {
        padding: 15px;
		display: block;
    }
	.read .apply_form .box .item .txt input {
		width: 100%;
        height: 22px;
	}
	.read .apply_form .box .item .txt .file_box {
		width: 100%;
		margin-top: 10px;
	}
	.read .apply_form .box .item .txt .file_box label {
		width: 100%;
		text-align: center;
	}
	.read .apply_form .agree_box {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.read .tit {
		padding: 15px 0;
	}
	.read .tit > span {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
}