.portal-header{position:fixed;z-index:999;display:flex;align-items:center;justify-content:space-between;width:100%;height:64px;background:#fff;top:0;left:0;right:0}.portal-header .header__logo{width:88px;height:auto;display:block}.portal-header .header__logo img{display:block;width:100%;height:100%}@media screen and (min-width:821px){.portal-header{background:rgba(0,0,0,0);box-sizing:border-box;padding:0}.portal-header .header__logo_pc{display:flex;justify-content:flex-start;align-items:center;flex:1;height:64px;padding-left:24px;box-sizing:border-box}.portal-header .header__logo_pc .header__logo{display:block}.portal-header .header__logo_pc .nav_list{display:flex;justify-content:flex-start;align-items:center;margin-left:68px}.portal-header .header__logo_pc .nav_list .nav_item{font-size:14px;font-weight:500;color:#262626;width:100px}.portal-header .header__logo_pc .nav_list .nav_item.active,.portal-header .header__logo_pc .nav_list .nav_item:hover{color:#ff0217}.portal-header .header__logo_mobile{display:none}.portal-header .header__options{display:flex;justify-content:center;align-items:center;background:#ff0217;color:#fff;height:100%;width:120px;font-size:14px;position:relative;overflow:hidden;cursor:pointer}.portal-header .header__options:hover{background:#cc0212}}@media screen and (max-width:820px){.portal-header{background:rgba(0,0,0,0);box-sizing:border-box;padding:0 3.75vw;height:12.5vw}.portal-header .header__logo_pc{display:none}.portal-header .header__logo_mobile{display:block;height:auto;display:flex;justify-content:flex-start;align-items:center;height:clamp(45px,7.8125vw,50px);position:relative;width:100%}.portal-header .header__logo_mobile .logo-text{display:block;width:15.47vw;height:auto}.portal-header .header__logo_mobile .nav_list{display:flex;justify-content:center;align-items:center;width:calc(100% - 12.5vw)}.portal-header .header__logo_mobile .nav_list .nav_item{font-size:4.375vw;font-weight:500;color:#262626;position:relative;text-align:center;margin-top:6px}.portal-header .header__logo_mobile .nav_list .nav_item:not(:last-child){margin-right:6.25vw;margin-left:-12.5vw}.portal-header .header__logo_mobile .nav_list .nav_item.active{color:#ff0217}.portal-header .header__logo_mobile .nav_list .nav_item.active:after{content:"";background:#ff0217;width:40px;height:4px;position:absolute;left:50%;bottom:-8px;transform:translate(-50%);border-radius:100px}.portal-header .header__logo_mobile .nav_list .nav_item:hover{color:#ff0217}.portal-header .header__options{display:none}}