diff --git a/i_login/Frame.php b/i_login/Frame.php
index 2c4aec97..8b2da17c 100644
--- a/i_login/Frame.php
+++ b/i_login/Frame.php
@@ -5,40 +5,30 @@ require_once(ROOT.'/f_config/DB.php');
$system = getRootDB()->queryFirstRow('SELECT `REG`, `LOGIN` FROM `SYSTEM` WHERE `NO`=1');
?>
-
-
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/i_login/Style.css b/i_login/Style.css
index fa98024d..9033c305 100644
--- a/i_login/Style.css
+++ b/i_login/Style.css
@@ -3,14 +3,32 @@
@import url("findpw/Style.css");
@import url("join/Style.css");
+html{
+ width:100%;
+ height:100%;
+}
+
+body{
+ width:100%;
+ height:100%;
+ background-repeat:no-repeat;
+ background-size:cover;
+ background-attachment: fixed;
+ background-position:center bottom;
+}
+
#Login_00 {
- width: 1024px; height: 815px;
+ width: 1024px; max-height: 100%;
position: absolute; top: 0px; left: 50%;
margin-left: -512px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */
}
-.Login_TopBottomButtons {
- width: 1024px; height: 20px;
+.Login_TopButtons, .Login_BottomButtons {
+ width: 1024px;
+ height: 20px;
+ position:fixed;
+ left:50%;
+ margin-left:-512px;
}
.Login_TopBottomButton {
@@ -20,30 +38,30 @@
font-weight: bold;
}
+.Login_TopBottons{
+ top:0;
+}
+
+.Login_BottomButtons{
+ bottom:0;
+}
+
#Login_0000 {
width: 52px; height: 52px;
position: absolute; top: 30px; left: 10px;
- border: 1px solid white;
-}
-
-#Login_0002 {
- width: 160px; height: 600px;
- position: absolute; top: 100px; left: -170px;
-}
-
-#Login_0003 {
- width: 160px; height: 600px;
- position: absolute; top: 100px; left: 1034px;
}
#Login_0001 {
width: 1024px; height: 768px;
- background-color: black; background-position: center; background-repeat: no-repeat;
}
#Login_000100 {
+ position:fixed;
width: 350px; height: 230px;
- position: absolute; left: 337px; top: 269px;
+ left:50%;
+ margin-left:-175px;
+ top:50%;
+ margin-top:-115px;
}
#Login_00010000 {
@@ -131,6 +149,8 @@
#Login_000101 {
width: 280px; height: 40px;
- position: absolute; left: 700px; top: 720px;
- padding-top: 10px;
+ position: fixed;
+ left:50%;
+ margin-left:150px;
+ bottom:60px;
}
diff --git a/i_login/login.php b/i_login/login.php
index 93bd3c0c..87911064 100644
--- a/i_login/login.php
+++ b/i_login/login.php
@@ -1,5 +1,12 @@
IsLoggedIn()){
+ header(ROOT.'/i_entrance/Frame.php');
+ die();
+}
?>
@@ -43,7 +50,7 @@ function Login() {
-
+
diff --git a/index.php b/index.php
index 5a309e8d..1d959cb2 100644
--- a/index.php
+++ b/index.php
@@ -3,7 +3,7 @@ require('_common.php');
require(ROOT.'/f_config/SETTING.php');
if($SETTING->isExist()){
- header ("Location:i_entrance/entrance.php");
+ header ("Location:i_login/login.php");
}
else{
header ('Location:install.php');