@font-face {
    font-family: "S-CoreDream-6Bold";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Gosan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/Gosanja.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
*/


body {
    background: #050505;
}

@media (max-width: 1199px) {
    .full-area {
        height: auto;
        min-height: 50vh;
    }
}

section {
    transition: background 0.3s;
}

.main-title {
    font-family: "Inter", sans-serif;
    margin-bottom: 1.56rem
}
@media (max-width: 500px) {
    .main-title {font-size: 2rem;}
}

/* main */
.image-area {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.image-area > .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*    width: 100%;*/
    height: 130%;
}

@media (max-width: 1000px) {
    .image-area > video {
        height: 105%;
    }
}

.image-upper {
    z-index: 9;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: RGBA(5,5,5, 0.85);
    text-align: center;
}

.image-upper-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-size: 4rem;
    font-weight: bold;
}

.image-upper-inner > span {
    font-size: 2rem;
    font-weight: 400;
    display: inline-block;
    opacity: 0.5;
    font-family: "Inter", sans-serif;
    letter-spacing: -1px;
}

@media (max-width: 1199px) {
    .image-upper-inner {
        font-size: 2rem;
        justify-content: center;
    }
}
@media (max-width: 500px) {
    .image-upper-inner > span {font-size: 1.3rem}
}

.scroll-arrow {
    cursor: pointer;
}

.scroll-arrow span {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

.scroll-arrow span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.scroll-arrow span::before {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
    content: "";
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* // main */

/* services */
.card-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
}

.card-item {
    height: 17rem;
    width: 32%;
    margin: 0.6%;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
}
.card-item > img {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.2s;
    transform: translate(-50%,-50%);
}
.card-item:hover > img {
    height: 160%;
}
.card-item.dark {
    background: rgba(0,0,0,0.89);
}
.card-item > p {
    font-size: 1.6rem;
    font-family: "Inter", sans-serif;
    color: white;
	text-align: center;
}

@media (max-width:767px) {
    .card-item {
        width: 48%;
        margin: 1%;
    }
    .card-item > p {font-size: 1.3rem;}
}
/* // services */

/* history-count */
.history-count-area {
	flex-wrap : nowrap;
}


/* history */
#historyArea {
    position: relative;
    background: #050505;
}

.nh-area {
    max-width: 1380px;
    width: 100%;
    padding-top: 5rem;
    padding-bottom:40px;
}

.nh-swiper-area {
    display: flex;
	flex-direction: column;
    flex: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 8rem;
    height: 100%;
}

.nh-swiper-area .swiper {
    width: 100%;
    overflow: visible;
}

.nh-swiper-area .swiper-wrapper {
    width: 100%;
	height: auto;
}

.nh-swiper-area .swiper-slide {
    display: flex;
    width: 100%;
    transition: transform 0.3s, filter 0.3s;
	min-height:270px;
}

.nh-swiper-area .swiper-slide:not(.swiper-slide-active) {
    
    filter: brightness(0.15);
    /* 흐림 및 어둡게 */
    /* transform: scale(0.9); 축소 효과 */
}

.nh-swiper-area .year {
    flex: 3;
    font-size: 4rem;
    font-weight: bold;
    color: white;
    line-height: 1;
}

.nh-swiper-area .contents {
    display: flex;
    flex-direction: column;
    flex: 7;
    font-size: 1.4rem;
    font-weight: bold;
    gap: 2rem;
    color: white;
}

.eng .nh-swiper-area .contents {
    font-size: 1.1rem;
    gap: 1.3rem;
}

.nh-swiper-area .contents > span {
    display: flex;
    align-items: stretch;
    color: white
}

.nh-swiper-area .month {
    width: 78px;
    text-align: end;
    color: #6c6c6c;
    margin-right: 0.75rem;
}
#historyArea .pagination-area {
    bottom: 1rem;
    display: flex;
    align-items: flex-end;
    width: 110%;
}


#historyArea .nh-swiper-area .maxium-area {
	padding: 0;
}


.pagination-area .empty {
/*    display: flex;*/
/*    flex: 3;*/
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    color: transparent;
}
#historyArea .swiper-pagination {
	margin-top: 20px;
    position: relative !important;
    width: auto;
    flex: 6;
    overflow: visible;
    text-align: start;
/*    bottom: 2.5rem;*/
}

#historyArea .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #6c6c6c;
    opacity: 1;
    transition: background-color 0.3s;
    margin-right: 140px;
}

#historyArea .swiper-pagination .swiper-pagination-bullet span {
    position: absolute;
    top: 0;
    left: 0;
    color: #2c2c2c;
    font-size: 2.75rem;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s;
    cursor: pointer;
}

#historyArea .swiper-pagination .swiper-pagination-bullet #line-0 {
    position: absolute;
    top: 5px;
    left: 12px;
    width: 100vw;
    height: 1px;
    background: #6c6c6c;
    z-index: -10;
}

#historyArea .swiper-pagination .swiper-pagination-bullet-active {
    background-color: white;

}

#historyArea .swiper-pagination .swiper-pagination-bullet-active span {
    opacity: 1;
}

@media (max-width: 1440px) {
    .nh-swiper-area {
        margin-top: 5rem;
    }
    .nh-swiper-area .year {font-size: 3rem}
    .nh-swiper-area .contents {
        font-size: 1.2rem;
        gap: 1.4rem;
    }
    #historyArea .swiper-pagination { bottom : 1.75rem}
    #historyArea .swiper-pagination .swiper-pagination-bullet span { margin-top:5px; font-size: 2rem;}
}
@media (max-width: 1199px) {
    .nh-swiper-area .swiper-slide > div {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .nh-swiper-area .year {flex: 1; }
}

@media (max-width: 1000px) {
    #historyArea .swiper-pagination .swiper-pagination-bullet {margin-right: 10vw}
    #historyArea .swiper-pagination .swiper-pagination-bullet #line-0 {
/*        width: 80vw;*/
    }
}
@media (max-width: 600px) {
    .nh-swiper-area .swiper-slide {flex-direction: column}
    .nh-swiper-area .year { flex: 2}
    .nh-swiper-area {
        margin-top: 0 !important
    }
    .nh-swiper-area .year {
        font-size: 2.3rem
    }
}
/* // history */


/* customer */
#customerArea {
    display: flex;
    flex-direction: column;
    background: #1F1F1F;
    height: 100vh;
    overflow: hidden;
}
.banner-wrap {
    height: 80vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://addd.co.kr/assets/images/main_customer_info.png');
    opacity: 0.07;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.banner-wrap > div {
/*    padding: 3rem 0;*/
    margin-bottom: 3rem
}

.box-flow-wrap {
    position: relative;
    padding: 1.25rem 0;
    height: 8.75rem;
    box-sizing: border-box;
    overflow: hidden;
}

.box-flow {
    position: absolute;
}

.box-flow > li {
    width: 330px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}

.box-flow > li.color,
.bg-white .box-flow > li.white {
    width: 0;
}

.box-flow > li.white,
.bg-white .box-flow > li.color {
    width: 330px;
}

.box-flow > li img {
    vertical-align: top;
    object-fit: cover;
    width: 100%;
}


@media (max-width: 1199px) {
    #customerArea {
        justify-content: flex-start;
    }

    .banner-area {
        padding-bottom: 3rem;
    }

}


@media (max-width: 680px) {
    .nh-swiper-area .contents {
		margin-top: 20px;
		font-size: 1.15rem;;
    }

	.eng .nh-swiper-area .contents {
		font-size: 1rem;
	}
	.nh-swiper-area .month {
		width: auto;

		text-align: end;
		color: #6c6c6c;
		margin-right: 0.75rem;
	}
	.nh-area {
		padding-top: 2.5rem;
	}

	#services-main {
		padding-bottom: 20px;
	}

}

/* // customer */