diff --git a/src/components/common/ItemWishList/ItemWishList.tsx b/src/components/common/ItemWishList/ItemWishList.tsx
index f93f1e135..d1161e733 100644
--- a/src/components/common/ItemWishList/ItemWishList.tsx
+++ b/src/components/common/ItemWishList/ItemWishList.tsx
@@ -11,8 +11,8 @@ interface Props {
const ItemWishList = memo(({isActive, onChange}:Props) => {
return(
diff --git a/src/components/common/Logo/Logo.module.scss b/src/components/common/Logo/Logo.module.scss
index b64c0a6b4..37662269c 100644
--- a/src/components/common/Logo/Logo.module.scss
+++ b/src/components/common/Logo/Logo.module.scss
@@ -11,6 +11,6 @@
}
.conTent{
@apply font-logo sub-headline;
- font-size: 1.6rem;
+ font-size: var(--font-size);
}
}
\ No newline at end of file