@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");
* { box-sizing:border-box; margin:0; padding:0; }

body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-size:15px;
	font-family: "pretendard-dynamic-subset", "pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	line-height:1.8;
}
ul, li { list-style:none;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}

p {
	margin-bottom: .5rem;
	line-height: 1.3rem;
}

h1 {
	font-size: 3.125rem;
}

h2 {
	font-size: 2.5rem;
	margin:30px 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	color:#3267e3;
}
a:hover {
	text-decoration: underline;

}
hr { display:block;background:#fff; border-top: 1px solid #eee; margin-top:30px;}
h3 {
	font-size: 1.875rem;
	margin:30px 0;

}

h4 {
	font-size: 1.45rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: .9375rem;
}
p { margin:15px 0;}
img {
	max-width:100%;
}
@media(max-width: 767px) {
	h2 {
		font-size: 1.9rem;
	}
}

body.hidden {
	overflow:hidden;
}
.sr-only {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
}
.wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/*.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/
header {
	position: sticky;
	height:65px;
	background: #fff;
	border-bottom:1px solid #ddd;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 20px;
	z-index: 2;
}
header .logo {
	display: inline-flex;
	/* padding-left:2rem; */
}
header .logo a {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	gap:5px;
}
header .logo .img {
	background: url(images/logo_color.svg) no-repeat center center / contain ;
	display: block;
	width: 125px;
	height: 28px;
}
header .logo .txt {
	font-size:18px;
	font-weight:700;
	color:#000;
}
header .logo .txt2 {
	font-size:18px;
	color:#000;
}

.left-sidebar {}
.content-wrap { }
.row {
	display:flex;
	width: 100%;
}
.slide-open{
	position:fixed;
	top:0;
	right:0;
	width:50px;
	height:50px;
	cursor:pointer;
	z-index:10;
}
.burgur{
	right: 15px;
	top: 23px;
	position: absolute;
	width: 20px;
	height: 2px;
	background: #000000;
}
.burgur .top-line{
	width: 20px;
	height: 2px;
	background-color: #000000;
	bottom: -5px;
	content: '';
	position: absolute;
	right: 0;
	-webkit-transition:  -webkit-transform .3s;
	transition: transform .3s;

}
.burgur .bot-line {
	width: 20px;
	height: 2px;
	background-color: #000000;
	top: -5px;
	content: '';
	position: absolute;
	right: 0;
	-webkit-transition:  -webkit-transform .3s;
	transition: transform .3s;
}

.burgur.on {
	width: 0;
}
.burgur.on .bot-line {
	-webkit-transform: translateY(5px) rotate(135deg);
	transform: translateY(5px) rotate(135deg);
}
.burgur.on .top-line{
	-webkit-transform: translateY(-5px) rotate(-135deg);
	transform: translateY(-5px) rotate(-135deg);
}

.left-sidebar {
	width: 260px;
	padding: 40px 30px;
	background-color: #f9f9f9;
	position: fixed;
	top: 65px;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	z-index:1;
	height: 100vh;
}
.left-sidebar  .logo-wrapper a {
	font-weight:700; color:#000; font-size:19px;
}
.left-sidebar  .logo-wrapper a span {
	color:#0d6efd
}
#slide-open { display:none; }
.dim {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgb(0 0 0 / 30%);
	z-index:2;
}
.dim.on {
	display:block;
}
@media (max-width: 1000px) {
	header {
		width:100%;
		height:60px;
		position:fixed;
		left:0;
		top:0;
		background-color:#fff;
		border-bottom:1px solid #ddd;
		z-index:1;
		padding-left:60px
	}
	#slide-open{
		display:block;

		top:5px;
		left:5px;
	}
	.left-sidebar{
		left: -260px;
		top:0;
		bottom:0;
		height:100%;
		-webkit-transition: left .3s;
		-moz-transition: left .3s;
		-ms-transition: left .3s;
		-o-transition: left .3s;
		transition: left .3s;
		z-index:2;
	}
	.left-sidebar.on{
		left:0;
	}


}
@media (max-width: 640px) {
	header .logo .img { width:60px;}
	header .logo .txt, header .logo .txt2 { font-size:14px;}
}
@media (max-width: 480px) {
	header .logo .txt {  display:none;}
}
@media (min-width: 1600px) {
	.left-sidebar {
		width: 16%;
		border-right: 1px solid #ddd;
		background: #f9f9f9;
	}
}
.left-sidebar .logo-wrapper {
	margin-top: 1rem;
	margin-bottom: 1.6rem;
}

.left-sidebar .logo-wrapper img {
	height: 24px;
}

.left-sidebar .left-menu-title {
	margin-top: 1rem;
}




/*************** 1Depth ***************/
.lnb {
	position: relative;
	padding-top:10px;
}
.lnb > ul > li {
	position: relative; }

.lnb > ul > li.left-title {
	font-weight:700;
	font-size:18px;
	border-top:1px solid #ddd;
	padding:10px 0;
}
.lnb > ul > li.left-title:first-child {
	border-top:0;
}
.lnb a {
	position:relative;
	color:#000;
	display:block;
	padding-top:6px;
	padding-bottom:6px;
}
.lnb a:hover {
	color:#3267e3;
}
.lnb > ul > li > a {
	color: #000;
	cursor: pointer;
	font-weight:bold;
	padding-left: 5px;
	font-size:18px;
}

.lnb > ul > li.on > a {
	color:#0085EB
}
.lnb > ul > li >  a::after,  .lnb > ul > li > ul > li > a::after {
	position:absolute;
	right:10px;
	top:10px;
	content: "\e942";
	font-family: xeicon!important;
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.lnb > ul  li.on >  a::after, .lnb > ul > li > ul > li.on > a::after {
	content: "\e945";
}

/*************** 2Depth ***************/
.lnb > ul > li ul { display: none; }
/*************** 3Depth ***************/
.lnb > ul > li > ul li ul { display: none;  }
.lnb > ul > li > ul li a { padding-left:20px; }
.lnb > ul > li > ul li ul li a { padding-left:40px; }
.lnb > ul > li > ul li.on a {color: #0085EB;text-decoration: underline;}
.lnb > ul li.noDepth a::after { display:none; }

.content-wrap {
	padding: 40px 50px;
	margin-left: 0;
	width: calc(100% - 260px);
	margin-left:300px;
}

@media (max-width: 1000px) {
	.content-wrap {
		width:100%;
		padding: 80px 20px;
		margin-left:0;
	}


}

@media (min-width: 1600px) {
	.content-wrap {
		top: 0;
		position: relative;
	}
}
/*@media (min-width: 768px) and (max-width: 1199px) {
  .content-wrap {
    margin-left: 25%;
  }
}*/
.main-panel-wrapper { max-width:1200px; margin:0 auto; }
.page-location span {
	color:#999
}
.page-location span::after {
	content:"/";
	margin:0 3px;
	color:#ddd;
}
.page-location span:last-child {
	color:#000;
}
.page-location span:last-child::after {
	display:none;
}
.list > li{
	padding-left: 22px;
	position: relative;
	line-height:1.2;
	margin:10px;
}
.list > li::before {
	width:6px;
	height:6px;
	background:#000;
	display:block;
	position:absolute;
	border-radius:100%;
	top:7px;
	left:0;
	content:"";
}
.list > li > ul > li{
	padding-left: 12px;
	position: relative;
	line-height:1.2;
	margin:10px;
}
.list > li > ul > li::before {
	width:6px;
	height:2px;
	background:#000;
	display:block;
	position:absolute;
	top:9px;
	left:0;
	content:"";
}
.list.demical {
	counter-reset: number 0;
}
.list.demical > li{
	padding-left: 22px;
	position: relative;
	line-height:1.2;
	margin:10px;
}
.list.demical > li::before {
	background:none;
	width:auto;
	height:auto;
	top:0;
	counter-increment: number 1;
	content: counter(number) '.';
}
.link {
	border-bottom: 1px solid #d1d1d2;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.link:hover {
	text-decoration:none;
	border-color:#000;
}
.bg-border-box {
	padding:20px;
	background-color:#f1f8ff;
	border-left:5px solid #0d6efd ;
}
.box1 { border:1px solid #ddd; border-radius:10px; padding:10px 20px; margin:20px 0; }
.tip-box { width:100%;display: inline-flex; background-color:#f9f9f9;border-radius:10px;   border:1px solid #eee; padding:10px 20px; margin:30px 0;}
.tip-box i {  color:#999 }
.tip-box  > div { margin-left:10px; }
.tip-box.primary { background-color:#f1f8ff; border-color:#f1f8ff }
.tip-box.primary i {color:#0d6efd }
.tip-box.success {background-color:#f5fffa; border-color:#e2effd;}
.tip-box.success i { color:#198754}
.tip-box.info { background-color:#ecfcff; border-color:#dcf6fb}
.tip-box.info i { color:#0dcaf0}
.tip-box.warning { background-color:#fffcf2; border-color:#f9f6ed}
.tip-box.warning i { color:#ffc107}
.tip-box.danger {background-color:#fff7f7; border-color:#fff1f2 }
.tip-box.danger i {color:#dc3545 }

.btn {
	border:1px solid #ddd;
	background-color:#fff;
	border-radius:5px;
	padding:5px 10px;
	color:#000;
	display:inline-block;
}
.btn:hover {
	background-color:#f9f9f9;
	text-decoration:none;
}
.btn.primary {
	border:1px solid #0d6efd ;
	color:#0d6efd
}
.btn.primary:hover {
	background-color:#0d6efd;
	color:#fff;
}
