diff --git a/modules/editor/skins/msword2007/css/editor.css b/modules/editor/skins/msword2007/css/editor.css
new file mode 100644
index 000000000..f86cc6946
--- /dev/null
+++ b/modules/editor/skins/msword2007/css/editor.css
@@ -0,0 +1,58 @@
+@charset "utf-8";
+
+.xeEditor { }
+.xeEditor .optionABC,
+.xeEditor .option2,
+.xeEditor .optionDE { clear:both; width:100%; border-bottom:1px solid #c2c2c2; overflow:hidden; background:#ffffff url(../images/bgBoardEditorOption.gif) no-repeat -3px bottom;}
+.xeEditor .optionABC .selectGroup { white-space:nowrap; display:block; height:22px; margin:0 .5em 0 0; padding-left:1em; float:left;}
+.xeEditor .optionABC .buttonGroup,
+.xeEditor .option2 .buttonGroup { white-space:nowrap; position:relative; display:block; margin:0 .5em 0 0; float:left; height:22px; overflow:hidden; padding-left:2px;}
+.xeEditor .optionABC .buttonGroup img,
+.xeEditor .option2 .buttonGroup img { float:left; display:block; margin-left:-1px; cursor:pointer;}
+.xeEditor .optionA,
+.xeEditor .optionB,
+.xeEditor .optionC,
+.xeEditor .optionE,
+.xeEditor .optionF { float:left; background:#ffffff url(../images/bgBoardEditorOption.gif) no-repeat left bottom; padding:.5em 0 .5em .7em; overflow:hidden;}
+.xeEditor .optionA *,
+.xeEditor .optionB *,
+.xeEditor .optionC *,
+.xeEditor .optionF * { vertical-align:middle;}
+.xeEditor .optionA { background-position:-3px bottom; padding-left:0;}
+.xeEditor .optionA select option { font-size:.9em; }
+
+.xeEditor .optionDE .buttonGroup { white-space:nowrap; position:relative; display:block; float:left; height:21px; overflow:hidden; padding-left:2px;}
+
+.xeEditor .optionDE img { float:left; display:block; margin-right:.5em; cursor:pointer;}
+.xeEditor .optionD { padding:.5em 0 .5em .8em; overflow:hidden; float:left; border-right:1px solid #e0e0e0;}
+
+.xeEditor .editorInfo { background:#fbfbfb; padding:.5em; border:1px solid #e1e1dd; color:#999999; position:relative; margin:5px 20px 0 20px;}
+.xeEditor .close { cursor:pointer; position:absolute; top:3px; right:3px; _top:3px; _right:25px;}
+.xeEditor .editor_iframe_box { background:#ffffff; clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:10px; margin:0 20px 0 20px; }
+.xeEditor .editor_iframe_textarea { background:#ffffff; clear:both; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:.5em; margin:0 20px 0 20px; width:100%; font-size:1em; display:none;}
+
+.xeEditor .textAreaDragIndicator { text-align:center; background:url(../images/lineTextAreaDrag.gif) repeat-x left center; padding:5px 0 5px 0; }
+.xeEditor .textAreaDragIndicatorBar { background:url(../images/buttonTextAreaDrag.gif) no-repeat center; cursor:move;height:14px;}
+
+.xeEditor .editor_info { clear:both; padding:5px 20px 5px 20px; overflow:hidden;}
+.xeEditor .editor_info .editor_option { float:left; color:#888888; }
+.xeEditor .editor_info .editor_autosaved_message { color:#888888; float:right; }
+
+.xeEditor .inputTypeTextArea { background:#fbfbfb; padding:1em; width:94%;}
+.xeEditor #textAreaDrag {}
+.xeEditor .fileAttach { padding:0 1em .5em 1em;}
+.xeEditor .fileAttach .preview { padding:5px; width:110px; height:110px; border:1px solid #e1e1dd; background:#fbfbfb; float:left; margin-right:.5em;}
+.xeEditor .fileAttach .preview img { width:110px; height:110px; float:left; display:block;}
+.xeEditor .fileAttach .fileListArea { float:left; width:50%; margin-right:.7em; padding-bottom:.5em; margin-bottom:1em}
+.xeEditor .fileAttach .fileListArea .fileList { background:url(../images/select_dot.gif); overflow:auto; width:100%; height:auto; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; margin-bottom:.3em; font-size:11px;}
+.xeEditor .fileAttach .fileListArea .fileList option { line-height:100%; padding-left:.5em;}
+.xeEditor .fileAttach .fileListArea span.file_attach_info { color:#3f4040; font-size:11px; text-align:left;}
+.xeEditor .fileAttach .fileListArea span.file_attach_info strong { color:#ff6600; font-size:11px; font-weight:bold; }
+.xeEditor .fileAttach .fileUploadControl { margin-bottom:5px; }
+
+.xeEditor .fileAttach .fileUploadControl .uploaderButton { display:block; cursor:pointer; background:url(../images/buttonTypeBCenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; font-size:.9em; white-space:nowrap;}
+.xeEditor .fileAttach .fileUploadControl .uploaderButton:hover { text-decoration:none;}
+.xeEditor .fileAttach .fileUploadControl .uploaderButton img { vertical-align:middle;}
+.xeEditor .fileAttach .fileUploadControl .uploaderButton .leftCap { width:2px; height:22px; background:url(../images/buttonTypeBLeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;}
+.xeEditor .fileAttach .fileUploadControl .uploaderButton .rightCap { width:2px; height:22px; background:url(../images/buttonTypeBRight.gif) no-repeat; margin:0 -1px 0 .4em;}
+.xeEditor .fileAttach .fileUploadControl .uploaderButton .icon { margin:0 .2em;}
diff --git a/modules/editor/skins/msword2007/editor.html b/modules/editor/skins/msword2007/editor.html
new file mode 100644
index 000000000..89681296f
--- /dev/null
+++ b/modules/editor/skins/msword2007/editor.html
@@ -0,0 +1,165 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {$lang->about_dblclick_in_editor}
+
{$lang->edit->help_use_paragrapth}
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

+
+
+
+
+
+ {$upload_status}
+
+
+
+
+
+
+
+
+
+
diff --git a/modules/editor/skins/msword2007/images/bgBoardEditorOption.gif b/modules/editor/skins/msword2007/images/bgBoardEditorOption.gif
new file mode 100644
index 000000000..ec7bb62a8
Binary files /dev/null and b/modules/editor/skins/msword2007/images/bgBoardEditorOption.gif differ
diff --git a/modules/editor/skins/msword2007/images/bgBoardEditorOption.png b/modules/editor/skins/msword2007/images/bgBoardEditorOption.png
new file mode 100644
index 000000000..5e1041c40
Binary files /dev/null and b/modules/editor/skins/msword2007/images/bgBoardEditorOption.png differ
diff --git a/modules/editor/skins/msword2007/images/blank.gif b/modules/editor/skins/msword2007/images/blank.gif
new file mode 100644
index 000000000..35d42e808
Binary files /dev/null and b/modules/editor/skins/msword2007/images/blank.gif differ
diff --git a/modules/editor/skins/msword2007/images/buttonClose.gif b/modules/editor/skins/msword2007/images/buttonClose.gif
new file mode 100644
index 000000000..12cd8aaa9
Binary files /dev/null and b/modules/editor/skins/msword2007/images/buttonClose.gif differ
diff --git a/modules/editor/skins/msword2007/images/buttonTextAreaDrag.gif b/modules/editor/skins/msword2007/images/buttonTextAreaDrag.gif
new file mode 100644
index 000000000..853387176
Binary files /dev/null and b/modules/editor/skins/msword2007/images/buttonTextAreaDrag.gif differ
diff --git a/modules/editor/skins/msword2007/images/buttonTypeBCenter.gif b/modules/editor/skins/msword2007/images/buttonTypeBCenter.gif
new file mode 100644
index 000000000..c501463ef
Binary files /dev/null and b/modules/editor/skins/msword2007/images/buttonTypeBCenter.gif differ
diff --git a/modules/editor/skins/msword2007/images/buttonTypeBLeft.gif b/modules/editor/skins/msword2007/images/buttonTypeBLeft.gif
new file mode 100644
index 000000000..0b919a5c0
Binary files /dev/null and b/modules/editor/skins/msword2007/images/buttonTypeBLeft.gif differ
diff --git a/modules/editor/skins/msword2007/images/buttonTypeBRight.gif b/modules/editor/skins/msword2007/images/buttonTypeBRight.gif
new file mode 100644
index 000000000..d94c9a21f
Binary files /dev/null and b/modules/editor/skins/msword2007/images/buttonTypeBRight.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_ac.gif b/modules/editor/skins/msword2007/images/editor_btn_ac.gif
new file mode 100644
index 000000000..7e2a6ef89
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_ac.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_aj.gif b/modules/editor/skins/msword2007/images/editor_btn_aj.gif
new file mode 100644
index 000000000..fe07c2776
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_aj.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_al.gif b/modules/editor/skins/msword2007/images/editor_btn_al.gif
new file mode 100644
index 000000000..4e5f2541c
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_al.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_ar.gif b/modules/editor/skins/msword2007/images/editor_btn_ar.gif
new file mode 100644
index 000000000..c7954a564
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_ar.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_b.gif b/modules/editor/skins/msword2007/images/editor_btn_b.gif
new file mode 100644
index 000000000..4ef110d0e
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_b.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_bg.gif b/modules/editor/skins/msword2007/images/editor_btn_bg.gif
new file mode 100644
index 000000000..e56b89ee9
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_bg.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_c.gif b/modules/editor/skins/msword2007/images/editor_btn_c.gif
new file mode 100644
index 000000000..cbca4ef09
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_c.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_copy.gif b/modules/editor/skins/msword2007/images/editor_btn_copy.gif
new file mode 100644
index 000000000..dfe936fea
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_copy.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_cut.gif b/modules/editor/skins/msword2007/images/editor_btn_cut.gif
new file mode 100644
index 000000000..b1be31e5f
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_cut.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_i.gif b/modules/editor/skins/msword2007/images/editor_btn_i.gif
new file mode 100644
index 000000000..531b38a9d
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_i.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_id.gif b/modules/editor/skins/msword2007/images/editor_btn_id.gif
new file mode 100644
index 000000000..34adb7228
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_id.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_lh.gif b/modules/editor/skins/msword2007/images/editor_btn_lh.gif
new file mode 100644
index 000000000..f104fb89d
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_lh.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_od.gif b/modules/editor/skins/msword2007/images/editor_btn_od.gif
new file mode 100644
index 000000000..db39d5b02
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_od.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_ol.gif b/modules/editor/skins/msword2007/images/editor_btn_ol.gif
new file mode 100644
index 000000000..1fbe7c945
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_ol.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_paste.gif b/modules/editor/skins/msword2007/images/editor_btn_paste.gif
new file mode 100644
index 000000000..db4ccd7f6
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_paste.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_print.gif b/modules/editor/skins/msword2007/images/editor_btn_print.gif
new file mode 100644
index 000000000..1d58e1f2e
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_print.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_redo.gif b/modules/editor/skins/msword2007/images/editor_btn_redo.gif
new file mode 100644
index 000000000..84b6644ca
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_redo.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_rf.gif b/modules/editor/skins/msword2007/images/editor_btn_rf.gif
new file mode 100644
index 000000000..c14768871
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_rf.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_s.gif b/modules/editor/skins/msword2007/images/editor_btn_s.gif
new file mode 100644
index 000000000..23dad2552
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_s.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_saveas.gif b/modules/editor/skins/msword2007/images/editor_btn_saveas.gif
new file mode 100644
index 000000000..f044f977e
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_saveas.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_sub.gif b/modules/editor/skins/msword2007/images/editor_btn_sub.gif
new file mode 100644
index 000000000..3af30c982
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_sub.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_sup.gif b/modules/editor/skins/msword2007/images/editor_btn_sup.gif
new file mode 100644
index 000000000..a1547ac48
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_sup.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_tag.gif b/modules/editor/skins/msword2007/images/editor_btn_tag.gif
new file mode 100644
index 000000000..e29fb2cdb
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_tag.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_u.gif b/modules/editor/skins/msword2007/images/editor_btn_u.gif
new file mode 100644
index 000000000..9f15891c9
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_u.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_ul.gif b/modules/editor/skins/msword2007/images/editor_btn_ul.gif
new file mode 100644
index 000000000..eeb7f2035
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_ul.gif differ
diff --git a/modules/editor/skins/msword2007/images/editor_btn_undo.gif b/modules/editor/skins/msword2007/images/editor_btn_undo.gif
new file mode 100644
index 000000000..a300862d7
Binary files /dev/null and b/modules/editor/skins/msword2007/images/editor_btn_undo.gif differ
diff --git a/modules/editor/skins/msword2007/images/lineTextAreaDrag.gif b/modules/editor/skins/msword2007/images/lineTextAreaDrag.gif
new file mode 100644
index 000000000..b8116ecd7
Binary files /dev/null and b/modules/editor/skins/msword2007/images/lineTextAreaDrag.gif differ
diff --git a/modules/editor/skins/msword2007/images/select_dot.gif b/modules/editor/skins/msword2007/images/select_dot.gif
new file mode 100644
index 000000000..ceda644e3
Binary files /dev/null and b/modules/editor/skins/msword2007/images/select_dot.gif differ
diff --git a/modules/editor/skins/msword2007/js/editor.js b/modules/editor/skins/msword2007/js/editor.js
new file mode 100644
index 000000000..3fcc091c9
--- /dev/null
+++ b/modules/editor/skins/msword2007/js/editor.js
@@ -0,0 +1,10 @@
+// Editor Option Button
+function eOptionOver2(obj) {
+ obj.style.marginTop='-22px';
+ obj.style.zIndex='99';
+}
+
+function eOptionClick2(obj) {
+ obj.style.marginTop='-44px';
+ obj.style.zIndex='99';
+}
\ No newline at end of file
diff --git a/modules/editor/skins/msword2007/skin.xml b/modules/editor/skins/msword2007/skin.xml
new file mode 100644
index 000000000..5f71e9f3e
--- /dev/null
+++ b/modules/editor/skins/msword2007/skin.xml
@@ -0,0 +1,10 @@
+
+
+ MS Word 2007 테마
+
+ Simulz
+
+ MS Word 2007 테마입니다.
+
+
+