<!----> // 1. 아래의 코드를 HEAD 부분에 복사해 넣으세요 <style> .counter{ /*카운터 상자의 모양을 설정합니다*/ background-color:black; /*배경색*/ color:yellow;/*글자색상*/ font-weight:bold;/*글자모양*/ } </style> <script> <!-- expireDate = new Date; // 새로운 날짜객체생성 expireDate.setMonth(expireDate.getMonth()+6) //..