
.companyintro .company_01 .nr_line {
	background: #f7f7f7;
	margin-bottom: 40px;
}
.companyintro .company_01 .nr_line .x6 {
	overflow: hidden;
}
.companyintro .company_01 .nr_line .x6 img {
	transform: scale(1.0);
	transition: 1s ease-in;
}
.companyintro .company_01 .nr_line:hover .x6 img {
	transform: scale(1.08);
}
.companyintro .company_01 .nr_line .x6 .textbox {
	padding: 50px;
	color: #8c8c8c;
	letter-spacing: 0.1em;
}

.companyintro .company_01 .nr_line .x6 .textbox span {
	display: block;
	font-size: 15px;
	color: #606060;
	margin: 0 0 15px0;
}

.companyintro .company_01 .nr_line .x6 .textbox h2 {

	font-size: 24px;
	margin-bottom: 45px;
	color: #646464;
}

.companyintro .company_01 .nr_line .x6 .textbox p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
}

.companyintro .company_02 {
	color: white;
}

.companyintro .company_02 .nrtitle {
	padding: 130px 0;
	background: #273f85;
}

.companyintro .company_02 .nrtitle p {
	margin-top: 45px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.companyintro .company_02 .picbox {
	padding: 10px;
	margin: auto;
}


.culture .culture01 .box {
	margin: 0 15px;
	padding: 10px;
}
.culture .culture01 .box:hover {
	background: #F9F9F9;
	box-shadow: -5px 5px 20px rgba(0,0,0,0.1);
	transition: 0.5s ease-in-out;
}

.culture .culture01 .box .boximg {
	background: #273F85;
	color: #FFFFFF;
	padding: 45px 0 30px 0;
}

.culture .culture01 .box .boximg img {
	margin: auto;
}

.culture .culture01 .box .boximg span {
	padding-top: 35px;
	padding-bottom: 5px;
	display: block;
	margin: auto;
	font-size: 22px;
	font-weight: 100;
}

.culture .culture01 .box .boximg h2 {
	font-size: 24px;
}

.culture .culture01 .box h3 {
	font-size: 23px;
	padding: 30px;
	text-align: center;
}

.culture .culture01 .box p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.05em;
}

.team .nr {
	background: url(../images/team.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #606060;
	height: 500px;
}

.team .nr .teamtext {
	padding: 100px 0;
}

.team .nr .teamtext span {
	font-size: 20px;
	font-weight: 400;

}

.team .nr .teamtext h2 {
	font-size: 28px;
	padding: 10px 0 30px 0;

}

.team .nr .teamtext .h3 {
	font-size: 20px;
	font-weight: 600;

}

.team .nr .teamtext p {
	font-size: 18px;
	line-height: 35px;
	letter-spacing: 0.05em;
}

.team .team_02 .box {
	position: relative;
	color: #606060;
	font-size: 18px;
}

.team .team_02 .box p {
	letter-spacing: 0.05em;
	margin: 20px 0;
	font-weight: 600;
}

.team .team_02 .box .boxpic {
	margin: auto;
	width: -moz-fit-content;
width: fit-content;
width: -webkit-fit-content;
}

.team .team_02 .box span {
	position: absolute;
	top: 40%;
	right: 10px;
	display: block;
	border: 1px solid #ccc;
	color: #ccc;
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.team .team_03 .box {
	background: #273F85;
	padding: 30px 0;
	margin: 0 15px;
	color: #fff;
}

.team .team_03 .box img {
	margin: auto;

}

.team .team_03 .box span {
	display: block;
	margin: 25px auto 5px auto;
	font-weight: 100;
	font-size: 18px;
}

.team .team_03 .box h2 {
	font-size: 28px;
}

.team .team_03 .x3 p {
	font-size: 22px;
	margin: 25px 0;
	color: #606060;
}

.compic .compic_01 {
	text-align: center;
	font-size: 18px;
}

.compic .compic_01 .picbox {
	margin: 10px;
	overflow: hidden;

}

.compic .compic_01 .picbox:hover img {
	
	transform: scale(1.08);
}

.compic .compic_01 .picbox img {
	margin: auto;
	transform: scale(1.0);
	transition: 1s ease-in;
}
