@charset "uft-8";

#trrrrip_pre {
    display: flex;
    justify-content: space-between;
    max-width: 1146px;
    margin: 0 auto;
}

.trrrrip_mk_img {
    margin-top: 127px;
    margin-bottom: 87px;
    max-width: 636px;
    text-align: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 318/239;
    border-radius: 40px;
    background-color: #FFFCEE;
}

.trrrrip_mk_img img {
    padding-top: 9%;
    max-width: 610px;
    width: 80%;
    height: 77%;
    object-fit: cover;
}

.trrrrip_jg_pc {
    margin-top: 62px;
    text-align: center;
}

.trrrrip_jg_pc img {
    padding: 0 30px;
    width: 438px;

}

.trrrrip_memo {
    margin-top: 127px;
    width: 384px;
    height: 827px;
    border-radius: 40px;
    border: 3px solid #FFD63A;
    background-color: #FFFCEE;
}

@media screen and (max-width: 1100px) {
    #trrrrip_pre {
        flex-direction: column;
        align-items: center;
    }

    .trrrrip_pre_wrap {
        width: 90%;
    }

    .trrrrip_mk_img {
        max-width: initial;
    }

    .trrrrip_jg_pc img {
        width: 80%;
    }

    .trrrrip_memo {
        margin-top: 80px;
        width: 90%;
        height: 90%;
    }
}

@media screen and (max-width: 767px) {
    .trrrrip_mk_img {
        margin-top: 57px;
    }

}