/* .tour-footer {
    background: #5b321f;
    color: #fff8ea;
    padding: 34px 0;
}

.tour-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.tour-footer strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 950;
}

.tour-footer p {
    margin: 0;
    color: rgba(255, 248, 234, 0.78);
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .tour-footer__inner {
        flex-direction: column;
        align-items: flex-start;
    }
} */

/* footer */
.gaya-footer--wrap {
	background-color: #fffaf2;
}

/* partners logo */
.all--gaya-footer {
	margin: auto;
}
.gaya-partners {
    padding: 20px 0;
    background: #fff;
	background: #fffaf2;
    border-top: 1px solid #e3e1c9;
}

.gaya-partners__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gaya-partners__logos {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
	gap: 25px 40px; 
}

.gaya-partners__logos img {
    display: block;
    width: auto;
    max-height: 30px;
    object-fit: contain;
}

.gaya-footer {
    /* padding: 50px 0;
    background: linear-gradient(90deg, #f8f7e8 0%, #f4f5df 45%, #eef4df 100%);
    	background: #fff;
    border-top: 1px solid #e3e1c9; */

	max-width: 1440px;
	margin: auto;
	padding: 42px 10px;
    background: #fff;
	background: #fffaf2;
    border-top: 1px solid #eeeeee;
}

.gaya-footer__inner {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 40px;
}

.gaya-footer__info {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    min-width: 0;
}

.gaya-footer__label {
    flex: 0 0 auto;
    padding-top: 3px;
    color: #5c593c;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.gaya-footer__divider {
    margin: 0 6px;
    color: #999;
    font-weight: 400;
}

.gaya-footer__text strong {
    display: inline-block;
    margin-bottom: 15px;
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.gaya-footer__contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
}

.gaya-footer__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #333;
    font-size: 15px;
    line-height: 1;
}

.gaya-footer__icon {
    color: #228347;
    font-size: 18px;
    line-height: 1;
}

.gaya-footer__logos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 44px;
    flex: 0 0 auto;
}

.gaya-footer__logos img {
    display: block;
    width: auto;
    max-height: 35px;
    object-fit: contain;
}

.base__footer {
	background: #585756;
	background: #2a2826;
	padding: 15px 0; 
}
.inner__base__footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px; 
}
.base__footer p { 
	color: #fff; 
    font-size: 16px;
    font-weight: 400;
}
.base__footer img { 
	width: 20px;
}

/* ¹ÝÀÀÇü */
@media (max-width: 2000px) {
	.gaya-partners { padding: 20px 10px; }
}
@media (max-width: 1500px) {
	.gaya-partners__logos {
		justify-content: flex-start;
		gap: 20px 40px;
	}
}
@media (max-width: 1200px) {
	.gaya-footer__logos img { 
	    max-height: 28px;
        min-height: inherit;
	}
}
@media (max-width: 1024px) {
	.gaya-footer__inner { flex-direction: column; }
}
@media (max-width: 992px) {
	.gaya-partners__logos { gap: 20px 40px; }
	.gaya-partners__logos img { max-height: 22px; }
	
}
@media (max-width: 768px) {

	.gaya-partners {
        padding: 20px 10px;
    }

    .gaya-partners__logos {
        gap: 18px 24px;
    }

    .gaya-footer {
        padding: 24px 10px;
    }

    .gaya-footer__inner {
        text-align: left;
    }

    .gaya-footer__info {
        display: block;
    }

    .gaya-footer__label {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .gaya-footer__text strong {
        font-size: 16px;
    }

    .gaya-footer__contact {
        gap: 12px 18px;
    }

    .gaya-footer__contact-item {
        font-size: 14px;
    }

    .gaya-footer__logos {
        justify-content: flex-start;
        gap: 22px;
        margin-top: 20px;
    }

    .gaya-footer__logos img {
        max-height: 34px;
    }
}

@media (max-width: 578px) {
	.gaya-footer__logos { gap: 30px; }
	.gaya-footer__logos img  { max-height: 24px; }
	.gaya-footer__inner { gap: 20px; }
	.gaya-footer__contact { gap: 15px; }
    .gaya-partners__logos {
        gap: 14px 18px;
    }

    .gaya-partners__logos img {
        max-height: 24px;
    }

	.inner__base__footer { padding-left: 10px; padding-right: 10px; }
	.base__footer p { 
		font-size: 15px; 
	    display: flex;
		flex-wrap: wrap;
	}
	.gaya-footer__text strong { margin-bottom: 0; }
}

@media (max-width: 475px) {
	.gaya-footer__logos { gap: 20px; }
	.gaya-footer__logos img { max-height: 22px; }
	.gaya-footer__contact { gap: 1px 15px; s}
}


/* TOP ¹öÆ° */
.gaya-top-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: #6eb92c;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
	padding: 8px 17px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .25s ease;
}
.gaya-top-btn img { width: 100%; }

.gaya-top-btn.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gaya-top-btn:hover {
    transform: translateY(-5px);
	background-color: #8be53b;
}

@media screen and (max-width: 578px) {
    .gaya-top-btn {
        right: 16px;
        bottom: 16px;

        width: 50px;
        height: 50px;

        font-size: 18px;
    }
}