@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: 10px;
  height: 10px;
}

.slide-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 950px;
  text-align: center;
  position: relative;
}

.slide-box-1 {
  background: #ffffff;
}

.slide-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

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

.text-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: "SCoreDream";
  text-align: left;
}

.text-group .d_block {
  display: inline-block;
}

.text-group .m_block {
  display: none;
}

.slide-box h2 {
  font-size: 58px;
  font-family: "MapoDPPA";
  line-height: 69px;
  font-weight: normal;
  letter-spacing: -3px;
  padding-bottom: 2rem;
}

.slide-box h2 i {
  font-style: normal;
  color: #ec8890;
}

.slide-box h2 b {
  font-weight: 700;
  color: #8b4bdd;
}

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

.slide-box p i {
  font-style: normal;
  color: #5caeca;
}

.slide-box p b {
  color: #db434a;
}

.slide-box span {
  display: inline-block;
  padding: 6px 10px;
  background: #444;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.slide-box .more {
  display: inline-block;
  margin-top: 3rem;
  border-radius: 25px;
  background: #9e67aa;
  color: #fff;
  padding: 15px 44px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}

.slide-box .more::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 0;
  transition: 0.5s;
  opacity: 0.3;
}

.slide-box .more:hover::before {
  left: 0;
}

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

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

.m_tit h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  padding-top: 1rem;
  padding-bottom: 16px;
}

.m_tit b {
  color: #ec8890;
}

.m_tit p {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #935a01;
}

.m_tit h3 {
  font-size: 32px;
  font-weight: 800;
  padding-top: 15px;
  line-height: 100%;
}

.m_tit i {
  color: #7cca4e;
  font-size: 15px;
  font-weight: 700;
  display: block;
  font-style: normal;
}

.line {
  display: inline-block;
  width: 70px;
  height: 3px;
  margin: auto;
  background: #ec8890;
}

/**m_tit 끝//**/

/* 공통텍스트 */

.t40 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -2px;
  font-family: "MapoDPPA";
}

.t35 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -2px;
  padding-top: 1rem;
}

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

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

.t b {
  color: #488a61;
}

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

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

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

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

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

/* bar */
.bar {
  background: #9e67aa;
  color: #fff;
}

.bar .container {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 18px;
  font-family: "SCoreDream";
  font-weight: 300;
}

.bar ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

.bar ul li a {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}

.bar svg {
  width: 33px;
  fill: #fff;
}

/* sec1 시작 */
.sec1 {
  position: relative;
  background: url(../img/sec1_bg.jpg) center bottom;
  background-size: cover;
  padding: 70px 0;
}

.sec1 ul {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr;
  padding-top: 3rem;
}
.sec1 ul li {
  background: #fbf1e4;
  border-radius: 22px;
  padding: 2rem;
  text-align: center;
  color: #333;
}
.sec1 .t19 {
  font-size: 20px;
  padding: 2rem 0 3rem;
  max-width: 39ch;
}

.sec1 iframe {
  border-radius: 20px;
}

.sec1 .t30 {
  padding: 1rem 0 2rem;
}

.sec1 b {
  color: #f44336;
}

.sec1 .t40 {
  color: #fff;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 4px;
}

.sec1 .m_tit p {
  text-align: left;
}

.sec1 ul li span,
.number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  color: #fff;
  background: #343a6e;
  border-radius: 50%;
  font-size: 15px;
}

/* sec2 시작*/
.sec2 {
  padding: 60px 0px 0;
  border-bottom: 1px solid #ddd;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../img/sec2_bg.jpg);
  text-align: center;
}

.sec2 .container {
  padding: 0;
}

.sec2 .t19 {
  font-size: 21px;
  padding: 5rem 0 2rem;
}

.sec2 b {
  color: #f44336;
  font-size: 1.1em;
}

/* sec2 끝 */

/* sec3 시작*/
.sec3 {
  padding: 100px 0 100px;
}
.sec3 .t35 {
  text-align: center;
  padding-bottom: 3rem;
  font-size: 30px;
}
.sec3 b {
  font-weight: 800;
  font-size: 38px;
  color: #1394d5;
}
.sec3 .reading {
  background: url(../img/slide_1.jpg);
  animation: slideLeft 100s linear infinite;
  height: 320px;
  margin-bottom: 8rem;
}

@keyframes slideLeft {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -3000px;
  }
}

.sec3 .reading2 {
  background: url(../img/slide_2.jpg);
  animation: slideRight 100s linear infinite;
  height: 320px;
}

@keyframes slideRight {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 3000px;
  }
}

.sec3 ul li b {
  font-size: 1.1em;
}

.sec3 ul li:last-child {
  background: #f3f3f3;
}

/* sec3 끝 */

/* sec4 */
.sec4 {
  padding: 130px 0 100px;
  background: url(../img/cs_bg.jpg) top center no-repeat;
  background-size: cover;
}

/*******************************************************************************************************************************
 *** 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;
  }

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

  /**메인슬라이 없을때 시작**/
  .main_vis,
  .main_vis2,
  .main_vis_txt {
    height: 420px;
  }

  .main_vis_txt h2 {
    font-size: 45px;
    line-height: 46px;
  }

  .main_vis_txt h3 {
    font-size: 20px;
  }

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

  .main_vis_txt p span {
    display: block;
  }

  .vis_btn span {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 30px;
  }

  /**메인슬라이 없을때 끝//**/

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .m_tit p {
    font-size: 18px;
    padding-top: 10px;
  }

  /**m_tit 끝//**/

  /* sec1 */
  .sec1 ul li h3 {
    font-size: 30px;
  }

  .sec1 ul li p {
    font-size: 15px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 767
*******************************************************************************************************************************/
@media (max-width: 767px) {
  .slide-box span {
    display: none;
  }

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

  .slick-arrow {
    display: none;
  }

  .slide-box {
    height: 550px;
    margin-bottom: 5px;
  }

  .text-group {
    height: 550px;
    padding-top: 100px;
  }

  .text-group .m_block {
    display: inline-block;
  }

  .text-group .d_block {
    display: none;
  }
  .slide-box h2 {
    font-size: 32px;
  }

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

  /**메인슬라이 없을때 시작**/
  .main_vis,
  .main_vis2 {
    height: 380px;
    margin-top: 70px;
  }

  .main_vis_txt {
    height: 310px;
  }

  .main_vis_txt h3 {
    font-size: 14px;
  }

  .main_vis_txt h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
  }

  .main_vis_txt img {
    height: 30px;
    padding-bottom: 6px;
  }

  .main_vis_txt p {
    font-size: 14px;
    line-height: 20px;
  }

  .main_vis_txt p b {
    display: block;
  }

  .mainbar {
    display: none;
  }

  /**메인슬라이 없을때 끝//**/

  /* bar */
  .bar {
  }

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

  .bar .container img {
    width: 200px;
  }

  .bar ul {
    padding: 0 1rem;
    font-size: 15px;
    text-align: center;
  }

  .bar ul li a {
    justify-content: center;
  }

  .bar ul svg {
    width: 25px;
  }

  /* 타이틀 */
  .title {
    padding: 0.6rem;
    padding-bottom: 2rem;
    text-align: left;
  }

  /**m_tit 시작**/
  .m_tit {
    margin-bottom: 30px;
  }

  .m_tit h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }

  .m_tit h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .m_tit p {
    font-size: 17px;
    padding-top: 5px;
  }

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

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

  .t35 {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -2px;
  }

  .t30 {
    font-size: 26px;
    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: 13.5px;
    line-height: 1.65;
  }

  /* 섹션1시작 */

  /* 섹션1시작 */
  .sec1 {
    padding: 50px 0;
  }

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

  .sec1 iframe {
    width: 100%;
    height: 270px;
  }

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

  .sec1 .t40 {
    font-size: 32px;
  }

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

  .sec2 .t19 {
    font-size: 17.5px;
    padding: 4rem 1rem 2rem;
  }

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

  .sec2 ul li {
    margin-top: -1px;
  }

  .sec2 .container {
    padding: 0;
  }

  .sec2 ul li h3 {
    font-size: 24px;
    font-weight: 500;
  }

  .sec2 .t35 br {
    display: none;
  }

  .sec2 ul li p {
    padding: 10px 0;
  }

  .sec2 .title {
    padding-bottom: 2rem;
  }

  .sec2 ul li a img {
    width: 45px;
  }

  /* sec3 */
  .sec3 .container {
    grid-template-columns: 1fr;
  }
  /* sec4 */
  .sec4 {
    margin-top: 1.9rem;
    padding: 66vw 0 50px;
    background: url(../img/cs_bgm.jpg) top center;
    background-size: cover;
  }

  .sec4 .swiper {
    padding-top: 2rem;
  }
}

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

  .slide-box-2 {
    height: 100vh;
    background-size: cover;
    background-image: url(../img/mainm.jpg);
  }

  .slide-box .text-group {
    align-items: flex-start;
    padding: 0;
    padding-top: 10rem;
  }

  .slide-box h2 {
    font-size: 31px;
    padding-bottom: 2rem;
    line-height: 1.3;
    text-shadow: none;
  }

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

  .slide-box .more {
    text-shadow: none;
    font-size: 13px;
  }

  .m_tit {
    margin-bottom: 20px;
  }

  .m_tit h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
  }

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

  /* 섹션1시작 */

  .sec1 ul {
    grid-template-columns: 1fr;
  }
  .sec1 .t40 {
    font-size: 30px;
    grid-gap: 10px;
  }
  /* sec2 */

  .sec2 {
    padding: 40px 0px 0;
  }

  .sec2 .text {
    padding: 2rem;
  }

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

  .sec2 .logoimg {
    width: 70%;
  }

  /* sec3 */
  .sec3 {
    padding: 50px 0;
  }
  .sec3 .t35 {
    font-size: 24px;
  }
  .sec3 b {
    font-size: 30px;
  }

  .sec3 .reading {
    margin-bottom: 5rem;
  }
  /* sec4 */
  .sec4 {
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 340
*******************************************************************************************************************************/
@media (max-width: 340px) {
  .main_vis,
  .main_vis_txt {
    height: 200px;
  }

  .main_vis_txt span img {
    height: 55px;
  }

  .m_tit h2 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .m_tit.m_tit_color p {
    font-size: 14px;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 300
*******************************************************************************************************************************/
/* @media (max-width:300px){
  .bnr_link_item .item.item1 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item2 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item3 {
    height: 140px;
    background-size: 80px;
  }
  .bnr_link_item .item.item4 {
    height: 140px;
    background-size: 80px;
  }
  .item h2 {
    font-size: 14px;
  }
  .item p {
    display: none;
  }
} */
