body {
    width: 100%;
    overflow-x: hidden;
}

.top_header_img {
    background-image: url(../images/esg-bg.png);
    background-size: cover;
    background-position: center;
}
section .esg-menu nav {
    display: flex;
}
section .esg-menu nav ul li {
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-B);
    text-transform: uppercase;
    margin-right: 83px;
    margin-bottom: 92px;
}
section .esg-menu nav ul li:nth-child(1) {
    color: var(--color-gray-80);
    margin-bottom: 12px;
}
section .esg-menu nav ul li:nth-child(2) {
    color: var(--color-primary-1);
    font-size: var(--font-size-body3);
}
section .esg-menu nav ul .esg-s {
    font-size: var(--font-size-body3);
    color: var(--color-primary-1);
}
section .ceo-wrap {
    display: flex;
}
section .ceo-m {
    display: flex;
    padding-top: 40px;
}
section .ceo-m h5 {
    font-size: var(--font-size-h2);
    margin-bottom: 82px;
    text-transform: uppercase;
    margin-top: 60px;
}
section .ceo-m span {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-primary-1);
    border-radius: 50%;
    margin-left: 13px;
    margin-top: 90px;
}
section .ceo-wrap {
    width: 100%;
}
section .ceo-wrap .ceo-l {
    width: 79%;
    margin-right: 90px;
}
section .ceo-wrap .ceo-l h6 {
    font-size: var(--font-size-sub2);
    color: var(--color-gray-40);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-140);
    margin-bottom: 38px;
}
section .ceo-wrap .ceo-l p {
    font-size: 1rem;
    color: var(--color-gray-40);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-140);
}
section .ceo-wrap .ceo-l ul li:first-child {
    font-size: var(--font-size-body3);
    font-weight: var(--font-weight-B);
    color: var(--color-primary-1);
}
section .ceo-wrap .ceo-l ul li {
    font-size: 1rem;
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-150);
    color : var(--color-gray-40);
}
section .ceo-wrap .ceo-text p {
    text-align: right;
    font-size: var(--font-size-body1);
    color: var(--color-gray-40);
    margin-top: 25px;
}
section .ceo-wrap .ceo-name {
    position: relative;
}
section .ceo-wrap .ceo-name p {
    text-align: right;
    font-size: var(--font-size-body1);
    color: var(--color-gray-40);
}
section .ceo-wrap .ceo-name img {
    position: absolute;
    right: 10%;
    bottom: -25px;
}
section .ceo-m.vision,
section .ceo-m.result  {
    padding-top: 100px;
}
section h6 {
    font-size: var(--font-size-sub2);
    color: var(--color-gray-40);
    font-weight: var(--font-weight-M);
    line-height: var(--line-height-140);
}
section .vision-text {
    width: 100%;
    height: 500px;
    position: relative;
}
section .vision-text p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 500px;
    font-size: var(--font-size-h2);
    color: var(--color-primary-1);
    font-weight: var(--font-weight-B);
}
section .vision-text .vision-bg p {
    font-size: 500px;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-gray-99);
    z-index: -1;
}
section .vision-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
section .vision-wrap .vision-i.ff {
    margin-right: 65px;
}
section .vision-wrap .vision-i.dd {
    margin-left: 65px;
}
section .vision-wrap img {
    max-width: 100%;
    height: auto;
}
section .vision-wrap .vision-i {
    padding-bottom: 83px;
}
section .vision-wrap .vision-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
section .vision-wrap p {
    margin-top: 17px;
    font-size: var(--font-size-sub2);
    color: var(--color-gray-40);
    font-weight: var(--font-weight-M);
}

/*히스토리*/
.history-wrap {
    width: 100%;
    height: 1000px;
    position: relative;
    margin-bottom: 145px;
    margin-top: 100px;
}
.history-wrap .h-line {
    background-color: var(--color-gray-80);
    width: 2px;
    margin: 0 auto;
    height: 897px;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 50.4%;
}
/*오른쪽에 오는 컨텐츠*/
.history-wrap .history-r {
    display: flex;
    width: 100%;
    height: 120px;
    position: relative;
}
.history-wrap .history-r .fake {
    width: 70px;
    height: 14px;
    display: flex;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
}
.history-wrap .history-r .fake div {
    width: 14px;
    height: 14px;
    background-color: var(--color-primary-1);
    border-radius: 50%;
}
.history-wrap .history-r .fake span {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--color-primary-1);
    position: absolute;
    left: 14px;
    top: 6px;
}
.history-wrap .history-r .history-t {
    position: absolute;
    top: 40%;
    left: 58%;
}
.history-wrap .history-r .history-t p{
    font-size: var(--font-size-body3);
    color: var(--color-primary-1);
}
.history-wrap .history-r .history-t p:first-child {
    margin-bottom: 10px;
    font-weight: var(--font-weight-B);
}
.history-wrap .history-r .history-t p:last-child{
    color: var(--color-gray-50);
}

.history-wrap .history-r .history-i {
    position: absolute;
    top: 30%;
    left: 75%;
}
/*왼쪽에 오는 컨텐츠*/
.history-wrap .history-l {
    display: flex;
    width: 100%;
    height: 120px;
    position: relative;
}
.history-wrap .history-l .fake {
    width: 70px;
    height: 14px;
    display: flex;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
}
.history-wrap .history-l .fake span {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: var(--color-primary-1);
    position: absolute;
    right: 100%;
    top: 6px;
}
.history-wrap .history-l .fake div {
    width: 14px;
    height: 14px;
    background-color: var(--color-primary-1);
    border-radius: 50%;
}
.history-wrap .history-l .history-t {
    position: absolute;
    top: 40%;
    right: 58%;
    text-align: right;
}
.history-wrap .history-l .history-t p{
    font-size: var(--font-size-body3);
    color: var(--color-primary-1);
}
.history-wrap .history-l .history-t p:first-child {
    margin-bottom: 10px;
    font-weight: var(--font-weight-B);
}
.history-wrap .history-l .history-t p:last-child{
    color: var(--color-gray-50);
}
.history-wrap .history-l .history-i {
    position: absolute;
    top: 40%;
    right: 75%;
}

/* 테블릿 사이즈 */
@media only screen and (max-width:1300px){
    #sub-menu li {
        margin-bottom: 0;
    }
    section .esg-menu nav ul li {
        font-size: var(--font-size-body1);
        font-weight: var(--font-weight-B);
        text-transform: uppercase;
    }
    section .ceo-m {
        padding-top: 0;
    }
    section .ceo-m h5 {
        font-size: var(--font-size-body1);
        text-transform: uppercase;
        margin-top: 60px;
        margin-bottom: 20px;
    }
    section .ceo-m.vision,
    section .ceo-m.result {
        padding-top: 60px;
    }
    section .ceo-wrap .ceo-l {
        width: 100%;
        margin: 0 auto;
    }
    section .ceo-wrap .ceo-l h6 {
        font-size: var(--font-size-cap1);
        color: var(--color-gray-40);
        font-weight: var(--font-weight-M);
        margin-bottom: 20px;
        margin-top: 0;
    }
    section .ceo-wrap .ceo-r {
        display: none;
    }
    section .ceo-wrap .ceo-l ul li:first-child {
        font-size: var(--font-size-cap1);
        font-weight: var(--font-weight-M);
        color: var(--color-primary-1);
    }
    section .ceo-wrap .ceo-text p {
        text-align: left;
        font-size: var(--font-size-cap1);
        color: var(--color-gray-40);
        margin-top: 52px;
    }
    section .ceo-wrap .ceo-name {
        position: relative;
    }
    section .ceo-wrap .ceo-name p {
        text-align: left;
        font-size: var(--font-size-cap1);
        color: var(--color-gray-40);
    }
    section .ceo-m span {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-color: var(--color-primary-1);
        border-radius: 50%;
        margin-left: 13px;
        margin-top: 70px;
    }
    section .ceo-wrap .ceo-name img {
        position: absolute;
        left: 18%;
        bottom: 0;
    }
    section h6 {
        font-size: var(--font-size-cap1);
        color: var(--color-gray-40);
        margin-bottom: 20px;
        font-weight: var(--font-weight-M);
    }
    section .vision-text {
        width: 100%;
        height: 140px;
        position: relative;
    }
    section .vision-text p {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        line-height: 140px;
        font-size: var(--font-size-cap1);
        color: var(--color-primary-1);
        font-weight: var(--font-weight-B);
    }
    section .vision-text .vision-bg p {
        content: '';
        font-size: 100px;
        position: absolute;
        top: 0;
        right: 0;
        color: var(--color-gray-99);
    }
    section .vision-wrap .vision-i {
        flex-basis: 26%;
    }
    section .vision-wrap p {
        margin-top: 17px;
        font-size: var(--font-size-cap1);
        color: var(--color-gray-40);
        font-weight: var(--font-weight-M);
    }
    section .vision-wrap .vision-i.ff {
        margin-right: 5.8%;
    }
    section .vision-wrap .vision-i.dd {
        margin-left: 5.8%;
    }
    .history-wrap img {
        display: none;
    }
    .history-wrap .h-line {
        left: 50.5%;
    }
    .history-wrap .history-r .history-t {
        position: absolute;
        top: 40%;
        left: 60%;
    }
}

/* 모바일 사이즈 */
@media only screen and (max-width:667px){
    section .ceo-wrap .ceo-name img {
        width: 69px;
        height: 55px;
        position: absolute;
        left: 30%;
        bottom: 0;
    }
    section h6 {
        font-size: var(--font-size-cap1);
        color: var(--color-gray-40);
        margin-bottom: 0;
        font-weight: var(--font-weight-M);
    }
    section .ceo-wrap .ceo-name img {
        position: absolute;
        left: 47%;
        bottom: 0;
    }
    section .vision-text {
        width: 100%;
        height: 24px;
    }
    section .vision-text p {
        width: 100%;
        margin-top: 27px;
        line-height: 24px;
        text-align: left;
        font-size: var(--font-size-cap1);
        color: var(--color-primary-1);
        font-weight: var(--font-weight-B);
    }
    section .vision-text .vision-bg p {
        display: none;
    }
    section .vision-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        margin-top: 17px;
    }
    section .vision-wrap .vision-i.ff {
        margin-right: 0;
    }
    section .vision-wrap .vision-i.dd {
        margin-left: 0;
    }
    section .vision-wrap .vision-i {
        padding-bottom: 20px;
    }
    section .vision-wrap .vision-i {
        flex-basis: 46%;
    }
    section .vision-wrap p {
        margin-top: 10px;
        font-size: var(--font-size-cap1);
        color: var(--color-gray-40);
        font-weight: var(--font-weight-M);
    }
    section .vision-wrap .vision-bottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .history-wrap {
        width: 100%;
        height: 820px;
        position: relative;
        margin-bottom: 122px;
    }
    .history-wrap .h-line {
        position: absolute;
        left: 1.4%;
        height: 800px;
    }
    .history-wrap .history-r {
        display: flex;
        width: 70%;
        height: 70px;
        position: relative;
        margin-bottom: 45px;
    }
    .history-wrap .history-r .fake {
        width: 40px;
        height: 14px;
        display: flex;
        margin: 0 auto;
        position: absolute;
        top: 25%;
        left: 0;
    }
    .history-wrap .history-r .fake div {
        width: 14px;
        height: 14px;
        background-color: var(--color-primary-1);
        border-radius: 50%;
    }
    .history-wrap .history-r .fake span {
        content: '';
        display: block;
        width: 60px;
        height: 2px;
        background-color: var(--color-primary-1);
        position: absolute;
        left: 14px;
        top: 6px;
    }
    .history-wrap .history-r .history-t {
        width: 70%;
        position: absolute;
        top: 20%;
        left: 25%;
        text-align: left;
    }
    .history-wrap .history-r .history-t p{
        font-size: var(--font-size-body3);
        color: var(--color-primary-1);
        margin-left: 30px;
    }
    .history-wrap .history-r .history-t p:last-child{
        color: var(--color-gray-50);
        font-size: var(--font-size-cap1);
    }
    .history-wrap .history-r .history-t p:first-child {
        margin-bottom: 10px;
        font-weight: var(--font-weight-B);
    }
    .history-wrap .history-r .history-t p:last-child{
        color: var(--color-gray-50);
    }
    .history-wrap .history-l {
        display: flex;
        width: 70%;
        height: 70px;
        position: relative;
        margin-bottom: 45px;
    }
    .history-wrap .history-l .fake {
        width: 70px;
        height: 14px;
        display: flex;
        margin: 0 auto;
        position: absolute;
        top: 25%;
        left: 0;
    }
    .history-wrap .history-l .fake div {
        width: 14px;
        height: 14px;
        background-color: var(--color-primary-1);
        border-radius: 50%;
    }
    .history-wrap .history-l .fake span {
        content: '';
        display: block;
        width: 57px;
        height: 2px;
        background-color: var(--color-primary-1);
        position: absolute;
        left: 14px;
        top: 6px;
    }
    .history-wrap .history-l .history-t {
        width: 70%;
        position: absolute;
        top: 20%;
        left: 25%;
        text-align: left;
    }
    .history-wrap .history-l .history-t p{
        font-size: var(--font-size-body3);
        color: var(--color-primary-1);
        margin-left: 30px;
    }
    .history-wrap .history-l .history-t p:last-child{
        color: var(--color-gray-50);
        font-size: var(--font-size-cap1);
    }
    .history-wrap .history-l .history-t p:first-child {
        margin-bottom: 10px;
        font-weight: var(--font-weight-B);
    }
    .history-wrap .history-l .history-t p:last-child{
        color: var(--color-gray-50);
    }
}