@charset "UTF-8";
/*-------------
tech-blog
-------------*/
.tech-blog {
    padding: 40px 34px;
}
@media screen and (max-width: 767px) {
    .tech-blog {
        background: #F8F9F5;
    }
}
.tech-blog .page-header-title {
    font-size: 23px;
    font-weight: bold;
    color: #484848;
    text-align: center;
    line-height: 1.4em;
}
.page-header-text{
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
    .tech-blog .page-header-title {
        font-size: 28px;
    }
}
.notMsg{
    text-align: center;
    font-weight: bold;
}
.tech-blog-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.tech-blog-list-item {
    width: calc((100% - 60px) / 3);
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(130, 127, 127, 0.8);
    transition: 0.3s ease-in-out;
}
.tech-blog-list-item a{
    padding: 15px 30px;
    display: block;
}
.tech-blog-list-item:hover{
    opacity: 0.7;
    transition: 0.3s ease-in-out;
}
.tech-blog-list-item__text {
    font-size: 16px;
    font-size: 1.6rem;
    color: #484848;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}
@media screen and (min-width: 1024px) {
    .tech-blog-list{
        width: 95%;
        max-width: 1140px;
        margin: 30px auto;
    }
}
@media screen and (max-width: 767px) {
    .tech-blog-list{
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
    }
    .tech-blog-list-item {
        width: 100%;
        background-color: #f9f9f9;
        padding: 15px 30px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(130, 127, 127, 0.8);
        transition: transform 0.3s ease-in-out;
    }
}
.tech-blog-list-item__date {
    font-size: 12px;
    color: #555;
    text-align: center;
}
.tech-blog-list-item__title{
    font-size: 19px;
    font-size: 1.9rem;
    margin-top: 30px;
    margin: 30px 0 10px 0;
    color: #4C6B2B;
    text-align: center;
    padding-bottom: 10px;
}
/*-----------------
info-dtl-layout
-----------------*/
.info-dtl-layout {
    padding: 50px 0 73px;
    background: #F8FAF5;
}
.news-release-article__title {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.title-border {
    width: 26px;
    border-bottom: 4px solid #4B6C2B;
    margin: auto;
    padding-top: 9px;
}
.info-dtl-layout-wrapper {
    background: #ffffff;
    margin: 30px auto 42px;
    padding: 30px 20px 40px;
    -webkit-box-shadow: 0px 5px 10px #c7c7c7;
    box-shadow: 0px 5px 10px #c7c7c7;
    text-align: left;
}
.info-dtl-head-date {
    font-size: 12px;
}
.info-dtl-head-title {
    font-size: 23px;
    padding: 19px 0 30px;
    line-height: 1.4em;
}
.info-back-btn{
    width: 250px;
    margin: 0 auto;
}
.info-back-btn a {
    padding: 27px 0;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin: auto;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    color: #484848;
}
@media screen and (min-width: 1024px) {
    .info-dtl-layout {
        padding-bottom: 97px;
    }
    .news-release-article__title {
        font-size: 14px;
    }
    .title-border {
        margin-bottom: 24px;
    }
    .news-release-article__contents {
        width: 78.5%;
        margin: auto;
        border-radius: 20px;
        padding: 58px 93px 117px;
    }
    .info-dtl-layout-wrapper{
        width: 78.5%;
        max-width: 1140px;
        margin: auto;
        border-radius: 20px;
        padding: 58px 93px 117px;
    }
    .info-back-btn {
        margin-top: 52px;
    }
    .info-dtl-head-date {
        font-size: 12px;
    }
    .info-dtl-head-title {
        padding-top: 20px;
        padding-bottom: 65px;
        font-size: 34px;
        line-height: 1.45em;
    }
}
/*tech-blog-dtl*/
.tech-blog-dtl{
    padding-bottom: 80px;
}
.tech-blog-dtl .page-header{
    background: none;
    padding: 35px 21px;
    box-sizing: border-box;
}
.tech-blog-dtl .page-header-title {
    text-align: center;
    font-size: 23px;
    color: #4C6B2B;
    padding-left: 3px;
    line-height: 1.4em;
}
.tech-blog-dtl-wrapper{
    text-align: left;
    width: 68vw;
    max-width: 1140px;
    padding: 50px 88px 85px;
    background: #ffffff;
    margin: 0 auto 60px;
    border-radius: 26px;
    box-shadow: 0px 5px 10px #c7c7c7;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .tech-blog-dtl-wrapper {
        width: 90vw;
        padding: 20px 20px 47px;
    }
}
@media screen and (max-width: 767px) {
    .tech-blog-dtl-wrapper {
        width: 90vw;
        padding: 20px 20px 47px;
    }
}
@media screen and (min-width: 1024px) {
    .tech-blog-dtl .page-header-title {
        font-size: 28px;
        line-height: 1.4em;
        padding: 0;
    }
}
/*navigation-buttons*/
.navigation-buttons {
    text-align: center;
    margin-top: 20px;
}
.navigation-buttons .btn {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}
