.za_apply{}
.za_apply_i{display: flex;justify-content: space-between;padding-bottom: 26px;margin-bottom: 26px;border-bottom: 1px solid #dcdcdc;gap: 36px;}
.za_apply_img{overflow: hidden;width: 320px;}
.za_apply_img>img{height: 212px;object-fit: cover;transition: .3s;width: 100%;}
.za_apply_r{flex: 1;position: relative;}
.za_apply_r>h1{font-size: 18px;font-weight: 600;line-height: 2;}
.za_apply_r>p{font-size: 14px;line-height: 2;margin-top: 20px;}
.za_apply_r>span{position: absolute;right: 0;bottom: 10px;}
.za_apply_r>span>img{margin-left: 10px;}
.za_apply_i:hover img{transform: scale(1.1);}
.za_apply_i:hover h1{color: var(--base);}

@media screen and (max-width: 766px) {
    .za_apply_i{flex-direction: column;gap: 2rem;padding-bottom: 2rem;margin-bottom: 2rem;}
    .za_apply_img{width: 100%;}
    .za_apply_img>img{height: 20rem;}
    .za_apply_r{padding-bottom: 4rem;}
    .za_apply_r>h1{font-size: 1.6rem;}
    .za_apply_r>p{font-size: 1.4rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;height: 5.6rem;margin-top: 1rem;}
}