/* content2 */

/* about DST */
.aboutDst {
    padding: 10% 10%;
    /* height: 492px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .mr36 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 36px;
} */

/* .msb48 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 48px;
} */

.mb200 {
    font-family: 'Montserrat', sans-serif;;
    font-weight: bold;
    font-size: 150px;
    text-transform: uppercase;
    line-height: 140px;
    letter-spacing: -2.5px;
    text-align: left;
    background: linear-gradient(18deg, rgba(155, 255, 228, 1) 7%, rgba(0, 232, 177, 1) 24%, rgba(40, 62, 255, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
}
.totalSolution {
    position: relative;
}
.mr67 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: -2.5px;
    text-align: left;
    position: absolute;
        top: 0;
    right: 0;}

.msb43 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    z-index: 2;
    position: relative;
}

.aboutBtn {
    position: relative;
}

.aboutBtn::after{
    content: '';
    width: 72.08px;
    height: 72.08px;
    background-color: var(--active);
    border-radius: 50%;
    opacity: .5;
    position: absolute;
    z-index: 1;
    left: -21%;
    top: -17px;
}


/* 사업소개 */
.introBus {
    background-color: var(--gray-dark);
    color: var(--white);
    display: grid;
    padding: 7% 0% 7% 9%;
    border-radius: 150px 0 0 0;
    gap: 3%;
    grid-template-columns: 2fr 7fr;
}

.introBus div p.mainText {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 35px;
}

.introBus div p.subText {
    font-size: 28px;
    font-weight: 500;
}

.introBus .cards {
    display: flex;
    width: 100%;
    gap: 1%;
}

.introBus .cards .card {
    width: 25%;
}

.introBus .cards .card .more {
    /* background-color: var(--main); */
    position: relative;
}

.introBus .cards .card .more .thumCard {
    position: relative;
    width: 100%;
}

.introBus .cards .card .more .thumCard::after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.introBus .cards .card .more .thumCard > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.introBus .cards .card .more .moreTxt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: var(--main);
    display: none;
}

.introBus .cards .card:hover .more .moreTxt {
    display: block;
}


.introBus .cards .card:hover .more .moreTxt p {
    margin-bottom: 64px;
    font-size: 21px;
    font-weight: 500;
}

.introBus .cards .card .more .moreTxt a {
    color: white;
    font-family: "굴림", Gulim;
    font-size: 18.31px;
}

.introBus .cards .card .textbox {
    margin-top: 20px;
}

.introBus .cards .card:hover .textbox {
    color: var(--main);
    
}

.introBus .cards .card .textbox .cardNum {
    font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;

}

.introBus .cards .card .textbox .cardTxt {
    font-size: 42px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

/* content3 */

.content3 {
    background-color: var(--main-light);
}

/* content4 */

.content4 {
    width: 100%;
    height: 100%;
    padding: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b48 {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 120px;
}

.content4 .leftText {
    display: flex;
    flex-direction: column;
}

.leftText .aboutBtn {
    position: relative;
    left: 7%;
}

.leftText .aboutBtn .msb43 {
    font-size: 31.96px;
    
}

.leftText .aboutBtn::after {
    content: '';
    width: 72.16px;
    height: 72px;
    background-color: var(--active);
    border-radius: 50%;
    opacity: .5;
    position: absolute;
    z-index: 1;    
    left: -8%;
    top: -40%;
}

.leftText .aboutBtn .msb43 img {
    margin-left: 30px;
}

.gradientText {
text-align: right;
}

.gradientText > span {
    background: linear-gradient(18deg, rgba(155, 255, 228, 1) 7%, rgba(0, 232, 177, 1) 24%, rgba(40, 62, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 150px;
    letter-spacing: -2.5px;
    display: inline-block;
    width: 98%;
}

.blueBold {
    color: var(--main);
    font-weight: bold;
}

@media screen and (max-width: 1837px) {
    .introBus div p.subText {
        font-size: 26px;
    }
}

@media screen and (max-width: 1721px) {
    .introBus div p.mainText {
        font-size: 46px;
    }
}

@media screen and (max-width: 1695px) {
    .introBus {
        grid-template-columns: 2fr 6fr;
    }
}

@media screen and (max-width: 1647px) {
    .introBus div p.mainText {
        font-size: 44px;
    }
}

@media screen and (max-width: 1600px) {
    .mb200 {
        font-size: 150px;
    }

    .mr67 {
        font-size: 47px;
    }
}

@media screen and (max-width: 1570px) {
    .introBus div p.mainText {
        font-size: 42px;
    }
}

@media screen and (max-width: 1510px) {
    .introBus div p.mainText {
        font-size: 42px;
    }
    .introBus {
        grid-template-columns: 2fr 5fr;
    }
}

@media screen and (max-width: 1400px) {
    .aboutDst {
        flex-direction: column;
    }

    .totalSolution {
        margin-bottom: 5%;
    }

}

@media screen and (max-width: 1380px) {
    .gradientText>span {
        font-size: 120px;
    }
}

@media screen and (max-width: 1330px) {
    .gradientText>span {
        font-size: 110px;
    }
    .introBus {
        grid-template-columns: 2.3fr 4.5fr;
    }
}

@media screen and (max-width: 1300px) {
    .gradientText>span {
        font-size: 110px;
    }
}

@media screen and (max-width: 1250px) {
    .gradientText>span {
        font-size: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .gradientText>span {
        font-size: 80px;
    }
}

@media screen and (max-width: 1165px) {

    .introBus div p.mainText {
        font-size: 40px;
    }
}

@media screen and (max-width: 1120px) {
    .introBus div p.subText {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {

    .aboutDst {
        padding: 10% 40px;
        align-items: flex-start;
    }

    .aboutDst .aboutBtn {
        left: 40px;
    }

    .introBus {
        border-radius: 120px 0 0 0;
        padding: 90px 0 90px 40px;
    }

    .introBus div p.mainText {
        font-size: 36px;
    }

    .content4 {
        flex-direction: column-reverse;
        padding: 5%;
        align-items: stretch;
    }

    .content4 .leftText {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .b48 {
        margin-bottom: 0;
        font-size: 36px;
        font-weight: bold;
    }

    .content4 .gradientText{
        padding-bottom: 15%;
        width: 100%;
    }
    
    .gradientText > span {
		width: 100%;
		font-size: 130px;
		text-align: left;
	}
	.leftText .aboutBtn .msb43 {
	    left: -10%;
	}
	.leftText .aboutBtn::after{
		left: -18%;
	}
}

@media screen and (max-width: 980px) {
    .introBus {
        grid-template-columns: 2.8fr 4.5fr;
    }
}

@media screen and (max-width: 960px) {
    .mb200 {
        font-size: 100px;
        line-height: 100%;
    }

    .mr67 {
        font-size: 32px;
    }

}

@media screen and (max-width: 920px) {
	.introBus {
		grid-template-columns: 1fr;
	}	

	.introBus div p.mainText {
	margin-bottom: 1%;
	}

}

@media screen and (max-width: 850px){
	.seconTxt .aboutBtn .msb43 {
    font-size: 24px;
}

}

@media screen and (max-width: 745px) {
    .gradientText > span {
    font-size: 95px;
}

.leftText .aboutBtn .msb43 {
    font-size: 26.96px;
}
.leftText .aboutBtn .msb43 img {
    margin-left: 15px;
}

.b48 {
    font-size: 28px;
}

}

@media screen and (max-width: 735px) {
    .b48 {
        font-size: 38px;
        margin-bottom: 95px;
    }
    .content4 .leftText {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
}

@media screen and (max-width: 700px) {
    .msb43 {
        font-size: 30px;
    }

    .aboutBtn::after {
        top: -10px;
    }

}

@media screen and (max-width: 660px) {
    .b48 {
        font-size: 30px;
        margin-bottom: 95px;
    }

    .leftText .aboutBtn .msb43 {
        font-size: 24px;
    }

    .aboutDst {
        padding: 61px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mb200 {
        font-size: 84px;
    }

    .mr67 {
        font-size: 28px;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 530px) {

	.introBus {
		border-radius: 100px 0 0 0;
	}
	.introBus .cards .card {
        flex: 1 1 70%;
        margin-bottom: 3%;
	}
	
	.gradientText > span {
    font-size: 70px;
}

.content4 .leftText {
    margin-bottom: 8%;
}
}



@media screen and (max-width: 480px) {
    .content4 .gradientText  {
            text-align: center;
        }
    .aboutDst .aboutBtn{
        align-self: flex-start;
    }

    .mb200 {
        font-size: 15vw;
    }
    .leftText .aboutBtn {
    position: relative;
    left: 18%;
}

    .mr67 {
        font-size: 8vw;
    }


    .introBus {
        padding: 80px 0 80px 20px;
    }

    .introBus div p.mainText , .introBus div p.subText {
        margin-bottom: 30px;
    }

.content4 {
    flex-direction: column-reverse;
    padding: 10% 20px 25%;
    align-items: flex-start;
}

.gradientText>span {
    font-size: 67px;
}



    .b48 {
        margin-bottom: 42px;
    }

}

@media screen and (max-width:420px) {
    .content4 .leftText {
        flex-direction: column;
        align-items: center;
    }
    .content4 .gradientText span {
        font-size: 50px;
    }
}


@media screen and (max-width: 380px) {
    .msb43 {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }
    .mySwiper3 .swiper-wrapper .swiper-slide .more .moreTxt p {
        font-size: 18px;
    }

}

@media screen and (max-width: 360px) {
.introBus div p.mainText {
        font-size: 34px;
    }
.introBus div p.subText {
    font-size: 20px;
}


}

@media screen and (max-width: 320px) {
.content4 .leftText .aboutBtn .msb43 {
    font-size: 22px;
}

.content4 .msb43 {
	gap: 0;
}

.content4 .leftText .aboutBtn .msb43 img {
    margin-left: 15px;
    scale: 0.7;
}

}