@charset "UTF-8";

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

/******************** 메인 슬라이드 시작 ********************/

.main {
  position: relative;
}

.slick-slider {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* height: 45px; */
  width: 50px;
  font-size: 0;
}

.slick-prev {
  background: url(images/prev.png);
  left: 0;
  z-index: 2;
}

.slick-next {
  background: url(images/next.png);
  right: 0;
}

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

.slick-dots li {
  display: inline-block;
  font-size: 0;
}

.slick-dots .slick-active button {
  background-color: #222;
}

.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  width: 16px;
  height: 16px;
}

.slide-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  height: 100vh;
}

.slide-box-1 {
  background: url(../img/main.jpg);
  background-position: bottom center;
}

.slide-box-2 {
  background: url(../img/sec1_b2g.jpg);
  background-size: cover;
  background-position: bottom center;
}

.text-group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 50px;
}

.slide-box h2 {
  padding: 2rem 0 3rem;
  font-size: 64px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #fff;
}

.slide-box h2 b {
  color: #fffb27;
  font-weight: 900;
}

.slide-box p {
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 4rem;
  opacity: 0.8;
}

/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */

#fp-nav {
  width: 100px;
}

#fp-nav ul li {
  padding-bottom: 1.5rem;
  color: #ffffffb7;
  font-weight: 600;
}

#fp-nav ul li a span {
  background: #ffffff !important;
}

#fp-nav ul li:nth-child(1) a::after {
  content: "홈화면";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li:nth-child(2) a::after {
  content: "업체소개";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li:nth-child(3) a::after {
  content: "사업안내";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li:nth-child(4) a::after {
  content: "고객센터";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li:nth-child(5) a::after {
  content: "협력사";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#fp-nav ul li a.active {
  color: #0077c6;
}

/* 2섹션 컬러바꾸기 */
.fp-viewing-secondPage #fp-nav ul li,
.fp-viewing-thirdPage #fp-nav ul li,
.fp-viewing-fourPage #fp-nav ul li,
.fp-viewing-fivePage #fp-nav ul li {
  color: #777777c0;
}

.fp-viewing-secondPage #fp-nav ul li a span,
.fp-viewing-thirdPage #fp-nav ul li a span,
.fp-viewing-fourPage #fp-nav ul li a span,
.fp-viewing-fivePage #fp-nav ul li a span {
  background: #777777 !important;
}

/* active 됐을때 dot 색깔 */
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #0077c6 !important;
}

/******************** 메인 슬라이드 끝// ********************/

/* 스크롤 */
.scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 0.65rem;
  padding-bottom: 2rem;
  z-index: 5;
}

.scroll img {
  width: 19px;
  opacity: 0.6;
  padding: 1rem 0;
}

/******************** 슬라이드2 시작 ********************/
.slide_bg {
}

.slide2 .slick-list {
  margin: 0 -10px;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 230px;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png);
  height: 36px;
  width: 36px;
  left: 20px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png);
  height: 36px;
  width: 36px;
  right: 20px;
}

.slide2 .slick-dots {
  bottom: 10px;
}

.slide2 .slick-dots .slick-active button {
  background: rgb(216, 65, 98);
  display: none;
}

.slide2 .slick-dots li + li {
  margin-left: 10px;
}

.slide2 .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  background-color: green;
  width: 10px;
  height: 10px;
  display: none;
}

.slide2-box-1 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-2 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-3 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-4 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-5 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-6 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box h2,
.slide2-box p {
  text-align: center;
  font-size: 30px;
  color: brown;
}

.slide2 .slide2-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide2_txt {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
}

.slide2_txt p {
  color: #222;
}

.slide2_txt strong {
  color: #d44a35;
}

.gall_btn {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 270px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background: #222;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}


/******************** 슬라이드2 끝// ********************/
.m_tit {
  text-align: center;
  padding-bottom: 2rem;
}

.m_tit h3 {
  font-size: 35px;
  letter-spacing: -2px;
}

/* 타이틀 */
.t50 {
  font-size: 50px;
  font-weight: 500;
}

.t40 {
  font-size: 40px;
  font-weight: 700;
  padding-top: 0.7rem;
  line-height: 1.3;
  font-family: "GmarketSansMedium";
}

.t30 {
  font-size: 30px;
  font-weight: 700;
  font-family: "GmarketSansMedium";
}

.t20 {
  font-size: 20px;
  font-weight: 400;
}

.t19 {
  font-size: 19px;
}

.t17 {
  font-size: 17px;
  opacity: 0.7;
}

a.more {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding: 0 4px 4px 4px;
  margin-top: 2rem;
  border-bottom: 1px solid #000;
}

a.more:hover {
  color: rgb(73, 151, 37);
}

/**main_about_wrap 시작**/
.main_about_wrap {
  padding: 100px 0;
}

.main_about {
  text-align: center;
}

/**main_about_wrap 끝//**/

/* sec1 */
.sec1 {
  padding: 80px 0;
}

.sec1 .banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.sec1 .container .banner:nth-child(1) .img {
  background: url(../img/sec1_1.jpg);
  background-size: cover;
  grid-column: 2/2;
  grid-row: 1/1;
}

.sec1 .container .banner:nth-child(2) .img {
  background: url(../img/sec1_2.jpg);
  background-size: cover;
}
.sec1 .text {
  padding: 4.5rem 3.6rem;
}

.sec1 .t30 {
  padding-bottom: 1.5rem;
  color: #005eca;
}

/* sec2 시작 */
.sec2 {
  padding: 90px 0;
  position: relative;
}

.sec2 b {
  display: block;
  font-size: 1.4em;
}

.sec2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 13px;
}

.sec2 ul h2 {
  padding: 2rem 2rem 1rem;
}

.sec2 ul p {
  padding: 0 2rem 2rem;
}

/* sec3 시작 */
.sec3 {
  padding: 30px 0 100px;
}



.sec3 .t19 {
  padding: 2rem 0;
}

/**con2 시작**/
.box_list {
  margin: 0 -10px;
  overflow: hidden;
  padding-top: 4rem;
}

.box_list .box_item {
  float: left;
  width: 25%;
  padding: 0 10px;
}

.box_list .box_item img {
  width: 100%;
}

.box_list .box_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  padding: 25px 0;
}

.box_list .box_item a h2 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 2px;
  color: #222;
}

.box_list .box_item a p {
  font-size: 16px;
  line-height: 20px;
  color: #999;
}

/**con2 끝//**/

/* sec4 */
.sec4 {
  padding: 80px 0;
  background: url(../img/sec4_bg.jpg) no-repeat center;
  text-align: right;
}

/**bnr_link 시작**/
.bnr_link {
  padding: 0px 0 100px;
}

.bnr_link_wrap {
  margin: 0 -10px;
  overflow: hidden;
}

.bnr_link_item {
  padding: 0 10px;
  width: 50%;
  float: left;
  position: relative;
}

.bnr_link_item .item.item1 {
  background: url(/img/bnr_box_item1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 250px;
}

.bnr_link_item .item.item2 {
  background: url(/img/bnr_box_item2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 250px;
}

.item {
  height: 250px;
  display: flex;
  align-items: center;
  color: #444444;
  padding-left: 40px;
}

.item strong {
  font-size: 18px;
}

.item h2 {
  font-size: 26px;
}

.item p {
  font-size: 17px;
  padding-top: 6px;
  font-weight: 500;
  color: #3f3f3f83;
}

.bnr_link h2 b {
  color: #028bc1;
}

/**bnr_link 끝//**/

/* sec5 */
.sec5 {
  padding: 100px 0;
  background: url(../img/line.jpg) no-repeat center;
  text-align: center;
}

.sec5 h3 {
}

.sec5 ul {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width: 1024px) {
  /**메인 슬라이드 시작**/
  .slide-box h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .slide-box p {
    font-size: 16px;
  }

  .slide-box span {
    font-size: 16px;
  }

  /**메인 슬라이드 끝**/

  /* .sec2 */
  .sec2 {
    border-top: 3px solid #fff;
  }

  .sec2 .container {
    grid-template-columns: 1fr;
    width: 80%;
  }

  /**con2 시작**/
  .box_list {
    margin: 0 -5px;
    padding-top: 1.5rem;
  }

  .box_list .box_item {
    padding: 0 5px;
  }

  .box_list .box_item a {
    padding: 20px 0;
  }

  .box_list .box_item a h2 {
    font-size: 17px;
  }

  .box_list .box_item a p {
    font-size: 16px;
  }

  /**con2 끝//**/
}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width: 767px) {
  /**메인 슬라이드 시작**/

  .slide-box-1 {
    background-size: cover;
    background-position: bottom center;
  }

  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .text-group {
    padding: 2.7rem;
  }

  .slide-box h2 {
    font-size: 37px;
    letter-spacing: normal;
    padding: 0;
    padding-bottom: 19px;
  }

  .slide-box p {
    font-size: 14px;
    font-weight: 600;
  }

  .slide-box p br {
    display: none;
  }

  /* 텍스트 */
  .m_tit h3 {
    font-size: 26px;
  }
  /* 타이틀 */
  .t50 {
    font-size: 40px;
    font-weight: 500;
    padding-top: 0.7rem;
  }

  .t40 {
    font-size: 30px;
    font-weight: 700;
    padding-top: 1rem;
    line-height: 1.3;
  }

  .t30 {
    font-size: 22px;
    font-weight: 700;
  }

  .t20 {
    font-size: 17px;
    font-weight: 400;
    opacity: 0.8;
  }

  .t19 {
    font-size: 16px;
  }

  .t17 {
    font-size: 15px;
    opacity: 0.7;
  }

  /* sec1 */
  .sec1 {
    padding-bottom: 0;
  }
  .sec1 .box {
    display: block;
  }

  .sec1 .banner {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .sec1 .text {
    padding: 2rem;
  }

  .sec1 .img {
    height: 220px;
  }

  .sec1 .container .banner:nth-child(1) .img {
    grid-column: 1/2;
    grid-row: 1/1;
  }

  /* 섹션2 */
  .sec2 {
    font-size: 17px;
    padding: 0px;
    background-size: cover;
  }

  .sec2 .container {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding: 0;
    grid-gap: 10px;
  }

  .sec2 ul h2 {
    font-size: 19px;
    padding: 15px 10px;
  }

  .sec2 ul p {
    padding: 0px 10px 16px;
    font-size: 15.5px;
  }

  /* sec3 */
  .sec3 {
    padding: 70px 0 40px;
  }
  .sec3 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .slide_bg {
    padding: 10px 0 0;
  }

  .gall_btn {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-top: 20px;
  }

  /* 섹션4 */
  .sec4 h3 {
    font-size: 22px;
  }
  .sec4 .cs {
    padding: 2rem 0;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 20px;
  }

  /**bnr_link 시작**/
  .bnr_link {
    padding: 60px 0;
  }

  .bnr_link_item .item.item1 {
    height: 180px;
  }

  .bnr_link_item .item.item2 {
    height: 180px;
  }

  .item {
    height: 180px;
    padding: 0 40px 0 20px;
  }

  .item h2 {
    font-size: 18px;
  }

  .item p {
    font-size: 13px;
  }

  .item p span {
    display: block;
  }

  /**bnr_link 끝//**/
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  /*불렛 */
  #fp-nav {
    width: 14px;
  }

  #fp-nav ul li a::after {
    display: none;
  }
  /* sec1 */
  .sec1 {
    padding: 50px 0 0px;
  }

  /* sec3 */
  .sec3 {
    padding: 70px 0 50px;
    grid-gap: 0;
  }

  .sec4 {
    background-position-x: 76%;
  }
}
