/* BASIC css start */
.pwd-link { margin-top:15px; text-align:center; }

 /* º¸µå Å¸ÀÌÆ² ¿µ¿ª ½ºÅ¸ÀÏ */
        .board-title {
            margin: 80px auto;
            display: flex;
            justify-content: center;
            gap: 20px; /* ¹öÆ° »çÀÌÀÇ °£°Ý */
        }
        
        .board-title a {
            display: block;
            width: 200px; /* ¹öÆ° °¡·Î Å©±â */
            text-align: center;
            text-decoration: none;
        }
        
        .button {
            width: 100%;
            padding: 15px 0;
            border: 1px solid #000;
            display: block;
            text-align: center;
            font-size: 16px;
            color: #000;
            box-sizing: border-box;
            transition: all 0.3s ease;
        }
        
        .button:hover {
            background-color: #000;
            color: #fff;
        }

/* BASIC css end */

