@charset "UTF-8";
/*
 * Copyright inpleworks, Co.
*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* CUSTOM RESPONSIVE
/* ------------------------------------------------------------------------------------------------------------------ */
/* Extra small devices  (Phones 319px 이하)
---------------------------------------------------------------------------- */
@media (max-width: 319px) {
  .col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    width: 100% !important;
  }

  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 26px !important;
  }

  h3 {
    font-size: 22px !important;
  }

  h4 {
    font-size: 18px !important;
  }
}
/* Extra small devices  (Phones 768px 이하)
---------------------------------------------------------------------------- */
@media (max-width: 767px) {
  h1 {
    font-size: 36px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  h5 {
    font-size: 16px !important;
  }

  h6 {
    font-size: 14px !important;
  }
}
/* Small devices (tablets, 768px 이상)
---------------------------------------------------------------------------- */
@media (min-width: 768px) {
  /* HEADER
  -------------------------------------- */
  #xet-header .xet-header-logo {
    width: 200px;
  }

  /* Side Panel
  -------------------------------------- */
  .xet-side-panel {
    width: 300px;
  }

  .push-toright {
    left: 300px !important;
  }

  .push-toleft {
    left: -300px !important;
  }

  /* page top */
  .xet-page-top > div {
    height: 250px;
  }

  /* TOP SCROLL BUTTON
  -------------------------------------- */
  #xet-top-scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  #xet-top-scroll a {
    background-size: 24px;
  }

  .xet-content {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}
@media (max-width: 991px) {
  #xet-header .xet-header-logo.logo-left {
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/* Medium devices (desktops, 992px 이상)
---------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .xet-container-fluid {
    padding: 0 30px;
  }

  /* HEADER
  -------------------------------------- */
  #xet-header .xet-header-logo {
    width: 220px;
    height: 80px;
    line-height: 80px;
  }

  #xet-header .xet-header-logo a {
    height: 80px;
    font-size: 36px;
  }

  #xet-header .xet-header-logo a img {
    right: auto;
  }

  #xet-header .xet-toggle-menu {
    height: 80px;
    width: 70px;
  }

  #xet-header .xet-nav-ul > li {
    height: 80px;
    line-height: 80px;
  }

  #xet-header .xet-nav-ul > li > a,
#xet-header .xet-nav-ul > li > button {
    height: 80px;
    line-height: 82px;
  }

  /* 아이콘 버튼 */
  .xet-nav-ul > li.li-btn > button {
    width: 50px;
  }

  /* Hover color NAV 1차 */
  /* NAV
  -------------------------------------- */
  .xet-side-panel .side-panel-top {
    height: 81px;
  }

  .xet-side-panel .xet-nav-ul > li > a,
.xet-side-panel .xet-nav-ul > li > button {
    height: 80px;
    line-height: 82px;
  }

  .xet-side-panel .xet-toggle-menu {
    height: 80px;
    width: 70px;
  }

  /* page top */
  .xet-page-top > div {
    height: 250px;
  }
  .xet-page-top > div .page-lnb {
    display: inline-flex;
  }

  /* Hover
  -------------------------------------- */
  .owl-frame .owl-nav button.owl-next:hover {
    background-position-x: 100%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }

  .owl-frame .owl-nav button.owl-prev:hover {
    background-position-x: 0%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }

  /* button
  -------------------------------------- */
  .xet-btn-theme,
.xet-btn-bg-theme {
    padding: 15px 40px;
  }
}
/* Large devices (large desktops, 1200px 이상)
---------------------------------------------------------------------------- */