@charset "utf-8";

img{
    max-width: 100%;
    height: auto;
}

body#sell.market .main{
    background-image: none;
    background-color: #402944;
    height: 32.6rem;
}
body#sell.market .main_text_box{
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    top: 0;
    left: 0;
    height: 100%;
    border: none;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transform: unset;
}
body#sell.market .main_text_box .wrap{
    position: absolute;
    transform: unset;
    bottom: 0;
    top: unset;
    left: 0;
}
body#sell.market .main_text_box p{
    font-size: 2.4rem;
}
body#sell.market .main_text_box h2{
    color: #fff;
    font-size: 4.6rem;
    font-weight: 500;
}

.marketBlc{
    padding: 15rem 0; 
}
.sec_latest{
    position: relative;
    padding: 5rem 0 15rem;
}
.sec_latest:after{
    content: "";
    display: block;
    height: 5px;
    width: 40vw;
    max-width: 35rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #dbdbdb;
}
.sec_latest .txt{
    font-size: 1.8rem ;
    margin-bottom: 10rem;
    line-height: 1.75;
}
.sec_latest .latestBlc{
    gap: 4rem 3rem;
    flex-wrap: wrap;
}
.sec_latest .latestBlc .thumb{
    width: 35rem;
}
.sec_backnumber .marketItem .thumb .img_wrap,
.sec_latest .latestBlc .thumb .img_wrap{
    width: 100%;
    padding-bottom: 67%;
    background-size: cover;
    background-position: center;
}
.sec_latest .latestBlc .content{
    flex: 1;
}
.sec_latest .latestBlc .content h3{
    font-size: 2.6rem;
    margin-bottom: 1.5em;
}
.sec_latest .latestBlc .content p{
    font-size: 1.6rem;
    margin-bottom: 2em;
    line-height: 1.8;
}
.sec_latest .latestBlc .content .btn{
    margin: 0;
    width: 100%;
    min-width: unset;
    background: #f7f7f7 url(/grantact/img/common/icon_pdf_purple.svg) right 1.5rem center / auto 2.4rem no-repeat;
    padding: 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
}

.sec_backnumber h3{
    font-size: 2.6rem;
    margin-bottom: 5rem;
}
.sec_backnumber h3 p{
    margin-bottom: .5rem;
    font-size: 70%;
}
.sec_backnumber li{
    border-top: 1px solid #707070;
}
.sec_backnumber li:last-child{
    border-bottom: 1px solid #707070;
}
.sec_backnumber li > a{
    padding: 1rem 0;
}
.sec_backnumber .dateBlc,
.sec_backnumber .headBlc,
.sec_backnumber .marketItem{
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
}
.sec_backnumber .dateBlc{
    flex: 1;
}
.sec_backnumber .dateBlc .num{
    width: 8rem;
    font-size: 2rem;
}
.sec_backnumber .dateBlc .date{
    width: 13rem;
    font-size: 1.8rem;
    color: #707070;
}
.sec_backnumber .headBlc{
    width: 43rem;
}
.sec_backnumber .marketItem .thumb{
    width: 17rem;
}
.sec_backnumber .marketItem .txt{
    flex: 1;
    font-size: 1.4rem;
}
.sec_backnumber .marketItem .txt h3{
    font-size: 2.1rem;
    margin-bottom: .5em;
    font-weight: 600;
}
.sec_backnumber .marketItem .icon{
    width: 2rem;

}

.sec_author .authorBlc{
    width: 100%;
    display: grid;
    gap: 0 4rem;
    grid-template-rows: 9rem auto;
    grid-template-columns: 16.5rem auto;
    padding: 5.5rem;
    background: #f7f7f7;
}
.sec_author .authorBlc .photo{
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.sec_author .authorBlc .name{
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
.sec_author .authorBlc .profile{
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.sec_author .authorBlc .name h3{
    font-size: 2rem;
    padding: 3rem 0;
}
.sec_author .authorBlc .profile p{
    font-size: 1.6rem;
}

.breadcrumb{
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 1366px){
    body#sell.market .main_text_box p{width: 100%;}
    .sec_latest .latestBlc .thumb .img_wrap{
        padding-bottom: 91.2%;
    }
    .sec_latest .latestBlc .content h3{
        font-size: 2.2rem;
    }
    .sec_backnumber .dateBlc .num,
    .sec_backnumber .dateBlc .date{
        width: 100%;
    }
    .sec_backnumber .headBlc {
        width: 29rem;
    }
}

@media screen and (max-width: 820px){
    body#sell.market .main_text_box .wrap{
        top: calc( 50% + 3rem );
        bottom: unset;
        transform: translateY(-50%);
        padding: 0;
    }
    body#sell.market .main_text_box{
        width: calc(100% - 30px);
        height: 32.6rem;
    }
    body#sell.market .main_text_box p {
        font-size: 2.4rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.05em;
    }
    .contents {
        width: calc(100% - 60px);
    }
    .marketBlc{
        padding: 2rem 0 5rem;
    }
    .sec_author{
        padding: 0rem 0 5rem;
    }
    .sec_author .contents{
        padding: 3rem 0 4rem;
    }
    .sec_latest{
        padding: 3rem 0 1rem;
    }
    .sec_latest .latestBlc .thumb{
        width: 100%;
    }
    .sec_latest .latestBlc .thumb .img_wrap{
        padding-bottom: 67%;
    }
    .sec_latest .txt{
        margin-bottom: 8rem;
        font-size: 1.6rem;
    }
    .sec_latest .contents{
        padding: 0 0 5rem;
    }
    .sec_latest .latestBlc .content h3{
        margin-bottom: 2rem;
    }
    .sec_latest .latestBlc .content p{
        margin-bottom: 4rem;
    }
    .sec_latest .latestBlc .content .btn{
        padding: 1.775rem 4rem 1.775rem 2rem;
    }
    .sec_latest:after{
        display:none;
    }
    .sec_backnumber .marketItem .icon,
    .sec_backnumber .headBlc {
        width: 100%;
    }
    .sec_backnumber h3 p{
        font-size: 1.6rem;
        font-weight: 400 !important;
        margin-bottom: 2rem;
    }
    .sec_backnumber h3{
        font-size: 2.4rem;
    }
    .sec_backnumber .headBlc .thumb{
        width: 50%;
        min-width: 15rem;
    }
    .sec_backnumber li > a{
        padding: 2rem 0;
    }
    .sec_backnumber .dateBlc .num{
        font-size: 1.8rem;
    }
    .sec_backnumber .dateBlc .date{
        font-size: 1.6rem;
    }
    .sec_backnumber .marketItem .icon{
        text-align: right;
    }
    .sec_backnumber .marketItem .txt{
        font-size: 1.4rem;
    }
    .sec_backnumber .marketItem .txt h3{
        font-size: 1.8rem;
    }
    .sec_author .authorBlc{
        grid-template-rows: 12.4rem auto;
        grid-template-columns: 9.6rem auto;
        padding: 1.5rem;
        gap: 1.3rem 1.5rem;
    }
    .sec_author .authorBlc .photo{
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
    .sec_author .authorBlc .name{
        grid-row: 1 / 2;
        grid-column: 2 / 3;
        position:relative;
    }
    .sec_author .authorBlc .name h3 {
        font-size: 1.6rem;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .sec_author .authorBlc .profile{
        grid-row: 2 / 3;
        grid-column: 1 / 3;
    }
    .sec_author .authorBlc .profile p {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

