.cont {
    max-width: 1040px;
    margin: 0 auto;
}

div#home-books-bg {
    margin-left: 18.5%;
    margin-bottom: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #f0efeb;
}

@media (max-width: 767px) {
    div#home-books-bg {
        margin-left: 0;
        margin-bottom: 200px;
    }
}

section#home-books-featured {
    padding-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

@media (max-width: 767px) {
    section#home-books-featured {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

section#home-books-featured article {
    height: 100%;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 767px) {
    section#home-books-featured .xs-12 {
        margin-top: 20px;
    }
    section#home-books-featured article {
        padding: 30px;
    }
    section#home-books-featured article img {
        display: none;
    }
}

section#home-books-featured h3 {
    margin-bottom: 44px;
    padding-bottom: 30px;
    position: relative;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'yugo-bold';
}

section#home-books-featured h3 span {
    padding-bottom: 12px;
    display: inline-block;
    font-size: 20px;
}

section#home-books-featured h3:after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #36ad7f;
}

section#home-books-featured p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 80px;
    letter-spacing: .5px;
}

@media(max-width: 768px) {
  section#home-books-featured p {
    margin-bottom: 30px;
  }
}

section#home-books-featured p img {
    margin-left: 20px;
    float: right;
}

section#home-noticetab h3 {
    padding-bottom: 18px;
    font-size: 26px;
    font-weight: 700!important;
    position: relative;

}


section#home-noticetab h3::after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, -50%);
    background-color: #36ad7f;
}
@media (max-width: 767px) {
    section#home-noticetab h3 {
        margin-bottom: 30px;
    }
}

section#home-noticetab ul {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

@media (max-width: 767px) {
    section#home-noticetab ul {
        padding-top: 40px;
        display: block;
        text-align: center;
    }
}

section#home-noticetab ul:before {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translate(0, -50%);
    background-color: #fff;
}


@media (max-width: 767px) {
    section#home-noticetab ul:before {
        top: 0;
    }
    section#home-noticetab ul:after {
        content: '';
        display: table;
        top: 0;
        clear: both;
    }
}

section#home-noticetab ul li {
    padding: 0 12px;
    border-right: 1px solid #a3a3a3;
    font-family: 'yugo-bold';
    line-height: 1;
    cursor: pointer;
}

section#home-noticetab ul li:last-of-type {
    padding-right: 0;
    border-right: 0;
}

@media (max-width: 767px) {
    section#home-noticetab ul li {
        width: 50%;
        margin-top: 8px;
        padding: 0;
        float: left;
    }
    section#home-noticetab ul li:first-of-type {
        width: 100%;
        border-left: 1px solid #a3a3a3;
    }
    section#home-noticetab ul li:last-of-type {
        border-right: 1px solid #a3a3a3;
    }
    section#home-noticetab ul li:nth-child(even) {
        border-left: 1px solid #a3a3a3;
    }
}

section#home-noticetab ul li a {
    text-decoration: none;
}

section#home-noticetab ul li.selected {
    color: #36ad7f;
}

section#home-noticetab article {
    padding: 30px 0;
    position: relative;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #cecece;   
}

@media (max-width: 767px) {
    section#home-noticetab article {
        padding: 20px 0;
        flex-direction: column;
    }
}

section#home-noticetab article:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #36ad7f;
    border-right: 1px solid #36ad7f;
    position: absolute;
    right: 5px;
    top: 44%;
    transform: translate(-50%, -50%);
    transform: rotate(45deg);
}

section#home-noticetab .arcticle_win:after {
    content: url(../img/icons/win-r.png)!important;
    border-top: 1px solid #fff!important;
    border-right: 1px solid #fff!important;
    transform: rotate(0deg)!important;
}

section#home-noticetab article:first-of-type {
    border-top: 1px solid #cecece;   
}

section#home-noticetab article a {
  transition: all .3s ease-in;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

section#home-noticetab article:hover h4 {
    transition: all .3s ease-in;
    color: #36ad7f;
}

section#home-noticetab article:hover .home-noticetab-date {
    transition: all .3s ease-in;
    color: #36ad7f;
}

section#home-noticetab article:hover .home-noticetab-cate {
    transition: all .3s ease-in;
    color: #fff;
    background-color: #36ad7f;
}

.home-noticetab-tabs {
    display: none;
}

.home-noticetab-tabs:first-of-type {
    display: block;
}

div.home-noticetab-info {
  transition: all .3s ease-in;
  display: flex;
  width: 212px;
  text-align: center;
  align-items: center;
}

p.home-noticetab-date {
  transition: all .3s ease-in;
  width: 36%;
  padding-top: 4px;
  font-size: 15px;
  line-height: 1;
  text-align: left;
}

p.home-noticetab-cate {
    width: 50%;
    margin: 0 10%;
    padding: 4px 0 3px;
    border: 1px solid #36ad7f;
    font-size: 13px;
    line-height: 1;
    color: #36ad7f;
}

div.home-noticetab-body {
    width: calc(100% - 212px);
    padding-right: 40px;
}

@media (max-width: 767px) {
    div.home-noticetab-body {
        width: 100%;
        margin-top: 14px;
    }
}

div.home-noticetab-body {
    line-height: 1.4;
}

div.home-noticetab-body h4 {
    font-weight: 400;
    font-size: 15px;
}

#home-noticelist {
    padding: 60px 0 80px;
}

#home-noticelist-head {
    margin-bottom: 80px;
    text-align: center;
}

#home-noticelist h4 {
    padding: 0 12px 12px 12px;
    display: inline-block;
    border-bottom: 4px solid #36ad7f;
    font-family: 'yugo-bold';
    font-size: 16px;
    color: #36ad7f;
}

#home-noticelist .xs-12.md-6 {
    display: flex;
}

.home-noticelist-btn {
    width: 100%;
    background-color: #36ad7f;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'yugo-bold';
    padding: 2em 1em;
}

.home-noticelist-btn p {
  font-family: 'yugo-bold';
  letter-spacing: .1em;
}

#home-instafeed {
    padding: 60px 0;
    background-color: #f0efeb;
}

#home-instafeed .cont ul {
    display: flex;
}

#home-instafeed .cont ul li {
    width: 17.5%;
    margin-left: 3.125%;
}

#home-instafeed .cont ul li:first-of-type {
    margin-left: 0;
}

#home-contact {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

#home-contact-head {
    padding: 80px 0;
    background-image: url('../img/contact-bg.jpg');
    background-size: cover;
}

#home-contact-head h5 {
    margin-bottom: 30px;
    font-family: 'Oswald';
    font-size: 28px;
    letter-spacing: 2px;
}

#home-contact-head h5 span {
    margin-top: 10px;
    font-size: 15px;
}

#home-contact-head p {
    line-height: 1.4;
}

#home-contact-link {
  transition: all ease-in-out .3s;
    padding: 30px 0;
    background-color: #36ad7f;
    font-family: 'yugo-bold';
}

#home-contact-link:hover {
  background-color: #239c8c;
}

#home-contact-link p a {
    color: #fff;
    text-decoration: none;
    padding: 0 40px;
    font-family: 'yugo-bold';
}

footer {
    padding: 50px 0 45px;
    background-color: #f0efeb;
    text-align: center;
}

@media (max-width: 767px) {
    footer .cont {
        padding-left: 0;
        padding-right: 0;
    }
}

#footer-add {
    padding-bottom: 28px;
    border-bottom: 1px solid #cecece;
}

@media (max-width: 767px) {
    #footer-add {
        font-size: 12px;
    }
}

#footer-add img {
    margin-bottom: 36px;
}

#footer-links {
    margin-bottom: 22px;
    padding: 48px 0;
    border-bottom: 1px solid #cecece;
}

#footer-links a:hover {
    color: #36ad7f!important;
}

@media (max-width: 767px) {
    #footer-links {
        padding: 0;
        border-bottom: 0;
    }
}

#footer-links ul {
    display:flex;
    text-align: left;
}

@media (max-width: 767px) {
    #footer-links ul {
        display: block;
    }
}

#footer-links ul li {
    width: 21.5%;
    padding-right: 1.5%;
    font-size: 15px;
    font-family: 'yugo-bold';
}

@media (max-width: 767px) {
    #footer-links ul li {
        width: 100%;
        padding: 16px 5px;
        position: relative;
        border-bottom: 1px solid #cecece;
        text-align: center;
    }
}

#footer-links ul li:last-child {
    width: 14%;
}

@media (max-width: 767px) {
    #footer-links ul li:last-child {
        width: 100%;
        font-weight: 16px;
    }
}

@media (max-width: 767px) {
    #footer-links ul li:after {
        content: '';
        width: 6px;
        height: 6px;
        border-top: 1px solid #36ad7f;
        border-right: 1px solid #36ad7f;
        position: absolute;
        right: 15px;
        top: 24px;
        transform: rotate(45deg);
    }
}

#footer-links ul li a {
    text-decoration: none;
}

#footer-links ul li ul {
    margin-top: 2px;
    display:flex;
    flex-direction: column;
}

#footer-links ul li ul li,
#footer-links ul li ul li:last-child {
    width: 100%;
    margin-top: 6px;
    padding-left: 11px;
    position: relative;
    font-size: 13px;
    font-family: 'yugo-medium';
    line-height: 1.5;
}

@media (max-width: 767px) {
    #footer-links ul li ul li,
    #footer-links ul li ul li:last-child {
        margin-top: 12px;
        padding: 0;
        border-bottom: 0;
        font-size: 14px;
    }
    #footer-links ul li ul li:last-child {
        margin-bottom: 2px;
    }
    #footer-links ul li ul li:after {
        display: none;
    }
}

#footer-links ul li ul li:before {
    content: '';
    width: 6px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #36ad7f;
}

@media (max-width: 767px) {
    #footer-links ul li ul li:before {
        display: none;
    }
}

#footer-links-sub {
    font-size: 12px;
}

#footer-links-sub a:hover{
    color: #36ad7f!important;
}

#footer-links-sub ul {
    text-align: left;
}

@media (max-width: 767px) {
    #footer-links-sub ul {
        margin: 10px 0 30px;
        text-align: center;
    }
}

#footer-links-sub ul li {
    margin-left: 20px;
    display: inline-block;
}

@media (max-width: 767px) {
    #footer-links-sub ul li {
        margin-left: 0;
        margin-bottom: 16px;
        display: block;
        font-size: 14px;
        font-family: 'yugo-bold';
        line-height: 1.4;
    }
}

#footer-links-sub ul li a {
    text-decoration: none;
    font-family: 'yugo-bold';
}

#footer-links-sub ul li:first-of-type {
    margin-left: 0;
}

#footer-copy {
    text-align: right;
    font-size: 12px;
}

@media (max-width: 767px) {
    #footer-copy {
        text-align: center;
    }
}