.display-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.main-title {
  font-size: 50px;
  margin: 30px 0;
}

.flag-bg {
  background: url('./flag.png') no-repeat center / cover scroll;
  width: 500px;
  height: 300px;
  position: relative;
  margin: 0 auto;
}

.flag-bg p {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
}

/*
-----------------------------------------------
Blogger 스타일
----------------------------------------------- */

/* 기본 스타일 */
body {
  font: normal normal 13px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
  background: #000000 repeat scroll top left;
}

html body .content-outer {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

a:link {
  text-decoration: none;
  color: #ffffff;
}

a:visited {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #ffffff;
}

.body-fauxcolumn-outer .cap-top {
  position: absolute;
  z-index: 1;
  height: 276px;
  width: 100%;
  background: transparent none repeat-x scroll top left;
  _background-image: none;
}

/* 레이아웃 */
.content-inner {
  padding: 0;
}

.header-inner .section {
  margin: 0 16px;
}

.tabs-inner .section {
  margin: 0 16px;
}

.main-inner {
  padding-top: 30px;
}

.main-inner .column-center-inner,
.main-inner .column-left-inner,
.main-inner .column-right-inner {
  padding: 0 5px;
}

* + html body .main-inner .column-center-inner {
  margin-top: -30px;
}

#layout .main-inner .column-center-inner {
  margin-top: 0;
}

/* 헤더 */
.header-outer {
  margin: 0 0 0 0;
  background: transparent none repeat scroll 0 0;
}

.Header h1 {
  font: normal bold 40px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
  text-shadow: 0 0 -1px #000000;
}

.Header h1 a {
  color: #ffffff;
}

.Header .description {
  font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
}

.header-inner .Header .titlewrapper,
.header-inner .Header .descriptionwrapper {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.header-inner .Header .titlewrapper {
  padding-top: 22px;
}

/* 네비게이션 */
.tabs-outer {
  overflow: hidden;
  position: relative;
  background: #000000 url() repeat scroll 0 0;
}

#layout .tabs-outer {
  overflow: visible;
}

.tabs-cap-top,
.tabs-cap-bottom {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #255b9b;
}

.tabs-cap-bottom {
  bottom: 0;
}

.tabs-inner .widget li a {
  display: inline-block;
  margin: 0;
  padding: 1em 1.2em;
  font: normal bold 17px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
  height: 20px;
  line-height: 15px;
}

.tabs-inner .widget li.selected a,
.tabs-inner .widget li a:hover {
  background: #255b9b url() repeat-x scroll 0 -100px;
  color: #ffffff;
}

/* 제목 */
h2 {
  font: normal bold 0px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
}

/* 위젯 */
.main-inner .section {
  margin: 0 27px;
  padding: 0;
}

.main-inner .column-left-outer,
.main-inner .column-right-outer {
  margin-top: 0;
}

#layout .main-inner .column-left-outer,
#layout .main-inner .column-right-outer {
  margin-top: 0;
}

.main-inner .column-left-inner,
.main-inner .column-right-inner {
  background: transparent none repeat 0 0;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -goog-ms-border-radius: 0;
  border-radius: 0;
}

#layout .main-inner .column-left-inner,
#layout .main-inner .column-right-inner {
  margin-top: 0;
}

.sidebar .widget {
  font: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
}

.sidebar .widget a:link {
  color: #888888;
}

.sidebar .widget a:visited {
  color: #444444;
}

.sidebar .widget a:hover {
  color: #cccccc;
}

.sidebar .widget h2 {
  text-shadow: 0 0 -1px #000000;
}

.main-inner .widget {
  background-color: #000000;
  border: 1px solid #000000;
  padding: 0 15px 15px;
  margin: 20px -16px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -goog-ms-border-radius: 0;
  border-radius: 0;
}

.main-inner .widget h2 {
  margin: 0 -15px;
  padding: 0.6em 15px 0.5em;
}

.footer-inner .widget h2 {
  padding: 0 0 0.4em;
}

.main-inner .widget h2 + div,
.footer-inner .widget h2 + div {
  padding-top: 8px;
}

.main-inner .widget .widget-content {
  margin: 0 -15px;
  padding: 7px 15px 0;
}

/* 메뉴 */
.header-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.main-inner .widget ul,
.main-inner .widget #ArchiveList ul.flat {
  margin: -8px -15px 0;
  padding: 0;
  list-style: none;
}

.main-inner .widget #ArchiveList {
  margin: -8px 0 0;
}

.main-inner .widget ul li,
.main-inner .widget #ArchiveList ul.flat li {
  padding: 0.5em 15px;
  text-indent: 0;
  color: #666666;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #000000;
}

.main-inner .widget #ArchiveList ul li {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.main-inner .widget ul li:first-child,
.main-inner .widget #ArchiveList ul.flat li:first-child {
  border-top: none;
}

.main-inner .widget ul li:last-child,
.main-inner .widget #ArchiveList ul.flat li:last-child {
  border-bottom: none;
}

.post-body {
  position: relative;
}

.main-inner .widget .post-body ul {
  padding: 0 2.5em;
  margin: 0.5em 0;
  list-style: disc;
}

.main-inner .widget .post-body ul li {
  padding: 0.25em 0;
  margin-bottom: 0.25em;
  color: #ffffff;
  border: none;
}

.footer-inner .widget ul {
  padding: 0;
  list-style: none;
}

.widget .zippy {
  color: #666666;
}

/* 포스트 */
body .main-inner .Blog {
  padding: 0;
  margin-bottom: 1em;
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -goog-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.main-inner .section:last-child .Blog:last-child {
  padding: 0;
  margin-bottom: 1em;
}

.main-inner .widget h2.date-header {
  margin: 0 -15px 1px;
  padding: 0 0 0 0;
  font: normal normal 0px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #666666;
  background: transparent none no-repeat scroll top left;
  border-top: 0 solid #222222;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: static;
  bottom: 100%;
  right: 15px;
  text-shadow: 0 0 -1px #000000;
}

.main-inner .widget h2.date-header span {
  font: normal normal 0px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  display: block;
  padding: 0.5em 15px;
  border-left: 0 solid #222222;
  border-right: 0 solid #222222;
}

.date-outer {
  position: relative;
  margin: 30px 0 20px;
  padding: 0 15px;
  background-color: #000000;
  border: 1px solid #255b9b;
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  -goog-ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -goog-ms-border-radius: 0;
  border-radius: 0;
}

.date-outer:first-child {
  margin-top: 0;
}

.date-outer:last-child {
  margin-bottom: 20px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -goog-ms-border-bottom-left-radius: 0;
  -goog-ms-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.date-posts {
  margin: 0 -15px;
  padding: 0 15px;
  clear: both;
}

.post-outer,
.inline-ad {
  border-top: 1px solid #222222;
  margin: 0 -15px;
  padding: 15px 8px;
}

.post-outer {
  padding-bottom: 10px;
}

.post-outer:first-child {
  padding-top: 0;
  border-top: none;
}

.post-outer:last-child,
.inline-ad:last-child {
  border-bottom: none;
}

.post-body {
  position: relative;
}

.post-body img {
  padding: 8px;
  background: transparent;
  border: 1px solid transparent;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

h3.post-title,
h4 {
  font: normal bold 0px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #fffae6;
}

h3.post-title a {
  font: normal bold 0px Arial, Tahoma, Helvetica, FreeSans, sans-serif;
  color: #ffffff;
}

h3.post-title a:hover {
  color: #cccccc;
  text-decoration: underline;
}

.post-header {
  margin: 0 0 1em;
}

.post-body {
  line-height: 1.4;
}

.post-outer h2 {
  color: #ffffff;
}

.post-footer {
  margin: 1.5em 0 0;
}

#blog-pager {
  padding: 15px;
  font-size: 0%;
  background-color: #000000;
  border: 0px solid #ffffff;
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  -goog-ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -goog-ms-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -goog-ms-border-top-left-radius: 0;
  -goog-ms-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius-topright: 0;
  margin-top: 1em;
}

.blog-feeds,
.post-feeds {
  margin: 0em 0;
  text-align: center;
  color: #ffffff;
}

.blog-feeds a,
.post-feeds a {
  color: #888888;
}

.blog-feeds a:visited,
.post-feeds a:visited {
  color: #ffffff;
}

.blog-feeds a:hover,
.post-feeds a:hover {
  color: #cccccc;
}

.post-outer .comments {
  margin-top: 2em;
}

/* 댓글 */
.comments .comments-content .icon.blog-author {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);
}

.comments .comments-content .loadmore a {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

.comments .continue {
  border-top: 2px solid #222222;
}

/* 푸터 */
.footer-outer {
  margin: -10px 0 -1px;
  padding: 10px 0 0;
  color: #ffffff;
  overflow: hidden;
}

.footer-fauxborder-left {
  border-top: -5px solid #141414;
  background: #141414 none repeat scroll 0 0;
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  -goog-ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
  margin: 0 -10px;
}

/* 템플릿 스킨 */
body {
  min-width: 951px;
}

.content-outer,
.content-fauxcolumn-outer,
.region-inner {
  min-width: 951px;
  max-width: 951px;
}

.main-inner .columns {
  padding-left: 0px;
  padding-right: 0px;
}

.main-inner .fauxcolumn-center-outer {
  left: 0px;
  right: 0px;
  /* IE6 does not respect left and right together */
  _width: expression(
    this.parentNode.offsetWidth - parseInt('0px') - parseInt('0px') + 'px'
  );
}

.main-inner .fauxcolumn-left-outer {
  width: 0px;
}

.main-inner .fauxcolumn-right-outer {
  width: 0px;
}

.main-inner .column-left-outer {
  width: 0px;
  right: 100%;
  margin-left: -0px;
}

.main-inner .column-right-outer {
  width: 0px;
  margin-right: -0px;
}

#layout {
  min-width: 0;
}

#layout .content-outer {
  min-width: 0;
  width: 800px;
}

#layout .region-inner {
  min-width: 0;
  width: auto;
}

body#layout div.add_widget {
  padding: 8px;
}

body#layout div.add_widget a {
  margin-left: 32px;
}

/* 유틸리티 */
.clear {
  clear: both;
}

/* 메인 타이틀 */
.main-title a {
  color: #ffffff;
  text-decoration: none;
}

.main-title a:hover {
  color: #cccccc;
}

/* 네비게이션 메뉴 */
.display-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

/* 구분선 */
.divider {
  border-bottom: 1px solid #3e75b7;
  padding: 7px 10px 7px 0px;
  margin: 20px 0;
}

/* 정보 섹션 */
.info-section {
  color: white;
  font-size: 1.05rem;
  text-align: center;
  margin: 15px 0;
}

.info-section.highlight {
  color: #f7626f;
  font-size: 1rem;
}

.info-section.link {
  color: #3e75b7;
  font-size: 1rem;
}

a.link {
  color: #3e75b7;
  font-size: 1rem;
  text-align: center;
}

.homepage-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.telegram-link-wrapper {
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 16005;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
  .telegram-link-wrapper {
    bottom: 22%;
  }

  .telegram-link-wrapper img {
    height: 100px;
  }
}
