header.web{z-index:60;position:relative;height:60px;max-height:60px;padding:16px 24px;justify-content:center;box-sizing:border-box;background:var(--opacity-white-100);border-bottom:1px solid #ddd}header.web,header.web>.web-inner{width:100%;display:flex;flex-flow:row nowrap;align-items:center}header.web>.web-inner{justify-content:space-between}header.web>.web-inner>.left{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:44px}header.web>.web-inner>.left>.logo{width:133px;height:28px;background:url(/images/logo.png) no-repeat 50% 50%;background-size:contain;text-indent:-9999px;overflow:hidden}header.web>.web-inner>.left>ul{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;width:inherit;flex-shrink:inherit;background-color:inherit;height:100%;padding:0;line-height:inherit}header.web>.web-inner>.left>ul>li{height:60px;padding-top:2px}header.web>.web-inner>.left>ul>li>a{height:100%;margin:0 16px;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;color:var(--text-color-default);font-size:15px;font-weight:600;line-height:20px;text-align:center;letter-spacing:-.25px;font-weight:700}header.web>.web-inner>.left>ul>li.new>a{position:relative}header.web>.web-inner>.left>ul>li.new>a:after{position:absolute;content:"";width:20px;height:6px;background:url(/images/gnb_new.png) no-repeat 0 -10px;top:13px;right:-9px}header.web>.web-inner>.left>ul>li.beta>a{position:relative}header.web>.web-inner>.left>ul>li.beta>a:after{position:absolute;content:"";width:21px;height:8px;background:url(/images/gnb_beta02.png) no-repeat 0 -16px;top:11px;right:-12px}header.web>.web-inner>.left>ul>li.on>a,header.web>.web-inner>.left>ul>li:hover>a{color:var(--primary)}header.web>.web-inner>.left>ul>li.subgnb-li>.subgnb{position:absolute;top:60px;left:0;width:100%;min-width:1280px;height:0;background:var(--opacity-white-100);box-shadow:0 5px 9px 2px rgba(0,0,0,.1);display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:24px;padding-left:510px;opacity:0;transition:height .2s ease-out,opacity .2s ease-out}header.web>.web-inner>.left>ul>li.subgnb-li>.subgnb>li{opacity:0;transition:opacity .2s ease-out}header.web>.web-inner>.left>ul>li.subgnb-li>.subgnb>li>a{color:#666;font-size:16px}header.web>.web-inner>.left>ul>li.subgnb-li>.subgnb>li:hover>a{text-shadow:0 0 1px #222;color:#222}header.web>.web-inner>.left>ul>li.subgnb-li:hover>.subgnb{opacity:1;height:60px}header.web>.web-inner>.left>ul>li.subgnb-li:hover>.subgnb>li{opacity:1}header.web>.web-inner>.right,header.web>.web-inner>.right>ul{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center}header.web>.web-inner>.right>ul>li{position:relative;padding:0 8px}header.web>.web-inner>.right>ul>li>a,header.web>.web-inner>.right>ul>li>div{color:#666;font-size:13px;font-weight:600;line-height:inherit;text-align:center;letter-spacing:-.25px;cursor:pointer}header.web>.web-inner>.right>ul>li:after{position:absolute;content:"";height:12px;width:1px;top:calc(50% - 4px);right:-.5px;background:var(--gray-20)}header.web>.web-inner>.right>ul>li:first-of-type{padding-left:0}header.web>.web-inner>.right>ul>li:last-of-type{padding-right:0}header.web>.web-inner>.right>ul>li:last-of-type:after{display:none}header.web>.web-inner>.right>.box-buttons{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;margin:0;gap:3px}header.web>.web-inner>.right>.box-buttons>a,header.web>.web-inner>.right>.box-buttons>span{padding:0 12px;background:#e7f1ff;color:#3b7ed8;font-size:13px;font-weight:600;line-height:inherit;text-align:center;border-radius:15px;height:24px;box-sizing:border-box;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}header.web>.web-inner>.right>.box-buttons>a:nth-of-type(2),header.web>.web-inner>.right>.box-buttons>span:nth-of-type(2){background:#1c54bc;color:#ffe776}body.mobile header.web{display:none}