@font-face {
	font-family: '나눔손글씨 나무정원';
	src: url('../font/NanumNaMuJeongWeon.ttf') format('truetype');
}

.content_right > div:nth-child(1) { background: url('../image/background.jpg') no-repeat center / cover; height: 300px; }

.content_right > div:nth-child(2) { font-size: 30px; font-weight: bold; text-align: center; }
.content_right > div:nth-child(2) > p:nth-child(1) { display: inline-block; background-color: white; color: black; }

.content_right > div:nth-child(3) { font-size: 19px; font-weight: 500; line-height: 38px; }

.ceo_name { font-family: '나눔손글씨 나무정원'; font-size: 55px; }

#small_menu_1:checked ~ div { height: 200px; transition: 0.4s all; }


#small_menu_2:checked ~ div { height: 200px; transition: 0.4s all; }

.pc { display: block; }
.mobile { display: none; }

.ceo_sign { text-align: right; font-size: 19px; font-weight: 500; text-align: right; }


@media screen and (max-width: 1220px) {
	.content_right > div:nth-child(1) { height: 300px; }
	.content_right > div:nth-child(2) { padding: 0 10px 0 10px; font-size: 27px; }
	.content_right > div:nth-child(3) { padding: 0 10px 0 10px; }
	.pc { display: none; }
	.mobile { display: block; }
}
