@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "LG스마트체","NanumGothic","나눔고딕","Malgun Gothic","맑은 고딕",helvetica,"Apple SD Gothic Neo",sans-serif,inherit;
	vertical-align: baseline;
	color: #333;
}

.container {
	background-color: #e8ecef;
	padding: 70px;
}

.wrapper {
	padding: 50px;
	background-color: #fff;
}

.title {
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	padding-bottom: 25px;
	border-bottom-style: solid;
	border-width: 3px;
	border-bottom-color: #6b6b6b;
}

.intro {
	margin: 0px 0px 25px 0px;
}

.list {
	background-color: #f2f2fa;
	padding: 20px;
	display: flex;
	justify-content: center;
}

.list1, .list2 {
	width: 40%;
	font-weight: bold;
	line-height: 1.5;
}

.listTitle {
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}

.contentsTitle {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}

li {
	padding: 10px 0px 0px 25px;
}

a {
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

.contents {
	margin: 25px 0px 0px 0px;
	line-height: 1.5;
}

ul {
	list-style: none;
	padding: 0px;
}

table, th, td {
	border: 1px solid #d4d4d4;
	border-collapse: collapse;
}

table {
	width: 100%;
	text-align: center;
}

th {
	background-color: aliceblue;
}

.tdAlign, .tableAlign td:nth-child(2) {
	text-align: left;
	padding-left: 10px;
}

.table10 {
	width: 10%;
}

.table20 {
	width: 20%;
}

.indent li {
	padding: 10px 0px 0px 50px;
}

.tableDepth1 {
	margin: 10px 0px 0px 25px;
}

.tableDepth2 {
	margin: 10px 0px 0px 50px;
}

.tableUlDepth1 li {
	padding: 0px 0px 0px 10px;
	text-align: left;
}

.tableUlDepth2 li {
	padding: 0px 0px 0px 30px;
	text-align: left;
}

.before {
	position: relative;
	display: flex;
	justify-content: right;
}

.beforeVer {
	background-color: #333366;
	color: #fff;
	padding: 13px;
	font-size: 16px;
	width: 300px;
	height: 50px;
	border: 3px solid #333366;
}

.beforeContents {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 300px;
	height: 50px;
	z-index: 1;
	top: -100%;
	text-align: center;
}

.beforeContents a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	border: 3px solid #333366;
	display: block;
}

.beforeContents a:hover {
	text-decoration: underline;
}

.before:hover .beforeContents {
	display: block;
}

.before:hover .beforeVer {
	background-color: #333366;
}