
        .qna-container {
            width: 96%;
            max-width: 800px;
            margin: 0 auto;
        }
        .qna-box {
background-color: #ff007f;
    color: #fff;
    border-radius: 5px;
    padding: 2%;
    margin-bottom: 4%;
    text-align: left;
        }
        .qna-box h3 {
            font-size: 20px;
            margin: 5px;
        }
        .qna-box p {
font-size: 16px;
    margin: 2% 0% 2% 0%;
        }

.region {
background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 160px;
font-size: x-large;
}


.date{
    font-size: 1rem;
    color: #ff007f;
    text-align: left;
    font-weight: bold;
    display: inline-block;
    margin-top: 4%;
}


.button{
width: 100%;
    margin: auto;
    background: #ffffff;
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
    padding: 2%;
    text-align: center;
    display: inline-block;
    margin-bottom: 2%;
}

.button p{
    background: #ff007f;
    width: 50%;
    margin: auto;
    padding: 2%;
    border-radius: 5px;
}


.region {
background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 160px;
font-size: x-large;
}

.content_wrap {
    display: flex;
    flex-wrap: wrap;
}
.content_wrap2 {
    display: flex;
    flex-wrap: wrap;
}

.content {
background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    transition: transform 0.2s;
    border-radius: 10px;
    margin: 1%;
    margin-bottom: 6%;
}

.content2 {
background-color: #ff007f;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    transition: transform 0.2s;
    border-radius: 10px;
    margin: 1%;
    margin-bottom: 6%;
}


.content:hover {
    transform: scale(1.05); /* 마우스 오버 시 확대 효과 */
}

.content a {
    text-decoration: none; /* 링크 밑줄 제거 */
    color: inherit; /* 기본 색상 상속 */
}

.title {
font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
    background-color: #ff007f;
    text-align: center;
    color: #ffffff;
}
.title2 {
font-size: 1.2em;
    font-weight: bold;
    padding: 10px;
    background-color: #ff007f;
    text-align: center;
    color: #ffffff;
}

.thumb img {
width: 100%;
    height: auto;
}




.location {
font-size: 0.9rem;
    padding: 10px;
    color: #000000;
    text-align: left;
    font-weight: 600;
    margin-bottom: 16px;
}


    .thumb {
width: 45%;
    float: left;
    margin-right: 4%;
    }




@media (min-width: 600px) {
    .content {
        width: 48%; 
    }
    .thumb {
        width: 100%; 
    margin-right: auto;
    }
.date{
font-size: 1rem;
    padding: 10px;
    color: #ff007f;
    text-align: center;
    font-weight: bold;
margin:auto;
        display: block;
}
.location{
    text-align: center;
}
}


@media (min-width: 1000px) {
    .content {
        width: 31%; 
    }
    .thumb {
        width: 100%; 
    margin-right: auto;
    }
.date{
font-size: 1rem;
    padding: 10px;
    color: #ff007f;
    text-align: center;
    font-weight: bold;
margin:auto;
        display: block;
}
.location{
    text-align: center;
}
}



html {
   scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff0f0;
}

header {
    background-color: #FF007F;
    color: white;
    padding: 1rem 0;
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
z-index: 10;
}

h1 {
    margin: 0;
}

nav {
    position: fixed;
    width: 100%;
    top: 70px;
}
nav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    background-color: #e10070;
    margin: 0;
    flex-wrap: wrap;
}

nav ul li {
    padding: 0rem;
    border-bottom: 0px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 0.5rem;
    display: block;
}

nav ul li a:hover {
    background-color: #555;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;

}


section {

}

.area {
    background-color: white;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
font-size: smaller;
    padding-bottom: 0.5rem;

}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #ddd;
}

footer {
    background-color: #FF007F;
    color: white;
    text-align: left;
    width: 100%;
    bottom: 0;
    line-height: 120%;
    text-align: center;
}
footer div{
max-width: 1200px;
    width: 90%;
    margin: auto;
    text-align: left;
    padding: 1% 2% 1% 2%;
}
footer a{
text-decoration: auto;
    color: aliceblue;
}

.event-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.event-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    margin: 1%;
    padding: 1%;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    aspect-ratio: 2 / 1.5;
}

.event-item img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1rem;
    width: 80%;
}

.event-details {
    text-align: center;
}

.event-details h3 {
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1.2rem;
    color: #FF007F;
}

.event-details p {
    margin: 0.5rem 0;
    color: #666;
}

.event-details strong {
    color: #333;
}








@media (min-width: 600px) {
    .event-item {
        width: 46%;
    }
}
@media (min-width: 1200px) {
    .event-item {
        width: 29%;
    }
}
.social-share {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.social-icon {
    display: inline-block;
    margin: 0 0.5rem;
}

.social-icon img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}


