@import url(variable.less);

// 내용
.sec_tit {
	padding-top: 8rem;
	text-align: center;
	@media @tab {
		padding-top: 5.2rem;
	}
}

.sec_terms {
	padding-bottom: 0;
	.sec_tit {
		text-align: center;
	}
	.terms {
		.tit {
			padding-bottom: 1.5rem;
			border-bottom: 1px solid @color_lightgray;
		}
	}
	.tab_contain {
		margin-bottom: 6rem;
		@media @tab_s {
			margin-bottom: 4.6rem;
		}
	}
}
