From e39b2f246683615a8257abea05efc97e31b8eafc Mon Sep 17 00:00:00 2001 From: subsub Date: Wed, 4 Jun 2025 12:00:36 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=9C=EB=B0=9C=20=EA=B0=80=EC=9D=B4?= =?UTF-8?q?=EB=93=9C=20=ED=83=AD=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/api_guide.html | 4 ++-- src/main/webapp/publish/css/content.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/publish/api_guide.html b/src/main/webapp/publish/api_guide.html index 81761c64..0b084e01 100644 --- a/src/main/webapp/publish/api_guide.html +++ b/src/main/webapp/publish/api_guide.html @@ -216,7 +216,7 @@ -
+
  • - API를 통해서 동일한 내용의 문자를 대량으로 전송할 수 있습니다.
  • @@ -1606,7 +1606,7 @@ -
    +
      diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index 1528821f..7e4477d5 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -2043,10 +2043,10 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .kakao_intro_cont .note ul li:nth-child(5){font-weight: 400; font-size: 14px; color: #fff; margin: 3px 0 7px 10px; background-color: #002c9a; width: 260px; height: 32px; line-height: 31px; text-align: center; border-radius: 5px;} .kakao_intro_cont .note ul li:nth-child(5):hover{box-shadow: 0 0 8px rgba(0,0,0,0.5);} - - /* api - 소개 */ .send_top .api_guide_cont {background-color: #fff;padding: 30px 40px;border-radius: 10px;} +.send_top .api_guide_con{display:none;} +.send_top .api_guide_con.current{display:block;} .api_guide_cont .api_visual_image {margin:0 0 57px 0; } .api_guide_cont .api_visual_image img {max-width:100%;} .api_guide_cont .api_intro {width:100%; margin:20px 0 0 0;}