GitHub.com
tcp/443
Open service 2606:50c0:8001::153:443 · ssangmoon.8222quick.com
2026-02-06 12:38
HTTP/1.1 200 OK
Connection: close
Content-Length: 9205
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Fri, 06 Feb 2026 12:37:56 GMT
Access-Control-Allow-Origin: *
ETag: "6985e0a4-23f5"
expires: Fri, 06 Feb 2026 12:48:54 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: EC07:1256D4:33F661:35AE4B:6985E0DE
Accept-Ranges: bytes
Age: 0
Date: Fri, 06 Feb 2026 12:38:55 GMT
Via: 1.1 varnish
X-Served-By: cache-sin-wsat1880053-SIN
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1770381535.862526,VS0,VE244
Vary: Accept-Encoding
X-Fastly-Request-ID: ee2117a7760b81bea6e5e3c6839743c24d6ca451
Page title: 쌍문동 퀵서비스 | 도봉구 24시 빠른배차 에이플러스퀵
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
<title>쌍문동 퀵서비스 | 도봉구 24시 빠른배차 에이플러스퀵</title>
<meta name="description" content="도봉구 쌍문동 퀵서비스 전문. 쌍문역, 쌍문사거리, 백운시장 인근 20분 내 신속 픽업. 오토바이, 다마스, 라보 맞춤 배차 및 카드결제 가능.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://ssangmoon.8222quick.com/">
<meta property="og:title" content="쌍문동 퀵서비스 | 에이플러스 쌍문동퀵">
<meta property="og:description" content="도봉구 쌍문동 전지역 24시 가장 빠른 퀵배송">
<meta property="og:url" content="https://ssangmoon.8222quick.com/">
<meta property="og:type" content="website">
<style>
:root {
--body-bg: #f4f7fa;
--card-bg: #ffffff;
--main-blue: #0056b3;
--accent-red: #ce0000;
--text-main: #333;
--text-light: #666;
}
body {
margin: 0; padding: 0;
font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
line-height: 1.6; color: var(--text-main);
background-color: var(--body-bg);
}
.wrapper {
width: 100%;
max-width: 650px;
margin: 40px auto;
padding: 40px;
box-sizing: border-box;
background-color: var(--card-bg);
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
border-radius: 20px;
}
@media (max-width: 650px) {
.wrapper { margin: 0; border-radius: 0; padding: 20px; }
.call-banner { font-size: 1.2rem; }
}
header { text-align: center; margin-bottom: 30px; }
header h1 { font-size: 1.8rem; letter-spacing: -1px; margin: 0; color: #000; }
header h1 em { color: var(--main-blue); font-style: normal; }
header p { color: var(--text-light); margin-top: 5px; font-size: 1rem; }
.call-banner {
position: sticky; top: 15px; z-index: 100;
background: linear-gradient(135deg, var(--accent-red), #b00000);
color: #fff; text-align: center; padding: 20px;
border-radius: 15px; text-decoration: none; display: block;
font-size: 1.5rem; font-weight: 800;
box-shadow: 0 8px 25px rgba(206, 0, 0, 0.3);
margin-bottom: 35px;
transition: transform 0.2s;
}
.call-banner:active { transform: scale(0.98); }
.call-banner span { font-size: 0.9rem; display: block; font-weight: normal; margin-bottom: 5px; opacity: 0.9; }
.highlight-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-bottom: 30px;
}
.highlight-item {
background: #f9fbfd;
border: 1px solid #e1e8ef;
padding: 15px 5px;
border-radius: 12px;
text-align: center;
font-size: 0.85rem;
}
.highlight-item strong { display: block; color: var(--main-blue); font-size: 1.1rem; margin-bottom: 3px; }
.info-section {
background: #f8f9fa; border-radius: 12px; padding: 20px;
margin-bottom: 30px; border-left: 5px solid var(--main-blue);
}
.info-section h2 { font-size: 1.2rem; margin-top: 0; color: var(--main-blue); }
.info-section p { margin: 0; font-size: 1rem; color: #444; word-break: keep-all; }
.service-list { list-style: none; padding: 0; }
.service-list li {
padding: 15px 0; border-bottom: 1px dotted #ddd;
display: flex; justify-content: space-between; align-items: center;
}
.service-list li:last-child {