/* intro */
.web {
    display: block;
}
.mobile {
    display: none;
}
.im_intro {
    max-width: 162rem;
    padding: 28.9rem 4rem 5.4rem;
    margin: 0 auto;
}
.im_intro .intro_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.im_intro .en_title {
    font-family: "Poppins";
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--green005740);
    padding-left: 6.40624vw;
}
.im_intro .intro_desc {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--black0F0F0F);
}

/* visual */

.im_visual {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 700;
    background-image: url(../images/bg/impact_bg.png);
    background-size: cover;
    background-position: center;
}

/* gallery */
.im_gallery {
    padding: 20rem 0 12rem;
}
.im_gallery .inner {
    max-width: 132rem;
    padding: 0 4rem;
    margin: 0 auto;
}

.gallery_stage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.g_card {
    display: flex;
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
    align-items: center;
}
.flex-row-reverse {
    flex-direction: row-reverse;
    align-items: center;
}

.g_img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 4.6rem;
}
.flex-row .g_img {
    margin-bottom: 0;
}
.g_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.g_year {
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--green005740);
    margin-bottom: 1.6rem;
}
.g_desc {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--black0F0F0F);
    white-space: nowrap;
}

.g_desc_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-left: 4.6rem;
}

.g_desc_wrap .g_year {
    margin-bottom: 0;
}
.g_card-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.g_card-right .g_year,
.g_card-right .g_desc,
.flex-row-reverse .g_year,
.flex-row-reverse .g_desc {
    text-align: right;
}

/* pos */
.pos-1 {
    width: 21.407vw;
    margin-left: auto;
}
.pos-1 .g_img {
    aspect-ratio: 411 / 595;
}

.pos-2 {
    width: 24.584vw;
    margin-top: -48.5rem;
}
.pos-2 .g_img {
    aspect-ratio: 472 / 798;
}

.pos-3 {
    width: 19.011vw;
    margin-left: auto;
}
.pos-3 .g_img {
    aspect-ratio: 365 / 509;
}

.pos-4 {
    margin-top: -7.8rem;
}

.pos-4 .g_img {
    width: 34.844vw;
    aspect-ratio: 669 / 886;
}
.pos-5 {
    width: 25.469vw;
    margin-left: auto;
    margin-top: 6.8rem;
}
.pos-5 .g_img {
    aspect-ratio: 489 / 345;
}

.pos-6 {
    width: 30.7299vw;
    margin-top: -7.8rem;
}
.pos-6 .g_img {
    aspect-ratio: 590 / 551;
}

.pos-7 {
    width: 26.407vw;
    margin-left: auto;
}
.pos-7 .g_img {
    aspect-ratio: 507 / 338;
}

.pos-8 {
    width: 22.761vw;
    margin-top: -6.8rem;
}
.pos-8 .g_img {
    aspect-ratio: 437 / 609;
}

.pos-9 {
    margin-left: auto;
    margin-top: 2.8rem;
}
.pos-9 .g_img {
    width: 27.761vw;
    aspect-ratio: 533 / 848;
}
.pos-9 .g_desc_wrap {
    margin-left: 0;
    margin-right: 4.6rem;
}

.pos-10 {
    width: 27.188vw;
    margin-top: 2.8rem;
}
.pos-10 .g_img {
    aspect-ratio: 522 / 304;
}

.pos-11 {
    width: 30.886vw;
    margin-top: -2rem;
    margin-left: auto;
}
.pos-11 .g_img {
    aspect-ratio: 593 / 602;
}

.pos-12 {
    width: 21.3025vw;
    margin-top: 9.8rem;
    margin-left: 13.8rem;
}
.pos-12 .g_img {
    aspect-ratio: 409 / 415;
}

.pos-13 {
    margin-top: 19rem;
}
.pos-13 .g_img {
    width: 39.6882vw;
    aspect-ratio: 762 / 513;
}
