/*
font-family: 'MaruBuriExtraLight';
font-family: 'MaruBuriLight';
font-family: 'MaruBuri';
font-family: 'MaruBuriBold';
font-family: 'MaruBuriSemiBold';
*/
@font-face {
    font-family: 'KerisBaeum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-3@1.0/KERISBAEUM_L.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'KerisBaeum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-3@1.0/KERISBAEUM_R.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'KerisBaeum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-3@1.0/KERISBAEUM_B.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'KerisBaeum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2601-3@1.0/KERISBAEUM_EB.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

.mw_show_over_425px, .mw_show_over_1280px, .mw_show_over_1538px {
    display: none;
}


@media (min-width: 425px) {
    .mw_show_over_425px {
        display: block;
    }
}

@media (min-width: 520px) {
    .mw_disappear_over_520px {
        display: none;
    }
}

@media (min-width: 680px) {
    .mw_disappear_over_680px {
        display: none;
    }
}

@media (min-width: 768px) {
    .mw_disappear_over_768px {
        display: none;
    }
}

@media (min-width: 1538px) {
    .mw_show_over_1538px {
        display: block;
    }
}


#mywork {
    background-color: #f9f9f9;
    font-size: 16px;
    color: #1e1f26;
    padding: 0;
    margin: 0;
    font-family: 'MaruBuri', sans-serif;
    height: 100lvh;
}

#mw_web_floating_donation{
    display: none;
}

#mw_letter_logo{
    cursor: pointer;
}

.mw_container {
    margin: auto;
    background-color: #fff;
    position: relative;
    height: 100%;

}

#mw_go_to_top{
    background-color: #fff;
    padding: 16px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    gap: 8px;
    font-size: 15px;
    font-family: "KERIS BAEUM", sans-serif;
    font-weight: 300;
}

.mw_section:not(.mw_section_9) {
    padding-inline: 24px;
}

.mw_reveal_item {
    visibility: hidden;
    opacity: 0;
    translate: 0 16px;
    transition: opacity 0.7s ease,
    translate 0.7s ease;
    transition-delay: var(--mw-reveal-delay, 0ms);
    will-change: opacity, translate;
}

.mw_reveal_item.is-revealed {
    visibility: visible;
    opacity: 1;
    translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
    .mw_reveal_item {
        visibility: visible;
        opacity: 1;
        translate: 0 0;
        transition: none;
    }
}

.mw_section_1, .mw_section_3, .mw_section_4 {
    height: 100lvh;
}

#mw_mobile_floating_donate{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 98;
    border-radius: 999px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: 14px;
    gap: 4px;
    font-family: "KERIS BAEUM", sans-serif;
    font-weight: 600;
}

#mw_leaf{
    display: block;
    width: 16px;
    height: 16px;
    background-color: #F4A100;
    border-radius: 999px 0 999px 0;
}


#mw_header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 16px;
    z-index: 999;
}

.mw_header_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mw_header_logos img {
    width: 100px;
}

.mw_header_campaign_name {
    display: none;
}

/* section_1 */
.mw_section_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-inline: 0;
}

.mw_cover_group {
    position: relative;
    width: 90%;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1024px;
}

.mw_cover_group img {
    width: 100%;
    max-width: 672px;
}

.mw_cover_desc {
    position: absolute;
    top: -20%;
    font-family: "KERIS BAEUM", sans-serif;
    font-weight: 300;
}

.mw_cover_title {
    font-family: 'MaruBuriLight', sans-serif;
    font-size: 48px;
    width: fit-content;
    position: absolute;
}

#mw_cover_title_1 {
    bottom: -40px;
    left: 10px;
}

#mw_cover_title_2 {
    bottom: -100px;
    right: 10px;
}

.mw_cover_desc {
    text-align: center;
    font-size: 15px;
    letter-spacing: -0.8px;
}

/* section 2 */
.mw_section_2 {
    background-color: #000;
    display: flex;
    flex-direction: column;
    /*height: 100lvh;*/
    padding-block: 88px;
}

.mw_section_2 .mw_content {
    color: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 640px;
    text-align: center;
    margin-bottom: 32px;
    margin-inline: auto;
    font-family: "KERIS BAEUM", sans-serif;
    font-weight: 300;
}

.mw_section_2_imgs {
    position: relative;
    width: calc(100% - 48px);
    flex: 1;
    aspect-ratio: 4 / 3;
    border-radius: 2px;
    overflow: hidden;
    margin-inline: auto;
}

.mw_section_2_imgs img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

/*section-3*/
/* generated */
.mw_section_3 {
    position: relative;
    height: 560lvh;
    min-height: 560vh;
    overflow: visible;
    background-color: #fff;
    overflow-x: hidden;
}

.mw_section_3 .mw_section_title {
    position: absolute;
    top: 50lvh;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: min(86vw, 760px);
    margin: 0;
    text-align: center;
    line-height: 1.6;
    word-break: keep-all;
}

.mw_section_3.is-generated-active .mw_section_title {
    position: fixed;
    top: 50%;
}

#mw_section_3_title_2 {
    display: none;
}

.mw_section_3 > img:not(#mw_flying_letter) {
    height: 100lvh;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    will-change: transform;
}

.mw_section_3.is-generated-active > img:not(#mw_flying_letter) {
    position: fixed;
    inset: 0;
}

#mw_flying_letter {
    position: absolute;
    top: 50lvh;
    left: 0;
    height: auto;
    width: 100%;
    transform: translateX(-100%);
    z-index: 25;
    will-change: transform;
    pointer-events: none;
}

.mw_section_3.is-generated-active #mw_flying_letter {
    position: fixed;
    top: 50%;
    left: 0;
}

#mw_section_3_img_1 {
    z-index: 30;
}

#mw_section_3_img_2 {
    z-index: 31;
}

#mw_section_3_img_3 {
    z-index: 32;
}

.mw_section_3.is-generated-complete > img:not(#mw_flying_letter) {
    position: absolute;
    top: auto;
    bottom: 0;
    transform: translateY(0);
}

/* section - 4*/
.mw_section_4 {
    background-color: #ffce00;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    font-family: "KERIS BAEUM", sans-serif;
}

.mw_section_4 > p {
    font-family: "KERIS BAEUM", sans-serif;
    font-weight: 300;
}

.mw_increase_number_group {
    margin-bottom: 24px;
}


.mw_increase_number {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -1px;
}

/* section - 5*/
.mw_section_5 {
    /*background-color: #1E1E1E;*/
    background: no-repeat center;
    background-size: cover;
    height: 100lvh;
    z-index: 11;
    position: sticky;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mw_section_5 p {
    color: #fff;
    background-color: #000;
    width: fit-content;
    margin: auto;
    padding-inline: 8px;
    border-radius: 4px;
    text-align: center;
    font-family: "KERIS BAEUM", sans-serif;
    font-weight: 600;
}

/*section - 6*/

.mw_section_6 {
    min-height: 100lvh;
    background-color: #ffce00;
    z-index: 12;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 12px 0;
    padding-block: 56px 80px;
}

.mw_section_wrapper {
    min-height: 500lvh;
}

@media (min-width: 1280px) {
    .mw_section_6 > p.mw_reveal_item,
    .mw_section_6 .mw_article_list.mw_reveal_item,
    .mw_section_6 .mw_to_be_continue.mw_reveal_item {
        translate: 0 40px;
        transition-duration: 0.85s;
    }

    .mw_section_6 .mw_article_list.mw_reveal_item,
    .mw_section_6 .mw_to_be_continue.mw_reveal_item {
        translate: 0 100%;
    }

    .mw_section_6 > p.mw_reveal_item.is-revealed,
    .mw_section_6 .mw_article_list.mw_reveal_item.is-revealed,
    .mw_section_6 .mw_to_be_continue.mw_reveal_item.is-revealed {
        translate: 0 0;
    }
}

.mw_section_6 > p {
    text-align: center;
    margin-bottom: 48px;
}

.mw_highlight {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.mw_highlight::after {
    content: "";
    position: absolute;
    left: -0.08em;
    right: -0.08em;
    bottom: 0.08em;
    height: 0.48em;
    background-color: rgba(255, 243, 120, 0.92);
    border-radius: 0;
    z-index: -1;
}

.mw_article_list {
    display: grid;
    gap: 24px;
    margin-bottom: 48px;
    max-width: 560px;
    margin-inline: auto;
}

.mw_article_item {
    padding-inline: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.mw_article_item img {
    width: 100%;
    border-radius: 8px;
    box-shadow: #f7931e 1.95px 1.95px 0;
    margin-bottom: 8px;
}

.mw_article_item p {
    font-family: "KERIS BAEUM", sans-serif;
    font-weight: 700;
}

.mw_article_item:hover p{
    color: #fff; !important;
}

.mw_article_item svg{
    position: absolute;
    transform: translate(-43%, -50%);
    top: 43%;
    left: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.mw_to_be_continue {
    text-align: center;
    font-family: "KERIS BAEUM", sans-serif;
}

.mw_to_be_continue p:last-child {
    font-weight: 300;
}


/* section -7*/

.mw_section_7 {
    height: 100lvh;
    z-index: 13;
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.mw_section_7 svg{
    margin-inline: auto;
    display: block;
    margin-bottom: 16px;
}

.mw_section_7 p {
    color: #fff;
    text-align: center;
}

.mw_section_7_qoute {
    background-color: #000;
    width: fit-content;
    border-radius: 2px;
    margin-inline: auto;
    padding-inline: 8px;
    font-family: "KERIS BAEUM", sans-serif;
}


/* section -8*/

.mw_section_8 {
    height: 100lvh;
    z-index: 14;
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

.mw_section_8 p {
    text-align: center;
}


.mw_section_8 a {
    position: relative;
    width: fit-content;
    margin-inline: auto;
}

.mw_section_8 a img {
    height: 80px;
}

.mw_section_8 a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

/* section - 9*/

.mw_section_9 {
    z-index: 15;
    position: relative;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 -1px 12px 0;
    padding-top: 88px;

}

.mw_section_9_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 700;
    padding-inline: 24px;
}

.mw_articles_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px;
    padding-inline: 24px;
    margin-bottom: 48px;
}

.mw_articles_grid_item {
    /*padding-inline: 32px;*/
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mw_articles_grid_item a {
    display: block;
    background: center no-repeat;
    background-size: contain;
    position: relative;
}

.mw_articles_grid_item a:hover .mw_articles_grid_item_letter_text{
    color: #fff; !important;
}

.mw_articles_grid_item > a > img {
    width: 100%;
    max-width: 480px;
}


.mw_articles_grid_item > p {
    font-size: 15px;
    text-align: left;
    z-index: 2;
    font-family: "KERIS BAEUM", sans-serif;
    font-weight: 300;

}

.mw_articles_grid_item .mw_articles_grid_item_title {
    font-size: 18px;
    font-weight: 600;
}

.mw_articles_grid_item_content {
    position: absolute;
    top: 24px;
    left: 32px;
    z-index: 1;
}

.mw_articles_grid_item_content img {
    height: 8px;
    width: fit-content;
}

.mw_articles_grid_item_letter_text {
    font-weight: 600;
    margin-bottom: 24px;
}

#mw_footer{
    background-color: #2c3338;
    position: relative;
    padding: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.mw_footer_bf_info{
    text-align: center;
    color: #d1d1d1; !important;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    max-width: 960px;
}

.mw_footer_bf_info p {
    margin: 0;
}

.mw_footer_bf_info p + p {
    margin-top: 8px;
}

.mw_footer_email {
    display: inline;
}

#mw_footer_logo{
    width: 200px;
    height: auto;
    margin-inline: auto;
}

@media (min-width: 520px) {
    #mywork {
        font-size: 18px;
        line-height: 1.6;
    }

    .mw_cover_title {
        font-size: 64px;
    }

    #mw_cover_title_1 {
        bottom: -60px;
    }

    .mw_cover_desc {
        font-size: 18px;
    }

    .mw_articles_grid_item .mw_articles_grid_item_title {
        font-size: 24px;
    }

    .mw_articles_grid_item > p {
        font-size: 18px;
    }

    .mw_articles_grid_item_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        bottom: 60px;
    }

    .mw_section_9_title {
        font-size: 32px;
        line-height: 1.5;
    }
}

@media (min-width: 580px) {
    #mywork {
        font-size: 20px;
    }

    .mw_increase_number {
        font-size: 48px;
    }
}

@media (min-width: 640px) {
    #mw_cover_title_1 {
        left: 80px;
    }

    #mw_cover_title_2 {
        right: 50px;
    }

    .mw_articles_grid_item {
        width: 70%;
        margin: auto;
    }
}

@media (min-width: 680px) {
    #mywork {
        font-size: 24px;
    }

    .mw_increase_number {
        font-size: 64px;
    }

    .mw_cover_desc {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    #mw_cover_title_1 {
        left: 20px;
        bottom: unset;
        top: 20px;
    }

    #mw_cover_title_2 {
        right: 20px;
        bottom: 30px;
    }

    .mw_cover_title {
        font-size: 88px;
    }

    .mw_header_campaign_name {
        display: block;
        font-size: 14px;
        font-family: "KERIS BAEUM", sans-serif;
        font-weight: 300;
    }

    #mw_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 1024px) {
    #mywork {
        font-size: 28px;
    }

    .mw_cover_title {
        font-size: 160px;
    }

    .mw_cover_desc {
        font-size: 20px;
        text-align: left;
        top: 60px;
        right: 0;
    }

    .mw_section_2 .mw_content {
        max-width: 740px;
    }

    .mw_disappear_over_1024px {
        display: none;
    }

    .mw_section_3 > .mw_section_title {
        font-size: 32px;
    }

    .mw_section_8 a img {
        height: 130px;
    }

    .mw_section_8 a p {
        font-size: 32px;
    }

    .mw_articles_grid_item > p {
        font-size: 22px;
    }

    .mw_articles_grid_item .mw_articles_grid_item_title {
        font-size: 32px;
    }

    .mw_section_9 {
        padding-top: 160px;
    }

    .mw_articles_grid {
        margin-bottom: 160px;
    }

    .mw_articles_grid_item_letter_text {
        font-size: 22px;
    }

    .mw_articles_grid_item {
        width: 50%;
    }

    .mw_articles_grid_item > p {
        text-align: center;
    }

    .mw_footer_bf_info {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {
    #mywork {
        font-size: 20px;
    }
    #mw_mobile_floating_donate{
        display: none;
    }
    #mw_web_floating_donation{
        display: block;
        width: 120px;
        height: auto;
        position: fixed;
        right: 40px;
        top: 90px;
        z-index: 997;
        transition: box-shadow 0.3s ease;
    }
    #mw_web_floating_donation:hover{
        box-shadow: #000 6px 6px 0 0;
    }

    .mw_cover_group img {
        width: 100%;
        max-width: 800px;
    }

    #mw_header {
        padding: 24px;
    }

    .mw_header_logos img {
        width: 150px;
    }

    .mw_header_campaign_name {
        font-size: 16px;
    }

    .mw_section_2 .mw_content {
        max-width: 580px;
    }

    .mw_section_2_imgs {
        width: 100%;
        max-width: 760px;
    }

    .mw_article_list {
        max-width: 1280px;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }

    .mw_article_item {
        padding-inline: 0;
    }

    .mw_section:not(.mw_section_9) {
        padding-inline: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mw_disappear_over_1280px {
        display: none;
    }

    .mw_section_6 > p {
        margin-bottom: 88px;
        font-size: 30px;
    }

    .mw_articles_grid {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
        padding-inline: 56px;
        max-width: 1480px;
        margin-inline: auto;
    }

    .mw_articles_grid_item {
        width: 100%;
        align-items: start;
        text-align: left;
    }

    .mw_articles_grid_item > p {
        text-align: left;
        font-size: 18px;
    }

    .mw_show_over_1280px {
        display: block;
    }

    .mw_articles_grid_item a {
        width: 100%;
    }

    .mw_articles_grid_item_letter_text {
        font-size: 18px;
    }

    .mw_articles_grid_item .mw_articles_grid_item_title {
        font-size: 24px;
    }

    .mw_section_9_title {
        font-size: 40px;
        line-height: 1.5;
    }

    .mw_section_8 a img {
        height: 100px;
    }

    .mw_section_8 a p {
        font-size: 24px;
    }
}

@media (min-width: 1440px) {

    .mw_section_9_title {
        margin-bottom: 88px;
    }

    .mw_section.mw_section_2 {
        flex-direction: row;
        gap: 64px;
    }

    .mw_section.mw_section_2 > .mw_content {
        text-align: left;
        font-size: 22px;
    }

    .mw_section_2_imgs {
        aspect-ratio: 4 / 3;
    }

}

@media (min-width: 1538px) {

    #mw_web_floating_donation {
        width: 130px;
    }

    .mw_cover_group img {
        max-width: 560px;
    }

    .mw_cover_desc {
        font-size: 16px;
        top: 170px;
    }

    #mw_cover_title_1 {
        left: 90px;
        bottom: unset;
        top: 140px;
    }

    #mw_cover_title_2 {
        right: 20px;
        bottom: 160px;
    }

    .mw_cover_title {
        font-size: 104px;
    }

    .mw_section.mw_section_2 > .mw_content {
        font-size: 18px;
        line-height: 1.5;
    }

    #mw_flying_letter {
        width: 100%;
        max-width: 720px;
    }

    .mw_section_6 > p {
        margin-bottom: 64px;
        font-size: 24px;
    }

    .mw_section_6 {
        padding-block: 120px;
    }
}

@media (min-width: 1920px) {
    #mw_web_floating_donation{
        width: 160px;

    }
    .mw_cover_group img {
        max-width: 672px;
    }

    #mw_cover_title_1 {
        left: 0;
        top: 50px;
        font-size: 160px;
    }

    #mw_cover_title_2 {
        right: -60px;
        bottom: 70px;
        font-size: 160px;
    }

    .mw_cover_desc {
        font-size: 18px;
        top: 100px;
    }

    .mw_section.mw_section_2 {
        height: 100lvh;
    }

    .mw_section.mw_section_2 > .mw_content {
        font-size: 22px;
        line-height: 1.6;
    }

    .mw_increase_number {
        font-size: 120px;
    }

    .mw_section_6 > p {
        font-size: 32px;
    }

    .mw_section_5 p, .mw_section_7 p, .mw_section_8 p {
        font-size: 24px;
    }

    .mw_disappear_over_1920px {
        display: none;
    }

    .mw_articles_grid_item .mw_articles_grid_item_title {
        font-size: 28px;
    }

    .mw_articles_grid_item > p {
        font-size: 20px;
    }
}
