@charset "utf-8";
.page #hd {border-bottom: 1px solid #ddd;}

.page section[class^="sect-"] {padding: 160px 0; overflow: hidden;}
.page .title-wrap {margin-bottom: 100px;}
.page .title-wrap .cate {font-size: 20px;}
.page .title-wrap h2 {font-size: 48px; margin-top: 8px;}
.page .title-wrap .sub-txt {margin-top: 24px; font-size: 22px; color: #333;}

.page-top {text-align: center; color: #fff; padding: 210px 0; background-position: center; position: relative; overflow: hidden;}
.page-top .bg-wrap {position: absolute; top: 0;left: 0;width: 100%;height: 100%;background-image: url(../img/page/company-bg.jpg);background-size: cover;background-position: center;transform: scale(1.2);transition: transform 2s ease; z-index: -1;}

.page-top h2 {font-family: 'Montserrat', 'sans-serif'; font-size: 48px; font-weight: 700; line-height: 1.5;}
.page-top p {margin-top: 12px; font-size: 24px;}

.page-tech .page-top .bg-wrap{background-image: url(../img/page/tech-bg.jpg);}
.page-product .page-top .bg-wrap{background-image: url(../img/page/product-bg.jpg);}
.page-news-list .page-top .bg-wrap{background-image: url(../img/page/news-bg.jpg);}


.page-tab-box {position: sticky; top: 0; left: 0; width: 100%; background:#fff; border-bottom: 1px solid #ddd; z-index: 10;}
body.up .page-tab-box {top:var(--hd-h)}
.page-tab-box ul {display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.page-tab-box li {padding: 0 36px;}
.page-tab-box a {position: relative; display: inline-block; padding: 20px 0px; font-size: 18px; font-weight: 600; color: #999;}
.page-tab-box li.active a {color: var(--primary);}
.page-tab-box li.active a::after {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: var(--primary);}

.page .badge-water {display: inline-block; font-family: 'Montserrat', 'sans-serif'; font-size: 16px; font-weight: 700; color: #fff;line-height: 1.5; padding: 16px 12px 8px; background: url(../img/page/badge-water.svg)no-repeat center / auto 100%;}

/* page - 회사소개 */
.page-company .sect-year {display: flex; align-items: stretch; gap: 210px; flex-wrap: wrap; padding: 80px 0;}
.page-company .sect-year .year {position: relative; font-family: 'Montserrat', 'sans-serif';font-size: 40px;font-weight: 700; padding-right: 120px;}
.page-company .sect-year .year span {display: inline-block; width: 102px;}
.page-company .sect-year.active .year {color: var(--primary);} 
.page-company .sect-year .year:after {content: ''; position: absolute; right: 0; top: 8px; width: 2px; height: calc(100% + 160px); background: #e8e8e8; transform: translateX(-50%);}
.page-company .sect-year:last-child .year:after {display: none;} 
.page-company .sect-year:last-child {padding-bottom: 0;}
.page-company .sect-year .year:before {content: ''; position: absolute; right: -13px; top: 8px; display: inline-block; width: 30px; height: 30px; background: url(../img/page/year-circle.svg)no-repeat 0 0 / 100% auto;z-index: 2;}
.page-company .sect-year.active .year:before {background-image: url(../img/page/year-circle-b.svg);} 
.page-company .sect-year .info > ul li {display: flex; align-items: flex-start; justify-content: flex-start; gap: 40px;}
.page-company .sect-year .info > ul li + li {margin-top: 40px;}
.page-company .sect-year .month {font-family: 'Montserrat', 'sans-serif'; font-size: 20px; font-weight: 700; width: 30px;}
.page-company .sect-year .history-txt {font-size: 18px; line-height: 1.5; color: #666;}

.page-company .sect-member {background: #F4F9FF;}
.page-company .sect-member .profile-box {display: flex; align-items: center; justify-content: flex-start; gap:160px;}
.page-company .sect-member .profile-box + .profile-box {margin-top: 120px;}
.page-company .sect-member .badge-role {display: inline-block; padding: 6px 20px; color: #fff; border-radius: 18px; background: #111; font-family: 'Montserrat','sans-serif'; font-weight: 600;}
.page-company .sect-member .name {font-size: 24px; font-weight: 700; margin-top: 20px; margin-bottom: 40px;}

/* page - 핵심기술 */
.page-tech .bx {border-radius: 24px; border: 1px solid #FFF; background: #FFF; backdrop-filter: blur(2px); padding: 40px;}


.page-tech .sect-overview {background:#F8F8F8;}
.page-tech .sect-overview .bx {text-align: center;}
.page-tech .sect-overview .bx .info {margin-top: 12px; border-radius: 16px; background: #f8f8f8; padding: 38.5px 40px;}
.page-tech .sect-overview .icon-check {width: 20px; height: 20px; background-image: url(../img/page/icon-check.svg);}
.page-tech .sect-overview .point p {margin-top: 4px; font-family: 'Montserrat', 'sans-serif'; font-weight: 700; font-size: 14px; color: var(--primary);}
.page-tech .sect-overview .para {margin-top: 12px; font-size: 18px; color: #666;}

.page-tech .sect-tech-key {background: #F4F9FF;}
.page-tech .sect-tech-key .bx {position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; min-height: 560px; z-index: 0;}
.page-tech .sect-tech-key .bx::before {content: ""; position: absolute; inset: 0;padding: 1px;border-radius: 16px;background: linear-gradient(90deg, #4B9FFF, #CB49FF, #A833DB, #4319FF); -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude;             z-index: -1;}

.page-tech .sect-tech-key .bx .badge-water {font-size: 28px; padding: 0px; background:transparent; color: var(--primary);}
.page-tech .sect-tech-key .tit-wrap {margin: 20px 0;}
.page-tech .sect-tech-key .tit-wrap .tit {font-size: 20px; font-weight: 700; color: #111;}
.page-tech .sect-tech-key .tit-wrap .sub {margin-top: 8px; color: #666;}
.page-tech .sect-tech-key .tag-list {display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 8px;}
.page-tech .sect-tech-key .tag-list li {padding: 8px 16px; border-radius: 80px; font-size: 14px; line-height: 1.3; color: #666; background: #f8f8f8;}
.page-tech .sect-tech-key .badge-img {display: inline-block; width: 100%; text-align: right;}
.page-tech .sect-tech-key .badge-img img {width: 128px;}
.page-tech .tech-key-swiper {position: relative;}
.page-tech .tech-key-swiper .swiper-slide {display: flex; align-items: stretch;}
.page-tech .tech-key-swiper .swiper-controll,
.page-tech .aplication-swiper .swiper-controll {display: flex; align-items: center; justify-content: space-between; gap:8px; margin-top: 40px;}
.page-tech .tech-key-swiper .swiper-controll [class^="swiper-button"],
.page-tech .aplication-swiper .swiper-controll [class^="swiper-button"] {position: relative; left: auto; right:auto; margin: 0; top: 0;opacity: 1 !important
;}
.page-tech .tech-key-swiper [class^="swiper-button-"],
.page-tech .aplication-swiper [class^="swiper-button-"] {width: 32px; height: 32px;}
.page-tech .tech-key-swiper [class^="swiper-button-"]::after,
.page-tech .aplication-swiper [class^="swiper-button-"]::after {content: ''; width: 32px; height: 32px; background: url(../img/swiper-arrow.png)no-repeat center / 100% auto;}
.page-tech .tech-key-swiper .swiper-button-next,
.page-tech .aplication-swiper .swiper-button-next {transform: rotate(180deg); margin-left: 8px;}
.page-tech .progress-wrap {flex:1; position: relative; margin-left: 20px;}
.page-tech .swiper-pagination-progressbar {height: 2px; background: rgba(1, 1, 1, .2);}
.page-tech .swiper-pagination-progressbar-fill {background: #111;}
.page-tech .sect-tech-next .bx {background:#f8f8f8; border: 0; display: inline-block; padding: 70px 20px 70px; text-align: center; min-width: 440px;}
.page-tech .sect-tech-next .bx .txt {margin-top: 72px;}
.page-tech .sect-tech-next .bx p {margin-top: 16px; font-size: 18px; font-weight: 600; font-family: 'Montserrat', 'sans-serif';}

.page-tech .sect-tech-next .contents {display: flex; align-items: center; justify-content: space-between; gap: 80px;}
.page-tech .sect-tech-next .info-wrap {margin-top: 20px;}
.page-tech .sect-tech-next .info-wrap li {padding: 40px 0; line-height: 1.68; color: #666;}
.page-tech .sect-tech-next .info-wrap li + li {border-top: 2px solid #eee;}
.page-tech .sect-tech-next .point {font-family: 'Montserrat', 'sans-serif'; font-weight: 700; font-size: 14px; line-height: 1.5; color: var(--primary);}
.page-tech .sect-tech-next .steps {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 16px;}
.page-tech .sect-tech-next .steps p:first-child {flex: 0 0 31.05%; font-size: 18px; font-weight: 700; color: #111;} 
.page-tech .sect-tech-next .steps p:nth-child(2) {width: 128px; text-align: center;}
.page-tech .sect-tech-next .steps p:last-child {flex: 1;} 
.page-tech .sect-tech-next .icon-step-arrow {width: 20px; height: 20px; background-image: url(../img/page/icon-step-arrow.svg);}

.page-tech .sect-tech-patents .patents-wrap {display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;}
.page-tech .sect-tech-patents .btn-wrap {display: flex; align-items: center; justify-content: center; margin-top: 20px;}
.page-tech .sect-tech-patents .btn-more-view {display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 0; border-bottom: 1px solid #333; font-size: 12px; color: #333 !important;}
.page-tech .sect-tech-patents .btn-more-view .icon-plus {width: 8px; height: 8px; background: url(../img/icon-plus-mini.svg)no-repeat 0 0 / cover;}

.page-tech .sect-aplication .ap-list .card {position: relative;}
.page-tech .sect-aplication .ap-list .badge {position: absolute; left: 40px; top: 40px; font-size: 22px; font-weight: 600; color: #fff; padding: 12px 28px; border-radius: 70px; border: 1px solid rgba(255, 255, 255, 0.60); background: rgba(0, 0, 0, 0.80); backdrop-filter: blur(3px);}


.page-product .bx {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 80px; padding: 80px; background: #f8f8f8; border-radius: 40px;}
.page-product .bx + .bx {margin-top: 100px;}
.page-product .bx img {max-width: 440px;}
.page-product .bx .info-wrap {flex: 1;}
.page-product .bx .cate {font-family: 'Montserrat', 'sans-serif'; font-size: 20px; font-weight: 600; color: #111;}
.page-product .bx .tit {margin-top: 12px; font-size: 36px; font-weight: 700; color: #111;}
.page-product .bx .list-dot {margin-top: 40px;}
.page-product .bx .list-dot>li {color: #666; font-size: 20px;}
.page-product .bx .list-dot>li::before {background: #666;}


.page-news-list .search-list-top {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 2px solid #333;}
.page-news-list .news-wrap {margin-top: 80px;}
.page-news-list .news-list {display: grid;grid-template-columns: repeat(4, 1fr); gap: 28px;}
.page-news-list .news-list li a {display: block; border-radius: 16px; border: 1px solid #e8e8e8; background: #fff; overflow: hidden;}
.page-news-list .news-txt {padding: 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; border-top: 1px solid #e8e8e8;}
.page-news-list .news-txt .title {display: -webkit-box;overflow: hidden;
max-height: 90px;text-overflow: ellipsis;-webkit-line-clamp: 3;
-webkit-box-orient: vertical;word-wrap: break-word;word-break: break-all;white-space: normal !important;height: auto;font-size: 20px;height: 90px;word-break: break-word;}
.page-news-list .news-txt .date {font-family: 'Montserrat', 'sans-serif'; font-size: 16px; color: #999;}
.page-news-list .thumb {height: 200px; overflow: hidden;}
.page-news-list .thumb img {width: 100%; height: 100%; object-fit: cover;}
.page-news-list .news-wrap .empty {font-size: 30px; font-weight: 700; color: #000; text-align: center;}

.sect-news-detail {padding: 160px 0; box-sizing: border-box;}
.page-news-detail .sect-news-detail .container {display: flex; flex-direction: column; justify-content: space-between; height: 100%; max-width: 840px;}
.page-news-detail .news-title {padding: 30px 0; border-top: 1px solid #000; border-bottom: 1px solid #E8E8E8;}
.page-news-detail .news-title .title {font-size: 24px; font-weight: 600; color: #111;}
.page-news-detail .news-title .date {margin-top: 16px; font-family: 'Montserrat','sans-serif'; font-size: 16px; color: #999;}
.page-news-detail .news-contents {flex: 1; padding: 80px 0; margin-bottom: 0 !important;}
.page-news-detail .news-bottom {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding-top: 40px; border-top: 1px solid #E8E8E8;}
.page-news-detail .news-bottom a:not(.btn-go-list) {display: flex; flex-wrap: wrap; align-items: center; gap: 16px; font-size: 18px; font-weight: 600; color: #111;}
.page-news-detail .news-bottom a:not(.btn-go-list) i {display: inline-block; width: 48px; height: 48px; background: url(../img/news-arrow-2.svg)no-repeat center / 100% auto;}
.page-news-detail .news-bottom a.btn-prev i {transform: rotate(180deg);}
.page-news-detail .news-bottom .btn-go-list {display: inline-block; width: 160px; padding: 16PX 40PX; background: #333; border-radius: 80PX; color: #FFF; font-size: 14px; font-family: 'Montserrat','sans-serif'; line-height: 1.71; font-weight: 600; text-align: center;}
.page-news-detail .files {display: flex; align-items: center; justify-content: flex-end; padding: 8px 0; color: #666; gap: 4px;}
.page-news-detail .files .icon-file {width: 12px; height: 12px; background-image: url(../img/icon-file.svg);}
.page-news-detail .files .file-name {display: flex; align-items: center; flex-wrap: wrap; max-width: 174px;}
.page-news-detail .files .file-name span:first-child{flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;display: block; box-sizing: border-box; min-width: 0;}

.sect-page-video .video {position: relative;width: 100%; aspect-ratio: 16/9; margin: 0 auto; border-radius: 24px; overflow: hidden;}
.sect-page-video .video iframe {width: 100%; height: 100%; border: 0;}


@media (max-width: 1200px){
    .page section[class^="sect-"] {padding: 100px 0;}

    .page-company .sect-year {gap: 140px;}
    .page-company .sect-member .profile-box {justify-content: space-between; gap: 80px;}
    .page-company .sect-member .profile-box img {max-width: 500px;}
    .page-company .sect-member .profile-box .info-wrap {flex: 1;}

    .page .title-wrap {margin-bottom: 60px;}

    .page-tech .sect-tech-next .bx {padding: 30px 60px 60px; min-width: 0;}
    .page-tech .sect-tech-next .contents {gap: 40px;}   
    .page-tech .sect-tech-next .steps p:nth-child(2) {width: 80px;}

    .page-product .bx {gap: 0; padding: 80px 20px;}

    .page-news-list .news-list {grid-template-columns:repeat(3, 1fr)}


}
@media (max-width: 1023px){
    .page-company .sect-year {gap: 100px;}
    .page-company .sect-year .info {flex: 1;}
    .page-company .sect-year .year {padding-right: 30px;}

    .page-company .sect-member .profile-box img {max-width: 400px;} 
    


}

@media (max-width: 768px){
    .page section[class^="sect-"] {padding: 60px 0;}
    .page .title-wrap {margin-bottom: 40px;}
    .page .title-wrap .cate {font-size: 15px;}
    .page .title-wrap h2 {font-size: 28px; margin-top: 8px;}
    .page .title-wrap .sub-txt {margin-top: 20px; font-size: 16px;}

    .page-top {padding: 145px 0; }
    .page-top .bg-wrap {background-image: url(../img/page/company-bg_mo.jpg);}
    .page-top h2 {font-size: 24px;}
    .page-top p {margin-top: 12px; font-size: 15px;}
    
    .page-tab-box {top: 64px;}
    .page-tab-box ul {gap: 50px;}
    .page-tab-box.v2 ul {gap: 0; justify-content: space-around;}
    .page-tab-box li {padding: 0;}
    .page-tab-box a {padding: 13px 0; font-size: 15px;} 

    .page-company .sect-year {position: relative; display: block; padding: 0; padding-bottom: 60px;}
     .page-company .sect-year:last-child {padding-bottom: 0;}
    .page-company .sect-year::before {content: ''; position: absolute; left: 15px; top: 30px; width: 2px; height:100%; background: #e8e8e8; }
    .page-company .sect-year:last-child:before {display: none;} 
    .page-company .sect-year .year,
    .page-company .sect-year .info {padding: 0; padding-left: 50px;}
    .page-company .sect-year .info {margin-top: 20px;}
    .page-company .sect-year .year:before {right: auto; left: 0 ; top: 50%; transform: translateY(-50%);}
    .page-company .sect-year .year:after {display: none;}
    .page-company .sect-year .year span {display: block; font-size: 24px;}
    .page-company .sect-year .info > ul li + li {margin-top: 20px;}

    .page-company .sect-year .info > ul li {gap: 16px;}
    .page-company .sect-year .month {font-size: 15px; width: 26px;}
    .page-company .sect-year .history-txt {font-size: 14px;}


    .page-company .sect-member .profile-box img {width: 100%; max-width: 100%;}
    .page-company .sect-member .profile-box {flex-direction: column; gap: 20px;}
    .page-company .sect-member .profile-box .info-wrap {width:100%}
    .page-company .sect-member .badge-role {padding: 6px 16px; font-size: 10px; font-weight: 600;}
    .page-company .sect-member .name {font-size: 20px; margin: 8px 0 20px;}
    .page-company .sect-member .profile-box + .profile-box {margin-top: 60px;}


    .page-tech .page-top .bg-wrap {background-image: url(../img/page/tech-bg_mo.jpg);}

    .page-tech .sect-overview .bx {padding:16px;}
    .page-tech .sect-overview .bx .info {border-radius: 6px; padding: 32px;}
    .page-tech .sect-overview .para {font-size: 14px;}

    .page-tech .sect-tech-next .bx {width: 100%; padding: 50px 0px 46px; border-radius: 12px;}
    .page-tech .sect-tech-next .bx .txt {margin-top: 34px;}
    .page-tech .sect-tech-next .bx p {font-size: 14px;}
    .page-tech .sect-tech-next .info-wrap li {padding: 20px 0;}
    .page-tech .sect-tech-next .contents {display: block;}
    .page-tech .sect-tech-next .steps {flex-direction: column; align-items: flex-start;}
    .page-tech .sect-tech-next .steps p:nth-child(2) {display: none;}
    .page-tech .sect-tech-next .point {font-size: 12px;}
    .page-tech .sect-tech-next .steps {margin-top: 8px;}
    .page-tech .sect-tech-next .steps p:first-child {font-size: 16px;}
    .page-tech .sect-tech-next .steps p:last-child {font-size: 14px; margin-top: 16px;}
    .page-tech .tech-key-swiper .swiper-controll,
    .page-tech .aplication-swiper .swiper-controll {margin-top: 20px;}
    .page-tech .tech-key-swiper .swiper-controll .swiper-button-next,
    .page-tech .aplication-swiper .swiper-controll .swiper-button-next {order: 3;}
    .page-tech .progress-wrap {margin: 0;}
    .page-tech .swiper-pagination {position: relative; bottom: auto; font-size: 16px; font-family: 'Montserrat', 'sans-serif'; color: rgba(1, 1, 1, .5);}
    .page-tech .swiper-pagination-current {color: #111;}
    .page-tech [class^="swiper-button-"]::after {background-image: url(../img/swiper-arrow_mo.png)}

    

    .page-tech .sect-tech-key .bx {position: relative; padding: 32px; min-height: 0; height: 525px; display: block;}
    .page-tech .sect-tech-key .bx::before {border-radius: 12px;}
     .page-tech .sect-tech-key .bx .badge-water {font-size: 16px;}
    .page-tech .sect-tech-key .tit-wrap {margin: 20px 0; font-size: 20px;}
    .page-tech .sect-tech-key .tit-wrap .sub {font-size: 16px; margin-top: 8px;}
    .page-tech .sect-tech-key .tag-list li {font-size: 13px;}
    .page-tech .sect-tech-key .badge-img img {position: absolute; right: 32px; bottom: 32px;}

    .page-tech .sect-tech-patents .patents-wrap {grid-template-columns: repeat(2, 1fr); gap: 8px;}    
   
    .page-tech .sect-aplication .ap-list .badge {left: 20px; top: 20px; font-size: 13px; padding: 8px 28px; }

    .page-product .page-top  .bg-wrap{background-image: url(../img/page/product-bg_mo.jpg);}
    .page-product .bx {display: block; padding: 20px 20px 40px;}
    .page-product .bx img {width: 100%}
    .page-product .bx .info-wrap {margin-top: 20px;}
    .page-product .bx .cate {font-size: 14px;}
    .page-product .bx .tit {margin-top: 8px; font-size: 20px;}
    .page-product .bx .list-dot {margin-top: 20px;}
    .page-product .bx .list-dot>li {font-size: 14px;}
    .page-product .bx + .bx {margin-top: 20px;}

    .page-news-list .search-list-top {flex-direction: column-reverse; gap: 40px; padding-bottom: 12px;}
    .page-news-list .search-list-top > * {width: 100%;}
    .page-news-list .search-list-top .board-num {font-size: 14px;}
    .page-news-list .news-wrap {margin-top: 20px;}
    .page-news-list .news-list {grid-template-columns: repeat(1, 1fr); gap: 20px;}
    .page-news-list .news-list li a {border-radius: 8px;}
    .page-news-list .thumb {height: 214px;}
    .page-news-list .news-txt {padding: 32px;}
    .page-news-list .news-txt .title {max-height: 48px; font-size: 16px;-webkit-line-clamp:2;}
    .page-news-list .news-txt .date {font-size: 13px; letter-spacing: -0.26px;}

    .page-news-detail .news-contents {padding: 40px 0;}
    .page-news-detail .news-title .title {font-size: 18px;}
    .page-news-detail .news-title .date {font-size: 12px;} 
    .page-news-detail .news-bottom {padding-top: 40px;}
    .page-news-detail .news-bottom .btn-go-list {padding: 8px 40px; font-size: 14px; width: 120px;}
    .page-news-list .news-wrap .empty {font-size: 16px;}

    .sect-page-video .video {border-radius: 12px;}
}