.wrapper { padding: 52px 0 0; height: 100dvh; overflow-y: scroll; }
.wrapper { scrollbar-width: none;     /* Firefox */ -ms-overflow-style: none;     /* IE and Edge */ }
.wrapper::-webkit-scrollbar { display: none;     /* Chrome, Safari, Opera */ }
.hotel { letter-spacing: -0.024em;     /* height: 100dvh;
overflow-y: scroll; */ }
.hotel > .info_box { padding: 20px 2rem; background-color: #fff; }
.hotel > .info_box .title { color: #2F2F2F; font-size: 20px; font-weight: 700; margin-bottom: 4px; }
.hotel > .info_box > p { color: var(--gray-50, #778083); font-size: 14px; font-style: normal; font-weight: 500; line-height: 140%; word-break: keep-all; }
.hotel .info_detail { background-color: #ECEFF4; padding: 20px 16px; margin-top: 20px; margin-bottom: 20px; display: flex; flex-direction: column; grid-gap: 12px; border-radius: 10px; }
.hotel .info_detail { color: var(--gray-90, #172225); font-size: 14px; font-weight: 400; line-height: 140%; }
.hotel .info_detail > div { display: flex; justify-content: flex-start; width: 100%; align-items: center; grid-gap: 14px; }
.hotel .info_detail > div > img { width: 24px; height: auto; }
.hotel .info_detail > div > div:first-child { width: 36px; display: flex; height: 100%; align-items: center; line-height: 1; color: var(--gray-50, #778083); }
.hotel .info_detail > div > div:last-child {
	flex: 1;
	display: flex;
	grid-gap: 4px;
	width: 100%;
	justify-content: space-between;
    align-items: center;
}

.hotel .info_detail > div > div:last-child > p{
    line-height: 1;
}

.hotel .quick_box img { width: 24px; height: auto; }
.hotel .quick_box p { color: var(--gray-80, #282D2F); font-size: 12px; font-weight: 500; }
.hotel .quick_box > ul { display: flex; grid-gap: 2px; justify-content: space-between; }
.hotel .quick_box > ul > li { padding: 6px 8px; display: flex; flex-direction: column; grid-gap: 4px; width: 100%; height: 100%; border: 1px solid #E1E6E8; border-radius: 10px; }
.hotel .quick_box > ul > li { width: 100%; aspect-ratio: 1 / 1; align-items: center; justify-content: center; cursor: pointer; }
.hotel .cont_box { padding: 0; margin-top: 12px; }
.hotel .cont_box .inner_box { background: #FFF; padding-bottom: 20px; }
.hotel .cont_box .inner_box > .tab_box { padding: 20px 20px 0 20px; border-bottom: 1px solid #E1E6E8; }
.hotel .cont_box .inner_box > .tab_box .tab_list { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); }
.hotel .cont_box .inner_box > .tab_box .tab_list > div { width: 100%; font-size: 14px; font-weight: 500; color: #447D8B; text-align: center; position: relative; height: 24px; display: flex; justify-content: center; align-items: flex-start; }
.hotel .cont_box .inner_box > .tab_box .tab_list > div.on::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background-color: #447D8B; }
.hotel .cont_box .inner_box .tab_detail { padding: 20px 20px 0 20px; }
.hotel .cont_box .inner_box .tab_detail .tab_detail_box { display: none; }
.hotel .cont_box .inner_box .tab_detail .tab_detail_box.on { display: block; }
.hotel .cont_box .inner_box .tab_detail .info_table { display: flex; flex-direction: column; grid-gap: 20px; }
.hotel .cont_box .inner_box .tab_detail .info_table > li { display: flex; flex-direction: column; grid-gap: 10px; color: var(--gray-60, #565E66); font-size: 14px; font-weight: 400; line-height: 140%; }
.hotel .cont_box .inner_box .tab_detail .info_table > li > div:first-child { display: flex; flex-direction: column; grid-gap: 10px; color: var(--gray-90, #172225); font-weight: 600; }
.hotel .cont_box .inner_box .tab_detail .tab_detail_box > .title { color: var(--gray-90, #172225);     /* tit/b18 */ font-family: Pretendard; font-size: 18px; font-style: normal; font-weight: 700; line-height: 140%;     /* 25.2px */ letter-spacing: -0.36px; margin-bottom: 20px; }
.hotel .cont_box .inner_box > .custom-details { padding: 0 2rem; }
.hotel .cont_box .inner_box > .custom-details summary { list-style: none; cursor: pointer; display: flex; grid-gap: 20px; height: 56px; justify-content: space-between; align-items: center; }
.hotel .cont_box .inner_box > .custom-details summary { color: var(--gray-90, #172225); font-size: 14px; font-weight: 600; }
.hotel .cont_box .inner_box > .custom-details summary .i_1 { width: 52px; color: var(--gray-70, #40474A); font-weight: 600; }
.hotel .cont_box .inner_box > .custom-details summary .i_2 { width: 100%; flex: 1; }
.hotel .cont_box .inner_box > .custom-details summary .i_3 { width: 20px; transition: transform 0.3s ease; }
.hotel .cont_box .inner_box > .custom-details[open] summary .i_3 { transform: rotate(180deg); }
.hotel .cont_box .inner_box > .custom-details[open] > div { padding-bottom: 20px; color: var(--gray-60, #565E66); font-size: 14px; font-weight: 400; line-height: 140%; }
.map { position: relative; aspect-ratio: 3 / 2; overflow: hidden; aspect-ratio: 4 / 3; }
.copyButton { color: #FFF; text-align: center; font-family: Pretendard; font-size: 12px; font-style: normal; font-weight: 400; display: flex; justify-content: center; align-items: center; border-radius: 3px; background: var(--gray-30, #AEB8BC); padding: 1px 6px; }
