@charset "UTF-8";
/*reset.css*/
/* @import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,700,900"); */
/* 필요없는 요소 display : none; */
#aside, #top_btn, .gnb_menu_btn, #popular { display: none; }
/* css 초기화 */
body { background: none; }
#tnb { border-bottom: none; background: none; }
#tnb li { border-left: none; margin-bottom: 0; font-size: 1rem; }
#hd { border-top: none; width: 100%; }
#hd_wrapper { padding: 0; }
@media screen and (max-width: 1199px) {
  #wrapper { width: 100%; min-width: inherit; }
}
.hd_sch_wr { top: 0; margin-left: 0; }
#container_wr { width: 100%; }
#container { margin: 0; width: 100%; }
#logo { padding: 0; float: none; }
#gnb { height: 100%; }
#gnb .gnb_wrap { width: 100%; }
/* #gnb .gnb_mnal { display: none; } */
#gnb #gnb_1dul { background: none; -webkit-box-shadow: none; box-shadow: none; width: 100%; }
#gnb .gnb_1dli { padding: 0; }
#gnb .gnb_1dli:hover { background: none; -webkit-transition: none; transition: none; }
/* .gnb_1da { color: #333; } */
#hd_sch { border: none; background: none; border-radius: 0; }
#hd_sch #sch_stx { padding-left: 0; font-size: 1em; }
#hd_sch #sch_summit { color: #333; background: none; font-size: 1rem; }
#ft { border-top: none; background: none; padding-bottom: 0; text-align: left; }
#ft_wr { width: 100%; max-width: 1200px; }
#ft_link { border-bottom: none; padding: 0; }
#ft_link a { padding: 0; line-height: 1em; font-weight: normal; }
/* #ft_copy { color: #333; font-size: 1rem; } */
/* img, iframe, fieldset, frameset, input, select, option, textarea, button { border: 0 none; border-radius: 0; } */
ul, ol, li { list-style: none; }
b, strong { color: #222; font-weight: normal; }
address, i, em { font-style: normal; }
a { text-decoration: none; color: #222; }
a, img, label { display: block; }
p, span, a { word-break: break-all; -webkit-transform: skew(0deg); transform: skew(0deg); }
/* 폰트 설정 */
html, body, table, tr, th, td, input, select, option, textarea, button, label {
  font-size: 1rem;
  /* font-family: 'Noto Sans KR' , sans-serif; */
  color: #555;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
  color: #222;
  -webkit-transform: skew(0deg);
  transform: skew(0deg);
}
input[type=password] {
  font-family: 'Inter', 'Noto Sans KR' , sans-serif;
}
/*# sourceMappingURL=widget.css.map */
