@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&display=swap');

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

#give-taste {
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 600;
    color: #000;

}

/* br */
.gt-only-mobile-show {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .gt-only-mobile-show {
        display: block;
    }

    .gt-only-web-show {
        display: none;
    }
}


#give-taste a {
    z-index: 60;
}

#gt-floating-donation-web {
    position: fixed;
    top: 6rem;
    right: 3rem;
    width: 10rem;
    transition: 0.3s all;
    cursor: pointer;
}

/*under 1536*/
@media only screen and (max-width: 1536px) {
    #gt-floating-donation-web {
        position: fixed;
        top: 6rem;
        right: 3rem;
        width: 8rem;
        transition: 0.3s all;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1536px) {
    #gt-floating-donation-web {
        position: fixed;
        top: 6rem;
        right: 3rem;
        width: 8rem;
        transition: 0.3s all;
        cursor: pointer;
    }
}

@media only screen and (max-width: 768px) {
    #gt-floating-donation-web {
        display: none;
    }
}

.gt-go-to-top {
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 69;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 375px) {
    .gt-go-to-top {
        right: 1rem;
    }

    .gt-go-to-top > p {
        display: none;
    }
}

.gt-go-to-top > p {
    font-family: 'EF_jejudoldam', sans-serif;
    font-weight: 400;
}

.gt-go-to-top > p {
    font-family: 'EF_jejudoldam', sans-serif;
    font-weight: 400;
    transition: 0.3s all;
}

.gt-go-to-top:hover > p {
    color: orangered;
}

.gt-go-to-top > svg {
    transition: transform 0.3s ease;
}

.gt-go-to-top:hover > svg {
    transform: translateY(-8px);
}

#gt-floating-donation-mobile {
    display: none;
    background-color: black;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: 0.3s all;
    z-index: 80 !important;
}

@media only screen and (max-width: 768px) {
    #gt-floating-donation-mobile {
        display: block;
    }
}


#gt-floating-donation-web:hover {
    box-shadow: 8px 8px 0 0 #f5a216;
}

.fruit {
    position: fixed;
    width: 40px;
    height: 40px;
    pointer-events: none;
    opacity: 1;
    transform: scale(1);
    will-change: transform, opacity;
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.gt-section {
    position: relative;
    /*border-bottom: 1px solid #000;*/
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}


.gt-msg-background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

#bubble-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
}

.gt-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    text-align: center;
    font-size: 3rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    width: 100%;
}

/*under 1536*/
@media only screen and (max-width: 1536px) {
    .gt-message {
        font-size: 2rem;
    }
}

/*under 430*/
@media only screen and (max-width: 430px) {
    .gt-message {
        padding: 0 3rem;
        font-size: 1.5rem;
    }
}

.gt-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

#gt-bf-logo-mobile {
    display: none;
    width: 2rem;
}

@media only screen and (max-width: 768px) {
    .gt-header {
        padding: 1rem;
    }

    #gt-bf-logo-mobile {
        display: block;
    }

    #gt-bf-logo {
        display: none;
    }
}


#gt-0 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #FDE7EB, #FFFFFF);
}

.gt-title {
    font-family: 'EF_jejudoldam', sans-serif;
    font-size: 8rem;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
}

/*under 1536*/
@media only screen and (max-width: 1536px) {
    .gt-title {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 430px) {
    .gt-title {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 375px) {
    .gt-title {
        font-size: 2rem;
    }
}


.gt-title > span {
    color: orangered;
}

.gt-scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gt-scroll p {
    margin-bottom: 1rem;
    color: orangered;
}

.gt-scroll-gage {
    position: relative;
    width: 2px;
    height: 5rem;
    overflow: hidden;
    margin: 0 auto;
}

.gt-scroll-gage::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: orangered;
    animation: fillGage 2s ease-in-out infinite;
}

@keyframes fillGage {
    0% {
        transform: translateY(-100%);
        opacity: 0.3;
    }
    30% {
        opacity: 1;
    }
    50% {
        transform: translateY(0);
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.3;
    }
}

#gt-1 {
    background: linear-gradient(to bottom, #ffffff, #F3E5AB);
    display: flex;
    justify-content: center;
    align-items: center;
}

#gt-1 iframe {
    border-radius: 1rem;
    width: 100%;
    max-width: 80rem;
    aspect-ratio: 16 / 9;
    z-index: 50;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*under 1536*/
@media only screen and (max-width: 1536px) {
    #gt-1 iframe {
        max-width: 50rem;
    }
}

@media only screen and (max-width: 430px) {
    #gt-1 iframe {
        border-radius: unset;
    }
}

#gt-2 .gt-msg-background:nth-child(1) {
    background: linear-gradient(to bottom, #F3E5AB, #FFD600);
}

#gt-2 .gt-msg-background:nth-child(2) {
    background: linear-gradient(to bottom, #FFD600, #C8F4D1);
}

#gt-2 .gt-msg-background:nth-child(3) {
    background: linear-gradient(to bottom, #C8F4D1, #ffffff);
}


/* section-3*/
#gt-3 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    padding: 8rem 0;
}

#gt-3 > p {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    /*font-family: 'EF_jejudoldam', sans-serif;*/
    color: #323232;
}

#gt-3 > p > span {
    font-weight: 800;
    color: orangered;
}

.gt-interview-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    max-width: 120rem;
    margin: 7% auto;
    padding: 0 2rem;
    gap: 2rem;
    transition: 1.5s all;
    opacity: 0;
    visibility: hidden;
    /*overflow-x: hidden;*/
}

.gt-interview-item {
    position: relative;
    aspect-ratio: 1/1;
    width: 100%;
    margin: auto;
}

.gt-interview-item:nth-child(1) {
    transform: translateY(-50%);
}

.gt-interview-item:nth-child(2) {
    transform: translateY(20%);
}

.gt-interview-item:nth-child(3) {
    transform: translateY(-20%);
}

.gt-interview-item:nth-child(4) {
    transform: translateY(10%);
}

.gt-interview-item:nth-child(5) {
    transform: translateY(-30%);
}

.gt-interview-item p {
    position: absolute;
    bottom: -29%;
    width: 100%;
    max-width: 20rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
    background-color: #ffffff;
    padding: 1rem 2rem;
    text-align: center;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 1.2rem;
}

.gt-interview-item:last-child p {
    bottom: -10%;
}


.gt-rotate-text {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 40;
    animation: rotateTextRight 60s linear infinite;
}

.gt-interview-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 999px;
    width: 80%;
}

@keyframes rotateTextRight {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


@media only screen and (max-width: 1536px) {
    #gt-3 > p {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 600;
        /*font-family: 'EF_jejudoldam', sans-serif;*/
        color: #323232;
    }

    .gt-interview-item p {
        font-size: 0.9rem;
        bottom: -20%;
    }


    .gt-interview-item:nth-child(2) {
        transform: translateY(0);
    }

    .gt-interview-item:nth-child(4) {
        transform: translateY(-5%);
    }

}

@media only screen and (max-width: 1024px) {
    .gt-interview-list {
        grid-template-columns: repeat(3, 1fr);
        max-width: 60rem;
        row-gap: 6rem;
    }

    .gt-interview-item:nth-child(1),
    .gt-interview-item:nth-child(3),
    .gt-interview-item:nth-child(5) {
        transform: translateY(0);
    }

    .gt-interview-item p {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 768px) {
    .gt-interview-list {
        grid-template-columns: repeat(2, 1fr);
        max-width: 40rem;
        row-gap: 6rem;
    }
}

@media all and (max-width: 430px) {
    #gt-3 {
        display: block;
        /*height: 200dvh;*/
        overflow-y: hidden;
    }

    #gt-3 > p {
        font-size: 1.5rem;
    }

    .gt-interview-list {
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
        row-gap: 3rem;

    }

    .gt-interview-item{
        transform: translate(-50%, 0);
        width: 100%;
        justify-self: center;
    }
    .gt-interview-item p {
        bottom: 0;
        font-size: 0.9rem;
    }
    .gt-interview-item:nth-child(5) p {
        bottom: 10%;
    }
}


#gt-4 .gt-msg-background:nth-child(1) {
    background: linear-gradient(to bottom, #ffffff, #BCE7F0);
}

#gt-4 .gt-msg-background:nth-child(2) {
    background: linear-gradient(to bottom, #BCE7F0, #00E5A0);
}

#gt-4 .gt-msg-background:nth-child(3) {
    background: linear-gradient(to bottom, #00E5A0, #ffffff);
}

/*#gt-4 .gt-msg-background:nth-child(4) {*/
/*    background: linear-gradient(to bottom, #D4F8E8, #ffffff);*/
/*}*/

#gt-4 .gt-msg-background:nth-child(4) .gt-message {
    font-family: 'EF_jejudoldam', sans-serif;
    font-size: 4rem;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
}

/*under 1536*/
@media only screen and (max-width: 1536px) {
    #gt-4 .gt-msg-background:nth-child(4) .gt-message {
        font-size: 3rem;
        line-height: 150%;
    }
}

/*under 430*/
@media only screen and (max-width: 430px) {
    #gt-4 .gt-msg-background:nth-child(4) .gt-message {
        font-size: 2rem;
    }
}

/* section -5*/

#gt-5 {
    position: relative;
}

#gt-5 .gt-check-sticker {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 1.5rem;
}

#gt-5 .gt-check-sticker > p {
    font-size: 2.5rem;
    text-align: center;
    font-family: 'EF_jejudoldam', sans-serif;
    font-weight: 400;
}


#gt-5 .gt-check-sticker ul {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    z-index: 60;
    width: 100%;
    max-width: 72rem;
    gap: 1rem;
    margin: 0 auto 1.5rem;
}

/*under 1536*/
@media only screen and (max-width: 1536px) {
    #gt-5 .gt-check-sticker > p {
        /*font-size: 1.8rem;*/
    }

    #gt-5 .gt-check-sticker ul {
        max-width: 60rem;
    }

}

@media all and (max-width: 1024px) {

    #gt-5 .gt-check-sticker ul {
        grid-template-columns: repeat(3, 1fr);
        max-width: 40rem;
    }
}


@media all and (max-width: 820px) {
    #gt-5 .gt-check-sticker > p {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

/*under 430*/
@media only screen and (max-width: 430px) {
    #gt-5 .gt-check-sticker > p {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    #gt-5 .gt-check-sticker ul {
        grid-template-columns: repeat(2, 1fr);
        max-width: 20rem;
    }
}

/*under 375*/
@media only screen and (max-width: 375px) {
    #gt-5 .gt-check-sticker > p {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    #gt-5 .gt-check-sticker ul {
        grid-template-columns: repeat(2, 1fr);
        max-width: 15rem;
        margin-bottom: 0;
    }
}


#gt-5 .gt-sticker-btn {
    cursor: pointer;
    transition: 0.3s all;
    position: relative;
    display: block;

}


.gt-sticker {
    transition: 0.3s ease-in-out;
}

#gt-5 .gt-checkbox {
    display: none;
}

.gt-make-juice {
    width: 100%;
    max-width: 16rem;
    z-index: 55;
}

#gt-username {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
}

#gt-make-button {
    cursor: pointer;
    width: 100%;
    padding: 1rem 0.5rem;
    background: orange;
    font-size: 1rem;
    font-weight: 600;
}

.gt-checked-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#gt-show-result {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000080;
    z-index: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.gt-show-juice {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 1920px) {
    .gt-show-juice {
        transform: scale(0.9);
    }
}

@media only screen and (max-width: 1536px) {
    .gt-show-juice {
        transform: scale(0.6);
    }
}


.gt-show-options {
    display: flex;
    align-items: center;
}

.gt-show-options button {
    flex: 1;
    background-color: orangered;
    padding: 1.5rem;
    font-size: 1.1rem;
    cursor: pointer;
}

.gt-show-options button:first-child {
    background-color: #C8F4D1;
}

.gt-show-options button:first-child:hover {
    background-color: #00E5A0;
}

.gt-show-options button:last-child {
    background-color: #ffffff;
}


/* section 6*/

#gt-6 {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    background: linear-gradient(to bottom, #ffffff, #BCE7F0);
}

/* General Phone */
@media all and (max-width: 767px) {
    #gt-6 {
        padding: 3rem;
    }
}


.gt-donation-message p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.gt-donation-message p:last-child {
    margin-bottom: 0;
}

#gt-6 > p:nth-child(1) {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.gt-6-caption {
    color: #0a7aff;
    font-weight: 400;
}


#gt-6 a {
    display: block;
    width: fit-content;
    background: orange;
    font-size: 1.5rem;
    color: #000;
    padding: 1rem 5rem;
}


/*under 1536*/
@media only screen and (max-width: 1536px) {
    #gt-6 {
        padding: 3rem 0;
        gap: 1.5rem;
    }

    .gt-donation-message p {
        font-size: 1rem;
    }

    #gt-6 > p:nth-child(1) {
        font-size: 1.5rem;
    }

    #gt-6 a {
        font-size: 1.3rem;
        padding: 1rem 5rem;
    }
}

@media all and (max-width: 1024px) {
    .gt-donation-message p {
        font-size: 1.5rem;
    }

    #gt-6 > p:nth-child(1) {
        font-size: 2rem;
    }

    .gt-6-caption {
        color: #0a7aff;
        font-weight: 400;
        font-size: 1.2rem;
    }
}

@media all and (max-width: 820px) {
    .gt-donation-message p {
        font-size: 1.1rem;
    }

    #gt-6 > p:nth-child(1) {
        font-size: 1.8rem;
    }

    .gt-6-caption {
        font-size: 1rem;
    }
}

@media all and (max-width: 430px) {
    #gt-6 {
        padding: 0 2rem;
    }

    .gt-donation-message p {
        font-size: 1rem;
    }

    #gt-6 > p:nth-child(1) {
        font-size: 1.2rem;
    }

    .gt-6-caption {
        font-size: 0.8rem;
        text-align: center;
    }
}


#gt-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #BCE7F0;
}

#gt-7 > p {
    font-size: 3rem;
    margin-bottom: 5rem;
    text-align: center;
    font-family: 'EF_jejudoldam', sans-serif;
    font-weight: 400;
}

#gt-7 > p > span {
    color: #0a7aff;
}


.gt-outlinks {
    width: 100%;
    max-width: 70rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.gt-outlinks a {
    background: #fff;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-radius: 0.5rem;
    font-weight: 700;
    line-height: 150%;
}

.gt-outlinks a:hover {
    background-color: #f9f9f9;
}

.gt-outlinks a img {
    width: 3rem;
    margin-top: 1rem;
}


@media only screen and (max-width: 1536px) {
    #gt-7 > p {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
}

@media all and (max-width: 820px) {

    #gt-7 {
        padding: 3rem;
    }

    #gt-7 > p {
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }

    .gt-outlinks a {
        font-size: 1.3rem;
    }
}

@media all and (max-width: 430px) {
    #gt-7{
      padding-bottom: 10rem;
    }
    .gt-outlinks {
        max-width: 20rem;
        display: grid;
        grid-template-columns: 1fr;
    }

    .gt-outlinks a {
        aspect-ratio: 16 / 9;
    }
}