@charset "utf-8";

/* === main === */
.page-main {
    background-color: #000;
    background-image: -webkit-linear-gradient(180deg, #000 49.11%, rgba(0, 45, 30, 0.4) 62.98%, #000 77.49%, #000 97.01%);
    background-image: -moz-linear-gradient(180deg, #000 49.11%, rgba(0, 45, 30, 0.4) 62.98%, #000 77.49%, #000 97.01%);
    background-image: -o-linear-gradient(180deg, #000 49.11%, rgba(0, 45, 30, 0.4) 62.98%, #000 77.49%, #000 97.01%);
    background-image: linear-gradient(180deg, #000 49.11%, rgba(0, 45, 30, 0.4) 62.98%, #000 77.49%, #000 97.01%);
    color: #fff;
}
.sect .inner {
    height: 100%;
    padding: 9rem var(--gutter-page);
}

/* === page-full === */
/* #wrap.page-full {
    height: 100vh;
    overflow:hidden;
} */
#wrap.page-full #mainVisual,
#wrap.page-full .sect {
    height: 100vh;
}
.is-overflow {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.is-overflow .split-scroll {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.is-overflow::-webkit-scrollbar {
    display: none;
}

.is-overflow .split-scroll::-webkit-scrollbar {
    display: none;
}

/* #mainVisual */
#mainVisual {
    position: relative;
    overflow: hidden;
    /* max-height: 1080px; */
}
.main-swiper,
.main-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    /* min-height: 1080px; */
}
.main-swiper .swiper-slide {
    background: no-repeat 50% 50%;
    background-size: cover;
}
.main-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-bg img,
.main-bg .main-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.main-block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: calc(var(--width-inner-m) + (var(--gutter-page) * 2));
    height: 100%;
    padding: calc(var(--height-header) + 140px) var(--gutter-page) 25rem;
    margin: 0 auto;
}
.main-cont {
	position: relative;
	z-index: 2;
	min-height: 23.6rem;
	color: #fff;
}
/* .main-tit,
.main-txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */ 
.main-tit {
    font-size: 6.2rem;
    font-weight: 700;
}
.main-txt {
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 500;
}
.main-tag {
	display:flex;
	flex-wrap: wrap;
	gap: 1rem;
    margin-top: 3rem;
}
.main-tag li{
	padding:0.2rem 1rem;
	border-radius: 0.5rem;
	border: 1px solid #e4f2ff;
    font-size: 1.8rem;
    font-weight: 400;
    color: #e4f2ff;
}

.main-cont.video-cont{
	text-align: right;
}
.main-cont.video-cont .main-txt {
    margin-bottom: 2.6rem;
}

.main-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24.8rem;
    height: 6rem;
    margin-top: 6rem;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 0 5rem;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
}

.main-link::after {
    content: '';
    display: block;
    width: 2.3rem;
    height: 1.5rem;
    margin-left: 1rem;
    background: no-repeat 50% 50%;
    background-size: 100% auto;
    background-image: url('/resources/common/basic01/images/link-arrow.png');
}

.main-cont .main-tit,
.main-cont .main-txt,
.main-cont .main-tag,
.main-link {
	opacity: 0;
}
.main-cont .main-tit,
.main-cont .main-tag,
.main-link {
	transform: translate3d(0, 40px, 0);
}
.main-cont .main-txt {
	transform: translate3d(-40px, 0, 0);
}
.swiper-slide-active .main-cont .main-tit {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.8s ease;
}
.swiper-slide-active .main-cont .main-txt {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	transition: all 0.8s ease 0.2s;
}
.swiper-slide-active .main-cont .main-tag {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.8s ease 0.4s;
}
.swiper-slide-active .main-link {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: all 0.8s ease 0.6s;
}

/* pagination */
.main-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 0 var(--gutter-page);
    z-index: 10;
}
.main-pagination .swiper-pagination-bullet {
	position: relative;
	width: 1.4rem;
	height: 1.4rem;
	background: transparent;
	opacity: 1;
}
.main-pagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50px;
	background-color: #fff;
	transform: translate(-50%, -50%);
	opacity: 1;
}
.main-pagination .progress {
	transform: rotate(90deg);
	opacity: 0;
}
.main-pagination .bg {
	fill: none;
	stroke: rgba(255, 255, 255, 0.2);
	stroke-width: 2;
}
.main-pagination .fg {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 37.7;
	stroke-dashoffset: 37.7;
	transform: scaleX(-1);
	transform-origin: center;
}
.main-pagination .swiper-pagination-bullet-active::before {
	opacity: 0;
}
.main-pagination .swiper-pagination-bullet-active .progress {
	opacity: 1;
}
/* .main-pagination .swiper-pagination-bullet-active .fg {
	animation: circleProgress 4s linear forwards;
}
 */
/* progress animation */
@keyframes circleProgress {
	from {
		stroke-dashoffset: 37.7;
	}
	to {
		stroke-dashoffset: 0;
	}
}

/* section */
.sect {
    position: relative;
    z-index: 30;
}
.sect-name {
    color: var(--color-primary);
    font-size: 2.2rem;
    font-weight: 700;
}
.sect-name + .sect-tit {
    margin-top: 4rem;
}
.sect-tit + .sect-txt {
    margin-top: 4rem;
}
.sect-tit {
    font-size: 3.6rem;
    font-weight: 400;
}
.sect-txt {
    font-size: 2.8rem;
}

/* sect-what */
.sect-what .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sect-what .sect-head {
    text-align: center;
    color: #fdfdfd;
}

/* sect-head : motion */
.sect-what .sect-name,
.sect-what .sect-tit {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: all 0.8s ease;
}
.sect-what.is-active .sect-name{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
.sect-what.is-active .sect-tit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
}

.sect-what .sect-body {
    width: 100%;
    margin-top: 11rem;
}


/* card */
.card-wrap {
    overflow: hidden;
    position: relative;
}
.card-list {
    position: relative;
    display: flex;
    gap: 1.9rem;
    margin-left: auto;
    width: 0;
    overflow: hidden;
    transition: width 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.card-wrap.is-animate .card-list {
    width: 100%;
}
.card-item {
    flex: 1;
    min-width: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.card-wrap.is-animate .card-item {
    opacity: 1;
}
.card {
    position: relative;
    padding: 3rem;
    border-radius: 2rem;
    border: 1px solid rgba(204, 204, 204, 0.9);
    background: #000;
    display: block;
    height: 40rem;
    transition: background 0.8s ease-in-out;
}
.card::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    width: 9rem;
    height: 9rem;
    background-color: rgba(178, 178, 178, 0.9);
    -webkit-mask: no-repeat 50% 50% / 100% auto;
    mask: no-repeat 50% 50% / 100% auto;
}

.card:focus,
.card:hover {
    border-color: transparent;
    background: var(--color-primary);
    background: -webkit-linear-gradient(top, var(--color-primary) 2%, var(--color-primary-dark) 100%);
    background: -moz-linear-gradient(top, var(--color-primary) 2%, var(--color-primary-dark) 100%);
    background: linear-gradient(180deg, var(--color-primary) 2%, var(--color-primary-dark) 100%);
}
.card:focus::before,
.card:hover::before {
    background-color: #fff;
}

.card-edu::before {
    -webkit-mask-image: url('/resources/common/basic01/images/ic-edu.svg');
    mask-image: url('/resources/common/basic01/images/ic-edu.svg');
}
.card-gov::before {
    -webkit-mask-image: url('/resources/common/basic01/images/ic-gov.svg');
    mask-image: url('/resources/common/basic01/images/ic-gov.svg');
}
.card-medical::before {
    -webkit-mask-image: url('/resources/common/basic01/images/ic-medical.svg');
    mask-image: url('/resources/common/basic01/images/ic-medical.svg');
}
.card-enterprise::before {
    -webkit-mask-image: url('/resources/common/basic01/images/ic-enterprise.svg');
    mask-image: url('/resources/common/basic01/images/ic-enterprise.svg');
}

.card-tit,
.card-txt {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
}
.card-tit {
    font-size: 2.8rem;
    font-weight: 700;
}
.card-txt {
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 2.5rem;
}
.card-wrap.is-animate .card-tit {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
.card-wrap.is-animate .card-txt {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
}


/* stats */
.sect-stats {
    background: no-repeat 50% 50%;
    background-size: cover;
}

.sect-stats .inner {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    padding-top: var(--height-header);
    padding-bottom: 0;
}

.sect-stats .sect-head {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sect-stats .sect-tit {
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -3px;
}

/* sect-head : motion */
.sect-stats .sect-tit,
.sect-stats .sect-txt {
  opacity: 0;
  transform: translate3d(-60px, 0, 0);
  transition: all 0.8s ease;
}
.sect-stats.is-active .sect-tit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.2s;
}
.sect-stats.is-active .sect-txt {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.4s;
}

.sect-stats .sect-body {
    width: 100%;
}
.stats {
    width: 62.63%;
    height: 100%;
    padding: 3.1rem 0;
    margin-left: auto;
}

.stats-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0 4rem;
    height: 100%;
}

.stats-item {
    position: relative;
    flex: 1 1 40%;
    width:50%;
    max-width: 38.6rem;
    padding-bottom: 6rem;
    transform: translateY(0);
    transition: all 0.8s ease;
}

.stats-item:nth-child(even) {
    transform: translateY(6rem);
}

.stat-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 40rem;
    padding: 4rem;
    border-radius: 4px;
    background-color: rgba(33, 33, 33, 0.8);
    backdrop-filter: blur(4px);
}

.stat-label {
    font-size: 2.8rem;
    font-weight: 600;
}

.stat-value {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.stat-value-num {
    font-size: 7.2rem;
    font-weight: 700;
}

.stat-value-unit {
    font-size: 2.4rem;
    font-weight: 400;
    margin-left: 1.5rem;
}

.stat-desc {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -1px;
    margin-top: 3.6rem;
}

/* news */
.sect-news .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: var(--height-header);
    padding-bottom: 2.8rem;
}
.sect-news .sect-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* sect-head : motion */
.sect-news .sect-tit {
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: all 0.8s ease;
}
.sect-news.is-active .sect-tit{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sect-news .sect-body {
    margin-top: 11rem;
}
.sect-news .sect-tit {
    font-size: 5.8rem;
    font-weight: 700;
    color: #FDFDFD;
}

.news-nav {
    display: flex;
    gap: 2.4rem;
}

.news-btn {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50px;
    border: 1px solid #E6E6E6;
    background: no-repeat 50% 50%;
    background-size: 3.4rem 3.4rem;
}

.news-btn-prev {
    background-image: url('/resources/common/basic01/images/ic-prev.png');
}

.news-btn-next {
    background-image: url('/resources/common/basic01/images/ic-next.png');
}

.news-swiper {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    overflow: visible;
}

.news-swiper .swiper-wrapper {
    align-items: stretch;
}

.news-item {
    width: 51.4rem;
    flex-shrink: 0;
}

.news-block {
    display: block;
}

.news-img {
    position: relative;
    max-height: 32rem;
    padding-top: 62.2568%;
    border-radius: 2rem;
    background: #535353 url("/cmmn/file/imageSrc.do?atchFileId=AF_51be04cfa41a42cd93a0c2b0fd884&fileSn=1&v=1777868943511") no-repeat 50% 50% / 80%;
    overflow: hidden;
}
.news-img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease-in-out;
}
.news-block:hover .news-img img {
    transform: scale(1.1);
}

.news-block:focus .news-img img {
    transform: scale(1.1);
}

/* 에러 fallback 이미지 대응 */
.news-img img.is-fallback {
    display:none;
}

.news-cont {
    margin-top: 3rem;
}

.news-tit {
    font-size: 3rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-txt {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #C9C9C9;
}

.news-date {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #C9C9C9;
}

.news-date {
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 등록된 데이터 없는 경우 */
.news-empty {
    text-align: center;
    padding: 10rem 0;
    font-size: 2.4rem;
    color: #aaa;
}



/* ====================================================
   responsive
==================================================== */
@media (max-width: 1280px) {
    #wrap.page-full .sect {
        height: auto;
    }

    /* main */
    .main-block {
        padding: calc(var(--height-header) + 80px) var(--gutter-page) 12rem;
    }
    .main-tit,
    .main-cont.video-cont .main-tit {
        font-size: 4.8rem;
    }
    .main-txt,
    .main-cont.video-cont .main-txt {
        font-size: 1.8rem;
        margin-right: 0;
    }
    .main-tag li {
        font-size: 1.6rem;
    }
    
    .sect-stats .inner,
    .sect-news .inner {
        display: block;
        padding: 9rem var(--gutter-page);
    }
    .sect-name + .sect-tit,
    .sect-tit + .sect-txt{
    	margin-top: 3rem;
    }
    .sect-what .sect-body,
    .sect-news .sect-body{
    	margin-top: 6rem;
    }

    .card-list {
        flex-wrap: wrap;
    }
    .card-item {
        flex: 1 1 calc(50% - 1rem);
    }
    .card {
        height: auto;
        min-height: 32rem;
    }

    .sect-stats .sect-head {
        position: static;
        transform: none;
        text-align: center;
        margin-bottom: 6rem;
    }
    .sect-stats .sect-tit,
    .sect-stats .sect-txt {
        transform: translate3d(0, 40px, 0);
    }
    .sect-stats.is-active .sect-tit,
    .sect-stats.is-active .sect-txt {
        transform: translate3d(0, 0, 0);
    }
    .stats {
        width: 100%;
        margin-left: 0;
        height: auto;
        padding: 0;
    }
    .stats-list {
        justify-content: center;
        gap: 2rem;
        height: auto;
    }
    .stats-item {
        flex: 1 1 calc(50% - 1rem);
        max-width: none;
        padding-bottom: 0;
        transform: none !important;
    }
 
    /* news */
    .news-swiper .swiper-wrapper {
        padding-left: var(--gutter-page);
    }
    .news-item {
        width: 40rem;
    }
}

@media (max-width: 1024px) { 
    .sect-tit {
        font-size: 3rem;
    }
    .sect-txt {
        font-size: 2.2rem;
    }
 
    /* main */
    .main-tit,
    .main-cont.video-cont .main-tit {
        font-size: 4rem;
    }
    .main-link {
        width: 22rem;
        height: 5.2rem;
        font-size: 1.5rem;
    }
 
    /* stats */
    .stat-card {
        min-height: 26rem;
        padding: 3rem;
    }
    .stat-label {
        font-size: 2.2rem;
    }
    .stat-value-num {
        font-size: 5.2rem;
    }
    .stat-value-unit {
        font-size: 2rem;
    }
    .stat-desc {
        margin-top: 2.4rem;
        font-size: 1.4rem;
    }
 
    /* news */
    .news-swiper .swiper-wrapper {
        padding-left: 3rem;
    }
    .news-item {
        width: 32rem;
    }
}

@media (max-width: 768px) {
    .sect .inner,
    .sect-stats .inner,
    .sect-news .inner {
        padding: 6rem var(--gutter-page);
    }
 
    .main-block {
        padding: calc(var(--height-header) + 50px) var(--gutter-page) 8rem;
    }
    .main-cont {
        min-height: 0; /* 고정 min-height 해제 */
    }
    .main-tit,
    .main-cont.video-cont .main-tit {
        font-size: 3rem;
        line-height: 1.35;
    }
    .main-txt,
    .main-cont.video-cont .main-txt {
        font-size: 1.6rem;
    }
    .main-tag li {
        font-size: 1.4rem;
    }
    .main-link {
        width: auto;
        height: 4.8rem;
        margin-top: 4rem;
        padding: 0 3rem;
        font-size: 1.4rem;
    }
    /* video-cont : 모바일에서 좌정렬 통일 */
    .main-cont.video-cont {
        text-align: left;
    }
    .main-pagination {
        bottom: 4rem;
    }
 
    /* card : 1열 */
    .card-list {
        gap: 1.2rem;
    }
    .card-item {
        flex: 1 1 100%;
    }
    .card {
        padding: 2.4rem;
        min-height: 26rem;
    }
    .card::before {
        width: 6rem;
        height: 6rem;
    }
    .card-tit {
        font-size: 2.2rem;
    }
    .card-txt {
        font-size: 1.5rem;
    }
 
    /* stats */
    .sect-stats .sect-tit {
        font-size: 3.6rem;
        letter-spacing: -1px;
    }
    /* stats : 1열 */
    .stats-item {
        flex: 1 1 100%;
    }
    .stats-list {
        align-items: center;
        gap: 1.6rem;
    }
    .stat-card {
        min-height: 0;
        padding: 2.8rem;
    }
    .stat-label {
        font-size: 2rem;
    }
    .stat-value-num {
        font-size: 4.2rem;
    }
    .stat-value-unit {
        font-size: 1.8rem;
    }
    .stat-desc {
        margin-top: 1.6rem;
    }
 
    /* news */
    .sect-news .sect-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
    .sect-news .sect-body {
        margin-top: 6rem;
    }
    .news-item {
        width: 28rem;
        min-width: 0;
    }
    .news-img {
        border-radius: 1.4rem;
    }
    .news-cont {
        margin-top: 2rem;
    }
    .news-tit {
        font-size: 2rem;
    }
    .news-txt,
    .news-date {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    /* main */
    .main-tit,
    .main-cont.video-cont .main-tit {
        font-size: 2.4rem;
        line-height: 1.4;
    }
    .main-txt,
    .main-cont.video-cont .main-txt {
        font-size: 1.5rem;
        margin-top: 1.4rem;
    }
 
    /* section */
    .sect-name {
        font-size: 1.6rem;
    }
    .sect-tit {
        font-size: 2.4rem;
    }
    .sect-txt {
        font-size: 1.8rem;
    }
    .sect-name + .sect-tit {
        margin-top: 2.4rem;
    }
    .sect-tit + .sect-txt {
        margin-top: 2.4rem;
    }
 
    /* what */
    .sect-what .sect-body {
        margin-top: 6rem;
    }
 
    /* card */
    .card {
        padding: 2rem;
        min-height: 21rem;
    }
    .card::before {
        width: 4.8rem;
        height: 4.8rem;
        bottom: 2rem;
        right: 2rem;
    }
    .card-tit {
        font-size: 2rem;
    }
 
    /* stats */
    .sect-stats .sect-tit {
        font-size: 3rem;
        letter-spacing: -0.5px;
    }
    .stat-label {
        font-size: 1.8rem;
    }
    .stat-value-num {
        font-size: 3.4rem;
    }
    .stat-value-unit {
        font-size: 1.6rem;
        margin-left: 0.8rem;
    }
    .stat-desc {
        font-size: 1.3rem;
        letter-spacing: -0.5px;
    }
 
    /* news */
    .sect-news .sect-tit {
        font-size: 3.6rem;
    }
    .news-item {
        width: 24rem;
    }
    .news-tit {
        font-size: 1.8rem;
    }
    .news-btn {
        width: 4rem;
        height: 4rem;
        background-size: 2.8rem 2.8rem;
    }
}

