.author {
    color: #444;
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .author-content {
        display: flex;
        column-gap: 58px;
    }
}

@media (max-width: 767px) {
    .author-img {
        text-align: center;
        margin-bottom: 20px;
    }
}

.author-img {
    flex-shrink: 0;
}

.author-info h1 {
    font-weight: bold;
    font-size: 35px;
}

@media (max-width: 767px) {
    .author-info h1 {

        font-size: 21px;
    }
}

.author-info-social {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.author-info-social label {
    line-height: 1;
    margin-right: 22px;
    font-size: 15px;
}

.author-info-social a {
    display: inline-block;
    margin-right: 12px;
}

.author-info-txt {
    font-size: 16px;
}

.author-info-ttl02 {
    font-size: 24px;
    color: #444;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.autho-info-lst {
    list-style: disc;
    margin-left: 15px;
}

.autho-info-lst li {
    line-height: 22px;
    font-size: 16px;
}

.author-info-ttl03 {
    font-weight: bold;
    font-size: 18px;
    margin: 12px 0;
}

.author-detail {
    border-left: 3px solid #FECD06;
    margin-top: 25px;
    padding-left: 20px;
}

.author-detail span {
    font-weight: bold;
    margin-right: 10px;
    line-height: 1.7;
}

.tab-author {
    margin-top: 40px;
    display: flex;
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 25px;
}

.tab-author li {
    list-style: none;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .tab-author li {

        margin-right: 20px;
    }
}

.tab-author li a {
    font-size: 16px;
    padding: 8px 0;
    display: inline-block;
    border-bottom: 3px solid transparent;
}

.tab-author li.active a {
    font-weight: bold;
    border-bottom: 3px solid #FECD06;
    color: #FECD06;
}

.tab-author li a span {
    color: #bbb;
    font-weight: normal;
}

.tab-author li.active a span {
    color: #333;
}

.author-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}



@media (max-width: 767px) {
    .author-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 479px) {
    .author-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 0;
    }
}

.author-item-img {
    height: 180px;
    display: block;
    overflow: hidden;
}

@media (min-width: 768px) {
    .author-item-img {
        height: 140px;
    }
}

@media (min-width: 1440px) {
    .author-item-img {
        height: 220px;
    }
}

.author-item-img:hover img {
    transform: scale(1.1);
}

.author-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
}

.author-item-meta {
    margin: 10px;
}

@media (min-width: 768px) {
    .author-item-meta {
        margin: 15px;
    }
}

@media (min-width: 992px) {
    .author-item-meta {
        margin: 15px 30px;
    }
}

.author-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0 4px 14px;
}

.author-item-ttl {
    font-weight: bold;
    line-height: 1.2;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .author-item-ttl {

        font-size: 20px;

    }
}

.author-item-time {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.author-item-time .calendar {
    background: url(../images/ic_calendar.svg) no-repeat left center;
    padding-left: 24px;
    margin-right: 16px;
}

.author-item-time .view {
    background: url(../images/ic_view.svg) no-repeat left center;
    padding-left: 24px;
    margin-right: 16px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.author-other {
    margin-top: 60px;
    margin-bottom: 40px;
}

.author-other-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #000;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .author-other-ttl {
        font-size: 22px;
    }
}

.author-other-ttl:after {
    width: 87px;
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background: #fecd08;
    bottom: 0;
}

.author-other-gird {
    display: grid;
    gap: 23px 30px;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1440px) {
    .author-other-gird {
        display: grid;
        gap: 23px 30px;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .author-other-gird {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .author-other-gird {
        grid-template-columns: repeat(1, 1fr);
    }
}

.other-item {
    border-radius: 8px;
    padding: 19px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 4px 14px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border-left: 4px solid #fecd08;
}

@media (max-width: 767px) {
    .other-item {
        padding: 10px;
    }
}

.other-item-img {
    width: 70px;
    height: 70px;
    display: block;
    flex-shrink: 0;
}

.other-item-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-item-info-ttl {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

@media (max-width: 767px) {
    .other-item-info-ttl {
        font-size: 14px;
    }
}

.other-item-info-pos {
    color: #E23A35;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .other-item-info-pos {
        font-size: 11px;
    }
}
.author-detailall{
    width: 100%;
    padding: 10px 0;;
}

.author-img img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tab-content img{
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}