diff --git a/src/main/resources/templates/IMG_6772.jpg b/src/main/resources/templates/IMG_6772.jpg new file mode 100644 index 0000000..40e0484 Binary files /dev/null and b/src/main/resources/templates/IMG_6772.jpg differ diff --git a/src/main/resources/templates/IMG_6773.jpg b/src/main/resources/templates/IMG_6773.jpg new file mode 100644 index 0000000..f80ce0a Binary files /dev/null and b/src/main/resources/templates/IMG_6773.jpg differ diff --git a/src/main/resources/templates/payment.html b/src/main/resources/templates/payment.html index 987f49a..7d19d02 100644 --- a/src/main/resources/templates/payment.html +++ b/src/main/resources/templates/payment.html @@ -123,6 +123,7 @@ justify-content: center; font-weight: bold; font-size: 16px; + overflow: hidden; } .woori-pay-button .logo-icon { @@ -130,6 +131,24 @@ color: #0067ac; } + .woori-bank-button .logo-icon { + background-color: white; + color: #0067ac; + } + + .woori-card-button .logo-icon { + background-color: white; + color: #0067ac; + } + + /* 로고 이미지 스타일 */ + .logo-icon img { + width: 100%; + height: 100%; + object-fit: contain; + border-radius: 8px; + } + .payment-text { display: flex; flex-direction: column; @@ -225,9 +244,12 @@

결제 방법 선택