.header{position:absolute;z-index:30;border-radius:8px;background:rgba(255,255,255,.5);backdrop-filter:blur(20px);max-width:calc(100% - 40px);width:100%;top:20px;left:20px;padding:24px 40px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;flex-wrap:wrap;transition:background .3s ease,backdrop-filter .3s ease}@media only screen and (max-width: 768px){.header{z-index:110;top:0;left:0;max-width:100%;backdrop-filter:blur(0);background:rgba(0,0,0,0);padding:0 0 0 20px}.header.is-open h1{opacity:0}}.header .header_logo{display:block;width:138px}@media only screen and (max-width: 768px){.header .header_logo{width:92px}}.header .header_logo img{display:block;width:100%;height:auto}.header .header_menu_btn{display:none}@media only screen and (max-width: 768px){.header .header_menu_btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:64px;height:48px;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer;flex-shrink:0}}.header .header_menu_btn .header_menu_btn_line{display:block;width:33px;height:2px;background-color:#ff0c1c;transition:transform .3s ease,opacity .3s ease}.header .header_menu_btn[aria-expanded=true] .header_menu_btn_line:nth-child(1){transform:translateY(3.75px) rotate(45deg)}.header .header_menu_btn[aria-expanded=true] .header_menu_btn_line:nth-child(2){transform:translateY(-3.75px) rotate(-45deg)}@media only screen and (max-width: 768px){.header.is-open .header_nav{right:0}}.header .header_nav button.header_nav_close_btn{display:none}@media only screen and (max-width: 768px){.header .header_nav{position:fixed;top:0;right:-100%;width:82%;height:100dvh;padding:20px 20px 24px;box-sizing:border-box;background-color:#000;transition:right .3s ease;text-align:right;z-index:3}.header .header_nav button.header_nav_close_btn{display:inline-block;background:rgba(0,0,0,0);border:none;border-radius:0;padding:0;width:25px;height:25px}.header .header_nav button.header_nav_close_btn img{width:100%;height:auto}.header .header_nav a{color:#fff}}.header .header_nav .header_nav_list{list-style:none;display:flex;justify-content:flex-end;flex-wrap:wrap;width:316px;gap:16px 24px;margin:0;padding:0}@media only screen and (max-width: 768px){.header .header_nav .header_nav_list{margin-top:32px;padding-left:8px;width:100%;flex-direction:column;justify-content:flex-start;gap:20px}}.header .header_nav .header_nav_item a{text-decoration:none;font-size:14px;font-style:normal;font-weight:300;line-height:130%;display:flex;align-items:center;gap:0 8px}@media only screen and (max-width: 768px){.header .header_nav .header_nav_item a{width:100%;justify-content:left;font-weight:bold}}.header .header_nav .header_nav_item a::before{content:"";display:block;background-size:contain}.header .header_nav .header_nav_item a[target=_blank]{flex-direction:row-reverse}.header .header_nav .header_nav_item a[target=_blank]::before{width:12px;height:12px;background:url("/images/icon_blank.svg") no-repeat center center}@media only screen and (max-width: 768px){.header .header_nav .header_nav_item a[target=_blank]::before{background:url("/images/icon_blank_white.svg") no-repeat center center}}.header .header_nav .header_nav_item.-mail a::before{width:16px;height:16px;background-image:url("/images/icon_mail.svg")}@media only screen and (max-width: 768px){.header .header_nav .header_nav_item.-mail a::before{background-image:url("/images/icon_mail_white.svg")}}.header .header_nav .header_nav_item.-en a::before{width:16px;height:16px;background-image:url("/images/icon_earth.svg")}@media only screen and (max-width: 768px){.header .header_nav .header_nav_item.-en a::before{background-image:url("/images/icon_earth_white.svg")}}@media only screen and (max-width: 768px){body:has(header.is-open){position:fixed;overflow:hidden;width:100vw}body:has(header.is-open)::after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.5);backdrop-filter:blur(10px);z-index:100}}
