@import url("/front/layout/lnb.css");
html {
  opacity: 0;
}
html {
  transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.visible {
  opacity: 1;
}
html.hidden_scroll_bar *::-webkit-scrollbar {
  display: none;
}
html.hidden_scroll_bar {
  -ms-overflow-style: none;
}
/**/
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media screen and (min-width: 1440px) {
  .only_mobile {
    display: none !important;
  }
  .only_tablet {
    display: none !important;
  }
  .only_laptop {
    display: none !important;
  }
  .only_desktop {
    display: block !important;
  }
  .only_desktop.inline_block {
    display: inline-block !important;
  }
  th.only_desktop,
  td.only_desktop {
    display: table-cell !important;
  }
  colgroup.only_desktop {
    display: table-column-group !important;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .only_mobile {
    display: none !important;
  }
  .only_tablet {
    display: none !important;
  }
  .only_desktop {
    display: none !important;
  }
  .only_laptop {
    display: block !important;
  }
  .only_laptop.inline_block {
    display: inline-block !important;
  }
  th.only_laptop,
  td.only_laptop {
    display: table-cell !important;
  }
  colgroup.only_laptop {
    display: table-column-group !important;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .only_mobile {
    display: none !important;
  }
  .only_laptop {
    display: none !important;
  }
  .only_desktop {
    display: none !important;
  }
  .only_tablet {
    display: block !important;
  }
  .only_tablet.inline_block {
    display: inline-block !important;
  }
  th.only_tablet,
  td.only_tablet {
    display: table-cell !important;
  }
  colgroup.only_tablet {
    display: table-column-group !important;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  .only_tablet {
    display: none !important;
  }
  .only_laptop {
    display: none !important;
  }
  .only_desktop {
    display: none !important;
  }
  .only_mobile {
    display: block !important;
  }
  .only_mobile.inline_block {
    display: inline-block !important;
  }
  th.only_mobile,
  td.only_mobile {
    display: table-cell !important;
  }
  colgroup.only_mobile {
    display: table-column-group !important;
  }
}
/*
 * 레이어 팝얻 띄웠을때
 * body 가 새로 스크롤을 가지고 있다면,
 * body 의 세로 스크롤을 감추고 page에 스크롤을 줌으로써 눈속임을함
 */
body.prevent_scroll {
  overflow-y: hidden;
}
body.prevent_scroll > .page {
  overflow-y: scroll;
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  body {
    overflow-x: auto;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    min-width: 768px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  body {
    min-width: 480px;
  }
}
/**/
.section {
  position: relative;
}
.section > .inside {
  margin-left: auto;
  margin-right: auto;
}
/* [ @de~ ] 1440이상 - 데스크탑 이상▲ 화면*/
@media screen and (min-width: 1440px) {
  .section > .inside {
    width: 1200px;
  }
}
/* [ @lt ] 1024이상 ~ 1439이하 - 랩탑 and 테블릿 가로 only 화면*/
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .section > .inside {
    width: 1004px;
  }
}
/* [ @ta ] 768이상 ~ 1023이하 - 테블릿 세로 only 화면*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section > .inside {
    width: 748px;
  }
}
/* [ @mo ] 767이하 - 휴대폰 이하▼ 화면*/
@media screen and (max-width: 767px) {
  .section > .inside {
    width: 460px;
  }
}
/**/
#globalWrap {
  z-index: 5;
  position: absolute;
  top: 10px;
  right: 0px;
}
#globalWrap {
  display: none;
}
#globalWrap > * {
  vertical-align: middle;
}
#globalWrap > .utils {
  font-size: 0;
  display: inline-block;
}
#globalWrap > .utils > li {
  display: inline-block;
  line-height: 24px;
}
#globalWrap > .utils > li + li {
  margin-left: 20px;
}
#globalWrap > .utils > li + li:before {
  background: #999999;
  width: 1px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: -10px;
  content: '';
  display: inline-block;
}
#globalWrap > .utils > li > span,
#globalWrap > .utils > li > a {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #555555;
  letter-spacing: -0.05em;
}
#globalWrap > .search_form {
  margin-left: 20px;
  display: inline-block;
  font-size: 0;
}
#globalWrap > .search_form {
  display: none;
}
#globalWrap > .search_form.on {
  display: inline-block;
}
#globalWrap > .search_form > * {
  vertical-align: top;
}
#globalWrap > .search_form > input {
  height: 24px;
  font-size: 12px;
  padding: 0 6px;
  border: 1px solid #dddddd;
}
#globalWrap > .search_form > button {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: white;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
#globalWrap > .search_form > button {
  font-size: 0;
  background: url(/front/imgs/common/ico_search.png) no-repeat;
  background-position: center;
}
#btnSearchGoogleButton {
  font-size: 0;
  background: url(/front/imgs/common/ico_search.png) no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  box-sizing: border-box;
  border: 1px solid #dddddd;
}
/* [ @~ta ] 1023이하 - 태블릿 세로 이하▼ 화면*/
@media screen and (max-width: 1023px) {
  #globalWrap {
    display: none;
  }
}
/*# sourceMappingURL=common.css.map */