/* Å¸ÀÌÆ² ¾Æ·¡ ±¸ºÐ ¼± */
#communityLine {
 border-top: 1px solid #444444; 
 margin: 30px 0px;
 width 100%
}



.contact-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 1rem;
  background-color: #fffff
}


.contact-content {
  max-width: 40rem;
}


.contact-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1f2937;
}


.contact-content p {
  color: #4b5563;
  margin-bottom: 0.5rem;
  
}



/* ¹öÆ° ±âº» ½ºÅ¸ÀÏ (40% ´õ Å©°Ô Á¶Á¤) */
.contact-button {
    display: inline-block;
    font-size: 1.8rem; /* ±âÁ¸ ´ëºñ 40% È®´ë (±âÁ¸ÀÌ 1.3rem Á¤µµ¿´´Ù¸é) */
    padding: 18px 40px; /* ÆÐµùµµ 40% Áõ°¡ */
    background-color: #efeded;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-top: 20px;
}



.contact-button:hover {
  background-color: #c4c4c4;
  text-decoration: none;
}




/* ±âº» ½ºÅ¸ÀÏ */
.contact-content h3 {
    font-size: 2rem; /* ±âº» Å©±â */
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}


.contact-content p {
    font-size: 1.2rem; /* ±âº» Å©±â */
    text-align: center;
    line-height: 1.6;
}


/* ÅÂºí¸´ (È­¸é ³Êºñ 1024px ÀÌÇÏ) */
@media (max-width: 1024px) {
    .contact-content h3 {
        font-size: 1.5rem; 
    }


    .contact-content p {
        font-size: 1rem;
    }


 .contact-button 
  { font-size: 1.5rem; /* 20% Ãà¼Ò */ padding: 15px 35px; }

}


/* ¸ð¹ÙÀÏ (È­¸é ³Êºñ 768px ÀÌÇÏ) */
@media (max-width: 768px) {
    .contact-content h3 {
        font-size: 1.2rem;
    }


    .contact-content p {
        font-size: 0.9rem;
    }
}


/* ÀÛÀº ¸ð¹ÙÀÏ (È­¸é ³Êºñ 480px ÀÌÇÏ) */
@media (max-width: 480px) {
    .contact-content h3 {
        font-size: 1rem;
    }


    .contact-content p {
        font-size: 0.8rem;
    }




 .contact-button { 
 font-size: 1.3rem; /* 30% Ãà¼Ò */ padding: 12px 30px; width: 80%; 
/* °¡·Î Å©±â Á¶Á¤ */ }

}