/* Box */
.textbox {
    padding:10px;margin: 50px 0;background-color: white;text-align: center;
}



.textbox__image img {
    width: 100%;opacity: 0.9;
}

.textbox__body { padding: 20px; }


.textbox__title { font-size:19px; font-weight:600; margin-bottom:15px;line-height: 1.33333;color:#215667;font-family:'Roboto', 'Notokr Local','Noto Sans KR','Malgun Gothic',sans-serif;letter-spacing:-0.4px}
.textbox__title a {	color: #215667; }
	
.textbox__title a:hover { color: #cc6666; text-decoration: none; }

.textbox__description { color: #909090; font-weight:400; font-size: 13px; font-family:'Malgun Gothic',sans-serif;letter-spacing:-0.4px}

.textbox__style-02 {
    border: 1px solid #ebebeb;
}

.textbox__style-02 .textbox__description {
    margin-bottom: 15px;
}

.textbox-group { background-color:#fff; }

.container5:hover a{color:#cc6666;text-decoration:none}
.container5:hover a .textbox__title {color:#cc6666;}
.container5:hover a .textbox__image img{opacity: 1;}
/* Tab Latest */
.nav-item {
	position: relative;
}
.nav-item .active .bar::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background:  #007bff;
    content: '';
}
.tab_latest {
	border-bottom: 1px solid #dee2e6;
}


/* Picture Carousel */
#owl-pic .item{
  margin: 3px;
}
#owl-pic .item img{
  display: block;
  width: 100%;
  height: auto;
}

/* Latest News Carousel */
   #owl-news .item{
      margin: 3px;
    }
    
    #owl-news .item img{
      display: block;
      width: 100%;
      height: auto;
    }

.latest-news-section {
    padding-bottom: 40px;
}

.latest-post {
    padding-bottom: 20px;
}

.latest-post h4 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post h4 a {
	color: #1f1c2f;
}
	
.latest-post h4 a:hover {
color: #f39c12;
text-decoration: none;
}

.latest-post .post-details .date {
    position: absolute;
    top: 0;
    left: 10%;
    color: #fff;
    background: rgba(91, 177, 47, 0.8);
    padding: 10px;
    font-size: 14px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.latest-post .post-details .date strong {
    font-size: 16px;
}

.latest-post .post-details li {
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    padding-right: 5px;
}

.latest-post p {
    padding-bottom: 15px;
    color: #999;
    font-weight: 300;
}

.latest-post .btn-primary {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 300;
}

.latest-post .btn-primary:hover {
    background: none;
    color: #666;
    border: 1px solid #888;
    box-shadow: none;
}

.latest-post:hover .date {
    opacity: 1;
    -webkit-animation: bounceIn;
    -moz-animation: bounceIn;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}


