@charset "UTF-8";

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

.main_wrap {
  background: #444;
}

.sec1 .container {
  padding: 0;
  position: relative;
  /* 부모 요소로 설정하여 자식 요소의 절대 위치를 결정 */
}

.gall {
  position: relative;
  left: 0;
  /* 부모 요소 (.container)의 왼쪽 끝에 맞춤 */
}

/******************** 메인 슬라이드 시작 ********************/
.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 {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 5;
  text-align: center;
  transform: translateY(-50%);
}

.slick-dots li {
  display: block;
  font-size: 0;
  margin: 15px 0;
}

.slick-dots .slick-active button {
  background-color: #222;
}

.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;
  position: relative;
}

.slide-box-1 {
  background: url(../img/main1.png);
  background-size: cover;
  background-position: center center;
}

.text-group {
  width: 100%;
  height: 100%;
  color: #303030;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "MaruBuri-Regular";
}

.slide-box h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: -1px;
  text-shadow: 0 0 10px #fff,0 0 10px #fff, 0 0 16px #fff, 0 0 16px #fff,0 0 16px #fff;
}

.slide-box h2 b {
  font-weight: 800;
  color: #e8da61;
}

.slide-box p {
  display: inline-block;
  font-size: 20px;
  color: #e8da61;
  padding: 2rem 0;
}

.slide-box .text {
  color: #fff;
  opacity: 0.7;
  max-width: 50ch;
}

.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: 0 10px;
  margin-top: 3rem;
  color: #6b6b6b;
  background: none;
  border: 1px solid #6b6b6b;
  padding: 15px 20px;
  width: 200px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.slide-box .more:last-child {
  background: #a88d33;
  color: #fff;
}

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

.main .m_block {
  display: none;
}

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

/**m_tit 시작**/
.m_tit {
  margin-bottom: 50px;
  color: #333;
  text-align: center;
}

.m_tit h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1px;
}

.m_tit b {
  color: #4289c3;
  font-weight: normal;
}

.m_tit p {
  font-size: 17px;
  color: #7a7a7a;
  font-weight: normal;
  padding-bottom: 1rem;
}

.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: #4289c3;
}

/**m_tit 끝//**/

/* 공통텍스트 */

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

/******************** 슬라이드2 시작 ********************/

.slide_bg {
  overflow: hidden;
  display: flex;
}

.slide2 {
  width: 100%;
}

.slide2 .slick-slide {
  margin: 0 10px;
  width: 100%;
}

.slide2-box {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 270px;
}

.slide2 .slide-item:hover {
  opacity: 1;
}

.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-box-1 {
  background: url(../img/g1.jpg);
  background-size: cover;
  background-position: center center;
}

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

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

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

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

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

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

/* sec1 */

/* sec1 시작 */
.sec1 {
  position: relative;
  padding: 100px 0 0px;
  border-bottom: 1px solid #ddd;
}

.gall {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #fff;
  width: 100%;
  height: 100%;
}

.gall li {
  width: 100%;
  transition: 0.5s;
  height: 460px;
  padding: 5rem 3rem 0rem;
  position: relative;
}

.gall li.bk {
  background: #3a3a3c !important;
  width: 90% !important;
}

.gall li:first-child {
  padding: 0;
  padding-right: 2rem;
  background: none !important;
}

.sec1 .m_tit {
  text-align: left;
  width: 360px;
}

.sec1 .m_tit h3,
.sec5 .m_tit h4 {
  padding: 0;
  border-left: 5px solid #8e7a3f;
  padding-left: 10px;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.gall li:nth-child(2) {
  background: url(../img/sec1_1.jpg) center;
  background-size: cover;
}

.gall li:nth-child(3) {
  background: url(../img/sec1_2.jpg) center;
  background-size: cover;
}

.gall li:nth-child(4) {
  background: url(../img/sec1_3.jpg) center;
  background-size: cover;
}

.gall li:hover {
  width: 140%;
  color: #222;
  background: url(../img/sec1_4.jpg) center;
  background-size: cover;
}

.textlist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.gall li .t30 {
  padding: 1rem 0 2rem;
  font-size: 28px;
}

.gall li .t17 {
  opacity: 0.7;
  font-size: 16px;
  padding-bottom: 50%;
}

.gall .buttonbox {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.gall .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 45px;
  background: #8e7a3f;
  color: #fff;
}

.gall .button:hover {
  background: #222;
}

/* sec3 시작*/
.sec3 {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}

.sec3 ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0px;
  text-align: center;
  color: #eee;
}

.sec3 ul li {
  background: #8e7a3f;
  padding: 5rem 2.8rem;
}

.sec3 ul li:nth-child(2) {
  background: #3a3a3c;
}

.sec3 ul li:nth-child(3) {
  background: #b09a51;
}

.sec3 ul li .t25 {
  padding: 1rem 0 1rem;
  font-size: 28px;
  font-weight: 700;
}

.sec3 ul li .t17 {
  padding: 2rem 0;
}

.sec3 ul li .t16 {
  opacity: 0.6;
  font-size: 16px;
}

.sec3 ul li:nth-child(2) img {
  filter: grayscale(1) brightness(550);
}

/* sec3 끝 */

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

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

.sec2 .container .t17 {
  opacity: 0.6;
  line-height: 1.2;
  padding-bottom: 2rem;
}

.sec2 b {
  color: #7a621a;
}

.sec2 .container .t19 {
  opacity: 0.7;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 40ch;
}

.sec2 .container .text {
  display: flex;
  grid-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 2rem;
}

/* sec4 */
.sec4 {
  padding: 80px 0;
  background: #f2f2f2;
}

.sec4 .m_tit {
  margin-bottom: 1rem;
}

.sec4 .m_tit p {
  color: #ffffff7a;
}

.sec4 .m_tit h3 {
  padding-bottom: 1rem;
}

/* sec5 */
.sec5 {
  padding: 70px 0;
  background: url(../img/sec5_bg.jpg) center;
  background-size: cover;
}

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

.sec5 h4 {
  text-align: left;
  font-size: 22px;
}

.sec5 .m_tit p {
  text-align: left;
  max-width: 30ch;
}

/*******************************************************************************************************************************
 *** 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 */
  .gall li .t17 {
    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: 490px;
  }

  .text-group {
    height: 450px;
    grid-gap: 0;
    grid-template-columns: 0.4fr 1fr;
  }

  .slide-box h2 {
    font-size: 47px;
  }

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

  /* 타이틀 */
  .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;
  }

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

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

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

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

  .t35 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    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: 13px;
    line-height: 1.65;
    letter-spacing: 8px;
    text-align: center;
    padding: 3rem 0;
  }

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

  .gall {
    flex-wrap: wrap;
  }

  .gall li {
    height: 300px;
  }

  .gall li:first-child {
    height: auto;
    padding: 1.5rem;
  }

  .gall li:last-child {
    display: none;
  }

  /* sec2 */
  .sec2 {
    padding: 60px 30px;
    text-align: center;
  }

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

  .sec2 .container .text {
    justify-content: center;
  }

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

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

  .sec3 ul li {
    padding: 4rem 2rem;
  }

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

  /* sec5 */
  .sec5 {
    background-position-x: 66%;
  }

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

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

  .slide-box .text-group {
    width: 100%;
  }

  .slide-box h2 {
    font-size: 26px;
    padding-bottom: 0rem;
    line-height: 1.3;
    padding-top: 7rem;
  }

  .slide-box .more {
    width: 140px;
    font-size: 13px;
    margin: 3rem 3px 0;
  }

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

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

  .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 {
    padding: 3rem 0 3rem;
  }

  .sec1 .gall li {
    padding: 4rem 2rem;
    height: auto;
  }

  .gall li .t30 {
    font-size: 26.5px;
  }

  .gall li .t17 {
    padding-bottom: 3rem;
  }

  .sec2 .t40 {
    font-size: 30px;
  }
  /* sec2 */

  .sec2 {
    padding: 3rem 1rem;
  }

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

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

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

  .sec2 .container .tel {
    justify-content: flex-start;
  }

  .sec2 .container .tel img {
    width: 70%;
  }

  .sec2 .t35 {
    font-size: 28px;
    letter-spacing: -1.5px;
  }

  .sec2 .container .text {
    grid-gap: 20px;
  }
}

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