diff --git a/bbs/login.php b/bbs/login.php
index 47efe4597..738ee1156 100644
--- a/bbs/login.php
+++ b/bbs/login.php
@@ -9,7 +9,7 @@ $url = $_GET['url'];
$p = parse_url($url);
if ((isset($p['scheme']) && $p['scheme']) || (isset($p['host']) && $p['host'])) {
//print_r2($p);
- if ($p['host'] != $_SERVER['HTTP_HOST'])
+ if ($p['host'].(isset($p['port']) ? ':'.$p['port'] : '') != $_SERVER['HTTP_HOST'])
alert('url에 타 도메인을 지정할 수 없습니다.');
}
diff --git a/css/default.css b/css/default.css
index df4a6b01c..1ac693230 100644
--- a/css/default.css
+++ b/css/default.css
@@ -29,10 +29,10 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
#logo {padding:26px 0}
/* 전체 검색 */
-#sch_all {position:absolute;top:22px;left:170px;margin:0;padding:0;border:1px solid #c3c6ca}
-#sch_all legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
-#sch_all #sch_all_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
-#sch_all_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}
+#sch {position:absolute;top:22px;left:170px;margin:0;padding:0;border:1px solid #c3c6ca}
+#sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
+#sch #sch_stx {padding-left:5px;width:110px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
+#sch_submit {padding:0 5px;height:26px;border:0;background:#e2e6eb;color:#333;cursor:pointer}
#tnb {position:absolute;top:18px;right:0;margin:0;padding:0;list-style:none;zoom:1}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
diff --git a/head.php b/head.php
index 7742cc774..cb5c1a603 100644
--- a/head.php
+++ b/head.php
@@ -35,14 +35,14 @@ if ($config['cf_include_head']) {
-