@charset "UTF-8";
/*
 * Copyright inpleworks, Co.
*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* CUSTOM RESPONSIVE
/* ------------------------------------------------------------------------------------------------------------------ */
/* Extra small devices  (Phones 319px 이하)
---------------------------------------------------------------------------- */
@media (max-width: 319px) {
  .xet-layout .col-xs-1,
.xet-layout .col-xs-2,
.xet-layout .col-xs-3,
.xet-layout .col-xs-4,
.xet-layout .col-xs-5,
.xet-layout .col-xs-6,
.xet-layout .col-xs-7,
.xet-layout .col-xs-8,
.xet-layout .col-xs-9,
.xet-layout .col-xs-10,
.xet-layout .col-xs-11,
.xet-layout .col-xs-12 {
    width: 100% !important;
  }
  .xet-layout h1 {
    font-size: 32px !important;
  }
  .xet-layout h2 {
    font-size: 26px !important;
  }
  .xet-layout h3 {
    font-size: 22px !important;
  }
  .xet-layout h4 {
    font-size: 18px !important;
  }
}
/* Extra small devices  (Phones 768px 이하)
---------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .xet-layout h1 {
    font-size: 36px !important;
  }
  .xet-layout h2 {
    font-size: 28px !important;
  }
  .xet-layout h3 {
    font-size: 24px !important;
  }
  .xet-layout h4 {
    font-size: 20px !important;
  }
  .xet-layout h5 {
    font-size: 16px !important;
  }
  .xet-layout h6 {
    font-size: 14px !important;
  }
}
/* Small devices (tablets, 768px 이상)
---------------------------------------------------------------------------- */
@media (min-width: 768px) {
  .xet-layout {
    /* HEADER
    -------------------------------------- */
    /* Side Panel
    -------------------------------------- */
    /* page top */
    /* TOP SCROLL BUTTON */
  }
  .xet-layout #xet-header .xet-header-logo {
    width: 200px;
  }
  .xet-layout .xet-side-panel {
    width: 300px;
  }
  .xet-layout .push-toright {
    left: 300px !important;
  }
  .xet-layout .push-toleft {
    left: -300px !important;
  }
  .xet-layout .xet-page-top > div {
    height: 250px;
  }
  .xet-layout #xet-top-scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .xet-layout #xet-top-scroll a {
    background-size: 24px;
  }
}
@media (max-width: 991px) {
  .xet-layout #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-layout {
    /* HEADER */
    /* page top */
    /* owl Hover */
    /* button */
  }
  .xet-layout .xet-container-fluid {
    padding: 0 30px;
  }
  .xet-layout #xet-header {
    height: 80px;
  }
  .xet-layout #xet-header .xet-header-logo {
    width: 220px;
    height: 80px;
    line-height: 80px;
  }
  .xet-layout #xet-header .xet-header-logo a {
    height: 80px;
    font-size: 36px;
  }
  .xet-layout #xet-header .xet-header-logo a img {
    right: auto;
  }
  .xet-layout #xet-header .xet-toggle-menu {
    height: 80px;
    width: 70px;
  }
  .xet-layout #xet-header .xet-nav-ul > li {
    height: 80px;
    line-height: 80px;
    /* 아이콘 버튼 */
  }
  .xet-layout #xet-header .xet-nav-ul > li > a,
.xet-layout #xet-header .xet-nav-ul > li > button {
    height: 80px;
    line-height: 82px;
  }
  .xet-layout #xet-header .xet-nav-ul > li.li-btn > button {
    width: 50px;
  }
  .xet-layout #xet-footer {
    padding: 30px 0;
  }
  .xet-layout #xet-footer .footer__nav {
    padding-bottom: 30px;
  }
  .xet-layout .xet-page-top > div {
    height: 250px;
  }
  .xet-layout .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;
  }
  .xet-layout .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;
  }
  .xet-layout .xet-btn-theme,
.xet-layout .xet-btn-bg-theme {
    padding: 15px 32px;
  }

  /* NAV */
  .xet-side-panel:not(.S) {
    display: none;
  }
  .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;
  }

  #xet-side-panel-overlay:not(.S) {
    display: none !important;
  }
}
/* Large devices (large desktops, 1200px 이상)
---------------------------------------------------------------------------- */