/* BASIC css start */
#preview_wrap { display:none; } /* 미리보기 */

#header { position:absolute; top:0; left:0; right:0; width:100%; z-index:1001; background:#000; -webkit-transition:background-color 0.5s; transition:background-color 0.5s }
#header.fix { margin-top:-32px; position:fixed; top:0; left:0; right:0; background:#000; -webkit-transition:background-color 1s; transition:background-color 1s }
#header .headerArea { margin:0 auto; width:1200px }
#header .headerArea .gnb { position:relative; height:32px }
#header .headerArea .gnb ul { margin-right:25px; float:right }
#header .headerArea .gnb ul li { float:left; color:#fff; font-weight:bold; line-height:32px }
#header .headerArea .gnb ul li:after { content:'/' }
#header .headerArea .gnb ul li.last:after { content:'' }
#header .headerArea .gnb ul li a { padding:0 8px; font-size:11px; color:#fff; font-weight:bold }
#header .headerArea .gnb #searchBtn { position:absolute; top:3px; right:0; width:25px; height:25px; font-size:14px; color:#fff; text-align:center; line-height:25px; cursor:pointer }
#header .headerArea .gnb .search { display:none; position:absolute; top:27px; right:0; width:185px; height:25px; background:#fff; z-index:10 }
#header .headerArea .gnb .search .MS_search_word { padding-left:5px; width:155px; height:25px; vertical-align:middle; border:none; background:#fff }
#header .headerArea .gnb .search a { position:absolute; top:0; right:0; width:25px; height:25px; font-size:14px; color:#000; text-align:center; line-height:25px }

#header .headerArea .tnb { position:relative; height:80px }
#header .headerArea .tnb ul { padding-top:30px }
#header .headerArea .tnb ul.m_left { float:left }
#header .headerArea .tnb ul.m_right { float:right }
#header .headerArea .tnb ul li { float:left }
#header .headerArea .tnb ul.m_left li { padding-right:70px }
#header .headerArea .tnb ul.m_right li { padding-left:70px }
#header .headerArea .tnb ul li a { font-size:16px; color:#fff; font-weight:bold }
#header .headerArea .tnb ul li a:hover { text-decoration: underline }
#header .headerArea .tnb .tlogo { margin-left:-70px; position:absolute; top:0; left:50%; height:80px; text-align:center; line-height:80px }
#header .headerArea .tnb .tlogo  a{font-family: 'Anton', sans-serif; font-size:50px; color:#fff;}
#header .headerArea .tnb .tlogo img { vertical-align:middle }

.btnTop { position: fixed; right: 30px; bottom: 20px; z-index: 999;}
.btnTop i { color:#666; font-size: 30px; }
/* BASIC css end */

