@charset "utf-8";


.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 20rem;
    height: auto;
    padding: 1.8rem 2rem;
    border-radius: 50px;
    border-color: transparent;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(98deg, rgba(65, 169, 198, 1) 0%, rgba(5, 106, 174, 1) 33%, rgba(65, 169, 198, 1) 66%, rgba(5, 106, 174, 1) 100%);
    background-size: 300% 300%;
    background-position: 0% 50%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease-in-out;
}
.btn.btn-back {
    background: #000;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.btn.btn-back:hover {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .btn {
        width: 12rem;
        padding: 0.8rem 2rem;
        font-size: 1.6rem;
        font-weight: 500;
    }
}


/* ────────────────────── CEO 인사말 (greeting) ────────────────────── */
.intro-box {
    display: flex;
    align-items: center;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: left;
}
.sub-greeting .intro-box {
    background-image: url(/images/contents/greeting_bg.jpg);
}
.intro-box > .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.intro-box .mtit {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.4rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.intro-box .stit {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.contents-area {
    z-index: 1;
    position: relative;
    margin-top: -30px;
    padding-top: 10rem;
    padding-bottom: 22rem;
    border-radius: 28px 28px 0 0;
    background-color: #fff;
}
.contents-area > .wrap {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.contents-area .em-box {
    z-index: 0;
    flex-basis: 50%;
    position: relative;
    padding-left: 4rem;
    color: #282828;
    font-size: 3.6rem;
    font-weight: 500;
}
.contents-area .em-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 200px;
    background: #066cb0;
}
.contents-area .em-box::after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 130px;
    right: 100px;
    display: block;
    width: 750px;
    height: 300px;
    background: url(/images/contents/greeting_img.png);
}
.contents-area .cont-box {
    flex-basis: 50%;
    flex-shrink: 0;
    color: #282828;
    font-size: 1.8rem;
    font-weight: 500;
}
.contents-area .cont-box strong {
    color: #066cb0;
    font-size: 2.4rem;
    font-weight: 600;
}

.greeting-summ {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-bottom: 16rem;
    background: #f1f5f8;
}
.greeting-summ > .wrap {
    display: flex;
    justify-content: flex-end;
    gap: 4rem;
}
.greeting-summ .summ-card {
    width: 25rem;
    min-height: 27rem;
    padding: 4rem;
    margin-top: -7rem;
    border-radius: 20px;
    background: #fff;
    text-align: left;
    box-shadow: 0 8px 60px rgba(0, 0, 0, 0.08);
}
.greeting-summ .summ-card .stit {
    position: relative;
    margin-bottom: 1.5rem;
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
}
.greeting-summ .summ-card .stit::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 56px;
    height: 55px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.summ-card.tech .stit::before {
    background-image: url(/images/contents/greeting_ico1.png);
}
.summ-card.safety .stit::before {
    background-image: url(/images/contents/greeting_ico2.png);
}
.summ-card.trust .stit::before {
    background-image: url(/images/contents/greeting_ico3.png);
}
.summ-card.growth .stit::before {
    background-image: url(/images/contents/greeting_ico4.png);
}
.greeting-summ .summ-card .mtit {
    margin-bottom: 3.3rem;
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
}



/* ────────────────────── VISION ────────────────────── */
.sub-vision .intro-box {
    background-image: url(/images/contents/vision_bg.jpg);
}
.sub-vision .contents-area {
    padding-bottom: 16rem;
}
.h3-stit {
    margin-bottom: 1rem;
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
}
.h3 {
    color: #1a1a1a;
    font-size: 3.6rem;
    font-weight: 700;
}

.promise-box {
    position: relative;
    max-width: 1700px;
    margin: 5.5rem auto 0;
    background: url(/images/contents/vision_promise_bg.png) no-repeat center top / contain;
    text-align: left;
}
.promise-box::before {
    content: "";
    position: absolute;
    top: 100px;
    right: 87.5%;
    width: 322px;
    height: 4px;
    background: #066cb0;
}
.promise-box > .wrap {
    display: flex;
    justify-content: space-between;
}
.promise-box .text-area p.n1 {
    padding-top: 18rem;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
}
.promise-box .text-area p.n2 {
    margin-left: 16rem;
    padding-top: 27rem;
    color: #282828;
    font-size: 2.4rem;
    font-weight: 500;
}

.core-promise {
    padding-top: 7.3rem;
}
.core-promise .h4 {
    position: relative;
    margin: 2.3rem 0 1rem;
    padding-left: 8px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
}
.core-promise .h4::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #fff;
}

.core-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.core-item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 330px;
    height: 300px;
    padding: 40px;
    border-radius: 12px;
    color: #fff;
    transition: transform 0.4s ease-in-out;
}
.core-item:nth-child(2),
.core-item:nth-child(4) {
    transform: translateY(-57px);
}
.core-item .num {
    opacity: 0.2;
    display: block;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 0.82;
}
.core-item .title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.core-item .desc {
    font-size: 1.6rem;
    line-height: 1.5;
}

.core-item.core01 {
    background: url('/images/contents/core_bg1.jpg') no-repeat right bottom / cover,
                linear-gradient(135deg, #003a78, #0098d8);
}
.core-item.core02 {
    background: url('/images/contents/core_bg2.jpg') no-repeat right bottom / cover,
                linear-gradient(135deg, #0f635c, #33c8cd);
}
.core-item.core03 {
    background: url('/images/contents/core_bg3.jpg') no-repeat right bottom / cover,
                linear-gradient(135deg, #33194f, #602ca8);
}
.core-item.core04 {
    background: url('/images/contents/core_bg4.jpg') no-repeat right bottom / cover,
                linear-gradient(135deg, #002f78, #0064ff);
}

.value-area {
    padding-top: 16rem;
    background: #f5f5f5;
    text-align: left;
}
.value-area .explain {
    margin-top: 2.4rem;
    color: #282828;
    font-size: 2.4rem;
    line-height: 1.5;
}
.value-box {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
    padding-top: 3.7rem;
    border-top: 2px solid #282828;
}
.value-box .h4 {
    color: #282828;
    font-size: 3rem;
    font-weight: 600;
}
.value-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100rem;
}
.value-item li {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 30rem;
    padding: 5rem 4rem;
    border-radius: 2rem;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    color: #fff;
}
.value-item li .tit {
    font-size: 2.4rem;
    font-weight: 700;
}
.value-item li .txt {
    margin-top: 1rem;
    font-size: 1.6rem;
}
.value-box.n1 li:nth-child(1) {
    background-image: url(/images/contents/value_bg1.jpg);
}
.value-box.n1 li:nth-child(2) {
    background-image: url(/images/contents/value_bg2.jpg);
}
.value-box.n2 {
    margin-top: 10rem;
    padding-bottom: 16rem;
}
.value-box.n2 li:nth-child(1) {
    background-image: url(/images/contents/value_bg3.jpg);
}
.value-box.n2 li:nth-child(2) {
    background-image: url(/images/contents/value_bg4.jpg);
}



/* ───────── 공통 탭 레이아웃 ───────── */
.tab-menu {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
}
.tab-menu li {
    position: relative;
    padding: 2.4rem 4rem;
    font-size: 1.8rem;
    color: #484848;
    cursor: pointer;
}
.tab-menu li.on {
    color: #066CB0;
    font-weight: 600;
}
.tab-menu li.on::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background: #066CB0;
}
.tab-panel {
    display: none;
}
.tab-panel.on {
    display: block;
}

/* ver2 */
.tab-wrap.ver2 {
    position: relative;
    border-top: 1px solid #ddd;
}
/* .tab-wrap.ver2::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 72px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #066CB0;
} */
.tab-wrap.ver2 .tab-menu {
    justify-content: flex-start;
    gap: 1px;
    width: 1400px;
    margin: 0 auto;
    border-top: 0;
}
.tab-wrap.ver2 .tab-menu li {
    background: #f1f5f8;
}
.tab-wrap.ver2 .tab-menu li.on {
    background: #066CB0;
    color: #fff;
}
.tab-wrap.ver2 .tab-menu li.on::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background: #066CB0;
}
.tab-wrap.ver2 .tab-panel {
    display: none;
}
.tab-wrap.ver2 .tab-panel.on {
    display: block;
    border-top: 2px solid #066CB0;
}



/* ────────────────────── 기술 및 인증 ────────────────────── */
.cert-area {
    padding: 12rem 0;
    background: #f5f5f5;
}
.cert-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6rem 3rem;
}
.cert-list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.cert-list .item .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 224px;
    height: 320px;
    margin-bottom: 3.2rem;
    text-align: center;
}
.cert-list .item img {
    display: inline-block;
    width: 100%;
    object-fit: contain;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
}
.cert-list .num {
    margin-bottom: 8px;
    color: #5B5B5B;
    font-size: 1.6rem;
    font-weight: 300;
}
.cert-list .name {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
}



/* ────────────────────── 연혁 ────────────────────── */
.history-hero {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
}
.history-hero-2022-now {
    background-image: url(/images/contents/history_bg1.jpg);
}
.history-hero-2019-2021 {
    background-image: url(/images/contents/history_bg2.jpg);
}
.history-hero-2014-2018 {
    background-image: url(/images/contents/history_bg3.jpg);
}
.history-hero-2009-2013 {
    background-image: url(/images/contents/history_bg4.jpg);
}
.history-hero-inner {
    position: relative;
    z-index: 2;
}
.history-hero-title {
    font-size: 5.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.history-hero-sub {
    font-size: 2rem;
    font-weight: 500;
}

.history-section {
    position: relative;
    background: linear-gradient(to right, #f5f8fb 0, #f5f8fb 27%, #ffffff 27%, #ffffff 100%);
    padding: 0 0 10rem;
}
.history-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    bottom: 0;
    width: 10px;
    height: calc(100% + 50px);
    background: #f1f5f8;
    transform: translateX(-50%);
}

.history-timeline {
    padding-top: 10rem;
}
.history-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}
.history-col.left {
    display: flex;
    justify-content: flex-end;
    width: calc(27% + 60px);
}
.history-col.center {
    position: relative;
    text-align: right;
    width: calc(50% - (27% + 60px));
    padding-top: 3rem;
    padding-right: 6.6rem;
}
.history-col.right {
    width: 50%;
    padding-left: 6.5rem;
}

.history-icon-box {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.06);
}
.history-icon-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.history-year {
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.4rem;
    font-weight: 700;
    text-align: right;
}
.history-dot {
    position: absolute;
    right: -14px;
    top: 6rem;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #066cb0;
    box-shadow: 0px 4px 8px 0px #77bae3;
    transform: translateX(-50%);
}
.history-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: 0 0 0 9px rgba(6,108,176,0.1);
    border-radius: inherit;
    pointer-events: none;
}
.history-list {
    margin-top: 6rem;
}
.history-list .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 11px;
    font-size: 1.6rem;
    color: #282828;
    text-align: left;
}
.history-list dt {
    flex-shrink: 0;
    width: 5rem;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.history-list dd {
    max-width: 58.5rem;
    font-size: 1.8rem;
}



/* ────────────────────── 조직도 ────────────────────── */
.org-logo {
    z-index: 1;
    position: relative;
    width: 290px;
    height: 290px;
    margin: 0 auto 5.5rem;
}
.org-logo::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, #5CB9D3 0%, #056AAE 100%);
}
.org-logo::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 50%;
    bottom: -65px;
    width: 420px;
    height: 210px;
    transform: translateX(-50%);
    border-radius: 0 0 420px 420px;
    background: #f1f5f8;
}
.org-logo-inner {
    position: absolute;
    inset: 36px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.org-logo-inner img {
    display: inline-block;
    object-fit: contain;
}

.org-ceo {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 55px auto 50px;
    width: 240px;
    height: 70px;
    border-radius: 12px;
    background: #1a1a1a;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 700;
    box-shadow: 0px 8px 60px rgba(0,0,0,0.08);
}
.org-ceo::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -160px;
    width: 1px;
    height: 160px;
    transform: translateX(-50%);
    background: #e5e5e5;
}

.org-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0px 8px 60px rgba(0,0,0,0.08);
    cursor: pointer;
}

.org-middle {
    display: flex;
    justify-content: space-between;
    gap: 200px;
    position: relative;
    max-width: 680px;
    margin: 50px auto;
}
.org-middle::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 200px;
    height: 1px;
    background: #e5e5e5;
    transform: translateX(-50%);
}
.org-middle .org-box {
    flex: 1;
    height: 60px;
    color: #fff;
}
.org-middle .org-box.n1 {
    background: #287ab2;
}
.org-middle .org-box.n2 {
    background: #5cb9d3;
}

.org-bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1360px;
    margin: 100px auto;
}
.org-bottom::before {
    content: "";
    position: absolute;
    top: -50px;
    right: 120px;
    left: 120px;
    height: 1px;
    margin: 0 auto;
    background: #e5e5e5;
}
.org-bottom .org-box {
    position: relative;
    flex: 1;
    height: 60px;
    border-radius: 12px;
    border: 2px solid #5e96bb;
    background: #fff;
    color: #5e96bb;
    font-size: 2rem;
    font-weight: 700;
}
.org-bottom .org-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -50px;
    width: 1px;
    height: 50px;
    background: #e5e5e5;
    transform: translateX(-50%);
}



/* ────────────────────── 부서 소개 ────────────────────── */
.department-area {
    padding: 9.5rem 0 16rem;
    background: #f1f5f8;
}
.department-area h3 {
    position: relative;
    margin-bottom: 5rem;
    padding-bottom: 2rem;
    color: #1a1a1a;
    font-size: 3.6rem;
    font-weight: 500;
}
.department-area h3::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 4px;
    margin: 0 auto;
    background: #066cb0;
}

.department-area .dept-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 100px;
}
.department-area .dept-item {
    display: flex;
    flex-direction: column;
}
.department-area .dept-circle {
    flex: 0 0 auto;
}
.department-area .dept-cont {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.department-area .dept-cont .stit,
.department-area .dept-cont .list {
    flex: 0 0 auto;
}

.department-area .dept-circle {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 225px;
    margin: 0 auto;
    background: url(/images/contents/dept_circle.png) no-repeat center top;
}
.department-area .dept-circle p {
    color: #066cb0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}
.department-area .dept-cont {
    width: 100%;
    margin-top: -5px;
    padding: 4rem 6rem;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    background: #fff;
    text-align: left;
}
.department-area .dept-cont .stit {
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-size: 1.8rem;
    font-weight: 500;
}
.department-area .dept-cont .list li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 10px;
    color: #6a6a6a;
    font-size: 1.6rem;
}
.department-area .dept-cont .list li:last-child {
    margin-bottom: 0;
}
.department-area .dept-cont .list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #066CB0;
}



/* ────────────────────── 오시는 길 ────────────────────── */
.location-section {
    position: relative;
    padding-bottom: 16rem;
    background: #ffffff;
}
.location-section .wrap {
    position: relative;
}

.location-row {
    display: flex;
    /* height: 600px; */
}
.map-area {
    flex: 0 0 65%;
    min-width: 0;
}
.map-area .root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}
.map-area .wrap_map {
    width: 100% !important;
    height: 100% !important;
}
.map-area .root_daum_roughmap .wrap_btn_zoom {
    right: 38px !important;
}
.root_daum_roughmap .map > div {
    right: 30px !important;
}
.root_daum_roughmap .cont {
    display: none;
}
.info-col {
    z-index: 2;
    position: relative;
    flex-grow: 1;
    margin-left: -30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.location-card {
    width: 100%;
    height: 100%;
    padding: 6rem 5rem;
    border-radius: 28px;
    background: #fff url(/images/contents/location_bg.png) no-repeat left 440px bottom;
    text-align: left;
    box-shadow: 0 8px 60px rgba(0, 0, 0, 0.08);
}
.location-card .logo img {
    display: block;
    width: 167px;
    margin-bottom: 3rem;
    object-fit: contain;
}
.location-card .title {
    margin-bottom: 10px;
    padding-left: 3rem;
    background: url(/images/contents/location_icon.png) no-repeat left top;
    font-size: 2.4rem;
    font-weight: 600;
    color: #066cb0;
}
.location-card .addr {
    margin-bottom: 3rem;
    color: #282828;
    font-size: 1.8rem;
}
.location-card .loc-info li {
    display: flex;
    align-items: center;
    margin-bottom: 0.9rem;
    color: #6a6a6a;
}
.location-card .loc-info li:last-child {
    margin-bottom: 0;
}
.location-card .loc-info .tag {
    flex: 0 0 80px;
    height: 30px;
    margin-right: 1rem;
    border-radius: 20px;
    background: #066cb0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
}
.location-card .as-box {
    margin-top: 7.5rem;
}
.location-card .as-box h4 {
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
}
.location-card .as-number {
    margin-bottom: 1.5rem;
    color: #066CB0;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
}
.location-card .as-time {
    font-size: 1.6rem;
    color: #6a6a6a;
    line-height: 1.5;
}



/* ────────────────────── PRODUCTS 공통 ────────────────────── */
.sub-products .sub-head-desc {
    z-index: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 16.5rem;
    padding-bottom: 9rem;
}
.sub-products .sub-head-desc .mtit {
    display: inline-block;
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.4rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.02em;
}
.sub-products .sub-head-desc .stit {
    display: inline-block;
    color: #6a6a6a;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.02em;
}

.contact-btn {
    z-index: 3;
    position: absolute;
    right: 10rem;
    bottom: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13rem;
    height: 13rem;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(
        98deg,
        rgba(65,169,198,1) 0%,
        rgba(5,106,174,1) 33%,
        rgba(65,169,198,1) 66%,
        rgba(5,106,174,1) 100%
    );
    background-size: 300% 300%;
    background-position: 0% 50%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: background-position 0.4s ease;
}

/* hover 애니메이션 */
@keyframes gradientMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.contact-btn:hover {
    animation: gradientMove 2.2s ease-in-out infinite;
}
.contact-btn.is-fixed {
    position: fixed;
}
.contact-btn.is-end {
    position: absolute;
}
.contact-btn span {
    display: block;
    padding-bottom: 3rem;
    background: url(/images/contents/contact_btn.png) no-repeat center bottom;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

.prod-area .contents-area {
    padding: 20rem 0 0;
}
.prod-area .contents-area > .wrap {
    display: block;
    text-align: center;
}
.prod-area .h4 {
    position: relative;
    margin-bottom: 5rem;
    padding-bottom: 2.4rem;
    color: #1a1a1a;
    font-size: 3.6rem;
    font-weight: 500;
}
.prod-area .h4 span {
    display: block;
    margin-bottom: 1.5rem;
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
}
.prod-area .h4 strong {
    font-weight: 700;
}
.prod-area .h4::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 4px;
    margin: 0 auto;
    background: #066cb0;
}


.prod-area .prod-model {
    position: relative;
    display: block;
    margin: 0 auto 1rem;
    padding-bottom: 4rem;
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
}
.prod-area .prod-model::after {
    content: "";
    position: absolute;
    top: 5rem;
    left: 50%;
    display: block;
    width: 1px;
    height: 3rem;
    margin: 0 auto;
    background: #ccc;
    transform: translateX(-50%);
}
.prod-area .prod-model small {
    font-size: 2rem;
}
.prod-area .prod-model.ver2 {
    line-height: 1.2;
}
.prod-area .prod-model.ver2::after {
    top: 7.3rem;
}
.prod-area .prod-model.ver2 small {
    display: block;
    color: #444;
}

.prod-area .desc-text {
    margin-bottom: 7.2rem;
    color: #5b5b5b;
    font-size: 1.8rem;
    line-height: 1.5;
}
.prod-area .desc-text em {
    color: #D64545;
    font-weight: 500;
}
.prod-area .bg2 {
    background: #f1f5f8;
}



/* ────────────────────── 재난안전 시스템 공통 ────────────────────── */
.prod-area .slope-status {
    position: relative;
}
.prod-area .slope-status::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: #fff;
}
.prod-area .slope-status-list {
    display: flex;
    justify-content: center;
    gap: 4rem;
}
.prod-area .slope-status-item {
    flex: 1;
    position: relative;
    text-align: center;
}
.prod-area .slope-status-img {
    overflow: hidden;
    border-radius: 36px;
    background: #000;
}
.prod-area .slope-status-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.prod-area .status-badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: -6rem auto 2rem;
    border-radius: 50%;
    border: 14px solid #fff;
    background: #e9f4ff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.prod-area .status-badge span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    font-size: 0;
}
.prod-area .status-normal span {
    background-image: url(/images/contents/slope_step3_ico.png);
}
.prod-area .status-warning span {
    background-image: url(/images/contents/slope_step2_ico.png);
}
.prod-area .status-danger span {
    background-image: url(/images/contents/slope_step1_ico.png);
}
.prod-area .status-desc {
    color: #5b5b5b;
    font-size: 1.8rem;
    font-weight: 500;
}
.prod-area .status-desc strong {
    color: #1a1a1a;
    font-weight: 600;
}



/* 시스템 구성도 */
.prod-area .system-area {
    overflow: hidden;
    position: relative;
    display: flex;
    margin: 9.5rem 0;
    border-radius: 20px;
    background: #000 url(/images/contents/system_bg.jpg) no-repeat right top;
    background-size: cover;
    color: #fff;
    text-align: left;
}
.prod-area .system-area::before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        290deg,
        rgba(6,108,176,0) 0%,
        rgba(6,108,176,0.06) 12%,
        rgba(6,108,176,0.18) 22%,
        rgba(6,108,176,0.6) 28%,
        rgba(6,108,176,0.75) 30%,
        rgba(6,108,176,0.9) 38%,
        rgba(6,108,176,1) 43%
    );
}
.prod-area .system-left {
    z-index: 1;
    position: relative;
    width: 40.7%;
    padding: 8rem;
}
.prod-area .system-left::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.prod-area .sys-title {
    position: relative;
    margin-bottom: 2.5rem;
    padding-left: 20px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
}
.prod-area .sys-title:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 4px;
    height: 20px;
    background: #fff;
}
.prod-area .sys-desc {
    margin-bottom: 7rem;
    padding-left: 2rem;
    color: #e5e5e5;
    font-size: 1.6rem;
    line-height: 1.5;
}
.prod-area .catalog-text {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
}
.prod-area .catalog-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 206px;
    height: 60px;
    margin-top: 2.5rem;
    border-radius: 50px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}
.prod-area .catalog-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.prod-area .catalog-btn span {
    display: block;
    padding-right: 20px;
    background: url(/images/common/ico_down.png) no-repeat right center;
}
.prod-area .system-right {
    z-index: 1;
    position: relative;
    padding: 8rem 6rem;
}
.prod-area .system-right .field-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5rem;
    padding-left: 2rem;
    text-align: center;
}
.prod-area .system-right .field-list li {
    padding-top: 74px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}
.prod-area .system-right .field-list li:nth-child(1) {
    background-image: url(/images/contents/ico_road.png);
}
.prod-area .system-right .field-list li:nth-child(2) {
    background-image: url(/images/contents/ico_bridge.png);
}
.prod-area .system-right .field-list li:nth-child(3) {
    background-image: url(/images/contents/ico_cityhill.png);
}
.prod-area .system-right .field-list li:nth-child(4) {
    background-image: url(/images/contents/ico_dam.png);
}


/* ────────────────────── 하드웨어 구성 ────────────────────── */
.config-area {
    max-width: 1400px;
    margin: 0 auto;
    text-align: left;
    display: grid;
    grid-template-columns: 947px 433px;
    grid-auto-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
}
.config-area > .config-card:first-child {
    grid-column: 1 / 3;
}

.config-area > .config-row {
    display: contents;
}
.config-area > .config-row > .config-card.row-box {
    grid-column: 1 / 2;
}
.config-area > .config-row > .config-card.col-box {
    grid-column: 2 / 3;
}
.config-area > .config-row > .config-card.one-box {
    grid-column: 2 / 3;
}
.config-area > .slope-video {
    grid-column: 1 / 3;
}

/* ───── 카드 공통 레이아웃 ───── */
.config-card {
    display: flex;
    border-radius: 20px;
    background: #fff;
    min-height: 480px;
}

/* 기본 이미지 박스 (1번 카드 / row-box 등) */
.config-card .config-img {
    overflow: hidden;
    position: relative;
    flex: none;
    width: 947px;
    min-height: 480px;
    border-radius: 20px;
}

/* ver2 이미지 (503px 고정) */
.config-card .config-img.ver2 {
    width: 503px;
    min-height: 480px;
}

/* 이미지 공통 */
.config-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* 텍스트 영역 공통 (458×480 고정) */
.config-info {
    position: relative;
    flex: none;
    width: 458px;
    display: flex;
    flex-direction: column;
    padding: 6rem 4rem;
    border-radius: 0 20px 20px 0;
}
.config-info .h5 {
    margin-bottom: 3rem;
    color: #066cb0;
    font-size: 2.4rem;
    font-weight: 600;
}
.config-info .text {
    margin-bottom: 3rem;
    color: #282828;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}

/* ───── 단일 박스(one-box) 이미지 ───── */
.config-card.one-box {
    overflow: hidden;
    flex-direction: column;
    flex: none;
    width: 433px;
    background: transparent;
}
.config-card.one-box .config-img {
    position: relative;
    flex: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 20px;
}

/* ───── 세로 레이아웃(col-box) ───── */
.config-card.col-box {
    flex-direction: column;
    flex: none;
    width: 433px;
    background: #fff;
    border-radius: 20px;
}
.config-card.col-box .config-info {
    background: #fff;
}
.config-card.col-box .config-img {
    position: relative;
    flex: none;
    width: 100%;
    height: 320px;
    min-height: 320px;
    border-radius: 20px;
}

/* 작은 이미지 버전이 있다면 그대로 유지 */
.config-card.col-box .config-img.small {
    height: 220px;
    min-height: 220px;
}

/* col-box 텍스트 */
.config-card.col-box .config-info {
    flex: 1;
    width: 100%;
    height: auto;
    padding: 5rem 3rem;
    border-radius: 0 0 20px 20px;
}
.config-card.col-box .h5 {
    margin-bottom: 1rem;
}

/* ───── 리스트 공통 ───── */
.sub-products .list {
    color: #6a6a6a;
    font-size: 1.6rem;
    line-height: 1.5;
}
.sub-products .list li {
    position: relative;
    padding-left: 10px;
    text-align: left;
}
.sub-products .list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #066cb0;
}
.sub-products .list li + li {
    margin-top: 0.5rem;
}

/* ───── 상단 넘버 스타일 ───── */
/* 기본(1번) 넘버 */
.config-info::after {
    position: absolute;
    top: 3rem;
    right: 4rem;
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.4rem;
    font-weight: 700;
}
.config-area > .config-card .config-info::after {
    content: "1";
}

/* 2, 3번 넘버 (row 내부 텍스트 블럭) */
.config-text {
    position: relative;
    flex: 1;
    width: 100%;
    height: auto;
}
.config-info .config-text.n1 {
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.config-info .config-text.n2 {
    padding-top: 3rem;
}
.config-row .config-text.n1::after {
    content: "2";
    position: absolute;
    top: -3rem;
    right: 0;
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.4rem;
    font-weight: 700;
}
.config-row .config-text.n2::after {
    content: "3";
    position: absolute;
    top: 0;
    right: 0;
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.4rem;
    font-weight: 700;
}

/* 4번 넘버 (col-box 이미지에만) */
.config-card.col-box .config-img::after {
    content: "4";
    position: absolute;
    top: 3rem;
    right: 4rem;
    color: #066cb0;
    font-family: 'Montserrat', sans-serif;
    font-size: 5.4rem;
    font-weight: 700;
}

/* ───── 비디오 영역 ───── */
.slope-video {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1400px;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    border-radius: 20px;
}
.slope-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ───── 인증서 ───── */
.cdsp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 39rem;
    height: 8rem;
    margin: 10rem auto 0;
    border-radius: 50px;
    background: linear-gradient(
        98deg,
        rgba(65,169,198,1) 0%,
        rgba(5,106,174,1) 33%,
        rgba(65,169,198,1) 66%,
        rgba(5,106,174,1) 100%
    );
    background-size: 300% 300%;
    background-position: 0% 50%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease-in-out;
}
@keyframes gradientMove {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.cdsp-btn:hover {
    animation: gradientMove 2.2s ease-in-out infinite;
}
.cdsp-btn span {
    display: block;
    padding-right: 25px;
    background: url(/images/contents/contact_btn.png) no-repeat right center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}
/* 이미지 */
.cdsp-overlay {
    z-index: 9999;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
}
.cdsp-content {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 10px;
    overflow: hidden;
}
.cdsp-content img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 10px;
}
body.cdsp-open {
    overflow: hidden;
}



/* 비탈면 경보 시스템 */
.sub-products.p0101 .prod-area .bg2 {
    padding-bottom: 16rem;
}
.sub-products.p0101 #cert-tab1 .config-info.bg {
    background: url(/images/contents/config_img1_ill.png) no-repeat right 4rem bottom -3.5rem;
}
.sub-products.p0101 #cert-tab1 .cata-info {
    display: none;
}



/* 작업장 돌발상황 알림 시스템 */
.sub-products.p0101 #cert-tab2 .slope-status-list {
    gap: 8rem;
}
.sub-products.p0101 #cert-tab2 .slope-status-item {
    flex: inherit;
}
.sub-products.p0101 #cert-tab2 .slope-status::before {
    height: 0;
}
.sub-products.p0101 #cert-tab2 .bg2 {
    margin-top: 14rem;
}
.sub-products.p0101 #cert-tab2 .config-area {
    margin-top: 9.5rem;
}
.sub-products.p0101 #cert-tab2 .status-badge {
    box-shadow: none;
}
.sub-products.p0101 #cert-tab2 .config-info::after {
    display: none;
}
.sub-products.p0101 #cert-tab2 .config-card.one-box {
    position: relative;
    padding: 5.5rem 4.5rem;
    background-color: #066cb0;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.sub-products.p0101 #cert-tab2 .config-card.one-box .config-info {
    padding: 0;
}
.sub-products.p0101 #cert-tab2 .config-card.one-box::before {
    content: "";
    position: absolute;
    right: -19px;
    bottom: 15px;
    display: block;
    width: 241px;
    height: 320px;
    background: url(/images/contents/p0102_img3.png) no-repeat left top;
}
.sub-products.p0101 #cert-tab2 .config-card.one-box .h5 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 3.6rem;
    font-weight: 800;
}
.sub-products.p0101 #cert-tab2 .config-card.one-box .text {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
}
.sub-products.p0101 #cert-tab2 .config-card.one-box p {
    margin-top: 1rem;
}
.sub-products.p0101 #cert-tab2 .config-card.one-box p > span {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
}



/* 베리어프리 키오스크 */
.sub-products.p0102 #cert-tab1 .contents-area {
    overflow: hidden;
    padding: 0;
}

.print-config {
    display: grid;
    grid-template-columns: 320px 1fr 1fr;
}
.print-config > .print-tit,
.print-config > .print-bon7,
.print-config > .print-bon6 {
    padding: 5rem 4rem;
    border-bottom: 1px solid #ccc;
}
.print-config > div:nth-child(-n+3) {
    padding-top: 20rem;
}
.print-config > div:nth-last-child(-n+3) {
    padding-bottom: 20rem;
    border-bottom: none;
}
.print-config > .print-tit {
    position: relative;
    grid-column: 1 / 2;
    background: #f1f5f8;
    color: #111;
    font-size: 2.4rem;
    font-weight: 700;
}
.print-config > .print-tit::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: -100%;
    width: calc(100% + 320px);
    height: calc(100% + 400px);
    background: #f1f5f8;
}
.print-config .txt-area {
    flex-direction: column;
    align-items: flex-start;
}
.print-config .print-tit.mob-none {
    display: none;
    margin-bottom: 1rem;
    color: #111;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
}
.print-config > .print-bon7 {
    grid-column: 2 / 3;
}
.print-config > .print-bon6 {
    grid-column: 3 / 4;
}
.print-config .img-area {
    overflow: hidden;
    border-radius: 20px;
}
.print-config .img-area img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.print-config .img-mob {
    display: none;
}
.print-config .text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.print-config .text-area strong {
    /* margin-right: 5rem; */
    font-size: 3.6rem;
    font-family: "Montserrat";
    font-weight: 700;
    color: #066cb0;
}
.print-config .text-area span {
    font-size: 2.4rem;
    font-weight: 500;
    color: #5b5b5b;
}
.print-config .print-bon7,
.print-config .print-bon6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    height: auto;
}

.catalog-box {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 220px);
    height: 240px;
    margin: 0 auto 16rem;
    border-radius: 20px;
    background: url(/images/contents/print_img3.jpg) no-repeat right top;
    color: #fff;
    text-align: left;
}
.catalog-box::before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        290deg,
        rgba(6,108,176,0) 0%,
        rgba(6,108,176,0.06) 10%,
        rgba(6,108,176,0.2) 20%,
        rgba(6,108,176,0.4) 35%,
        rgba(6,108,176,0.6) 40%,
        rgba(6,108,176,0.8) 45%,
        rgba(6,108,176,1) 50%
    );
}
.catalog-box p {
    font-size: 1.8rem;
    line-height: 1.5;
}



/* 대형폐기물 배출신고 시스템 */
.sub-products.p0102 #cert-tab2 .desc-text {
    margin-bottom: 12rem;
}
.sub-products.p0102 #cert-tab2 .bg2 {
    padding-bottom: 16rem;
}
.sub-products.p0102 #cert-tab2 .slope-status::before {
    height: 60px;
}
.sub-products.p0102 #cert-tab2 .slope-status-item {
    flex: 0;
    flex-basis: 22rem;
}
.sub-products.p0102 #cert-tab2 .status-desc strong {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
    font-weight: 700;
}
.sub-products.p0102 #cert-tab2 .status-badge {
    box-shadow: none;
}
.sub-products.p0102 #cert-tab2 .slope-status-list {
    margin-bottom: 16rem;
}
.sub-products.p0102 #cert-tab2 .config-info .h5 {
    margin-bottom: 1rem;
}
.sub-products.p0102 #cert-tab2 .config-card.one-box {
    position: relative;
    background: url(/images/contents/waste_img2.jpg) no-repeat center center / cover;
}
.sub-products.p0102 #cert-tab2 .config-card.one-box::before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(6, 108, 176, 0) 0%, rgba(6, 108, 176, 0.9) 50%);
}
.sub-products.p0102 #cert-tab2 .config-card.one-box .config-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
}

/* 스펙 테이블 */
.spec-box {
    overflow: hidden;
    position: relative;
    width: calc(100% - 220px);
    margin: 0 auto 16rem;
    padding-bottom: 10rem;
    border-radius: 20px;
    border: 8px solid #fff;
    background: #f1f5f8;
}
.spec-box::before {
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - (1rem * 2));
    height: calc(100% - (1rem * 2));
    border-radius: 12px;
    border: 2px dashed #fff;
}
.table-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10rem 0 0;
}
.spec-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 3px solid #066cb0;
    font-size: 1.6rem;
    line-height: 1.3;
}

.spec-table th,
.spec-table td {
    padding: 1.2rem 0.8rem;
    border-radius: 10px;
    border: 2px solid #f1f5f8;
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: keep-all;   
}

.spec-table thead th {
    padding: 2rem 0.8rem;
    background: #066cb0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

.spec-table tbody th {
    background: rgba(255, 255, 255, 0.8);
    color: #111;
    font-size: 1.7rem;
    font-weight: 500;
}
.spec-table tbody td {
    background: #fff;
    color: #6a6a6a;
    font-size: 1.6rem;
    text-align: center;
}

.table-wrap.ver2 {
    margin-bottom: 16rem;
    padding-top: 0;
}
.table-wrap.ver2 .spec-table th,
.table-wrap.ver2 .spec-table td {
    border: 2px solid #fff;
}
.table-wrap.ver2 .spec-table tbody th {
    background: rgba(6, 108, 176, 0.08);
}
.table-wrap.ver2 .spec-table tbody td {
    background: rgba(241, 245, 248, 0.8);
}
@media (max-width: 1299px) {
    .spec-box {
        width: calc(100% - 120px);
    }
}

@media (max-width: 1023px) {
    .spec-box {
        overflow: visible;
        display: block;
        width: 100%;
        height: auto;
        margin: 12% auto 0;
        border: 0;
        padding: 0;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .spec-box {
        margin-top: 0;
        background: transparent;
    }
    .spec-box::before {
        display: none; 
    }
    .spec-box .spec-table th,
    .spec-box .spec-table td {
        border: 2px solid #fff;
    }
    .spec-box .spec-table tbody th {
        background: rgba(6, 108, 176, 0.08);
    }
    .spec-box .spec-table tbody td {
        background: rgba(241, 245, 248, 0.8);
    }
    .table-wrap {
        padding: 12% 0 15%;
    }
    .table-wrap.ver2 {
        margin-bottom: 0;
    }
    .spec-table {
        table-layout: auto;
        white-space: normal;
    }
    .spec-table thead th {
        z-index: 2;
        position: sticky;
        top: 0;
        padding: 1.2rem 0.6rem;
        font-size: 1.6rem;
        white-space: nowrap;
    }
    .spec-table tbody th {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .spec-table tbody td {
        font-size: 1.4rem;
        text-align: left;
    }
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .spec-table colgroup col {
        width: auto !important;
    }
}


/* ────────────────────── 그리드 카드 섹션 ────────────────────── */
.media-section {
    margin: 9.5rem auto;
}
.media-grid {
    display: grid;
    /* grid-template-columns: 335px 355px 355px 355px; */
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 335px;
    gap: 20px;
}
.media-inner {
    position: absolute;
    inset: 3.6rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.media-grid .media-card {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background-color: #f1f5f8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.media-grid .media-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.media-grid .media-card.center-box .media-inner p strong {
    opacity: 0.8;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 7.2rem;
    font-weight: 900;
    line-height: 1;
    vertical-align: middle;
}

/* 위치 조합 유틸 */
.media-inner.left-center {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
.media-inner.center-top {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}
.media-inner.left-top {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
.media-inner.left-bottom {
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
}

/* 텍스트 공통 */
.media-tag {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 8px;
}
.media-title {
    font-size: 3.6rem;
    font-weight: 700;
}

.media-grid .center-box .media-logo {
    display: inline-block;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    letter-spacing: 0.08em;
}
.media-grid .center-box .media-text {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}



/* ────────────────────── 그리드 카드 섹션 ver2 ────────────────────── */
.media-section.ver2 .media-grid {
	grid-template-columns: repeat(auto-fill, minmax(220px, auto));
	grid-template-rows: repeat(1, minmax(220px, auto));
	grid-auto-flow: row dense;
    /* grid-template-columns: repeat(6, 220px); */
    grid-auto-rows: 220px;
    gap: 16px;
    justify-content: center;
}
.media-section.ver2 .media-card {
    background: linear-gradient(15deg, rgba(5, 106, 174, 1) 0%, rgba(0, 0, 0, 1) 75%);
}
.media-section.ver2 .media-inner {
    inset: 40px;
}
/* 텍스트 공통 */
.media-section.ver2 .media-tag {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 8px;
}
.media-section.ver2 .media-tag.text {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
}
.media-section.ver2 .media-title {
    color: #93d4eb;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1;
}
.media-section.ver2 .media-title em {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 15px;
}
.media-section.ver2 .media-card.blue {
    background: #c3ecf7;
}
.media-section.ver2 .media-card.blue .media-tag {
    color: #5b5b5b;
}
.media-section.ver2 .media-card.blue .media-title {
    color: #056aae;
}

.media-section.ver2 .media-card.span1 {
    grid-column: span 1;
}
.media-section.ver2 .media-card.span2 {
    grid-column: span 2;
}
.media-section.ver2 .media-card.span3 {
    grid-column: span 3;
}



/* 포토 키오스크 */
.sub-products.p0102 #cert-tab3 .bg2 {
    padding: 10rem 0 16rem;
}
.sub-products.p0102 #cert-tab3 .slope-status::before {
    display: none;
}
.sub-products.p0102 #cert-tab3 .config-row2 {
    display: flex;
}

.sub-products.p0102 #cert-tab3 .photo-kiosk {
    margin-top: 9.5rem;
}
.sub-products.p0102 #cert-tab3 .photo-kiosk .flex-list {
    display: flex;
    justify-content: center;
    gap: 6rem;
}
.sub-products.p0102 #cert-tab3 .photo-kiosk .flex-list li {
    flex-basis: 140px;
    color: #282828;
    font-size: 2.4rem;
    font-weight: 700;
}
.sub-products.p0102 #cert-tab3 .photo-kiosk .flex-list li span {
    font-size: 1.8rem;
    font-weight: 400;
}
.sub-products.p0102 #cert-tab3 .photo-kiosk .flex-list li strong {
    color: rgba(5, 106, 174, 0.3);
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    vertical-align: middle;
}
/* 카드 배치 */
.sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 5;
    background-image: url(/images/contents/phki_img2.jpg);
}
.sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
    background-image: url(/images/contents/phki_img3.jpg);
}
.sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 4 / 5;
    background-image: url(/images/contents/phki_img4.jpg);
}
.sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(5) {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    background-image: url(/images/contents/phki_img5.jpg);
}
.sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(6) {
    grid-row: 3 / 4;
    grid-column: 3 / 4;
    background-image: url(/images/contents/phki_img6.jpg);
}
.sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(7) {
    grid-row: 3 / 4;
    grid-column: 4 / 5;
    background-image: url(/images/contents/phki_img7.jpg);
}

.sub-products.p0102 #cert-tab3 .config-card.col-box .config-img {
    height: 220px;
    min-height: 220px;

}
.config-area.reverse {
    display: grid;
    grid-template-columns: 503px minmax(0, 1fr);
    margin-bottom: 20px;
}
.config-area.reverse > .config-row > .config-card.row-box {
    grid-column: 2 / 3;
}
.config-area.reverse > .config-row > .config-card.one-box {
    grid-column: 1 / 2;
    width: 503px;
}
.config-area.reverse > .config-row > .config-card.row-box .config-img {
    width: 423px;
}




/* 안내 키오스크(DID) */
.sub-products.p0102 #cert-tab4 .slope-status.bg2 {
    padding: 10rem 0 16rem;
}
.sub-products.p0102 #cert-tab4 .slope-status::before {
    display: none;
}
.sub-products.p0102 #cert-tab4 .status-desc {
    margin-top: 1rem;
}
.sub-products.p0102 #cert-tab4 .status-desc span {
    display: block;
    color: #0064ff;
}
.sub-products.p0102 #cert-tab4 .status-desc strong {
    display: block;
    font-size: 2.4rem;
}

/* --- 스캐너·하드웨어 --- */
.sub-products.p0103 .slope-status.bg2 {
    padding-bottom: 16rem;
}

/* 도장(인감)스캐너 */
.sub-products.p0103 #cert-tab1 .media-card:nth-child(2) {
    background-image: url(/images/contents/seal_img5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab1 .media-card:nth-child(3) {
    background-image: url(/images/contents/seal_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab1 .media-card:nth-child(4) {
    background-image: url(/images/contents/seal_img2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab1 .media-card:nth-child(5) {
    background-image: url(/images/contents/seal_img3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab1 .media-card:nth-child(6) {
    background: linear-gradient(75deg,rgba(5, 106, 174, 1) 0%, rgba(65, 169, 198, 1) 100%);
}
.sub-products.p0103 #cert-tab1 .media-card:nth-child(7) {
    background-image: url(/images/contents/seal_img6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* .sub-products.p0103 #cert-tab1 .media-card:nth-child(6) {
    background-image: url(/images/contents/seal_img4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab1 .media-card:nth-child(7) {
    background-image: url(/images/contents/seal_img5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab1 .media-card:nth-child(8) {
    background-image: url(/images/contents/seal_img6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
.sub-products.p0103 #cert-tab1 .slope-status.bg2 {
    padding: 10rem 0 16rem;
}
.sub-products.p0103 #cert-tab1 .slope-status::before {
    display: none;
}
.sub-products.p0103 #cert-tab1 .config-card {
    min-height: 340px;
}
.sub-products.p0103 #cert-tab1 .config-info {
    width: calc((100% - 503px) / 2);
}
.sub-products.p0103 #cert-tab1 .config-info.n2 {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.sub-products.p0103 #cert-tab1 .config-info.n2::after {
    content: "2";
}
.sub-products.p0103 #cert-tab1 .slope-video {
    margin-top: 2rem;
}
.sub-products.p0103 #cert-tab1 .consumables {
    margin-top: 10rem;
}
.sub-products.p0103 #cert-tab1 .consumables .flex-list {
    display: flex;
    justify-content: center;
    gap: 6rem;
}
.sub-products.p0103 #cert-tab1 .consumables .flex-list li {
    flex-basis: 335px;
    padding-top: 250px;
    background-repeat: no-repeat;
    background-position: center top;
    color: #282828;
    font-size: 2.4rem;
    font-weight: 700;
}
.sub-products.p0103 #cert-tab1 .consumables .flex-list li:nth-child(1) {
    background-image: url(/images/contents/bs1_consu_img1.png);
}
.sub-products.p0103 #cert-tab1 .consumables .flex-list li:nth-child(2) {
    background-image: url(/images/contents/bs1_consu_img2.png);
}
.sub-products.p0103 #cert-tab1 .consumables .flex-list li span {
    font-size: 1.8rem;
    font-weight: 400;
}
.sub-products.p0103 #cert-tab1 .consumables .flex-list li strong {
    color: rgba(5, 106, 174, 0.3);
    font-family: 'Montserrat', sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    vertical-align: middle;
}
.sub-products.p0103 #cert-tab1 .config-area.type2 {
    grid-template-columns: none;
    width: 100%;
}
.sub-products.p0103 #cert-tab1 .config-area.type2 .config-card .config-img {
    width: 503px;
    min-height: 340px;
}


/* 지문인식기 */
.sub-products.p0103 #cert-tab2 .media-card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab2 .media-card:nth-child(2) {
    background-image: url(/images/contents/finger_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab2 .media-card:nth-child(4) {
    background-image: url(/images/contents/finger_img2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* 신분증스캐너 */
.sub-products.p0103 #cert-tab3 .media-card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab3 .media-card:nth-child(1) {
    background-image: url(/images/contents/scann_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab3 .media-card:nth-child(3) {
    background-image: url(/images/contents/finger_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* 점자디스플레이 */
.sub-products.p0103 #cert-tab4 .media-grid {
    grid-auto-rows: auto;
}
.sub-products.p0103 #cert-tab4 .media-card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab4 .media-card:nth-child(1) {
    background-image: url(/images/contents/disp_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab4 .media-card:nth-child(2) {
    background-image: url(/images/contents/finger_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab4 .media-card:nth-child(3) .media-tag {
    margin-top: 8px;
    margin-bottom: 0;
}
.sub-products.p0103 #cert-tab4 .media-card:nth-child(5) {
    height: 330px;
    padding-left: 6rem;
    background-image: url(/images/contents/disp12_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab4 .media-card:nth-child(6) {
    height: 330px;
    padding-left: 6rem;
    background-image: url(/images/contents/disp8_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab4 .media-card:nth-child(5) .media-inner, 
.sub-products.p0103 #cert-tab4 .media-card:nth-child(6) .media-inner {
    inset: 7.5rem;
}


/* 점자키패드 */
.bpad-section {
    margin-bottom: 16rem
}
.bpad-inner {
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
    border-radius: 20px;
}
.bpad-swiper .swiper-slide {
    display: flex;
    min-height: 480px;
}
.bpad-photo {
    flex-shrink: 0;
    max-width: 947px;
    width: 100%;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bpad-swiper .slide1 .bpad-photo {
    background-image:url(/images/contents/keyp_img1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bpad-swiper .slide2 .bpad-photo {
    background-image:url(/images/contents/keyp_img2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bpad-swiper .slide3 .bpad-photo {
    background-image:url(/images/contents/keyp_img3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bpad-content {
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    padding: 3rem 5rem;
    background: #f1f5f8;
    text-align: left;
}
.bpad-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2.4rem;
    color: #066cb0;
}
.bpad-name {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}
.bpad-key {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}
.bpad-key span {
    display: inline-block;
    font-size: 5.4rem;
    font-weight: 600;
    line-height: 1;
}
.bpad-desc {
    flex: 1;
}
.bpad-title {
    margin-bottom: 3rem;
    color: #282828;
    font-size: 1.8rem;
    font-weight: 500;
}
.bpad-tab-wrap {
    z-index: 1;
    position: absolute;
    right: 5rem;
    bottom: 4rem;
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    max-width: 353px;
    width: 100%;
    padding-top: 2rem;
    border-top: 1px solid #d8dcdf;
}
.bpad-tab-wrap li {
    flex-grow: 1;
    padding: 0.5rem 2rem;
    border-radius: 4px;
    border: 1px solid #c3d0e0;
    background: #fff;
    color: #4a5a70;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.bpad-tab-wrap li:hover {
    border-color: #066cb0;
    color: #066cb0;
}
.bpad-tab-wrap li.on {
    background: #066cb0;
    border-color: #066cb0;
    color: #fff;
}

.sub-products.p0103 #cert-tab5 .slope-status::before {
    display: none;
}
.sub-products.p0103 #cert-tab5 .spec-table img {
    display: inline-block;
    max-width: 100%;
    width: 320px;
    height: auto;
    object-fit: contain;
}


/* 이어폰볼륨조절기 */
.sub-products.p0103 #cert-tab6 .media-card {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sub-products.p0103 #cert-tab6 .media-card:nth-child(1) {
    background-image: url(/images/contents/earp_img1.jpg);
}
.sub-products.p0103 #cert-tab6 .media-card:nth-child(2) {
    background-image: url(/images/contents/earp_img2.jpg);
}
.sub-products.p0103 #cert-tab6 .media-card:nth-child(3) {
    background-image: url(/images/contents/earp_img3.jpg);
}
.sub-products.p0103 #cert-tab6 .media-card:nth-child(4) {
    background-image: url(/images/contents/finger_img1.jpg);
}
.sub-products.p0103 #cert-tab6 .media-card:nth-child(5) {
    background-image: url(/images/contents/earp_img4.jpg);
}
.sub-products.p0103 #cert-tab6 .media-card:nth-child(6) {
    background-image: url(/images/contents/earp_img5.jpg);
}
.sub-products.p0103 #cert-tab6 .media-card:nth-child(8) {
    background-image: url(/images/contents/earp_img6.jpg);
}


/* --- 소프트웨어 --- */
.sub-products.p0104 .slope-status.bg2 {
    padding-bottom: 16rem;
}
.sub-products.p0104 .slope-status {
    padding-top: 10rem;
}
.sub-products.p0104 .slope-status::before {
    display: none;
}
.sub-products.p0104 .slope-status .config-area > .config-card .config-img {
    overflow: visible;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.sub-products.p0104 .slope-status .config-area > .config-card .config-info::after {
    display: none;
}



/* ────────────────────── 반응형 ────────────────────── */
@media only screen and (max-width:1599px) {
    /* --- 기술 및 인증 --- */
    .cert-list {
        gap: 5rem 2rem;
    }
    .config-area {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); /* 비율만 유지 */
        column-gap: 16px;
        row-gap: 16px;
    }
    .config-card {
        min-height: 0;
    }
    .config-card .config-img,
    .config-card .config-img.ver2 {
        flex: 1 1 0;
        width: 100%;
        height: auto;
    }
    .config-card .config-img {
        aspect-ratio: 947 / 480;
    }
    .config-card .config-img.ver2 {
        aspect-ratio: 503 / 480;
    }
    .config-info {
        flex: 1 1 0;
        width: 100%;
        height: auto;
        padding: 4rem 3rem;
    }
    .config-card.col-box {
        width: 100%;
        min-height: 0;
    }
    .config-card.col-box .config-img {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 433 / 320;
    }
    .config-card.col-box .config-img.small {
        aspect-ratio: 433 / 220;
    }

    .config-card.one-box {
        width: 100%;
        min-height: 0;
    }
    .config-card.one-box .config-img {
        width: 100%;
        height: auto;
        min-height: 0;
    }
    .slope-video {
        max-width: 100%;
        border-radius: 20px;
    }
    .media-section.ver2 .media-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        /* grid-auto-rows: auto; */
        max-width: 928px;
        margin: 0 auto;
    }
    
    .sub-products .slope-status.bg2 > .table-wrap {
        width: 94%;
    }
    .sub-products.p0103 #cert-tab4 .media-section.ver2 .media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        max-width: 456px;
        /* grid-template-rows: auto; */
        grid-auto-rows: minmax(220px, auto);
    }
    .sub-products.p0103 #cert-tab4 .media-card:nth-child(5),
    .sub-products.p0103 #cert-tab4 .media-card:nth-child(6) {
        height: auto;
        aspect-ratio: 446 / 220;
        padding-left: 0;
    }
    .media-section.ver2 .media-card.span3 {
        grid-column: 1 / -1;
    }

    .sub-products.p0103 #cert-tab4 .media-card:nth-child(5) .media-inner,
    .sub-products.p0103 #cert-tab4 .media-card:nth-child(6) .media-inner {
        inset: 40px;
    }

    .sub-products.p0104 .slope-status .config-area > .config-card .config-img {
        width: 60%;
    }

    
    .bpad-tab-wrap {
        position: static;
        max-width: 100%;
        padding: 3rem;
        border-top: 0;
    }
    
}

@media only screen and (max-width:1299px) {
    /* --- 비전과 가치 --- */
    .promise-box::before {
        top: 50px;
    }
    .promise-box .text-area {
        margin-right: 2%;
    }
    .promise-box .text-area p.n1 {
        padding-top: 8rem;
    }
    .promise-box .text-area p.n2 {
        margin-left: 4rem;
        padding-top: 25rem;
    }
    .value-box {
        flex-direction: column;
    }
    .value-box .h4 {
        margin-bottom: 2rem;
    }
    .value-item {
        width: 100%;
    }

    /* --- 기술 및 인증 --- */
    .cert-list {
        grid-template-columns: repeat(4, 1fr);
    }

    /* --- 조직도 --- */
    .org-bottom::before {
        top: -48px;
    }
    .org-bottom .org-box::after {
        content: "";
        position: absolute;
        top: -50px;
        height: 1px;
        background: #e5e5e5;
    }
    .org-bottom .org-box:first-child::after {
        left: 50%;
        right: 0;
    }
    .org-bottom .org-box:last-child::after {
        left: 0;
        right: 50%;
    }
    .org-bottom .org-box:not(:first-child):not(:last-child)::after {
        left: 0;
        right: 0;
    }

    .contact-btn {
        right: 2%;
    }

    .prod-area .slope-status-list {
        flex-wrap: wrap;
        gap: 6rem 1rem;
    }
    .prod-area .slope-status-item {
        flex: 0 0 calc(50% - 2rem);
    }

    /* --- 1열 레이아웃 --- */
    .config-area,
    .config-area.reverse {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    .config-area {
        margin: 0 auto;
    }
    .config-area.reverse {
        margin: 0 auto 20px;
    }

    .config-area > .config-card,
    .config-area > .config-row,
    .config-area > .slope-video,
    .config-area > .config-row > .config-card.row-box,
    .config-area > .config-row > .config-card.col-box,
    .config-area > .config-row > .config-card.one-box,
    .config-area.reverse > .config-card,
    .config-area.reverse > .config-row,
    .config-area.reverse > .slope-video,
    .config-area.reverse > .config-row > .config-card.row-box,
    .config-area.reverse > .config-row > .config-card.col-box,
    .config-area.reverse > .config-row > .config-card.one-box {
        grid-column: 1 / 2;
    }

    .config-card,
    .config-card.one-box,
    .config-card.col-box,
    .config-area.reverse > .config-card,
    .config-area.reverse > .config-row > .config-card.row-box,
    .config-area.reverse > .config-row > .config-card.col-box,
    .config-area.reverse > .config-row > .config-card.one-box {
        width: 100%;
        min-width: 0;
    }
    .config-info,
    .config-area.reverse .config-info {
        width: 100%;
        height: auto;
        flex-basis: 50%;
    }
    .config-card .config-img {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 947 / 480;
        flex-basis: 50%;
    }
    .config-card .config-img.ver2 {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 503 / 480;
        flex-basis: 50%;
    }
    .config-card.one-box .config-img,
    .config-card.col-box .config-img,
    .config-card.col-box .config-img.small {
        width: 100%;
        height: auto;
    }
    .config-card.col-box .config-img {
        aspect-ratio: 433 / 320;
    }
    .config-card.col-box .config-img.small {
        aspect-ratio: 433 / 220;
    }
    .config-row {
        flex-direction: column;
    }
    .config-card.col-box {
        flex-direction: row;
        flex-basis: auto;
    }
    .config-card.col-box .config-img {
        flex: 0 1 auto;
        flex-basis: 50%;
        min-height: auto;
        height: auto;
    }
    .config-card.col-box .config-info {
        flex-basis: 444px;
    }

    /* --- reverse 내부 이미지 공통 --- */
    .config-area.reverse .config-card .config-img,
    .config-area.reverse .config-card .config-img.ver2,
    .config-area.reverse .config-card.one-box .config-img,
    .config-area.reverse .config-card.col-box .config-img,
    .config-area.reverse .config-card.col-box .config-img.small,
    .config-area.reverse > .config-row > .config-card.row-box .config-img {
        width: 100%;
        height: auto;
    }
    .sub-products.p0102 #cert-tab1 .config-card.col-box .config-img {
        aspect-ratio: 433 / 220;
    }

    /* --- type2 --- */
    .sub-products.p0103 #cert-tab1 .config-area.type2 .config-card {
        display: flex;
        flex-direction: column;
    }
    .sub-products.p0103 #cert-tab1 .config-area.type2 .config-card .config-img {
        aspect-ratio: 503 / 340;
        width: 100%;
        flex-basis: 100%;
    }
    .sub-products.p0103 #cert-tab1 .config-area.type2 .config-card .config-info {
        flex-basis: auto;
        width: 100%;
    }
    .sub-products.p0103 #cert-tab1 .config-area.type2 .config-card .config-info::after {
        font-size: 3.6rem;
    }
    .sub-products.p0103 #cert-tab3 .consumables .flex-list {
        flex-direction: column;
    }
    .sub-products.p0103 #cert-tab4 .prod-intro.ver2 .prod-center {
        background-position: left top 6rem;
    }

    /* --- print --- */
    .print-config {
        grid-template-columns: 210px 1fr 1fr;
    }
    .print-config > .print-tit::before {
        width: calc(100% + 210px);
    }
    .print-config > div:nth-child(-n+3) {
        padding-top: 12rem;
    }
    .print-config > div:nth-last-child(-n+3) {
        padding-bottom: 20%;
    }
    .catalog-box {
        width: calc(100% - 120px);
    }

    /* --- bpad --- */
    .bpad-swiper .swiper-slide {
        flex-direction: column;
    }
    .bpad-swiper .bpad-photo {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 947 / 480;
    }
    .bpad-content {
        padding: 3rem;
    }
    .bpad-tab-wrap {
        border-top: 1px solid #d8dcdf;
    }
}


@media only screen and (max-width:1023px) {
    .h3 {
        font-size: 3rem;
    }
    .h3-stit {
        margin-bottom: 0.6rem;
        font-size: 1.6rem;
    }

    /* --- CEO인사말 --- */
    .intro-box {
        height: 300px;
    }
    .intro-box .mtit {
        font-size: 3.6rem;
        line-height: 1.1;
    }
    .intro-box .stit {
        font-size: 1.6rem;
    }
    .contents-area {
        padding-top: 8rem;
        padding-bottom: 12%;
    }
    .contents-area > .wrap {
        flex-direction: column;
    }
    .contents-area .em-box {
        font-size: 2.4rem;
    }
    .contents-area .em-box::after {
        display: none;
    }
    .contents-area .em-box::before {
        height: 100%;
    }
    .contents-area .cont-box {
        margin-top: 5rem;
        padding-left: 4rem;
    }
    .sub-greeting .contents-area::after {
        content: "";
        display: block;
        width: 94%;
        height: 150px;
        margin: 4rem auto 0;
        border-radius: 20px;
        background: url(/images/contents/greeting_img.png) no-repeat center / cover;
    }
    .greeting-summ {
        padding-bottom: 15%;
    }
    .greeting-summ > .wrap {
        flex-direction: column;
        justify-content: center;
        gap: 1rem;
        padding-top: 12%;
    }
    .greeting-summ .summ-card {
        margin-top: 0;
        width: 100%;
        min-height: auto;
    }
    .greeting-summ .summ-card br {
        display: none;
    }
    .greeting-summ .summ-card .stit {
        margin-bottom: 0.4rem;
    }
    .greeting-summ .summ-card .mtit {
        margin-bottom: 1.2rem;
    }

    /* --- 비전과 가치 --- */
    .promise-box {
        background: none;
    }
    .promise-box::before {
        z-index: 1;
    }
    .promise-box > .wrap {
        flex-direction: column;
    }
    .promise-box .text-area {
        margin-right: 0;
    }
    .promise-box .text-area p.n1 {
        width: 100%;
        padding: 8rem 4rem 5rem;
        border-radius: 20px;
        background: url(/images/contents/vision_promise_bg.png) no-repeat center top / cover;
    }
    .promise-box .text-area p.n2 {
        padding-top: 5rem;
    }
    .core-grid {
        justify-content: center;
        width: 640px;
        margin: 0 auto;
    }
    .core-item {
        padding: 2.5rem 1.5rem;
    }
    .core-promise {
        padding-top: 0;
    }
    .core-promise .h4 {
        color: #282828;
    }
    .core-promise .h4::before {
        background: #066cb0;
    }
    .sub-vision .contents-area {
        padding-bottom: 12%;
    }
    .value-area {
        padding-top: 12%;
    }
    .value-box.n2 {
        margin-top: 8rem;
        padding-bottom: 8%;
    }

    /* --- 기술 및 인증 --- */
    .cert-area {
        padding: 6rem 0 15%;
    }
    .cert-list {
        grid-template-columns: repeat(3, 1fr);
    }

    /* --- 연혁 --- */
    .history-timeline {
        padding-top: 6rem;
    }
    .history-hero {
        height: 240px;
    }
    .history-hero-title {
        margin-bottom: 1rem;
        font-size: 3.6rem;
    }
    .history-section::before {
        top: -3rem;
    }
    .history-col.left {
        width: calc(27% + 50px);
    }
    .history-icon-box {
        width: 80px;
        height: 80px;
        border-radius: 12px;
    }
    .history-col.center {
        width: calc(50% - (27% + 30px));
        padding-top: 2rem;
        padding-right: 3rem;
    }
    .history-dot {
        top: 4.3rem;
    }
    .history-year {
        font-size: 4rem;
    }
    .history-list {
        margin-top: 4rem;
    }
    .history-col.right {
        margin-right: 2%;
        padding-left: 4rem;
    }

    /* --- 조직도 --- */
    .org-middle {
        z-index: 1;
        position: relative;
        max-width: 100%;
        padding: 0 20px;
        gap: 80px;
    }
    .org-bottom {
        max-width: 100%;
        padding: 0 20px;
        gap: 1rem;
    }
    .org-bottom::before {
        left: 120px;
        right: 120px;
    }
    .org-middle::after {
        z-index: -1;
    }
    .department-area {
        padding: 12% 0 15%;
    }
    .department-area h3 {
        font-size: 3rem;
    }
    .department-area .dept-grid {
        gap: 2rem;
    }
    .department-area .dept-cont {
        padding: 3rem;
    }

    /* --- 오시는 길 --- */
    .location-card {
        padding: 5rem 3rem;
    }

    .tab-wrap.ver2 .tab-menu {
        overflow-x: auto;
        justify-content: flex-start;
        align-items: center;
        gap: 0;
        width: 100%;
        padding: 1rem 4%;
        white-space: nowrap;
    }
    .tab-wrap.ver2 .tab-menu li {
        padding: 1rem 2rem;
        border-radius: 50px;
        font-size: 1.6rem;
        background: none;
    }
    .tab-wrap.ver2 .tab-menu li.on {
        background: #066CB0;
        color: #fff;
    }
    .tab-wrap.ver2 .tab-menu li.on::after {
        display: none;
    }
    /* ───────── 공통 제품 상단 ───────── */
    .sub-products .sub-head-desc {
        padding: 8rem 0 6rem;
    }
    .sub-products .sub-head-desc .mtit {
        font-size: 3.6rem;
        line-height: 1.1;
    }
    .sub-products .sub-head-desc .stit {
        font-size: 1.6rem;
    }
    .contact-btn {
        position: absolute !important;
        right: 4% !important;
        bottom: 2rem !important;
        width: 100px;
        height: 100px;
    }
    .contact-btn span {
        padding-bottom: 2rem;
        font-size: 1.6rem;
    }

    .prod-area .contents-area {
        padding: 12rem 0 0;
    }
    .prod-area .h4 {
        margin-bottom: 3rem;
        padding-bottom: 1.8rem;
    }
    .prod-area .prod-model {
        margin: 0;
        font-size: 3rem;
    }
    .prod-area .prod-model::after {
        top: 4.2rem;
    }
    .prod-area .desc-text {
        margin-bottom: 12%;
        font-size: 1.6rem;
    }

    .prod-area .slope-status-img {
        border-radius: 2rem;
    }
    .prod-area .status-badge {
        width: 100px;
        height: 100px;
        margin: -5rem auto 1.6rem;
        border-width: 10px;
    }
    .prod-area .status-badge span {
        width: 60px;
        height: 60px;
        border-radius: 0;
        background-size: contain;
    }
    .prod-area .system-area {
        margin: 6% 0 12%;
    }
    .prod-area .system-left {
        width: 50%;
        padding: 5rem 3rem;
    }
    .prod-area .sys-title {
        text-align: left;
    }
    .prod-area .system-right {
        gap: 2rem;
        padding: 5rem 3rem;
    }

    .config-card {
        min-height: 320px;
    }
    .config-info {
        flex-basis: 50%;
        padding: 5rem 3rem;
    }
    .config-row {
        flex-direction: column;
    }
    .config-card.col-box {
        flex-direction: row;
        flex-basis: auto;
        min-height: auto;
        margin-top: 0;
    }
    .config-area > .config-card .config-info::after {
        top: 2rem;
        right: 3rem;
    }
    .config-card.col-box .config-img.small {
        flex: 0 1 auto;
        min-height: auto;
        height: auto;
    }
    .config-card.col-box .config-info::after {
        content: "4";
        top: 2rem;
        right: 3rem;
    }
    .config-card.col-box .config-img {
        width: 50%;
        flex: 0 0 50%;
    }
    .config-card.col-box .config-img::after {
        display: none;
    }
    .config-info .h5 {
        margin-bottom: 1rem;
        font-size: 2rem;
    }

    .sub-products.p0101 #cert-tab1 .config-info.bg {
        background: none;
    }
    .sub-products.p0101 .prod-area .bg2 {
        padding-bottom: 6%;
    }

    .print-config {
        grid-template-columns: 1fr;
    }
    .print-config > .print-tit {
        display: none;
    }
    .print-config > div:nth-child(-n+3) {
        padding-top: 6rem;
    }
    .print-config > div:nth-last-child(-n+3) {
        padding-bottom: 12%;
        border-bottom: 1px solid #ccc;
    }
    .print-config > .print-tit,
    .print-config > .print-bon7,
    .print-config > .print-bon6 {
        padding: 3rem 2rem;
    }
    .print-config .print-bon7,
    .print-config .print-bon6 {
        position: relative;
        gap: 2rem;
    }
    .print-config .print-tit.mob-none {
        display: block;
    }
    .print-config .text-area strong {
        margin-right: 3rem;
        font-size: 3rem;
    }
    .catalog-box {
        overflow: visible;
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 12% 0 15%;
        border-radius: 0;
        background: #fff;
    }
    .print-config .text-area span {
        font-size: 1.8rem;
    }
    .catalog-box > .wrap {
        overflow: hidden;
        z-index: 1;
        position: relative;
        height: 100%;
        padding: 3rem;
        border-radius: 20px;
        background: url(/images/contents/print_img3.jpg) no-repeat right center / cover;
    }
    .catalog-box::before {
        display: none;
    }
    .catalog-box > .wrap::before {
        content: "";
        z-index: -1;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(
            290deg,
            rgba(6,108,176,0) 0%,
            rgba(6,108,176,0.06) 10%,
            rgba(6,108,176,0.2) 20%,
            rgba(6,108,176,0.4) 35%,
            rgba(6,108,176,0.6) 40%,
            rgba(6,108,176,0.8) 45%,
            rgba(6,108,176,1) 50%
        );
    }

    .sub-products.p0102 #cert-tab2 .config-card.one-box {
        flex-basis: auto;
    }

    .sub-products.p0102 #cert-tab2 .config-area {
        margin-top: 6%;
    }
    .prod-area .status-desc {
        font-size: 1.4rem;
    }
    .sub-products.p0102 #cert-tab2 .status-desc strong {
        font-size: 1.8rem;
    }

    .sub-products.p0102 #cert-tab2 .desc-text {
        margin-bottom: 6%;
    }
    .sub-products.p0102 #cert-tab2 .bg2 {
        padding: 6% 0;
    }
    .sub-products.p0102 #cert-tab2 .slope-status-item {
        flex-basis: auto;
    }
    .sub-products.p0102 #cert-tab2 .config-card.one-box {
        flex-basis: auto;
        min-height: auto;
    }
    .sub-products.p0102 #cert-tab2 .config-card.one-box .config-info {
        flex-basis: auto;
        min-height: auto;
    }
    .media-section {
        margin-top: 6%;
    }
    .sub-products.p0102 #cert-tab3 .config-card.col-box .config-info::after {
        display: none;
    }

    .media-grid {
        grid-auto-rows: 200px;
        gap: 1rem;
    }
    .media-tag {
        font-size: 1.6rem;
    }
    .media-title {
        font-size: 2.4rem;
    }
    .prod-area .catalog-btn {
        margin-top: 1rem;
    }
    .media-grid .center-box .media-text {
        margin-bottom: 1rem;
    }
    .media-grid .media-card.center-box .media-inner p strong {
        font-size: 5.2rem;
    }

    .media-section.ver2 .media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        max-width: 456px;
    }
    .media-section.ver2 .media-card.span3 {
        grid-column: span 2;
    }
    .sub-products.p0103 #cert-tab4 .media-card:nth-child(5) {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 446 / 220;
        padding-left: 0;
    }
    .sub-products.p0103 #cert-tab4 .media-card:nth-child(6) {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 446 / 220;
        padding-left: 0;
    }

    

    .sub-products.p0104 .slope-status .config-area > .config-card {
        flex-direction: column;
    }
    .sub-products.p0104 .slope-status .config-area > .config-card .config-img {
        width: 100%;
    }
    .sub-products.p0104 .slope-status .config-area > .config-card .config-info {
        flex-basis: auto;
        flex: 0 0 auto;
    }
}

@media only screen and (max-width:767px) {
    /* ───────── 공통 탭 레이아웃 ───────── */
    .h3 {
        font-size: 2.2rem;
    }
    .h3-stit {
        font-size: 1.4rem;
        line-height: 1;
    }
    .intro-box {
        width: 100%;
        height: 240px;
    }
    .intro-box > .wrap {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 2.4rem;
    }
    .intro-box br {
        display: none;
    }
    .intro-box .mtit {
        color: #ddd;
        font-size: 1.8rem;
        text-align: center;
    }
    .intro-box .stit {
        color: #ddd;
        font-size: 1.3rem;
        text-align: center;
    }

    .tab-menu {
        overflow-x: auto;
        justify-content: flex-start;
        align-items: center;
        padding: 1rem 4%;
        white-space: nowrap;
    }
    .tab-menu li {
        padding: 1rem 2rem;
        border-radius: 50px;
        font-size: 1.6rem;
    }
    .tab-menu li.on {
        background: #066CB0;
        color: #fff;
    }
    .tab-menu li.on::after {
        display: none;
    }

    .contents-area {
        padding-top: 6rem;
    }
    .contents-area::after {
        height: 200px;
    }
    .contents-area .em-box {
        padding-left: 1.5rem;
    }
    .contents-area .cont-box {
        padding-left: 1.5rem;
    }

    /* --- ceo인사말 --- */
    .greeting-summ .summ-card {
        padding: 2.5rem 1.5rem;
        border-radius: 12px;
    }
    .greeting-summ .summ-card .stit::before {
        opacity: 0.4;
        top: 5px;
        width: 40px;
        height: 35px;
    }
    .sub-greeting .contents-area::after {
        border-radius: 12px;
    }

    /* --- 비전과 가치 --- */
    .promise-box {
        margin-top: 8%;
    }
    .promise-box .text-area p.n1 {
        padding: 5rem 1.5rem 2.5rem;
        border-radius: 12px;
        font-size: 1.8rem;
    }
    .promise-box .text-area p.n2 {
        margin-left: 0;
        padding: 2rem 1.5rem;
        font-size: 1.8rem;
    }
    .promise-box::before {
        top: 3rem;
    }
    .core-grid {
        gap: 1rem;
        width: 100%;
    }
    .core-item {
        width: 100%;
        height: auto;
        padding: 2.5rem 1.5rem;
    }
    .core-item .num {
        font-size: 4rem;
    }
    .core-item .title {
        font-size: 2rem;
    }
    .value-area .explain {
        margin-top: 1rem;
        font-size: 1.6rem;
    }
    .value-area .explain br {
        display: none;
    }
    .value-box {
        margin-top: 4rem;
        padding-top: 1.5rem;
    }
    .value-box .h4 {
        margin-bottom: 1rem;
        font-size: 2rem;
        text-align: center;
    }
    .value-item {
        gap: 1rem;
    }
    .value-item li {
        height: auto;
        padding: 2.5rem 1.5rem;
        border-radius: 12px;
    }
    .value-item li .tit {
        font-size: 1.8rem;
    }
    .value-box.n2 {
        margin-top: 4rem;
        padding-bottom: 15%;
    }

    /* --- 기술 및 인증 --- */
    .cert-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 2rem;
    }
    .cert-list .item .img-box {
        height: auto;
        margin-bottom: 1rem;
    }
    .cert-list .num {
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    .cert-list .name {
        font-size: 1.6rem;
    }

    /* --- 연혁 --- */
    .history-hero {
        height: 160px;
    }
    .history-hero-title {
        font-size: 2.4rem;
    }
    .history-hero-sub {
        font-size: 1.6rem;
    }
    .history-section {
        z-index: 0;
        padding-bottom: 6%;
        background: linear-gradient(to right, #f5f8fb 0, #f5f8fb 30px, #ffffff 30px, #ffffff 100%);
    }
    .history-section::before {
        display: none;
    }
    .history-timeline {
        z-index: 1;
        position: relative;
        width: 94%;
        margin: 0 auto;
    }
    .history-row {
        position: relative;
        flex-direction: column;
        margin-bottom: 3rem;
    }
    .history-col.left {
        position: absolute;
        top: -20px;
        right: 0;
        display: block;
        width: auto;
    }
    .history-col.center {
        width: auto;
        padding: 1rem 0 0 3rem;
        text-align: left;
    }
    .history-dot {
        display: none;
    }
    .history-col.left {
        top: -30px;
    }
    .history-col.center {
        padding-top: 0;
    }
    .history-col.right {
        width: 100%;
        margin-right: 0;
        padding-left: 3rem;
    }
    .history-year {
        font-size: 2.4rem;
    }
    .history-list {
        margin-top: 2rem;
    }
    .history-list dt {
        width: 3rem;
    }
    .history-icon-box {
        opacity: 0.4;
        width: 70px;
        box-shadow: none;
    }

    /* --- 조직도 --- */
    .org-logo {
        width: 220px;
        height: 220px;
        margin: 0 auto 3rem;
    }
    .org-logo::after {
        width: 320px;
        height: 160px;
        bottom: -40px;
        border-radius: 0 0 320px 320px;
    }
    .org-logo-inner {
        inset: 24px;
    }
    .org-logo-inner img {
        width: 120px;
    }
    .org-ceo {
        width: 300px;
        height: 60px;
        font-size: 2rem;
        margin: 30px auto 30px;
    }
    .org-ceo::after {
        height: 60px;
        bottom: -60px;
    }
    .org-box {
        height: auto;
        min-height: 52px;
        padding: 0 12px;
        font-size: 1.8rem;
        text-align: center;
    }
    .org-middle {
        gap: 1rem;
        margin: 30px auto 20px;
        padding: 0;
    }
    .org-bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin: 2rem auto 12%;
        padding: 0 20px;
    }
    .org-bottom::before {
        top: -73px;
        width: 1px;
        height: 330px;
    }
    .org-bottom .org-box {
        width: 300px;
        height: auto;
        margin: 0 auto;
        padding: 1rem;
        font-size: 1.6rem;
        line-height: 1;
    }
    .org-bottom .org-box::before {
        display: none;
    }
    .org-bottom .org-box:not(:first-child):not(:last-child)::after {
        display: none;
    }
    .org-bottom .org-box:first-child::after,
    .org-bottom .org-box:last-child::after {
        display: none;
    }
    .department-area h3 {
        margin-bottom: 2.5rem;
        padding-bottom: 1.5rem;
        font-size: 2.4rem;
    }
    .department-area .dept-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 3rem;
    }
    .department-area .dept-circle {
        width: 100%;
        height: auto;
        padding: 2rem;
        border-radius: 50px;
        background: #066cb0;
    }
    .department-area .dept-circle p {
        color: #fff;
        font-size: 2rem;
    }
    .department-area .dept-cont {
        padding: 2rem 1.5rem;
        letter-spacing: -0.04em;
    }
    .department-area .dept-cont .list li::before {
        top: 9px;
    }

    /* --- 오시는 길 --- */
    .location-row {
        flex-direction: column-reverse;
        height: auto;
    }
    .info-col {
        justify-content: center;
        margin-left: 0;
    }
    .location-section {
        padding-bottom: 15%;
    }
    .location-card {
        border-radius: 0;
        padding: 6rem 1.5rem 12%;
    }
    .location-card .logo {
        display: none;
    }
    .location-card .logo img {
        width: 120px;
        margin-bottom: 1rem;
    }
    .location-card .title {
        margin-bottom: 5px;
        padding-left: 2rem;
        background-size: contain;
        font-size: 2rem;
    }
    .location-card .addr {
        margin-bottom: 2rem;
        font-size: 1.6rem;
    }
    .location-card .loc-info .tag {
        font-size: 1.4rem;
    }
    .location-card .loc-info li {
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .location-card .as-box {
        margin-top: 12%;
    }
    .location-card .as-box h4 {
        margin-bottom: 0.5rem;
        font-size: 2rem;
    }
    .location-card .as-number {
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
    .map-area {
        margin-top: 0;
        flex: 0 0 auto;
        width: 100%;
        height: 300px;
        box-shadow: 0 8px 60px rgba(0, 0, 0, 0.08);
    }
    .map-area .root_daum_roughmap,
    .map-area .wrap_map {
        height: 100% !important;
    }
    .map-area .root_daum_roughmap .wrap_btn_zoom {
        right: 8px !important;
    }
    .root_daum_roughmap .map > div {
        right: 0 !important;
    }

    /* ───────── 공통 제품 상단 ───────── */
    .sub-products .sub-head-desc {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 5%;
        padding-bottom: 5rem;
        font-size: 1.3rem;
        text-align: center;
    }
    .sub-products .sub-head-desc br {
        display: none;
    }
    .sub-products .sub-head-desc .mtit {
        display: block;
        width: 100%;
        font-size: 1.5rem;
        text-align: center;
        line-height: 1.3;
    }
    .sub-products .sub-head-desc .stit {
        display: block;
        width: 100%;
        font-size: 1.3rem;
        text-align: center;
        line-height: 1.3;
    }
    .prod-area .contents-area {
        margin-top: 0;
        padding-top: 6rem;
        border-radius: 0;
    }
    .prod-area .h4 {
        font-size: 2.4rem;
        line-height: 1.2;
    }
    .prod-area .contents-area .h4 {
        margin-bottom: 2.5rem;
        padding-bottom: 1.5rem;
        font-size: 2.4rem;
        line-height: 1.2;
    }
    

    .prod-area .slope-status::before {
        display: none;
    }
    .prod-area .slope-status-list {
        flex-direction: column;
        gap: 3rem;
        padding: 0;
    }
    .prod-area .status-badge {
        margin: 0 auto 1.2rem;
    }

    .prod-area .system-area {
        flex-direction: column;
        margin: 12% 0 15%;
        border-radius: 12px;
        background: rgba(6,108,176,1);
    }
    .prod-area .system-area::before {
        display: none;
    }
    .prod-area .system-left {
        position: static;
        width: 100%;
        padding: 5rem 1.5rem 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .prod-area .system-left::before {
        display: none;
    }
    .prod-area .system-right {
        padding: 3rem 1.5rem 5rem;
    }
    .prod-area .sys-title {
        margin-bottom: 2rem;
        padding-left: 1.2rem;
        font-size: 2rem;
    }
    .prod-area .sys-title:before {
        top: 0;
        height: 100%;
    }
    .prod-area .system-right .sys-title {
        margin-bottom: 3rem;
    }
    .prod-area .sys-desc {
        margin-bottom: 0;
        padding-left: 1.5rem;
    }
    .prod-area .sys-desc br {
        display: none;
    }
    .prod-area .system-right .field-list {
        gap: 2rem;
        padding-left: 0;
        font-size: 1.4rem;
    }
    .prod-area .catalog-text {
        font-size: 1.6rem;
    }
    .prod-area .catalog-text br {
        display: none;
    }
    .prod-area .cata-box {
        display: none;
    }

    .config-card {
        flex-direction: column;
        border-radius: 12px;
    }

    .config-card .config-img.ver2 {
        flex-basis: 100%;
    }
    .config-card .config-info {
        flex-basis: auto;
        flex: 0 1 auto;
        padding: 2.5rem 1.5rem;
    }
    .config-card .config-info br {
        display: none;
    }
    .config-info .text {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .config-area > .config-card .config-info::after {
        top: 2.2rem;
        right: 1.5rem;
        font-size: 3rem;
        line-height: 1;
    }
    .config-row .config-text.n1::after {
        top: -0.3rem;
        right: 0;
        font-size: 3rem;
        line-height: 1;
    }
    .config-row .config-text.n2::after {
        top: 2.7rem;
        font-size: 3rem;
        line-height: 1;
    }
    .config-card.col-box {
        flex-direction: column;
    }
    .config-card.col-box .config-img {
        flex: 0 1 auto;
        width: 100%;
        height: auto;
        min-height: auto;
    }
    .config-card.col-box .config-info {
        flex-basis: auto;
        padding: 2.5rem 1.5rem;
    }
    .config-card.col-box .config-info::after {
        top: 2.2rem;
        right: 1.5rem;
        font-size: 3rem;
        line-height: 1;
    }

    
    .sub-products.p0101 #cert-tab1 .cata-info {
        z-index: 1;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2.5rem 1.5rem;
        border-radius: 12px;
        background: #000 url(/images/contents/system_bg.jpg) no-repeat right top / cover;
        color: #fff;
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .sub-products.p0101 #cert-tab1 .cata-info::before {
        content: "";
        opacity: 0.8;
        z-index: -1;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #066cb0;
    }

    .sub-products.p0101 #cert-tab1 .cata-info {
        font-size: 1.6rem;
        text-align: center;
    }

    .sub-products.p0103 #cert-tab1 .slope-status.bg2 {
        padding: 12% 0 15%;
    }
    .sub-products.p0103 #cert-tab1 .consumables {
        margin-top: 0;
    }
    .sub-products.p0103 #cert-tab1 .consumables .flex-list {
        flex-direction: column;
        gap: 3rem;
    }
    .sub-products.p0103 #cert-tab1 .consumables .flex-list li {
        flex-basis: auto;
        padding-top: 230px;
        font-size: 2rem;
    }
    .sub-products.p0103 #cert-tab1 .consumables .flex-list li strong {
        font-size: 1.4rem;
    }

    .sub-products.p0103 #cert-tab1 .config-area.type2 .config-card .config-info::after {
        top: 2.4rem;
        font-size: 2.4rem;
    }
    


    .sub-products.p0101 .prod-area .bg2 {
        margin-top: 12%;
        padding-top: 12%;
        padding-bottom: calc(15% + 2rem);
    }
    .sub-products.p0101 .prod-area .slope-status-img {
        display: none;
    }
    .sub-products.p0101 #cert-tab2 .bg2 {
        margin-top: 12%;
        padding-bottom: 0;
    }
    .sub-products.p0101 #cert-tab2 .slope-status-list {
        gap: 3rem;
    }
    .sub-products.p0101 #cert-tab2 .config-area {
        margin-top: 12%;
    }
    .sub-products.p0101 #cert-tab2 .config-card.one-box {
        justify-content: center;
        flex-basis: auto;
        height: auto;
        margin-top: 0;
        padding: 6rem 1.5rem;
    }
    .sub-products.p0101 #cert-tab2 .config-card.one-box .h5 {
        font-size: 2.4rem;
    }
    .sub-products.p0101 #cert-tab2 .config-card.one-box p {
        font-size: 1.8rem;
    }
    .sub-products.p0101 #cert-tab2 .config-card.one-box .text {
        font-size: 2rem;
    }
    .sub-products.p0101 #cert-tab2 .config-card.one-box::before {
        right: -10px;
        bottom: -20px;
    }
    .config-card .config-text {
        width: 100%;
    }
    .config-row .config-card {
        margin-top: 0;
    }
    .sub-products.p0102 #cert-tab1 .contents-area {
        padding-top: 6rem;
    }
    .sub-products.p0102 #cert-tab2 .bg2 {
        padding: 12% 0 0;
    }
    .sub-products.p0102 #cert-tab2 .config-card .config-img.ver2 {
        flex-basis: auto;
    }
    .sub-products.p0102 #cert-tab2 .slope-status-list {
        margin-bottom: 15%;
    }
    .print-config > .print-bon7,
    .print-config > .print-bon6 {
        display: flex;
        flex-direction: column;
        grid-column: 1 / -1;
        padding: 2.5rem 1.5rem;
        border-bottom: 0;
        gap: 1rem;
    }
    .print-config .print-bon7 {
        order: 1;
    }
    .print-config .print-bon6 {
        order: 2;
        background: #f1f5f8;
    }
    .print-config > div.print-bon7:nth-child(-n+3) {
        padding-top: 2.5rem;
        border-top: 2px solid #066cb0;
    }
    .print-config > div.print-bon6:nth-child(-n+3) {
        padding-top: 2.5rem;
        border-top: 2px solid #066cb0;
        margin-top: 12%;
    }
    .print-config > div:nth-last-child(-n+3) {
        padding-bottom: 6rem;
    }
    .print-config > div.print-bon7:nth-child(3) .img-area {
        display: none;
    }
    .print-config .img-area.web-none {
        display: none;
    }
    .print-config .text-area {
        flex-direction: column;
    }
    .print-config .text-area strong {
        margin-right: 0;
    }
    .print-config .img-area {
        order: 1;
        border-radius: 12px;
    }
    .print-config .img-mob {
        order: 2;
        display: flex;
        justify-content: space-between;
    }
    .print-config .img-mob img {
        width: calc(50% - 0.5rem);
        border-radius: 12px;
    }
    /* .catalog-box br {
        display: none;
    } */
    .catalog-box > .wrap {
        background-position: center;
    }
    .catalog-box > .wrap::before {
        opacity: 0.8;
        background: #066cb0;
    }
    .catalog-box p {
        font-size: 1.6rem;
        text-align: center;
    }
    .sub-products.p0102 #cert-tab2 .config-area {
        margin-top: 0;
    }
    .sub-products.p0102 #cert-tab2 .config-card .config-img {
        height: 100%;
    }
    .sub-products.p0102 #cert-tab2 .config-card.one-box::before {
        opacity: 0.8;
        background: #066cb0;
    }
    .sub-products.p0102 #cert-tab2 .config-card.one-box .config-info p {
        font-size: 1.6rem;
        text-align: center;
    }
    .media-section.ver2 .media-grid {
        grid-template-rows: repeat(1, minmax(160px, auto));
        grid-auto-rows: 160px;
    }
    .media-grid .media-card {
        width: 100%;
    }
    .media-section .media-inner {
        position: static;
        width: 100%;
        height: 100%;
        padding: 3rem;
    }
    .prod-area .h4 span {
        margin-bottom: 0.6rem;
        font-size: 1.4rem;
        line-height: 1;
    }
    .prod-area .h4 strong {
        font-size: 2.4rem;
        line-height: 1.2;
    }
    .prod-area .prod-model {
        padding-bottom: 2rem;
    }
    .prod-area .prod-model::after {
        display: none;
    }
    .prod-area .catalog-btn {
        margin-top: 2rem;
    }

    /* 카드 배치 */
    .sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(1) {
        grid-column: 1 / span 1 !important;
        grid-row: 1 / span 2 !important;
    }
    .sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(2) {
        grid-column: 2 / span 1 !important;
        grid-row: 1 / span 1 !important;
    }
    .sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(3) {
        grid-column: 1 / span 2 !important;
        grid-row: 5 / span 1 !important;
        order: 999;
    }
    .sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(4) {
        grid-column: 2 / span 1 !important;
        grid-row: 2 / span 1 !important;
    }
    .sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(5) {
        grid-column: 1 / span 2 !important;
        grid-row: 3 / span 1 !important;
    }
    .sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(6) {
        grid-column: 1 / span 1 !important;
        grid-row: 4 / span 1 !important;
    }
    .sub-products.p0102 #cert-tab3 .media-grid > .media-card:nth-child(7) {
        grid-column: 2 / span 1 !important;
        grid-row: 4 / span 1 !important;
    }
    .sub-products.p0102 #cert-tab3 .media-grid > .media-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .photo-kiosk img {
        max-width: 100%;
    }
    .media-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .media-grid .center-box .media-logo {
        width: 100px;
        margin-bottom: 1rem;
    }
    .media-grid .center-box .media-text {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
    .prod-area .catalog-btn {
        height: auto;
        margin: 1rem auto 0;
        padding: 1rem 2rem;
        font-size: 1.6rem;
    }
    .sub-products .slope-status.bg2 > .table-wrap {
        padding-bottom: 0;
    }
    .sub-products.p0102 #cert-tab3 .bg2 {
        padding: 12% 0;
    }
    .sub-products.p0102 #cert-tab3 .media-section .media-card {
        z-index: 1;
        position: relative;
    }
    .sub-products.p0102 #cert-tab3 .media-section .media-card::before {
        content: "";
        z-index: -1;
        opacity: 0.4;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
    }
    .sub-products.p0102 #cert-tab3 .photo-kiosk {
        margin-top: 0;
    }
    .sub-products.p0102 #cert-tab3 .photo-kiosk .flex-list {
        flex-direction: column;
        gap: 1rem;
    }
    .sub-products.p0102 #cert-tab3 .photo-kiosk .flex-list li {
        flex-basis: auto;
        font-size: 2rem;
    }
    .sub-products.p0102 #cert-tab3 .photo-kiosk .flex-list li strong {
        font-size: 1.4rem;
    }
    .sub-products.p0102 #cert-tab4 .slope-status.bg2 {
        padding-top: 12%;
        padding-bottom: 15%;
    }
    .sub-products.p0102 #cert-tab4 .slope-status-list {
        display: block;
        padding: 0;
    }
    .sub-products.p0102 #cert-tab4 .slope-status-item {
        padding-top: 6rem;
    }
    .sub-products.p0102 #cert-tab4 .slope-status-item:first-child {
        padding-top: 0;
    }
    .sub-products.p0103 #cert-tab5 .slope-status.bg2 {
        padding-bottom: 15%;
    }
    .sub-products.p0103 #cert-tab6 .title br {
        display: block;
    }
    .sub-products.p0104 .slope-status {
        padding-top: 12%;
    }
    .sub-products.p0104 .slope-status.bg2 {
        padding-bottom: 15%;
    }
    .media-section {
        margin: 12% auto 15%;
    }
    
    .media-section .media-inner {
        height: 100%;
    }
    .media-section.ver2 .media-title {
        font-size: 2.4rem;
    }
    .media-section.ver2 .media-tag.text {
        margin-bottom: 0;
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .bpad-section {
        margin-bottom: 15%;
    }
    .bpad-section .swiper-wrapper {
        height: auto !important;
    }
    .bpad-key span {
        font-size: 3.6rem;
    }
    .bpad-header {
        margin-bottom: 2rem;
    }
    .bpad-photo {
        border-radius: 12px;
    }
    .bpad-title {
        margin-bottom: 2rem;
    }
    .bpad-content, .bpad-tab-wrap {
        padding: 2.5rem 1.5rem;
    }
}

@media only screen and (max-width:563px) {
    .core-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .core-item:nth-child(2),
    .core-item:nth-child(4) {
        transform: none;
    }

    /* --- 기술 및 인증 --- */
    .cert-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .cert-list .item .img-box {
        height: auto;
    }
    .cert-list .num {
        margin-bottom: 0;
    }

    .media-section .media-inner {
        padding: 2rem;
    }

    .media-section.ver2 .media-grid {
        grid-template-columns: repeat(2, 50%);
    }
    .media-grid .media-card.center-box .media-inner p strong {
        font-size: 3.6rem;
    }

    .sub-products.p0103 #cert-tab4 .media-section.ver2 .media-grid {
        grid-auto-rows: minmax(150px, auto);
    }
}
