@charset "utf-8";
/* DISPLAY ONLY PC */

.mv-wrap .mo-only {
  display: none !important;
}


/* 2024 메인 팝업 */
.main-pop {
  position: absolute;
  bottom: 0;
  left: 6.9%;
  z-index: 2;
  width: 29%;
}

.main-pop img {
  display: block;
}

.main-pop .close {
  width: 16%;
  padding-top: 7%;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 19%;
  right: 4%;
  cursor: pointer;
}

.main-pop a {
  position: absolute;
  width: 23%;
  padding-top: 7%;
  left: 9%;
  bottom: 30%;
}

.main-banner-wrap {
  position: relative;
  overflow: hidden;
}

.mv-wrap {

  overflow: hidden;
}

.mv-wrap .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.mv-wrap .item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.mv-wrap .mv-img-wrap img {
  -webkit-transition: all ease 12s;
  transition: all ease 12s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  width: 100%;
}

.item-inner-txt {
  position: absolute;
  bottom: 45%;
  width: 100%;
  height: fit-content;
  left: 50%;

  transform: translateX(-50%);
  text-align: center;
}

.item-inner-txt .title {
  font-size: 4em;
  color: #fff;
  line-height: 1.3em;
  text-align: center;
  font-weight: 600;
  width: 90%;
  margin: auto;
  word-break: keep-all;
}

.item-inner-txt p {
  font-size: 1.4em;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 400;
}

.item-inner-txt .view-btn {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  /* margin: 0 0 0 -77px; */
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 8px 60px;
}

.mv-wrap .arrow-wrap .arrow-left-layer {
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  height: 100%;
}

.mv-wrap .arrow-wrap .arrow-right-layer {
  position: absolute;
  width: 20%;
  right: 0;
  top: 0;
  height: 100%;
}

.mv-wrap .arrow-wrap .arrow-left-layer .arrow-left {
  position: absolute;
  bottom: 45%;
  left: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all ease .2s;
}

.mv-wrap .arrow-wrap .arrow-right-layer .arrow-right {
  position: absolute;
  bottom: 45%;
  right: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all ease .2s;
}

.mv-wrap .arrow-wrap .arrow-left-layer.on .arrow-left {
  opacity: 1;
}

.mv-wrap .arrow-wrap .arrow-right-layer.on .arrow-right {
  opacity: 1;
}

/* .mv-wrap .slick-dots {
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 50%;
    margin: 0 0 0 -50%;
    text-align: center;
}

.mv-wrap .slick-dots .paging {
    display: inline-block;
}

.mv-wrap .slick-dots .paging .item-now {
    border-bottom: 1px solid #fff;
}

.mv-wrap .slick-dots .paging .item-sum {
    font-size: 2rem;
} */

/* .mv-wrap .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 50%;
    margin: 0 0 0 -50%;
    text-align: center;
}

.mv-wrap .slick-dots li {
    display: inline;
    margin: 0 2px;
}

.mv-wrap .slick-dots li button {
    font-size: 0;
    background: none;
    border: none;
    width: 30px;
    height: 3px;
    background-color: #a5a6be;
    cursor: pointer;
}

.mv-wrap .slick-dots li.slick-active button {
    background-color: #f7b224;
} */

.progress-line-wrap {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background-color: #cbcbcb;
}

.prgoress-line {
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  /* transition: all ease 3s; */
}

html {
  overflow-x: hidden;
}

.main-section01 {
  padding-top: 130px;
  padding-bottom: 130px;
  /* height: 600px; */
  box-sizing: border-box;
  position: relative;
}

.main-portfolio {
  position: absolute;
  width: 100%;
  margin: 0 0 0 150px;
  /* overflow-x: hidden; */
}

.main-portfolio-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 25px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.main-portfolio .slick-list {
  /* overflow: visible; */
  padding-top: 20px;
}

.main-portfolio-layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 34, 75, .7);
  text-align: center;
  box-sizing: border-box;
  padding-top: 40%;
  box-shadow: 5px 8px 14px -3px #000000;
  opacity: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.main-portfolio-item:hover {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.main-portfolio-item:hover .main-portfolio-layer {
  opacity: 1;
}

.main-portfolio-layer .portfolio-title {
  font-size: 2em;
  color: #fff;
  margin-bottom: 40px;
}

.main-portfolio-layer .view-btn {
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  transition: all ease .7s;
  overflow: hidden;
  width: 90px;
  height: 40px;
}

.main-portfolio-layer .view-btn p {
  color: #fff;
  position: absolute;
  z-index: 1;
  width: 90px;
  top: 8px;
  left: 50%;
  margin: 0 0 0 -45px;
  font-size: 1em;
}

.main-portfolio-layer .view-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #fff;
  transition: all ease .7s;
  z-index: 1;
}

.main-portfolio-layer:hover .view-btn p {
  color: #000;
  z-index: 222;
}

.main-portfolio-layer:hover .view-btn::after {
  background-color: #fff;
  left: 0%;
}

.scroll-icon {
  position: absolute;
  right: 50px;
  top: 40%;
}

.main-section02 {
  position: relative;
}

.main-section02 .service-list {
  font-size: 0;
}

.main-section02 .service-list li {
  font-size: 14px;
  width: 25%;
  display: inline-block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 200px 0; */
  vertical-align: top;
  height: 640px;
  box-sizing: border-box;
  padding-top: 200px;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.main-section02 .service-list .li-layer {
  background-color: #0e224b;
  width: 100%;
  height: 640px;
  position: absolute;
  top: 0;
  opacity: 0;
}

.main-section02 .service-list li .card-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 65px;
  position: relative;
}

.main-section02 .service-list li .card-title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  top: -20px;
  left: 50%;
  margin: 0 0 0 -15px;
}

.main-section02 .service-list li p {
  margin-top: 18px;
  line-height: 1.4em;
  font-size: 1.1em;
  position: relative;
  word-break: keep-all;
  width: 252px;
  margin: 18px auto 0 auto;
}

.main-section02 .service-list li img {
  position: relative;
}

.section-tit {
  position: absolute;
  left: 150px;
  top: 75px;
  font-size: 2em;
  font-weight: 600;
  color: #000;
}

.section-tit::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #000;
  left: 0;
  bottom: -51px;
}

.quick-contact-btn {
  position: absolute;
  top: 35px;
  right: 50px;
  cursor: pointer;
}

.main-portfolio .slick-dots {
  position: absolute;
  width: 300px;
  bottom: -40px;
  display: inline-block;
}

.main-portfolio .slick-dots li {
  display: inline;
  margin: 0 3px;
}

.main-portfolio .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
  padding: 0;
}

.main-portfolio .slick-dots li.slick-active button {
  background-color: #808080;
}

.move-btn {
  position: absolute;
  bottom: 84px;
  width: 100px;
  left: 50%;
  margin: 0 0 0 37px;
  text-align: center;
}

.move-btn ul li {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}

.main-section03 {
  padding: 150px 0 70px;
  position: relative;
}

.main-sec03-left,
.main-sec03-right {
  display: inline-block;
  width: 50%;
  font-size: 0;
  position: relative;
  height: 480px;
  box-sizing: border-box;
  vertical-align: top;
}

.main-sec03-left .main-notice {
  font-size: 14px;
  width: 820px;
  position: relative;
  z-index: 1;
}

.main-sec03-left .main-notice li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  margin-left: 100px;
}

.main-sec03-left .main-notice li.on {
  margin-left: 140px;
}

.main-sec03-left .main-notice li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3c3837;
  right: 0;
  top: 31px;
}

.main-sec03-left .main-notice li::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #3c3837;
  right: 5px;
  top: 33px;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.main-sec03-left .main-notice li.on::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background-color: #3c3837;
  right: 5px;
  top: 33px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.main-sec03-left {
  background-color: #f3f3f3;
  padding-top: 65px;
}

.main-sec03-left .main-notice li .notice-div {
  display: inline-block;
  vertical-align: middle;
}

.main-sec03-left .main-notice li .notice-date {
  margin-right: 40px;
  font-size: 1.1em;
}

.main-sec03-left .main-notice li .mobile-notice-date {
  display: none;
}

.main-sec03-left .main-notice li .notice-title {
  max-width: 500px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.1em;
}

.notice-icon-open {
  color: #fff;
  background-color: #999;
  padding: 2px 8px;
  font-size: .8em;
}

.notice-icon-new {
  color: #fff;
  background-color: #000;
  padding: 2px 8px;
  font-size: .8em;
}

.main-sec03-right {
  float: right;
  vertical-align: top;
  font-size: 14px;
}

.right-rect {
  width: 240px;
  height: 480px;
  background-color: #f3f3f3;
}

.res-project-btn {
  display: none;
}

.project-tit {
  position: absolute;
  top: 150px;
  font-weight: bold;
  left: 110px;
  z-index: 1;
}

.project-tit h2 {
  font-size: 4em;
  color: #000;
  margin-bottom: 45px;
}

.project-thumb {
  position: absolute;
  width: 400px;
  height: 400px;
  right: 0;
  bottom: 0;
}

@media all and (max-width: 1760px) {
  .project-thumb {
    display: none;
  }

  .project-tit {
    right: 50px;
    left: auto;
  }
}

.project-thumb img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
}

.project-thumb img:first-child {
  opacity: 1;
}

.main-sec04-item {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 150px;
}

.main-sec04-txt {
  color: #fff;
  max-width: 1640px;
  margin: auto;
  text-align: center;
}

.main-sec04-txt .slogan {
  font-size: 4em;
  font-weight: bold;
  line-height: 120%;
}

.main-sec04-txt .slogan2 {
  font-size: 1.6em;
  font-weight: 400;
  margin-top: 50px;
  line-height: 120%;
}

.main-sec04-txt p {
  margin-top: 50px;
  font-size: 1.2em;
  color: #fefefe;
  font-weight: 300;
}

.main-section04 .partners {
  margin-top: 100px;
}

.main-section04 .partners li {
  display: inline-block;
  margin: 0 30px;
}

.main-section04 .slick-dots {
  position: absolute;
  width: 100%;
  bottom: -90px;
  left: 50%;
  margin: 0 0 0 -50%;
  text-align: center;
}

.main-section04 .slick-dots li {
  display: inline;
  margin: 0 5px;
}

.main-section04 .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #87929c;
  cursor: pointer;
  padding: 0;
}

.main-section04 .slick-dots li.slick-active button {
  background-color: #ff7e00;
}

.main-section05 {
  padding-top: 150px;
  padding-bottom: 100px;
  box-sizing: border-box;
  position: relative;
}

.main-news {
  position: absolute;
  width: 100%;
  padding: 0 0 0 150px;
}

.main-news-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  width: 400px;
  box-sizing: border-box;
  padding: 15px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  margin: 5px;
}

.main-news-item.slick-current {
  box-shadow: 1px 1px 10px #ccc;
}

.main-news li.on {
  box-shadow: 1px 1px 10px #ccc;
}

.main-news .slick-dots {
  position: absolute;
  width: 100%;
  left: 50%;
  text-align: center;
  margin: 0 0 0 -50%;
  bottom: -30px;
}

.main-news .slick-dots li {
  display: inline;
  margin: 0 3px;
  padding: 0;
}

.main-news .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
  padding: 0;
}

.main-news .slick-dots li.slick-active button {
  background-color: #808080;
}

.main-news-thumb {
  position: relative;
}

.main-news-thumb img {
  display: block;
}

.main-news-thumb .cate {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 74px;
  text-align: center;
  color: #fff;
  font-size: .8em;
}

.main-news-thumb .cate.workshop {
  background-color: #fe3265;
}

.main-news-thumb .cate.thanks {
  background-color: #d08a2e;
}

.main-news-thumb .cate.notice {
  background-color: #5db203;
}

.tri {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
}

.tri.workshop-tri {
  border-top: 10px solid #fe3265;
}

.tri.notice-tri {
  border-top: 10px solid #5db203;
}

.tri.thanks-tri {
  border-top: 10px solid #d08a2e;
}

.main-news-item .txt-wrap {
  padding: 25px 0;
}

.main-news-item .txt-wrap h1 {
  font-size: 1.3em;
  line-height: 1.4em;
  color: #000;
  /* 한 줄 자르기 */
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 여러 줄 자르기 추가 스타일 */
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-news-item .txt-wrap p {
  margin-top: 20px;
  color: #8c8c8c;
}

.main-news-item .txt-wrap .divide {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: bold;
}

.motion-linker {
  height: 52px;
  line-height: 52px;
  width: 200px;
  cursor: pointer;
  position: relative;
}

.motion-linker::before {
  content: "";
  position: absolute;
  right: -15px;
  height: 2px;
  width: 74px;
  height: 74px;
  border: 2px solid rgba(31, 31, 31, .1);
  border-radius: 50%;
  top: -13px;
  -webkit-transition: all ease .6s;
  transition: all ease .6s;
}

.motion-linker::after {
  content: "";
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000;
  position: absolute;
  right: 17px;
  top: 20px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.motion-linker-txt {
  color: #000;
  font-size: .9em;
  font-weight: bold;
  position: relative;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.motion-linker-txt::after {
  content: "";
  position: absolute;
  right: 24px;
  height: 2px;
  background-color: #000;
  width: 65px;
  top: 25px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.motion-linker:hover .motion-linker-txt {
  letter-spacing: .2em;
}

.motion-linker:hover .motion-linker-txt::after {
  width: 20px;
}

.motion-linker:hover::before {
  border: 2px solid #000;
}

.motion-linker:hover::after {
  right: 12px;
}