﻿/*@import url("reset.css");*/ /*  스타일 리셋  */

* {
	_border: 1px solid red;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
}

body, p, td, li, dt, dd {
	font-family: Arial, Helvetica, sans-serif, simsun;
}

/* Paragraph defaults */
p {
    margin: 0 0 1em 0;
    line-height: 1.4;
}

/* Table defaults */
table {
    border-collapse: collapse;
	margin-bottom: 10px;
}

td, th {
    padding: 0.5em;
    vertical-align: top;
    overflow-wrap: break-word;
}

th {
    font-weight: bold;
}

/* Image responsiveness */
img {
    max-width: 100%;
    height: auto;
}

/* List defaults */
ul, ol {
    margin: 0.5em 0;
    padding-left: 2em;
    padding: 0 18px;
}

li {
    margin: 0.25em 0;
    line-height: 1.6;
}


#contents {
	position: fixed;
	background: #fff;
	top: 54px;
	left: 0 !important;
	bottom: 0;
	right: 0;
	padding: 0 24px 12px;
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
}

body.tocOpen #contents {
	left: 358px !important;
}

body.tocClose #contents {
	left: 0 !important;
}

#contents > * {
	_max-width: 1200px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 54px;
	padding: 0px 24px 0px 15px;
	background-color: #0689d8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerLeft {
	display: flex;
	align-items: center;
	flex: 0 1 auto;
	min-width: 0;
}

.headerRight {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	min-width: 0;
	margin-left: auto;
	overflow: hidden;
	padding: 0 8px;
}

.search-page > #header {
	border-bottom: 1px solid #ccc;
}


#header a {
	display: block;
	overflow: hidden;
	color: #fff;
}
#header .headerLeft a {
	width: 32px;
	height: 32px;
	margin: 7px;
}

	#header .headerLeft a span {
		filter: brightness(0) invert(1);
	}

	#header a#packageWebhelpButton {
		width: 65px;
		_margin: 5px;
		padding: 0 5px;
		margin: 9px 0px;
	}

	#header a span {
		background-repeat: no-repeat;
		background-position: center;
		background-size: 22px;
		display: block;
		width: 100%;
		height: 100%;
	}

	#header a:hover {
		border-radius: 4px;
		background-color: rgba(0,0,0,0.05);
	}

	#header a:active {
		border-radius: 4px;
		background-color: rgba(0,0,0,0.1);
	}

	#header a#packageWebhelpButton span {
		background-image: url(../../common/images/CMS-Icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		width: 60px;
		height: 32px;
		background-size: 56px;
		cursor: pointer;
	}

	#header a#printButton span {
		background-image: url(../../common/images/Icon\ feather-printer.png);
		cursor: pointer;
		background-size: 17px;
	}

	#header a#homeButton span {
		background-image: url(../../common/images/home-button.png);
		background-size: 20px;
		opacity: 0.75;
		cursor: pointer;
	}

	#header a#toggleTocButton span {
		background-image: url(../../common/images/Icon\ feather-menu.png);
		background-size: 19px;
		cursor: pointer;
	}

	#header a#prevButton span {
		background-image: url(../../common/images/Icon-left.png);
		background-size: 10px;
		cursor: pointer;
	}

	#header a#nextButton span {
		background-image: url(../../common/images/Icon-right.png);
		background-size: 10px;
		cursor: pointer;
	}

	#header a#showSearchButton span {
		background-image: url(../../common/images/Search--black.png);
		cursor: pointer;
		background-size: 20px;
	}

div.searchWrapper {
	display: flex;
	align-items: center;
	position: relative;
}

	div.searchWrapper span {
		display: none;
		position: absolute;
		right: 2px;
		margin: 7px 9px;
		width: 16px;
		height: 16px;
		background-size: 17px;
		background-image: url(../../common/images/Search.png);
		background-repeat: no-repeat;
	}

input#searchinputbox {
	width: 180px;
	height: 27px;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
	border-radius: 4px;
	border: solid 1px #fff;
	background-color: transparent;
	color: #fff;
	caret-color: #fff;
}

	input#searchinputbox:hover {
		border: solid 1px #fff;
	}

	input#searchinputbox:active, input#searchinputbox:focus {
		border: solid 1px #fff;
		outline: none;
	}

#header a#showSearchButton {
	display: none;
}

#header a#searchButton span {
	background-image: url(../../common/images/Search--black.png);
	cursor: pointer;
	background-size: 20px;
}

#tocDiv {
	display: none;
	position: fixed;
	left: 0;
	width: 0;
	top: 54px;
	bottom: 0;
}

body.tocOpen #tocDiv {
	display: block !important;
	width: 358px;
	z-index: 0;
	background: #fff;
	border-right: 1px solid #ddd;
}

#tocContent {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
}

#dragbar {
	background-color: #fff;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	cursor: col-resize;
}

#tocDiv a:hover {
	/* text-decoration: none; */
}

div.toc-current-page {
	background-color: #fff;
}

#index_child {
	padding-left: 24px;
}

div.openPic, div.closePic, div.topicPic {
	margin: 7px 7px 7px 24px;
	min-width: 10px;
	height: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}

div.openPic {
	background-image: url(../images/toc_folder_close.png);
}

div.closePic {
	background-image: url(../images/toc_folder_open.png);
}

div.topicPic {
	background-image: url(../images/toc_topic.png);
}

div.level0 {
	display: flex;
	align-items: center;
	padding-top: 15px;
}

	div.level0 a {
		width: 100%;
		padding: 9px 25px 9px 0px;
		/* font-size: 14px; */
		font-stretch: normal;
		font-style: normal;
		letter-spacing: normal;
		color: #333;
	}

	div#index > a {
		font-weight: bold;
	}

div.level1, div.level2, div.level3, div.level4, div.level5 {
	display: flex;
	align-items: center;
}

	div.level1 a, div.level2 a, div.level3 a, div.level4 a, div.level5 a {
		padding-top: 3px;
		padding-bottom: 4px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.29;
		letter-spacing: normal;
		color: #333;
	}

div.level2 {
	padding-left: 24px;
}

div.level3 {
	padding-left: 48px;
}

div.level4 {
	padding-left: 72px;
}

div.level5 {
	padding-left: 96px;
}

div.breadcrumbs {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	min-width: 0;
	max-width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
}

div.breadcrumbs > span {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	white-space: nowrap;
	color: #38EFD1;
}

span.breadcrumb-link {
	display: inline-flex;
	align-items: center;
}

span.breadcrumb-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	padding: 0 6px;
	/* font-size: 12px; */
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	/* line-height: 1.45; */
	letter-spacing: 0.3px;
	color: #0072ff;
	background-color: transparent;
	border-radius: 0;
	text-decoration: none;
}

#header .breadcrumbs span.breadcrumb-link a:hover,
#header .breadcrumbs span.breadcrumb-link a:active {
	background-color: transparent;
	border-radius: 0;
}

span.breadcrumb-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	align-self: center;
}

span.breadcrumb-arrow::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: 1.5px solid #38EFD1;
	border-right: 1.5px solid #38EFD1;
	transform: rotate(45deg);
	transform-origin: center;
}

span.breadcrumb-node {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: 0.2px;
	color: #999;
	padding: 0 4px;
}

div.breadcrumbs > span.breadcrumb-link:first-child a {
	padding-left: 0;
}

div.breadcrumbs > span.breadcrumb-link:last-child {
	padding-left: 6px;
}

div.doc_group h4 a, div.doc_group h3, div.toc span.chapter > a {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #000;
	display: block;
	margin: 0px 0;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}

div.doc_group h3 {
	padding: 0;
}

div.toc > dl > dt > dl {
	margin-bottom: 24px;
}

div.toc {
	margin-bottom: 24px;
}

	.toc p b {
		font-size: 16px;
		color: #333;
	}

	.toc dl dt {
		margin: 7px 0;
	}

	.toc dl dl {
		margin: 0 7px 15px;
		font-size: 14px;
	}

.toc .chapter a {
	display: block;
	color: #333;
}

.toc dl dt span.sect1 a {
	display: block;
	padding-left: 20px;
	background: url(../images/bull--black.png) left 5px no-repeat;
	font-size: 16px;
	color: #000;
}

	.toc dl dt span.sect1 a:visited {
		color: #999;
	}




/* linked text     */
a {
	text-decoration: none;
	color: #0072ff;
}

	a:hover {
		text-decoration: underline;
	}

.toc .chapter a:hover {
	text-decoration: none;
}


/* block           */
div.chapter {
	display: block;
}

main {
	width: auto;
	max-width: 900px;
	margin: 0;
}

/* title           */

h1 {
	margin: 0 0 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 150%;
	color: #424242;
}

.titlepage h2 {
	position: relative;
	font-size: 21px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.86;
	letter-spacing: normal;
	color: #000;
	padding: 15px 27px;
	margin: 0 -24px;
	background-color: #e6e6e6;
}

.titlepage h2 span {
	display: block;
	width: auto;
	max-width: 900px;
	margin: 0;
}

	.titlepage h2::after {
		position: absolute;
		content: "";
		height: 100%;
		top: 0;
		left: -10000px;
		right: -10000px;
		background-color: rgba(248, 248, 248, 0.1);
	}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	padding: 12px 0;
	letter-spacing: normal;
	color: #000;
}

.sect3 h4, #contents p.Preface_Title_Section {
	margin: 20px 0 10px 0;
	font-size: 18px;
	border-top: 2px solid #eee;
	padding: 10px 0 0;
	color: #333;
	text-align: left;
	font-weight: bold;
}

h4 .inlinemediaobject img {
	vertical-align: -11px;
}

h5 {
	margin: 10px 0 10px 0;
	font-size: 14px;
	color: #555;
}

h6 {
	margin: 10px 0 10px 0;
	font-size: 14px;
	color: #666;
}

/* para */

#contents p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0.35px;
	color: #000;
}


#contents li p {
	margin: 4px 0;
}

#contents p span.Subscript {
	vertical-align: sub;
	font-size: 8px;
}

/* search results */
#contents .resultcount p {
	padding: 0px;
	display: block;
	color: #000;
	font-size: 1.3em;
}

#contents .result {
	margin: 0px 0 0 0;
	display: block;
}

#contents .result_list {
	border-top: 1px solid #dadada;
}

#contents p.no_result {
	font-size: 16px;
	padding: 30px 10px;
	border-top: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#contents .filename {
	display: block;
	padding: 10px 10px 0px;
	background: url(images/sub0Bullet.png) no-repeat 13px 24px;
}

	#contents .filename p {
		/*margin: 0 10px 0 0;*/
		color: #5A75A0;
	}

		#contents .filename p a {
			/*
	color: #076eb0;
	*/
			/* color: #0072ff; */
			color: #0072ff;
			font-size: 16px;
		}

			#contents .filename p a:visited {
				color: #9E9FA4;
			}

#contents .resulttext p {
	padding: 0 10px 10px;
	color: #666;
	border-bottom: 1px solid #dadada;
}

#contents .keyword {
	font-size: 16px;
	color: #333;
	/*font-weight: bold;*/
}

	.informaltable table {
		width: 100%;
		border: 1px solid #ccc;
		border-collapse: collapse !important;
	}

/* Table wrapper for horizontal scroll support */
.table-wrapper {
	width: 100%;
	overflow-x: auto;
}

		.informaltable table td {
			border: 1px solid #999;
			height: 20px;
		}

		.informaltable table th {
			background: #f4f4f4;
			border: 1px solid #666;
			padding: 0 10px;
			height: 20px;
		}

		.informaltable table thead tr td {
			text-align: center;
			background: #002c5f;
			color: white;
		}

			.informaltable table thead tr td p {
				margin: 3px 0px;
				color: #fff;
				/*overflow-wrap: anywhere;*/
			}


		.informaltable table tbody tr td:has(p.Table_Header),
		.informaltable table tbody tr td:has(p.Table_Header_Center) {
			background: #002c5f;
			color: white;
		}

		.informaltable table tbody tr td div p.Table_Header_Center {
			margin: 3px 0px;
			color: #fff;
			text-align: center;
			font-weight: bold;
		}

		.informaltable table tbody tr td div p.Table_Header {
			margin: 3px 0px;
			color: #fff;
			text-align: left;
			font-weight: bold;
		}

		.informaltable table td p {
			font-size: 14px;
			margin: 3px;
			line-height: 1.2em;
			overflow-wrap: anywhere;
		}


.glossary dd {
	margin-bottom: 20px;
}

.highlight {
	color: #000;
	background: #FFFF00;
}

.footnote .para {
	padding-top: 65px;
	margin-left: -15px;
}

.footnote p {
	margin-left: 17px !important;
}

pre {
	font-family: Courier New;
	tab-size: 4;
	font-size: 90%;
	padding-left: 40px;
	background-color: #eee;
	letter-spacing: -0.05em;
	word-break: normal;
	border-radius: 0px;
	line-height: 1.5em;
	overflow-x: auto;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/* table caption */

.highlight {
	font-weight: bold;
}

/* feedback form */
div#feedback {
	width: 100%;
	margin-top: 50px;
}


label {
	float: left;
	text-align: right;
	margin: 0 15px 0 0;
	color: #0689D8;
	/*font-weight: bold;*/
}

br {
	display: block;
	line-height: 0;
}


@media (max-width:768px) {
	a#printButton, div.searchWrapper, a#searchButton {
		display: none;
	}

	#header a#showSearchButton {
		display: block;
		width: 32px;
		height: 32px;
		margin: 9px 0px 9px 9px;
		display: block;
		overflow: hidden;
	}

	#header a#packageWebhelpButton {
		width: 165px;
	}

	body.showSearch div.searchWrapper {
		display: block;
		position: absolute;
		top: 54px;
		left: 0;
		right: 0;
		width: 100%;
	}

	body.showSearch input#searchinputbox {
		width: 100%;
		border-radius: 0;
		position: absolute;
		padding-left: 30px;
	}

	body.showSearch div.searchWrapper span {
		margin-left: 25px;
		right: 27px;
		visibility: hidden;
	}

	body.showSearch #contents {
		top: 84px;
	}

	body.showSearch.tocOpen div.searchWrapper {
		left: 358px;
	}

	#header {
		z-index: 10;
	}

	a#prevButton, a#nextButton {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 99;
		border: none;
		outline: none;
		width: 52px;
		height: 72px;
		margin: auto;
		opacity: 0.5;
		z-index: 999;
	}

	a#prevButton {
		left: 10px;
	}

	a#nextButton {
		right: 10px;
	}

		a#prevButton:hover, a#nextButton:hover {
			opacity: 0.9;
		}

	#header a#prevButton span {
		background-image: url('../images/btn_main_left.png');
		background-size: 50px 50px;
	}

	#header a#nextButton span {
		background-image: url('../images/btn_main_right.png');
		background-size: 50px 50px;
	}
}



@media (max-width:500px) {
	body.tocOpen #tocDiv {
		width: 100% !important;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 1em;
	}

	div.level0 a {
		font-size: 12px;
	}

	div.level1 a, div.level2 a, div.level3 a, div.level4 a, div.level5 a {
		font-size: 14px;
	}

	div.doc_group h4 a, div.doc_group h3, div.toc span.chapter > a {
		font-size: 14px;
	}

	span.breadcrumb-node {
		font-size: 12px;
	}

		span.breadcrumb-link a {
			font-size: 12px;
		}

	#contents p,
	#contents ol li::before {
		font-size: 14px;
	}
}

