.sub_top.mv {
	background-image: url(../img/internship/sub_top_mv_internship.png);
}

/* ------------------------------------------
  internship_top
------------------------------------------ */

.internship_top {
	padding: 50px 0 100px;
}

.internship_top_main_top {
	display: table;
	margin: 0 auto;
}

.internship_top_main_top_lists {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.internship_top_main_top_lists_item {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
	line-height: 27px;
	background: #F8F8F8;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 4px;
}

.internship_top_main_top_title {
	font-weight: bold;
	font-size: 50px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fa0314;
	line-height: 1.3;
	margin-top: 5px;
}

.internship_top_main_desc {
	margin: 40px auto 0;
}

.internship_top_main_desc_item {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	color: #333;
}

.internship_top_main_desc_item+.internship_top_main_desc_item {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.internship_top {
		padding: 50px 0 100px;
	}
	.internship_top_main_top_lists_item {
		font-size: 12px;
		line-height: 24px;
		padding: 0 7px;
		margin-right: 7px;
		margin-bottom: 4px;
	}
	.internship_top_main_top_title {
		font-size: 30px;
		margin-top: 5px;
	}
	.internship_top_main_desc {
		display: table;
		margin: 20px auto 0;
	}
	.internship_top_main_desc_item {
		font-size: 14px;
		text-align: left;
	}
	.internship_top_main_desc_item+.internship_top_main_desc_item {
		margin-top: 10px;
	}
}

/* ------------------------------------------
  internship_point
------------------------------------------ */

.internship_point_title {
	background-color: #F8F8F8;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}

.internship_point_title_number {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	color: #fa0314;
}

.internship_point_title_number span {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	color: #fa0314;
	display: block;
}

.internship_point_title_main {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fa0314;
	margin-left: 20px;
}

.internship_point_main {
	margin-top: 40px;
	display: flex;
}

.internship_point_main_img {
	width: 50%;
	padding-right: 20px;
}

.internship_point_main_img_time {
	width: 50%;
	padding-right: 20px;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/internship/internship_point_main_img_big.png);
	position: relative;
	z-index: 0;
}

.internship_point_main_img.internship_point_main_img_time img {
	display: none;
}

.internship_point_main_text {
	width: 50%;
	padding-left: 20px;
}

.internship_point_main_text_item {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333;
}

.internship_point_main_text_item+.internship_point_main_text_item {
	margin-top: 20px;
}

.internship_point+.internship_point {
	margin-top: 100px;
}

.internship_point:nth-child(2n) .internship_point_main {
	flex-direction: row-reverse;
}

.internship_point:nth-child(2n) .internship_point_main_img {
	padding-left: 20px;
	padding-right: 0;
}

.internship_point:nth-child(2n) .internship_point_main_text {
	padding-left: 0;
	padding-right: 20px;
}

@media screen and (max-width: 767px) {
	.internship_point_title {
		height: 80px;
		padding: 0 20px;
	}
	.internship_point_title_number {
		font-size: 16px;
	}
	.internship_point_title_number span {
		font-size: 30px;
	}
	.internship_point_title_main {
		font-size: 20px;
		margin-left: 10px;
		max-width: calc(100% - 50px);
	}
	.internship_point_main {
		margin-top: 20px;
		display: flex;
		flex-direction: column-reverse;
	}
	.internship_point_main_img {
		width: 100%;
		padding-right: 0;
		margin-top: 20px;
	}
	.internship_point_main_img_time img {
		display: block;
	}
	.internship_point_main_text {
		width: 100%;
		padding-left: 0;
	}
	.internship_point_main_text_item {
		font-size: 14px;
	}
	.internship_point_main_text_item+.internship_point_main_text_item {
		margin-top: 10px;
	}
	.internship_point+.internship_point {
		margin-top: 40px;
	}
	.internship_point:nth-child(2n) .internship_point_main {
		flex-direction: column-reverse;
	}
	.internship_point:nth-child(2n) .internship_point_main_img {
		padding-left: 0;
		padding-right: 0;
	}
	.internship_point:nth-child(2n) .internship_point_main_text {
		padding-left: 0;
		padding-right: 0;
	}
}

/* ------------------------------------------
  internship_schedule
------------------------------------------ */

.internship_schedule {
	margin-top: 100px;
	padding: 100px 0;
	background-color: #F8F8F8;
}

.internship_schedule_main_title {
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	background-color: #fa0314;
}

.internship_schedule_main_text {
	background-color: #fff;
	padding: 7px 100px 50px;
}

.internship_schedule_main_text_year {
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	color: #333;
	line-height: 1;
}

.internship_schedule_main_text_date {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.internship_schedule_main_text_date_item+.internship_schedule_main_text_date_item {
	margin-left: 60px;
}

.internship_schedule_main_text_date_item_text {
	font-weight: bold;
	font-size: 50px;
	text-align: center;
	color: #333;
}

.internship_schedule_main_text_date_item_text span {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #333;
}

.internship_schedule_main_text_time {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px #333333 solid;
}

.internship_schedule_main_text_time_text {
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	color: #333;
}

.internship_schedule_main_btn {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 500px;
	height: 150px;
	background-color: #fa0314;
	background-color: ;
	padding: 45px 30px;
	background-image: url(../img/internship/internship_schedule_main_btn_arrow.png);
	background-position: center right 30px;
	background-repeat: no-repeat;
	background-size: 11px;
	margin: 40px auto 0;
}

.internship_schedule_main_btn_entry {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
}

.internship_schedule_main_btn_title {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.internship_schedule {
		margin-top: 60px;
		padding: 40px 0;
	}
	.internship_schedule_main_title {
		line-height: 24px;
		font-size: 16px;
	}
	.internship_schedule_main_text {
		background-color: #fff;
		padding: 10px 20px 40px;
	}
	.internship_schedule_main_text_year {
		font-size: 20px;
	}
	.internship_schedule_main_text_date {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
	.internship_schedule_main_text_date_item+.internship_schedule_main_text_date_item {
		margin-left: 10px;
	}
	.internship_schedule_main_text_date_item_text {
		font-size: 20px;
	}
	.internship_schedule_main_text_date_item_text span {
		font-size: 14px;
	}
	.internship_schedule_main_text_time {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px #333333 solid;
	}
	.internship_schedule_main_text_time_text {
		font-size: 20px;
	}
	.internship_schedule_main_btn {
		width: 100%;
		height: 80px;
		padding: 20px;
		background-position: center right 20px;
		background-size: 11px;
		margin: 20px auto 0;
	}
	.internship_schedule_main_btn_entry {
		font-size: 13px;
	}
	.internship_schedule_main_btn_title {
		font-size: 16px;
	}
}

/* ------------------------------------------
  internship_voice
------------------------------------------ */

.internship_voice {
	padding: 100px 0;
	background-image: url(../img/internship/internship_voice_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.internship_voice_main_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}

.internship_voice_main_lists {
	margin-top: 40px;
}

.internship_voice_main_lists_item {
	background-color: #fff;
	padding: 50px 70px;
	display: flex;
	align-items: center;
}

.internship_voice_main_lists_item_icon {
	width: calc(100% - 650px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.internship_voice_main_lists_item_icon_img {
	width: 130px;
}

.internship_voice_main_lists_item_text {
	width: 650px;
}

.internship_voice_main_lists_item_text_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #7da4fe;
	line-height: 1.5;
}

.internship_voice_main_lists_item_text_desc {
	margin-top: 30px;
	padding-top: 30px;
	width: 650px;
	border-top: 1px solid #707070;
}

.internship_voice_main_lists_item_text_desc_item {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333;
}

.internship_voice_main_lists_item_text_desc_item+.internship_voice_main_lists_item_text_desc_item {
	margin-top: 20px;
}

.internship_voice_main_lists_item+.internship_voice_main_lists_item {
	margin-top: 30px;
}

.internship_voice_main_lists_item:nth-child(2n) {
	flex-direction: row-reverse;
}

.internship_voice_main_lists_item:nth-child(2n) .internship_voice_main_lists_item_text_title {
	color: #E7838C;
}

@media screen and (max-width: 767px) {
	.internship_voice {
		padding: 60px 0;
	}
	.internship_voice_main_title {
		font-size: 24px;
	}
	.internship_voice_main_lists {
		margin-top: 20px;
	}
	.internship_voice_main_lists_item {
		padding: 20px;
		display: block;
	}
	.internship_voice_main_lists_item_icon {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.internship_voice_main_lists_item_icon_img {
		width: 60px;
	}
	.internship_voice_main_lists_item_text {
		width: 100%;
		margin-top: 20px;
	}
	.internship_voice_main_lists_item_text_title {
		font-size: 20px;
	}
	.internship_voice_main_lists_item_text_desc {
		margin-top: 10px;
		padding-top: 10px;
		width: 100%;
	}
	.internship_voice_main_lists_item_text_desc_item {
		font-size: 13px;
	}
	.internship_voice_main_lists_item_text_desc_item+.internship_voice_main_lists_item_text_desc_item {
		margin-top: 10px;
	}
	.internship_voice_main_lists_item+.internship_voice_main_lists_item {
		margin-top: 10px;
	}
}

/* ------------------------------------------
  footer_entry_internship
------------------------------------------ */

.footer_entry {
	height: 420px;
	background-image: url(../img/internship/footer_entry_internship_back.png);
}

.footer_entry_internship {
	padding-top: 60px;
	position: relative;
	z-index: 0;
}

.footer_entry_internship_title {
	font-weight: bold;
	font-size: 80px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: block;
}

.footer_entry_internship_title span {
	font-weight: bold;
	font-size: 27px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.footer_entry_internship .common_btn {
	position: static;
	bottom: -40px;
	right: 0;
	color: #fff;
	display: table;
	margin: 40px auto 0;
}

@media screen and (max-width: 767px) {
	.footer_entry {
		height: initial;
		padding-top: 20px;
	}
	.footer_entry_internship {
		padding-top: 20px;
	}
	.footer_entry_internship_title {
		padding-bottom: 20px;
		font-size: 50px;
	}
	.footer_entry_internship_title span {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.footer_entry_internship .common_btn {
		position: static;
		margin: 10px auto 0;
		display: table;
	}
}