X
이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.
.popup { display: none; /* 기본적으로 팝업창을 숨김 */ position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); /* 배경을 반투명 검정으로 설정 */ } .popup-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: white; padding: 10px; border-radius: 5px; width: 250px; /* 배너 크기에 맞게 팝업창 크기 조정 */ height: 450px; /* 팝업창 크기: 문구 공간 추가를 위해 높이를 50px 더 설정 */ position: relative; } .close-btn { position: absolute; top: 30px; right: 30px; font-size: 15px; cursor: pointer; color: #333; /* X 버튼 색상 */ font-weight: bold; transition: opacity 0.5s ease; /* 부드러운 전환 */ } .close-btn:hover { color: red; /* 마우스 호버 시 색상 변경 */ } /* 문구 스타일 */ .affiliate-disclaimer { font-size: 12px; color: #555; margin-top: 10px; text-align: center; } 클릭 후 더 보기쇼핑 후 콘텐츠를 감상하세요^^
이 지면은 본문이 생략된화면입니다.