.promotion_contents {
	width: 1280px;
	margin: 0 auto;
}

.mid_tab {
	width: 1280px;
	background-color: white;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	color: #003c8f;
	border: 1px solid #003c8f;
	margin-bottom: 50px;

	text-align: center;
	align-items: center;

}

.mid_tab_ {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
}

.mid_tab > a {
	color: #003c8f;
}

.mid_tab_elem {
	width: 100%;
	line-height: 15px;
	font-size: 20px;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
}

.mid_tab_ {
	background-color: white;
}

.mid_tab_mobile {
	display: none;
}

.select_box {
	background-color: white;
	width: 100%;
	height: 45px;
	border: none;
}
.mid_nav_elem {
	width: 256px;
}

.en > .mid_nav_ > .mid_nav_elem {
	width: 320px;
}

.mid_tab_:nth-child(2) {
	border-left: 1px solid #003c8f;
	border-right: 1px solid #003c8f;
}
.mid_tab_:nth-child(3) {
	border-right: 1px solid #003c8f;
}
.mid_tab_:nth-child(4) {
	border-right: 1px solid #003c8f;
}
.mid_tab_:nth-child(5) {
	border-right: 1px solid #003c8f;
}

.title{
	display:block;
}

.mo_title{
	display:none;
}

@media(max-width:1400px){
	.title{
		display:none;
	}
	
	.mo_title{
		display:block;
	}

	.title {
		padding: 80px 0 50px 0;
	}
}

@media (max-width: 1280px) {
	.promotion_contents {
		width: 80%;
	}

	.mid_tab {
		width: 95%;
	}
}
@media (max-width: 900px) {
	.mid_tab_elem {
		font-size: 13px;
	}
}
@media (max-width: 600px) {
	.mid_tab_elem {
		font-size: 12px;
	}
}
