#toggleContent {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.9s ease-out, padding 0.9s ease-out, margin-top 0.9s ease-out;
            background:#607D8B;
            padding: 0 10px;
            margin-top: 0; /* 추가된 여백을 0으로 초기화 */
        }
        .innerContent {
			margin-top: -150px;
            padding: 0px;
        }
        #headerExpand {
            position: relative;
            z-index: 1; /* 버튼을 다른 요소 위로 올리기 위해 z-index 설정 */
        }
		
		#spacerContent {
            height: 0px;
            margin-top: 0px; /* 여기서 margin-top 값을 설정합니다 */
        }
       .popup-text {
	font-size: 1.6rem;
    margin: 4rem;
    text-align: center;
    color: #dfdddd;
}


	   .transparent-button {
            color: rgba(0, 0, 0, 0); /* 텍스트 글자색 투명 */
            background-color: transparent; /* 버튼 배경 투명 */
            border: 1px solid #fff0; /* 버튼 테두리 */
}
    .poplink{
			display: flex;
		justify-content