@charset "utf-8";
/*연휴 팝업*/
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 800px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: none;
  }

  #popup img {
    width: 100%;
    height: auto;
    display: block;
  }

  #popup-controls {
    background: rgba(000, 000, 000, 0.95);
    text-align: center;
    padding: 10px 0;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  #popup-controls label {
    margin-right: 20px;
  }

  #popup-controls button {
    padding: 5px 12px;
    background-color: #444;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  } 


/*공용 설정*/
.introduction {
    width: 100%;
    height: 120px;
}

.introduction h1 {
    width: 76%;
    line-height: 120px;
    color: #195461;
    font-size: 4em;
    font-weight: 700;
    text-transform: uppercase;
}

.introductionSub {
    width: 24%;
    line-height: 120px;
    text-align: right;
    font-size: 1.8em;
}


/*flexible-solution*/
.flexible-solution {
    width: 1240px;
    height: 1040px;
    position: relative;
    margin: 0 auto;
}

.background {
    width: 1104px;
    height: 702px;
    background: url(../content/img/top-content01.png)no-repeat;
    position: absolute;
    bottom: 172px;
}

.instructional-message {
    width: 520x;
    height: 204px;
    position: absolute;
    bottom: 340px;
    right: 0;
}

.instructional-message h1 {
    font-size: 4.3em;
    font-weight: 800;
}

.instructional-message p {
    color: #639DB0;
    font-weight: 700;
    text-transform: uppercase;
    text-indent: 6px;
}

/*-----------물결애니----------------*/
.background-box {
    width: 1240px;
    height: 800px;
    border-radius: 5px;
    box-shadow: 0 2px 30px rgba(black, .2);
    background: lighten(#f0f4c3, 10%);
    position: relative;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.wave {
    opacity: .4;
    position: absolute;
    top: -12%;
    left: 50%;
    background: #0af;
    width: 800px;
    height: 800px;
    margin-left: -250px;
    margin-top: -250px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 3000ms infinite linear;
}

.wave.-three {
    animation: drift 5000ms infinite linear;
    background: #639DB0;
}

.wave.-two {
    animation: drift 7000ms infinite linear;
    opacity: .1;
    background: yellow;
}

.box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
    z-index: 11;
    transform: translate3d(0, 0, 0);
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

/*-----------물결애니 끝----------------*/



/*Text slide*/
.text-slide {
    width: 100%;
    height: 400px;
    background: #000;
    box-sizing: border-box;
}

.text-slide .content {
    width: 90%;
    height: 336px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.text-slide h6 {
    width: 1240px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    color: #9F9F9F;
    font-weight: 300;
    letter-spacing: 0.55px
}

.text-slide .content p {
    white-space: nowrap;
    font-size: 15em;
    font-weight: 500;
    line-height: 336px;
    color: #fff;
    text-indent: 58px;
    position: absolute;
    animation: slideRight 40s linear infinite;
}

@keyframes slideRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(100vw - 18280px));
    }
}



/*top-video*/
.top-video {
    height: 960px;
    overflow: hidden;
    position: relative;
    color: #fff;
}

video {
    width: 136%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.cover-up {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.corporate-philosophy {
    width: 56%;
    height: 440px;
    top: 240px;
    left: 22%;
    text-align: center;
    position: absolute;
}

.drag-gide {
    position: absolute;
    top: 712px;
    left: calc(50% - 12px);
}

.corporate-philosophy h1 {
    font-size: 16em;
    font-weight: 300;
}

.corporate-philosophy strong {
    margin-right: 12px;
}



/*더하는 주차기업*/
.plusparking {
    width: 1240px;
    height: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 100px;
}

.button-box {
    width: 156px;
    height: 456px;
    float: left;
    margin-right: 52px;
    justify-content: space-between !important;
    align-items: flex-end !important;
}

.button-box button {
    width: 72px;
    height: 72px;
    background: #639DB0;
}

.carousel-wrapper {
    width: 1032px;
    height: 560px;
    overflow: hidden;
}

.carousel {
    width: 2312px;
    transition: transform 0.3s ease-in-out;
}

.slide-content {
    width: 506px;
    float: left;
    margin-right: 20px;
    color: #707070;
}

.slide-content img {
    width: 506px;
    height: 456px;
    margin-bottom: 12px;
}

.slide-content strong {
    font-size: 1.5em;
    font-weight: 600;
}

.slide-content p {
    padding-top: 6px;
    font-size: 1em;
}

.slide-content-box.mobile {
    display: none;
}



/*system*/
.system-content {
    width: 100%;
    height: 872px;
    margin: 0 auto;
    padding-bottom: 92px;
    padding-top: 52px;
    background: #F0F0F0;
}

.middle-box{
    width: 1240px;
    margin: 0 auto;
    padding: 32px 0;
}

.system-video{
    width: 100%;
    height: 698px;
    background: #f5f5f5;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.system-video video{
    width: 1240px;
    height: 698px;
    margin-left: calc(50% - 620px);
}

.system-content .introduction h1{
    line-height: 1;
}

/*Performance*/
.Performance {
    width: 1240px;
    height: 920px;
    margin: 0 auto;
    padding-top: 72px;
    box-sizing: border-box;
}


.performance-content {
    width: 1000px;
    height: 620px;
    float: left;
    overflow: hidden;
    position: relative;
}

.performance-slide-content {
    width: 3000px;
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.performance-slide {
    text-align: right;
    line-height: 52px;
    float: left;
}

.slide-img {
    width: 1000px;
    height: 580px;
    overflow: hidden;
}

/*실적 슬라이드 이미지 소스*/

.performance-slide:nth-child(1) .slide-img div {
    background: url(../content/img/index-performance06.png) no-repeat;
    background-size: center;
}

.performance-slide:nth-child(2) .slide-img div {
    background: url(../content/img/index-performance02.png) no-repeat;
    background-size: center;
}

.performance-slide:nth-child(3) .slide-img div {
    background: url(../content/img/index-performance10.png) no-repeat;
    background-size: center;
}

.performance-slide:nth-child(4) .slide-img div {
    background: url(../content/img/index-performance04.png) no-repeat;
    background-size: center;
}

.performance-slide:nth-child(5) .slide-img div {
    background: url(../content/img/index-performance05.png) no-repeat;
    background-size: center;
}

.performance-slide:nth-child(6) .slide-img div {
    background: url(../content/img/index-performance01.png) no-repeat;
    background-size: center;
}

.performance-slide:nth-child(7) .slide-img div {
    background: url(../content/img/index-performance07.png) no-repeat;
    background-size: center;
}

.performance-slide:nth-child(8) .slide-img div {
    background: url(../content/img/index-performance08.png) no-repeat;
    background-size: center;
}

.performance-slide:nth-child(9) .slide-img div {
    background: url(../content/img/index-performance09.png) no-repeat;
    background-size: center;
}

.performance-slide:nth-child(10) .slide-img div {
    background: url(../content/img/index-performance03.png) no-repeat;
    background-size: center;
}


/*실적 슬라이드 이미지 소스 끝*/



.performance-slide .slide-img div {
    width: 100vw;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.Performance .button-box {
    width: 188px;
    height: 580px;
    margin: 0;
    margin-left: 52px;
}

.Performance .button-box button {
    width: 86px;
    height: 86px;
    background: #9F9F9F;
}



/*CUSTOMER*/
.logo-slide {
    height: 520px;
    background: #F0F0F0;
    padding-top: 52px;
    box-sizing: border-box;
}

.logo-slide .introduction {
    width: 1240px;
    margin: 0 auto;
}

.logo-slide-content {
    width: 100%;
    height: 296px;
    margin: 0 auto;
    overflow: hidden;
    border-top: #1954618c 1px solid;
    border-bottom: #1954618c 1px solid;
    background: #fff;
}

.slide-logo-box {
    width: 12000px;
    height: 296px;
    vertical-align: middle;
    animation: slidelogo 26s linear infinite;
}

@keyframes slidelogo {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(100vw - 12000px));
    }
}



/* Contactus 1:1 문의*/
#Contactus {
    background: #195461;
    padding-bottom: 72px;
}

.contactus-content {
    width: 1240px;
    height: 720px;
    margin: 0 auto;
    padding-top: 124px;
    box-sizing: border-box;
}

#Contactus .introduction h1,
#Contactus .introduction p {
    color: #fff;
}

#Contactus form {
    width: 80%;
    position: relative;
}

#Contactus input,
#Contactus textarea {
    width: 100%;
    padding: 12px 0 !important;
    text-indent: 12px;
    outline: 0;
    border: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    margin: 4px 0;
    border-radius: 4px;
}

#Contactus label {
    height: 100%;
    padding: 10px;
    color: rgb(255, 255, 255, 0.5);
    cursor: text;
    font-size: 0.8em;
    transition: 0.2s;
    line-height: 1.3;
}

#Contactus textarea {
    height: 172px;
    resize: none;
    border-radius: 4px;
}

#Contactus .submit {
    width: 100%;
    padding: 12px 0 !important;
    color: #fff;
    background: transparent !important;
    border: 1px #fff solid !important;
    cursor: pointer;
    margin-top: 12px;
}




/*하단 내비게이션 바*/
aside {
    width: 1240px;
    position: fixed;
    bottom: 32px;
    left: calc(50% - 620px);
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
}

aside.on {
    display: none;
}

aside a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #1A2229;
}

.content-box{   
    width: 100%; 
    display: flex;
    justify-content: space-between;
}

.content-box ul {
    width: calc(100% - 412px);
    height: 72px;
    background: rgba(241, 241, 241, 0.9);
    padding: 0 30px;
}

.content-box li {
    padding: 0 30px;
}

.content-box ul span {
    width: 52px;
    height: 8px;
    background: none;
    border: 1px #639DB0 solid;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4px;
    margin-top: 14px;
}

.content-box ul span.on {
    background: #639DB0;
}

.content-box ul span.on+li {
    font-weight: 800;
}

.content-box .PDF_down,
.seasonticket_guide{
    padding: 0 52px;
    background: rgba(241, 241, 241, 0.9);
}

.PDF_down p{
    padding-top: 16px;
    font-size: 0.75em;
    font-weight: 800;
}

.PDF_down span,
.seasonticket_guide span {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #639DB0;
    display: inline-block;
}

.seasonticket_guide p {
    padding-top: 16px;
    font-size: 0.75em;
    font-weight: 800;
}

/*------------------!!! 반응형 1240~821 작업구간 !!!------------------*/

/*반응형 - 1240*/
@media screen and (max-width: 1240px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    aside {
        display: none;
    }

    .mobile-aside{
        display: block;
    }



    /*공용 설정*/

    section>.flx-center {
        flex-wrap: wrap;
    }

    .introduction {
        height: 180px;
        text-align: center;
        padding-bottom: 32px;
    }

    .introduction h1 {
        width: 100%;
        line-height: 72px;
    }

    .introductionSub {
        width: 100%;
        line-height: 24px;
        font-size: 1.5em;
        text-align: center;
    }



    /*--Top--*/
    .flexible-solution {
        width: 100%;
        height: 900px;
        overflow: hidden;
    }

    .background {
        width: 100vw;
        background-size: cover;
        background-position: -72px 92px;
        bottom: 0px;
    }

    .instructional-message {
        width: 60%;
        right: 20%;
        bottom: 520px;
        text-align: center;
    }

    .instructional-message h1 {
        font-size: 7vw;
    }

    .instructional-message p {
        font-size: 2vw;
    }




    /*--Top--*/
    .text-slide {
        height: 300px;
    }

    .text-slide .content {
        height: 236px;
    }

    .text-slide h6 {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
    }

    .text-slide .content p {
        font-size: 10em;
        line-height: 236px;
        animation: slideRight 60s linear infinite;
    }




    /*--top-video--*/
    .top-video {
        height: 800px;
    }

    video {
        width: 100%;
    }

    .corporate-philosophy {
        top: 140px;
    }

    .corporate-philosophy h1 {
        font-size: 13em;
    }

    .drag-gide {
        top: 562px;
    }




    /*더하는 주차기업*/
    .plusparking {
        width: 100%;
        height: 960px;
    }

    .slide-content-box .button-box {
        display: none;
    }

    .carousel-wrapper {
        width: 526px;
        margin: 0 auto;
    }



    /*system*/
    .system-content{
        height: 84vw;
    }

    .system-part {
        width: 100%;        
        height: 100%;
    }

    .middle-box{
        width: 100%;
    }

    .system-video{
        background: none;
        border: none;
    }

    .system-video video{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }    

    .system-content .introduction{
        width: 100%;
        display: block;
    }

    .system-content .introduction h1{
        width: 90%;
        text-align: center;
        margin-left: 5%;
        margin-bottom: 32px;
    }
    


    /*Performance*/
    .Performance {
        width: 100%;
    }

    .system-part.on h1 {
        z-index: 50;
        position: relative;
    }

    .system-part.on p {
        width: 100%;
        z-index: 51;
        position: relative;
    }

    .system-part.on img {
        width: 100%;
        z-index: 49;
        opacity: .5;
    }

    .system-part.on button {
        display: none;
    }

    .performance-slide:nth-child(1) .slide-img div,
    .performance-slide:nth-child(2) .slide-img div,
    .performance-slide:nth-child(3) .slide-img div{
        background-position: center;
        background-size: cover;
    }
    



    /*Performance*/
    .Performance {
        width: 100%;
        margin-bottom: 52px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .performance-content {
        left: calc(50% - 500px);
    }

    .performance-slide p {
        text-align: center;

    }

    .Performance .button-box {
        display: none;
    }



    /*CUSTOMER*/
    .logo-slide {
        height: 592px;
    }

    .logo-slide .introduction {
        width: 100%;
        flex-wrap: wrap;
    }



    /* Contactus 1:1 문의*/
    .contactus-content {
        width: 100%;
        height: 840px;
        margin: 0 auto;
        padding-top: 92px;
        box-sizing: border-box;
    }

    .contactus-content .introduction {
        flex-wrap: wrap;
    }

    #Contactus form {
        margin: 0 auto;
    }
}


/*------------------!!! 반응형 820~560 작업구간 !!!------------------*/

/*반응형 - 820*/
@media screen and (max-width: 820px) {

    /*--Top--*/
    .wave {
        left: 20%;
    }


    /*--top-video--*/

    .corporate-philosophy {
        top: 180px;
        height: 312px;
    }

    .corporate-philosophy h1 {
        font-size: 9em;
    }



    /*더하는 주차기업*/
    .carousel-wrapper {
        width: 506px;
        margin: 0 auto;
    }



    /*system*/
    .system-content{
        height: 100vw;
    }

    .system-part h1 {
        font-size: 2.5em;
        line-height: 52px;
        margin-top: 32px;
    }

    .system-video video{
        margin-top: 52px;
    }


    /*performance*/
    .slide-img{
        height: 70vw;
    }


    /* Contactus 1:1 문의*/

    .contactus-content {
        height: 720px;
    }
}


/*------------------!!! 반응형 559~360 작업구간 !!!------------------*/

/*반응형 - 360*/
@media screen and (max-width: 559px) {

    /*공용 설정*/
    .introduction {
        height: 112px;
    }

    .introduction h1 {
        font-size: 2em;
        line-height: 32px;
    }



    /*--Top--*/
    .flexible-solution {
        height: 760px;
    }

    .background {
        background-size: 180%;
        background-position: -72px 192px;
    }

    .wave {
        width: 600px;
        height: 600px;
        margin-left: -240px;
        margin-top: -172px;
    }

    .instructional-message {
        width: 80%;
        right: 10%;
        bottom: 430px;
        text-align: center;
    }

    .instructional-message h1 {
        font-size: 10vw;
    }




    /*--top-video--*/
    .top-video {
        height: 740px;
    }

    .corporate-philosophy {
        width: 80%;
        left: 10%;
        top: 140px;
    }

    .corporate-philosophy h1 {
        font-size: 8.2em;
    }

    .corporate-philosophy strong {
        margin: 0;
        font-size: 0.85em;
    }

    .drag-gide {
        top: 480px;
    }




    /*더하는 주차기업*/
    .plusparking {
        width: 100%;
        height: 760px;
        padding-top: 72px;
    }

    .slide-content-box {
        display: none;
    }

    .slide-content-box.mobile {
        display: block;
    }

    .slide-content-box.mobile .carousel-wrapper {
        width: 320px;
    }

    .slide-content-box.mobile .slide-content {
        width: 320px;
        text-align: center;
    }

    .slide-content-box.mobile .slide-content strong,
    .slide-content-box.mobile .slide-content p {
        width: 80%;
        margin: 0 auto;
    }

    .slide-content-box.mobile .slide-content img {
        width: 320px;
        height: 300px;
    }




    /*system*/
    .system-content {
        padding: 92px 0;
    }

    .system-part h1 {
        font-size: 2em;
        margin-top: 20px;
    }

    .system-part p {
        width: calc(100% - 102px);
        font-size: 0.9em;
        line-height: 20px;
    }

    .system-video video{
        margin-top: 0;
    }




    /*Performance*/
    .Performance {
        margin: 0;
        height: 740px;
    }

    .performance-slide p {
        width: 30%;
        padding-top: 12px;
        margin: 0 auto;
        line-height: 20px;
    }
}




/*------------------!!! 반응형 360~290 작업구간 !!!------------------*/

/*반응형 - 290*/
@media screen and (max-width: 360px) {

    /*공용 설정*/
    .introduction {
        height: 92px;
    }

    .introduction h1 {
        font-size: 1.8em;
    }

    .introduction p {
        font-size: 1.3em;
    }



    /*--Top--*/
    .flexible-solution {
        height: 650px;
    }

    .background {
        background-size: 200%;
        background-position: -72px 260px;
    }

    .instructional-message {
        bottom: 332px;
    }




    /*--top-video--*/
    .top-video {
        height: 680px;
    }

    .corporate-philosophy {
        top: 160px;
    }

    .corporate-philosophy h1 {
        font-size: 6.5em;
    }

    .mobile-aside {
        width: 90%;
        left: 5%;
    }




    /*system*/
    .system-part h1 {
        font-size: 1.4em;
        margin-top: 20px;
    }

    .system-part p {
        width: calc(100% - 80px);
        font-size: 0.8em;
        line-height: 18px;
    }

    .system-part button {
        width: 40px;
        height: 40px;
        background-size: 70%;
    }

    .system-part.on {
        height: 280px;
    }

    .system-part.on h1 {
        margin-top: 80px;
        line-height: 52px;
    }

    .system-part.on p {
        width: 90%;
    }




    /*Performance*/
    .Performance {
        height: 660px;
    }

    .performance-slide .slide-img {
        height: 280px;
    }

    .performance-slide p {
        width: 26%;
        padding-top: 12px;
        margin: 0 auto;
        line-height: 20px;
    }
}