header .dep1 > li::before {
  z-index: 1 !important;
}

.visual .view_m {
  width: 100%;
}

.sec_title {
  font-family: "NanumSquare", sans-serif;
  font-weight: 800;
  color: #000;
  font-size: 70px;
  letter-spacing: -1.4px;
  text-align: center;
}

@media screen and (max-width: 1023.9px) {
  .sec_title {
    font-size: 27.5px;
    letter-spacing: -0.55px;
  }
}

.sec_stitle {
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 20px;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1023.9px) {
  .sec_stitle {
    font-size: 12px;
    letter-spacing: -0.6px;
    margin-top: 15px;
  }
}

.sec01 {
  padding: 150px 0 170px;
  background-color: #fff;
  background-image: url(../img/main/main_sec01_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-position-y: top;
}

@media screen and (max-width: 1023.9px) {
  .sec01 {
    padding: 65px 0 50px;
    background-image: url(../img/main/main_sec01_bgm.png);
    background-size: cover;
  }
}

.sec01 .icon_area {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023.9px) {
  .sec01 .icon_area {
    margin-top: 50px;
  }
}

.sec01 .icon_area li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1023.9px) {
  .sec01 .icon_area li {
    width: 33.333%;
  }
  .sec01 .icon_area li:nth-child(n + 4) {
    margin-top: 32px;
  }
  .sec01 .icon_area li img {
    max-height: 50px;
  }
}

.sec01 .icon_area li:hover h1 {
  color: #e83929;
}

.sec01 .icon_area h1 {
  font-family: "NanumSquare", sans-serif;
  font-size: 22px;
  color: #000;
  font-weight: 700;
  margin-top: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1023.9px) {
  .sec01 .icon_area h1 {
    font-size: 13px;
    letter-spacing: -0.325px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1023.9px) {
  .sec01 .icon_area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec01 .img_area {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023.9px) {
  .sec01 .img_area {
    margin-top: 50px;
  }
}

.sec01 .img_area li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 710px;
  min-height: 260px;
  overflow: hidden;
}

.sec01 .img_area li .bgimg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sec01 .img_area li:hover .bgimg {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

@media screen and (max-width: 1472.9px) {
  .sec01 .img_area li {
    width: 49%;
  }
}

@media screen and (max-width: 1023.9px) {
  .sec01 .img_area li {
    width: 48.5%;
    min-height: 180px;
    padding: 0 14px;
  }
}

.sec01 .img_area .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1023.9px) {
  .sec01 .img_area .bgimg {
    background-size: cover !important;
  }
}

.sec01 .img_area .bgimg.main_sec01_banner01 {
  background-color: #fff;
  background-image: url(../img/main/main_sec01_banner01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

@media screen and (max-width: 1023.9px) {
  .sec01 .img_area .bgimg.main_sec01_banner01 {
    background-image: url(../img/main/main_sec01_banner01m.png);
  }
}

.sec01 .img_area .bgimg.main_sec01_banner02 {
  background-color: #fff;
  background-image: url(../img/main/main_sec01_banner02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

@media screen and (max-width: 1023.9px) {
  .sec01 .img_area .bgimg.main_sec01_banner02 {
    background-image: url(../img/main/main_sec01_banner02m.png);
  }
}

.sec01 .img_area h1 {
  position: relative;
  font-family: "NanumSquare", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -1.2px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 767.9px) {
  .sec01 .img_area h1 {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

@media screen and (max-width: 1023.9px) {
  .sec01 .img_area h1 {
    text-align: center;
  }
}

.sec01 .img_area a {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  width: 166px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 15px;
  letter-spacing: -0.75px;
  color: #fff;
  border: 2px solid #fff;
}

@media screen and (max-width: 767.9px) {
  .sec01 .img_area a {
    font-size: 11px;
    letter-spacing: -0.55px;
  }
}

@media screen and (max-width: 1023.9px) {
  .sec01 .img_area a {
    margin-top: 16px;
    width: 93px;
    height: 30px;
    font-size: 17px;
    letter-spacing: -0.85px;
    line-height: 26px;
    border-width: 1px;
  }
}

@media screen and (max-width: 1023.9px) and (max-width: 767.9px) {
  .sec01 .img_area a {
    font-size: 12px;
    letter-spacing: -0.6px;
  }
}

.sec02 {
  padding: 130px 0;
}

@media screen and (max-width: 1023.9px) {
  .sec02 {
    padding: 50px 0;
  }
}

.sec02 .img_list_area {
  position: relative;
}

.sec02 .img_list_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
  background-position-x: 29px;
  background-size: 18px 30px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1023.9px) {
  .sec02 .img_list_arrow {
    width: 34px;
    height: 34px;
    background-size: 9px 15px;
    background-position-x: 14px;
  }
}

.sec02 .img_list_arrow:hover.prev {
  left: 5px;
}

@media screen and (max-width: 1023.9px) {
  .sec02 .img_list_arrow:hover.prev {
    left: -7px;
  }
}

.sec02 .img_list_arrow:hover.next {
  right: 5px;
}

@media screen and (max-width: 1023.9px) {
  .sec02 .img_list_arrow:hover.next {
    right: -7px;
  }
}

.sec02 .img_list_arrow.prev {
  left: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  -webkit-box-shadow: 0px -10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px -10px 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023.9px) {
  .sec02 .img_list_arrow.prev {
    left: -12px;
  }
}

.sec02 .img_list_arrow.next {
  right: 0;
  -webkit-box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023.9px) {
  .sec02 .img_list_arrow.next {
    right: -12px;
  }
}

.sec02 .img_list {
  margin-top: 80px;
  padding: 0 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + (20px * 2));
  margin-left: -20px;
}

.sec02 .img_list .slick-track > li,
.sec02 .img_list .slick-track > div,
.sec02 .img_list .slick-track > article,
.sec02 .img_list .slick-track > section,
.sec02 .img_list .slick-track > figure {
  width: calc(25% - (20px * 2));
  margin-left: 20px;
  margin-right: 20px;
}

.sec02 .img_list .slick-track > li:nth-child(n + 5),
.sec02 .img_list .slick-track > div:nth-child(n + 5),
.sec02 .img_list .slick-track > article:nth-child(n + 5),
.sec02 .img_list .slick-track > section:nth-child(n + 5),
.sec02 .img_list .slick-track > figure:nth-child(n + 5) {
  margin-top: 0;
}

@media screen and (max-width: 1023.9px) {
  .sec02 .img_list {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + (5px * 2));
    margin-left: -5px;
    padding: 0;
  }
  .sec02 .img_list .slick-track > li,
  .sec02 .img_list .slick-track > div,
  .sec02 .img_list .slick-track > article,
  .sec02 .img_list .slick-track > section,
  .sec02 .img_list .slick-track > figure {
    width: calc(50% - (5px * 2));
    margin-left: 5px;
    margin-right: 5px;
  }
  .sec02 .img_list .slick-track > li:nth-child(n + 3),
  .sec02 .img_list .slick-track > div:nth-child(n + 3),
  .sec02 .img_list .slick-track > article:nth-child(n + 3),
  .sec02 .img_list .slick-track > section:nth-child(n + 3),
  .sec02 .img_list .slick-track > figure:nth-child(n + 3) {
    margin-top: 0;
  }
}

.sec02 .img_list .device_box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec02 .img_list .device_box figure {
  max-width: 100%;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767.9px) {
  .sec02 .img_list .device_box figure {
    min-height: 125px;
  }
}

.sec02 .img_list .device_box img {
  max-height: 100%;
}

.sec02 .img_list .device_box .text_wrap {
  height: 100%;
}

.sec02 .img_list .device_box img {
  width: 100%;
}

.sec02 .img_list .device_box .text_wrap {
  padding: 40px 30px;
  color: #000;
}

@media screen and (max-width: 1023.9px) {
  .sec02 .img_list .device_box .text_wrap {
    padding: 23px 16px;
  }
}

.sec02 .img_list .device_box .text_wrap h1 {
  font-size: 30px;
  letter-spacing: -1.5px;
  color: inherit;
  font-weight: 600;
}

@media screen and (max-width: 1023.9px) {
  .sec02 .img_list .device_box .text_wrap h1 {
    font-size: 15px;
    letter-spacing: -0.75px;
  }
}

.sec02 .img_list .device_box .text_wrap h2 {
  font-family: "SCoreDream", sans-serif;
  font-weight: 200;
  font-size: 24px;
  letter-spacing: -1.2px;
  color: inherit;
}

@media screen and (max-width: 767.9px) {
  .sec02 .img_list .device_box .text_wrap h2 {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
}

.sec03 {
  padding: 110px 0;
}

@media screen and (max-width: 1023.9px) {
  .sec03 {
    padding: 50px 0 20px;
  }
}

.sec03 .news_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + (47px * 2));
  margin-left: -47px;
}

.sec03 .news_list_area > li,
.sec03 .news_list_area > div,
.sec03 .news_list_area > article,
.sec03 .news_list_area > section,
.sec03 .news_list_area > figure {
  width: calc(25% - (47px * 2));
  margin-left: 47px;
  margin-right: 47px;
}

.sec03 .news_list_area > li:nth-child(n + 5),
.sec03 .news_list_area > div:nth-child(n + 5),
.sec03 .news_list_area > article:nth-child(n + 5),
.sec03 .news_list_area > section:nth-child(n + 5),
.sec03 .news_list_area > figure:nth-child(n + 5) {
  margin-top: 0;
}

@media screen and (max-width: 1023.9px) {
  .sec03 .news_list_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + (20px * 2));
    margin-left: -20px;
  }
  .sec03 .news_list_area > li,
  .sec03 .news_list_area > div,
  .sec03 .news_list_area > article,
  .sec03 .news_list_area > section,
  .sec03 .news_list_area > figure {
    width: calc(50% - (20px * 2));
    margin-left: 20px;
    margin-right: 20px;
  }
  .sec03 .news_list_area > li:nth-child(n + 3),
  .sec03 .news_list_area > div:nth-child(n + 3),
  .sec03 .news_list_area > article:nth-child(n + 3),
  .sec03 .news_list_area > section:nth-child(n + 3),
  .sec03 .news_list_area > figure:nth-child(n + 3) {
    margin-top: 0;
  }
}

.sec03 .news_list_area .news_box {
  padding: 46px 22px;
  font-family: "NanumSquare", sans-serif;
  color: #4f4f4f;
}

@media screen and (max-width: 1023.9px) {
  .sec03 .news_list_area .news_box {
    padding: 30px 6px;
  }
}

.sec03 .news_list_area .news_box:hover {
  cursor: pointer;
}

.sec03 .news_list_area .news_box:hover .cont {
  color: #e83929;
}

.sec03 .news_list_area .news_box:hover .arrow {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

@media screen and (max-width: 1023.9px) {
  .sec03 .news_list_area .news_box:hover .arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.sec03 .news_list_area .news_box .cate {
  padding-bottom: 40px;
  margin-bottom: 38px;
  border-bottom: 1px solid #e83929;
}

@media screen and (max-width: 1023.9px) {
  .sec03 .news_list_area .news_box .cate {
    padding-bottom: 20px;
    margin-bottom: 17.5px;
  }
}

.sec03 .news_list_area .news_box h1 {
  font-family: inherit;
  color: inherit;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -1px;
}

@media screen and (max-width: 1023.9px) {
  .sec03 .news_list_area .news_box h1 {
    font-size: 10px;
    letter-spacing: -0.2px;
  }
}

.sec03 .news_list_area .news_box h2 {
  font-family: inherit;
  color: inherit;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.8px;
}

@media screen and (max-width: 1023.9px) {
  .sec03 .news_list_area .news_box h2 {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}

.sec03 .news_list_area .news_box .cont {
  font-family: inherit;
  color: #000;
  line-height: 1.5;
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 400;
  -webkit-line-clamp: 3;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  min-height: 90px;
  max-height: 90px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1023.9px) {
  .sec03 .news_list_area .news_box .cont {
    font-size: 12px;
    letter-spacing: -0.24px;
    -webkit-line-clamp: 3;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    min-height: 54px;
    max-height: 54px;
  }
}

.sec03 .news_list_area .news_box .arrow {
  margin-top: 48px;
  background-color: #fff;
  background-image: url(../img/main/ico_news_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 29px;
  height: 11px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 1023.9px) {
  .sec03 .news_list_area .news_box .arrow {
    margin-top: 13.5px;
    width: 14.5px;
    height: 5.5px;
    background-size: contain;
  }
}

.gray {
  background-color: #f2f5f7;
}
