@import url("https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
input:required,
select:required,
textarea:required {
  background-image: url("../images/require.png");
  background-repeat: no-repeat;
  background-position: right top;
}

body {
  font-family: "NEXON Lv2 Gothic", "InfinitySans-RegularA1", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}
.font-notosans {
  font-family: "Noto Sans KR", sans-serif;
}
.font-lato {
  font-family: "Lato", sans-serif;
}
.font-philosopher {
  font-family: "Philosopher", sans-serif;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}
.font-nanumbrush {
  font-family: "Nanum Brush Script", cursive;
}
.font-myeongjo {
  font-family: "Nanum Myeongjo", serif;
}
.font-iceland {
  font-family: "Iceland", cursive;
}
.font-rajdhani {
  font-family: "rajdhani", sans-serif;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
.font-chakra {
  font-family: "Chakra Petch", sans-serif;
}
.font-football-bold {
  font-family: "NEXONFootballGothicBA1", sans-serif;
}
.font-football-light {
  font-family: "NEXONFootballGothicLA1", sans-serif;
}
.font-smaller {
  font-size: 87%;
}
.font-bigger {
  font-size: 115%;
}

.weight-100 {
  font-weight: 100;
}
.weight-200 {
  font-weight: 200;
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}

.line-1 {
  line-height: 1 !important;
}
.line-11 {
  line-height: 1.1 !important;
}
.line-12 {
  line-height: 1.2 !important;
}
.line-13 {
  line-height: 1.3 !important;
}
.line-14 {
  line-height: 1.4 !important;
}
.line-15 {
  line-height: 1.5 !important;
}
.line-16 {
  line-height: 1.6 !important;
}
.line-17 {
  line-height: 1.7 !important;
}
.line-18 {
  line-height: 1.8 !important;
}
.line-19 {
  line-height: 1.9 !important;
}
.line-20 {
  line-height: 2 !important;
}
.line-21 {
  line-height: 2.1 !important;
}
.line-22 {
  line-height: 2.2 !important;
}
.line-23 {
  line-height: 2.3 !important;
}
.line-24 {
  line-height: 2.4 !important;
}
.line-25 {
  line-height: 2.5 !important;
}
.line-30 {
  line-height: 3 !important;
}

table .th-xxl {
  min-width: 15rem;
}
table .th-xl {
  min-width: 12rem;
}
table .th-lg {
  min-width: 9rem;
}
table .th-md {
  min-width: 6rem;
}
table .th-sm {
  min-width: 3rem;
}

.material-icons {
  -webkit-font-feature-settings: "liga";
     -moz-font-feature-settings: "liga";
          font-feature-settings: "liga";
}
.material-icons .md-18 {
  font-size: 18px;
}
.material-icons .md-24 {
  font-size: 24px;
}
.material-icons .md-36 {
  font-size: 36px;
}
.material-icons .md-48 {
  font-size: 48px;
}

.input-group.input-group-write .input-group-prepend .input-group-text {
  min-width: 42px;
  max-width: 42px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
}

.btn-respon {
  pointer-events: none;
  cursor: default;
}

.word-break {
  word-break: keep-all;
  word-wrap: break-word;
  white-space: -pre-wrap;
}

#skipnav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
#skipnav * {
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}
#skipnav a {
  position: absolute;
  top: 0;
  left: -9999px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skipnav a:focus, #skipnav a:active {
  left: 0;
  width: 100%;
  height: auto;
  padding: .5625em;
  font-weight: 600;
  line-height: 1.375;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #123;
}

.style-dotted {
  border-style: dotted !important;
}
.style-dashed {
  border-style: dashed !important;
}

.list-custom > li {
  position: relative;
  padding-left: 20px;
}
.list-custom > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: .5em;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  color: #c6ccd5;
  text-transform: none;
  vertical-align: bottom;
  content: "\f111";
  -webkit-transform: scale(.5);
      -ms-transform: scale(.5);
       -o-transform: scale(.5);
          transform: scale(.5);
}
.list-custom.list-custom-caution > li:before {
  color: #d1660d;
}
.list-custom.list-custom-success > li:before {
  color: #267638;
}
.list-custom.list-custom-lightsuccess > li:before {
  color: #7c930a;
}
.list-custom.list-custom-warning > li:before {
  color: #c8990b;
}

.dl-custom dt {
  position: relative;
  padding-left: 20px !important;
}
.dl-custom dt:before {
  position: absolute;
  top: .3rem;
  left: 0;
  display: inline-block;
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-size: .5em;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  color: #c6ccd5;
  text-transform: none;
  vertical-align: bottom;
  content: "\f111";
  -webkit-transform: scale(.5);
      -ms-transform: scale(.5);
       -o-transform: scale(.5);
          transform: scale(.5);
}

.scroll-box {
  height: 250px;
  padding: 30px;
  margin-bottom: 15px;
  overflow-y: scroll;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
          user-select: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.box-dot {
  position: relative;
  z-index: 0;
}
.box-dot::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: "";
  background: url("../images/bg_box.gif");
}
.box-dot::after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: -1;
  content: "";
  background-color: #f8f8f8;
}
.box-dot > i {
  position: relative;
  display: inline-block;
  margin-right: .25rem;
  font-size: 1rem;
  vertical-align: middle;
}

.table-custom {
  outline: 1px solid #768395;
}
.table-custom th {
  padding: 8px 10px;
  font-size: 1.05em;
  font-weight: normal;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
}
.table-custom td {
  padding: 8px 10px;
  font-weight: normal;
  border-top: 1px solid #ddd;
}

.list-group-counter {
  counter-reset: section;
}
.list-group-counter .group {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}
.list-group-counter .group:first-of-type {
  padding-top: 0;
}
.list-group-counter .group .title {
  position: absolute;
  top: auto;
  left: 0;
  width: 10em;
  height: 10em;
  padding: 1em;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  border: .1rem solid #a2a5a7;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
.list-group-counter .group .title::before {
  display: block;
  width: 1.8rem;
  margin-bottom: .7rem;
  font-family: "rajdhani", sans-serif;
  font-size: .9rem;
  font-weight: 900;
  content: "NO" counter(section);
  counter-increment: section;
  border-bottom: 1px solid #000;
}
.list-group-counter .group .title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.list-group-counter .group .item {
  min-height: 12.5em;
  margin-left: 14em;
}
.col-title {
  position: relative;
  z-index: 2;
  padding-left: 35px;
  background-image: url(../images/icon-tit.png);
  background-repeat: no-repeat;
  background-position: center left;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.col-sub-title {
  position: relative;
  z-index: 2;
  padding-left: 25px;
  font-size: 1.2em;
  font-size: 1.15em;
  color: #333;
}
.col-sub-title:before {
  position: absolute;
  top: .3em;
  left: 0;
  display: inline-block;
  width: 19px;
  height: 15px;
  padding: 0;
  margin: 0;
  font-family: "Font Awesome 5 Free";
  font-size: .5em;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  line-height: 15px;
  color: #fff;
  text-align: center;
  text-transform: none;
  vertical-align: bottom;
  content: "\f054";
  background-color: #aaa;
}

.box_wrap {
  position: relative;
  padding: 7px;
  background: url("../images/pattren_dot_gray.gif") 0 0 repeat;
}
.box_wrap .box_in {
  padding: 1rem;
  font-weight: 400;
  line-height: 2rem;
  background-color: #fff;
}
.box_wrap .box_in:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  content: "";
  border-top: 7px solid rgb(180, 180, 180);
  border-left: 7px solid rgb(180, 180, 180);
}
.box_wrap .box_in:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  content: "";
  border-right: 7px solid rgb(180, 180, 180);
  border-bottom: 7px solid rgb(180, 180, 180);
}

.table-custom-responsive > tbody > tr td {
  border-bottom: 1px solid #c0c0c0;
}

@media (min-width: 768px) {
  .box_wrap .box_in {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 1349.98px) {
  .table-custom-responsive:not(.table-custom-responsive-not-lg) > thead {
    display: none;
  }
  .table-custom-responsive:not(.table-custom-responsive-not-lg) > tbody > tr {
    display: block;
    width: 100%;
    padding: .5em;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
  }
  .table-custom-responsive:not(.table-custom-responsive-not-lg) > tbody > tr > td {
    float: left;
    width: auto;
    padding: 0;
    border: none;
  }
  .table-custom-responsive:not(.table-custom-responsive-not-lg) > tbody > tr > td::before {
    display: inline-block;
    height: .5rem;
    padding-left: .5rem;
    margin: 0 .3rem;
    line-height: .5rem;
    vertical-align: middle;
    content: "";
    border-left: 1px solid #ddd;
  }
  .table-custom-responsive:not(.table-custom-responsive-not-lg) > tbody > tr > td::after {
    margin: 0 .3rem;
    content: "";
  }
  .table-custom-responsive:not(.table-custom-responsive-not-lg) > tbody > tr > td .bt-content {
    float: left;
  }
}
@media (max-width: 767.98px) {
  .img-zoom {
    position: relative;
  }
  .img-zoom a {
    position: absolute;
    top: auto;
    right: 5%;
    bottom: 5%;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 1.2em;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #000;
    opacity: .7;
  }
  .list-group-counter .group {
    padding: 1rem 0;
  }
  .list-group-counter .group .title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    word-break: keep-all;
    white-space: normal;
  }
  .list-group-counter .group .title::before {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .25rem;
  }
  .list-group-counter .group .item {
    min-height: 0;
    padding-top: 0 !important;
    margin: .5rem 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .table-custom-responsive {
    font-size: .8em;
  }
  .table-custom-responsive > thead {
    display: none;
  }
  .table-custom-responsive > tbody > tr {
    display: block;
    padding: 0 !important;
    overflow: hidden !important;
    border-top: 1px solid #888;
  }
  .table-custom-responsive > tbody > tr > td {
    position: relative;
    display: block;
    float: none !important;
    width: 100%;
    min-height: 2.5em;
    padding: 0 !important;
    overflow: hidden;
    clear: both;
    text-align: left !important;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: -pre-wrap;
    background: #fff !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
  }
  .table-custom-responsive > tbody > tr > td:before {
    top: 0;
    left: 0;
    display: table-cell !important;
    width: 80px;
    height: 100% !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px !important;
    margin: 0 !important;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.2 !important;
    letter-spacing: -1px;
    content: attr(data-th) !important;
    background: #fafafa;
    border-left: none !important;
  }
  .table-custom-responsive > tbody > tr > td::after {
    display: none;
    margin: 0;
  }
  .table-custom-responsive > tbody > tr > td .bt-content {
    display: table-cell !important;
    float: none !important;
    padding: 5px 10px;
    line-height: 20px;
    text-align: left !important;
    background: #fff;
  }
  .table-custom-responsive > tbody > tr > td .bt-content a {
    display: inline-block;
  }
  .table-custom-responsive.table-custom-responsive-wide-tit-width > tbody > tr > td:before {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: .5rem;
  }
  .list-group .list-group-item {
    padding: .2rem .3rem;
  }
  .form-group {
    margin-bottom: .5rem;
  }
  label {
    margin-bottom: .2rem;
    font-size: .9em;
  }
  .alert {
    padding: .3rem .5rem;
    font-size: .9em;
  }
  .alert .alert-heading {
    font-size: 1.2em;
  }
  .table-custom {
    font-size: .8em;
  }
  .table-custom > thead {
    display: none;
  }
  .table-custom > tbody > tr > th,
  .table-custom > tbody > tr > td,
  .table-custom > tfoot > tr > th,
  .table-custom > tfoot > tr > td {
    display: block;
    float: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1% 3%;
    word-break: break-all;
    border: 0;
    border-bottom: 1px dotted #ddd;
  }
  .table-custom > tbody > tr > th[rowspan] {
    font-weight: bolder;
  }
  .table-custom :not(.table-float) > tbody > tr > td:last-of-type {
    border-bottom: 1px solid #777;
  }
}
.main-popup {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px rgba(100, 100, 100, .3);
          box-shadow: 0 0 20px rgba(100, 100, 100, .3);
}

footer {
  position: relative;
  z-index: 4;
}
footer .footer-top {
  height: 60px;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-transform: uppercase;
  background-color: #4d5154;
}
footer .footer-top #sct {
  color: #fff;
}
footer .footer-top #sct:after {
  position: absolute;
  top: 15%;
  left: 50%;
  display: block;
  width: 2px;
  height: 70%;
  content: "";
  background-color: rgba(255, 255, 255, .4);
}

.header-menu {
  position: relative;
  z-index: 10;
}

#fullpage #section01 .slide #main-bg-back {
  top: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
}
#fullpage #section01 .slide .main-visual-tit {
  text-shadow: 2px 2px 0 #000;
}
#fullpage #section01 .slide .main-visual-sub-tit {
  text-shadow: 2px 2px 0 #000;
}
#fullpage #section01 .slide .main-visual-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
}
#fullpage #section01 .slide .main-product-swiper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #575756), color-stop(90%, #323332));
  background: -webkit-linear-gradient(top, #575756 15%, #323332 90%);
  background:      -o-linear-gradient(top, #575756 15%, #323332 90%);
  background:         linear-gradient(to bottom, #575756 15%, #323332 90%);
}
#fullpage #section01 .slide .main-product-swiper .swiper-container:after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-bottom: 65px solid #877661;
  border-left: 65px solid transparent;
}
#fullpage #section04 #main-quick-menu figure {
  width: 7rem;
  height: 7rem;
}

#sub-back {
  background-image: url(../images/sub-back.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
#sub-back:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: .3;
}

.greeting-tit {
  position: relative;
  background-color: #edf2f9;
}
.greeting-tit:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/greeting-tit-back.png);
  background-repeat: no-repeat;
  background-position: right center;
  opacity: .3;
}
.greeting-tit h2 {
  position: relative;
  z-index: 2;
  padding: .7em 1em .5em 2.5em;
  background-image: url(../images/greeting-comma-left.png), url(../images/greeting-comma-right.png);
  background-repeat: no-repeat;
  background-position: 1rem top, right bottom;
}

.greeting-back {
  top: 2em;
  left: 3em;
  padding-right: 4em;
}

.producthis {
  position: relative;
  overflow: hidden;
}
.producthis .producthis-line {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: #999;
  opacity: 1;
}
.producthis .producthis-section .card {
  position: relative;
  z-index: 2;
}
.producthis .producthis-section .card .producthis-dl dt {
  font-family: "rajdhani", sans-serif;
}
.producthis .producthis-section:before {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 5;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -30px;
  margin-left: -10px;
  content: "";
  background-color: #5b87d8;
  border-radius: 50%;
}
.producthis .producthis-section:first-of-type:before {
  visibility: hidden;
}
.producthis .producthis-section:first-of-type:before {
  margin-top: 0;
}
.producthis .producthis-section:after {
  position: absolute;
  top: 50%;
  z-index: 0;
  display: inline-block;
  width: 100px;
  height: 1px;
  margin-top: -20px;
  content: "";
  background-color: #999;
}
.producthis .producthis-section:nth-child(odd):after {
  right: 0;
}
.producthis .producthis-section:nth-child(even):after {
  left: 0;
}
.producthis .producthis-section:first-of-type:after {
  margin-top: 10px;
}
.producthis .producthis-section:not(:first-of-type) .card {
  margin-top: 30px;
}

#certi-tab.nav-pills .nav-link {
  color: #888;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}
#certi-tab.nav-pills .nav-link.active {
  position: relative;
  font-weight: 600;
  color: #0777e0;
  background-color: #fff;
  border: 3px solid #0777e0;
}
#certi-tab.nav-pills .nav-link.active:after {
  position: absolute;
  bottom: -12px;
  left: 50%;
  z-index: 10;
  display: block;
  margin-left: -9px;
  content: "";
  border-top: 12px solid #0777e0;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

#photolist-wrap .card figure {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  background-color: #fff;
}
#photolist-wrap .card figure img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  max-height: 255px;
  margin: auto;
}

#page-title {
  position: relative;
  z-index: 7;
  display: none;
  text-align: left;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}
#page-title:after {
  display: inline-block;
  /*line-height: 60px;*/
  padding-left: 1.5rem;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  /*font-size: 1.3em;*/
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-decoration: inherit;
  /*width: 50px;*/
  /*height: 100%;*/
  content: "\f107";
}
#page-title.arrow-dw:after {
  content: "\f106";
}

#lnb-cat > li a {
  display: inline-block;
  padding: 1rem 0;
}
#lnb-cat > li a.on {
  border-bottom-color: #f80000;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}

#air-damper-map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#air-damper-map li {
  position: absolute;
}
#air-damper-map li .badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  width: 25px;
  height: 25px;
  cursor: pointer;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
#air-damper-map li.pos-01 {
  top: 7%;
  left: 77%;
}
#air-damper-map li.pos-02 {
  top: 26%;
  left: 68%;
}
#air-damper-map li.pos-03 {
  top: 43%;
  left: 79%;
}
#air-damper-map li.pos-04 {
  top: 30%;
  left: 19%;
}
#air-damper-map li.pos-05 {
  top: 38%;
  left: 10%;
}
#air-damper-map li.pos-06 {
  top: 75%;
  left: 7%;
}
#air-damper-map li.pos-07 {
  top: 82%;
  left: 17%;
}
#air-damper-map li.pos-08 {
  top: 88%;
  left: 64%;
}
#air-damper-map li.pos2-01 {
  top: 5%;
  left: 70%;
}
#air-damper-map li.pos2-02 {
  top: 20%;
  left: 73%;
}
#air-damper-map li.pos2-03 {
  top: 22%;
  left: 81%;
}
#air-damper-map li.pos2-04 {
  top: 63%;
  left: 13%;
}
#air-damper-map li.pos2-05 {
  top: 79%;
  left: 42%;
}
#air-damper-map li.pos2-06 {
  top: 80%;
  left: 72%;
}

#sitemap-menu .site-wrap ul.site-ul > .nav-item:not(:first-of-type) {
  padding-top: .7em;
  margin-top: .7em;
  border-top: 1px solid #eee;
}
#sitemap-menu .site-wrap ul.site-ul > .nav-item .nav-link {
  padding: .2em .5em;
  color: #333;
}
#sitemap-menu .site-wrap ul.site-ul > .nav-item .nav-link i {
  color: #999;
}
#sitemap-menu .site-wrap .navbar-nav .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  padding-left: 2rem !important;
  font-size: .9em;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}
#sitemap-menu .site-wrap .navbar-nav .nav-link:before {
  position: absolute;
  left: 1rem;
  display: inline-block;
  margin-right: .5em;
  content: "-";
}

@media (min-width: 992px) {
  .producthis .producthis-section .card .producthis-dl dt {
    width: 10%;
  }
  .producthis .producthis-section .card .producthis-dl dd {
    width: 90%;
  }
  .producthis .producthis-section .card.float-left .producthis-dl {
    margin-right: 1em;
  }
  .producthis .producthis-section .card.float-left .producthis-dl dt {
    float: right;
  }
  .producthis .producthis-section .card.float-left .producthis-dl dd {
    float: right;
  }
  .producthis .producthis-section .card.float-right .producthis-dl {
    margin-left: 1em;
  }
  .producthis .producthis-section .card.float-right .producthis-dl dt {
    float: left;
  }
  .producthis .producthis-section .card.float-right .producthis-dl dd {
    float: left;
  }
  .producthis .producthis-section:before {
    top: 50%;
    left: auto;
    margin-left: auto;
  }
  .producthis .producthis-section:first-of-type:before {
    visibility: visible;
  }
  .producthis .producthis-section:nth-child(odd):before {
    right: -10px;
  }
  .producthis .producthis-section:nth-child(even):before {
    left: -10px;
  }
  .producthis .producthis-section:not(:first-of-type) .card {
    margin-top: -30px;
  }
  #fullpage #section01 .slide {
    height: 70vh !important;
  }
  #fullpage #section04 #main-quick-menu figure {
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 991.98px) {
  #lnb-cat {
    display: none;
  }
  #lnb-cat.slideDn {
    position: absolute;
    z-index: 6;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.5em;
    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
  }
  #lnb-cat.slideDn:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: .85;
    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
  }
  #lnb-cat.slideDn > li {
    text-align: center;
  }
  #lnb-cat.slideDn > li.list-inline-item {
    display: block;
  }
  #lnb-cat.slideDn li.on a {
    border-bottom: none;
  }
  #lnb-cat.slideDn li a {
    position: relative;
    z-index: 4;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 1.2em;
    line-height: 50px;
  }
}
