html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; /* 가로 스크롤 방지 */
  font-family:'Pretendard', 'Noto Sans Korean', dotum, sans-serif;
  background-color: #ffffff  ;
}


h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard','Noto Sans KR', sans-serif !important;}
input, button {margin:0;padding:0;font-family:'Pretendard','Noto Sans KR', sans-serif !important;font-size:1em}
textarea, select {font-family:'Pretendard','Noto Sans KR', sans-serif !important;font-size:1em}

a {text-decoration:none !important; color:inherit !important;}

.layout_1150 {width:1150px; margin:0 auto;}

.container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

.form-control::placeholder {color: #e2e2e2; }



#dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


