header {width: 100%; height: 80px; background: var(--black);}
header .container {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%;}
header .logo {}
header .logo p {font-size: 34px; font-weight: bold; color: var(--wt);}
header .inquiry-btn {display: flex; align-items: center; justify-content: center; gap: 4px; width: 128px; height: 40px; border-radius: 74px; background: var(--wt); font-size: 17px; font-weight: bold; color: var(--black);}
header .inquiry-btn img {width: 30px; height: auto;}