");targetWindow.document.close();}var isScienceOnSearch = false;function fncSearchArtiKistiOrte(){$(".orte-search-tab").removeClass("active")$(".orte-search-tab.kisti").addClass("active")$(".orteSrchResult").hide();if(!isScienceOnSearch){$("#searchPDFLoding").show();$.ajax({url: "articleSearchScienceOn",type: "GET",data: "artiId=ART003045340",dataType: 'json',error: function(xhr, status, error) {console.log(error)}, success : function (json) {var rno = 1;var html = "";if(json.length > 0){$.each(json, function(key, val){journalTitle = json[key].journalTitle[0]; issn = json[key].issn[0];publisher = json[key].publisher;year = json[key].year;volume = json[key].volume;issue = json[key].issue;page = json[key].page; articleTitle = json[key].articleTitle.articleTitle; articleTitle2 = json[key].articleTitle.articleTitle2; arrAuthor = json[key].authorInfo.author;deeplink = json[key].deeplink; urlInfo = "";if(json[key].urlInfo.length > 0){$.each(json[key].urlInfo, function(key, val){if(val.indexOf("click.ndsl.kr") > 0){urlInfo = val;}});if(urlInfo == ""){urlInfo = json[key].urlInfo[0];if(urlInfo.indexOf('http') == "-1"){urlInfo = "http://doi.org/"+urlInfo;}}}author = "";if(typeof(arrAuthor) == "string"){author = arrAuthor; }else{$.each(arrAuthor, function(key, val){if(author != ""){author += "; "}author += val['#text'];});}if(articleTitle2 == ""){title = articleTitle;}else{title = articleTitle2;title += "
"+articleTitle;}if(volume != "" && volume != null){volume = " v."+volume;}else{volume = "";}if(issue != ""){issue = " no."+issue;}else{issue = "";}html += "
"html += "
"html += ""+title+""html += ""+author+ "
"+journalTitle+volume+issue+", "+page+", "+year+", "+issn+", "+publisher+""if(urlInfo != ""){html += "
";html += "
- ";html += "PDF";html += "
";html += "
";}else{}html += "
"html += "
"});}else{html += "
no data found.
"}if(html == ""){html += "
no data found.
"}$("#searchPDFLoding").hide();$("#scienceOnResult").html(html).show();isScienceOnSearch = true;}});}else{$("#scienceOnResult").show();}}var isRissSearch = false;function fncSearchArtiRissOrte(){$(".orte-search-tab").removeClass("active")$(".orte-search-tab.riss").addClass("active")$(".orteSrchResult").hide();if(!isRissSearch){$("#searchPDFLoding").show();$.ajax({url: "articleSearchRiss",type: "GET",data: "artiId=ART003045340",dataType: 'xml',error: function(xhr, status, error) {console.log(error)}, success : function (data) {var rno = 1;var html = "";var totalcount = $(data).find("head").find("totalcount").text();if(totalcount != "0"){$(data).find("metadata").each(function(){var title = $(this).find("riss\\.title").text();var author = $(this).find("riss\\.author").text();var publisher = $(this).find("riss\\.publisher").text();var pubdate = $(this).find("riss\\.pubdate").text();var stitle = $(this).find("riss\\.stitle").text();var vol = $(this).find("riss\\.vol").text();var no = $(this).find("riss\\.no").text();var url = $(this).find("url").text();var image = $(this).find("riss\\.image").text();if(vol != "0" && vol != "-"){vol = " v."+vol;}else{vol = "";}if(no != "-"){no = " no."+no;}else{no = "";}html += "
"html += "
"html += ""+title+""html += "
"+author+"
"+stitle+vol+no+", "+pubdate+", "+publisher+"
"html += "
"html += "
"});}else{html += "
no data found.
"}if(html == ""){html += "
no data found.
"}$("#searchPDFLoding").hide();$("#rissResult").html(html).show();isRissSearch = true;}});}else{$("#rissResult").show();}}function fncSearchArtiCitedList(page){$("#citedListWrap").html("
LOADING
");$.ajax({url: "articleCitedList",type: "GET",data: "artiId=ART003045340&pageIndex="+page,dataType: 'html',error: function(xhr, status, error) {console.log(error)}, success : function (html) {$("#citedListWrap").html(html);}});}function fncSearchArtiWosCitedList(page){$("#wosCitedListWrap").html("
LOADING
");$.ajax({url: "articleWosCitedList",type: "GET",data: "artiId=ART003045340&pageIndex="+page,dataType: 'html',error: function(xhr, status, error) {console.log(error)}, success : function (html) {$("#wosCitedListWrap").html(html);}});}function fncShare(type){var shareUrl = encodeURIComponent("https://journal.kci.go.kr/hksh/archive/articleView?artiId=ART003045340");if(type == "facebook"){url = "http://www.facebook.com/sharer/sharer.php?u="+shareUrl;}else if(type == "twitter"){url = "https://twitter.com/intent/tweet?url="+shareUrl+"&text="+encodeURIComponent("An Understanding of Seo Hee’s Goryeo-Khitan War in the Early Goryeo Dynasty and the Historical Review of the Fortification of 6 Provinces in Gangdong (고려 초 서희의 여·요전쟁 이해와 강동 6주 축성에 대한 연구사적 검토)");}else if(type == "band"){url = "http://www.band.us/plugin/share?route="+shareUrl+"&body="+encodeURIComponent("An Understanding of Seo Hee’s Goryeo-Khitan War in the Early Goryeo Dynasty and the Historical Review of the Fortification of 6 Provinces in Gangdong (고려 초 서희의 여·요전쟁 이해와 강동 6주 축성에 대한 연구사적 검토)");}window.open(url, "_blank", "width=500,height=450, scrollbars=yes, toolbar=no, menubar=no, location=no")}function fncCiteStyle(val){$(".styleText").hide();$(".styleText#style"+val).show();}function fncTextDown(){var val = $('#citationStyle').val();var text = $(".styleText#style"+val).html().trim().replace(/\n/g,"").replace(/\r/g,"").replace(/(
)/ig,"\r\n");var exp = ".txt";if(val == "1"){exp = ".ris";}var agent = navigator.userAgent.toLowerCase();if((navigator.appName == 'Netscape'&& navigator.userAgent.search('Trident')!= -1)|| (agent.indexOf("msie")!= -1)){window.navigator.msSaveBlob(new Blob([text],{type:"text/plain",endings: "native"}),"Export_Citation"+exp)}else{const a = document.createElement("a");a.style.display = "none";document.body.appendChild(a);a.href = window.URL.createObjectURL(new Blob([text],{type:"text/plain",endings: "native"}));a.setAttribute("download","Export_Citation"+exp);a.click();document.body.removeChild(a);}}// 목차이동function gotoTargetIndex(targetRid) {var target = $("#"+targetRid);if(!target.find(".slide-onoff-btn").hasClass("on")){target.find(".slide-onoff-btn").addClass("on");target.find(".ak-con, .csb-list").addClass("slide-open");target.find(".ak-con, .csb-list").show();}$("html, body").animate({ scrollTop: "+="+(target.offset().top - $(window).scrollTop() - 100) }, 500);}function gotoTargetPatentIndex(targetRid) {var target = $("#"+targetRid).closest(".ak-box");if(!target.find(".slide-onoff-btn").hasClass("on")){target.find(".slide-onoff-btn").addClass("on");target.find(".ak-con").addClass("slide-open");target.find(".ak-con").show();}$("html, body").animate({ scrollTop: "+="+(target.offset().top - $(window).scrollTop() - 100) }, 500);}
본문 바로가기
The Review of Korean History2023 KCI Impact Factor : 1.02
pISSN : 1225-133X
- https://journal.kci.go.kr/hksh
- Home
- Aims and Scope
- Journal Metrics
- Editorial Board
- Journal Staff
- Best Practice
- Journal Information
- Publisher
- Contact Us
- Information for Authors
- Review Process
- Editorial Policy
- Article Processing Charge
- Copyright
- Current Issue
- All Issues
- Most Read
- Most Cited
- Home
- About
- Aims and Scope
- Journal Metrics
- Editorial Board
- Journal Staff
- Best Practice
- Journal Information
- Publisher
- Contact Us
- Author
- Information for Authors
- Review Process
- Editorial Policy
- Article Processing Charge
- Copyright
- Explore Content
- Current Issue
- All Issues
- Most Read
- Most Cited
An Understanding of Seo Hee’s Goryeo-Khitan War in the Early Goryeo Dynasty and the Historical Review of the Fortification of 6 Provinces in Gangdong
- The Review of Korean History
- 2023,(152), pp.007-048
- DOI : 10.31218/TRKH.2023.12.152.7
- Publisher :The Historical Society Of Korea
- Research Area : Humanities > History
- Received : November 20, 2023
- Accepted : December 3, 2023
- Published : December 30, 2023
Jung-Soo Han1
1건국대학교
Accredited
ABSTRACT
Inheriting the family traditions of benevolence, and following the great righteousness of the world, an upright view of the media, and the righteous life of ‘A king must behave like a king and a subject must behave like a subject’, Seo Hee had the Jeongmyeong ideology and media view, Goguryeo succession consciousness, territorial consciousness, people’s heavenly spirit, and self-esteem consciousness. Based on this, the Seo Hee family became a major family. He also read that the international situation at the time of King Seongjong was being reorganized around the Khitans. Goryeo's pro-Song policy became a burden on the Khitan, which ultimately led to the decision to invade Goryeo. Seo Hee took the lead in making peace with the Khitan. Then, he developed the Gangdong 6-ju fortification and created Jobingro along with the demarcation of the territory. After completing the fortification of six provinces in Gangdong, Seo-hee aimed to advance to Gangoero. However, King Seongjong urgently decided on submission to the the Khitan. He had different opinions about this, but he did his duty by leading the construction of the fortification. In addition, King Seongjong aroused the Khitan’s suspicion by plotting a military alliance with Song. Accordingly, the Khitan installed King Seongjong as the king of Goryeo and mentioned ‘Soinjimo’. He completed the fortification of 6 provinces in Gangdong, but at the same time, she had to return due to illness. The fortification of six provinces in Gangdong and the military request to the Song Dynasty, which contradicted King Seongjong’s submission of the Khitan, were different from Seo hee’s idea. However, the construction of the fortress in the six provinces of Gangdong had the meaning of resolving the Jurchen problem, providing defense against the Khitan invasion, and securing a bridgehead for advancement into areas outside the Gangdong region.
KEYWORDS
Seohee, Seopil, So son-nyeong, Sega, Jeongmyeong ideology, amity, Seungdang Sangyeonrye, pro-Song policy, 6 provinces of Gangdong, Soinjimo(小人之謀)
Statistics
231 Viewed
0 Downloaded
Tools
- Print this page
Issue List
- Vol. No.155
- Vol. No.154
- Vol. No.153
Citation status
* References for papers published after 2023 are currently being built.
Search PDF
- ScienceON
- RISS
- Google Search
LOADING
Citation
- 타입을 선택하세요 :
@article{ART003045340},
author={Jung-Soo Han},
title={An Understanding of Seo Hee’s Goryeo-Khitan War in the Early Goryeo Dynasty and the Historical Review of the Fortification of 6 Provinces in Gangdong},
journal={The Review of Korean History},
issn={1225-133X},
year={2023},
number={152},
pages={007-048},
doi={10.31218/TRKH.2023.12.152.7}