@charset "UTF-8";



.product-area,
.commu-area,
.promo-area {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.product-area.is-active,
.commu-area.is-active,
.promo-area.is-active {
    opacity: 1;
    transform: translateY(0);
}



/* ────────────────────── 비주얼 ────────────────────── */
.visual-area .mvis-swiper {
    z-index: 10;
    overflow: hidden;
    position: relative;
    width: calc(100% - 56px);
    height: 728px;
    margin: 0 auto;
    border-radius: 32px;
}
.visual-area .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 48px;
}
.visual-area .slide-01 {
    background-image: url(/images/main/visual_bg1.jpg);
}
.visual-area .slide-02 {
    background-image: url(/images/main/visual_bg2.jpg);
}
.visual-area .slide-03 {
    background-image: url(/images/main/visual_bg3.jpg);
}
.visual-area .swiper-slide .stit,
.visual-area .swiper-slide .mtit {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.visual-area .swiper-slide-active .stit {
    animation: slideUp 0.8s ease forwards;
}
.visual-area .swiper-slide-active .mtit {
    animation: slideUp 0.8s ease 0.15s forwards;
}
@keyframes slideUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}
.visual-area .swiper-slide .stit {
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: -0.24px;
}
.visual-area .swiper-slide .mtit {
    font-size: 5.6rem;
    font-weight: 800;
    letter-spacing: -1.68px;
}
.visual-area .mvis-swiper .mvis-pagination.swiper-pagination-fraction {
    z-index: 10;
    position: absolute;
    bottom: 45px;
    right: 40px;
    left: auto;
    display: flex;
    align-items: center;
    width: auto;
    color: #fff;
    text-align: right;
}
.visual-area .mvis-swiper .mvis-pagination .swiper-pagination-current,
.visual-area .mvis-swiper .mvis-pagination .swiper-pagination-total {
    font-family: 'Montserrat', sans-serif;
}
.visual-area .mvis-swiper .mvis-pagination .swiper-pagination-current {
    font-size: 2.8rem;
    letter-spacing: -0.28px;
}
.visual-area .mvis-swiper .mvis-pagination .swiper-pagination-total {
    opacity: 0.4;
    font-size: 2rem;
    letter-spacing: -0.2px;
}
.visual-area .mvis-swiper .mvis-pagination .bar {
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 2rem;
    background-color: rgba(255, 255, 255, 0.4);
}


/* ────────────────────── 솔루션 ────────────────────── */
.solutions-area > .inner {
    display: flex;
    justify-content: space-between;
    padding: 12rem 10.8rem;
}
.solutions-area .txt-area {
    flex-grow: 1;
}
.solutions-area .txt-area .sub-tit {
    display: inline-block;
    margin-bottom: 2.4rem;
    padding: 0.6rem 2rem;
    border-radius: 20px;
    background: #066CB0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.solutions-area .txt-area .tit {
    color: #000;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.4;
}
.solutions-area .img-area {
    display: flex;
    gap: 3.2rem;
}
.solutions-area .img-area .img-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 33.6rem;
    height: 64.7rem;
    padding: 4rem;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.solutions-area .img-area .img-box.link1 {
    margin-top: 24.4rem;
    background-image: url(/images/main/solutions_bg1.jpg);
}
.solutions-area .img-area .img-box.link2 {
    margin-top: 8.4rem;
    background-image: url(/images/main/solutions_bg2.jpg);
}
.solutions-area .img-area .img-box.link3 {
    margin-top: 16.4rem;
    background-image: url(/images/main/solutions_bg3.jpg);
}
.solutions-area .img-area .img-box .text p {
    margin-bottom: 3.2rem;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
}
.solutions-area .txt-area,
.solutions-area .img-area .img-box {
    opacity: 0;
    transform: translateY(200px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.solutions-area.is-active .txt-area,
.solutions-area.is-active .img-area .img-box {
    opacity: 1;
    transform: translateY(0);
}
.solutions-area.is-active .img-area .img-box:nth-child(1) { transition-delay: 0.2s; }
.solutions-area.is-active .img-area .img-box:nth-child(2) { transition-delay: 0.4s; }
.solutions-area.is-active .img-area .img-box:nth-child(3) { transition-delay: 0.6s; }


/* ────────────────────── 제품 ────────────────────── */
.product-area {
    overflow: hidden;
    position: relative;
    min-height: 1134px;
    padding: 8rem 16rem 16.7rem;
    color: #fff;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.product-area::before {
    content: "";
    z-index: 1;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
}
.product-area-bg .bg-item {
    opacity: 0;
    inset: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: opacity 1s ease;
}
.product-area-bg .bg-item.is-active {
    opacity: 1;
}
.product-area-bg .bg-disaster { background-image: url(/images/main/products_bg1.jpg); }
.product-area-bg .bg-kiosk { background-image: url(/images/main/products_bg2.jpg); }
.product-area-bg .bg-scanner { background-image: url(/images/main/products_bg3.jpg); }
.product-area .inner {
    z-index: 1;
    display: block;
}
/* 좌측 텍스트 */
.product-area .prod-text {
    z-index: 2;
    position: absolute;
    left: 16rem;
    bottom: 16.7rem;
    width: calc(100% - 32rem);
}
.product-area-label {
    display: inline-block;
    margin-bottom: 1.6rem;
    padding: 0.6rem 2rem;
    border-radius: 20px;
    background: #066CB0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
}
.product-area-mtit {
    margin-bottom: 8.2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 6.5rem;
    font-weight: 600;
    letter-spacing: -5.6px;
}
/* NAV */
.product-area .prod-nav {
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 2px solid rgba(217,217,217,0.2);
    text-align: center;
}
.product-area .prod-nav .nav-item {
    flex-grow: 1;
    position: relative;
    padding: 2rem 0;
    background: none;
    border: none;
    color: rgba(255,255,255,0.7);
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    cursor: pointer;
    transition: color .3s;
}
.product-area .prod-nav .nav-item.is-active {
    color: #fff;
    font-weight: 600;
}
.product-area .prod-nav .nav-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s ease;
}
.product-area .prod-nav .nav-item.is-active::after {
    width: 100%;
}
/* 패널 */
.product-area .box-area {
    z-index: 2;
    overflow: hidden;
    position: absolute;
    top: 8rem;
    right: 16rem;
    max-width: 53.3rem;
    width: 100%;
    height: 76rem;
}
.prod-panel {
    position: absolute;
    inset: 0;
    padding: 4.8rem 4rem 4rem;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 4px 32px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(50px);
    pointer-events: none;
    transition: opacity .6s ease, transform .6s ease;
}
.prod-panel.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.prod-panel-text {
    margin-bottom: 2.4rem;
}
.prod-panel-step {
    opacity: 0.1;
    display: block;
    margin-bottom: 1.2rem;
    font-size: 6.4rem;
    font-weight: 300;
    color: #000;
}
.prod-panel-title {
    display: block;
    color: #000;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.4;
}
.prod-panel-desc {
    flex-grow: 1;
    margin-bottom: 2.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #666;
}
.prod-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 0.6rem;
}
.prod-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    height: 10.8rem;
    padding: 1.6rem;
    border-radius: 8px;
    background: #F1F4F7;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    word-break: keep-all;
    transition: background .4s ease, color .4s ease;
}
.prod-menu .menu-item::before {
    content: "";
    position: absolute;
    left: 1.6rem;
    bottom: 1.6rem;
    width: 16px;
    height: 16px;
    background: url(/images/main/arrow.png) no-repeat left bottom;
    transition: all 0.4s;
}
.prod-menu .menu-item:hover {
    background: linear-gradient(98deg, #41A9C6 -26.13%, #056AAE 92.45%);
    color: #fff;
}
.prod-menu .menu-item:hover::before {
    background-image: url(/images/main/arrow_on.png);
}
.fade-in {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUpText .6s ease forwards;
}
.fade-out {
    opacity: 1;
    transform: translateY(0);
    animation: fadeDownText .4s ease forwards;
}
@keyframes fadeUpText {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeDownText {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(40px); }
}

/* ────────────────────── 커뮤니티 ────────────────────── */
.commu-area {
    z-index: 2;
    position: relative;
    margin-top: -28px;
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    background: #fff;;
}
.commu-area > .inner {
    padding: 12rem 16rem;
}
.commu-area .txt-area .sub-tit {
    display: inline-block;
    margin-bottom: 2.4rem;
    padding: 0.6rem 2rem;
    border-radius: 20px;
    background: #066CB0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.commu-area .txt-area .tit {
    color: #000;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.4;
}
.commu-area .commu-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #D2D2D2;
}
.commu-area .commu-head .mtit {
    color: #000;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}
.commu-head .more {
    display: block;
    width: 15.6rem;
    padding: 1.35rem 2.45rem;
    border-radius: 30px;
    border: 1px solid #D2D2D2;
    background: transparent;
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.commu-head .more:hover {
    padding-left: 5.75rem;
    background: #000;
    color: #fff;
}
.commu-head .more span {
    display: block;
    background: url(/images/main/more_arrow2.png) no-repeat right center;
}
.commu-cont {
    display: flex;
    justify-content: space-between;
    gap: 2.8rem;
    margin-top: 3.2rem;
}
.commu-cont > * {
    width: calc(100% / 3);
}
.commu-cont .cont-imgbox {
    overflow: hidden;
    display: block;
    width: calc(100% / 3);
    border-radius: 20px;
    background: #EDEDF3;
    transition: all 0.4s ease-in-out;
}
.commu-cont .cont-imgbox:hover {
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
}
.commu-cont .cont-imgbox .img-area {
    z-index: 0;
    overflow: hidden;
    position: relative;
    height: 320px;
}
.commu-cont .cont-imgbox .img-area img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.commu-cont .cont-imgbox:hover .img-area img {
    transform: scale(1.08);
}
.commu-cont .cont-imgbox .txt-area {
    z-index: 1;
    position: relative;
    padding: 3.2rem;
}
.commu-cont .cont-imgbox .txt-area .commu-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    background: #aaa;
    color: #fff;
    line-height: 1;
}
.commu-cont .cont-imgbox .txt-area .object {
    overflow: hidden;
    height: 5.2rem;
    margin-bottom: 8px;
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.commu-cont .cont-imgbox .txt-area .date {
    color: #777e8c;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
}
.commu-cont .cont-textbox {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.commu-cont .cont-textbox a {
    flex-grow: 1;
    display: flex;
    gap: 2rem;
    padding: 1.8rem 3.2rem;
    border-radius: 12px;
    border: 1px solid #EDEDF3;
    background: #F1F4F7;
    transition: all 0.4s ease-in-out;
}
.commu-cont .cont-textbox a:hover {
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
}
.commu-cont .cont-textbox a .label {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 30px;
    background: #72BC97;
    border-radius: 100px;
    color: #fff;
    line-height: 1;
}
.commu-cont .cont-textbox a .cts .object {
    overflow: hidden;
    margin-bottom: 8px;
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.commu-cont .cont-textbox a .cts .date {
    color: #777e8c;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3;
}


/* ────────────────────── 홍보 콘텐츠 ────────────────────── */
.promo-area {
    z-index: 2;
    position: relative;
    margin-bottom: -28px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    background: #F1F4F7;
}
.promo-area > .inner {
    padding: 11.4rem 16rem 12.6rem;
}
.promo-area .promo-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #D2D2D2;
}
.promo-area .promo-head .mtit {
    color: #000;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

.promo-head .more {
    display: block;
    width: 15.6rem;
    padding: 1.35rem 2.45rem;
    border-radius: 30px;
    border: 1px solid #D2D2D2;
    background: transparent;
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}
.promo-head .more:hover {
    padding-left: 5.75rem;
    background: #000;
    color: #fff;
}
.promo-head .more span {
    display: block;
    background: url(/images/main/more_arrow2.png) no-repeat right center;
}
.promo-cont {
    display: flex;
    justify-content: flex-start;
    gap: 2.8rem;
    margin-top: 3.2rem;
}
.promo-cont .cont-imgbox {
    overflow: hidden;
    display: block;
    width: calc(100% / 4);
    border-radius: 20px;
    border: 1px solid #d2d2d2;
    background: #fff;
    transition: all 0.4s ease-in-out;
}
.promo-cont .cont-imgbox:hover {
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
}
.promo-cont .cont-imgbox .img-area {
    z-index: 0;
    overflow: hidden;
    position: relative;
    height: 240px;
}
.promo-cont .cont-imgbox .img-area img {
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.promo-cont .cont-imgbox:hover .img-area img {
    transform: scale(1.08);
}
.promo-cont .cont-imgbox .txt-area {
    padding: 3.2rem;
}
.promo-cont .cont-imgbox .txt-area .promo-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    background: #aaa;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
}
.promo-cont .cont-imgbox.promo .img-area {
    position: relative;
}
.promo-cont .cont-imgbox.promo .img-area::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    transition: all 0.4s ease-in-out;
}
.promo-cont .cont-imgbox.promo:hover .img-area::before {
    background-color: rgba(0,0,0,0.2);
}
.promo-cont .cont-imgbox.promo .img-area::after {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: auto;
    background-image: url(/images/main/play_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.promo-cont .cont-imgbox.promo .promo-label {
    background: #1A98BB;
}
.promo-cont .cont-imgbox.catal .promo-label {
    background: #A45B90;
}
.promo-cont .cont-imgbox .txt-area .object {
    overflow: hidden;
    height: 5.2rem;
    margin-bottom: 8px;
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}


/* ────────────────────── 기타 ────────────────────── */
.etc-area {
    position: relative;
    min-height: 827px;
    margin-top: -64px;
    background: url(/images/main/etc_bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;   
}
.etc-area::before {
    content: "";
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;

}
.etc-area > .inner {
    padding: 15rem 3rem;
}
.etc-area .txt-area {
    opacity: 0;
    z-index: 1;
    position: relative;
    color: #fff;
    text-align: center;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.etc-area .txt-area.is-active {
    opacity: 1;
    transform: translateY(0);
}
.etc-area .txt-area .sub-tit {
    display: inline-block;
    margin-bottom: 2.4rem;
    padding: 0.6rem 2rem;
    border-radius: 20px;
    background: #066CB0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.etc-area .txt-area .tit {
    margin-bottom: 5.6rem;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
}
.etc-cont {
    z-index: 1;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 1.5rem;
    color: #fff;
    text-align: center;
}
.etc-cont li {
    opacity: 0;
    overflow: hidden;
    flex: 1 1 calc(20% - 1.5rem);
    border-radius: 20px;
    transform: translateY(60px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.etc-cont.is-active li {
    opacity: 1;
    transform: translateY(0);
}
.etc-cont.is-active li:nth-child(1) { transition-delay: 0.1s; }
.etc-cont.is-active li:nth-child(2) { transition-delay: 0.3s; }
.etc-cont.is-active li:nth-child(3) { transition-delay: 0.5s; }
.etc-cont.is-active li:nth-child(4) { transition-delay: 0.7s; }
.etc-cont.is-active li:nth-child(5) { transition-delay: 0.9s; }

.etc-cont a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    height: 320px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease-in-out;
}
.etc-cont a:hover {
    background: #1A98BB
}
.etc-cont a .tit {
    padding-top: 5.6rem;
    background-repeat: no-repeat;
    background-position: center top;
    font-size: 3.2rem;
    font-weight: 700;
}
.etc-cont li:nth-child(1) .tit {
    background-image: url(/images/main/etc_icon1.png);
}
.etc-cont li:nth-child(2) .tit {
    background-image: url(/images/main/etc_icon2.png);
}
.etc-cont li:nth-child(3) .tit {
    background-image: url(/images/main/etc_icon3.png);
}
.etc-cont li:nth-child(4) .tit {
    background-image: url(/images/main/etc_icon4.png);
}
.etc-cont li:nth-child(5) .tit {
    background-image: url(/images/main/etc_icon5.png);
}


/* ────────────────────── 반응형 ────────────────────── */
/* PC */
@media only screen and (max-width:1799px) {
    /* ───────────── 솔루션 ───────────── */
    .solutions-area > .inner {
        flex-direction: column;
        padding: 12rem 5rem;
    }
    .solutions-area .img-area {
        justify-content: center;
    }

    /* ───────────── 제품 ───────────── */
    .product-area {
        padding: 6%;
    }
    .product-area .prod-text {
        left: 6%;
        bottom: 10%;
        width: 88%;
    }
    .product-area-label {
        margin-bottom: 3.2rem;
    }
    .product-area-mtit {
        margin-bottom: 4%;
        line-height: 1;
    }
    .product-area .box-area {
        right: 6%;
    }

    /* ───────────── 커뮤니티 ───────────── */
    .commu-area > .inner {
        padding: 10% 6%;
    }
    .commu-cont {
        gap: 2rem;
    }

    /* ───────────── 홍보 콘텐츠 ───────────── */
    .promo-area > .inner {
        padding: 10% 6%;
    }
    .promo-cont {
        gap: 2rem;
    }
}
@media only screen and (max-width:1199px) {
    /* ───────────── 홍보 콘텐츠 ───────────── */
    .promo-cont {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .promo-cont .cont-imgbox {
        width: 100%;
    }

    /* ───────────── 기타 ───────────── */
    .etc-cont {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

/* tablet */
@media only screen and (max-width:1023px) {
    /* ───────────── 비주얼 ───────────── */
    .visual-area .mvis-swiper {
        width: 94%;
        height: 383px;
    }
    .visual-area .swiper-slide {
        padding: 4%;
    }
    .visual-area .swiper-slide .stit {
        margin-bottom: 1.4rem;
        font-size: 1.8rem;
    }
    .visual-area .swiper-slide .mtit {
        font-size: 4rem;
    }
    .visual-area .mvis-swiper .mvis-pagination.swiper-pagination-fraction {
        bottom: 8%;
        right: 4%;
    }

    /* ───────────── 솔루션 ───────────── */
    .solutions-area > .inner {
        width: 94%;
        margin: 0 auto;
        padding: 10rem 0;
    }
    .solutions-area .txt-area .sub-tit {
        font-size: 1.8rem;
    }
    .solutions-area .txt-area .tit {
        margin-bottom: 4rem;
        font-size: 4rem;
    }
    .solutions-area .img-area {
        gap: 2%;
    }
    .solutions-area .img-area .img-box {
        position: relative;
        height: auto;
    }
    .solutions-area .img-area .img-box::before {
        content: "";
        z-index: -1;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0.8) 100%);
    }
    .solutions-area .img-area .img-box.link1,
    .solutions-area .img-area .img-box.link2,
    .solutions-area .img-area .img-box.link3 {
        margin-top: 1rem;
    }
    
    /* ───────────── 커뮤니티 ───────────── */
    .commu-area .txt-area .sub-tit {
        font-size: 1.8rem;
    }
    .commu-area .txt-area .tit {
        margin-bottom: 4rem;
        font-size: 4rem;
    }
    .commu-area .commu-head {
        margin-top: 5%;
    }
    .commu-cont {
        flex-direction: column;
        gap: 1rem;
    }
    .commu-cont .cont-imgbox {
        width: 100%;
    }
    .commu-cont .cont-imgbox .img-area {
        height: 240px;
    }
    .commu-cont .cont-imgbox .txt-area {
        padding: 2rem 3rem;
    }
    .commu-cont .cont-imgbox .txt-area .object {
        height: auto;
    }
    .commu-cont .cont-textbox {
        width: 100%;
    }

    /* ───────────── 홍보 콘텐츠 ───────────── */
    .promo-cont .cont-imgbox .img-area {
        height: 16rem;
    }
    .commu-cont .cont-imgbox .txt-area {
        padding: 2rem 3rem;
    }

    /* ───────────── 기타 ───────────── */
    .etc-area {
        min-height: auto;
    }
    .etc-area .txt-area .sub-tit {
        font-size: 1.8rem;
    }
    .etc-area .txt-area .tit {
        margin-bottom: 4rem;
        font-size: 4rem;
    }
    .etc-cont {
        grid-template-columns: repeat(2, 1fr);
    }
    .etc-cont a {
        height: 240px;
    }
    .etc-cont a .tit {
        font-size: 2.4rem;
    }
}

/* mobile */
@media only screen and (max-width:767px) {
    /* ───────────── 비주얼 ───────────── */
    .visual-area .mvis-swiper {
        height: 288px;
        border-radius: 2rem;
    }
    .visual-area .swiper-slide {
        padding: 2rem 4% 4rem;
    }
    .visual-area .swiper-slide .stit {
        margin-bottom: 0;
    }
    .visual-area .swiper-slide .mtit {
        font-size: 2.8rem;
    }
    .visual-area .mvis-swiper .mvis-pagination.swiper-pagination-fraction {
        bottom: 4%;
    }
    .visual-area .mvis-swiper .mvis-pagination .swiper-pagination-current {
        font-size: 1.8rem;
    }
    .visual-area .mvis-swiper .mvis-pagination .bar {
        margin: 0 1rem;
    }
    .visual-area .mvis-swiper .mvis-pagination .swiper-pagination-total {
        font-size: 1.6rem;
    }

    /* ───────────── 솔루션 ───────────── */
    .solutions-area > .inner {
        padding: 10% 0;
    }
    .solutions-area .txt-area .sub-tit {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .solutions-area .txt-area .tit {
        margin-bottom: 3%;
        font-size: 2.4rem;
    }
    .solutions-area .img-area {
        flex-direction: column;
    }
    .solutions-area.is-active .img-area .img-box {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        height: 250px;
        background-position: center top -140px;
    }
    .solutions-area .img-area .img-box {
        padding: 8% 4%;
    }
    .solutions-area .img-area .img-box .text p {
        margin-bottom: 0;
        font-size: 2.4rem;
    }
    
    /* ───────────── 제품 ───────────── */
    .product-area-bg .bg-item {
        background-position: left -300px top;
        filter: blur(10px);
    }
    .product-area {
        min-height: auto;
        padding: 0;
        padding-bottom: 6%;
    }
    .product-area::before {
        background: #000;
    }
    .product-area > .inner {
        display: flex;
        flex-direction: column;
        width: 94%;
        margin: 0 auto;
        padding: 10% 0 5%;
    }
    .product-area .prod-text {
        position: static;
        display: block;
        width: 100%;
    }
    .product-area-label {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .product-area-mtit {
        font-size: 2.4rem;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .product-area .prod-nav .nav-item {
        text-align: left;
    }
    .product-area .prod-nav .nav-index {
        display: block;
    }
    .product-area .prod-nav .nav-label {
        display: block;
        font-size: 1.6rem;
    }
    .product-area .box-area {
        position: static;
        top: 5%;
        right: 0;
        left: 0;
        max-width: 100%;
        height: auto;
    }
    .prod-panel {
        display: none;
        position: static;
        width: 100%;
        padding: 5% 4%;
    }
    .prod-panel.is-active {
        display: flex;
    }
    .prod-panel-step {
        margin-bottom: 1rem;
        font-size: 4rem;
        line-height: 1;
    }
    .prod-panel-title {
        font-size: 2.4rem;
    }
    .prod-menu .menu-item {
        padding: 1.6rem 1rem;
    }
    .prod-menu .menu-item::before {
        left: auto;
        right: 1rem;
    }

    .commu-area {
        margin-top: -12px;
        border-radius: 12px;
    }
    .commu-area .txt-area .sub-tit {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .commu-area .txt-area .tit {
        font-size: 2.4rem;
    }
    .commu-area .commu-head .mtit {
        font-size: 2rem;
    }
    .commu-head .more {
        width: 12rem;
        padding: 0.8rem 1.5rem;
        font-size: 1.4rem;
    }
    .commu-cont .cont-imgbox .txt-area {
        padding: 2rem;
    }
    .commu-cont .cont-imgbox .txt-area .commu-label {
        font-size: 1.4rem;
    }
    .promo-area .promo-head .mtit {
        font-size: 2.4rem;
    }

    /* ───────────── 홍보 콘텐츠 ───────────── */
    .promo-cont {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .promo-head .more {
        width: 12rem;
        padding: 0.8rem 1.5rem;
        font-size: 1.4rem;
    }
    .promo-cont .cont-imgbox .txt-area {
        padding: 2rem;
    }
    .promo-cont .cont-imgbox .txt-area .object {
        margin-bottom: 0;
        font-size: 1.8rem;
    }

    /* ───────────── 기타 ───────────── */
    .etc-area .txt-area .sub-tit {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .etc-area .txt-area .tit {
        margin-bottom: 2rem;
        font-size: 2.4rem;
    }
    .etc-area > .inner {
        padding: 15rem 2% 10%;
    }
    .etc-cont a {
        height: 160px;
        padding: 2rem 2%;
    }
    .etc-cont a .tit {
        padding-top: 4rem;
        background-size: 30px;
        font-size: 1.8rem;
    }
    .etc-cont a .txt {
        font-size: 1.4rem;
    }
}