@charset "UTF-8";

.backLink{
    font-size: 1rem; font-weight: 700; color: #666; text-align: center; display: block; cursor: pointer
}
.backLink:hover{
    font-weight: 800;
}

/*리뷰 시작 *****************************************/
#reviewArea{
    width: 100%;
    border-top: 1px solid #eee;
}
#reviewArea .review-inner{
    max-width: 1200px; margin: 0 auto;
    padding-top: 50px;
}
#reviewArea .titArea{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}
#reviewArea .review-inner h3{
    font-size: 1.8rem;
    font-weight: 700;
}
#reviewArea .titArea button{
    border: 1px solid #065F46;
    color: #065F46;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff;
    font-size: .9rem;
}
#reviewArea .titArea button:hover{
    background-color: rgba(6, 95, 70, 0.2); ;
}

#reviewArea .review-inner li{
    font-size: 1rem;
    line-height: 1.8rem;
}
#reviewArea .review-inner li:not(:last-of-type){
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#reviewArea strong{
    font-size: 1.3rem;
    display: block;
    margin-bottom: 10px;
}
#reviewArea p.star{
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}
#reviewArea p.star img{
    width: 20px; height: 20px;
}
#reviewArea p.star b{
    font-size: 18px;
    font-weight: 700;
    color: #0089f7;
}
#reviewArea .reviewCount{
    font-weight: 800;
    color: #065F46;
}
/*리뷰 끝 *****************************************/


/* 성장 존 시작 *****************************************/
#growZone{
    width: 100%;
    padding-bottom: 100px;
}
#growZone .top{
    width: 100%; height: 70vh;
    overflow: hidden; position: relative;
    z-index: 50;
}
#growZone .block{
    position: absolute; top: 0; left: 0; right: 0;bottom: 0; width: 100vw;
    z-index: 10;
}
#growZone iframe{
    position: absolute;
    top: 0; left: 50%;
    width: 100vw;
    min-height: 70vh;
    min-width: 177.78vh; /* 16:9 비율 */
    transform: translateX(-50%); border: none;
}
#growZone .top h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    letter-spacing: 9px;
    font-size: 74px;
    font-weight: 800;
    z-index: 20;
    width: 100%;
    line-height: 6rem;
}
#growZone .top span:first-of-type{transition-delay: .4s}
#growZone .top span:nth-of-type(2){transition-delay: .9s}
#growZone .top span:nth-of-type(3){transition-delay: 1.4s}
#growZone .zone-inner{
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;

}

#growZone .growTop .listWrap{
    width: 100%;
    border-bottom: 1px solid #eee;
}
#growZone .growTop ul.growZone{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
}
#growZone .growTop ul.growZone li{
    width: 100%;
}
#growZone .growTop ul.growZone li a{
    line-height: 60px;
    display: block;
    text-align: center;
    color: #666;
}
#growZone .growTop ul.growZone li.on a{
    color: #065F46;
    font-weight: 700;
    border-bottom: 1px solid #065F46;
}
#growZone .ani {
    display: inline-block;
    color: #fff;
    font-weight: 900;
    text-shadow:
            0 0 10px rgba(76, 255, 0, 0.6),
            0 0 10px rgba(76, 255, 0, 0.4),
            0 0 10px rgba(76, 255, 0, 0.2);
    /*animation: rotate3D 3s linear infinite;*/
    transform-style: preserve-3d;
    position: relative;
}

@keyframes rotate3D {
    0% {
        transform: rotateY(0deg) rotateX(0deg);
    }
    25% {
        transform: rotateY(90deg) rotateX(15deg);
    }
    50% {
        transform: rotateY(180deg) rotateX(0deg);
    }
    75% {
        transform: rotateY(270deg) rotateX(-15deg);
    }
    100% {
        transform: rotateY(360deg) rotateX(0deg);
    }
}

#growZone .top #scrollEarly{
    transition-delay: 1.8s;
    border-radius: 30px;
    border: 1px solid #666;
    color: #b7b7b7;
    background-color: transparent;
    padding: 1rem;
    position: absolute;
    bottom: 20px;
    left: 50%; transform: translateX(-50%);
    z-index: 50;
}
#growZone .top #scrollEarly:hover{
    background-color: #111;
}
#growZone .btnWrap{
    display: flex; gap: 15px; align-items: center; flex-wrap: wrap;
}
#growZone .tool{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fbfffc;
    border: 2px solid rgba(0, 105, 52, 0.05);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s
    ease;
}
#growZone .tool .btnWrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
#growZone .tool dt{
    color: #666;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
#growZone .tool dd{
    position: relative;
}
#growZone .tool dd a{
    font-size: .95rem;
    font-weight: 500;
    color: #333;
    line-height: 1.8;
    padding-left: 15px;
}
#growZone .tool dd a:hover{
    font-weight: 800;
}
#growZone .tool dd:before{
    content: '-'; position: absolute; top: 50%; left: 0; transform: translateY(-50%); color: #333; font-weight: 500;
}
#growZone .btnWrap button{
    font-weight: 700;
    background-color: #fff;
    border-radius: 10px;
    border : 2px solid rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 10px 8px rgba(1,1,1,0.02);
    transition: all .4s ease-in-out;
}
#growZone .btnWrap button a{
    color: #666;
    padding: 1rem 1.2rem;
    display: block;
}
#growZone .btnWrap button:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 10px 8px rgba(1,1,1,0.04);
    background-color: #f1f1f1;
}
#growZone .btnWrap button:last-of-type:not(#gZoonToolBtn){
    border-color: rgba(0, 105, 52, 0.1);
    background-color: rgba(0, 105, 52, 0.05);
}
#growZone .btnWrap button:last-of-type:not(#gZoonToolBtn) a{
    color: var(--primary);
}
#growZone .btnWrap button:last-of-type:hover{
    background-color: rgba(0, 105, 52, 0.1);
}
#growZone .advertisement{
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
    overflow: hidden;
}
#growZone .advertisement .banner{
    width: 100%; height: 100%; position: relative;
}
#growZone .advertisement .banner,
#growZone .advertisement .banner img{
    width: 100%; height: 100%;
}
#growZone .advertisement .banner img{
    object-fit: cover;
}

#growZone .btnWrap .toolPage{
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-dark);
}

#growZone .box1{
    display: none;
    margin: 200px 0 ;
    height: 80vh;
    position: relative;
    /*display: flex;*/
    justify-content: space-between;
}
#growZone .box1 h3{
    font-size: 2.2rem;
    transition-delay: .5s;
    font-weight: 600;
    line-height: 2.8rem;
    color: #333;
    width: 60%;
}
#growZone .box1 .line{
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(238, 238, 238);
    z-index: -1;
    width: 3px;
    height: 0;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0, 105, 52, 0.15);
    transition: height 0.1s ease-out;
}
#growZone .box1 .line.on{
    opacity: 1; top: 0;
}
#growZone .box1 .pWrap{
    margin-top: 300px;
    font-size: 1.2rem;
    transition-delay: 1s;
    line-height: 2rem;
    color: #333;
    width: 48%;
}
#growZone .box1 .pWrap p .big{
    font-weight: 700;
    font-size: 1.4rem;
}
#growZone .box1 .pWrap p:first-of-type{
    margin-bottom: 40px;
}

#growZone .box2{
    background-color: #fff;
    margin: 350px 0;
}
#growZone .box2 h3{
    transition-delay: .2s;
    color: #333;
    padding: 20px 0 0;
    background-color: #fff;
    margin-bottom: 70px;
    line-height: 2.0;
    text-align: center;
    font-size: 2.8rem;
}
#growZone .box2 .boxWrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#growZone .box2 .boxWrap div{
    cursor: pointer;
    align-items: center;
    border: 2px solid rgba(0, 105, 52, 0.05);
    border-radius: 10px;
    background-color: #fbfffc;
    width: 100%;
    display: flex; gap: 20px;
}

#growZone .box2 .boxWrap div ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#growZone .box2 .boxWrap div ul li{
    font-size: 1rem;
    font-weight: 500;
}
#growZone .box2 #growListLink{
    display: block;
    margin-top: 20px;
    color: #b7b7b7;
    font-size: .9rem;
    text-align: right;
}
#growZone .box2 #growListLink:hover{
    text-decoration: underline;
    color: #fff;
}


.boxWrap > div.clicked {
    border: 2px solid #fff ;
    box-shadow: 2px 5px 12px rgba(252, 255, 203, 0.8) !important;
    transform: translateY(-2px) !important;
}

.boxWrap > div:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.15) !important;
    transform: translateY(-3px) !important;
}

/* Zone 박스 기본 스타일 강화 */
.boxWrap > div {
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
}

.boxWrap > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

.boxWrap > div:hover::before {
    left: 100%;
}



#growZone .box2 .boxWrap strong{
    width: 30%;
    text-align: center;
    min-width: 100px;
    padding: 2.5rem 1rem;
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #000;
    background-color: #fff;
}
#growZone .box2 .boxWrap span.cap{
    display: block;
    position: relative;
    color: var(--primary-light);
    font-weight: 400;
    font-size: .85rem;
    text-align: center;
}
#growZone .box2 .boxWrap span:after{
    content: '';
    background-color: #eee;
    width: 10%;
    height: 1px;
    position: absolute;bottom: -20px; left: 50%; transform: translateX(-50%);
}
#growZone .box2 .boxWrap p{
    margin: 15px 0;
    text-align: center;
    color: #fff;
    padding: 0 1rem;
    line-height: 2rem;
    font-size: .9rem;
}
#growZone .box3{
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 300px;
}
#growZone .box3 div[class$=Here]{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#growZone .box3 div[class$=Here] strong.tit{
    background-color: #fff;
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin-bottom: 50px;
    display: block;
    width: 100%;
    font-weight: 700;
}
#growZone .box3 div[class$=Here] strong.contTit{
    color: #666;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.6;
    display: block;
}
#growZone .box3 div[class$=Here] .small{
    font-size: 1rem;
    display: block;
    line-height: 1.5;
    margin: 20px 0 0;
    font-weight: 500;
}

#growZone .box3 .swiper {
    width: 100%;
    height: 550px;
    margin-top: -20px;
}

#growZone .box3 .swiper-wrapper {
    height: 100%;
}
#growZone .box3 .swiper-slide ,
#growZone .box3 .frame .three{
    background: #fbfffc;
    border: 2px solid rgba(0, 105, 52, 0.05);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    cursor: pointer;
    height: auto;
    margin: 20px 0;
    display: grid;
    place-content: start;
    align-items: center;
}
#growZone .box3 .frame .three{
    width: 40%;
}
#growZone .box3 .frame-inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
#growZone .box3 .frame-inner .icon{
    width: 20%;
    height: 20%;
    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #86efac 0%, #6ee7b7 50%, #5eead4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(134, 239, 172, 0.4);
}

#growZone .box3 .frame-inner .icon span,
#growZone .box3 .frame-inner .sIcon span{
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
#growZone .box3 .frame-inner .sIcon{
    width: 20%;
    height: 20%;
    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ec4899 0%, #db2777 50%, #be185d 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.3);
}


#growZone .box3 .gZoneWrap .composition-list {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 30px;
    margin: 20px 0 60px;
}

#growZone .box3 .gZoneWrap .composition-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.8;
}

#growZone .box3 .gZoneWrap .composition-item:last-child {
    margin-bottom: 0;
}

#growZone .box3 .gZoneWrap .composition-number {
    font-weight: 700;
    color: #2d3748;
    min-width: 20px;
    margin-right: 8px;
}

#growZone .box3 .gZoneWrap .composition-title {
    font-weight: 700;
    color: #2d3748;
    margin-right: 8px;
}

#growZone .box3 .gZoneWrap .composition-arrow {
    color: #059669;
    margin: 0 8px;
    font-weight: 700;
}

#growZone .box3 .gZoneWrap .composition-desc {
    color: #4a5568;
}

/* 3대 가치 테이블 */
#growZone .box3 .gZoneWrap .value-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

#growZone .box3 .gZoneWrap .value-table th,
#growZone .box3 .gZoneWrap .value-table td {
    border: 2px solid #e2e8f0;
    padding: 20px 25px;
    text-align: left;
}

#growZone .box3 .gZoneWrap .value-table th {
    background: #065f46;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

#growZone .box3 .gZoneWrap .value-row {
    transition: background-color 0.2s ease;
}

#growZone .box3 .gZoneWrap .value-row:hover {
    background-color: #f8fffe;
}

#growZone .box3 .gZoneWrap .value-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #2d3748;
}

#growZone .box3 .gZoneWrap .value-icon::before {
    font-size: 24px;
}

#growZone .box3 .gZoneWrap .value-icon.economic::before {
    content: '💰';
}

#growZone .box3 .gZoneWrap .value-icon.social::before {
    content: '🤝';
}

#growZone .box3 .gZoneWrap .value-icon.growth::before {
    content: '🌍';
}

#growZone .box3 .gZoneWrap .value-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#growZone .box3 .gZoneWrap .value-point {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    position: relative;
    padding-left: 15px;
}

#growZone .box3 .gZoneWrap .value-point::before {
    content: '-';
    position: absolute;
    left: 0;
    color: #059669;
    font-weight: 700;
}


#growZone .box3 .routine-flow{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#growZone .box3 .flow-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    max-width: 500px;
}
#growZone .box3 .flow-item{
    position: relative;
}

#growZone .box3 .flow-box {
    background: #fbfffc;
    border: 2px solid rgba(0, 105, 52, 0.05);
    border-radius: 15px;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 105, 52, 0.3);
}

#growZone .box3 .flow-box:hover {
    background: #e8ffed;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 105, 52, 0.5);
}

#growZone .box3 .flow-main {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

#growZone .box3 .flow-sub {
    font-size: 14px;
    opacity: 0.95;
}

/* 화살표 */
#growZone .box3 .arrow {
    position: absolute;
    color: #cbd5e0;
    font-size: 24px;
}

#growZone .box3 .arrow-right {
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

#growZone .box3 .arrow-down {
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
#growZone .box3 .arrow-left{
    bottom: 25px;
    left: -26px;
}
#growZone .box3 .arrow-top{
    top: -25px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}




#growZone .box3 .swiper-slide:hover ,
#growZone .box3 .frame .three:hover{
    background: rgba(255, 255, 255, 0.15);
    border-color: #065F46;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#growZone .box3 .swiper-slide a {
    text-decoration: none;
    color: var(--primary-light);
    font-weight: 800;
}

#growZone .box3 .swiper-slide dl,
#growZone .box3 .frame .three dl{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#growZone .box3 .swiper-slide dt ,
#growZone .box3 .frame .three dt{
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    background-color: rgba(0, 105, 52, 0.1);
    border-radius: 10px;
    padding: .5rem;
    margin-bottom: 15px;
}

#growZone .box3 .swiper-slide dd ,
#growZone .box3 .frame .three dd{
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #333;
}
#growZone .box3 .swiper-slide dd .small{
    font-size: .8rem !important;
    font-weight: 400 !important;
    display: inline-block !important;
    margin : 0 !important;
}
#growZone .box3 .swiper-slide dd .minus{
    color: #5f2706;
}
#growZone .box3 .swiper-slide dd .plus{
    color: var(--primary);
    font-weight: 600;
}

#growZone .box3 .swiper-slide dd.ex {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#growZone .box3 .wrap{
    margin-bottom: 50px;
}
#growZone .box3 .wrap .contTit{
    margin-bottom: 50px;
}
#growZone .box3 .wrap .iconWrapper{
    position: relative;
    width: 50%;
    max-width: 300px;
    margin: 0 auto ;
}
#growZone .box3 .wrap .iconWrapper:before{
    content: '소득 증대'; font-size: 1.2rem; font-weight: 600; color: var(--primary); left: 50%; top: -20px; transform: translateX(-50%); position: absolute;
}
#growZone .box3 .wrap .iconWrapper path:last-of-type{
    transform: translateY(-40px);
}
#growZone .box3 .wrap ul{
    display: flex; justify-content: space-between; flex-wrap: wrap;
}
#growZone .box3 .wrap ul li{
    cursor: pointer;
    box-shadow: 0 0 10px 8px rgba(1,1,1,0.05);
    min-width: 300px;
    padding: 1rem .5rem;
    border-radius: 10px;
    transition: all .2s ease-in-out;
}
#growZone .box3 .wrap ul li:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 10px 8px rgba(0, 105, 52, 0.1);
}
#growZone .box3 .wrap ul li .nameArea strong,
#growZoneTool .top h2{
    display: block; text-align: center;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 700;
    color: var(--primary-dark);
    font-size: 1.2rem;
}
#growZone .box3 .wrap ul li .nameArea span{
    font-size: .9rem;
    color: var(--primary-light);
    display: block; text-align: center;
}
#growZone .box3 .wrap .btnWrap{
    display: flex; gap: 10px; align-items: center;
}
#growZone .box3 .gGiveTable,
#growZone .box3 .gGiveTable table{
    width: 100%;
}
#growZone .box3 .gGiveTable table{
    border-radius: 15px;
    border: 2px solid rgba(0, 105, 52, 0.05);
}
#growZone .box3 .gGiveTable table th{
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 105, 52, 0.1);
    font-size: 1rem;
    font-weight: 800;
    padding: 12px;
}
#growZone .box3 .gGiveTable table td{
    vertical-align: middle;
    text-align: center;
    font-size: .95rem;
    font-weight: 500;
    padding: 15px 10px;
    border: 1px solid #eee;
}
#growZone .box3 .gGiveTable table td.th{
    font-weight: 800;
}
#growZone .box3 .gGiveTable table td .small{
    font-size: .85rem!important;
    display: inline-block!important;
    margin: 0!important;
}
#growZone .box3 .gGiveTable table td a{
    padding: 8px 10px;
    font-size: .9rem;
    font-weight: 600;
    background-color: #fbfffc;
    border-radius: 10px;
    display: block;
    border: 2px solid rgba(0, 105, 52, 0.05);
    color: var(--primary-dark);
}
#growZone .box3 .gGiveTable table td a:hover{
    background-color: #f0fff3;
    font-weight: 800;
}
#growZone .box4{
    margin: 300px 0 ;
}
#growZone .box4 button{
    width: 50%;
    background-color: #065F46;
    padding: 2rem 1rem;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 10px;
    font-size: 2rem;
    letter-spacing: 1px;
    display: block;
    font-weight: 700;
    margin: 0 auto;
}
#growZone .box4 button:hover{
    background-color: rgba(3, 31, 93, 0.8);
}


#growZone .box3 .quote{
    box-shadow: 0 0 10px 8px rgba(1,1,1,0.05);
    width: 100%;
    line-height: 1.5;
    padding: 10px 0 30px;
    text-align: center;
    border-radius: 10px;
}
#growZone .box3 .quote .bold{
    font-size: 1.2rem;
    margin-top: 10px;
    display: block;
    font-weight: 700;
    color: var(--primary);
}

#growZone .box3 .arrowImg{
    width: 100%;
    object-fit: contain;
}
#growZone .box3 .nBox .flexWrap{
    display: flex; flex-direction: column; gap: 30px;
}
#growZone .box3 .nBox .flexBox{
    display: flex; align-items: center; gap: 10px;
}
#growZone .box3 .nBox .flexBox h4{
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #666;
    font-weight: 700;
}
#growZone .box3 .nBox .flexBox p{
    line-height: 1.8; font-size: .95rem;
    font-weight: 400;
}
#growZone .box3 .nBox .flexBox p .bold{
    display: block;
}
#growZone .box3 .nBox .flexBox:nth-of-type(2) {
    justify-content: center;
}
#growZone .box3 .nBox .flexBox i{

    text-align: center;
    font-size: 30px;
    color: #006934;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
}


#growZone .box3 .newPlusStatus li:first-of-type .bold{
    display: block;
    margin-bottom: 10px;
}
#growZone .box3 .newPlusStatus .nameArea + div{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#growZone .box3 .newPlusStatus .nameArea + div .minus{
    color: #5f2706;
}
#growZone .box3 .newPlusStatus .nameArea + div .plus{
    font-weight: 600;
    color: var(--primary);
}
#growZone .box3 .newPlusStatus table{
    width: 100%;
}
#growZone .box3 .newPlusStatus table td{
    font-size: .95rem;
    font-weight: 400;
    color: #333;
    padding: 10px;
}
#growZone .box3 .newPlusStatus table td .small{
    font-size: .8rem !important; font-weight: 500; display: inline-block !important; margin: 0 0 0 5px!important;
}
#growZone .box3 .newPlusStatus table td.th{
    font-weight: 700;
}
#growZone .box3 .newPlusStatus table tr:last-of-type td{
    color: var(--primary-dark);
    border-top: 1px solid #eee;
}
#growZone .nBox.point3 .subTit {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #555;
    margin-bottom: 60px;
}

#growZone .nBox.point3 .subTit .bold {
    font-weight: 700;
    color: #1a1a1a;
}

/* Chart Area */
#growZone .nBox.point3 .picArea {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 60px 40px;
    margin-bottom: 60px;
}

#growZone .nBox.point3 .chartTitle {
    text-align: center;
    font-size: 24px;
    color: var(--primary-dark);
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.6;
}

#growZone .nBox.point3 .growthChart {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
    height: 400px;
    padding: 0 20px;
}

#growZone .nBox.point3 .chartItem {
    flex: 1;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#growZone .nBox.point3 .chartItem .bar {
    width: 100%;
    background: var(--primary-light);
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease;
}

#growZone .nBox.point3 .chartItem.stage1 .bar {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

#growZone .nBox.point3 .chartItem.stage2 .bar {
    height: 150px;
}

#growZone .nBox.point3 .chartItem.stage3 .bar {
    height: 250px;
}

#growZone .nBox.point3 .chartItem.stage4 .bar {
    height: 350px;
}

#growZone .nBox.point3 .chartItem .label {
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.4;
}

#growZone .nBox.point3 .chartItem .label .korean {
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

/* Caption Area */
#growZone .nBox.point3 .caption {
    background: #ffffff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

#growZone .nBox.point3 .mainMessage {
    display: block;
    font-size: 22px;
    color: #2E7D32;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #E8F5E9;
}

#growZone .nBox.point3 .stageList {
    display: grid;
    gap: 20px;
    margin-bottom: 40px;
}

#growZone .nBox.point3 .stageBox {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    border-left: 4px solid var(--primary);
    transition: all 0.3s ease;
}

#growZone .nBox.point3 .stageBox:first-child {
    border-left-color: var(--primary);
    background: linear-gradient(135deg, #e1f3ee 0%, #0dc28f 100%);
}

#growZone .nBox.point3 .stageBox:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#growZone .nBox.point3 .stageHeader {
    font-size: 1rem;
}

#growZone .nBox.point3 .emoji {
    font-size: 24px;
}

#growZone .nBox.point3 .number {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
}

#growZone .nBox.point3 .stageTitle {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

#growZone .nBox.point3 .stageContent {
    list-style: none;
    padding: 0;
    margin: 0;
}

#growZone .nBox.point3 .stageContent li {
    padding: 8px 0 8px 20px;
    position: relative;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
}

#growZone .nBox.point3 .stageContent li:before {
    content: "•";
    position: absolute;
    left: 5px;
    color: var(--primary);
    font-weight: 700;
}

#growZone .nBox.point3 .lastPoint {
    background: linear-gradient(135deg, rgba(243, 250, 248, 0.7) 0%, var(--primary-light) 100%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: var(--primary-dark);
    font-weight: 600;
    border: 2px solid var(--primary-light);
}



/* 뉴플러스 소득 원리 - Minus Plus 스타일 */
#growZone .three .minusPlus,
#growZone .nInfo .minusPlus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    margin-bottom: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

#growZone .three .minusPlus:hover,
#growZone .nInfo .minusPlus:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

#growZone .three .minusPlus .minus,
#growZone .nInfo .minusPlus .minus {
    font-size: 16px;
    color: #d32f2f;
    font-weight: 600;
    padding-right: 20px;
    position: relative;
}

#growZone .three .minusPlus .minus:after,
#growZone .nInfo .minusPlus .minus:after {
    content: "−";
    position: absolute;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #d32f2f;
}

#growZone .three .minusPlus .plus,
#growZone .nInfo .minusPlus .plus {
    flex: 1;
    font-size: 16px;
    color: #2E7D32;
    font-weight: 600;
    padding-left: 40px;
    position: relative;
}

#growZone .three .minusPlus .plus:before,
#growZone .nInfo .minusPlus .plus:before {
    content: "+";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #2E7D32;
}

/* 뉴플러스 핵심 구조 - Info Block 스타일 */
#growZone .nInfo .infoBlock {
    margin-bottom: 30px;
    border-left: 4px solid #2E7D32;
    padding-left: 0;
    transition: all 0.3s ease;
}

#growZone .nInfo .infoBlock:hover {
    border-left-color: #1B5E20;
}

#growZone .nInfo .infoBlock .head {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    padding: 15px 20px;
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    margin-bottom: 15px;
}

#growZone .nInfo .infoBlock .content {
    padding: 0 20px;
}

#growZone .nInfo .infoBlock .content p {
    margin: 12px 0;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

#growZone .nInfo .infoBlock .content .label {
    font-weight: 700;
    color: #2E7D32;
    margin-right: 5px;
}

/* 뉴플러스 핵심 구조 - Info Block 내부 Content (두번째 섹션용) */
#growZone .nInfo:nth-of-type(2) .infoBlock .content {
    padding: 0 20px;
}

/* 뉴플러스 훈련 시스템 - Step Block 스타일 */
#growZone .nInfo .stepBlock {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

#growZone .nInfo .stepBlock:hover {
    border-color: #2E7D32;
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(46, 125, 50, 0.15);
}

#growZone .nInfo .stepBlock .head {
    min-width: 200px;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
}

#growZone .nInfo .stepBlock .arrow {
    font-size: 24px;
    color: var(--primary-light);
    position: unset;
    font-weight: 700;
}

#growZone .nInfo .stepBlock .desc {
    flex: 1;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

#growZone .nInfo .stepBlock .desc .small {
    font-size: 1rem;
    color: #666;
    display: inline-block;
    margin: 0;
}

#growZone .nInfo .stepBlock .desc .bold {
    font-weight: 700;
    color: #2E7D32;
}


/* 성장 존 끝 *****************************************/

/* 성장 존 툴 도구 부분 시작  *****************************************/

#growZoneTool {
    width: 100%;
    min-height: 100vh;
}
#growZoneTool .tool-inner{
    width: 90%;
    max-width: 1200px;
    margin: 100px auto;
    padding: 0 0 100px;
}
#growZoneTool .top{
    margin-bottom: 50px;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
#growZoneTool .top h2{
    text-align: left;
}
#growZoneTool .top h2 .small{
    font-size: .9rem; font-weight: 400; color: #666;
    display: block; margin-top: 10px;
}
#growZoneTool .box{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
#growZoneTool strong.contTit{
    color: #666;
    font-weight: 700;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 30px;
}
#growZoneTool  strong.contTit .big{
    font-size: 2rem; font-weight: 800;
    display: inline-block; margin-right: 10px;
}
#growZoneTool img{
    width: 50%;
    object-fit: contain;
    min-width: 300px;
}
#growZoneTool table{
    width: 100%;
}
#growZoneTool table th{
    padding: 10px 5px;
    font-size: 1.1rem;
    vertical-align: middle;
    font-weight: 800;
    color: #333;
    background-color: #eee;
    border: 1px solid #333;
}
#growZoneTool table td{
    border: 1px solid #333;
    padding: 12px 5px;
    line-height: 1.8;
    vertical-align: middle;
}
#growZoneTool table td.center{
    text-align: center;
}
#growZoneTool table td.th{
    font-weight: 800;
}
#growZoneTool .download {
    display: flex;
    justify-content: right;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
}
#growZoneTool .download button{
    font-weight: 700;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 8px rgba(1, 1, 1, 0.02);
    transition: all .4s ease-in-out;
    border: 2px solid rgba(0, 105, 52, 0.1);
    background-color: rgba(0, 105, 52, 0.05);
}
#growZoneTool .download button a{
    padding: 1rem 1.2rem;
    display: block;
    color: var(--primary);
}


/* 성장 존 툴 도구 부분 끝 *****************************************/
/* 성장 핵심 시작 *****************************************/
#growZonePoint {
    width: 100%;
    background: #fafafa;
    padding: 150px 0 120px;
}

#growZonePoint .top {
    text-align: center;
    padding: 0 20px;
    max-width: 900px;
    margin: 0 auto 120px;
}

#growZonePoint .top h2 {
    line-height: 1.5;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 36px;
    letter-spacing: -1.5px;
    color: #191919;
}

#growZonePoint .top .subtitle {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #333;
    font-weight: 600;
}

#growZonePoint .top .description {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

#growZonePoint .top .description strong {
    color: #0064ff;
    font-weight: 700;
}

#growZonePoint .zone-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#growZonePoint .box1 {
    background: #ffffff;
    border-radius: 28px;
    padding: 80px 60px;
    margin-bottom: 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

#growZonePoint .box1 h3 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    color: #191919;
    letter-spacing: -1px;
}

#growZonePoint .box1 .box1-intro {
    text-align: center;
    font-size: 17px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 80px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#growZonePoint .cycle-diagram {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
}

#growZonePoint .cycle-row {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 80px;
}

#growZonePoint .cycle-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

#growZonePoint .circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#growZonePoint .circle:hover {
    transform: scale(1.08);
}

#growZonePoint .circle.make {
    background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
}

#growZonePoint .circle.spend {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

#growZonePoint .circle.invest {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

#growZonePoint .circle.give {
    background: linear-gradient(135deg, #ffa751 0%, #ffe259 100%);
}

#growZonePoint .label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.4;
}

#growZonePoint .arrow {
    font-size: 48px;
    color: #ccc;
    font-weight: 300;
}

#growZonePoint .vertical-arrows {
    display: flex;
    width: 100%;
    justify-content: space-around;
    gap: 200px;
}

#growZonePoint .arrow-v {
    font-size: 48px;
    color: #ccc;
}

#growZonePoint .box2 {
    background: #ffffff;
    border-radius: 28px;
    padding: 70px 60px;
    margin-bottom: 80px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

#growZonePoint .connection-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

#growZonePoint .connection-arrow {
    opacity: 0.8;
}

#growZonePoint .connection-text {
    font-size: 22px;
    font-weight: 600;
    color: #191919;
    text-align: center;
}

#growZonePoint .wealth-progression {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}

#growZonePoint .level-box {
    padding: 20px 32px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 17px;
    transition: all 0.3s ease;
}

#growZonePoint .level-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#growZonePoint .level-5 {
    background: #b8f542;
    color: #191919;
}

#growZonePoint .level-4 {
    background: #d4f7a8;
    color: #191919;
}

#growZonePoint .level-3 {
    background: #a3d5ff;
    color: #191919;
}

#growZonePoint .level-2 {
    background: #cbd5e1;
    color: #191919;
}

#growZonePoint .level-1 {
    background: #94a3b8;
    color: #ffffff;
}

#growZonePoint .progress-arrow {
    font-size: 24px;
    color: #999;
    font-weight: 300;
}

#growZonePoint .connection-result {
    font-size: 22px;
    font-weight: 600;
    color: #191919;
    text-align: center;
}

#growZonePoint .box3 {
    padding: 0;
}

#growZonePoint .wealth-stages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

#growZonePoint .stage-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

#growZonePoint .stage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 100, 255, 0.08);
    border-color: #0064ff;
}

#growZonePoint .stage-number {
    font-size: 36px;
    margin-bottom: 16px;
}

#growZonePoint .stage-card h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #191919;
    letter-spacing: -0.5px;
}

#growZonePoint .stage-highlight {
    font-size: 16px;
    line-height: 1.7;
    color: #0064ff;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 18px;
    background: #f0f7ff;
    border-radius: 14px;
    border-left: 4px solid #0064ff;
}

#growZonePoint .stage-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}


/* 성장 핵심 끝  ********************************************/

/* cft소개 존 시작 *****************************************/
#cftSection .cont-inner,
#zoneSection .cont-inner{
    padding-top: 100px;
    max-width: 1200px; width: 90%; margin: 0 auto 100px;
}
#cftSection .top,
#zoneSection .top{
    display: flex; justify-content: space-between; align-items: center; margin-bottom: 100px; gap: 10px;
}
#cftSection .top .lt,
#zoneSection .top .lt{
    width: 70%;
}
#cftSection .top h2,
#zoneSection .top h2{
    font-weight: 600;
    font-size: 34px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#cftSection .top .sup,
#zoneSection .top .sup{
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.5;
}
#cftSection .top .sup .small,
#zoneSection .top .sup .small{
    font-size: .85rem;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}
#cftSection .pageWrap,
#zoneSection .pageWrap{
    height: 100%;
    position: relative;
}
#cftSection .pageWrap .detailPBtn,
#zoneSection .pageWrap .detailPBtn{
    position: absolute; left: 50%; transform: translateX(-50%);
    max-width: 400px;
    width: 100%;
    max-height: 90px;
    opacity: 0;
    /*visibility: hidden;*/
    height: 100%;
}
#cftSection .pageWrap:first-of-type button{
    bottom: 110px;
}
#cftSection .pageWrap:last-of-type button{
    bottom: 30px;
}
/* cft소개 존 끝 *****************************************/

/*zonePage 공통 설정 =====================================================================================*/
#zonePage {
    margin-bottom: 200px;
}
#zonePage .zonePage-inner{
    width: 90%; max-width: 1200px;
    margin: 100px auto;
}


/* 먹마놀 대시보드 시작 *****************************************/


#muckHeader{
    width: 100%;
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
#muckHeader .header-inner {
    padding: .4rem 0;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
#muckHeader .header-inner h1{
    height: 100%;
}
#muckHeader .header-inner h1 a{
    display: flex;
    color: #333;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
}
#muckHeader .header-inner h1 img{
    max-width: 100px;
    height: 55px;
    margin-left: -8px;
    object-fit: contain;
}
#muckHeader .header-inner h1 span{
    margin-top: 10px;
}
#muckHeader .header-inner .outBtn{
    color: #666;
    padding: .8rem 1rem;
    border-radius: 10px;
    text-align: center;
    font-size: .9rem;
    font-weight: 500;
    border: 1px solid transparent;
    background: #E5E9EC;
}
#muckHeader .header-inner .outBtn:hover{
    background: rgba(229, 233, 236, 0.6);
}
#zonePage {
    margin: 2rem 1rem;
    width: 85%;
}
#zonePage .zonePage-inner{
    margin: 0;
    max-width: unset;
    width: 100%;
}


.muckmaulHome .contentArea{
    font-family: "Pretendard", "Apple SD Gothic Neo", "sans-serif";
    width: 100%;
    display: flex;
}
.muckmaulHome .right{
    margin: 2rem 0 2rem 1rem;
    width: 85%;
    padding-right: calc((100vw - 95% - 1rem) / 2);
}
.muckmaulHome .right .top{
    margin-bottom: 50px;
}
.muckmaulHome .right .calendar{
    display: flex;
    gap: 20px;
}
.muckmaulHome .right .calendar h2{
    font-weight: 600;
    color: #333;
    font-size: 2.4rem;
}
.muckmaulHome .right .calendar .btnWrap{
    display: flex;
    gap: 10px;
    align-items: center;
}
.muckmaulHome .right .calendar button{
    font-size: .9rem;
    color: #666;
    height: 30px;
    padding: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E5E9EC;
    border: 1px solid transparent;
}
.muckmaulHome .right .calendar .btnWrap button:hover{
    background-color: rgba(229, 233, 236, 0.6);
}
.muckmaulHome .right .calendar .btnWrap button:first-of-type{
    border-radius: 10px 0 0 10px;
}
.muckmaulHome .right .calendar .btnWrap button:last-of-type{
    border-radius: 0 10px 10px 0;
}
.muckmaulHome .right .calendar button.calendarSearch{
    border: 1px solid #E5E9EC;
    border-radius: 10px;
    padding: .5rem .8rem;
    height: 30px;
    background-color: #fff;
}
.muckmaulHome .right .calendar button.calendarSearch:hover{
    background-color: #eee;
}
.muckmaulHome .right .mid{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.muckmaulHome .right .mid .btnWrap{
    display: flex;
    gap: 10px;
}
.muckmaulHome .right .mid button,
.muckmaulHome .right .mid a.btn{
    border: 1px solid transparent;
    font-size: .9rem;
    padding: .8rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 10px;
    height: 50px;
    color: #fff;
    font-weight: 700;
}
.muckmaulHome .right .mid button:first-of-type,
.muckmaulHome .bot table td.today .day,
.data-popup .btnWrap button.inputBtn{
    background-color: #0066CC;
}

.muckmaulHome .right .mid button:first-of-type:hover,
.data-popup .btnWrap button.inputBtn:hover{
    background-color: rgba(0, 102, 204, 0.8);
}
.muckmaulHome .right .mid a.btn{
    background-color: #00CC55;
    display: flex; align-items: center;
}
.muckmaulHome .right .mid a.btn:hover{
    background-color: rgba(0, 204, 85, 0.8);
}
.muckmaulHome .right .dashArea{
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.muckmaulHome .right .dashArea .con{
    background-color: #fff;
    border-radius: 15px;
    padding: 1rem;
    width: 48%;
}
.muckmaulHome .right .dashArea .con:first-of-type .con-inner{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.muckmaulHome .right .dashArea .money{
    display: flex;
    gap: 30px;
}
.muckmaulHome .right .dashArea .money span,
.muckmaulHome .right .dashArea dt,
.muckmaulHome .right .dashArea .con:nth-of-type(2) strong{
    display: block;
    margin-bottom: 5px;
    font-size: .8rem;
    font-weight: 700;
    color: #bbb;
}
.muckmaulHome .right .dashArea .money strong{
    font-size: 1.5rem;
    font-weight: 700;
}
.muckmaulHome .right .dashArea .money-r strong{
    color: #FF6565;
}
.muckmaulHome .right .dashArea ul{
     border-top: 1px solid #eee;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr) );
    gap: 20px;
}
.muckmaulHome .right .dashArea dd{
    display: flex;
    font-size: .9rem;
    gap: 10px;
    color: #333;
    font-weight: 600;
}
.muckmaulHome .right .dashArea dd .small{
    color: #666;
    font-size: .75rem;
    display: block;
    margin-bottom: 5px;
    font-weight: 200;
}
.muckmaulHome .right .dashArea .con:nth-of-type(2) .label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    width: 100%;
}
.muckmaulHome .right .dashArea .con:nth-of-type(2) .label span{
    position: relative;
    font-size: .85rem;
    font-weight: 400;
    color: #666;
    padding-left: 18px;
}
.muckmaulHome .right .dashArea .con:nth-of-type(2) .label span:before{
    content: ''; width: 12px; height: 12px; border-radius: 4px; position: absolute; top: 50%; left: 0; transform: translateY(-50%);
}
.muckmaulHome .right .dashArea .con:nth-of-type(2) span.goal:before{
    background-color: #FF6565;
}
.muckmaulHome .right .dashArea .con:nth-of-type(2) span.spend:before{
    background-color: rgba(0, 102, 204, .6);
}

.muckmaulHome .right .dashArea .chartWrap{
    padding-top: 10px;
    height: 250px;
}

.muckmaulHome .bot{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
}
.muckmaulHome .bot .bot-inner{
    padding: 1rem;
}
.muckmaulHome .bot .labelArea{
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
}
.muckmaulHome .bot .labelArea li{
    font-size: .85rem;
    font-weight: 600;
    color: #666;
    padding-left: 15px;
    position: relative;
}
.muckmaulHome .bot .areaWrap{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.muckmaulHome .bot .labelArea li:before{
    content: ''; width: 10px; height: 10px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); border-radius: 50%;
}

.muckmaulHome .bot .filterArea label {
    cursor: pointer;
    font-size: .85rem;
    position: relative;
    color: #333;
    font-weight: 400;
    user-select: none;
    padding-right: 46px;
}

.muckmaulHome .bot .filterArea label::before {
    content: '';
    width: 34px;
    height: 20px;
    background-color: #ccc;
    border-radius: 14px;
    transition: background-color 0.3s ease;
    right: 0; top: 50%; transform: translateY(-50%);
    position: absolute;
}

.muckmaulHome .bot .filterArea label::after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%; transform: translateY(-50%);
    transition: right 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    right: 20px;
}

.muckmaulHome .bot .filterArea input[type="checkbox"]:checked + label::before {
    background-color: #0066CC;
}

.muckmaulHome .bot .filterArea input[type="checkbox"]:checked + label::after {
    right: 0;
}
/*먹고*/
.muckmaulHome .bot .label-badge.eat:before,
.muckmaulHome .bot table .label-badge.eat:before,
.data-popup .label-badge.eat:before{
    background-color: #FF4545;
}
/*마시고*/
.muckmaulHome .bot .label-badge.drink:before,
.muckmaulHome .bot table .label-badge.drink:before,
.data-popup .label-badge.drink:before{
    background-color: #FF8C45;
}
/*놀고*/
.muckmaulHome .bot .label-badge.play:before,
.muckmaulHome .bot table .label-badge.play:before,
.data-popup .label-badge.play:before{
    background-color: #FFD500;
}
/*타고*/
.muckmaulHome .bot .label-badge.ride:before,
.muckmaulHome .bot table .label-badge.ride:before,
.data-popup .label-badge.ride:before{
    background-color: #399B00;
}
/*꾸미고*/
.muckmaulHome .bot .label-badge.adorn:before,
.muckmaulHome .bot table .label-badge.adorn:before,
.data-popup .label-badge.adorn:before{
    background-color: #FF00DD;
}
/*공부하고*/
.muckmaulHome .bot .label-badge.study:before,
.muckmaulHome .bot table .label-badge.study:before,
.data-popup .label-badge.study:before{
    background-color: #00356A;
}
/*기타*/
.muckmaulHome .bot .label-badge.etc:before,
.muckmaulHome .bot table .label-badge.etc:before,
.data-popup .label-badge.etc:before{
    background-color: #666;
}
.muckmaulHome .bot table{
    width: 100%;
    table-layout: fixed;
}
.muckmaulHome .bot table th{
    padding: 1.2rem .5rem;
    border-bottom: 1px solid #eee;
    text-align: left;
    font-size: .9rem;
    color: #8b95a1;
}
.muckmaulHome .bot table td{
    padding: 1.2rem .5rem;
    height: 120px;
    overflow-y: auto;
    transition: all .2s ease-in-out;
}
.muckmaulHome .bot table td:hover{
    background-color: #f1f1f1;
}
.muckmaulHome .bot table  tbody tr:first-of-type td{
    padding-top: 1.5rem;
}
.muckmaulHome .bot table span.day{
    display: block;
    margin-bottom: 10px;
    font-size: .85rem;
    font-weight: 700;
    width: 20px;
    height: 20px;
    color: #666;
}
.muckmaulHome .bot table td.noMonth{
    opacity: .4 !important;
}
.muckmaulHome .bot table td.holiday span.day{
    color: #ff0000;
}
.muckmaulHome .bot table td.today .day{
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
}
.muckmaulHome .bot table td ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.muckmaulHome .bot table td .label-badge{
    font-size: .9rem;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 8px;
}
.muckmaulHome .bot table td .total-data{
    display: none;
    font-weight: 700;
    font-size: .95rem;
}
.muckmaulHome .bot table td .label-badge:before,
.data-popup .label-badge:before{
    content: ''; width: 5px; height: 10px; border-radius: 2px; position: absolute; top: 50%; left: 0; transform: translateY(-50%);
}
/*데이터 입력 팝업 시작~~~~~~~~~~~~*/
.data-popup{
    display: none;
    position: fixed;
    top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2000;
    width: 90%;
    max-width: 500px;
    height: auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
}
.data-popup .data-inner{
    padding: 2rem 1rem;
}
.data-popup .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.data-popup .top strong{
    font-size: 2rem;
    font-weight: 700;
}
.data-popup .top button{
    border: 1px solid transparent;
    padding:0;
    background-color: transparent;
    position: relative;
    left: 8px;
}
.data-popup .top button i{
    color: #8b95a1;
    font-weight: 900;
    font-size: 40px;
}

.data-popup input[type=checkbox],
.data-popup .allChk,
.muckmaulHome .bot .filterArea input[type="checkbox"]{ display: none;}

.data-popup input[type=checkbox] + span{ position: relative; font-size: .95rem; color: #666; font-weight: 400; padding-left: 30px;}

.data-popup input[type=checkbox] + span.on:after{ content: ''; width: 15px; height: 15px; border: 1px solid #ddd; background-color: #fff; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); border-radius: 50%}

.data-popup input[type=checkbox]:checked + span.on:after{ content: '✓'; color: #0066CC;}

.data-popup input[type=checkbox]:checked + span.on{font-weight: 700!important;}
.data-popup .allChk.on{
    margin-bottom: 20px;
    display: block;
}
.data-popup ul{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.data-popup .label-badge{
    padding-left: 15px;
    position: relative;
}
.data-popup .label-badge:before{
    left: 20px;
}

.data-popup .label-badge .setItem{
    color: #666;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}
.data-popup .totalArea{
    border-top: 1px solid #ddd;
    padding: 20px 0;
    margin: 20px 0;
}
.data-popup .totalArea p{
    text-align: right;
    font-size: .95rem;
    font-weight: 400;
}
.data-popup .totalArea p strong{
    font-weight: 700;
    font-size: 1.2rem;
    color: #FF6565;
    display: inline-block;
    margin: 0 2px;
}
.data-popup .btnWrap{
    display: flex;
    gap: 20px;
    justify-content: right;
}
.data-popup .btnWrap button{
    border: 1px solid transparent;
    border-radius: 10px;
    padding: .8rem 1rem;
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    transition: all .4s ease-in-out;
}
.data-popup .btnWrap button.delBackBtn{
    display: none;
    background-color: #8b95a1;
}
.data-popup .btnWrap button.delBtn{
    background-color: #FF4545;
}
.data-popup .btnWrap button.delBtn:hover{
    background-color: rgba(255, 69, 69, 0.8);
}

/*매일 소비 팝업 000000000000000000*/
.data-popup.dailyPopup .top{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-bottom: unset;
}
.data-popup.dailyPopup .top strong{
    font-size: 1.5rem;
}
.data-popup.dailyPopup .top p{
    font-size: 1rem;
    font-weight: 400;
    color: #666;
}
.data-popup.dailyPopup .btnWrap{
    justify-content: center;
}
.data-popup.dailyPopup .btnWrap #backBtn{
    background-color: #8b95a1;
}
.data-popup.dailyPopup .btnWrap #backBtn:hover{
    background-color: rgba(139, 149, 161, 0.8);
}
/*달력 년 월 검색 팝업 000000000000000000*/
.data-popup.dateSearch .date-selector{
    display: flex;
    gap: 20px;
}
.data-popup.dateSearch .date-selector >div{
    display: flex; flex-direction: column;
}
.data-popup.dateSearch .date-selector label{
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}
.data-popup.dateSearch .date-selector select{
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

    /* 먹마놀 대시보드 끝 *****************************************/
/* 먹마놀 월 계획 시작 *****************************************/
.sMuckmanul .topContain{
    width: 100%; display: flex; margin-bottom: 50px;
}
.sMuckmanul .topContain li{
    width: 50%;
    padding: 0 1rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 3px solid #b7b7b7;
}
.sMuckmanul .topContain li a{
    color: #b7b7b7;
    margin-bottom: 15px;
    display: block;
}
.sMuckmanul .topContain li.on {
    border-bottom-color: #0066cc;
}
.sMuckmanul .topContain li.on a{
    color: #0066cc;
}
.sMuckmanul .header {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sMuckmanul .header h1 {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #333;
}

.sMuckmanul .date-selector {
    display: flex;
    gap: 20px;
}

.sMuckmanul .date-selector > div {
    display: flex;
    flex-direction: column;
}

.sMuckmanul .date-selector label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.sMuckmanul .date-selector select {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.sMuckmanul .data-save{
    display: block;
    text-align: right;
}

.sMuckmanul .budget-table-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow-x: auto;
}

.sMuckmanul table,
.sMuckmanulPrint .budgetTable{
    width: 100%;
    border-collapse: collapse;
}

.sMuckmanul thead{
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.sMuckmanul .titFlex{
    display: flex;
    justify-content: space-between!important;
    align-items: center;
}
.sMuckmanul th{
    padding: 15px 10px;
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    color: #495057;
}

.sMuckmanul td{
    padding: 10px;
    vertical-align: middle;
    font-size: 9pt;
    border-bottom: 1px solid #e9ecef;
}

.sMuckmanul .category-cell{
    font-weight: 600;
    color: #495057;
    border-right: 1px solid #dee2e6;
    vertical-align: middle;
}

.sMuckmanul .subtotal-cell{
    font-weight: 600;
    color: #212529;
    border-left: 1px solid #dee2e6;
    vertical-align: middle;
}

.sMuckmanul .category-total-cell {
    font-weight: 700;
    color: #0066cc;
    border-left: 1px solid #dee2e6;
    vertical-align: middle;
}
.sMuckmanul .coupon-cell span{
    padding: 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
    color: #423f96;
    background-color: rgba(66, 63, 150, 0.05);
}
.sMuckmanul .coupon-cell span:hover{
    background-color: rgba(66, 63, 150, 0.1);
}
.sMuckmanul tbody[id*=budgetTotal] td{
    border-bottom: 1px solid #b7b7b7;
}

.sMuckmanul input[type="text"],
.sMuckmanul input[type="number"],
.sMuckmanul select {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 13px;
}
.sMuckmanul select+input{
    margin-top: 10px;
}

.sMuckmanul input[type="number"] {
    text-align: right;
}

.sMuckmanul .total-cell ,
.sMuckmanulPrint .budgetTable .total-cell{
    font-weight: 600;
    color: rgba(55, 65, 81, 0.7);
}

.sMuckmanul .btn {
    padding: 6px 10px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.sMuckmanul .btn-add {
    background: #0066cc;
    color: white;
}

.sMuckmanul .btn-add:hover {
    background: #0052a3;
}

.sMuckmanul .btn-delete{
    background: #dc3545;
}
.sMuckmanul .btn-delete .bi-trash{
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    font-weight: 500;
}

.sMuckmanul .btn-delete:hover{
    background: #c82333;
    font-weight: 800;
}

.sMuckmanul .btn-save,
.sMuckmanul .btn-print{
    color: #fff;
    width: 80px;
    border-radius: 10px;
    background: #33cc00;
}
.sMuckmanul .data-reset{
    color: #666;
    margin-right: 15px;
    width: 80px;
    border-radius: 10px;
    background-color: #E5E9EC;
}
.sMuckmanul .data-reset:hover{
    background: rgba(229, 233, 236, 0.6);
}
.sMuckmanul .btn-save svg {
    margin-left: 5px;
}
.sMuckmanul .btn-save:hover{
    background-color: #2fb900;
}
.sMuckmanul .btn-print{
    background-color: #666;
}
.sMuckmanul .btn-print:hover{
    background-color: #777777;
}

.sMuckmanul .action-buttons {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.sMuckmanul .total-row ,
.sMuckmanulPrint .budgetTable .total-row{
    background: #e7f3ff;
    border-top: 2px solid #0066cc;
}

.sMuckmanul .total-row td ,
.sMuckmanulPrint .budgetTable .total-row td{
    padding: 15px 10px;
    font-size: 1rem;
    font-weight: 700;
}

.sMuckmanul .summary {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-top: 50px;
}

.sMuckmanul .summary h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #333;
}

.sMuckmanul .summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.sMuckmanul .summary-item {
    padding: 15px;
    background: #f8f9fa;
    overflow: auto;
    border-radius: 8px;
}

.sMuckmanul .summary-item .category-name {
    font-size: .95rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 5px;
}

.sMuckmanul .summary-item .category-amount {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    color: #212529;
}
.sMuckmanul .summary-item .category-wrap{
    display: flex; gap: 10px; justify-content: space-between; align-items: center;
}
.sMuckmanul .summary-item .category-wrap span.percent{
    font-size: .9rem; font-weight: 600; color: #33cc00;
    padding: .3rem 1rem; border-radius: 10px; background-color: rgba(51, 204, 0, 0.05);
}
.sMuckmanul .summary-item .category-plan,
.sMuckmanul .summary-item .category-progress,
.sMuckmanul .summary-item .category-spend{
}
.sMuckmanul .summary-item .category-plan span.sup,
.sMuckmanul .summary-item .category-progress span.sup,
.sMuckmanul .summary-item .category-spend span.sup {
    font-size: .75rem;
    font-weight: 400;
    color: #b7b7b7;
    display: block;
    margin-bottom: 10px;
}
.sMuckmanul .summary-item .category-progress span.sup{
    text-align: center;
}

.sMuckmanul .empty-row {
    color: #6c757d;
    font-size: 13px;
}

.sMuckmanul tbody tr:hover {
    background: #f8f9fa;
}
/* 먹마놀 존 끝 *****************************************/

/* 먹마놀 프린트 시작 *****************************************/
.sMuckmanulPrint{
    margin: 0 auto !important;
}
.sMuckmanulPrint div[class^=paper]{
    position: relative;
}
.sMuckmanulPrint div[class^=paper] .paper-inner{
    width: 90%;
    padding-top: 50px;
    margin: 0 auto;
}
.sMuckmanulPrint .zonePage-inner > div[class^=paper]:before{
    content: ''; background-color: #f1d99f; position: absolute; height: 30px; width: 100%; top: 0; right: 0; left: 0;
}
.sMuckmanulPrint .paper1 .header{
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: flex-end;
    height: 80px;
    margin-bottom: 50px;
    overflow: hidden;
}
.sMuckmanulPrint .paper1 .header >*{
    width: 48%;
    height: 80px;
}
.sMuckmanulPrint .paper1 h1{
    font-size: 74pt;
    position: relative;
    z-index: 1;
    color: #9f8f7e;
    text-align: right;
    isolation: isolate;
    font-family: 'LABDigital-Regular' !important;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}
.sMuckmanulPrint .paper1 h1:after{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 74pt;
    color: #ddd;
    font-family: 'LABDigital-Regular' !important;
    content: '00';
    z-index: -1;
    bottom: 0;
    height: 80px;
    align-items: center;
}
.sMuckmanulPrint .paper1 h1.spacing {
    letter-spacing: 6px;
}
.sMuckmanulPrint .paper1 h1.spacing::after {
    letter-spacing: -12px;
    right: 14px;
}
.sMuckmanulPrint .paper1 .miniTit{
    font-size: 8pt;
    font-weight: 300;
    height: 20px;
    display: block;
    color: #9f8f7e;
}
.sMuckmanulPrint .paper1 .spendArea{
    padding: 15px 0;
    height: 60px;
    border-top: 1px solid #9f8f7e;
    color: #9f8f7e;
    text-align: center;
    display: flex;
    justify-content: center; align-items: center;
    font-size: 14pt;
    font-weight: 500;
    border-bottom: 1px solid #9f8f7e;

    background-image:
            linear-gradient(#eee 1px, transparent 1px),
            linear-gradient(90deg, #eee 1px, transparent 1px);
    background-size: 20px 20px;
    background-position: -1px -1px;
}
/*~~~~~~~~~~~~~~~*/

.sMuckmanulPrint .paper1 .summary{
    display: flex; justify-content: space-between; gap: 20px;
}
.sMuckmanulPrint .paper1 .summary >*{
    width: 50%;
}
.sMuckmanulPrint .paper1 .summary table{
    border-top: 1px solid #9f8f7e;
    border-bottom: 1px solid #9f8f7e;
}
.sMuckmanulPrint .paper1 .summary table td{
    font-size: 9pt;
    font-weight: 500;
    color: #9f8f7e;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px solid #9f8f7e;
}
.sMuckmanulPrint .paper1 .summary table td:first-of-type{
    width: 18%;
}
.sMuckmanulPrint .paper1 .summary table td:nth-of-type(2),
.sMuckmanulPrint .paper1 .summary table td:nth-of-type(3){
    width: 30%;
}
.sMuckmanulPrint .paper1 .summary table td:last-of-type{
    width: 12%;
}
.sMuckmanulPrint .paper1 .summary table td:not(:last-of-type){
    border-right: 1px solid #9f8f7e;
}
.sMuckmanulPrint .paper1 .summary table td.point{
    background-color: #f1d99f;
    color: #9f8f7e;
    font-weight: 700;
    font-size: 9pt;
}
.sMuckmanulPrint .paper1 .summary .chartArea{
     position: relative;
    display: flex;
    border-top: 2px solid #9f8f7e;
    border-bottom: 2px solid #9f8f7e;
    flex-direction: column;
    justify-content: space-between;
}
.sMuckmanulPrint .paper1 .summary .label{
    border: 1px solid #9f8f7e;
    padding: 10px; border-radius: 10px;
    display: flex; gap: 15px; align-items: center;
    position: absolute; z-index: 5;
    background-color: #fff;
    left: 20px; top: -16px;
}
.sMuckmanulPrint .paper1 .summary .label li{
    color: #9f8f7e;
    font-weight: 600;
    font-size: 8pt;
    padding-left: 20px;
    position: relative;
}
.sMuckmanulPrint .paper1 .summary .label li:before{
    content: ''; position: absolute; top: 50%; left: 1px; transform: translateY(-50%);
    width: 12px; height: 12px; border-radius: 50%;
}
.sMuckmanulPrint .paper1 .summary .label li:first-of-type:before{
    background-color: #b7b7b7;
}
.sMuckmanulPrint .paper1 .summary .label li:last-of-type:before{
    background-color: #f1d99f;
}
.sMuckmanulPrint .paper1 .summary .chartBox{
    padding-top: 20px;
    height: 280px;

}
.sMuckmanulPrint .paper1 .summary .chartTable table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.sMuckmanulPrint .paper1 .summary .chartTable th,
.sMuckmanulPrint .paper1 .summary .chartTable td{
    padding: 8px 5px;
    font-size: 8pt;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #9f8f7e;
}

.sMuckmanulPrint .paper1 .summary .chartTable th{
    color: #9f8f7e;
    font-weight: 600;
    width: 13%;
}

.sMuckmanulPrint .paper1 .summary .chartTable td{
    color: #9f8f7e
}

.sMuckmanulPrint .paper1 .summary .chartTable th:first-child,
.sMuckmanulPrint .paper1 .summary .chartTable td:first-child{
    background-color: rgba(159, 143, 126, 0.05);
    width: 8%;
}
.sMuckmanulPrint .paper1 .contentArea{
    margin-top: 50px;
}
.sMuckmanulPrint .paper1 .contentArea table{
    border: 1px solid #9f8f7e;
    width: 100%;
}
.sMuckmanulPrint .paper1 .contentArea table td{
    font-size: 9pt;
    text-align: center;
    padding: 15px;
    height: 150px;
    vertical-align: middle;
    color: #9f8f7e;
}
.sMuckmanulPrint .paper1 .contentArea table td{
}
.sMuckmanulPrint .paper1 .contentArea table td:first-of-type{
    width: 20%;
    border-right: 1px dotted #9f8f7e;
}
.sMuckmanulPrint .title{
    background-color: #f5ecd3;
    min-width: 90px;
    width: 90px;
    color: #9f8f7e;
    font-size: 10pt;
    height: 30px;
    display: block;
    align-content: center;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.sMuckmanulPrint .title .won{
    position: absolute;
    top: 50%; left: 0; transform: translateY(-50%);
    padding: .5rem;
    margin-right: 10px;
    display: flex;justify-content: center; align-items: center;
    height: 38px;
    border-radius: 5px;
    background-color: #f8dea5;
    color: #9f8f7e;
    font-size: 12pt;
    font-weight: 700;
}
.sMuckmanulPrint .budgetTable{
    border: 1px solid #9f8f7e!important;
}
.sMuckmanulPrint .budgetTable thead{
    border-bottom: 1px solid #9f8f7e;
}

.sMuckmanulPrint .budgetTable th{
    font-weight: 500;
    vertical-align: middle;
    font-size: 10pt;
    color: #333;
    border: 1px dotted #9f8f7e;
    padding: 10px 5px;
}
.sMuckmanulPrint .budgetTable td{
    font-weight: 500;
    font-size: 9pt;
    line-height: 1.3;
    vertical-align: middle;
    color: #333;
    border: 1px dotted #9f8f7e;
    padding: 10px 5px;
}
.sMuckmanulPrint .budgetTable td:first-of-type{
    text-align: center;
}
.sMuckmanulPrint .budgetTable .category-total-cell{
    color: #9f7e7e;
    font-weight: 700;
}

.sMuckmanulPrint .budgetTable .budgetTotal td{
    color: #9f7e7e;
    border-top: 1px solid #9f7e7e;
    font-weight: 700;
}
/* 먹마놀 프린트 끝 *****************************************/


















/* 태블릿 시작-------------------------------------------------------------------------*/
@media all and (max-width: 1023px){
    #growZone .zone-inner{
        width: 90%;
    }
    #growZone .top h2{
        font-size: 40px;
        letter-spacing: 5px;
    }
    #growZone .box1 h3{
        width: 48%;
    }
    #growZone .box2 .boxWrap span{
        font-size:1rem;
        line-height: 1.5;
    }

    #cftSection .pageWrap .detailPBtn{
        max-height: 60px;
        height: 100%;
    }
    #cftSection .pageWrap:first-of-type button{
        bottom: 90px;
    }
    #cftSection .pageWrap:last-of-type button{
        bottom: 30px;
    }
/*    가계부 시작 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .muckmaulHome .contentArea{
        flex-direction: column;
    }

    .muckmaulHome .right{
        padding: 0!important;
        width: 95%!important;
        margin: 2rem auto!important;
    }
    .muckmaulHome .right .dashArea ul{
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr) );
    }
    #zonePage{
        width: 95%;
        margin: 2rem auto;
    }
/*아카데미 시작 ---------------------------------------------*/
    #finxAcademy .story-grid,
    #finxAcademy .frontrunner-content{
        display: flex;
        flex-direction: column;
    }

    #finxAcademy .innovation-item{
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    #finxAcademy .story-stats,
    #finxAcademy .innovation-visual{
        width: 100%;
    }
    #finxAcademy .frontrunner-image-area{
        height: 300px;
        margin-bottom: 0;
    }
}








/* 모바일 시작 -----------------------------------------------------------------------------------------------------------*/
@media all and (max-width: 768px) {

    #growZone .top h2{
        font-size: 20px;
        line-height: 2.5rem;
        letter-spacing: 5px;
    }
    #growZone .top #scrollEarly{
        bottom: 90px;
    }
    #growZone .box1 h3{
        font-size: 18px;
        font-weight: 800;
        line-height: 30px;
    }
    #growZone .box1 .pWrap{
        width: 46%;
        font-size: 16px;
    }
    #growZone .box2 h3{
        font-size: 20px;
        line-height: 2.5rem;
    }
    #growZone .box2 .boxWrap{
        gap: 25px;
        grid-template-columns: repeat(2,1fr);
    }
    #growZone .box2 .boxWrap div{
        flex-direction: column;
    }
    #growZone .box2 .boxWrap strong{
        width: 100%;
        padding: 1rem;
    }
    #growZone .box2 .boxWrap div ul{
    padding: 0 1rem 1rem;
    }
    #growZone .box2 .boxWrap div ul li{
        font-size: 1rem;
        line-height: 1.5;
    }
    #growZone .box2 .boxWrap span.cap{
        padding: 0;
    }


    #growZone .box3 div[class$=Here] {
        flex-direction: column;
        gap: 30px;
    }

    #growZone .box3 div[class$=Here] strong {
        width: 100%;
        font-size: 1.5rem;
    }
    #growZone .box3 .swiper-slide dt{
        font-size: 1.2rem;
        line-height: 1.5;
    }
    #growZone .box3 .swiper{
        min-height: 500px;
        position: relative;
    }
    #growZone .box3 .swiper:before{
        content: '좌우로 슬라이드 해보세요!'; position: absolute; top: 2px; left: 50%; transform: translateX(-50%);
        font-size: .85rem; font-weight: 700; color: #909e6a; z-index: 50; opacity: .8;
    }
    #growZone .box3 .swiper-slide{
        overflow: auto;
        height: auto;
    }
    #growZone .box3 div[class$=Here] strong{
        font-size: 30px;
    }
    #growZone .box3 div[class$=Here] .small{
        line-height: 28px;
        font-size: 16px;
    }
    #growZone .box3 .wrap ul li{
        display: flex; flex-direction: column; gap: 15px;
    }
    #growZone .box3 .wrap ul li p{
        font-size: .9rem; line-height: 1.5; text-align: center;
    }
    #growZone .btnWrap{
        flex-direction: column;
    }
    #growZone .btnWrap button{
         width: 100%;
    }

    #growZonePoint .top h2,
    #growZonePoint .box1 h3,
    #growZonePoint .connection-text{
        font-size: 2.4rem;
        line-height: 1.5;
    }
    #growZonePoint .top .subtitle,
    #growZonePoint .circle{
        font-size: 1.5rem;
    }
    #growZonePoint .top .description{
        font-size: 1rem;
    }
    #growZonePoint .box1,
    #growZonePoint .box2{
        padding: 1rem;
    }
    #growZonePoint .cycle-diagram{
        width: 100%;
    }
    #growZonePoint .circle{
        width: 80px; height: 80px;
    }
    #growZonePoint .vertical-arrows,
    #growZonePoint .cycle-row{
        gap: 5px;
    }
    #growZonePoint .wealth-progression{
        flex-direction: column;
    }
    #growZonePoint .progress-arrow{
        transform: rotate(90deg);
    }




    #cftSection .pageWrap .detailPBtn{
        max-height: 35px;
        height: 100%;
        width: 50%;
    }
    #cftSection .pageWrap:first-of-type button{
        bottom: 40px;
    }
    #cftSection .pageWrap:last-of-type button{
        bottom: 10px;
    }


/*    먹마놀 시작*/
    .sMuckmanul .budget-table-container{
        position: relative;
        padding-top: 20px;
        box-shadow: unset;
        border-radius: 0;
        overflow-x: auto;
    }
    .sMuckmanul .budget-table-container:before{
        content: '좌우로 슬라이드 하세요!';
        font-size: .85rem;
        color: #ddd;
        font-weight: 600;
        position: absolute; top: 0; left: 0;
        z-index: 2;
    }
    /* 첫 번째 열 고정 */
    .sMuckmanul table th:first-child,
    .sMuckmanul table tbody td:first-child {
        position: sticky;
        left: 0;
        background-color: #fff; /* 스크롤 시 배경 유지 */
        z-index: 1;
    }

    /* thead의 첫 번째 th는 더 높은 z-index */
    .sMuckmanul table thead th:first-child {
        z-index: 2;
        background-color: #f8f9fa; /* thead 배경색 유지 */
    }

    /* 분야합계 행의 첫 번째 td도 고정 */
    .sMuckmanul tbody[id*=budgetTotal] td:first-child {
        background-color: #fff;
    }


    /* 스크롤 시 그림자 효과  */
    .sMuckmanul table th:first-child,
    .sMuckmanul table tbody td:first-child {
        box-shadow: 2px 0 5px rgba(0,0,0,0.05);
    }

    .sMuckmanul table{
        width: 900px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    .muckmaulHome .right{
        width: 100%!important;
    }
    .muckmaulHome .right .calendar{
        align-items: center;
        width: 95%!important;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .muckmaulHome .right .calendar h2{
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .muckmaulHome .right .mid{
        width: 95%;
        margin: 0 auto;
    }
    .muckmaulHome .right .mid button, .muckmaulHome .right .mid a.btn{
        padding: .8rem .5rem;
    }
    .muckmaulHome .right .mid .btnWrap{
        justify-content: space-between;
    }
    .muckmaulHome .right .mid button, .muckmaulHome .right .mid a.btn{
        width: 48%;
        justify-content: center;
        font-size: .85rem;
    }
    .muckmaulHome .right .dashArea{
        flex-direction: column;
        gap: 20px;
    }
    .muckmaulHome .right .dashArea .con{
        width: 100%;
    }
    .muckmaulHome .right .dashArea .money strong{
        font-size: 1.2rem;
    }
    .muckmaulHome .right .dashArea ul {
        grid-template-columns: repeat(auto-fit, minmax(136px, 1fr));
    }
    .muckmaulHome .right .dashArea dd{
        font-size: .8rem!important;
    }
    .muckmaulHome .bot{
        border-radius: 0;
    }
    .muckmaulHome .bot .bot-inner{
        padding: 1.2rem calc((100vw - 95%) / 2);
    }
    .muckmaulHome .bot .areaWrap{
        flex-wrap: wrap-reverse;
        gap: 20px;
    }
    .muckmaulHome .bot .filterArea{
        width: 100%;
    }
    .muckmaulHome .bot .labelArea{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
    }
    .muckmaulHome .bot table th{
        text-align: center;
        vertical-align: middle;
        padding: 5px;
    }
    .muckmaulHome .bot table td{
        padding: 5px;
    }
    .muckmaulHome .bot table td .label-badge{
        font-size: 9px;
        color: #fff;
        font-weight: 700;
        padding: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        border-radius: 5px;
        white-space: nowrap;
        display: inline-block;
        max-width: 100%;
    }
    .muckmaulHome .bot table .label-badge:before{
        display: none;
    }
    .muckmaulHome .bot table .label-badge.eat{
        background-color: #FF4545;
    }
    .muckmaulHome .bot table .label-badge.drink{
        background-color: #FF8C45;
    }
    .muckmaulHome .bot table .label-badge.play{
        background-color: #FFD500;
    }
    .muckmaulHome .bot table .label-badge.ride{
        background-color: #399B00;
    }
    .muckmaulHome .bot table .label-badge.adorn{
        background-color: #FF00DD;
    }
    .muckmaulHome .bot table .label-badge.study{
        background-color: #00356A;
    }
    .muckmaulHome .bot table .label-badge.etc{
        background-color: #666;
    }
    .muckmaulHome .bot table td.today ul li:first-of-type{
        margin-top: 3px;
    }
    .data-popup input[type=checkbox] + span{
        font-size: .85rem;
    }
    .muckmaulHome .bot table td .total-data{
        font-size: 10px;
    }
    .data-popup .top strong{
        font-size: 1.5rem;
    }
    .sMuckmanul .data-save{
        text-align: left;
    }

/*    먹마놀 프린트 시작*/
    .sMuckmanulPrint div[class^=paper] .paper-inner{
        width: 100%;
    }
    .sMuckmanulPrint .paper1 .summary{
        flex-direction: column;
    }
    .sMuckmanulPrint .paper1 .summary >*{
        width: 100%;
    }

/*    아카데미 시작 --------------------------------*/
    #finxAcademy .academy-hero h1,
    #finxAcademy .story-text h2,
    #finxAcademy .frontrunner-text h2,
    #finxAcademy .section-title{
        font-size: 2rem;
        line-height: 1.5;
    }
    #finxAcademy .academy-hero{
        height: 400px;
    }
    #finxAcademy .frontrunner-text p{
        font-size: .95rem;
    }
    #finxAcademy .stat-number span,
    #finxAcademy .story-description,
    #finxAcademy .contact-intro{
        font-size: 1rem;
    }
    #finxAcademy .stat-item p{
        font-size: .9rem;
    }
    #finxAcademy .solution-text{
        padding-left: 0;
    }
    #finxAcademy .frontrunner-image-area,
    #finxAcademy .innovation-visual{
        padding: 1rem;
    }
    #finxAcademy .frontrunner-text{
        padding: 0;
    }
    #finxAcademy .frontrunner-card h4 {
        font-size: 1rem;
        line-height: 1.6;
    }
    #finxAcademy .section-title{
        margin-bottom: 20px;
    }

    /* 성장존 시작 =======================================*/
    #growZone .growTop .listWrap{

    }
    #growZone .growTop ul.growZone{
        width: 90%;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        max-width: 800px;
        gap: 10px;
        font-size: .85rem;
    }

    #growZone .growTop ul.growZone li a{
        font-size: .85rem;
    }
    #growZone .box3 .gGiveTable{
        overflow-x: auto;
        padding-top: 20px;
    }
    #growZone .box3 .gGiveTable table{
        width: 130%;
        max-width: 800px;
        position: relative;
    }
    #growZone .box3 .gGiveTable table:before{
        content: '좌우로 슬라이드하세요'; position: absolute; top: -20px; font-size: .9rem; color: #666;
        left: 0;
    }
    #growZone .box3 .wrap ul{
        flex-direction: column;
        gap: 20px;
    }
    #growZone .box3 .gGiveTable table th,
    #growZone .box3 .gGiveTable table td{
        font-size: .85rem;
    }
    #growZone .advertisement .banner img{
        object-fit: contain;
    }
    #growZone .advertisement{
        height: 280px;
    }
    #growZone .box3 .frame-inner{
        flex-direction: column;
    }
    #growZone .tool,
    #growZone .box3 .frame .three{
        width: 100%;
    }
    #growZone .nBox.point3 .picArea,
    #growZone .nBox.point3 {
        padding: 40px 15px;
    }

    #growZone .nBox.point3 .contTit {
        font-size: 24px;
    }

    #growZone .nBox.point3 .subTit {
        font-size: 16px;
    }

    #growZone .nBox.point3 .growthChart {
        gap: 20px;
        height: 300px;
    }

    #growZone .nBox.point3 .chartItem.stage1 .bar {
        height: 40px;
    }

    #growZone .nBox.point3 .chartItem.stage2 .bar {
        height: 100px;
    }

    #growZone .nBox.point3 .chartItem.stage3 .bar {
        height: 170px;
    }

    #growZone .nBox.point3 .chartItem.stage4 .bar {
        height: 240px;
    }

    #growZone .nBox.point3 .chartItem .label {
        font-size: 14px;
    }

    #growZone .box3 .frame .three,
    #growZone .nBox.point3 .stageBox,
    #growZone .nBox.point3 .caption ,
    #growZone .nInfo .stepBlock,
    #growZone .box3 .gZoneWrap .value-table th, #growZone .box3 .gZoneWrap .value-table td,
    #growZone .box3 .gZoneWrap .composition-list{
        padding: 20px 10px;
    }
    #growZone .box3 .nBox .flexBox h4,
    #growZone .nBox.point3 .mainMessage ,
    #growZone .box3 .frame .three dd,
    #growZone .box3 .swiper-slide dt, #growZone .box3 .frame .three dt{
        font-size: 1rem;
        line-height: 1.8;
    }

    #growZone .nBox.point3 .lastPoint ,
    #growZone .box3 .quote{
        font-size: 16px;
        padding: 20px;
    }
    .box3 .life img{
        width: 100% !important;
        max-width: unset !important;
    }
    #growZone .three .minusPlus, #growZone .nInfo .minusPlus,
    #growZone .box3 .nBox .flexBox,
    #growZone .nInfo .stepBlock,
    #growZone .box3 .gZoneWrap .value-icon{
        flex-direction: column;
    }
    #growZone .nBox.point3 .chartItem.stage3 .label,
    #growZone .nBox.point3 .chartItem.stage4 .label{
        margin-top: 40px;
    }
    #growZone .nInfo .stepBlock{
        align-items: flex-start;
    }
    #growZone .box3 .frame .three dl{
        min-width: 270px;
    }
    #growZone .box3 .gGiveTable table th, #growZone .box3 .gGiveTable table td{
        font-size: .85rem;
        line-height: 1.6;
    }
}