/* subtop */

.sub-top {
    position: relative;
    height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-top .bg-img {
background-image: url(../img/sub/sub5-bg.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    animation: zoom-in-effect 10s ease-out infinite alternate;
    z-index: -1;
}
@keyframes zoom-in-effect {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.05); 
    }
    100% {
        transform: scale(1.0); 
    }
}
.sub-top .txt-box {
    padding-top: 50px;
}
.sub-top .txt-box h2 {
        text-align: center;
    font-size: 70px;
    font-family: var(--font-point3);
    color: #fff;
    font-weight: 600;
    letter-spacing: 10px;

}
.sub-top .txt-box p {
color: rgb(255 255 255 / 80%);
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
    font-weight: 500;
}
.sub-tabs {
    /* position: sticky;
    top: 100px;
    z-index: 9; */
    width: 100%;
    transition: top 0.3s ease-in-out;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    background: #fff;
}
.sub-tabs .tabs-inner {
        display: flex;
    justify-content: center;
    gap: 100px;
    padding: 30px 0;
    align-items: center;
        text-align: center;
}
.sub-tabs .tabs-inner li a {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    text-transform: uppercase;
    font-weight: 200;
    transition: color 0.3s linear;
        line-height: 20px;
}
.sub-tabs .tabs-inner li:hover a {
    color: #000;
}
.sub-tabs .tabs-inner li.active a {
    color: #000;
    font-weight: 400;
}

/* subtop */

/* 공통 */
.sub {
        padding: 150px 0;
}
.sub .intro {
    padding-bottom: 100px;
}
.sub .intro .txt-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
}
.sub .intro .txt-box .tit {
font-size: 70px;
    color: #31373F;
    font-family: var(--font-point2);
    letter-spacing: -2px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.9;
}
.sub .intro .txt-box .sub-tit {
        color: #95AAB6;
    font-family: var(--font-deco);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
}
.sub .intro .txt-box .desc {
    font-size: 20px;
    color: #555;
        font-weight: 400;
}
.sub .intro .txt-box .desc br {
    display: none;
}
.sub .cont {
    box-shadow: inset 0px 20px 20px 20px rgb(204 204 204 / 10%);
}
.sub .cont-inner {
        display: flex;
    flex-direction: column;
    gap: 100px;
margin-bottom: 100px;
    padding-top: 100px;
    background: rgb(0 0 0 / 1%);
}
.sub .chart-wrap {
        font-family: var(--font-point);
    font-size: 18px;
}
.sub .chart-wrap .spec {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    text-align: left;
    width: 59%;
    border-collapse: collapse
}
.sub .chart-wrap .spec .bg-row {
    background: #F2F2F2;
}
.sub .chart-wrap .spec th {
color: #333333;
    padding-left: 10px;
    opacity: 0.8;
}
.sub .chart-wrap .spec td {
padding: 13px 0;
    color: #808080;
    padding-left: 10px;
    font-weight: 400;
    line-height: 30px;
}
.sub .sub-tit {
    color: #808080;
    font-size: 20px;
}
.sub .tit {
    font-family: var(--font-deco);
    font-size: 60px;
    font-weight: 600;
    color: #31373F;
    padding-top: 10px;
        letter-spacing: -0.5px;
}

.sub .desc {
    padding-top: 50px;
    color: #1A1A1A;
    font-size: 20px;
    opacity: 0.8;
        letter-spacing: -0.5px;
        line-height: 35px;
}
.sub .intro .desc {
    padding-top: 0;
}
/* 공통 */


/* sub1-1 */
.sub1-1 .greet {
    padding-bottom: 150px;
}
.sub1-1 .greet .inner {
display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1700px;
    margin-left: auto;
}
.sub1-1 .greet .inner > .txt-box {
    padding-top: 50px;
}
.sub1-1 .greet .tit {
    line-height: 80px;
}
.sub1-1 .greet .txt-box img { 
    padding-top: 80px;
        width: auto;
}

.sub1-1 .vision {
    padding: 200px 0;
    background: url('../img/sub/sub1-1-img03.png') no-repeat center center / cover;
}

.sub1-1 .vision .inner {
display: flex;
    justify-content: flex-end;
}

.sub1-1 .vision .txt-box {
    padding-right: 300px;
}
.sub1-1 .vision .semi-tit {
     color: #fff;
     font-size: 40px;
    line-height: 55px;
    font-weight: 600;

}
.sub1-1 .vision .desc {
    color: #fff;
    opacity: 0.9;
}
.sub1-1 .network {padding-bottom: 150px;}
.sub1-1 .network .txt-box {
    text-align: center;
    padding: 100px 0;
}
.sub1-1 .net-map {
    position: relative;
    text-align: center;
}

.sub1-1 .net-map img {
    width: auto;
}
.sub1-1 .net-map .img-box img {
    position: absolute;
}
.sub1-1 .net-map img.net-map-img {
    display: none;
}
.sub1-1 .net-map .img-box img.head {
    top: 0;
    left: 7.5%;
}
.sub1-1 .net-map .img-box img.busi1 {
    top: 56%;
    left: 7.5%;
}
.sub1-1 .net-map .img-box img.busi2 {
top: 28%;
    right: 7.5%;
}

/* sub1-1 */

/* sub1-2 */
.sub1-2 .history-wrap {
        display: flex;
    max-width: 1500px;
   justify-content: center;
    margin: 100px auto;
    position: relative;
}
.sub1-2 .history-wrap .img-box {

display: flex;
    flex-direction: column;
    gap: 50px;
}
.sub1-2 .history-wrap .img-box img {
    width: fit-content;
}

.sub1-2 .history-wrap .img-box img:nth-child(2) {
     margin-left: auto;
}

.sub1-2 .history-wrap .img-box img:nth-child(4) {
     margin-left: auto;
}
.sub1-2 .history-wrap .img-box img:nth-child(6) {
     margin-left: auto;
}
.sub1-2 .history-wrap .img-box img:nth-child(8) {
 margin-left: auto;
}
.sub1-2 .history-wrap .history {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.sub1-2 .history-wrap::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: rgb(32 48 97 / 50%);
    left: 50%;
    transform: translateX(-50%);
}
.sub1-2 .history-wrap .history::before {
    content: '';
        width: 10px;
    height: 10px;
    background: rgb(32 48 97 / 80%);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.sub1-2 .history-wrap .history::after {
    content: '';
        width: 10px;
    height: 10px;
    background: rgb(32 48 97 / 80%);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.sub1-2 .history-wrap .history li {
        display: flex;
    flex-direction: column;
    gap: 20px;
}
.sub1-2 .history-wrap .history li.right {
    margin-left: auto;
    width: 45%;
    text-align: left;
}
.sub1-2 .history-wrap .history li.left {
    margin-right: auto;
    width: 45%;
    text-align: right;
}
.sub1-2 .history-wrap .history .year {
    color: rgb(32 48 97 / 80%);
    font-family: var(--font-point3);
    font-size: 50px;
    font-weight: 600;
}
.sub1-2 .history-wrap .history .month {
        font-size: 30px;
    color: #95AAB6;
}

.sub1-2 .history-wrap .history .desc {
        padding: 0;
    color: #888;
    opacity: 1;
    padding-top: 10px;
}
.sub1-2 .history-wrap .history span {
    margin-right: 10px;
}

/* sub1-2 */

/* sub1-3 */
.sub1-3 .cont-inner {padding-bottom: 100px;}
.sub1-3 .cont-inner .img-box {
    text-align: center;
}
.sub1-3 .cont-inner img {
    width: auto;
}
/* sub1-3 */

/* sub1-4 */
.sub1-4 .greet .inner {
    max-width: 1500px;
    margin: auto;
      
}
.sub1-4 .greet .inner .txt-box {width: 40%; padding-top: 0;}
.sub1-4 .cert-slider-wrap {
    position: relative;
    width: 60%;
    overflow: hidden;
    min-height: 400px;
    margin: 0 50px;
}
.sub1-4 .cert-swiper {
    padding: 0 30px;
}
.sub1-4 img {
    width: auto;
}
.sub1-4 .cert-item {
    text-align: center;
    transition: all 0.5s ease;
    transform: scale(0.8); 
    opacity: 0.4;
}

.sub1-4 .cert-item .cert-name {
    font-size: 18px;
    color: #222;
    opacity: 0;
    transition: 0.3s;
}
.sub1-4 .swiper-slide-active .cert-item {
    transform: scale(1.1);
    opacity: 1;
}

.sub1-4 .swiper-slide-active .cert-item .cert-name {
    opacity: 0.8;
}
.sub1-4 .swiper-button-next,
.sub1-4 .swiper-button-prev {
    color: #808080; 
    top: 50%;
    transform: translateY(-50%);
}

.sub1-4 .swiper-button-prev { left: 0; }
.sub1-4 .swiper-button-next { right: 0; }
.sub1-4  .swiper-button-next:after, .sub1-4 .swiper-button-prev:after {
    font-size: 14px;
}
.sub1-4 .swiper-button-next, .sub1-4 .swiper-button-prev {
        width: 30px;
    height: 30px;
    border: 1px solid #808080;
    border-radius: 50px;
}
.sub1-4 .vision {
    padding: 200px 0;
    background: url('../img/sub/sub1-4-img04.png') no-repeat center center / cover;
}
.sub1-4 .vision .txt-box {
    padding-right: 400px;
}
.sub1-4 .cert {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 100px 0;
    max-width: 1400px;
    margin: 0 auto;
}
.sub1-4 .cert ul.nth-ul {
    padding-left: 40px;
    justify-content: flex-start;
}
.sub1-4 .cert ul {
        display: flex;
    justify-content: center;
    text-align: center;
    gap: 50px;
}
.sub1-4 .cert ul .double-img .img-box {
    display: flex;
    gap: 50px;
}
.sub1-4 .cert ul li p {
    padding-top: 30px;
    font-size: 20px;
    color: #212222;
    line-height: 30px;
}
/* .sub1-4 .cert ul li p br {
    display: none;
} */
/* sub1-4 */

/* sub1-5 */
.sub1-5 .map-wrap {
    max-width: 1500px;
    margin: 0 auto;

    position: relative;
}
.sub1-5 .map-wrap .office {
        border-top: 1px solid #f2f2f2;
    padding: 100px 0;

    position: sticky;
    top: 0; 
    background-color: #ffffff;
   
}
.sub1-5 .map-wrap .txt-box {
    text-transform: uppercase;
} 
.sub1-5 .map-wrap .tit {
        font-size: 45px;
}
.sub1-5 .map-wrap .desc {
    padding-top: 10px;
}
.sub1-5 .map-wrap .office-info {
    padding-top: 40px;
    display: flex;
    gap: 40px;
}
.sub1-5 .map-wrap .office-info div {
        display: flex;
    gap: 30px;
}
.sub1-5 .map-wrap .office-info div .bold {
     text-transform: uppercase;
}
.sub1-5 .map-wrap .map {
    padding-top: 50px;
}
.sub1-5 .map-wrap .map iframe {
    border-radius: 20px;
    overflow: hidden;
}
.sub1-5 .map-wrap .desc br {
    display: none;
}
/* sub1-5 */


/* sub5 */
.sub5 {
        padding-bottom: 0;
}
.sub5 .cont-inner {
    display: grid;
    grid-auto-flow: column;
        padding: 0;
    margin: 0;
    gap: 0;
    background: none;
}
.sub5 .cont-inner .item {
    position: relative;
    border-right: 1px solid rgb(221 221 221 / 50%);
    
    background: rgb(0 0 0 / 1%);
    height: 100%;

    transition: background 0.3s linear;
}
.sub5 .cont-inner .item:last-child {
    border: 0;
}
.sub5 .cont-inner .txt-box {
    position: absolute;
    left: 80px;
    top: 80px;
}
.sub5 .cont-inner .txt-box .num {
        font-family: var(--font-point4);
    font-size: 80px;
    color: #95AAB6;
    opacity: 0.8;
    letter-spacing: -5px;

    transition: color 0.3s linear;
}
.sub5 .cont-inner .txt-box .tit {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
    color: #222222;
    opacity: 0.8;
    line-height: 45px;

    transition: color 0.3s linear;
}
  .sub5 .cont-inner .item:hover {
     background: #000;
     border-right: 0
}
.sub5 .cont-inner .item:hover .num,
.sub5 .cont-inner .item:hover .tit {
    color: #fff;
    opacity: 1;
} 
/* sub5 */

/* sub5_1 */
.sub5_1 .cont-item {
    display: flex;
    gap: 100px;
    align-items: center;
    padding-bottom: 100px;
    align-items: flex-start;
}
.sub5_1 .cont-item .img-box {
    width: 45%;
}
.sub5_1 .cont-item .txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 55%;
}
.sub5_1 .cont-item .en-desc {
    font-size: 20px;
    color: #666666;
    opacity: 0.6;
    padding-top: 30px;
        letter-spacing: -0.5px;
        line-height: 25px;
}
.sub5_1 .cont-item .icon-box img {width: auto;}
/* sub5_1 */



/* sub4 */
.sub4 .cont-inner {
    grid-auto-flow: row !important;
    grid-template-columns: repeat(3, 1fr);
}
.sub4 .cont-inner a {
        border-right: 1px solid rgb(128 128 128 / 30%);
    border-bottom: 1px solid rgb(128 128 128 / 30%);
}
.sub4 .cont-inner .item {
       
    height: fit-content;
}
/* sub4 */

/* sub4_1_1 */
.sub4_1_1 .cont-inner {
padding-left: 9%;
    padding-bottom: 100px;
    flex-direction: unset;
}
.sub4_1_1 .product-item {
display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    
}
.sub4_1_1 .product-item .big-num {
    font-size: 400px;
    font-weight: 500;
    letter-spacing: -10px;
    color: #95AAB6;
    line-height: 300px;
}
.sub4_1_1 .product-item .txt-box {
        font-size: 50px;
    font-weight: 500;
    color: rgb(51 51 51 / 80%);
    margin-top: -40px;
    background: #fff;
    z-index: 1;
    position: relative;
    border-top: 1px solid rgb(34 34 34 / 80%);
    padding: 80px 0;
    text-transform: uppercase;

    position: relative;
}
.sub4_1_1 .product-item .txt-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 1%);
}

.sub4_1_1 .product-item .txt-box .tit {
        font-size: 150px;
    color: rgb(42 50 56 / 80%);
    font-weight: 500;
}
.sub4_1_1  .info-box {
        display: flex;
    flex-direction: column;
    gap: 30px;
}
.sub4_1_1 .product-item .info-box:last-child {
    margin-top: 80px;
}
.sub4_1_1 .info-box .box-tit {
font-size: 22px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
}
.sub4_1_1 .product-item .info-box .desc {
    color: #1A1A1A;
    font-size: 20px;
    opacity: 0.8;
    letter-spacing: -0.5px;
}
.sub4_1_1 .product-item .info-box .en-desc {
    font-size: 20px;
    color: #666666;
    opacity: 0.6;
    letter-spacing: -0.5px;
}
.sub4_1_1 .chart-wrap .spec {
        width: 90%;
}
.sub4_1_1 .chart-wrap .spec td {
    width: 50%;
}
/* sub4_1_1 */
/* sub4_1_5 */
.sub4_1_5 .cont-inner {
    flex-direction: column;
}
.sub4_1_5 .product-item {
        align-items: flex-end;
}
.sub4_1_5 .product-item .img-box {
        margin-top: 80px;
}
.sub4_1_5 .product-item .img-box img {
    width: auto;
}
.sub4_1_5 .detail .spec td {
    width: 60%;
}
.sub4_1_5 .detail-chart .spec td {
    width: auto;
}
.sub4_1_5 .design-data-chart th {
    padding: 10px 0;
}
.sub4_1_5 .design-data-chart th br {
    display: none;
}
.sub4_1_5 .cont .cont-inner div:nth-child(4) .txt-box {
    padding-top: 30px;
}
.sub4_1_5 .detail-chart .desc {
    font-size: 23px;
    color: #666666;
    opacity: 0.6;
    letter-spacing: -0.5px;
    line-height: 35px;
}
.sub4_1_5 .chart-wrap .colspan {
    padding: 20px 0;
}
/* sub4_1_5 */

/* sub4_1_2 */
.sub4_1_2 .product-item {
    gap: 0;
}
.sub4_1_2 .product-item .txt-box {
    font-size: 40px;
}
/* sub4_1_2 */

/* sub4_2 */
.sub4_2 .cont {
        display: grid;
    grid-auto-flow: column;
}
.sub4_2 .cont-inner,
.sub4_4 .cont-inner  {
        grid-template-columns: repeat(2, 1fr);
}
/* sub4_2 */

/* sub4_4 */

/* sub4_4 */

/* sub4_6 */
.sub4_6 .cont-inner {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sub4_6 .cont-item {
    align-items: flex-start;
}
.sub4_6 .nth-cont .txt-box {
     padding-top: 30px;
    display: flex;
    gap: 10px;
}
.sub4_6 .nth-cont .desc {
    font-size: 23px;
    color: #666666;
    opacity: 0.6;
        letter-spacing: -0.5px;
        line-height: 35px;
}
.sub4_6 .nth-cont .cont-inner {
    padding-bottom: 100px;
flex-direction: column;
}
.sub4_6 .nth-cont .img-box {
    margin: 0 auto;
}
/* sub4_6 */

/* sub3_1 */
.sub3_1 .cont-inner { gap: 0;
margin-bottom: 0;}
.sub3_1 .shape {
        display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 100px;
}
.sub3_1 .shape li {position: relative;}
.sub3_1 .shape li img {
    max-height: 120px;
}
.sub3_1 .shape p {padding-top: 30px;
text-align: center;
text-transform: uppercase;
font-size: 20px;
    color: rgb(51 51 51 / 80%);
    font-weight: 400;}
.sub3_1 .shape li p::before {
    content: '';
    position: absolute;
    left: -14%;
    width: 2px;
    height: 20px;
    background: rgb(51 51 51 / 80%);;
    bottom: 0;
    border-radius: 50px;
}
.sub3_1 .shape li:nth-child(1) p::before {
    display: none;
}
.sub3_1 .nth-cont .tit {
    font-family: var(--font-deco);
    font-size: 60px;
    font-weight: 600;
    color: #31373F;
    padding-top: 10px;
    letter-spacing: -0.5px;
}
.sub3_1 .nth-cont .sub-tit {
    color: #808080;
    font-size: 20px;
}
.sub3_1 .nth-cont .cont-inner > .txt-box {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.sub3_1 .nth-cont .cont-item {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding-top: 100px;
}
.sub3_1 .nth-cont .info-box {
    width: 50%;
}
.sub3_1 .nth-cont .info-box .spec {
    width: 100%;
}
.sub3_1 .nth-cont .info-box table,
.sub4_3_1 .nth-item .info-box table,
.sub2_3 .chart-wrap .spec,
.sub6_1 .chart-wrap .spec {
    border-top: 0;
}
.sub3_1 .nth-cont .info-box .spec tbody,
.sub4_3_1 .nth-item .info-box .spec tbody,
.sub2_3 .info-box .spec tbody,
.sub6_1 .info-box .spec tbody {
    border-top: 2px solid #333;
}
.sub3_1 .nth-cont .info-box .spec th {
    padding: 10px 0 10px 10px;
     width: 60%;
}
/* sub3_1 */

/* sub3_2 */
.sub3_2 .shape {
    gap: 150px;
    padding-top: 100px;
}
.sub3_2 .shape li p::before {
    display: none;
}
.sub3_2 .tit-box {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.sub3_2 .tit-box .tit {
    font-family: var(--font-deco);
    font-size: 60px;
    font-weight: 600;
    color: #31373F;
    padding-top: 10px;
    letter-spacing: -0.5px;
}
.sub3_2 .tit-box .sub-tit {
    color: #808080;
    font-size: 20px;
}
.sub3_2 .nth-cont .info-box {
    width: 80%;
    margin: 0 auto;
}
.sub3_2 .nth-cont .cont-item {
    padding-top: 0;
}
.sub3_2 .nth-cont .info-box .spec th {
    width: auto;
}

/* sub3_2 */

/* sub3_3 */
.sub3_3 .nth-cont .info-box {
    width: 60%;
}
.sub3_3 .nth-cont .img-box {
    width: 60%;
}
.sub3_3 .nth-cont .txt-box {
        padding-top: 30px;
}
.sub3_3 .nth-cont .txt-box p:last-child {
    padding-top: 20px;
}
.sub3_3 .nth-cont .txt-box p {
    font-size: 20px;
    color: rgb(51 51 51 / 80%);
}
.sub3_3 .shape li img {
    max-height: 80px;
}
/* sub3_3 */

/* sub2_1 */
.sub2_1 .nth-item {
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.sub2_1 .nth-item .txt-wrap {
    width: 100%;
}
.sub2_1 .nth-item > .img-box {
    width: 100%;
        margin: 0 auto;
}
.sub2_1 .nth-item .nth-img-box {
    width: 70%;
        
}
/* sub2_1 */

/* sub2_2 */
.sub2_2 .cont-inner {padding-bottom: 100px;}
.sub2_2 .cont-item {padding-bottom: 0;}
.sub2_2 .info-box  {
        max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.sub2_2 .info-box .spec {
    width: 100%;
}
.sub2_2 .info-box .spec td img {
    width: auto;
    max-width: 105px;
    padding-left: 30px;
}
.sub2_2 .info-box .spec td {padding-right: 10px;}
/* sub2_2 */

/* sub2_3 */
.sub2_3 .chart-wrap p {
    font-size: 20px;
    color: rgb(51 51 51 / 80%);
    padding-top: 30px;
}
.sub2_3 .info-box .spec th {
    padding: 10px 0 10px 10px;
    line-height: 25px;
}
.sub2_3 .standard-info-box p {
        text-align: right;
}
.sub2_3 .standard-info-box p:first-child {
    padding-bottom: 30px;
    padding-top: 0;
}
.sub2_3 .info-box .spec td img {
    max-width: 150px;
}
/* sub2_3 */

/* sub7_1 */
.sub7_1 .cont-inner {
    margin-bottom: 0;
}
.sub7_1 .info-box {
    width: 80%;
}
.sub7_1 .info-box .spec th {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}
.sub7_1 .info-box .spec td {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.sub7_1 .chart-wrap p {
    text-align: right;
    padding-bottom: 30px;
    padding-top: 0;
}
.sub7_1 .info-box .spec {
    width: 100%;
}
.sub7_1 .info-box {
    width: 77%;
}
.sub7_1 .nth-cont .info-box {
    max-width: 1600px;
}
/* sub7_1 */

/* sub4_3_1 */
.sub4_3_1 .info-box ,
.sub4_3_1 .chart-wrap .spec {
        width: 100%;
}
.sub4_3_1 .nth-item .info-box .spec th {
        padding: 10px 0 10px 10px;
}
.sub4_3_1 .nth-item .info-box p {
    font-size: 20px;
    padding-top: 30px;
    color: rgb(51 51 51 / 80%);
}
/* sub4_3_1 */

/* sub4_3_2 */
.sub4_3_2 .type {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    align-items: center;
    gap: 100px;
    margin: 0 auto;
    width: 100%;
}
.sub4_3_2 .type > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.sub4_3_2 .type div .txt-box p {
    color: rgb(51 51 51 / 80%);
    font-size: 23px;
    text-transform: uppercase;
        line-height: 35px;
}
.sub4_3_2 .type div .img-box img {
    width: auto;
}
.sub4_3_2 .cont-item .type .img-box {
    width: auto;
}
/* sub4_3_2 */

/* sub4_5_1 */
.sub4_5_1 .nth-item > .img-box {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.sub4_5_1 .nth-item .txt-box .img-box {
    width: auto;
    padding-top: 100px;
}
.sub4_5_1 .nth-item .info-box .txt-box {
    padding-top: 30px;
}
.sub4_5_1 .nth-item .info-box .txt-box p {
    padding-top: 20px;
}
.sub4_5_1 .nth-item .info-box .txt-box p:first-of-type {
    padding: 0;
}
/* sub4_5_1 */

/* sub4_5_2 */
.sub4_5_2 .nth-item > .img-box {
    width: 100%;
}
/* sub4_5_2 */

/* sub6_5 */
.sub6_5 .cont-item {
        display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.sub6_5 .nth-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.sub6_5 .cont-item .img-box {
    width: auto;
}
.sub6_5 .cont-item p {
    text-align: center;
    text-transform: uppercase;
    color: rgb(26 26 26 / 80%);
    font-size: 20px;
    padding-top: 30px;
}

/* sub6_5 */

/* sub6_4 */
.sub6_4 .nth-item .img-box {
    display: flex;
    flex-direction: column;
    width: auto;
    gap: 20px;
    
}
.sub6_4 .nth-item .img-box img {
    width: auto;
}
/* sub6_4 */

/* sub6_2 */
.sub6_2 .nth-item .txt-wrap {
        flex-direction: row;
    justify-content: space-between;
}
.sub6_2 .nth-item .nth-wrap {
        align-items: center;
}
.sub6_2 .nth-item .nth-wrap .info-box  {
    width: 40%;
    padding-top: 90px;
}
.sub6_2 .nth-item .nth-wrap .chart-wrap .spec {
    border-top: 2px solid #333;
}
.sub6_2 .nth-item .nth-wrap .info-box p {
    padding-top: 0;
    padding-bottom: 30px;
}
.sub6_2 .nth-item .nth-wrap .chart-wrap div {
padding: 10px; 
font-size: 16px; 
color: #666; 
border-bottom: 2px solid #333;
display: flex;
    gap: 20px;
}
.sub6_2 .nth-item .nth-wrap ul {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sub6_2 .nth-item .nth-wrap ul li {
    display: flex;
    gap: 30px;
}
.sub6_2 .nth-item .nth-wrap ul li p {
    color: #1A1A1A;
    font-size: 20px;
}
.sub6_2 .nth-item .nth-wrap ul li p:last-child  {
    font-size: 20px;
    color: rgb(102 102 102 / 80%);
}
.sub6_2 .nth-item .nth-wrap ul li p span {
margin-right: 10px;
}
.sub6_2 .nth-item .major2 {
    flex-direction: row;
}
.sub6_2 .nth-item .major2 .info-box  {
    padding-top: 30px;
}
.sub6_2 .nth-item .major2 .info-box td {
    color: #1A1A1A;
    font-size: 20px;
}
.sub6_2 .nth-item .major2 .info-box td span {
        color: rgb(102 102 102 / 60%);
}
.sub6_2 .nth-item .major2 .info-box .nth-td {
        font-size: 30px;
    color: rgb(0 44 73 / 80%);
    font-weight: 700;
}
.sub6_2 .nth-item .major3 {
      display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: 100%;
}
.sub6_2 .nth-item .major3 > div {
    padding-bottom: 50px;
    position: relative;
}
.sub6_2 .nth-item .major3 > div::after {
    content: '';
    background-image: url(../img/sub/sub6-2-icon01.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 27%;
    right: -11%;
    width: 20px;
    height: 25px;
    opacity: 0.8;
}
.sub6_2 .nth-item .major3 > div:nth-child(3):after,
.sub6_2 .nth-item .major3 > div:nth-child(6):after {
    display: none;
}
.sub6_2 .nth-item .major3 .txt-box {
padding-top: 30px;
    color: rgb(26 26 26 / 80%);
    font-size: 20px;
    text-transform: uppercase;
}
.sub6_2 .nth-item .major3 .txt-box .sm-tit {
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1a1a1a;
}
.sub6_2 .nth-item .major3 .txt-box p:nth-child(2) {
        padding-bottom: 10px;
}
.sub6_2 .nth-item .major3 .txt-box p span {
    margin-right: 10px;
    color: #95AAB6;
}
/* sub6_2 */

/* sub6_1 */
.sub6_1 .cont-item {
        flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.sub6_1 .cont-item .info-wrap {
display: flex;
    width: 100%;
    gap: 50px;
}
.sub6_1 .cont-item .info-box .spec th {
        padding: 10px 0 10px 10px;
}
.sub6_1 .cont-item .info-box p {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 10px;
}
.sub6_1 .nth-info-wrap {
    width: 48% !important;
}
.sub6_1 .cont {
    position: relative;
}
.sub6_1 .cont .sub6-1-bg-left {
    position: absolute;
    width: auto;
}
.sub6_1 .cont .sub6-1-bg-right {
    position: absolute;
    bottom: -20%;
    right: 0;
    width: auto;
}
/* sub6_1 */




/* 20260708 */
.sub3_3 .cont-item {
    align-items: center;
}
.sub1-3 .cont-inner img {
    margin-left: auto;
    text-align: right;
    float: right;
    width: 80%;
}
.sub1-3 .cont-inner {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sub1-3 {
    padding-bottom: 0;
}
.sub2 .cont-inner {
        grid-template-columns: repeat(2, 1fr);
}

.sub2_4 .nth-item .txt-box .img-box > p {
        padding-top: 30px;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 28px;
}

.sub2_4 .icon-box {text-align: center;}
.sub2_4 .icon-box img {
    width: auto;
}


.sub4_1_1 .product-item .info-box .desc {
    padding-top: 0;
}

.sub4_1_6 .product-item .txt-box .tit {
    font-size: 110px;
}
.sub .chart-wrap .spec th {
    padding: 13px 0 13px 10px;
}
.sub4_1_6 .detail-chart .desc {
    padding-top: 30px;
}
.sub4_1_6 .detail-chart .img-box {
        max-width: 1600px;
}










