@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");

* { margin: 0px; padding: 0px; font-family:"gulim"; font-size: 100%; color: #454545; }
img{ vertical-align:top; border: 0px;  }
ul { padding-left:0px; list-style: none; }
li { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

a:link     {text-decoration:none} 
a:visited  {text-decoration:none} 
a:active   {text-decoration:none} 
a:hover    {text-decoration:none} 

/* 헤더 */
.header{
	width:100%; 
	height:68px;
	background-color: #3e3e3e;
	text-align: center;
}

.header > img{
	width: auto;
	height:22px;
	margin: 34px auto 12px;
}

/* 컨텐츠 */
.content {
	width:100%; 
}

/* 컨텐츠2 */
.content2 {
	position:absolute; 
	width:100%; 
	top:0; 
	bottom:54px;
	overflow-y:scroll; 
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
}


/* 컨텐츠3 */
.content3 {
	position:absolute; 
	width:100%; 
	top:0px;
	bottom: 0;
	overflow-y:scroll; 
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
}

/* 컨텐츠4 */
.content4 {
	position:absolute; 
	width:100%; 
	top:0; 
	bottom:0;
	width:100%; 
	overflow-y:scroll; 
	overflow-x:hidden;
	-webkit-overflow-scrolling:touch;
}

/* 푸터 */
.footer{
	width:100%; 
	height:60px;
	background-color: #3e3e3e;
	text-align: center;
}

.footer > img{
	width: auto;
	height: 30px;
	margin: 15px auto;
}

/* 하단 거래처 */
.ven_footer{
	position:absolute; 
	width:100%; 
	bottom:0; 
	height:54px;
	background-color: #515a61;
}

.ven_footer > .ven_icon, 
.ven_footer > .ven_nm, 
.ven_footer > .ven_close{
	display: inline-block;
	float: left;
}

.ven_footer > .ven_icon > img , 
.ven_footer > .ven_close > img {
	border: 0px;
}

.ven_footer > .ven_icon{
	width: 50px;
}

.ven_footer > .ven_close{
	width: 50px;
	text-align: right;
}

.ven_footer > .ven_icon > img{
	width: auto;
	height: 16px;
	margin: 20px 8px 10px 25px;
}
.ven_footer > .ven_nm {
	width: auto;
/*	height: 20px;*/
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin: 15px 0px 14px;

}
.ven_footer > .ven_close > img{
	position: absolute;
	right: 5px;
	width: auto;
	height: 16px;
	margin: 19px 15px 19px 23px;

}

/* 오른쪽메뉴 배경 */
.right_menu .bg{
	display:none;
	position:absolute;  
	z-index:9000;  
	background-color:#000;  
	opacity: 0.5;
	left:0;
	top:0;
}

/* 오른쪽 메뉴 창 */
.right_menu .right_window{
	display:none;
	position:absolute;  
	z-index:9999;
	margin-left: 100%;
	background-color: #fff;
	overflow-y:hidden; 
	overflow-x:hidden;
}

/* 로그인 배경 */
.login_layer .bg{
	display:none;
	position:absolute;  
	z-index:9000;  
	background-color:#000;  
	opacity: 0.5;
	left:0;
	top:0;
}

/* 로그인 창 */
.login_layer .login_window{
	display:none;
	position:absolute;  
	z-index:9999;  
	top: 50%;
	height: 400px;
	margin: -200px auto;;
	background-color: #fff;

}

/* 서비스 이름 */
.service_name{
	height: 66px;
	width: 100%;
	background-color: #fff;
}


.service_name > .service_icon, 
.service_name > .service_nm, 
.service_name > .service_link{
	display: inline-block;
	float: left;
}

.service_name > .service_icon > img , 
.service_name > .service_nm > img , 
.service_name > .service_link > img {
	border: 0px;
}

.service_name > .service_icon{
	width: 70px;
}

.service_name > .service_link{
	position: absolute;
	right: 5px;

	width: 50px;
	height: 66px;
	text-align: right;
}

.service_name > .service_icon > img{
	width: 40px;
	height: 40px;
	margin: 13px 13px 13px 17px;
}
.service_name > .service_nm > img{
	width: auto;
	height: 17px;
	margin: 24px 0px 25px;
}
.service_name > .service_link > img{

	width: auto;
	height: 15px;
	margin: 26px 15px 25px 0px;

} 

.block{
	width: 100%;
	height: 20px;
}

.off{
	display: none;
}



	#slideshow
	{
		position: relative;
		overflow: hidden;

		margin: 0 auto;

		/* No iOS tap highlight */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

		/* No text selection */
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	#slideshow .strip
	{
		position: relative;

		/* Specify IE touch actions */
		-ms-touch-action: pan-y;
		touch-action: pan-y;
	}

	#slideshow .strip,
	#slideshow .slide
	{
		left: 0;
		top: 0;

		width: 100%;
	}

	#slideshow .strip,
	#slideshow .slide,
	#slideshow > button
	{
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
	}

	#slideshow .slide
	{
		position: absolute;
		display: none;
		text-align: center;
		outline: none;
	}

	#slideshow .slide.sticky
	{
		display: block;
	}

	#slideshow > button
	{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;

		padding: 0;
	}

	#slideshow button.next
	{
		left: auto;
		right: 0;
	}

	#slideshow .markers
	{
		text-align: right;
	}

	#slideshow ul,
	#slideshow li
	{
		display: block;
		overflow: hidden;

		margin: 0;
		padding: 0;

		list-style: none;
	}

	#slideshow li
	{
		float: left;
	}

	#slideshow li + li
	{
		margin-left: 10px;
	}

	.advanced #slideshow ul
	{
		display: inline-block;
	}



/* 파이차트 */
.container {
	width: 850px;
	height: 450px;
	margin: 15px auto 30px auto;
}

.placeholder {
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1.2em;
}

.legend table {
	border-spacing: 5px;
}
/* 차트 끝 */

#upTop1{
	position: fixed;
	bottom: 60px;
	right: 4px;
	background-image: url("../../images/common/up_btn.png");
	background-size: 50px 50px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	z-index: 5000;
	display: none;
}

#upTop2{
	position: fixed;
	bottom: 6px;
	right: 4px;
	background-image: url("../../images/common/up_btn.png");
	background-size: 50px 50px;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	z-index: 5000;
	display: none;
}

/* 달력*/
.Yselect, .Mselect {
	vertical-align: top;
	font-family: "Noto Sansf KR", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #444;
	padding: 0em 0.6em 0em 0.3em;
	border: none;
	border-radius: 0.3em;
	box-shadow: 0 0.5px 0 0.8px rgba(0, 0, 0, 0.04);
	background-color: #fff;
	height: 30px;
	overflow-y: auto;
	max-height: 40px;
}

.vennum_box{
    display: inline-block;
    height: 24px;
    line-height: 26px;
    color: #fff;
    padding: 0px 8px;
    border-radius: 3px;
    background: #2a9ad1;
    margin-right: 10px;
}

body {
	margin-bottom: 80px; /* 내비게이션 바 높이 고려 */
}
