/* BASIC css start */
#preview_wrap { display:none; }
#header {height:42px; min-width:1200px; background-color: #000000; position:fixed; top:0; left:0; right:0; z-index:99; padding:0 20px;}
#header .header_lft {position: absolute; top: 12px; left: 20px; display: inline-block;}
#header .header_lft a {color:#fff;}
#header .gnb {position: absolute; top: 12px; right: 20px; display: inline-block;}
#header .gnb a {color:#fff; vertical-align: top; margin-right:20px;}
#header .gnb a:hover {color:#fff;}
#header .gnb a .point {color:#fff;}
#header .gnb .gnb_srch {
  display: inline-block;
}

#header .gnb .gnb_srch .MS_search_word {
  background-color: #000000;
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding-left: 5px;
}

#header .gnb .gnb_srch .MS_search_word::placeholder {
  color: #ffffff;
}

#header .gnb .gnb_srch a {
  margin: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #000000 !important;
  position: relative;
  vertical-align: middle;
}

#header .gnb .gnb_srch input[type="image"] {
  display: none;
}

#header .gnb .gnb_srch a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  top: 1px;
  left: 1px;
}

#header .gnb .gnb_srch a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
  top: 11px;
  left: 10px;
}
/* BASIC css end */

