@charset "UTF-8";

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


/* main */

.main {
  display: flex;
}

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


.block {
  height: 0px;
}

.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;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 950px;
  margin: auto;
}


.slide-box-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/main.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}


.slide-box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/main2.jpg);
  background-position: center bottom;
  background-size: cover;
  position: relative;
}

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


.slide-box h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 3rem;
  font-family: 'ONE-Mobile-Title';
}

.slide-box b {
  background: red;
  padding: 4px 8px;
  font-weight: normal;
}

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



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


.bar {
  padding: 70px 0;
  font-size: 16px;
  position: relative;
}

.bar .container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -90%);
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  background: #f3cc45;
  padding: 0;
}

.bar .bar_1 {
  background: url(../img/bar_bg.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.bar .bar_1 h3 {
  font-size: 35px;
  font-family: 'MaruBuri-Regular';
  font-weight: 500;
  letter-spacing: -1.5px;
  padding: 3rem;
}

.bar .bar_1 .black {
  background: #333;
  color: #fff;
  padding: 1.2rem;
  padding-left: 3rem;
  font-size: 22px;
}

.bar .title {
  background: #f4da70;
  font-size: 22px;
  text-align: right;
  padding: 20px 30px;
  font-weight: 700;
}

.bar .title strong {
  color: orangered;
}

.bar ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bar ul li {
  display: grid;
  grid-template-columns: 60px 1fr;
  padding: 18px 0;
  font-size: 18px;
}

.bar ul li:nth-child(even) {
  background: #f4da70;
}

.bar ul li h4 {
  font-weight: 500;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
}

.bar ul .num {
  font-family: 'Poppins';
  font-weight: 800;
  text-align: center;
  color: #e0a014;
  font-size: 22px;
}

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding: 80px 0px;
  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 10px;
  width: 25%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 22vw;
  max-height: 300px;
  min-height: 220px;
}

.slide2 .slick-prev {
  background: url(images/btn_prev.png) no-repeat center, #255cc0;
  ;
  height: 36px;
  width: 36px;
  left: -20px;
  /* transform: translateY(-100%); */
}

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat center, #255cc0;
  height: 36px;
  width: 36px;
  right: -20px;
  /* transform: translateY(-100%); */
}


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

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

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

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



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


/******************** 슬라이드2 끝// ********************/


/* wrap */
.wrap {}

/* sec1 */
.sec1 {
  position: relative;
  padding: 100px 0;
}

.sec1 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0px;
  text-align: center;
}



/* sec2 */
.sec2 {
  padding: 80px 0;
  background: #efca48;
}

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

.sec2 ul li {
  padding: 6rem 2.5rem 3rem;
  text-align: right;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}

.sec2 ul li h3 {
  padding-bottom: 1rem;
}

.sec2 ul li p {
  font-size: 17px;
  opacity: 0.7;
}

.sec2 ul li:nth-child(1) {
  background: url(../img/sec2_1.jpg) no-repeat;
  background-size: cover;
}

.sec2 ul li:nth-child(2) {
  background: url(../img/sec2_2.jpg) no-repeat;
  background-size: cover;
}

.sec2 .m_tit .line {
  background: #fff;
}



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

.sec3 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}

.sec3 div {
  display: flex;
  align-items: center;
}



/* sec4 */
.sec4 {
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: url(../img/cs_bg.png) center;
  background-size: cover;
}



/* 공통텍스트 */

.tt_h2 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 500;
}

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

.tt_h4 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 1.5rem;
  letter-spacing: -1px;
}

.tt_h2 b {
  color: #ff771d;
}

.tt_span {
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 600;
  border-left: 3px solid #006fa4;
}

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

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

.tt_p15 {
  font-size: 15px;
  line-height: 1.65;
}

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

.tt_b:hover {
  color: #fff;
}






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

.m_tit p {
  font-size: 17px;
  line-height: 1.5;
  padding-top: 1rem;
  text-transform: uppercase;
  opacity: 0.85;
  padding-bottom: 3rem;
}

.m_tit h2 {
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
}

.m_tit h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 1rem;
}

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

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

.m_tit strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}



span.line {
  display: inline-block;
  background: #f0bc02;
  width: 130px;
  height: 1px;
}

/**m_tit 끝//**/





/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width:1024px) {

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



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


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

  .m_tit h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }

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


  /**m_tit 끝//**/


  /* sec2 */
  .sec2 ul li {
    padding: 4rem 2rem 2rem;
    text-align: right;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
  }


  /* sec3 */
  .sec3 {
    padding-bottom: 0;
  }

  .sec3 .container {
    grid-gap: 30px;
  }



}

/*******************************************************************************************************************************
 *** 모바일 max-width 768
*******************************************************************************************************************************/
@media (max-width:768px) {

  .main {
    flex-direction: column;
  }

  /**메인 슬라이드 시작**/
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-arrow {
    display: none;
  }

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

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

  .text-group {
    height: 600px;
    padding-right: 8%;
  }

  .slide-box h2 {
    font-size: 33px;
    line-height: 1.2;
  }

  .slide-box p {
    font-size: 18px;
    line-height: 1;
    padding: 6px 10px;
  }

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

  .more {
    padding: 10px 25px;
  }


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

  .m_tit h2,
  .m_tit2 h2 {
    padding-bottom: 0px;
    font-size: 22px;
    letter-spacing: -1px;
    grid-gap: 7px;
  }

  .m_tit h2 span.line {
    width: 35px;
  }

  .m_tit p,
  .m_tit em {
    font-size: 15.5px;
    padding: 1rem 0;
  }

  .m_tit2 h3 {
    display: none;
  }

  .m_tit h3 {
    font-size: 22px;
    padding-bottom: 0;
  }

  /**m_tit 끝//**/


  /* bar */
  .bar {
    padding: 0;
  }

  .bar .container {
    position: relative;
    grid-template-columns: 1fr;
    transform: translate(-50%, -10%);
  }

  .bar .bar_1 h3 {
    font-size: 24px;
  }


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

  .sec1 ul {
    padding: 1rem 2rem 0;
    grid-template-columns: 1fr 1fr;
  }


  /* sec2 */

  .sec2 {
    padding: 60px 0;
  }

  .sec2 .container ul {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    grid-gap: 30px;
    text-align: center;
  }


  /* sec3 */
  .sec3 ul {
    grid-template-columns: 1fr 1fr;
  }

  .sec3 ul li {
    padding: 100px 0;
  }


  /* sec4 */
  .sec4 {
    padding: 100px 10px 40px;
    font-size: 18px;
    grid-template-columns: 1fr;
    background-size: cover;
  }

  .sec4 div {
    padding: 1rem;
  }

  .sec4 .img2 {
    padding: 0;
  }

  .sec4 .img3 {
    width: 100%;
    position: relative;
  }

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

  /* 공통텍스트 */

  .tt_h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 1.6rem;
    padding-bottom: 2.5rem;
  }

  .tt_h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 2rem;
    padding-bottom: 2.0rem;
    letter-spacing: -2px;
  }

  .tt_h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 1.1rem;
    letter-spacing: -1px;
  }

  .tt_h2 b {
    color: #e9823d;
  }

  .tt_span {
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 0;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
    border-left: 3px solid #26bf81;
  }

  .tt_p {
    font-size: 16px;
    line-height: 1.6;
  }

  .tt_p17 {
    font-size: 15px;
    line-height: 1.6;
  }

  .tt_p15 {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .tt_b {
    display: inline-block;
    border: 1px solid;
    padding: 12px 40px;
    margin-top: 2.2rem;
  }




}


/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width:480px) {

  .d_block {
    display: none !important;
  }

  .m_block {
    display: block !important;
  }

  .slide-box-1 {
    height: 450px;
    width: 100%;
    background-size: cover;
  }

  .slide-box .text-group {
    justify-content: flex-start;
    align-items: center;
    height: 450px;
    padding: 0 25px;
    padding-top: 90px;
    text-align: center;
  }

  .slide-box h2 {
    font-size: 25px;
    letter-spacing: normal;
    line-height: 1.3;
    padding: 1rem 0;
    max-width: 15ch;
  }

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

  .slide-box p {
    display: block;
    padding: 0;
    font-size: 16px;
  }

  .slide-box a {
    width: 55%;
    padding-top: 2rem;
  }

  /* bar */

  .bar .container {
    font-size: 15px;
    grid-gap: 10px;
    flex-direction: column;
  }

  .bar .bar_1 h3 {
    padding: 2rem;
  }

  .bar .bar_1 .black {
    padding: 2rem;
    font-size: 19px;
  }


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

  .sec1 .container {
    padding: 0;
  }


  /* sec2 */
  .sec2 {
    padding: 50px 5px;
  }

  .sec2 ul li {
    background-size: cover !important;
    background-position: 80% !important;
    padding: 3rem 1rem 1rem;
  }

  .sec2 ul li p {
    font-size: 14px;
  }


  /* sec3 */
  .sec3 {
    padding: 50px 0 0;
  }

  .sec3 .container {
    grid-template-columns: 1fr;
  }

  /* sec4 */
  .sec4 {
    padding: 50px;
  }


}