@charset "UTF-8";
/*************** S : support.scss ***************/

/* --------------- S : Where to buy --------------- */
.search-box-wtb {
  margin: 0 auto;
  text-align: center; /*gl 때문에 중앙정렬*/
}
@media (max-width: 768px) {
  .search-box-wtb {
    width: 100%;
  }
}
.search-box-wtb .search input,
.search-box-wtb .search button {
  display: inline-block;
  height: 70px;
}
@media (max-width: 768px) {
  .search-box-wtb .search input,
  .search-box-wtb .search button {
    height: 3.3333333333rem;
    font-size: 0.8333333333rem;
  }
}
.search-box-wtb .search input {
  width: calc(100% - 60px);
  border: 0;
}
@media (max-width: 768px) {
  .search-box-wtb .search input {
    width: calc(100% - 3.3333333333rem);
  }
}
.search-box-wtb .search button {
  width: 60px;
  background-color: #fff;
  background-image: url(https://img.lxhausys.com/public/images/inspiration/ico_search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
  font-size: 0;
}
@media (max-width: 768px) {
  .search-box-wtb .search button {
    width: 3.3333333333rem;
    background-size: 1.0416666667rem;
  }
}
.search-box-wtb .btns,
.search-box-wtb .sch-kw-box {
  display: inline-block;
  height: 100%;
  border: solid 2px #2c2c2d;
  vertical-align: middle;
}
.search-box-wtb .sch-kw-box {
  width: 700px;
}
@media (max-width: 1440px) {
  .search-box-wtb .sch-kw-box {
    width: 420px;
  }
}
@media (max-width: 768px) {
  .search-box-wtb .sch-kw-box {
    width: 100%;
  }
}
.search-box-wtb .btns {
  width: 190px;
  margin-right: 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .search-box-wtb .btns {
    margin-right: 0;
    margin-bottom: 0.625rem;
    width: 100%;
  }
}
.search-box-wtb .btns.select-continent {
  width: 180px;
}
@media (max-width: 768px) {
  .search-box-wtb .btns.select-continent {
    width: 100%;
  }
}
.search-box-wtb .btns.select-contry {
  width: 300px;
}
@media (max-width: 768px) {
  .search-box-wtb .btns.select-contry {
    width: 100%;
  }
}
.search-box-wtb .btns .sel-list {
  top: 70px;
}
@media (max-width: 768px) {
  .search-box-wtb .btns .sel-list {
    top: 43px;
  }
}
@media (max-width: 768px) {
  .search-box-wtb .btns .sel-box {
    top: 0;
  }
}
.search-box-wtb .btns .sel-box .btn-sel span {
  height: 70px;
  line-height: 70px;
  padding-left: 20px;
  background-position: center right 20px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .search-box-wtb .btns .sel-box .btn-sel span {
    height: 3.3333333333rem;
    line-height: 3.3333333333rem;
  }
}
.search-box-wtb.in-map {
  width: 640px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 1;
}
.search-box-wtb.in-map .search input,
.search-box-wtb.in-map .search button {
  height: 50px;
}
.search-box-wtb.in-map .search input {
  width: calc(100% - 50px);
  font-size: 14px;
}
.search-box-wtb.in-map .search button {
  width: 50px;
}
.search-box-wtb.in-map .btns {
  width: 230px;
}
.search-box-wtb.in-map .btns .sel-list {
  top: 50px;
}
.search-box-wtb.in-map .btns .sel-box .btn-sel span {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.search-box-wtb.in-map .sch-kw-box {
  width: 400px;
}
@media (max-width: 768px) {
  .search-box-wtb.in-map {
    width: 100%;
    left: 0;
    position: static;
  }
  .search-box-wtb.in-map .btns, .search-box-wtb.in-map .sch-kw-box {
    width: 100%;
  }
}
.search-box-wtb.euSite {
  width: 100%;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .search-box-wtb.euSite {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

.wtb-result-box {
  position: relative;
  padding-left: 0;
}
.wtb-result-box > div {
  cursor: pointer;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .wtb-result-box > div {
    padding-top: 0;
  }
}
.wtb-result-box > div.on {
  background-color: #f6f6f6;
}
.wtb-result-box > div .mil-box h5 {
  position: relative;
  display: inline-block;
}
.wtb-result-box > div .mil-box h5::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 2px;
  transition-duration: 0.3s;
  background-color: #2c2c2d;
}
.wtb-result-box > div:hover .mil-box h5::after {
  width: 100%;
}
@media (max-width: 768px) {
  .wtb-result-box .store-box .more-box {
    margin-top: 1.25rem;
    padding-left: 0;
    white-space: nowrap;
  }
  .wtb-result-box .store-box .more-box a,
  .wtb-result-box .store-box .more-box button {
    height: 2.0833333333rem;
    padding: 0 1.1666666667rem;
  }
  .wtb-result-box .store-box .more-box a span,
  .wtb-result-box .store-box .more-box button span {
    font-size: 0.75rem;
    line-height: 2rem;
  }
  .wtb-result-box .store-box .more-box .btn ~ .btn,
  .wtb-result-box .store-box .more-box button ~ button {
    margin-left: 0.8333333333rem;
  }
}

.cntu-view .site-box {
  position: relative;
  padding-bottom: 24px;
}
.cntu-view .site-box .tbl .ico-state-wtb {
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  width: auto;
  padding: 0 20px;
  border: 1px solid #a09c9b;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
}
.cntu-view .site-box .search-box-wtb.euSite {
  width: auto;
  float: left;
  margin-top: 4px;
  top: 0;
  position: absolute;
  padding: 0;
}
@media (max-width: 768px) {
  .cntu-view .site-box .search-box-wtb.euSite {
    float: none;
    width: 100%;
    margin-top: 0;
    position: static;
  }
}
.cntu-view .site-box .search-box-wtb.euSite .btns {
  border: none;
}
.cntu-view .site-box .eu {
  text-align: right;
}
@media (max-width: 768px) {
  .cntu-view .site-box .eu {
    text-align: left;
    margin-top: 1.7291666667rem;
  }
}
@media (max-width: 768px) {
  .cntu-view .site-box {
    margin-top: 2.2916666667rem;
  }
  .cntu-view .site-box .col-02 {
    margin-top: 0.8333333333rem;
  }
  .cntu-view .site-box .col-02 > div {
    width: 100%;
    height: auto;
    max-height: 32.375rem;
    margin: 0;
  }
  .cntu-view .site-box .col-02 > div:last-child {
    height: 20.3125rem;
    margin-top: 2.2916666667rem;
    border: 0;
  }
  .cntu-view .site-box .tbl {
    padding: 0;
  }
  .cntu-view .site-box .tbl > div {
    padding: 1.1666666667rem 0.625rem 1.6666666667rem 2rem;
  }
  .cntu-view .site-box .tbl > div .mil-box {
    padding-right: 0;
  }
  .cntu-view .site-box .tbl > div .mil-box img {
    width: 1.5rem;
    left: -1.9583333333rem;
  }
  .cntu-view .site-box .tbl > div .mil-box p {
    font-size: 0.75rem;
    min-height: 1.6666666667rem;
    padding-right: 7.9166666667rem;
    padding-top: 0.3333333333rem;
    display: inline-block;
    margin-top: 0;
  }
  .cntu-view .site-box .tbl .ico-state-wtb {
    right: 0;
    font-size: 0.5833333333rem;
    line-height: 1.6666666667rem;
    padding: 0 0.9583333333rem;
  }
  .cntu-view .site-box .tbl .heading-5 {
    font-size: 1.0416666667rem;
    margin-top: 0.5416666667rem;
  }
}
.cntu-view .site-box .tit-04.glSite {
  width: calc(50% - 30px);
  position: relative;
}
@media (max-width: 992px) {
  .cntu-view .site-box .tit-04.glSite {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cntu-view .site-box .tit-04.glSite {
    width: 100%;
  }
}
.cntu-view .site-box .tit-04.glSite .fc-red.glSite {
  font-size: 18px;
  right: 0;
  line-height: 1.8;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cntu-view .site-box .tit-04.glSite .fc-red.glSite {
    font-size: 0.75rem;
  }
}
.cntu-view .site-box .tit-04.glSite .fc-red.glSite > span {
  color: #b40f2c;
  margin-right: 3px;
  float: left;
  line-height: 1.8;
}
.cntu-view .site-box .sb-tit-area {
  position: relative;
  width: calc(50% - 30px);
}
@media (max-width: 992px) {
  .cntu-view .site-box .sb-tit-area {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cntu-view .site-box .sb-tit-area {
    width: 100%;
  }
}
.cntu-view .site-box .sb-tit-area .sb-result-count {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .cntu-view .site-box .sb-tit-area .sb-result-count {
    font-size: 0.75rem;
  }
}
.cntu-view .site-box .sb-tit-area .sb-result-count > span.count-num {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .cntu-view .site-box .sb-tit-area .sb-result-count > span.count-num {
    font-size: 0.75rem;
  }
}
.cntu-view.glSite .mil-box .fc-red {
  color: #ab2d2a;
  font-size: 13px;
}
.cntu-view.glSite .mil-box .heading-5 {
  margin-top: 19px;
}
@media (max-width: 768px) {
  .cntu-view.glSite .mil-box .heading-5 {
    margin-top: 1.1458333333rem;
  }
}
.cntu-view.glSite .list-type li {
  color: #555;
}
.cntu-view.glSite .list-type strong {
  color: #333;
}
.cntu-view .chk-list-box {
  margin-top: 40px !important; /*eu*/
}
@media (max-width: 768px) {
  .cntu-view .chk-list-box {
    margin-top: 0 !important;
  }
}

ul.list-type-prd {
  margin-top: 20px;
}
ul.list-type-prd li {
  display: inline-block;
  height: 32px;
  line-height: 29px;
  padding: 0 14px;
  border: 1px solid #a09c9b;
  color: #222;
  font-size: 14px;
  font-weight: 700;
}
ul.list-type-prd li + li {
  margin-left: 10px;
}

.cntu-view .eu-range-box {
  position: relative;
  padding: 30px 0;
}
.cntu-view .eu-range-box .search-box-wtb.euSite {
  width: 200px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .cntu-view .eu-range-box .search-box-wtb.euSite {
    width: 100%;
    margin-top: 0;
  }
}
.cntu-view .eu-range-box .search-box-wtb.euSite .btns {
  border: none;
  margin-bottom: 0;
}
.cntu-view .eu-range-box .eu {
  text-align: right;
}
@media (max-width: 768px) {
  .cntu-view .eu-range-box .eu {
    text-align: left;
    margin-top: 1.7291666667rem;
    margin-bottom: 1.7291666667rem;
  }
}
.cntu-view .eu-range-box .eu-cur-location > a {
  padding-left: 25px;
  color: #555;
  background: url(https://img.lxhausys.com/public/images/support/ico_09.png) left center no-repeat;
  font-weight: 700;
  line-height: 21px;
  white-space: nowrap;
}

.cntu-view {
  /************************************** PUBLISH LAYOUT END ***********************/
  /* --------------- S : FIND A SALES REPRESENTATIVE --------------- */
  /* --------------- E : FIND A SALES REPRESENTATIVE --------------- */
}
.cntu-view .find-btns {
  margin: 0 0 0 60px;
}
@media (max-width: 1440px) {
  .cntu-view .find-btns {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
.cntu-view .find-btns ul {
  display: flex;
  flex-wrap: wrap;
  padding: 3px 24px 39px 24px;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cntu-view .find-btns ul {
    justify-content: flex-start;
  }
}
.cntu-view .find-btns ul li {
  display: flex;
  justify-content: center;
  width: 50%;
  max-width: 165px;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .cntu-view .find-btns ul li {
    width: 20%;
    max-width: unset;
  }
}
@media (max-width: 1280px) {
  .cntu-view .find-btns ul li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .cntu-view .find-btns ul li {
    width: 50%;
    max-width: none;
  }
}
.cntu-view .find-btns ul li:nth-child(5) a img,
.cntu-view .find-btns ul li:nth-child(5) a span {
  position: relative;
  top: -10px;
}
@media (max-width: 768px) {
  .cntu-view .find-btns ul {
    padding: 0 0 1.3333333333rem;
  }
  .cntu-view .find-btns ul li {
    margin-top: 1.3333333333rem;
  }
}
.cntu-view .find-btns .heading-5 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  font-family: 'NotoSans' , sans-serif;
}
@media (max-width: 768px) {
  .cntu-view .find-btns .heading-5 {
    font-size: 1.1666666667rem;
    line-height: 3rem;
  }
}
.cntu-view .find-btns a {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 165px;
  height: 128px;
  padding: 0;
  text-align: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cntu-view .find-btns a {
    height: 6.4583333333rem;
  }
}
.cntu-view .find-btns a:hover {
  transition: all 0.4s ease-in-out;
  background: rgba(160, 156, 155, 0.1);
}
.cntu-view .find-btns a img {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cntu-view .find-btns a img {
    margin-bottom: 0.8333333333rem;
  }
}
.cntu-view .find-btns a span {
  width: 150px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'NotoSans' , sans-serif;
  letter-spacing: 0.7px;
  color: #222;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cntu-view .find-btns a span {
    font-size: 0.7083333333rem;
  }
}
@media (max-width: 768px) {
  .cntu-view .find-btns {
    width: 100%;
    margin-left: 0;
    margin-top: 3.3333333333rem;
  }
  .cntu-view .find-btns li a {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .sub-visual-section .visual-desc > br {
    display: inline-block;
    content: " ";
    padding: 0 2px;
  }
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .tab-ui-dark {
    background: #fff;
  }
}
.cntu-view .cntu-box .seg-view {
  position: relative;
  width: 100% !important;
  padding: 40px 0 70px;
  text-align: center;
}
.cntu-view .cntu-box .seg-view > div.img-map {
  position: relative;
  width: 1100px;
  margin: 40px auto 0;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .seg-view > div.img-map {
    display: none;
  }
}
.cntu-view .cntu-box .seg-view > div img {
  display: block;
}
.cntu-view .cntu-box .seg-view .find-box > .tab-con {
  font-size: 16px;
}
.cntu-view .cntu-box .seg-view .img-map .tab-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cntu-view .cntu-box .seg-view .map-box .btn {
  width: auto;
  height: auto;
  padding: 0 3px;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 0;
  direction: rtl;
}
.cntu-view .cntu-box .seg-view .map-box .btn.on {
  background: #b40f2c;
  border-radius: 16px;
  padding: 0px 12px 0px 8px;
}
.cntu-view .cntu-box .seg-view .map-box .btn.on p {
  color: #fff;
}
.cntu-view .cntu-box .seg-view .map-box .btn p {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-left: 6px;
  vertical-align: baseline;
}
.cntu-view .cntu-box .seg-view .map-box.no-active .btn p {
  opacity: 0.3;
}
.cntu-view .cntu-box .seg-view .map-box .btn span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #222;
  font-size: 0;
  vertical-align: top;
  border-radius: 50%;
  padding: 0;
  vertical-align: baseline;
}
.cntu-view .cntu-box .seg-view .map-box.no-active .btn span {
  background-color: rgba(0, 0, 0, 0.3);
}
.cntu-view .cntu-box .seg-view .map-box .btn:hover, .cntu-view .cntu-box .seg-view .map-box .btn:active, .cntu-view .cntu-box .seg-view .map-box .btn.on {
  position: relative;
}
.cntu-view .cntu-box .seg-view .map-box .btn:hover span {
  width: 12px;
  height: 12px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  padding: 0;
}
.cntu-view .cntu-box .seg-view .map-box .btn:active span {
  width: 12px;
  height: 12px;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  padding: 0;
}
.cntu-view .cntu-box .seg-view .map-box .btn.on span {
  width: 12px;
  height: 12px;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  padding: 0;
}
.cntu-view .cntu-box .seg-view .map-box.no-active .btn {
  pointer-events: none;
}
.cntu-view .cntu-box .seg-view .map-box.no-active .btn:hover span, .cntu-view .cntu-box .seg-view .map-box.no-active .btn:active span, .cntu-view .cntu-box .seg-view .map-box.no-active .btn.on span {
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.cntu-view .cntu-box .seg-view .map-box .map-text-box {
  top: 52px;
  padding-top: 2px;
}
.cntu-view .cntu-box .seg-view.map-eu {
  padding-top: 0 !important;
}
.cntu-view .cntu-box .seg-view.map-eu .sel-wrap {
  position: absolute;
  top: 4%;
  z-index: 300;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .seg-view.map-eu .sel-wrap {
    position: static;
  }
}
.cntu-view .cntu-box .seg-view.map-eu > div.img-map {
  margin: 0 auto;
  width: 784px;
}
.cntu-view .cntu-box .seg-view.map-eu > div .map-box {
  position: absolute;
}
.cntu-view .cntu-box .seg-view.map-eu > div .map-box .btn > p {
  opacity: 1;
  text-transform: capitalize;
}
.cntu-view .cntu-box .seg-view.map-eu > div .map-box .btn > span {
  background-color: black;
}
.cntu-view .cntu-box .seg-view.map-eu > div .map-box.active .btn {
  background: #b40f2c;
  /* color: #fff; */
  border-radius: 13px;
  padding: 0 8px;
}
.cntu-view .cntu-box .seg-view.map-eu > div .map-box.active .btn p {
  color: #fff;
  text-transform: uppercase;
}
.cntu-view .cntu-box .seg-view.map-eu > div .map-box:hover span, .cntu-view .cntu-box .seg-view.map-eu > div .map-box:active span, .cntu-view .cntu-box .seg-view.map-eu > div .map-box.on span {
  width: 12px;
  height: 12px;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  padding: 0;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-01 {
  top: 42%;
  left: 22%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-02 {
  bottom: 10%;
  left: 22%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-03 {
  top: 49%;
  left: 43%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-04 {
  top: 56%;
  left: 38%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-05 {
  top: 53%;
  left: 52%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-06 {
  top: 47%;
  left: 65%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-07 {
  top: 65%;
  left: 34%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-08 {
  top: 70%;
  left: 45%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-09 {
  top: 78%;
  left: 55%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-10 {
  top: 65%;
  left: 58%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-11 {
  top: 38%;
  left: 75%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-12 {
  top: 32%;
  left: 82%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-13 {
  top: 25%;
  left: 79%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-14 {
  top: 8%;
  left: 77%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-15 {
  top: 5%;
  left: 62%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-16 {
  top: 17%;
  left: 49%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-17 {
  top: 58%;
  left: 60%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-18 {
  top: 34%;
  left: 49%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-19 {
  top: 71%;
  left: 79%;
}
.cntu-view .cntu-box .seg-view.map-eu > div .eubtn-20 {
  top: 80%;
  left: 79%;
}
.cntu-view .cntu-box .map-box .map-text-box > div {
  text-align: left;
}
.cntu-view .cntu-box .map-box .map-text-box li {
  font-weight: 700;
}
.cntu-view .cntu-box .map-box .map-text-box li.t-02 {
  margin-top: 3px;
}
.cntu-view .cntu-box .map-box .map-text-box li.t-03 {
  margin: 12px 0;
}
.cntu-view .cntu-box .map-box .map-text-box li.t-05 {
  margin-top: 5px;
}
.cntu-view .cntu-box .map-box .map-text-box strong {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.cntu-view .cntu-box .map-box .map-text-box a {
  display: inline;
  font-size: 15px;
  font-weight: 300;
}
.cntu-view .cntu-box .map-info {
  margin-top: 30px;
  font-size: 0;
}
.cntu-view .cntu-box .map-info.type01 {
  margin-top: 15px;
}
.cntu-view .cntu-box .map-info.type01 ul {
  display: inline-block;
  width: calc(33.3333333333% - 10px);
  margin: 15px 15px 0 0;
  padding: 50px 60px;
  background: #f1f1f1;
  vertical-align: top;
}
.cntu-view .cntu-box .map-info.type01 ul:nth-child(3n+3) {
  margin-right: 0;
}
.cntu-view .cntu-box .map-info.type01 li ~ li {
  margin-top: 3px;
}
.cntu-view .cntu-box .map-info.type01 .txt01 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.cntu-view .cntu-box .map-info.type01 .txt02 {
  margin: 10px 0 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #555;
}
.cntu-view .cntu-box .map-info.type01 .txt03 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.cntu-view .cntu-box .map-info.type01 .txt04,
.cntu-view .cntu-box .map-info.type01 .txt05,
.cntu-view .cntu-box .map-info.type01 .txt06,
.cntu-view .cntu-box .map-info.type01 .txt07 {
  font-size: 14px;
  color: #555;
  line-height: 20px;
}
.cntu-view .cntu-box .map-info.type01 .txt06 a {
  width: auto;
  font-size: 14px;
  color: #244363;
}
.cntu-view .cntu-box .map-info.type02 {
  width: 100%;
  padding: 120px 0;
  background: #f5f5f5;
  justify-content: center;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .map-info.type02 {
    padding: 3.5416666667rem 1.25rem;
  }
}
.cntu-view .cntu-box .map-info.type02 p {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  text-align: center;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .map-info.type02 p {
    font-size: 1.0416666667rem;
  }
}
.cntu-view .cntu-box .map-info.type02 p span {
  display: block;
}
.cntu-view .cntu-box .map-info.type02 p span a {
  font-size: 18px;
  font-weight: 500;
  color: #555;
  margin-top: 23px;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .map-info.type02 p span a {
    font-size: 0.6666666667rem;
    margin-top: 1rem;
  }
}
.cntu-view .cntu-box .find-box .tab-con {
  display: none;
}
.cntu-view .cntu-box .find-box .tab-con.on {
  display: block;
}
.cntu-view .cntu-box .find-box .sel-wrap {
  margin: 0;
  padding-left: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .find-box .sel-wrap {
    padding-left: 0;
  }
}
.cntu-view .cntu-box .find-box .sel-list {
  top: 49px;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .find-box .seg-view.map-gl {
    padding: 0 !important;
    border: 0;
  }
}
.cntu-view .cntu-box .find-box .sel-box {
  display: inline-block;
  width: 300px;
  height: 50px;
  vertical-align: top;
  margin: 0;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .find-box .sel-box {
    width: 100%;
  }
}
.cntu-view .cntu-box .find-box .btn-sel {
  width: 100%;
  height: 50px;
  padding: 0 15px 0 22px;
  border: 2px solid #2c2c2d;
  background: #fff;
}
.cntu-view .cntu-box .find-box .btn-sel span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .find-box .btn-sel {
    height: 100%;
  }
  .cntu-view .cntu-box .find-box .btn-sel span {
    font-size: 0.8333333333rem;
  }
}
.cntu-view .cntu-box .map-info .btn-sel span {
  font-size: 16px;
}
.cntu-view .cntu-box .map-info .info-box ~ .info-box {
  margin-top: 30px;
}
.cntu-view .cntu-box .map-info .info-box > div {
  vertical-align: middle;
}
.cntu-view .cntu-box .map-info .img-box {
  width: 230px;
  height: 230px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  border-radius: 50%;
}
.cntu-view .cntu-box .map-info .text-box {
  width: calc(100% - 230px);
  padding-left: 40px;
}
.cntu-view .cntu-box .map-info .text-box li {
  font-size: 24px;
  font-weight: 500;
}
.cntu-view .cntu-box .map-info .text-box li.t-03 {
  margin: 12px 0;
}
.cntu-view .cntu-box .map-info .text-box strong {
  font-size: 27px;
  font-weight: 700;
  color: #222;
}
.cntu-view .cntu-box .map-info .text-box a {
  display: inline;
  font-size: 20px;
  color: #333;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .wtb-box {
    margin-top: 0;
  }
}
.cntu-view .cntu-box .wtb-box .t-type.ta-c {
  margin: 64px 0 88px 0;
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .wtb-box .t-type.ta-c {
    margin: 1.8333333333rem 0 3.3333333333rem;
    font-size: 0.875rem;
  }
}
.cntu-view .cntu-box .wtb-box .tbl-input {
  border-top: 1px solid #2c2c2d;
}
.cntu-view .cntu-box .wtb-box .tbl-wrap .tbl-02 {
  margin-top: 54px;
}
.cntu-view .cntu-box .down-box {
  margin: 50px 0;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .down-box {
    margin: 2.75rem 0 1.6666666667rem;
  }
}
.cntu-view .cntu-box .down-box .tit-box {
  position: relative;
}
.cntu-view .cntu-box .down-box .more-box {
  position: absolute;
  top: -3px;
  right: 0;
  margin-top: 0;
}
.cntu-view .cntu-box .down-box .tbl-box {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cntu-view .cntu-box .down-box .tbl-box {
    margin-top: 1.5rem;
  }
}

.cntu-view .cntu-box .down-box td:first-child {
  padding-left: 35px;
}
.cntu-view .cntu-box .down-box .cell-img {
  padding: 35px;
}
.cntu-view .cntu .tbl-wrap .tbl-01 h3.tit-04 {
  font-family: 'NotoSans' , sans-serif;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 40px;
  letter-spacing: normal;
}
.cntu-view .cntu .tbl-wrap .tbl-01 .cell-noti p.glSite {
  text-align: right;
}
@media (max-width: 768px) {
  .cntu-view .cntu .tbl-wrap .tbl-01 .tbl-input table th span {
    line-height: 0.9583333333rem;
  }
}
@media (max-width: 768px) {
  .cntu-view .cntu .tbl-wrap .tbl-01 table {
    table-layout: auto;
  }
  .cntu-view .cntu .tbl-wrap .tbl-01 table colgroup col:first-child {
    width: 30% !important;
  }
}
.cntu-view .cntu .tbl-wrap .tbl-02.glSite {
  margin-top: 0;
}
.cntu-view .cntu .tbl-wrap .tbl-02.glSite .tbl-input {
  margin-top: 0;
}
.cntu-view .cntu .tbl-wrap .tbl-02.glSite p.glSite {
  text-align: right;
}
@media (max-width: 768px) {
  .cntu-view .cntu .tbl-wrap .tbl-02.glSite table {
    table-layout: auto;
  }
  .cntu-view .cntu .tbl-wrap .tbl-02.glSite table colgroup col:first-child {
    width: 30% !important;
  }
}
@media (max-width: 768px) {
  .cntu-view .cntu .tbl-wrap .tbl-02 table colgroup col:first-child {
    width: 30% !important;
  }
}
.cntu-view .noti + .tbl-input {
  margin-top: 0;
}
.cntu-view .rdo-box {
  margin-bottom: 70px;
}
.cntu-view .rdo-box ul {
  width: 100%;
  display: flex;
  border: 1px solid #2c2c2d;
}
.cntu-view .tbl-wrap .rdo-box li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  margin-left: 0;
  text-transform: uppercase;
}
.cntu-view .tbl-wrap .rdo-box li.on {
  background: #2c2c2d;
}
.cntu-view .btn-tab .inp-rdo {
  padding-left: 0;
  margin: 0;
}
.cntu-view .btn-tab .inp-rdo span {
  font-family: 'NotoSans' , sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #222;
}
.cntu-view .btn-tab .inp-rdo input {
  display: none;
}
.cntu-view .btn-tab.on .inp-rdo span {
  color: #FFFFFF;
}
.cntu-view .noti-02 + .more-box.ta-c button {
  padding: 0 16px 0 24px;
}
.cntu-view .noti-02 + .more-box.ta-c button span {
  padding-right: 46px;
}
.cntu-view.fasr-view {
  /* S : 지도영역 */
  /* E : 지도영역 */
}
.cntu-view.fasr-view .ctt-fasr-gl {
  margin-top: 73px;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .ctt-fasr-gl {
    margin-top: 2.1458333333rem;
    margin-bottom: 2.3541666667rem;
  }
}
.cntu-view.fasr-view .ctt-fasr-eu {
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .ctt-fasr-eu {
    margin-top: 1.8333333333rem;
    margin-bottom: 3.125rem;
  }
}
.cntu-view.fasr-view .rdo-box {
  margin-bottom: 56px;
}
.cntu-view.fasr-view .tbl-wrap {
  transition-duration: 0.3s;
}
.cntu-view.fasr-view .tbl-wrap .tbl-02 {
  margin-top: 0px;
}
.cntu-view.fasr-view .notice-fasr {
  margin: 64px 0 56px;
  color: #222;
}
.cntu-view.fasr-view .notice-fasr::after {
  content: "Please fill out the form below and one of our sales representatives will contact you.";
}
.cntu-view.fasr-view .find-btns {
  transition-duration: 0.3s;
}
.cntu-view.fasr-view .fasr-type-form, .cntu-view.fasr-view .fasr-type-form .tab-con {
  display: block;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .fasr-type-form .more-box button {
    width: 100%;
    text-align: left;
  }
}
.cntu-view.fasr-view .fasr-type-map {
  display: none;
}
.cntu-view.fasr-view.unfolded .notice-fasr::after {
  content: "Please select a country first and enter a zip code to see the contact information of our sales representatives near you.";
}
.cntu-view.fasr-view.unfolded .fasr-type-map, .cntu-view.fasr-view.unfolded .wrapper-git {
  display: block;
}
.cntu-view.fasr-view.unfolded .tbl-wrap {
  width: 100%;
}
.cntu-view.fasr-view.unfolded .find-btns {
  width: 0px;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0;
  overflow: hidden;
  pointer-events: none;
}
.cntu-view.fasr-view.unfolded .fasr-type-form {
  display: none;
}
.cntu-view.fasr-view .fasr-type-map .fasr-map {
  width: 100%;
  height: 680px;
  position: relative;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .fasr-type-map .fasr-map {
    height: auto !important;
  }
  .cntu-view.fasr-view .fasr-type-map .fasr-map #map {
    display: none;
  }
}
.cntu-view.fasr-view .fasr-type-map .fasr-map #map {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list {
  font-size: 0;
  margin-top: 30px;
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list dl {
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  width: calc(33.3333333333% - 16px);
  min-height: 260px;
  padding: 30px;
  margin-bottom: 24px;
  background-color: #f3f2f1;
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list dl:nth-of-type(3n - 1) {
  margin-left: 24px;
  margin-right: 24px;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list dl:nth-of-type(3n - 1) {
    margin-left: 0;
    margin-right: 0;
  }
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list dl dt {
  margin-bottom: 28px;
  font-family: 'NotoSans' , sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #222;
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list dl dd div {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #222;
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list dl.fasr-no-result {
  width: 100%;
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list dl.fasr-no-result dt {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 0.97;
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list dl.fasr-no-result dd div {
  font-size: 16px;
  color: #555;
  line-height: 1;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list dl.fasr-no-result dt {
    font-size: 1.125rem;
  }
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list dl.fasr-no-result dd div {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list {
    margin-top: 1.3333333333rem;
  }
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list dl {
    width: 100%;
    min-height: 11.125rem;
    padding: 2.0416666667rem 1.3333333333rem 2.5rem;
  }
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list dl dt {
    font-size: 1.125rem;
    line-height: 1.35;
    margin-bottom: 1.3333333333rem;
  }
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list dl dd div {
    font-size: 0.875rem;
  }
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list.euSList dl dt {
  margin-bottom: 10px;
  font-family: "Noto Sans";
  letter-spacing: 0;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list.euSList dl dt {
    font-weight: 500;
  }
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list.euSList dl dd {
  font-weight: 500;
  margin-bottom: 16px;
  color: #555;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list.euSList dl dd {
    margin-bottom: 0.625rem !important;
  }
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list.euSList dl dd:first-child {
  margin-bottom: 22px;
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list.euSList dl dd:last-child {
  font-weight: 100;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .fasr-type-map .fasr-store-list.euSList dl dd:last-child {
    margin-bottom: 0 !important;
  }
}
.cntu-view.fasr-view .fasr-type-map .fasr-store-list.euSList dl dd .secon {
  color: #222;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .mapingbox {
    display: block;
  }
}
.cntu-view.fasr-view .mapingbox dl {
  padding-top: 37px;
  text-align: center;
  height: 229px;
  margin: 0 8px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .mapingbox dl {
    height: auto;
    padding: 2.2708333333rem 0;
    margin-bottom: 0.625rem;
  }
}
.cntu-view.fasr-view .mapingbox dl dt {
  font-weight: bold;
  color: #222;
}
.cntu-view.fasr-view .mapingbox dl dd {
  margin-bottom: 16px;
  color: #555;
}
.cntu-view.fasr-view .mapingbox dl dd:first-child {
  margin-bottom: 22px;
}
.cntu-view.fasr-view .mapingbox {
  margin: 40px auto 60px;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .mapingbox {
    display: none;
  }
}
.cntu-view.fasr-view .euSList {
  margin-top: 60px;
  width: 100%;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .euSList {
    margin-top: 1.4583333333rem;
  }
}
.cntu-view.fasr-view .euSList .box-git {
  width: 49.4%;
  float: left;
  height: 150px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1280px) {
  .cntu-view.fasr-view .euSList .box-git {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .euSList .box-git {
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .cntu-view.fasr-view .euSList .box-git::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80PX;
    background-color: #d0d3d6;
    top: 25%;
    left: 36%;
  }
}
.cntu-view.fasr-view .euSList .box-git ~ div {
  margin-left: 16px;
}
@media (max-width: 1280px) {
  .cntu-view.fasr-view .euSList .box-git ~ div {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .euSList .box-git ~ div {
    margin-left: 0;
  }
}
.cntu-view.fasr-view .euSList .box-git > p {
  float: left;
  color: #222;
  line-height: 3.3;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .euSList .box-git > p {
    width: 36%;
    line-height: 1.3;
  }
}
.cntu-view.fasr-view .euSList .box-git > p::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 0;
  height: 80PX;
  background-color: #d0d3d6;
  right: 0;
}
@media (max-width: 768px) {
  .cntu-view.fasr-view .euSList .box-git > p::after {
    display: none;
  }
}
.cntu-view.fasr-view .euSList .box-git > ul {
  display: inline-block;
  margin-left: 50px;
}
.cntu-view.fasr-view .euSList .box-git > ul li {
  color: #555;
  line-height: 1.63;
}

.cntu-view footer {
  display: none;
}
.cntu-view .tit-03 + .t-type {
  margin: 12px 0 50px;
}
.cntu-view .tit-03 + .t-type a {
  display: inline;
  line-height: inherit;
}
.cntu-view .rdo-box {
  margin-bottom: 30px;
}
.cntu-view .rdo-box ul {
  font-size: 0;
}
.cntu-view .rdo-box li {
  display: inline-block;
  vertical-align: top;
}
.cntu-view .rdo-box li ~ li {
  margin-left: 50px;
}
.cntu-view .cntu {

}
.cntu-view .cntu > div {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .cntu-view .tbl-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cntu-view .tab-con {
    position: relative;
  }
}
.cntu-view .tab-con > div {
  display: inline-block;
  vertical-align: top;
}

.cntu-view .tbl-wrap {
  width: 100%;
}

.cntu-view .tbl-wrap .tbl-01 {
  /* width: 66.666%; */
}

.cntu-view .container_contactus .tbl-wrap .tbl-01 {
  width: 100%;
  max-width: 840px;
}

.cntu-view .container_contactus .tbl-wrap .tbl-02{
  width: 100%;
  max-width: 840px;
}
@media(min-width:769px){
  .cntu-view .container_contactus .tbl-wrap .tbl-02{
    margin-top:0;
  }
}
.cntu-view .tbl-wrap .tbl-02 {
  position: relative;
  width: 100%;
  /* height:941px; */
  margin-top: 40px;
}

@media (min-width: 1440px) {
  .cntu-view .tbl-wrap .tbl-02 {
    /* width: 33.333%; */
  }
}

@media (max-width: 768px) {
  .cntu-view .tbl-wrap .tbl-02 .tbl-input {
    border-top: 0;
  }
}
@media (max-width: 768px) {
  .cntu-view .tbl-wrap .tbl-01, .cntu-view .tbl-wrap .tbl-02 {
    width: 100%;
    margin: 0;
  }
}
.cntu-view .tbl-wrap .ta-box.text-editor-box {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cntu-view .tbl-wrap .ta-box.text-editor-box {
    margin-top: 0.4166666667rem;
    margin-bottom: 1.6666666667rem;
  }
}
/* .cntu-view .tbl-wrap .inp-chk {
  margin-top: 15px;
} */
.cntu-view .tbl-wrap .inp-chk > input + span a {
  vertical-align: initial;
  text-underline-offset: -2px;
}
.cntu-view .tbl-wrap .inp-chk + .noti-02 {
  margin-top: 10px;
}
.cntu-view .search-box {
  text-align: center;
  margin-bottom: 0;
}
.cntu-view .wtb-box .search-box {
  margin-top: 25px;
  text-align: left;
}
.cntu-view .wtb-box .search-box .btns {
  width: 193px;
}
.cntu-view .wtb-box .search-box .sel-box button {
  padding-left: 0;
}
.cntu-view .wtb-box .search-box .sel-box span {
  padding-right: 43px;
}
.cntu-view .wtb-box .search-box .sch-kw-box {
  width: calc(100% - 243px);
  margin-left: 50px;
}
.cntu-view .wtb-box .search-box .search {
  width: 100%;
}
@media (max-width: 768px) {
  .cntu-view .range-box {
    border-width: 0;
    margin-top: 0;
    padding: 1.875rem 0 1.25rem;
  }
}
.cntu-view .range-box.eu-range-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: 0;
  border-top: 1px solid #2c2c2d;
  border-bottom: 1px solid #2c2c2d;
}
@media (max-width: 768px) {
  .cntu-view .range-box.eu-range-box {
    display: block;
    border-top: 0;
    border-bottom: 0;
  }
}
.cntu-view .range-box.eu-range-box .search-box-wtb.euSite {
  margin-top: 0;
}
.cntu-view .range-box.eu-range-box .search-box-wtb .btns .sel-box .btn-sel span {
  height: 80px;
  line-height: 80px;
}
@media (max-width: 768px) {
  .cntu-view .range-box.eu-range-box .search-box-wtb .btns .sel-box .btn-sel span {
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.cntu-view .range-box.us-range-box {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  margin-top: 0;
}
.cntu-view .range-box.gl-range-box {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
  margin-top: 0;
}
.cntu-view .range-box .curr-location {
  padding-top: 30px;
  margin-top: 60px;
  border-top: 1px solid #2c2c2d;
}
@media (max-width: 768px) {
  .cntu-view .range-box .curr-location {
    padding-top: 0;
    margin-top: 1.875rem;
    border-top: 0;
  }
}
.cntu-view .range-box .curr-location .heading-5 {
  margin-left: 20px;
  font-size: 0;
}
@media (max-width: 768px) {
  .cntu-view .range-box .curr-location .heading-5 {
    margin-left: 0;
  }
}
.cntu-view .range-box .curr-location .heading-5 a {
  width: auto;
  padding-left: 25px;
  background: url(https://img.lxhausys.com/public/images/support/ico_09.png) left center no-repeat;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 768px) {
  .cntu-view .range-box .curr-location .heading-5 a {
    color: #222;
    font-size: 1.125rem;
  }
}
.cntu-view .range-box.gl-curr-location {
  padding-bottom: 30px;
}
.cntu-view .range-box .heading-5 {
  margin-left: 20px;
  font-size: 0;
}
@media (max-width: 768px) {
  .cntu-view .range-box .heading-5 {
    margin-left: 0;
  }
}
.cntu-view .range-box .heading-5 a {
  width: auto;
  padding-left: 25px;
  background: url(https://img.lxhausys.com/public/images/support/ico_09.png) left center no-repeat;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 768px) {
  .cntu-view .range-box .heading-5 a {
    color: #222;
    font-size: 1.125rem;
  }
}
.cntu-view .range-box .slider-box {
  margin-top: 26px;
  padding: 33px 20px;
  background: #f6f6f6;
}
.cntu-view .range-box .range {
  position: relative;
  margin-left: 82px;
  width: calc(100% - 82px);
}
.cntu-view .range-box .bar-range {
  height: 6px;
  border: none;
  background: none;
  border-radius: 0;
}
.cntu-view .range-box .bar-range:before {
  display: block;
  width: calc(100% + 82px);
  height: 100%;
  margin-left: -82px;
  background: url(https://img.lxhausys.com/public/images/products/bar.png) left center repeat-x;
  background-size: 100%;
  content: "";
}
.cntu-view .range-box .text {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 82px;
  margin: -11px 0 0 -82px;
  border: 2px solid #d2d2d2;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  text-align: center;
  border-radius: 25px;
}
.cntu-view .range-box .txt-s {
  left: 0;
}
.cntu-view .range-box .txt-e {
  right: 0;
  border-color: #404040;
}
.cntu-view .range-box .ui-slider-handle {
  z-index: 11;
  height: 26px;
  border-color: #ab2d2a;
  outline: none;
  background: #ab2d2a;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .cate-box {
    margin-top: 0;
  }
  .cntu-view .wtb-box .cate-box .tit-04 {
    display: none;
  }
}
.cntu-view .wtb-box .chk-list-box {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.cntu-view .wtb-box .chk-list-box > div {
  height: 140px;
}
.cntu-view .wtb-box .chk-list-box > div ~ div {
  border-top: 1px solid #ccc;
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .chk-list-box > div {
    height: auto;
  }
}
.cntu-view .wtb-box .chk-list-box .us-store-type {
  height: 210px;
}
.cntu-view .wtb-box .chk-list-box .us-store-type .tit {
  width: 215px;
}
@media (max-width: 992px) {
  .cntu-view .wtb-box .chk-list-box .us-store-type .tit {
    width: 100%;
  }
}
.cntu-view .wtb-box .chk-list-box .us-store-type .list {
  width: calc(100% - 215px);
}
@media (max-width: 992px) {
  .cntu-view .wtb-box .chk-list-box .us-store-type .list {
    width: 100%;
  }
}
.cntu-view .wtb-box .chk-list-box .us-store-type .list ul li {
  text-align: center;
}
.cntu-view .wtb-box .chk-list-box .us-store-type .list .uline {
  text-decoration: underline;
  color: #ee7125;
  cursor: pointer;
  line-height: 1.4;
}
.cntu-view .wtb-box .chk-list-box .us-store-type .list .st-title {
  text-transform: uppercase;
}
.cntu-view .wtb-box .chk-list-box .us-store-type .list .store-type-desc {
  max-width: 210px;
  line-height: 1.4;
}
.cntu-view .wtb-box .chk-list-box .usCateList .tit {
  width: 215px;
}
@media (max-width: 992px) {
  .cntu-view .wtb-box .chk-list-box .usCateList .tit {
    width: 100%;
  }
}
.cntu-view .wtb-box .chk-list-box .usCateList .list {
  width: calc(100% - 215px);
}
@media (max-width: 992px) {
  .cntu-view .wtb-box .chk-list-box .usCateList .list {
    width: 100%;
  }
}
.cntu-view .wtb-box .chk-list-box .usCateList .list ul li {
  text-align: center;
}
.cntu-view .wtb-box .chk-list-box .tit {
  display: inline-table;
  width: 215px;
  height: 100%;
  padding: 0 12px;
}
.cntu-view .wtb-box .chk-list-box .tit strong {
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .chk-list-box .tit {
    width: 100%;
    padding: 0;
    height: auto;
  }
  .cntu-view .wtb-box .chk-list-box .tit strong {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    padding-top: 1.25rem;
  }
}
.cntu-view .wtb-box .chk-list-box .list {
  width: calc(100% - 215px);
  height: 100%;
}
@media (max-width: 992px) {
  .cntu-view .wtb-box .chk-list-box .list {
    width: 100%;
  }
}
.cntu-view .wtb-box .chk-list-box .list ul {
  display: inline-table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.cntu-view .wtb-box .chk-list-box .list ul li {
  display: table-cell;
  position: relative;
  width: 33.3333333333%;
  vertical-align: middle;
  text-align: center;
}
.cntu-view .wtb-box .chk-list-box .list ul li.tooTip {
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .chk-list-box .list ul li.tooTip {
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .chk-list-box .list {
    width: 100%;
    height: auto;
  }
  .cntu-view .wtb-box .chk-list-box .list ul li {
    padding: 1.4583333333rem 0 2.4166666667rem;
  }
}
.cntu-view .wtb-box .chk-list-box .inp-rdo {
  width: auto;
  text-align: left;
  padding-left: 42px;
}
.cntu-view .wtb-box .chk-list-box .inp-rdo span {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: top;
}
.cntu-view .wtb-box .chk-list-box .inp-rdo span:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}
.cntu-view .wtb-box .chk-list-box .inp-rdo img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .chk-list-box .inp-rdo img.euSite {
    max-width: initial;
  }
}
.cntu-view .wtb-box .chk-list-box .inp-rdo p {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
.cntu-view .wtb-box .chk-list-box .inp-rdo:hover p, .cntu-view .wtb-box .chk-list-box .inp-rdo:active p, .cntu-view .wtb-box .chk-list-box .inp-rdo.on p {
  color: #ad3330;
}
.cntu-view .wtb-box .chk-list-box .inp-rdo input {
  top: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .chk-list-box .inp-rdo {
    padding-left: 1.4166666667rem;
    margin-right: 0.625rem;
  }
  .cntu-view .wtb-box .chk-list-box .inp-rdo input {
    /* 공통으로 잡을 라디오 */
    width: 0.9166666667rem;
    height: 0.9166666667rem;
    top: 0.125rem;
    /* 공통으로 잡을 라디오 */
  }
  .cntu-view .wtb-box .chk-list-box .inp-rdo input:checked, .cntu-view .wtb-box .chk-list-box .inp-rdo input:focus, .cntu-view .wtb-box .chk-list-box .inp-rdo input:active {
    background-size: 0.5416666667rem;
  }
  .cntu-view .wtb-box .chk-list-box .inp-rdo p {
    margin-top: 0.3333333333rem;
    font-size: 0.53125rem;
  }
  .cntu-view .wtb-box .chk-list-box .inp-rdo:hover p, .cntu-view .wtb-box .chk-list-box .inp-rdo:active p, .cntu-view .wtb-box .chk-list-box .inp-rdo.on p {
    color: #222;
  }
  .cntu-view .wtb-box .chk-list-box .inp-rdo span {
    line-height: 1;
  }
  .cntu-view .wtb-box .chk-list-box .inp-rdo span::after {
    display: none;
    background-size: 100%;
  }
}
.cntu-view .wtb-box .chk-list-box .btn-hf:hover span:after, .cntu-view .wtb-box .chk-list-box .btn-hf:active span:after, .cntu-view .wtb-box .chk-list-box .btn-hf.on span:after {
  background-image: url(https://img.lxhausys.com/public/images/support/logo_hflor_02.png);
}
.cntu-view .wtb-box .chk-list-box .btn-vi:hover span:after, .cntu-view .wtb-box .chk-list-box .btn-vi:active span:after, .cntu-view .wtb-box .chk-list-box .btn-vi.on span:after {
  background-image: url(https://img.lxhausys.com/public/images/support/logo_viatera_02.png);
}
.cntu-view .wtb-box .chk-list-box .btn-hi:hover span:after, .cntu-view .wtb-box .chk-list-box .btn-hi:active span:after, .cntu-view .wtb-box .chk-list-box .btn-hi.on span:after {
  background-image: url(https://img.lxhausys.com/public/images/support/logo_himacs_02.png);
}
.cntu-view .wtb-box .chk-list-box .chk-list .inp-chk {
  padding-left: 42px;
}
.cntu-view .wtb-box .chk-list-box .chk-list .inp-chk input {
  top: 50%;
  transform: translate(0, -50%);
}
.cntu-view .wtb-box .chk-list-box .chk-list .inp-chk > * {
  vertical-align: middle;
}
.cntu-view .wtb-box .chk-list-box .chk-list .inp-chk img {
  width: 40px;
}
.cntu-view .wtb-box .chk-list-box .chk-list .inp-chk span {
  display: inline-block;
  margin-left: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}
.cntu-view .wtb-box .chk-list-box .chk-list.us-store-type .inp-chk {
  padding-left: 0;
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .chk-list-box .chk-list .list ul {
    text-align: center;
  }
  .cntu-view .wtb-box .chk-list-box .chk-list .list ul li {
    padding: 1.25rem 0 2.0833333333rem;
  }
  .cntu-view .wtb-box .chk-list-box .chk-list .list ul li label {
    padding-left: 1.25rem;
  }
  .cntu-view .wtb-box .chk-list-box .chk-list .list ul li label input {
    width: 0.9166666667rem;
    height: 0.9166666667rem;
    top: auto;
    bottom: 0;
    transform: none;
  }
  .cntu-view .wtb-box .chk-list-box .chk-list .list ul li label input:checked, .cntu-view .wtb-box .chk-list-box .chk-list .list ul li label input:focus, .cntu-view .wtb-box .chk-list-box .chk-list .list ul li label input:active {
    background-size: 0.625rem;
  }
  .cntu-view .wtb-box .chk-list-box .chk-list .list ul li label img {
    width: 1.6666666667rem;
    margin-bottom: 0.625rem;
  }
  .cntu-view .wtb-box .chk-list-box .chk-list .list ul li label span {
    width: 100%;
    font-size: 0.75rem;
    margin-left: 0;
    line-height: 0.9166666667rem;
    white-space: nowrap;
  }
}
.cntu-view .wtb-box .chk-list-box .view {
  position: absolute;
  top: 88px;
  left: 35px;
  z-index: 10;
  width: 65%;
  padding: 15px;
  border: 1px solid #1d1d1b;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .chk-list-box .view {
    left: 0;
    width: 100%;
    font-size: 0.6666666667rem;
  }
}
.cntu-view .wtb-box .chk-list-box .view strong {
  font-size: inherit;
}
@media (max-width: 768px) {
  .cntu-view .wtb-box .chk-list-box {
    border-color: #2c2c2d;
  }
}
.cntu-view .site-box .col-02 .tbl {
  position: relative;
  overflow-y: auto;
  width: calc(50% - 30px);
  height: 685px;
  margin-right: 60px;
  padding-right: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
  .cntu-view .site-box .col-02 .tbl {
    width: 100%;
    margin-right: 0;
  }
}
.cntu-view .site-box .col-02 .tbl .store-box {
  height: 250px;
  padding: 30px 0 30px 110px;
}
@media (max-width: 768px) {
  .cntu-view .site-box .col-02 .tbl .store-box {
    height: unset;
    min-height: 11.6666666667rem;
    padding: 1.25rem;
  }
}
.cntu-view .site-box .col-02 .tbl .store-box .more-box {
  margin-top: 25px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .cntu-view .site-box .col-02 .tbl .store-box .more-box {
    margin-top: 20px;
  }
}
.cntu-view .site-box .col-02 > div {
  width: calc(50% - 30px);
  height: 685px;
  margin-right: 60px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 992px) {
  .cntu-view .site-box .col-02 > div {
    width: 100%;
    margin-right: 0;
  }
}
.cntu-view .site-box .col-02 > div:last-child {
  margin-right: 0;
}
.cntu-view .site-box .tbl {
  overflow-y: auto;
  padding-right: 45px;
}
.cntu-view .site-box .tbl > div {
  padding: 30px 0 30px 110px;
  background-position: left 26px top 30px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .cntu-view .site-box .tbl > div {
    padding: 1.25rem;
  }
}
.cntu-view .site-box .tbl > div ~ div {
  border-top: 1px solid #a0a0a0;
}
.cntu-view .site-box .tbl .mil-box {
  position: relative;
  padding-right: 20px;
}
.cntu-view .site-box .tbl .mil-box img {
  position: absolute;
  top: 0;
  left: -90px;
  width: 44px;
}
@media (max-width: 768px) {
  .cntu-view .site-box .tbl .mil-box img {
    position: relative;
    left: 0;
  }
}
.cntu-view .site-box .tbl .heading-5 {
  margin-top: 20px;
  color: #222;
}
.cntu-view .site-box .tbl .ico-state {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: auto;
  padding: 0 26px;
  border: 1px solid #dedede;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  color: #b51313;
  border-radius: 25px;
}
.cntu-view .site-box .list-type {
  margin-top: 20px;
}
.cntu-view .site-box .list-type li {
  font-size: 13px;
  line-height: 1.25em;
}
.cntu-view .site-box .list-type li:before {
  top: 6px;
}
.cntu-view .site-box .list-type li ~ li {
  margin-top: 18px;
}
.cntu-view .site-box .list-type a {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}
.cntu-view .site-box .list-type strong {
  font-size: inherit;
  font-weight: 700;
}
.cntu-view .site-box .list-type .lf-box {
  margin-top: 30px;
  font-size: 0;
}
.cntu-view .site-box .list-type .lf-box > p {
  display: inline-block;
  width: 147px;
  background: #b1b1b1;
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  color: #222;
  text-align: center;
  vertical-align: top;
}
.cntu-view .site-box .list-type .lf-box > p ~ p {
  margin-left: 2px;
}
@media (max-width: 768px) {
  .cntu-view .site-box .list-type {
    margin-top: 0.75rem;
  }
  .cntu-view .site-box .list-type li {
    font-size: 0.75rem;
    color: #555;
  }
  .cntu-view .site-box .list-type li ~ li {
    margin-top: 0.75rem;
  }
}
.cntu-view .site-box .tbl-box {
  margin-top: 10px;
}
.cntu-view .site-box .tbl-box tr:first-child th {
  background: #b1b1b1;
}
.cntu-view .site-box .more-box {
  margin-top: 40px;
}
@media (max-width: 1440px) {
  .cntu-view .site-box .more-box {
    padding-left: 0;
  }
}
.cntu-view .site-box .more-box .btn-r {
  padding: 0 25px;
  background: #fff;
}
.cntu-view .site-box .map {
  position: relative;
  padding: 32px 0;
}
.cntu-view .site-box .map iframe {
  width: 100%;
  height: 100%;
}
.cntu-view .site-box .pop-info {
  /*position:absolute; */
  z-index: 99;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.cntu-view .site-box .pop-info:after {
  display: block;
  position: absolute;
  bottom: -26px;
  left: 50%;
  z-index: 10;
  width: 40px;
  height: 25px;
  background: url(https://img.lxhausys.com/public/images/support/arrw_bottom_02.png) center no-repeat;
  transform: translateX(-50%);
  content: "";
}
.cntu-view .site-box .pop-info > div {
  position: relative;
  z-index: 99;
  padding: 35px 60px 40px;
  background: inherit;
  border-radius: inherit;
}
.cntu-view .site-box .pop-info li {
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.cntu-view .site-box .pop-info li ~ li {
  margin-top: 10px;
}
.cntu-view .site-box .pop-info .txt-01 {
  font-size: 20px;
  font-weight: 700;
}
.cntu-view .site-box .pop-info .txt-02 {
  margin: 15px 0;
  color: #ab2d2a;
}
.cntu-view .site-box .pop-info li a {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.cntu-view .site-box .pop-info .btns {
  margin-top: 10px;
  text-align: right;
}
.cntu-view .site-box .pop-info .btns a {
  width: 18px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
.cntu-view .site-box .pop-info .btns a.ico-01 {
  background-image: url(https://img.lxhausys.com/public/images/support/ico_site.png);
}
.cntu-view .site-box .pop-info .btns a.ico-02 {
  margin-left: 17px;
  background-image: url(https://img.lxhausys.com/public/images/support/ico_get.png);
}
@media (max-width: 768px) {
  .cntu-view .site-box .pop-info > div {
    padding: 0;
  }
  .cntu-view .site-box .pop-info .txt_01 {
    font-size: 0.6666666667rem;
  }
  .cntu-view .site-box .pop-info .txt_02 {
    margin: 0.4166666667rem 0;
    font-size: 0.625rem;
  }
  .cntu-view .site-box .pop-info li ~ li {
    margin-top: 0.5833333333rem;
    color: #555;
  }
}

.submit-robvot {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .submit-robvot {
    margin-top: 1.6666666667rem;
  }
}
.submit-robvot .outside-badge {
  width: 304px;
  margin: 0 auto;
}

.submit-robvot button.recaptchaButton:hover {
  opacity: 0.5;
}

.contacting {
  width: 100%;
  margin: 100px auto;
  border-top: 1px solid #ccc;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .contacting {
    padding-top: 3.375rem;
    margin-top: 0rem;
    margin-bottom: 0;
    border-top: none;
  }
}
.contacting ul {
  margin-top: 83px;
  display: inline-block;
}
@media (max-width: 768px) {
  .contacting ul {
    margin-top: 2.0625rem;
  }
}
.contacting ul li {
  width: calc(50% - 24px);
  float: left;
  position: relative;
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .contacting ul li {
    width: 100%;
    margin-bottom: 5.9583333333rem;
  }
}
.contacting ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .contacting ul li:last-child {
    margin-bottom: 0;
  }
}
.contacting ul li dl {
  float: right;
  margin-left: 0;
  width: 42%;
  margin-right: 86px;
  margin-top: 84px;
  position: static;
}
@media (max-width: 768px) {
  .contacting ul li dl {
    margin-right: 2.0833333333rem;
    margin-top: 1.4583333333rem;
    width: 46%;
  }
}
.contacting ul li dl dt {
  line-height: 1.56;
  margin-bottom: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.contacting ul li dl dd {
  line-height: 1.57;
}
.contacting ul li::after {
  content: "";
  width: 96%;
  height: 100%;
  background-color: #F3F2F1;
  padding: 0;
  position: absolute;
  z-index: -1;
  left: 30px;
  top: 30px;
}
@media (max-width: 768px) {
  .contacting ul li::after {
    left: 0.625rem;
    top: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.contacting ul li .parson_img {
  width: 260px;
  height: 260px;
}
@media (max-width: 768px) {
  .contacting ul li .parson_img {
    width: 7.4166666667rem;
    height: 7.4166666667rem;
  }
}
.contacting ul li:nth-child(2n) {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .contacting ul li:nth-child(2n) {
    margin-left: 0;
  }
}

/* --------------------- S : careAndMaintenance ---------------------- */
.tab-ui.tab-ui-dark.tab-care {
  position: relative;
  display: inline-block;
}
.tab-ui.tab-ui-dark.tab-care ul.btns02 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .tab-ui.tab-ui-dark.tab-care ul.btns02 {
    margin-bottom: 2.2916666667rem;
  }
}
.tab-ui.tab-ui-dark.tab-care .down-box.wa-box {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .tab-ui.tab-ui-dark.tab-care .down-box.wa-box {
    margin-bottom: 1.875rem;
  }
}

.care-container .mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .care-container .mb-20 {
    margin-bottom: 1.0416666667rem;
  }
}
.care-container .mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .care-container .mb-50 {
    margin-bottom: 1.0416666667rem;
  }
}
.care-container .care-dt-box {
  width: 100%;
  padding: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .care-container .care-dt-box {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .care-container .care-dt-box {
    padding: 1.6666666667rem 1.4375rem 1.6666666667rem;
  }
}
.care-container .care-dt-box.bg-d7 {
  background: rgba(215, 211, 207, 0.3);
}
.care-container .care-dt-box .care-dt-head {
  border-bottom: 1px solid #d7d3cf;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .care-container .care-dt-box .care-dt-head {
    margin-bottom: 0.8333333333rem;
  }
}
.care-container .care-dt-box .care-dt-head p.ctt-t1 {
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .care-container .care-dt-box .care-dt-head p.ctt-t1 {
    margin-bottom: 1.25rem;
  }
}
.care-container .care-dt-box .frow .fcol {
  padding: 0;
}

.tbl-box .sns-wrp {
  display: inline-block;
}

.cntu-view .cntu-box .care-dt-box {
  margin-left: 0;
}

.frow.tc-list.tc-list-last {
  margin-bottom: 0;
}

.tc-box .tc-tit {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .tc-box .tc-tit {
    margin-bottom: 0.5208333333rem;
  }
}

.tab-care .tc-tit {
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tab-care .tc-tit {
    font-size: 0.875rem;
    margin-bottom: 0.6875rem;
    line-height: 0.875rem;
  }
}
.tab-care .tc-des {
  font-size: 17px;
  line-height: 30px;
  word-break: break-all;
}
@media (max-width: 768px) {
  .tab-care .tc-des {
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.0416666667rem;
    color: #555;
  }
}
.tab-care .frow.tc-list {
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .tab-care .frow.tc-list {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .tab-care .frow.tc-list .fcol.fcol-fixed {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 768px) {
  .tab-care .tc-box {
    margin-left: 0;
  }
}
.tab-care .tbl-box.type05 .sel-box .sel-list {
  top: 30px;
  width: 150px;
}
.tab-care .tbl-box.type05 .sel-box .sel-list ul.box > li > button {
  font-size: 14px !important;
  width: auto;
}

.care-container .tbl-box.type05 button {
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
}
.care-container .tbl-box.type05 .btn-share {
  width: 20px;
  background-image: url(https://img.lxhausys.com/public/images/products/ico_share_02.png);
  font-size: 0;
}
.care-container .tbl-box.type05 .btn-sel {
  width: 140px;
}
.care-container .tbl-box.type05 .btn-down {
  width: 20px;
  background-image: url(https://img.lxhausys.com/public/images/products/ico_download_02.png);
  font-size: 0;
}
.care-container .tbl-box.type05 .sns-wrp ~ button {
  margin-left: 36px;
}
@media (max-width: 768px) {
  .care-container .tbl-box.type05 .sns-wrp ~ button {
    margin-left: 0.6666666667rem;
  }
}
.care-container .tab-ui-dark.tab-care {
  overflow: visible;
}
.care-container .tbl-box.type05 tbody td {
  text-align: left;
}

/* --------------------- E : careAndMaintenance ---------------------- */
/* ----------------- S : warranty --------------------- */
.care-container .ctt-t1 {
  overflow: visible;
}
.care-container .hm-qc {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .care-container .hm-qc {
    max-width: 6.6666666667rem;
  }
}

.dis-block {
  display: block !important;
}

.tbl-box.type05.mb-170 {
  margin-bottom: 170px;
}
@media (max-width: 768px) {
  .tbl-box.type05.mb-170 {
    margin-bottom: 3.75rem;
  }
}

.pc-br {
  display: block;
}
@media (max-width: 768px) {
  .pc-br {
    display: contents;
  }
}

.maxw900 {
  max-width: 900px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.maxw1000 {
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-des-tit {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .contact-des-tit {
    font-size: 0.8541666667rem;
    line-height: 1.0833333333rem;
  }
}

.ctt-t4.mb-5 {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .ctt-t4.mb-5 {
    margin-bottom: 0.1666666667rem;
  }
}

@media (max-width: 768px) {
  .tbl-input input {
    font-size: 0.75rem;
  }
}

.noti-02.euCount {
  padding-left: 7px;
}

@media (max-width: 768px) {
  .tab-con.inner .wa-box table tbody tr .share-box {
    width: 30%;
  }
}
.tab-con.inner .wa-box table tbody tr .share-box .sns-wrp .sns {
  width: auto;
}
@media (max-width: 768px) {
  .tab-con.inner .wa-box table tbody tr .ta-c {
    margin-left: 30%;
  }
}

.cntu-view .find-btns ul li:nth-child(5) a img, .cntu-view .find-btns ul li:nth-child(5) a span {
  top: 0 !important;
}

.cntu-view .wa-box .tbl-input-box .product_info_wrap .tbl-01 {
  padding-right: unset;
}

.product_info_wrap .col-02 > div {
  width: 100%;
}

.product_info_wrap .tbl-input th {
  width: 220px;
  display: inline-block;
}

.product_info_wrap .tbl-input .cell-noti {
  width: calc(100% - 220px);
  display: inline-block;
}

.tbl-input .warranty_tbl_tr > td {
  border-bottom: unset;
  padding-top: unset;
  width: 50%;
}
@media (max-width: 1280px) {
  .tbl-input .warranty_tbl_tr > td {
    width: 100%;
    display: block;
  }
}

.tbl-input .warranty_tbl_tr > td:nth-child(1) {
  padding-right: 30px;
}
@media (max-width: 1280px) {
  .tbl-input .warranty_tbl_tr > td:nth-child(1) {
    padding-right: unset;
  }
}

.tbl-input .warranty_tbl_tr > td:nth-child(2) {
  padding-left: 30px;
}
@media (max-width: 1280px) {
  .tbl-input .warranty_tbl_tr > td:nth-child(2) {
    padding-left: unset;
  }
}

.tbl-input .warranty_tbl_tr > td > tr {
  width: 100%;
  display: flex;
  align-items: center;
}

.tbl-input .warranty_tbl_tr.warranty_tbl_tr_big tr {
  display: flex;
  align-items: flex-start;
}

.warranty_tbl_tr_big textarea {
  width: calc(100% - 40px);
  height: 150px;
  resize: none;
}

.tbl-input .warranty_tbl_tr.warranty_tbl_tr_big > td {
  padding-right: 0;
}

.btn-prev {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .btn-prev {
    margin-right: 0.4166666667rem;
    margin-left: 0.4166666667rem;
  }
}

.btn-next {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .btn-next {
    margin-left: 0.4166666667rem;
  }
}

.prod-dt-view .drop-list .cont.bd-0 {
  border: 0;
}

@media (max-width: 1440px) {
  .cntu-box .w-con-02 .cntu .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1440px) {
  .cntu-view .tbl-wrap {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .cntu-view .tbl-wrap {
    margin-bottom: 0;
  }
}

@media (max-width: 1440px) {
  .cntu-box .w-con-02 .cntu .inner {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cntu-view .tbl-wrap .tbl-01 {
    margin-bottom: 0;
  }
}

/* @media (max-width: 1440px) {
  .content.cntu-view.inner {
    padding-left: 10px;
    padding-right: 10px;
  }
} */

.chk-list-box .chk-list .list .over-box .tooTip .toTip {
  width: 180px;
  left: 50%;
  top: 95px;
  padding: 10px;
  margin: 0 auto;
  color: #666;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .chk-list-box .chk-list .list .over-box .tooTip .toTip {
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.chk-list-box .chk-list .list .over-box .tooTip .toTip p.ctt {
  color: #666;
  line-height: 1.28;
}

.chk-list-box .chk-list.us-store-type .list .over-box .tooTip .toTip {
  position: relative;
  display: block;
  width: 200px;
  left: unset;
  top: 0px;
  transform: unset;
  padding: 0;
  border: 0;
  margin: 0 auto;
  color: #666;
}
.chk-list-box .chk-list.us-store-type .list .over-box .tooTip .toTip::after {
  display: none;
}
.chk-list-box .chk-list.us-store-type .list .over-box .tooTip .toTip::before {
  display: none;
}
@media (max-width: 768px) {
  .chk-list-box .chk-list.us-store-type .list .over-box .tooTip .toTip {
    width: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.chk-list-box .chk-list.us-store-type .list .over-box .tooTip .toTip p.ctt {
  color: #666;
  line-height: 1.28;
}

@media (max-width: 992px) {
  .cntu-view .wtb-box .chk-list-box .tit {
    width: 100%;
    padding: 0;
    height: auto;
  }
}

@media (max-width: 992px) {
  .cntu-view .wtb-box .chk-list-box .list {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 992px) {
  .cntu-view .wtb-box .chk-list-box .tit strong {
    padding-top: 1.25rem;
  }
}

@media (max-width: 992px) {
  .cntu-view .wtb-box .chk-list-box .list ul li {
    padding: 1.45833rem 0 2.41667rem;
  }
}

.store-type .list .over-box .tooTip .inp-chk {
  margin-right: 0;
}
.store-type .list .over-box .tooTip .inp-chk > input {
  top: 0;
  display: none;
}
.store-type .list .over-box .tooTip .inp-chk > img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 50px;
  margin-bottom: 10px;
}
.store-type .list .over-box .tooTip .inp-chk .store-type-icon {
  width: 56px;
  height: 43px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
.store-type .list .over-box .tooTip .inp-chk .st-dealer-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Dealer_off.png);
}
.store-type .list .over-box .tooTip .inp-chk .st-homecenter-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Homecenter_off.png);
}
.store-type .list .over-box .tooTip .inp-chk .st-showroom-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Showroom_off.png);
}
.store-type .list .over-box .tooTip .inp-chk .st-distributor-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Distributor_off.png);
}
.store-type .list .over-box .tooTip .inp-chk .st-retailstore-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Retailstore_off.png);
}
.store-type .list .over-box .tooTip .inp-chk > span {
  margin-left: 0;
  margin-bottom: 15px;
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:checked ~ .st-dealer-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Dealer_on.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:disabled ~ .st-dealer-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Dealer_disable.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:checked ~ .st-homecenter-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Homecenter_on.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:disabled ~ .st-homecenter-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Homecenter_disable.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:checked ~ .st-showroom-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Showroom_on.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:disabled ~ .st-showroom-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Showroom_disable.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:checked ~ .st-distributor-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Distributor_on.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:disabled ~ .st-distributor-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Distributor_disable.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:checked ~ .st-retailstore-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Retailstore_on.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:disabled ~ .st-retailstore-icon {
  background-image: url(https://img.lxhausys.com/public/images/HomeDepot/Retailstore_disable.png);
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:disabled ~ .store-type-desc {
  color: #ccc;
}
.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:disabled ~ .store-type-desc > span {
  color: #ccc;
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:checked ~ .st-title {
  color: #b40f2c;
}

.store-type .list .over-box .tooTip .inp-chk input[type=checkbox]:disabled ~ .st-title {
  color: #ccc;
}

@media (max-width: 1440px) {
  .content.cntu-view .container.cntu-box.wa-box .w-con-02 .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1280px) {
  .cntu-view .wa-box .tbl-input-box .tbl-01 {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 1280px) {
  .cntu-view .wa-box .tbl-input-box .tbl-02 {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 1280px) {
  .cntu-view .wa-box .tbl-input-box .tbl-02 .tbl-input {
    border-top: 0;
  }
}

@media (max-width: 768px) {
  .tbl-input-box.wtr-area .tbl-input .sel-box .sel-list {
    top: 34px;
  }
}
@media (max-width: 768px) {
  .tbl-input-box.wtr-area .cell-noti {
    height: auto;
  }
}
.tbl-input-box.wtr-area .cell-noti .inp-text {
  line-height: 2rem;
}
.tbl-input-box.wtr-area .cell-noti .inp-file label {
  height: 50px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .tbl-input-box.wtr-area .cell-noti .inp-file label {
    font-size: 0.75rem;
  }
}
.tbl-input-box.wtr-area .cell-noti .inp-file label:after {
  top: 4px;
}
.tbl-input-box.wtr-area .sel-day .sel-box {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .tbl-input-box.wtr-area .sel-day .sel-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tbl-input-box.wtr-area .sel-day > div ~ div {
    margin-left: 0;
  }
}

.tbl-input-box.wtr-area .sel-day .sel-box.type02{
  width: 152px;
}


@media (max-width: 992px) {
  .tbl-box.type05.box-dl table {
    table-layout: auto;
  }
}
.tbl-box.type05.box-dl table .file-type {
  white-space: nowrap;
  text-transform: uppercase;
}
.tbl-box.type05.box-dl table .file-size {
  white-space: nowrap;
}
.tbl-box.type05.box-dl table td:last-child {
  padding-right: 30px;
}

@media only screen and (max-width: 1440px) and (min-width: 769px) and (max-width: 992px) {
  .tbl-box.type05.box-dl table td.share {
    width: 120px;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) and (max-width: 768px) {
  .tbl-box.type05.box-dl table td.share {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .content.cntu-view .container.cntu-box .w-con-02 .inner .down-box .tbl-box.type05.box-dl table colgroup.p-ui {
    display: none;
  }
}
@media (max-width: 1440px) {
  .content.cntu-view .container.cntu-box .w-con-02 .inner .down-box .tbl-box.type05 td.tac {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .content.cntu-view .container.cntu-box .w-con-02 .inner .down-box .tbl-box.type05 td .share-box {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .content.cntu-view .container.cntu-box .w-con-02 .inner .down-box .tbl-box.type05 td .file-type {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .content.cntu-view .container.cntu-box .w-con-02 .inner .down-box .tbl-box.type05 td .file-size {
    text-align: center;
  }
}
.content.cntu-view .container.cntu-box .w-con-02 .inner .down-box .tbl-box.type05 td:first-child {
  padding-left: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .content.cntu-view .container.cntu-box .w-con-02 .inner .down-box .tbl-box.type05 td:first-child {
    padding-left: 1rem;
  }
}

@media (max-width: 992px) {
  colgroup.p-ui {
    display: none;
  }
}

@media (max-width: 1440px) {
  .container-findasales .w-con-02 .find-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1280px) {
  .container-findasales .w-con-02 .find-box .wrapper-git.d-inline-block.euSList.inner .box-git {
    width: 100%;
  }
}
.us-container-warranty .tbl-02 .tbl-input tr.warranty-date{
  align-items: start;
}
.warranty-date th{
  height:50px;
  line-height: 50px;
}
.warranty-date .cell-noti .sel-day{
  display: flex;
  flex-direction: row;
}
@media(max-width:768px){
  .us-container-warranty .tbl-02 .tbl-input tr.warranty-date{
    align-items: center;
  }
  .warranty-date .cell-noti .sel-day{
    flex-direction: column;
    gap: 10px;
  }
  .warranty-date th{
    height:auto;
    line-height: unset;
  }
  .tbl-input-box.wtr-area .warranty-date .sel-box.type02{
    width:100%;
  }
  .tbl-input-box.wtr-area .tbl-input .warranty-date .sel-box .sel-list{
    top:50px;
  }
  .sel-box.type02 .btn-sel span{
    background-position: right 10px center;
  }
}


/* ----- contact faq ----- */
.container-faq{
  margin-bottom: 80px;
}
@media (min-width: 769px) {
  .container-faq{
    margin-bottom: 150px;
  }
}

@media (max-width: 1440px) {
  .container-faq .w-con-02 .prod-dt-view.inspr-view .inner {
    padding-left: 0 !important;
    padding-right:0 !important;
  }
}

@media (max-width: 1440px) {
  .container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .tit {
    display: block;
  }
}
.container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .tit .faq-pro-type {
  width: 100%;
  font-weight: 500;
  display: flex;
  position: relative;
}
@media (max-width: 1440px) {
  .container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .tit .faq-pro-type {
    width: 100%;
    /* margin-bottom: 10px; */
  }
}
@media (max-width: 768px) {
  .container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .tit .faq-pro-type {
    /* margin-bottom: 0.4166666667rem; */
    font-size: 0.6666666667rem;
  }
}
.container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .tit .question {
  display: inline-block;
  letter-spacing: 0.1px;
}
@media (max-width: 1440px) {
  .container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .tit .question {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .tit .question {
    padding-right: 1.4583333333rem;
    font-size: 0.75rem;
  }
}









.faq_accordion_content {
  padding: 40px;
  border-top: 1px solid #222;
}
@media (max-width: 1440px) {
  .faq_accordion_content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .faq_accordion_content {
    padding: 1.25rem;
  }
}

.faq_accordion_content > p > span {
  font-size: 15px !important;
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .faq_accordion_content > p > span {
    font-size: 0.625rem !important;
  }
}
.faq_accordion_content > p > span > span {
  font-size: 15px !important;
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .faq_accordion_content > p > span > span {
    font-size: 0.625rem !important;
  }
}
.faq_accordion_content > p > p {
  font-size: 15px !important;
  font-weight: 400 !important;
}
@media (max-width: 768px) {
  .faq_accordion_content > p > p {
    font-size: 0.625rem !important;
  }
}
.container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .on .tit .question {
  font-weight: 700;
  letter-spacing: -0.1px;
}
@media (max-width: 768px) {
  .container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .faq_accordion_content {
    line-height: 1.4;
  }
}






















.us-container-careandmaintenance{
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .us-container-careandmaintenance{
    margin-bottom: 100px;
  }
}

@media (max-width: 1440px) {
  .us-container-careandmaintenance .w-con-02 .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1440px) {
  .eu-container-careandmaintenance .w-con-02 .tab-ui.tab-ui-dark.tab-care .tab-con.inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .eu-container-careandmaintenance .w-con-02 .tab-ui.tab-ui-dark.tab-care .tab-con.inner .down-box.wa-box .tbl-box.type05.box-dl table tr td.dl-title {
    padding: 1.0416666667rem 0.8333333333rem;
  }
}
@media (max-width: 768px) {
  .eu-container-careandmaintenance .w-con-02 .tab-ui.tab-ui-dark.tab-care .tab-con.inner .down-box.wa-box .tbl-box.type05.box-dl table tr td.td-select-lang {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .eu-container-careandmaintenance .w-con-02 .tab-ui.tab-ui-dark.tab-care .tab-con.inner .down-box.wa-box .tbl-box.type05.box-dl table tr td.ta-c {
    width: 25%;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .eu-container-careandmaintenance .w-con-02 .tab-ui.tab-ui-dark.tab-care .tab-con.inner .down-box.wa-box .tbl-box.type05.box-dl table tr td.td-share {
    width: 30%;
    text-align: center;
  }
}

@media (max-width: 1440px) {
  .eu-container-warranty .w-con-02 .tab-ui.tab-ui-dark.tab-care .tab-con.inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ------------------ S : showroom --------------------*/
.showroom-container .homedepot-slider {
  width: 100%;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .showroom-container .homedepot-slider {
    margin-bottom: 65px;
  }
}
.showroom-container .homedepot-slider .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  width: 57px;
  height: 57px;
  background-color: rgba(255, 255, 255, 0);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .showroom-container .homedepot-slider .slick-arrow {
    width: 2.0833333333rem;
    height: 2.0833333333rem;
  }
}
.showroom-container .homedepot-slider .slick-prev {
  left: 0;
  background: url("data:image/svg+xml;utf8, <svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16 20L8 12L16 4' stroke='rgba(255,255,255,.7)' stroke-width='1.5' stroke-miterlimit='10'/></svg>") center no-repeat;
  background-size: 100%;
  transition: all 0.5s ease-in-out;
}
.showroom-container .homedepot-slider .slick-prev:hover, .showroom-container .homedepot-slider .slick-prev:active {
  background: url("data:image/svg+xml;utf8, <svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16 20L8 12L16 4' stroke='rgba(0,0,0,1)' stroke-width='1.5' stroke-miterlimit='10'/></svg>") center no-repeat;
  background-size: 100%;
}
.showroom-container .homedepot-slider .slick-next {
  right: 0;
  background: url("data:image/svg+xml;utf8, <svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 4L16 12L8 20' stroke='rgba(255,255,255,.7)' stroke-width='1.5' stroke-miterlimit='10'/></svg>") center no-repeat;
  background-size: 100%;
  transition: all 0.5s ease-in-out;
}
.showroom-container .homedepot-slider .slick-next:hover, .showroom-container .homedepot-slider .slick-next:active {
  background: url("data:image/svg+xml;utf8, <svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8 4L16 12L8 20' stroke='rgba(0,0,0,1)' stroke-width='1.5' stroke-miterlimit='10'/></svg>") center no-repeat;
  background-size: 100%;
}
.showroom-container .homedepot-slider .slider {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .showroom-container .homedepot-slider .slider {
    position: relative;
    height: 17.5rem;
  }
}
.showroom-container .homedepot-slider .slider img {
  object-fit: cover;
  height: 100%;
}
.showroom-container .homedepot-slider .slider .txt-box {
  position: absolute;
  display: flex;
  flex-flow: column;
  width: 520px;
  height: 680px;
  background: rgba(44, 44, 45, 0.85);
  z-index: 300;
}
@media (max-width: 768px) {
  .showroom-container .homedepot-slider .slider .txt-box {
    width: 50%;
    height: 17.5rem;
  }
}
.showroom-container .homedepot-slider .slider .txt-box .slider-banner {
  padding: 140px 80px 0 120px;
}
@media (max-width: 768px) {
  .showroom-container .homedepot-slider .slider .txt-box .slider-banner {
    padding: 20px 20px 0 20px;
  }
}
.showroom-container .homedepot-slider .slider .txt-box .slider-banner .slider-tit {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .showroom-container .homedepot-slider .slider .txt-box .slider-banner .slider-tit {
    font-size: 18px;
  }
}
.showroom-container .homedepot-slider .slider .txt-box .slider-banner .slider-con {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 768px) {
  .showroom-container .homedepot-slider .slider .txt-box .slider-banner .slider-con {
    font-size: 14px;
  }
}

.showr-dis {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .showr-dis {
    margin-bottom: 60px;
  }
}
.showr-dis .tt-sub-gray {
  margin-bottom: 5px;
}
.showr-dis .comment {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .showr-dis .comment {
    margin-bottom: 30px;
  }
}
.showr-dis .showr-dis-con {
  padding: 60px 0;
  background-color: #fafaf9;
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con {
    padding: 30px 0;
  }
}
.showr-dis .showr-dis-con .w-con .row {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}
@media (max-width: 1280px) {
  .showr-dis .showr-dis-con .w-con .row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row {
    display: block;
    gap: unset;
    margin-bottom: 15px;
  }
}
.showr-dis .showr-dis-con .w-con .row .box-con {
  display: inline-block;
  width: 275px;
  min-height: 470px;
  background: #fff;
  outline: 1px solid #a09c9b;
  padding: 25px 30px 15px;
}
@media (max-width: 1280px) {
  .showr-dis .showr-dis-con .w-con .row .box-con {
    width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row .box-con {
    width: 100%;
    min-height: unset;
    padding: 20px;
    margin-bottom: 15px;
  }
}
.showr-dis .showr-dis-con .w-con .row .box-con .title {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row .box-con .title {
    font-size: 14px;
  }
}
.showr-dis .showr-dis-con .w-con .row .box-con .comment {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.33;
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row .box-con .comment {
    font-size: 13px;
  }
}
.showr-dis .showr-dis-con .w-con .row .box-con .comment span.bold {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
.showr-dis .showr-dis-con .w-con .row .box-con .comment span.normal {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
}
.showr-dis .showr-dis-con .w-con .row .box-con ul.box-list {
  margin-bottom: 10px;
}
.showr-dis .showr-dis-con .w-con .row .box-con ul.box-list li {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.4px;
  word-break: break-all;
}
.showr-dis .showr-dis-con .w-con .row .box-con ul.box-list li.tel::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("https://img.lxhausys.com/public/images/support/carbon_phone.png") left center no-repeat;
}
.showr-dis .showr-dis-con .w-con .row .box-con ul.box-list li.email::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background: url("https://img.lxhausys.com/public/images/support/carbon_email.png") left center no-repeat;
}
.showr-dis .showr-dis-con .w-con .row .box-con ol.txt-list {
  padding-left: 15px;
  margin-bottom: 10px;
}
.showr-dis .showr-dis-con .w-con .row .box-con ol.txt-list li {
  font-size: 15px;
  list-style: disc;
  display: list-item;
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row .box-con ol.txt-list li {
    font-size: 13px;
  }
}
.showr-dis .showr-dis-con .w-con .row .box-con ol.txt-list li::marker {
  font-size: 0.7em;
}
.showr-dis .showr-dis-con .w-con .row .box-con .link {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 15px;
  text-decoration: underline;
  color: #746661;
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row .box-con .link {
    margin-bottom: 25px;
    font-size: 13px;
  }
}
.showr-dis .showr-dis-con .w-con .row .box-con:last-child {
  width: 345px;
}
@media (max-width: 1280px) {
  .showr-dis .showr-dis-con .w-con .row .box-con:last-child {
    width: unset;
  }
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row .box-con:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.showr-dis .showr-dis-con .w-con .row .img-con {
  display: inline-block;
  width: 500px;
  min-height: 470px;
  background: url("https://stg-gcms.lxhausys.com/us/images/aboutus/img_global01.png") center center no-repeat;
  background-size: cover;
}
@media (max-width: 1280px) {
  .showr-dis .showr-dis-con .w-con .row .img-con {
    width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row .img-con {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1280px) {
  .showr-dis .showr-dis-con .w-con .row .box-cms {
    width: calc(50% - 5px);
  }
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row .box-cms {
    width: 100%;
  }
}
.showr-dis .showr-dis-con .w-con .row table.open-time {
  margin-top: 40px;
  margin-bottom: 10px;
  table-layout: unset;
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row table.open-time {
    margin-top: 10px;
  }
}
.showr-dis .showr-dis-con .w-con .row table.open-time tr {
  border-bottom: 1px solid #dddddd;
}
.showr-dis .showr-dis-con .w-con .row table.open-time tr:last-child {
  border-bottom: 0;
}
.showr-dis .showr-dis-con .w-con .row table.open-time tr th {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row table.open-time tr th {
    font-size: 13px;
  }
}
.showr-dis .showr-dis-con .w-con .row table.open-time tr td {
  height: 44px;
  font-size: 15px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con .row table.open-time tr td {
    height: 30px;
    font-size: 13px;
  }
}
.showr-dis .showr-dis-con .w-con p span.pc-br {
  font-size: 18px;
}
@media (max-width: 768px) {
  .showr-dis .showr-dis-con .w-con p span.pc-br {
    font-size: 13px;
  }
}

.showr-exp {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .showr-exp {
    margin-bottom: 60px;
  }
}
.showr-exp .slide-wrapper .arrow-prev, .showr-exp .slide-wrapper .arrow-next {
  top: 50%;
}
.showr-exp .related-prod .slide-wrapper .slider .thumb .over > img {
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .showr-exp .related-prod .slide-wrapper .slider .thumb .over > img {
    height: 110px;
    border-radius: 5px;
  }
}
.showr-exp .related-prod .slide-wrapper .slider .thumb .over::after {
  display: none;
}

.showr-book .tt-sub-gray {
  margin-bottom: 5px;
}
.showr-book .comment {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .showr-book .comment {
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.wrapper-cokkie .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  padding: 0;
  background: url(https://img.lxhausys.com/public/images/btn_close_02.png) center no-repeat;
  font-size: 0;
}

/****** 추가 css ******/
/* contact us */
.tbl_check input[type="radio"]{
  background-color: yellowgreen;
  width:auto;
  height:auto;
  appearance: auto;
}
.tbl_check input[type="radio"].ima {
  display: none;
}
.tbl_check input[type="radio"].ima + label {
  position: relative;
  padding-left: 30px;
}
.tbl_check label:nth-of-type(1){
  margin-right:40px;
}
.tbl_check input[type="radio"].ima + label::before,
.tbl_check input[type="radio"].ima + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content:'';
  border-radius: 50%;
}
.tbl_check input[type="radio"].ima + label::before {
  bottom: 0;
  left: 0;
  border: 2px solid #dedede;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.tbl_check input[type="radio"].ima + label::after {
  bottom: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
}
.tbl_check input[type="radio"].ima:checked + label::after {
  background-color: #222;
}
/* div.tbl-02{
  padding-top: 78px;
} */
.inp-chk span{
  color:#666;
}
.more-box.ta-r{
  display: flex;
  justify-content: center;
}
.more-box.ta-r > a span,
.more-box.ta-r > button span{
  background:unset;
  font-weight: 400;
  padding-right:0;
  font-size: 16px;
}
.inp-chk input{
  background: center / contain no-repeat url(https://img.lxhausys.com/public/images/svg_icon/icon_checkbox.svg);
  border:none;
  width:22px;
  height:22px;
}
.inp-chk input:checked{
  background: center / contain no-repeat url(https://img.lxhausys.com/public/images/svg_icon/icon_checkedbox.svg);
}
.store-check .inp-chk > div{
  padding-left:8px;
  padding-top:5px;
}
/*.tbl-01 .tbl-input label.must:after{*/
/*  display: none;*/
/*}*/
.find-links-wrap:nth-child(1){
  font-weight: 500;
}
.find-links a p{
  color:#222;
  font-weight: 400;
}
.container.cntu-box .contactus_inp_group .tbl-input .sel-box .sel-list{
  width:100%;
}
.tbl-02 br{
  display: none;
}
.tbl-input .ta-box textarea{
  font-family: 'NotoSans';
  font-size: 14px;
}
/* find a sales */
.find-search .tbl-input{
  flex:1;
}
.find_search_padding{
  /* padding-right: 0; */
}
.content.cntu-view.fasr-view > .container.cntu-box{
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .find_search_padding + .find_search_padding{
    padding-left: 10px;
  }
}
.find-search .tbl-input tr{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.find-search .tbl-input .btn-sel span.placeholder{
  padding-left: 24px;
  color:#222;
}
@media(max-width:768px){
  .find-search .tbl-input .btn-sel span.placeholder{
    padding-left:18px;
  }
}
.find-search .tbl-input td input.inp-text{
  padding-left: 24px;
  height:50px;
}
@media(max-width:768px){
  .find-search .tbl-input td input.inp-text{
    padding-left:18px;
  }
}
.find-address-wrap{
  display: flex;
  flex-direction: column;
  gap:14px;
}
.find-address-wrap > div{
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.find-address{
  border:1px solid #e8e8e8;
  flex:1;
  padding:20px;
  height:auto;
  display: flex;
  flex-direction: column;
}
.find-address > div{
  flex:1;
}
@media(min-width:769px){
  .find-address > div{
    flex:0;
  }
}
.find-address > div:nth-child(1){
  border-bottom: 1px solid #e8e8e8;
}
.find-address .title-wrap{
  padding-bottom: 20px;
}
.find-address .title-wrap .as_h5,
.find-address .title-wrap h5{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color:#222;
}

.find-address .title-wrap .as_h6,
.find-address .title-wrap h6{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 14px;
  color:#222;
}
.find-address .title-wrap > div{
  display: flex;
  gap: 6px;
  align-items: center;
}
.find-address .title-wrap > div a{
  font-size: 15px;
  font-weight: 400;
  color:#666;
}
.find-address .content-wrap{
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap:12px
}
/* .find-address .content-wrap > div{
  display: flex;
  flex-direction: row;
  gap:10px;
} */
.find-address .content-wrap > div{
  display: flex;
  align-items: start;
}
.find-address .content-wrap > div p{
  width:64px;
  color:#666;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  margin-right:10px;
}
.find-address .content-wrap > div p::after{
  content: '';
  position:absolute;
  top:3px;
  right:0;
  background-color: #ddd;
  width:1px;
  height:12px;
}
.find-address .content-wrap > div span{
  font-size: 14px;
  width:calc(100% - 83px);
  color:#666;
  line-height: 18px;
  flex:1;
}
.find-address .content-wrap .badges .badge,
.faq-pro-type.wrap .badge{
  font-size: 12px;
  padding:5px 10px 3px 10px;
  /* margin-right: 6px; */
  line-height: unset;
  height:auto;
  font-weight:400;
}

.container-faq .faq-pro-type.wrap .badge {
  white-space: nowrap;
}
/* .find-address .badges{
  width:214px;
} */
.find-address .badges{
  flex:1;
  display: flex;
  flex-wrap: wrap;
  gap:5px;
}
/* .find-address .badge{
  margin-right:5px;
} */
.badge span{
  color:#fff;
}
.badge.hflor{
  background-color: #23674E;
}
.badge.viatera{
  background-color: #b7a99a;
}
.badge.teracanto{
  background-color: #cb5336;
}
.badge.himacs{
  background-color: #67aeba;
}
.badge.benif{
  background-color: #746661;
}
.badge.etc{
  background-color:  #999;
  margin-right:0 !important;
}
.w-con-02 .btn_learn_more{
  margin-top: 60px;
  padding-top: 24px;
  height:auto;
  display: flex;
  gap:10px;
  /* margin-bottom: 150px; */
}
/* FAQ (tab) */
.faq_search_wrap .inner{
  margin-top: 40px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ctt a.link-ctt{
  color:#fff;
}
.ctt a.link-ctt strong{
  font-weight: 600;
  font-size: 18px;
}
.cell_padding .product_checkbox_cont{
  overflow: hidden;
}
.cell_padding .glSite.required-msg{
  margin-top: 7px;
  color:#b51313;
}
.tab-ui.tab-ui-dark{
  margin-bottom:0;
}
.tab-ui.tab-ui-nav.tab-ui-gray{
  margin:30px 0;
}
.tab-ui-dark ul li.btn-tab.on button{
  background: #fff;
  color:#222;
  font-weight: 700;
  border-bottom: 2px solid #222;
}
.tab-ui-gray ul li.btn-tab.on button{
  background-color: #222;
  font-size: 14px;
}
@media(min-width:769px){
  .tab-ui-gray ul li.btn-tab.on button{
    font-size: 16px;
  }
}
.tab-ui-gray ul li.btn-tab button{
  font-weight: 400;
  color:#999;
  font-size: 14px;
  background-color: #f8f8f8;
  height:auto;
  padding:0 20px;
  height:36px;
  font-size:14px;
}
@media(min-width:769px){
  .tab-ui-gray ul li.btn-tab button{
    font-size:16px;
    height:32px;
  }
}
.tab-ui-nav ul li.btn-tab {
  margin:0 5px;
}
/* FAQ(accordion) */
.faq-pro-type.wrap p{
  float: left;
  margin-right:40px;
  font-size: 20px;
  font-weight: 700;
}
.faq-pro-type.wrap .badges{
  min-width:277px;
  display:flex;
  gap: 6px;
  height:22px;
  /* margin-right:40px; */
}
.prod-dt-view .drop-list > ul > li{
  padding:0;
}
.accordion-wrap .faq_accordion_content > p:nth-child(1){
  font-weight: 700;
  font-size: 20px;
}
.accordion-wrap .faq_accordion_content p{
  font-size: 20px;
  font-weight: 700;
  color:#666;
}

.accordion-wrap.on .faq_accordion_content{
  display: block;
}



.prod-dt-view .drop-list li.on .tit button{
  /* background: url(https://img.lxhausys.com/public/images/svg_icon/faq_arrow_down.svg) no-repeat center; */
  background: url(https://img.lxhausys.com/public/images/svg_icon/faq_arrow_up.svg) no-repeat center;
  right:14px;
}
@media(min-width:769px){
  .prod-dt-view .drop-list li.on .tit button{
    right:0;
  }
}
/* FAQ (공통) no result */
/* .no_result{
  text-align: center;
  padding:60px 0;
}
.no_result p{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top:30px;
  color:#222;
  display: block;
}
.no_result span{
  color:#666;
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 54px;
}
.no_result > a{
  display: inline-block;
  margin-top:30px;
  position:relative;
}
.no_result > a::after{
  content: '';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:1px;
  background-color: #222;
}
.no_result > a span{
  font-size: 14px;
  color:#222;
  float:left;
  margin-right:5px;
  margin-bottom: 0;
}
.no_result > a img{
  height:10px;
  transform: translateY(3px);
}
@media(min-width:769px){
  .no_result{
    padding:120px 0;
  }
  .no_result p{
    font-size: 38px;
    margin-top:40px;
  }
} */
/* where to buy */
.cntu-view.where{
  padding-left: 0;
  padding-right:0;
}
.container.cntu-box{
  padding-top: 60px;
  position: relative;
  overflow-x: visible;
}
.container.cntu-box h1{
  padding-left:20px;
}
.where-search-box{
  width:100%;
  /* height:90px; */
  background-color: #f8f8f8;
  position: sticky;
  top:58px;
  z-index: 810;
}
.where-search-box > div{
  max-width:1440px;
  margin:0 auto;
  height:100%;
  display: flex;
  align-items: center;
  padding:20px;
  flex-direction: column;
}
.where-search-box > div div:nth-child(1){
  display: flex;
  flex:1;
  width:100%;
  /* margin-bottom: 10px; */
}
.where-search-box > div a{
  width:50px;
  height:50px;
  border-radius: 4px;
  background-color: #fff;
  border:1px solid #e8e8e8;
  position: relative;
  margin-bottom: 10px;
}
.where-search-box > div a img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.where-search-box > div input{
  border:1px solid #e8e8e8;
  padding: 17px 24px;
  border-radius: 4px;
  max-width:898px;
  width:calc(100% - 60px);
  margin-left:10px;
  height:50px;
  color:#999;
}
.where-search-box > div input:focus::placeholder{
  color:#222;
}
.product-select-wrap{
  /* width:302px; */
  width:100%;
  /* margin-right: 10px; */
  position: relative;
}
.product-select{
  position: absolute;
  background-color: #fff;
  width:100%;
  border:1px solid #e8e8e8;
  border-top: none;
  display: none;
}
.product-select.on{
  display: block;
  z-index: 99;
}
.product-select.on div:nth-child(1){
  display: block;
}
.product-select > div:nth-child(1){
  padding:17px 24px;
  border-bottom: 1px solid #e8e8e8;
}
.product-select > div:nth-child(1) p{
  margin-bottom: 6px;
  color:#222;
}
.product-select > div:nth-child(1) span{
  font-weight: 400;
  color:#666;
  font-size: 15px;
}
.product-select div:last-child{
  border-bottom: none;
}
.product-check{
  padding:17px 24px;
  border-bottom: 1px solid #e8e8e8;
}
.product-check.on{
  background-color: #f8f8f8;
}
.product-check .inp-chk input + span{
  font-size: 16px;
}
.product-check span{
  color:#222;
  font-weight: 400 !important;
}
.product-select-title{
  display: flex;
  justify-content: space-between;
  padding:17px 24px;
  border:1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  cursor: pointer;
}
.product-select-title.on img{
  transform: rotate(180deg);
}

.where-search-box > div .product-check .inp-chk input{
  padding:0;
  width:22px;
  height:22px;
  transform:translateY(-2px);
}
.where-search-box .product-check .inp-chk{
  padding-left:0;
  margin-right:0;
  padding-left: 40px;
  display: flex;
  align-items: center;
  height:22px;
}
.where-site-wrap{
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}
.where-site-info{
  width:100%;
  padding:10px;
  position: relative;
}
.where-site-map{
  margin-left: 0;
  position: relative;
  display: inline;
}
.where-site-map > div{
  position:relative;
  left:0;
  /* width:calc(50vw - 34px); */
  height:900px;
}
.map-sticky{
  position: absolute;
  width:100vw;
  height:900px;
  display: none;
}
.where-site-wrap > div > p{
  padding-top: 24px;
  padding-bottom:20px;
  font-size: 15px;
  color:#222;
}
.where-site-wrap > div > p span{
  font-size: 15px;
  color:#666;
}
.store-type-wrap{
  overflow: hidden;
  margin-top: 20px;
  border:1px solid #e8e8e8;
  border-top:none;
}
.store-type-title{
  padding:16px 24px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color:#222;
  border-top: 1px solid #222;
  border-bottom:0px solid #e8e8e8;
  cursor: pointer;
}
.store-type-title img{
  transform:rotate(180deg);
}

.store-type-wrap.on .store-type-title{
  border-bottom:1px solid #e8e8e8;
}

.store-type-wrap.on .store-type-title img{
  transform:rotate(0deg);
}
.store-type-wrap.on .store-type.box{
  display: block;
}

/* us 에만 where to buy 'store type' 부분 스타일 변경 */
:lang(en-US) .store-type-wrap .store-type-title {
  background: #222;
}
:lang(en-US)  .store-type-wrap .store-type-title > p {
  color: #fff;
}
:lang(en-US) .store-type-title img {
  transform: rotate(0deg);
}
:lang(en-US) .store-type-wrap.on .store-type-title img {
  transform: rotate(180deg);
}

.store-type.box{
  height:auto;
  position: relative;
  border-top:none;
  display: none;
}
.store-type.box.on{
  display: block;
}
.store-check-box{
  display: block;
}
.store-check-box > p{
  padding-left: 24px;
  padding-top:30px;
  padding-right:56px;
  color:#222;
  font-size: 16px;
  background-color: #f8f8f8;
}
.store-checks:after{
  content: '';
  display: block;
  clear: both;
}
.store-checks{
  padding:30px 30px 6px 30px;
  overflow: hidden;
}
.store-check{
  float: none;
  width:100%;
  margin-bottom: 24px;
}
.store-check .inp-chk p{
  font-size: 16px;
  margin-bottom: 10px;
  color:#222;
  font-weight: 700;
}
.store-check .inp-chk span{
  font-size: 15px;
  color:#666;
  line-height: 20px;
}
.store-check .inp-chk strong{
  font-weight: 700;
}
.store-check .inp-chk b{
  color:#222;
  text-decoration: underline;
}
.store-type.box .more-box{
  float: none;
  text-align: center;
  margin-bottom: 30px;
  padding-top:30px;
  position: relative;
}
/* .store-type.box .more-box:after{
  content:'';
  width: calc(100% - 40px);
  height:1px;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
  background-color: #e8e8e8;
} */
.store-type.box .more-box button:nth-child(1){
  margin-right:12px;
}

.btn_clear{
  background-color: #fff;
  border:1px solid #999;
  color:#222;
  height: 50px;
  width: auto;
  padding: 0 40px;
  font-size: 16px;
}

.btn_apply{
  background-color: #222;
  color:#FFF;
  height: 50px;
  width: auto;
  padding: 0 40px;
  font-size: 16px;
}

.store-cards{
  /* max-height: 790px; */
  /* overflow: auto; */
}
.store-cards::-webkit-scrollbar{
  width:2px;
}
.store-cards::-webkit-scrollbar-thumb{
  height:30%;
  background-color: #222;
}
.store-cards::-webkit-scrollbar-track{
  background: #e8e8e8;
}
.store-card{
  border:1px solid #e8e8e8;
  margin-bottom: 20px;
  cursor: pointer;
}
.store-card > div:nth-child(1){
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding:20px;
  align-items: flex-start;
  gap: 10px;
}
.store-card .profile{
  display: flex;
  align-items: center;
  gap:6px;
  border:1px solid #222;
  padding:6px 10px;
  font-size: 14px;
}
.store-card .tags{
  display: flex;
  gap:5px;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .store-card .tags{
    justify-content: flex-end;
    max-width: calc(100% - 100px - 120px);
  }
}
.store-card .tags .tag{
  display: inline-block;
}
.store-more{
  padding:20px;
  position: relative;
}
/* .store-more div:nth-child(1){
  border-bottom: 1px solid #e8e8e8;
} */

.store-more .as_p{
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
}
.store-more p{
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
}
.store-more span{
  color:#666;
  font-size: 15px;
  font-weight: 400;
}
.store-more div span:nth-child(3){
  margin-right:20px;
  position: relative;
}
.store-more div span:nth-child(3):after{
  content: '';
  position: absolute;
  top:6px;
  right:-12px;
  background-color: #ddd;
  width:1px;
  height:12px;
}
.store-more-phone{
  margin-top: 14px;
  /* margin-bottom: 20px; */
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.store-more-phone span{
  padding-left:6px;
}
/* .store-more div:nth-child(2){
  position: relative;
  line-height: 24px;
  padding-top: 14px;
  padding-left: 12px;
  color:#666;
  font-size: 14px;
  border-top:1px solid #e8e8e8;
}
.store-more div:nth-child(2)::before{
  content: '';
  position:absolute;
  top:25px;
  left:0;
  width:4px;
  height:4px;
  background-color: #666;
} */

.where-toggle{
  display: block;
  position: fixed;
  bottom:40px;
  left:50%;
  transform: translateX(-50%);
  z-index: 815;
  width:100px;
  height:40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.7);
  border-radius: 25px;
}
.where-toggle:after{
  content: 'View Map';
  position: absolute;
  text-align: center;
  color:#fff;
  font-size: 14px;
  width:100%;
  left:0;
}
.where-toggle.active:after{
  content: 'View List';
  color:#fff;
}
.where-site-wrap.active .where-site-map .map-sticky{
  display: block;
  /* z-index: 1000; */
}
.where-site-wrap.active .where-site-info{
  display: none;
}
/* .wehre-toggle.active:after{
  content:'View List';
  position: absolute;
  text-align: center;
  color:#fff;
  font-size: 14px;
  width:100%;
  left:0;
} */
.where_noresult{
  display: flex;
  flex-direction: column;
  gap:16px;
}
.store-check-box + .more-box.contact{
  background-color: transparent;
  width:100%;
  text-align: center;
  margin-bottom: 0;
  padding:30px 0;
  border-top:1px solid #e8e8e8;
}
/* where_noresult_type2 */
.where_noresult_type2 b{
  display: block;
  margin:16px 0;
}
@media(min-width:769px){
  .where_noresult_type2 b{
    display: none;
  }
  .where_noresult_type2 div{
    margin:0 10px;
  }
}
/* ourshowroom */
.inner_padding.showroom{
  padding-bottom: 150px;
}
.inner_padding.showroom h1{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
  text-transform: uppercase;
  padding-left: 20px;
}
.showroom-wrap{
  display: flex;
  gap:60px;
}
.showroom-tabs{
  display: none;
}
a.showroom-tab,
.showroom-tab{
  position:relative;
  padding:30px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  border-left:1px solid #e8e8e8;
  border-right:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
display: inline-flex;
width: 100%;
}
.showroom-tab:hover {white-space: normal;}
.showroom-tabs > div:first-child{
  border-top:1px solid #e8e8e8;
}
.showroom-tab div:nth-child(1){
  display: flex;
  flex-direction: column;
  gap:8px;
}
.showroom-tab div:nth-child(2){
  width:20px;
  height:20px;
  position:relative;
}
.showroom-tab div:nth-child(2) img{
  position: absolute;
  top:0;
  left:0;
}
.showroom-tab span{
  font-size: 14px;
  color:#999;
}
.showroom-tab p{
  font-size: 18px;
  color:#999;
}
.showroom-tab.on span{
  color:#666
}
.showroom-tab.on p{
  color:#222;
}
.room-arrow-c{
  display: none;
}
.showroom-tab.on .room-arrow-c{
  display: block;
}
.showroom-tab.on .room-arro{
  display: none;
}
.showroom-contents{
  width:100%;
  padding:0 20px;
}
.showroom-content{
  width:100%;
  border-bottom: 1px solid #222;
}
.showroom-slider{
  margin-bottom: 30px;
}
.showroom-slider .slick-next,
.showroom-slider .slick-prev{
  display: none;
}
.showroom-slider .slick-active .slider-dot{
  background-color: #fff;
}
.showroom-slider .slider-dot{
  display: block;
  width:10px;
  height:10px;
  border-radius: 50%;
  border:1px solid #fff;
  margin:0 6px;
}
.showroom-slider .slick-dots{
  display: flex;
  justify-content: center;
  position:absolute;
  bottom:20px;
  width:100%;
}
.showroom-slider .slick-slide img{
  width:inherit;
  object-fit: cover;
}
.showroom-info {
  padding-top:30px;
  padding-bottom: 24px;
  position:relative;
}
.showroom-info > p{
  font-size: 14px;
  color:#666;
  margin-bottom: 10px;
}
.showroom-info > .tit{
  font-size: 18px;
  font-weight: 700;
  color:#222;
  margin-bottom: 20px;
}
.showroom-info-content{
  width:100%;
  height:auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.showroom-info-content > div:nth-child(2){
  padding-top:20px;
  margin-top:0;
  /* border-top:1px solid #e8e8e8; */
  padding-left: 0;
  padding-right:0;
  display: flex;
  flex-direction: row;
}
.offered{
  z-index: 99;
  position: absolute;
  top:238px;
  right: 0;
  width: 100%;
  height: auto;
  padding:30px;
  background-color: #fff;
  display: none;
  box-shadow: 4px 4px 30px rgba(34,34,34,0.08);
}
.offered::before{
  content: '';
  position: absolute;
  z-index: -9;
  top:-8px;
  right:128px;
  width:23px;
  height:23px;
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: -4px -4px 30px rgba(34,34,34,0.08);
}
.offered.on{
  display: block;
}
.offered > div {
  display: flex;
  justify-content: space-between;
}
.offered_close{
  width:22px;
  height:22px;
  cursor: pointer;
}
.offered_close img{
  width:100%;
}
.offered > p{
  font-size: 18px;
  color:#222;
  margin-bottom: 18px;
}
.offered > div > p{
  font-size: 18px;
  color:#222;
  margin-bottom: 18px;
}
.offered p:nth-of-type(2){
  margin-top: 20px;
}
.offered span,
.view-pop span{
  display: block;
  font-size: 12px;
  color:#666;
  font-weight: 400;
  line-height: 20px;
  padding-left: 12px;
  margin-bottom: 30px;
  position:relative;
}
.offered span ul li,
.view-pop span ul li{
  margin-bottom: 10px;
  position:relative;
}
.offered span ul li::before,
.view-pop span ul li::before{
  content: '';
  position: absolute;
  width:4px;
  height:4px;
  background-color: #666;
  top:8px;
  left:-12px;
}
.offered span p{
  position:relative;
}
.offered span p::before{
  content: '';
  position: absolute;
  width:4px;
  height:4px;
  background-color: #666;
  top:8px;
  left:-12px;
}
.offered span:last-child{
  margin-bottom: 0;
}
.showroom-more:nth-child(1){
  padding-left:0;
  padding-right:0;
}
.showroom-more:nth-child(2){
  padding-right:73px;
}
.showroom-more{
  float: left;
  padding-left:30px;
  position: relative;
}
/* .showroom-more::before{
  content: '';
  position: absolute;
  top:4px;
  left:0;
  width:1px;
  height:88px;
  background-color: #e8e8e8;
} */
.showroom-more:nth-child(1):before{
  display: none;
}
.showroom-more:nth-child(3) > div{
  position:relative;
  display: inline-block;
  padding-bottom:0;
}

.showroom-more > div{
  display: flex;
  align-items: center;
  /* padding:7px 0; */
}
.showroom-more p{
  font-size:15px;
  color:#666;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 14px;
  word-break: break-all;
}
.showroom-more.card1{
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
}
.showroom-more.card2{
  padding-right:20px;
  border-right:1px solid #e8e8e8;
  width:180px;
}
.showroom-more.card2 p{
  margin-bottom: 20px;
}
.showroom-more.card3{
  padding-right:0;
  padding-left:20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 160px;
  height:92px;
  flex:1;
}
.showroom-more.card3 > div:nth-child(1){
  flex-direction: column;
  align-items: start;
}
.showroom-more.card3 > div:nth-child(1) p{
  margin-bottom: 0;
}
.showroom.more.card3 p{
  margin-bottom: 0;
}
.showroom-more a{
  border:1px solid #666;
  padding:7px 10px;
  display: inline-block;
}
.showroom-more a span{
  color:#222;
  font-size: 12px;
  font-weight: 400;
  margin-right:5px;
}
.showroom-more a img{
  transform: translateY(5px);
}
.showroom-more div span{
  font-weight: 400;
  color:#222;
  margin-right:5px;
}
.showroom-detail{
  cursor: pointer;
  position:relative;
}
.showroom-detail:after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  width:80%;
  height:1px;
  background-color: #222;
}
.showroom-content:nth-child(1) .showroom-info{
  padding-top: 0;
}
.showroom-detail span{
  font-size: 12px;
}
.showroom-detail img{
  transform: translateY(-2px);
}
.showroom-content.showroom4 .showroom-more.card2 a,
.showroom-content.showroom5 .showroom-more.card2 a,
.showroom-content.showroom6 .showroom-more.card2 a,
.showroom-content.showroom7 .showroom-more.card2 a{
  display: none;
}

.img-description{
  margin-bottom: 20px;
}

.img-description > div > p{
  font-size: 18px;
  color:#222;
  margin-bottom: 15px;
}

.img-description span {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: inherit;
  position: relative;
  word-break: break-word;
  line-height: 1.2;
}

body .img-description p em span{
  font-style: italic;
}
body .img-description p sub {
  vertical-align: sub;
  font-size: small;
}
body .img-description p sup {
  vertical-align: super;
  font-size: small;
}
body .img-description ul {
  padding-left: 18px;
  list-style: disc;
}
body .img-description ol{
  padding-left: 18px;
  list-style: decimal;
}
body .img-description ul li
,body .img-description ol li{
  list-style: inherit;
}

/*************** mobile ************/
/* contact us */
.sub_visual_bg .inner_padding{
  padding-top:60px;
  padding-bottom: 40px;
}
.content.cntu-view .location{
  display: none;
}
.row.ju_bet{
  flex-direction: column;
  padding: 0 20px;
  gap:40px;
}
.row.ju_bet .col .visual-title{
  font-size: 32px;
  font-weight: 600;
  padding-left: 0;
  padding-bottom: 0;
}
.container.cntu-box h1{
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  /* padding-left: 20px; */
}
.sub_visual_bg .inner_padding .visual-desc{
  margin-top: 20px;
  color:#666;
}
.find-links-wrap{
  padding:30px 35px;
  border:1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap:24px;
}
.find-links-wrap > div:nth-child(1){
  font-size: 14px;
  word-break: break-all;
}
.cntu-view .tab-con {
  display: flex;
  flex-direction: column;
  padding:0;
  /* gap: 20px; */
}
.tbl-01 .btl-input tr:nth-child(1){
  display: flex;
  flex-direction: row;
}
.tbl-01 .tbl-input tr{
  display: flex;
  flex-direction: column;
}
.tbl-01 .tbl-input td.cell_padding{
  width:200%;
}
.tbl-input td.cell_padding{
  padding-left:0;
  padding-right:0;
  padding-bottom: 20px;
}
.container.cntu-box .contactus_inp_group{
  margin: 0 20px;
  margin-bottom: 80px;
  padding: 30px 20px;
  background-color: #f8f8f8;
}
.tbl-input .tbl_label {
  font-size: 14px;
  margin-bottom: 10px;
}
.tbl-01 .tbl-input .btn-sel span.placeholder{
  padding:0 18px;
  font-size: 14px;
}
.tbl-01 .tbl-input td input.inp-text{
  padding-left: 18px;
  height:50px;
  font-size: 14px;
  font-family: 'NotoSans';
}
.cntu-view .tbl-wrap .ta-box{
  height:300px;
  padding:15px 18px;
}
.tbl-02 .tbl-input tr:nth-child(2) td{
  padding-left: 0;
}
.tbl-02 .tbl-input .inp-chk input + span{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.cntu-view .tbl-wrap .tbl-02 .inp-chk{
  margin-top: 0;
  margin-right: 0;
}
@media (min-width: 769px) {
  .cntu-view .tbl-wrap .tbl-02 .inp-chk{
    margin-right: unset;
  }
}

.tbl-02 .tbl-input .inp-chk input{
  width:22px;
  height:22px;
}
.more-box.ta-r > a,
.more-box.ta-r > button{
  border-radius: unset;
  height:50px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tbl-01 .tbl-input .btn-sel span{
  color:#222;
  font-size: 14px;
  padding:0 18px;
}
.tbl-01 .sel-box .sel-list .box{
  padding:0;
  max-height: 350px;
  overflow: auto;
}
.sel-box .sel-list .box > li{
  padding:0 18px;
}
.find-links{
  display: flex;
  gap:20px;
  flex-direction: column;
}
.find-links a{
  border:1px solid #999;
  /* flex:1; */
  /* width:240px; */
  min-width:175px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:14px 24px;
}
.find-links a > p + div {
  margin-left: 10px;
}
.sel-box .sel-list button{
  height:50px;
}


.cntu-view .us-container-warranty {
  padding-bottom: 120px;
}
.cntu-view .us-container-warranty .tab-con {
  padding: unset;
}
.cntu-view .us-container-warranty .tab-con .desc{
  text-align: center;
}

.us-container-warranty .care-box {
  margin-top: 80px;
}

.us-container-warranty .w-con-02 .sub-visual-section .visual-title {
  text-align: center;
}
@media (max-width: 769px) {
  .cntu-view .wa-box.us-container-warranty .tbl-input-box .tbl-02 {
    margin-top: 20px;
  }
}
.us-container-warranty .tbl-01 .tbl-input tr,
.us-container-warranty .tbl-02 .tbl-input tr {
  display: flex;
  align-items: center;
  width: 100%;
  gap: unset;
  flex-direction: column;
}
@media (min-width: 769px) {
  .us-container-warranty .tbl-01 .tbl-input tr,
  .us-container-warranty .tbl-02 .tbl-input tr {
    flex-direction: row;
  }
}
.us-container-warranty .tbl-01 .tbl-input tr + tr,
.us-container-warranty .tbl-02 .tbl-input tr + tr {
  margin-top: 20px;
}
.us-container-warranty .tbl-01 .tbl-input th,
.us-container-warranty .tbl-02 .tbl-input th {
  width: 220px;
  margin-right: 40px;
}

.us-container-warranty .tbl-01 .tbl-input th > span{
  line-height: 1.2;
}
.us-container-warranty .tbl-01 .tbl-input th .ctt-t4{
  line-height: 1.2;
}

.us-container-warranty .tbl-01 .tbl-input td,
.us-container-warranty .tbl-02 .tbl-input td {
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .us-container-warranty .tbl-01 .tbl-input td,
  .us-container-warranty .tbl-02 .tbl-input td {
    width: calc(100% - 260px);
    margin-top: unset;
  }
}
.us-container-warranty .tbl-01 .tbl-input .warranty_tbl_tr.warranty_tbl_tr_big > td {
  width: 100%;
}
.us-container-warranty .product_info_wrap .tbl-input .cell-noti:not(:has(textarea, .sel-day)) {
  max-width: 430px;
}
.product_wrap .cell_padding{
  padding-bottom: 10px;
}
.product_checkbox_cont .checkbox_more{
  float: left;
  margin-right:34px;
  margin-bottom: 20px;
  width:100%;
}
.product_checkbox_cont .checkbox_more input[type="checkbox"]{
  display: none;
}
.product_checkbox_cont .checkbox_more input[type="checkbox"] + label {
  padding: unset;
  padding-left: 25px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  background: center left / 18px 18px no-repeat url(https://img.lxhausys.com/public/images/svg_icon/icon_checkbox.svg);
  border: none;
  border-radius: unset;
}
.product_checkbox_cont .checkbox_more input[type="checkbox"]:checked + label {
  color: #222;
  border: none;
  background: center left / 18px 18px no-repeat url(https://img.lxhausys.com/public/images/svg_icon/icon_checkedbox.svg);
}
/* faq */
.w-con-02{
  padding-top: 60px;
  padding-left: 20px;
  padding-right:20px;
}
.w-con-02 .sub-visual-section{
  margin-top: 0;
  margin-bottom: 40px;
}
.w-con-02 .sub-visual-section h1{
  color:#222;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
}
.container-faq .w-con-02 .sub-visual-section h1{
  padding-bottom:0;
}
@media(min-width:749px){
  .container-faq .w-con-02 .sub-visual-section h1{
    padding-bottom:60px;
  }
}
.faq_search_wrap{
  background-color: #666;
  text-align: center;
  padding: 40px 20px 50px 20px;
  margin-bottom: 30px;
}
.faq_search_wrap span{
  color:#fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.ctt a.link-ctt strong{
  font-weight: 600;
  font-size: 14px;
}
.search-box.inline .search{
  background-color: #fff;
  width:100%;
  margin-bottom: 0;
  padding:0 18px;
  border-radius: 4px;
}
.search-box.inline .search input{
  font-size: 14px;
  height:inherit;
}

.faq_search_wrap span{
  line-height: 20px;
}
.tab-ui-dark ul li.btn-tab.on{
  background-color: #fff;
  color:#222;
  position: relative;
}
.tab-ui-dark ul li.btn-tab.on button{
  background: #fff;
  color:#222;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 2px solid #222;
}
.tab-ui-dark ul li.btn-tab button{
  color:#999;
  font-size: 16px;
  font-weight: 500;
}
.tab-ui-dark ul li.btn-tab button{
  display: block;
  width:calc(50vw - 20px);
}
.tab-ui-dark ul li.btn-tab:hover{
  background: #fff;
  font-weight: 700;
}
.tab-ui-dark ul li.btn-tab button:hover{
  color:#222;
  font-weight: 700;
}
.tab-ui-dark ul li.btn-tab{
  border:none;
  border-bottom:1px solid #e8e8e8;
  background-color: #fff;
  padding:0;
}
.tab-ui-dark ul li.btn-tab.on:after{
  width:auto;
}
.drop-list.bd-gray{
  border:unset;
  border-top:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  margin-top: 0;
}
.tab-ui-gray ul li.btn-tab button:hover{
  color:#fff;
  background-color: #222;
}
.tab-ui-nav .tab-arr-next,.tab-ui-nav .tab-arr-prev{
  display: none;
}
.faq-pro-type.wrap{
  width:100%;
  padding-left:42px;
  flex-direction: column;
  gap:14px;
  position:relative;
}
.container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .tit {
  display: flex;
  padding:20px 0;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: unset;
  cursor: pointer;
}
.faq-pro-type.wrap p{
  float: left;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 700;
  display: none;
  color:#222;
}
.faq-accordion-title{
  font-size: 15px;
  color:#222;
  text-transform: uppercase;
  position: relative;
  line-height: 20px;
  font-weight: 400;
  height:auto;
  white-space:normal;

}
.faq-accordion-title .tit_type01{
  float:left;
  width:250px;
}
.faq-accordion-title div{
  float: right;
}
@media (min-width: 769px) {
  .faq-accordion-title{
    font-size: 18px;
    width:unset;
    white-space: unset;
    width:100%;
  }
  .faq-accordion-title .tit_type01{
    width:auto;
  }
  .container-faq .faq-accordion-title .tit_type01{
    padding: 0 20px;
  }
  .container-faq .faq-accordion-title div {
    float: unset;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .faq-accordion-title{
    overflow: hidden;
    text-overflow: ellipsis;
    /* max-width: 950px; */
  }
}

.faq-accordion-title::after{
  content: 'Q';
  position: absolute;
  top:0;
  left:-30px;
  font-size: 20px;
  font-weight: 700;
}
.accordion-wrap.on .faq_accordion_content{
  display: flex;
  gap:17px;
}
.accordion-wrap .faq_accordion_content p{
  font-size: 15px;
  line-height: 20px;
  color:#666;
  font-weight: 400;
}
.search-box .search button{
  background: url(https://img.lxhausys.com/public/images/svg_icon/icon_search_black.svg);
  right:18px;
}
.prod-dt-view .drop-list .tit button{
  /* background: url(https://img.lxhausys.com/public/images/svg_icon/faq_arrow_up.svg) no-repeat center; */
  background: url(https://img.lxhausys.com/public/images/svg_icon/faq_arrow_down.svg) no-repeat center;
  transform: rotate(0deg);
  position: relative;
  top:50px;
}
/* .prod-dt-view .drop-list .tit button:hover{
  background-image: url(https://img.lxhausys.com/public/images/svg_icon/faq_arrow_up.svg);
} */
.faq-box .drop-list .cont p span{
  font-size: 18px !important;
}
.faq_accordion_content{
  display: none;
}
.faq_accordion_content.on{
  display: block;
}
.faq-box .drop-list .faq_accordion_content > b {
  font-size:20px;
  color:#666;
  font-weight: 700;
}
.faq_more p,
.faq_more span{
  font-size: 15px !important;
  font-weight: 400;
  color:#666;
  line-height: 20px !important;
  font-family: 'NotoSans'!important;
}
.faq-box .drop-list .faq_accordion_content .faq_more,
.faq-box .drop-list .faq_accordion_content .faq_more p,
.faq-box .drop-list .faq_accordion_content .faq_more div,
.faq-box .drop-list .faq_accordion_content .faq_more li,
.faq-box .drop-list .faq_accordion_content .faq_more span{
  font-size:15px !important;
  font-weight: 400;
  color:#666;
  line-height: 20px !important;
  font-family: 'NotoSans' !important;
}
.faq-box .drop-list .faq_accordion_content .faq_more.font_jp p,
.faq-box .drop-list .faq_accordion_content .faq_more.font_jp div,
.faq-box .drop-list .faq_accordion_content .faq_more.font_jp li,
.faq-box .drop-list .faq_accordion_content .faq_more.font_jp span{
  font-family: 'Noto Sans JP' , sans-serif !important;
}
.faq-box .drop-list .faq_accordion_content .faq_more.font_cn p,
.faq-box .drop-list .faq_accordion_content .faq_more.font_cn div,
.faq-box .drop-list .faq_accordion_content .faq_more.font_cn li,
.faq-box .drop-list .faq_accordion_content .faq_more.font_cn span{
  font-family:  'Noto Sans SC', sans-serif !important;
}
/* find a sales */
.tt-1.mb-88.tac{
  text-align: left;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 40px;
  padding-left: 0;
  padding-right:0;
}
.find-search{
  width:inherit;
  height:auto;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:20px 20px 30px 20px;
  margin-bottom: 30px;
  /* gap:30px; */
}

.find-search .more-box{
  margin-top: 30px;
}
.where_noresult .more-box.contact:nth-of-type(1){
  padding:14px 34px;
}
.where_noresult .more-box.contact:nth-of-type(2){
  padding:14px 24px;
}
.more-box.contact{
  background-color: #222;
  display: inline-block;
  padding:14px 34px;
}
.more-box.contact a button{
  color:#fff;
  font-size: 16px;
}
.find-address .content-wrap > div span{
  word-break: break-all;
}
@media (min-width: 769px) {
  .find-search .more-box{
    margin-top: 0;
    margin-left: 20px;
  }
}

.more-box .btn_search{
  /* min-width: 200px; */
  height:44px;
  padding: 0 50px;
  background-color: #222;
  color:#fff;
  font-size: 16px;
}
@media (min-width: 769px) {
  .more-box .btn_search{
    width: auto;
  }
}


.more-box .btn_search.h50{
  height:50px;
}
.product-select-wrap + .more-box button{
  margin-top:20px;
}

/*************** pc ****************/
/* contact us */
.cntu-view .container_contactus .tab-con{
  display: flex;
  padding: 0;
}
@media(min-width:769px){
  .cntu-view .container_contactus .tab-con{
    align-items: center;
    padding: 60px 0;
  }
}

@media(min-width:769px){
  .sub_visual_bg .inner_padding{
    padding-top: 116px;
    padding-bottom: 60px;
  }
  .content.cntu-view .inner_padding .location{
    margin-left:0;
  }
  .content.cntu-view .location{
    display: block;
  }
  .row.ju_bet{
    flex-direction: row;
    padding:0;
  }
  .row.ju_bet .col .visual-title{
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 24px;
  }
  .container.cntu-box h1{
    font-size: 60px;
    font-weight: 600;
    max-width:1440px;
    margin: 0 auto;
    padding-left:0;
    padding-bottom: 60px;
  }
  .sub_visual_bg .inner_padding .visual-desc{
    margin-top:0;
  }
  .find-links-wrap{
    border:1px solid #ddd;
    padding:40px 42px;
    display: flex;
    gap:24px;
    flex-direction: column;
  }
  .find-links-wrap > div:nth-child(1){
    font-size: 16px;
  }
  .cntu-view .tab-con {
    display: flex;
    flex-direction: column;
    padding:60px 300px;
    gap: 0;
  }
  .tbl-01 .tbl-input tr{
    display: flex;
    flex-direction: row;
    gap: 40px;
    width:200%;
  }
  .tbl-01 .tbl-input td.cell_padding{
    width:48%;
    padding-bottom:30px;
  }
  .tbl-input .tbl_label {
    position: relative;
    display: block;
    margin-bottom: 16px;
    color: #666;
    font-size: 16px;
  }
  .tbl-01 .tbl-input .btn-sel span.placeholder{
    color:#222;
    font-size: 16px;
    padding:0 19px 0 24px;
  }
  .tbl-01 .tbl-input td input.inp-text{
    font-size: 16px;
    padding-left: 24px;
  }
  .cntu-view .tbl-wrap .ta-box {
    height: 200px;
  }
  .tbl-02 .tbl-input .inp-chk input + span{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 0;
    word-break: break-all;
  }
  .cntu-view .tbl-wrap .tbl-02 .inp-chk{
    margin-top:0;
  }
  .more-box.ta-r > a,
  .more-box.ta-r > button{
    border-radius: unset;
    height:55px;
    margin-top: 30px;
  }
  .tbl-01 .tbl-input .btn-sel span{
    color:#222;
    font-size: 16px;
    padding:0 19px 0 24px;
  }
  .sel-box .sel-list .box > li{
    padding:0 19px 0 24px;
  }
  .find-links{
    display: flex;
    gap:24px;
    flex-direction: row;
  }
  .product_checkbox_cont .checkbox_more{
    width:auto;
  }
  .cntu-view .tbl-wrap .ta-box{
    padding:15px 24px;
  }
  .tbl-input .ta-box textarea{
    font-size: 16px;
  }
  .container.cntu-box .contactus_inp_group{
    border-top:1px solid #222;
    padding:0;
    margin-bottom: 0;
  }
  /* faq */
  .w-con-02{
    padding-top: 116px;
    padding-left: 0;
    padding-right:0;
  }
  .w-con-02 .sub-visual-section{
    margin-top: 0;
    margin-bottom: 0;
  }
  .w-con-02 .sub-visual-section h1{
    font-size: 60px;
    font-weight: 600;
    text-align: left;
    padding-left:0;
  }
  .faq_search_wrap{
    background-color: #666;
    text-align: center;
    padding:60px 200px;
    margin-bottom: 20px;
  }
  .faq-pro-type.wrap{
    width:100%;
    padding:0 40px;
    gap: 0;
    position:relative;
  }
  .faq-pro-type.wrap > div:nth-child(1){
    display: flex;
  }
  .faq_search_wrap span{
    color:#fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    display: inline-block;
  }
  .faq_search_wrap p{
    display: inline-block;
  }
  .ctt a.link-ctt strong{
    font-weight: 600;
    font-size: 18px;
  }
  .search-box.inline .search{
    background-color: #fff;
    width:720px;
    padding:0 24px;
    border-radius: 4px;
    display: inline-block;
  }
  .search-box.inline .search input{
    text-align: left !important;
    font-size: 16px;
  }
  .tab-ui-dark ul li.btn-tab.on button{
    color:#222;
    font-weight: 700;
    border-bottom: 2px solid #222;
    font-size: 18px;
  }
  .tab-ui-dark ul li.btn-tab button{
    color:#999;
    font-size: 18px;
    font-weight: 500;
  }
  .tab-ui-dark ul li.btn-tab button{
    display: inline-block;
    width:100%;
  }
  /* .drop-list.bd-gray{
    margin-top: 40px;
  } */
  .container-faq .w-con-02 .prod-dt-view.inspr-view .inner .faq-box .drop-list.bd-gray .tit {
    padding:31px 40px;
  }
  .faq-pro-type.wrap p{
    display: block;
  }
  .faq-pro-type.wrap{
    width:100%;
    padding:0;
    flex-direction: row;
    padding-left:0;
  }
  .faq-accordion-title::after{
    display: none;
  }
  .tab-ui-gray ul li.btn-tab button{
    border-radius: 25px;
    padding:0 16px;
    height:auto;
    font-size: 16px;
    height:32px;
    line-height: 0;
  }
  .accordion-wrap .faq_accordion_content{
    gap:317px;
  }
  .accordion-wrap .faq_accordion_content > div{
    font-size:18px;
    line-height: 24px;
    color:#666;
  }
  /* .accordion-wrap .faq_accordion_content > div p,
  .faq_accordion_content .ewa-rteLine{
    padding-left:12px;
    position:relative;
  }
  .accordion-wrap .faq_accordion_content > div p:before
  ,.faq_accordion_content .ewa-rteLine:before{
    content: '';
    position:absolute;
    top:12px;
    left:0;
    width:4px;
    height:4px;
    background-color: #999;
  }
  .faq-box .drop-list .faq_accordion_content div p,
  .faq-box .drop-list .faq_accordion_content div span{
    font-size: 18px !important;
    font-weight: 400;
    color:#666;
    line-height: 28px !important;
    font-family: 'NotoSans'!important;
  } */
  .faq-box .drop-list .faq_accordion_content .faq_more p,
  .faq-box .drop-list .faq_accordion_content .faq_more div,
  .faq-box .drop-list .faq_accordion_content .faq_more li,
  .faq-box .drop-list .faq_accordion_content .faq_more span{
    font-size:18px !important;
    font-weight: 400;
    color:#666;
    line-height: 28px !important;
    font-family: 'NotoSans' !important;
  }
  .accordion-wrap.on .faq_accordion_content ul{
    padding-left:19px;
  }
  .accordion-wrap.on .faq_accordion_content li{
    list-style: unset;
    list-style-type: square;
  }
  .accordion-wrap.on .faq_accordion_content li::marker{
    color:#666;
  }
  .prod-dt-view .drop-list .tit button{
    top:12px;
  }
  .accordion-wrap.on .faq_accordion_content{
    gap: 317px;
  }
  /* find a sales */
  .tt-1.mb-88.tac{
    text-align: left;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 0;
  }
  .find_gl_wrap .find-search{
    padding: 0 115px 60px;
  }
  .find-search{
    width:inherit;
    height:202px;
    align-items: flex-end;
    padding:0 230px 60px 230px;
    margin-bottom: 24px;
    flex-direction: row;
  }
  .find-search .tbl-input tr{
    display: table-row;
  }
  .find-address-wrap {
    gap: 30px;
  }
  .find-address-wrap > div{
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
  .find-address-wrap .row .col{
    width:49%;
    min-width:705px;
  }
  .find-address{
    padding:30px 30px 60px 30px;
    /* min-height:267px; */
  }
  .find-address .title-wrap .as_h5{
    font-size: 20px;
  }
.find-address .title-wrap .as_h6,
  .find-address .title-wrap h6,
  .find-address .title-wrap span{
    font-size: 18px;
  }
  .find-address .title-wrap > div a{
    font-size: 18px;
    font-weight: 400;
    color:#666;
  }
  .find-address .content-wrap > div p,
  .find-address .content-wrap > div span{
    font-size: 16px;
  }

  .find-address .content-wrap > div p{
    width:71px;
    /* float: left; */
    margin-right: 12px;
  }
  .find-address .content-wrap .badges .badge,
  .faq-pro-type.wrap .badge{
    font-size: 14px;
  }
  .find-address .badge{
    margin-right:0;
    font-size: 14px;
  }
  .region_txt{
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width:calc(100% - 83px);
    float: left;
    padding-right: 15px;
    background: url('https://img.lxhausys.com/public/images/products/ico_plus.png') no-repeat right center;
    background-size: 12px 12px;
    /* height:16px; */
    line-height: 1.33;
    overflow: hidden;
  }
  .region_txt.on{
    display: block;
    height: auto;
    /* padding-right: unset; */
    /* background: url('https://img.lxhausys.com/public/images/icon/select_arrow_up.png') no-repeat right top; */
    background: unset;
  }
  .region_txt.small{
    background:unset;
  }
  .w-con-02 .btn_learn_more{
    margin-top: 80px;
    padding-top: 30px;
    height:auto;
    display: flex;
    gap:10px;
    /* margin-bottom: 150px; */
  }
  .content.cntu-view.fasr-view > .container.cntu-box{
    margin-bottom: 150px;
  }
  /* where to buy */
  .container.cntu-box.where{
   padding-top: 0;
  }
  .container.cntu-box.where h1{
    padding-left:0;
  }
  .more-box a,
  .more-box button{
    margin: 0 auto;
  }
  .where-toggle{
    display: none;
  }
  .where-search-box{
    top:70px;
    height:90px;
  }
  .where-search-box > div{
    flex-direction: row;
    padding:0;
  }
  .where-search-box > div a{
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .product-select-wrap{
    width:302px;
    margin-right:20px;
  }
  .where-search-box > div input{
    margin-left:0;
    width:calc(100% - 70px);
  }
  .where-site-wrap{
    padding:0;
    margin-top:40px;
  }
  .where-site-map{
    margin-left:34px;
    width:unset;
  }
  .store-checks{
    padding:24px 20px;
  }
  .store-check-box{
    display: flex;
  }
  .store-check{
    float: left;
    width:50%;
    min-height: 89px;
  }
  .store-check .inp-chk > div{
    padding-left:0;
    padding-top:3px;
  }
  .more-box .btn_search{
    height:50px;
  }
  .store-card > div:nth-child(1){
    padding:20px 30px;
    flex-direction: row;
    align-items: center;
    gap:0;
  }
  .store-card .profile{
    padding:8px 14px;
  }
  .store-more{
    padding:24px 30px;
  }
  .store-more p:nth-child(1){
    font-size: 18px;
  }
  .store-more p{
    font-size: 20px;
  }
  .store-more span{
    font-size: 18px;
  }
  .view-pop span{
    font-size:14px;
  }
  .store-more div:nth-child(2){
    font-size: 16px;
  }
  .where-site-info{
    position: relative;
    padding:0;
    width:703px;
  }
  .where-site-map > div{
    position:sticky;
    left:0;
    top:160px;
    /* width:calc(50vw - 34px); */
    height:900px;
  }
  .store-type-wrap{
    margin-top: 0;
  }
  .map-sticky{
    width:49vw;
    height:inherit;
    display: block;
  }
  .product-select-wrap + .more-box a,
  .product-select-wrap + .more-box button{
    display: block;
    margin-top: 0;
  }
  .store-type.box .more-box{
    display: flex;
    justify-content: flex-end;
    margin-right:40px;
  }
  .where-search-box > div .product-check .inp-chk input{
    padding:0;
    width:22px;
    height:22px;
    transform:translateY(0);
    border:none;
  }
  .where_noresult{
    flex-direction: row;
    justify-content: center;
  }

  .where_noresult b{
    display: none;
  }
  .store-check-box + .more-box.contact{
    background-color: transparent;
    float: right;
    margin-bottom:0;
    padding:30px 40px;
    margin-right:0;
    justify-content: flex-end;
    gap: 12px;
  }
  .store-check-box + .more-box.contact button{
    margin:0;
  }
  .store-type.box .more-box a:nth-child(1),
  .store-type.box .more-box button:nth-child(1){
    margin-right:0;
  }
  /* ourshowroom */
  .showroom-tabs{
    width:380px;
    display: block;
  }
  .inner_padding.col{
    padding-bottom: 60px;
  }
  .inner_padding.showroom h1{
    font-size: 60px;
    padding-left: 0;
  }
  .showroom .col {
    padding-bottom: 60px;
  }

  .showroom-info > p{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .showroom-info > .tit{
    font-size: 24px;
    font-weight: 700;
    color:#222;
    margin-bottom: 24px;
  }
  .showroom-contents{
    width:1000px;
  }
  .showroom-content{
    width:1000px;
    border-bottom: 1px solid #222;
  }
  .showroom-info-content{
    width:100%;
    height:auto;
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .showroom-info-content > div:nth-child(2){
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    flex-direction: row;
    justify-content: space-between;
    padding-left:30px;
    padding-right:54px;
    height:auto;
  }
  .showroom-more::before{
    display: none;
  }
  .showroom-more.card1{
    padding-left: 0;
    width:390px;
    padding-right:30px;
    border-right:1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .showroom-more.card2{
    padding-right:0;
    border-right:none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:196px;
    margin-right:30px;
  }
  .showroom-more.card1 a{
    width:120px;
  }
  .showroom-more.card2 a{
    width:196px;
  }
  .showroom-more.card3{
    padding-left: 30px;
    width:auto;
    height:auto;
    border-left:1px solid #e8e8e8;
  }
  .showroom-more p{
    font-size:18px;
    color:#666;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
    word-break: keep-all;
  }
  .showroom-more a{
    border:1px solid #666;
    padding:7px 17px;
    display: inline-block;
  }
  .showroom-more a span{
    font-size: 14px;
  }
  .showroom-more:nth-child(3) > div{
    padding-bottom:8px;
  }
  .mo-br{
    display: none;
  }
  .showroom-detail span{
    font-size: 14px;
  }
  .showroom-detail:after{
    width:120px;
    bottom:0;
    /* width:100%; */
  }
  .offered{
    top:115%;
    right:100px;
    width:380px;
  }
  .showroom-slider .slick-dots{
    bottom:30px;
  }
  .showroom-slider .slider-dot{
    width:12px;
    height:12px;
  }
  .showroom-content.showroom4 .showroom-more.card2 a,
  .showroom-content.showroom5 .showroom-more.card2 a,
  .showroom-content.showroom6 .showroom-more.card2 a,
  .showroom-content.showroom7 .showroom-more.card2 a{
    display: block;
  }
  .showroom-slider{
    margin-bottom: 40px;
  }
  .showroom-info {
    padding:40px 0;
    position:relative;
  }
  .showroom-more:nth-child(1){
    padding-right:30px;
  }
  .showroom-more.card1{
    border-bottom:none;
    padding-bottom:0;
  }
}





/* map */
.map-marker {
  position: absolute;
  width: 100%;
}


.map-marker-img{
  text-align: center;
}
.map-marker-card{
  border:1px solid #222;
  /* margin-top: 16px; */
  position: relative;
  background: white;
  width:335px;
  left: 50%;
  transform: translateX(-50%);
  top:-305px;
}
.map-marker-card .store-card{
  border:none;
  margin-bottom: 0;
}
.map-marker-card .store-card > div{
  padding:0;
  align-items: flex-start;
  padding-top: 31px;
  padding-left:21px;
}
.map-marker-card .store-card > div:nth-child(1){
  gap:16px;
}
.map-marker .store-card .profile{
  margin-bottom: 18px;
}
.map-marker .store-more{
  padding:0;
}
.map-marker .store-more div:nth-child(1){
  border-bottom: none;
}
.map-buttons{
  display: flex;
}
.map-buttons a{
  flex:1;
  flex-direction: row;
  text-align: center;
  font-size: 14px;
  padding:18px 0;
}
.map-button-visit{
  color:#222;
}
.map-button-direc{
  background-color: #222;
  color:#fff;
}
@media (min-width: 769px) {
  .map-marker {
    width: 420px;
    position: absolute;
    left: -209px;
    z-index: 9999;
  }
  .map-marker-card{
    width:inherit;
    top:0%;
    /* left:0%; */
  }
  .map-marker-card .store-card > div{
    padding:0;
    flex-direction:column;
    align-items: flex-start;
    padding-top: 34px;
    padding-left:24px;
    padding-bottom: 24px;
  }
  .map-marker-card .store-card > div:nth-child(1){
    gap:18px;
  }
  .map-buttons a{
    font-size: 16px;
  }
}

.offered_close{
  width:22px;
  height:22px;
  cursor: pointer;
}
.offered_close img{
  width:100%;
}
.store-head {
  display: flex;
  width: 92%;
  justify-content: space-between;
  align-items: flex-start;
}
/* showroom */
.showroom-carousel{
  margin-bottom: 20px;
  position:relative;
}
.showroom-carousel div{
  width:100%;
}
.showroom-carousel .slick-dots{
  display: flex !important;
  justify-content: center;
  gap: 12px;
  width:100%;
  position:absolute;
  bottom:20px;
}
.showroom-carousel .slick-dots li{
  border:1px solid rgba(255,255,255,0.5);
  width:10px;
  height:10px;
  border-radius: 50%;
  cursor: pointer;
}
.showroom-carousel .slick-dots li.slick-active{
  background-color: #fff;
}
.showroom-carousel .slick-dots li button{
  display: none;
}
.showroom-carousel div img{
  width:inherit;
  height:inherit;
  object-fit: cover;
  pointer-events: none;
}
@media(min-width:769px){
  .showroom-carousel div{
    width:100%;
    height:auto;
  }
  .showroom-carousel .slick-dots{
    bottom:30px;
  }
  .showroom-carousel .slick-dots li{
    width:12px;
    height:12px;
  }
}
.container.cntu-box .contactus_inp_group .sel-box{
  width:100%;
}
.tbl-01 .tbl-input tr.product_wrap{
  display: none;
}
.tbl-01 .tbl-input tr.product_wrap.on{
  display: block;
}
.tbl-input tr:last-child td.cell_padding{
  padding-bottom:20px;
}
@media(min-width:769px){
  .tbl-input tr:last-child td.cell_padding{
    padding-bottom:30px;
  }
}
.contactus_inp_group .more-box.ta-r > a,
.contactus_inp_group .more-box.ta-r > button{
  width:200px;
}
@media(min-width:769px){
  .contactus_inp_group .tbl-wrap{
    width: 720px;
padding: 0 80px;
background: #fff;
  }
}
/*** 추가수정 ***/
.container.container-faq .prod-dt-view .tab-ui.tab-ui-gray{
  width:95vw;
}
.container.container-faq .prod-dt-view .tab-ui.tab-ui-gray > ul li:last-child{
  margin-right:20px;
}

@media(min-width:769px){
  .container.container-faq .prod-dt-view .tab-ui.tab-ui-gray{
    width:auto;
  }
  .container.container-faq .prod-dt-view .tab-ui.tab-ui-gray > ul li:last-child{
    margin-right:0;
  }
}
/* view-color */
.view-colors{
  display:flex;
  position:relative;
  width:170px;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}
.view-colors::before{
  content: '';
  position: absolute;
  bottom: -3px;
  left:0;
  background-color: #222;
  width:170px;
  height:1px;
}
.view-colors span{
  font-size: 14px;
  font-weight: 400;
  color:#222;
  width:150px;
}
.view-pop{
  position:absolute;
  bottom:-120px;
  width:100%;
  left:0;
  z-index: 1;
  padding:30px;
  background-color: #fff;
  box-shadow: 4px 4px 30px rgba(34, 34, 34, 0.08);
  display: none;
}
.view-pop:before{
  content: '';
  position: absolute;
  z-index: -9;
  top:-8px;
  left:80px;
  width:23px;
  height:23px;
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: -4px -4px 30px rgba(34,34,34,0.08);
}
.view-pop.on{
  display: block;
}
.view-pop > div{
  display: flex;
  justify-content: space-between;
}
@media(min-width:769px){
  .view-pop{
    left:auto;
    width:380px;
  }
}

.offered_close{
  width:22px;
  height:22px;
  cursor: pointer;
}
.offered_close img{
  width:100%;
}

/* map 좌표 위치 */
/* .map-sticky .gm-style{
  left:-23px !important;
}
.map-sticky .gm-style .gm-style-moc{
  left:23px !important;
}
.map-sticky .gm-style-mtc-bbw{
  left:23px !important;
}
.quick_sticky + footer{
  z-index: 999;
}
.gm-control-active.gm-fullscreen-control{
  right:-23px !important;
} */
/*************** E : support.scss ***************//*# sourceMappingURL=support.css.map */
