diff --git a/css/global.css b/css/global.css
index 47429ed..bbb35e7 100644
--- a/css/global.css
+++ b/css/global.css
@@ -150,7 +150,7 @@ cursor: pointer;
/* Custom Fonts */
@font-face {
font-family: "Roboto";
- src: url("../fonts/roboto_variable.ttf") format("truetype");
+ src: url("http://www.venith.net/fonts/roboto_variable.ttf") format("truetype");
}
/* Defaults */
@@ -230,7 +230,7 @@ height: 14px;
/* Header */
#header {
-background: url("../images/dots.png"),
+background: url("http://www.venith.net/images/dots.png"),
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
border: 1px solid #6f2020;
border-top-right-radius: 60px;
@@ -247,7 +247,7 @@ padding: 5px 20px 0px 23px;
/* Left Aside */
#leftSiteContent {
-background: url("../images/dots.png"),
+background: url("http://www.venith.net/images/dots.png"),
linear-gradient(200deg, #f15a5a 60%, #eb4949 90%);
border-left: 1px solid #6f2020;
border-right: 1px solid #6f2020;
@@ -390,7 +390,7 @@ width: 100%;
}
/* Right Aside */
#rightSiteContent {
-background: url("../images/dots.png"),
+background: url("http://www.venith.net/images/dots.png"),
linear-gradient(135deg, #fd5d5d 60%, #ca4eab 100%);
border-right: 1px solid #8d2727;
border-left: 1px solid #8d2727;
@@ -488,7 +488,7 @@ overflow: auto;
}
#bottomFooter {
-background: url("../images/dots.png"),
+background: url("http://www.venith.net/images/dots.png"),
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
border: 1px solid #8d2727;
border-bottom-right-radius: 60px;
diff --git a/error.html b/error.html
index 3c0a985..b73d3d9 100644
--- a/error.html
+++ b/error.html
@@ -543,9 +543,9 @@ TOP 에서 다시 접속해 주시기 바랍니다.