.top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.95;
	transition:all 0.3s ease-out 0s;
	z-index: 990;
	
	font-size: 16px;
}
.top .top_sub1 {
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 87px;
	background-color: #292934;
	
	padding-left: 12px;
	padding-top: 12px;
}
.top .top_sub2 {
	display: block;
	position: relative;
	height: 50px;
	background-color: #00a0eb;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
}
@media screen and (max-width: 400px) {
	.top .top_title {
		display: none;
	}
	.top .input_search_product {
		display: none;
	}
}
@media screen and (min-width: 401px) {
	.top .top_title {
		position: absolute;
		top: 32px;
		left: 125px;
		display: inline-block;
		
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		font-family: 'Nanum Gothic', sans-serif;
		letter-spacing: -2px;
	}
	.top .input_search_product {
		position: absolute;
		top: 23px;
		left: 450px;
		width: 386px;
		height: 40px;
		border: 0;
		box-sizing: border-box;
		background-color: #fff;
		
		color: #666;
		font-size: 14px;
		
		padding: 0;
		padding-left: 10px;
	}
}
.top .top_title a:link,
.top .top_title a:visited,
.top .top_title a:hover,
.top .top_title a:active {
	text-decoration: none;
	color: #fff;
}
.top .top_title .txt_onch {
	color: #00a0eb;
}
.top ul.login_set {
	position: absolute;
	top: 40px;
	right: 30px;
	*zoom: 1;
}
.top ul.login_set::after {
	content: '';
	display: block;
	clear: both;
}
.top ul.login_set > li {
	position: relative;
	float: left;
}
.top ul.login_set > li::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background-color: #77777a;
	
	margin-top: -5px;
}
.top ul.login_set > li:first-child::after {
	display: none;
}
.top ul.login_set > li a {
	display: block;
	
	font-size: 12px;
	
	padding-left: 8px;
	padding-right: 8px;
}
.top ul.login_set > li a:link,
.top ul.login_set > li a:visited,
.top ul.login_set > li a:hover,
.top ul.login_set > li a:active {
	color: #d4d4d6;
}
.top .search_product_set {
	position: absolute;
	top: 0;
	left: 30%;
	width: 45%;
	
	margin-top: 0;
}
.top .logo {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.top .btn_search_product {
	position: absolute;
	top: 23px;
	left: 836px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 30px;
	box-sizing: border-box;
	background-image: url(../img/btn_search2.png);
}
.top_up {
	top: -50px;
	opacity: 0;
}

.top_sub {
	height: 200px;
	box-shadow: 0px 1px 3px #ddd;
	background-image: url(../img/witewall_3.png);
	overflow: hidden;
}
.search_product_set {
	width: 900px;
	
	margin: 90px auto;
}
.search_product_set .logo {
	height: 80px;
}
.search_product_set .input_search_product {
	display: inline-block;
	width: 450px;
	height: 40px;
	border: 0;
	outline: 0;
	border: 2px solid #ccc;
	background-color: #fff;
	transition: all 0.5s ease-out 0s;
	vertical-align: bottom;
	
	color: #808080;
	font-size: 18px;

	padding-left: 10px;
}
.search_product_set .btn_search_product {
	display: inline-block;
	width: 50px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: bottom;
	background-color: #019ec9;
	
	color: #fff;
	
	margin-left: 5px;
}

.header {
	float: left;
	width: 215px;
	box-sizing: border-box;
	background-color: #4b4c60;
	transition: all 0.3s ease-out 0s;
}
.gnb {
	border-right: 1px solid #ddd;

	padding-top: 25px;
}
.gnb > ul > li {
	box-sizing: border-box;
	border-bottom: 1px solid #3c3c54;

	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.gnb .sub_nav > dt {	
	color: #fff;
	font-size: 18px;
	
	margin-bottom: 10px;
	padding-left: 5px;
}
.gnb .sub_nav > dd {
	color: #b1b1ba;
	font-size: 14px;
	
	margin-top: 10px;
	padding-left: 5px;
}
.gnb .sub_nav > dd a:link,
.gnb .sub_nav > dd a:visited,
.gnb .sub_nav > dd a:hover,
.gnb .sub_nav > dd a:active {
	color: #b1b1ba;
	font-size: 14px;
}
.gnb .sub_nav > dd a.new_event {
	color: #1ab5fe;
}
.gnb .sub_nav > dd.event_dd a {
	font-size: 12px;
	letter-spacing: -1px;
}
.new_event::after {
	right: 0;
	content:'N';
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 4px;
	background-color: #1ab5fe;
	text-align: center;

	color: #4b4c60;
	font-size: 12px;
	font-weight: bold;

	margin-left: 5px;
}

.cgreen {
	padding:0px;
	background-color:#27ae60;
	color:white;
	font-size:11px;
	line-height:18px;
	border:0px;
}
.cblue {
	padding:0px;
	background-color:#3498db;
	color:white;
	font-size:11px;
	line-height:18px;
	border:0px;
}
.cred {
	padding:0px;
	background-color:#e74c3c;
	color:white;
	font-size:11px;
	line-height:18px;
	border:0px;
}
.clgreen {
	padding:0px;
	background-color: #acac0e;
	color:white;
	font-size:11px;
	line-height:18px;
	border:0px;
}



.excel_download_section {
	*zoom: 1;
}
.excel_download_section::after {
	content: '';
	display: block;
	clear: both;
}
.excel_download_section > div,
.excel_download_section > a,
.excel_download_section > input {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border-right: 1px solid #0888c6;
	text-align: center;
	transition: all 0.3s ease-out 0s;
	
	color: #fff;
	font-size: 16px;
	font-weight: 600;

	padding-left: 30px;
	padding-right: 30px;
}
.inactive {
	border: 2px solid #ccc !important;
	line-height: 105% !important;
	
	color: #666 !important;
	font-size: 12px;
	
	padding-top: 5px;
}
@media screen and (max-width: 400px) {
	.excel_download_section > div.space_block {
		display: none;
	}
	.excel_download_section > div.excel_form_selector {
		display: none;
	}
	.excel_download_section .btn_selected_download {
		display: none;
	}
}
@media screen and (min-width: 401px) {
	.excel_download_section > div.space_block {
		width: 215px;
		box-sizing: border-box;
	}
	.excel_download_section > div.excel_form_selector {
		position: relative;
		width: 332px;
		text-align: left;
		cursor: pointer;
		background-image: url(../img/bg_btn_select_excel_form2.png);
		
		padding-left: 40px;
	}
}
/*
.excel_download_section > div.excel_form_selector::after {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	right: 12px;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotateZ(45deg);
}
*/
.excel_download_section > div.excel_form_selector .excel_form_text {
	color: #fff;
	
	padding-left: 25px;
}
.excel_download_section > div.excel_form_selector > .my_frm_download {
	position: absolute;
	left: -9999px;
}
.excel_download_section > div.excel_form_selector > .excel_form_list {
	display: none;
	position: absolute;
	width: 332px;
	top: 49px;
	left: 0;
	max-height: 435px;
	overflow: auto;
	box-sizing: border-box;
	border: 1px solid #0888c6;
	z-index: 980;
}
.excel_download_section > div.excel_form_selector > .excel_form_list > li {
	background-color: #fff;
	border-top: 1px solid #ccc;
	height: 35px;
	line-height: 35px;
	
	color: #808080;
	font-size: 14px;
	
	padding-left: 15px;
}
.excel_download_section > div.excel_form_selector > .excel_form_list > li:first-child {
	border-top: 0;
}

.excel_download_section > div.upload_chk_pop {
	display: none;
	position: absolute;
	width: 380px;
	height:130px;
	top: 49px;
	left: 547px;
	padding:5px 0px 0px 10px;
	background-color:#f4f4f4;
	border: 1px solid #0888c6;
	color:black;
	line-height:30px;
	box-sizing: border-box;
	font-weight:normal;
	text-align:left;
	z-index: 981;
}
.excel_download_section > div.upload_chk_pop > .upload_chk_info {
	font-size:12px;
	line-height:22px;
}
.excel_download_section > div.upload_chk_pop > .upload_chk_btn {
	background-color:#5cb85c;
	border:1px solid #5cb85c;
	border-radius:5px;
	line-height:22px;
	padding:5px;
	cursor:pointer;
	color:white;
}
.excel_download_section > div.upload_chk_pop > .option_chk_btn {
	background-color:#428bca;
	border:1px solid #428bca;
	border-radius:5px;
	line-height:22px;
	padding:5px;
	cursor:pointer;
	color:white;
}
.excel_download_section > a {
	cursor: pointer;
}
.excel_download_section > a:hover:not(.inactive) {
	background-color: #0888c6;
	
	color: #fff;
}
.excel_download_section > .input_search_category {
	text-align: left;
	
	margin-left: 10px;
	padding-left: 15px;
}

#check_all {
	visibility: hidden;
}
.btn_check_all {
	cursor: pointer;
	
	margin-left: -20px;
}