@import url('https://webfontworld.github.io/naver/MaruBuri.css');

.w1920 {
	max-width: 1920px;
	min-width: 1200px;
	margin: auto;
}
.company {
	min-width: 1200px;
	margin: auto;
	background: url("/img/company/bg_company.jpg") no-repeat center top;
	font-family: 'Noto Sans';
}
.company .companyTop {
	padding-top: 215px;
	text-align: center;
	color: #fff;
}
.company .companyTop span {
	display: inline-block;
	padding: 9px 24px;
	font-size: 25px;
	line-height: 36px;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	font-weight: 200;
}
.company .companyTop strong {
	display: block;
	margin: 30px 0 18px;
	font-family: 'MaruBuri';
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
}
.company .companyTop p {
	padding-bottom: 221px;
	font-size: 35px;
	line-height: 50px;
	opacity: 0.8;
}
article {
	width: 1200px;
	margin: auto;
}
.sectionOne {
	margin: 100px auto;
}
.sectionOne .sectionTit {
	margin-bottom: 100px;
	text-align: center;
	font-size: 36px;
	line-height: 52px;
	font-weight: 400;
}
.sectionOne .sectionTit strong {
	font-size: 40px;
	line-height: 57px;
	color: #333;
}
.acticle01 ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 460px;
	margin-top: 100px;
}
.acticle01 ul li:first-child {
	margin-top: 0;
}
.acticle01 ul li .textArea {
	width: calc(50% - 60px);
}
.acticle01 ul li.thumRight .textArea {
	text-align: right;
}
.acticle01 ul li .textArea strong {
	display: block;
	margin-bottom: 26px;
	font-family: 'MaruBuri';
	font-size: 34px;
	line-height: 42px;
	font-weight: 500;
	color: #222;
	letter-spacing: -0.04em;
}
.acticle01 ul li .textArea p {
	font-size: 24px;
	line-height: 38px;
	color: #666;
}
.sectionTwo {
	background-color: #F4F6F6;
}
.acticle02 {
	padding: 100px 0;
}
.acticle02 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.acticle02 ul li {
	width: calc(50% - 20px);
	margin-top: 40px;
	background-color: #fff;
}
.acticle02 ul li:nth-child(-n+2) {
	margin-top: 0;
}
.acticle02 ul li .textArea {
	padding: 30px 0;
	text-align: center;
}
.acticle02 ul li .textArea strong {
	display: block;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	color: #333;
}
.acticle02 ul li .textArea p {
	font-size: 22px;
	line-height: 31px;
	color: #999;
}
