header {position: absolute; top: 30px; left: 50%; transform: translateX(-50%); max-width: 1323px; width: 100%; height: auto;}
header .container {display: flex; align-items: center; justify-content: space-between; width: 100%; height: auto; padding: 16px 40px; box-sizing: border-box; border-radius: 60px; background: var(--wt);}

header .logo {width: 112px; height: auto;}
header .logo img {width: 100%; height: auto;}

header .slide_rolling {max-width: 350px; width: 100%; text-align: center;}
header .slide_rolling ul {}
header .slide_rolling ul li {}
header .slide_rolling ul li .txt {font-size: 20px; font-weight: 500; line-height: 1; letter-spacing: -0.4px; color: var(--gray_6);}

header .link_btn {display: flex; align-items: center; justify-content: center; width: 146px; height: 49px; border-radius: 12px; border: 1px solid var(--pr); box-sizing: border-box; font-size: 18px; font-weight: 600; line-height: 1; letter-spacing: -0.36px; color: var(--pr);}

