<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* gnb */

.maingnb_wrap{position: relative; height: 72px;}

.gnb{position: absolute; left:50%; margin-left:-257px; height: 72px; line-height: 60px;}
.gnb ul{overflow:hidden;}
.gnblist{float:left; margin-right: 64px;}
.gnblist_last{margin-right:4px;}
.gnblist a{position: relative; font-size: 18px; font-family:"NotoSansCJKkr-Regular"; color: #333; letter-spacing: -1.1px;}
.gnblist a:after{display: none; position: absolute; top:0; content:''; width:4px; height:4px; background-color:#1672f7}
.gnblist.on a{color:#1672f7}
.gnblist.on a:after{display: inline-block;}

@media screen and (max-width:1440px){
    .gnb{margin-left: -210px;}
    .logobox_gnb{left:48px;}
    .subtop_gnb ul{right:45px;}
    .gnblist{margin-right: 32px;}
    .gnblist_last{margin-right:4px !important;}
}

@media screen and (max-width:1200px) {
    .header{position: relative;}
}</pre></body></html>