*,
*::before,
*::after{
	box-sizing:border-box;
	margin:0;
	padding:0;
}

html,body{
	width:100%;
	height:100%;
}

body{
	-webkit-tap-highlight-color:transparent;
	font-family:'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic',sans-serif;
	line-height:1;
}

img{
	width:100%;
	display:block;
}

button,input,textarea,select{
	font-family:inherit;
	border:0;
	background:none;
	outline:none;
}

a{
	text-decoration:none;
	color:inherit;
}

ul,ol{
	list-style:none;
}

.imagemap{
	position:relative;
	width:100%;
}

.container {
	position: relative;
	width:100%;
	max-width:860px;
	margin:0 auto;
	background: #0175cc;
	min-width:375px;
}

.logo_main {
	width:56%;
	margin:0% auto 10%;
	padding-top:10%;
}

.logo_main2 {
	width:40%;
	margin:0% auto 10%;
	padding-top:10%;
}

.date_location {
	text-align:center;
	margin:0 auto 10%;
	color:#FFF;
	font-weight:700;
	font-size:clamp(14px,2.4vw,28px);
	line-height:1.4;
}


.main_menu {
    position: relative;
    display: block;
    margin: 0 auto;
    background: linear-gradient(90deg, #1f3e75, #295094); /* 그라데이션 */
    padding: 2% 0%;
    color: #FFF;
    font-weight: 700;
    font-size: clamp(16px, 3vw, 32px);
    border-radius: 10px;
    text-align: center;
    margin-bottom: 3%;
    z-index: 2;
    width: 58%;
}
.main_bg {
	position:relative;
	z-index:1;
	margin-top:-40%;
}

.logo_full {
    position: absolute;
    bottom:5%;   /* 바닥에서 5% 위 */
    left:50%;
    transform: translateX(-50%); /* 가운데 정렬 */
    width:34%;
    z-index:2;
}

.logo_full2 {
    position: absolute;
    top:3%;   /* 바닥에서 5% 위 */
    left:5%;
    width:34%;
    z-index:2;
}

.logo_full img {
    filter: drop-shadow(0 0 0 white) 
            drop-shadow(0 0 5px white)
            drop-shadow(0 0 10px white);
}


.gohome {
    position: fixed;
    top: 28px;
    right: 6%;
    width: 8%;
    height: auto;
    z-index: 10;
    max-width: 44px;
	}
	
/* =========================
menu01
========================= */

#menu01 h1 {
	text-align:center;
	margin:10% auto 10%;
}

#menu01 .content {
    position: relative;
    padding-top: 10%;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    color: #FFF;
    font-size: clamp(12px, 3vw, 29px);
    line-height: 1.4;
}

#menu01 .sign {
	position:relative;
	width:90%;
	margin-top:15%;
	text-align:right;
    color: #FFF;
    font-size: clamp(10px, 2.8vw, 24px);
	z-index:2;
	}
	
#menu01 .sign b {
    font-size: clamp(12px, 3vw, 29px);
	z-index:2;
	}


/* =========================
menu02
========================= */

#menu02 .content {
	position:relative;
	width:90%;
	margin:0 auto;
	z-index:2;
	}

#menu02 h1{
	text-align:center;
	margin:10% auto 8%;
	color:#fff;
}

/* 금색 라벨 */
.label_gold{
	background:#c7a95c;
	color:#222;
	font-weight:700;
	text-align:center;
	padding:3% 5%;
	border-radius:40px;
	width:70%;
	margin:0 auto 6%;
	font-size:clamp(13px,3vw,28px);
}

.label_gold.mt{
	margin-top:10%;
}

/* 노선 */
.route_box{
	background:#3b2d25;
	color:#fff;
	text-align:center;
	padding:3%;
	font-size:clamp(13px,3vw,26px);
}

/* 표 */
.info_table{
	width:100%;
	border-top:1px solid rgba(255,255,255,0.3);
	background:#000;
	opacity:0.5;
}

.info_table .row{
	display:flex;
	border-bottom:1px solid rgba(255,255,255,0.2);
}

.info_table .th {
	width:28%;
	padding:3%;
	font-weight:700;
	color:#fff;
	font-size:clamp(12px,3vw,24px);

	display:flex;
	align-items:center;      /* 세로 중앙 */
	justify-content:center;  /* 가로 중앙 */
	text-align:center;       /* 여러 줄 중앙 */
}

.info_table .td{
    width: 72%;
    padding: 4%;
    color: #fff;
    font-size: clamp(11px, 2vw, 24px);
    line-height: 1.4;
}

/* 지도 */
.map_img{
	margin:8% auto;
	width:100%;
}

/* 강조 문구 */
.notice{
	text-align:center;
	color:yellow;
	font-weight:700;
	font-size:clamp(12px,3vw,24px);
	margin-bottom:10%;
}

/* 주차 텍스트 */
.parking_text{
    margin: 0 auto;
    color: #fff;
    font-size: clamp(10px, 2.7vw, 22px);
    line-height: 1.4;
}

.parking_text p{
	margin-bottom:6%;
}

/* 버튼 */
.btn_parking{
	display:block;
	width:80%;
	margin:10% auto 15%;
	padding:4%;
	text-align:center;
	background:#2d4d86;
	color:#fff;
	border-radius:40px;
	font-weight:700;
	font-size:clamp(14px,3vw,28px);
}

/* =========================
menu03
========================= */

#menu03 .content{
	position:relative;
	width:90%;
	margin:0 auto;
	z-index:2;
}

#menu03 h1{
	text-align:center;
	margin:10% auto 8%;
	color:#fff;
}

/* 큰 여백 */
.mt_big{
	margin-top:15%;
}

/* 대표 이미지 */
.hotel_main{
	margin-bottom:1%;
}

/* 2x2 그리드 */
.hotel_grid{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3% 1%;
    margin-bottom: 8%;
}

.grid_item{
	position:relative;
	width:100%;
	aspect-ratio:4/2.5; /* 핵심 */
	overflow:hidden;
}

.grid_item img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover; /* 핵심 */
}

/* 호텔 텍스트 */
.hotel_info{
	color:#fff;
	font-size:clamp(10px,3vw,24px);
	line-height:1.5;
	text-align:left;
	margin-bottom:12%;
}

.hotel_info p{
	margin-bottom:4%;
}

/* 날씨 박스 */
.weather_box{
	background:rgba(255,255,255,0.1);
	border-left:6px solid #c7a95c;
	padding:4%;
	color:#fff;
	font-size:clamp(10px,2.8vw,24px);
	line-height:1.5;
	margin-bottom:8%;
}

/* 날씨 이미지 */
.weather_img{
	margin-bottom:10%;
}

/* =========================
menu04 일정
========================= */

#menu04 .content{
	position:relative;
	width:90%;
	margin:0 auto;
	z-index:2;
}

#menu04 h1{
	text-align:center;
	margin:10% auto 8%;
	color:#fff;
}

/* Day 라벨 */
.day_label{
	background:#3b2d25;
	color:#fff;
	text-align:center;
	padding:3%;
	font-weight:700;
	font-size:clamp(14px,3vw,28px);
}

/* 일정 박스 */
.schedule_box{
	background:rgba(0,0,0,0.35);
	border-top:1px solid rgba(255,255,255,0.3);
}

/* 한 줄 */
.schedule_item{
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding:1.5% 3%;
	text-align:center;
	color:#fff;
}

/* 시간 */
.schedule_item .time{

	font-size:clamp(13px,3vw,26px);
	margin-bottom:1%;
}

/* 설명 */
.schedule_item .desc{
	font-size: clamp(12px, 2.8vw, 24px);
    line-height: 1.4;
    font-weight: 700;
}

/* 하단 안내 */
.schedule_notice{
	text-align: right;
    color: #9fd0ff;
    font-size: clamp(10px, 2.5vw, 20px);
    margin: 2% 0 8%;
}

/* 버튼 */
.btn_tour{
	display:block;
	width:70%;
	margin:0 auto 15%;
	padding:4%;
	text-align:center;
	background:#c7a95c;
	color:#222;
	border-radius:40px;
	font-weight:700;
	font-size:clamp(14px,3vw,28px);
}


/* =========================
tour_info
========================= */

#tour .content{
	position:relative;
	width:90%;
	margin:0 auto;
	z-index:2;
}

#tour h1{
	text-align:center;
	margin:10% auto 8%;
	color:#fff;
}

/* 큰 여백 */
#tour .mt_big{
	margin-top:15%;
}

/* 대표 이미지 */
#tour .tour_main{
	margin-bottom:3%;
}

/* 2x2 그리드 */
#tour .tour_grid{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3% 1%;
    margin-bottom: 8%;
}

#tour .grid_item{
	position:relative;
	width:100%;
	aspect-ratio:4/2.5; /* 핵심 */
	overflow:hidden;
}

#tour .grid_item img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover; /* 핵심 */
}

/* 호텔 텍스트 */
#tour .tour_info{
    color: #fff;
    font-size: clamp(10px, 2.8vw, 24px);
    line-height: 1.5;
    text-align: left;
    margin-bottom: 5%;
}

#tour .tour_info p{
	margin-bottom:4%;
}

/* 날씨 박스 */
#tour .weather_box{
    background: rgba(255, 255, 255, 0.1);
    border-left: 6px solid #c7a95c;
    padding: 4%;
    color: #fff;
    font-size: clamp(10px, 2.8vw, 24px);
    line-height: 1.5;
    margin-bottom: 5%;
}

/* 날씨 이미지 */
#tour .weather_img{
	margin-bottom:10%;
}

#tour hr {
	margin:15% auto;
	width: 90%;
	border:3px solid #EAEAEA;
}