/* 폰트*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

@font-face {
    font-family: 'KimjungchulMyungjo-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulMyungjo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


/*공통*/
#gc-body * {
    font-family: "Pretendard Variable", sans-serif;
}

.gc-header {
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.3s ease;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.gc-floating-donate {
    display: none;
}

.gc-floating-donate-mobile{
    width: 64px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 32px;
    right: 16px;
    z-index: 9999;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 8px;
    background-color: #fff;
    border-radius: 999px;
    gap: 4px;
    opacity: 0;
    transform: translateY(24px);
    visibility: hidden;
    transition: 0.3s all;
}

.gc-mobile-leaf{
    border-radius: 999px 0 999px 0;
    background-color: #FFA200;
    width: 16px;
    height: 16px;
}

.gc-floating-donate-mobile p{
    font-size: 11px;
}

@media (min-width: 768px) {
    .gc-floating-donate {
        display: block;
        position: fixed;
        width: 140px;
        z-index: 999998;
        right: 32px;
        top: 80px;
        transition: 0.3s all ease;
    }
    .gc-floating-donate-mobile{
        display: none;
    }
}

@media (min-width: 1440px) {
    .gc-floating-donate {
        width: 160px;
    }
}


.gc-floating-donate:hover {
    box-shadow: navy 8px 8px 0;
}

.gc-header.hide {
    transform: translateY(-100%); /* 헤더를 화면 위로 이동 */
}

.gc-bf-logo-web {
    display: none;
}

.gc-bf-logo-mobile {
    width: 2em;
}

@media (min-width: 768px) {
    .gc-bf-logo-web {
        display: block;
    }

    .gc-bf-logo-mobile {
        display: none;
    }
}

.gc-viewport {
    position: sticky;
    top: 0;
    height: 100lvh;
}

.gc-headline {
    font-size: 8vw;
    color: #323232;
}

@media (min-width: 1440px) {
    .gc-headline {
        font-size: 7vw;
    }
}

.gc-section-main-message {
    font-size: 6vw;
    line-height: 1.3;
    color: #323232;
}

@media (min-width: 768px) {
    .gc-section-main-message {
        font-size: 5vw;
    }
}

@media (min-width: 1440px) {
    .gc-section-main-message {
        font-size: 3vw;
    }
}

.gc-sub-text {
    font-size: 1em;
    text-align: center;
    line-height: 1.3;
    color: #323232;
}

.gc-text {
    font-size: 4vw;
    color: #323232;
}

@media (min-width: 768px) {
    .gc-text {
        font-size: 2.8vw;
    }
}

@media (min-width: 1440px) {
    .gc-text {
        font-size: 1.4vw;
    }
}

.enter-effect {
    opacity: 0;
    transform: translateY(64px);
    transition: 0.4s all ease-in;
}

.gc-point-color-txt {
    color: #FFA200;
}

.gc-br-only-web {
    display: none;
}

@media (min-width: 768px) {
    .gc-br-only-web {
        display: block;
    }
}

.gc-br-only-mobile {
    display: block;
}

@media (min-width: 1440px) {
    .gc-br-only-mobile {
        display: none;
    }
}

/* 섹션별*/

#gc-section-0 {
    background-color: #FFA200;
    height: 100lvh;
    position: relative;
}

.gc-s0-flex-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70lvh;
}

#gc-cover-scroll {
    position: absolute;
    font-size: 1em;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.gc-cover-scroll-frame {
    width: 2px; /* 세로선의 너비 */
    height: 100px; /* 세로선의 높이 */
    background-color: transparent; /* 세로선 배경색 */
    overflow: hidden; /* 자식 요소가 영역을 벗어나지 않도록 설정 */
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 140%;
}

.gc-cover-scroll-fill {
    width: 100%;
    height: 0; /* 초기 높이 */
    background-color: #fff; /* 채워지는 부분 색상 */
    animation: fillVertical 2s infinite; /* 위에서 아래로 반복되는 애니메이션 */
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes fillVertical {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

#gc-cover-scroll p {
    color: #fff;
    font-weight: 800;
}

.gc-s0-flex-item > .gc-headline {
    font-weight: 900;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    text-wrap: nowrap;
    text-align: center;
    font-family: "Pretendard Variable", sans-serif !important;
}

#gc-cover-text-blur {
    font-family: 'KimjungchulMyungjo-Bold', sans-serif !important;
    font-weight: bold;
    color: #fff;
    transition: 0.5s all;
}

#gc-section-1 {
    background-color: #d9d9d9;
    height: 100lvh;
}

.gc-s1-flex-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30lvh;
}

.gc-s1-flex-item:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70lvh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
}

.gc-s1-main-message {
    color: #000;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1em;
}

.gc-s1-sub-text {
    color: #000;
    font-weight: 600;
}

.gc-gpt-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15%;
    left: 15%;
    gap: 0.8em;
}

@media (min-width: 768px) {
    .gc-gpt-list {
        left: 25%;
    }
}

.gc-gpt-list-item {
    font-weight: 700;
    color: #323232;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.gc-gpt-list-item:first-child {
    align-self: end;
    font-weight: 600;
    margin-bottom: 1em;
    background-color: #e0e0e0;
    padding: 0.5em 1em;
    border-radius: 999px;
}

.gc-gpt-list-item:last-child {
    font-weight: 400;
}

@media (min-width: 1440px) {
    .gc-s1-flexbox {
        display: flex;
        height: 100%;
    }

    .gc-s1-flex-item {
        flex: 1;
        height: 100%;
    }

    .gc-s1-flex-item:first-child {
        height: 100lvh;
    }

    .gc-s1-flex-item:last-child {
        height: 100lvh;
    }

    .gc-s1-main-message {
        color: #000;
        font-weight: 800;
        text-align: left;
        margin-bottom: 0.3em;
    }

    .gc-s1-sub-text {
        text-align: left;
    }

    #gc-cover-scroll {
        bottom: 2%;
    }

    .gc-s1-flex-item:last-child {
        background-size: 60%;
    }

    .gc-gpt-list {
        top: 26%;
        left: 28%;
    }
}

@media (min-width: 1536px){
    .gc-gpt-list {
        top: 20%;
        left: 28%;
    }
}

@media (min-width: 1920px) {
    .gc-gpt-list {
        top: 23%;
        left: 28%;
    }

    .gc-gpt-list-item:first-child {
        margin-left: 7em;
    }
}

@media (min-width: 2560px) {
    .gc-s1-sub-text {
        font-size: 2em;
    }

    .gc-gpt-list-item {
        font-size: 1.4em;
    }
}

/* 섹션2*/

#gc-section-2 {
    background-color: #000;
    height: 200lvh;
}

.gc-s2-flexbox {
    display: flex;
    flex-direction: column;
}

.gc-s2-flex-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30lvh;
}

.gc-s2-flex-item:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70lvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.gc-s2-item-caption {
    position: absolute;
    bottom: 1em;
    right: 1em;
    color: #f9f9f9;
    z-index: 99;
    font-weight: 800;
    background-color: rgba(0, 0, 0, 0.8);
}

.gc-s2-main-message {
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.gc-s2-banner-img {
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gc-s2-banner-img img {
    object-fit: cover;
}

@media (min-width: 1440px) {
    .gc-s2-flexbox {
        flex-direction: row;
        height: 100%;
    }

    .gc-s2-flex-item:first-child {
        height: 100lvh;
        flex: 1;
    }

    .gc-s2-flex-item:last-child {
        height: 100lvh;
        flex: 1;
    }

    .gc-s2-main-message {
        text-align: left;
    }
}


/* 섹션3*/

#gc-section-3 {
    background-color: #f9f9f9;
    height: 100lvh;
    padding: 6vw;
}

.gc-s3-flex-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35lvh;
}

.gc-s3-flex-item:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65lvh;
}

.gc-s3-main-message {
    color: #000;
    font-weight: 800;
    text-align: center;
}


.gc-s3-sub-text {
    color: #000;
    font-weight: 600;
    margin-bottom: 1em;
}

.gc-s3-dialog {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    gap: 2em;
}

@keyframes popup {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    70% {
        opacity: 1;
        transform: scale(1.1); /* 커졌다가 */
    }
    100% {
        opacity: 1;
        transform: scale(1); /* 원래 크기로 */
    }
}

.gc-s3-dialog img {
    opacity: 0; /* 초기 상태는 보이지 않도록 */
    transform: scale(0.1); /* 작게 시작 */
}

.gc-s3-dialog img:first-child {
    opacity: 0; /* 초기 상태는 보이지 않도록 */
    transform: scale(0.1); /* 작게 시작 */
    align-self: end;
}


.gc-s3-dialog img.show {
    animation: popup 0.5s ease forwards;
}

@media (min-width: 768px) {
    .gc-s3-dialog {
        width: 100%;
        gap: 3em;
    }

    .gc-s3-dialog img {
        width: 100%;
        max-width: 480px;
        height: auto;
    }
}

@media (min-width: 1440px) {
    #gc-section-3 {
        padding: 0;
    }

    .gc-s3-flexbox {
        display: flex;
        height: 100%;
    }

    .gc-s3-flex-item:first-child {
        height: 100lvh;
        flex: 1;
    }

    .gc-s3-flex-item:last-child {
        height: 100lvh;
        flex: 1;
    }

    .gc-s3-main-message {
        text-align: left;
    }

    .gc-s3-dialog {
        justify-content: center;
        height: 100%;
        padding: 4rem;
    }

    .gc-s3-sub-text {
        text-align: left;
    }
}


@media (min-width: 2560px) {
    .gc-s3-dialog img {
        max-width: 640px;
    }

    .gc-s3-dialog {
        gap: 3em;
    }

    .gc-s3-sub-text {
        font-size: 2em;
    }
}


/*섹션4*/

#gc-section-4 {
    background-color: #f1f1f1;
    height: 100lvh;
}

.gc-s4-flex-item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    height: 60lvh;
}


.gc-s4-flex-item:last-child {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 40lvh;
    padding: 0 2em 1em 2em;
}

.gc-s4-highlight {
    color: #E77199;
    font-weight: 700;
    text-decoration: underline;
}


@media (min-width: 768px) {
    .gc-s4-flex-item:first-child {
        height: 60lvh;
    }

    .gc-s4-flex-item:last-child {
        height: 40lvh;
        padding: 3em 2em 1em 2em;
    }
}


#gc-s4-graph {
    width: 100%;
}

/* 점멸 애니메이션 */
@keyframes blinkColor {
    0%, 100% {
        stroke: #E77199; /* 원래 색상 */
    }
    50% {
        stroke: rgba(255, 255, 255, 0); /* 점멸 색상 */
    }
}


#pink-line.blink {
    animation: blinkColor 0.6s infinite; /* 점멸 애니메이션 */
}

.gc-s4-graph-info{
    width: 100%;
    padding: 0 3em;
}


.gc-s4-marker {
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 0.8em;
}

.gc-s4-caption {
    color: #888;
    font-size: 0.8em;
}

.gc-s4-marker p::before{
    content: '';
    display: inline-block;
    flex-direction: row;
    margin-right: 0.3em;
    /* transform: translateY(0.15em); */
    width: 0.6em;
    height: 0.6em;
    border-radius: 999px;
}
.gc-s4-marker p:nth-of-type(1)::before {
    background-color: #A35DC6;
}

.gc-s4-marker p:nth-of-type(2)::before {
    background-color: #E77199;
}

.gc-s4-marker p:nth-of-type(3)::before {
    background-color: #F4A261;
}

.gc-s4-marker p:nth-of-type(4)::before {
    background-color: #5699C4;
}

.gc-s4-marker p:nth-of-type(5)::before {
    background-color: #4CAF50;
}



@media (min-width: 768px){
    .gc-s4-flex-item:first-child {
        height: 50lvh;
    }
    
    
    .gc-s4-flex-item:last-child {
        height: 50lvh;
        justify-content: start;
        padding: 4em;
    }
    .gc-s4-marker {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 1em;
        gap: 1em;
    }
    
    .gc-s4-caption {
        font-size: 1em;
    }
}


@media (min-width: 1440px) {
    .gc-s4-flexbox {
        display: flex;
        height: 100%;
    }

    .gc-s4-flex-item:first-child {
        height: 100lvh;
        flex: 1;
    }

    .gc-s4-flex-item:last-child {
        height: 100lvh;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gc-s4-text {
        text-align: left;
        padding: 2em;
    }
    .gc-s4-marker {
        font-size: 0.7em;
    }
}

/* 섹션 5*/


#gc-section-5 {
    background-color: #fff;
    height: 100lvh;
}

.gc-s5-flex-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40lvh;
    padding: 3em 2em 1em 2em;
}

.gc-s5-flex-item:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60lvh;
}

.gc-s5-text {
    text-align: center;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 0.4em;
}

.gc-s5-headline{
    font-weight: 800;
}

.gc-s5-flex-item:last-child {
    background-color: #FFA200;
    padding: 2em 2em 0 2em;
}

@media (min-width: 768px) {
    .gc-s5-flex-item:last-child {
        padding: 4em 4em 0 4em;
    }
}

.gc-s5-terms {
    background-color: #fff;
    height: 100%;
    padding: 2em;
    border-radius: 1em 1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -8px 15px;
}

.gc-s5-terms-title {
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .gc-s5-terms-title {
        font-weight: 700;
        text-align: center;
        font-size: 2.2em;
        margin-bottom: 1em;
    }
}

.gc-s5-terms-body {
    margin-bottom: 1.5em;
    color: #a1a1a1;
}

.gc-s5-terms-number {
    font-weight: 800;
    margin-right: 0.3em;
    color: #FFA200;
    display: inline-block;
}

.gc-s5-terms-highlight {
    background-color: #FFd200;
    color: #323232;
    font-weight: 700;
}

@media (min-width: 1440px) {
    .gc-s5-flexbox {
        display: flex;
        height: 100%;
    }

    .gc-s5-flex-item:first-child {
        height: 100lvh;
        flex: 1;
    }

    .gc-s5-flex-item:last-child {
        height: 100lvh;
        flex: 1;
    }

    .gc-s5-terms-body {
        font-size: 1.1vw;
    }

    .gc-s5-terms {
        padding: 4em;
        width: 95%;
    }

}


/* 섹션  6*/

#gc-section-6 {
    background-color: #f1f1f1;
    height: 100lvh;
}

.gc-s6-flex-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25lvh;
    padding: 2rem;
}

.gc-s6-flex-item:last-child {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 75lvh;
    padding: 3em;
}

.gc-s6-main-message {
    font-weight: 700;
}

.gc-s6-flexbox-item-typing {
    font-family: 'KimjungchulMyungjo-Bold', serif !important;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid; /* 타이핑 커서 효과 */
    animation: blink 0.7s infinite; /* 커서 깜박임 */
}

@keyframes blink {
    0%, 50% {
        border-color: black;
    }
    50%, 100% {
        border-color: transparent;
    }
}

@media (min-width: 1440px) {
    .gc-s6-flexbox {
        display: flex;
        height: 100%;
    }

    .gc-s6-flex-item:first-child {
        height: 100lvh;
        flex: 1;
        padding: 0;
    }

    .gc-s6-flex-item:last-child {
        height: 100lvh;
        flex: 1;
        align-items: center;
        width: 100%;
    }

    .gc-s6-flexbox-item-typing {
        font-size: 6vw;
    }

    .gc-s6-text {
        font-size: 1.2vw;
    }
}

/* 섹션 7*/

#gc-section-7 {
    background-color: #fff;
    height: 300lvh;
}

.gc-s7-flex-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25lvh;
    padding: 2rem;
}

.gc-s7-flex-item:last-child {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: start;
    height: 75lvh;
    position: relative;
}

.gc-s7-eighteen-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
}

.gc-s7-eighteen {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gc-s7-eighteen-text {
    position: absolute;
    top: 2em;
    left: 2em;
    z-index: 50;
    line-height: 1.3;
    color: #323232;
    font-weight: 700;
}

@media (min-width: 768px) {
    .gc-s7-eighteen-text {
        font-size: 1.3em;
    }
}

.gc-s7-dimmed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    padding: 2em;
    gap: 0.8em;
}

@media (min-width: 768px) {
    .gc-s7-dimmed {
        padding: 8em;
        font-size: 1.3em;
    }
}

.gc-s7-dimmed p {
    color: #fff;
}

.gc-s7-dimmed p:last-child {
    color: #fff;
    font-weight: 700;
}

.gc-s7-main-message {
    font-weight: 800;
    text-align: center;
    color: #323232;
}

@media (min-width: 1440px) {
    .gc-s7-flexbox {
        display: flex;
        height: 100%;
    }

    .gc-s7-flex-item:first-child {
        height: 100lvh;
        flex: 1;
    }

    .gc-s7-flex-item:last-child {
        height: 100lvh;
        flex: 1;
    }

    .gc-s7-eighteen-text {
        font-size: 0.9em;
    }
}

@media (min-width: 1920px) {
    .gc-s7-eighteen-text {
        font-size: 1em;
    }

    .gc-s7-dimmed p {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        font-size: 1.3em;
    }
}


/* 섹션 8*/

#gc-section-8 {
    background-color: #f9f9f9;
    height: 100lvh;
}

.gc-s8-flex-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30lvh;
    padding: 2rem;
}

.gc-s8-flex-item:last-child {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 70lvh;
    padding: 3em;
}

.gc-s8-main-message {
    font-weight: 700;
    text-align: center;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee-content {
    display: inline-flex;
    padding: 2em 0;
    position: relative;
}

/* 첫 번째 요소 */
#marquee-1 {
    animation: scroll1 90s linear infinite; /* scroll1 애니메이션 */
    transform: translateX(50%);
}

/* 두 번째 요소 */
#marquee-2 {
    animation: scroll1 90s linear infinite; /* scroll2 애니메이션 */
    transform: translateX(50%);
}

/* scroll1: 시작 위치에서 왼쪽 끝으로 이동 */
/* 첫 번째 애니메이션 */
@keyframes scroll1 {
    0% {
        transform: translateX(50%); /* 시작 위치 */
    }
    49.99% {
        transform: translateX(-50%); /* 왼쪽 끝으로 이동 */
    }
    50% {
        transform: translateX(50%); /* 즉시 오른쪽 끝으로 점프 */
    }
    100% {
        transform: translateX(-50%); /* 다시 시작 위치 */
    }
}


.gc-s8-comment-box {
    flex-shrink: 0;
    width: 300px; /* 카드 고정 너비 */
    margin-right: 20px; /* 카드 간격 */
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.4em;
    gap: 4rem;
    border-radius: 0.5rem;
    background-color: #fff;
}


.gc-s8-comment {
    /*font-size: 1.2rem;*/
    margin-bottom: 10px;
    white-space: wrap;
    font-weight: 400;
}


@media (min-width: 768px) {
    .gc-s8-comment {
        font-size: 2vw;
    }
}


.gc-s8-comment-highlight {
    font-weight: 700;
    text-decoration: underline;
}

.gc-s8-name {
    color: #666;
    display: flex;
    gap: 0.4rem;
    align-items: center;
    font-size: 1rem;
}

.gc-s8-name:before {
    content: '';
    width: 1rem;
    height: 1rem;
    border-radius: 1rem 0 1rem 0;
    background-color: #FFA200;
    display: block;
    transform: rotate(-7deg);
    margin-bottom: 0.2rem;
}


@media (min-width: 1440px) {
    .gc-s8-comment {
        font-size: 1vw;
    }

    .gc-s8-main-message {
        text-align: left;
        font-size: 4vw;
    }

    .gc-s8-flex-item:first-child {
        justify-content: start;
        padding: 4em 4em 0 4em;
    }
}

@media (min-width: 2560px) {
    .gc-s8-comment {
        font-size: 0.7vw;
    }
}

/* 섹션 9*/

#gc-section-9 {
    background-color: #FFA200;
    height: 100lvh;
}

.gc-s9-flex-item:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 77lvh;
    padding: 2rem;
}

.gc-s9-flex-item:last-child {
    display: flex;
    justify-content: center;
    align-items:  start;
    flex-direction: column;
    height: 23lvh;
    padding: 1em 2em;
    background-color: #ffb700;
    position: relative;
}

.gc-s9-top{
    display: none;
    position: absolute;
    top: 25%;
    right: 10%;
    background-color: #fff;
    width: 2.5em;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 2px;
}

.go-to-top-mobile {
    background-color: #fff;
    padding: 1em;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}
.go-to-top-mobile:hover {
    background-color: #f1f1f1;
}
.go-to-top-web{
    display: none;
}

@media (min-width: 1440px){
    .go-to-top-mobile {
        display: none;
    }
    .go-to-top-web{
        display: block;
        position: absolute;
        width: 2.5em;
        bottom: 32px;
        right: 50px;
        background-color: #fff;
        border-radius: 2px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        transition: 0.3s all;
        cursor: pointer;
    }
    .go-to-top-web:hover{
        transform: scale(0.9);
    }
}

.gc-s9-donation-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1em;
    width: fit-content;
}

.gc-s9-donation-btn p {
    font-size: 3em;
    color: #fff;
    font-weight: 800;
    transition: 0.3s all;
}

.gc-s9-donation-btn:hover p {
    color: #4D2600;
    transition: 0.3s all;
}

.gc-s9-main-message {
    font-weight: 800;
    margin-bottom: 1em;
}
.gc-s9-main-message p:first-child{
    margin-bottom: 0.2em;
}

.gc-s9-main-message p:last-child{
    font-size: 0.8em;
    font-weight: 700;
}

.gc-s9-text p {
    margin-bottom: 0.8em;
}
.gc-s9-text p:last-child{
    font-weight: 700;
}

.gc-s9-flex-item-group{
    width: 100%;
}

.gc-s9-arrow {
    width: 2.5em;
    fill: #fff;
    transition: 0.3s all;
}

.gc-s9-donation-caption {
    color: #fff;
    font-weight: 600;
}

.gc-s9-donation-btn:hover svg {
    transform: translateX(100%);
    fill: #4D2600;
}

@media (min-width: 1440px) {
    .gc-s9-flex-item:first-child {
        justify-content: start;
        align-items: start;
        padding: 4em;
    }

    .gc-s9-text {
        font-size: 1.2vw;
    }

    .gc-s9-flex-item:last-child {
        align-items: start;
        padding: 2em 4em;
    }

    .gc-s9-main-message {
        font-weight: 800;
        margin-bottom: 0.5em;
    }

}

@media (min-width: 2560px) {
    .gc-s9-donation-btn p {
        font-size: 5em;
    }

    .gc-s9-arrow {
        width: 4.5em;
    }

    .gc-s9-text {
        font-size: 1vw;
    }
}


/*section 7*/

#give-mind-scene-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff4e7;
    position: relative;
    padding: 0px 0 80px 0;
}

#give-mind-scene-7 .gm-main-message {
    margin-bottom: 2em;
    color: #121212;
    text-align: center;
    font-size: clamp(20px, 4vw, 40px);
    font-weight: 700;
}

#give-mind-scene-7 .gm-container {
    opacity: 1;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 0.6s ease-out;
}

#give-mind-scene-7 .gm-container.visible {
    opacity: 1;
    transform: translateY(0);
}

.gm-outlink-list {
    display: grid;
    gap: 16px;
}


.gm-outlink {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    gap: 16px;
    border-radius: 16px;
    padding: 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    flex: 1;
    aspect-ratio: 16 / 9;
}

.gm-outlink p {
    text-align: center;
}

@media (min-width: 820px) {
    #give-mind-scene-7 {
        height: 100svh;
    }

    .gm-outlink-list {
        align-items: center;
    }

    .gm-outlink {
        width: 100%;
        /*max-width: 400px;*/
        aspect-ratio: 4 / 3;
    }
}


@media (min-width: 1024px) {
    .gm-outlink-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .gm-outlink {

    }
}


.gm-outlink p {
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 700;
}

.gm-outlink img {
    width: 16px;
}