@font-face {
    font-family: 'NanumPen';
    src: url('/assets/front/fonts/NanumPen.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 16px;
}

.content {
	width: 100%;
	height: auto;
	margin-top: 195px;
}

.pc {
	display: inline;
}

.tablet {
	display: none;
}

.mobile {
	display: none;
}

.pc-image {
	display: block !important; /* PC에서 보이도록 설정 */
}

.mobile-image {
	display: none !important; /* 모바일에서 숨김 */
}

.sectionA {
	width: 100%;
	height: auto;
	background-color: #bed3d8;
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding-top: 20px; */
}

.sectionA .title {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-right: 40px;
}

.sectionB {
	width: 100%;
	height: auto;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: -360px;
}

.sectionB .articleA {
	text-align: center;
	padding: 80px 0;
	line-height: 1.8;
}

.sectionB .articleA div:nth-child(1) {
	color: #333333;
	font-weight: 700;
	font-size: 30px;
}

.sectionB .articleA div:nth-child(2) {
	color: #8497b0;
	font-weight: 500;
	font-size: 24px;
}

.sectionB .articleB {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sectionB .articleB h4 {
	font-size: 64px;
	font-weight: 400;
	color: #585858;
	font-family: 'NanumPen';
	margin-bottom: 100px;
}

.sectionB .articleB .contents {
	width: 1171px;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: start;
}

.sectionB .articleB .commentA {
	position: relative;
	display: inline-block;
	width: auto;
	height: 264px;
	left: 0px;
	bottom: 350px;
}

.sectionB .articleB .commentB {
	position: relative;
	display: inline-block;
	width: auto;
	height: 189px;
	left: 520px;
	bottom: 500px;
}

.sectionB .articleB .commentC {
	position: relative;
	display: inline-block;
	width: auto;
	height: 366px;
	margin-top: 40px;
}

.sectionB .articleB .commentA img {
	display: block;
	border-radius: 30px;
	box-shadow: 0 0 12px 0.1px #5971691a;
}

.sectionB .articleB .commentB img {
	display: block;
	border-radius: 30px;
	box-shadow: 0 0 24px 0.1px #5971691a;
}

.sectionB .articleB .commentC img {
	display: block;
	border-radius: 48px;
}

.sectionB .articleB .center-text {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #404041;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	padding: 8px;
	border-radius: 5px;
	line-height: 1.6;
	margin-top: 20px;
	padding-left: 36px;
}

.sectionB .articleB .center-textC {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #404041;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	padding: 0 60px;
	border-radius: 5px;
	line-height: 1.6;
	/* margin-top: 20px; */
}

.sectionB .articleB .commentB .center-text {
	padding-left: 26px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #404041;
	text-align: left;
	padding: 8px 0px 8px 26px;
}

.sectionC {
	width: 100%;
	height: auto;
	background-color: #8497b0;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: row;
	padding: 50px 0;
}

.sectionC .articleA {
	width: 1171px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
}

.sectionC .left {
	width: 660px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	margin-right: 40px;
}

.sectionC .left h4 {
	font-size: 32px;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 40px;
}

.sectionC .left p {
	width: 100%;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	line-height: 1.8;
	text-align: justify;
}

.sectionD .right {
	width: 512px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	margin-left: 16px;
	gap: 30px;
}

.sectionC .right .top h4 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 10px;
}

.sectionC .right .top ul {
	width: 100%;
	line-height: 1.6;
}

.sectionC .right .top li {
	list-style-type: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.sectionC .right .bottom h4 {
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
}

.sectionC .right .bottom ul {
	width: 100%;
	line-height: 1.6;
}

.sectionC .right .bottom li {
	list-style-type: none;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.br1 {
	display: block;
}

.br2 {
	display: none;
}

.pc-32 {
		margin-bottom: 32px;
	} 

@media ( max-width : 1171px) {
	.content {
		margin-top: 185px;
	}
	.sectionB {
		margin-bottom: 0px;
	}
	.sectionB .articleB {
		padding-bottom: 100px;
	}
	.sectionB .articleB .contents {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 40px;
	}
	.sectionB .articleB h4 {
		font-size: 54px;
	}
	.sectionB .articleB .commentA {
		height: 264px;
		left: 0px;
		top: 20px;
	}
	.sectionB .articleB .commentB {
		height: 189px;
		left: 0px;
		top: 40px;
	}
	.sectionC .left h4 {
		font-size: 28px;
	}
	.sectionC .left p {
		font-size: 16px;
	}
	.sectionC .right .top h4, .sectionC .right .bottom h4 {
		font-size: 28px;
	}
	.sectionC .right .top li, .sectionC .right .bottom li {
		font-size: 16px;
	}
	.br1 {
		display: none;
	}
}

@media ( max-width : 830px) {
	.content {
		margin-top: 20px;
	}
	.sectionA {
		display: none;
	}
	.sectionB .articleB h4 {
		font-size: 39px;
		margin-bottom: 40px;
		text-align: center;
		line-height: 1.8;
		color: #000;
	}
	.sectionB .articleB .imgs {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sectionB .articleB .img1 {
		width: 90%;
		height: auto;
	}
	.sectionB .articleB .commentB .center-text {
		padding-left: 0px;
	}
	.sectionC {
		width: 100%;
		height: auto;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 16px 0;
	}
	.sectionC .articleA {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0px 0;
	}
	.sectionC .left {
		width: 94%;
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: center;
		margin-right: 0px;
		margin-left: 0px;
		padding-bottom: 40px;
	}
	.sectionC .left h4 {
		font-size: 28px;
		color: #fff;
		line-height: 1.2;
		margin-bottom: 20px;
		text-align: center;
	}
	.sectionC .left p {
		width: 96%;
		font-weight: 400;
		font-size: 18px;
		color: #fff;
		line-height: 1.8;
	}
	.sectionC .right {
		width: 90%;
		justify-content: start;
		align-items: start;
		gap: 20px;
	}
	.sectionC .right .top h4, .sectionC .right .bottom h4 {
		font-size: 28px;
		color: #fff;
		margin-bottom: 10px;
	}
	.sectionC .right .top ul, .sectionC .right .bottom ul {
		width: 100%;
		line-height: 1.8;
	}
	.sectionC .right .top li, .sectionC .right .bottom li {
		list-style-type: none;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
	}
	.br2 {
		display: inline;
	}
	.tablet {
		display: inline;
	}
	
	.pc-32 {
		margin-bottom: 10px !important;
	}
}

@media ( max-width : 480px) {
	.sectionB .articleA {
		text-align: center;
		padding: 40px 0;
		line-height: 1.8;
	}
	.sectionB .articleA div:nth-child(1) {
		color: #333333;
		font-weight: 700;
		font-size: 24px;
	}
	.sectionB .articleA div:nth-child(2) {
		color: #8497b0;
		font-weight: 500;
		font-size: 14px;
	}
	.sectionB .articleB {
		padding-bottom: 72px;
	}
	.sectionB .articleB h4 {
		font-size: 39px;
		margin-bottom: 0px;
		text-align: center;
		line-height: 1.8;
		color: #000;
		font-family: 'NanumPen';
	}
	.sectionB .articleB .contents {
		gap: 10px;
	}
	.sectionB .articleB .commentA {
		width: 328px;
		height: 185px;
		margin-bottom: 10px;
	}
	.sectionB .articleB .commentA img {
		width: 328px;
		height: 185px;
	}
	.sectionB .articleB .commentB {
		width: 328px;
		height: 140px;
	}
	.sectionB .articleB .commentB img {
		width: 328px;
		height: 140px;
	}
	.sectionB .articleB .commentC {
		width: 328px;
		height: 244px;
		margin-top: 40px;
	}
	.sectionB .articleB .bg1 {
		width: 328px;
		height: 244px;
	}
	.sectionB .articleB .center-text {
		width: 92%;
		height: 100%;
		font-size: 17px;
		font-weight: 400;
		padding: 8px;
		border-radius: 5px;
		line-height: 1.6;
		margin-top: 10px;
	}
	.sectionB .articleB .commentB .center-text {
		width: 86%;
		padding: 0px;
	}
	.sectionB .articleB .center-textC {
		font-size: 16px;
		padding: 10px 40px 0 40px;
		line-height: 1.8;
		padding: 0 30px;
	}
	.sectionC .left {
		padding-bottom: 28px;
	}
	.sectionC .left h4 {
		font-size: 20px;
	}
	.sectionC .left p {
		font-size: 14px;
	}
	.sectionC .right .top h4, .sectionC .right .bottom h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.sectionC .right .top li, .sectionC .right .bottom li {
		font-size: 14px;
	}
	.pc {
		display: none;
	}
	.mobile {
		display: inline;
	}
	.pc-image {
		display: none !important; /* PC에서 보이도록 설정 */
	}
	.mobile-image {
		display: block !important; /* 모바일에서 숨김 */
	}
}