@charset "utf-8";

@import url("layout.css");
@import url("main.css");
@import url("main_widjet.css");

/* 템플릿별로 개별 정의해야하는 CSS는 이 밑으로 작성하시면 최종적으로 적용 됩니다.**********/
/*영문로고*/
#headerSec .logo a span {font-size: 16px !important; word-break: keep-all; margin-top: 3px !important;}
#headerSec .logo a span em {font-size: 23px !important; word-break: keep-all;}
@media only screen and (max-width:320px){
  #headerSec .logo a span em {font-size: 18px !important;}
}
