﻿@charset "utf-8";

.goguryeortitle {
  width: 100%;
  text-align: center;
  padding: 7px 0;
  color: #fff;
  background: #7d7e7d;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
  background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
  background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.goguryeortitle ul {
  list-style: none;
  padding: 3px 0;
  margin: 0;
  height: 12px;
}

.goguryeortitle li.ggrtitle {
  float: left;
  text-align: left;
  margin-left: 15px;
}

.goguryeortitle li.ggrtitlemnu {
  float: right;
  text-align: center;
  margin: 0 10px 3px 0;
}

.goguryeortitle li.ggrtitlemnu img {
  cursor: pointer;
}

.goguryeortitle:after {
  float: none;
  content: '';
  clear: both;
}

#goguryeor {
  clear: left;
  margin: 0 0px 0px 0px;
  padding: 0;
  width: 443px;
}

#goguryeor ul {
  list-style: none;
  width: 100%;
}

#goguryeor ul li {
  height: 15px;
  line-height: 12px;
  padding: 2px 0 0;
  /*
  zoom:1;
  display: inline-block;
  _display:inline;
  *display:inline;
  */
}

#goguryeor ol {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

#goguryeor ol li.goguryeortxt {
  float: left;
  width: 80%;
  margin-top: 4px;
}

#goguryeor ol li.goguryeortxt a:hover {
  text-decoration: none;
  color: #a90329
}

#goguryeor ol li.goguryeortxt em {
  font-style: normal;
  font-size: 0.85em;
  font-weight: bold;
  color: #f00;
  letter-spacing: -1px;
}

#goguryeor ol li i {
  font-style: normal;
  font-size: 11px;
  color: #777;
  letter-spacing: -1px;
}

#goguryeor ol li.goguryeorimg {
  width: 20%;
  float: right;
  text-align: center;
  margin-top: 0px;
}

#goguryeor ol li.goguryeorimg em {
  font-style: normal;
  font-size: 0.88em;
  color: #777;
  letter-spacing: -1px;
}

