@charset "UTF-8";

.side-column {
    display: none;
}

.post_body {
     padding: 2rem 0;
}

.blog_temp_section article {
    max-width: 990px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem
}


#header_image,
.article_thumbnail {
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.article_thumbnail {
    width: 100%;
    height: 100%
}

#header_image {
    background-position: center!important
}

.blog_temp_section .h2_wrapper {
    text-align: center;
    padding: 8rem 2rem 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog_temp_section .h2_wrapper .page_h2 {
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 1.5;
    padding: 1rem 1.5rem
}

.blog_temp_section .article_inner {
    max-width: 990px;
    margin: 0 auto;
    padding: 3.5rem 1.5rem
}

.blog_temp_section .article_inner .post_h1 {
    font-weight: 200;
    font-size: 2.1rem;
    margin-bottom: 1rem
}

.blog_temp_section .article-head {
    padding: 0 1rem;
    margin-bottom: 2.5rem
}

.blog_temp_section .article-category {
    font-size: 1.2rem;
    position: relative
}

.blog_temp_section .article-category .category-color {
    position: absolute;
    width: 30px;
    height: 10px;
    background-color: #ff5721;
    left: -40px;
    top: 50%;
    margin-top: -5px
}

.blog_temp_section .update_date ,
.blog_temp_section .post_date {
    color: #999;
    padding: 0 1rem;
}

.blog_temp_section .post_body .img_container {
    display: block;
    text-align: center;
}

.blog_temp_section .post_body img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    vertical-align: bottom;
}

.pell-content h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

.blog_temp_section .update_date {
    color: #999;
}


@media only screen and (min-width:768px) {

    .blog_temp_section {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: start;
           -ms-flex-align: start;
               align-items: flex-start;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
       -ms-flex-wrap: wrap;
           flex-wrap: wrap;
    }


    .blog_temp_section .h2_wrapper {
       -webkit-box-flex: 1;
           -ms-flex: 1 1 100%;
               flex: 1 1 100%;
    }

    .blog_temp_section article {
      margin:0;
      width: 100%;
    }

    .blog_temp_section .side-column {
       -webkit-box-flex: 0;
           -ms-flex: 1 1 320px;
               flex: 1 1 320px;
       padding: 10rem 0 10rem 5rem;
    }

    .blog_temp_section .h2_wrapper {
        padding: 14rem 2rem 5rem;
    }
    .blog_temp_section .article_inner {
        padding: 10rem 1.5rem;
    }
    .blog_temp_section .article_inner .post_h3 {
        font-size: 2.8rem;
    }
    .blog_temp_section .article-head {
        padding: 0;
        margin-bottom: 3.5rem;
    }
    .blog_temp_section .article-category .category-color:before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 1px;
        top: 5px;
        left: -100vw;
        background-color: inherit;
        display: block;
    }
    .blog_temp_section .post_body .img_container {
        margin-bottom: 3rem;
    }
    .blog_temp_section .post_body .letter {
        margin-bottom: 10rem;
    }
    .blog_temp_section .post_body h2 {
        font-size: 2.4rem;
    }
    .blog_temp_section .post_body_link_wrap {
         padding: 0;
    }

}


@media only screen and (max-width:990px) {

    .blog_temp_section article {
       -webkit-box-flex: 1;
           -ms-flex: 1 1 calc(100% - 320px);
               flex: 1 1 calc(100% - 320px);
    }
    .blog_temp_section .side-column {
       -webkit-box-flex: 1;
           -ms-flex: 1 1 320px;
               flex: 1 1 320px;
    }

}


@media only screen and (max-width:767px) {

    .blog_temp_section article {
       -webkit-box-flex: 1;
           -ms-flex: 1 1 100%;
               flex: 1 1 100%;
    }
    .blog_temp_section .side-column {
       -webkit-box-flex: 1;
           -ms-flex: 1 1 100%;
               flex: 1 1 100%;
    }

}

/*  post_link  */

.blog_temp_section .post_body_link_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 10rem 0 0 0;
}

.blog_temp_section .post_link_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.blog_temp_section .post_link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-width: 250px;
    height: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    overflow: hidden;
}

.blog_temp_section .post_link::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) translateY(-75%);
        -ms-transform: rotate(45deg) translateY(-75%);
            transform: rotate(45deg) translateY(-75%);
    font-size: 3rem;
    color: rgba(255,255,255,0.2);
}

.blog_temp_section .post_link_wrap:nth-child(1) .post_link {
    padding: 1rem 2rem 1rem 2.5rem;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: -5px 0 0 #999 inset;
            box-shadow: -5px 0 0 #999 inset;
}

.blog_temp_section .post_link_wrap:nth-child(2) .post_link {
    padding: 1rem 2.5rem 1rem 2rem;
    border-radius: 0px 3px 3px 0;
    -webkit-box-shadow: 5px 0 0 #999 inset;
            box-shadow: 5px 0 0 #999 inset;
}

.blog_temp_section .post_link_wrap:nth-child(1) .post_link::after {
    border-left: 1px solid rgba(255,255,255,0.3) ;
    border-bottom: 1px solid rgba(255,255,255,0.3) ;
    left: 5px;
}

.blog_temp_section .post_link_wrap:nth-child(2) .post_link::after {
    border-top: 1px solid rgba(255,255,255,0.3) ;
    border-right: 1px solid rgba(255,255,255,0.3) ;
    right: 20px;
}

.blog_temp_section .side-column h4 {
    padding:1rem 0;
}

.blog_temp_section .side-column h4:nth-child(n + 2) {
    border-bottom: 1px solid #ccc;
}

.blog_temp_section .side-column ul li {
    padding:1rem;
}

.blog_temp_section .side-column ul.year > li {
    padding:0;
}
