.sc-history {
}
.sc-history .inner {
    max-width: calc(1200 * var(--vw));
    margin: 0 auto;
}
.sc-history .subtitle {
    font-weight: 600;
    font-size: calc(47 * var(--vw));
    color: #d3ae77;
}

.history01 h3 {
    padding-top: calc(37 * var(--vw));
    font-weight: 700;
    font-size: calc(78 * var(--vw));
}
.history01 .desc {
    padding-top: calc(42 * var(--vw));
    font-size: calc(32 * var(--vw));
}

.history02 {
    padding: calc(145 * var(--vw)) 0;
    background-image: url(/new-img/desktop/main/info/history/sc_history02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.history02 .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.history02 .subtitle {
    font-size: calc(43 * var(--vw));
}
.history02 h3 {
    padding-top: calc(44 * var(--vw));
    font-family: "Constantia";
    font-size: calc(70 * var(--vw));
    color: #fff;
}
.history02 .desc {
    padding-top: calc(22 * var(--vw));
    text-align: center;
    font-size: calc(32 * var(--vw));
    color: #fff;
}
.history02 .info-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding-top: calc(80 * var(--vw));
    padding-left: 0;
}
.history02 .info-list li {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.3));
    color: #fff;
}
.history02 .info-list li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -12%;
    width: 1px;
    height: 112%;
    background-color: #fff;
}
.history02 .info-list li span {
    font-weight: 500;
    font-size: calc(32 * var(--vw));
}
.history02 .info-list li strong {
    line-height: 1.2;
    font-weight: 500;
    font-size: calc(129 * var(--vw));
}
.history02 .info-list li strong span {
    font-size: calc(80 * var(--vw));
}
.history02 .info-list li p {
    text-align: center;
    line-height: 1.4;
    font-weight: 400;
    font-size: calc(25 * var(--vw));
}
.history02 .txt {
    margin-top: calc(38 * var(--vw));
    margin-bottom: 0;
    font-weight: 300;
    font-size: calc(20 * var(--vw));
    color: #fff;
}

.history03 {
    background-color: #faf9f6;
}
.history03 .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.history03 .subtitle {
    font-size: calc(43 * var(--vw));
}
.history03 h3 {
    margin-bottom: 0;
    padding-top: calc(35 * var(--vw));
    font-size: calc(52 * var(--vw));
}
.history03 .desc {
    margin-bottom: 0;
    padding-top: calc(15 * var(--vw));
    font-size: calc(32 * var(--vw));
}
.history03 .info-list {
    display: flex;
    gap: calc(20 * var(--vw));
    padding-left: 0;
    margin-top: calc(65 * var(--vw));
}
.history03 .info-list li {
}
.history03 .info-list li .img {
    height: calc(315 * var(--vw));
}
.history03 .info-list li .img img {
    object-fit: cover;
    height: 100%;
}
.history03 .info-list li .info {
    padding: calc(50 * var(--vw)) calc(35 * var(--vw));
    text-align: left;
    background-color: #fff;
}
.history03 .info-list li .info span {
    font-weight: 600;
    font-size: calc(25 * var(--vw));
    color: #bd9a65;
}
.history03 .info-list li .info p {
    white-space: nowrap;
    margin-bottom: 0;
    padding-top: calc(13 * var(--vw));
    font-size: calc(18 * var(--vw));
}
