쉽게 해결하는 방법

에어컨 누수 쉽게 해결하는 방법

에어컨에서 물이 떨어지면 어떻게 해야 할까요? 걱정 마세요, 제가 여러분을 위해 쉽게 해결할 수 있는 방법을 준비했어요! 1. 에어컨 수평 확인 에어컨이 수평으로 설치되어 있는지 확인해 보세요. 수평이 아니라면 물이 제대로 배출되지 않을 수 있어요. 수평계가 없다면 앱을 다운받아 사용해 보세요. 2. 배수 호스 체크 배수 호스가 제대로 꽂혀 있는지, 막혀 있는지 확인해 보세요. 막힌 경우에는 집게로 이물질을…

관리자
게시물 더보기
검색결과 없음
/* 아로스 강의 #3 */ .aros-button { background-color: rgb(240, 36, 0); color: white; padding: 10px 20px; border: none; cursor: pointer; transition: background-color 0.3s, transform 0.1s; width: 80%; height: 80px; box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4); border-radius: 30px; font-size: 25px; line-height: 1.5; text-align: center; white-space: nowrap; overflow: hidden; display: block; font-family: 'NanumGothicCodingBold'; margin-left: auto; margin-right: auto; overflow: hidden; } .aros-button:hover { background-color: rgb(235, 161, 65); transform: scale(1.1); } .aros-button.most-likely-to-click { padding: 20px 30px; font-size: 50px; } @media only screen and (max-width: 600px) { .aros-button { font-size: 20px; width: 90%; height: 60px; overflow: visible; white-space: nowrap; /* Prevents text from wrapping */ max-width: 100%; /* Set max-width to 100% */ } .aros-button.most-likely-to-click { padding: 15px 25px; font-size: 40px; } }