@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 새글 스킨 (latest) */
.lat_masonry_pc{
    box-shadow: 1px 1px 1px 1px #000;
    margin:5px !important;
    border-radius: 2px;
    background: #fff;
    width:calc(100% - 1rem);
    font-size:1.15rem;	
}
.lat_masonry_mobile{
  box-shadow: 1px 1px 1px 1px #000;
  margin:5px !important;
  border-radius: 2px;
  background: #fff;
  width:calc(100% - 1rem);
  font-size:1.15rem;
}
.lat_masonry .lt_date {float:right;margin-right:1rem}
.lt_cmt{font-size:0.75rem}
.lat_masonry:after{clear:both;content:'';display:block;}
.lat_masonry .lat_masonry_title{display:inline-block;}

.borderbox {
	border:1px solid #595959; //boxcolor fail
}

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

.word-name {
  font-size: 0.8em;
  color: #737373;
  text-align:right;
  margin-right:0.5em;
  margin-bottom:0em;
}

.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.75rem;
  margin-bottom:0.25rem;
}
.card-heading {
  font-size: 1.4rem;
}

.text-black a {
  text-decoration: none;
  outline: none;
  color: #7F7F7F;
  transition: all 0.25s ease-in; 
}

.text-black a:hover,
.text-black a:focus,
.text-black a:active {
  color: #2371C1;
}

.styled-link {
  text-decoration: none;
  outline: none;
  color: #707070;
  transition: all 0.25s ease-in; 
}
.styled-link:hover,
.styled-link:focus,
.styled-link:active {
  color: #454545;
}
.shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.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 #737373;
}

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

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

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


.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: 2rem;
}

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

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