/* Gmarket */
@font-face {
font-family: "GmarketSans";
font-style: normal;
font-weight: 100;
src: url("/font/GmarketSansLight.woff2") format("woff2"), 
url("/font/GmarketSansLight.woff") format("woff"),
url("/font/GmarketSansLight.eot") format("embedded-opentype");
}
@font-face {
font-family: "GmarketSans";
font-style: normal;
font-weight: 300;
src: url("/font/GmarketSansMedium.woff2") format("woff2"), 
url("/font/GmarketSansMedium.woff") format("woff"),
url("/font/GmarketSansMedium.eot") format("embedded-opentype");
}
@font-face {
font-family: "GmarketSans";
font-style: normal;
font-weight: 600;
src: url("/font/GmarketSansBold.woff2") format("woff2"), 
url("/font/GmarketSansBold.woff") format("woff"),
url("/font/GmarketSansBold.eot") format("embedded-opentype");
}    

body *{font-family:'GmarketSans';}

/* header */
.lay_header{position: static;display: block;height: auto;margin: 0 auto 40px;border-bottom: 1px #e1e1e1 solid;
.lay_wrap{display: flex;justify-content: space-between;align-items: center;width: 1200px;height: 100px;margin: 0 auto;}
.lay_wrap nav{display:flex;}            
.lay_wrap nav li{margin-left:40px;}  
            