@charset "utf-8";

.history-page {
    padding:40px 0 110px;
    color:#222;
}

.history-intro {
    margin-bottom:76px;
}

.history-eyebrow {
    display:block;
    margin-bottom:10px;
    color:#b39f6c;
    font-size:16px;
    font-weight:700;
    letter-spacing:.14em;
}

.history-intro h3 {
    margin:0;
    color:#222;
    font-size:38px;
    line-height:1.42;
    font-weight:700;
    letter-spacing:-.055em;
    word-break:keep-all;
}

/* Timeline */
.history-timeline {
    position:relative;
    max-width:1240px;
    margin:0 auto;
    padding:12px 0 20px;
}

.history-timeline:before {
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:1px;
    background:#ded6c4;
    content:"";
    transform:translateX(-50%);
}

.history-timeline:after {
    position:absolute;
    left:50%;
    bottom:-3px;
    width:13px;
    height:13px;
    border-radius:50%;
    background:#b39f6c;
    content:"";
    transform:translateX(-50%);
}

.history-item {
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:150px;
}

.history-item:before {
    position:absolute;
    top:17px;
    left:50%;
    z-index:2;
    width:13px;
    height:13px;
    border:4px solid #fff;
    border-radius:50%;
    background:#b39f6c;
    box-shadow:0 0 0 1px #b39f6c;
    content:"";
    transform:translateX(-50%);
}

/* 왼쪽 배치 */
.history-left .history-year {
    grid-column:1;
    grid-row:1;
    padding-right:72px;
    text-align:right;
}

.history-left .history-content {
    grid-column:1;
    grid-row:2;
    padding:0 72px 52px 0;
    text-align:right;
}

/* 오른쪽 배치 */
.history-right .history-year {
    grid-column:2;
    grid-row:1;
    padding-left:72px;
    text-align:left;
}

.history-right .history-content {
    grid-column:2;
    grid-row:2;
    padding:0 0 52px 72px;
    text-align:left;
}

.history-year {
    position:relative;
    color:#8e7a4b;
    font-size:34px;
    line-height:1.2;
    font-weight:700;
    letter-spacing:-.04em;
}

.history-left .history-year:after,
.history-right .history-year:after {
    position:absolute;
    top:22px;
    width:42px;
    height:1px;
    background:#b39f6c;
    content:"";
}

.history-left .history-year:after {
    right:18px;
}

.history-right .history-year:after {
    left:18px;
}

.history-content {
    margin-top:14px;
}

.history-content ul {
    margin:0;
    padding:0;
    list-style:none;
}

.history-content li {
    position:relative;
    color:#555;
    font-size:17px;
    line-height:1.85;
    letter-spacing:-.025em;
    word-break:keep-all;
}

.history-content li+li {
    margin-top:5px;
}

.history-right .history-content li {
    padding-left:15px;
}

.history-right .history-content li:before {
    position:absolute;
    top:14px;
    left:0;
    width:4px;
    height:4px;
    border-radius:50%;
    background:#c5b78e;
    content:"";
}

.history-left .history-content li {
    padding-right:15px;
}

.history-left .history-content li:after {
    position:absolute;
    top:14px;
    right:0;
    width:4px;
    height:4px;
    border-radius:50%;
    background:#c5b78e;
    content:"";
}

/* Tablet */
@media (max-width:1024px) {
    .history-intro {
        margin-bottom:56px;
    }

    .history-timeline {
        max-width:none;
        margin-left:6px;
        padding-left:38px;
    }

    .history-timeline:before {
        left:6px;
        transform:none;
    }

    .history-timeline:after {
        left:0;
        transform:none;
    }

    .history-item {
        display:block;
        min-height:auto;
        padding-bottom:44px;
    }

    .history-item:before {
        top:9px;
        left:-38px;
        transform:none;
    }

    .history-left .history-year,
    .history-right .history-year {
        padding:0;
        text-align:left;
    }

    .history-left .history-content,
    .history-right .history-content {
        padding:0;
        text-align:left;
    }

    .history-left .history-year:after,
    .history-right .history-year:after {
        display:none;
    }

    .history-left .history-content li,
    .history-right .history-content li {
        padding:0 0 0 15px;
    }

    .history-left .history-content li:after {
        display:none;
    }

    .history-left .history-content li:before,
    .history-right .history-content li:before {
        position:absolute;
        top:14px;
        left:0;
        width:4px;
        height:4px;
        border-radius:50%;
        background:#c5b78e;
        content:"";
    }
}

/* Mobile */
@media (max-width:640px) {
    .history-page {
        padding-bottom:70px;
    }

    .history-intro {
        margin-bottom:42px;
    }

    .history-intro h3 {
        font-size:30px;
    }

    .history-timeline {
        margin-left:3px;
        padding-left:30px;
    }

    .history-timeline:before {
        left:5px;
    }

    .history-timeline:after {
        left:-1px;
    }

    .history-item {
        padding-bottom:36px;
    }

    .history-item:before {
        top:7px;
        left:-31px;
        width:11px;
        height:11px;
        border-width:3px;
    }

    .history-year {
        font-size:28px;
    }

    .history-content {
        margin-top:10px;
    }

    .history-content li {
        font-size:16px;
        line-height:1.75;
    }

    .history-left .history-content li,
    .history-right .history-content li {
        padding-left:13px;
    }

    .history-left .history-content li:before,
    .history-right .history-content li:before {
        top:12px;
    }
}