
/* header Start */

.top_logo{
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 999999;
}

@media only screen and (max-width: 480px) { 
    .top_logo{
        top: 10px;
        left: 50%;
        transform: translate(-50%, -0%);
        margin-top: 0px;
        margin-left: 0px;
    }
    .top_logo img{
        width: 52%;
    }
}
/* header End */

/* 솔류션 Start */
    .solution_titile{
        position: absolute;
        z-index: 82;
        width: 100%;
        height: 93%;
        top: 0;
        color: #fff;
        display: grid;
        align-content: center;
    }
    .solution_titile h5{
        font-weight: bold;
    }
    .solution_titile p{

    }
    .sol_color { color:#000;}
    #w20250123e2b9885c553a0 .type_masonry.img_rendering .img_wrap img, #w20250123e2b9885c553a0 .type_grid.img_rendering .img_wrap, #w20250123e2b9885c553a0 .type_slide.img_rendering .img_wrap{
        border-radius: 20px;
    }
    #w2025012397f0d065555e4 .type_masonry.img_rendering .img_wrap img, #w2025012397f0d065555e4 .type_grid.img_rendering .img_wrap, #w2025012397f0d065555e4 .type_slide.img_rendering .img_wrap{
        border-radius: 20px;
    }
    @media only screen and (max-width: 480px) { .plain_name {font-size: 14px;}}
/* 솔류션 End */