
.latest {
    max-width: 1200px;
}

.lcard:hover:before {
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
	-webkit-transform:scaleY(1);
	transform:scaleY(1)
}


.latest {
    padding-top: 67px;
	padding-bottom: 40px;
}

.latest__main {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 58em){
.latest__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}

@media (min-width: 928px){
.latest__content-side {
    width: 250px;
}}


.latest__content-side{
margin-bottom: 40px;
margin-left:20px;
}

.latest-title {
    margin-top: -40px;
    padding-top: 40px;
}


@media (min-width: 928px){
.latest__content-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}}

@media (min-width: 928px){
.latest__list {
    margin-top: -39px   !important;
}}

@media (min-width: 640px){
.latest__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*margin: -30px -35px 0;*/
}}

.latest__list {
    margin-top: -30px;
}

@media (min-width: 640px){
.latest-list-item:nth-child(odd) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}}



@media (min-width: 640px){
.latest-list-item {
    width: 50%;
    padding: 0 10px;
}}


.latest section{
padding:5rem 0
}

@media (max-width: 640px) {
.latest section{
padding:1.875rem 0;
}
}

.lcard {
    position: relative;
	border: 0;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	
}
@media (max-width: 640px) {
.lcard {
   height: unset;
}}


.latest-title::after-- {
    content: '';
    display: block;
    width: 111px;
    height: 2px;
    background: red;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
	}

.lcard:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;    
	bottom: 0px;
    background-color: #f4f4f3;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lcard-title {
    position: relative;
    line-height: 1.25;
    max-width: 380px;
    margin-bottom: 6px;
    padding-right: 15px;
	margin-left:15px;

}

@media (max-width:639px) {
.lcard-title {
    position: relative;
    line-height: 1.25;
    max-width: 90%;
    margin-bottom: 43px;
    padding-right: 15px;
	margin-left:15px;
}
	}

.lcard-title a {
    color: #000;
    text-decoration: none;
	font-size: 1.6em;
	font-family: NanumSquareRound,sans-serif;
}

.lcard-title a:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.lcard-text {
    font-size: 12px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
	margin-left:15px;
	color:#666666;
}



.f-11-gray {
    font-size: 11pt!important;
    line-height: 20px!important;
    color: rgb(168, 168, 168)!important;
	margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.f-24 {
    font-size: 24pt!important;
    color: rgb(37, 37, 37)!important;
    line-height: 40px!important;
	font-weight:bold!important;
}

.new_icon {
    display: inline-block;
    width: 25px;
    line-height: 9px;
    /* font-size: 0.833em; */
    font-size: 0.1em;
    background-color: #2cd75d;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    /* font-weight: bold; */
    vertical-align: middle;
    color: #fff;
    margin-top: -8px;
    padding-top: 1px;
}
