#s02 {
}
#s02 .content{
    overflow: visible;
}

#s02 .inner-content {
    padding-top: 163px;
    padding-bottom: 189px;

    display: flex;
}

/* thumb */
#s02 .thumb-wrapper {
    padding-left: 23px;
    opacity: 0;
    transform: translateY(20%);
    transition: all 1.5s ease-out;    
}
#s02 .thumb {
    position: relative;
    width: 551px;
    height: 427px;
}
/* #s02 .thumb::before {} */
#s02 .thumb .text1{
    position: absolute;
    top: -23px;
    left: 0;
    display: inline-block;
    transform: rotateY(0deg);
    width: 427px;
    height: 23px;
    text-align: right;
    transform: translateX(-100%) rotateZ(-90deg);
    transform-origin: bottom right;
    font-size: 11px;
    letter-spacing: 2.37px;
    color: #B8B8B8;
    line-height: 1;
}
#s02 .thumb .box-shadow{
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: #FAFAFA;
    transform: translate(29px, 29px);
}
#s02 .thumb .thumb-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

/* info */
#s02 .info-wrapper {
    width: 100%;
    padding-left: 137px;
    opacity: 0;
    transform: translateY(20%);
    transition: all 1.5s ease-out;
    transition-delay: 0.2s;
}

#s02 .info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#s02 .info .i-info {
    width: 480px;
    margin-bottom: 22px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#s02 .info .i-info .lab {
    min-width: 85px;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: flex-start;

    font-size: 17.91px;
    letter-spacing: -0.72px;
    color: #333333;
    font-weight: 700;
}
#s02 .info .i-info .lab::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #2F5C66;
    margin-right: 10.5px;
    margin-bottom: 2px;
}
#s02 .info .i-info .val {
    width: 100%;
    line-height: 1.6;
    font-size: 17.91px;
    letter-spacing: -0.72px;
    color: #686868;
}
#s02 .info .tags{
    display: inline-block;
    margin: 10px 0;
}
#s02 .info .tags li{
    float: left;
    background: whitesmoke;
    font-size: 14px;
    letter-spacing: -0.42px;
    padding: 5px;
    color: #a8a8a8;
    margin-right: 5px;
    margin-bottom: 5px;
}
#s02 .slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
}


/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width:450px){
    #s02 .inner-content {
        padding: 0;
    }
    #s02 .thumb-wrapper {
        display: none;
    }
    #s02 .info-wrapper {
        padding-top: 38.5px;
        padding-bottom: 77px;
        padding-left: 24px;
        padding-right: 24px;
    }
    #s02 .info .i-info {
        margin-bottom: 10px;
    }
    #s02 .info .i-info .lab {
        width: 57px;
        font-size: 14px;
    }
    #s02 .info .i-info .lab::before {
        width: 4.5px;
        height: 4.5px;
    }
    #s02 .info .i-info .val {
        font-size: 14px;
    }
    #s02 .info .tags li {
        font-size: 10px;
    }
    
}
/* 테블릿 */
@media screen and (min-width:451px) and (max-width:1023px){
    #s02 .inner-content {
        padding: 0;
    }
    #s02 .thumb-wrapper {
        display: none;
    }
    #s02 .info-wrapper {
        padding-top: 38.5px;
        padding-bottom: 77px;
        padding-left: 24px;
        padding-right: 24px;
    }
    #s02 .info .i-info {
        margin-bottom: 16px;
    }
    #s02 .info .i-info .lab {
        width: 57px;
        font-size: 14px;
    }
    #s02 .info .i-info .lab::before {
        width: 4.5px;
        height: 4.5px;
    }
    #s02 .info .i-info .val {
        font-size: 14px;
    }
    #s02 .info .tags li {
        font-size: 10px;
    }
}
/* PC */
@media screen and (min-width:1024px){
}