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

.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: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

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

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

.slide-box h2 {
  font-family: "SCoreDream";
  font-size: 55px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: -3px;
  padding-bottom: 2rem;
}

.slide-box p {
  font-size: 22px;
  max-width: 39ch;
}

.slide-box b {
  color: #f1ff31;
  font-weight: 700;
}

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

.btn {
  display: flex;
  justify-content: center;
  grid-gap: 15px;
}

.btn a {
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 170px;
  height: 56px;
  line-height: 56px;
  border-radius: 10px;
  background: #222;
  text-align: center;
  font-size: 16px;
  margin-top: 50px;
}

.btn a:nth-child(2) {
  background: rgba(228, 84, 27, 0.74);
}

/* .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: 700;
  line-height: 1.3;
  text-align: center;
  padding-top: 0px;
}

.m_tit p {
  font-size: 18px;
  padding-top: 40px;
  opacity: 0.76;
  color: var(--medium-brown);
  text-align: center;
}

.m_tit h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 48px;
  background: url(../img/sub_dot.png) no-repeat left center;
}

.m_tit b {
  color: #4289c3;
}

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

/**m_tit 끝//**/

/* 공통텍스트 */

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

/* bar */
.bar {
  font-family: "SCoreDream";
  text-align: center;
  letter-spacing: 1px;
}

.bar .bar_1 {
  background: #132531;
  padding: 1rem 0;
  color: #ffffffec;
  border-top: 3px solid #ed0027;
}

.bar .bar_2 {
  background: #f4f4f4;
  padding: 2rem 0;
}

/******************** 슬라이드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 끝// ********************/

:root {
  --primary-gold: #c9a876;
  --secondary-gold: #b8956a;
  --dark-brown: #2c1810;
  --medium-brown: #614829;
  --light-cream: #faf7f2;
  --warm-white: #fefcf8;
  --accent-bronze: #8b6914;
  --shadow-light: rgba(44, 24, 16, 0.1);
  --shadow-medium: rgba(44, 24, 16, 0.2);
  --shadow-heavy: rgba(44, 24, 16, 0.3);
}

/* sec1 */
.sec1 {
  border-top: 1px solid #ddd;
  padding: 110px 0;
  background: url(../img/sec1_bg.jpg) center top no-repeat;
  text-align: left;
}

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

.sec1 .img {
  text-align: right;
  padding-top: 4rem;
}

.sec1 .m_tit p {
  font-size: 21px;
  height: 2;
  max-width: 42ch;
  text-align: left;
  color: #333;
}

.sec1 .m_tit p b {
  color: var(--dark-brown);
  font-size: 1.15em;
}

/* sec2 시작 */
.sec2 {
  position: relative;
  padding: 100px 0;
}

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

.sec2 ul > li {
  transition: all 0.5s ease;
  border: 1px solid rgba(201, 168, 118, 0.1);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 10px 40px var(--shadow-light);
  text-align: center;
  overflow: hidden;
  position: relative;
}

.sec2 .img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: all 0.6s ease;
}

.sec2 .text {
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.sec2 .t30 {
  font-family: "MaruBuri-Regular";
  color: var(--medium-brown);
  font-weight: normal;
  letter-spacing: -2px;
  padding-top: 10px;
  transition: all 0.3s ease;
  position: relative;
}

.sec2 .t17 {
  opacity: 0.7;
  padding: 2rem 1rem;
  transition: all 0.3s ease;
}

.sec2 a {
  display: block;
  text-align: center;
  padding: 9px;
  color: var(--accent-bronze);
  background: var(--light-cream);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.sec2 strong {
  display: block;
  font-size: 18px;
  text-align: left !important;
  padding-bottom: 1rem;
}

.sec2 ol li {
  box-shadow: none;
  border: none;
  list-style: disc !important;
  color: #ec813f;
  text-align: left;
  font-size: 17px;
  margin-left: 20px;
  font-family: "S-CoreDream";
  font-weight: 500;
  padding-bottom: 2px;
}

/* === HOVER 효과 추가 === */

/* 카드 전체 호버 */
.sec2 ul > li:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(201, 168, 118, 0.3);
}

/* 이미지 오버레이 효과 */
.sec2 .img {
  position: relative;
}

.sec2 .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(201, 168, 118, 0.2);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}

.sec2 ul li:hover .img::before {
  opacity: 1;
}

/* 이미지 확대 */
.sec2 ul li:hover .img img {
  transform: scale(1.08);
}

.sec2 ul li:hover .text::before {
  left: 100%;
}

.sec2 ul li:hover .t30::after {
  width: 80%;
}

/* 제목 컬러 변화 */
.sec2 ul li:hover .t30 {
  color: var(--accent-bronze);
  font-weight: 700;
}

/* 설명텍스트 투명도 변화 */
.sec2 ul li:hover .t17 {
  opacity: 1;
  transform: translateY(-3px);
}

/* 버튼 호버 효과 */
.sec2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: all 0.6s ease;
}

.sec2 a:hover::before {
  left: 100%;
}

.sec2 a:hover {
  background: var(--accent-bronze);
  color: white;
  font-weight: 600;
}
/* sec3 시작*/
.sec3 {
  background: #f3f3f3;
  padding: 80px 0 80px;
  font-size: 20px;
  text-align: center;
}

.sec3 b {
  color: #ff336d;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
}

.sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  text-align: left;
}

.sec3 ul li {
  padding: 2rem 1rem;
  background: #ffffffe3;
  text-align: center;
}

.sec3 .t17 {
  font-size: 16px;
  opacity: 0.8;
  padding-top: 1.3rem;
}

.sec3 .m_tit {
  color: #fff;
}

/* sec4 */
.sec4 {
  background: url(../img/sec4_bg.jpg) center;
  background-size: cover;
  padding: 90px 0;
  color: #fff;
}

.sec4 .t17 {
  font-weight: normal;
  opacity: 0.8;
  padding-bottom: 3rem;
}

/* sec5 */
.sec5 {
  padding-bottom: 70px;
  text-align: center;
}

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

  .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: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

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

  .t35 {
    font-size: 30px;
    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;
  }

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

  .btn a {
    display: block;
    color: #fff;
    margin: 0 auto;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    margin-top: 60px;
  }

  /* bar */

  .bar .bar_1 {
    text-align: center;
    font-size: 13px;
    letter-spacing: -1px;
  }

  .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 10px 33vw;
    background: url(../img/sec1_2m.png) no-repeat bottom center;
    background-size: 100%;
  }

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

  .sec1 .img {
    height: 0;
  }

  .sec1 .m_tit p {
    font-size: 18px;
    padding-top: 1rem;
  }

  .sec1 ul {
    flex-wrap: wrap;
  }

  .sec1 ul li {
    width: 50%;
    padding: 1.5rem;
  }

  .sec1 ul li h2 {
    font-size: 22px;
  }

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

  .sec1 .gradient {
    opacity: 1;
    height: 100%;
    background: url(../img/gra.png) bottom no-repeat;
    background-size: 160%;
  }

  /* sec2 */
  .sec2 {
    padding: 40px 0;
    background-size: 200%;
    background-position: left bottom;
    background-repeat: no-repeat;
  }

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

  .sec2 .textbox {
    text-align: center;
  }

  .sec2 .t25 {
    padding: 2rem 0;
  }

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

    font-size: 16px;
  }

  .sec3 b {
    font-size: 22px;
  }

  .sec3 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  /* sec4 */
  .sec4 {
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
  }
}

/*******************************************************************************************************************************
 *** 모바일 max-width 480
*******************************************************************************************************************************/
@media (max-width: 480px) {
  /* 메인 */
  .slide-box-1 {
    background-position-x: 70%;
    height: 600px;
  }

  .slide-box .text-group {
    width: 100%;
    justify-content: center;
    padding-bottom: 0px;
  }

  .btn a {
    width: 150px;
  }

  .slide-box h2 {
    font-size: 33px;
    line-height: 1.33;
    max-width: 44ch;
  }

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

  .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: 23px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -1px;
  }

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

  /* 섹션1시작 */
  .sec1 {
  }

  .sec1 .img {
    padding-top: 0rem;
  }

  .sec2 ul {
    grid-gap: 0px;
  }

  .sec2 ul > li {
    padding: 8px 0;
    font-size: 18px;
    grid-template-columns: 100px 1fr 75px;
    line-height: 1.2;
    grid-gap: 20px;
  }

  .sec2 ol li {
    font-size: 16.5px;
    padding: 3px 0;
  }

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

  .sec3 ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
    text-align: left;
    padding-top: 0;
  }

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