@charset "utf-8";
.sub-container{
    width: 100%;
    margin-bottom: 100px;
}

.sub_pb {padding-bottom: 180px}

.sub_top_visual {width: 100%; position: relative; margin-bottom: 160px; z-index: 10 ; }
.sub_top_visual .img{padding-top:min(35%, 600px) ; position: relative; overflow: hidden}
.sub_top_visual .img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-position: center; object-fit: cover; height: 101%; display: block; transition: transform 2000ms ease-in-out;will-change: transform;-webkit-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.sub_top_visual .in2 {position: absolute; left: 50%; transform: translateX(-50%); top: 0; height: 100%; display: flex; align-items: center}
.sub_top_visual .text_box {width: 100%; }
.sub_top_visual .text_box .tit{color: #fff; font-size: 48px; font-weight: 700;}
.sub_top_visual .text_box .txt {color: #fff; font-size: 16px; margin-top: 10px; opacity: 0.8; font-weight: 300}
.sub_top_visual .sub_nav {position: absolute; bottom: 30px; display: flex; align-items: center; font-size: 16px; color: #fff}
.sub_top_visual .sub_nav .select_box {display: flex; align-items: center}
.sub_top_visual .sub_nav .select_box:before {content: ""; width: 1px; height: 15px; background-color: #fff; opacity: 0.3; margin: 0 30px; display: block}
.sub_top_visual .sub_nav .select_box .nice-select{background-color: transparent; border: none; color: #fff; line-height: 1.5; height: auto; font-size: 16px;padding: 0; width: 180px}
.sub_top_visual .sub_nav .select_box .nice-select:after{border-bottom: 1px solid #fff;border-right: 1px solid #fff; width: 7px; height: 7px;right: 5px; margin-top: -6px}
.sub_top_visual .sub_nav .select_box .nice-select .list {background-color: #1947ba;border-radius: 0; margin-top: 10px; padding: 10px 0; color: rgba(255,255,255,0.5)}
.sub_top_visual .sub_nav .select_box .nice-select .list li {background-color: transparent; padding: 0;}

.sub_top_visual .sub_nav .select_box .nice-select .list li  a{
    display: block;
    padding-left: 18px;
    padding-right: 29px;
}
.sub_top_visual .sub_nav .select_box .nice-select .current {display: block; overflow: hidden;text-overflow: ellipsis;white-space: nowrap; width: 85%}
.sub_top_visual .sub_nav .nice-select .option:hover,
.sub_top_visual .sub_nav .nice-select .option.focus,
.sub_top_visual .sub_nav .nice-select .option.selected.focus{background-color: transparent;color: #fff;font-weight: bold;}

.sub_top_visual .share_btn  {position: absolute; right: 20px; bottom: 0 ; transform: translateY(50%) ;width: 80px; height: 80px; background-color: #1947ba; color: #fff; font-size: 32px; text-align: center; line-height: 76px; cursor: pointer; display: none}
.sub_top_visual  .share_area { position: absolute; padding:10px 0 20px; flex-direction: column; justify-content: space-around; align-items: center; opacity: 0; pointer-events: none;
    width: 100%; height:0px; overflow: hidden; bottom:0px; left:50%; transform: translate(-50%,100%);background: #1947ba; flex-wrap: wrap; transition: height 0.5s, width 0s ease-in-out, opacity 0.5s; z-index: 3}
.sub_top_visual .share_area.on { height:270px; opacity: 1; pointer-events: inherit;}
.sub_top_visual .share_area .a_box {display: block; width:100%; padding:0; background: none; border-radius: 0;}
.sub_top_visual .share_area a {display: block;  margin:0 auto 0; text-align: center; opacity: 0.8; width:100%; transition: 0.3s ease-in-out; color: #fff; font-size:21px; line-height: 1;}
.sub_top_visual .share_area a i {color: #fff;}
.sub_top_visual .share_area .a_box + .a_box {margin-top:30px;}
.sub_top_visual .share_area a.facebook {width:11px;}
.sub_top_visual .share_area a.kakao {width: 21px;}
.sub_top_visual .share_area a.blog {width: 23px;}
.sub_top_visual .share_area a.youtube {width: 25px;}




.sub_top_visual.on .img img {transform: scale(1.0,1.0) rotate(0.002deg);}


@keyframes stroke-ani1 {
    from {stroke-dashoffset: 464; }
    to {stroke-dashoffset: 645; }
}

@keyframes stroke-ani2 {
    from {stroke-dashoffset: 784; }
    to {stroke-dashoffset: 890;}
}

@keyframes stroke-ani3 {
    from {stroke-dashoffset: 940; }
    to {stroke-dashoffset: 1250;}
}

@media(max-width:2000px){
    .sub_top_visual .text_box .tit {font-size: 48px;}

}


@media(max-width:1600px){

    .sub_top_visual .img {padding-top:450px; }
    .sub_top_visual .text_box .tit {font-size: 36px}

    .sub .banner .text_box .tit {font-size: 30px; }

}



@media(max-width:1200px){


    .sub_top_visual {margin-bottom: 120px}
    .sub_top_visual .img {padding-top: 380px}

    .sub_top_visual .text_box .tit {font-size: 28px}

    @keyframes stroke-ani1 {
        from {stroke-dashoffset: 464; }
        to {stroke-dashoffset: 686; }
    }

    @keyframes stroke-ani2 {
        from {stroke-dashoffset: 705; }
        to {stroke-dashoffset: 990;}
    }

    @keyframes stroke-ani3 {
        from {stroke-dashoffset: 952; }
        to {stroke-dashoffset: 1450;}
    }


}


@media(max-width:768px){



    .sub_top_visual {margin-bottom: 80px}
    .sub_top_visual .in2 {z-index: 3}
    .sub_top_visual .img {padding-top: 320px; position: relative}
    .sub_top_visual .img:before {content: ""; position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); left: 0; top: 0; z-index: 1}
    .sub_top_visual .text_box {z-index: 3}
    .sub_top_visual .text_box .txt {font-size: 13px; font-weight: 500;}
    .sub_top_visual .sub_nav {font-size: 13px; bottom: 20px; z-index: 3}
    .sub_top_visual .sub_nav .select_box:before {height: 10px; margin: 0 10px}
    .sub_top_visual .sub_nav .select_box .nice-select {font-size: 13px; width: 100px}
    .sub_top_visual .sub_nav .select_box .nice-select .option {min-height: 30px; line-height: 30px; padding-left: 10px; padding-right: 20px}


    .cont_tit_box .txt br,
    .cont_tit_box .tit br {display: none}

    .sub_top_visual .text_box .tit {font-size: 24px;}


    /*768*/
}

@media(max-width:500px){
    .sub .banner .text_box .tit br {display: none}
    .sub .banner {height: 200px; }

}



/* ===== COLOR ===== */
.point_color01 {color:#005eb8 !important;}

.f-blue {color:#005eb8 !important;}
.f-bk {color:#222 !important;}

.italic {font-style: italic;}

.common-title-wrap .sub-title {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 16px
}

/* ----------------------------------------------------------------
	Page Menu
-----------------------------------------------------------------*/
#page-menu {
    position: relative;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
    margin-bottom: 80px;
  }
  #page-menu-wrap {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1ABC9C;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  #page-menu.sticky-page-menu #page-menu-wrap {
    position: fixed;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
  }
  
  #page-menu-trigger {
    opacity: 1;
    pointer-events: auto;
    top: 0;
    margin-top: 0;
    left: auto;
    right: 15px;
    width: 40px;
    height: 44px;
    line-height: 44px;
    color: #FFF;
  }
  
  .page-menu-open #page-menu-trigger {
    background-color: rgba(0, 0, 0, 0.2);
  }
  
  .page-menu-row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .page-menu-title {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 300;
    margin-right: auto;
  }
  .page-menu-title span {
    font-weight: 700;
  }
  .page-menu-nav {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    left: auto;
    right: 0;
    height: auto;
    /* background-color: #1ABC9C; */
  }
  @media (min-width: 2px) {
    .page-menu-nav {
      display: -ms-flex;
      display: flex;
      position: relative;
      width: auto;
      top: 0;
      left: 0;
      background-color: transparent !important;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-positive: 0;
      flex-grow: 0;
    }
  }
  #page-menu.page-menu-open .page-menu-nav {
    display: block;
  }
  .page-menu-nav .page-menu-container {
    margin: 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.2);
  }
  @media (min-width: 2px) {
    .page-menu-nav .page-menu-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      list-style: none;
      background-color: transparent;
    }
  }
  .page-menu-item {
    position: relative;
  }
  .page-menu-item > a {
    display: block;
    position: relative;
    line-height: 22px;
    padding: 18px 21px;
    color: #FFF;
    /* font-size: 1rem; */
  }
  @media (min-width: 2px) {
    .page-menu-item > a {
      /* margin: 10px 4px;
      padding-top: 3px;
      padding-bottom: 3px;
      border-radius: 14px; */
    }
    body:not(.device-touch) .page-menu-item > a {
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }
  }
  .page-menu-item > a .icon-angle-down {
    position: absolute;
    top: 50%;
    left: auto;
    right: 14px;
    transform: translateY(-50%);
  }
  @media (min-width: 2px) {
    .page-menu-item > a .icon-angle-down {
      position: relative;
      top: 1px;
      left: 0;
      right: 0;
      margin-left: 8px;
      transform: none;
    }
  }
  .page-menu-item:hover > a, .page-menu-item.current > a {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .page-menu-sub-menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 1px 10px 5px;
  }
  @media (min-width: 2px) {
    .page-menu-sub-menu {
      display: none;
      position: absolute;
      list-style: none;
      width: 150px;
      top: 100%;
      left: 0;
      padding: 0;
    }
  }
  .page-menu-item:hover > .page-menu-sub-menu {
    display: block;
  }
  .page-menu-sub-menu .page-menu-item > a {
    margin: 5px 0;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 14px;
  }
  @media (min-width: 2px) {
    .page-menu-sub-menu .page-menu-item > a {
      height: auto;
      margin: 0;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 0;
      background-color: rgba(0, 0, 0, 0.15);
    }
  }
  @media (min-width: 2px) {
    .page-menu-sub-menu li:hover a,
    .page-menu-sub-menu li.current a {
      background-color: rgba(0, 0, 0, 0.3);
    }
  }



  #page-title {
    border-bottom: none;
    padding: 0;
  }
  #page-menu-wrap  {background-color: transparent; }
  .page-menu-wrap-clone {}
  .page-menu-nav {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
  }
  .page-menu-container {
    overflow-y: auto;
    justify-content: flex-start !important;
    width: 100%;
    white-space: nowrap !important;
  }
  .page-menu-row {
  
  }
  .page-menu-item {
    flex-grow: 1;
  }
  .page-menu-item>a {
    font-size: 18px;
    color: #041629 ;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  }
  .page-menu-item:hover>a {
    background-color: transparent;
  border-bottom: 3px solid #ddd;
  
  }
  .page-menu-item.current>a {
    border-bottom: 3px solid #1947ba;
  background-color: transparent;
  color: #1947ba;
  font-weight: 600;
  }
  @media (min-width: 1px) {
    .page-menu-nav .page-menu-container {
      flex-wrap: nowrap;
      padding-bottom: 15px;
    }
    .page-menu-item>a {
      margin: 0;
      padding: 15px 12px;
      border-radius: 0;
    }
  }

  @media (max-width: 1024px) {
    .page-menu-item>a {
      font-size: 16px;
    }
  }


  @media (max-width: 545px) {
    .page-menu-item>a {
      font-size: 15px;
    }
  }
  .breadcrumb-item.active {
    color: #fff;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .4);
  }
  


  /* 
   *************************** page menu 끝 ***************************
  */


/* 회사소개 */

/* ===== 회사소개 ===== */
/* CEO메세지 */
#ceo { overflow: hidden; }
#ceo h6 { color: #222; font-size: 32px; text-align: center; position: relative; font-weight: 600; line-height: 1.5em; }
#ceo h6::after { content:''; width: 10rem; height: 4px; background: #005eb8; display: block; margin: 0 auto; margin-top: 5rem; }
#ceo .cont-wr { display: flex; justify-content: center; align-items: end; flex-wrap: wrap;  flex-direction: column; margin-top: 14rem; padding: 8rem 0; position: relative; gap: 50px; }
#ceo .cont-wr::before { content:''; width: 46.2rem; height: 12.8rem; position: absolute; right: calc(10px - (50vw - 50%)); bottom: 100%; background:url(../../images/sub/greeting_bg.png) no-repeat center/contain;}
#ceo .cont-wr::after { content:''; width: 100vw; height: 100%; background-color: #f5f5f7; position: absolute; left: 120px; top: 0; z-index: -1; }
#ceo .imgBox { width: 780px; box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3); display: flex; position: absolute; top: -8rem; left: 0; z-index: 2; }
#ceo .textBox { width: calc(100% - 720px - 14rem); z-index: 25; }
#ceo .textBox .p-wr p { font-size: 16px; line-height: 1.65em; font-weight: 400; }
#ceo .textBox .p-wr p + p { padding-top:2.5rem; }
#ceo .textBox .p-wr strong { color: #222; font-weight: 600; }
#ceo .textBox .right { text-align: right; padding-top: 3rem; }
#ceo .textBox .right p { font-size: 18px; color:#222; font-weight: 600; text-transform: uppercase; display: flex; justify-content: flex-end; align-items: center; }
#ceo .textBox .right p span { font-size: 15px; padding-right: 10px; }
#ceo .textBox .right p img { margin-left: 10px; max-width:100%;}

/* ===== RESPONSIVE ===== */

@media screen and (max-width:1600px) {
    #ceo .cont-wr::before{
        width: 26.2rem;
    }
}

@media screen and (max-width: 1240px) {
    #ceo h6 {font-size:24px;}
    #ceo h6::after {width:6rem; height: 3px;}
    #ceo .cont-wr {justify-content:center; align-items: center; padding:6rem 30px; margin-top:10rem;}
    #ceo .cont-wr::before {width:26rem; height:10rem; right:0; bottom:99%;}
    #ceo .cont-wr::after {width:100%; left:0;}
    #ceo .imgBox {position:relative; top:auto; left:auto; width: 50%;}
    #ceo .textBox {width:100%; margin-top:4rem; text-align:center;}
    #ceo .textBox .pc_br {display:none;}
    #ceo .textBox .p-wr p{
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {

    #ceo h6 {font-size:20px;}
    #ceo h6 br {display:none;}
    #ceo .textBox .p-wr p{
        font-size: 14px;
    }

    #ceo .imgBox {width: 70%;}
    #ceo .cont-wr::before {
        width: 17rem;
        height: 10rem;
        right: 0;
        bottom: 99%;
    }
 }










 /* 제품소개 페이지 */


 .break-all {
    word-break: break-all !important
}

.none {
    display: none !important
}

.inline {
    display: inline !important
}

.inline-block {
    display: inline-block !important
}

.block {
    display: block !important
}

.table {
    display: table !important
}

.table-row {
    display: table-row !important
}

.table-cell {
    display: table-cell !important
}

.flex {
    display: flex !important
}

.inline-flex {
    display: inline-flex !important
}



 @media (min-width: 992px) {
    .none-lg {
        display:none !important
    }
  
    .inline-lg {
        display: inline !important
    }
  
    .inline-block-lg {
        display: inline-block !important
    }
  
    .block-lg {
        display: block !important
    }
  
    .table-lg {
        display: table !important
    }
  
    .table-row-lg {
        display: table-row !important
    }
  
    .table-cell-lg {
        display: table-cell !important
    }
  
    .flex-lg {
        display: flex !important
    }
  
    .inline-flex-lg {
        display: inline-flex !important
    }
  }



 .business-common-sec .img-wrap {
    padding: 0 20px
}

@media screen and (min-width: 768px) {
    .business-common-sec .img-wrap {
        padding:0 60px
    }
}

@media screen and (min-width: 992px) {
    .business-common-sec .img-wrap {
        padding:0
    }
}

.business-common-sec .img-wrap img {
    display: block;
    width: 100%;
}

.wiper .img-wrap .bgAnim {
    position: relative;
    overflow: hidden;
}


.wiper .img-wrap .bgAnim .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #005746;
    z-index: 10;
    transition: all 1.2s ease-in-out;
}

.wiper .img-wrap .bgAnim .bg-color.on{
    height: 0;
}

 .common-sub-title-st1 {
    margin: 80px 0 40px
}

@media screen and (min-width: 768px) {
    .common-sub-title-st1 {
        margin:16.76397vw 0 8.34028vw
    }
}

@media screen and (min-width: 1200px) {
    .common-sub-title-st1 {
        margin:201px 0 100px
    }
}

.common-sub-title-st1 .sub-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center
}

@media screen and (min-width: 768px) {
    .common-sub-title-st1 .sub-title {
        margin-bottom:25px;
        font-size: 18px
    }
}

.common-sub-title-st1 .title {
    font-size: 26px;
    line-height: 1.5;
    text-align: center
}

@media screen and (min-width: 768px) {
    .common-sub-title-st1 .title {
        font-size:3.50292vw
    }
}

@media screen and (min-width: 1200px) {
    .common-sub-title-st1 .title {
        font-size:42px
    }
}

.common-sub-title-st2 {
    margin: 35px 0 100px
}

@media screen and (min-width: 768px) {
    .common-sub-title-st2 {
        margin:5.00313vw 0 8.38024vw
    }
}

@media screen and (min-width: 1200px) {
    .common-sub-title-st2 {
        margin:80px 0 134px
    }
}

/* .common-sub-title-st2.text-left .title,.common-sub-title-st2.text-left .sub-title {
    text-align: left
} */

.common-sub-title-st2 .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
}

.common-sub-title-st2 .title strong{
    color: #005746;
}

@media screen and (min-width: 768px) {
    .common-sub-title-st2 .title {
        font-size:3.2vw;
        margin-bottom:25px

    }
}

@media screen and (min-width: 1200px) {
    .common-sub-title-st2 .title {
        font-size:42px
    }
}


.common-sub-title-st2 .sub-title {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    color: #666;
    font-weight: 400;
}

.common-sub-title-st2 .sub-title strong{
    color: #005746;
}

@media screen and (min-width: 768px) {
    .common-sub-title-st2 .sub-title {
        font-size:18px;
        line-height: 1.6
    }
}


.common-sub-title-st2 {
    margin-top: 60px
}

@media screen and (min-width: 992px) {
    .common-sub-title-st2 {
        margin-top:12.50782vw;
        margin-bottom: 9.50594vw
    }
}

@media screen and (min-width: 1600px) {
    .common-sub-title-st2 {
        margin-top:200px;
        margin-bottom: 152px
    }
}

/* 지점 서브  */
.sub-tit-wrap{padding:120px 15px 0;text-align:left;transition: ease-in-out 1s}
.sub-tit-wrap.adj{margin-top:-200px;}
.sub-tit-wrap .stit{font-size:20px;color:#000;font-weight:700;}
.sub-tit-wrap .stxt{margin-top:15px;font-size:36px;font-weight:300;letter-spacing:-2.2px;}
.sub-tit-wrap .tit{font-size:55px;color:#000;font-weight:700;}
.sub-tit-wrap .txt{margin-top:10px;font-size:24px;font-weight:400;}/*220808 수정*/
.sub-mn-list{display:none;position:absolute;top:60px;left:0;width:100%;background:#fff;padding:10px 0;}


.intro-top-wrap .sub-title {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    font-weight: 400;
}

.intro-top-wrap .sub-title strong{
    color: #005746;
}

@media screen and (min-width: 768px) {
    .intro-top-wrap .sub-title {
        font-size:15px;
        line-height: 1.6
    }
}



.intro-top-wrap{max-width:1300px;margin:100px auto 150px;}
.intro-top-wrap ul{display:block;font-size:0; margin-bottom: 50px;}
.intro-top-wrap li{display:inline-block;width:50%;vertical-align: top;padding-right:25px; padding-bottom: 25px;}
.intro-top-wrap li div{position:relative;font-size:0;}
.intro-top-wrap li .img-wrap{opacity:0;display:inline-block;width:calc(100% - 30px);overflow:hidden;}
.intro-top-wrap li img{width:100%;transform: scale(1)}
.intro-top-wrap li div.aos-animate .img-wrap{opacity:1;transition: all 2s}
.intro-top-wrap li div.aos-animate img{animation: imgZoom2 5s;}

@keyframes imgZoom2 {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

.intro-top-wrap li .img-txt{display:inline-block;/* position:absolute;bottom:65px;right:-65px; */width:170px;height:30px;font-size:18px;color:#000;/* transform: rotate(90deg);vertical-align: bottom */     margin: 15px 0 10px}
.intro-top-wrap li:nth-child(even){display:inline-block;width:50%;padding:120px 0 0 25px;}
.intro-top-wrap li:nth-child(even) .img-txt{top:65px;bottom:auto;}
.intro-top-wrap.namwon li .img-txt{bottom:84px;right:-84px;width:210px;}
.intro-top-wrap.namwon li:nth-child(even) .img-txt{top:84px;}
.intro-top-wrap.gyeongju li .img-txt{bottom:90px;right:-90px;width:215px;}
.intro-top-wrap.gyeongju li:nth-child(even) .img-txt{top:90px;}

.intro-copy-wrap strong{
    color: #005746;
}

.intro-copy-wrap .copy1{font-size:36px;letter-spacing:-2px;font-weight:400;}/*220808 수정*/
.intro-copy-wrap .copy2{margin-top:50px;font-size:20px;color:#777;}
.intro-copy-wrap .copy2 span{display:block;}
.intro-copy-wrap .btns{margin-top:60px;text-align:left;}
.intro-copy-wrap .btns a{display:inline-block;border:1px solid #000;text-align:center;width:250px;height:60px;line-height:60px;font-size:18px;font-weight:500;}

.brand-identity{background:#F6F6F6;padding:110px 15px;text-align:center;}
.brand-identity h2{font-size:24px;}
.brand-identity img{margin:50px 0;}
.brand-info{font-size:20px;}
.brand-main-copy{font-size:22px;margin-bottom:20px;}
.fc-h{color:#005746;}

@media screen and (max-width:1024px) {
    .sub-tit-wrap {
        padding: 15.64vw 15px 0;
    }

    .sub-tit-wrap .tit {
        font-size: 5.37vw;
    }


    /* 컨텐츠 */

    .intro-top-wrap {
        margin: 9.77vw auto;
    }

    .intro-top-wrap li {
        padding-right: 2.44vw;
    }

    .intro-top-wrap li:nth-child(even) {
        display: inline-block;
        width: 50%;
        padding: 11.72vw 0 0 2.44vw;
    }

    .intro-copy-wrap .copy1 {
        font-size: 3.52vw;
    }

    .intro-copy-wrap .copy2 {
        margin-top: 4.88vw;
        font-size: 1.95vw;
    }

    /* 브랜드 */
    .brand-identity {
        padding: 12.77vw 15px;
    }

    .brand-identity h2 {
        font-size: 22px;
    }

    .brand-identity img {
        margin: 3.84vw 0 6.42vw;
    }



}

@media screen and (max-width:640px) {
    .sub-tit-wrap {
        padding: 19.64vw 15px 0;
    }

    .sub-tit-wrap .tit {
        display: none;
    }

    .sub-tit-wrap .txt {
        font-size: 26px;
        font-weight: 600;
        letter-spacing: -2px;
    }

    .intro-copy-wrap{
        padding-top: 50px;
    }

    .intro-copy-wrap .copy1 {
        font-size: 20px;
    }
    
    .intro-copy-wrap .copy2 {
        font-size: 15px;
    }

    /* 컨텐츠 */

    .intro-top-wrap {
        margin: 9.77vw auto 24vw;
    }

    .intro-top-wrap li {
        width: 100%;
        padding-right: 0;
    }

    .intro-top-wrap li:not(:first-child) {
        width: 100%;
        padding: 11.72vw 0 0;
    }

    .intro-top-wrap li .img-wrap {
        width: 100%;
    }

    .intro-top-wrap li img {
        width: 100%;
    }

     /* .intro-top-wrap li .img-txt {
        display: none;
    } */

    /* 브랜드 */
    .brand-identity {
        padding: 20.77vw 15px 26vw;
    }

    .brand-identity img {
       /*  margin: 15.84vw 0 10vw; */
        width: 75%;
    }

    .brand-info {
        font-size: 18px;
    }


}

@media screen and (max-width:475px) {
    .sub-tit-wrap {
        padding: 27.64vw 15px 0;
    }

    .intro-copy-wrap{
        padding-top: 30px;
    }

    

    .intro-copy-wrap .copy1 {
        font-size: 16px;
    }

    .intro-copy-wrap .copy2 {
        font-size: 13px;
    }



    /* 브랜드 */

    
    .brand-info {
        font-size: 16px;
    }

    
    .brand-identity img {
        margin: 17.84vw 0 10vw;
    }

}


/* 시공사례 */

.sub_board-container{
    width: 100%;
}

.sub_board-container .sub_board-Wrap{
    width: 100%;
    margin-bottom: 30px;
}

.sub_board-Wrap .sub_board-list{
    display: inline-block;
    width: calc(100%/4 - 3px);
    padding: 0 10px;
    margin-bottom: 20px;
    border: 0;
    box-sizing: border-box;
    transition: all 0.3s ease-in;
}

.sub_board-Wrap .sub_board-list:hover{
    transform: translateY(-10px);
}

.sub_board-Wrap .sub_board-list .board-list-img{
    margin-bottom: 10px;
    height: 240px;
}

.sub_board-Wrap .sub_board-list .board-list-img a{
    display: block;
    height: 100%;
}

.sub_board-Wrap .sub_board-list .board-list-img a img{
    width: 100%;
    height: 100%;
}

.sub_board-Wrap .sub_board-list .board-list-title{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_board-Wrap .sub_board-list .board-list-title a{
    font-size: 16px;
}

.sub_board-Wrap .sub_board-list .board-list-title a:hover {
    color: #1947ba;
}


/* 페이지 버튼 */

.sub_board-page{
    width: 100%;
}

.sub_board-page .sub_board-pageWrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 3px;
}

.sub_board-page .sub_board-pageBtn{
    /* border: 1px solid #666;
    background-color: #ddd; */
    font-size: 14px;
    color: #222;
    border-radius: 50%;
    transition: all 0.3s ease-in;
}

.sub_board-page .sub_board-pageBtn.active{
   /*  border: 1px solid #222; */
    background-color: #222;
    color: #ddd;
    padding: 5px 12px 7px;
}


.sub_board-page .sub_board-pageBtn a{
    padding: 5px 12px 7px;
    border-radius: 50%;
    transition: all 0.3s ease-in;

}


.sub_board-page .sub_board-pageBtn:hover a{
    background-color: #222;
    color: #ddd;
}

/* .sub_board-page a:hover{
    background-color: #222;
    color: #ddd;
} */



/* 페이지 이전/다음 버튼 */
.sub_board-page .sub_board-prev{
    margin-right: 10px;
}
.sub_board-page .sub_board-next{
    margin-left: 10px;
}
.sub_board-page .sub_board-prev a,
.sub_board-page .sub_board-next a{
    border-radius: 100%;
}

.sub_board-page .sub_board-prev span,
.sub_board-page .sub_board-next span
{
    display: none;
}


/* 시공사례 반응형 시작 */

@media screen and (max-width:1200px) {
    .sub_board-Wrap .sub_board-list{
        width: calc(100%/3 - 3px);
    }

}


@media screen and (max-width:1000px) {

    .sub_board-Wrap .sub_board-list .board-list-img{
        height: 180px;
    }
}


@media screen and (max-width:768px) {
    .sub_board-Wrap .sub_board-list{
        width: calc(100%/2 - 3px);
    }

    .sub_board-Wrap .sub_board-list .board-list-title a{
        font-size: 14px;
    }

    .sub_board-Wrap .sub_board-list .board-list-img{
        height: 240px;
    }
}

@media screen and (max-width:600px) {
    .sub_board-Wrap .sub_board-list{
        padding: 0 5px;

    }

    .sub_board-Wrap .sub_board-list .board-list-img{
        height: 200px;
    }
}

@media screen and (max-width:500px) {

    .sub_board-Wrap .sub_board-list .board-list-img{
        height: 180px;
    }
}

@media screen and (max-width:430px) {
    .sub_board-Wrap .sub_board-list .board-list-title a{
        font-size: 12px;
    }

    .sub_board-Wrap .sub_board-list .board-list-img{
        height: 160px;
    }
}

@media screen and (max-width:380px) {
    .sub_board-Wrap .sub_board-list .board-list-img{
        height: 140px;
    }
}