main {
  padding-top: 80px;
}

a, a:visited {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
  ;
}

main ul, main ol, footer ul, footer ol {
  margin-left: 0;
}

/* ------------------------------------------
    single
------------------------------------------ */

.sub_main_blog {
  display: flex;
  margin-top: 40px;
}

.sub_main_blog_main {
  width: calc(100% - 295px);
}

.sub_main_blog_main_top_top {
  display: flex;
}

.sub_main_blog_main_top_top_date {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0;
  color: #8992D3;
}

.sub_main_blog_main_top_top_cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 20px;
}

.sub_main_blog_main_top_top_cat_item {
  padding: 4px 10px;
  display: table;
  height: 22px;
  background: #FFA947;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #FFFFFF;
}

.sub_main_blog_main_top_top_cat_item:hover {
  color: #fff;
  opacity: .7;
}

.sub_main_blog_main_top_title {
  border-bottom: 2px #8992D3 solid;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.3;
  padding-bottom: 7px;
}

.sub_main_blog_main_links {
  clear: both;
  margin-top: 60px;
  position: relative;
}

.sub_main_blog_main_links_item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sub_main_blog_main_links_item.prev {
  background-image: url(../img/sub/slick_left.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 30px;
  left: 0;
  padding-left: 45px;
}

.sub_main_blog_main_links_item.next {
  background-image: url(../img/sub/slick_right.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-right: 45px;
  right: 0;
}

.sub_main_blog_main_links_item_title {
  align-items: center;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  min-height: 80px;
  overflow: hidden;
  width: 130px;
}

.sub_main_blog_main_links_archive {
  background-color: #f2ecd9;
  border-radius: 28.5px;
  color: inherit;
  display: table;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 57px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
}

.sub_main_blog_main_content .content {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sub_main_blog {
    display: block;
    margin-top: 20px;
  }
  .sub_main_blog_main {
    width: 100%;
  }
  .sub_main_blog_main_links {
    margin-top: 40px;
  }
  .sub_main_blog_main_links_item_title {
    min-height: 50px;
    width: 100%;
  }
  .sub_main_blog_main_links_item.prev {
    display: block;
    max-width: 100%;
    position: static;
    transform: none;
  }
  .sub_main_blog_main_links_item.next {
    display: block;
    max-width: 100%;
    position: static;
    transform: none;
  }
  .sub_main_blog_main_links_item.next .sub_main_blog_main_links_item_title {
    justify-content: flex-end;
  }
  .sub_main_blog_main_links_archive {
    background-size: 12px;
    font-size: 14px;
    line-height: 45px;
    margin: 10px auto 0;
    padding: 0 30px;
  }
  .sub_main_blog_main_content .content {
    margin-top: 40px;
  }
}

/* ------------------------------------------
    sidebar
------------------------------------------ */

.sub_main_blog_side {
  margin-left: 40px;
  width: 255px;
}

.sub_main_blog_side_links+.sub_main_blog_side_links {
  margin-top: 40px;
}

.sub_main_blog_side_links_title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 0;
  background-color: #8992D3;
}

.sub_main_blog_side_links_lists {
  padding: 15px 0;
}

.sub_main_blog_side_links_lists li {
  background-image: url(../img/sub/cmn_btn_arrow.png);
  background-position: center right 9px;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  border-bottom: 1px #3e3f42 dotted;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 30px 7px 0;
  list-style: none;
}

.sub_main_blog_side_links_lists li a {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.sub_main_blog_side_links_lists li:first-child a {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .sub_main_blog_side {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}

/* ------------------------------------------
    archive
------------------------------------------ */

.sub_main_blog_main_archive_title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  padding: 30px 0;
  text-align: center;
  background-color: #3e3f42;
}

.sub_main_blog_main_archive_lists_recommend {
  margin-top: 60px;
}

.sub_main_blog_main_archive_lists_recommend+.sub_main_blog_main_archive_lists_recommend {
  margin-top: 40px;
}

.sub_main_blog_main_archive_lists_recommend_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.sub_main_blog_main_archive_lists_recommend_title+.top_news_list {
  margin-top: 20px;
}

.sub_main_blog_main_archive_lists_item {
  align-items: center;
  border-bottom: 1px #3e3f42 solid;
  display: flex;
  padding: 20px 0;
}

.sub_main_blog_main_archive_lists_img {
  display: block;
  flex-shrink: 0;
  width: 200px;
}

.sub_main_blog_main_archive_lists_img img {
  width: 100%;
}

.sub_main_blog_main_archive_lists_item_text {
  margin-left: 20px;
}

.sub_main_blog_main_archive_lists_item_text_title {
  display: table;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 5px;
}

.sub_main_blog_main_archive_lists_item_text_desc {
  display: table;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 5px;
}

.sub_main_blog_main_archive_lists_item_text_desc p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.sub_main_blog_main_archive_lists_item .sub_main_blog_main_top_top_cat_item {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .sub_main_blog_main_archive_lists_recommend {
    margin-top: 40px;
  }
  .sub_main_blog_main_archive_lists_recommend+.sub_main_blog_main_archive_lists_recommend {
    margin-top: 40px;
  }
  .sub_main_blog_main_archive_lists_item {
    display: block;
  }
  .sub_main_blog_main_archive_lists_img {
    flex-shrink: 0;
    margin: 0 auto 10px;
    max-width: 300px;
    width: 100%;
  }
  .sub_main_blog_main_archive_lists_recommend .sub_main_blog_main_archive_lists_img {
    display: none;
  }
  .sub_main_blog_main_archive_lists_recommend .sub_main_blog_main_archive_lists_item_text_desc {
    display: none;
  }
  .sub_main_blog_main_archive_lists_item_text_title {
    font-size: 16px;
  }
  .sub_main_blog_main_archive_lists_item_text {
    margin: 0;
  }
}

/* ------------------------------------------
    PAGENATION
  ------------------------------------------ */

.news_pagenation_box {
  display: table;
  margin: 40px auto 0;
}

.news_pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.news_pagination .news_pagination_item {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0 5px;
  width: 40px;
}

.news_pagination .news_pagination_item.current {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news_pagination .news_pagination_item.current+.news_pagination_item {
  left: calc(50% + 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.news_pagination .news_pagination_item.prev+.news_pagination_item {
  left: calc(50% - 60px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.news_pagination .news_pagination_item a {
  align-items: center;
  background-color: #3e3f42;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.news_pagination .news_pagination_item.current span {
  align-items: center;
  background-color: #f8f5ec;
  border-radius: 50%;
  color: inherit;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.news_pagination .prev, .news_pagination .next, .news_pagination .first, .news_pagination .last {
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.news_pagination .prev a::before, .news_pagination .next a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}

.news_pagination .prev {
  left: calc(50% - 100px);
  margin-left: 0 !important;
}

.news_pagination .prev a::before {
  background-image: url(../img/sub/prev.png);
}

.news_pagination .next {
  margin-left: 0 !important;
  right: calc(50% - 100px);
}

.news_pagination .next a::before {
  background-image: url(../img/sub/next.png);
}

.news_pagination .first a::before, .news_pagination .last a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}

.news_pagination .first {
  left: calc(50% - 140px);
  margin-left: 0 !important;
}

.news_pagination .first a::before {
  background-image: url(../img/sub/first.png);
}

.news_pagination .last {
  margin-left: 0 !important;
  right: calc(50% - 140px);
}

.news_pagination .last a::before {
  background-image: url(../img/sub/last.png);
}

@media only screen and (max-width: 767px) {
  .news_pagination .news_pagination_item {
    height: 30px;
    width: 40px;
  }
  .news_pagination .news_pagination_item a {
    font-size: 14px;
  }
  .news_pagination .news_pagination_item.current span {
    font-size: 14px;
  }
  .news_pagination .prev, .news_pagination .next {
    height: 30px;
    width: 40px;
  }
  .news_pagination .prev a::before, .news_pagination .next a::before {
    height: 30px;
    width: 30px;
  }
  .news_pagination .prev {
    left: -100px;
  }
  .news_pagination .next {
    right: -100px;
  }
  .news_pagination .first, .news_pagination .last {
    height: 30px;
    width: 40px;
  }
  .news_pagination .first a::before, .news_pagination .last a::before {
    height: 30px;
    width: 30px;
  }
  .news_pagination .first {
    left: -140px;
  }
  .news_pagination .last {
    right: -140px;
  }
}

.related_list {
  margin-top: 20px;
}

.related_list_noitem {
  font-size: 24px;
  text-align: center;
}

.cmn_link {
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 180px;
  display: block;
  background-color: #8992D3;
  font-weight: 600;
  letter-spacing: .1em;
  transition: 0.3s;
  position: relative;
  color: #fff;
  font-weight: 700 !important;
  font-size: 16px;
  padding: 8px 0;
}

.cmn_link::after {
  content: "";
  background-image: url(images/icon_arrow-right.png);
  background-position: center;
  background-size: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}

.cmn_link:hover {
  color: #fff;
  opacity: 0.7;
}

/* top_news_list */

.top_news_list {
  width: 100%;
  margin-top: 40px;
}