@charset "utf-8";
   .container-sp127 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        .title-sp127 {
            text-align: center;
            font-size: 32px;
            margin-bottom: 30px;
            font-weight: bold;
        }

        .title-sp127 span {
            color: #ff0000;
        }

        .grid-sp127 {
            display: flex;
            flex-wrap: wrap;
            margin: -15px;
        }

        .grid-item-sp127 {
            padding: 15px;
            width: 33.333%;
            box-sizing: border-box;
            transition: all 0.3s ease;
        }

        .item-inner-sp127 {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            height: 100%;
            display: flex;
            flex-direction: column;
            background-color: #f8f9ff;
            border: 1px solid #e0e6ff;
        }

        .item-image-sp127 {
            width: 100%;
            height: 200px;
            overflow: hidden;
            background-color: #f0f4ff;
        }

        .item-image-sp127 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .item-image-sp127:hover img {
            transform: scale(1.05);
        }

        .item-content-sp127 {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            background-color: #f8f9ff;
        }

        .item-title-sp127 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 10px;
            color: #3a4b94;
        }

        .item-desc-sp127 {
            font-size: 14px;
            color: #4a5568;
            line-height: 1.5;
            margin-bottom: 15px;
            flex-grow: 1;
        }

        /* 모바일 반응형 - 화면 크기에 따라 2개씩 표시 */
        @media (max-width: 992px) {
            .grid-item-sp127 {
                width: 50%;
            }
        }

        /* 모바일 작은 화면에서는 1개씩 표시 */
        @media (max-width: 576px) {
            .grid-item-sp127 {
                width: 100%;
            }
        }


  .section-sub123 {
            padding: 50px 0;
            font-family: 'Noto Sans KR', sans-serif;
        }
        
        .container-sub123 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .section-title-sub123 {
            text-align: center;
			 font-family: 'Noto Sans KR', sans-serif;
			font-size: 1.3rem;
			font-weight: 400;
            margin-bottom: 50px;
        }
        
        .section-title-sub123 h2 {
            font-size: 1.5rem;
			 font-family: 'Noto Sans KR', sans-serif;
            color: #2d3e50;
			font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-title-sub123 h2:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background-color: #3498db;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-title-sub123 p {
            color: #777;
            font-size: 1.1rem;
        }
        
        .ceo-message-wrapper-sub123 {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            margin-top: 40px;
        }
        
        .ceo-message-sub123 {
            flex: 1;
            min-width: 300px;
        }
        
        .ceo-message-sub123 h3 {
 
			           font-size: 1.3rem;
			 font-family: 'Noto Sans KR', sans-serif;
            color: #2d3e50;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .ceo-message-sub123 h3:after {
            content: '';
            position: absolute;
            width: 50px;
            height: 3px;
            background-color: #3498db;
            bottom: 0;
            left: 0;
        }
        
        .ceo-message-sub123 p {
            color: #555;
			 
			    font-size: 0.8rem;
			font-weight: 400;
			 font-family: 'Noto Sans KR', sans-serif;
            line-height: 1.2;
            margin-bottom: 20px;
          
        }
        
        .ceo-message-sub123 .ceo-name-sub123 {
            text-align: right;
            font-weight: 700;
            font-size: 1.1rem;
            color: #2d3e50;
            margin-top: 30px;
        }
        
        .ceo-image-sub123 {
            flex: 1;
            min-width: 300px;
            background-color: #f8f8f8;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .ceo-image-sub123 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        
        .company-info-sub123 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 60px;
            gap: 20px;
        }
        
        .info-item-sub123 {
            flex: 1 1 calc(33.333% - 20px);
            margin-bottom: 30px;
            background-color: #fff;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .info-item-sub123:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .info-icon-sub123 {
            margin-bottom: 20px;
            color: #3498db;
            font-size: 40px;
            text-align: center;
        }
        
        .info-item-sub123 h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: #2d3e50;
            text-align: center;
        }
        
        .info-item-sub123 p {
            color: #666;
            line-height: 1.6;
        }
        
        /* 미션 및 비전 스타일 */
        .mission-vision-section-sub123 {
            padding: 60px 0;
            background-color: #f1f5f9;
            font-family: 'Noto Sans KR', sans-serif;
        }
        
        .mission-vision-wrapper-sub123 {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            gap: 30px;
        }
        
        .mission-sub123, .vision-sub123 {
            flex: 1;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .mission-sub123 {
            background-color: #fff;
        }
        
        .vision-sub123 {
            background-color: #ebf3fe;
        }
        
        .mission-sub123 h3, .vision-sub123 h3 {
            font-size: 1.8rem;
            color: #2d3e50;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .mission-sub123 h3:after, .vision-sub123 h3:after {
            content: '';
            position: absolute;
            width: 50px;
            height: 3px;
            background-color: #3498db;
            bottom: 0;
            left: 0;
        }
        
        .mission-sub123 p, .vision-sub123 p {
            color: #555;
            line-height: 1.8;
            margin-bottom: 15px;
        }
        
        @media screen and (max-width: 992px) {
            .info-item-sub123 {
                flex: 0 0 calc(50% - 20px);
            }
            
            .mission-sub123, .vision-sub123 {
                flex: 0 0 100%;
            }
        }
        
        @media screen and (max-width: 768px) {
            .ceo-message-wrapper-sub123 {
                flex-direction: column-reverse;
            }
            
            .info-item-sub123 {
                flex: 0 0 100%;
            }
            
            .section-title-sub123 h2 {
                font-size: 2rem;
            }
        }
        
        @media screen and (max-width: 576px) {
            .section-title-sub123 h2 {
                font-size: 1.8rem;
            }
            
            .ceo-message-sub123 h3 {
                font-size: 1.5rem;
            }
            
            .info-item-sub123, .mission-sub123, .vision-sub123 {
                padding: 20px;
            }
        }


     .section-sub124 {
            width: 100%;
            padding: 50px 0;
            background-color: #fff;
        }
        
        .container-sub124 {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .section-title-sub124 {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title-sub124 h2 {
            font-size: 1.4rem;
            color: #2d3e50;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-title-sub124 h2:after {
            content: '';
            position: absolute;
            width: 60px;
            height: 3px;
            background-color: #3498db;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-title-sub124 p {
            color: #777;
            font-size: 1.0rem;
			font-weight: 500;
        }
        
        /* 사업영역 개요 */
        .business-intro-sub124 {
            margin-bottom: 60px;
            text-align: center;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .business-intro-sub124 p {
            color: #555;
            line-height: 1.3;
            margin-bottom: 20px;
            font-size: 1.0rem;
        }
        
        /* 사업 분야 카드 */
        .business-areas-sub124 {
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            gap: 30px;
            margin-bottom: 60px;
        }
        
        .business-card-sub124 {
            flex: 1;
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .business-card-sub124:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .business-image-sub124 {
            height: 200px;
            overflow: hidden;
            position: relative;
        }
        
        .business-image-sub124 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .business-card-sub124:hover .business-image-sub124 img {
            transform: scale(1.1);
        }
        
        .business-content-sub124 {
            padding: 25px;
        }
        
        .business-content-sub124 h3 {
            font-size: 1.1rem;
            color: #2d3e50;
            margin-bottom: 15px;
            position: relative;
            padding-bottom: 12px;
        }
        
        .business-content-sub124 h3:after {
            content: '';
            position: absolute;
            width: 40px;
            height: 3px;
            background-color: #3498db;
            bottom: 0;
            left: 0;
        }
        
        .business-content-sub124 p {
            color: #666;
            line-height: 1.7;
            margin-bottom: 15px;
        }
        
        .business-content-sub124 ul {
            padding-left: 20px;
            margin-bottom: 15px;
        }
        
        .business-content-sub124 ul li {
            color: #666;
            margin-bottom: 5px;
            position: relative;
            list-style-type: none;
        }
        
        .business-content-sub124 ul li:before {
            content: '•';
            color: #3498db;
            position: absolute;
            left: -15px;
        }
        
        /* 수익구조 섹션 */
        .revenue-section-sub124 {
			border-radius: 30px;
            width: 100%;
            background-color: #f1f5f9;
            padding: 60px 0;
        }
        
        .revenue-model-wrapper-sub124 {
            display: flex;
            flex-wrap: nowrap;
            gap: 40px;
            align-items: center;
        }
        
        .revenue-content-sub124 {
            flex: 1;
        }
        
        .revenue-content-sub124 h3 {
            font-size: 1.8rem;
            color: #2d3e50;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .revenue-content-sub124 h3:after {
            content: '';
            position: absolute;
            width: 50px;
            height: 3px;
            background-color: #3498db;
            bottom: 0;
            left: 0;
        }
        
        .revenue-content-sub124 p {
            color: #555;
            line-height: 1.8;
            margin-bottom: 15px;
        }
        
        .revenue-image-sub124 {
            flex: 1;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .revenue-image-sub124:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .revenue-image-sub124 img {
            width: 100%;
            height: 100%;
            min-height: 300px;
            object-fit: cover;
            display: block;
        }
        
        /* 연계 스타트업 섹션 */
        .startup-section-sub124 {
            width: 100%;
            background-color: #fff;
            padding: 60px 0;
        }
        
        .startup-list-sub124 {
            display: flex;
            flex-wrap: nowrap;
            gap: 20px;
            justify-content: space-between;
            margin-top: 40px;
        }
        
        .startup-item-sub124 {
            flex: 1;
            background-color: #fff;
            border-radius: 8px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            text-align: center;
        }
        
        .startup-item-sub124:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .startup-logo-sub124 {
            width: 100px;
            height: 100px;
            margin: 0 auto 20px;
            background-color: #f8f8f8;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .startup-logo-sub124 img {
            max-width: 80%;
            max-height: 80%;
        }
        
        .startup-item-sub124 h3 {
            font-size: 1.3rem;
            color: #2d3e50;
            margin-bottom: 10px;
        }
        
        .startup-item-sub124 p {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        /* 반응형 디자인 */
        @media screen and (max-width: 992px) {
            .business-areas-sub124 {
                flex-wrap: wrap;
            }
            
            .business-card-sub124 {
                flex: 0 0 calc(50% - 15px);
            }
            
            .startup-list-sub124 {
                flex-wrap: wrap;
            }
            
            .startup-item-sub124 {
                flex: 0 0 calc(50% - 10px);
                margin-bottom: 20px;
            }
            
            .revenue-model-wrapper-sub124 {
                flex-wrap: wrap;
            }
            
            .revenue-content-sub124, .revenue-image-sub124 {
                flex: 0 0 100%;
            }
            
            .revenue-image-sub124 {
                order: -1;
                margin-bottom: 30px;
            }
        }
        
        @media screen and (max-width: 768px) {
            .business-card-sub124 {
                flex: 0 0 100%;
            }
            
            .section-title-sub124 h2 {
                font-size: 2rem;
            }
            
            .startup-item-sub124 {
                flex: 0 0 100%;
            }
        }
        
        @media screen and (max-width: 576px) {
            .section-title-sub124 h2 {
                font-size: 1.8rem;
            }
            
            .business-content-sub124 h3, .revenue-content-sub124 h3 {
                font-size: 1.5rem;
            }
        }

