@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
.pc__br {
  display: block;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
  display: block;
}
body {
  font-family: "Pretendard";
  overflow-x: hidden;
  min-width: 1300px; overflow-x: hidden;
  position: relative;
}
section { min-width: 1300px; overflow-x: hidden; }
.cont04 {
  overflow-x: hidden;
}

section .wrap {
  max-width: 1180px;
  margin: 0 auto;
}
section .title h3 {
  color: #222;
  font-size: 25px;
  margin-top: 135px;
  position: relative;
  left: 19px;
  z-index: 1;
}
section .title h3 span {
  font-size: 60px;
}
section .title h3::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  background-color: rgba(255, 108, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  top: -50%;
  left: -19px;
  z-index: -1;
  transform: translateY(30%);
}
section .title p {
  margin: 16px 0 88px 19px;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

/* 화면오른쪽 _ 퀵메뉴 */
aside {
  width: 164px;
  height: 224px;
  background-color: #fff;
  position: absolute;
  top: 403px;
  right: 0;
  z-index: 100;
}

aside .m_ask_btn {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 52px;
  border: 0;
  background-color: #ff6c00;
  font-family: "Pretendard";
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
aside .m_ask_btn img {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}
aside .kakao_btn {
  width: 100%;
  height: 52px;
  border: 0;
  background-color: #fff;
  position: relative;
  font-family: "Pretendard";
  color: #999;
  border-bottom: 1px #ddd solid;
  font-size: 16px;
  font-weight: 500;
}
aside .kakao_btn img {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}
aside .kakao_btn span {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translateY(-50%);
}
aside .cs_center {
  width: 100%;
  height: 144px;
  position: relative;
}
aside .cs_center > div img {
  position: absolute;
  top: 6px;
  left: 19px;
}
aside .cs_center > div p:nth-child(2) {
  position: absolute;
  top: 13px;
  left: 55px;
}
aside .cs_center > div p:nth-child(3) {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  color: #ff6c00;
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 3px;
  height: 23px;
}
aside .cs_center .time {
  position: absolute;
  top: 73px;
  left: 19px;
}
aside .cs_center .time p {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
aside .cs_center .time span {
  color: #b4b4b4;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
aside .top {
  width: 100%;
  margin: 0 auto;
  height: 30px;
  background-color: #e8e8e8;
  cursor: pointer;
}
aside .top a {
  text-align: center;
  padding-top: 4px;
}
aside .top img,
aside .top span {
  vertical-align: middle;
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

/* .cont01 */
.cont01 {
  background: url("../img/main_img.png") 0 0 / cover no-repeat;
}
.cont01 .bg_color {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 1080px;
  position: relative;
}
.cont01 .wrap {
  width: 1180px;
  margin: 0 auto;
  padding: 45px 50px 0 50px; /* 220414 수정사항 */
}
.cont01 .wrap h1 {
  height: 55px;
  width: 128px;
}
.cont01 .wrap h1 img {
  object-fit: cover;
  height: 55px;
}
.cont01 .wrap h3 {
  margin-top: 160px;
  font-size: 50px;
  color: #ff6c00;
  width: 484px;
  height: 144px;
}
.cont01 .wrap h3 span {
  font-size: 70px;
}
.cont01 .wrap dl {
  color: #fff;
}
.cont01 .wrap dl dt {
  margin-top: 24px;
  width: 450px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.cont01 .wrap dl dd {
  line-height: 25px;
  width: 546px;
}
.cont01 .wrap dl dd:first-of-type {
  margin-top: 60px;
  margin-bottom: 8px;
}
.cont01 .wrap button {
  margin-top: 80px;
  width: 380px;
  height: 57px;
  line-height: 57px;
  background-color: #ff6c00;
  border: 0;
  border-radius: 9px;
  font-family: "Pretendard";
  font-size: 23px;
  color: #fff;
  cursor: pointer;
  display: block; /*  */
}
.cont01 .wrap .client {
  margin-top: 75px;
}

/* cont02 _ WHY 5달란트? */
.cont02 {
  height: 1077px;
  margin: 0 auto;
  background-color: #f8f8f8;
  position: relative;
}
.cont02 .wrap {
  margin: 0 auto;
  width: 1280px;
  padding: 0 50px;
  padding-top: 344px; /* 220414 수정사항 변경부탁드립니다 */
}
.cont02 h3 {
  font-size: 60px;
  position: relative;
  left: 23px;
  z-index: 1;
}
.cont02 h3::before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  background-color: rgba(255, 108, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -23px;
  z-index: -1;
}
.leftbox_num {
  margin-top: 39px;
  width: 400px;
  height: 142px;
  padding: 35px 0;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 83px;
  position: relative;
}
.leftbox_num p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.leftbox_num .count {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
}
.leftbox_num ul::after {
  content: "";
  display: block;
  clear: both;
}
.leftbox_num ul {
  float: left;
  color: #ff6c00;
  font-size: 39px;
  font-weight: 700;
}
.leftbox_num ul li {
  color: #ff6c00;
  font-size: 39px;
  font-weight: 700;
  float: left;
}
.leftbox_num ul:nth-child(2) {
  position: absolute;
  top: 0;
  left: 138px;
}
.leftbox_num ul:nth-child(2) li:first-child::before,
.leftbox_num ul:nth-child(2) li:last-child::before {
  content: ":";
  display: inline-block;
  margin: 0 10px;
}
.cont02 .wrap::after {
  content: "";
  display: block;
  clear: both;
}
.cont02 .wrap .left {
  float: left;
}
.cont02 .wrap .right {
  float: right;
  width: 731px;
  height: 383px;
}
.cont02 .wrap .right div {
  background-color: rgba(255, 108, 0, 0.6);
  width: 254px;
  height: 254px;
  border-radius: 50%;
  float: left;
  margin-left: -16px;
  position: relative;
}
.cont02 .wrap .right .box01 {
  margin-left: 0;
}
.cont02 .wrap .right .box ul {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont02 .wrap .right .box ul {
  color: #fff;
  font-weight: 700;
}
.cont02 .wrap .right .box ul li:first-child {
  font-size: 53px;
}
.cont02 .wrap .right .box ul li:last-child {
  margin-top: 10px;
  font-size: 20px;
}
.cont02 .wrap .right .box p {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: -50%;
  left: 0;
  color: #666;
  line-height: 21px;
}
.mobile-right {
  display: none;
}
/* .cont03 _ SERVICE */
.cont03 {
  position: relative;
  padding: 0 50px;
  box-sizing: border-box; /* 220414 수정사항 */
  overflow-y: hidden; /* 22.09.27 수정 */
}
.cont03 .wrap {
  max-width: 1180px;
  margin: 0 auto;
}
.cont03 article p {
  width: 560px;
  height: 260px;
  overflow: hidden;
  border-radius: 10px;
}
.cont03 article p img {
  display: block;
  transition: 1s;
}
.cont03 article p img:hover {
  transform: scale(1.2);
  transition: 1s;
}
.cont03 article dl {
  margin-top: 50px;
  margin-bottom: 144px;
  position: relative;
  left: 20px;
}
.cont03 .left article:last-child dl {
  margin-bottom: 0;
}
.cont03 article dl::before {
  content: "";
  display: block;
  width: 3px;
  height: 98px;
  background-color: #ff6c00;
  position: absolute;
  left: -20px;
  top: 6px;
}
.cont03 article dl dt {
  font-weight: 700;
  color: #222;
  font-size: 30px;
  line-height: 38px;
}
.cont03 article dl dd {
  font-weight: 500;
  color: #666;
  font-size: 18px;
  line-height: 27px;
  margin-top: 18px;
}

/* */
.content_wrap {
  width: 100%;
  height: 100%;
}
.cont03 .right {
  margin-top: 144px;
}
.content_wrap {
  display: flex;
  justify-content: space-between;
  min-width: 1180px;
}

/* .cont04 */
.cont04 .title {
  width: 1280px;
  margin: 49px auto 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}
section .title p {
  margin-bottom: 27.5px;
}

/* .cont04 _ 메인비주얼 */
.portfolio_silder {
  display: flex;
  width: 1920px;
  margin: 0 auto;
  position: relative;
}
.portfolio_silder .items {
  position: relative;
  z-index: 100;
}
.portfolio_silder .items::after {
  display: block;
  background-color: #fff;
  width: 62px;
  height: 25px;
}
.portfolio_silder img {
  position: relative;
}
.portfolio_silder .items::after {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  width: 62px;
  height: 25px;
  line-height: 25px;
  border-radius: 21px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 999999;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.portfolio_silder .img01::after {
  content: "1/16";
}
.portfolio_silder .img02::after {
  content: "2/16";
}
.portfolio_silder .img03::after {
  content: "3/16";
}
.portfolio_silder .img04::after {
  content: "4/16";
}
.portfolio_silder .img05::after {
  content: "5/16";
}
.portfolio_silder .img06::after {
  content: "6/16";
}
.portfolio_silder .img07::after {
  content: "7/16";
}
.portfolio_silder .img08::after {
  content: "8/16";
}
.portfolio_silder .img09::after {
  content: "9/16";
}
.portfolio_silder .img10::after {
  content: "10/16";
}
.portfolio_silder .img11::after {
  content: "11/16";
}
.portfolio_silder .img12::after {
  content: "12/16";
}
.portfolio_silder .img13::after {
  content: "13/16";
}
.portfolio_silder .img14::after {
  content: "14/16";
}
.portfolio_silder .img15::after {
  content: "15/16";
}
.portfolio_silder .img16::after {
  content: "16/16";
}

.slick-slide {
  margin: 0 54px;
}
.slick-list {
  margin: 0 -54px;
}

.portfolio_silder .items img {
  transition: 0.2s;
  margin-left: -32px;
  opacity: 0.3;
  object-fit: cover;
  width: 1180px;
  height: 676px;
  border-radius: 20px;
}
.portfolio_silder .slick-center img {
  opacity: 1;
  border: 10px solid #eee;
  border-radius: 20px;
  box-sizing: border-box;
}
.slick-prev {
  left: 19%;
  z-index: 99999;
  background: url("../img/portfolio_left.png") 0 0 / cover no-repeat;
  width: 80px;
  height: 80px;
}
.slick-next {
  right: 20%;
  z-index: 99999;
  background: url("../img/portfolio_right.png") 0 0 / cover no-repeat;
  width: 80px;
  height: 80px;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-prev:hover,
.slick-prev:focus {
  background: url("../img/portfolio_left.png") 0 0 no-repeat;
}
.slick-next:hover,
.slick-next:focus {
  background: url("../img/portfolio_right.png") 0 0 no-repeat;
}
/* 22.09.26 수정 */
.portfolio-slider__inner {
  width: 1180px;
  margin: 0 auto;
}
.portfolio-slider {
  width: 100%;
  position: relative;
}
.portfolio-slide {
  width: 100%;
}
.portfolio-slide__content {
  width: 100%;
  width: 1180px;
  height: 676px;
  border: unset;
  border-radius: 20px;
  background: #eee;
  box-sizing: border-box;
  transition: 0.2s;
}
/* .portfolio-slide__content::after {
  content: attr(slide-data-num);
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  width: 62px;
  height: 25px;
  line-height: 25px;
  border-radius: 21px;
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 999999;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  transform: translateX(-50%);
  display: none;
} */
.portfolio-slider.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 22px;
  z-index: 100;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.6);
  width: 62px;
  height: 25px;
  border-radius: 21px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-slide__content img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
.portfolio-slide.swiper-slide {
  opacity: 0.3;
}
.portfolio-slide.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.portfolio-slide.swiper-slide.swiper-slide-active .portfolio-slide__content {
  border: 10px solid #eee;
}
.portfolio-slide__content {
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-slider .swiper-button-prev {
  width: 80px;
  height: 80px;
  background: url(../img/portfolio_left.png) no-repeat 0 0 / cover;
}
.portfolio-slider .swiper-button-next {
  width: 80px;
  height: 80px;
  background: url(../img/portfolio_right.png) no-repeat 0 0 / cover;
}
.portfolio-slider .swiper-button-prev::after,
.portfolio-slider .swiper-button-next::after  {
  content: '';
}

/* .cont05 _ PROCESS */
.cont05 {
  background-color: #f3f3f3;
  margin: 0 auto;
  height: 1400px;
  position: relative;
  z-index: -99;
  margin-top: 143.5px;
  width: 100%;
}
.cont05 .wrap {
  height: 100%; /* min-width: 1180px;  */

  min-width: 1280px;
  padding: 0 50px;
  box-sizing: border-box;
}
.cont05 .wrap::after {
  content: "";
  display: block;
  clear: both;
}
.cont05 .title {
  padding-top: 59px;
  display: block;
  float: left;
}
.cont05 .right {
  margin-top: 194px;
  float: right;
  position: relative;
}
.cont05 .right .bg_path_arrow {
  background: url("../img/path_arrow.png") 0 0 / cover no-repeat;
  width: 660px;
  height: 766px;
  position: absolute;
  top: 157px;
  left: 64px;
  z-index: -9;
}
/* */
.cont05 .right .column {
  width: 698px;
  display: flex;
  justify-content: space-between;
}
.cont05 .right li .box li {
  text-align: center;
}
.cont05 .right li .box li:first-child {
  color: #ff6700;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 25px;
}
.cont05 .right li .box li:nth-child(2) {
  background-color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
}
.cont05 .right li .box li:nth-child(2) img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont05 .right li .box li:last-child {
  color: #707070;
  font-size: 20px;
  line-height: 24px;
  margin-top: 27px;
}
.cont05 .next_arrow span {
  position: absolute;
  left: -99999px;
}
.cont05 .next_arrow {
  font-size: 18px;
  font-weight: bold;
  color: #505050;
}
.cont05 .first_column .next_arrow {
  margin-top: 162px;
}
.cont05 .second_column .next_arrow {
  margin-top: 214px;
}
.cont05 .last_column .next_arrow {
  margin-top: 148px;
  margin-right: 269px;
}
.cont05 .right .second_column ul {
  margin: 50px 0;
}
.cont05 .last_column ul:last-child {
  position: relative;
  left: -269px;
}

/* .cont06 */
.cont06 {
  width: 100%;
  height: 413px;
  margin: 0 auto;
  position: relative;
}
.cont06 > p {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cont06 > p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 1.8s;
}
.cont06:hover img {
  transform: scale(1.2);
  transition: 1.8s;
}
.cont06 > p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.62);
  width: 100%;
  height: 413px;
}
.cont06 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  margin-top: 130px;
}
.cont06 div p {
  text-align: center;
  font-size: 45px;
  line-height: 60px;
  color: #fff;
}
.cont06 div p span.strong {
  color: #ff6c00;
  font-weight: 700;
}
.cont06 button {
  background-color: #ff6c00;
  width: 186px;
  height: 52px;
  border-radius: 6px;
  border: 0;
  font-family: "Pretendard";
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  display: block;
  margin-top: 45px;
  cursor: pointer;
}



/* 슬릭슬라이더 */
@media screen and (max-width: 1800px) {
  .slick-track {
    margin-left: -3%;
  }
}
@media screen and (max-width: 1500px) {
  .slick-track {
    margin-left: -10px;
  }
}
@media screen and (max-width: 1200px) {
  .slick-track {
    margin-left: -314px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 38%;
  }
}


