@charset "utf-8";
/* 투어머치 전현진 */



/* 자사제품 // 덕트사업부 상단 */
.duct-top {
    margin-bottom: 3rem;
}

.duct-top .duct-top-box {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    aspect-ratio: 16 / 9;
    border-radius: 0.5rem;
}

.duct-top .duct-top-box .duct-topimg {
    position: absolute;
    top: -50px;
    left: 0;
    bottom: 0px;
    right: 0;
    background: url("./img/duct_topimg.jpg") no-repeat center / cover;
}

.duct-top h3 {
    line-height: 110%;
    margin-top: 1rem;
    font-size: clamp(1.5rem, 4vw, 3rem);
    color: var(--color-point);
}

.duct-top h3 small {
    font-weight: var(--font-weight-medium);
}

@media screen and (min-width: 767px) {
    .duct-top .duct-top-box {
        height: 250px;
        aspect-ratio: unset;
        border-radius: 1rem;
    }
}

@media screen and (min-width: 1023px) {
    .duct-top {
        margin-bottom: 5rem;
    }

    .duct-top h3 {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 1239px) {
}


/* 자사제품 // 덕트사업부 내용 */
.duct-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
}

.duct-list .duct-con {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.duct-list .duct-con figure {
    overflow: hidden;
    border-radius: 50%;
    font-size: 0;
}

.duct-list .duct-con .duct-text h4 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 130%;
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.duct-list .duct-con .duct-text h4 em {
    font-family: var(--font-point);
}

.duct-list .duct-con .duct-text h4 small {
    font-size: clamp(1rem, 3vw, 1.25rem);
    font-weight: var(--font-weight-medium);
    color: var(--color-gray-deep);
}


@media screen and (min-width: 767px) {
    .duct-list .duct-con {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .duct-list .duct-con figure {
        flex-shrink: 0;
        width: 35%;
    }

    .duct-list .duct-con .duct-text {
        flex-grow: 1;
    }
}

@media screen and (min-width: 1023px) {
}

@media screen and (min-width: 1439px) {
    .duct-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 5rem 2rem;
    }
}










@media screen and (min-width: 639px) {
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 979px) {
}

@media screen and (min-width: 1239px) {
}

@media screen and (min-width: 1339px) {
}

@media screen and (min-width: 1439px) {
}

@media screen and (min-width: 1640px) {
}

@media screen and (min-width: 1840px) {
}