@charset "utf-8";

/* header */
.header { border-bottom: 3px solid #1652F0; }
.header .gnb.search-gnb { text-align: right; }
.header .gnb.search-gnb ul li { position: relative; }
.header .gnb.search-gnb ul li:after { content: ''; position: absolute; top: 50%; right: 0; margin-top: -5px; width: 1px; height: 11px; background: #9498a0;}
.header .gnb.search-gnb ul li:last-child:after { display: none; }
.header .gnb.search-gnb ul li a { padding: 0 10px; }
.header .gnb.search-gnb ul li a img { width: 12px; height: 12px; margin-right: 5px; vertical-align: middle; position: relative; top: -1px;}

/* container */
.container { position: relative; margin-top: 75px; z-index: 999; }


/* ellipsis */
.ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; word-break: break-all; }

