@charset "utf-8";
.main-header { z-index: 999; opacity: 0; display: flex; justify-content: flex-end; align-items: center; position: fixed; top: 0; left: 0; transition: all 0.5s ease-in-out; width: 100%; height: 7.625rem; padding-right: 1.875rem; }
.main-header .header_logo { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 18.188rem; }
.main-header .rightCont { display: flex; align-items: center; gap: 1.75rem; }
.main-header .loaction_wrap { display: flex; align-items: center; gap: 0.375rem; }
.main-header .loaction_wrap img { width: 0.563rem; }
.main-header .loaction_wrap .desc_text { font-family: var(--font-suit-sb); font-size: 1.063rem; color: rgba(0, 0, 0, 0.8); }
.main-header .tel_wrap { display: flex; align-items: center; gap: 0.438rem; }
.main-header .tel_wrap img { width: 0.75rem; }
.main-header .tel_wrap .desc_text { font-family:'Noto Sans KR', sans-serif; font-size: 1.063rem; color: rgba(0, 0, 0, 0.8); }

.main-header.bg_active { opacity: 1; background: #fff; border: 1px solid #b7b7b7; border-left: none; border-right: none; }

@media (max-width: 1200px) {
	.main-header .rightCont { display: none; }
}