@font-face {
    font-family: "hansol";
    src: url("/assets/fonts/codec.woff2") format("woff2");
}

.history-title {
    color: #17213A;
    margin-left: 0%;
    font-size: 45px;
    font-family: "hansol";
    position: relative;
    width: auto;
    display: inline-block;
}

strong {
    font-weight: 620;
}

.about-btn {
    margin-left: 0%;

    background-color: rgba(28, 39, 70, 0.867);
    border: 2px solid #1c2746e2;
    border-radius: 2000em;
    box-shadow: .1em .1em .2em rgba(0, 0, 0, .2);
    color: #fff;
    font-weight: 700;

    line-height: 1;
    font-size: 32px;

    padding: 4px 16px 0;
    position: absolute;
    top: -12px;
    right: -11%;
    pointer-events: none;
}

.hansol {
    width: 90%;
    margin-top: 50px;
    margin: 0 auto;
}

.history-content {
    margin-top: 2.5%;
}

.history-introduction {
    font-size: 18px;
    margin-bottom: 4%;
}

.history-introduction h1 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 15px;
}

/*여기부터*/

ul.timeline {
    list-style-type: none;
    margin-top: 0%;
    padding-top: 0%;
}

.timeline {
    padding: 20px 0;
    margin: 6vh 0;
}

.timeline li {
    padding: 10px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    /*천천히 움직임*/
}

.timeline li dl {
    padding: 17px 0;
    /* padding-bottom: 40px; */
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/*위치*/

.timeline li dt,
.timeline li dd {
    overflow: hidden;
    float: left;
    font-size: 17px;
    color: #262625;
    font-family: 'Pretendard';
}

/*dt, dd 설정*/

.timeline li dt {
    font-weight: 700;
    font-weight: 500;
}

.timeline li dd {
    font-weight: 250;
    text-align: right
}

/*여기까지 리스트*/

/* J씨 css */
article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(42, 42, 42);
    align-items: center;
}

article div {
    text-align: center;
}

.get {
    font-family: "hansol";
    font-size: 80px;
    margin-top: 120px;
    margin-bottom: 50px;
    position: relative;
    line-height: 1;
    transition: all 0.5s ease;
}

.icon-bg {
    position: absolute;
    width: 145px;
    height: 85px;
    border-radius: 70px;
    background-color: #1c2746e7;
    border: 2px solid rgba(44, 76, 158, 0.867);
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
    /* 가운데 정렬 */
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-bg img {
    width: 70px;
    height: 70px;
}

.hello {
    font-family: "pretendard";
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 150px;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    white-space: nowrap;
    /* 줄바꿈 안 함 */
}

.infoBox {
    margin-top: 60px;
    margin-left: 50px;
    float: left;
    width: 60%;
}

.infoBox p {
    font-family: "pretendard";
    font-size: 23px;
    font-weight: bold;
}

.infoBox div {
    font-family: "pretendard-r";
    line-height: 1.8;
    color: rgb(66, 66, 66);
    margin-top: 50px;
    font-size: 17px;
}

.emailBox {
    float: right;
    margin-right: 150px;
    width: 20%;
}

.emailBox p {
    font-family: "pretendard-r";
    margin-top: 42px;
    margin-bottom: 8px;
}

.emailBox a {
    font-family: "pretendard";
    text-decoration: none;
    color: black;
    font-size: 23px;
    font-weight: bold;
}

@media (max-width: 1650px) {
    .get {
        font-size: 65px;
        margin-bottom: 40px;
        margin-top: 110px;
    }

    .hello {
        font-weight: 200;
        font-size: 20px;
        margin-bottom: 170px;
    }
}

@media (max-width: 1000px) {
    footer {
        flex-direction: column;
    }

    .infoBox {
        width: 100%;
    }

    .emailBox {
        float: left;
        margin-left: 50px;
        margin-right: 0px;
        width: 100%;
    }
}

@media (max-width: 760px) {
    footer {
        flex-direction: column;
    }

    .infoBox {
        margin-bottom: 50px;
        width: 100%;
    }

    .infoBox p {
        font-size: 15px;
        color: rgb(136, 136, 136);
    }

    .infoBox div {
        font-size: 14px;
        color: rgb(179, 179, 179);
    }

    .emailBox {
        float: left;
        margin-left: 50px;
        width: 100%;
        margin-right: 0px;
    }

    .get {
        font-size: 40px;
        margin-bottom: 40px;
        margin-top: 190px;
    }

    .hello {
        font-weight: 200;
        font-size: 20px;
        margin-bottom: 250px;
    }

    .icon-bg {
        position: absolute;
        width: 90px;
        height: 45px;
        border-radius: 70px;
        background-color: #1c2746e7;
        border: 2px solid rgba(44, 76, 158, 0.867);
        left: 50%;
        bottom: 51%;
        transform: translate(-50%, -50%);
        /* 가운데 정렬 */
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-bg img {
        width: 35px;
        height: 35px;
    }
}

/* 모바일 반응형을 위한... */
@media (max-width: 430px) {
    .get {
        font-size: 30px;
        margin-bottom: 40px;
        margin-top: 190px;
    }

    .hello {
        font-weight: 200;
        font-size: 15px;
        margin-bottom: 250px;
    }

    .icon-bg {
        position: absolute;
        width: 70px;
        height: 35px;
        border-radius: 70px;
        background-color: #1c2746e7;
        border: 2px solid rgba(44, 76, 158, 0.867);
        left: 50%;
        bottom: 48%;
        transform: translate(-50%, -50%);
        /* 가운데 정렬 */
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-bg img {
        width: 25px;
        height: 25px;
    }

    .infoBox {
        margin-left: 17px;
        width: 100%;
        margin-bottom: 0px;
    }

    .infoBox p {
        font-size: 14.5px;
        color: rgb(136, 136, 136);
    }

    .infoBox div {
        font-size: 13px;
        color: rgb(179, 179, 179);
    }

    .emailBox {
        float: left;
        margin-left: 20px;
        width: 100%;
        margin-top: 8px;
    }

    .emailBox-p1 {
        margin-top: 10px;
    }

    .emailBox p {
        font-size: 15px;
    }

    .emailBox a {
        font-size: 19px;
    }
}

body {
    display: grid;
    gap: 10vh;
    line-height: 1.5;
    font-family: 'codec', 'Pretendard', sans-serif;
    background-color: #f3f3f1;
}

.container-site {
    width: 100vh;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 94px;
}

.title {
    flex: 0 0 30%;
}

.news {
    flex: 0 0 70%;
    padding: 0 !important;
}

h1 {
    text-align: center;
    position: relative;
    display: table;
    margin-left: 80px;
}

.news-list li {
    list-style: none;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
}

.news-list li .contents .date span {
    display: inline-block;
    font-family: 'Pretendard';
    font-size: 14px;
    color: #999;
    letter-spacing: 0px;
    word-spacing: 0;
    text-align: center;
    font-weight: bold;
    vertical-align: text-top;
}

.news-list li .contents h3 {
    color: #262625;
    font-size: 48px;
    font-family: 'Pretendard';
    font-weight: 900;
    text-align: center;
    margin: 0;
    display: inline;
    vertical-align: text-top;

}

.contents {
    display: flex;
    padding-bottom: 48px;
}

.content-area {
    margin-left: 50px;
    font-family: 'pretendard';
}

.title h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0px;
    color: #212529;
}

.content-area h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #262625;
}

.content-area p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 8px;
    width: 100%;
    word-break: break-word;
}

.second {
    position: relative;
}

.about {
    display: inline-block;
    background-color: rgb(31 171 68 / 90%);
    border: 2px solid #09bf41;
    border-radius: 2000em;
    box-shadow: .1em .1em .2em rgba(0, 0, 0, .2);
    color: #fff;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    font-size: 32px;
    padding: 4px 16px 0;
    top: -24px;
    right: -32px;
    z-index: 1;
}

.news .news-list li .contents .content-area a {
    text-transform: uppercase;
    font-weight: 900;
    color: #09bf41;
    font-size: 14px;
    margin-top: 24px;
    display: block;
    width: 100%;
    text-decoration: none;
}