@media (min-width: 1650px) {
    .container {
        max-width: 1550px;
    }
}
@media (max-width: 1650px) {
    .container {
        max-width: 1320px;
    }
}
@media (max-width: 1500px) {
    .gnb-item, .gnb-item ul li {
        width: 130px;
    }
}
@media (max-width: 1400px) {
    .container {
        max-width: 1235px;
    }
    .gnb-item, .gnb-item ul li {
        width: 115px;
    }
}
@media (max-width: 1300px) {
    .container {
        max-width: 1000px;
    }
    .logo {
        max-width: 165px;
        top: 27px;
    }
    .main section.news {
        height: auto;
    }
    .main .data img {
        width: 50px;
        height: 50px;
    }
    .recoard img {height: 220px;}
    .clover .col-3 {width: 20%}
}
@media (max-width: 1245px) {
    .gnb-item, .gnb-item ul li {width: 100px;}
    .family-site-box {
        width: 130px;
        padding: 8px 15px;
    }
    .main .map {
        position: relative;
        left: 25px;
        margin-top: 35px;
    }
}
/* ===================== */
/* 태블릿 */
/* ===================== */
.m-btn, .mobile-menu {
    display: none;
}
.m-btn {
    width: 95px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    padding: 8px 25px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    color: #0F3D2E;
    transition: all 0.25s ease;
}
.intro .m-btn {color: #fff;}
@media (max-width: 1080px) {
    .container {
        max-width: 840px;
    }
    .gnb-box,
    .family-site-box {display: none;}
    .m-btn {display: block;}
    .lang.dropdown {
        top: 12px;
        right: 110px;
        position: absolute;
    }
    .main .map {
        position: relative;
        left: 25px;
        margin-top: 35px;
    }
    #section4 .col-8 {width: 50%;}
    #section4 .safed-zone .box.col-4 {width: 50%;}
    #section4 .row {align-items: flex-start !important;}
    #section4 .safed-zone .row {
        align-items: stretch !important;
    }
}
@media (max-width: 960px) {
    .container {
        max-width: 740px;
    }
    #section4 .col-8 {width: 100%;}
    #section4 .col.pc-box img {
        width: 100%;
        margin-top: 35px;
    }
}
/* ===================== */
/* 모바일 */
/* ===================== */

@media (max-width: 767px) {
    body {font-size: 1rem;}
    .m-br br {display: none;}
    .title h1 {
        text-align: center;
    }
    .title {
        padding-top: 100px;
    }
    .mobile-menu {display: block;}
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .main section {
        height: auto;
    }
    .main section.sites {
        height: auto;
        display: block;
    }
    .main .triangle-section .col-5 {
        width: 100%;
    }
    .triangle-wrap {
        width: 100%;
        height: 265px;
        margin-top: 25px;
    }
    .triangle {
        height: 125px;
        width: 47%;
    }
    .triangle.right {right: 0;}
    .triangle.left {left: 0;}
    .triangle.center {
        top: 135px;
        width: 47%;
        height: 130px;
    }
    .triangle .inner h2 {
        font-size: 16px;
        line-height: 1em;
    }
    .main section .title {padding-top: 0;}
    .main .data .col-4 {width: 50%;}
    .main .data img {
        width: 70px;
        height: 70px;
    }
    .main .data .col-4 div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main .data .col-4 h3 {
        text-align: center;
        font-size: 16px;
    }
    .main .data .col-4 h3 span {
        display: block;
    }
    .custom-marker-body {
        width: 25px;
        height: 25px;
    }
    .custom-marker-dot {
        width: 15px;
        height: 15px;
    }
    .main .sites .data {
        position: relative;
        text-align: center;
    }
    .logo, .intro .logo,
    .intro header:hover .logo{
        width: 150px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .intro header:hover .logo {
        background: url(/images/logo-ecoone-w.png) no-repeat;
        background-size: 100%;
        max-width: 160px;
    }
    .col-3 {width: 50%;}
    .m-gnb .col-3 {width: 35%;}
    .m-gnb .col-9 {width: 65%;}

    /* 모바일 메뉴 */
    .m-btn.menu-close {
        color: #fff;
    }
    .mobile-gnb, .mnav-sub {
        padding: 0;
    }
    .mobile-menu {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        visibility: hidden;
        transition: 0.35s;
        z-index: 9999;
        width: 100%;
        top: 0;
        left: 0;
    }
    .mobile-menu .logo {
        background: url(/images/logo-terraone-w.png) no-repeat !important;
        background-size: 100% auto !important;
    }
    .mobile-menu.open {
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu-inner {
        padding: 0 25px;
        margin-top: 80px;
    }
    .mnav-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .mnav-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 0;
        cursor: pointer;
    }
    .mnav-link {
        color: #fff;
        font-weight: bold;
    }
    .mnav-arrow {
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        transition: 0.3s;
    }
    .mnav-item.open .mnav-arrow {
        transform: rotate(-135deg);
    }
    .mnav-sub {
        max-height: 0;
        overflow: hidden;
        transition: 0.4s;
        padding: 0 8px;
    }
    .mnav-item.open .mnav-sub {max-height: 500px;}
    .mnav-sub a {
        display: block;
        color: #ffffff;
        padding: 10px 0;
        text-decoration: none;
    }
    .mnav-sub li:last-child a {padding-bottom: 30px;}
    .mnav-sub a.active {color: #00ff68;}

    .footer .container {flex-direction: column !important}
    .swiper-pagination-container {bottom: 10%;}
    .greeting .col-4, .greeting .col-7,
    .ci .col-4, .ci .col-7,
    .history .col-5, .history .col-6,
    .esg .col-4 {
        width: 100% !important;
    }
    .greeting .division {
        flex-direction: column-reverse;
    }
    .main section.triangle-section h5 {font-size: 16px; text-align: center;}
    .greeting .col-12 h4 br {display: none;}
    .greeting .col-4.pe-5 {padding-right: 10px !important;}
    .ci .col-4 {margin-bottom: 20px;}
    .ci .p-5.border.mt-5 {
        margin-top: 10px !important;
    }
    .linear-box {
        max-height: max-content !important;
    }
    .history .col-5, .history .col-6 {width: 100%;}
    .main .business .col-3,
    .main .business .col-4 {
        width: 100%;
        margin-bottom: 20px;
        flex: none !important;
    }
    .main .business .card {min-height: 200px;}
    .news .thumbnail {width: 100%;}
    .news .card img {max-height: 200px;}
    .content section {padding: 50px 0;}
    .title {
        padding-top: 150px;
    }
    hr {margin: 5rem 0;}
    .contact .col-4, .contact .col-7 {width: 100%;}
    .recoard-box .col-3,
    .recoard-box .col-4 {width: 100%;}
    .env-label {display: none;}
    .hr-bottom button {width: 49%;}
    .hr-bottom button {
        margin-top: 15px;
        padding: 10px 15px;
    }
    .esg .col-4, .esg .col-8{
        margin-bottom: 15px;
    }
    .esg-e .mb-5.pb-5 {
        margin-bottom: 0 !important;
    }
    .esg-g .col-4, .esg-g .col-8 {
        width: 100%;
    }
    .esg-g .col-4 {
        min-height: 300px;
        border: 9px solid #e6f3ed !important;
    }
    .esg-g .row.pt-5.mt-5 {margin-top: 0 !important;}
    .record img {
        height: auto;
    }
    .history .box {
        margin-bottom: 50px;
        flex-direction: column-reverse !important;
    }
    .history .box .col-5 div img.border {height: auto;}
    .history dl {
        padding: 10px 0;
    }
    .water .col-6,
    .energy .col-6 {width: 100%;}
    .content .title h1 {margin-bottom: 10px;}
    .energy .col-6 {margin-bottom: 20px;}
    .recoard-box .col-4 {width: 100%; margin-bottom: 25px;}
    .field .col-4 {width: 100%;}
    .field .col-4 div {
        min-height: auto;
        margin-bottom: 25px;
    }
    .row.clover {
        flex-direction: column;
        gap: 25px;
        margin-top: 0 !important;
    }
    .clover .col-3 {width: 60%;}
    .progress-zone.py-5 {
        padding-bottom: 0 !important;
    }
    .progress-zone .row::after,
    .progress-zone .row::before {display: none;}
    .circle {
        gap: 0;
        margin-bottom: 25px;
    }
    .circle .num {
        width: 25px;
        height: 25px;
    }
    .circle .num:before {
        width: 40px;
        height: 40px;
    }
    .circle p {font-weight: normal;}
    .waste .col-7, .waste .col-4 {
        width: 100%;

    }
    .waste .col-7 .row .col-4 div .mb-5 {margin-bottom: 0 !important;}
    .waste .col-7 .row .col-4 div .w-50 {
        width: 55px !important;
        height: 55px !important;
    }
    .waste .col-7 {margin-bottom: 35px;}
    .waste .col-7 .row .col-4 div {
        display: flex;
        gap: 10px;
        text-align: left;
        align-items: center;
    }
    .waste .col-7 .row .col-4 div h5 {font-size: 16px;}
    .waste .col-7 .row .col-4 div h5 br {display: none;}
    .water .mt-5.pt-5.border.rounded.p-5 {
        padding: 2rem !important;
    }
}