50대 재취업 기술 배우기

[태그:] 집수리 기술 배우면 뭘 할 수 있나 – 활용 범위 정리

  • 집수리 기술 배우면 뭘 할 수 있나 – 활용 범위 정리

    집수리 기술 배우면 뭘 할 수 있나 – 활용 범위 정리

    /* — 테마 1: 느와르 골드 (Noir & Gold) — */
    .premium-content-wrapper {
    font-family: ‘Pretendard’, ‘Noto Sans KR’, ‘Apple SD Gothic Neo’, sans-serif;
    background: #141414;
    color: #cccccc;
    line-height: 1.8;
    word-break: keep-all;
    padding: 45px;
    border-radius: 15px;
    margin: 20px 0;
    border: 1px solid #333;
    box-shadow: 0 25px 50px rgba(0,0,0,0.6), 0 0 20px rgba(212, 175, 55, 0.1);
    }

    .premium-title {
    font-size: 2.8em;
    font-weight: 800;
    background: linear-gradient(135deg, #FFDF7D, #B8860B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 45px;
    text-shadow: 0 0 15px rgba(255, 223, 125, 0.4);
    }

    .premium-content-wrapper h2 {
    font-size: 2.3em;
    font-weight: 700;
    color: #D4AF37;
    text-align: center;
    padding-bottom: 20px;
    margin: 50px 0 35px 0;
    border-bottom: 2px solid #333;
    position: relative;
    }

    .premium-content-wrapper h2::after {
    content: ”;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #FFDF7D, #B8860B);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
    }

    .premium-content-wrapper h3 {
    font-size: 1.9em;
    font-weight: 600;
    color: #E6C66E;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
    }

    .premium-content-wrapper p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    text-align: justify;
    color: #b0b0b0;
    }

    .premium-content-wrapper strong {
    color: #ffc107;
    font-weight: 700;
    }

    .premium-content-wrapper u {
    text-decoration: none;
    border-bottom: 2px solid rgba(212, 175, 55, 0.6);
    padding-bottom: 1px;
    font-weight: 500;
    }

    .info-highlight {
    background: rgba(29, 29, 29, 0.8);
    border-left: 4px solid #B8860B;
    border-radius: 10px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
    }

    .info-highlight p {
    color: #D4AF37;
    margin: 0;
    font-size: 1.05em;
    font-weight: 500;
    }

    .premium-content-wrapper ul, .premium-content-wrapper ol {
    padding-left: 25px;
    margin: 25px 0;
    }

    .premium-content-wrapper li {
    margin-bottom: 15px;
    font-size: 1.1em;
    padding-left: 10px;
    }

    .premium-content-wrapper ul li::marker {
    color: #D4AF37;
    font-size: 1.2em;
    }

    .premium-image-wrapper {
    margin: 40px auto !important;
    text-align: center !important;
    }

    .image-container {
    position: relative !important;
    display: inline-block !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #444 !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.5) !important;
    }

    .image-container img {
    width: 100% !important;
    max-width: 700px !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important;
    }

    .ai-disclaimer {
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    background: rgba(0,0,0,0.7) !important;
    color: #ccc !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    border: 1px solid #444 !important;
    }

    /* — 버튼 섹션: 느와르 골드 — */
    .premium-purchase-section {
    text-align: center;
    margin: 50px 0;
    padding: 40px;
    background: #1a1a1a;
    border-radius: 20px;
    box-shadow: 0 0 35px rgba(212, 175, 55, 0.15), inset 0 0 20px rgba(0,0,0,0.4);
    border: 1px solid #B8860B;
    position: relative;
    overflow: hidden;
    }

    .purchase-content {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    }

    .premium-purchase-section h3 {
    color: #fff !important;
    font-size: 2em !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5) !important;
    border: none !important;
    padding: 0 !important;
    }

    .premium-purchase-button {
    display: inline-block !important;
    padding: 18px 60px !important;
    font-size: 1.5em !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    background: linear-gradient(145deg, #FFDF7D, #B8860B) !important;
    border: none !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) !important;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3) !important;
    transform: translateY(0) !important;
    cursor: pointer !important;
    letter-spacing: 1px;
    }

    .premium-purchase-button:hover {
    color: #000 !important;
    transform: translateY(-5px) scale(1.03) !important;
    box-shadow: 0 15px 40px rgba(255, 223, 125, 0.45) !important;
    background: linear-gradient(145deg, #fff2c7, #D4AF37) !important;
    text-decoration: none !important;
    }

    집수리 기술의 활용 범위

    집수리 기술은 생각보다 활용 범위가 넓습니다. 단순 수리부터 시작해 다양한 방향으로 확장할 수 있습니다.

    • 자기 집 수리 – 수도, 문, 벽, 바닥 등 생활 속 수리를 직접 해결
    • 지인 도움 – 부모님 집, 이웃집 수리로 경험 축적
    • 부업 – 아파트 단지, 지역 커뮤니티에서 소규모 의뢰 받기
    • 제2직업 – 본격적으로 기술자로 활동
    • 독립 사업 – 1인 기술 사업자로 독립

    기초부터 실전까지

    배관, 전기, 도배, 타일, 목공 등 분야별로 기초부터 익히면 됩니다. 오산 집수리 교육, 평택 집수리 교육, 화성 집수리 교육 등 지역 교육을 통해 시작할 수 있습니다.

    무료 설명회 신청하기   카톡방 참여 (비번 8080)