@charset "utf-8";



/* 서브 페이지 전용: 헤더/gnb를 검정 배경 + 흰 글자 */
#header.is-sub {
    background: #fff;      /* 헤더 배경 */
  }
  
  #header.is-sub #gnb ul > li > a,
  #header.is-sub #ol_after_btn,
  #header.is-sub .menu_btn,
  #header.is-sub .logo,
  #header.is-sub .depth3 > li > a {
    color: #000;
  }
  
  #header.is-sub .depth1:hover {
    color: #fff;      /* 서브에서 1뎁스 호버 배경 */
    background: var(--main-color-em);      /* 서브에서 1뎁스 호버 배경 */
  }
  #header.is-sub > .depth2  {
    /* color: #666666;   */    /* 서브에서 1뎁스 호버 배경 */
    background: rgb(242, 243, 244)!important;      /* 서브에서 1뎁스 호버 배경 */
  }
  #header.is-sub .depth2 > li > a {
    color: #fff!important;
  }

  #header.is-sub #gnb ul > li:hover > a{ color: #fff;}
  
  #header.is-sub #site_lang2 {
    color: #666666;
    border-color: #dbdbdb;
    background: transparent;
  }
  #header.is-sub #site_lang2 > option { color:#000; } /* 옵션은 기본 흰 바탕이라 검정글자 유지 */
  
  /* 필요하면 살짝 그림자 */
  #header.is-sub { box-shadow: var(--shadow-s); }

h2#container_title {
    display: none;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

#sv .sv-box{width: 100%; height: 420px;  position: relative; overflow: hidden; max-width: 1320px; margin: 0 auto;}

#sv { border-bottom: 1px solid #eeeeee}
#sv .sv-img { animation: img-size 4s forwards; object-fit: cover; width: 100%; position: relative; z-index: -999;height: 100%;  filter: brightness(90%);}
@keyframes img-size {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.lnb-bg {width: 50%;height: 70px; width: 100%;}
#sv .add{display: flex; align-items: center; width: 100%; height: 70px;position: absolute; right: 0; bottom: 0; gap: 50px; justify-content: flex-end;}
#sub-lnb {display: flex; align-items: center; width: 100%;  padding: 30px 0;      border-bottom : 1px solid #efefef;}
#sub-lnb .menu01.depth2 {display: flex;gap: 50px;padding-left: 30px;}
.subTit { width: 100%; max-width: 1320px; height: 100%; /* position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); */ display: flex; justify-content: flex-start; align-items: center; margin: 0 auto;}
.subTit h1{ letter-spacing: 0px;  font-weight: 600; color: #fff;}
.subTit b{display: block; font-size: 20px; margin: 15px 0 60px; }


.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    padding: 0;
    list-style: none
}

.breadcrumb li+li::before {
    content: ">";
    opacity: .6;
    margin: 0 6px
}

.breadcrumb a {
    text-decoration: none
}

.breadcrumb .current {
    font-weight: 600
}

.breadcrumb .bc-home i { 
  font-size: 18px; 
  line-height: 1; 
}
.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

nav.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 0;
}


 nav.breadcrumb{  margin-bottom: 24px; color: #858585;}


ul.menu03.depth2 {
    display: flex;
    gap: 70px;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000000;
    max-width: 1320px;
    margin: 0 auto;
}

#sub-lnb .menu03.depth2 li.on > a{
    font-weight: 700;
    color: var(--main-color-em); /* 원하는 색상 */
  }
  
  /* 접근성(선택) */
  #sub-lnb .menu03.depth2 a[aria-current="page"]{
    text-underline-offset: 4px;
    text-decoration: underline;
    color: var(--main-color-em)
  }


#sub-lnb.add .depth2 li a{font-weight: 500; }
#sub-lnb .depth2 li:hover a{color:var(--main-color-em)}
#sub-lnb .depth2 li:active a{}




img.sv-img.\30 3 {
  filter: contrast(0.7);
}
img.sv-img.\30 4 {
  filter: contrast(0.7);
}

.subTit h1 {
    letter-spacing: 0px;
    font-weight: 600;
    color: var(--main-color);
    font-size: 72px;
    font-family: var(--font-family-RussoOne);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    letter-spacing: 4px;
}


.subTit_wr h1 .sv-cat{
    display: none;        /* 한 줄 위에 작게 라벨처럼 보이게 */
    font-size: 20px;       /* 요청하신 크기 */
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.8;          /* (선택) 살짝 옅게 */
    text-transform: none;  /* 'about'을 소문자 그대로 표기 */
    font-family:var(--font-family-Pretendard);
    letter-spacing: 4px;
    
  }


#subConents{width: 100%;margin: 120px 0;}
#subConents .sub-page {width: 100%; max-width: 1320px; margin: 0 auto; }
#subConents .sub-page .top-area{text-align: center; margin-bottom: 80px;}
#subConents .sub-page .top-area h2{font-size: 48px; margin-bottom: 50px;}
#subConents .sub-page .top-area p{font-size: 28px;}

section#subConents.overview-con{position: relative;}
section#subConents.overview-con::before{position: absolute; top:0; left: 0; width: 100%; content: ""; background: url('../../../img/sub_vis01.jpg')no-repeat center center; height: 400px; display: block;} 

.sub-item-con > h4 {font-size: 28px;     margin: 80px 0 30px; font-weight: 600; text-align: center;}
.sub-item-con > p {font-size: 18px; margin-bottom: 20px; }
.mb-30{margin-bottom: 30px;}





/* 인사말 */
.sub_con {display: flex; justify-content: space-between; flex-wrap: wrap;}
.ceo-left-top > h3{font-size: 64px; margin-bottom: 24px;}
.com-name{font-size: 36px;}
.ceo-left-top {letter-spacing: -1.5px;margin-bottom: 5rem;}
.ceo-left-top > .font-36{letter-spacing: -1.5px;}

.ceo-left-bt > p{font-size: 1.25rem; letter-spacing: -1px; margin-bottom: 40px;}

.ceo-right-item {display: flex;flex-direction: column;align-items: flex-end;}
.ceo-right-item > p {margin-top: 2.5rem;}
.last-greet {display: flex; align-items: center; gap: 70px;}
.last-greet > p {font-weight: 500; font-size: 22px;}

.ceo-right-item > p {
    margin-top: 2.5rem;
    padding: 18px 30px;
    background: #F2F3F4;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 600;
}

.avena-icon {
    opacity: 0.5;
}



/*회사 개요 */
.s-sub-vis_txt{
position: relative;
  width: 100%;
  animation: blur 3s both;
}

.overview-con {
  width: 100%;
}

.s-sub-vis_txt h2{
  position: absolute;
  font-family: 'Russo One', sans-serif;
  font-size: 8.5rem;
  color: #fff;
  line-height: 1;
  bottom: 13%;
  right: 14%;

}
@keyframes blur{
0% {
  filter: blur(15px);
  opacity: 0;
}
100% {
  filter: blur(0);
  opacity: 1;

}

}


.sub-tit-h3{font-size: 4rem; text-align: center;     margin-bottom: 50px;}

.mb-80{margin-bottom: 7rem; width: 100%;}
.ov-left-top {display: flex; justify-content: space-between; margin-bottom: 40px; flex-wrap: wrap;}
.ov-left-top > h3{font-size: 64px; margin-bottom: 24px;}
.com-img-wr{display: flex; flex-direction: column; align-items: center;} 
.com-img-wr > span{display: inline-block; color: #858585; margin-top: 12px;} 
.info-tit-wr {display: flex;align-items: center;gap: 20px; border-bottom: 1px solid #000; padding-bottom: 40px;}
.info-tit-wr h4{font-size: 40px;}
.dl-flex.com-info{display: flex; padding: 24px 40px; border-bottom: 1px solid #E2E5EC; flex-wrap: wrap; gap: 20px;}
.dl-flex.com-info > dt {max-width: 310px;width: 100%; font-size: 22px;}
.dl-flex.com-info > dd { font-size: 18px; color: #333333; }



.ov-wr {margin-bottom: 150px;}
.mission-con{margin-bottom: 150px;}
.mission-list{display:flex; justify-content: center; gap: 24px; flex-wrap: wrap; }

.mission-list > li{display:flex; flex-direction: column; align-items: center; max-width: 300px; width: 100%;    padding: 24px 68px 20px;border-radius: 30px; background: #F8F8FA; gap: 4px; }
.mission-list > li > span > strong{font-size: 20px; }
.mission-list > li > img{width: 86px; height: 86px; margin-bottom:20px ; }


/* 연혁 */
.s-sub-tit{text-align: center; display: inline-block; width: 100%; font-size: 28px; margin-bottom: 40px;}

.history .list {
  display: flex
;
  align-items: flex-start;
  margin-top: 120px;
}
.history .list .img_box {
  width: calc(50% - 120px);
  position: sticky;
  top: 200px;
  height: 500px;
}
.history .list .img_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.history .list .his_box {
  width: calc(50% + 120px);
  margin-top: 150px;
  padding-left: 120px;
}
.history .list .his_box .item {
  margin-bottom: 200px;
}
.history .list .his_box .item h3 {
  font-family: 'Russo One', sans-serif;
  font-size: 100px;
  color: #111;
  margin-bottom: 68px;
  font-weight: 500;

}
.history .list .his_box .item > ul > li {
  display: flex
;
  margin-bottom: 28px;
}
.history .list .his_box .item > ul > li:last-of-type {
  margin-bottom: 0;
}

.history .list .his_box .item > ul > li > span {
  width: 120px;
  font-family: 'Russo One', sans-serif;
  font-size: 20px;
  color: var(--main-color-em);
  padding-left: 60px;
}

.history .list .his_box .item > ul > li > ul > li
 {
    font-weight: 300;
    font-size: 20px;
    color: #111;
}


/* 사업분야 */


.ov-left-top.bf {flex-direction: column;}
.bf-con {display: flex; flex-wrap: wrap; gap: 40px; margin-top: 50px;}
.bf-con > li{display: flex;
      flex-direction: column;
      max-width: 412px;
      width: 100%;
      padding: 40px 36px;
      border-radius: 20px;
      background: #F8F8FA;
      gap: 4px;}
.bf-con li > h5{font-size: 24px;     padding-bottom: 20px;
  border-bottom: 3px solid var(--main-color01);
  min-height: 80px; text-align: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bf-con li > ul  > li{    
  line-height: 1.6;
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
  position: relative;
}

.bf-con li > ul  > li::before{ content: ""; position: absolute; width: 4px; height: 4px; background: var(--main-color01); border-radius: 50%; top:50%; left: -6%; transform:translate(0 , -50%);  }

  ul.bf-list {
    background: #fff;
    padding: 24px 40px;
    min-height: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}




/* 제품소개 */
.ov-wr.pro {
  margin-bottom: 0;
}

ul.tab.pro {
  justify-content: center;
}
.ov-left-top.pro{
grid-template-columns: calc(49.2857%) calc(42.1429%);
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
display: grid;
margin-bottom: 120px;
}


.pro-img-desc >  img{ width: 100%; margin-bottom: 50px; object-fit: contain; padding: 40px;}
.model-name{    font-size: 18px;
  background: var(--main-color01);
  color: #fff;
  padding: 16px 20px;
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 4px;}
.history-item.pro h4{font-size: 56px;margin-bottom: 12px;}
.history-item.pro h5{ font-weight: 300; font-size: 36px;     margin-bottom: 12px;}
.history-item.pro p{ font-weight: 600; font-size: 32px;}
.dl-flex.com-info.pro > dt {color: var(--main-color01);}
.pro-txt-desc > p{font-size: 28px; font-weight: 600;letter-spacing: -0.8px; line-height: 1.4;   color: var(--main-color01);}
.pro-img-desc {}

.pro-txt-desc{background: var(--bg-color-pale01);padding:40px;border-radius: 20px; text-align: center;}

.pro-txt-desc ul {margin-top: 20px;}
.pro-txt-desc ul > li{line-height: 1.5; font-size: 18px;}

/* tab */
.tab__content.pro{justify-content: space-between; padding: 0;}
/* tab */
.tab__content.pro > li.tab__item::before {display: none!important;}

/* 오시는 길 */


.loction {display: flex;justify-content: space-between; gap: 35px; margin-bottom: 70px;}
.loction h3{padding-bottom: 30px;}
.loction-desc{width:50%}
.loction span{color: var(--color-font-two); font-size: 24px; font-weight: 500;/*  text-align: right; */ font-family: 'Pretendard'; margin-bottom: 20px; display: block;  }
/* .desc_wr{ border-top: 1px solid #dbdbdb;}
.desc_wr i{color: var(--main-color-em,); font-size: 20px;}


.loction-desc dl{display: flex; gap: 10px; align-items: center; padding-bottom: 30px; }
dl.address {padding-top: 30px;}
dd {font-size: 20px;}*/

.map_area{width: 50%; height: 360px;} 

.desc_wr{ border-top: 1px solid #dbdbdb;     font-size: 18px;}
.desc_wr i{color: var(--main-color-em); font-size: 20px;}
.desc_wr dl{display: flex; gap: 10px;}
.desc_wr span{font-weight: 500;}

.loction-desc dl{display: flex; gap: 10px; align-items: center; padding-bottom: 30px; }
.partners .desc_wr dl{padding-top: 10px; display: flex; align-items: end;}
.partners .desc_wr dl.address{padding-top: 20px;}
dl.address {padding-top: 30px;}
/* dd {font-size: 20px;} */
.partners .desc_wr span {font-weight: 600;/* text-align: right; */font-size: 24px;margin-top: 10px; display: block;}

#subConents .tabs .map_area{width: 100%; height: 100%; overflow: hidden;}

#subConents .tabs .map_area iframe {width: 100%; height: 100%;transition: all 0.5s;}
section#bo_v_link {max-width: 1340px;margin: 0 auto;}


/* 제품정보 */

.all-pro-list{display: flex; flex-wrap: wrap; width: 100%; gap: 28px;}
.all-pro-list > li{width: calc(25% - 22px); background: var(--bg-color-pale01); height: 400px;     border-radius: 30px; padding: 28px 40px; }
.all-pro-list > li:hover{   background: linear-gradient(rgba(238, 238, 238, 0.8) 4.31%, rgba(0, 0, 0, 0.8) 126.97%);
    transition: 0.5s; color: #fff;}
    .all-pro-list > li:hover a > i{color: #fff; transition: 0.5s;}
.all-pro-list > li > a{ width: 100%; height: 100%;     display: flex; flex-direction: column; font-size: 22px; font-weight: 600; justify-content: space-between;}
.all-pro-list > li > a > span{display: flex; }
.all-pro-list > li > a > i{font-size: 14px; color: var(--color-font-four); font-style: normal; }
.all-pro-list > li > a > img { width: 100%; height: 290px ;  object-fit: contain; background-size: cover;} 

/* A/S사업 */
    /* 오버홀 */

.overhaul.pro-img-desc > img{ padding: 0; margin-bottom: 20px; border-radius: 20px;}
.overhaul-ul{/* text-align: left;max-width: 700px; width: 100%; margin:0 auto; */}

.oh-item-tit {
    padding: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
}
.oh-img-wr{display: flex; gap: 12px; align-items: center; margin-bottom: 20px;}
.oh-img-wr > h4{font-size: 24px; font-weight: 700;}
.oh-txt-wr> p{font-size: 18px; margin-bottom: 50px;}

.dl-wr > dt{text-indent: 20px;font-size: 24px; color:var(--main-color01); font-weight: 600; border-bottom: 3px solid var(--main-color01);padding-bottom: 20px; margin-bottom: 24px;} 
.dl-wr > dd{font-size: 18px; margin-bottom: 50px;} 

dl.dl-flex.com-info.pro.oh {
    flex-direction: column;
}

.oh-title {
    font-size: 20px;
}

img.hourglass {
    width: 50px;
}
/* 고객지원 */


      /* 문의폼 */

      .report_em_con {border-bottom: 1px solid #dbdbdb; }
      .report_em_con h3{text-align: center;font-size: 24px; line-height: 1.2; letter-spacing: -1.9px;}
      .report_em_con h4{border-bottom: 1px solid #dbdbdb; padding-bottom: 12px;}
      .report_em_con strong{font-weight: 600; color:#28378F}
      .report_em_con p{text-align: left; line-height: 1.2; position: relative;     text-indent: 8px; margin: 40px 0;}
      .report_em_con p::before{position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%);background: #28378F; width: 5px; height: 5px; border-radius: 50%; content: ''; }




  /* 제품소개 */

  .product-item-con{}
  .product-item-con ul{display: flex; gap: 20px;     align-items: center; flex-wrap: wrap;}
  .product-item-con ul > li{width:calc(33.333% - 16px);     border: 1px solid #aaa; }
  .product-item-con ul > li img{width: 100%; height: 560px;}

  .product-item-con.tab3 img{border: 1px solid #aaa; width: 100%; max-width: 800px;}
  .product-item-con.tab3 {text-align: center;}


  ul.tab-flex {display: flex; gap: 50px; justify-content: center;     overflow-x: scroll;}
  ul.tab-flex li {padding: 0!important;}
  ul.tab-flex li img{max-width: 550px;}
  ul.tab-flex.con1-3 {flex-wrap: wrap;}
  ul.tab-flex.con1-1 {flex-wrap: wrap;}
  ul.tab-flex.con1-1 li{border: 1px solid #aaa;}

/* 일반창호 모달창 */
.over-wrap , .over-wrap1 , .over-wrap2 ,  .over-wrap3 {
    position: fixed; left:0; top:0; width:100vw; height:100vh; background:rgb(29 31 33 / 62%);
    pointer-events:none; opacity: 0; transition:opacity .3s ease;
    z-index: 9999;
}

.over-wrap.on , .over-wrap1.on ,.over-wrap2.on , .over-wrap3.on{  
    opacity: 1; pointer-events:auto;
}


#big-img{
    top:50%; left:50%; position: absolute;     
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 558px;
    width: 100%;
}

#big-img_yj ,  #big-img_door , #big-img_only {    
    top:50%; left:50%; position: absolute;     
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 1100px;
    width: 100%;
}

#big-img-AL {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 650px;
    width: 100%;
}
