* {
box-sizing: border-box;
}

html {
margin: 0;
padding: 0;
font-size: 16px;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
padding: 0;
background: #ffffff;
color: #23191c;
font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
line-height: 1.65;
}

a {
color: inherit;
text-decoration: none;
}

img {
display: block;
max-width: 100%;
height: auto;
}

.header {
background: #7c3f4b;
color: #ffffff;
}

.inner {
width: min(1120px, calc(100% - 36px));
margin: 0 auto;
}

.header .inner {
height: 82px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}

.logo {
display: flex;
align-items: center;
flex: 0 0 auto;
}

.logo a {
display: flex;
align-items: center;
}

.logo img {
display: block;
}

.menu {
display: block;
}

.menu ul {
display: flex;
align-items: center;
gap: 8px;
margin: 0;
padding: 0;
list-style: none;
}

.menu li {
margin: 0;
padding: 0;
}

.menu a {
display: block;
padding: 11px 15px;
border-radius: 999px;
font-size: 15px;
font-weight: 800;
letter-spacing: -0.025em;
color: rgba(255, 255, 255, 0.84);
}

.menu a:hover {
background: rgba(255, 255, 255, 0.13);
color: #ffffff;
}

.menu a[aria-current="page"] {
background: #ffffff;
color: #7c3f4b;
}

.burger {
display: none;
width: 42px;
height: 42px;
margin: 0;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.32);
border-radius: 0;
background: transparent;
cursor: pointer;
}

.burger span {
display: block;
width: 20px;
height: 2px;
margin: 5px auto;
border-radius: 2px;
background: #ffffff;
}

.content {
width: min(1120px, calc(100% - 36px));
margin: 0 auto 68px;
background: #ffffff;
}

.post {
margin: 0;
padding: 0;
background: #ffffff;
}

.post-header {
position: relative;
margin: 0 0 18px;
padding: 42px 0 30px;
background: #ffffff;
}

.post-title {
position: relative;
margin: 0;
padding: 0;
font-size: 35px;
line-height: 1.2;
font-weight: 900;
letter-spacing: -0.06em;
color: #23191c;
}

.post-title::before {
content: "";
display: block;
width: 44px;
height: 4px;
margin: 0 0 17px;
background: #7c3f4b;
}

.post-title::after {
content: "Wedding fair schedule";
display: block;
margin-top: 10px;
font-size: 14px;
line-height: 1.4;
font-weight: 700;
letter-spacing: 0.04em;
color: #8a7479;
}

.post-list {
margin: 0 0 52px;
padding: 0;
background: #ffffff;
}

.item-list {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
margin: 0;
padding: 0;
}

.item-list article {
display: grid;
grid-template-columns: minmax(420px, 46%) 1fr;
align-items: stretch;
min-width: 0;
background: #ffffff;
border-top: 1px solid #e8dce0;
border-bottom: 1px solid #e8dce0;
}

.item-list article > a:first-child {
display: flex;
align-items: center;
background: #f6eef1;
overflow: hidden;
}

.item-list article > a:first-child img {
width: 100%;
aspect-ratio: 2 / 1;
object-fit: cover;
transition: transform 0.22s ease;
}

.item-list article > a:first-child:hover img {
transform: scale(1.025);
}

.item-list article > section {
display: flex;
flex-direction: column;
min-width: 0;
padding: 28px 30px;
background: #ffffff;
}

.item-list h3 {
position: relative;
margin: 0 0 18px;
padding: 0 0 14px;
font-size: 24px;
line-height: 1.34;
font-weight: 900;
letter-spacing: -0.05em;
color: #23191c;
word-break: keep-all;
}

.item-list h3::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 58px;
height: 2px;
background: #7c3f4b;
}

.item-meta {
display: grid;
grid-template-columns: 1fr;
gap: 9px;
margin: 0 0 22px;
}

.item-meta span {
display: grid;
grid-template-columns: 46px 1fr;
gap: 12px;
align-items: start;
font-size: 15px;
line-height: 1.58;
font-weight: 900;
letter-spacing: -0.025em;
color: #7c3f4b;
word-break: keep-all;
}

.item-meta em {
font-style: normal;
font-weight: 500;
color: #5c4c50;
}

.item-list article > section > a {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
width: fit-content;
min-width: 176px;
margin-top: auto;
padding: 13px 18px;
background: #7c3f4b;
color: #ffffff;
font-size: 14px;
font-weight: 900;
letter-spacing: -0.025em;
}

.item-list article > section > a::after {
content: ">";
font-size: 15px;
font-weight: 900;
line-height: 1;
}

.item-list article > section > a:hover {
background: #64313b;
}

.post-content {
margin: 0;
padding: 0;
background: #ffffff;
}

.content-view {
background: #ffffff;
border-top: 3px solid #23191c;
padding: 40px 0 0;
font-size: 17px;
line-height: 1.82;
color: #372d30;
word-break: keep-all;
overflow-wrap: break-word;
}

.content-view h2 {
position: relative;
margin: 50px 0 22px;
padding: 0 0 18px;
font-size: 28px;
line-height: 1.34;
font-weight: 900;
letter-spacing: -0.058em;
color: #23191c;
border-bottom: 1px solid #e8dce0;
}

.content-view h2:first-child {
margin-top: 0;
}

.content-view h2::before {
content: "●";
display: inline-block;
margin-right: 9px;
font-size: 13px;
line-height: 1;
color: #7c3f4b;
vertical-align: 0.14em;
}

.content-view h3 {
display: flex;
align-items: center;
gap: 12px;
margin: 36px 0 15px;
font-size: 22px;
line-height: 1.42;
font-weight: 900;
letter-spacing: -0.048em;
color: #23191c;
}

.content-view h3::before {
content: "";
width: 28px;
height: 1px;
background: #7c3f4b;
flex: 0 0 auto;
}

.content-view p {
margin: 0 0 17px;
}

.content-view ul {
margin: 17px 0 30px;
padding: 0;
list-style: none;
border-top: 1px solid #e8dce0;
}

.content-view li {
position: relative;
margin: 0;
padding: 14px 0 14px 26px;
border-bottom: 1px solid #e8dce0;
}

.content-view li::before {
content: "";
position: absolute;
left: 3px;
top: 1.28em;
width: 8px;
height: 8px;
border: 2px solid #7c3f4b;
background: #ffffff;
}

.content-view table {
width: 100%;
margin: 22px 0 32px;
border-collapse: collapse;
border-top: 2px solid #7c3f4b;
font-size: 15px;
line-height: 1.58;
background: #ffffff;
}

.content-view th {
background: #ffffff;
font-weight: 900;
color: #7c3f4b;
}

.content-view th,
.content-view td {
padding: 15px 16px;
border-bottom: 1px solid #e8dce0;
text-align: left;
vertical-align: top;
}

.content-view td:first-child {
font-weight: 850;
color: #23191c;
}

.content-view strong {
font-weight: 900;
color: #7c3f4b;
}

.footer {
background: #ffffff;
border-top: 1px solid #e8dce0;
}

.footer .inner {
min-height: 76px;
display: flex;
align-items: center;
justify-content: center;
}

.footer p {
margin: 0;
font-size: 14px;
color: #4a3439;
}

@media (max-width: 960px) {
.item-list article {
grid-template-columns: minmax(330px, 43%) 1fr;
}

.item-list article > section {
padding: 24px 24px;
}

.item-list h3 {
font-size: 21px;
}
}

@media (max-width: 760px) {
.header .inner {
height: 66px;
}

.burger {
display: block;
}

.menu {
position: absolute;
top: 66px;
left: 0;
right: 0;
z-index: 40;
display: none;
background: #7c3f4b;
}

.menu.is-open {
display: block;
}

.menu ul {
width: min(1120px, calc(100% - 28px));
margin: 0 auto;
padding: 12px 0;
display: grid;
grid-template-columns: 1fr;
gap: 6px;
}

.menu a {
padding: 13px 12px;
border-radius: 8px;
background: rgba(255, 255, 255, 0.08);
font-size: 14px;
text-align: left;
}

.menu a:hover {
background: rgba(255, 255, 255, 0.14);
}

.menu a[aria-current="page"] {
background: #ffffff;
color: #7c3f4b;
}

.content {
width: min(100% - 24px, 1120px);
margin-bottom: 50px;
}

.post-header {
padding: 32px 0 26px;
margin-bottom: 26px;
}

.post-title {
font-size: 29px;
}

.post-title::before {
width: 38px;
height: 3px;
margin-bottom: 14px;
}

.post-title::after {
font-size: 13px;
}

.item-list {
gap: 16px;
}

.item-list article {
display: flex;
flex-direction: column;
border: 1px solid #e8dce0;
}

.item-list article > a:first-child {
display: block;
}

.item-list article > a:first-child img {
width: 100%;
height: auto;
aspect-ratio: 2 / 1;
object-fit: cover;
}

.item-list article > section {
padding: 20px 18px 18px;
}

.item-list h3 {
margin-bottom: 15px;
padding-bottom: 13px;
font-size: 20px;
}

.item-meta {
gap: 8px;
margin-bottom: 20px;
}

.item-meta span {
grid-template-columns: 42px 1fr;
font-size: 14px;
}

.item-list article > section > a {
width: 100%;
min-width: 0;
padding: 13px 15px;
}

.content-view {
padding-top: 34px;
font-size: 16px;
line-height: 1.78;
}

.content-view h2 {
margin-top: 40px;
font-size: 23px;
}

.content-view h3 {
gap: 10px;
margin-top: 29px;
font-size: 19px;
}

.content-view h3::before {
width: 22px;
}

.content-view table {
display: block;
width: 100%;
overflow-x: auto;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
font-size: 14px;
}
}

@media (max-width: 460px) {
.inner {
width: calc(100% - 24px);
}

.content {
width: calc(100% - 24px);
}

.logo img {
height: auto;
}

.post-title {
font-size: 26px;
}

.item-list h3 {
font-size: 18px;
}

.item-meta span {
grid-template-columns: 40px 1fr;
font-size: 13.5px;
}

.content-view h2 {
font-size: 21px;
}

.content-view h3 {
font-size: 18px;
}
}