@charset "UTF-8";
.block_m {
  display: inline;
}

.block_w {
  display: block;
}

.img_m {
  display: none;
}

.img_w {
  display: block;
}

body.w {
  -ms-overflow-x: hidden;
} /* M: 2018-10-15 */
/* Download Center */
.download_inner {
  padding: 40px 0 0;
  background: #f3f4f4;
  border-top: 1px solid #dddee0;
}

.sort_box {
  max-width: 1440px;
  min-height: 45px;
  margin: 0 auto;
}

.sort_box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.sort_box .found {
  float: left;
  padding-top: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.sort_box .found .count {
  color: #fd312e;
  font-weight: 400;
}

.sort_box .zelect_type02 {
  float: right;
  min-width: 160px;
}

.download_list {
  max-width: 1440px;
  margin: 0 auto;
}

.download_list .list_none {
  height: 975px;
  padding-top: 100px;
  color: #333;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}

.download_list > ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.download_list > ul > li {
  float: left;
  width: 49%;
  margin-top: 20px;
  border: 1px solid #e8e9ea;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.download_list > ul > li:nth-child(2n) {
  margin-left: 2%;
}

.download_list .tit_box {
  position: relative;
  padding: 25px 0px 27px 32px;
}

.download_list .tit_box > div {
  min-height: 130px;
}

.download_list .tit_box .category {
  display: block;
  width: 65%;
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 1.2;
  min-height: 26px;
}

.download_list .tit_box .title {
  display: block;
  width: 53%;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 50px;
}

.download_list .tit_box .region {
  display: block;
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 21px;
}

.download_list .tit_box .download {
  display: block;
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.2;
  color: #767676;
  height: 21px;
} /* 접근성 수정 | 1.4.3.15 */
.download_list .tit_box .download a {
  color: #988e8c;
}

.download_list .tit_box .download p {
  display: inline-block;
  padding-right: 9px;
}

.download_list .tit_box .download p:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #dddee0;
  margin-left: 9px;
}

.download_list .tit_box .download p:last-child:after {
  display: none;
}

.download_list .tit_box .model {
  display: block;
  position: absolute;
  top: 72px;
  right: 32px;
  color: #9aa8af;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.download_list .tit_box img {
  position: absolute;
  top: 19px;
  right: 25px;
  width: 216px;
}

.download_list .file_box {
  border-top: 1px solid #f3f4f4;
  height: 70px;
}

.download_list .file_box .toggle {
  display: block;
  padding: 17px 32px;
  color: #fd312e;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  box-sizing: border-box;
}

.download_list .file_box .toggle span:after {
  content: "+";
  display: inline-block;
  padding-left: 5px; /* transition:all .4s; */
}

/* .download_list .file_box .toggle:hover span:after {padding-left:13px;} */
.download_list .file_box ul {
  display: none;
}

.btn_area {
  padding: 40px 0 110px;
  text-align: center;
}

.btn_area > .btn_type {
  display: inline-block;
  width: 260px;
}

@media (min-width: 1081px) and (max-width: 1300px) {
  .download_list .tit_box .category {
    overflow: hidden;
    width: 53%;
    height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/* software */
figure {
  margin: 0;
}

.software_visual figure img {
  width: 100%;
}

.software_visual figure .ttl2 {
  margin-top: 50px;
  line-height: 1;
}

.software_visual .sub_txt {
  margin-top: 28px;
  font-size: 18px;
  line-height: 26px;
}

.software_list {
  margin-top: 80px;
  padding-top: 60px;
  text-align: left;
  overflow: hidden;
  border-top: 1px solid #dddee0;
  background: #f3f4f4;
}

.software_list .ttl4 {
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 1;
}

.software_list .section {
  margin-bottom: 38px;
}

.software_list .section.single {
  float: left;
  width: 49.6%;
}

.software_list .section.single li {
  width: 100%;
  padding: 17px 28.9% 0 4%;
}

.software_list .section.single + .single {
  margin-left: 0.8%;
}

.software_list .section.single + .single + .section {
  clear: both;
}

.software_list .section:last-child {
  margin-bottom: 40px;
}

.software_list ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.software_list ul li {
  float: left;
  position: relative;
  width: 49.6%;
  min-height: 224px;
  margin-bottom: 10px;
  padding: 17px 14.9% 0 2%;
  border: 1px solid #e8e9ea;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.software_list ul li:nth-child(2n) {
  margin-left: 0.8%;
}

.software_list ul li img.img_w {
  position: absolute;
  right: 2.8%;
  top: 20px;
  max-width: 180px;
  width: 25.8%;
}

.software_list ul li .ttl3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 56px;
}

.software_list ul li .ttl3 h3 {
  vertical-align: top;
}

.software_list ul li p {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  color: #333;
}

.software_list ul li .btn_type {
  position: absolute;
  bottom: 25px;
  left: 50px;
}

.software_list ul li .btn_type.flat_bface.v_blank span::after {
  display: inline-block;
  height: 13px;
  line-height: 43px;
}

.banner_area {
  height: 330px;
  overflow: hidden;
}

.banner_area > div {
  float: left;
  width: 50%;
  height: 330px;
}

.banner_area strong {
  display: block;
  padding-top: 70px;
  font-size: 52px;
  font-weight: 300;
  line-height: 1;
}

.banner_area p {
  margin: 22px 0 74px;
  font-size: 20px;
  line-height: 1;
}

.banner_area a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}

.banner_area a:after {
  content: "→";
  display: inline-block;
  padding-left: 10px;
  font-weight: 400;
}

.banner_area .banner1 {
  background: #87b1b3;
}

.banner_area .banner1 .inner {
  float: right;
  width: 720px;
  max-width: 100%;
  box-sizing: border-box;
  color: #fff;
}

.banner_area .banner1 .inner a {
  color: #fff;
}

.banner_area .banner2 {
  background: #c2c8cb;
}

.banner_area .banner2 .inner {
  float: left;
  width: 720px;
  max-width: 100%;
  padding-left: 14%;
  box-sizing: border-box;
  white-space: nowrap;
}

/* Video Tutorial */
.video_list {
  margin-top: 24px;
  border-top: 1px solid #888;
}

.video_list ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.video_list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 47%;
  min-height: 207px;
  padding: 34px 17.3% 46px 3px;
  border-bottom: 1px solid #dddee0;
  box-sizing: border-box;
} /* 접근성 수정 | 1.4.12.04 */
.video_list li > a {
  display: block;
  padding: 5px;
}

.video_list li:nth-child(2n) {
  margin-left: 5%;
}

.video_list li > em {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.video_list li .date {
  position: absolute;
  left: 3px;
  bottom: 32px;
  color: #988e8c;
  font-size: 16px;
  line-height: 1;
}

.video_list li .tit {
  display: block;
  color: #000;
  font-size: 30px;
  line-height: 36px;
}

.video_list li .thumb {
  position: absolute;
  right: 0;
  top: 40px;
  width: 33.5%;
}

.video_list li .thumb img {
  display: block;
  width: 100%;
}

.video_list li .thumb .time {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52px;
  height: 22px;
  padding: 7px 0 0 12px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  background: #fff;
}

.video_list.btnone {
  border-top: 0;
}

/* video detail */
.detail_cont .detail_inner {
  position: relative;
  max-width: 972px;
  margin: 0 auto;
  padding-top: 80px;
}

.detail_cont .category {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.detail_cont .ttl2 {
  padding-right: 30px;
  box-sizing: border-box;
}

.detail_cont .date {
  display: block;
  margin-top: 20px;
  color: #767676;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
} /* 접근성 수정 | 1.4.3.09 */
.detail_cont .date em {
  margin-left: 20px;
  font-weight: 300;
  color: #547b92;
} /* 접근성 수정 | 1.4.3.09 */
.detail_cont .btn_share {
  display: block;
  position: absolute;
  right: 0;
  top: 80px;
  width: 28px;
  height: 34px;
  background: url("../img/w/btn_share.png") no-repeat 0 0;
}

.detail_cont .cont {
  margin: 32px 0 55px;
}

.detail_cont .cont p {
  font-size: 20px;
  line-height: 28px;
}

.detail_cont .cont .btn_type.flat_bface span {
  line-height: 32px;
}

.detail_cont .cont + .btn_area {
  padding: 0 0 100px;
}

.detail_cont .detail_inner.btn_none_m {
  padding-bottom: 110px;
}

.detail_cont .view_more_area {
  position: relative;
}

.detail_cont .view_more_area .txt {
  overflow: hidden;
}

.detail_cont .view_more_area .txt .box {
  font-size: 20px;
  line-height: 28px;
}

.detail_cont .view_more_area .btn_more {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  background: #fff;
}

.detail_cont .view_more_area .btn_more span {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 28px !important;
}

.detail_cont .view_more_area .btn_more::before {
  content: "...";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 20px;
  line-height: 28px;
}

.detail_cont .view_more_area .txt {
  max-height: 84px;
} /* 3줄 */
.detail_visual {
  overflow: hidden;
  padding-top: 39px;
  margin-bottom: 80px;
  background: #f2f2f2;
}

.detail_visual .inner {
  max-width: 972px;
  margin: 0 auto;
}

.detail_visual .visual {
  float: right;
  max-width: 612px;
  margin: 0 auto 46px;
}

.detail_visual .visual img {
  width: 100%;
}

.detail_visual .sub_txt {
  padding-top: 50px;
  margin-top: 15px;
  color: #333;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
}

.detail_visual .region {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #333;
}

.detail_visual .btn_area {
  padding: 43px 0 115px;
  text-align: left;
}

.admin_text .html_area {
  max-width: 972px;
  margin: 0 auto 100px;
  font-size: 20px;
  line-height: 28px;
}

.admin_text .html_area > .text-center {
  text-align: center;
} /* 접근성 수정 | 4.1.2.01 | 추가 */
.admin_text .html_area h3 {
  font-weight: 400;
  font-size: 22px;
}

.admin_text .html_area img {
  max-width: 900px;
  display: block;
  margin: 14px auto;
}

.admin_text .html_area ul li {
  list-style: disc;
  margin-left: 20px;
}

.video_inner2 .ttl4 {
  font-weight: 400;
  line-height: 1;
}

.video_inner2 .video_list {
  margin-top: 15px;
  margin-bottom: 130px;
  border-top: 0;
}

/* config_gate */
.config_gate:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

.config_gate {
  display: inline-block;
}

* html .config_gate {
  height: 1%;
}

.config_gate {
  display: block;
}

.config_gate {
  max-width: 1100px;
  margin: 0 auto 170px auto;
}

.config_gate .gate {
  float: left;
  width: 49%;
  border: 1px solid #666;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
}

.config_gate .gate:nth-of-type(2) {
  margin-left: 2%;
}

.config_gate .img img {
  width: 100%;
  vertical-align: top;
}

.config_gate .txt {
  position: relative;
  height: 79px;
  line-height: 79px;
  text-indent: 34px;
  font-size: 36px;
  background: #eee;
}

.config_gate .txt::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 32px;
  height: 14px;
  background: url(../img/w/icon_configarrow.png) no-repeat 0 0;
  background-size: 32px 14px;
}

/* config_gate2 */
.config_gate2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

.config_gate2 {
  display: inline-block;
}

* html .config_gate2 {
  height: 1%;
}

.config_gate2 {
  display: block;
}

.config_gate2 {
  max-width: 1400px;
  margin: 0 auto 170px auto;
  display: flex;
  justify-content: center;
}

.config_gate2 .gate {
  float: left;
  width: 31%;
  border: 1px solid #666;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
}

.config_gate2 .gate a {
  display: block;
}

.config_gate2 .gate:nth-of-type(2) {
  margin-left: 3.5%;
}

.config_gate2 .gate:nth-of-type(3) {
  margin-left: 3.5%;
}

.config_gate2 .img img {
  width: 100%;
  vertical-align: top;
}

.config_gate2 .txt {
  position: relative;
  height: 66px;
  line-height: 66px;
  text-indent: 30px;
  font-size: 28px;
  background: #eee;
}

.config_gate2 .txt::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 27px;
  height: 14px;
  background: url(../img/w/icon_configarrow.png) no-repeat 0 0;
  background-size: 27px 14px;
}

/* config_gate3 */
.config_gate3 {
  max-width: 1440px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.config_gate3 .gate {
  width: 468px;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
  margin-left: 23px;
}

.config_gate3 .gate:first-child {
  margin-left: 0;
}

.config_gate3 .img img {
  width: 100%;
  vertical-align: top;
}

.config_gate3 .txt {
  height: 82px;
  line-height: 82px;
  text-indent: 30px;
  font-size: 34px;
  background: #fff;
}

.config_gate3 .btn_wrap {
  border-top: 1px solid #f7f8f8;
}

.config_gate3 .btn_wrap .btn_type span {
  display: block;
  height: 70px;
  line-height: 70px;
  text-indent: 30px;
  font-size: 18px;
}

/* config_banner */
.config_banner {
  max-width: 1440px;
  margin-bottom: 100px;
  position: relative;
}

.config_banner .img {
  width: 100%;
}

.config_banner .img .img_w {
  width: 100%;
  height: 100%;
  background: url(../img/w/img_SP1_4_04.png) no-repeat left;
}

.config_banner .img img {
  display: block;
  width: 100%;
}

.config_banner .txt-wrap {
  position: absolute;
  left: 50%;
  top: 67px;
  transform: translateX(-50%);
}

.config_banner .symbol-image {
  margin-bottom: 18px;
  text-align: center;
}

.config_banner .txt {
  font-size: 23px;
  font-weight: 400;
  font-family: "LG EI Headline";
  line-height: 33px;
  margin-bottom: 50px;
  width: 863px;
  letter-spacing: -0.3px;
  text-align: center;
}

.config_banner .btn .btn_type {
  width: 156px;
  margin: 0 auto;
}

.config_banner .btn .btn_type span {
  width: 100%;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  line-height: 40px;
}

@media only screen and (min-width: 1081px) and (max-width: 1439px) {
  .config_banner .txt-wrap {
    top: 4.65277778vw;
  }
  .config_banner .symbol-image {
    margin-bottom: 1.25vw;
  }
  .config_banner .symbol-image img {
    width: 42.63888889vw;
  }
  .config_banner .txt {
    font-size: 1.59722222vw;
    line-height: 2.29166667vw;
    margin-bottom: 3.47222222vw;
    width: 59.93055556vw;
  }
}
/***************************************************************************************************
width:~1080px
****************************************************************************************************/
@media only screen and (max-width: 1080px) {
  .block_m {
    display: block;
  }
  .block_w {
    display: inline;
  }
  .img_m {
    display: block;
  }
  .img_w {
    display: none;
  }
  /* Download Center */
  .download_inner {
    padding: 20px 0 0;
  }
  .sort_box {
    min-height: 27px;
  }
  .sort_box .zelect_type02 {
    width: 34% !important;
    min-width: 34% !important;
  }
  .sort_box .found {
    padding-top: 7px;
    font-size: 14px;
  }
  .download_list {
    padding-top: 10px;
  }
  .download_list .list_none {
    height: 232px;
    padding-top: 0;
    font-size: 14px;
    line-height: 19px;
  }
  .download_list > ul > li {
    width: 100%;
    margin-top: 10px;
  }
  .download_list > ul > li:nth-child(2n) {
    margin-left: 0;
  }
  .download_list .tit_box {
    padding: 19px 15px 15px;
  }
  .download_list .tit_box .category {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    height: auto;
  }
  .download_list .tit_box .title {
    font-size: 24px;
    line-height: 1;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    height: auto;
  }
  .download_list .tit_box .region {
    margin-top: 25px;
    font-size: 12px;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    height: auto;
  }
  .download_list .tit_box .model {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 20px;
    font-size: 12px;
  }
  .download_list .file_box {
    height: 50px;
  }
  .download_list .file_box .toggle {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 14px;
    line-height: 50px;
    height: auto;
  }
  .btn_area {
    padding: 10px 0 60px;
  }
  .btn_area .btn_type {
    width: 100%;
  }
  .btn_area .btn_type span {
    width: 100%;
  }
  /* software */
  figure {
    margin: 0;
  }
  .software_visual {
    margin-top: -5px;
    padding-top: 30px;
    border-top: 1px solid #dddee0;
  }
  .software_visual figure .ttl2 {
    margin-top: 26px;
  }
  .software_visual .sub_txt {
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
  }
  .software_list {
    margin-top: 46px;
    padding-top: 28px;
  }
  .software_list .ttl4 {
    margin-bottom: 16px;
  }
  .software_list .section {
    margin-bottom: 26px;
  }
  .software_list .section.single {
    float: inherit;
    width: 100%;
  }
  .software_list .section.single + .single {
    margin-left: 0;
  }
  .software_list ul li {
    width: 100%;
    min-height: 143px;
    margin-bottom: 4px;
    padding: 10px 100px 10px 15px;
  }
  .software_list ul li:nth-child(2n) {
    margin-left: 0;
  }
  .software_list ul li img.img_m {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 120px;
  }
  .software_list ul li .ttl3 {
    padding-left: 0;
    line-height: 22px;
    font-size: 16px;
  }
  .software_list ul li > p {
    margin-top: 10px;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .software_list ul li p {
    width: 70%;
    margin-top: 10px;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .software_list ul li .btn_type {
    bottom: 10px;
    left: 15px;
  }
  .banner_area {
    height: inherit;
    overflow: hidden;
  }
  .banner_area > div {
    float: inherit;
    width: 100%;
    height: inherit;
    padding: 0 27px;
    box-sizing: border-box;
  }
  .banner_area strong {
    padding-top: 38px;
    font-size: 29px;
  }
  .banner_area p {
    min-height: 28px;
    margin: 10px 0 32px;
    font-size: 14px;
    line-height: 16px;
  }
  .banner_area a {
    font-size: 12px;
  }
  .banner_area a:after {
    padding-left: 3px;
  }
  .banner_area .banner1 .inner {
    float: inherit;
    width: 100%;
    min-height: 185px;
  }
  .banner_area .banner2 .inner {
    float: inherit;
    width: 100%;
    min-height: 185px;
    padding-left: 0;
    white-space: normal;
  }
  /* Video Tutorial */
  .video_list {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .video_list li {
    float: inherit;
    width: 100%;
    min-height: 123px;
    height: inherit;
    padding: 15px 130px 38px 0;
  }
  .video_list li:nth-child(2n) {
    margin-left: 0;
  }
  .video_list li > em {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
  }
  .video_list li .date {
    left: 0;
    bottom: 20px;
    font-size: 10px;
  }
  .video_list li a.tit {
    font-size: 18px;
    line-height: 22px;
  }
  .video_list li a.thumb {
    top: 20px;
    width: 126px;
  }
  .video_list li a.thumb .time {
    width: 32px;
    height: 13px;
    padding: 5px 0 0 8px;
    font-size: 10px;
  }
  /* video detail */
  .detail_cont {
    border-bottom: 1px solid #dddee0;
  }
  .detail_cont .detail_inner {
    max-width: 100%;
    padding-top: 30px;
  }
  .detail_cont .category {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .detail_cont .ttl2 {
    padding-right: 20px;
  }
  .detail_cont .date {
    margin-top: 10px;
    font-size: 14px;
    color: #988e8c;
  }
  .detail_cont .date em {
    margin-left: 10px;
    color: #99a8b0;
  }
  .detail_cont .btn_share {
    top: 30px;
    width: 19px;
    height: 22px;
    background: url("../img/m/btn_share.png") no-repeat 0 0;
    background-size: 19px auto;
  }
  .detail_cont .cont {
    margin: 24px 0 25px;
  }
  .detail_cont .cont + .btn_area {
    padding: 0 0 25px;
  }
  .detail_cont .cont p {
    font-size: 12px;
    line-height: 18px;
  }
  .detail_cont .cont .btn_type {
    display: inline-block;
  }
  .detail_cont .cont .btn_type span {
    padding: 0;
  }
  .detail_cont .detail_inner.btn_none_m {
    padding-bottom: 40px;
  }
  .detail_cont .detail_inner.btn_none_m .btn_area {
    display: none;
  }
  .detail_cont .view_more_area .txt .box {
    font-size: 12px;
    line-height: 18px;
  }
  .detail_cont .view_more_area .btn_more {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    background: #fff;
  }
  .detail_cont .view_more_area .btn_more span {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 18px !important;
  }
  .detail_cont .view_more_area .btn_more::before {
    content: "...";
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .detail_cont .view_more_area .txt {
    max-height: 54px;
  } /* 3줄 */
  .detail_visual {
    margin-bottom: 0px;
    padding-top: 22px;
    border-top: 8px solid #f3f4f4;
  }
  .detail_visual .visual {
    max-width: 100%;
    margin: 0 27px 16px;
  }
  .detail_visual .visual img {
    width: 100%;
  }
  .detail_visual .text_box {
    position: relative;
    display: block;
    clear: both;
    text-align: center;
  }
  .detail_visual .sub_txt {
    display: inline-block;
    padding-top: 30px;
    margin-top: 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .detail_visual .ttl2 {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .detail_visual .region {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    font-size: 12px;
  }
  .detail_visual .btn_area {
    padding: 35px 0 25px;
  }
  .admin_text {
    border-top: 8px solid #f3f4f4;
  }
  .admin_text .html_area {
    margin: 30px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .admin_text .html_area img {
    max-width: 100%;
  }
  .video_inner2 .ttl4 {
    padding-top: 30px;
    font-weight: 300;
  }
  .video_inner2 .video_list {
    margin-top: 6px;
    margin-bottom: 60px;
  }
  /* config_gate */
  .config_gate {
    margin: 0 45px 50px 45px;
  }
  .config_gate .gate {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .config_gate .gate:nth-of-type(2) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .config_gate .txt {
    height: 40px;
    line-height: 40px;
    text-indent: 17px;
    font-size: 18px;
  }
  .config_gate .txt::after {
    width: 16px;
    height: 7px;
    background-size: 16px 7px;
  }
  /* config_gate2 */
  .config_gate2 {
    margin: 0 45px 50px 45px;
    display: block;
  }
  .config_gate2 .gate {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .config_gate2 .gate:nth-of-type(2) {
    margin-left: 0;
  }
  .config_gate2 .gate:nth-of-type(3) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .config_gate2 .txt {
    height: 40px;
    line-height: 40px;
    text-indent: 17px;
    font-size: 18px;
  }
  .config_gate2 .txt::after {
    width: 16px;
    height: 7px;
    background-size: 16px 7px;
  }
  .config_gate3 {
    display: block;
    margin-bottom: 15px;
  }
  .config_gate3 .gate {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .config_gate3 .txt {
    height: 55px;
    line-height: 55px;
    text-indent: 18px;
    font-size: 23px;
  }
  .config_gate3 .btn_wrap .btn_type span {
    height: 46px;
    line-height: 23px;
    text-indent: 18px;
    font-size: 12px;
  }
  /* config_banner */
  .config_banner {
    height: auto;
  }
  .config_banner .img {
    position: relative;
  }
  .config_banner .txt-wrap {
    width: 100%;
    top: 47px;
    padding: 0 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .config_banner .symbol-image {
    margin-bottom: 18px;
  }
  .config_banner .symbol-image img {
    width: 100%;
    max-width: 374px;
  }
  .config_banner .txt {
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 25px;
  }
  .config_banner .txt br {
    display: none;
  }
  .config_banner .txt br {
    display: none;
  }
  .config_banner .txt-wrap .btn {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .config_banner .btn .btn_type {
    width: 134px;
  }
  .config_banner .btn .btn_type span {
    height: 33px;
    font-size: 12px;
    line-height: 0.75;
  }
} /*// media only screen and (max-width: 1080px)*/
/* OLED Configurator */
.config_selector .config_selector_inner .oled_config {
  min-height: 554px;
  background: #d1dad7;
} /* 접근성 수정 | 1.4.12.05 */
.config_selector .config_selector_inner .oled_config .tit {
  padding: 88px 0 55px;
  text-align: center;
  font-size: 36px;
}

.config_selector .config_selector_inner .oled_config .web {
  display: block;
}

.config_selector .config_selector_inner .oled_config .mobile {
  display: none;
}

.config_selector .config_selector_inner .oled_config .tab {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
}

.config_selector .config_selector_inner .oled_config .tab a {
  display: inline-block;
  width: 110px;
  position: relative;
  padding: 0 20px;
  margin: 0 2px;
  overflow: hidden;
  font-size: 22px;
  line-height: 44px; /* color:#768581; */
  color: #555;
} /* M: 2018-10-17 */
.config_selector .config_selector_inner .oled_config .tab a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0; /* border-top:1px solid #768581; */
  border-top: 1px solid #888;
}

.config_selector .config_selector_inner .oled_config .tab a.on {
  font-weight: 400;
  color: #000;
}

.config_selector .config_selector_inner .oled_config .tab a.on::after {
  border-top: 3px solid #000;
  bottom: 1px;
}

.config_selector .config_selector_inner .oled_config .prd_list {
  padding-bottom: 70px;
}

.config_selector .config_selector_inner .oled_config .prd_list .slickcard_type12 .txt_wrap .info td {
  vertical-align: top;
}

.config_selector .config_selector_inner .oled_config .prd_list a.slickcard_type12 {
  padding: 5px;
}

.config_selector .config_selector_inner .oled_config .prd_list .slickcard_type12 .led {
  min-height: 240px;
} /* 접근성 수정 | 1.4.12.05 */
/* config_selector */
.config_selector .config_selector_inner {
  width: 100%;
}

.config_selector .config_selector_inner .config {
  background: #d1dad7;
} /* 2018-10-19 */
.config_selector .config_selector_inner .config.calibrator,
.config_selector .config_selector_inner .config.configurator {
  background: #f5f5f5;
} /* 2018-10-19 */
/* s */
.config_selector .config_selector_inner .config.calibrator .w_sec,
.config_selector .config_selector_inner .config.configurator .w_sec {
  display: block;
  height: 359px;
} /* 2018-10-19 */
.config_selector .config_selector_inner .config .m_sec {
  display: none;
}

.config_selector .config_selector_inner .config .tit {
  padding: 88px 0 55px;
  text-align: center;
  font-size: 36px;
}

.config_selector .config_selector_inner .config .w_sec .list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

.config_selector .config_selector_inner .config .w_sec .list {
  display: inline-block;
}

* html .config_selector .config_selector_inner .config .w_sec .list {
  height: 1%;
}

.config_selector .config_selector_inner .config .w_sec .list {
  display: block;
  height: 359px;
}

.config_selector .config_selector_inner .config .w_sec .list {
  margin: 0 auto;
  min-width: 1080px;
  max-width: 1440px;
}

.config_selector .config_selector_inner .config .w_sec .list li {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  height: 359px;
}

.config_selector .config_selector_inner .config .w_sec .list li a {
  display: block;
  text-align: center;
}

.config_selector .config_selector_inner .config .w_sec .list li .thum {
  max-width: 89%;
  display: inline-block;
}

.config_selector .config_selector_inner .config .w_sec .list li .on {
  max-width: 89%;
  display: none;
}

.config_selector .config_selector_inner .config .w_sec .list li .name {
  display: block;
  padding: 25px 0 35px 0;
  font-size: 24px;
  font-weight: 400;
  opacity: 0.4;
}

.config_selector .config_selector_inner .config .w_sec .list li.on .name {
  opacity: 1;
}

.config_selector .config_selector_inner .config .w_sec .list li.on .thum {
  display: none;
}

.config_selector .config_selector_inner .config .w_sec .list li.on .on {
  display: inline-block;
}

.config_selector .config_selector_inner .config .w_sec .list li.on::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -23px;
  width: 0;
  height: 0;
  border-top: 23px solid #d1dad7;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
}

.config_selector .config_selector_inner .config .w_sec .vwall {
  position: relative;
  height: 359px;
  text-align: center;
}

.config_selector .config_selector_inner .config .w_sec .vwall::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -23px;
  margin-left: -23px;
  width: 0;
  height: 0;
  border-top: 23px solid #d1dad7;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
}

/* e */
.config_selector .config_selector_inner .config.calibrator .w_sec,
.config_selector .config_selector_inner .config.configurator .w_sec {
  display: block;
  height: 299px;
  padding-top: 65px;
} /* 2018-10-19 */
.config_selector .config_selector_inner .config .m_sec {
  display: none;
}

.config_selector .config_selector_inner .config .w_sec .list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

.config_selector .config_selector_inner .config .w_sec .list {
  display: inline-block;
}

* html .config_selector .config_selector_inner .config .w_sec .list {
  height: 1%;
}

.config_selector .config_selector_inner .config .w_sec .list {
  display: block; /*height:345px;*/
  margin: 0 auto;
  min-width: 1080px;
  max-width: 1440px;
}

.config_selector .config_selector_inner .config .w_sec .list li {
  position: relative;
  float: left;
  width: 242.5px;
  text-align: center;
  height: auto; /*height:345px;*/
} /* 2018-10-19 */
.config_selector .config_selector_inner .config .w_sec .list li a {
  display: block;
  text-align: center;
}

.config_selector .config_selector_inner .config .w_sec .list li .thum {
  max-width: 89%;
  display: inline-block;
}

.config_selector .config_selector_inner .config .w_sec .list li .on {
  max-width: 89%;
  display: none;
}

.config_selector .config_selector_inner .config .w_sec .list li .name {
  display: block;
  padding: 40px 0;
  font-size: 24px;
  font-weight: 400; /* opacity:.4; */
  opacity: 0.6;
}

.config_selector .config_selector_inner .config .w_sec .list li.on .name {
  opacity: 1;
}

.config_selector .config_selector_inner .config .w_sec .list li.on .thum {
  display: none;
}

.config_selector .config_selector_inner .config .w_sec .list li.on .on {
  display: inline-block;
}

.config_selector .config_selector_inner .config.calibrator .w_sec .list li.on::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -23px;
  width: 0;
  height: 0;
  border-top: 23px solid #f5f5f5;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
}

.config_selector .config_selector_inner .config.configurator .w_sec .list li.on::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -23px;
  width: 0;
  height: 0;
  border-top: 23px solid #f5f5f5;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
}

.config_selector .config_selector_inner .config .w_sec .vwall {
  position: relative;
  height: 345px;
  text-align: center;
}

.config_selector .config_selector_inner .config.calibrator .w_sec .vwall::after,
.config_selector .config_selector_inner .config.configurator .w_sec .vwall::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -23px;
  margin-left: -23px;
  width: 0;
  height: 0;
  border-top: 23px solid #f5f5f5;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
} /* 2018-10-19 */
.config_selector .config-selector_inner .config.calibrator .slickcard_type12 .txt_wrap .info th,
.prd_list.calibrator .slickcard_type12 .txt_wrap .info th,
.prd_list.configurator .slickcard_type12 .txt_wrap .info th {
  text-align: left;
  width: 115px;
  vertical-align: top;
} /* M: 2018-10-15 */
#calibrator,
#configurator {
  height: 0;
}

#calibrator.on,
#configurator.on {
  height: auto;
}

/* configurator */
.config_selector .config_selector_inner .config.configurator {
  height: 0;
  overflow: hidden;
}

.config_selector .config_selector_inner .config.configurator.on {
  display: block;
  height: auto;
  overflow: unset;
}

#configurator_cnt {
  display: none;
}

#configurator_cnt.on {
  display: block;
}

.config_selector .config_selector_inner .config.configurator .w_sec .list {
  max-width: 970px;
  min-width: 970px;
}

.config_selector .config_selector_inner .config.configurator.on .w_sec .list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* calibrator */
.config_selector .config_selector_inner .config.calibrator {
  display: none;
}

.config_selector .config_selector_inner .config.calibrator.on {
  display: block;
}

.config_selector .config_selector_inner .config.calibrator .w_sec {
  display: block;
  height: 249px;
  padding-top: 70px;
}

.config_selector .config_selector_inner .config.calibrator .w_sec .list {
  margin: 0 auto;
  height: 249px;
  min-width: 972px;
  max-width: 972px;
}

.config_selector .config_selector_inner .config.calibrator .w_sec .list li {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
  height: 249px;
}

#calibrator_cnt {
  display: none;
}

#calibrator_cnt.on {
  display: block;
}

/***************************************************************************************************
width:~1080px
****************************************************************************************************/
@media only screen and (max-width: 1080px) {
  /* OLED Configurator */
  .config_selector .config_selector_inner .oled_config {
    height: auto;
    background: #d1dad7;
    min-height: auto;
  } /* 접근성 수정 | 1.4.12.05 */ /* 접근성 수정 | 3차 */
  .config_selector .config_selector_inner .oled_config .web {
    display: none;
  }
  .config_selector .config_selector_inner .oled_config .mobile {
    display: block;
  }
  .config_selector .config_selector_inner .oled_config .tit {
    padding: 88px 0 55px;
    text-align: center;
    font-size: 36px;
  }
  .config_selector .config_selector_inner .oled_config .tab {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 25px;
    text-align: center;
  }
  .config_selector .config_selector_inner .oled_config .tab {
    margin: -25px 0 10px 27px;
    text-align: left;
  }
  .config_selector .config_selector_inner .oled_config .tab a {
    padding: 0 35px 0 0;
    font-size: 13px;
    line-height: 28px;
    width: auto;
  } /* 2018-10-19 */
  .config_selector .config_selector_inner .oled_config .tab a.on::after {
    border-width: 2px;
  }
  .config_selector .config_selector_inner .oled_config .prd_list {
    padding-bottom: 17px;
  }
  .config_selector .config_selector_inner .oled_config .prd_list.calibrator #configurator {
    position: absolute;
    top: -9999px;
    width: 100%;
  }
  .config_selector .config_selector_inner .oled_config .prd_list.configurator #calibrator {
    position: absolute;
    top: -9999px;
    width: 100%;
  }
  .config_selector .config_selector_inner .oled_config .prd_list .slickcard_type12 .led {
    min-height: 200px;
  } /* 접근성 수정 | 1.4.12.05 */ /* 접근성 수정 | 3차 */
  /* config_selector */
  .config_selector .config_selector_inner .config .w_sec {
    display: none;
  }
  .config_selector .config_selector_inner .config.calibrator .w_sec,
  .config_selector .config_selector_inner .config.configurator .w_sec {
    display: none;
  } /* 2018-10-19 */
  .config_selector .config_selector_inner .config .m_sec {
    display: block;
    position: relative;
  }
  .config_selector .config_selector_inner .config .m_sec::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -12px;
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #d1dad7;
    border-bottom: 0 solid none;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
  } /* 2018-10-19 */
  .config_selector .config_selector_inner .config.configurator .m_sec::after,
  .config_selector .config_selector_inner .config.calibrator .m_sec::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -12px;
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #f5f5f5;
    border-bottom: 0 solid none;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
  } /* 2018-10-19 */
  .config_selector .config_selector_inner .config .tit {
    padding: 20px 0;
    font-size: 14px;
  }
  .config_selector .config .m_sec .wrap_swiper {
    padding: 0 22%;
    overflow: hidden;
  }
  .config_selector .config .m_sec .wrap_swiper .swiper-container {
    overflow: visible;
  }
  .config_selector .config .m_sec .swiper-slide {
    transition: opacity 0.3s;
    opacity: 0.4;
  }
  .config_selector .config .m_sec .swiper-slide-active {
    opacity: 1;
  }
  .config_selector .config .m_sec .swiper-slide .item .img img.thum {
    display: inline-block;
  }
  .config_selector .config .m_sec .swiper-slide .item .img img.on {
    display: none;
  }
  .config_selector .config .m_sec .swiper-slide-active .item .img img.thum {
    display: none;
  }
  .config_selector .config .m_sec .swiper-slide-active .item .img img.on {
    display: inline-block;
  }
  .config_selector .config {
    height: auto;
    text-align: center;
    background: #d1dad7;
  }
  .config_selector .config .item {
    position: relative;
  }
  .config_selector .config .item .name {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
  }
  .config_selector .config .item .img {
    height: 175px;
  }
  .config_selector .config .item .img img {
    height: 100%;
  }
  .config_selector .config .m_sec .vwall {
    height: 235px;
  }
  .config_selector .config .m_sec .vwall img {
    width: 261px;
    position: relative;
    left: -10px;
  }
  .prd_list.calibrator .slickcard_type12 .txt_wrap .info th,
  .prd_list.configurator .slickcard_type12 .txt_wrap .info th {
    width: 70px;
  } /* M: 2018-10-22 */
  /* calibrator */
  .config_selector .config_selector_inner .config.calibrator .w_sec {
    display: none;
  }
  .config_selector .config_selector_inner .config.calibrator .m_sec .slick_type07 .mobile .belt {
    margin: 45px 15% 15px;
  }
  .config_selector .config_selector_inner .config.configurator .m_sec .slick_type07 .mobile .belt {
    margin: 45px 22% 15px;
  }
  .config_selector .config_selector_inner .config.calibrator .m_sec .slickcard_type10 {
    height: auto;
  }
  .config_selector .config_selector_inner .config.calibrator .m_sec .slickcard_type10 .pic_wrap {
    height: auto;
  }
  .config_selector .config_selector_inner .config.calibrator .m_sec .slickcard_type10 .pic_wrap img {
    max-width: none;
    height: auto;
  }
  /* redefine component css : 2018-10-22 */
  .configurator .slickcard_type12 .pic_wrap,
  .calibrator .slickcard_type12 .pic_wrap {
    padding-right: 0;
    top: 40%;
  }
  /* .configurator .slickcard_type12 .pic_wrap { top: 0; } */
} /*// media only screen and (max-width: 1080px)*/
/* LED Configurator */
.config_selector .config_selector_inner .led_config {
  background: #d1dad7;
}

.config_selector .config_selector_inner .led_config .web {
  display: block;
}

.config_selector .config_selector_inner .led_config .mobile {
  display: none;
}

.config_selector .config_selector_inner .led_config .tit {
  padding: 88px 0 55px;
  text-align: center;
  font-size: 36px;
}

.config_selector .config_selector_inner .led_config .tab {
  max-width: 1440px;
  margin: -20px auto 20px auto;
  text-align: center;
}

.config_selector .config_selector_inner .led_config .tab a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  margin: 0 2px;
  overflow: hidden;
  font-size: 22px;
  line-height: 44px;
  color: #768581;
}

.config_selector .config_selector_inner .led_config .tab a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  border-top: 1px solid #768581;
}

.config_selector .config_selector_inner .led_config .tab a.on {
  font-weight: 400;
  color: #000;
}

.config_selector .config_selector_inner .led_config .tab a.on::after {
  border-top: 3px solid #000;
  bottom: 1px;
}

.config_selector .config_selector_inner .led_config .btn_find {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 0 46px;
  text-align: center;
}

.config_selector .config_selector_inner .led_config .btn_find .btn_type {
  display: inline-block;
  margin-top: 5px;
}

.config_selector .config_selector_inner .led_config .btn_find .btn_type span {
  padding-left: 20px;
  padding-right: 20px;
}

.config_selector .config_selector_inner .led_config .prd_list.indoor #outdoor {
  position: absolute;
  top: -9999px;
  width: 100%;
}

.config_selector .config_selector_inner .led_config .prd_list.outdoor #indoor {
  position: absolute;
  top: -9999px;
  width: 100%;
}

.config_selector .config_selector_inner .led_config .prd_list a.slickcard_type12 {
  padding: 5px;
}

/***************************************************************************************************
width:~1080px
****************************************************************************************************/
@media only screen and (max-width: 1080px) {
  .config_selector .config_selector_inner .led_config .web {
    display: none;
  }
  .config_selector .config_selector_inner .led_config .mobile {
    display: block;
  }
  .config_selector .config_selector_inner .led_config .tab {
    margin: -25px 0 10px 27px;
    text-align: left;
  }
  .config_selector .config_selector_inner .led_config .tab a {
    padding: 0 35px 0 0;
    font-size: 13px;
    line-height: 28px;
  }
  .config_selector .config_selector_inner .led_config .tab a.on::after {
    border-width: 2px;
  }
  .config_selector .config_selector_inner .led_config .btn_find {
    padding: 33px 0 30px 27px;
    text-align: left;
  }
} /*// media only screen and (max-width: 1080px)*/
/* input_area */
.input_area .input_item {
  position: relative;
  width: 972px;
  margin: 100px auto;
  padding: 0 522px 0 0;
  box-sizing: border-box;
  min-height: 800px;
}

#calibrator_input .input_area h3,
#configurator_input .input_area h3 {
  display: none;
  background-color: gray;
  color: #fff;
}

#calibrator_input .input_area .input_item {
  display: table;
  width: 100%;
  max-width: 972px;
  min-height: auto;
  padding: 0;
}

#calibrator_input .input_area .input_item .cell {
  display: table-cell;
  vertical-align: top;
}

#calibrator_input .input_area .input_item .cell:first-of-type {
  width: 585px;
}

#calibrator_input .input_area .input_item .input_gtoggle .input {
  width: 260px;
  margin: 10px 10px 5px 0;
} /* 접근성 수정 | 2.4.3.20 */
#calibrator_input .input_area .input_gtoggle:last-of-type {
  margin-bottom: 0;
}

#configurator_input .input_area .input_item {
  display: table;
  width: 100%;
  max-width: 972px;
  min-height: auto;
  padding: 0;
  margin-bottom: 0;
}

#configurator_input .input_area .input_item .cell {
  display: table-cell;
  vertical-align: top;
}

#configurator_input .input_area .input_item .cell:first-of-type {
  width: 330px;
}

#configurator_input .input_area .input_item .input_gtoggle .input {
  width: 260px;
  margin: 10px 10px 5px 0;
} /* 접근성 수정 | 2.4.3.20 */
#configurator_input .input_area .cell:first-of-type .input_gtoggle {
  margin-bottom: 40px;
}

#configurator_input .input_area .cell:last-of-type .input_gline {
  margin-bottom: 85px;
}

#configurator_input .input_area .input_gtoggle:last-of-type,
#configurator_input .input_area .cell:first-of-type .input_gtoggle:last-of-type,
#configurator_input .input_area .cell .input_gline:last-of-type {
  margin-bottom: 0;
}

#configurator_input .btn_group1 {
  margin-top: 70px;
}

#configurator_input .orientation_wrap {
  display: none;
}

#configurator_input .orientation_wrap.on {
  display: block;
}

/***************************************************************************************************
width:~1080px
****************************************************************************************************/
@media only screen and (max-width: 1080px) {
  #calibrator_input .input_area .input_item .cell {
    display: block;
  }
  #calibrator_input .input_area .input_item .cell:first-of-type {
    width: 100%;
  }
  #calibrator_input .input_area .input_item .cell:last-of-type {
    padding-top: 20px;
  }
  #calibrator_input .input_area .input_item .input_gtoggle .input {
    width: 48%;
    display: inline-block;
  } /* 접근성 수정 | 2.4.3.20 */
  #calibrator_input .input_area .input_item .input_gtoggle .input:nth-of-type(3n) {
    margin-right: 0;
  } /* 접근성 수정 | 3차 */
  #configurator_input .input_area .input_item .cell {
    display: block;
  }
  #configurator_input .input_area .input_item .cell:first-of-type {
    width: 100%;
  }
  #configurator_input .input_area .input_item .cell:last-of-type {
    padding-top: 20px;
  }
  #configurator_input .input_area .input_item .input_gtoggle .input {
    width: 48%;
    display: inline-block;
  } /* 접근성 수정 | 2.4.3.20 */
  #configurator_input .input_area .input_item .input_gtoggle .input:nth-of-type(3n) {
    margin-right: 0;
  } /* 접근성 수정 | 3차 */
  #configurator_input .input_area .cell:last-of-type .input_gline {
    margin-bottom: 28px;
  }
  #configurator_input .btn_group1 {
    margin-top: 28px;
  }
} /*// media only screen and (max-width: 1080px)*/
.input_area .input_gline {
  margin-bottom: 63px;
}

.input_area .input_gtoggle {
  margin-bottom: 63px;
  display: block;
} /* 접근성 수정 | 2.4.3.20 */
.input_area .input_gtoggle:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
} /* 접근성 수정 | 2.4.3.20 */
.input_area .input_item.led {
  min-height: 1px;
  padding: 0;
}

.input_area .input_item.led .input_gtoggle {
  width: 100%;
  overflow: hidden;
}

.input_area .input_item.led .input_gtoggle .section01 {
  float: left;
  width: 260px;
  padding-right: 70px;
}

.input_area .input_item.led .input_gtoggle .section01 input[type=radio].switch + label {
  width: 100%;
  margin: 0 0 10px 0;
}

.input_area .input_item.led .input_gtoggle .section02 {
  float: left;
  width: 642px;
}

.input_area .input_item.led .input_gtoggle .section02 .input_gline:nth-child(2) {
  margin-bottom: 0;
}

.input_area .btn_group1:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

.input_area .btn_group1 {
  display: inline-block;
}

* html .input_area .btn_group1 {
  height: 1%;
}

.input_area .btn_group1 {
  display: block;
  width: 532px;
  margin: 100px auto;
}

.input_area .btn_group1 .clear {
  float: left;
  width: 260px;
}

.input_area .btn_group1 .run {
  float: left;
  width: 260px;
  margin-left: 12px;
}

.input_area .product_info {
  position: absolute;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  background: #fafafa;
}

.input_area .product_info .label {
  min-height: 50px;
  padding: 11px 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
}

.input_area .product_info .label sup {
  font-size: 14px;
}

.input_area .product_info .model {
  padding-bottom: 82px;
  background: #fff;
}

.input_area .product_info .model .img img {
  vertical-align: top;
  width: 100%;
}

.input_area .product_info .model .txt1 {
  padding: 30px 0 0 0;
  font-size: 36px;
  line-height: 44px;
}

.input_area .product_info .model .txt2 {
  padding: 0 0 20px 0;
  font-size: 18px;
  color: #333;
}

.input_area .product_info .model .change {
  width: 144px;
}

.input_area .product_info .detail {
  padding: 25px 30px 0 30px;
  border-top: 1px solid #e1e1e1;
  background: #fafafa;
}

.input_area .product_info .detail .spec th {
  width: 120px;
  padding: 3px 10px 3px 0;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.input_area .product_info .detail .spec td {
  padding: 3px 0;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
}

.input_area .product_info .detail .spec td .spot {
  font-size: 14px;
  color: #008196;
  font-weight: 400;
}

.input_area .init_guide_type {
  display: block;
}

.input_area .init_guide_type:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
} /* 접근성 수정 | 2.4.3.20 */
.input_area .init_guide_type .label {
  font-size: 18px;
  font-weight: 400;
}

.input_area .init_guide_type .radio {
  float: left;
  width: 49%;
  position: relative;
} /* 접근성 수정 | 2.4.3.20 */
.input_area .init_guide_type .radio:last-of-type {
  margin-left: 2%;
} /* 접근성 수정 | 2.4.3.20 */
.input_area .init_guide_type .radio label {
  position: relative;
  padding: 30px 20px 20px 20px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  text-align: center;
} /* 접근성 수정 | 2.4.3.20 */
.input_area .init_guide_type .radio input[type=radio] {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
} /* 접근성 수정 | 5차 */
.input_area .init_guide_type .radio input[type=radio]:checked + label {
  border-color: #fd312e;
  color: #fd312e;
  text-align: left;
} /* 접근성 수정 | 2.4.3.20 */
.input_area .init_guide_type .radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 25px;
  height: 24px;
  background: url("../img/w/btn_switch.png") no-repeat 0 0;
}

.input_area .init_guide_type .radio label {
  display: inline-block;
  width: 100%;
} /* 접근성 수정 | 2.4.3.20 */
.input_area .init_guide_type .radio label span {
  display: block;
  padding: 0 20px 30px 20px;
}

.input_area .init_guide_type .radio label span img {
  width: 100%;
  vertical-align: top;
  pointer-events: none;
}

.input_area .init_guide_type_tail {
  margin-top: 8px;
  font-size: 18px;
  margin-bottom: 60px;
}

/***************************************************************************************************
width:~1080px
****************************************************************************************************/
@media only screen and (max-width: 1080px) {
  .block_m {
    display: block;
  }
  .block_w {
    display: inline;
  }
  .img_m {
    display: block;
  }
  .img_w {
    display: none;
  }
  /* Download Center */
  .download_inner {
    padding: 20px 0 0;
  }
  .sort_box {
    min-height: 27px;
  }
  .sort_box .zelect_type02 {
    width: 34% !important;
    min-width: 34% !important;
  }
  .sort_box .found {
    padding-top: 7px;
    font-size: 14px;
  }
  .download_list {
    padding-top: 10px;
  }
  .download_list .list_none {
    height: 232px;
    padding-top: 0;
    font-size: 14px;
    line-height: 19px;
  }
  .download_list > ul > li {
    width: 100%;
    margin-top: 10px;
  }
  .download_list > ul > li:nth-child(2n) {
    margin-left: 0;
  }
  .download_list .tit_box {
    padding: 19px 15px 15px;
  }
  .download_list .tit_box > div {
    min-height: 60px;
  }
  .download_list .tit_box .category {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    height: auto;
  }
  .download_list .tit_box .title {
    font-size: 24px;
    line-height: 1;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    height: auto;
  }
  .download_list .tit_box .region {
    margin-top: 25px;
    font-size: 12px;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    height: auto;
  }
  .download_list .tit_box .download {
    font-size: 12px;
  }
  .download_list .tit_box .model {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 20px;
    font-size: 12px;
  }
  .download_list .tit_box img {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 108px;
  }
  .download_list .file_box {
    height: 50px;
  }
  .download_list .file_box .toggle {
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 14px;
    line-height: 50px;
    height: auto;
  }
  .btn_area {
    padding: 10px 0 60px;
  }
  .btn_area .btn_type {
    width: 100%;
  }
  .btn_area .btn_type span {
    width: 100%;
  }
  /* software */
  figure {
    margin: 0;
  }
  .software_visual {
    margin-top: -5px;
    padding-top: 30px;
    border-top: 1px solid #dddee0;
  }
  .software_visual figure .ttl2 {
    margin-top: 26px;
  }
  .software_visual .sub_txt {
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
  }
  .software_list {
    margin-top: 46px;
    padding-top: 28px;
  }
  .software_list .ttl4 {
    margin-bottom: 16px;
  }
  .software_list .section {
    margin-bottom: 26px;
  }
  .software_list .section.single {
    float: inherit;
    width: 100%;
  }
  .software_list .section.single + .single {
    margin-left: 0;
  }
  .software_list ul li {
    width: 100%;
    min-height: 143px;
    margin-bottom: 4px;
    padding: 10px 100px 10px 15px;
  }
  .software_list ul li:nth-child(2n) {
    margin-left: 0;
  }
  .software_list ul li img.img_m {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 120px;
  }
  .software_list ul li .ttl3 {
    padding-left: 0;
    line-height: 22px;
    font-size: 16px;
  }
  .software_list ul li > p {
    margin-top: 10px;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .software_list ul li p {
    width: 70%;
    margin-top: 10px;
    padding-left: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .software_list ul li .btn_type {
    bottom: 10px;
    left: 15px;
  }
  .banner_area {
    height: inherit;
    overflow: hidden;
  }
  .banner_area > div {
    float: inherit;
    width: 100%;
    height: inherit;
    padding: 0 27px;
    box-sizing: border-box;
  }
  .banner_area strong {
    padding-top: 38px;
    font-size: 29px;
  }
  .banner_area p {
    min-height: 28px;
    margin: 10px 0 32px;
    font-size: 14px;
    line-height: 16px;
  }
  .banner_area a {
    font-size: 12px;
  }
  .banner_area a:after {
    padding-left: 3px;
  }
  .banner_area .banner1 .inner {
    float: inherit;
    width: 100%;
    min-height: 185px;
  }
  .banner_area .banner2 .inner {
    float: inherit;
    width: 100%;
    min-height: 185px;
    padding-left: 0;
    white-space: normal;
  }
  /* Video Tutorial */
  .video_list {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .video_list li {
    float: inherit;
    width: 100%;
    min-height: 123px;
    height: inherit;
    padding: 15px 130px 38px 0;
  }
  .video_list li:nth-child(2n) {
    margin-left: 0;
  }
  .video_list li > em {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 18px;
  }
  .video_list li .date {
    left: 0;
    bottom: 20px;
    font-size: 10px;
  }
  .video_list li a.tit {
    font-size: 18px;
    line-height: 22px;
  }
  .video_list li a.thumb {
    top: 20px;
    width: 126px;
  }
  .video_list li a.thumb .time {
    width: 32px;
    height: 13px;
    padding: 5px 0 0 8px;
    font-size: 10px;
  }
  /* video detail */
  .detail_cont {
    border-bottom: 1px solid #dddee0;
  }
  .detail_cont .detail_inner {
    max-width: 100%;
    padding-top: 30px;
  }
  .detail_cont .category {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .detail_cont .ttl2 {
    padding-right: 20px;
  }
  .detail_cont .date {
    margin-top: 10px;
    font-size: 14px;
    color: #988e8c;
  }
  .detail_cont .date em {
    margin-left: 10px;
    color: #99a8b0;
  }
  .detail_cont .btn_share {
    top: 30px;
    width: 19px;
    height: 22px;
    background: url("../img/m/btn_share.png") no-repeat 0 0;
    background-size: 19px auto;
  }
  .detail_cont .cont {
    margin: 24px 0 25px;
  }
  .detail_cont .cont + .btn_area {
    padding: 0 0 25px;
  }
  .detail_cont .cont p {
    font-size: 12px;
    line-height: 18px;
  }
  .detail_cont .cont .btn_type {
    display: inline-block;
  }
  .detail_cont .cont .btn_type span {
    padding: 0;
  }
  .detail_cont .detail_inner.btn_none_m {
    padding-bottom: 40px;
  }
  .detail_cont .detail_inner.btn_none_m .btn_area {
    display: none;
  }
  .detail_cont .view_more_area .txt .box {
    font-size: 12px;
    line-height: 18px;
  }
  .detail_cont .view_more_area .btn_more {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    background: #fff;
  }
  .detail_cont .view_more_area .btn_more span {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 18px !important;
  }
  .detail_cont .view_more_area .btn_more::before {
    content: "...";
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 12px;
    line-height: 18px;
  }
  .detail_cont .view_more_area .txt {
    max-height: 54px;
  } /* 3줄 */
  .detail_visual {
    margin-bottom: 0px;
    padding-top: 22px;
    border-top: 8px solid #f3f4f4;
  }
  .detail_visual .visual {
    max-width: 100%;
    margin: 0 27px 16px;
  }
  .detail_visual .visual img {
    width: 100%;
  }
  .detail_visual .text_box {
    position: relative;
    display: block;
    clear: both;
    text-align: center;
  }
  .detail_visual .sub_txt {
    display: inline-block;
    padding-top: 30px;
    margin-top: 7px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .detail_visual .ttl2 {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .detail_visual .region {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    font-size: 12px;
  }
  .detail_visual .btn_area {
    padding: 35px 0 25px;
  }
  .admin_text {
    border-top: 8px solid #f3f4f4;
  }
  .admin_text .html_area {
    margin: 30px 0;
    font-size: 12px;
    line-height: 18px;
  }
  .video_inner2 .ttl4 {
    padding-top: 30px;
    font-weight: 300;
  }
  .video_inner2 .video_list {
    margin-top: 6px;
    margin-bottom: 60px;
  }
  /* config_gate */
  .config_gate {
    margin: 0 45px 50px 45px;
  }
  .config_gate .gate {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .config_gate .gate:nth-of-type(2) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .config_gate .txt {
    height: 40px;
    line-height: 40px;
    text-indent: 17px;
    font-size: 18px;
  }
  .config_gate .txt::after {
    width: 16px;
    height: 7px;
    background-size: 16px 7px;
  }
  /* config_gate2 */
  .config_gate2 {
    margin: 0 45px 50px 45px;
  }
  .config_gate2 .gate {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .config_gate2 .gate:nth-of-type(2) {
    margin-left: 0;
  }
  .config_gate2 .gate:nth-of-type(3) {
    margin-left: 0;
    margin-bottom: 0;
  }
  .config_gate2 .txt {
    height: 40px;
    line-height: 40px;
    text-indent: 17px;
    font-size: 18px;
  }
  .config_gate2 .txt::after {
    width: 16px;
    height: 7px;
    background-size: 16px 7px;
  }
  /* config_selector */
  .config_selector .config_selector_inner .config .w_sec {
    display: none;
  }
  .config_selector .config_selector_inner .config .m_sec {
    display: block;
    position: relative;
  }
  .config_selector .config_selector_inner .config .m_sec::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -12px;
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #d1dad7;
    border-bottom: 0 solid none;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
  }
  .config_selector .config_selector_inner .config .tit {
    padding: 20px 0;
    font-size: 14px;
  }
  .config_selector .config .m_sec .wrap_swiper {
    padding: 0 22%;
    overflow: hidden;
  }
  .config_selector .config .m_sec .wrap_swiper .swiper-container {
    overflow: visible;
  }
  .config_selector .config .m_sec .swiper-slide {
    transition: opacity 0.3s;
    opacity: 0.4;
  }
  .config_selector .config .m_sec .swiper-slide-active {
    opacity: 1;
  }
  .config_selector .config .m_sec .swiper-slide .item .img img.thum {
    display: inline-block;
  }
  .config_selector .config .m_sec .swiper-slide .item .img img.on {
    display: none;
  }
  .config_selector .config .m_sec .swiper-slide-active .item .img img.thum {
    display: none;
  }
  .config_selector .config .m_sec .swiper-slide-active .item .img img.on {
    display: inline-block;
  }
  .config_selector .config {
    height: auto;
    text-align: center;
    background: #d1dad7;
  }
  .config_selector .config .item {
    position: relative;
  }
  .config_selector .config .item .name {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 400;
  }
  .config_selector .config .item .img {
    height: 175px;
  }
  .config_selector .config .item .img img {
    height: 100%;
  }
  .config_selector .config .m_sec .vwall {
    height: 235px;
  }
  .config_selector .config .m_sec .vwall img {
    width: 261px;
    position: relative;
    left: -10px;
  }
  .config_selector .config_selector_inner .led_config .web {
    display: none;
  }
  .config_selector .config_selector_inner .led_config .mobile {
    display: block;
  }
  .config_selector .config_selector_inner .led_config .tab {
    margin: -25px 0 10px 27px;
    text-align: left;
  }
  .config_selector .config_selector_inner .led_config .tab a {
    padding: 0 35px 0 0;
    font-size: 13px;
    line-height: 28px;
  }
  .config_selector .config_selector_inner .led_config .tab a.on::after {
    border-width: 2px;
  }
  .config_selector .config_selector_inner .led_config .btn_find {
    padding: 33px 0 30px 27px;
    text-align: left;
  }
  /* input_area */
  .input_area {
    margin: 25px 27px 20px;
  }
  .input_area .input_item {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 1px;
  }
  .input_area .input_gline {
    margin-bottom: 28px;
  }
  .input_area .input_gtoggle {
    margin-bottom: 28px;
  }
  .input_area .btn_group1 {
    width: 100%;
    margin: 0;
  }
  .input_area .btn_group1 .clear {
    float: left;
    width: 27%;
  }
  .input_area .btn_group1 .run {
    float: left;
    width: 71%;
    margin-left: 2%;
  }
  .input_area .product_info {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 27px;
  }
  .input_area .product_info .label {
    min-height: 41px;
    padding: 11px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
  }
  .input_area .product_info .label sup {
    font-size: 14px;
  }
  .input_area .product_info .model {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 25px;
  }
  .input_area .product_info .model .txt1 {
    margin-top: -5px;
    padding-right: 130px;
    font-size: 24px;
    padding: 0;
    line-height: 36px;
  }
  .input_area .product_info .model .txt2 {
    padding-right: 130px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #333;
  }
  .input_area .product_info .model .change {
    width: 115px;
  }
  .input_area .product_info .model .img {
    width: 110px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: -25px;
    bottom: auto;
  }
  .input_area .product_info .model .img img {
    vertical-align: top;
    width: 100%;
  }
  .input_area .product_info .detail {
    margin: 0 -27px;
    padding: 13px 27px 23px;
    border-top: 1px solid #e1e1e1;
    background: #fafafa;
  }
  .input_area .product_info .detail .spec th {
    width: 90px;
    padding: 3px 10px 3px 0;
    vertical-align: top;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
  }
  .input_area .product_info .detail .spec td {
    padding: 3px 0;
    font-size: 12px;
  }
  .input_area .product_info .detail .spec td .spot {
    font-size: 10px;
    color: #137f95;
  }
  .input_area .init_guide_type .label {
    font-size: 14px;
  }
  .input_area .init_guide_type .radio label {
    padding: 22px 15px 12px 15px;
    font-size: 12px;
  }
  .input_area .init_guide_type .radio label span {
    padding: 0 13px 20px 13px;
  }
  .input_area .init_guide_type .radio input[type=radio]:checked + label::after {
    width: 16px;
    height: 12px;
    background-image: url(../img/m/btn_switch.png);
    background-size: 30px auto;
  }
  .input_area .init_guide_type_tail {
    margin-top: 6px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .input_area .input_item.led .input_gtoggle .section01 {
    width: 100%;
    padding: 0;
  }
  .input_area .input_item.led .input_gtoggle .section02 {
    width: 100%;
  }
  .input_area .input_item.led .input_gtoggle .section01 input[type=radio].switch + label {
    float: left;
    width: 49%;
  }
  .input_area .input_item.led .input_gtoggle .section01 input[type=radio].switch + label:nth-last-of-type(1) {
    margin-left: 2%;
  }
} /*// media only screen and (max-width: 1080px)*/
#serialno {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 0px solid #333;
  z-index: 999;
  height: 0px;
  overflow: hidden;
}

/* software renewal */
.software-area {
  padding-bottom: 150px;
  background-color: #f3f4f4;
}

.software-area .software-section {
  display: block;
  margin-top: 60px;
  font-size: 0;
}

.software-area .software-section:first-child {
  margin-top: 0;
  padding-top: 49px;
}

.software-area .software-section .title {
  margin-bottom: 30px;
  font-size: 28px;
  color: #000;
  font-weight: 400;
}

.software-area .software-item {
  display: inline-block;
  vertical-align: top;
  width: 48.75%;
  padding: 30px 0 0;
  box-sizing: border-box;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.software-area .software-item + .software-item {
  margin-left: 2.5%;
}

.software-area .software-item + .software-item.single {
  margin: 36px 0 0;
}

.software-area .software-item .content {
  position: relative;
  padding: 0 25px 30px;
  min-height: 172px;
  box-sizing: border-box;
}

.software-area .software-item .subtitle {
  word-break: break-word;
  max-width: 57.83475%;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}

.software-area .software-item .text {
  margin-top: 9px;
  max-width: 57.83475%;
  box-sizing: border-box;
  word-break: break-word;
  font-size: 20px;
  color: #333;
}

.software-area .software-item .image {
  position: absolute;
  right: 25px;
  top: 0;
  width: 216px;
  height: 142px;
}

.software-area .software-item .link {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 70px;
  padding: 0 25px;
  line-height: 70px;
  box-sizing: border-box;
  border-top: 1px #f3f4f4 solid;
  font-size: 18px;
  font-weight: 400;
  color: #fd312e;
}

.software-area .software-item .link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 12px;
  width: 11px;
  height: 11px;
  background: url(../img/w/icon_btn_link.png) no-repeat center/100% auto;
}

@media (min-width: 1212px) and (max-width: 1289px) {
  .software-area .software-item .content {
    min-height: 184px;
  }
}
@media (min-width: 1081px) and (max-width: 1211px) {
  .software-area .software-item .content {
    min-height: 240px;
  }
}
@media only screen and (max-width: 1080px) {
  .software-area {
    padding-bottom: 60px;
  }
  .software-area .software-section {
    margin-top: 30px;
  }
  .software-area .software-section:first-child {
    padding-top: 22px;
  }
  .software-area .software-section .title {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .software-area .software-item {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .software-area .software-item + .software-item,
  .software-area .software-item + .software-item.single {
    margin: 8px 0 0;
  }
  .software-area .software-item .content {
    padding: 0 15px 20px;
    min-height: 72px;
  }
  .software-area .software-item .subtitle {
    max-width: 50.98039%;
    font-size: 14px;
  }
  .software-area .software-item .text {
    font-size: 12px;
  }
  .software-area .software-item .image {
    right: 15px;
    width: 108px;
    height: 71px;
  }
  .software-area .software-item .link {
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
  }
}
.contact-us {
  max-width: 1440px;
  margin: 0 auto;
}

.contact-us > * {
  box-sizing: border-box;
}

.contact-us__scene {
  display: none;
}

.contact-us__scene.active {
  display: block;
}

.contact-us__header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 257px;
}

.contact-us__header.hide {
  display: none;
}

.contact-us__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "LG EI Headline";
  font-weight: 300;
  font-size: 58px;
  color: #000;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1080px) {
  .contact-us {
    max-width: 100%;
    padding: 0 14px;
  }
  .contact-us__header {
    height: 106px;
  }
  .contact-us__title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.contact-us .hidden {
  visibility: hidden;
}

.chatbot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  z-index: 98;
  bottom: 100px;
  right: 70px;
  width: 482px;
  height: 159px;
  background-image: url("/theme/rbFront/img/w/chatbot/chatbot_frame.png");
  background-repeat: no-repeat;
  transform: scale(0.715);
  transform-origin: bottom right;
}

.chatbot__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 100%;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .chatbot {
    bottom: 30px;
    right: 20px;
    transform: scale(0.5);
  }
}
.contact-us {
  /* Form Components */
}

.contact-us .form-group {
  position: relative;
  width: 100%;
}

.contact-us .form-group .form-label {
  position: absolute;
  top: 17px;
  left: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #121212;
  pointer-events: none;
  background: #fff;
  padding: 0 0;
  transition: 0.2s ease all;
}

.contact-us .form-group .form-label.active {
  top: 5px;
  left: 30px;
  font-size: 14px;
}

.contact-us .form-group .form-label.active + .form-input {
  font-family: "LG EI Headline";
  padding-top: 14px;
}

.contact-us .form-group .form-label.active + textarea.form-input {
  padding-top: 24px;
}

.contact-us .form-group .form-label.active + textarea.form-input::placeholder {
  font-family: "LG EI Text";
  font-weight: 300;
  color: #7e7d7d;
}

.contact-us .form-group .form-label.hide {
  display: none;
}

.contact-us .form-group .form-input {
  width: 100%;
  height: 64px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 300;
  color: #121212;
  border: 1px solid #121212;
  border-radius: 20px;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

.contact-us .form-group .form-input:focus {
  border-width: 3px;
  padding: 0 28px;
  transition: none;
}

.contact-us .form-group .form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 65px;
  border-radius: 20px;
  background-color: #fff;
  border: solid 1px #121212;
  cursor: pointer;
}

.contact-us .form-group textarea.form-input {
  height: 156px;
}

.contact-us .form-group select.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px;
  padding-right: 60px;
  background: url("/theme/rbFront/img/w/contact-us/arrow_down.png") no-repeat right 30px center;
}

.contact-us .form-group .form-message {
  font-size: 14px;
  font-weight: 400;
  color: #fd312e;
  margin: 10px 0 0;
  padding: 0 30px;
  display: none;
}

.contact-us .form-group--icon .form-input {
  width: calc(100% - 80px);
}

.contact-us .form-group--icon .form-button {
  position: absolute;
  top: 0;
  right: 0;
}

.contact-us .form-group.required .form-label {
  font-weight: 400;
  color: #000;
}

.contact-us .form-group.required .form-label::after {
  content: " *";
  color: #fd312e;
}

.contact-us .form-group.required .form-input {
  font-weight: 400;
  color: #000;
}

.contact-us .form-group.disabled {
  pointer-events: none;
}

.contact-us .form-group.disabled:hover {
  cursor: not-allowed;
}

.contact-us .form-group.disabled .form-label {
  background: #f3f4f4;
  color: #b3b3b3;
}

.contact-us .form-group.disabled .form-label::after {
  opacity: 0.4;
}

.contact-us .form-group.disabled .form-input {
  background-color: #f3f4f4;
  border-color: #b3b3b3;
}

.contact-us .form-group.disabled select.form-input {
  background-image: url("/theme/rbFront/img/w/contact-us/arrow_down_disabled.png");
}

.contact-us .form-group.error .form-label {
  color: #fd312e;
}

.contact-us .form-group.error .form-input {
  border-color: #fd312e;
}

.contact-us .form-group.error .form-message {
  display: block;
}

.contact-us .form-group.hide {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .contact-us .form-group .form-label {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .contact-us .form-group .form-label.active {
    top: 6px;
    left: 14px;
    font-size: 12px;
  }
  .contact-us .form-group .form-label.active + .form-input {
    font-family: "LG EI Headline";
    padding: 21px 17px 0;
  }
  .contact-us .form-group .form-input {
    height: 60px;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 14px;
  }
  .contact-us .form-group .form-message {
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0 17px;
  }
  .contact-us .form-group select.form-input {
    background-size: 14px;
    padding-right: 50px;
    background-position: right 20px center;
  }
  .contact-us .form-group .form-button {
    width: 64px;
    height: 60px;
  }
  .contact-us .form-group--icon .form-input {
    width: calc(100% - 72px);
  }
}
.contact-us {
  /* Radio Components */
}

.contact-us .form-radio-group {
  position: relative;
  border: solid 1px #121212;
  border-radius: 30px;
  padding: 21px 30px 25px;
  display: flex;
  flex-direction: column;
}

.contact-us .form-radio-group__label {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  padding-bottom: 17px;
  border-bottom: 1px solid #cbc8c2;
}

.contact-us .form-radio-group__label-bullet {
  display: none;
}

.contact-us .form-radio-group__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 14px;
  margin-top: 20px;
  height: 160px;
  overflow-y: auto;
}

.contact-us .form-radio-group__body::-webkit-scrollbar {
  width: 7px;
}

.contact-us .form-radio-group__body::-webkit-scrollbar-track {
  background: #f3f4f4;
}

.contact-us .form-radio-group__body::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border: 1px solid #b3b3b3;
}

.contact-us .form-radio-group__message {
  position: absolute;
  left: 30px;
  bottom: -9px;
  transform: translateY(100%);
  font-size: 14px;
  font-weight: 400;
  color: #fd312e;
  display: none;
}

.contact-us .form-radio-group.required .form-radio-group__label {
  color: #000;
}

.contact-us .form-radio-group.required .form-radio-group__label::after {
  content: " *";
  color: #fd312e;
  margin-left: 5px;
}

.contact-us .form-radio-group.required .form-radio__label {
  color: #000;
}

.contact-us .form-radio-group.error {
  margin-bottom: 28px;
}

.contact-us .form-radio-group.error .form-radio-group__label {
  color: #fd312e;
}

.contact-us .form-radio-group.error .form-radio__label::before {
  border-color: #fd312e;
}

.contact-us .form-radio-group.error .form-radio__label::after {
  background-color: #fd312e;
}

.contact-us .form-radio-group.error .form-radio-group__message {
  display: block;
}

.contact-us .form-radio-group.disabled {
  pointer-events: none;
}

.contact-us .form-radio-group.disabled .form-radio {
  opacity: 0.4;
}

.contact-us .form-radio-group .form-radio__input {
  display: none;
}

.contact-us .form-radio-group .form-radio__input:checked + .form-radio__label::after {
  opacity: 1;
}

.contact-us .form-radio-group .form-radio__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  color: #121212;
  line-height: 1;
  cursor: pointer;
  padding-left: 26px;
}

.contact-us .form-radio-group .form-radio__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 1px #121212;
  margin-right: 19px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}

.contact-us .form-radio-group .form-radio__label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  transform: translate(50%, 0%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #121212;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media only screen and (max-width: 1080px) {
  .contact-us .form-radio-group {
    padding: 0 10px 15px 10px;
    border-radius: 15px;
    height: auto;
  }
  .contact-us .form-radio-group__label {
    font-size: 14px;
    padding: 10px 10px 10px;
    position: sticky;
    top: 54px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 1;
  }
  .contact-us .form-radio-group__label-bullet {
    display: block;
    position: absolute;
    right: 16px;
    width: 14px;
    opacity: 1;
  }
  .contact-us .form-radio-group__body {
    height: auto;
    gap: 0;
    margin-top: 6px;
    padding: 0 10px;
  }
  .contact-us .form-radio-group__message {
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0 17px;
    left: 0;
    width: 100%;
  }
  .contact-us .form-radio-group .form-radio {
    padding: 7px 0;
  }
  .contact-us .form-radio-group .form-radio__label {
    font-size: 14px;
  }
  .contact-us .form-radio-group .form-radio__label::before {
    content: "";
    margin-right: 13px;
    top: 0;
  }
  .contact-us .form-radio-group .form-radio__label::after {
    top: 4px;
  }
  .contact-us .form-radio-group.error {
    margin-bottom: 23px;
  }
  .contact-us .form-radio-group.disabled {
    padding: 20px 10px 20px;
    border-color: #b3b3b3;
    background-color: #f3f4f4;
  }
  .contact-us .form-radio-group.disabled .form-radio-group__label {
    padding: 0 10px;
    border-bottom: none;
    color: #b3b3b3;
    background-color: #f3f4f4;
  }
  .contact-us .form-radio-group.disabled .form-radio-group__label-bullet {
    right: 10px;
    opacity: 0.4;
    transform: rotate(270deg);
  }
  .contact-us .form-radio-group.disabled .form-radio-group__body {
    display: none;
  }
  .contact-us .form-radio-group.collapse {
    padding: 20px 10px 20px;
  }
  .contact-us .form-radio-group.collapse .form-radio-group__label {
    padding: 0 10px;
    border-bottom: none;
  }
  .contact-us .form-radio-group.collapse .form-radio-group__label-bullet {
    right: 10px;
    transform: rotate(270deg);
  }
  .contact-us .form-radio-group.collapse .form-radio-group__body {
    display: none;
  }
}
.contact-us {
  /* Checkbox Components */
}

.contact-us .form-checkbox__input {
  display: none;
}

.contact-us .form-checkbox__input:checked + .form-checkbox__label::after {
  opacity: 1;
}

.contact-us .form-checkbox__input:checked + .form-checkbox__label::before {
  border-color: #121212;
}

.contact-us .form-checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #121212;
  padding-left: 35px;
  cursor: pointer;
}

.contact-us .form-checkbox__label::before {
  content: "";
  display: inline-block;
  border-radius: 5px;
  width: 21px;
  height: 21px;
  border: solid 1px #b3b3b3;
  background: #fff;
}

.contact-us .form-checkbox__label::after {
  content: "";
  color: #fd312e;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(1px, -50%);
  width: 21px;
  height: 21px;
  background: url("/theme/rbFront/img/w/contact-us/icon_check.png") no-repeat center center;
}

.contact-us .form-checkbox.error .form-checkbox__label::before {
  border-color: #fd312e;
}

@media only screen and (max-width: 1080px) {
  .contact-us .form-checkbox__label {
    font-size: 12px;
    padding-left: 20px;
  }
  .contact-us .form-checkbox__label::before {
    border-radius: 3px;
    width: 12px;
    height: 12px;
    transform: translateY(4px);
  }
  .contact-us .form-checkbox__label::after {
    color: #fd312e;
    font-size: 16px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: translate(1px, 39%);
    width: 12px;
    height: 12px;
    background-size: 12px 8.47px;
  }
}
.contact-us {
  /* Button Components */
}

.contact-us .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}

.contact-us .button-group .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 58px;
  padding: 0 32px;
  border-radius: 28px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  background-color: #fd312e;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.contact-us .button-group .button--primary {
  background-color: #fd312e;
}

.contact-us .button-group .button--secondary {
  background-color: #fff;
  border: solid 1px #121212;
  color: #121212;
}

.contact-us .button-group .button.disabled {
  background-color: #b3b3b3;
  color: #fff;
}

@media only screen and (max-width: 1080px) {
  .contact-us .button-group {
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 5%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.9) 20%, white 30%, white 90%, rgba(255, 255, 255, 0.9) 100%);
    position: fixed;
    left: 0;
    bottom: 0px;
    padding: 0 14px;
    box-sizing: border-box;
    gap: 18px;
    z-index: 1;
  }
  .contact-us .button-group.unfixed {
    position: absolute;
    bottom: 0;
    padding: 0 0;
  }
  .contact-us .button-group .button {
    height: 40px;
    font-size: 14px;
  }
}
.contact-us {
  /* Accordon Components */
}

.contact-us .accordion {
  padding-bottom: 100px;
}

.contact-us .accordion__item {
  transform: translateY(-1px);
}

.contact-us .accordion__item.active .accordion__header {
  background-color: #fff;
  border-bottom: solid 1px #121212;
}

.contact-us .accordion__item.active .accordion__content {
  display: block;
  border-bottom: solid 1px #b3b3b3;
}

.contact-us .accordion__item.complete .accordion__utility {
  display: flex;
}

.contact-us .accordion__item.complete .accordion__title {
  color: #000;
}

.contact-us .accordion__item.active .accordion__title {
  color: #000;
}

.contact-us .accordion__content {
  display: none;
  position: relative;
}

.contact-us .accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #b3b3b3;
  height: 77px;
}

.contact-us .accordion__title {
  font-family: "LG EI Headline";
  font-size: 26px;
  color: #b3b3b3;
  font-weight: 400;
}

.contact-us .accordion__utility {
  display: none;
}

.contact-us .accordion__em {
  font-family: "LG EI Headline";
  font-size: 16px;
  font-weight: 400;
  color: #fd312e;
  margin-left: 2px;
}

.contact-us .accordion__button {
  width: 178px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #121212;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  background-color: #fff;
}

@media only screen and (max-width: 1080px) {
  .contact-us .accordion {
    padding-bottom: 40px;
  }
  .contact-us .accordion__header {
    height: auto;
    min-height: 62px;
  }
  .contact-us .accordion__title {
    font-size: 19px;
  }
  .contact-us .accordion__item {
    transform: none;
  }
  .contact-us .accordion__em {
    display: block;
  }
  .contact-us .accordion__button {
    width: 70px;
    height: 25px;
    font-size: 14px;
  }
}
.contact-us {
  /* Needs Section */
}

.contact-us .needs {
  padding-bottom: 171px;
}

.contact-us .needs__bodycopy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 100px;
  text-align: center;
}

.contact-us .needs__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.contact-us .needs__item {
  position: relative;
  display: flex;
  width: 257px;
  height: 171px;
  border: solid 1px #121212;
  border-radius: 30px;
}

.contact-us .needs__item:hover, .contact-us .needs__item.active {
  background: #f0ece4;
  color: white;
}

.contact-us .needs__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  box-sizing: border-box;
}

@media only screen and (max-width: 1080px) {
  .contact-us .needs {
    padding: 0 0 40px;
  }
  .contact-us .needs__bodycopy {
    font-size: 18px;
    margin: 34px 0 32px;
    padding: 0 18px;
  }
  .contact-us .needs__items {
    flex-direction: column;
  }
  .contact-us .needs__item {
    width: 100%;
    height: 60px;
    border-radius: 15px;
  }
  .contact-us .needs__button {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
  }
  .contact-us .needs__button img {
    width: auto;
    max-width: 100%;
    transform: scale(0.5);
  }
  .contact-us .needs__icon {
    width: 70px;
    display: flex;
  }
}
.contact-us {
  /* Personal Information Section */
}

.contact-us .personal__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 900px;
  margin: 40px auto 10px;
}

.contact-us .personal__header-left {
  font-size: 22px;
  font-weight: 400;
  color: #000;
}

.contact-us .personal__header-right {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: left;
  margin-top: 18px;
}

.contact-us .personal__header-right::before {
  content: "*";
  color: #fd312e;
  margin-right: 5px;
}

.contact-us .personal__form {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto 0;
  padding-bottom: 46px;
  gap: 10px;
}

.contact-us .personal__item {
  flex-basis: calc(50% - 5px);
  display: flex;
  gap: 10px;
}

.contact-us .personal__item:first-child .form-label {
  width: 80%;
}

.contact-us .personal .button-group {
  margin-top: 38px;
}

@media only screen and (max-width: 1080px) {
  .contact-us .personal__header {
    margin-top: 20px;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .contact-us .personal__header-left {
    font-size: 16px;
  }
  .contact-us .personal__header-right {
    font-size: 13px;
    text-align: left;
    margin-top: 0;
  }
  .contact-us .personal__form {
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 110px;
  }
  .contact-us .personal__item {
    flex-direction: column;
  }
  .contact-us .personal .button-group {
    margin-top: 0;
  }
}
.contact-us {
  /* Product & Solution Section */
}

.contact-us .product__title {
  display: flex;
  font-size: 22px;
  font-weight: 400;
  margin-top: 40px;
}

.contact-us .product .recently .product__box {
  display: block;
}

.contact-us .product .recently .button-recently-close {
  text-decoration: underline;
  color: #000;
}

.contact-us .product .recently .button-recently-close__bullet {
  display: inline-block;
  transform: rotate(90deg) translate(0px, 12px);
}

.contact-us .product .recently.close .button-recently-close {
  color: #fd312e;
  text-decoration: none;
}

.contact-us .product .recently.close .button-recently-close__bullet {
  transform: rotate(0deg) translate(-12px, 0px);
}

.contact-us .product .recently.close .product__box {
  display: none;
}

.contact-us .product .recently__arrow {
  position: absolute;
  display: block;
  top: 0;
  width: 100px;
  height: 124px;
  z-index: 5;
  cursor: pointer;
}

.contact-us .product .recently__arrow--left {
  left: 0;
}

.contact-us .product .recently__arrow--left .slick-prev {
  left: 0;
  top: 70px;
}

.contact-us .product .recently__arrow--left .slick-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.contact-us .product .recently__arrow--right {
  right: 0;
}

.contact-us .product .recently__arrow--right .slick-next {
  right: 0;
  top: 70px;
}

.contact-us .product .recently__arrow--right .slick-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.contact-us .product .recently .slick-slide {
  margin: 0 6px;
}

.contact-us .product .recently .slick-arrow.slick-disabled {
  display: none !important;
}

.contact-us .product .recently .slick-track {
  min-width: 100%;
}

.contact-us .product .form-radio-group.error {
  margin-bottom: 0;
}

.contact-us .product .button-group {
  margin: 46px auto;
}

.contact-us .product__util {
  text-align: left;
  font-size: 18px;
  color: #000;
  margin-top: 18px;
}

.contact-us .product__util::before {
  content: "*";
  color: #fd312e;
  margin-right: 5px;
}

.contact-us .product__box {
  display: flex;
  gap: 14px;
  margin-top: 10px;
  position: relative;
}

.contact-us .product__recently-empty {
  position: relative;
  padding: 0 24px;
}

.contact-us .product__recently-empty-item {
  width: 416px;
  height: 123px;
  border: 1px solid #b3b3b3;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #b3b3b3;
  box-sizing: border-box;
}

.contact-us .product__recently-empty-item img {
  width: 21px;
  height: 21px;
  margin-right: 13px;
}

.contact-us .product__recently {
  position: relative;
  padding: 0 24px;
}

.contact-us .product__recently-item {
  border: solid 1px #121212;
  border-radius: 30px;
  display: flex !important;
  width: 296px;
  height: 123px;
  padding: 17px 20px 18px 7px;
  gap: 6px;
  box-sizing: border-box;
}

.contact-us .product__recently-item:hover {
  cursor: pointer;
}

.contact-us .product__recently-item.selected {
  border: solid 3px #fd312e;
  padding: 15px 18px 16px 5px;
}

.contact-us .product__recently-thumbnail {
  width: 129px;
}

.contact-us .product__recently-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.contact-us .product__recently-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  gap: 6px;
}

.contact-us .product__recently-headline {
  font-size: 16px;
}

.contact-us .product__recently-modelname {
  font-size: 18px;
  font-family: "LG EI Headline";
  font-weight: 400;
}

.contact-us .product__subtitle {
  display: none;
  align-items: center;
  gap: 5px;
  font-size: 22px;
  font-weight: 400;
  color: #fd312e;
  margin-top: 30px;
  transform: translateY(8px);
}

.contact-us .product__subtitle.selected {
  display: flex;
}

.contact-us .product__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 25%;
  min-width: 0;
}

.contact-us .product__list-header {
  display: flex;
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
}

.contact-us .product__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: solid 1px #121212;
  border-radius: 30px;
  padding: 21px 30px 25px;
  height: 100%;
}

.contact-us .product__card.disabled {
  border-color: #b3b3b3;
  background-color: #f3f4f4;
}

.contact-us .product__card.disabled .product__thumbnail,
.contact-us .product__card.disabled .product__headline,
.contact-us .product__card.disabled .product__modelname,
.contact-us .product__card.disabled .product__spec {
  visibility: hidden;
}

.contact-us .product__card.disabled::after {
  content: "No product selected.";
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #b3b3b3;
  font-size: 22px;
  font-weight: 400;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
}

.contact-us .product__thumbnail {
  display: flex;
  justify-content: center;
}

.contact-us .product__thumbnail img {
  max-width: 100%;
  height: 166px;
}

.contact-us .product__headline {
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
}

.contact-us .product__modelname {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 16px;
}

.contact-us .product__spec {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  gap: 2px;
}

.contact-us .product__spec-item {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.contact-us .product__spec-value {
  font-size: 20px;
}

.contact-us .product .form-radio-group__body {
  height: 400px;
}

@media only screen and (max-width: 1080px) {
  .contact-us .product {
    padding-bottom: 74px;
  }
  .contact-us .product__title {
    font-size: 16px;
    margin-top: 16px;
  }
  .contact-us .product__util {
    font-size: 13px;
    transform: translateY(10px);
    margin-top: 4px;
  }
  .contact-us .product__util::before {
    margin-right: 5px;
  }
  .contact-us .product .form-radio-group.error {
    margin-bottom: 19px;
  }
  .contact-us .product__box {
    margin-top: 16px;
    margin-bottom: 26px;
    flex-direction: column;
  }
  .contact-us .product__recently-empty {
    padding: 0 20px;
  }
  .contact-us .product__recently {
    padding: 0 20px;
  }
  .contact-us .product__recently-empty-item {
    width: 100%;
    height: 74.5px;
    font-size: 14px;
    border-radius: 15px;
  }
  .contact-us .product__recently-empty-item img {
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }
  .contact-us .product__recently-item {
    width: 190px;
    height: 75px;
    border-radius: 15px;
    padding: 4px 12px 6px 5px;
  }
  .contact-us .product__recently-item.selected {
    padding: 2px 10px 4px 3px;
  }
  .contact-us .product__recently-thumbnail {
    width: 98px;
  }
  .contact-us .product__recently-thumbnail img {
    border-radius: 15px;
    width: auto;
    height: 63px;
  }
  .contact-us .product__recently-text {
    font-size: 14px;
    gap: 0;
  }
  .contact-us .product__recently-headline {
    font-size: 12px;
  }
  .contact-us .product__recently-modelname {
    font-size: 14px;
  }
  .contact-us .product__subtitle {
    font-size: 16px;
    margin-top: 13px;
  }
  .contact-us .product__subtitle img {
    width: 14px;
    height: 14px;
  }
  .contact-us .product__list {
    width: auto;
    max-width: none;
  }
  .contact-us .product__thumbnail img {
    max-width: 100%;
    width: 70%;
    height: auto;
  }
  .contact-us .product__headline {
    font-size: 12px;
  }
  .contact-us .product__modelname {
    font-size: 16px;
    margin-top: 6px;
  }
  .contact-us .product__spec {
    display: flex;
    margin-top: 8px;
    gap: 0;
  }
  .contact-us .product__spec-value {
    font-size: 14px;
  }
  .contact-us .product__card {
    padding: 10px 20px 20px;
  }
  .contact-us .product__card.disabled {
    display: none;
  }
  .contact-us .product .form-radio-group__body {
    height: auto;
  }
  .contact-us .product .recently__arrow {
    width: 55px;
    height: 75px;
    z-index: 5;
  }
  .contact-us .product .recently__arrow--left {
    left: 0;
  }
  .contact-us .product .recently__arrow--left .slick-prev {
    top: 50px;
    width: 10px;
    height: 17px;
    background-size: 10px auto;
  }
  .contact-us .product .recently__arrow--left .slick-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .contact-us .product .recently__arrow--right {
    right: 0;
  }
  .contact-us .product .recently__arrow--right .slick-next {
    top: 50px;
    width: 10px;
    height: 17px;
    background-size: 10px auto;
  }
  .contact-us .product .recently__arrow--right .slick-mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .contact-us .product .button-group {
    margin: 0 auto;
  }
}
.contact-us {
  /* Company Information Section */
}

.contact-us .company__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 900px;
  margin: 40px auto 10px;
}

.contact-us .company__header-left {
  font-size: 22px;
  font-weight: 400;
  color: #000;
}

.contact-us .company__header-right {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-top: 18px;
}

.contact-us .company__header-right::before {
  content: "*";
  color: #fd312e;
  margin-right: 5px;
}

.contact-us .company__form {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto 0;
  padding-bottom: 46px;
  gap: 10px;
}

.contact-us .company__item {
  flex-basis: calc(50% - 10px);
}

.contact-us .company__item--full {
  flex-basis: calc(100% - 10px);
}

.contact-us .company .privacy-policy {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}

.contact-us .company .privacy-policy__title {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 20px;
}

.contact-us .company .privacy-policy__footer {
  margin: 4px 0 0 35px;
}

.contact-us .company .privacy-policy__text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #121212;
  margin-bottom: 20px;
}

.contact-us .company .privacy-policy__list {
  display: flex;
  gap: 20px;
}

.contact-us .company .privacy-policy__list-item {
  font-size: 16px;
  color: #fd312e;
  position: relative;
}

.contact-us .company .privacy-policy__list-item:last-child::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 12px;
  background-color: #b3b3b3;
  transform: translateY(-50%);
}

.contact-us .company .privacy-policy__message {
  font-size: 14px;
  font-weight: 400;
  margin-left: 35px;
  color: #fd312e;
  margin-top: 10px;
  display: none;
}

.contact-us .company .privacy-policy--eu .form-checkbox {
  margin-top: 6px;
}

.contact-us .company .privacy-policy.error .privacy-policy__message {
  display: block;
}

.contact-us .company .privacy-policy.hide {
  display: none;
}

.contact-us .company .button-group {
  margin-top: 40px;
}

@media only screen and (max-width: 1080px) {
  .contact-us .company {
    padding-bottom: 74px;
  }
  .contact-us .company__header {
    width: 100%;
    flex-direction: column;
    margin: 20px auto 10px;
  }
  .contact-us .company__header-left {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-us .company__header-right {
    font-size: 13px;
    text-align: left;
    margin-top: 0;
  }
  .contact-us .company__form {
    width: 100%;
    flex-direction: column;
    padding-bottom: 40px;
    margin-top: 0;
  }
  .contact-us .company .button-group {
    margin-top: 0;
  }
  .contact-us .company .privacy-policy__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact-us .company .privacy-policy__text {
    font-size: 12px;
    color: #121212;
    margin-bottom: 12px;
  }
  .contact-us .company .privacy-policy__list {
    gap: 45px;
  }
  .contact-us .company .privacy-policy__list-item {
    font-size: 12px;
  }
  .contact-us .company .privacy-policy__list-item:last-child::before {
    left: -22.5px;
    width: 1px;
    height: 10px;
  }
  .contact-us .company .privacy-policy__message {
    font-size: 12px;
    margin-left: 0;
    padding: 0 19px;
    margin-top: 5px;
  }
  .contact-us .company .privacy-policy__footer {
    margin: 2px 0 0 20px;
  }
  .contact-us .company .privacy-policy--eu .form-checkbox {
    margin-top: 2px;
  }
}
.contact-us {
  /* Complete Section */
}

.contact-us .complete__headline {
  display: flex;
  justify-content: center;
  font-family: "LG EI Headline";
  font-weight: 400;
  font-size: 30px;
  color: #000;
  margin-top: 117px;
  line-height: 1;
  text-align: center;
}

.contact-us .complete__bodycopy {
  display: flex;
  justify-content: center;
  font-family: "LG EI Headline";
  font-weight: 400;
  font-size: 30px;
  color: #000;
  line-height: 1;
  margin-top: 14px;
  text-align: center;
}

.contact-us .complete__logo {
  display: flex;
  justify-content: center;
  margin: 40px 0 50px;
  text-align: center;
}

.contact-us .complete__logo img {
  width: 150px;
}

.contact-us .complete__title {
  display: flex;
  justify-content: center;
  font-family: "LG EI Headline";
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.contact-us .complete__cards {
  margin: 70px 0 100px;
  margin-left: -90px;
}

.contact-us .complete__cards .slick-slide {
  margin-left: 90px;
}

.contact-us .complete__card {
  display: flex;
  flex-direction: column;
  width: 420px;
}

.contact-us .complete__card-image img {
  border-radius: 30px;
  width: 100%;
}

.contact-us .complete__card-eyebrow {
  font-size: 20px;
  line-height: 1;
  color: #000;
  margin-top: 25px;
}

.contact-us .complete__card-name {
  font-family: "LG EI Headline";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin-top: 14px;
}

.contact-us .complete__card-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 49px;
  color: #121212;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #121212;
  border-radius: 24px;
  margin-top: 29px;
  font-family: "LG EI Headline";
  font-size: 20px;
  font-weight: 400;
}

.contact-us .complete__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 58px 0 97px;
}

.contact-us .complete__list-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 38px;
  margin-left: 38px;
}

.contact-us .complete__list-item::before {
  content: "";
  width: 1px;
  height: 22px;
  background: #b3b3b3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-us .complete__list-item:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.contact-us .complete__list-item:first-child::before {
  display: none;
}

.contact-us .complete__list-anchor {
  font-size: 22px;
  color: #000;
}

@media only screen and (max-width: 1080px) {
  .contact-us .complete .complete__headline {
    font-size: 18px;
    margin-top: 45px;
  }
  .contact-us .complete .complete__bodycopy {
    font-size: 18px;
    margin-top: 3px;
  }
  .contact-us .complete .complete__logo {
    margin: 20px 0 30px;
  }
  .contact-us .complete .complete__logo img {
    width: 100px;
    text-align: center;
  }
  .contact-us .complete .complete__title {
    font-size: 18px;
  }
  .contact-us .complete .complete__cards {
    margin: 25px 0 42px;
    margin-left: -12px;
  }
  .contact-us .complete .complete__cards .slick-slide {
    margin-left: 12px;
  }
  .contact-us .complete .complete__cards .slick-dots {
    display: flex;
    margin: 15px 14px;
  }
  .contact-us .complete .complete__cards .slick-dots button {
    display: none;
  }
  .contact-us .complete .complete__cards .slick-dots li {
    flex-basis: 100%;
    height: 2.5px;
    background-color: #f3f4f4;
    margin: 0;
    transition: background-color 0.4s;
  }
  .contact-us .complete .complete__cards .slick-dots li.slick-active {
    background-color: #fd312e;
  }
  .contact-us .complete .complete__card-image img {
    border-radius: 15px;
  }
  .contact-us .complete .complete__card-eyebrow {
    font-size: 12px;
    margin-top: 12px;
  }
  .contact-us .complete .complete__card-name {
    font-size: 14px;
    margin-top: 10px;
  }
  .contact-us .complete .complete__card-anchor {
    width: 90px;
    height: 25px;
    border-radius: 12px;
    font-size: 14px;
    margin-top: 14px;
  }
  .contact-us .complete .complete__list {
    margin-top: 26px;
    margin-bottom: 47px;
    padding: 0 0;
  }
  .contact-us .complete .complete__list-item {
    padding-left: 4px;
    margin-left: 4px;
    gap: 0px;
    flex: auto;
    justify-content: center;
  }
  .contact-us .complete .complete__list-item::before {
    height: 14px;
  }
  .contact-us .complete .complete__list-item:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .contact-us .complete .complete__list-item:first-child::before {
    display: none;
  }
  .contact-us .complete .complete__list-icon {
    transform: scale(0.6);
  }
  .contact-us .complete .complete__list-anchor {
    font-size: 13px;
  }
}
.download-center-tab {
  display: flex;
  margin-top: 40px;
}

.download-center-tab__item {
  flex: 1;
}

.download-center-tab__item--active .download-center-tab__button {
  border-color: #fd312e;
  font-weight: 600;
}

.download-center-tab__button {
  font-size: 32px;
  font-weight: 400;
  width: 100%;
  height: 65px;
  border-bottom: solid 2px #dddee0;
}

@media only screen and (max-width: 1080px) {
  .download-center-tab__button {
    font-size: 16px;
    height: 33px;
    border-bottom-width: 1px;
  }
}
.title_area .download-center-tab + #procForm .form_area {
  padding-top: 80px;
}

@media only screen and (max-width: 1080px) {
  .title_area .download-center-tab + #procForm .form_area {
    padding-top: 27px;
  }
}
#software-category-app {
  display: none;
}

.software-category {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 60px;
}

.software-category__item--active .software-category__button {
  text-decoration: underline 1px #000;
  text-underline-offset: 6px;
  font-weight: 600;
}

.software-category__button {
  font-size: 24px;
  font-weight: 400;
  height: 54px;
}

@media only screen and (max-width: 1080px) {
  .software-category {
    display: block;
    width: 100%;
    margin-top: 35px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 2px;
  }
  .software-category__item {
    display: inline-block;
    white-space: nowrap;
    padding-left: 30px;
  }
  .software-category__item:first-child {
    padding-left: 0;
  }
  .software-category__button {
    font-size: 14px;
    height: 27px;
  }
}
#software-list-app {
  display: none;
}

.software-list__container {
  max-width: 1440px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  padding-bottom: 60px;
}

.software-list__header {
  min-height: 45px;
}

.software-list__text {
  float: left;
  padding-top: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.software-list__counter {
  color: #fd312e;
  font-weight: 400;
}

.software-list__item {
  width: 49%;
  border: 1px solid #e8e9ea;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.software-list__item-box {
  position: relative;
  padding: 30px 0px 30px 34px;
}

.software-list__item-box-inner {
  min-height: 90px;
}

.software-list__name {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 50px;
}

.software-list__tag {
  display: block;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.software-list__secondary-text {
  display: block;
  margin-top: 23px;
  font-size: 18px;
  line-height: 100%;
  color: #767676;
  font-weight: 400;
}

.software-list__secondary-text p {
  display: inline-block;
  padding-right: 9px;
}

.software-list__anchor {
  display: block;
  padding: 30px 34px;
  color: #fd312e;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  box-sizing: border-box;
}

.software-list__anchor:hover {
  color: #fd312e;
  font-weight: 400;
}

.software-list__anchor span:after {
  content: "+";
  display: inline-block;
  padding-left: 5px;
}

@media only screen and (max-width: 1080px) {
  .software-list__container {
    gap: 10px 0%;
  }
  .software-list__header {
    min-height: 27px;
  }
  .software-list__text {
    padding-top: 7px;
    font-size: 14px;
  }
  .software-list__item {
    width: 100%;
  }
  .software-list__item-box {
    padding: 19px 0px 15px 13px;
  }
  .software-list__item-box-inner {
    min-height: 29px;
  }
  .software-list__name {
    font-size: 18px;
  }
  .software-list__tag {
    font-size: 12px;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    height: auto;
  }
  .software-list__secondary-text {
    font-size: 12px;
    margin-top: 17px;
  }
  .software-list__anchor {
    padding: 17px 15px;
    margin: 0;
    font-size: 14px;
    height: auto;
    border-top: solid 1px #f3f4f4;
  }
}
.software-download-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 750px;
  min-width: 350px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  z-index: 1001;
  box-sizing: border-box;
}

.software-download-popup__wall {
  display: block;
  position: fixed;
  left: -2500%;
  top: -2500%;
  width: 5000%;
  height: 5000%;
  opacity: 0.4;
  background: #000;
  z-index: 0;
}

.software-download-popup__layer-box {
  position: relative;
  padding-top: 54px;
  border-radius: 3px;
  background: #fff;
  z-index: 1;
}

.software-download-popup__header {
  position: relative;
  top: -54px;
  height: 18px;
  padding: 40px 40px 34px 33px;
  border-radius: 3px 3px 0 0;
  background: #fafafa;
}

.software-download-popup__header-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.software-download-popup__scroll {
  position: relative;
  margin-top: -54px;
  max-height: 666px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

.software-download-popup__content {
  min-height: 66px;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.2px;
}

.software-download-popup__headline {
  background: #fafafa;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  padding: 0 0 56px 34px;
}

.software-download-popup__box {
  padding-top: 27px;
  border-top: 1px solid #dedede;
  border-radius: 0 0 3px 3px;
  background: #fff;
}

.software-download-popup__category {
  margin: 0 0 3px;
  padding: 0 36px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.software-download-popup__files {
  position: relative;
  padding: 0 36px 0 36px;
}

.software-download-popup__file-item {
  padding: 28px 0 22px 0;
}

.software-download-popup__file-anchor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.software-download-popup__file-column {
  min-height: 56px;
}

.software-download-popup__file-column:first-child {
  width: 66%;
  padding-left: 65px;
}

.software-download-popup__file-column:last-child {
  width: 24%;
}

.software-download-popup__file-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 36px;
  height: 49px;
  padding-top: 33px;
  color: #99a8b0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  box-sizing: border-box;
  background: url(../img/w/icon_file_pdf.png) no-repeat 0 0;
}

.software-download-popup__file-name {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}

.software-download-popup__file-size {
  margin-top: 12px;
  color: #99a8b0;
  font-size: 14px;
  line-height: 1;
}

.software-download-popup__file-action {
  border-radius: 25px;
  border: 1px solid #dddee0;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 10% 8px 30%;
  margin-left: 10%;
  background: #fff url(../img/w/icon_file_down.png) no-repeat 18% 11px;
  background-size: 18px auto;
}

.software-download-popup__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 26px;
  height: 26px;
  text-indent: -999em;
  overflow: hidden;
  background: url(../img/m/btn_layer_close.png) no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 200;
}

@media only screen and (max-width: 1080px) {
  .software-download-popup {
    width: 100%;
    padding: 0 32px;
  }
  .software-download-popup__header {
    top: -54px;
    height: 18px;
    padding: 20px 18px;
    border-radius: 3px 3px 0 0;
    background: #fafafa;
  }
  .software-download-popup__header-title {
    font-size: 18px;
    line-height: 18px;
  }
  .software-download-popup__headline {
    background: #fafafa;
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 36px 18px;
  }
  .software-download-popup__box {
    padding-top: 20px;
  }
  .software-download-popup__category {
    padding: 0 18px;
    font-size: 14px;
  }
  .software-download-popup__files {
    padding: 0 18px;
  }
  .software-download-popup__file-item {
    padding: 18px 0 20px 0;
  }
  .software-download-popup__file-anchor {
    flex-direction: column;
  }
  .software-download-popup__file-column {
    min-height: 56px;
  }
  .software-download-popup__file-column:first-child {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
  }
  .software-download-popup__file-column:last-child {
    width: 100%;
  }
  .software-download-popup__file-icon {
    background-size: 30px auto;
  }
  .software-download-popup__file-name {
    font-size: 14px;
    line-height: 22px;
  }
  .software-download-popup__file-size {
    margin-top: 8px;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .software-download-popup__close {
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
  }
  .software-download-popup__file-action {
    font-size: 14px;
    padding: 8px 10% 8px 44%;
    margin-left: 0;
    background: #fff url(../img/w/icon_file_down.png) no-repeat 38% 14px;
    background-size: 14px auto;
  }
} 
.contact-us {
  max-width: 1440px;
  margin: 0 auto;
}
.contact-us > * {
  box-sizing: border-box;
}
.contact-us__scene {
  display: none;
}
.contact-us__scene.active {
  display: block;
}
.contact-us__header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 257px;
}
.contact-us__header.hide {
  display: none;
}
.contact-us__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "LG EI Headline";
  font-weight: 300;
  font-size: 58px;
  color: #000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1080px) {
  .contact-us {
    max-width: 100%;
    padding: 0 14px;
  }
  .contact-us__header {
    height: 106px;
  }
  .contact-us__title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.contact-us .hidden {
  visibility: hidden;
}

.chatbot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  z-index: 98;
  bottom: 100px;
  right: 70px;
  width: 482px;
  height: 159px;
  background-image: url("/theme/rbFront/img/w/chatbot/chatbot_frame.png");
  background-repeat: no-repeat;
  transform: scale(0.715);
  transform-origin: bottom right;
}
.chatbot__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .chatbot {
    bottom: 30px;
    right: 20px;
    transform: scale(0.5);
  }
}

.contact-us {
  /* Form Components */
}
.contact-us .form-group {
  position: relative;
  width: 100%;
}
.contact-us .form-group .form-label {
  position: absolute;
  top: 17px;
  left: 30px;
  font-size: 20px;
  font-weight: 300;
  color: #121212;
  pointer-events: none;
  background: #fff;
  padding: 0 0;
  transition: 0.2s ease all;
}
.contact-us .form-group .form-label.active {
  top: 5px;
  left: 30px;
  font-size: 14px;
}
.contact-us .form-group .form-label.active + .form-input {
  font-family: "LG EI Headline";
  padding-top: 14px;
}
.contact-us .form-group .form-label.active + textarea.form-input {
  padding-top: 24px;
}
.contact-us .form-group .form-label.active + textarea.form-input::placeholder {
  font-family: "LG EI Text";
  font-weight: 300;
  color: #7e7d7d;
}
.contact-us .form-group .form-label.hide {
  display: none;
}
.contact-us .form-group .form-input {
  width: 100%;
  height: 64px;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 300;
  color: #121212;
  border: 1px solid #121212;
  border-radius: 20px;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}
.contact-us .form-group .form-input:focus {
  border-width: 3px;
  padding: 0 28px;
  transition: none;
}
.contact-us .form-group .form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 65px;
  border-radius: 20px;
  background-color: #fff;
  border: solid 1px #121212;
  cursor: pointer;
}
.contact-us .form-group textarea.form-input {
  height: 156px;
}
.contact-us .form-group select.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px;
  padding-right: 60px;
  background: url("/theme/rbFront/img/w/contact-us/arrow_down.png") no-repeat right 30px center;
}
.contact-us .form-group .form-message {
  font-size: 14px;
  font-weight: 400;
  color: #fd312e;
  margin: 10px 0 0;
  padding: 0 30px;
  display: none;
}
.contact-us .form-group--icon .form-input {
  width: calc(100% - 80px);
}
.contact-us .form-group--icon .form-button {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-us .form-group.required .form-label {
  font-weight: 400;
  color: #000;
}
.contact-us .form-group.required .form-label::after {
  content: " *";
  color: #fd312e;
}
.contact-us .form-group.required .form-input {
  font-weight: 400;
  color: #000;
}
.contact-us .form-group.disabled {
  pointer-events: none;
}
.contact-us .form-group.disabled:hover {
  cursor: not-allowed;
}
.contact-us .form-group.disabled .form-label {
  background: #f3f4f4;
  color: #b3b3b3;
}
.contact-us .form-group.disabled .form-label::after {
  opacity: 0.4;
}
.contact-us .form-group.disabled .form-input {
  background-color: #f3f4f4;
  border-color: #b3b3b3;
}
.contact-us .form-group.disabled select.form-input {
  background-image: url("/theme/rbFront/img/w/contact-us/arrow_down_disabled.png");
}
.contact-us .form-group.error .form-label {
  color: #fd312e;
}
.contact-us .form-group.error .form-input {
  border-color: #fd312e;
}
.contact-us .form-group.error .form-message {
  display: block;
}
.contact-us .form-group.hide {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .contact-us .form-group .form-label {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .contact-us .form-group .form-label.active {
    top: 6px;
    left: 14px;
    font-size: 12px;
  }
  .contact-us .form-group .form-label.active + .form-input {
    font-family: "LG EI Headline";
    padding: 21px 17px 0;
  }
  .contact-us .form-group .form-input {
    height: 60px;
    border-radius: 15px;
    padding: 0 20px;
    font-size: 14px;
  }
  .contact-us .form-group .form-message {
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0 17px;
  }
  .contact-us .form-group select.form-input {
    background-size: 14px;
    padding-right: 50px;
    background-position: right 20px center;
  }
  .contact-us .form-group .form-button {
    width: 64px;
    height: 60px;
  }
  .contact-us .form-group--icon .form-input {
    width: calc(100% - 72px);
  }
}

.contact-us {
  /* Radio Components */
}
.contact-us .form-radio-group {
  position: relative;
  border: solid 1px #121212;
  border-radius: 30px;
  padding: 12px 30px 16px;
  display: flex;
  flex-direction: column;
}
.contact-us .form-radio-group__label {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  padding-bottom: 12px;
  border-bottom: 1px solid #cbc8c2;
}
.contact-us .form-radio-group__label-bullet {
  display: none;
}
.contact-us .form-radio-group__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
  margin-top: 14px;
  height: 160px;
  overflow-y: auto;
}
.contact-us .form-radio-group__body::-webkit-scrollbar {
  width: 7px;
}
.contact-us .form-radio-group__body::-webkit-scrollbar-track {
  background: #f3f4f4;
}
.contact-us .form-radio-group__body::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border: 1px solid #b3b3b3;
}
.contact-us .form-radio-group__message {
  position: absolute;
  left: 30px;
  bottom: -9px;
  transform: translateY(100%);
  font-size: 14px;
  font-weight: 400;
  color: #fd312e;
  display: none;
}
.contact-us .form-radio-group.required .form-radio-group__label {
  color: #000;
}
.contact-us .form-radio-group.required .form-radio-group__label::after {
  content: " *";
  color: #fd312e;
  margin-left: 5px;
}
.contact-us .form-radio-group.required .form-radio__label {
  color: #000;
}
.contact-us .form-radio-group.error {
  margin-bottom: 28px;
}
.contact-us .form-radio-group.error .form-radio-group__label {
  color: #fd312e;
}
.contact-us .form-radio-group.error .form-radio__label::before {
  border-color: #fd312e;
}
.contact-us .form-radio-group.error .form-radio__label::after {
  background-color: #fd312e;
}
.contact-us .form-radio-group.error .form-radio-group__message {
  display: block;
}
.contact-us .form-radio-group.disabled {
  pointer-events: none;
}
.contact-us .form-radio-group.disabled .form-radio {
  opacity: 0.4;
}
.contact-us .form-radio-group .form-radio__input {
  display: none;
}
.contact-us .form-radio-group .form-radio__input:checked + .form-radio__label::after {
  opacity: 1;
}
.contact-us .form-radio-group .form-radio__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  color: #121212;
  line-height: 1;
  cursor: pointer;
  padding-left: 32px;
}
.contact-us .form-radio-group .form-radio__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 1px #121212;
  margin-right: 19px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.contact-us .form-radio-group .form-radio__label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  transform: translate(50%, 0%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #121212;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1080px) {
  .contact-us .form-radio-group {
    padding: 0 10px 15px 10px;
    border-radius: 15px;
    height: auto;
  }
  .contact-us .form-radio-group__label {
    font-size: 14px;
    padding: 10px 10px 10px;
    position: sticky;
    top: 54px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    z-index: 1;
  }
  .contact-us .form-radio-group__label-bullet {
    display: block;
    position: absolute;
    right: 16px;
    width: 14px;
    opacity: 1;
  }
  .contact-us .form-radio-group__body {
    height: auto;
    gap: 0;
    margin-top: 6px;
    padding: 0 10px;
  }
  .contact-us .form-radio-group__message {
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0 17px;
    left: 0;
    width: 100%;
  }
  .contact-us .form-radio-group .form-radio {
    padding: 7px 0;
  }
  .contact-us .form-radio-group .form-radio__label {
    font-size: 14px;
  }
  .contact-us .form-radio-group .form-radio__label::before {
    content: "";
    margin-right: 13px;
    top: 0;
  }
  .contact-us .form-radio-group .form-radio__label::after {
    top: 4px;
  }
  .contact-us .form-radio-group.error {
    margin-bottom: 23px;
  }
  .contact-us .form-radio-group.disabled {
    padding: 20px 10px 20px;
    border-color: #b3b3b3;
    background-color: #f3f4f4;
  }
  .contact-us .form-radio-group.disabled .form-radio-group__label {
    padding: 0 10px;
    border-bottom: none;
    color: #b3b3b3;
    background-color: #f3f4f4;
  }
  .contact-us .form-radio-group.disabled .form-radio-group__label-bullet {
    right: 10px;
    opacity: 0.4;
    transform: rotate(270deg);
  }
  .contact-us .form-radio-group.disabled .form-radio-group__body {
    display: none;
  }
  .contact-us .form-radio-group.collapse {
    padding: 20px 10px 20px;
  }
  .contact-us .form-radio-group.collapse .form-radio-group__label {
    padding: 0 10px;
    border-bottom: none;
  }
  .contact-us .form-radio-group.collapse .form-radio-group__label-bullet {
    right: 10px;
    transform: rotate(270deg);
  }
  .contact-us .form-radio-group.collapse .form-radio-group__body {
    display: none;
  }
}

.contact-us {
  /* Checkbox Components */
}
.contact-us .form-checkbox__input {
  display: none;
}
.contact-us .form-checkbox__input:checked + .form-checkbox__label::after {
  opacity: 1;
}
.contact-us .form-checkbox__input:checked + .form-checkbox__label::before {
  border-color: #121212;
}
.contact-us .form-checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #121212;
  padding-left: 35px;
  cursor: pointer;
}
.contact-us .form-checkbox__label::before {
  content: "";
  display: inline-block;
  border-radius: 5px;
  width: 21px;
  height: 21px;
  border: solid 1px #b3b3b3;
  background: #fff;
}
.contact-us .form-checkbox__label::after {
  content: "";
  color: #fd312e;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(1px, -50%);
  width: 21px;
  height: 21px;
  background: url("/theme/rbFront/img/w/contact-us/icon_check.png") no-repeat center center;
}
.contact-us .form-checkbox.error .form-checkbox__label::before {
  border-color: #fd312e;
}
@media only screen and (max-width: 1080px) {
  .contact-us .form-checkbox__label {
    font-size: 12px;
    padding-left: 20px;
  }
  .contact-us .form-checkbox__label::before {
    border-radius: 3px;
    width: 12px;
    height: 12px;
    transform: translateY(4px);
  }
  .contact-us .form-checkbox__label::after {
    color: #fd312e;
    font-size: 16px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: translate(1px, 39%);
    width: 12px;
    height: 12px;
    background-size: 12px 8.47px;
  }
}

.contact-us {
  /* Button Components */
}
.contact-us .button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.contact-us .button-group .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 58px;
  padding: 0 32px;
  border-radius: 28px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  background-color: #fd312e;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.contact-us .button-group .button--primary {
  background-color: #fd312e;
}
.contact-us .button-group .button--secondary {
  background-color: #fff;
  border: solid 1px #121212;
  color: #121212;
}
.contact-us .button-group .button.disabled {
  background-color: #b3b3b3;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .contact-us .button-group {
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 5%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.9) 20%, white 30%, white 90%, rgba(255, 255, 255, 0.9) 100%);
    position: fixed;
    left: 0;
    bottom: 0px;
    padding: 0 14px;
    box-sizing: border-box;
    gap: 18px;
    z-index: 1;
  }
  .contact-us .button-group.unfixed {
    position: absolute;
    bottom: 0;
    padding: 0 0;
  }
  .contact-us .button-group .button {
    height: 40px;
    font-size: 14px;
  }
}

.contact-us {
  /* Accordon Components */
}
.contact-us .accordion {
  padding-bottom: 100px;
}
.contact-us .accordion__item {
  transform: translateY(-1px);
}
.contact-us .accordion__item.active .accordion__header {
  background-color: #fff;
  border-bottom: solid 1px #121212;
}
.contact-us .accordion__item.active .accordion__content {
  display: block;
  border-bottom: solid 1px #b3b3b3;
}
.contact-us .accordion__item.complete .accordion__utility {
  display: flex;
}
.contact-us .accordion__item.complete .accordion__title {
  color: #000;
}
.contact-us .accordion__item.active .accordion__title {
  color: #000;
}
.contact-us .accordion__content {
  display: none;
  position: relative;
}
.contact-us .accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #b3b3b3;
  height: 77px;
}
.contact-us .accordion__title {
  font-family: "LG EI Headline";
  font-size: 26px;
  color: #b3b3b3;
  font-weight: 400;
}
.contact-us .accordion__utility {
  display: none;
}
.contact-us .accordion__em {
  font-family: "LG EI Headline";
  font-size: 16px;
  font-weight: 400;
  color: #fd312e;
  margin-left: 2px;
}
.contact-us .accordion__button {
  width: 178px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #121212;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  background-color: #fff;
}
@media only screen and (max-width: 1080px) {
  .contact-us .accordion {
    padding-bottom: 40px;
  }
  .contact-us .accordion__header {
    height: auto;
    min-height: 62px;
  }
  .contact-us .accordion__title {
    font-size: 19px;
  }
  .contact-us .accordion__item {
    transform: none;
  }
  .contact-us .accordion__em {
    display: block;
  }
  .contact-us .accordion__button {
    width: 70px;
    height: 25px;
    font-size: 14px;
  }
}

.contact-us {
  /* Needs Section */
}
.contact-us .needs {
  padding-bottom: 171px;
}
.contact-us .needs__bodycopy {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin: 0 0 100px;
  text-align: center;
}
.contact-us .needs__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.contact-us .needs__item {
  position: relative;
  display: flex;
  width: 257px;
  height: 171px;
  border: solid 1px #121212;
  border-radius: 30px;
}
.contact-us .needs__item:hover, .contact-us .needs__item.active {
  background: #f0ece4;
  color: white;
}
.contact-us .needs__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  padding: 6px 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  box-sizing: border-box;
}
@media only screen and (max-width: 1080px) {
  .contact-us .needs {
    padding: 0 0 40px;
  }
  .contact-us .needs__bodycopy {
    font-size: 18px;
    margin: 34px 0 32px;
    padding: 0 18px;
  }
  .contact-us .needs__items {
    flex-direction: column;
  }
  .contact-us .needs__item {
    width: 100%;
    height: 60px;
    border-radius: 15px;
  }
  .contact-us .needs__button {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
  }
  .contact-us .needs__button img {
    width: auto;
    max-width: 100%;
    transform: scale(0.5);
  }
  .contact-us .needs__icon {
    width: 70px;
    display: flex;
  }
}

.contact-us {
  /* Personal Information Section */
}
.contact-us .personal__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 900px;
  margin: 40px auto 10px;
}
.contact-us .personal__header-left {
  font-size: 22px;
  font-weight: 400;
  color: #000;
}
.contact-us .personal__header-right {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-align: left;
  margin-top: 18px;
}
.contact-us .personal__header-right::before {
  content: "*";
  color: #fd312e;
  margin-right: 5px;
}
.contact-us .personal__form {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto 0;
  padding-bottom: 46px;
  gap: 10px;
}
.contact-us .personal__item {
  flex-basis: calc(50% - 5px);
  display: flex;
  gap: 10px;
}
.contact-us .personal__item:first-child .form-label {
  width: 80%;
}
.contact-us .personal .button-group {
  margin-top: 38px;
}
@media only screen and (max-width: 1080px) {
  .contact-us .personal__header {
    margin-top: 20px;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }
  .contact-us .personal__header-left {
    font-size: 16px;
  }
  .contact-us .personal__header-right {
    font-size: 13px;
    text-align: left;
    margin-top: 0;
  }
  .contact-us .personal__form {
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 110px;
  }
  .contact-us .personal__item {
    flex-direction: column;
  }
  .contact-us .personal .button-group {
    margin-top: 0;
  }
}

.contact-us {
  /* Product & Solution Section */
}
.contact-us .product__title {
  display: flex;
  font-size: 22px;
  font-weight: 400;
  margin-top: 40px;
}
.contact-us .product .recently .product__box {
  display: block;
}
.contact-us .product .recently .button-recently-close {
  text-decoration: underline;
  color: #000;
}
.contact-us .product .recently .button-recently-close__bullet {
  display: inline-block;
  transform: rotate(90deg) translate(0px, 12px);
}
.contact-us .product .recently.close .button-recently-close {
  color: #fd312e;
  text-decoration: none;
}
.contact-us .product .recently.close .button-recently-close__bullet {
  transform: rotate(0deg) translate(-12px, 0px);
}
.contact-us .product .recently.close .product__box {
  display: none;
}
.contact-us .product .recently__arrow {
  position: absolute;
  display: block;
  top: 0;
  width: 100px;
  height: 124px;
  z-index: 5;
  cursor: pointer;
}
.contact-us .product .recently__arrow--left {
  left: 0;
}
.contact-us .product .recently__arrow--left .slick-prev {
  left: 0;
  top: 70px;
}
.contact-us .product .recently__arrow--left .slick-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.contact-us .product .recently__arrow--right {
  right: 0;
}
.contact-us .product .recently__arrow--right .slick-next {
  right: 0;
  top: 70px;
}
.contact-us .product .recently__arrow--right .slick-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.contact-us .product .recently .slick-slide {
  margin: 0 6px;
}
.contact-us .product .recently .slick-arrow.slick-disabled {
  display: none !important;
}
.contact-us .product .recently .slick-track {
  min-width: 100%;
}
.contact-us .product .form-radio-group.error {
  margin-bottom: 0;
}
.contact-us .product .button-group {
  margin: 46px auto;
}
.contact-us .product__util {
  text-align: left;
  font-size: 18px;
  color: #000;
  margin-top: 18px;
}
.contact-us .product__util::before {
  content: "*";
  color: #fd312e;
  margin-right: 5px;
}
.contact-us .product__box {
  display: flex;
  gap: 14px;
  margin-top: 10px;
  position: relative;
}
.contact-us .product__recently-empty {
  position: relative;
  padding: 0 24px;
}
.contact-us .product__recently-empty-item {
  width: 416px;
  height: 123px;
  border: 1px solid #b3b3b3;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #b3b3b3;
  box-sizing: border-box;
}
.contact-us .product__recently-empty-item img {
  width: 21px;
  height: 21px;
  margin-right: 13px;
}
.contact-us .product__recently {
  position: relative;
  padding: 0 24px;
}
.contact-us .product__recently-item {
  border: solid 1px #121212;
  border-radius: 30px;
  display: flex !important;
  width: 296px;
  height: 123px;
  padding: 17px 20px 18px 7px;
  gap: 6px;
  box-sizing: border-box;
}
.contact-us .product__recently-item:hover {
  cursor: pointer;
}
.contact-us .product__recently-item.selected {
  border: solid 3px #fd312e;
  padding: 15px 18px 16px 5px;
}
.contact-us .product__recently-thumbnail {
  width: 129px;
}
.contact-us .product__recently-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.contact-us .product__recently-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  gap: 6px;
}
.contact-us .product__recently-headline {
  font-size: 16px;
}
.contact-us .product__recently-modelname {
  font-size: 18px;
  font-family: "LG EI Headline";
  font-weight: 400;
}
.contact-us .product__subtitle {
  display: none;
  align-items: center;
  gap: 5px;
  font-size: 22px;
  font-weight: 400;
  color: #fd312e;
  margin-top: 30px;
  transform: translateY(8px);
}
.contact-us .product__subtitle.selected {
  display: flex;
}
.contact-us .product__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 25%;
  min-width: 0;
}
.contact-us .product__list-header {
  display: flex;
  padding: 20px 10px;
  border-bottom: solid 1px #ccc;
}
.contact-us .product__card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: solid 1px #121212;
  border-radius: 30px;
  padding: 21px 30px 25px;
  height: 100%;
}
.contact-us .product__card.disabled {
  border-color: #b3b3b3;
  background-color: #f3f4f4;
}
.contact-us .product__card.disabled .product__thumbnail,
.contact-us .product__card.disabled .product__headline,
.contact-us .product__card.disabled .product__modelname,
.contact-us .product__card.disabled .product__spec {
  visibility: hidden;
}
.contact-us .product__card.disabled::after {
  content: "No product selected.";
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #b3b3b3;
  font-size: 22px;
  font-weight: 400;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
}
.contact-us .product__thumbnail {
  display: flex;
  justify-content: center;
}
.contact-us .product__thumbnail img {
  max-width: 100%;
  height: 166px;
}
.contact-us .product__headline {
  font-size: 16px;
  line-height: 1;
  margin-top: 16px;
}
.contact-us .product__modelname {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 16px;
}
.contact-us .product__spec {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  gap: 2px;
}
.contact-us .product__spec-item {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contact-us .product__spec-value {
  font-size: 20px;
}
.contact-us .product .form-radio-group__body {
  height: 552px;
}
@media only screen and (max-width: 1080px) {
  .contact-us .product {
    padding-bottom: 74px;
  }
  .contact-us .product__title {
    font-size: 16px;
    margin-top: 16px;
  }
  .contact-us .product__util {
    font-size: 13px;
    transform: translateY(10px);
    margin-top: 4px;
  }
  .contact-us .product__util::before {
    margin-right: 5px;
  }
  .contact-us .product .form-radio-group.error {
    margin-bottom: 19px;
  }
  .contact-us .product__box {
    margin-top: 16px;
    margin-bottom: 26px;
    flex-direction: column;
  }
  .contact-us .product__recently-empty {
    padding: 0 20px;
  }
  .contact-us .product__recently {
    padding: 0 20px;
  }
  .contact-us .product__recently-empty-item {
    width: 100%;
    height: 74.5px;
    font-size: 14px;
    border-radius: 15px;
  }
  .contact-us .product__recently-empty-item img {
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }
  .contact-us .product__recently-item {
    width: 190px;
    height: 75px;
    border-radius: 15px;
    padding: 4px 12px 6px 5px;
  }
  .contact-us .product__recently-item.selected {
    padding: 2px 10px 4px 3px;
  }
  .contact-us .product__recently-thumbnail {
    width: 98px;
  }
  .contact-us .product__recently-thumbnail img {
    border-radius: 15px;
    width: auto;
    height: 63px;
  }
  .contact-us .product__recently-text {
    font-size: 14px;
    gap: 0;
  }
  .contact-us .product__recently-headline {
    font-size: 12px;
  }
  .contact-us .product__recently-modelname {
    font-size: 14px;
  }
  .contact-us .product__subtitle {
    font-size: 16px;
    margin-top: 13px;
  }
  .contact-us .product__subtitle img {
    width: 14px;
    height: 14px;
  }
  .contact-us .product__list {
    width: auto;
    max-width: none;
  }
  .contact-us .product__thumbnail img {
    max-width: 100%;
    width: 70%;
    height: auto;
  }
  .contact-us .product__headline {
    font-size: 12px;
  }
  .contact-us .product__modelname {
    font-size: 16px;
    margin-top: 6px;
  }
  .contact-us .product__spec {
    display: flex;
    margin-top: 8px;
    gap: 0;
  }
  .contact-us .product__spec-value {
    font-size: 14px;
  }
  .contact-us .product__card {
    padding: 10px 20px 20px;
  }
  .contact-us .product__card.disabled {
    display: none;
  }
  .contact-us .product .form-radio-group__body {
    height: auto;
  }
  .contact-us .product .recently__arrow {
    width: 55px;
    height: 75px;
    z-index: 5;
  }
  .contact-us .product .recently__arrow--left {
    left: 0;
  }
  .contact-us .product .recently__arrow--left .slick-prev {
    top: 50px;
    width: 10px;
    height: 17px;
    background-size: 10px auto;
  }
  .contact-us .product .recently__arrow--left .slick-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .contact-us .product .recently__arrow--right {
    right: 0;
  }
  .contact-us .product .recently__arrow--right .slick-next {
    top: 50px;
    width: 10px;
    height: 17px;
    background-size: 10px auto;
  }
  .contact-us .product .recently__arrow--right .slick-mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
  .contact-us .product .button-group {
    margin: 0 auto;
  }
}

.contact-us {
  /* Company Information Section */
}
.contact-us .company__header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 900px;
  margin: 40px auto 10px;
}
.contact-us .company__header-left {
  font-size: 22px;
  font-weight: 400;
  color: #000;
}
.contact-us .company__header-right {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-top: 18px;
}
.contact-us .company__header-right::before {
  content: "*";
  color: #fd312e;
  margin-right: 5px;
}
.contact-us .company__form {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto 0;
  padding-bottom: 46px;
  gap: 10px;
}
.contact-us .company__item {
  flex-basis: calc(50% - 10px);
}
.contact-us .company__item--full {
  flex-basis: calc(100% - 10px);
}
.contact-us .company .privacy-policy {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}
.contact-us .company .privacy-policy__title {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  margin-bottom: 20px;
}
.contact-us .company .privacy-policy__footer {
  margin: 4px 0 0 35px;
}
.contact-us .company .privacy-policy__text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #121212;
  margin-bottom: 20px;
}
.contact-us .company .privacy-policy__list {
  display: flex;
  gap: 20px;
}
.contact-us .company .privacy-policy__list-item {
  font-size: 16px;
  color: #fd312e;
  position: relative;
}
.contact-us .company .privacy-policy__list-item:last-child::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 12px;
  background-color: #b3b3b3;
  transform: translateY(-50%);
}
.contact-us .company .privacy-policy__message {
  font-size: 14px;
  font-weight: 400;
  margin-left: 35px;
  color: #fd312e;
  margin-top: 10px;
  display: none;
}
.contact-us .company .privacy-policy--eu .form-checkbox {
  margin-top: 6px;
}
.contact-us .company .privacy-policy.error .privacy-policy__message {
  display: block;
}
.contact-us .company .privacy-policy.hide {
  display: none;
}
.contact-us .company .button-group {
  margin-top: 40px;
}
@media only screen and (max-width: 1080px) {
  .contact-us .company {
    padding-bottom: 74px;
  }
  .contact-us .company__header {
    width: 100%;
    flex-direction: column;
    margin: 20px auto 10px;
  }
  .contact-us .company__header-left {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .contact-us .company__header-right {
    font-size: 13px;
    text-align: left;
    margin-top: 0;
  }
  .contact-us .company__form {
    width: 100%;
    flex-direction: column;
    padding-bottom: 40px;
    margin-top: 0;
  }
  .contact-us .company .button-group {
    margin-top: 0;
  }
  .contact-us .company .privacy-policy__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact-us .company .privacy-policy__text {
    font-size: 12px;
    color: #121212;
    margin-bottom: 12px;
  }
  .contact-us .company .privacy-policy__list {
    gap: 45px;
  }
  .contact-us .company .privacy-policy__list-item {
    font-size: 12px;
  }
  .contact-us .company .privacy-policy__list-item:last-child::before {
    left: -22.5px;
    width: 1px;
    height: 10px;
  }
  .contact-us .company .privacy-policy__message {
    font-size: 12px;
    margin-left: 0;
    padding: 0 19px;
    margin-top: 5px;
  }
  .contact-us .company .privacy-policy__footer {
    margin: 2px 0 0 20px;
  }
  .contact-us .company .privacy-policy--eu .form-checkbox {
    margin-top: 2px;
  }
}

.contact-us {
  /* Complete Section */
}
.contact-us .complete__headline {
  display: flex;
  justify-content: center;
  font-family: "LG EI Headline";
  font-weight: 400;
  font-size: 30px;
  color: #000;
  margin-top: 117px;
  line-height: 1;
  text-align: center;
}
.contact-us .complete__bodycopy {
  display: flex;
  justify-content: center;
  font-family: "LG EI Headline";
  font-weight: 400;
  font-size: 30px;
  color: #000;
  line-height: 1;
  margin-top: 14px;
  text-align: center;
}
.contact-us .complete__logo {
  display: flex;
  justify-content: center;
  margin: 40px 0 50px;
  text-align: center;
}
.contact-us .complete__logo img {
  width: 150px;
}
.contact-us .complete__title {
  display: flex;
  justify-content: center;
  font-family: "LG EI Headline";
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
.contact-us .complete__cards {
  margin: 70px 0 100px;
  margin-left: -90px;
}
.contact-us .complete__cards .slick-slide {
  margin-left: 90px;
}
.contact-us .complete__card {
  display: flex;
  flex-direction: column;
  width: 420px;
}
.contact-us .complete__card-image img {
  border-radius: 30px;
  width: 100%;
}
.contact-us .complete__card-eyebrow {
  font-size: 20px;
  line-height: 1;
  color: #000;
  margin-top: 25px;
}
.contact-us .complete__card-name {
  font-family: "LG EI Headline";
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin-top: 14px;
}
.contact-us .complete__card-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 49px;
  color: #121212;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #121212;
  border-radius: 24px;
  margin-top: 29px;
  font-family: "LG EI Headline";
  font-size: 20px;
  font-weight: 400;
}
.contact-us .complete__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 58px 0 97px;
}
.contact-us .complete__list-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 38px;
  margin-left: 38px;
}
.contact-us .complete__list-item::before {
  content: "";
  width: 1px;
  height: 22px;
  background: #b3b3b3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-us .complete__list-item:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.contact-us .complete__list-item:first-child::before {
  display: none;
}
.contact-us .complete__list-anchor {
  font-size: 22px;
  color: #000;
}
@media only screen and (max-width: 1080px) {
  .contact-us .complete .complete__headline {
    font-size: 18px;
    margin-top: 45px;
  }
  .contact-us .complete .complete__bodycopy {
    font-size: 18px;
    margin-top: 3px;
  }
  .contact-us .complete .complete__logo {
    margin: 20px 0 30px;
  }
  .contact-us .complete .complete__logo img {
    width: 100px;
    text-align: center;
  }
  .contact-us .complete .complete__title {
    font-size: 18px;
  }
  .contact-us .complete .complete__cards {
    margin: 25px 0 42px;
    margin-left: -12px;
  }
  .contact-us .complete .complete__cards .slick-slide {
    margin-left: 12px;
  }
  .contact-us .complete .complete__cards .slick-dots {
    display: flex;
    margin: 15px 14px;
  }
  .contact-us .complete .complete__cards .slick-dots button {
    display: none;
  }
  .contact-us .complete .complete__cards .slick-dots li {
    flex-basis: 100%;
    height: 2.5px;
    background-color: #f3f4f4;
    margin: 0;
    transition: background-color 0.4s;
  }
  .contact-us .complete .complete__cards .slick-dots li.slick-active {
    background-color: #fd312e;
  }
  .contact-us .complete .complete__card-image img {
    border-radius: 15px;
  }
  .contact-us .complete .complete__card-eyebrow {
    font-size: 12px;
    margin-top: 12px;
  }
  .contact-us .complete .complete__card-name {
    font-size: 14px;
    margin-top: 10px;
  }
  .contact-us .complete .complete__card-anchor {
    width: 90px;
    height: 25px;
    border-radius: 12px;
    font-size: 14px;
    margin-top: 14px;
  }
  .contact-us .complete .complete__list {
    margin-top: 26px;
    margin-bottom: 47px;
    padding: 0 0;
  }
  .contact-us .complete .complete__list-item {
    padding-left: 4px;
    margin-left: 4px;
    gap: 0px;
    flex: auto;
    justify-content: center;
  }
  .contact-us .complete .complete__list-item::before {
    height: 14px;
  }
  .contact-us .complete .complete__list-item:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .contact-us .complete .complete__list-item:first-child::before {
    display: none;
  }
  .contact-us .complete .complete__list-icon {
    transform: scale(0.6);
  }
  .contact-us .complete .complete__list-anchor {
    font-size: 13px;
  }
}

.download-center-tab {
  display: flex;
  margin-top: 40px;
}
.download-center-tab__item {
  flex: 1;
}
.download-center-tab__item--active .download-center-tab__button {
  border-color: #fd312e;
  font-weight: 600;
}
.download-center-tab__button {
  font-size: 32px;
  font-weight: 400;
  width: 100%;
  height: 65px;
  border-bottom: solid 2px #dddee0;
}
@media only screen and (max-width: 1080px) {
  .download-center-tab__button {
    font-size: 16px;
    height: 33px;
    border-bottom-width: 1px;
  }
}

.title_area .download-center-tab + #procForm .form_area {
  padding-top: 80px;
}
@media only screen and (max-width: 1080px) {
  .title_area .download-center-tab + #procForm .form_area {
    padding-top: 27px;
  }
}

#software-category-app {
  display: none;
}

.software-category {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.software-category__item--active .software-category__button {
  text-decoration: underline 1px #000;
  text-underline-offset: 6px;
  font-weight: 600;
}
.software-category__button {
  font-size: 24px;
  font-weight: 400;
  height: 54px;
}
@media only screen and (max-width: 1080px) {
  .software-category {
    display: block;
    width: 100%;
    margin-top: 35px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 2px;
  }
  .software-category__item {
    display: inline-block;
    white-space: nowrap;
    padding-left: 30px;
  }
  .software-category__item:first-child {
    padding-left: 0;
  }
  .software-category__button {
    font-size: 14px;
    height: 27px;
  }
}

#software-list-app {
  display: none;
}

.software-list__container {
  max-width: 1440px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  padding-bottom: 60px;
}
.software-list__header {
  min-height: 45px;
}
.software-list__text {
  float: left;
  padding-top: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.software-list__counter {
  color: #fd312e;
  font-weight: 400;
}
.software-list__item {
  width: 49%;
  border: 1px solid #e8e9ea;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
}
.software-list__item-box {
  position: relative;
  padding: 30px 0px 30px 34px;
}
.software-list__item-box-inner {
  min-height: 90px;
}
.software-list__name {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 50px;
}
.software-list__tag {
  display: block;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
.software-list__secondary-text {
  display: block;
  margin-top: 23px;
  font-size: 18px;
  line-height: 100%;
  color: #767676;
  font-weight: 400;
}
.software-list__secondary-text p {
  display: inline-block;
  padding-right: 9px;
}
.software-list__anchor {
  display: block;
  padding: 30px 34px;
  color: #fd312e;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  box-sizing: border-box;
}
.software-list__anchor:hover {
  color: #fd312e;
  font-weight: 400;
}
.software-list__anchor span:after {
  content: "+";
  display: inline-block;
  padding-left: 5px;
}
@media only screen and (max-width: 1080px) {
  .software-list__container {
    gap: 10px 0%;
  }
  .software-list__header {
    min-height: 27px;
  }
  .software-list__text {
    padding-top: 7px;
    font-size: 14px;
  }
  .software-list__item {
    width: 100%;
  }
  .software-list__item-box {
    padding: 19px 0px 15px 13px;
  }
  .software-list__item-box-inner {
    min-height: 29px;
  }
  .software-list__name {
    font-size: 18px;
  }
  .software-list__tag {
    font-size: 12px;
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
    height: auto;
  }
  .software-list__secondary-text {
    font-size: 12px;
    margin-top: 17px;
  }
  .software-list__anchor {
    padding: 17px 15px;
    margin: 0;
    font-size: 14px;
    height: auto;
    border-top: solid 1px #f3f4f4;
  }
}

.software-download-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 750px;
  min-width: 350px;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  z-index: 1001;
  box-sizing: border-box;
}
.software-download-popup__wall {
  display: block;
  position: fixed;
  left: -2500%;
  top: -2500%;
  width: 5000%;
  height: 5000%;
  opacity: 0.4;
  background: #000;
  z-index: 0;
}
.software-download-popup__layer-box {
  position: relative;
  padding-top: 54px;
  border-radius: 3px;
  background: #fff;
  z-index: 1;
}
.software-download-popup__header {
  position: relative;
  top: -54px;
  height: 18px;
  padding: 40px 40px 34px 33px;
  border-radius: 3px 3px 0 0;
  background: #fafafa;
}
.software-download-popup__header-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.software-download-popup__scroll {
  position: relative;
  margin-top: -54px;
  max-height: 666px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.software-download-popup__content {
  min-height: 66px;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.2px;
}
.software-download-popup__headline {
  background: #fafafa;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  padding: 0 0 56px 34px;
}
.software-download-popup__box {
  padding-top: 27px;
  border-top: 1px solid #dedede;
  border-radius: 0 0 3px 3px;
  background: #fff;
}
.software-download-popup__category {
  margin: 0 0 3px;
  padding: 0 36px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.software-download-popup__files {
  position: relative;
  padding: 0 36px 0 36px;
}
.software-download-popup__file-item {
  padding: 28px 0 22px 0;
}
.software-download-popup__file-anchor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.software-download-popup__file-column {
  min-height: 56px;
}
.software-download-popup__file-column:first-child {
  width: 64%;
  padding-left: 65px;
}
.software-download-popup__file-column:last-child {
  width: 24%;
}
.software-download-popup__file-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 36px;
  height: 49px;
  padding-top: 33px;
  color: #99a8b0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  box-sizing: border-box;
  background: url(../img/w/icon_file_pdf.png) no-repeat 0 0;
}
.software-download-popup__file-name {
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
.software-download-popup__file-size {
  margin-top: 12px;
  color: #99a8b0;
  font-size: 14px;
  line-height: 1;
}
.software-download-popup__file-action {
  border-radius: 25px;
  border: 1px solid #dddee0;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 10% 8px 30%;
  margin-left: 10%;
  background: #fff url(../img/w/icon_file_down.png) no-repeat 18% 11px;
  background-size: 18px auto;
}
.software-download-popup__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 26px;
  height: 26px;
  text-indent: -999em;
  overflow: hidden;
  background: url(../img/m/btn_layer_close.png) no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 200;
}
@media only screen and (max-width: 1080px) {
  .software-download-popup {
    width: 100%;
    padding: 0 32px;
  }
  .software-download-popup__header {
    top: -54px;
    height: 18px;
    padding: 20px 18px;
    border-radius: 3px 3px 0 0;
    background: #fafafa;
  }
  .software-download-popup__header-title {
    font-size: 18px;
    line-height: 18px;
  }
  .software-download-popup__headline {
    background: #fafafa;
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 36px 18px;
  }
  .software-download-popup__box {
    padding-top: 20px;
  }
  .software-download-popup__category {
    padding: 0 18px;
    font-size: 14px;
  }
  .software-download-popup__files {
    padding: 0 18px;
  }
  .software-download-popup__file-item {
    padding: 18px 0 20px 0;
  }
  .software-download-popup__file-anchor {
    flex-direction: column;
  }
  .software-download-popup__file-column {
    min-height: 56px;
  }
  .software-download-popup__file-column:first-child {
    width: 100%;
    box-sizing: border-box;
    padding-left: 50px;
  }
  .software-download-popup__file-column:last-child {
    width: 100%;
  }
  .software-download-popup__file-icon {
    background-size: 30px auto;
  }
  .software-download-popup__file-name {
    font-size: 14px;
    line-height: 22px;
  }
  .software-download-popup__file-size {
    margin-top: 8px;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .software-download-popup__close {
    top: 20px;
    right: 20px;
    width: 19px;
    height: 19px;
  }
  .software-download-popup__file-action {
    font-size: 14px;
    padding: 8px 10% 8px 44%;
    margin-left: 0;
    background: #fff url(../img/w/icon_file_down.png) no-repeat 38% 14px;
    background-size: 14px auto;
  }
}

.video-wall-configurator {
  /************* Product 영역 **/
}
.video-wall-configurator .config_selector {
  max-width: 1440px;
  margin: 0 auto;
}
.video-wall-configurator .config_selector .tit {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.video-wall-configurator .config_selector .config_header {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.video-wall-configurator .config_selector .config_header span {
  position: relative;
}
.video-wall-configurator .config_selector .config_header span::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #EA1817;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
}
.video-wall-configurator .config_selector .config_title {
  display: flex;
  font-family: "LG EI Headline";
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  margin: 24px 0;
}
.video-wall-configurator .config_selector .config_title span {
  position: relative;
}
.video-wall-configurator .config_selector .config_title span::after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #EA1817;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: -8px;
}
.video-wall-configurator .config_selector .oled_config {
  min-height: auto;
  border-radius: 12px;
  background-color: #F6F3EB;
}
.video-wall-configurator .config_selector .prd_list {
  padding-bottom: 0 !important;
  position: relative;
}
.video-wall-configurator .config_selector .prd_list::before {
  content: "";
  display: block;
  width: 74px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F6F3EB;
  z-index: 1;
  border-radius: 12px;
}
.video-wall-configurator .config_selector .prd_list::after {
  content: "";
  display: block;
  width: 77px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F6F3EB;
  border-radius: 12px;
}
.video-wall-configurator .config_selector .slick_type08 .web {
  max-width: 1312px;
  padding: 32px 0;
}
.video-wall-configurator .config_selector .slick_type08 .web .slick-list {
  width: 1264px;
}
.video-wall-configurator .config_selector .slick_type08 .web .slick-arrow {
  width: 40px;
  height: 40px;
  border: solid 1px #F0ECE4;
  border-radius: 100%;
  background: url(/theme/rbFront/img/w/video-wall-configurator/icon-page-arrow.svg) no-repeat center center #fff;
}
.video-wall-configurator .config_selector .slick_type08 .web .slick-arrow.slick-prev {
  left: -40px;
  transform: rotate(180deg);
}
.video-wall-configurator .config_selector .slick_type08 .web .slick-arrow.slick-prev.slick-disabled {
  opacity: 1 !important;
  transform: rotate(0deg);
  background-image: url(/theme/rbFront/img/w/video-wall-configurator/icon-page-arrow-disabled.svg);
}
.video-wall-configurator .config_selector .slick_type08 .web .slick-arrow.slick-next {
  right: -39px;
}
.video-wall-configurator .config_selector .slick_type08 .web .slick-arrow.slick-next.slick-disabled {
  opacity: 1 !important;
  transform: rotate(180deg);
  background-image: url(/theme/rbFront/img/w/video-wall-configurator/icon-page-arrow-disabled.svg);
}
.video-wall-configurator .config_selector .slick-slide {
  margin: 0 !important;
  padding: 0 10px;
  opacity: 1 !important;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 {
  padding: 0 !important;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led {
  min-height: auto !important;
  display: flex;
  flex-direction: column-reverse;
  border-radius: 12px;
  border: solid 1px #F0ECE4;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .pic_wrap {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  transform: none;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .pic_wrap img {
  max-height: 188px;
  font-size: 0;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap {
  padding: 0 24px 24px;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap .name {
  font-family: "LG EI Headline";
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  color: #000;
  margin: 0 0 12px;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap table.info {
  display: flex;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap table.info tbody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap table.info tr {
  border-bottom: solid 1px #F0ECE4;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap table.info tr:nth-child(1) {
  order: 1;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap table.info tr:nth-child(2) {
  order: 3;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap table.info tr:nth-child(3) {
  order: 2;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap table.info th {
  font-family: "LG EI Headline";
  font-size: 14px;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  padding: 8px 0 4px;
  min-width: 80px;
  max-width: 80px;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .led .txt_wrap table.info td {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  padding: 8px 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 152px;
  min-width: 152px;
}
.video-wall-configurator .config_selector .slick-slide .slickcard_type12 .btn_wrap {
  display: none;
}
.video-wall-configurator .config_selector .slick-slide.on .slickcard_type12 .led::after {
  border: solid 2px #000;
  border-radius: 12px;
}
.video-wall-configurator {
  /************* Config Input 영역 **/
}
.video-wall-configurator .input_area {
  max-width: 1440px;
  margin: 62px auto;
}
.video-wall-configurator .input_area .input_item {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  gap: 60px;
}
.video-wall-configurator .input_area .input_item .required-dec {
  position: relative;
}
.video-wall-configurator .input_area .input_item .required-dec::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #EA1817;
  border-radius: 100%;
  top: 0;
  right: -8px;
}
.video-wall-configurator .input_area .input_item .input_item_col {
  display: flex;
  flex: 1;
}
.video-wall-configurator .input_area .input_item .input_item_col.left_col {
  flex-direction: column;
}
.video-wall-configurator .input_area .input_item .input_item_col.right_col {
  flex-direction: column;
}
.video-wall-configurator .input_area .input_item .init_guide_type {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #F0ECE4;
}
.video-wall-configurator .input_area .input_item .init_guide_type .label {
  width: 240px;
  font-family: "LG EI Headline";
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  position: relative;
  padding: 6px 0;
}
.video-wall-configurator .input_area .input_item .init_guide_type .radio {
  float: none;
  width: 217px;
}
.video-wall-configurator .input_area .input_item .init_guide_type .radio label {
  border-radius: 8px;
  border: solid 1px #F0ECE4;
  padding: 20px 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-align: left;
}
.video-wall-configurator .input_area .input_item .init_guide_type .radio label span {
  padding: 0 0 12px;
}
.video-wall-configurator .input_area .input_item .init_guide_type .radio label img {
  width: 161px;
  height: 84px;
}
.video-wall-configurator .input_area .input_item .init_guide_type .radio input[type=radio]:checked + label {
  border: solid 2px #000;
  color: #000;
  font-weight: 600;
}
.video-wall-configurator .input_area .input_item .init_guide_type .radio input[type=radio]:checked + label::after {
  display: none;
}
.video-wall-configurator .input_area .input_item .init_guide_type .radio input[type=radio]:focus + label {
  box-shadow: none;
}
.video-wall-configurator .input_area .input_item .init_guide_type .radio .radio-message {
  color: #716F6A;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-top: 6px;
}
.video-wall-configurator .input_area .input_item .input_gtoggle {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 0;
  border-bottom: solid 1px #F0ECE4;
}
.video-wall-configurator .input_area .input_item .input_gtoggle .label {
  flex: 1;
  color: #000;
  font-family: "LG EI Headline";
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  padding: 0;
}
.video-wall-configurator .input_area .input_item .input_gtoggle .label > div {
  height: 36px;
  display: flex;
  align-items: center;
}
.video-wall-configurator .input_area .input_item .input_gtoggle .input {
  width: auto;
  float: none;
  height: auto;
  flex: 1;
}
.video-wall-configurator .input_area .input_item .input_gtoggle .input:last-of-type {
  margin-left: 0;
}
.video-wall-configurator .input_area .input_item .input_gline {
  display: flex;
  margin-bottom: 12px;
  padding: 12px 0 13px;
  align-items: center;
  border-bottom: solid 1px #F0ECE4;
}
.video-wall-configurator .input_area .input_item .input_gline .label {
  flex: 1;
  width: 230px;
  display: flex;
  align-items: center;
  color: #000;
  font-family: "LG EI Headline";
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
  padding: 0;
}
.video-wall-configurator .input_area .input_item .input_gline .label label {
  height: 36px;
  display: flex;
  align-items: center;
}
.video-wall-configurator .input_area .input_item .input_gline .input {
  flex: 1;
  display: flex;
  align-items: center;
}
.video-wall-configurator .input_area .input_item .input_gline .input input {
  height: 36px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #CBC8C2;
  background-color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #000;
}
.video-wall-configurator .input_area .input_item .input_gline .input input::placeholder {
  color: #716F6A;
}
.video-wall-configurator .input_area .input_item .input_gline .input:first-child {
  margin-right: 8px;
}
.video-wall-configurator .input_area .input_item .input_gline .input:last-child {
  margin-left: 8px;
}
.video-wall-configurator .input_area .input_item .input {
  position: relative;
}
.video-wall-configurator .input_area .input_item .input input[type=radio] {
  display: none;
}
.video-wall-configurator .input_area .input_item .input input[type=radio]:checked + label {
  font-weight: 600;
}
.video-wall-configurator .input_area .input_item .input input[type=radio]:checked + label::before {
  border-color: #000;
  border-width: 2px;
}
.video-wall-configurator .input_area .input_item .input input[type=radio]:checked + label::after {
  opacity: 1;
}
.video-wall-configurator .input_area .input_item .input label {
  border: none;
  background: none;
  text-indent: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 28px;
}
.video-wall-configurator .input_area .input_item .input label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #cbc8c2;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.video-wall-configurator .input_area .input_item .input label::after {
  content: "";
  position: absolute;
  left: 5.5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 9.524px;
  height: 9.524px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.video-wall-configurator .input_area .btn_group1 {
  width: 100%;
  margin: 36px 0 80px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.video-wall-configurator .input_area .btn_group1 .clear {
  float: none;
  width: auto;
}
.video-wall-configurator .input_area .btn_group1 .run {
  float: none;
  width: auto;
  margin-left: 0;
}
.video-wall-configurator .input_area .btn_group1 .btn_type span {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-wall-configurator .input_area .btn_group1 .btn_type.bline span {
  border-radius: 100px;
  border: solid 1px #646464;
}
.video-wall-configurator.partner-club {
  padding-top: 0;
}
.video-wall-configurator.partner-club .input_area {
  margin-bottom: 0;
}
.video-wall-configurator.partner-club .input_area .btn_group1 {
  margin-bottom: 0;
}

/************* Result Popup 영역 **/
.video-wall-configurator-popup #itx_result_zone.layer_pop {
  box-shadow: none !important;
}
.video-wall-configurator-popup #itx_result_zone.layer_pop.unique {
  width: 800px !important;
}
.video-wall-configurator-popup #itx_result_zone.layer_pop.unique .layer_box {
  border-radius: 12px !important;
}
.video-wall-configurator-popup #itx_result_zone.layer_pop.unique .layer_head {
  padding: 36px !important;
  border-radius: 12px 12px 0 0;
}
.video-wall-configurator-popup #itx_result_zone.layer_pop.unique .layer_head .popup_title {
  font-family: "LG EI Headline";
  font-size: 24px;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
}
.video-wall-configurator-popup #itx_result_zone.layer_pop.unique .close {
  width: 24px;
  height: 24px;
  top: 36px;
  right: 36px;
}
.video-wall-configurator-popup #itx_result_zone .layer_head {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  font-family: "LG EI Headline";
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 120% !important; /* 28.8px */
}
.video-wall-configurator-popup #itx_result_zone .layer_cont {
  padding: 0 !important;
  min-height: auto !important;
  font-size: inherit !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}
.video-wall-configurator-popup .result-content {
  padding: 0 36px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.video-wall-configurator-popup .result-row {
  display: flex;
  gap: 24px;
}
.video-wall-configurator-popup .result-row:first-child .result-col:nth-child(1) {
  flex: 1;
}
.video-wall-configurator-popup .result-row:first-child .result-col:nth-child(2) {
  width: 226.67px;
  display: flex;
  align-items: flex-end;
}
.video-wall-configurator-popup .result-product {
  padding: 12px;
  border-radius: 4px;
  background: #F6F3EB;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  margin: 20px 0 24px;
}
.video-wall-configurator-popup .result-product__name {
  font-family: "LG EI Headline";
  font-size: 20px;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.video-wall-configurator-popup .result-product__series {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
}
.video-wall-configurator-popup .result-image {
  font-size: 0;
}
.video-wall-configurator-popup .result-image img {
  width: 100%;
  height: auto;
}
.video-wall-configurator-popup .result-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 12px;
}
.video-wall-configurator-popup .result-info__item {
  display: flex;
  width: 226px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.video-wall-configurator-popup .result-info__item-head {
  font-size: 14px;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  color: #716F6A;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.video-wall-configurator-popup .result-info__item-head span {
  color: #EA1817;
}
.video-wall-configurator-popup .result-info__item-body {
  color: #000;
  font-family: "LG EI Headline";
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.video-wall-configurator-popup .result-subtitle {
  font-family: "LG EI Headline";
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 6px;
  border-bottom: solid 1px #646464;
}
.video-wall-configurator-popup .result-message {
  width: 100%;
  display: flex;
  padding: 10px 12px;
  align-items: center;
  border-radius: 12px;
  background: #F6F3EB;
}
.video-wall-configurator-popup .result-message li {
  color: #646464;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  padding-left: 10px;
}
.video-wall-configurator-popup .result-message li::before {
  content: "•";
  display: inline-block;
  margin-right: 6px;
  color: #646464;
  transform: translateY(-1px);
}
.video-wall-configurator-popup .result-button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 36px 36px;
}
.video-wall-configurator-popup .result-button-group .result-button {
  display: flex;
  min-width: 100px;
  padding: 14px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  box-sizing: border-box;
}
.video-wall-configurator-popup .result-button-group .result-button--primary {
  border: none;
  background: #000;
  color: #fff;
}
.video-wall-configurator-popup .result-button-group .result-button--outline {
  border: solid 1px #646464;
  background: #FFF;
  color: #000;
}
.video-wall-configurator-popup .result-button-group .result-button--cta {
  border: none;
  background: #EA1817;
  color: #fff;
}
.video-wall-configurator-popup.partner-club #itx_result_zone.layer_pop.unique {
  top: 80px !important;
  transform: translate(-50%, 0);
}
.video-wall-configurator-popup.partner-club .result-button-group .result-button--primary {
  display: none;
}/*# sourceMappingURL=support.css.map */