@charset "utf-8";
/*공용 사이즈 설정*/
.main-Solution,
.embedded-systems,
.Flexible-systems,
.Alleyway-systems,
.Figure-systems,
.Safety-systems{
    width: 1240px;
    margin: 0 auto;
    padding: 152px 0 0 0;
}

/*--main Solution--*/
.main-Solution h1{
    width: 60%;
    font-size: 4.2em;
    color: #195461;
}

.solution-Introduction{
    width: 100%;
    height: 460px;
    margin-top: 32px;
}

.solution-Introduction ul{
    justify-content: space-between;
}

.solution-Introduction li{
    width: 24%;
    height: 460px;
    border-radius: 4px;
    text-align: center;
    color: #333333;
}

.solution-Introduction li p{
    width: 70%;
    line-height: 52px;
    margin: 0 auto;
    background: #fff;
    color: #333;
    font-weight: bold;
    border-radius: 0 0 4px 4px;
}

.solution-Introduction li h6{
    line-height: 18px;
    margin: 112px 0 12px 0;
}

.solution-Introduction li strong {
    width: 60%;
    font-size: 1.50em;
    display: inline-block;
}

.Solution01 a,
.Solution05 a,
.Solution02 a,
.Solution03 a,
.Solution04 a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.Solution01,
.Solution03{
    background: #8360c3;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2ebf91, #8360c3);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #2ebf91, #8360c3); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}

.Solution02,
.Solution04{
    background: #43cea2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #185a9d, #43cea2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #185a9d, #43cea2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    

}



/*--공용 머릿글 설정--*/
.cutLine{
    width: 30%;
    height: 2px;
    background: #C0D8DF;
    margin: 0 auto;
}

.header-text{
    font-size: 4.2em;
    color: #195461;
    margin: 92px 0 32px 0;
    text-align: center;
}

.sub-header{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    color: #639DB0;
}

.details-text{
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 52px;
}



/*--Solution01 : 임베디드--*/
.details-img{    
    justify-content: space-between;
    margin-bottom: 32px;
    position: relative;
}



/*--Solution02 : 입출차 가변--*/




/*--Solution03 : 골목길 주차정보--*/




/*--Solution04 : 피규어 서비스--*/

/*-Customizing-*/
.custom_sec {
    width: 66%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #F0F0F0;
    border-radius: 0 8px 8px 0;
}

.custom_sec>div>img {
    object-fit: cover;
    height: 476px;
    width: auto;
    bottom: 20px;
}

.headerimg>img,
.bodyimg>img,
.cornerimg>img,
.fullSet>img {
    position: absolute;
}


.selectBox {
    width: 34%;
    float: left;
    box-sizing: border-box;
}

.colorBox {
    height: 600px;
    text-align: center;
    border-radius: 8px 0 0 8px;
    border: 2px #F0F0F0 solid;
    box-sizing: border-box;
}

.colorBox>li {
    width: 90%;
    margin: 0 auto;
}

.colorBox>li>div {
    width: 16%;
    float: left;
}

.colorBox>li>div p{
    font-size: 0.75em;
}

.colorBox>li img {
    width: 40px;
    margin: 4px 0 0 10px;
    float: left;
    cursor: pointer;
}

.colorBox>li p {
    margin-top: 2.5vh;
    color: #707070;
    margin-bottom: 16px;
}

.colorBox hr{
    width: 80%;
    height: 2px;
    background: #F0F0F0;
    display: block;
    margin: 0 auto;
}

.colorBox h3{
    text-align: center;
    font-weight: 900;
    color: #333;
    font-size: 2em;
    margin: 24px 0;
}

.colorBox>li .Silver p{
    color: #CDCFCD;
}

.colorBox>li .Black p{
    color: #000;
}

.colorBox>li .Red p{
    color: #893B3C;
}

.colorBox>li .Emerald p{
    color: #004C5A;
}

.colorBox>li .Yellow p{
    color: #FCB804;
}

.colorBox>li .Indigo p{
    color: #043264;
}

.customizing-bottom-text{
    width: 100%;
    height: 112px;
    border-radius: 8px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../content/img/customizing-bg.png);
    margin-top: 32px;
}

.customizing-bottom-text p{
    color: #fff;
    text-align: center;
    line-height: 112px;
    font-size: 0.9em;
}



/*--Solution05 : 주차장 안전--*/
.Safety-systems .details-img p{
    padding: 12px 32px;
    color: #333;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    border-radius: 4px 4px 0 0 ;
}

.details-img:nth-child(5) p{
    left: calc(50% - 170px);
}

.details-img:nth-child(6) p{
    left: calc(50% - 107px);
}



/*사이드바*/
aside{
    width: 72px;
    position: fixed;
    right: 0px;
    top: calc(50% - 108px);
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}


aside li{
    height: 72px;
    text-align: center;
    font-size: 0.8em;
    background: #F0F0F0;
    padding-top: 15px;
    box-sizing: border-box;
}

aside li:nth-child(2){
    margin: 4px 0;
}

aside li span{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #639DB0;
    margin: 0 auto;
    margin-bottom: 8px;
    display: block;
}

aside li p{
width: 70%;  
margin: 0 auto;  
color: #1A2229;
}




/*------------------!!! 반응형 1240~821 작업구간 !!!------------------*/

/*반응형 - 1240*/
@media screen and (max-width: 1240px) {

    /*공용 사이즈 설정*/
    .main-Solution,
    .embedded-systems,
    .Flexible-systems,
    .Alleyway-systems,
    .Figure-systems,
    .Safety-systems{
        width: 90%;
    }



    /*--main Solution--*/
    .main-Solution h1{
        font-size: 3.5em;
        width: 80%;
    }



    /*--공용 머릿글 설정--*/
    .details-text{
        margin: 0 auto;
        margin-bottom: 52px;
    }



    /*--Solution01 : 임베디드--*/
    .details-img{
        margin: 0 auto;
        margin-bottom: 32px;
        overflow: hidden;
    }

    .embedded-systems img{
        width:100% ;
    }



    /*--Solution02 : 입출차 가변--*/
    .Flexible-systems img{
        width: 100%;
    }



    /*--Solution03 : 골목길 주차정보--*/
    .Alleyway-systems img{
        width: 100%;
    }



    /*--Solution04 : 피규어 서비스--*/
    .Figure-systems .details-img img{
        height: 26vw;
    }

    .selectBox li p{
        display: none;
    }

    .colorBox>li>div{
        width: 33%;
    }

    .colorBox>li img{
        width: 40px;
        margin: 0;
        margin-left: calc(50% - 20px);
        margin-bottom: 12px;
    }

    .custom_sec>div>img{
        height: 35vw;
        bottom: 92px;
    }


    /*--Solution05 : 주차장 안전--*/
    .Safety-systems .details-img img{
        width: 100%;
    }
}   



/*------------------!!! 반응형 820~560 작업구간 !!!------------------*/

/*반응형 - 820*/
@media screen and (max-width: 820px) {
    /*공용 사이즈 설정*/
    .main-Solution,
    .embedded-systems,
    .Flexible-systems,
    .Alleyway-systems,
    .Figure-systems,
    .Safety-systems{
        padding: 132px 0 0 0;
    }



    /*--main Solution--*/
    .main-Solution h1{
        width: 100%;
        font-size: 2.6em;
    }

    .solution-Introduction ul{
        flex-wrap: wrap;
    }

    .solution-Introduction li{
        width: 100%;
        height: 112px;
        position: relative;
        margin: 8px 0;
    }

    .solution-Introduction li p{
        width: 100px;
        transform:rotate(90deg);
        position: absolute;
        left: -34px;
        top: 40px;
        margin: 0;
        font-size: 0.8em;
        line-height: 32px;
    }

    .solution-Introduction li h6{
        width: 36%;
        margin: 0;
        margin-left: 32px;
        padding-top: 38px;
        float: left;
        box-sizing: border-box;
    }

    .solution-Introduction li strong{
        width: 54%;
        margin: 0;
        line-height: 24px;
        text-align: left;
        display: inline-block;
        box-sizing: border-box; 
        margin-top: 32px;
    }

    /*--공용 머릿글 설정--*/
    .header-text{
        font-size: 3em;
        font-weight: 800;
        margin: 92px 0 12px 0;
    }

    .sub-header{
        font-size: 2em;
    }



    /*--Solution04 : 피규어 서비스--*/
    .selectBox{
        width: 100%;
    }

    .colorBox{
        height: 332px;
        border-radius: 8px 8px 0 0;
    }

    .colorBox h3{
        margin: 12px 0;
        font-size: 1.6em;
    }
    
    .colorBox>li>div{
        width: 16%;
    }

    .custom_sec{
        width: 100%;
        height: 380px;
        border-radius: 0 0 8px 8px;
    }

    .custom_sec>div>img{
        height: 52vw;
        bottom: 36px;
    }

    .customizing-bottom-text{
        height: 92px;
    }

    .customizing-bottom-text p{
        width: 80%;
        margin: 0 auto;
        line-height: 24px;
        padding-top: 20px;
    }
}


/*------------------!!! 반응형 559~360 작업구간 !!!------------------*/

/*반응형 - 360*/
@media screen and (max-width: 559px) {
    /*공용 사이즈 설정*/
    .main-Solution,
    .embedded-systems,
    .Flexible-systems,
    .Alleyway-systems,
    .Figure-systems,
    .Safety-systems{
        padding: 92px 0 0 0;
    }


    /*--main Solution--*/
    .main-Solution h1{
        font-size: 1.6em;
    }
    .solution-Introduction li h6{
        display: none;
    }

    .solution-Introduction li strong{
        width: 57%;
        font-size: 1.2em;
    }



    /*--공용 머릿글 설정--*/
    .header-text{
        font-size: 2em;
        font-weight: 800;
        margin: 92px 0 12px 0;
    }

    .sub-header{
        font-size: 1.2em;
    }

    .details-text{
        margin-bottom: 32px;
    }


    /*임베디드*/
    .details-img{
        flex-wrap: wrap !important;
    }

    .embedded-systems .details-img img{
        width: 100%;
    }



    /*피규어 서비스*/
    .colorBox{
        height: 300px;
    }
    .colorBox h3{
        font-size: 1.2em;
    }

    .colorBox>li img{
        margin-bottom: 8px;
    }

    .custom_sec{
        height: 252px;
    }

    .customizing-bottom-text{
        height: 112px;
    }

    .customizing-bottom-text p{
        line-height: 20px;
        padding-top: 26px;
    }



    /*주차장 안전*/
    .Safety-systems .details-img p{
        font-size: 0.8em;
    }

    .details-img:nth-child(5) p{
        left: calc(50% - 142px);
    }

    .details-img:nth-child(6) p{
        left: calc(50% - 92px);
    }
}


/*------------------!!! 반응형 360~290 작업구간 !!!------------------*/

/*반응형 - 290*/
@media screen and (max-width: 360px) {
    /*공용 사이즈 설정*/
    .main-Solution,
    .embedded-systems,
    .Flexible-systems,
    .Alleyway-systems,
    .Figure-systems,
    .Safety-systems{
        padding: 52px 0 0 0;
    }

    .main-Solution h1{
        padding-top: 42px;
    }

    .solution-Introduction{
        margin-top: 12px;
    }

    .Solution01,
    .Solution02,
    .Solution03,
    .Solution04,
    .Solution05{
        background-position: 94% 0;
    }

    .solution-Introduction li{
        margin: 4px 0;
    }

    /*--공용 머릿글 설정--*/
    .header-text{
        font-size: 1.6em;
        font-weight: 800;
        margin: 72px 0 8px 0;
    }

    .sub-header{
        font-size: 1em;
    }

    .details-text{
        margin-bottom: 32px;
    }

    /*피규어*/
    .colorBox h3{
        margin: 12px 0 8px 0;
    }
    .colorBox>li img{
        width: 26px;
        left: calc(50% - 13px);
    }

    .colorBox{
        height: 248px;
    }

    .custom_sec{
        height: 232px;
    }

    .customizing-bottom-text{
        margin-top: 12px;
    }

    .customizing-bottom-text p{
        font-size: 0.75em;
    }
}