@charset "utf-8";
/* 새글 스킨 (latest) */

.lat_masonry_mobile{
  box-shadow: 2px 2px 2px 2px #ddd;
  margin:8px !important;
  border-radius: 5px;
  background: #fff;
  width:calc(50% - 1rem);
  font-size:1.15rem;
}
.lat_masonry .lt_date {float:right;margin-right:0.5rem}
.lt_cmt{font-size:0.75rem}
.lat_masonry:after{clear:both;content:'';display:block;}
.lat_masonry .lat_masonry_title{display:inline-block;}

.text-uppercase {
  text-transform: uppercase;
}

.font-weight-normal {
  font-weight: normal;
}
.font-weight-medium {
  font-weight: 500;
}

 .lts-1px {
   letter-spacing: 1px;
}
.lts-2px {
  letter-spacing: 2px;
}
.w-full {
  width: 100%;
}

.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute
}

.bg-white {
  background-color: #fff;
}
/* 메인 최신글 게시판 제목 글자 크기 및 아래 여백 지정 */
.small {
  font-size: 0.85rem;
  margin-bottom:1rem;
}
/* 메인 최신글 제목 글자 크기 지정 */
.card-heading {
  font-size: 1.1rem;
}
.styled-link {
  text-decoration: none;
  outline: none;
  color: #2196fe;
  transition: all 0.25s ease-in; 
}
.styled-link:hover,
.styled-link:focus,
.styled-link:active {
  color: #536dfe;
}
.shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.7);
}
.blue-hover {
  transition: all 0.25s ease-in;
  border-bottom: 5px solid transparent;
}
.blue-hover:hover {
  transform: translateY(-5px);
  border: none;
  border-bottom: 5px solid #2196fe;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.float-left {
  float: left;
}
.float-right{
  float: right;
}

.mx-2 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}


.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 2rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}
