@charset "utf-8";

/* footer */
#footer02 {
    padding: 40px 0;
    background-color: #262626;
    text-align: center;
    color: #FAFAFA;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}
.f_alt_box02 {
    margin: 40px auto 25px;    
    max-width: 555px;
}
.f_alt_sub_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.f_alt {
    display: flex;
    gap: 8px;
}
.f_alt .f_tit {
    font-weight: 700;
}
.f_alt_sub_box + .f_alt_sub_box {
    margin-top: 10px;
}
/* END footer */


/* company - map */
#daumRoughmapContainer1745800002717 .cont {
    display: none;
}

#daumRoughmapContainer1745800002717 {
    width: 100%;
}

.location_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.loc_row h2 {
    color: var(--black, #171717);
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 20px */
}
.loc_row {
    width: calc(60%);
}
.loc_row.small_loca {
    width: calc(40%);
}
.location_row_yo {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.loc_row p {
    color: var(--black, #171717);
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
margin-bottom: 0;
}

@media all and (max-width:767px) {
    .location_row_yo {
        flex-direction: column;
        gap: 20px;
    }
    .loc_row,
    .loc_row.small_loca
     {
        width: 100%;
    }
    .location_box {
        gap: 20px;
    }
    .mb_mg_top {
        margin-top: 20px;
    }
    
    .mb_padding_yo {
        width: 93.75%;
    }
    .navbar-toggle {
        float: left;
    }
}

/* 공지사항 */
.tit_logo_box_yo {
    display: flex;
    gap: 15px;
    align-items: center;

}
.tit_logo_box_yo h2 {
    margin-bottom: 0;
}

.img_info_box_yo span {
    color: var(--WH-300, #A3A3A3);
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 100%; 
margin-top: 10px;
display: block;
}
.img_info_box_yo h2 {
    color: var(--black, #171717);
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 28px */
letter-spacing: 0.07px;
margin-top: 5px;
}
.img_info_box_yo p {
    color: var(--black, #171717);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
letter-spacing: 0.16px;
}

.cen_tit_box h2 {
    color: var(--black, #171717);
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 100%;
font-family: 'Pretendard';
}

.chong_box h2 {
    color: var(--RNB-Green-500, #007F4A);
font-size: 40px;
font-style: normal;
font-weight: 700;
font-family: 'Pretendard';
line-height: 100%;
}

.three_row_yo h2,
.big_img_his h2
 {
    color: var(--black, #171717);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Pretendard';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
    margin-bottom: 0;
}
.three_row_yo p,
.big_img_his p
 {
    color: var(--black, #171717);
    font-family: 'Pretendard';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}

.three_flex_box_yo {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.big_img_yo {
    /* width: 100%; */
    aspect-ratio: 1 / 0.56324786;
}

.big_img_txt.side_img_cus_yo h2 {
    color: var(--black, #171717);
font-family: 'Pretendard';
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 40px */
}
.big_img_txt.side_img_cus_yo p {
    color: #000;
font-family: 'Pretendard';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

#contactForm p {
    color: var(--Grey-15, #262626);
font-family: 'Pretendard';
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 20px */
}

.contact-inner.contact_cus a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.big_img_info img {
    width: 100%;
}

.single-services .text-content {
    min-height: 140px;
}

body .main-menu-one #main-navigation-wrapper.navbar-default {
    background: #fff;
}

body .main-menu-one #main-navigation-wrapper .nav > li > a {
    color: #222;
}

.slider-section {
    position: relative;
}

.slider-overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 반투명 검정 배경 */
  z-index: 1;
}

.slider-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  /* bottom: 0; */
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 20px;
  z-index: 99999;
  right: unset;
  margin-top: unset;
}


.slider-text-wrap p {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #fff;
}
.slider-section.mv_cus_yo
.slider-btn {
  display: inline-block;
  padding: 12px 24px;
  width: 200px;
  background-color: #9675a3;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s;
  margin-top: 30px;
}

.slider-btn:hover {
  background-color: #7d5d8a;
}

@media all and (max-width: 767px) {
  .slider-text-wrap p {
    font-size: 20px;
  }
  .slider-btn {
     width: 150px;
       margin-top: 15px;
  }
}

/* 20250522 추가 */
.slider-section.mv_cus_yo {
    position: relative;
    height: 700px; 
    overflow: hidden;
}

.slider-section.mv_cus_yo .intro-carousel,
.slider-section.mv_cus_yo .owl-carousel,
.slider-section.mv_cus_yo .owl-stage-outer,
.slider-section.mv_cus_yo .owl-stage {
    height: 700px;
}

.slider-section.mv_cus_yo  .intro-content {
    height: 700px; 
    position: relative;
}

.slider-section.mv_cus_yo  .slider-images img {
    width: 100%;
    height: 100%;
    /* object-fit: cover;  */
}

.slider-section.mv_cus_yo .slider-images {
    height: 100%;
    width: 100%;
}

.slider-section.mv_cus_yo .icon-chevron-left:before,
.slider-section.mv_cus_yo .icon-chevron-right:before
 {
    display: block;
    margin-top: 0px;
}

@media (max-width: 768px) {

    .slider-section.mv_cus_yo .slider-text-wrap br {
        display: none;
    }

    .slider-section.mv_cus_yo {
        height: 400px;
    }

    .slider-section.mv_cus_yo {
    position: relative;
    height: 400px; 
    overflow: hidden;
}

.slider-section.mv_cus_yo .intro-carousel,
.slider-section.mv_cus_yo .owl-carousel,
.slider-section.mv_cus_yo .owl-stage-outer,
.slider-section.mv_cus_yo .owl-stage {
    height: 400px;
}

.slider-section.mv_cus_yo  .intro-content {
    height: 400px; 
    position: relative;
}
}

/* @media (max-width: 480px) {
    .slider-section.mv_cus_yo {
        height: 300px;
    }
} */


/* 20250526 추가 */
.main-menu-one #main-navigation-wrapper .logo {
    margin: 0;
}

.main-menu-one #main-navigation-wrapper .nav > li > a {
    padding: 26px 18px
}


@media (max-width: 768px) {
    .main-menu-one #main-navigation-wrapper .logo {
    margin: 16px 0 10px 0;
    }
}


.single-project-item .img-holder img {
    aspect-ratio: 1 / 0.562162;
    height: 312px;
}
.single-project-item .img_info_box_yo {
    min-height: 110px;
}