diff --git a/css/default.css b/css/default.css
index cb36c19ec..82f4aec55 100644
--- a/css/default.css
+++ b/css/default.css
@@ -35,7 +35,7 @@ a:active {color:#000;text-decoration:underline}
#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:""}
#tnb li {float:left}
-#tnb a {display:block;padding:5px 10px;color:#333;letter-spacing:-0.1em}
+#tnb a {display:inline-block;padding:5px 10px;color:#333;letter-spacing:-0.1em;line-height:2em}
#tnb a:focus, #tnb a:hover, #tnb a:active {text-decoration:none}
#tnb img {margin-right:3px}
@@ -116,7 +116,7 @@ a:active {color:#000;text-decoration:underline}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
-.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid .e9e9e9}
+.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}
diff --git a/install/company_h b/install/company_h
deleted file mode 100644
index 8ef1a7839..000000000
Binary files a/install/company_h and /dev/null differ
diff --git a/install/install_db.php b/install/install_db.php
index b709e38c0..39d57ea43 100644
--- a/install/install_db.php
+++ b/install/install_db.php
@@ -520,10 +520,6 @@ if($shop_install) {
@copy('./logo_img', $data_path.'/common/logo_img');
@copy('./logo_img', $data_path.'/common/mobile_logo_img');
@copy('./main_img', $data_path.'/common/main_img');
-
- @copy('./company_h', $data_path.'/content/company_h');
- @copy('./privacy_h', $data_path.'/content/privacy_h');
- @copy('./provision_h', $data_path.'/content/provision_h');
}
//-------------------------------------------------------------------------------------------------
?>
diff --git a/install/privacy_h b/install/privacy_h
deleted file mode 100644
index 2feaa4bf8..000000000
Binary files a/install/privacy_h and /dev/null differ
diff --git a/install/provision_h b/install/provision_h
deleted file mode 100644
index b65c3c439..000000000
Binary files a/install/provision_h and /dev/null differ
diff --git a/shop/orderform.php b/shop/orderform.php
index f06b96997..012d74323 100644
--- a/shop/orderform.php
+++ b/shop/orderform.php
@@ -908,13 +908,6 @@ function get_intall_file()
새로고침(F5) 한후에도 계속 설치파일이 다운로드 되거나 결제가 되지 않으면 브라우저를 새로 열어서 주문해 주시기 바랍니다.
브라우저가 익스플로러가 아닌 경우 Payplus Plug-in 설치에 문제가 있을수 있음을 알려 드립니다.