@charset "utf-8";



/* ///////////////////////// */
#t_t{
    margin-top: 40px;
}
#t_t img{
    max-width: 100%;
}
/* ///////////////////////////// */
#abo{
    margin-top: 150px;
    margin-bottom: 200px;
}
.about{
    text-align: center;
}
.about h2{
    font-size: 55px;
    margin-bottom: 10px;
}
.about p{
    font-size: 24px;
    color: #606060;
}
.ab_o{
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shape{
    width: 45%;
}
 .shape img{
    width: 100%;
} 
.sh_r{
    width: 49%;
}
.sh_r ul li{
    font-size: 18px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    margin-bottom: 20px;
    width: 60%;
    padding: 20px;
}


/* ////////////////////////// */
#slide{
    text-align: center;
    position: relative;
    overflow: hidden;
}
#slide ul li{
    font-weight: 700;
    font-size: 90px;
    color: #DEDAE3;
    margin-bottom: -8px;
}
#slide ul li:nth-child(1){
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.5s;
}
#slide ul li:nth-child(2){
    font-size: 93px;
    color: #581666;
    position: absolute;
    top: 58px;
    left: calc(50% - 229px);
    z-index: 10;
}
#slide ul li:nth-child(3){
    transform: translateX(100%);
    opacity: 0;
    transition: 0.5s;
}
#slide.active ul li:nth-child(1), #slide.active ul li:nth-child(3){
    transform: translateX(0%);
    opacity: 0.7;
}


/* ///////////////////////////// */
#ceo{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 180px;
    margin-bottom: 150px;
}
.ce_l{
    width: 40%;
}
.ce_l h3{
    font-size: 32px;
    margin-bottom: 147px;
}
.ce_l p{
    font-size: 20px;
}
.ce_r{
    width: 45%;
}
.ce_r img{
    transform: scale(0.7);
    width: 100%;
}






/* 반응형 */
@media screen and (max-width:1155px) {
    #slide ul li{
        font-size: 6vw;
        margin-bottom: -8px;
    }

    #slide ul li:nth-child(2){
        font-size: 6vw;
        top: 25%;
        left: 35%;
    }


}


@media screen and (max-width:880px) {
    #abo{
    margin-top: 100px;
    margin-bottom: 150px;
    }
    .ab_o{
        display: block;
        margin-top: 20px;
    }
    .shape{
        width: 100%;
    }
    .shape img{
        transform: scale(0.8);
    }
    .sh_r{
        width: 100%;
    }
    .sh_r ul li{
        margin-right: auto ;
        margin-left: auto;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #slide ul li {
        margin-bottom: -3px;
    }

    #ceo{
        margin-top: 100px;
        display: block;
        margin-bottom: 100px;
    }
    .ce_l{
    width: 100%;
    }
    .ce_l h3{
        margin-bottom: 20px;
        text-align: center;
    }
    .ce_l p{
        text-align: center;
        padding: 0 40px;
    }
    .ce_r{
        width: 100%;
    }
    .ce_r img{
         transform: scale(0.9); 
    }
}

@media screen and (max-width:530px) {

    #t_t img{
        height: 100%;
      object-fit: cover;
    }

    #abo {
        margin-top: 40px;
        margin-bottom: 100px;
    }
    .about h2{
        font-size: 40px;
    }
    .about p{
        font-size: 20px;
    }

    .about p{
        display: inline;
    }
    .sh_r ul li{
        width:70%;
    }
    #slide ul li:nth-child(1), #slide ul li:nth-child(3){
        transform: translate(0%);
        opacity: 0.7;
    }
    .ce_l p{
        padding:0 20px;
    }
}
