@charset "UTF-8";

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

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

.main {
  position: relative;
}

.slick-slider {
  position: relative;
}

.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 {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 833px;
  margin: auto;
  padding-top: 80px;
}

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

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

.text-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}

.slide-box h2 {
  line-height: 1.4;
  font-size: 55px;
  font-weight: 500;
  padding-bottom: 2rem;
  color: rgb(255, 255, 255);
  letter-spacing: -3px;
  text-shadow: 0 0 10px #222;
  padding-top: 3rem;
}

.slide-box h2 b {
  display: block;
  font-weight: 800;
}

.slide-box p {
  line-height: 1.1;
  font-size: 24px;
  font-weight: 500;
  color: #ff5b45;
}

.button a:hover {
  opacity: 0.7;
}

.main .banner {
  display: flex;
  grid-gap: 10px;
  padding-top: 6rem;
}

/* .slide.align-center .slide-box {
  display: flex;
  align-items: center;
  justify-content: center; 
} */
/******************** 메인 슬라이드 끝// ********************/

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  width: 100%;
  position: relative;
  padding-top: 1rem;
}

.slide_text {
  position: absolute;
  width: 50%;
  background: #ffffffc7;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 3rem;
}

.slide_text h3 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 2rem;
}

.slide_text p {
  font-size: 18px;
}

.slide2 {
  width: 100%;
  position: relative;
}

.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: 300px;
}

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

.slide2 .slick-prev {
  background: url(images/btn_prev.png) no-repeat center, #bbb;
  height: 60px;
  width: 60px;
  left: 0px;
  bottom: 0px;
}

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat center, #454545;
  height: 60px;
  width: 60px;
  left: 60px;
  bottom: 0;
  z-index: 2;
}

.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/g5.jpg);
  background-size: cover;
  background-position: center center;
}

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

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

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

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

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

.slide2-box h2 {
}

.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 끝// ********************/

/* bar */
.bar {
  background: #008adb;
  padding: 60px 0;
}

.bar .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.bar .container div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bar .container div:nth-child(1) {
  border-right: 1px solid #ffffff48;
}

/* sec1 */
.sec1 {
  padding: 70px 0 0;
  border-bottom: 1px solid #ddd;
}

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

.sec1 ul li {
  border: 1px solid #ddd;
  padding: 5rem 3rem;
}

.sec1 ul li .t35 {
  font-size: 35px;
  font-weight: 700;
  padding-top: 2rem;
  padding-bottom: 18vmax;
}

.sec1 ul li .t19 {
  font-size: 17px;
  text-shadow: 0 0 5px #fff;
}

.sec1 ul li:nth-child(1) {
  background: url(../img/sec1_1.jpg);
  background-size: cover;
}
.sec1 ul li:nth-child(2) {
  background: url(../img/sec1_2.jpg);
  background-size: cover;
}
.sec1 ul li:nth-child(3) {
  background: url(../img/sec1_3.jpg);
  background-size: cover;
}
.sec1 ul li:nth-child(4) {
  background: url(../img/sec1_4.jpg);
  background-size: cover;
}

/* sec2 */
.sec2 {
  padding: 80px 0 80px;
  background: url(../img/sec2_bg.jpg);
}

.sec2 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 35px;
  padding-top: 3rem;
}

.sec2 ul li {
  padding: 3rem 3rem 130px;
  border: 1px solid #ddd;
  background: url(../img/icon.png) no-repeat 80% 85%, #fff;
}

.sec2 ul li h3 {
  font-size: 25px;
  padding: 1rem 0 1.4rem;
}
.sec2 ul li p {
  font-size: 17px;
  padding-bottom: 3rem;
  max-width: 20ch;
  opacity: 0.8;
}
.sec2 ul li:first-child {
  background: url(../img/icon2.png) no-repeat 80% 85%, #e74b37;
  color: #fff;
}

.sec2 ul li:first-child img {
  filter: brightness(100);
}

.sec2_service ul {
  border: 1px solid #ddd;
  padding: 7%;
}

.sec2_service ul h3 {
  display: inline-block;
  font-size: 21px;
  border-bottom: 3px solid #63ad26;
  margin: 0 0 12px;
}

.sec2_service ul li p {
  padding-bottom: 24px;
}

.sec2_service ul li:last-child p {
  padding-bottom: 0;
}

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

.service_1 {
}

.service_1 .img {
  background: url(../img/sec2_1.jpg) center;
  background-size: cover;
}

.service_2 {
  display: none;
}

.service_2 .img {
  background: url(../img/sec2_2.jpg) center;
  background-size: cover;
}

/* sec3 */
.sec3 {
  padding: 90px 0 10px;
  background: url(../img/sec3_bg.jpg) center bottom;
}

.sec3 .container {
  display: flex;
  justify-content: flex-end;
}

.sec3 .textbox {
  width: 100%;
  max-width: 800px;
}

.sec3 h3 {
  font-size: 36px;
  color: #383838;
  letter-spacing: -2px;
  padding-bottom: 3rem;
}

.sec3 p {
  font-size: 18px;
  max-width: 60ch;
  line-height: 2;
  font-weight: 300;
  padding: 2rem 0;
  opacity: 0.8;
}

.sec3 b {
  color: #e74b37;
  font-size: 19px;
}

.sec3 .banner {
  color: #fff;
  padding: 28px 45px 23px;
  line-height: 1;
  font-size: 20px;
  font-family: "GmarketSansMedium";
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}

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

/* sec5 */
.sec5 {
  padding: 100px 0 100px;
  background: url(../img/sec4_bg.jpg);
}

/**con2 시작**/
.con_2 {
  background: url(../img/sec2_bg.jpg);
  background-size: cover;
  margin: 0 auto;
  overflow: hidden;
  padding: 90px 0;
}

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

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

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

.box_list .box_item a {
  display: block;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}

.box_list .box_item a h2 {
  font-size: 26px;
  font-weight: 500;
}

.box_list .box_item a p {
  font-size: 17px;
  color: #777;
}

.box_list .box_item a span {
  display: block;
  color: #222;
  font-size: 16px;
  width: 86px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  padding: 6px 20px;
  border: 1px solid #ddd;
}

/**con2 끝//**/

/**m_tit 시작**/
.m_tit {
  text-align: center;
}

.m_tit p {
  font-size: 22px;
  line-height: 1.6;
  opacity: 0.8;
  padding-bottom: 20px;
}

.m_tit h2 {
  font-size: 40px;
  line-height: 170%;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.m_tit h3 {
  font-size: 37px;
  font-weight: 600;
  line-height: 1.2;
}

.m_tit h2 b {
  font-weight: 900;
}

.m_tit em {
  padding: 6px 20px;
  margin-right: 1rem;
  border: 3px solid #fff;
  border-radius: 25px;
  font-size: 30px;
  font-weight: normal;
}

.m_tit span {
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  display: inline-block;
  padding-bottom: 1rem;
  color: #e84c37;
}

/**m_tit 끝//**/

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

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

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

  /**m_tit 시작**/
  .m_tit {
  }

  .m_tit h2 {
    font-size: 37px;
  }

  .m_tit p {
    font-size: 20px;
  }

  /**m_tit 끝//**/

  /* sec1 */
  .sec1_box {
    padding: 0;
  }

  .sec1_box .container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0;
  }

  .sec1_box .container div:first-child {
    height: 400px;
  }

  /* sec2 */
  .sec2 {
    padding: 70px 0;
  }

  /* sec3 */
  .sec3 {
    padding: 70px 0 90px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 768
*******************************************************************************************************************************/
@media (max-width: 768px) {
  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

  .slide-box {
    width: 100%;
    height: 500px;
  }
  .slide-box h2 {
    max-width: 14ch;
    font-size: 40px;
    letter-spacing: -2px;
    padding-top: 2rem;
  }
  .text-group {
    padding: 0 5%;
    height: 100%;
  }

  /**m_tit 시작**/
  .m_tit,
  .m_tit2 {
    margin-bottom: 10px;
  }

  .m_tit h2,
  .m_tit2 h2 {
    font-size: 23px;
    margin: auto;
    display: flex;
    line-height: 1.3;
    flex-direction: column;
  }

  .m_tit h2 strong {
    display: block;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 1rem !important;
  }

  .m_tit2 h3 {
    display: none;
  }

  .m_tit h3 {
    font-size: 25px;
  }

  /**m_tit 끝//**/

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

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

  .sec1 ul li {
    padding: 4rem 2rem;
  }

  .sec1 ul li .t19 {
    font-size: 16px;
  }

  .sec1 ul li .t35 {
    font-size: 30px;
  }

  /* sec2 */
  .sec2 {
    padding: 60px 0;
    font-size: 17px;
  }

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

  .sec2 .img {
    text-align: center;
  }

  .sec2 h2 {
    font-size: 28px;
  }

  .sec2 p {
    font-size: 15px;
  }

  .sec2 em {
    font-size: 17px;
  }

  .sec2_service ul h3 {
    font-size: 20px;
  }

  .service_box {
    grid-template-columns: 1fr;
  }

  .service_box .img {
    height: 250px;
  }

  /* sec3 */
  .sec3 {
    padding: 200px 0 70px;
    background-position-x: 68%;
    text-shadow: 0 0 15px #000;
  }

  .sec3 .container {
    grid-template-columns: 1fr;
    font-size: 23px;
  }

  .sec3 h3 {
    font-size: 28px;
  }

  .sec3 p {
    font-size: 16px;
  }

  .sec3 a {
    font-size: 14px;
    padding: 11px 35px;
  }

  /* sec4 */
  .sec4 {
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .sec4 .container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .sec4 .container div {
    padding: 0;
  }

  /* sec5 */
  .sec5 {
    padding: 70px 0;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  /* slide */
  .slide-box {
    padding: 0;
    height: 500px;
  }

  .slide-box .text-group {
    height: 100%;
    padding: 0;
    padding-top: 2rem;
    text-align: center;
    align-items: center;
  }

  .slide-box h2 {
    font-size: 35px;
    letter-spacing: -1px;
  }

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

  .slide-box p {
    font-size: 18px;
    font-weight: 500;
    text-shadow: 0 0 10px #000, 0 0 20px #000;
    letter-spacing: -1px;
  }

  .slide-box-1 {
    background-size: cover;
    background-position-x: 30%;
  }

  /* bar */
  .bar .container {
    grid-template-columns: 1fr;
    grid-gap: 35px;
    padding: 0 2rem;
  }

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

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

  /* sec3 */
  .sec3 {
    background: url(../img/sec3_bgm.jpg) bottom no-repeat;
    background-size: cover;
    text-shadow: none;
    padding: 60px 0 89vw;
  }

  .sec3 b {
    font-size: 17px;
  }

  .sec3 .banner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 13px;
  }
  .sec3 h3 {
    padding-bottom: 1rem;
    padding-top: 10px;
    font-size: 25px;
    letter-spacing: -2px;
  }
  /* sec4 */
  .sec4 {
    padding: 50px 0;
  }

  /* sec5 */
.sec5 {
  padding-bottom: 75vw;
  background-position-x: 100%;
  background-position-y: 100%;
  background-size: 200%;
  background-repeat: no-repeat;
}

}
