/* 초기화 **/
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "Malgun Gothic", dotum, sans-serif;
  background: #fff;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: "Malgun Gothic", dotum, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: "Malgun Gothic", dotum, sans-serif;
  font-size: 1em;
}
input[type="submit"] {
  cursor: pointer;
}
button {
  cursor: pointer;
}

textarea,
select {
  font-family: "Malgun Gothic", dotum, sans-serif;
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0 0 0 0;
  font-family: "Nanum Gothic";
  background-color: #333;
}

.container {
  display: flex;
  flex-direction: column;
  place-items: center;
}

.header {
  background-color: #fff;
  width: 900px;
  align-self: center;
  margin: 20px 0 0 0;
  padding: 15px 10px 0 10px;
}

.header_wrapper {
  display: flex;
  flex-direction: column;
}

.header_content {
  margin: 0 0 10px 0;
}

.logo {
  float: left;
}

.nav_sub {
  float: right;
}

.nav_sub ul {
  list-style: none;
  margin: 0;
}

.nav_sub ul li {
  float: left;
  font-size: 13px;
  border-right: 1px solid #4a4a4a;
  position: relative;
  text-align: center;
  padding: 0 10px;
}

.nav_main {
  margin: 0px 10px;
  border-top: 2px solid #980000;
  border-bottom: 2px solid #980000;
}

.nav_main ul {
  list-style: none;
  margin: 13px 0;
}

.nav_main ul li {
  font-size: 14px;
  margin-right: 0px;
  color: #111;
  display: inline;
  font-weight: bold;
  margin: 5px 5px;
  padding: 8px 12px;
  cursor: pointer;
}

.container .content {
  max-width: 900px;
  width: 100%;
  padding: 20px;
  margin: 0px;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.container .content .latest_content {
  width: 100%;
  max-width: 630px;
}

.content_nav {
  width: 210px;
  height: auto;
  float: right;
}

.info {
  width: 100%;
  background: #f5f5f5;
  border: 1px solid #ccc;
  font-size: 9pt;
  line-height: 20px;
  color: #333;
  border-bottom: 2px solid #cc3d3d;
}

.info > tbody > tr > td {
  padding: 8px;
}

.rank {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 18px;
  width: 100%;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.rank:hover {
  background: #ffeaea;
}

.rank_img {
  padding: 2px 2px 2px 3px;
}

.rank_img > img {
  border: 1px solid #ddd;
}

.rank_text {
  padding: 8px;
}

.rank_title {
  display: flex;
  flex-direction: row;
  height: 30px;
  font-weight: normal;
  font-size: 15px;
  place-items: center;
  padding: 0 0 5px 0;
}

.rank_detail {
  font-size: 14px;
}

.rank_textlink {
  color: #ed0000;
  text-decoration: underline;
}

.content_nav .nav_fav {
  min-width: 210px;
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}

.content_nav .nav_fav .content_nav_title {
  width: 100%;
  height: auto;
  background: #f15f5f;
  padding: 8px 8px 8px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.content_nav_title > p {
  margin-right: 3px;
}

.content_nav .nav_fav span {
  align-self: center;
}

.content_nav .nav_fav .nav_fav_list {
  padding: 3px;
  border-top: 1px dotted #eee;
  border-bottom: 1px dotted #eee;
}

.content_nav .nav_fav .nav_fav_list > a > img {
  width: 30px;
  height: 30px;
}

.content_nav .nav_point {
  margin-bottom: 22px;
}

.content_nav .nav_point .content_nav_title {
  width: 100%;
  height: auto;
  background: #f15f5f;
  padding: 8px 8px 8px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}

.content_nav .nav_point .nav_point_list > ul > li {
  border-bottom: 1px dotted #eee;
  padding: 3px;
}

.content_nav .nav_point .nav_point_list > ul > li > a {
  display: flex;
  flex-direction: row;
}

.content_nav .nav_point .nav_point_list > ul > li > a > p {
  margin-right: 3px;
  font-weight: bold;
  font-size: 13px;
}

.content_nav .nav_point .nav_point_list > ul > li > a > p > img {
  width: 16px;
  height: 16px;
}

.content_nav .nav_scoreinfo .content_nav_title {
  width: 100%;
  height: auto;
  background: #f15f5f;
  padding: 8px 8px 8px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.content_nav .nav_scoreinfo .nav_scoreinfo_list > ul > li {
  border-bottom: 1px dotted #eee;
  padding: 3px;
  display: flex;
}

.content_nav .nav_scoreinfo .nav_scoreinfo_list > ul > li > a {
  display: flex;
  flex-direction: row;
}

.content_nav .nav_scoreinfo .nav_scoreinfo_list .nav_scoreinfo_title {
  color: #cc723d;
  font-weight: bold;
  font-size: 13px;
}

.content_nav .nav_scoreinfo .nav_scoreinfo_list > ul > li img {
  width: 110px;
  height: 156px;
  margin-right: 5px;
}

.index_latest_board {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 16px;
}

.index_latest_board_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
  padding: 0 8px 0 8px;
  white-space: nowrap;
  font: bold 12px gulim, dotum;
  color: #222;
  line-height: 27px;
  border: #ccc 1px solid;
  height: 25px;
}

.index_latest_board_title > div {
  align-self: center;
}

.index_latest_board .index_latest_board1 {
  width: 49%;
}

.index_latest_board .index_latest_board2 {
  width: 49%;
}

.index_latest_board .board_list > ul > li {
  margin: 5px 0;
  padding: 0 10px 0 5px;
  height: 19px;
  vertical-align: bottom;
  border-bottom: 1px dotted #ebebeb;
}

.index_latest_board .board_list > ul > li > a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.index_latest_board .board_list > ul > li > a > .board_list_title {
  font: normal 12px gulim, dotum;
  color: #555;
}

.index_latest_board .board_list > ul > li > a > .board_list_date {
  font: normal 12px gulim, dotum;
  color: #999;
}

.footer {
  height: 125px;
}

.footer .footer_menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #aaa;
  font-size: 12px;
}

.footer .footer_menu > a {
  padding: 14px;
  color: #aaa;
  font-size: 12px;
  font-weight: bold;
}

.footer .copyright {
  display: block;
  padding: 14px;
  color: #aaa;
  font-size: 12px;
  text-align: center;
}
