header {position: fixed; top: 20px; left: 50%; transform: translate(-50%); max-width: 1280px; width: 100%; height: 90px; border-radius: 20px; background: var(--wt); padding: 0 20px; box-sizing: border-box; z-index: 10;}
.h_container {display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%;}
header .logo {width: 117px; height: auto;}
header .logo img {width: 100%; height: auto;}

header .rolling_v {width: 310px; height: 54px; border-radius: 60px; background: var(--gray_eb);}
header .rolling_v ul {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
header .rolling_v ul li {}
header .rolling_v ul li p {text-align: center; font-size: 20px; font-weight: 600; line-height: 1.5; letter-spacing: -0.4px; color: var(--gray_6);}
header .rolling_v ul li p span {font-weight: bold; color: var(--pr2);}

header .link_btn {}
header .link_btn a {display: flex; align-items: center; justify-content: center; gap: 6px; width: 155px; height: 56px; border-radius: 12px; background: var(--pr); font-size: 20px; font-weight: bold; line-height: 1.5; letter-spacing: -0.4px; color: var(--wt);}
header .link_btn a img {width: 20px; height: auto;}