@charset "UTF-8";

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

/******************** 메인 슬라이드 시작 ********************/
.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: 100vh;
}

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

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

.text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.slide-box .d_block {
  display: block;
}

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

.slide-box h2 {
  font-family: "SCoreDream";
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  letter-spacing: -3px;
}

.slide-box b {
  color: #55b625;
}

.more {
  display: inline-block;
  padding: 15px 40px;
  position: relative;
  border: 1px solid #999;
}

.more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0%;
  height: 100%;
  background: rgba(203, 238, 216, 0.25);
  transition: 0.4s;
}

.more:hover::after {
  width: 100%;
}

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

/******************** 슬라이드2 시작 ********************/
.slide_bg {
}

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

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

.slide2 .slick-next {
  background: url(images/btn_next.png);
  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-6 {
  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 끝// ********************/

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

.m_tit h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 50px;
}

.m_tit p {
  font-size: 18px;
  padding-left: 45px;
  padding-top: 1rem;
  opacity: 0.7;
}

.m_tit h3 {
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  padding-left: 45px;
  background: url(../img/dot.png) no-repeat left center;
}

.m_tit b {
  color: #9b694e;
  font-weight: 800;
}

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

/**m_tit 끝//**/

/* 공통텍스트 */

.t50 {
  font-size: 47px;
  line-height: 1.2;
  font-weight: 700;
  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;
  letter-spacing: -1px;
  padding: 14px 0;
  font-family: "InkLipquid";
  color: #1566c5;
}

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

.t25 {
  font-size: 23px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -1px;
  opacity: 0.6;
  padding: 17px 0 0;
}

.t b {
  color: #1566c5;
}

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

/* bar */
.bar {
  border-bottom: 1px solid #ddd;
}

.bar ul {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
}

.bar ul li {
  height: 200px;
  min-width: 300px;
  padding: 1rem 2rem 3rem;
  background-position-y: -100% !important;
  border-right: 1px solid #ddd;
}

.bar ul li:nth-child(1) {
  background: url(../img/bar_1.png) no-repeat right;
}

.bar ul li:nth-child(2) {
  background: url(../img/bar_2.png) no-repeat right;
}

.bar ul li:nth-child(3) {
  background: url(../img/bar_3.png) no-repeat right;
}

.bar ul li:nth-child(4) {
  display: flex;
  align-items: flex-end;
}

.bar .t30 {
  font-size: 27px;
  font-weight: 600;
}

/******************** 슬라이드2 시작 ********************/
.slide_bg {
  overflow: hidden;
}

.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;
  border-radius: 30px;
}

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

.slide2 .slick-next {
  background: url(images/btn_next.png);
  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-6 {
  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 {
  padding: 110px 0;
  background: url(../img/sec1_bg.jpg);
}

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

.sec1 .t50 {
  padding-bottom: 2.5rem;
}

.sec1 .t50 b {
  color: #1566c5;
}

.sec1 ul b {
  font-size: 21px;
  display: block;
  padding-top: 1.4rem;
  padding-bottom: 10px;
}

.sec1 ul p {
  font-size: 19px;
  color: #555;
  background: url(../img/340_dot.png) left center no-repeat;
  padding-left: 17px;
}

.sec1 a {
  display: block;
  padding-top: 2rem;
}

/* slogan */
.slogan {
  padding: 100px 0;
  background: url(../img/slogan_bg.jpg) top center no-repeat;
  text-align: center;
}

/* sec2 시작 */
.step_wrap {
  position: relative;
  padding: 20px 0 100px;
  background-size: cover;
}
.step-flow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  padding: 60px 00px 0 0;
  margin: 0 auto;
  gap: 0px;
}

.step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "S-CoreDream";
}
.step h4 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 1.7rem;
}
.step p {
  font-size: 17px;
  opacity: 0.7;
  font-weight: 300;
  padding: 0.6rem 30px 0;
}
.icon-circle {
  width: 200px;
  border-radius: 50%;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes iconBounce {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.icon-circle img {
  animation: iconBounce 0.5s ease;
  animation-delay: 0.3s;
}
.icon-circle img {
  width: 140px;
}

.badge-line {
  position: relative;
  width: 100%;
  height: 2px;
  background: #ddd;
  margin: 16px 0 24px;
}

.badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  background: #1566c5;
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 1;
  line-height: 1.34;

  /* ✨ 여기에 애니메이션 추가 */
  opacity: 0;
  transform: translate(-50%, -40%);
  animation: fadeUpBadge 0.6s ease forwards;
  animation-delay: 0.2s;
}

@keyframes fadeUpBadge {
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.badge b {
  font-size: 1.2em;
}

.badge.black {
  background: #333;
}

@media (max-width: 768px) {
  .step-flow {
    flex-direction: column;
    gap: 20px;
  }

  .step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 30px;
    background: #ccc;
    transform: translateX(-50%);
  }

.badge-line {
  background: none;
}

  .step:first-child::before {
    display: none;
  }
  .step {
    width: 100%;
  }

  .step h4 {
    padding-top: 0rem;
    font-size: 21px;
  }
  .step p {
    font-size: 16.5px;
  }
}

/* 갤러리 */
.sec5 {
  padding: 60px 0 80px;
}
/* 연락처 섹션 */
.sec6 {
  background: url("../img/sec6_bg.jpg") center;
  background-size: cover;
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
}

.sec6 .content {
  max-width: 900px;
  margin: 0 auto;
}

.sec6 .content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #333;
  line-height: 1.3;
}

.sec6 .content p {
  font-size: 1rem;
  color: #d1d1d1;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.info-card {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
}

.icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1566c5, #1566c5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 15px rgba(148, 148, 148, 0.3);
}

.icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}

.info-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}

.info-card p {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1566c5 !important;
  margin-bottom: 0.5rem;
}

.info-card span {
  font-size: 0.9rem;
  color: #666;
}

.buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: #1566c5;
  color: white;
  padding: 1.2rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #c82333;
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: #d2d4d6;
  padding: 1.2rem 2.5rem;
  border: 2px solid #d2d4d6;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: #1566c5;
  color: white;
  transform: translateY(-2px);
}

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

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

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

  /**m_tit 끝//**/
}

/*******************************************************************************************************************************
 *** 모바일 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: 450px;
  }

  .slide-box h2 {
    font-size: 33px;
    letter-spacing: -2px;
    max-width: 22ch;
  }

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

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

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

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

  .m_tit h2 {
    font-size: 26px;
    padding-top: 2rem;
  }

  .m_tit h3 {
    letter-spacing: -2px;
    font-size: 26px;
    padding-top: 1rem;
  }

  .m_tit p {
    font-size: 16px;
    text-align: justify;
  }

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

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

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

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

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

  .t25 {
    font-size: 19px;
    line-height: 1.35;
    font-weight: 500;
    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;
  }

  /* bar */

  .bar .bar_1 {
    text-align: center;
    font-size: 12px;
  }

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

  .bar .bar_2 .container > div:last-child {
    justify-content: flex-start;
    padding-right: 2rem;
  }

  .bar .bar_2 h3 {
    font-size: 19px;
  }

  .bar .bar_2 p {
    font-size: 14px;
  }

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


/* slogan */
.slogan {
  background-size: 400%;
  padding: 70px 0;
}
  /* sec3 */
.step_wrap {
  padding: 0px 0;
}

  .sec3 .banner {
    background-size: 100% !important;
    background-position: top center !important;
    padding-top: 82vw;
  }

  /* sec4 */

  .sec4 {
    padding: 60px 0;
    background-size: cover;
  }
  .sec4 .container {
    display: grid;
    grid-template-columns: 1fr;
    color: #fff;
  }

  .sec4 .t30 {
    color: #4caa5b;
    padding: 3rem 0 1rem;
  }
  .sec4 .t50 {
    font-size: 35px;
    padding-bottom: 2rem;
  }

  .sec4 .t19 {
    color: #fcfcfcb9;
    font-family: "Pretendard";
    line-height: 2;
    padding-top: 4rem;
  }


  .icon-circle img {
    width: 125px;
  }

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

  .sec6 .content p br {
    display: none;
  }

  .sec6 .content h2 {
    font-size: 31px;
    padding-top: 1rem;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  /* 메인 */
  .slide-box-1 {
    background-position-x: center;
    height: 100vh;
    background-image: url(../img/main_m.jpg);
  }

  .slide-box .text-group {
    width: 100%;
    justify-content: flex-start;
    padding: 140px 0 0;
  }

  .slide-box h2 {
    display: inline-block !important;
    font-size: 21px;
    line-height: 1.33;
    background: #ffffffc9;
    padding: 1rem;
    max-width: 44ch;
  }

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

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

  .slide-box .more {
    font-size: 12px;
  }

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

  .slide-box .m_block {
    display: inline-block;
  }

  .m_tit {
    margin-bottom: 20px;
  }

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

  /* bar */
  .bar .container {
    padding: 0;
  }
  .bar ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .bar ul li {
    min-width: 0px;
    padding: 20px;
    height: 150px;
    background-size: 75% !important;
  }

  .bar ul li .t30 {
    font-size: 22px;
  }

  /* 섹션1시작 */
  .sec1 {
  }
  .sec1 .container {
    grid-template-columns: 1fr;
  }
  .sec1 .img {
    padding-top: 3rem;
  }

  .sec1 .box {
    grid-template-columns: 1fr;
  }
  /* sec2 */
  .sec2 {
    padding: 50px 0px;
  }

  .sec2 ul li {
    font-size: 17px;
  }
  /* sec3 */
  .sec4 .container {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

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

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