@import url(style_set.less);

// 인트로
.sec_intro {
    .content {
        background-image: url(../img/sub/work/bg.png);
    }
}

.sec_1 .inside_tit {
    margin-bottom: 0;
}

// 산업현장
.sec_2 {
    .content {
        background-color: @color_bg;
        border-radius: @round_1;
    }
    .bg {
        width: 100%;
        height: 32rem;
        border-radius: @round_2;
        background-image: url(../img/sub/work/ind_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 5.2rem;
        @media @mobile_l {
            height: 20rem;
            margin-bottom: 3.2rem;
        }
    }
}

// 교정주기
.sec_3 {
    .divide {
        background-image: url(../img/sub/work/period_bg.png);
    }
	.btn_line {
		padding: 0 2rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		&:after {
			content: "\F52A";
			color: @color_main;
			font-family: "bootstrap-icons" !important;
			margin-top: 0.2rem;
			margin-left: 1rem;
		}
		&:hover {
			&:after {
				color: @color_white;
			}
		}
	}
}
