@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    overflow: hidden;
    /* letter-spacing: -0.07em; */
}

ul, ul li {list-style: none}

a {
    text-decoration: none;
    color: #333;
}
.cen {
    max-width: 1280px;
    margin: auto;
}

.section{position: relative;height: 100%!important;}

.sect1 {padding-top: 80px;}

header {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 80px;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    line-height: 80px;
    z-index: 999;
}
header h1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    width: 180px;
    height: 54px
}
.Hlogo {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 180px;
}
header ul {
    float: right;
}

#pcLnb ul li {
    float: left;
    margin-right: 40px;
    cursor: pointer;
    font-weight: bold;
    font-size: 22px;
}
#pcLnb ul li:last-of-type{margin-right: 0;}

#headerLnb li{position: relative;}
#headerLnb a{font-weight: 400;}
#headerLnb li>a::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #7E0000;
    transition: all 0.2s;
}
#headerLnb>li:hover>a::before{width: 100%;}

.mainSlide {
    max-width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden!important;
}
.mainSlide .swiper-slide.swiper-slide-active {transform: scale(1.5);
}
.mvTextBox {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    word-break: keep-all;
}
.mvTextBox p:nth-of-type(2){margin-bottom: 50px;}
.mvTextBox p:nth-of-type(3){margin-bottom: 20px;}

.textSmall{font-size: 17px;}
.textBig{
    font-size: 40px;
    font-weight: 700;
}
.textHuge {
    font-size: 50px;
    font-weight: 700;
}

#fp-nav{
    right: 40px !important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    bottom: auto !important;
    margin-top: 0 !important;
}
#fp-nav p{
    position: absolute;
    width: 100px;
    left: -90px;
    top: -4px;
    color: #666;
    opacity: 0.7;
    transition: all 0.2s;
    cursor: pointer;
}
#fp-nav p:hover {opacity: 1;}
#fp-nav span:hover {opacity: 1;}
#fp-nav a:hover~p{opacity: 1;}
#fp-nav ul li a.active~p {opacity: 1;}
#fp-nav ul li a.active span{opacity: 1;}

#fp-nav ul li a span{
    background-color: #666!important;
    display: block;
    margin: 0!important;
    width:8px!important;
    height:8px!important;
    opacity: 0.7;
    transition: all 0.4s;
}
#fp-nav ul li a.active span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    border: 1px solid #666;
    width: 24px;
    height: 24px;
    border-radius: 99px;
}
.fp-viewing-1stPage #fp-nav span::before {border-color: #eee!important;}
.fp-viewing-1stPage #fp-nav p{color: #eee;}
.fp-viewing-1stPage #fp-nav span {background-color: #eee!important;}
#fp-nav ul li{margin: 0 auto 40px !important;}
.fp-viewing-4thPage #fp-nav span::before {border-color: black!important;}
.fp-viewing-4thPage #fp-nav p{color: black;}
.fp-viewing-4thPage #fp-nav span {background-color: black!important;}

.scrolldown-wrapper {
	left: 50%;
	position: absolute;
	text-align: center;
	bottom: 5vh;
	transform: translate(-50%, -50%);
    z-index: 999;
}
.scrolldown {
	border: 2px solid #dedede;
	border-radius: 30px;
	height: 46px;
	margin: 0 auto 8px;
	text-align: center;
	width: 30px;
}
.scrolldown-p1,
.scrolldown-p2 {
	animation-duration: 3s;
	animation-name: scrolldown;
	animation-iteration-count: infinite;
	fill: #dedede;
}
.scrolldown-p2 {animation-delay: 1.5s;}
@keyframes scrolldown {
	0% {
		opacity: 0;
		transform: translate(0, -8px);
	}
	50% {
		opacity: 1;
		transform: translate(0, 0);
	}
	100% {
		opacity: 0;
		transform: translate(0, 8px);
	}
}

.scrollP {
    color: #dedede;
    font-weight: 300;
    margin-top: 20px;
    letter-spacing: 0.05em;
}

.sect2,.sect3,.sect4 ,.sect5 ,.sect6 {padding-top: 10vh;
}
.sect2 {
    padding-top: 20vh;
    background-image: url(../images/dot.jpg);
    background-repeat: repeat;
}
.swiper-button-next, .swiper-button-prev{transform: translateY(-50%);}
.historySlide {
    width: 94%;
    position: static!important;
}
.historySlide .swiper-button-prev{
    position: absolute;
    background-image: url(../images/left-arrow.svg);
    left: -10px;
}
.historySlide .swiper-button-next{
    position: absolute;
    background-image: url(../images/right-arrow.svg);
    right: -10px;
}
.historySlide .swiper-slide {
    height: 62vh;
    padding: 0 20px 20px 20px;
    background-color: white;
}
.historySlide .swiper-slide .p-year{
    position: relative;
    margin-top: 0;
    height: 180px;
    line-height: 180px;
    margin-bottom: 0;
    font-size: 40px;
}
.historySlide .swiper-slide>p::after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    background-color: transparent;
    border-radius: 50%;
    border: 13px solid #ccc;
}

.years .p-year::before{
    content: "~";
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.historySlide .swiper-slide:nth-of-type(1)>p::after{border-color: #160099;}
.historySlide .swiper-slide:nth-of-type(2)>p::after{border-color: #1163d2;}
.historySlide .swiper-slide:nth-of-type(3)>p::after{border-color: #1572c8;}
.historySlide .swiper-slide:nth-of-type(4)>p::after{border-color: #1593c8;}

.sect3 {
    background-image: url(../images/dot.jpg);
    background-repeat: repeat;
}

.sect3 .titleBox{top: 15vh;}

.titleBox {
    text-align: center;
    position: absolute;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
}
.engTitle{
    color: #ea5d25;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.15em;
}
.korTitle{
    font-weight: 700;
    font-size: 50px;
}

.productBox{
    width: 1300px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.product {
    position: relative;
    height: 500px;
    background-color: white;
    width: calc((100% / 3) - 30px);
    transition: all 0.3s;
    box-shadow: 0px 2px 20px 8px rgba(0,0,0,0.1);
}
.product img {
    transition:  all 0.2s;
    width: 100%;
}
.product:hover img {transform: translate(-50%,-50%) scale(1.1);}


.imageBox {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.contBox {
    text-align: center;
    background-color: #fff;
    padding: 50px 0 0 0;
    overflow: auto;
}

.product_title{
    font-size: 30px;
    font-weight: 500;
}
.product_cont {
    margin-top: 15px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 30px;
}

.sect4_wrap {
    padding-top: 10vh;
}

.sect4::before {
    content: "";
    background: url(../images/7777.png);
    background-size: cover;
    opacity: 0.45;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;


}
.sect4 .korTitle {color: black;}
.sect4 {padding-top: 10vh;}

.worksSlide {
    width: 94%;
    position: static!important;
    word-break: keep-all;

}
.worksSlide .p-year{
    position: relative;
    height: 72px;
    line-height: 72px;
}
.twoYear .p-year{font-size: 40px;}
.worksSlide .p-year::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background-color: #2a6cd4;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.worksSlide .swiper-slide:first-child .p-year::before{background-color: white;}
.slide-wrapper {
    position: relative;
    margin-top: 80px;
}
.worksSlide .swiper-button-prev{
    position: absolute;
    background-image: url(../images/left-arrow.svg);
    left: -10px;
}
.worksSlide .swiper-button-next{
    position: absolute;
    background-image: url(../images/right-arrow.svg);
    right: -10px;
}
.worksSlide .swiper-slide {
    height: 62vh;
    padding: 0 20px 20px 20px;
    background-color: white;
    overflow: auto;
}
.worksSlide .swiper-slide::-webkit-scrollbar {width: 5px}
.worksSlide .swiper-slide::-webkit-scrollbar-track {background-color: #ccc;}
.worksSlide .swiper-slide::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.3);}

.historySlide .swiper-slide{overflow: auto;}
.historySlide .swiper-slide::-webkit-scrollbar {width: 5px}
.historySlide .swiper-slide::-webkit-scrollbar-track {background-color: #ccc;}
.historySlide .swiper-slide::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.3);}

.worksSlide .swiper-slide:first-of-type {
    background-color: #2a6cd4;
    color: white;
}

.p-year {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.p-date {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.p-cont {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}

.sect5 {
    background-image: url(../images/dot.jpg);
    background-repeat: repeat;
}

.sect6 {
    background-image: url(../images/dot.jpg);
    background-repeat: repeat;
}
.clientBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-between;
    margin-top: 15vh;
}
.clientItem {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.contactBox {
    margin-top: 20vh;
    height: 100% !important;
    padding-bottom: 200px;
}
.contact {
    width: calc((100% / 3) - 20px);
    display: inline-block;
    text-align: center;
    height: 100% !important;
}
.contactImg {
    width: 100%;
    height: 250px;
    position: relative;
}
.contactImg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 125px;
}
.contact:first-child img{
    top: 52%;
    width: 115px;
}

.contactSub{
    color: #ea5d25;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.15em;
}
.contactTit{
    font-weight: 500;
    font-size: 40px;
}

.contactCont {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 18px;
}
.contactCont span {
    font-weight: 700;
}
.contact:nth-of-type(2){
    border-left: 1px solid #ddd ;
    border-right: 1px solid #ddd ;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #333;
    color: #ccc;
    font-weight: 300;
    padding-top: 20px;
}
.footer span {
    font-weight: 500;
}
.footer p {
    font-weight: 300;
    font-size: 15px;
}
.left {
    position: absolute;
    left: 0;
}
.right {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.footer .cen {
    position: relative;
    height: 100%;
}

.mobileNav {
    position: fixed;
    bottom: 0;
    display: none;
    background-color: white;
    z-index: 999;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    box-shadow: 1px 0px 10px 4px rgba(0,0,0,0.2);
}
.mobileLnb li{
    height: 50px;
    flex-basis: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.2s;
    cursor: pointer;
}
.nowActive{
    background-color: #777;
    color: white;
} 

.center_box{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
}
.moveArrow {
    width: 20px;
    height: 20px;
    right: 10%;
    top: 42%;
    position: absolute;
    display: none!important;
    animation-name: movingarrow;
	animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(.37,.75,.87,1.1);
}
.worksSlide .moveArrow {
    color: white;
    top: 29%;
}

@keyframes movingarrow {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translate(30px);
	}
}
@media all and (max-width: 1600px){
    #fp-nav {right: 30px!important;}
    #fp-nav p {
        font-size: 14px;
        left: -70px;
        display: none;
    }
    .swiper-button-next {display: none!important;}
    .swiper-button-prev {display: none!important;}
}

@media all and (max-width:1280px){
    header{
        height: 60px;
        line-height: 60px;
    }
    header h1 {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #headerLnb a {font-size: 17px;}
    #headerLnb li > a::before{height: 2px;}
    .Hlogo {
        width: 130px;
        top: 50%;
        transform: translateY(-50%);
    }

    .sect1 {padding-top: 60px;}
    
    #pcLnb {display: none;}
    .mobileNav{display: block;}
    .mobileLnb {display: flex; flex-wrap: nowrap;}

    .cen {max-width: 1000px;}

    .engTitle{font-size: 14px;}
    .korTitle{font-size: 45px;}

    .scrolldown-wrapper {bottom: 8vh;}
    .section{position: relative!important;}
    .product {
        margin: auto;
        width: calc(100% - 100px);
        height: 250px;
        margin-bottom: 50px;
        overflow: hidden;
    }
    .productBox{
        position: relative;
        display: block;
        height: 100%!important;
        transform: none;
        max-width: 1300px;
        width: 100%;
    }
    .imageBox {
        width: 40%;
        display: inline-block;
    }
    .contBox{
        display: inline-block;
        position: absolute;
        top: 0;
        text-align: left;
        width: 100%;
    }
    .product_title {padding-left: 30px;}

    .worksSlide .swiper-slide {height: 600px;}
    .worksSlide {height: 850px;}
    
    .twoYear .p-year{font-size: 35px;}
    
    .historySlide .swiper-slide{
        word-break: keep-all;
        height: 600px;
    }
    .historySlide .swiper-slide>p::after{
        width: 110px;
        height: 110px;
        border: 10px solid;
    }
    .historySlide .p-year {
        margin-top: 5px!important;
        margin-bottom: 10px!important;
        height: 150px!important;
        line-height: 150px!important;
        font-size: 33px!important;
    }
    
    .sect3 {
        padding-top: 200px;
        padding-bottom: 100px;
    }
    .sect3_wrap {height: 100%!important;}
    .sect3 .titleBox {top: 10vh;}
    
    .contactCont {margin-top: 30px;}

    .mainSlide {height: calc(100vh - 60px);}

    .clientItem {width: 220px;}
    .clientItem img{width: 220px;}

    .footer {margin-bottom: 50px;}
}

@media all and (max-width:992px){
    .cen {max-width: 850px;}
    .footer{height: 120px;}
    .footer p {font-size: 13px;}
    .left, .right{
        position: relative;
        text-align: center;
        bottom: 0;
    }
    .right {padding-bottom: 20px;}
    .contactSub {font-size: 15px;}
    .contactTit {font-size: 30px;}
    .contactCont {font-size: 15px;}
}

@media all and (max-width:850px){
    .cen {max-width: 750px;}
    .contactBox {
        position: relative;
        overflow: auto;
        margin-top: 15vh;
        padding-bottom: 230px;
    }
    .contact {
        display: block;
        width: 100%;
        margin: auto;
        position: relative;
    }
    .contactImg {
        float: left;
        width: 50%;
        height: 200px;
    }
    .contactImg img {
        left: auto;
        right: 0;
        width: 100px;
    }
    .contact:first-child img{width: 100px;}
    .contactTit {margin-bottom: 10px;}
    .contactText {
        float: right;
        width: 50%;
        height: 200px;
        text-align: left;
        position: relative;
    }
    
    .contactCont{
        margin-top: 0;
        margin-bottom: 0;
    }
    .center {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .product {
        width: calc(100% - 30px);
        height: 220px;
        margin-bottom: 40px;
    }
    .contBox {padding-top: 30px;}
}
@media all and (max-width: 768px){
    .engTitle{font-size: 13px;}
    .korTitle{font-size: 40px;}

    .mobileLnb li {
        font-size: 14px;
        font-weight: 400;
    }

    .textSmall{font-size: 15px;}
    .textBig{font-size: 35px;}
    .textHuge{font-size: 45px;}

    .contactImg, .contactText {height: 180px; }

    .mvTextBox p:nth-of-type(3) {margin-bottom: 40px;}
}
@media all and (max-width: 680px){
    .product {
        height: 210px;
        margin-bottom: 20px;
    }
    .contBox{padding-top: 15px;}
    .product_title{padding-left: 20px; font-size:30px ;}
    .product_cont{padding-left: 20px; font-size: 15px;line-height: 25px;}
}
@media all and (max-width:568px){
    .korTitle{font-size: 35px;}

    .textSmall{font-size: 14px;}
    .textBig{font-size: 25px;}
    .textHuge {font-size: 35px;}

    .imageBox {width: 35%;}
    .product {height: 160px;}
    .product_title{
        font-size: 20px;
        padding-left: 10px;
    }
    .product_cont{
        font-size: 13px;
        padding-left: 10px;
    }
    .productBox {margin-top: 50px;}

    .slide-wrapper {margin-top: 50px;}
    .worksSlide .swiper-slide .p-year{font-size: 28px;}
    
}
@media all and (max-width: 499px) {
    .swiper-slide {
        padding-left: 30px!important;
        padding-right:30px!important ;
    }

    .mobileLnb li {font-size: 13px;}

    .product{height: 360px;margin-bottom: 30px;}
    .product_title{
        padding: 0;
        text-align: center;
        font-size: 25px;
    }
    .product_cont{
        padding: 0;
        text-align: center;
        font-size: 15px;
    }
    .imageBox{
        display: block;
        width: 100%;
        height: 200px;
    }
    .contBox {
        display: block;
        position: relative;
    }

    .clientItem{width: 150px;}
    .clientItem img{width: 150px;}

    .korTitle{width: 90vw;}

    .worksSlide .swiper-slide .p-year{font-size: 35px;}
    
    .moveArrow{
        display: block!important;
    }
}
@media all and (max-width: 470px){
    .slide-wrapper{
        max-width: 90%!important;
        margin-left :auto!important;
        margin-right :auto!important;
    }
}
@media all and (max-width: 400px) {
    .mobileLnb li {font-size: 12px;}

    .product_title{font-size: 20px;}
    .product_cont{font-size: 14px;}

    .textHuge {font-size: 30px;}
    .textBig {font-size: 20px;}

    .korTitle{font-size:30px}

    .contactImg{ height: 165px;}
    .contactText{ height: 165px;}
    .contactImg img{width: 85px;}
    .contact:first-child img{width: 85px;}
    .contactCont p{font-size: 12px;}
    .contactTit{font-size: 25px;}
    .contactSub{font-size: 14px;}

    .footer p {font-size: 12px;}
}
@media all and (max-width:350px){
    .textBig{font-size: 18px;}
    .textHuge{font-size: 25px;}
    .textSmall {font-size: 14px;}
}
