/* common */
.subpage { overflow: hidden; position:relative; }
.subpage > section {padding: 50px 0; position: relative; }
.subpage .tab > section {padding: 50px 0 90px 0px; position: relative; }
.sub_inner { max-width: 80%; width: 100%; margin:0 auto; position: relative; }
.sub_tit {margin-bottom: 40px; }
.sub_tit h3 {font-size: 20px; font-weight:500; color: #c82124; font-family: "Poppins", 'Pretendard',sans-serif; margin-bottom:20px; line-height: 1; }
.subpage .tab-bottom {padding: 5px 0px;}

.tab-bottom .sec1 .row {
    display: flex;
    flex-direction: row-reverse;
}

/* font size */
.fs_52 {font-size: 52px; font-weight :700; line-height: 1.2; color:#000; }
.fs_35 {font-size: 35px; font-weight :800; line-height: 1.2; color:#000; }
.fs_19 {font-size: 19px; font-weight :600; line-height: 1.67; color:#1d1d1f; }
.fs_18 {font-size: 18px; font-weight :300; line-height: 1.67; color:#1d1d1f; }
.fs_17 {font-size: 17px; font-weight :400; line-height: 1.67; color:#1d1d1f; }
.fs_16 {font-size: 16px; font-weight :400; line-height: 1.67; color:#1d1d1f; }
.fs_15 {font-size: 15px; font-weight :400; line-height: 1.67; color:#1d1d1f; }

/*Content CSS*/
.subpage .tab {display: none;}
.subpage .tab.active {display: block;}
.subpage .tab_btns { display: flex; width: 100%; justify-content: center;}
.subpage .tab_btns li {margin-right: 70px; max-width: 120px; width: 33.3%;}
.subpage .tab_btns li:last-child {margin-right: 0;}
.subpage .tab_btns li a { display: flex; align-items: center; justify-content:center; width: 100%; height: 100%; font-weight: 300; line-height: 1.3;
font-size:18px; color:#000; transition: all .3s ease; word-break: keep-all; padding: 0 0 15px; border-bottom:2px solid transparent; letter-spacing: -.45px;
white-space: nowrap; position: relative; top:1px; cursor: pointer;}
.subpage .tab_btns li a:hover {color:#c82124;}
.subpage .tab_btns li a.active {border-bottom-color: #c82124; color:#c82124; font-weight: 700;}

.subpage .tab_wrap {padding-top: 40px ; border-bottom: 1px solid #ddd; }

/* tab1 */
#tab1 .sec1 .img {width: 100%; background:url("../img/company_img.png") 50%/cover no-repeat; height:300px; position: relative; z-index: 1; border-radius: 0 50px 0 0;}
#tab1 .sec1 .txt_box {width: 100%; margin-top: 45px; }
#tab1 .sec1 .txt_box h3 {font-weight: 500; color:#c82124; margin-bottom: 30px; }
#tab1 .sec1 .txt_box p + p::before {content: ''; display: block; width: 2px; height: 26px; background-color: #c82124; margin: 40px 0 ;margin-top: 45px; }

/* tab2 */
#tab2 .sec1 .top {display: flex; justify-content: space-between; }
#tab2 .sec1 .top .sub_tit {padding-top: 20px; flex-shrink: 0;}
#tab2 .sec1 .top .list {display: flex; text-align: center; flex-wrap: wrap; justify-content: space-between; max-width:985px; }
#tab2 .sec1 .top .list > li {width: calc(50% - 12.5px);}
#tab2 .sec1 .top .list > li:nth-child(n+3) {margin-top:40px;}
/* #tab2 .sec1 .top .list > li + li {margin-left: 25px;} */
#tab2 .sec1 .top .list .txt {margin-top: 25px; }
#tab2 .sec1 .top .list .txt p {margin-top: 5px;}

#tab2 .sec1 .cont .list {display: flex; flex-wrap: wrap; justify-content: space-between; margin-top:90px;}
#tab2 .sec1 .cont .list > li {width: calc(50% - 25px); border:0px solid #ddd; border-width: 1px 0; text-align: center; padding: 40px 0; transition: all .3s; margin-bottom: -1px;}
#tab2 .sec1 .cont .list h3 {font-weight: 700; transition: color .3s; }
#tab2 .sec1 .cont .list p { margin-top: 5px; transition: color .3s;}
#tab2 .sec1 .cont .list > li:hover {background-color: #c82124; border-color: #c82124;}
#tab2 .sec1 .cont .list > li:hover h3,
#tab2 .sec1 .cont .list > li:hover p {color:  #fff; }

/* tab3 */
#tab3 .sec1 {text-align: center; }
#tab3 .sec1 .sub_tit {position: absolute; left: 50px; top:0; }

/* tab4 */
#tab4 {text-align: center;}
.his_tab { display: flex; justify-content:center; text-align: center; flex-wrap: wrap; margin-bottom: 55px; width: calc(100% + 20px); left: -10px; position: relative; }
.his_tab li {margin: 10px;  width: 127px; }
.his_tab li a {display: flex; align-items: center; justify-content: center; font-size: 13px; color: #060002; padding: 7px 10px; width: 100%; height: 100%; transition: all .3s ease; font-weight: 400; height: 100%; background-color: #fff; border:1px solid #ddd; border-radius: 15px; }
.his_tab li a.active {background-color: #c82124; color:#fff;  border-color: #c82124;}
.his_tab li a:hover {background-color: #c82124; border-color: #c82124; color:#fff; }

.his_list_wr {position: relative; padding: 80px 110px 130px; background: #fff; text-align: left; border:1px solid #ddd; z-index: 1;}
.his_list_wr::before {content: ''; position: absolute; left: 403px; top: -0; width: 1px; height: 100%; background: #ddd; z-index: -1;}
.his_list {position: relative; display: flex; align-items: flex-start; padding-bottom:75px; z-index: 1;}
.his_list_wr .his_list:last-child {padding-bottom: 0; }
.his_list .year {display: flex; align-items: center; flex-shrink: 0;}
.his_list .year h2::before {content: 'Year'; display: block; font-size: 19px; font-weight: 500; color:#999;  margin: 0 0 10px; font-family: "Poppins", 'Pretendard',sans-serif;}
.his_list .year h2 {color:#000; white-space: nowrap; line-height: 1;  font-size: 35px; font-weight: 800;  width: 280px; }
.his_list .dot_wr {display: flex; align-items: center; flex-shrink: 0; position: relative; margin-right: 55px;}
.his_list .dot {position: relative; width: 26px; height: 26px; background-color: rgba(200,33,36,.3); border-radius: 50%; display: flex; align-items: center;
justify-content: center; }
.his_list .dot::before {content: ''; width: 10px; height: 10px; border-radius: 50%; background: #c82124; }
.his_list .cont {width: 100%; position: relative; display: flex; align-items: flex-start ; top:33px; }
.his_list .cont li {display: flex; align-items: flex-start;  transition-duration: .8s;transition-timing-function: ease;  transform: translate3d(0, 100px, 0); opacity: 0;}
.his_list .cont li.on {    opacity: 1; transform: translateZ(0);}
.his_list .cont li.off {transform: translate3d(0, 100px, 0); opacity: 0;}
.his_list .cont li + li {margin-top:60px;}
.his_list .cont li h3 {font-weight: 700; color:#c82124; white-space: nowrap ; line-height: 1; flex-shrink: 0; width: 85px; font-size: 22px;}
.his_list .cont li p {color:#555; word-break: keep-all; line-height: 1.67;  top:-2px; position: relative; padding-left: 14px;}
.his_list .cont li p::before {content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background-color: #c82124; position: absolute; left: 0;
top:9px; }
.his_list .cont li p span {color:#999; display: block; margin-top: 5px;}
.his_list .cont li p + p {margin-top: 20px;}










@media screen and (max-width:1400px) {
    /* common */
    .subpage br:not(.space) {display: none;}

    /* content */
    /* tab2 */
    #tab2 .sec1 .top {display: block;}
    #tab2 .sec1 .top .sub_tit {padding: 0;}
    #tab2 .sec1 .top .list {justify-content: space-between; max-width: 100%;}
    #tab2 .sec1 .top .list > li {width: calc(50% - 25px);}
    #tab2 .sec1 .top .list img {width: 100%;}

    /* tab4 */
    .his_list_wr {padding: 80px 60px;}
    .his_list_wr::before {left: 353px;}
}

@media screen and (max-width: 1199px) {
    .his_list_wr {padding: 80px 50px; }
    .his_list {flex-direction: column; }
    .his_list_wr::before {left: 63px;}
    .his_list .year {flex-direction:row-reverse; padding-left: 55px;}
    .his_list .dot_wr {margin:0 30px 0 0; top:-2px;}
    .his_list .year h2::before {font-size: 17px;}
    .his_list .year h2 {font-size: 30px; width: auto; }

    .his_list .cont {width: 100%; margin-top: 30px; top:0;}
    .his_list .cont li + li {margin-top: 30px;}
    .his_list .cont li h3 {  font-size: 20px; width: 75px;}
    .his_list .cont li p + p {margin-top: 15px;}
    .his_list .cont li p::before {top:8px;}

}

@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section,
    .subpage .tab > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    .sub_tit h3 {font-size:17px; margin-bottom:15px; }

    /* font size */
    .fs_52 {font-size: 35px; }
    .fs_35 {font-size: 27px; }
    .fs_19 {font-size: 17px; line-height: 1.65;}
    .fs_18 {font-size: 16px; line-height: 1.65;}
    .fs_17 {font-size: 15px; line-height: 1.65;}
    .fs_16 {font-size: 14px; line-height: 1.65; }
    .fs_15 {font-size: 14px; line-height: 1.65; }

    /* content */
    .subpage .tab_wrap {padding: 30px 0 0;}
    .subpage .tab_btns li {margin-right: 30px;}
    .subpage .tab_btns li a {font-size:15px;  }

    /* tab1 */
    #tab1 .sec1 .img { height: 250px; }
    #tab1 .sec1 .txt_box { text-align: center; }
    #tab1 .sec1 .txt_box p + p::before {  margin: 30px auto;}

    /* tab2 */
    #tab2 .sec1 .top .list > li {width: calc(50% - 10px);}
    #tab2 .sec1 .top .list > li + li {margin: 0;}

    #tab2 .sec1 .cont .list {margin-top: 50px; }
    #tab2 .sec1 .cont .list > li {width: calc(50% - 10px); padding: 30px 0;}

    /* tab3 */
    #tab3 .sec1 .sub_tit {position: static;}

    /* tab4 */
    .his_tab {flex-wrap: wrap; justify-content: flex-start;  width: calc(100% + 10px); left: -5px; }
    .his_tab li {margin: 5px; width: calc(25% - 10px); flex:inherit;}
    .his_tab li:last-child {margin: 5px;}
    .his_tab li a {font-size: 14px; padding: 10px; }

}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section,
    .subpage .tab > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    .sub_inner {padding-top:25px;}
    .sub_tit {margin-bottom: 30px; }
    .sub_tit h3 {font-size:15px; margin-bottom:15px; }

    /* font size */
    .fs_52 {font-size:30px; }
    .fs_35 {font-size: 23px; }
    .fs_19 {font-size: 15px; }
    .fs_18 {font-size: 14px; }
    .fs_17 {font-size: 14px; }
    .fs_16 {font-size: 13px;  }
    .fs_15 {font-size: 13px;  }

    /* content */
    .subpage .tab_btns li {margin-right: 0;}
    .subpage .tab_btns li a {font-size:14px; padding: 0 0 12px; }

    /* tab1 */
    #tab1 .sec1 .img  {height: 150px; border-radius: 0 30px 0 0;}
    #tab1 .sec1 .txt_box {    margin-top: 30px;}
    #tab1 .sec1 .txt_box h3 {margin-bottom: 20px; }
    #tab1 .sec1 .txt_box p + p::before {  margin:25px auto;}

    /* tab2 */
    #tab2 .sec1 .top .list {display: block;}
    #tab2 .sec1 .top .list > li {width: 100%;}
    #tab2 .sec1 .top .list .txt {margin-top: 15px; }
    #tab2 .sec1 .top .list > li:nth-child(n+2) {margin: 25px 0 0;}

    #tab2 .sec1 .cont .list > li {width:100%; padding: 20px 0;}

    /* tab4 */
    .his_tab {flex-wrap: wrap; margin-bottom: 30px;}
    .his_tab li { width: calc(33.3% - 10px);  }
    .his_tab li a { font-size: 13px; padding:10px 3px; letter-spacing: -.5px; }

    .his_list_wr {padding: 60px 20px; margin-top: 30px;}
    .his_list_wr::before {left: 33px;}
    .his_list {padding-bottom: 50px;}
    .his_list .year {padding-left: 45px;}
    .his_list .year h2::before {font-size: 15px;}
    .his_list .year h2 {font-size: 25px; margin-bottom: 15px;}
    .his_list .dot_wr {margin:0 20px 0 0; top:-5px;}

    .his_list .cont { margin-top: 7px; }
    .his_list .cont li {flex-wrap: wrap;}
    .his_list .cont li + li {margin-top: 25px;}
    .his_list .cont li h3 { margin: 0 0 10px; font-size: 16px;width: auto;}
    .his_list .cont li h3 + div {width: 100%; padding-left: 50px;}
    .his_list .cont li p {padding-left: 10px;}
    .his_list .cont li p + p {margin-top: 10px;}
    .his_list .cont li p::before {width: 4px; height: 4px; top:8px;}

}




/**/
.product-b p{
margin-bottom: 0px !important;
}

.modal {
        display: none; /* Hidden by default */
/*        position: fixed; */
        position: absolute; 

        z-index: 1; /* Sit on top */
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    }

    /* Modal Content (Image) */
    .modal-content {
        margin: auto;
        display: block;
        width: 50%;
        max-width: 400px;
    }

    /* Caption (Image Text) */
    #caption {
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        font-size: 18px;
    }

    /* The Close Button */
    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    /* Zoom Effect */
    .zoom-container {
        overflow: hidden;
    }

    .zoom-image {
        transition: transform 0.3s ease;
        cursor: pointer;
        
    }

    .zoom-image:hover {
        transform: scale(1.1);
    }


@media screen and (max-width: 768px) {
    .subpage .tab_btns{
        flex-direction: column;
    }

    .subpage .tab_btns li a {
        padding: 0px 0px 5px;}

    #bo_v_summary .btn_wrap a{
        padding: 4px;}

    .subpage .tab > section {
        padding: 25px 0;
    }

    .p-range{
        padding-top: 40px;
    }

}



.contact-details{
margin-top: 30px;
}

.card-body-one{
background-color: #f5e2e2 !important;
}

.card-body-two{
background-color: #e0edf1 !important;
}

.card-body-three{
background-color: #d7d6e9 !important;
}

.custom-padding {
  padding-left: 40px;  
  padding-right: 40px; 
  padding-top: 25px;  
  padding-bottom: 25px;
  min-height: 230px;
}

.contact-form{
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    width: 100%;
/*    max-width: 500px;*/

}

.contact-bottom{
margin-top: 30px;
margin-bottom: 30px;
}

/* Form heading */
.contact-form h2 {
    text-align: left;
    color: #333;
    margin-bottom: 20px;
}

/* Form group styling */
.form-group {
    margin-bottom: 15px;
}

/* Label styling */
.form-group label {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

/* Input field styling */
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    color: #333;
}

/* Textarea specific styling */
.form-group textarea {
    resize: vertical;
}

/* Input focus styling */
.form-group input:focus,
.form-group textarea:focus {
    border-color: #007BFF;
    outline: none;
}

/* Submit button styling */
.submit-btn {
    
    background-color: #051d37 !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
/*    width: 100%;*/
    
}

.client-btn .submit-btn{
background-color: #fd7e14 !important;
    color: white !important;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.submit-btn:hover {
    background-color: #ed1b23 !important;
    color: white !important;
}

.client-btn{
margin-top: 50px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    width: 100%;
}


.load-clients{
    background-color: #051d37 !important;
    color: white !important;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;   
}

.load-clients:hover {
    background-color: #c82124 !important;
    border-color: #c82124 !important;
    color: white !important;
}


/*.subpage .solar > section{
    margin-top: 50px;
    margin-bottom: 50px;
}*/