.about-section {
    padding: 60px 20px;
    background-color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}

.about-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}



.about-text h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 24px;
}

.about-text .brand-name {
    color: #6b1787;
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.about-image {
    flex: 1 1 400px;
    text-align: right;
}

.about-image img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


.main-banner {
    margin-top: 64px;
    background: url('/img/about_bg.png') center/cover no-repeat;
    height: clamp(300px, 40vw, 600px);
}

@media (max-width: 768px) {

    #web_about {
        display: none;
    }

    .about-text h2 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 24px;
    }

    .about-container:first-child {
        margin:0;
    }


    .about-container {
        flex-direction: column;
        margin: 0;
    }

    .about-text, .about-image {
        padding: 0;
        text-align: left;
    }

    .about-image img {
        height: 300px;
        object-fit: cover;
        width: 340px;
    }


}

@media (min-width: 769px) {

   #mobile_about {
       display: none;
   }

    .about-text {
        flex: 1 1 500px;
        padding-right: 40px;
    }

}


/**/


.about-split-section {
    max-width: 1440px;
    margin: 150px auto;
    padding: 0 5%;
    position: relative;
}

.about-row {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 120px;
    position: relative;
}

.about-block {
    width: 48%;
    position: relative;
}

.about-block.left::after {
    content: '';
    position: absolute;
    top: 23%;
    right: -64px;
    width: 140px;
    height: 2px;
    background-color: #6b1787;
    transform: translateY(-50%);
}


.about-block.right {
    position: relative;
    top: 50px;
    left: 50px;
}

.about-block.left {
    position: relative;
    right: 65px;
}


.about-block.right::before {
    content: '';
    position: absolute;
    top: 40%;
    left: -50px;
    width: 125px;
    height: 2px;
    background-color: #6b1787;
    transform: translateY(-50%);
}

.about-block {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-block .image {
    display: flex;
    align-items: center;
}

.about-block .image img {
    width: 400px;
    border-radius: 8px;
    object-fit: cover;
}

.about-block .text {
    font-size: 17px;
    color: #333;
    line-height: 1.8;
    text-align: center;
}

.center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #6b1787;
    transform: translateX(-50%);
    z-index: 0;
}


.designer_vision {
    bottom: 260px;
}

.designer_vision .image {
    margin-right: 15px;
}

.txt_img {
    width: 380px;
}