/* BASIC css start */
/* 섹션공통 */
section{width: 100%; min-height: 970px; height:100vh; font-family: 'Noto Sans KR', sans-serif}
h5 { font-family: 'Noto Sans KR', sans-serif; font-size: 52px;font-weight:600; text-align: center; }
h1 { text-align: center; }
.container {max-width: 1350px; margin: 0 auto; height: 100%; background: #ffffff; color: #fff; }
.map-section {display: flex; flex-wrap: wrap; justify-content:center; align-items:center; gap: 20px; margin-top:100px; margin-bottom: 30px;}
.map {flex-basis: 50%; min-width: 300px; height: 400px; border-radius: 8px; overflow: hidden; }
.address {flex-basis: 40%; min-width: 300px; font-size: 29px; line-height: 1.6; color: #333; display: flex; align-items: relative; justify-content: relative; }
.address p {margin: 0; padding: 10px; background: #f8f8f8; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
.write {max-width: 1350px; margin: 0 auto; height: 100%; background: #dddddd; color: #fff; }
form { display: flex; flex-direction: column; }
label { margin-bottom: 5px; font-weight: bold; }
input, textarea, button { margin-bottom: 20px; padding: 10px; border-radius: 4px; border: none; }
input, textarea { width: 100%; }
button { background-color: #28a745; color: white; cursor: pointer; }
button:hover { background-color: #218838; }
/* BASIC css end */

