html,body,h1,h2,h3,h4,h5,h6,p,input,button,textarea,.btn {
  font-family: "Noto Sans KR", serif !important;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body {
  margin: 0; // 1
  font-family: var(--#{$prefix}body-font-family);
  @include font-size(var(--#{$prefix}body-font-size));
  font-weight: var(--#{$prefix}body-font-weight);
  line-height: var(--#{$prefix}body-line-height);
  color: var(--#{$prefix}body-color);
  text-align: var(--#{$prefix}body-text-align);
  background-color: var(--#{$prefix}body-bg); // 2
  -webkit-text-size-adjust: 100%; // 3
  -webkit-tap-highlight-color: rgba($black, 0); // 4
}

p {
  background-color: inherit !important;
  color: inherit !important;
  text-align: inherit !important;
}

#tistorytoolbarid {
  z-index: 9999 !important;
}

img {
  max-width: 100%;
  height: auto;
}

span.imageblock {
  max-width: 100%;
  height: auto;
}

.cnt {
  font-size: 80%;
}

/*==================== Bootstrap ====================*/

/* Navigation */
.navbar-default {
  background-color: transparent;
  border: 0;
}

nav .navbar-toggle {
  margin: 23px 15px 23px 0;
}

.navbar-brand {
  font-size: 30px;
  height: auto;
}

.navbar-inverse {
  border: 0;
  background: rgba(0, 0, 0, 0);
}

nav.navbar-inverse a.navbar-brand {
  color: #fff;
}

nav.navbar-inverse a.navbar-brand:hover {
  color: #eee;
}

nav.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  padding: 30px 20px;
}

nav.navbar-inverse .navbar-nav>li>a:hover {
  color: #eee;
}

nav.navbar-inverse .navbar-nav>li>a:visited {
  color: #eee;
}

nav.navbar-inverse .navbar-nav>li>a:focus {
  color: #eee;
}

nav.navbar-inverse.shrink {
  background: rgba(0, 0, 0, 0.7);
}

nav.navbar.shrink {
  min-height: 35px;
}

nav.navbar-inverse.shrink .navbar-nav>li>a {
  line-height: 200%;
  padding: 35px 20px;
}

nav.navbar-inverse.shrink .navbar-brand {
  line-height: 100%;
  color: #fff;
  padding: 28px 20px;
}

nav.shrink .navbar-brand {
  font-size: 25px;
}

nav.shrink .navbar-toggle {
  padding: 4px 5px;
  margin: 8px 15px 8px 0;
}

.dropdown-menu>li>a {
  font-weight: 300;
}

/* Bootstrap - Sidebar */
/* 사이드 바 중 댓글 */

#collapseRecentcomment span.name {
  padding-left: 5px;
  font-size: 12px;
  font-weight: normal;
}

#collapseRecentcomment span.date {
  padding-left: 5px;
}

/* Content */
h1 {
  font-weight: 700;
  padding-top: 20px;
}

h2 {
  font-weight: 700;
  padding-top: 20px;
}

h2.accordion-header {
  padding-top: 0;
}

h3 {
  font-weight: 700;
  padding-top: 20px;
}

p {
  padding-top: 20px;
}

pre {
  padding-top: 1rem;
}

#searchList ul.fa-ul {
  margin-left: 0;
  list-style-type: none;
}

#searchList ul.fa-ul li:first-child {
  border-top: 1px solid #ccc;
}

#searchList ul.fa-ul li {
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}

#searchList ul.fa-ul li i {
  position: relative;
  left: 0;
}

#searchList ul.fa-ul li:last-child {
  border-bottom: 1px solid #ccc;
}

.entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.article a {
  color: #999;
  text-decoration: underline;
}

.entry .article img {
  display: inline-block;
  width: auto\9 !important;
  /* ie8 */
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

.entry .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

#content {
  padding-top: 120px;
}

.titleWrap h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.label-primary a {
  color: #fff;
}

a i {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.another_category {
  border: 2px solid #dce4ec !important;
}

.another_category h4 {
  font-size: 16px;
}

.another_category_color_gray,
.another_category_color_gray h4 {
  border-radius: 4px;
}

.author {
  margin-bottom: 10px;
}

.author img {
  width: 100px;
  float: left;
  margin-right: 20px;
}

.author span {
  margin-right: 5px;
  font-size: 100%;
}

.author.alert-success {
  border-color: #e5e5e5;
}

.author a {
  display: inline;
  font-size: 100%;
  font-weight: 700;
  color: #222;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.tagTrail {
  margin-bottom: 10px;
  line-height: 2;
  font-size: 100%;
  font-weight: 700;
}

.tagTrail span {
  margin-right: 5px;
  font-size: 100%;
}

.tagTrail a {
  display: inline;
  white-space: nowrap;
  vertical-align: baseline;
}

.actionTrail {
  font-size: 100%;
  font-weight: 700;
  line-height: 2;
}

.actionTrail a:hover {
  color: #666;
  text-decoration: none;
}

.actionTrail a:visited {
  color: #666;
  text-decoration: none;
}

.actionTrail a:focus {
  color: #666;
  text-decoration: none;
}

.actionTrail span {
  font-size: 100%;
}

.trackback {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.trackback h3 {
  line-height: 2;
  font-weight: 700;
  font-size: 100%;
  margin: 0;
}

.trackback h3 span {
  margin-right: 5px;
  font-size: 100%;
}

.widget {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* Footer */
#footer {
  background-color: #222;
  padding: 20px 0;
  color: #fff;
}

#footer p {
  margin: 0;
}

#footer a {
  color: #aaa;
}

#footer-widget {
  background-color: #333;
  margin-top: 40px;
  padding: 0 0 40px 0;
  color: #818181;
}

#footer-widget a {
  color: #818181;
}

#footer-widget a.btn {
  color: #fff;
}

#footer-widget #profile p {
  padding: 10px 0;
}

#footer-widget a:hover {
  color: #fff;
  text-decoration: none;
}

#footer-widget h3 {
  padding-top: 40px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  color: #fff;
}

#footer-widget #recentPost a i {
  width: auto;
  height: auto;
}

/* Sidebar */
.sidebar h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  background-color: rgba(var(--bs-primary-rgb)) !important;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

.sidebar h3 i {
  padding-right: 10px;
}

#adminMenu {
  text-align: center;
}

#category ul {
  padding-left: 10px;
  margin-left: 0;
  list-style-type: none;
}

#category ul li:before {
  content: "\f0f6";
  padding-right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

#category ul li ul {
  padding-left: 0;
  margin-left: 20px;
  list-style-type: none;
}

#category ul li ul li:before {
  content: "\f114";
  padding-right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

#category ul li ul li ul {
  padding-left: 0;
  margin-left: 20px;
  list-style-type: none;
}

#category ul li ul li ul li:before {
  content: "\f115";
  padding-right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

#calendar caption.cal_month a {
  background-color: rgba(var(--bs-primary-rgb)) !important;
  display: inline;
  padding: 0.2em 0.6em 0.2em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

#notice .fa-ul {
  margin-left: 10px;
}

#notice .fa-ul li i {
  padding-right: 10px;
}

#recentTrackback .fa-ul {
  margin-left: 10px;
}

#recentTrackback .fa-ul li i {
  padding-right: 10px;
}

#archive .fa-ul {
  margin-left: 10px;
}

#archive .fa-ul li i {
  padding-right: 10px;
}

#link .fa-ul {
  margin-left: 10px;
}

#link .fa-ul li i {
  padding-right: 10px;
}

#tagbox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#tagbox ul li {
  display: inline-block;
}

#tagbox ul li:after {
  content: ",";
}

#tagbox ul li:last-child:after {
  content: "";
}

/* Common Menu */
span.name {
  font-weight: 700;
}

span.date {
  font-style: italic;
  font-size: 12px;
}


#taglog ul {
  list-style-type: none;
  padding-left: 0;
}

#taglog li {
  display: inline-block;
}

#taglog li span.alert {
  padding: 5px 10px;
}

#guestWrite .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

#guestList {
  padding-top: 50px;
}

#guestList .fa-ul {
  margin-left: 0;
}

#guestList .fa-li {
  position: relative;
  left: auto;
  width: auto;
  top: auto;
}

#guestReply {
  border-left: 1px solid #dce4ec;
}

#guestReply .fa-ul {
  margin-left: 20px !important;
}

#guestReply .fa-li {
  position: relative;
  left: auto;
  width: auto;
  top: auto;
}

#commentList .fa-ul {
  margin-left: 0;
}

#commentList .fa-li {
  position: relative;
  left: auto;
  width: auto;
  top: auto;
}

#commentReply {
  border-left: 1px solid #dce4ec;
}

#commentReply .fa-ul {
  margin-left: 20px;
}

#commentReply .fa-li {
  position: relative;
  left: auto;
  width: auto;
  top: auto;
}

.input-group {
  padding-bottom: 10px;
}

#blogImage img {
  margin: 0 auto;
}

.comment {
  margin-top: 20px;
}

.comment h3 {
  font-weight: 700;
  font-size: 150%;
}

.comment h3 i {
  padding-right: 5px;
}

.comment .checkbox {
  display: inline-block;
}

/*
ul.pagination li a {
	font-size: 100%;
}
*/

span.interword {
  position: relative;
  float: left;
  padding: 10px 15px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff;
  font-size: 100%;
  background-color: #18bc9c;
  border: 1px solid transparent;
  margin-left: -1px;
}

/* 티스토리 기본 위젯 */
/* 네임 카드 삭제 */
.tt_box_namecard {
  display: none;
}

/* 달력 위젯 */

#calendar a {
  text-decoration: none;
}

#calendar a.cal_click {
  background-color: rgba(var(--bs-primary-rgb)) !important;
  display: inline;
  padding: 0.2em 0.6em 0.2em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

caption.cal_month {
  text-align: center;
}

table>thead>tr>th,
.table>thead>tr>th,
table>tbody>tr>th,
.table>tbody>tr>th,
table>tfoot>tr>th,
.table>tfoot>tr>th,
table>thead>tr>td,
.table>thead>tr>td,
table>tbody>tr>td,
.table>tbody>tr>td,
table>tfoot>tr>td,
.table>tfoot>tr>td {
  text-align: center;
}

/* Responsive */
@media (max-width: 767px) {
  .carousel {
    top: 80px;
  }

  .navbar-inverse {
    background: rgba(0, 0, 0, 1);
  }

  #content {
    padding-top: 90px;
  }

  nav.navbar-inverse.shrink {
    background: rgba(0, 0, 0, 1);
  }

  nav.shrink .navbar-toggle {
    margin: 38px 15px 38px 0;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #cccccc;
  }

  ul.pagination li a,
  span.interword {
    padding: 5px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}