﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #000000;
}

.gnb-list ul li a {
    font-weight: 500;
}
.tit-sub {
    font-weight: 700 !important;
}
.header-sub-new {
    position: relative;
    background: url(../img/new/bg-new-top.png) no-repeat 0 0;
    background-size: cover;
    min-height: 400px;
}
.header-sub-new2 {
    position: relative;
    background: url(../img/new/bg-new-top2.png) no-repeat 0 0;
    background-size: cover;
    min-height: 400px;
}
.header-sub-new3 {
    position: relative;
    background: url(../img/new/bg-new-top3.png) no-repeat 0 0;
    background-size: cover;
    min-height: 400px;
}
.sub-snb-wrap .container {
    padding: 20px !important;
}
/*microduct 수정*/
.card-wrap {
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.card-wrap .card-bx {
    width: calc(33.3% - 30px);
    border: solid 1px #cccccc;
    border-top-right-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 30px;
}
.card-wrap .card-bx:last-child {
    margin-right: 0;
}
.card-wrap .card-bx:hover {
    border: solid 1px #fe6700;
}
.card-wrap .card-bx h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px;
    margin-top: 20px;
}
.card-wrap .card-bx:hover h2 {
    color: #fe6700;
}
.card-wrap .card-bx h2 span {
    display: block;
    border-bottom: solid 2px #fe6700;
    margin: 10px 0;
    width: 20px;
}
.card-wrap .card-bx p {
    padding: 20px;
}
.card-wrap .card-bx .card-img {
    background-size: contain;
    background-position: center right;
    height: 200px;
    background-repeat: no-repeat;
}
.graybx-txt {
    font-size: 16px;
    line-height: 1.4;
}
.graybx-txt strong {
    font-weight: 600;
    font-size: 1.2rem;
}
.flex-1 {
    flex: 1;
}
@media (max-width: 1023px) {
    .card-wrap {
        flex-wrap: wrap;
    }
    .card-wrap .card-bx {
        width: 100%;
        margin-right: 0;
    }
}

/*sustainabiliy생성*/
.new-text-bx h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 60px;
    letter-spacing: -2px;
    color: #333;
}
.new-text-bx h2 span {
    display: block;
    border-bottom: solid 5px #fe6700;
    margin: 10px 0;
    width: 30px;
}
.new-text-bx .new-text-list .list-tit {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 40px;
}
.new-text-bx .new-text-list p {
    line-height: 1.4;
    border-bottom: dashed 1px #cccccc;
    padding-bottom: 40px;
}
.new-text-bx .new-text-list {
    position: relative;
    padding-left: 270px;
}
.new-text-bx .new-text-list .list-abs-img {
    position: absolute;
    left: 0;
    top: 10px;
}
.new-text-bx .new-text-list .list-abs-img img {
    width: 200px;
}
.new-sub-full {
    width: 100%;
    position: relative;
}
.new-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-attachment: fixed;
}
.new-text-img {
    display: flex;
    background-color: #f5f5f5;
    border-radius: 10px;
    border: solid 1px #cccccc;
    margin-bottom: 40px;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between;
}
.new-text-img .abs-img {
    width: 25%;
}
.new-text-img .left-tit {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -1px;
    width: 70%;
}
.new-text-icon-con {
    padding: 40px;
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}
.new-text-icon-con .ntx-icon-bx {
    border: solid 1px #dddddd;
    display: flex;
    width: 50%;
    box-sizing: border-box;
    border-left: #fe6700 5px solid;
    padding: 20px;
}
.new-text-icon-con .ntx-icon-bx .ntx-icon {
    width: 100px;
    margin-right: 20px;
}
.new-text-icon-con .ntx-icon-bx .ntx-icon img {
    width: 80px;
}
.new-text-icon-con .ntx-icon-bx .ntxt-txt {
    line-height: 1.5;
}
.new-text-icon-con .ntx-icon-bx .gray-txt {
    color: #777777;
    padding-top: 20px;
}

@media (max-width: 640px) {
    .new-text-bx .new-text-list .list-abs-img {
        position: relative;
        text-align: center;
        left: unset;
        top: unset;
    }
    .new-text-bx .new-text-list {
        padding-left: unset;
    }
    .new-text-bx h2 {
        font-size: 24px !important;
    }
}

/*신규페이지 생성*/
.new-sub-con h2 {
    font-size: 28px;
    line-height: 1.5;
    color: #fe6700;
    margin-bottom: 40px;
    margin-top: 60px;
    letter-spacing: -1px;
}
.new-sub-con-bx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.new-sub-con-bx .nsc-txt {
    width: 70%;
}
.new-sub-con-bx .nsc-txt strong {
    font-weight: 600;
}
.new-sub-con-bx .nsc-img {
    width: 300px;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}
.new-sub-con-bx .nsc-img img {
    width: 100%;
}
.new-sub-con-line {
    border-top: dashed 1px #cccccc;
    padding-top: 40px;
}
.new-single-img img {
    width: 35%;
}
.new-table {
    position: relative;
    width: 100%;
}
.new-table tbody tr th {
    text-align: center;
    padding: 5px;
    background-color: #19376c;
    color: #ffffff;
    border-bottom: solid 1px #597098;
    border-right: solid 1px #597098;
    font-size: 14px;
}
.new-table tbody tr th:last-child {
    border-right: none;
    border-bottom: none;
}
.new-table tbody tr td {
    text-align: center;
    padding: 5px;
    border-bottom: solid 1px #597098;
    border-right: solid 1px #597098;
    font-size: 14px;
}
.tbl-line-top {
    border-top: solid 1px #597098;
}
.con-list ul {
    display: flex;
    flex-direction: row;
}
.con-list ul li {
    flex: 1;
    text-align: center;
}
.con-list img {
    width: 80%;
}
.con-list ul li strong {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.con-list ul li span {
    display: block;
    margin-top: 10px;
}

.new-sub-two-con {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 40px;
}
.new-sub-two-con .sub-two-bx {
    flex: 1;
}
.new-sub-two-con .sub-two-bx h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #fe6700;
    margin-bottom: 40px;
    margin-top: 60px;
}
.new-sub-two-con .sub-two-bx img {
    width: 100%;
}

.ter-box {
    padding-top: 60px;
    margin-top: 60px;
    background-color: #f1f1f1;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}
.ter-box-tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.ter-box .ter-box-bx {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    border: solid 1px #c9c9c9;
}
.ter-box .ter-box-bx .ter-box-img {
    text-align: center;
}
.ter-box .ter-box-bx .ter-box-img img {
    width: 80%;
}
.ter-box-wrap {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.ter-box-bx strong {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box-two-con {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    gap: 40px;
    margin-bottom: 60px;
}
.box-two-con .box-two-left {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.ter-two-img {
    display: flex;
    flex-direction: row;
}
@media (max-width: 1024px) {
    .box-two-con {
        flex-direction: column;
    }
    .box-two-con .box-two-left {
        width: 100%;
    }
    .ter-two-img {
        flex-direction: column;
    }
    .new-sub-two-con {
        flex-direction: column;
    }
    .ter-box-wrap {
        flex-direction: column;
    }
    .table-scroll {
        overflow-x: auto;
    }
    .new-sub-con-bx {
        flex-direction: column;
    }
    .new-sub-con-bx .nsc-img {
        margin-top: 10px;
    }
    .new-sub-con-bx .nsc-txt {
        width: 100%;
    }
    .new-sub-con-bx .nsc-img {
        width: unset;
    }
}

@media (max-width: 640px) {
    .con-list ul {
        flex-direction: column;
    }
    .con-list ul li {
        margin-bottom: 40px;
    }
    .con-list img {
        width: 60%;
    }
    .new-single-img img {
        width: 80%;
    }
}
.new-contnets {
    position: relative;
}
.img100 {
    width: 100%;
}
.new-contnets strong {
    font-weight: 600;
}
.new-contnets p {
    display: block;
    margin-bottom: 20px;
}

/*3뎁스 메뉴 추가*/
.gnb-2depth {
    position: relative;
}
.gnb-3depth {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    background-color: white;
    border: 1px solid #ccc;
    height: 100%;
}
.submenu:hover .gnb-3depth {
    display: block;
}

/**/
.new-sub-bgcon {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 150px 0;
}
.new-card-box .new-card {
    background-color: rgb(22 48 96 / 92%);
}

.new-card-box .new-card .card-tit {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding: 20px;
}
.new-card-box {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.new-card-box .new-card {
    width: 25%;
    cursor: pointer;
}
.new-card-box .card-img img {
    width: 100%;
    transition: transform 0.5s ease;
}
.new-card-box .card-img img:hover {
    transform: scale(1.1);
}
a.card-more-btn {
    font-size: 15px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    border: solid 1px #fff;
    margin-left: 20px;
    display: inline-block;
}
a.card-more-btn:hover {
    color: #fe6700;
    border: solid 1px #fe6700;
}
@media (max-width: 1024px) {
    .new-card-box .new-card {
        width: calc(50% - 20px);
    }
    .new-card-box {
        flex-wrap: wrap;
    }
}
@media (max-width: 1024px) {
    .new-card-box .new-card {
        width: 100%;
    }
}

/*MAP*/
.map-box {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 100px;
    border: dashed 1px #cccccc;
    padding: 40px;
}
.map-box .map-box-img {
    display: block;
    clear: both;
    position: relative;
}
.map-box .map-box-img img {
    width: 100%;
}
.map-box .map-box-tit {
    font-size: 38px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-top: 20px;
}
.map-box .map-box-txt {
    margin-bottom: 40px;
}
.map-box .map-box-txt strong {
    font-weight: 600;
}
.map-box .map-box-stit {
    font-size: 28px;
    font-weight: 600;
    display: block;
    letter-spacing: -1px;
}
.map-box .map-box-sbx {
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.map-box .map-box-sbx span {
    display: inline-block;
    margin-right: 20px;
}
@media (max-width: 640px) {
    .map-box .map-box-tit {
        font-size: 28px;
    }
    .map-box .map-box-stit {
        font-size: 22px;
    }
    .map-box {
        margin-bottom: 60px;
        padding-bottom: 60px;
        border: dashed 1px #cccccc;
        padding: 20px;
    }
}

/*메인*/
.new-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
}
.new-slide,
.overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}
.new-slide {
    background-size: cover;
    background-position: center;
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
    opacity: 0;
    transform: scale(1.1);
}
.new-slide.active {
    opacity: 1;
    transform: scale(1);
    z-index: 9;
}
.overlay {
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.new-heading,
.new-subtitle,
.new-substit,
.main-slider-btn {
    /*position:absolute;left:50%;transform:translateX(-50%);*/
    opacity: 0;
    transition: opacity 3s ease-in-out;
}

.new-main-con {
    width: 1392px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.new-main-con .new-heading {
    text-align: left;
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 70px;
}
.new-main-con .new-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -1px;
    line-height: 38px;
    margin-top: 20px;
}
.new-main-con .new-substit {
    font-size: 16px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.5;
    margin-top: 10px;
}
.new-main-box {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.new-main-box .new-tit-box {
    width: 1392px;
    margin: 0 auto;
}
.new-main-box span {
    width: 50px;
    height: 4px;
    background-color: #ed6c0e;
    margin-bottom: 20px;
    display: inline-block;
}
.new-main-box .new-bg-tit {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 600;
}
.new-main-box .new-main-txt {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.new-btn-more {
    font-size: 18px;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    text-align: center;
    color: #ed6c0e;
    display: inline-block;
    background-color: #ffffff;
}
.new-btn-more:hover {
    color: #ffffff;
    border: #ed6c0e solid 1px;
    background-color: #ed6c0e;
}
.new-btn-more2 {
    font-size: 18px;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 50px;
    border: solid 1px #19376c;
    text-align: center;
    color: #19376c;
    display: inline-block;
}
.new-btn-more2:hover {
    color: #ed6c0e;
    border: #ed6c0e solid 1px;
}
.new-btn-more3 {
    font-size: 18px;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    text-align: center;
    color: #ed6c0e;
    display: inline-block;
    background-color: #ffffff;
}
.new-btn-more3 .new-main-txt {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.new-btn-more3:hover {
    color: #ffffff;
    border: #ffffff solid 1px;
    background-color: transparent;
}
.new-btn-more4 {
    font-size: 18px;
    font-weight: 500;
    padding: 3px 20px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    text-align: center;
    color: #232323;
    display: inline-block;
    background-color: #ffffff;
}
.new-btn-more4:hover {
    color: #ffffff;
    border: #232323 solid 1px;
    background-color: #232323;
}

.animated-text {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s, transform 1s; /* Controlled by CSS initially turned off */
}
.animated-text.visible {
    opacity: 1;
    transform: translateX(0);
}
.new-main-map {
    width: 100%;
    height: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.new-map-con {
    width: 1392px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding-top: 80px;
}
.new-main-map .new-map-tit {
    color: #19376c;
    font-size: 48px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 20px;
}

.new-main-box2 {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.new-contan {
    width: 1392px;
    margin: auto;
}
.new-contan .new-main-right-tit {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 20px;
}
.new-contan .new-main-right-txt {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: right;
}
.text-right {
    text-align: right;
}
.new-main-box3 {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.new-main-box3-tit {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 50px;
}
.new-main-box4 {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}
.new-main-box4-tit {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 50px;
}
.new-main-box4-txt {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.main-slider-btn {
    font-size: 18px;
    font-weight: 500;
    padding: 3px;
    margin-top: 20px;
    width: 80px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    text-align: center;
    color: #ed6c0e;
    display: inline-block;
    background-color: #ffffff;
    text-align: center;
    z-index: 20;
    position: relative;
}
.main-slider-btn:hover {
    color: #ffffff;
    border: #ed6c0e solid 1px;
    background-color: #ed6c0e;
}
@media (max-width: 1400px) {
    .new-main-con {
        width: 100%;
        padding: 0 40px;
    }
    .new-main-con .new-heading {
        font-size: 58px;
        line-height: 60px;
    }
    .new-main-box .new-tit-box {
        width: 100%;
        padding: 0 40px;
    }
    .new-map-con {
        width: 100%;
        padding: 80px 40px;
    }
    .new-contan {
        width: 100%;
        padding: 0 40px;
    }
}
@media (max-width: 1024px) {
    .new-main-con .new-heading {
        font-size: 45px;
        line-height: 50px;
    }
    .new-main-box .new-tit-box {
        width: 100%;
        padding: 0 40px;
    }
    .new-main-box .new-main-txt br {
        display: none;
    }
    .new-btn-more3 .new-main-txt br {
        display: none;
    }
    .new-contan .new-main-right-txt br {
        display: none;
    }
    .new-main-con .new-subtitle br {
        display: none;
    }
}
@media (max-width: 640px) {
    .new-main-con .new-heading {
        font-size: 30px;
        line-height: 32px;
    }
    .new-main-con .new-substit {
        display: none;
    }
    .new-main-con .new-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-top: 5px;
    }
    .new-main-box .new-bg-tit {
        font-size: 36px;
        line-height: 38px;
    }
    .new-main-box .new-tit-box {
        width: 100%;
        padding: 0 20px;
    }
    .new-map-con {
        width: 100%;
        padding: 60px 20px;
        align-items: center;
    }
    .new-main-map .new-map-tit {
        font-size: 36px;
        text-align: center;
    }
    .new-main-map {
        height: 200px;
    }
    .new-contan {
        width: 100%;
        padding: 0 20px;
    }
    .new-contan .new-main-right-tit {
        font-size: 36px;
    }
    .new-main-box3,
    .new-main-box4 {
        height: 300px;
    }
    .new-main-box3-tit {
        font-size: 36px;
        line-height: 38px;
    }
    .new-main-box4-tit {
        font-size: 36px;
        line-height: 38px;
    }
}

/*메인슬라이드도트추가*/
.new-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 11;
}
.new-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background-color: rgb(187 187 187 / 80%);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}
.new-dot.active {
    background-color: #fff;
    width: 32px;
    border-radius: 10px;
}

/*0622new page*/
.new-tit-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    border: solid 1px #cccccc;
}
.new-tit-banner .tit-banner-txt {
    font-size: 40px;
    color: #000;
    font-weight: bold;
    text-align: left;
    padding: 0px 60px;
    z-index: 1;
}
.new-tit-banner .tit-banner-img {
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
}
.new-tit-banner .tit-banner-img img {
    height: 100%;
}
.tit-banner-txt span {
    display: block;
    border-bottom: solid 4px #fe6700;
    margin: 10px 0;
    width: 40px;
}
@media (max-width: 1024px) {
    .new-tit-banner {
        height: 150px;
    }
    .new-tit-banner .tit-banner-img {
        height: 150px;
    }
    .new-tit-banner .tit-banner-txt {
        font-size: 24px;
        padding: 0px 40px;
        line-height: 1.2;
        text-shadow: 3px 3px 10px white;
    }
}

.new-mixbx {
    position: relative;
    margin-top: 60px;
}
.new-mixbx .new-mix-left h2 {
    font-size: 28px;
    color: #fe6700;
    font-weight: 600;
    letter-spacing: -1px;
}
.new-mixbx .new-mix-left {
    position: absolute;
    top: 20px;
    left: 0;
}
.new-mixbx .new-mix-left img {
    width: 100%;
    max-width: 400px;
}
.new-mixbx .new-mix-right {
    width: 100%;
    padding-left: 500px;
}
.new-mixbx .mix-right-mix {
    display: flex;
    flex-direction: row;
}
.new-mix-right .mix-right-mix .mix-info {
    flex: 1;
}
.new-mix-right .mix-right-mix .mix-imgs {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.new-mix-right .mix-right-txt {
    margin-bottom: 20px;
}
.mix-right-mix .mix-info strong {
    font-weight: bold;
    display: block;
}
.mix-right-mix .mix-imgs p {
    text-align: center;
    font-weight: bold;
}
.mix-right-mix .mix-imgs span {
    font-weight: bold;
}
.new-mix-right .mix-tbl {
    margin-top: 40px;
}
.tbl-left-boder {
    border-left: solid 1px #597098;
}
.bd40 {
    border-bottom: solid 1px #ccc;
    padding-bottom: 60px;
}
@media (max-width: 1024px) {
    .new-mixbx .new-mix-left {
        position: static;
    }
    .new-mixbx .new-mix-right {
        width: 100%;
        padding-left: 0px;
    }
    .new-mixbx .mix-right-mix {
        display: flex;
        flex-direction: column;
    }
    .new-mix-right .mix-right-mix .mix-imgs {
        margin-top: 20px;
    }
}

.new-box-list {
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.new-box-list .box-img {
    background-size: contain;
    background-position: center right;
    height: 210px;
    background-repeat: no-repeat;
    background-color: #eeeeee;
}
.new-box-list .box-list-con {
    flex: 1;
    border: solid 1px #cccccc;
    border-top-right-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 60px;
    margin-right: 60px;
}
.new-box-list .box-list-con:hover {
    border: 1px solid #fe6700;
}
.new-box-list .box-list-con a:hover {
    color: #fe6700;
}
.new-box-list .box-list-con:last-child {
    margin-right: 0;
}
.new-box-list .box-list-con h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 1.2;
}
.new-box-list .box-list-con h2 span {
    display: block;
    border-bottom: solid 2px #fe6700;
    margin: 10px 0;
    width: 20px;
}
.new-box-list .box-list-con p {
    padding: 0 20px 20px;
}
.new-box-list.two-box {
    width: 50%;
    margin: auto;
}
@media (max-width: 1024px) {
    .new-box-list {
        flex-direction: column;
    }
    .new-box-list .box-list-con {
        width: 100%;
    }
    .new-box-list .box-img {
        background-size: contain;
        background-position: top right;
    }
    .new-box-list.two-box {
        width: 100%;
        margin: auto;
    }
}
.ss-titles {
    font-size: 18px;
}
.ss-titles strong {
    font-weight: bold;
}

/*0625추가*/
.nsc-txt-h {
    font-size: 22px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.new-sub-con-bx .nsc-img2 {
    width: 350px;
    text-align: center;
    overflow: hidden;
}
.new-sub-con-bx .nsc-img2 img {
    width: 100%;
}
.new-sub-con-bx2 .con-txt-bx strong {
    font-weight: bold;
}
.new-sub-con-bx2 .con-img-bx {
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
}
.con-img-bx .con-img-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.con-img-bx .con-img-flex img {
    width: 100%;
}
@media (max-width: 1024px) {
    .new-sub-con-bx .nsc-img2 {
        width: 100%;
    }
    .new-sub-con-bx2 .con-img-bx {
        flex-direction: column;
        gap: 20px;
    }
}

/*이미지크기제어*/
.mx1000 {
    width: 1000px;
    margin: auto;
}
.mx1000 img {
    width: 100%;
}
@media (max-width: 1024px) {
    .mx1000 {
        width: 100%;
        margin: auto;
    }
}
.wdmx50 {
    width: 50%;
    margin: auto;
}
.wdmx70 {
    width: 70%;
    margin: auto;
}
.wdmx80 {
    width: 80%;
    margin: auto;
}
.wdmx50 img,
.wdmx70 img,
.wdmx80 img {
    width: 100%;
}
@media (max-width: 1024px) {
    .wdmx50,
    .wdmx70,
    .wdmx80 {
        width: 100%;
    }
}

.new-thum-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.new-thum-list .new-thum-con {
    flex: 1 1 calc(33.3% - 60px);
    max-width: calc(33.3% - 60px);
    border: solid 1px #cccccc;
    border-top-right-radius: 50px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 60px;
    margin-right: 60px;
}
.new-thum-list .new-thum-con h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    line-height: 1.2;
}
.new-thum-list .new-thum-con h2 span {
    display: block;
    border-bottom: solid 2px #fe6700;
    margin: 10px 0;
    width: 20px;
}
.new-thum-list .new-thum-con p {
    padding: 0 20px 20px 20px;
}
.new-thum-list .new-thum-con .thum-img {
    background-size: contain;
    background-position: top right;
    height: 210px;
    background-repeat: no-repeat;
    background-color: #eeeeee;
}
.new-thum-list .new-thum-con:hover {
    border: 1px solid #fe6700;
}
.new-thum-list .new-thum-con a:hover {
    color: #fe6700;
}
.justify-center {
    justify-content: center !important;
}
@media (max-width: 1024px) {
    .new-thum-list {
        flex-direction: column;
    }
    .new-thum-list .new-thum-con {
        max-width: 100%;
        margin-right: 0;
    }
}

.foot-copy {
    color: #c9c9c9;
    display: inline-block;
}
@media (max-width: 1023px) {
    .foot-copy {
        display: block;
        margin-top: 20px;
        text-align: center;
    }
}

/* 추가 스타일 */
.text-black {
    color: #000 !important;
}
