.tour-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 250, 236, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(120, 74, 35, 0.14);
}

.tour-header__inner {
    width: min(1440px, calc(100% - 48px));
    height: 78px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.tour-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #5d371f;
}

.tour-logo img {
    height: 45px;
    object-fit: contain;
}

.tour-logo span {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.2;
}

.tour-logo small {
    font-size: 13px;
    font-weight: 700;
    color: #9a6841;
}

.tour-logo strong {
    font-size: 18px;
    font-weight: 800;
    color: #5d371f;
}

.tour-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.tour-nav a {
    font-size: 20px;
    font-weight: 600;
    color: #5f452f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.tour-nav a:hover {
    color: #61330d
}

/* .tour-header__btn {
    min-width: 112px;
    height: 42px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #7a4528;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(91, 51, 31, 0.2);
}  */

/* .tour-header__btn.is-disabled {
    background: #999;
    box-shadow: none;
} */

.tour-mobile-btn {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #7a4528;
    cursor: pointer;
    position: relative;
}

.tour-mobile-btn span {
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 12px;
    transition: 0.25s;
}

.tour-mobile-btn span:nth-child(1) { top: 13px; }
.tour-mobile-btn span:nth-child(2) { top: 20px; }
.tour-mobile-btn span:nth-child(3) { top: 27px; }

.tour-mobile-btn.is-active span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
}

.tour-mobile-btn.is-active span:nth-child(2) {
    opacity: 0;
}

.tour-mobile-btn.is-active span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
}

.tour-mobile-menu {
    display: none;
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fffaf0;
    border-bottom: 1px solid rgba(120, 74, 35, 0.14);
    padding: 18px 24px;
}

.tour-mobile-menu a {
    display: block;
    padding: 14px 0;
    color: #5d371f;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed rgba(120, 74, 35, 0.18);
}

.tour-mobile-menu.is-open {
    display: block;
}

/* header */
.tour-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(80, 45, 25, 0.08);
}

.tour-header__inner {
	width: min(1520px, calc(100% - 64px));
	height: 86px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.tour-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 250px;
}

.tour-logo span {
	display: flex;
	flex-direction: column;
	line-height: 1.12;
}

.tour-logo strong {
	font-size: 23px;
	font-weight: 800;
	color: #4b2414;
}

.tour-logo small {
	margin-top: 3px;
	font-size: 13px;
	font-weight: 700;
	color: #4d3528;
}

.tour-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 58px;
	font-size: 17px;
	font-weight: 800;
	color: #24170f;
}

.tour-nav a {
	position: relative;
	padding: 8px 0;
}

.tour-nav a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #6a351c;
	transform: translateX(-50%);
	transition: width 0.25s ease;
}

.tour-nav a:hover::after {
	width: 100%;
}

/* .tour-header__btn {
	min-width: 132px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #5a2c18;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(77, 38, 18, 0.18);
} */

/* .tour-header__btn::after {
	content: "›";
	margin-left: 8px;
	font-size: 22px;
	line-height: 1;
} */

.tour-header__btn.is-disabled {
	background: #8c7b70;
	cursor: default;
}

.tour-mobile-btn {
	display: none;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.tour-mobile-btn span {
	display: block;
	width: 26px;
	height: 2px;
	margin: 6px auto;
	background: #4b2414;
	transition: 0.25s ease;
}

.tour-mobile-btn.is-active span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.tour-mobile-btn.is-active span:nth-child(2) {
	opacity: 0;
}

.tour-mobile-btn.is-active span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.tour-mobile-menu {
	display: none;
	position: fixed;
	top: 86px;
	left: 0;
	right: 0;
	z-index: 99;
	background: rgba(255,255,255,0.98);
	border-bottom: 1px solid rgba(80, 45, 25, 0.1);
	padding: 18px 24px;
	box-shadow: 0 20px 40px rgba(60, 35, 20, 0.1);
}

.tour-mobile-menu a:last-child {
	border-bottom: 0;
}

.tour-mobile-menu.is-open {
	display: block;
}

/* header */
.tour-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255,255,255,0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(80, 45, 25, 0.08);

	box-shadow: 0 4px 18px rgba(74, 45, 27, 0.08);
}

.tour-header__inner {
	width: min(1520px, calc(100% - 64px));
	height: 86px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.tour-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 250px;
}

.tour-logo span {
	display: flex;
	flex-direction: column;
	line-height: 1.12;
}

.tour-logo small {
	margin-top: 1px;
	font-size: 13px;
	font-weight: 700;
	color: #4d3528;
}

.tour-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 58px;
	font-size: 17px;
	font-weight: 800;
	color: #24170f;
}

.tour-nav a {
	position: relative;
	padding: 8px 0;
}

.tour-nav a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #6a351c;
	transform: translateX(-50%);
	transition: width 0.25s ease;
}

.tour-nav a:hover::after {
	width: 100%;
}

.tour-header__btn {
	min-width: 132px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #5a2c18;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(77, 38, 18, 0.18);
}

.tour-header__btn::after {
	content: "›";
	margin-left: 8px;
	font-size: 22px;
	line-height: 1;
}

.tour-header__btn.is-disabled {
	background: #8c7b70;
	cursor: default;
}

.tour-mobile-btn {
	display: none;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.tour-mobile-btn span {
	display: block;
	width: 26px;
	height: 2px;
	margin: 6px auto;
	background: #4b2414;
	transition: 0.25s ease;
}

.tour-mobile-btn.is-active span:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.tour-mobile-btn.is-active span:nth-child(2) {
	opacity: 0;
}

.tour-mobile-btn.is-active span:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.tour-mobile-menu {
	display: none;
	position: fixed;
	top: 66px;
	left: 0;
	right: 0;
	z-index: 99;
	background: rgba(255,255,255,0.98);
	border-bottom: 1px solid rgba(80, 45, 25, 0.1);
	padding: 18px 24px;
	box-shadow: 0 20px 40px rgba(60, 35, 20, 0.1);
}

.tour-mobile-menu a:last-child {
	border-bottom: 0;
}

.tour-mobile-menu.is-open {
	display: block;
}

/* top button */
.tour-top-btn {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 90;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 50%;
	background: #5a2c18;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: 0.25s ease;
	box-shadow: 0 14px 28px rgba(55, 28, 14, 0.25);
}

.tour-top-btn.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* top button */
.tour-top-btn {
	position: fixed;
	right: 28px;
	bottom: 28px;
	z-index: 90;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 50%;
	background: #5a2c18;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: 0.25s ease;
	box-shadow: 0 14px 28px rgba(55, 28, 14, 0.25);
}

.tour-top-btn.is-show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


@media (max-width: 1280px) {
	.tour-logo strong { font-size: 18px; }
	.tour-nav a { font-size: 18px; }
}

@media (max-width: 1024px) {
    .tour-nav {
        display: none;
    }
	.tour-header__btn.is-disabled { display: none; }

    .tour-mobile-btn {
        display: block;
    }
	.tour-mobile-btn span:nth-child(1) { top: 6px; }
	.tour-mobile-btn span:nth-child(2) { top: 14px; }
	.tour-mobile-btn span:nth-child(3) { top: 22px; }
	button:hover { background-color: transparent; }
	.tour-mobile-btn.is-active span:nth-child(1) { top: 6px; }
	.tour-mobile-btn.is-active span:nth-child(3) { top: 21px; }
}

@media (max-width: 1080px) {
	.tour-header__inner { 
		width: min(1520px, calc(100% - 24px)); 
		height: 73px;
	}
	.tour-logo small { font-size: 12.5px; }
	.tour-logo strong { font-size: 17px; }
	.tour-nav { gap: 38px; }
	.tour-nav a { font-size: 17px; }
	.tour-logo img { height: 36px; }
}

@media (max-width: 768px) {
    .tour-header__inner {
        width: calc(100% - 32px);
        height: 68px;
    }

    .tour-logo img {
        height: 34px;
    }

    .tour-logo strong {
        font-size: 15px;
    }

    .tour-header__btn {
        display: none;
    }

    .tour-mobile-menu 
        top: 68px;
    }
}

@media (max-width: 578px) {
	.tour-header__inner { gap: 0; }
	.tour-mobile-menu.is-open { top: 65px; }
	.tour-logo small { font-size: 11.5px; }
}