@charset "utf-8";
@import url('variables.css');

/* 초기화 */
img {
  width: 100%;
  height: auto;
}
html {
    overflow-y: scroll;
  }
  body {
    margin: 0;
    padding: 0;
    font-family: "NanumBarunGothic", sans-serif;
    background: #fff;
    line-height: 0.9; 
    color: #0e1011;
  }
  html,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  fieldset,
  img {
    margin: 0;
    padding: 0;
    border: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "NanumBarunGothic", sans-serif;
    letter-spacing: -0.08em;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  
  ul,
  dl,
  dt,
  dd {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
  }
  label,
  input,
  button,
  select,
  img {
    vertical-align: middle;
    font-size: 1em;
  }
  input,
  button {
    margin: 0;
    padding: 0;
    font-family: "NanumBarunGothic", sans-serif;
    font-size: 1em;
  }
  input[type="submit"] {
    cursor: pointer;
  }
  button {
    cursor: pointer;
  }
  
  textarea,
  select {
    font-family: "NanumBarunGothic", sans-serif;
    font-size: 1em;
  }
  select {
    margin: 0;
  }
  p {
    margin: 0;
    padding: 0;
    word-break: break-all;
    letter-spacing: -0.08em;
  }
  hr {
    display: none;
  }
  pre {
    /* overflow-x: scroll; */
    font-size: 1.1em;
  }
  a {
    color: #000;
    text-decoration: none;
    letter-spacing: -0.08em;
  }
  span {
    letter-spacing: -0.08em;
  }
  
  *,
  :after,
  :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  input[type="text"],
  input[type="password"],
  textarea {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
  }
  
  input[type="text"]:focus,
  input[type="password"]:focus,
  textarea:focus,
  select:focus {
    -webkit-box-shadow: 0 0 5px #9ed4ff;
    -moz-box-shadow: 0 0 5px #9ed4ff;
    box-shadow: 0 0 5px #9ed4ff;
    border: 1px solid #558ab7 !important;
  }
  
  .placeholdersjs {
    color: #aaa !important;
  }
  
  /* 팝업레이어 */
  #hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    height: 0;
  }
  #hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff;
  }
  .hd_pops img {
    max-width: 100%;
  }
  .hd_pops_con {
  }
  .hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative;
  }
  .hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff;
  }
  .hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left;
  }
  .hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0;
  }

  /* 전체메뉴 배경 */
  #gnb_all_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 998;
  }
  
  /* 전체메뉴 */
  #gnb_all {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 50px 30px;
    box-sizing: border-box;
  }
  
  .gnb_close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }
  
  /* 검색 */
  #hd_sch h3 {position: absolute;font-size: 0;line-height: 0;overflow: hidden}

  .hd_sch_wr {
    position: relative;
    float: left;
    width: 277px;
  }
  #hd_sch {
    display: flex;
    align-items: center;
    background: #F2F2F2;
    border-radius: 100px;
    padding: 0 15px 0 25px;
    height: 41px;
  }

  #hd_sch #sch_str {
    border: none;
    background: none;
    font-size: 15px;
    outline: none;
    width: 100%;
  }

  #hd_sch #sch_submit {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
  }

  #hd_sch #sch_submit img {
    width: 22px;
  }

  #hd_sch form {
    display: flex;
    width: 100%;
  }
  #sch_str {
    font-size: 17px;
    color: #000;
  }

  
  /* 검색창 레이어 */
  /* .hd_search_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
  }
  
  .hd_search_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
  }
  
  #sch_stx {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #006241;
    font-size: 20px;
    padding: 0 50px 0 10px;
  }
  
  #sch_submit {
    position: absolute;
    right: 14px;
    top: 8px;
    cursor: pointer;
  }
  
  .search_close {
    position: absolute;
    right: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("../img/ico_close.png") no-repeat center;
    border: none;
    cursor: pointer;
  } */
