
tr.file_upper_text td {
	margin-top:30px!important;
	display:flex;
	justify-content:center;
	gap:10px;
	background-color:black;
	color:white;
	font-size:20px;
	padding-top:5px;
	padding-bottom:5px;
	align-items: center;
}

tr.file_lower_text td {
	display:flex;
	justify-content:center;
	background-color:black;
	color:white;
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
}
td.bframe_row {
	display:flex!important;
	background-color:black;
	color:white;
	justify-content:center;
	gap:10px;
	align-items:stretch;
}
div.button {
	box-sizing: border-box;
	border: 1px solid #c8c8c8;
	padding: 20px 10px;
	text-align: center;
}
div.preview {
	background-color: #fff;
	text-align: center;
	width:40%;
	border: 1px solid black;
	color:black;
	font-size:18px;
	display:flex;
	align-items:center;
	justify-content: center;
}
div.file_delete {
	padding: 20px 5px;
	border: 1px solid #c8c8c8;
	text-align: center;
}
div.file {
	display: none;
}
div#add-file {
	border: 1px solid #c8c8c8;
	text-align: center;
	padding:0px 5px;
	height: 25px;
}
#file2_tr, #file3_tr {
	display:none;
}
.career {
	padding: 80px 0 0;
}
.career .inner {
	width: 1100px;
	max-width:95%;
	margin: 0 auto;
	padding: 0 0 120px;
	
}
.career h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	padding: 0 0 5px 20px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.career h2:before {
	content: "";
	width: 5px;
	height: 30px;
	background: #ea3223;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	position: absolute;
}
.career ul.btn_list{
    width: 90%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.career ul.btn_list li {
    width: 48%;
}
.career ul.btn_list li a {
    width: 100%;
    display: block;
    text-align: center;
    background: #fff;
    color: #ff0000;
    font-size:24px;
    font-weight: bold;
    border-radius: 40px;
    border: 2px solid #ff0000;
    padding: 25px 0;
}
.career ul.btn_list li a:hover {
    background: #FF0000;
    color: #fff;
    opacity: 1;
}
.career ul.btn_list li.here a {
    background: #ff0000;
    color: #fff;
}
.career_check {
	width: 60%;
	display: flex;
	justify-content: center;
	gap: 0 40px;
	flex-wrap: wrap;
	margin: 0 auto;
}
.career_check li {
	width: 45%;
}
.career_check li p {
	font-size: 20px;
	line-height: 1.6;
}
.career p.txt01 {
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0;
	text-align: center;
}


@media screen and (max-width:767px) {
	tr.file_upper_text td{
		font-size:13px;
	}
	tr.file_lower_text td{
		font-size:11px;
	}
	td.bframe_row{
		display:flex!important;
		background-color:black;
		color:white;
		justify-content:center;
		gap:10px;
		align-items:stretch;
	}
	div#add-file {
		height: 16px;
	}
    .career h2 {
		font-size: 22px;
		padding: 0 0 0 20px;
		margin-bottom: 20px;
	}
	.career h2:before {
		height: 40px;
	}
    .career ul.btn_list{
        width: 90%;
        margin: 20px auto;
        gap: 20px 0px;
    }
    .career ul.btn_list li{
        width: 100%;
    }
    .career ul.btn_list li a{
        font-size:16px;
        border-radius: 40px;
        padding: 15px 0;
    }
    .career_check {
    	width: 80%;
    	gap: 10px 0px;
    }
    .career_check li {
    	width: 100%;
    }
    .career_check li p {
    	font-size: 16px;
    }
    .career p.txt01 {
    	font-size: 13px;
    	margin: 10px 0;
    }
}