﻿/* 메뉴 컨테이너 */
.nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #333;
}

/* 메뉴 항목 */
.nav li {
    padding: 14px 20px;
    color: #fff;
    cursor: pointer;
}

/* 큰 화면일 때 (921px 이상) */
@media (min-width: 921px) {
    .nav {
        flex-direction: row;
        justify-content: flex-start;
    }
    /* 햄버거 메뉴 숨기기 */
    .menu-toggle {
        display: none;
    }
}

/* 작은 화면일 때 (920px 이하) */
@media (max-width: 920px) {
    /* 메뉴는 숨기기 */
    .nav {
        flex-direction: column;
        display: none; /* 기본은 숨김 */
    }
    /* 햄버거 버튼 스타일 */
    .menu-toggle {
        display: block;
        padding: 14px 20px;
        background-color: #333;
        color: #fff;
        font-size: 24px;
        cursor: pointer;
    }
    /* 메뉴가 보여질 때 */
    .nav.show {
        display: flex;
    }
}

.k-grid-norecords {
    justify-content: center;
}

.listviewCustom {
    background-color: #FAFAFA;
    border-color: rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    padding: 20px;
}


.navbar-left {
    background-color: #DF7401;
}

.errorDialog {
    background-color: #DF7401;
    color: white;
}

.norDialog {
    background-color: #1274AC;
    color: white;
}

nav span:after {
    background-color: #FFFFFF26;
}

nav li .active span {
    background-color: #FFF;
}

nav ul li a span {
    background-color: #FFF;
}

nav {
    display: none;
}


.project-filters .k-chip-content {
    margin-inline-start: 4px;
}

.project-filters .k-chip:not(.k-selected) .k-chip-icon {
    display: none;
}

.popup-online-box {
    margin: 0 auto;
}

.popup-online-box .modal-close-btn {
    position: absolute;
    top: 0;
    right: -8rem;
    color: #000;
}

.popup-online-box .modal-close-btn i {
    font-size: 4.2rem;
    color: #fff;
}

.popup-online-tit {
    padding-bottom: 2rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    border-bottom: 0.2rem solid #000;
}

.popup-online-tit .tit {
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: #111;
}

.popup-online-tit .tit-en {
    margin-left: 2rem;
    font-size: 2rem;
    line-height: 1.65;
    letter-spacing: -0.05em;
    color: #aaaaaa;
}

.popup-online-form {
    padding: 2.5rem 0 3.5rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
}

.imgstyle {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0.8rem;
}

.online-business-list {
    display: flex;
    /*border-radius: 2.5rem;*/
    /*background: #f7f7f7; */
    height: 5rem;
}

.online-business-list k-chip-content {
    width: 25%;
    height: 3,5rem;
}

.online-business-list k-chip-content input[type="radio"] {
    display: none;
}

.online-business-list k-chip-content label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5rem;
    line-height: 1.4;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #555555;
    text-align: center;
    border-radius: 2.5rem;
    transition: all 0.3s;
}

.online-business-list k-chip-content label:before {
    position: absolute;
    content: '';
    width: 0.9rem;
    height: 0.7rem;
    bottom: -0.7rem;
    left: 50%;
    margin-left: -0.045rem;
    background: url("/images/common/popup_online_business_point.png")no-repeat center/cover;
    opacity: 0;
    transition: all 0.3s;
}

.online-business-list k-chip-content input[type="radio"]:checked + label {
    background: #000000;
    color: #fff;
}

.online-business-list k-chip-content input[type="radio"]:checked + label:before {
    opacity: 1;
}

.popup-online-btn button {
    width: 23.2rem;
    height: 4.5rem;
    font-size: 1.8rem;
    /*line-height: 4.5rem;*/
    letter-spacing: -0.065em;
    font-weight: 600;
    color: #000;
    text-align: center;
    background-color: var(--main-color);
    border-radius: 1rem;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.headerTopDiv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 73px;
    padding-left: 12rem;
    background-image: url("../images/TopBg.png");
}

.headerLeftLogo {
    width: 100%;
    white-space: nowrap;
}

.headerLeftLogo img {
    width: 250px;
    padding-left: 10px;
}

.headerRightBtn {
    padding-top: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 12rem;
}

.ui-dialog .ui-dialog-titlebar {
    font-size: 20px;
}

/* Chip 내부 컨텐츠는 유동 너비 사용 */
.k-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    margin: 6px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 20;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: auto;
}

.k-chip .k-chip-content {
    min-width: 60px;
    max-width: 220px;
    height: 35px;
    line-height: 20px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
    padding: 0 6px;
}

/********************* PC Large *********************/
@media all and (min-width:1198px) {
    .regInput {
        width: 92% !important;
    }

    .RegMemId {
        background-color: white;
        border: 1px solid lightgrey;
        padding: 7px;
        width: 92% !important;
    }

    .headerTopDiv {
        padding-left: 5rem;
    }

    .headerRightBtn {
        padding-right: 5rem;
    }


    .backImg.page1 {
        background: url("../images/01p.png");
    }

    .backImg.page2 {
        background: url("../images/02bg.png");
    }

    .backImg.page3 {
        background: url("../images/03bg.png");
        display: table;
    }

    .backImg.page4 {
        background: url("../images/04bg.png");
    }

    .backImg.page5 {
        background: url("../images/05bg.png");
    }

    .backImg.page6 {
        background: url("../images/06bg.png");
    }

    .backImg.page1, .backImg.page2, .backImg.page3, .backImg.page4, .backImg.page5, .backImg.page6 {
        background-size: cover; /* 또는 contain */
        background-repeat: no-repeat; /* 반복 방지 */
        background-position: center; /* 중앙 정렬 */
    }
    .image-container.page7 {
        display: flex;
        flex-wrap: wrap;
        width: 60rem;
    }

    .page3-cnotainer {
        width: 100%;
        margin-top: 10%;
        margin-bottom: 20px;
        text-align: center;
    }

    .mobileDiv {
        display: none;
    }

    .image-container3 {
        position: relative;
        display: flex;
        flex-wrap: wrap; /* 줄 바꿈 허용 */
        gap: 10px; /* 이미지 사이 간격 조절 */
        width: 300px; /* 원하는 크기로 조절하세요 */
        height: 200px; /* 원하는 크기로 조절하세요 */
        overflow: hidden;
    }
    .text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        text-align: center;
        line-height: 1.5;
        z-index: 2;
    }
    .blurred-img {
        width: 100%;
        height: 100%;
        filter: blur(4px); /* 흐림 효과 */
        transition: filter 0.3s ease;
    }
    .text-Image {
        display: none;
    }

    .btn3min {
        width: 188px;
        height: 52px;
    }
    .btn3Call {
        width: 177px;
        height: 52px;
    }
    .project-list {
        display: flex;
        flex-direction: column;
        gap: 10px; /* 칩 사이 간격 조절 */
    }
    .demo-section {
        width: 900px;
        max-width: 900px;
        align-items: center;
    }

    .demo-section.auto.firstStyle {
        display: -webkit-box;
    }
    .popup-online-box.footer-modal-content.step3 {
        height: 55px;
        display: block;
    }
    .stepHeader {
        text-align: center;
        font-size: xx-large;
    }
    .contentLabel {
        text-align: left;
        font-size: large;
        color: black;
    }
    .backImgContent2 {
        width: 68rem !important;        
    }
    .backImgContent5 {
        width: 85rem !important;
    }

    .project-filters {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 9px;
        gap: 8px;
    }

    /* Chip 리스트 레이아웃 정리 (줄바꿈 가능) */
    .k-chip-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 6px;
    }

    
    .input-form {
        max-width: 98%;
        margin-top: 10px;
        padding: 32px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
        font-family: NanumSquareR;
        box-sizing: border-box;
    }
}

/********************* PC Small *********************/
@media all and (min-width:1156px) and (max-width:1197px) {
    .regInput {
        width: 90% !important;
    }

    .RegMemId {
        background-color: white;
        border: 1px solid lightgrey;
        padding: 7px;
        width: 90% !important;
    }

    .headerTopDiv {
        padding-left: 5rem;
    }

    .headerRightBtn {
        padding-right: 5rem;
    }


    .backImg.page1 {
        background: url("../images/01p.png");
    }

    .backImg.page2 {
        background: url("../images/02bg.png");
    }

    .backImg.page3 {
        background: url("../images/03bg.png");
        display: table;
    }

    .backImg.page4 {
        background: url("../images/04bg.png");
    }

    .backImg.page5 {
        background: url("../images/05bg.png");
    }

    .backImg.page6 {
        background: url("../images/06bg.png");
    }

    .backImg.page1, .backImg.page2, .backImg.page3, .backImg.page4, .backImg.page5, .backImg.page6 {
        background-size: cover; /* 또는 contain */
        background-repeat: no-repeat; /* 반복 방지 */
        background-position: center; /* 중앙 정렬 */
    }
    .image-container.page7 {
        display: flex;
        flex-wrap: wrap;
        width: 60rem;
    }

    .page3-cnotainer {
        width: 100%;
        margin-top: 10%;
        margin-bottom: 20px;
        text-align: center;
    }

    .mobileDiv {
        display: none;
    }
    .image-container3 {
        position: relative;
        display: flex;
        flex-wrap: wrap; /* 줄 바꿈 허용 */
        gap: 10px; /* 이미지 사이 간격 조절 */
        width: 300px; /* 원하는 크기로 조절하세요 */
        height: 200px; /* 원하는 크기로 조절하세요 */
        overflow: hidden;
    }
    .text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        text-align: center;
        line-height: 1.5;
        z-index: 2;
    }
    .blurred-img {
        width: 100%;
        height: 100%;
        filter: blur(4px); /* 흐림 효과 */
        transition: filter 0.3s ease;
    }
    .text-Image {
        display: none;
    }

    .btn3min {
        width: 188px;
        height: 52px;
    }
    .btn3Call {
        width: 177px;
        height: 52px;
    }
    .project-list {
        display: flex;
        flex-direction: column;
        gap: 10px; /* 칩 사이 간격 조절 */
    }
    .demo-section {
        width: 900px;
        max-width: 900px;
        align-items: center;
    }

    .demo-section.auto.firstStyle {
        display: -webkit-box;
    }
    .popup-online-box.footer-modal-content.step3 {
        height: 55px;
        display: block;
    }
    .stepHeader {
        text-align: center;
        font-size: xx-large;
    }
    .contentLabel {
        text-align: left;
        font-size: large;
        color: black;
    }
    .backImgContent2 {
        width: 68rem !important;
    }

    .backImgContent5 {
        width: 80rem !important;
    }


    .project-filters {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 9px;
        gap: 8px;
    }

    /* Chip 리스트 레이아웃 정리 (줄바꿈 가능) */
    .k-chip-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 6px;
    }

    .input-form {
        max-width: 98%;
        margin-top: 10px;
        padding: 32px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
        font-family: NanumSquareR;
        box-sizing: border-box;
    }
}

/********************* Tablet *********************/
@media all and (min-width:768px) and (max-width:1155px) {
    .regInput {
        width: 87% !important;
    }

    .RegMemId {
        background-color: white;
        border: 1px solid lightgrey;
        padding: 7px;
        width: 87% !important;
    }

    .headerTopDiv {
        padding-left: 3rem;
    }

    .headerRightBtn {
        padding-right: 3rem;
    }


    .backImg.page1 {
        background: url("../images/01p.png");
    }

    .backImg.page2 {
        background: url("../images/02bg.png");
    }

    .backImg.page3 {
        background: url("../images/03bg.png");
        display: table;
    }

    .backImg.page4 {
        background: url("../images/04bg.png");
    }

    .backImg.page5 {
        background: url("../images/05bg.png");
    }

    .backImg.page6 {
        background: url("../images/06bg.png");
    }

    .backImg.page1, .backImg.page2, .backImg.page3, .backImg.page4, .backImg.page5, .backImg.page6 {
        background-size: cover; /* 또는 contain */
        background-repeat: no-repeat; /* 반복 방지 */
        background-position: center; /* 중앙 정렬 */
    }
    .image-container.page7 {
        display: flex;
        flex-wrap: wrap;
        width: 60rem;
    }
    .page3-cnotainer {
        width: 100%;
        margin-top: 10%;
        margin-bottom: 20px;
        text-align: center;
    }

    .mobileDiv {
        display: none;
    }
    .text-Image {
        display: none;
    }

    .image-container3 {
        position: relative;
        display: flex;
        flex-wrap: wrap; /* 줄 바꿈 허용 */
        gap: 10px; /* 이미지 사이 간격 조절 */
        width: 300px; /* 원하는 크기로 조절하세요 */
        height: 200px; /* 원하는 크기로 조절하세요 */
        overflow: hidden;
    }
    .text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 18px;
        text-align: center;
        line-height: 1.5;
        z-index: 2;
    }
    .blurred-img {
        width: 100%;
        height: 100%;
        filter: blur(4px); /* 흐림 효과 */
        transition: filter 0.3s ease;
    }

    .btn3min {
        width: 188px;
        height: 52px;
    }
    .btn3Call {
        width: 177px;
        height: 52px;
    }
    .project-list {
        display: flex;
        flex-direction: column;
        gap: 10px; /* 칩 사이 간격 조절 */
    }
    .demo-section {
        width: 900px;
        max-width: 900px;
        align-items: center;
    }

    .demo-section.auto.firstStyle {
        display: -webkit-box;
    }
    .popup-online-box.footer-modal-content.step3 {
        height: 55px;
        display: block;
    }
    .stepHeader {
        text-align: center;
        font-size: xx-large;
    }
    .contentLabel {
        text-align: left;
        font-size: large;
        color: black;
    }
    .backImgContent2 {
        width: 68rem !important;
    }

    .backImgContent5 {
        width: 78rem !important;
    }


    .project-filters {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 9px;
        gap: 8px;
    }

    /* Chip 리스트 레이아웃 정리 (줄바꿈 가능) */
    .k-chip-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 6px;
    }


    .input-form {
        max-width: 98%;
        margin-top: 10px;
        padding: 32px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
        font-family: NanumSquareR;
        box-sizing: border-box;
    }
}

/********************* Mobile *********************/
@media all and (max-width:767px) {
    .option-label {
        width: calc(50% - 12px);
        padding: 10px 8px;
        font-size: 14px;
        display: inline-block;
    }

    .k-chip {
        margin: 4px;
        padding: 6px 8px;
    }

    .k-chip .k-chip-content {
        min-width: 48px;
        max-width: 160px;
        height: 40px;
        font-size: 14px;
    }

    .popup-online-btn {
        flex-direction: row;
        gap: 8px;
    }

    .popup-online-btn.widthchk button img {
        width: 90%
    }

    .demo-section.auto {
        width: 100%;
        display: block;
    }

    /* 필요 시 수평 스크롤 가능 */
    section > .k-chip-list {
        /*overflow-x: auto;*/
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }


    .regInput {
        width: 73% !important;
    }

    .RegMemId {
        background-color: white;
        border: 1px solid lightgrey;
        padding: 7px;
        width: 73% !important;
    }

    .headerTopDiv {
        padding-left: 0.4rem;
    }

    .headerRightBtn {
        padding-right: 0.4rem;
    }

    .headerLeftLogo img {
        width: 170px;
        padding-left: 0px;
    }

    .headerRightBtn img {
        height: 40px;
    }

    .backImg.page1 {
        background: url("../images/bgm02.png");
    }
    .backImg.page2 {
        background: url("../images/bgm02.png");
    }
    .backImg.page3 {
        background: url("../images/bgm03.png");
    }
    .backImg.page4 {
        background: url("../images/bgm00.png");
    }
    .backImg.page5 {
        background: url("../images/bgm00.png");
    }
    .backImg.page6 {
        background: url("../images/bgm00.png");
    }

    .backImg.page1, .backImg.page2, .backImg.page3, .backImg.page4, .backImg.page5, .backImg.page6 {
        background-size: cover; /* 또는 contain */
        background-repeat: no-repeat; /* 반복 방지 */
        background-position: center; /* 중앙 정렬 */
    }

    .mobileDiv {
        width: 100%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .image-container.page2 {
        display: none;
    }
    .page3-cnotainer {
        display: none;
    }
    .image-container2.page4 {
        display: none;
    }
    .image-container.page5 {
        display: none;
    }
    .image-container.page6 {
        display: none;
    }
    .image-container.page7 {
        display: flex;
        flex-wrap: wrap;
        width: 20rem;
    }
    .image-container3 {
        position: relative;
        display: flex;
        flex-wrap: wrap; /* 줄 바꿈 허용 */
        gap: 10px; /* 이미지 사이 간격 조절 */
        width: 150px;
        height: 140px;
        overflow: hidden;
    }
    .text-overlay {
        display: none;

    }

    .mobileDiv img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .blurred-img {
        width: 100%;
        height: 100%;
        filter: none; /* 흐림 제거 */
        transition: filter 0.3s ease;
    }
    .text-Image {
        font-size: small;
        color: black;
        padding-top : 5px;
        padding-left : 35px;
    }
    .btn3min {
        display: none;
    }

    .btn3Call {
        width: 120px;
        height: 32px;
    }
    .project-list {
        display: flex;
        flex-direction: row-reverse;
        gap: 5px; /* 칩 사이 간격 조절 */
    }
    .demo-section {
        width: 767px;
        max-width: 767px;
        align-items: center;
        width: 100%;
    }

    .demo-section.auto.firstStyle {
        display: grid;
        width: 100%;
    }

    .popup-online-box.footer-modal-content.step3 {
        height: 120px;
    }
    .stepHeader {
        text-align: center;
        font-size: medium;
    }

    .contentLabel {
        text-align: left;
        font-size: 15px;
        color: black;
        padding: 2px;
    }


    .project-filters {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    /* Chip 리스트 레이아웃 정리 (줄바꿈 가능) */
    .k-chip-list {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #imageDiv, #imageStDiv {
        margin: 10px;
    }

    .input-form {
        max-width: 22rem;
        margin-top: 10px;
        padding: 1px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15);
        font-family: NanumSquareR;
        box-sizing: border-box;
    }
}



