@charset "utf-8";

/* ------------- esg ------------- */
.sub-esg-inner {
    width: 100%;
    /* height: 100vh; */
    max-width: var(--max-width);
    padding: var(--padding-pc);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.esg-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1000;
}
.esg-item-box {
    margin-bottom: 100px;
}
.esg-item {
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
}
.esg-item img {
    width: 633px;
    height: auto;
    border-radius: 54px;
    width: 30%;
    object-fit: cover;
}
.esg-desc-box {
    display: flex;
    width: 70%;
}
.esg-desc {
    width: 60%;
    padding: 50px;
}
.esg-mini-title {
    display: flex;
    margin-top: 70px;
}
.esg-mini-title h3 {
    font-size: var(--title-text-font);
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 50px;
}
.esg-mini-title h3:nth-of-type(2) {
    color: #00bbbb;
}
.esg-desc p {
    font-size: var(--md-font-size);
    line-height: 28px;
}
.esg-desc-box span {
    width: 40%;
    text-align: right;
}
.esg-desc-box .esg-e {
    width: 130px;
    margin-top: 100px;
}
.esg-desc-box .esg-s {
    width: 110px;
    margin-top: 100px;
    margin-right: 30px;
}

/*** 품질환경 경영방침 시작 ***/
.quality-wrap {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 150px;
}
.quality-text-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}
.quality-text-wrap p {
    font-weight: var(--font-bold-weight);
    font-size: var(--md-font-size);
}
.quality-text-wrap span {
    font-size: var(--md-font-size);
    font-weight: var(--font-light-weight);
}
.quality-text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.quality-text > p {
    width: 100%;
    font-size: var(--md-font-size);
    line-height: 28px;
    font-weight: var(--font-light-weight);
}
.quality-cont-wrap {
    width: 100%;
    height: 500px;
    display: flex;
    margin-top: 125px;
    justify-content: space-around;
}
.quality-img {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.quality-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

/** 품질환경 넘버링 시작**/
.quality-text-num-total {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.quality-text-num-wrap {
    width: 100%;
    margin-bottom: 20px;
}
.quality-text-num {
    width: 100%;
    display: flex;
}
.quality-text-num-round {
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    border-radius: 50px;
}
.quality-text-num-round p {
    text-align: center;
    line-height: 20px;
    font-size: var(--sub-sub-font);
    font-weight: var(--font-bold-weight);
    color: var(--white);
}
.quality-text-cont {
    padding-left: 20px;
    font-size: var(--text-font);
    font-weight: var(--font-light-weight);
}

/*** 윤리경영 시작 ***/
/*** 품질환경 경영방침 시작 ***/
.ethic-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    margin-bottom: 200px;
}
.ethic-text-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}
.ethic-text-wrap p {
    font-weight: var(--font-bold-weight);
    font-size: var(--md-font-size);
}
.ethic-text-wrap span {
    font-size: var(--md-font-size);
    font-weight: var(--font-light-weight);
}
.ethic-text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.ethic-text > p {
    width: 100%;
    font-size: var(--md-font-size);
    line-height: 28px;
    font-weight: var(--font-light-weight);
}
.ethic-cont-wrap {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.ethic-img {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.ethic-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
/** 윤리 넘버링 시작**/
.ethic-text-num-total2 {
    width: 100%;
    height: 390px;
    margin-top: 50px;
}
.ethic-text-num-wrap2 {
    width: 100%;
}
.ethic-text-num2 {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.ethic-text-num-round2 {
    width: 35%;
    display: flex;
}
.ethic-text-num-round2 > p {
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    line-height: 20px;
    text-align: center;
    font-size: var(--md-font-size);
    font-weight: var(--font-light-weight);
    color: var(--white);
    border-radius: 50px;
}
.ethic-text-num-round2 > span {
    font-size: var(--md-font-size);
    font-weight: var(--font-bold-weight);
    padding-left: 20px;
}
.ethic-text-cont2 {
    font-size: var(--md-font-size);
    font-weight: var(--font-light-weight);
}
/** 안전보건 시작 **/
.safe-wrap {
    width: 100%;
    height: 823px;
    margin: 0 auto;
}
.safe-text-wrap {
    width: 100%;
    height: 117px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}
.safe-text-wrap p {
    font-weight: var(--font-bold-weight);
    font-size: var(--title-font);
}
.safe-text-wrap span {
    font-size: var(--text-font);
    font-weight: var(--font-light-weight);
}
.safe-text {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.safe-text > p {
    width: 100%;
    font-size: var(--text-font);
    line-height: 28px;
    font-weight: var(--font-light-weight);
}
.safe-cont-wrap {
    width: 100%;
    height: 500px;
    display: flex;
    margin-top: 125px;
    justify-content: space-around;
}
.safe-img {
    width: 30%;
    height: 695px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.safe-img img {
    width: 100%;
    height: 447px;
    object-fit: cover;
    border-radius: 50px;
}
/** 안전 넘버링 시작**/
.safe-text-num-total {
    width: 100%;
    height: 297px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.safe-text-num-wrap {
    width: 100%;
    height: 20px;
}
.safe-text-num {
    width: 100%;
    height: 20px;
    display: flex;
}
.safe-text-num-round {
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    border-radius: 50px;
}
.safe-text-num-round p {
    text-align: center;
    line-height: 20px;
    font-size: var(--sub-sub-font);
    font-weight: var(--font-bold-weight);
    color: var(--white);
}
.safe-text-cont {
    padding-left: 20px;
    font-size: var(--text-font);
    font-weight: var(--font-light-weight);
}

/*** ceo 사인 부분 시작***/
.sign-wrap {
    width: 100%;
    height: 185px;
}
.sign-wrap table {
    width: 100%;
    border-top: 1px solid var(--gray-color-1);
    display: flex;

    justify-content: center;
}
.sign-wrap table td {
    padding: 20px 0;
    align-items: center;
    text-align: center;
    font-size: var(--text-font);
}
.sign-space {
    width: 100%;
    display: flex;
}
.hwabaek-logo-sign {
    padding-right: 50px;
}
.sign-space > p {
    line-height: 50px;
    font-size: var(--text-font);
}
.ceo-sign {
    padding-left: 10px;
}
/** sub 1_1_4_2 시작 **/

.esg-result-wrap {
    width: 100%;
    padding: 50px 0;
}
.title-wrap {
    width: 100%;
    font-size: var(--title-font);
}
.title-wrap > p {
    width: 100%;
    font-size: var(--title-font);
    position: relative;
    z-index: 1000;
    color: var(--black);
}
.title-box-wrap2 {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*esg 성과 아이콘 시작*/
.esg-icon-box-wrap {
    width: 100%;
    max-width: 1590px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    align-items: center;
    padding: 100px 0;
}
.esg-icon-box:nth-child(2) {
    width: 30%;
    display: flex;
    justify-content: center;
}
.gray-round {
    width: 186px;
    height: 186px;
    background-color: var(--gray-color-1);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gray-round-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gray-round-wrap span {
    width: 100%;
    text-align: center;
    font-size: var(--md-font-size);
    font-weight: var(--font-bold-weight);
    color: var(--main-color);
    padding-top: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.gray-round-wrap p {
    text-align: center;

    font-size: var(--md-font-size);
    font-weight: var(--font-bold-weight);
    color: var(--main-color);
}

/*** esg 활동 시작 ***/
.sub-page-inner-wrap {
}
.esg-activity-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.esg-activity-title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.esg-activity-title {
    font-size: var(--title-font);
    font-weight: var(--font-bold-weight);
}
.esg-activity-sub {
    width: 100%;
    font-size: var(--text-font);
    line-height: 28px;
    font-weight: var(--font-light-weight);
}
.esg-activity-cont-wrap {
    width: 100%;
    margin-top: 187px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
}
.activity-wrap {
    width: 100%;
    display: flex;
}
.activity-imgs {
    width: 50%;
    height: 100%;
    object-fit: cover;
}
.activity-imgs img {
    width: 100%;
}
.activity-text {
    width: 50%;
    height: 432px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.activity-text p {
    font-size: var(--title-text-font);
    font-weight: var(--font-bold-weight);
    margin-bottom: 26px;
}
.activity-text span {
    line-height: 36px;
    font-size: var(--md-font-size);
}

/********* 문의하기 페이지 css *********/
.add-contact {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 38px;
}
.add-contact > p {
    font-size: var(--text-font);
    font-weight: var(--font-light-weight);
    margin-right: 20px;
}
.add-contact > span {
    font-size: var(--text-font);
    font-weight: var(--font-light-weight);
    margin-right: 20px;
}

/** 메일 전송 css **/
/* 메인6랩 */
.main6-wrap_2_2 {
    width: 100%;
    max-width: var(--max-width);
    padding: var(--padding-pc);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: var(--title-font);
    color: var(--white);
}
.mailing_2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
}
.mailing_2 > p {
    color: var(--black);
    font-size: var(--sub-sub-text);
}
.mailing_2 > form {
    width: 70%;
    height: 80%;
    font-size: var(--sub-text);
}
.name_2 {
    width: 100%;
    height: 55px;
    border-radius: 30px;
    border: none;
    background-color: var(--gray-color-3);
    box-shadow: none;
    color: #14141483;
    padding-left: 20px;
}

.input-box1_2 {
    width: 100%;
}
.input-box1_2 > p {
    margin: 0 0 10px 30px;
    font-size: var(--text-font);
    color: var(--black);
}
.input-box2_2 {
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.input-box2_2 > div > p {
    margin: 10px 0 10px 30px;
}
.input-box2-1_2 {
    width: 48%;
}
.input-box2-2_2 {
    width: 48%;
}
.input-box3_2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.input-box3-1_2 {
    width: 48%;
    height: 100%;
}
.input-box3-2_2 {
    width: 48%;
}
.input-box3_2 > div > p {
    margin: 25px 0 10px 30px;
    color: var(--black);
}
.input-box4_2 {
    width: 100%;
    height: 300px;
    margin-top: 18px;
}
.input-box4_2 > p {
    margin: 0 0 10px 30px;
    color: var(--black);
    font-size: var();
}
.text-tile_2 {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    background-color: var(--gray-color-3);
    padding: 30px;
    color: var(--black);
}
::placeholder {
    color: var(--white-opacity2);
    font-size: var(--sub-sub-text);
    text-align: start;
    vertical-align: top;
    color: inherit;
}
.file_add {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: end;
    margin-top: 30px;
}
.add-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.addfile-wrap {
    width: 10%;
}
.addfile-1 {
    width: 100%;
    font-size: var(--sub-sub-font);
    text-align: center;
    line-height: 58px;
}
.file-upload-wrap {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.file-input {
    display: none; /* 기본 input 숨김 */
}

.file-label {
    width: 10%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    line-height: 30px;
    font-size: var(--text-font);
    color: var(--black);
}
.file-label p {
    width: 100%;
    height: 100%;
    color: inherit;
}

.file-label:hover {
    background: var(--main-color);
    transition: 0.5s;
    color: white;
}

.file-name {
    width: 89%;
    font-size: 14px;
    color: #555;
    background-color: var(--gray-color-3);
    border-radius: 30px;
}
.file-name p {
    margin-left: 20px;
    line-height: 60px;
}
/* 전송버튼 */
.send-btn_2 {
    width: 100%;
    display: block;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    background-color: var(--black);
    line-height: var(--text-font);
}
.submit_2 {
    width: 15%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid var(--white);
    background-color: #202020;
    color: var(--white);
    font-size: var(--text-font);
}
.submit_2:hover {
    background-color: var(--main-color);
    transition: 0.5s;
}
label {
    all: unset;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: 500;
    cursor: pointer;
    border-radius: 10px;
    transition: opacity linear 0.1s;
}
.direction-title-wrap {
    width: 100%;
    height: 117px;
    text-align: center;
}
.title-font-size {
    font-size: 60px;
    font-weight: 600;
}
.subtitle-font-size {
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
}
.direction-cont-wrap {
    width: 100%;
    height: 630px;
}
.direction-01 {
    width: 100%;
    height: 800px;
}
.direction-01 iframe {
    width: 100%;
    border-radius: 50px;
}
.direction-01 p {
    width: 100%;
    height: 142px;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address01 p {
    font-size: var(--text-font);
    font-weight: var(--font-light-weight);
}
.address01 span {
    font-size: var(--text-font);
    font-weight: var(--font-light-weight);
}
.address01 {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.direction-02 {
    width: 100%;
    height: 600px;
}
.map-title-text p {
    font-size: 60px;
    font-weight: 600;
    text-align: center;
}
.map-title-text > span {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    font-size: 20px;
    margin-top: 30px;
}
.quality-text-num-round {
}
.quality-text-num-round {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--sub-sub-font);
    font-weight: var(--font-bold-weight);
    color: var(--white);
}
