@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body { font-size:0.9rem; font-family: 'Noto Sans KR', sans-serif; }
* { margin:0; padding:0;  box-sizing: border-box; word-break:keep-all; }
a { text-decoration:none; color:#666666; }
li { list-style:none; }
.w1300 { max-width:1300px; margin:0 auto; }
.w1200 { max-width:1200px; margin:0 auto; }
.w1000 { max-width:1000px; margin:0 auto; }
.clear:after { clear:both; display:block; content:""; }
.flex_container { display:flex; justify-content:space-between; align-items:center; }
/*
header { position:fixed; width:100%; left:0; right:0; height:80px; background:#fff; z-index:9999; }*/





/***  board  ***/
#post_area { word-break:normal !important; }
#post_area img { max-width:100%; height:auto !important; }




