@charset "UTF-8";

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

/* head_bar */
.head_bar {
  background: #2d3f72;
  padding: 10px 0;
  color: #fff;
}

.head_bar .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 40px;
  font-size: 17px;
}

.head_bar img {
  width: 25px;
}

.head_bar a {
  background: #27ac88;
  padding: 6px 45px;
  border-radius: 5px;
}

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

.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%;
  width: 100%;
  margin: auto;
  padding-top: 80px;
  font-family: "GmarketSansMedium";
}

.slide-box-1 {
  background-size: cover;
  background: url(../img/main_bg.jpg) center;
  position: relative;
  width: 100%;
  height: 920px;
}

.slide-box-2 {
  background: url(../img/main2.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: 100px;
  color: #ffffff;
}

.slide-box .img {
  position: absolute;
  width: 40%;
  top: 53%;
  right: 7%;
  transform: translateY(-50%);
}

.slide-box .text-group .m_block {
  display: none;
}
.slide-box .text-group .d_block {
  display: block;
}
.slide-box p {
  font-size: 29px;
  padding-bottom: 2rem;
}

.slide-box strong {
  font-size: 18px;
  color: #f38f47;
  padding-bottom: 1.5rem;
  letter-spacing: 2px;
}

.more {
  display: inline-block;
  background: #27ac88;
  padding: 8px 45px;
  border-radius: 5px;
  color: #fff;
}

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

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  padding-top: 50px;
  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: 23vw;
}

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

.slide2 .slick-next {
  background: url(images/btn_next.png) no-repeat center, #d44a35;
  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 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 끝// ********************/

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

.sec1 .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}

.sec1 .box p {
  font-size: 21px;
  max-width: 40ch;
}

.sec1 p b {
  font-size: 26px;
  font-weight: 600;
  color: #11b4ac;
}

.sec1 h2 {
  font-size: 38px;
  font-weight: 500;
  color: #273f6f;
  line-height: 1.2;
  padding: 1rem 0 2rem;
}

.sec1 em {
  display: block;
  padding-top: 2rem;
  font-size: 22px;
  font-weight: bold;
}

.sec1 ul {
  display: grid;
  padding-top: 1rem;
  font-size: 19px;
}

.sec1 ul li {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 10px;
}

.sec1 ul h3 {
  padding-left: 25px;
  font-weight: 700;
  background: url(../img/check.png) no-repeat left 11px;
}

/* sec2 */
.sec2 {
  padding: 100px 0;
  background: url(../img/sec2_bg.jpg);
  background-size: cover;
}

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

.sec2 ul li {
  margin-bottom: 10px;
  background: #fffffff6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec2 ul li h3 {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 2rem;
}

.sec2 ul li h3 strong {
  font-weight: normal;
  font-size: 0.6em;
}
.sec2 ul li .t20 {
  font-weight: 700;
  color: #314257;
  font-size: 18px;
  padding-bottom: 1rem;
}
.sec2 ul li .t19 {
  opacity: 0.8;
  font-weight: 300;
  font-size: 17px;
}

.sec2 ul li .icon {
  text-align: center;
  padding-top: 59px;
}

.sec2 .text {
  padding: 32px 2rem 42px;
}

.sec2 .morebox {
  background: #314257;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

.sec2 .morebox:hover {
  background: #000;
}

.sec2 .morebox:hover a {
  text-decoration: underline;
}

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

/* cs */
.cs {
  background: url(../img/sec4_bg.jpg);
  padding: 3rem;
}

.cs .box {
  background: #ffffffde;
  padding: 3rem;
  text-align: center;
}

/**m_tit 시작**/
.m_tit {
  padding-bottom: 4rem;
  text-align: center !important;
  letter-spacing: -1px;
  text-shadow: 0px 0px 16px #ffffffc7, 0px 0px 13px #fff, 0px 0px 10px #fff,
    0px 0px 8px #fff, 0px 0px 5px #fff;
}

.m_tit p {
  font-size: 18px;
  line-height: 1.7;
  padding-bottom: 10px;
  color: #0b5cb1;
}

.m_tit h2 {
  font-size: 48px;
  line-height: 170%;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -2px;
  padding-bottom: 2rem;
}

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

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

.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;
}

.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;
  }

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

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

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

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

  /**m_tit 끝//**/

  /* sec1 */

  .sec1 {
    padding: 50px 0;
  }

  .sec1 .sec1banner {
    padding: 1rem;
  }

  .sec1 .sec1banner h3 {
    font-size: 25px;
  }

  .sec1 .sec1banner span {
    font-size: 15px;
  }

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

  /* sec2 */

  /* sec2 */
  .slide2-box {
    height: 200px;
  }
  /**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: 550px;
    border-bottom: none;
  }

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

  .text-group {
    height: 100%;
  }

  .slide-box h2 {
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 1rem;
  }

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

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

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

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

  .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: 22px;
    letter-spacing: -2px;
  }

  /**m_tit 끝//**/

  /* sec1 */
  .sec1 .container .box {
    grid-template-columns: 1fr;
    font-size: 17px;
  }

  .sec1 ul li {
    grid-template-columns: 1fr;
    padding-bottom: 1rem;
    grid-gap: 3px;
  }

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

  .sec1 ul {
    font-size: 17px;
  }

  /* sec2 */

  .sec2 {
    padding: 70px 0px 70px;
    background-size: cover;
  }

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


  .sec2 ul li .text {
    padding: 1.5rem;
  }

  .sec2 ul li .t20 {
    font-size: 17px;
  }

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

  .sec2 ul li .icon {
    padding-top: 20px;
    width: 60px;
    margin: auto;
  }

  .sec2 ul li .t19 {
    font-size: 15px;
  }

  .sec2 .morebox a {
    font-size: 15px;
  }

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

  .cs .container {
    grid-template-columns: 1fr;
    font-size: 16px;
  }

  .cs .box {
    padding: 2.2rem;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  .head_bar .container {
    font-size: 14px;
  }
  .head_bar .container img {
    width: 20px;
  }

  /* slide */
  .slide-box {
    height: 550px;
  }

  .slide-box-1 {
    background-image: url(../img/mainbgm.jpg);
  }

  .slide-box .text-group {
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 2rem;
  }
  .slide-box .text-group .d_block {
    display: none;
  }
  .slide-box .text-group .m_block {
    display: block;
  }
  .slide-box h2 {
    font-size: 28px;
    text-align: left !important;
    max-width: 13ch;
  }

  .slide-box h2 b {
    display: block;
    padding-top: 20px;
  }
  .slide-box p {
    font-size: 20px;
    padding-bottom: 2rem;
  }

  /* sec1 */
  .sec1 {
    padding: 40px 0px;
    background: none;
  }

  .sec1 h2 {
    font-size: 30px;
  }

  .sec1 ul {
    width: 100%;
  }

  .sec1 p {
    font-size: 17px;
  }

  .sec1 p b {
    font-size: 20px;
  }
  /* sec4 */

  .sec4 {
    padding: 60px 0;
    font-size: 16px;
    background-attachment: scroll;
  }

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

  .sec4 .box {
    padding: 2rem;
    background-position: center !important;
  }

  .sec4 .box h2 {
    font-size: 33px;
  }

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