@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
iframe,
th,
td {
  /*  margin: 0;
    padding: 0;
    box-sizing: border-box;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
    font-weight: normal;
}

img,
fieldset,
iframe,
button {
    border: 0 none;
}

li {
    list-style: none;
}

button {
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
    cursor: pointer;
}

select:disabled {
    opacity: 1;
}

em,
u,
html,
body {
    font-size: 0;
    /* line-height: 0; */
    /* background-color: #fff; */
    font-family: "Pretendard", "Noto Sans KR", sans-serif !important;
}

.fontsize-init {
  font-size: initial;
}

.china * {
    font-family: "Noto Sans KR", sans-serif !important;
}

input {
    font-family: "Pretendard", "Noto Sans KR", sans-serif;
}
textarea, textarea::before, textarea::after,
input, input::before, input::after {
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

input:focus,
select:focus {
    outline: none;
}

input::placeholder,
select {
    color: #9199a3;
}

label {
    cursor: pointer;
}

::-webkit-scrollbar {
    display: none;
}

.hidden {
    display: none !important;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

textarea {
    width: 100%;
    box-sizing: border-box;
}

textarea:focus {
    outline: none;
}

/* Section 영역 */
section {
    position: relative;
}

/* Main 영역 */
.main {
    position: fixed;
    top: 0;
    width: 100%;
    /* z-index: -1; */
}

.main .main-background {
    overflow: hidden;
    height: 100%;
}

.main .main-background video {
    transform: scale(1.1);
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

/* ios 저전력모드 video 재생 버튼 숨김 */
.main .main-background video::-webkit-media-controls {
    display:none !important;
}
.main .main-background video::-webkit-media-controls-panel,
.main .main-background video::-webkit-media-controls-play-button,
.main .main-background video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
}

.main .middle-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    padding: 0 13.34%;
    bottom: 120px;
    color: #ffffff;
}

.main .middle-area .main-text {
    display: inline-block;
}

.main .middle-area .main-text span {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 125%;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
}

.main .middle-area .detail {
    float: right;
    margin-top: 95px;
    text-decoration: none;
    color: #fff;
}

.main .middle-area .detail span {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    cursor: pointer;
}

.main .detail::after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background-color: #ffffff;
    position: relative;
    bottom: -8px;
}

.main .detail:hover:after {
    /* width: 82px; */
    width: 100%;
    background-color: #ee312f;
    /* position: absolute; */
    transition: all 0.2s linear;
}

.overlay-sections {
    position: relative;
    z-index: 2;
    /* background-color: #ffffff; */
    width: 100%;
    /* height: 100vh; */
    margin-top: calc(100vh - 70px);
    /* padding-top: 100vh; */
}

.sub-section {
    z-index: 5;
    background-color: #ffffff;
}

.sub-section.on {
    display: block;
}

.second .esg-wrap {
    padding: 231px 0 0 0;
    background-color: #ffffff;
}

.second .service-wrap {
    padding: 195px 0 200px 0;
    background-color: #ffffff;
}

.second .news-wrap {
    background: #f7f8fa;
    padding: 150px 22px 200px;
}

.second .site-map-wrap {
    padding: 60px 0;
    background-color: #ffffff;
}

.backgroundFill {
    /* position: absolute; */
    /* background-color:#fff; */
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    will-change: width;
    min-width: 73.32%;
    max-width: 100vw;
}

.btn-scroll {
    display: none;
    position: fixed;
    bottom: 22px;
    right: 22px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 4;
}

.btn-scroll .scroll-wrap {
    position: relative;
    width: 36px;
    height: 36px;
}

.btn-scroll .scroll-wrap .top {
    position: absolute;
    background-image: url(/images/company/common/vector-top.png);
    width: 23.7px;
    height: 13px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 6px 6.14px;
    animation: arrowTopMove 3s infinite;
}

.btn-scroll .scroll-wrap .bottom {
    position: absolute;
    background-image: url(/images/company/common/vector-bottom.png);
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 30px;
    margin: 0 3px 6px;
    animation: arrowBottomMove 3s infinite;
}

@keyframes arrowTopMove {
    0% {
        top: 0px;
        opacity: 0;
    }

    50% {
        top: 10px;
        opacity: 1;
    }

    to {
        top: 0px;
        opacity: 0;
    }
}

@keyframes arrowBottomMove {
    0% {
        top: 12px;
    }

    50% {
        top: 22px;
    }

    to {
        top: 12px;
    }
}

.move-top,
.move-top-locked {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 4;
}

.move-top.is-stop {
    position: absolute;
    right: 20px;
}

.move-top-action .scroll-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.move-top .scroll-wrap .arrow-up {
    position: absolute;
    background-image: url(/images/company/common/move-top.png);
    width: 60px;
    height: 60px;
    display: block;
    /* background-size: contain; */
    background-repeat: no-repeat;
    /* margin: 12px 11px 12px 15px; */
}

.move-top-action .scroll-wrap .top {
    position: absolute;
    background-image: url(/images/company/common/move-top.png);
    width: 60px;
    height: 60px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin: 12px 15px 11px; */
}

.move-top-locked {
    bottom: 490px;
    display: block;
}

.hover {
    font-weight: 700;
    color: #747474;
}

.banner-left {
    position: absolute;
    left: 80px;
    top: calc(50% - 36px / 2);
    padding: 7.5px 0;
    opacity: 0.7;
    cursor: pointer;
}

.banner-left span,
.banner-right span {
    display: none;
}

.banner-left::before {
    content: "";
    background: url(/images/company/common/icon-banner-left-arrow.png);
    width: 10px;
    height: 18px;
    margin: 1px 19px 1px 13px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-left span {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #ffffff;
    float: right;
}

.banner-right {
    position: absolute;
    right: 80px;
    top: calc(50% - 36px / 2);
    padding: 7.5px 0;
    opacity: 0.7;
    cursor: pointer;
}

.banner-right::before {
    content: "";
    background: url(/images/company/common/icon-banner-left-arrow.png);
    transform: rotate(-180deg);
    width: 10px;
    height: 18px;
    margin: 1px 13px 1px 19px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-right span {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #ffffff;
    float: left;
}

.banner-left:hover,
.banner-right:hover {
    opacity: 1;
}

.banner-left:hover span,
.banner-right:hover span {
    display: block;
}

.to-move-top {
    animation: to-move-top 0.2s;
    -webkit-animation-fill-mode: forwards;
}

.to-move-bottom {
    animation: to-move-bottom 0.2s;
    -webkit-animation-fill-mode: forwards;
}

.banner-move-div {
    position: fixed;
    width: 100%;
    height: 80px;
    padding-top: 150px;
    background-color: #fff;
    top: 0;
    z-index: 5;
}

.banner-move-div .banner-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.banner-move-div .banner-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.banner-move-div .banner-wrapper .title-box {
    position: absolute;
    height: 39px;
    top: calc(50% - 39px / 2 + 0.5px);

    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: #ffffff;

    display: flex;
    align-items: center;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

/* 배너 서브메뉴 */
.banner-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
    background-color: #fff;
    /* padding-top: 20px; */
    /* padding-bottom: 16px; */

    /* 2023.05.04 배너 서브메뉴 배경 추가, 선 추가 */
    padding-top: 15px;
    padding-bottom:15px;
    /*border-bottom:1px solid #d0d0d0;*/
}
/* 2023.05.04 배너 서브메뉴 배경 추가, 선이 없을 경우 */
.banner-tab.banner-line-del{
    border-bottom:0;
}

.banner-tab li {
    height: 19px;
}

.banner-tab li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #747474;
    cursor: pointer;
}

.banner-tab .on span {
    font-weight: 700;
    color: #ee312f;
}

.move-banner-section .content-wrapper {
    padding-top: 120px;
}

.sub-wrap-area:not(:first-child) {
    margin-top: 170px;
    padding-top: 80px;
}

.sub-wrap-area:first-child {
    margin-top: 81px;
}

i.icon-pdf {
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(/images/company/common/icon-pdf.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

i.icon-excel {
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(/images/company/common/icon-excel.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

i.icon-file {
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(/images/company/common/icon-file.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

i.icon-doc {
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url(/images/company/common/icon-doc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

html,
body {
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* scroll-behavior: smooth; */
}

/* 2022-11-24 Top 버튼 신규 추가 */
.top-box {
    position: fixed;
    right:20px;
    bottom:20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    z-index: 90;
}

.top-box.show {
    opacity: 1;
    visibility: visible;
}

.btn-top {
    width: 60px;
    height: 60px;
    background: url(/images/company/common/move-top.png) no-repeat center / 100% auto;
    text-indent: -9999px;
}

@keyframes to-move-top {
    0% {
        padding-top: 150px;
    }

    100% {
        padding-top: 80px;
    }
}

@keyframes to-move-bottom {
    0% {
        padding-top: 80px;
    }

    100% {
        padding-top: 150px;
    }
}

/* 2022-12-01 신규 추가 */
.add-file.dev-fileArea {
    display: block;
    width: 80px;
    height: 32px;
    border: 1px solid #a2a5ad;
    background-color: transparent;
}

.add-file.dev-fileArea .gray-color {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #9d9d9d;
}

.notice-icon-area {
    display: flex;
}

.notice-icon-area .icon-att {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
    margin-right: 30px;
}

.file-box .notice-icon-area .icon-att {
    margin-right:0;
}

.notice-icon-area .icon-att:last-child {
    margin-right: 0px;
}

/* .notice-icon-area .icon-att::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    content: "";
    background-image: url(/images/company/common/icon-file.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 18px;
    height: 18px;
} */

.notice-icon-area .icon-att.file::before {
    background-image: url(/images/company/common/icon-file.png);
}

.notice-icon-area .icon-att.pdf::before {
    background-image: url(/images/company/common/icon-pdf.png);
}

.notice-icon-area .icon-att.excel::before,
.notice-icon-area .icon-att.xls::before,
.notice-icon-area .icon-att.xlsx::before {
    background-image: url(/images/company/common/icon-excel.png);
}

.notice-icon-area .icon-att.doc::before,
.notice-icon-area .icon-att.docx::before,
.notice-icon-area .icon-att.word::before {
    background-image: url(/images/company/common/icon-doc.png);
}

.notice-icon-area i {
    vertical-align: middle;
    margin-right: 10px;
}

.notice-icon-area .icon-att span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-decoration-line: underline;
    text-underline-position: under;
    color: #747474;
}

.file-box .del-btn {
   /* margin-left: 6px;*/
    width:40px;
    height: 18px;
    background: url(../../img/layout/del-btn.png) no-repeat center /18px;
    vertical-align: middle;
}

/* 2022-12-06 추가 */
.notice-box a[download] {
    display: inline-block;
    margin-right:3px;
    width:28px;
    height:28px;
    background: url(/images/company/ir/notice_download.png) no-repeat center / 100% auto;
    vertical-align: middle;
}

.notice-box a[download] img {
    display: none;
}

/* 자동완성 라이브러리 커스텀 | 2022-12-28 추가 */
.ac_results {
    padding: 5px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    font-size: initial;
    z-index: 1000;
}
.ac_results ul {
    max-height: 180px;
}
.ac_results ul li {
    display: block;
    margin-right: 4px;
    padding: 0 5px;
    width: 100%;
    min-height: 36px;
    color: #aeaeae;
    font: menu;
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
}
.ac_results ul li strong {
    color: #4D5359;
    font-weight: bold;
}
.ac_results .ac_over {
    background-color: #E4E7EB;
    border-radius: 2px;
}

@media (max-width: 1600px) {
    .main .middle-area .main-text span {
        /* font-size: 35px; */
    }

    .main .middle-area .detail span {
        /* font-size: 15px; */
    }

    .main .middle-area .detail {
        /* padding-top: 45px; */
    }

    .main .detail::after {
        bottom: -8px;
    }

    .main .detail:hover::after {
        /* width: 68px; */
        width: 100%;
    }

    .dim.on {
        /* background: rgba(0, 0, 0, 0.3); */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 10;
    }

    /* .prevent-scroll {
    margin-top: 0;
    padding-top: 100vh;
  } */
}

@media (min-width: 900px) and (max-width: 1050px) {
    .main .middle-area {
        left: 50%;
        padding: 0;
        max-width: 750px;
        transform: translateX(-50%);
    }

    .backgroundFill {
        min-width: 750px;
    }
}

@media (max-width: 1180px) {
    .header-line-section {
        margin-top: 0px !important;
    }

    .banner-move-div {
        padding-top: 140px;
    }

    @keyframes to-move-top {
        0% {
            padding-top: 140px;
        }

        100% {
            padding-top: 80px;
        }
    }

    @keyframes to-move-bottom {
        0% {
            padding-top: 60px;
        }

        100% {
            padding-top: 140px;
        }
    }
}

@media (max-width: 900px) {
    html,
    body {
        overflow: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
    }

    .main {
        /* position: absolute; */
        z-index: unset;
    }

    .main .middle-area {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        position: fixed;
        bottom: 120px;
        left: 22px;
        padding: 0;
        width: unset;
        z-index: 3;

        max-width: none;
        transform: translateX(0);
    }

    .main .middle-area .main-text {
        display: block;
        margin-bottom: 0px;
    }

    .main .middle-area .main-text span {
        font-style: normal;
        font-weight: 700;
        font-size: 34px;
        line-height: 130%;
    }

    .main .middle-area .detail {
        float: unset;
        padding: 0;
        z-index: 8;
        margin-top: 20px;
        /* width: 55px; */
        /* en 페이지에서 줄 넘김 현상 */
        height: 21px;
    }

    .main .middle-area .detail span {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 130%;
    }

    .main .detail::after {
        content: "";
        display: inline-block;
        height: 1px;
        /* width: 55px;  */
        width: 100%;
        /* en 모바일 페이지에서 줄넘김 현상 */
        background-color: #ffffff;
        bottom: -4px;
    }

    .main .detail:hover::after {
        /* width: 55px; */
        width: 100%;
        background-color: #fff;
        transition: none;
    }

    .second .esg-wrap {
        padding: 100px 0 0 0;
    }

    .second .news-wrap {
        padding: 80px 22px 110px;
    }

    .second .service-wrap {
        padding: 100px 0;
    }

    .service-wrap .page-title-wrap.service {
        margin-bottom: 40px;
    }

    /* .second .site-map-wrap {
    display: none;
  } */
    .btn-scroll {
        display: none;
    }

    .sub-section {
        display: block;
    }

    .overlay-sections {
        position: relative;
        z-index: 20;
        /* background-color: #ffffff; */
        width: 100%;
        /* height: 100vh; */
        margin-top: 0;
        margin-top: 100vh;
        padding-top: 0;
        /* tabs height 50px + margin-bottom 40px + padding-top 30px*/
        /* padding-top: calc(100vh); */
        /* overflow-y: scroll; */
        scroll-behavior: smooth;
    }

    .move-top,
    .move-top-locked {
        display: none;
        bottom: 16px;
        right: 20px;
        width: 42px;
        height: 42px;
    }

    .move-top {
        right: 13px;
        bottom: 13px;
    }

    .move-top-action .scroll-wrap {
        /* background: rgba(255, 255, 255, 0.9); */
    }

    .move-top-action .scroll-wrap .top {
        width: 42px;
        height: 42px;
        /* margin: 8px 9px 7px; */
        background-image: url(/images/company/common/mo-move-top.png);
    }

    .move-top.is-stop {
        bottom: 20px;
    }

    .backgroundFill {
        left: unset;
        -webkit-transform: unset;
        transform: unset;
        /* 모바일버전일시  고정px */
        width: 100vw !important;
    }

    .prevent-scroll {
        overflow: hidden;
    }

    .top-section {
        padding-top: 60px !important;
    }

    .banner-left {
        position: absolute;
        height: unset;
        left: 10px;
        top: calc(50% - 36px / 2);
        opacity: 0.5;
        cursor: pointer;
    }

    .banner-left span {
        display: none;
    }

    .banner-right {
        position: absolute;
        height: unset;
        right: 10px;
        top: calc(50% - 36px / 2);
        padding: 7.5px 0;
        opacity: 0.5;
        cursor: pointer;
    }

    .banner-right span {
        display: none;
    }

    .banner-left:hover,
    .banner-right:hover {
        opacity: 1;
    }

    .banner-left:hover span,
    .banner-right:hover span {
        display: none;
    }

    .header-line-section {
        margin-top: 60px !important;
    }

    .banner-move-div {
        height: 60px !important;
        padding-top: 120px;
    }

    .banner-move-div .banner-wrapper .title-box {
        font-weight: 500;
        font-size: 18px;
    }

    .to-move-top {
        animation: to-move-top 0.2s;
        -webkit-animation-fill-mode: forwards;
    }

    .to-move-bottom {
        animation: to-move-bottom 0.2s;
        -webkit-animation-fill-mode: forwards;
    }

    @keyframes to-move-top {
        0% {
            padding-top: 120px;
        }

        100% {
            padding-top: 60px;
        }
    }

    @keyframes to-move-bottom {
        0% {
            padding-top: 60px;
        }

        100% {
            padding-top: 120px;
        }
    }

    .banner-tab li {
        height: 17px;
    }

    .banner-tab li span {
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #9d9d9d;
        cursor: pointer;
    }

    .move-banner-section .content-wrapper {
        padding-top: 97px;
        padding-bottom: 120px;
    }

    .sub-wrap-area {
        margin-top: 100px;
    }

    .sub-wrap-area:first-child {
        margin-top: 43px;
    }

    .sub-wrap-area:not(:first-child) {
        margin-top: 66px;
        padding-top: 23px;
    }
    .gnb-border {
        border-bottom: 1px solid #d0d0d0;
    }

    .top-box {
        right: 12px;
        bottom:14px;
    }

    .btn-top {
        width:42px;
        height:42px;
        background: url(/images/company/common/mo-move-top.png) no-repeat center / 100% auto;
    }
}

#banner_online {
    height: 270px;
    width: 350px;
    border: 1px solid black;
    box-shadow: 3px 3px 7px 1px grey;
    background-color: white;
    z-index: 9999;
    margin-left: 14%;
    margin-top: 6%;
    display: none;
    position: fixed;
}
#banner_online h2 {
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
}

#banner_online p .second {
    margin-left: 6px;
}

.pop_content {
    font-size: 16px;
    margin-right: 20px;
    text-align: right;
}
   
#banner_online_how {
    height: 375px;
    width: 751px;
    margin-left: 28px;
    border: 1px solid #82bf77;
    margin-top: 22px;
}

#banner_online_how h3 {
    font-size: 12px;
    margin-left: 6px;
    margin-top: 16px;
}

#close_button {
    float: right;
    margin-top: -3px;
}

.p_bottom {
    margin-left: 30px;
}

#modal {
  position:fixed;
  width:100%;
  height:100%;
  background:rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}