-
영등포오시면 여기 꼭 들려보세요 후회없습니다 2026.07.20
.ydp-lounge {
--bg: #10131a;
--panel: #171c26;
--panel-soft: #1d2330;
--accent: #8ea7ff;
--accent-soft: rgba(142, 167, 255, 0.14);
--text: #f4f6fb;
--subtext: #aeb6c7;
--line: rgba(255, 255, 255, 0.08);
width: 100%;
padding: 90px 20px;
background:
radial-gradient(circle at top left, rgba(142, 167, 255, 0.13), transparent 35%),
radial-gradient(circle at bottom right, rgba(123, 92, 255, 0.09), transparent 35%),
var(--bg);
color: var(--text);
font-family: "Pretendard", "Noto Sans KR", sans-serif;
box-sizing: border-box;
}
.ydp-lounge * {
box-sizing: border-box;
}
.ydp-lounge-inner {
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
.ydp-lounge-hero {
padding: 70px 50px;
border: 1px solid var(--line);
border-radius: 28px;
background:
linear-gradient(
135deg,
rgba(255, 255, 255, 0.05),
rgba(255, 255, 255, 0.015)
);
box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}
.ydp-lounge-label {
display: inline-block;
margin-bottom: 22px;
padding: 8px 14px;
border: 1px solid rgba(142, 167, 255, 0.3);
border-radius: 999px;
background: var(--accent-soft);
color: var(--accent);
font-size: 13px;
font-weight: 700;
letter-spacing: 0.12em;
}
.ydp-lounge-title {
margin: 0;
font-size: clamp(38px, 6vw, 72px);
line-height: 1.13;
letter-spacing: -0.045em;
font-weight: 800;
}
.ydp-lounge-title span {
color: var(--accent);
}
.ydp-lounge-summary {
max-width: 760px;
margin: 28px 0 0;
color: var(--subtext);
font-size: 18px;
line-height: 1.9;
word-break: keep-all;
}
.ydp-lounge-section {
margin-top: 28px;
padding: 50px;
border: 1px solid var(--line);
border-radius: 24px;
background: var(--panel);
}
.ydp-lounge-section-title {
margin: 0 0 18px;
font-size: 28px;
letter-spacing: -0.03em;
font-weight: 750;
}
.ydp-lounge-section-text {
margin: 0;
color: var(--subtext);
font-size: 16px;
line-height: 1.95;
word-break: keep-all;
}
.ydp-lounge-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
margin-top: 28px;
}
.ydp-lounge-card {
min-height: 210px;
padding: 30px;
border: 1px solid var(--line);
border-radius: 20px;
background: var(--panel-soft);
transition:
transform 0.25s ease,
border-color 0.25s ease;
}
.ydp-lounge-card:hover {
transform: translateY(-5px);
border-color: rgba(142, 167, 255, 0.35);
}
.ydp-lounge-number {
display: block;
margin-bottom: 35px;
color: var(--accent);
font-size: 14px;
font-weight: 800;
letter-spacing: 0.1em;
}
.ydp-lounge-card-title {
margin: 0 0 12px;
font-size: 21px;
letter-spacing: -0.025em;
}
.ydp-lounge-card-text {
margin: 0;
color: var(--subtext);
font-size: 15px;
line-height: 1.8;
word-break: keep-all;
}
.ydp-lounge-info {
display: grid;
grid-template-columns: 0.8fr 1.2fr;
gap: 40px;
align-items: start;
}
.ydp-lounge-info-title {
margin: 0;
font-size: 32px;
line-height: 1.4;
letter-spacing: -0.035em;
}
.ydp-lounge-info-list {
margin: 0;
padding: 0;
list-style: none;
}
.ydp-lounge-info-list li {
display: flex;
gap: 16px;
padding: 18px 0;
border-bottom: 1px solid var(--line);
color: var(--subtext);
font-size: 15px;
line-height: 1.7;
}
.ydp-lounge-info-list li:first-child {
padding-top: 0;
}
.ydp-lounge-info-list li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.ydp-lounge-info-list strong {
min-width: 80px;
color: var(--text);
font-weight: 700;
}
.ydp-lounge-footer {
margin-top: 28px;
padding: 42px;
border-radius: 24px;
background:
linear-gradient(
135deg,
rgba(142, 167, 255, 0.18),
rgba(142, 167, 255, 0.04)
);
text-align: center;
}
.ydp-lounge-footer-title {
margin: 0 0 12px;
font-size: 27px;
letter-spacing: -0.03em;
}
.ydp-lounge-footer-text {
margin: 0;
color: var(--subtext);
font-size: 15px;
line-height: 1.8;
}
@media (max-width: 820px) {
.ydp-lounge {
padding: 55px 16px;
}
.ydp-lounge-hero,
.ydp-lounge-section {
padding: 38px 26px;
}
.ydp-lounge-grid {
grid-template-columns: 1fr;
}
.ydp-lounge-card {
min-height: auto;
}
.ydp-lounge-number {
margin-bottom: 22px;
}
.ydp-lounge-info {
grid-template-columns: 1fr;
gap: 28px;
}
}
@media (max-width: 480px) {
.ydp-lounge-hero,
.ydp-lounge-section,
.ydp-lounge-footer {
padding: 32px 22px;
border-radius: 18px;
}
.ydp-lounge-summary {
font-size: 16px;
}
.ydp-lounge-section-title,
.ydp-lounge-info-title {
font-size: 25px;
}
.ydp-lounge-info-list li {
display: block;
}
.ydp-lounge-info-list strong {
display: block;
margin-bottom: 5px;
}
}
YEONGDEUNGPO LOUNGE
영등포에서 만나는
특별한 프라이빗 라운지
바쁜 일상에서 잠시 벗어나 편안하게 대화를 나누고 분위기를 즐길 수 있는
영등포의 감각적인 공간입니다. 깔끔한 인테리어와 세심한 응대를 바탕으로
처음 방문하는 분도 부담 없이 머무를 수 있는 시간을 제공합니다.
영등포의 밤을 더욱 편안하게
영등포역 인근은 교통 접근성이 뛰어나 퇴근 후 모임이나 지인과의 약속 장소로
이용하기 편리합니다. 복잡하고 소란스러운 분위기보다는 대화와 휴식에 집중할
수 있도록 공간을 구성했으며, 방문 목적과 인원에 맞게 편안한 분위기에서
시간을 보낼 수 있습니다.
01
편안한 분위기
과하게 무겁거나 부담스럽지 않은 분위기에서 자연스럽게 대화하고
휴식을 즐길 수 있습니다.
02
세심한 응대
방문객의 성향과 분위기를 고려한 응대로 더욱 안정적이고 편안한
시간을 만들어갑니다.
03
좋은 접근성
영등포 주요 지역과 가까워 약속 전후 또는 늦은 시간에도 비교적
편리하게 방문할 수 있습니다.
방문 전 알아두면
좋은 이용 안내
이용 대상
성인만 이용할 수 있는 공간입니다.
방문 안내
쾌적한 이용을 위해 방문 전 운영 여부와 이용 가능 시간을 확인하는 것이 좋습니다.
공간 분위기
편안한 대화와 휴식을 중심으로 한 프라이빗한 라운지 분위기를 지향합니다.
위치
영등포역과 영등포 주요 상권에서 이동하기 편리한 지역에 위치합니다.
영등포호빠에서 보내는 여유로운 시간
익숙한 일상에서 벗어나 새로운 분위기와 편안한 대화를 경험해 보세요.
-
제주도 여행 계획있으시면 여기 어때요? 2026.07.15
.jeju-night-map,
.jeju-night-map * {
box-sizing: border-box;
}
.jeju-night-map {
width: 100%;
max-width: 920px;
margin: 35px auto;
overflow: hidden;
border: 1px solid #d8e3df;
border-radius: 24px;
background: #f7faf8;
color: #27352f;
font-family:
"Pretendard",
"Noto Sans KR",
"Apple SD Gothic Neo",
Arial,
sans-serif;
font-size: 16px;
line-height: 1.85;
word-break: keep-all;
}
.jeju-night-map a {
transition:
opacity 0.2s ease,
transform 0.2s ease;
}
/* 상단 */
.jeju-map-hero {
position: relative;
min-height: 450px;
padding: 68px 58px;
overflow: hidden;
background:
radial-gradient(
circle at 82% 16%,
rgba(249, 209, 112, 0.25),
transparent 26%
),
radial-gradient(
circle at 15% 90%,
rgba(46, 150, 128, 0.28),
transparent 34%
),
linear-gradient(
135deg,
#082f32 0%,
#12524f 50%,
#25766b 100%
);
color: #ffffff;
}
.jeju-map-hero::before {
position: absolute;
top: -150px;
right: -110px;
width: 470px;
height: 470px;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 50%;
content: "";
}
.jeju-map-hero::after {
position: absolute;
right: 60px;
bottom: 45px;
width: 270px;
height: 110px;
border-top: 2px solid rgba(255, 255, 255, 0.26);
border-radius: 50%;
transform: rotate(-8deg);
content: "";
}
.jeju-map-hero-inner {
position: relative;
z-index: 3;
max-width: 720px;
}
.jeju-map-label {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 23px;
color: #f1d58d;
font-size: 13px;
font-weight: 900;
letter-spacing: 2px;
}
.jeju-map-label::before {
width: 34px;
height: 2px;
background: #e5c670;
content: "";
}
.jeju-map-hero h1 {
margin: 0 0 24px;
color: #ffffff;
font-size: 44px;
font-weight: 900;
line-height: 1.28;
letter-spacing: -1.8px;
}
.jeju-map-hero h1 em {
color: #f1d27f;
font-style: normal;
}
.jeju-map-description {
max-width: 660px;
margin: 0 0 30px;
color: #d5e6e3;
font-size: 18px;
line-height: 1.9;
}
.jeju-map-main-button {
display: inline-block;
padding: 15px 27px;
border-radius: 10px;
background: #f2d17c;
color: #17372f;
font-weight: 900;
text-decoration: none;
box-shadow: 0 10px 28px rgba(18, 49, 42, 0.25);
}
.jeju-map-main-button:hover {
opacity: 0.86;
transform: translateY(-2px);
}
/* 빠른 메뉴 */
.jeju-map-menu {
position: relative;
z-index: 5;
display: grid;
grid-template-columns: repeat(4, 1fr);
width: calc(100% - 80px);
margin: -48px auto 0;
overflow: hidden;
border: 1px solid #dae5e1;
border-radius: 18px;
background: #ffffff;
box-shadow: 0 18px 50px rgba(32, 82, 69, 0.12);
}
.jeju-map-menu-item {
padding: 25px 15px;
border-right: 1px solid #e3ebe8;
text-align: center;
}
.jeju-map-menu-item:last-child {
border-right: 0;
}
.jeju-map-menu-icon {
display: block;
margin-bottom: 7px;
color: #177268;
font-size: 21px;
font-weight: 900;
}
.jeju-map-menu-text {
color: #526860;
font-size: 14px;
font-weight: 700;
}
/* 본문 */
.jeju-map-content {
padding: 65px 50px 50px;
}
.jeju-map-intro {
max-width: 730px;
margin: 0 auto 50px;
text-align: center;
}
.jeju-map-intro-label {
display: block;
margin-bottom: 12px;
color: #168070;
font-size: 12px;
font-weight: 900;
letter-spacing: 2px;
}
.jeju-map-intro h2 {
margin: 0 0 17px;
color: #183d35;
font-size: 30px;
line-height: 1.45;
letter-spacing: -0.9px;
}
.jeju-map-intro p {
margin: 0;
color: #60736c;
}
/* 카테고리 */
.jeju-category-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.jeju-category-card {
padding: 31px;
border: 1px solid #dce7e3;
border-radius: 18px;
background: #ffffff;
}
.jeju-category-card.featured {
background:
linear-gradient(
145deg,
#eff9f5,
#ffffff
);
border-color: #bcded4;
}
.jeju-category-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin-bottom: 18px;
border-radius: 13px;
background: #e3f2ed;
color: #176f62;
font-weight: 900;
}
.jeju-category-card h3 {
margin: 0 0 12px;
color: #213e36;
font-size: 21px;
}
.jeju-category-card p {
margin: 0 0 17px;
color: #667770;
}
.jeju-category-card p:last-child {
margin-bottom: 0;
}
/* 앵커 */
.jeju-map-anchor {
color: #087b69;
font-weight: 900;
text-decoration: underline;
text-decoration-color: #79bbae;
text-decoration-thickness: 1px;
text-underline-offset: 5px;
}
.jeju-map-anchor:hover {
opacity: 0.7;
}
/* 지역 가이드 */
.jeju-area-section {
margin-top: 48px;
padding: 39px;
border-radius: 20px;
background:
linear-gradient(
135deg,
#123f3c,
#1f675d
);
color: #ffffff;
}
.jeju-area-header {
margin-bottom: 28px;
text-align: center;
}
.jeju-area-header span {
display: block;
margin-bottom: 9px;
color: #e7ca78;
font-size: 12px;
font-weight: 900;
letter-spacing: 2px;
}
.jeju-area-header h3 {
margin: 0 0 12px;
font-size: 26px;
}
.jeju-area-header p {
max-width: 650px;
margin: 0 auto;
color: #c9dcda;
}
.jeju-area-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}
.jeju-area-item {
padding: 21px 17px;
border: 1px solid rgba(255, 255, 255, 0.13);
border-radius: 13px;
background: rgba(255, 255, 255, 0.07);
text-align: center;
}
.jeju-area-item strong {
display: block;
margin-bottom: 5px;
color: #ffffff;
}
.jeju-area-item span {
color: #bfd4d0;
font-size: 13px;
}
/* 체크리스트 */
.jeju-check-section {
margin-top: 45px;
padding: 37px;
border: 1px solid #d8e5e0;
border-radius: 20px;
background: #ffffff;
}
.jeju-check-section h3 {
margin: 0 0 10px;
color: #203e36;
font-size: 24px;
}
.jeju-check-description {
margin: 0 0 23px;
color: #66766f;
}
.jeju-check-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px 25px;
margin: 0;
padding: 0;
list-style: none;
}
.jeju-check-list li {
position: relative;
padding: 15px 15px 15px 45px;
border-radius: 11px;
background: #f3f8f6;
color: #425c53;
}
.jeju-check-list li::before {
position: absolute;
top: 14px;
left: 17px;
color: #168071;
font-weight: 900;
content: "✓";
}
/* 안내 문구 */
.jeju-map-note {
margin-top: 43px;
padding: 28px 31px;
border-left: 5px solid #d1aa53;
border-radius: 5px 14px 14px 5px;
background: #fff9eb;
}
.jeju-map-note strong {
display: block;
margin-bottom: 8px;
color: #75571c;
}
.jeju-map-note p {
margin: 0;
color: #6b614b;
}
/* 하단 */
.jeju-map-footer {
margin-top: 45px;
padding: 47px 32px;
border-radius: 20px;
background:
linear-gradient(
135deg,
#e7c268,
#f2d995
);
color: #20342d;
text-align: center;
}
.jeju-map-footer-label {
display: block;
margin-bottom: 9px;
font-size: 12px;
font-weight: 900;
letter-spacing: 2px;
}
.jeju-map-footer h3 {
margin: 0 0 13px;
font-size: 27px;
}
.jeju-map-footer p {
max-width: 650px;
margin: 0 auto 25px;
}
.jeju-map-footer-button {
display: inline-block;
padding: 15px 28px;
border-radius: 9px;
background: #173c34;
color: #ffffff;
font-weight: 900;
text-decoration: none;
}
.jeju-map-footer-button:hover {
opacity: 0.86;
transform: translateY(-2px);
}
/* 모바일 */
@media screen and (max-width: 720px) {
.jeju-night-map {
width: auto;
margin: 14px 8px;
border-radius: 16px;
font-size: 15px;
}
.jeju-map-hero {
min-height: auto;
padding: 47px 24px 88px;
}
.jeju-map-hero h1 {
font-size: 31px;
}
.jeju-map-description {
font-size: 16px;
}
.jeju-map-main-button {
width: 100%;
text-align: center;
}
.jeju-map-menu {
grid-template-columns: repeat(2, 1fr);
width: calc(100% - 36px);
}
.jeju-map-menu-item {
border-bottom: 1px solid #e3ebe8;
}
.jeju-map-menu-item:nth-child(2) {
border-right: 0;
}
.jeju-map-menu-item:nth-child(3),
.jeju-map-menu-item:nth-child(4) {
border-bottom: 0;
}
.jeju-map-content {
padding: 50px 20px 27px;
}
.jeju-map-intro h2 {
font-size: 23px;
}
.jeju-category-grid {
grid-template-columns: 1fr;
}
.jeju-area-section {
padding: 31px 20px;
}
.jeju-area-list {
grid-template-columns: 1fr;
}
.jeju-check-section {
padding: 29px 21px;
}
.jeju-check-list {
grid-template-columns: 1fr;
}
.jeju-map-footer {
padding: 38px 21px;
}
.jeju-map-footer-button {
width: 100%;
}
}
JEJU NIGHT DIRECTORY
제주도의 밤을 한곳에서,
제주 유흥 정보 모음
제주 여행 중 늦은 시간 갈 곳을 찾거나
지역별 유흥 업소와 야간 정보를 비교하고 있다면,
여러 정보를 한곳에서 살펴보고 본인의 일정에 맞는
장소를 찾아보세요.
제주 유흥 정보 둘러보기
01
지역별 정보
02
업소 안내
03
방문 가이드
04
최신 정보
JEJU NIGHT COLLECTION
제주 지역의 다양한 야간 정보를
한눈에 비교해 보세요
처음 제주를 방문한 여행객부터 지역 정보를 찾는 이용자까지,
업소 유형과 위치, 방문 목적에 맞는 정보를 한곳에서
확인할 수 있도록 정리한 제주 야간 가이드입니다.
01
제주 지역별 유흥 정보
제주시는 물론 주요 관광지와 지역별 야간 정보를
비교해 보고 이동 일정에 맞는 장소를 살펴보세요.
지역별 정보를 찾는다면
제주 유흥 정보 모음
을 참고할 수 있습니다.
02
제주 유흥 업소 안내
방문 목적과 선호하는 분위기에 따라
여러 유형의 업소 정보를 살펴보고 비교해 보세요.
관련 정보는
제주 유흥 업소 안내
페이지에서 확인할 수 있습니다.
03
룸과 프라이빗 공간 정보
일행 중심의 공간이나 독립적인 분위기를 원한다면
방문 인원과 공간 형태를 함께 확인하는 것이 좋습니다.
자세한 내용은
제주 룸 정보 확인하기
를 통해 살펴보세요.
04
처음 방문하는 이용자 가이드
익숙하지 않은 지역이라면 위치와 운영 정보,
방문 시간과 이용 안내를 먼저 확인하는 편이 좋습니다.
방문 전에는
제주 야간 업소 가이드
를 참고해 보세요.
AREA GUIDE
지역과 이동 일정에 맞춰 살펴보세요
제주도는 지역 간 이동 거리가 길 수 있으므로
숙소와 관광 일정, 귀가 동선까지 고려해
방문 장소를 정하는 것이 좋습니다.
제주 시내
도심 중심 야간 정보
관광 지역
여행 동선별 정보
지역별 업소
위치별 방문 안내
방문 전에 확인하면 좋은 내용
일정에 맞는 장소를 찾으려면 아래 내용을
먼저 정리해 두는 것이 좋습니다.
방문 예정 지역과 위치
숙소에서 이동 가능한 거리
방문 예정 인원
원하는 공간과 분위기
예상 방문 시간
최신 운영 정보
이용 전 참고
업소 정보와 운영 내용은 시점에 따라 변경될 수 있습니다.
실제 방문 전에는 최신 안내와 이용 정보를 다시 확인하고,
본인의 일정과 방문 목적에 맞는 장소인지 살펴보세요.
EXPLORE JEJU NIGHT
제주 유흥 정보를 한곳에서 확인하세요
지역별 야간 정보와 업소 안내를 비교하고
제주 일정에 어울리는 장소를 찾아보세요.
제주 여지도 자세히 보기
-
일끝나고 강남달토 놀러오세요 잘 해드릴게요 2026.07.15
.dalto-promo,
.dalto-promo * {
box-sizing: border-box;
}
.dalto-promo {
width: 100%;
max-width: 900px;
margin: 35px auto;
overflow: hidden;
border: 1px solid #302d35;
border-radius: 22px;
background: #111116;
color: #e9e7eb;
font-family:
"Pretendard",
"Noto Sans KR",
"Apple SD Gothic Neo",
Arial,
sans-serif;
font-size: 16px;
line-height: 1.85;
word-break: keep-all;
}
.dalto-promo a {
transition:
opacity 0.2s ease,
transform 0.2s ease;
}
/* 상단 */
.dalto-hero {
position: relative;
min-height: 470px;
padding: 72px 58px;
overflow: hidden;
background:
radial-gradient(
circle at 82% 20%,
rgba(222, 178, 92, 0.2),
transparent 27%
),
radial-gradient(
circle at 20% 90%,
rgba(115, 41, 144, 0.22),
transparent 32%
),
linear-gradient(
130deg,
#09090d 0%,
#18131d 52%,
#2a1829 100%
);
}
.dalto-hero::before {
position: absolute;
top: -130px;
right: -100px;
width: 440px;
height: 440px;
border: 1px solid rgba(225, 190, 111, 0.22);
border-radius: 50%;
content: "";
}
.dalto-hero::after {
position: absolute;
right: 80px;
bottom: 55px;
width: 250px;
height: 1px;
background:
linear-gradient(
90deg,
transparent,
#d5a958,
transparent
);
box-shadow:
0 14px rgba(213, 169, 88, 0.28),
0 28px rgba(213, 169, 88, 0.13);
content: "";
}
.dalto-hero-inner {
position: relative;
z-index: 3;
max-width: 710px;
}
.dalto-badge {
display: inline-block;
margin-bottom: 24px;
padding: 7px 15px;
border: 1px solid rgba(224, 181, 96, 0.55);
border-radius: 100px;
color: #e9c987;
font-size: 12px;
font-weight: 850;
letter-spacing: 2px;
}
.dalto-hero h1 {
margin: 0 0 24px;
color: #ffffff;
font-size: 45px;
font-weight: 900;
line-height: 1.3;
letter-spacing: -1.8px;
}
.dalto-hero h1 em {
color: #e3b863;
font-style: normal;
}
.dalto-hero-description {
max-width: 650px;
margin: 0 0 31px;
color: #d0cbd3;
font-size: 18px;
line-height: 1.9;
}
.dalto-hero-button {
display: inline-block;
padding: 15px 27px;
border-radius: 8px;
background:
linear-gradient(
135deg,
#dcb15d,
#f0d18c
);
color: #211811;
font-size: 15px;
font-weight: 900;
text-decoration: none;
box-shadow: 0 10px 30px rgba(222, 177, 87, 0.2);
}
.dalto-hero-button:hover {
opacity: 0.86;
transform: translateY(-2px);
}
/* 한 줄 메시지 */
.dalto-message {
padding: 25px 35px;
border-top: 1px solid #342d38;
border-bottom: 1px solid #342d38;
background: #1a181e;
text-align: center;
}
.dalto-message strong {
color: #e9c77e;
}
.dalto-message p {
margin: 0;
color: #d4d0d7;
font-size: 17px;
}
/* 본문 */
.dalto-content {
padding: 54px 50px 50px;
}
.dalto-intro {
max-width: 720px;
margin: 0 auto 48px;
text-align: center;
}
.dalto-intro-label {
display: block;
margin-bottom: 12px;
color: #d3a754;
font-size: 12px;
font-weight: 900;
letter-spacing: 2px;
}
.dalto-intro h2 {
margin: 0 0 17px;
color: #ffffff;
font-size: 30px;
line-height: 1.5;
letter-spacing: -0.9px;
}
.dalto-intro p {
margin: 0;
color: #aba7b0;
}
/* 비교 영역 */
.dalto-switch {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 17px;
margin-bottom: 42px;
}
.dalto-switch-card {
padding: 29px;
border: 1px solid #35313a;
border-radius: 15px;
background: #19171d;
}
.dalto-switch-card.active {
border-color: #9b7741;
background:
linear-gradient(
145deg,
#211b1b,
#271e25
);
}
.dalto-switch-label {
display: inline-block;
margin-bottom: 12px;
color: #817d85;
font-size: 12px;
font-weight: 850;
letter-spacing: 1.4px;
}
.dalto-switch-card.active .dalto-switch-label {
color: #d7ae62;
}
.dalto-switch-card h3 {
margin: 0 0 10px;
color: #f3f1f4;
font-size: 20px;
}
.dalto-switch-card p {
margin: 0;
color: #aaa5ae;
font-size: 15px;
}
/* 콘텐츠 */
.dalto-section {
position: relative;
margin-bottom: 22px;
padding: 34px 34px 34px 97px;
border: 1px solid #302d35;
border-radius: 16px;
background: #17161b;
}
.dalto-section:last-of-type {
margin-bottom: 0;
}
.dalto-number {
position: absolute;
top: 34px;
left: 31px;
color: #d4a955;
font-family:
Georgia,
"Times New Roman",
serif;
font-size: 25px;
font-weight: 800;
}
.dalto-section h3 {
margin: 0 0 13px;
color: #ffffff;
font-size: 21px;
}
.dalto-section p {
margin: 0 0 16px;
color: #bdb9c1;
}
.dalto-section p:last-child {
margin-bottom: 0;
}
/* 링크 */
.dalto-link {
color: #e5bd70;
font-weight: 900;
text-decoration: underline;
text-decoration-color: #8e7042;
text-decoration-thickness: 1px;
text-underline-offset: 5px;
}
.dalto-link:hover {
color: #f4d796;
}
/* 체크 */
.dalto-check {
margin-top: 23px;
padding: 25px 27px;
border: 1px solid #413744;
border-radius: 13px;
background: #211e25;
}
.dalto-check strong {
display: block;
margin-bottom: 14px;
color: #e1b866;
font-size: 17px;
}
.dalto-check ul {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px 25px;
margin: 0;
padding: 0;
list-style: none;
}
.dalto-check li {
position: relative;
padding-left: 20px;
color: #c0bbc4;
}
.dalto-check li::before {
position: absolute;
top: 0;
left: 0;
color: #d5aa5b;
content: "◆";
font-size: 8px;
}
/* 강조 */
.dalto-highlight {
margin: 44px 0;
padding: 45px 38px;
overflow: hidden;
border: 1px solid #654b31;
border-radius: 17px;
background:
radial-gradient(
circle at 95% 30%,
rgba(224, 174, 81, 0.16),
transparent 28%
),
linear-gradient(
135deg,
#231a16,
#2d2025
);
text-align: center;
}
.dalto-highlight span {
display: block;
margin-bottom: 11px;
color: #d0a255;
font-size: 12px;
font-weight: 900;
letter-spacing: 2px;
}
.dalto-highlight strong {
display: block;
margin-bottom: 15px;
color: #ffffff;
font-size: 25px;
line-height: 1.55;
}
.dalto-highlight p {
max-width: 660px;
margin: 0 auto;
color: #bbb0ad;
}
/* 하단 */
.dalto-footer {
margin-top: 45px;
padding: 48px 35px;
border-radius: 18px;
background:
linear-gradient(
130deg,
#d7a950,
#edcf8a
);
color: #221a13;
text-align: center;
}
.dalto-footer-small {
display: block;
margin-bottom: 9px;
font-size: 12px;
font-weight: 900;
letter-spacing: 2px;
}
.dalto-footer h3 {
margin: 0 0 13px;
font-size: 27px;
}
.dalto-footer p {
max-width: 630px;
margin: 0 auto 25px;
}
.dalto-footer-button {
display: inline-block;
padding: 15px 28px;
border: 1px solid #211a14;
border-radius: 8px;
background: #211a14;
color: #ffffff;
font-weight: 900;
text-decoration: none;
}
.dalto-footer-button:hover {
background: transparent;
color: #211a14;
}
/* 모바일 */
@media screen and (max-width: 720px) {
.dalto-promo {
width: auto;
margin: 14px 8px;
border-radius: 15px;
font-size: 15px;
}
.dalto-hero {
min-height: auto;
padding: 47px 24px 58px;
}
.dalto-hero h1 {
font-size: 31px;
}
.dalto-hero-description {
font-size: 16px;
}
.dalto-message {
padding: 21px;
}
.dalto-content {
padding: 40px 20px 27px;
}
.dalto-intro h2 {
font-size: 23px;
}
.dalto-switch {
grid-template-columns: 1fr;
}
.dalto-section {
padding: 74px 22px 25px;
}
.dalto-number {
top: 23px;
left: 22px;
}
.dalto-check ul {
grid-template-columns: 1fr;
}
.dalto-highlight {
padding: 34px 22px;
}
.dalto-highlight strong {
font-size: 21px;
}
.dalto-footer {
padding: 38px 22px;
}
.dalto-footer-button,
.dalto-hero-button {
width: 100%;
text-align: center;
}
}
GANGNAM PREMIUM NIGHT
늘 가던 호빠 말고,
오늘은 강남 달토 어떠세요?
분위기를 바꾸고 싶은 날, 친구들과 조금 더 프라이빗하고
여유로운 시간을 보내고 싶은 날이라면 강남 룸싸롱과
하이퍼블릭 공간도 새로운 선택이 될 수 있습니다.
강남 달토 먼저 둘러보기
매번 비슷한 코스가 조금 지겹다면,
이번 모임은 강남에서 분위기를 바꿔보세요.
CHANGE YOUR NIGHT
익숙한 호빠 분위기와는 다른
강남 프라이빗 룸의 매력
혼자 가볍게 즐기는 자리부터 친구 모임,
회식이나 중요한 일정까지 방문 목적에 맞는 공간을
찾는 분이라면 한 번 비교해 볼 만합니다.
USUAL NIGHT
늘 가던 익숙한 코스
편하고 익숙하지만 가끔은 새로운 분위기가
생각날 때도 있습니다.
NEW CHOICE
강남 달토에서 분위기 전환
프라이빗한 룸과 강남 특유의 화려한 분위기에서
색다른 모임을 계획해 보세요.
01
사람들 눈치 없이 일행끼리 편하게
시끄러운 일반 술집보다 일행 중심의 공간을 선호한다면
독립된 룸 형태가 더 편하게 느껴질 수 있습니다.
친구들과 오랜만에 모였거나 중요한 이야기가 있는 자리에도
프라이빗한 공간은 장점이 있습니다.
분위기와 이용 관련 내용은
강남 달토 룸 안내
에서 먼저 확인해 보세요.
02
친구 모임부터 회식과 접대까지
방문 목적은 사람마다 다릅니다.
가볍게 분위기를 즐기려는 자리도 있고,
여러 명이 함께하는 회식이나 비즈니스 모임처럼
공간과 응대가 중요한 일정도 있습니다.
이런 날 한 번 비교해 보세요
친구들과 오랜만에 모이는 날
강남에서 2차를 찾는 날
프라이빗한 룸이 필요한 모임
회식 후 분위기를 이어가고 싶은 날
기존 코스가 조금 지겨워진 날
새로운 강남 야간 공간을 찾는 날
TONIGHT IN GANGNAM
이번에는 늘 가던 곳 말고,
강남 룸에서 제대로 놀아보세요
방문 시간과 인원에 따라 이용 내용이 달라질 수 있으므로
일정이 정해졌다면 가격과 운영 정보를 먼저 확인하는 것이 좋습니다.
03
가격은 방문 전에 정확하게 확인
강남 룸싸롱이나 하이퍼블릭을 처음 이용한다면
가격 구조가 익숙하지 않을 수 있습니다.
인원과 방문 시간, 원하는 이용 방식에 따라 내용이
달라질 수 있으므로 사전에 확인하는 편이 좋습니다.
방문 전에
강남 달토 가격과 이용 정보
를 살펴보고 궁금한 내용은 미리 문의해 보세요.
04
오늘 어디 갈지 고민 중이라면
매번 비슷한 장소만 방문했다면 이번에는 새로운 공간을
비교해 보는 것도 좋습니다. 강남에서 프라이빗 룸과
활기 있는 분위기를 찾는다면 달토가 본인의 취향에
맞는지 직접 확인해 보세요.
장소 분위기와 자세한 내용은
강남 달토 방문 안내
에서 살펴볼 수 있습니다.
READY FOR TONIGHT?
호빠 다음 코스를 고민한다면 강남 달토
이번 모임은 익숙한 분위기에서 벗어나
강남 프라이빗 룸에서 새로운 시간을 계획해 보세요.
방문 전 최신 운영 내용과 이용 정보를 확인하세요.
강남 달토 자세히 확인하기
-
광안리호빠 이용안내집 2026.07.15
.gwangan-guide,
.gwangan-guide * {
box-sizing: border-box;
}
.gwangan-guide {
width: 100%;
max-width: 880px;
margin: 35px auto;
overflow: hidden;
border: 1px solid #d7e2ec;
border-radius: 24px;
background: #f7fafc;
color: #24313d;
font-family:
"Pretendard",
"Noto Sans KR",
"Apple SD Gothic Neo",
Arial,
sans-serif;
font-size: 16px;
line-height: 1.85;
word-break: keep-all;
}
.gwangan-guide a {
transition:
opacity 0.2s ease,
transform 0.2s ease;
}
/* 상단 비주얼 */
.gwangan-hero {
position: relative;
min-height: 430px;
padding: 66px 55px;
overflow: hidden;
background:
radial-gradient(
circle at 85% 20%,
rgba(105, 194, 255, 0.25),
transparent 28%
),
linear-gradient(
135deg,
#071829 0%,
#123854 53%,
#17667f 100%
);
color: #ffffff;
}
.gwangan-hero::before {
position: absolute;
right: -80px;
bottom: -130px;
width: 430px;
height: 430px;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 50%;
content: "";
}
.gwangan-hero::after {
position: absolute;
right: 55px;
bottom: 58px;
width: 260px;
height: 2px;
background:
linear-gradient(
90deg,
transparent,
rgba(255, 255, 255, 0.65),
transparent
);
box-shadow:
0 15px 0 rgba(255, 255, 255, 0.12),
0 30px 0 rgba(255, 255, 255, 0.07);
content: "";
}
.gwangan-hero-inner {
position: relative;
z-index: 2;
max-width: 680px;
}
.gwangan-small-title {
display: inline-flex;
align-items: center;
gap: 9px;
margin-bottom: 24px;
color: #9edcff;
font-size: 13px;
font-weight: 800;
letter-spacing: 2.2px;
}
.gwangan-small-title::before {
width: 34px;
height: 2px;
background: #6ecbff;
content: "";
}
.gwangan-hero h1 {
margin: 0 0 25px;
color: #ffffff;
font-size: 43px;
font-weight: 850;
line-height: 1.3;
letter-spacing: -1.6px;
}
.gwangan-hero-description {
max-width: 625px;
margin: 0;
color: #d4e4ee;
font-size: 18px;
line-height: 1.9;
}
/* 요약 정보 */
.gwangan-summary {
position: relative;
z-index: 4;
display: grid;
grid-template-columns: repeat(3, 1fr);
width: calc(100% - 90px);
margin: -55px auto 0;
overflow: hidden;
border: 1px solid #d9e4eb;
border-radius: 18px;
background: #ffffff;
box-shadow: 0 18px 50px rgba(23, 57, 78, 0.11);
}
.gwangan-summary-item {
padding: 28px 22px;
border-right: 1px solid #e3ebf0;
text-align: center;
}
.gwangan-summary-item:last-child {
border-right: 0;
}
.gwangan-summary-number {
display: block;
margin-bottom: 7px;
color: #147195;
font-size: 22px;
font-weight: 900;
}
.gwangan-summary-label {
color: #687984;
font-size: 14px;
}
/* 본문 */
.gwangan-content {
padding: 58px 48px 48px;
}
.gwangan-intro {
max-width: 700px;
margin: 0 auto 50px;
text-align: center;
}
.gwangan-intro-label {
display: inline-block;
margin-bottom: 13px;
color: #147195;
font-size: 13px;
font-weight: 800;
letter-spacing: 1.6px;
}
.gwangan-intro h2 {
margin: 0 0 18px;
color: #1d3443;
font-size: 29px;
line-height: 1.45;
letter-spacing: -0.8px;
}
.gwangan-intro p {
margin: 0;
color: #60717d;
}
/* 콘텐츠 카드 */
.gwangan-section {
display: grid;
grid-template-columns: 72px 1fr;
gap: 25px;
margin-bottom: 24px;
padding: 31px;
border: 1px solid #dde7ed;
border-radius: 17px;
background: #ffffff;
}
.gwangan-section:last-of-type {
margin-bottom: 0;
}
.gwangan-icon {
display: flex;
align-items: center;
justify-content: center;
width: 58px;
height: 58px;
border-radius: 17px;
background:
linear-gradient(
145deg,
#daf2ff,
#edf8fe
);
color: #126b8e;
font-size: 21px;
font-weight: 900;
}
.gwangan-section h3 {
margin: 0 0 12px;
color: #1f3441;
font-size: 21px;
line-height: 1.5;
}
.gwangan-section p {
margin: 0 0 16px;
}
.gwangan-section p:last-child {
margin-bottom: 0;
}
/* 앵커 링크 */
.gwangan-anchor {
color: #08769f;
font-weight: 850;
text-decoration: underline;
text-decoration-color: #80bad0;
text-decoration-thickness: 1px;
text-underline-offset: 5px;
}
.gwangan-anchor:hover {
opacity: 0.7;
}
/* 체크 영역 */
.gwangan-check {
margin-top: 21px;
padding: 24px 26px;
border-left: 4px solid #1688b3;
border-radius: 5px 13px 13px 5px;
background: #edf7fb;
}
.gwangan-check strong {
display: block;
margin-bottom: 13px;
color: #155671;
font-size: 17px;
}
.gwangan-check ul {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 9px 22px;
margin: 0;
padding: 0;
list-style: none;
}
.gwangan-check li {
position: relative;
padding-left: 21px;
color: #4c6876;
}
.gwangan-check li::before {
position: absolute;
top: 0;
left: 0;
color: #1688b3;
font-weight: 900;
content: "✓";
}
/* 중간 강조 영역 */
.gwangan-highlight {
margin: 42px 0;
padding: 39px;
border-radius: 19px;
background:
linear-gradient(
125deg,
#092439,
#125774
);
color: #ffffff;
text-align: center;
}
.gwangan-highlight span {
display: block;
margin-bottom: 10px;
color: #8bd7fa;
font-size: 12px;
font-weight: 850;
letter-spacing: 1.8px;
}
.gwangan-highlight strong {
display: block;
margin-bottom: 13px;
font-size: 23px;
line-height: 1.5;
}
.gwangan-highlight p {
max-width: 620px;
margin: 0 auto;
color: #c9dce7;
}
/* 하단 */
.gwangan-footer {
margin-top: 46px;
padding: 43px 30px;
border-radius: 20px;
background: #e5f3f9;
text-align: center;
}
.gwangan-footer-label {
display: block;
margin-bottom: 9px;
color: #187497;
font-size: 12px;
font-weight: 900;
letter-spacing: 1.8px;
}
.gwangan-footer h3 {
margin: 0 0 13px;
color: #193a4b;
font-size: 25px;
}
.gwangan-footer p {
max-width: 590px;
margin: 0 auto 24px;
color: #58707d;
}
.gwangan-button {
display: inline-block;
padding: 15px 27px;
border-radius: 10px;
background:
linear-gradient(
135deg,
#0e668a,
#1494b8
);
color: #ffffff;
font-weight: 850;
text-decoration: none;
box-shadow: 0 8px 20px rgba(13, 111, 148, 0.2);
}
.gwangan-button:hover {
opacity: 0.83;
transform: translateY(-2px);
}
/* 모바일 */
@media screen and (max-width: 720px) {
.gwangan-guide {
width: auto;
margin: 14px 8px;
border-radius: 16px;
font-size: 15px;
}
.gwangan-hero {
min-height: auto;
padding: 45px 25px 85px;
}
.gwangan-hero h1 {
font-size: 30px;
}
.gwangan-hero-description {
font-size: 16px;
}
.gwangan-summary {
grid-template-columns: 1fr;
width: calc(100% - 40px);
}
.gwangan-summary-item {
padding: 18px;
border-right: 0;
border-bottom: 1px solid #e3ebf0;
}
.gwangan-summary-item:last-child {
border-bottom: 0;
}
.gwangan-content {
padding: 40px 20px 26px;
}
.gwangan-intro {
margin-bottom: 35px;
}
.gwangan-intro h2 {
font-size: 23px;
}
.gwangan-section {
display: block;
padding: 24px 21px;
}
.gwangan-icon {
width: 48px;
height: 48px;
margin-bottom: 18px;
}
.gwangan-section h3 {
font-size: 19px;
}
.gwangan-check ul {
grid-template-columns: 1fr;
}
.gwangan-highlight {
padding: 30px 21px;
}
.gwangan-highlight strong {
font-size: 20px;
}
.gwangan-footer {
padding: 34px 21px;
}
.gwangan-button {
width: 100%;
}
}
GWANGAN NIGHT GUIDE
광안리에서 야간 모임 장소를
알아볼 때 확인할 기준
광안리 일대에서 늦은 시간 방문할 장소를 찾는다면
거리와 위치뿐 아니라 방문 목적, 공간 분위기,
인원에 적합한 환경인지도 함께 살펴보는 것이 좋습니다.
01
위치와 이동 경로
02
공간 분위기 확인
03
방문 전 이용 안내
BEFORE YOUR VISIT
일정과 목적을 먼저 정리하면
장소 선택도 한결 쉬워집니다
방문 인원과 예상 시간, 원하는 분위기를 미리 정리한 뒤
관련 정보를 확인하면 불필요한 혼선을 줄일 수 있습니다.
01
광안리 지역의 이동 동선을 먼저 살펴보세요
광안리 주변은 시간대에 따라 교통과 이동 환경이
달라질 수 있습니다. 일행과 함께 움직인다면
만나는 위치와 방문 후 이동 경로도 미리 정해 두는
편이 편리합니다.
관련 장소를 알아보고 있다면
광안리호빠 안내
페이지에서 기본적인 방문 정보를 살펴볼 수 있습니다.
02
방문 목적에 맞는 분위기인지 확인하세요
가벼운 모임과 특별한 일정은 원하는 공간의 분위기가
다를 수 있습니다. 조용하게 대화를 나누고 싶은지,
보다 활기 있는 시간을 원하는지 먼저 생각해 보는
것이 좋습니다.
방문 전에 정리하면 좋은 항목
방문 예정 인원
예상 도착 시간
원하는 공간 분위기
이동 및 귀가 동선
운영 관련 안내
사전 문의 필요 여부
GWANGAN NIGHT
유명한 장소보다 현재 일정과
방문 목적에 맞는지가 더 중요합니다
처음 방문하는 경우에는 이용 방식과 최신 안내를
일정 전에 확인하는 편이 좋습니다.
03
처음 방문한다면 이용 정보를 확인하세요
익숙하지 않은 장소라면 현장에서 모든 내용을
확인하기보다 궁금한 사항을 미리 정리하는 것이 좋습니다.
방문 시간과 인원 등 기본 정보를 확인하면 일정을
계획하는 데도 도움이 됩니다.
광안리 지역의 관련 정보를 찾는 경우에는
광안리 호스트바 이용 정보
를 참고해 필요한 내용을 확인해 보세요.
04
일행에게 적합한 공간인지 살펴보세요
혼자 방문하는 경우와 여러 명이 함께 방문하는 경우는
필요한 공간 조건이 다를 수 있습니다.
일행끼리 보다 편안하게 시간을 보내고 싶다면
공간의 형태와 이용 환경도 확인해 보세요.
독립적인 분위기의 장소를 고려한다면
광안리 프라이빗 공간 알아보기
내용을 참고할 수 있습니다.
05
방문 전 최신 안내를 다시 확인하세요
운영 관련 정보와 현장 상황은 시점에 따라 달라질 수
있습니다. 방문 예정 날짜와 시간이 정해졌다면
필요한 내용을 다시 확인한 뒤 일정을 계획하는 것이
좋습니다.
광안리 인근 야간 일정과 관련된 내용을 살펴보려면
광안리 야간 모임 정보
를 확인해 보세요.
VISIT INFORMATION
방문 전에 필요한 내용을 살펴보세요
위치와 분위기, 방문 인원과 이용 안내를 함께 확인하면
일정에 적합한 장소인지 판단하는 데 도움이 됩니다.
방문 안내 자세히 보기
-
서면호빠 홍보해봅니다 2026.07.15
.seomyeon-editorial,
.seomyeon-editorial * {
box-sizing: border-box;
}
.seomyeon-editorial {
width: 100%;
max-width: 860px;
margin: 38px auto;
overflow: hidden;
border: 1px solid #dcdcdc;
background: #f7f4ee;
color: #252525;
font-family:
"Pretendard",
"Noto Sans KR",
"Apple SD Gothic Neo",
Arial,
sans-serif;
font-size: 16px;
line-height: 1.85;
word-break: keep-all;
}
.seomyeon-editorial a {
transition: opacity 0.2s ease;
}
.seomyeon-editorial a:hover {
opacity: 0.72;
}
/* 상단 커버 */
.sm-cover {
position: relative;
min-height: 360px;
padding: 58px 50px;
overflow: hidden;
background:
linear-gradient(
120deg,
rgba(14, 16, 19, 0.97),
rgba(45, 34, 38, 0.94)
);
color: #ffffff;
}
.sm-cover::before {
position: absolute;
top: -95px;
right: -60px;
width: 330px;
height: 330px;
border: 1px solid rgba(255, 255, 255, 0.13);
border-radius: 50%;
content: "";
}
.sm-cover::after {
position: absolute;
right: 120px;
bottom: -160px;
width: 300px;
height: 300px;
border: 65px solid rgba(255, 255, 255, 0.035);
border-radius: 50%;
content: "";
}
.sm-cover-content {
position: relative;
z-index: 2;
max-width: 660px;
}
.sm-eyebrow {
display: inline-block;
margin-bottom: 25px;
padding-bottom: 7px;
border-bottom: 2px solid #c8a778;
color: #dbc39f;
font-size: 13px;
font-weight: 800;
letter-spacing: 2px;
}
.sm-cover h1 {
margin: 0 0 23px;
color: #ffffff;
font-family:
Georgia,
"Times New Roman",
"Noto Serif KR",
serif;
font-size: 43px;
font-weight: 700;
line-height: 1.3;
letter-spacing: -1.5px;
}
.sm-cover-description {
max-width: 590px;
margin: 0;
color: #d8d4d0;
font-size: 17px;
line-height: 1.9;
}
/* 본문 */
.sm-body {
padding: 50px;
}
.sm-opening {
display: grid;
grid-template-columns: 105px 1fr;
gap: 28px;
padding-bottom: 43px;
border-bottom: 1px solid #d7d1c8;
}
.sm-opening-label {
padding-top: 5px;
color: #8c6d48;
font-family: Georgia, serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 1.4px;
}
.sm-opening-text {
margin: 0;
color: #37332e;
font-size: 18px;
line-height: 1.95;
}
/* 콘텐츠 구역 */
.sm-section {
display: grid;
grid-template-columns: 145px 1fr;
gap: 34px;
padding: 43px 0;
border-bottom: 1px solid #d7d1c8;
}
.sm-section:last-of-type {
border-bottom: 0;
}
.sm-section-title-wrap {
padding-top: 3px;
}
.sm-index {
display: block;
margin-bottom: 12px;
color: #a18056;
font-family: Georgia, serif;
font-size: 14px;
font-weight: 700;
}
.sm-section h2 {
margin: 0;
color: #25211e;
font-size: 19px;
font-weight: 800;
line-height: 1.55;
letter-spacing: -0.4px;
}
.sm-section-content p {
margin: 0 0 18px;
}
.sm-section-content p:last-child {
margin-bottom: 0;
}
/* 링크 */
.sm-anchor {
color: #754b31;
font-weight: 800;
text-decoration: underline;
text-decoration-color: #b7946b;
text-decoration-thickness: 1px;
text-underline-offset: 5px;
}
.sm-anchor:hover {
color: #3d291e;
}
/* 체크 카드 */
.sm-check-panel {
margin-top: 25px;
padding: 27px 29px;
border-top: 3px solid #292523;
background: #ebe5db;
}
.sm-check-panel h3 {
margin: 0 0 17px;
color: #27221f;
font-size: 17px;
}
.sm-check-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 11px 25px;
margin: 0;
padding: 0;
list-style: none;
}
.sm-check-grid li {
position: relative;
padding-left: 18px;
color: #49413b;
}
.sm-check-grid li::before {
position: absolute;
top: 0;
left: 0;
color: #92704c;
content: "◆";
font-size: 8px;
}
/* 강조 문구 */
.sm-quote {
margin: 6px 0;
padding: 29px 32px;
border-left: 5px solid #aa875e;
background: #262321;
color: #ffffff;
font-family:
"Noto Serif KR",
Georgia,
serif;
font-size: 19px;
line-height: 1.9;
}
.sm-quote small {
display: block;
margin-top: 12px;
color: #beb4aa;
font-family:
"Pretendard",
"Noto Sans KR",
sans-serif;
font-size: 13px;
}
/* 하단 */
.sm-footer {
margin-top: 15px;
padding: 42px 36px;
background: #b18b60;
color: #211b17;
text-align: center;
}
.sm-footer-tag {
display: block;
margin-bottom: 9px;
font-size: 12px;
font-weight: 800;
letter-spacing: 2px;
}
.sm-footer h3 {
margin: 0 0 13px;
font-family:
Georgia,
"Noto Serif KR",
serif;
font-size: 25px;
}
.sm-footer p {
max-width: 590px;
margin: 0 auto 24px;
line-height: 1.8;
}
.sm-footer-button {
display: inline-block;
padding: 14px 25px;
border: 1px solid #26211e;
background: #26211e;
color: #ffffff;
font-weight: 800;
text-decoration: none;
}
.sm-footer-button:hover {
background: transparent;
color: #26211e;
}
/* 모바일 */
@media screen and (max-width: 700px) {
.seomyeon-editorial {
width: auto;
margin: 15px 9px;
font-size: 15px;
}
.sm-cover {
min-height: auto;
padding: 42px 25px 45px;
}
.sm-cover h1 {
font-size: 31px;
}
.sm-cover-description {
font-size: 16px;
}
.sm-body {
padding: 32px 23px;
}
.sm-opening,
.sm-section {
display: block;
}
.sm-opening-label {
display: block;
margin-bottom: 14px;
}
.sm-opening-text {
font-size: 16px;
}
.sm-section-title-wrap {
margin-bottom: 18px;
}
.sm-section {
padding: 33px 0;
}
.sm-section h2 {
font-size: 20px;
}
.sm-check-grid {
grid-template-columns: 1fr;
gap: 9px;
}
.sm-quote {
padding: 23px 22px;
font-size: 17px;
}
.sm-footer {
padding: 34px 22px;
}
.sm-footer-button {
width: 100%;
}
}
SEOMYEON NIGHT GUIDE
서면에서 야간 모임 장소를 찾을 때
먼저 살펴볼 몇 가지 기준
부산의 중심 상권인 서면에서 늦은 시간 방문할 공간을
알아본다면 위치만 확인하기보다 이동 동선과 공간 분위기,
방문 목적에 맞는 환경인지 함께 살펴보는 것이 좋습니다.
EDITOR'S NOTE
익숙하지 않은 장소를 선택할 때는 단순한 홍보 문구보다
실제 방문 시간과 인원, 원하는 분위기를 먼저 정리하는 것이
중요합니다. 필요한 정보를 사전에 확인하면 일정도 보다
편안하게 계획할 수 있습니다.
01
위치와 이동 경로
서면은 지하철과 버스 이동이 편리하고 주변 상권이 넓어
출발 위치에 따라 이동 경로가 달라질 수 있습니다.
일행과 함께 방문한다면 만날 장소와 귀가 동선까지
미리 정해 두는 편이 좋습니다.
관련 장소를 처음 알아보는 경우에는
서면호빠 이용 안내
를 통해 위치와 기본 내용을 먼저 살펴볼 수 있습니다.
02
방문 목적과 분위기
가벼운 모임인지, 특별한 날의 일정인지에 따라 원하는
분위기와 공간의 형태는 달라질 수 있습니다.
방문 목적을 먼저 정리하면 장소를 비교하기도 수월합니다.
방문 전 간단 체크
방문 예정 인원
예상 도착 시간
원하는 공간 분위기
이동 및 귀가 경로
운영 관련 안내
문의가 필요한 항목
좋은 장소를 찾는 기준은 유명세보다
현재 일정과 방문 목적에 잘 맞는지 확인하는 데 있습니다.
방문 정보는 일정에 앞서 최신 내용을 다시 확인하세요.
03
이용 정보 확인
처음 접하는 공간은 이용 방식이나 준비할 내용이
익숙하지 않을 수 있습니다. 궁금한 사항을 미리 정리하고
방문 전에 기본 안내를 확인하면 불필요한 혼선을
줄이는 데 도움이 됩니다.
서면 지역 관련 내용을 비교하고 있다면
서면 호스트바 정보
에서 방문 관련 안내를 참고할 수 있습니다.
04
공간 형태와 편안함
일행과 편안하게 시간을 보내고 싶다면 공간이 분리되어
있는지, 인원에 적합한 환경인지도 살펴보는 것이 좋습니다.
소규모 방문과 단체 방문은 필요한 공간 조건이 다를 수 있습니다.
독립적인 분위기를 고려하고 있다면
부산 서면 프라이빗룸 안내
내용을 참고해 방문 목적에 맞는지 확인해 보세요.
05
일정 전 최종 확인
주말이나 늦은 시간에는 현장 상황이 달라질 수 있으므로
방문 날짜와 시간을 정했다면 필요한 내용을 다시 확인하는
것이 좋습니다. 여러 명이 함께 움직이는 경우에는 일정을
미리 공유해 두는 것도 도움이 됩니다.
서면역 주변에서 관련 공간을 알아보고 있다면
서면역 인근 야간 공간 안내
정보를 참고할 수 있습니다.
VISIT INFORMATION
방문 전 필요한 내용을 확인해 보세요
운영 관련 내용은 시점과 상황에 따라 변경될 수 있으므로
일정 전에 최신 정보를 확인하는 것이 좋습니다.
서면 방문 정보 자세히 보기