/* ========================================================================================================================= */
/* 작성 : 2026-06-29 12:00:00  - devel1223
/* 수정 : 2026-06-29 12:00:00  - devel1223
/* 제목 : css : common_section  - 공용_세션
/* ========================================================================================================================= */


/* 세션 */
section {  /* 세션 */
	position: fixed;
	z-index: 8;
	top: 30px;
	left: 150px;
	width: calc(100% - 150px);
	height: 100%;
	background-color: var(--color-background-section);
	overflow: scroll;
}

	/* 전체 */
	.section-section {  /* 세션-전체 */
		margin-bottom: 60px;
	}

		/* 타이틀 */
		.section-title {  /* 전체-타이틀 */
			margin: 7.5px 5px 5px 10px;
		}

		/* 콘텐츠's */
		.section-contents {  /* 전체-콘텐츠's */
			margin: 5px;
		}

/* 라인 */
.section-line {  /* 세션-라인 */
	height: 1px;
	background-color: var(--color-gray-155);
}
