/** # COMMON **/
:root {
	--basic-font: Pretendard Variable, "Nanum Gothic", sans-serif;
	--basic-font-color: #3D3D3D;
	--theme-color1: #079DD6;
	--theme-color2: #A9C803;
}
#Corporate {
	color: var(--basic-font-color);
	font-family: var(--basic-font);
	font-size: 14px;
}
#Corporate .width-limit {
	max-width: 900px;
	width: 95%;
	margin: 0 auto;
}
#Corporate .section-title {
	color: var(--theme-color1);
	font-weight: 700;
	line-height: 120%;
	font-size: 36px;
	min-width: 200px;
}
#Corporate .section-sub-title {
	color: #393939;
	font-weight: 700;
	line-height: 120%;
	font-size: 24px;
	margin-bottom: 12px;
}
#Corporate .section-about {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #6e6e6e;
}
#Corporate .section-about b {
	font-weight: 700;
}
.corporate-content-box {
	width: 100%;
	display: flex;
}
.corporate-content-box .left {
	margin-right: 80px;
}
.corporate-content-box .right {
	flex: 1;
}
.corporate-content-box .right.line-top {
	padding-top: 24px;
}
.corporate-content-box .right.line-top.color1 {
	border-top: 1px solid var(--theme-color1);
}
.corporate-content-box .right.line-top.color2 {
	border-top: 1px solid var(--theme-color2);
}

/* # section1 */
#Section1 {
	height: 394px;
	position: relative;
	background-image: url('../images/corporate_section1_bg_pc.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	margin-bottom: 104px;
}
#Section1:after {
	content: "";
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#Section1 .title-wrap {
	position: absolute;
	color: #fff;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 140%;
	font-size: 40px;
	white-space: nowrap;
}
#Section1 .title-wrap .main-title {
	font-weight: 600;
	margin-bottom: 8px;
}
#Section1 .title-wrap .sub-title {
	font-weight: 500;
	font-size: 0.9em;
}

/* # section2 */
#Section2 {
	margin-bottom: 96px;
}

/* # section3 */
#Section3 {
	margin-bottom: 96px;
}

/* # section4 */
#Section4 {
	margin-bottom: 120px;
}
.section4-item-box {
	margin-top: 48px;
}
.section4-item-box .item {
	background-color: #F4F6F7;
	margin-bottom: 28px;
	padding: 39px 40px;
	width: 100%;
	box-sizing: border-box;
}
.section4-item-box .item:last-child {
	margin-bottom: 0;
}
.section4-item-box .item .item-in {
	display: flex;
	align-items: center;
	color: var(--basic-font-color);
	font-size: 20px;
}
.section4-item-box .item .item-in .item-in-left {
	margin-right: 24px;
}
.section4-item-box .item .item-in .item-in-right {
	flex: 1;
}
.section4-item-box .item .item-in .item-in-title {
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 8px;
}
.section4-item-box .item .item-in .item-in-text {
	font-weight: 500;
	font-size: 0.9em;
	line-height: 130%;
}

@media screen and (max-width:1200px){
	#Corporate .section-title {
		font-size: 32px;
		min-width: 180px;
	}
	.corporate-content-box .left {
		margin-right: 60px;
	}
	#Corporate .section-sub-title {
		font-size: 22px;
	}
	#Corporate .section-about {
		font-size: 18px;
	}

	#Section1 {
		height: 300px;
	}
	#Section1 .title-wrap {
		font-size: 35px;
	}

	.section4-item-box .item .item-in {
		font-size: 18px;
	}
}


@media screen and (max-width:970px){
	#Corporate .section-title {
		font-size: 28px;
		min-width: 170px;
	}
	.corporate-content-box .left {
		margin-right: 50px;
	}
	#Corporate .section-sub-title {
		font-size: 20px;
	}
	#Corporate .section-about {
		font-size: 16px;
	}

	#Section1 {
		height: 270px;
	}
	#Section1 .title-wrap {
		font-size: 30px;
	}

	.section4-item-box .item .item-in {
		font-size: 16px;
	}
	.section4-item-box .item {
		padding: 30px;
	}
	.section4-item-icon {
		width: 70px;
	}
}

@media screen and (max-width:768px){
	.corporate-content-box {
		flex-wrap: wrap;
		text-align: center;
		max-width: 360px;
		margin: 0 auto;
	}
	.corporate-content-box .left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 24px;
	}
	#Corporate .section-title {
		font-size: 30px;
	}
	#Corporate .section-sub-title {
		font-size: 24px;
	}
	
	#Section1 {
		height: 186px;
		background-image: url('../images/corporate_section1_bg_mo.png');
		margin-bottom: 35px;
	}
	#Section1:after {
		display: none;
	}
	#Section1 .title-wrap {
		font-size: 30px;
	}
	#Section1 .title-wrap .sub-title {
		font-size: 0.8em;
	}
	#Section1 .title-wrap .main-title {
		margin-bottom: 0;
	}

	.section4-item-box {
		max-width: 360px;
		margin: 0 auto;
		margin-top: 48px;
	}
	.section4-item-box .item {
		padding: 40px;
	}
	.section4-item-box .item .item-in {
		flex-wrap: wrap;
		font-size: 20px;
	}
	.section4-item-box .item .item-in .item-in-left {
		margin-right: 0;
		width: 100%;
		margin-bottom: 24px;
	}
	.section4-item-icon {
		width: 88px;
	}
	
}


@media screen and (max-width:480px){
	#Corporate .section-title {
		font-size: 25px;
	}
	#Corporate .section-sub-title {
		font-size: 22px;
	}
	
	#Section1 {
		height: 176px;
		background-image: url('../images/corporate_section1_bg_mo.png');
		margin-bottom: 35px;
	}
	#Section1:after {
		display: none;
	}
	#Section1 .title-wrap {
		font-size: 27px;
	}

	.section4-item-box .item .item-in .item-in-text {
		font-size: 0.85em;
	}
}

@media screen and (max-width:360px){
	.section4-item-box .item {
		padding: 40px 20px;
	}
}

@media screen and (max-width:320px){
	#Corporate .section-sub-title {
		font-size: 20px;
	}
	#Corporate .section-about {
		font-size: 14px;
		letter-spacing: -0.2px;
	}
	.section4-item-box .item .item-in {
		font-size: 16px;
	}
	.section4-item-icon {
		width: 70px;
	}
}