:root {
	--main-bg: #fff;
	--main-black: #1a1a1a;
	--main-red: #df3c20;
}
body {
	background: var(--main-bg);
	margin: 0;
	padding: 0;
	font-family: 'Pretendard', 'sans-serif';
	color: var(--main-black);
}

.project-section {
	position: relative;
	width: 100%;
	padding-top:200px;
	padding-bottom:160px;
	background-color: #fff;
	text-align: center;
}
.project-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 60px;
    font-family: 'BespokeSerif-ExtraBold';
}
.project-hourglass {
	width: 80px;
	margin: 60px auto;
}
.project-desc {
	font-size: 26px;
	color: #222;
	margin-bottom: 8px;
	font-weight: 400;
}
.project-bold {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 48px;
	color: #232323;
}
.project-highlight {
    font-size: 42px;
    color: #222;
    font-weight: 700;
    /* margin-top: 40px; */
    margin-bottom: 120px;
}
.project-highlight .red {
	color: var(--main-red);
}

.project-highlight .bottom {
	font-size: 58px;
}

h2, .contact-desc, .contact-info-addr, .contact-info-area, .contact-info-phone, .contact-footer, .contact-info-email {
	color:#FFF !important;
	}
.rotating-circle, .contact-info-phone-icon {
	filter: invert(1); /* 색상 반전 */
	transition: filter 0.2s;
}


@media (max-width: 1024px) {
	.project-title { font-size: 38px; }
	.project-hourglass svg { width: 56px !important; height: 56px !important; }
	.project-bold { font-size: 18px; }
	.project-highlight { font-size: 24px; }
}
@media (max-width: 767px) {
	.project-section {
		min-height: auto;
        padding: 120px 3% 0px 3%;
		width:94%;
	}
	.project-highlight .bottom { font-size: 24px; }
	.project-title { font-size: 22px; margin-bottom: 20px; }
	.project-hourglass {width: 80px; margin:20px auto;}
	.project-hourglass svg { width: 42px !important; height: 42px !important; }
	.project-desc { font-size: 14px; }
	.project-bold { font-size: 16px; }
    .project-highlight {font-size: 17px; margin-bottom: 60px;}
	.contact-main-left { padding-top: 60px;	}
	.contact-footer { position:unset; margin-top:60px; }
}

@media (max-width: 500px) {
    .project-title {
        font-size: 25px;
    }
	.project-highlight .bottom {
        font-size: 20px;
    }
}