@charset "UTF-8";

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

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

.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 {
  position: relative;
  width: 100%;
  margin: auto;
  position: relative;
  height: 850px;
}

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

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

.text-group {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.slide-box h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 10px;
  letter-spacing: -2px;
  background: #0072bc;
  margin-bottom: 8px;
}

.slide-box h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  padding: 6px 10px;
  letter-spacing: -2px;
  background: #fc6870;
  margin-bottom: 8px;
}

.slide-box span {
  display: block;
  font-size: 17px;
  color: #fff76a;
  font-weight: 500;
  letter-spacing: 3px;
  padding-bottom: 2rem;
}

.slide-box p {
  padding-top: 1rem;
  font-size: 37px;
}

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

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 60px 0;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slide_bg .m_tit {
  text-align: center;
}

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

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

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 23vw;
}

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

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat;
  background-position: center;
  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/g2.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/g4.jpg);
  background-size: cover;
  background-position: center center;
}

.slide2-box-5 {
  background: url(../img/g5.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 끝// ********************/

/* 공통텍스트 */

.t50 {
  font-size: 50px;
  line-height: 1.2;
  font-family: "GmarketSansBold";
  letter-spacing: -2px;
}

.t40 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
}

.t35 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2px;
}

.t30 {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 700;
  letter-spacing: -1px;
}

.t25 {
  font-size: 25px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -1px;
}

.t b {
  color: #488a61;
}

.t20 {
  font-size: 20px;
  line-height: 1.6;
}

.t19 {
  font-size: 19px;
  line-height: 1.6;
}

.t17 {
  font-size: 17px;
  line-height: 1.6;
}

.t15 {
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
  padding: 4rem 0;
  color: #1a385b;
  font-weight: 700;
  letter-spacing: 10px;
}

.t_b {
  display: inline-block;
  border: 1px solid;
  padding: 15px 45px;
  margin-top: 3rem;
}

.t_b:hover {
  color: #47adad;
}

a.more {
  background: #b89690;
  color: #fff;
  padding: 18px 50px;
  font-size: 16px;
}

.space {
  height: 50px;
}

/* bar */
.bar {
  position: relative;
  height: 200px;
}
.bar .container {
  background: url(../img/bar_bg.jpg) center;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bar .container > div {
  border-right: 1px solid #ffffff3f;
  padding: 2.5rem 2rem;
}

.bar h4 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 36px;
}

.bar ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
  font-size: 15px;
}

.bar a {
  display: inline-block;
  font-size: 13px;
  border: 2px solid #fff;
  padding: 10px 30px;
  margin-top: 1.5rem;
}

/* sec1 시작 */
.sec1 {
  background: #fafafa;
  padding: 80px 0;
  background-size: cover;
}

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

.sec1 ul li {
  padding: 2rem;
  background: #f1f0ee;
  text-align: center;
}

.sec1 .t17 {
  font-size: 14px;
  color: #fc6870;
  padding-bottom: 1.4rem;
}
.sec1 .t25 {
  padding: 2rem 0 0rem;
}

.sec1 a:hover img {
  filter: brightness(110%)grayscale(100);
}

/* sec2 */
.sec2 {
  padding: 70px 0;
  background: url(../img/sec2_bg.jpg) center;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
}

/* sec3 */
.sec3 {
  padding: 100px 0;
  background-size: cover;
}

.sec3 ul {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 3rem;
}
.sec3 ul .img {
  background: #eee;
  height: 270px;
  position: relative;
}

.sec3 ul span {
  background: #fc6870;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 2px 7px;
  position: absolute;
  left: 14px;
  top: 10px;
}

.sec3 ul .text {
  padding: 1.6rem;
}

.sec3 ul .text em {
  background: #2f91ff;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 500;
}

.sec3 ul .text h3 {
  font-size: 21px;
  font-weight: 600;
  padding: 1rem 0 0.5rem;
}

.sec3 ul .text p {
  font-size: 17px;
  color: #666;
}

.sec3 ul .text .line {
  background: #ddd;
  height: 1px;
  margin: 45px 0 15px;
}

.sec3 ul .text strong {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
  font-weight: normal;
}

/* sec4 */
.sec4 {
  padding: 90px 0;
  background: url(../img/sec4.jpg) center no-repeat;
  text-align: center;
  color: #fff;
}

.sec4 h3 {
  font-size: 33px;
  padding-bottom: 2rem;
  font-weight: normal;
}

.sec4 p {
  font-size: 20px;
  padding-bottom: 2rem;
  opacity: 0.8;
}

.sec4 h2 {
  font-size: 38px;
}

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

.m_tit p {
  font-size: 18px;
  color: #fc6870;
  line-height: 1.7;
}

.m_tit h2 {
  font-size: 45px;
  line-height: 170%;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2px;
  padding: 5px 0 10px;
}

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

.m_tit h2 b {
  font-weight: 500;
  color: #333;
}

.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: 700;
  color: #ff553e;
  line-height: 130%;
  display: inline-block;
  padding-bottom: 1rem;
}

.m_tit2 {
  margin-bottom: 40px;
}

.m_tit2 p {
  font-size: 20px;
  padding-bottom: 14px;
  color: #d44a35;
  line-height: 100%;
}

.m_tit2 h2 {
  font-size: 40px;
  font-weight: 100;
  line-height: 100%;
  color: #222;
}

.m_tit2 h2 b {
  font-weight: 500;
}

.m_tit2 h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #222;
  padding-top: 20px;
}

/**m_tit 끝//**/

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

  .slide-box p {
    font-size: 23px;
    background-size: 12px;
    background-position-y: center;
  }

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

  /* slide2 */
  .slide2-box .text {
    height: 230px;
    padding: 1.6rem;
  }

  .slide2-box h3 {
    font-size: 21px;
  }

  .slide2-box p {
    font-size: 16px;
    line-height: 1.6;
  }

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

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

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

  /**m_tit 끝//**/

  /* sec1 */

  
  /* sec2 */


  /* sec5 */
  .sec5 .container {
  }

  /**con2 시작**/
  .con_2 {
    padding: 50px 0;
  }

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

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

  .box_list .box_item a span {
    font-size: 14px;
    margin-top: 10px;
  }

  /**con2 끝//**/
}

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    width: 100%;
    height: 600px;
    border-bottom: none;
  }

  .slide-box-1,
  .slide-box-2 {
    background-position: right;
  }

  .text-group {
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
  }

  .slide-box h2,
  .slide-box h3 {
    font-size: 35px;
    line-height: 1.2;
  }

  .slide-box p {
    padding-top: 2rem;
    font-size: 20px;
    padding-bottom: 3rem;
  }

  .slide-box ul {
    grid-gap: 6px;
  }

  .slide-box .more {
    display: none;
  }

  .more {
    font-size: 14px;
    padding: 12px 30px;
  }

  /* bar */
  .bar {
    height: auto;
  }
  .bar h4 {
    font-size: 19px;
    padding-bottom: 20px;
  }
  .bar .container {
    grid-template-columns: 1fr;
    font-size: 15px;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
  .bar .container>div {
    padding: 1.5rem;
    border-right: non;
    border-bottom: 1px solid #ffffff34;
  }

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

  .m_tit h2,
  .m_tit2 h2 {
    font-size: 30px;
  }

  .m_tit p,
  .m_tit2 p,
  .m_tit em {
    font-size: 16px;
    line-height: 1.5;
  }

  .m_tit2 h3 {
    display: none;
  }

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

  /**m_tit 끝//**/
  /* 공통텍스트 */

  .t50 {
    font-size: 40px;
    line-height: 1.2;
  }

  .t40 {
    font-size: 33px;
    line-height: 1.2;
  }

  .t35 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -2px;
  }

  .t30 {
    font-size: 25px;
    line-height: 1.23;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .t25 {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -1px;
  }

  .t b {
    color: #488a61;
  }

  .t19 {
    font-size: 17px;
    line-height: 1.6;
  }

  .t17 {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .t15 {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 8px;
    text-align: center;
    padding: 3rem 0;
  }

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

  .sec1 ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    padding-top: 2rem;
  }
  .sec1 ul li {
    padding: 30px 10px;
  }

  /* sec2 */

  .sec2 {
    padding: 70px 25px;
font-size: 17px;
line-height: 1.6;
  }

  .sec2 .t30 {
    padding-bottom: 1rem;
  }


  /* sec3 */

  .sec3 {
    padding: 60px 0px;
  }
  .sec3 ul {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .sec3 ul .text h3 {
    font-size: 19px;
  }
  .sec3 ul .text p {
    font-size: 16px;
  }
  .sec3 ul .text .line {
    margin: 30px 0 16px;
  }

  /* sec4 */
  .sec4 {
    background-image: url(../img/sec4m.jpg);
    background-position: top center;
    background-size: cover;
    margin-top: 2rem;
  }

  .sec4 h3 {
    font-size: 32px;
  }

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

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

  .slide-box-1 {
    background-size: cover;
    background-position: right !important;
  }

  .slide-box video {
    width: auto;
    height: 400px;
  }

  .slide-box .text-group {
    height: 100%;
    padding-top: 3rem;
    align-items: center;
    color: #fff;
  }

  .slide-box h2,
  .slide-box h3 {
    font-size: 30px;
    line-height: 1.2;
    max-width: 15ch;
    text-align: center;
  }


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

  /* 슬라이드2 */

  .slide_bg {
    padding: 50px 0;
  }

  .slide2-box {
    height: 100vw;
  }


/* bar */
.bar {
  padding-bottom: 0;
  margin-bottom: 0;
} 
  /* sec3 */
  .sec3 {
    padding: 60px 0px;
  }
  .sec3 ul {
    grid-gap: 10px;
    padding-top: 1rem;
  }
  .sec3 ul .img {
    height: 200px;
  }
  .sec3 ul .text {
    padding: 15px 4px;
  }
  .sec3 ul span {
    font-size: 10px;
  }
  /* sec4 */
  .sec4 {
    font-size: 17px;
    padding-bottom: 60px;
    margin-top: 0;
  }

  .sec4 h3 {
    font-size: 26px;
  }

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