@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/
#main .wrapTitleMain {
    top: 47%;
}

#main .wrapTitleMain .titleMain {
    font-size: 22px;
    letter-spacing: 5px;
}

/*areaConcept */
.areaConcept {
    padding: 57px 0;
    text-align: center;
    margin-bottom: 24px;
}

.areaConcept .conceptTitle {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 49px;
}

.areaConcept .concepttitleEng {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.areaConcept .concept {
    font-size: 14px;
    line-height: 2;
}

/* areaHistory */
.areaHistory {
    padding: 26px 0 56px;
}

.wrapInfo {
    display: block;
    width: 56.7%;
    margin: 0 auto;
}

.wrapInfo .wrapInfoPhoto {
    width: 100%;
}

.areaHistory .listInfoPhoto li {
    width: 100%;
}

.areaHistory .listInfoPhoto li img {
    width: 100%;
}

.areaHistory .listInfoPhoto li .infoPhoto {
    margin-bottom: 19px;
}

.slick-dots button {
    width: 6px;
    height: 6px;
}

.slick-dots {
    bottom: 65px;
    left: 51.5%;
    transform: translateX(-50%);
}

.areaHistory .arrow {
    top: 44.5%;
    width: 21px;
}

.areaHistory .arrow.arrowRight {
    right: 19px;
}

.areaHistory .arrow.arrowLeft {
    left: 19px;
}

.areaHistory .txtHistory {
    font-size: 16px;
    text-align: center;
}

/* areaHisDetail */
.areaHisDetail {}

.areaHisDetail .contentHistory {
    padding: 80px 24px;
}

.areaHisDetail table {
    width: 100%;
}

.areaHisDetail .contentHistory tr {
    border: 1px solid #707070;
    border-width: 0 0 1px 0;
}

.areaHisDetail .contentHistory tr:first-child {
    border-width: 0;
}

.areaHisDetail .contentHistory th {
    font-size: 18px;
    color: #fff;
    background: #42352D;
    padding: 10px 10px 11px 10px;
    font-weight: 300;
}

.areaHisDetail .contentHistory td {
    font-size: 16px;
}

.areaHisDetail .contentHistory th:first-child {
    width: 59.8%;
    border: 1px solid #fff;
    border-width: 0 1px 0 0;
}

.areaHisDetail .contentHistory .wrapDetail {
    display: flex;
    padding: 27px 0 27px 29px;
    align-items: center;
    min-height: 172px;
}

.areaHisDetail .contentHistory .wrapDetail .yearHistory {
    width: 167px;
}

.areaHisDetail .contentHistory .wrapDetail .eventHistory {
    width: calc(100% - 167px);
    line-height: 1.3;
}

.areaHisDetail .contentHistory .wrapDetail .eventHistory span {
    display: flex;
}

.areaHisDetail .contentHistory .wrapDetail .wrapPhotoDetail {
    width: 181px;
}

.areaHisDetail .contentHistory .wrapDetail .wrapPhotoDetail .historyPhoto {
    margin-bottom: 29px;
}

.areaHisDetail .contentHistory .wrapDetail .wrapPhotoDetail .historyPhoto:last-child {
    margin-bottom: 0;
}

.areaHisDetail .contentHistory .wrapDetail .wrapPhotoDetail .historyPhoto span {
    display: block;
}

.areaHisDetail .contentHistory .wrapDetail .wrapPhotoDetail .historyPhoto .personPhoto {
    margin-bottom: 2px;
}

.areaHisDetail .contentHistory .wrapDetail .wrapPhotoDetail .historyPhoto img {
    width: 100%;
    height: 100%;
    aspect-ratio: 181 / 122;
}

.areaHisDetail .contentHistory .wrapDetail .wrapPhotoDetail .historyPhoto .historyName {
    display: block;
    font-size: 14px;
    text-align: center;
}

.areaHisDetail .contentHistory .wrapDetail .detailHistory {
    width: calc(100% - 190px);
    line-height: 1.25;
    letter-spacing: -0.2px;
}

.detailHistory.transTop {
    transform: translateY(-13px);
}


.areaHisDetail .contentHistory .wrapDetail.wrapChronology,
.areaHisDetail .contentHistory tr:nth-child(2) .wrapDetail.wrapChronology {
    padding-left: 16px;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1200px) and (min-width: 769px) {
    .areaHisDetail .contentHistory th:first-child {
        width: 55%;
    }
}

@media (max-width: 1150px) and (min-width: 769px) {
    .areaHisDetail .wrapContentDetail {
        width: 100%;
        overflow-x: scroll;
    }

    .areaHisDetail .wrapContentDetail .contentHistory {
        width: 1350px;
    }
}

@media (max-width: 768px) {
    #main .wrapTitleMain {
        top: 50%;
    }

    #main .wrapTitleMain .titleMain {
        font-size: 14px;
    }

    .areaConcept {
        padding: 12px 0;
        margin-bottom: 71px;
    }

    .areaHistory {
        padding: 19px 0 16px;
    }

    .wrapInfo {
        width: 100%;
    }

    .wrapInfoPhoto .slick-initialized .slick-slide img {
        height: 53.4vw;
        object-fit: cover;
        object-position: center;
    }

    .areaHistory .listInfoPhoto li .infoPhoto {
        margin-bottom: 10px;
    }
    .areaHistory .txtHistory {
        font-size: 8px;
    }

    .areaHisDetail .wrapContentDetail {
        width: 100%;
        overflow-x: scroll;
    }

    .areaHisDetail .wrapContentDetail .contentHistory {
        width: 1000px;
    }
    
    .areaHisDetail .contentHistory {
        padding: 80px 0;
    }

    .areaHisDetail .contentHistory .wrapDetail {
        min-height: 150px;
    }

    .areaHisDetail .contentHistory .wrapDetail .yearHistory {
        width: 150px;
    }

    .areaHisDetail .contentHistory .wrapDetail .eventHistory {
        width: calc(100% - 150px);
    }

    .detailHistory.transTop {
        transform: translateY(-18px);
    }

    .areaHistory .listHistory {
        width: 84%;
    }

    .areaHistory .arrow {
        width: 16px;
    }
    .areaHistory .arrow.arrowLeft {
        left: 8px;
    }
    .areaHistory .arrow.arrowRight {
        right: 7px;
    }
    .slick-dots button {
        width: 4px;
        height: 4px;
    }
    .slick-dots {
        bottom: 27px;
    }

    .areaHisDetail .contentHistory th {
        font-size: 16px;
        padding: 8px;
    }
    .areaHisDetail .contentHistory td {
        font-size: 14px;
    }
    .areaHisDetail .contentHistory .wrapDetail {
        min-height: 100px;
        padding: 15px 0 15px 15px;
    }

}