@charset "utf-8";

/* main css */
label,
input,
select {
	vertical-align: middle;
}

/* ========== layout ========== */
body {
	overflow-x: hidden;
}

#wrap {
	width: 100%;
	overflow: hidden;
}

#container {
	width: 100%;
}

#top_banner {
	width: 100%;
	height: 149px;
}

#top_banner a {
	display: block;
	width: 100%;
	height: 149px;
	background: url('../img/common/night_banner.png') center top no-repeat;
	background-size: cover;
}

#top_banner a img {
	width: 100%;
	display: none;
}

#header {
	width: 100%;
	position: relative;
	z-index: 2;
	/* overflow-x: auto; */
}

#header .inner {
	width: 100%;
	max-width: 1440px;
	height: 100px;
	background: white;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#header .inner .logo_title {
	position: absolute;
	top: 23px;
	left: 0;
}

#header .inner .logo_title a {
	display: block;
	width: 260px;
	height: 51px;
	background: url('../img/common/logo.png') 0 0 no-repeat;
	font-size: 0;
	text-indent: -999999;
	overflow: hidden;
}

#header .inner ul {
	font-size: 0;
	float: right;
	margin-top: 25px;
}

#header .inner ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
}

#header .inner ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	padding: 0 30px 0 56px;
	font-size: 15px;
	color: white;
}

#header .inner ul li.login a {
	background: #104a8f url('../img/common/mem_icon01.png') left 30px top 50% no-repeat;
}

#header .inner ul li.join a {
	background: #375bb1 url('../img/common/mem_icon02.png') left 30px top 50% no-repeat;
}

#header .inner ul li.num a {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	font-size: 18px;
	font-weight: 700;
	background: #333 url('../img/common/mem_icon03.png') left 30px top 50% no-repeat;
}

#header .gnb {
	width: 1440px;
	background: #032b5e;
	/* overflow-x: auto; */
	width: 100%;
	position: relative;
	z-index: 2;
	overflow-x: auto;
	display: block;
}

#header .gnb .gnb_center {
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
}

#header .gnb .gnb_center ul {
	font-size: 0;
	text-align: center;
	border-right: 1px solid #14488a;
}

#header .gnb .gnb_center ul li {
	display: inline-block;
	width: 16.666%;
	border-left: 1px solid #14488a;
}

#header .gnb .gnb_center ul li a {
	display: block;
	width: 100%;
	transition: all ease 0.3s;
}

#header .gnb .gnb_center ul li a span {
	display: inline-block;
	line-height: 86px;
	font-size: 17px;
	color: white;
	font-weight: 500;
	padding-left: 36px;
	background-size: 28px !important;
}

#header .gnb .gnb_center ul li.gnb01 a span {
	background: url('../img/common/gnb_icon01.png') left top 50% no-repeat;
}

#header .gnb .gnb_center ul li.gnb02 a span {
	background: url('../img/common/gnb_icon02.png') left top 50% no-repeat;
}

#header .gnb .gnb_center ul li.gnb03 a span {
	background: url('../img/common/gnb_icon03.png') left top 50% no-repeat;
}

#header .gnb .gnb_center ul li.gnb04 a span {
	background: url('../img/common/gnb_icon04.png') left top 50% no-repeat;
}

#header .gnb .gnb_center ul li.gnb05 a span {
	background: url('../img/common/gnb_icon05.png') left top 50% no-repeat;
}

#header .gnb .gnb_center ul li.gnb06 a span {
	background: url('../img/common/gnb_icon06.png') left top 50% no-repeat;
}

#header .gnb .gnb_center ul li.gnb07 a span {
	background: url('../img/common/gnb_icon07.png') left top 50% no-repeat;
}

#header .gnb .gnb_center ul li.gnb08 a span {
	background: url('../img/common/gnb_icon08.png') left top 50% no-repeat;
}

#header .gnb .gnb_center ul li.gnb09 a span {
	background: url('../img/common/gnb_icon09.png') left top 50% no-repeat;
}


#header .gnb .gnb_center ul li a:hover {
	background: #021d3e;
}

#header .gnb .gnb_center ul li a.on {
	background: #021d3e;
}

#header .gnb .gnb_center ul li.on a {
	background: #021d3e;
}


#footer {
	width: 100%;
	margin-top: 140px;
	padding-bottom: 90px;
}

#footer .foot_menu {
	width: 100%;
	border-top: 1px solid #c6c6c6;
}

#footer .foot_menu ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 0;
}

#footer .foot_menu ul li {
	width: 25%;
	display: inline-block;
	text-align: center;
}

#footer .foot_menu ul li a {
	display: block;
	font-size: 15px;
	color: #666;
	line-height: 50px;
}

#footer .foot_info {
	width: 100%;
	background: #f4f4f4;
	padding: 80px 0;
}

#footer .foot_info .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #888;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.5px;
}

#footer .foot_info .inner span {
	display: block;
}


#bt_quick {
	width: 100%;
	height: 90px;
	background: #0c172f;
	position: fixed;
	bottom: -90px;
	z-index: 20;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

#bt_quick.on {
	opacity: 1;
	bottom: 0;
	visibility: visible;
}

#bt_quick .inner {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	overflow: hidden;
}

#bt_quick .inner div {
	float: left;
	font-size: 0;
	margin-top: 25px;
}

#bt_quick .inner div h1 {
	width: 204px;
	height: 40px;
	background: url('../img/common/bt_logo.png') 0 0 no-repeat;
	font-size: 0;
	overflow: hidden;
	text-indent: -9999999;
	display: inline-block;
	vertical-align: middle;
}

#bt_quick .inner div p {
	font-size: 28px;
	color: white;
	display: inline-block;
	vertical-align: middle;
	padding-left: 60px;
}

#bt_quick .inner div p span {
	font-weight: 700;
	color: #f3b233;
}

#bt_quick .inner a {
	display: block;
	float: right;
	width: 360px;
	height: 64px;
	line-height: 64px;
	border-radius: 4px;
	background: linear-gradient(to bottom, #f16c00, #db4300);
	padding: 0 46px;
	font-size: 24px;
	color: white;
	font-weight: 500;
	margin-top: 13px;
	position: relative;
}

#bt_quick .inner a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 36px;
	margin-top: -9px;
	width: 11px;
	height: 19px;
	background: url('../img/common/bt_btn_arr.png') 0 0 no-repeat;
}


#quick_bar {
	width: 90px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 21;
}

#quick_bar .title {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	font-size: 17px;
	color: white;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	padding: 12px 0;
	background: #233868;
}

#quick_bar ul {
	width: 100%;
	border: 1px solid #d8d8d8;
}

#quick_bar ul li {
	border-top: 1px solid #d8d8d8;
}

#quick_bar ul li:first-child {
	border-top: 0;
}

#quick_bar ul li a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333;
	padding: 54px 0 18px 0;
	transition: all ease 0.3s;
}

#quick_bar ul li.quick01 a {
	background: white url('../img/common/quick_icon01.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick02 a {
	background: white url('../img/common/quick_icon02.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick03 a {
	background: white url('../img/common/quick_icon03.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick04 a {
	background: white url('../img/common/quick_icon04.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick05 a {
	background: white url('../img/common/quick_icon05.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick06 a {
	background: white url('../img/common/quick_icon06.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick07 a {
	background: white url('../img/common/quick_icon07.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick08 a {
	background: white url('../img/common/quick_icon08.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick09 a {
	background: white url('../img/common/quick_icon09.png') left 50% top 18px no-repeat;
}


#quick_bar ul li.quick10 a {
	background: white url('../img/common/quick_icon10.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick11 a {
	background: white url('../img/common/quick_icon11.png') left 50% top 18px no-repeat;
}

#quick_bar ul li.quick99 a {
	background: #233868 url('../img/common/scroll_to_top2_white.png') left 50% top 13px no-repeat;
	padding: 25px 0 20px 0;
}

#quick_bar ul li a:hover {
	background-color: #f1f1f1;
}

#quick_bar ul li.on a {
	background-color: #f1f1f1;
}

#quick_bar ul li.quick99 a:hover {
	background: #344e87 url('../img/common/scroll_to_top2_white.png') left 50% top 10px no-repeat;
}


#word_wrap {
	text-indent: -1000px;
}

/* popup */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* PC */
@media all and (min-width:1025px) {

	.pc_show {
		display: block !important;
	}

	.pc_i_show {
		display: inline-block !important;
	}

	.m_show {
		display: none !important;
	}

	.m_i_show {
		display: none !important;
	}

}



@media all and (max-width:1640px) {

	#header .gnb .gnb_center {
		max-width: 1360px;
	}

	#header .gnb .gnb_center ul li a span {
		font-size: 15px;
		background-size: 24px !important;
		padding-left: 32px;
	}

}



/* 태블릿&모바일 공통*/
@media all and (max-width:1460px) {

	#header .inner {
		max-width: 100%;
		height: 100px;
		padding: 0 15px;
	}

	#header .inner h1 {
		left: 15px;
	}

	#header .gnb .gnb_center {
		max-width: 1360px;
		padding: 0 15px;
	}

	#header .gnb .gnb_center ul li a span {
		font-size: 15px;
		background-size: 24px !important;
		padding-left: 32px;
	}

	#bt_quick .inner {
		max-width: 100%;
		padding: 0 15px;
	}

}



/* 태블릿&모바일 공통*/
@media all and (max-width:1220px) {

	#footer {
		padding-bottom: 70px;
	}

	#footer .foot_info .inner {
		max-width: 100%;
		padding: 0 15px;
	}

	#bt_quick {
		height: 70px;
		bottom: -70px;
	}

	#bt_quick .inner div {
		margin-top: 18px;
	}

	#bt_quick .inner div h1 {
		width: 153px;
		height: 30px;
		background-size: 100%;
	}

	#bt_quick .inner div p {
		font-size: 15px;
		padding-left: 20px;
	}

	#bt_quick .inner a {
		width: 280px;
		height: 50px;
		line-height: 50px;
		border-radius: 2px;
		padding: 0 24px;
		font-size: 16px;
		margin-top: 10px;
	}

	#bt_quick .inner a:before {
		right: 24px;
		margin-top: -7px;
		width: 8px;
		height: 14px;
		background-size: 100%;
	}

	#header .gnb .gnb_center {
		max-width: 1360px;
		padding: 0 15px;
	}

	#header .gnb .gnb_center ul li a span {
		font-size: 14px;
		background-size: 20px !important;
		padding-left: 26px;
	}


	#quick_bar {
		width: 90px;
	}

	#quick_bar .title {
		font-size: 15px;
		line-height: 16px;
		padding: 8px 0;
	}

	#quick_bar ul li a {
		font-size: 13px;
		padding: 40px 0 10px 0;
		background-size: 25px !important;
	}

	#quick_bar ul li.quick01 a {
		background: white url('../img/common/quick_icon01.png') left 50% top 12px no-repeat;
	}

	#quick_bar ul li.quick02 a {
		background: white url('../img/common/quick_icon02.png') left 50% top 12px no-repeat;
	}

	#quick_bar ul li.quick03 a {
		background: white url('../img/common/quick_icon03.png') left 50% top 12px no-repeat;
	}

	#quick_bar ul li.quick04 a {
		background: white url('../img/common/quick_icon04.png') left 50% top 12px no-repeat;
	}

	#quick_bar ul li.quick05 a {
		background: white url('../img/common/quick_icon05.png') left 50% top 12px no-repeat;
	}

	#quick_bar ul li.quick06 a {
		background: white url('../img/common/quick_icon06.png') left 50% top 12px no-repeat;
	}

	#quick_bar ul li.quick07 a {
		background: white url('../img/common/quick_icon07.png') left 50% top 12px no-repeat;
	}

	#quick_bar ul li.quick08 a {
		background: white url('../img/common/quick_icon08.png') left 50% top 12px no-repeat;
	}

	#quick_bar ul li.quick09 a {
		background: white url('../img/common/quick_icon09.png') left 50% top 12px no-repeat;
	}


}



/* 태블릿&모바일 공통*/
@media all and (max-width:1024px) {

	.pc_show {
		display: none !important;
	}

	.pc_i_show {
		display: none !important;
	}

	.m_show {
		display: block !important;
	}

	.m_i_show {
		display: inline-block !important;
	}

	#top_banner {
		height: auto;
	}

	#top_banner a {
		height: auto;
		background: none;
	}

	#top_banner a img {
		display: block;
	}

	#header .inner {
		height: 60px;
	}

	#header .inner .logo_title {
		left: 15px;
		top: 11px;
	}

	#header .inner .logo_title a {
		width: 194px;
		height: 38px;
		background-size: 100%;
	}

	#header .inner ul {
		margin-top: 14px;
	}

	#header .inner ul li {
		margin-left: 2px;
	}

	#header .inner ul li a {
		height: 32px;
		line-height: 32px;
		border-radius: 2px;
		padding: 0 12px;
		font-size: 12px;
	}

	#header .inner ul li.login a {
		background-color: #104a8f;
		background-image: none;
	}

	#header .inner ul li.join a {
		background-color: #375bb1;
		background-image: none;
	}

	#header .inner ul li.num a {
		font-size: 13px;
		background-color: #333;
		background-image: none;
	}

	#header .gnb .gnb_center {
		padding: 0;
	}

	#header .gnb .gnb_center ul {
		border-right: 0;
		width: 1000px;
		/*overflow-x: scroll;*/
	}

	#header .gnb .gnb_center ul li:first-child {
		border-left: 0;
	}

	#header .gnb .gnb_center ul li a {
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
	}

	#header .gnb .gnb_center ul li a span {
		line-height: 100%;
		font-size: 13px;
		padding: 18px 0 18px 24px;
	}


	#footer {
		margin-top: 80px;
	}

	#footer .foot_menu ul {
		max-width: 100%;
		padding: 0 15px;
	}

	#footer .foot_menu ul li {
		width: 25%;
		display: inline-block;
		text-align: center;
	}

	#footer .foot_menu ul li a {
		font-size: 12px;
		line-height: 40px;
	}

	#footer .foot_info {
		padding: 40px 0;
	}

	#footer .foot_info .inner {
		font-size: 12px;
		line-height: 22px;
	}

	/* popup */
	#hd_pop .hd_pops{left:5% !important; top:100px !important; max-width:90% !important; }
	.hd_pops_con{height:auto !important; }
	.hd_pops_footer{font-size:11px; letter-spacing:-0.05px; }
}


/* 모바일 */
@media all and (max-width:768px) {

	#quick_bar{display:none;}

	#top_banner {
		display: none;
	}

	#header {
		position: fixed;
		top: 0;
	}

	#container {
		padding-top: 76px;
	}

	#header .inner {
		height: auto;
		padding: 14px;
	}

	#header .inner .logo_title {
		left: auto;
		top: auto;
		position: relative;
		margin-top: 0;
	}

	#header .inner .logo_title a {
		width: 194px;
		height: 38px;
		margin: 0;
		margin-top: 3px;
	}


	#header .inner ul {
		margin-top: 8px;
		float: none;
		text-align: center;
	}

	#header .inner ul li {
		margin-left: 4px;
	}

	#header .inner ul li a {
		height: 32px;
		line-height: 32px;
		border-radius: 2px;
		padding: 0 12px;
		font-size: 12px;
	}

	#header .inner ul li.login a {
		background-color: #104a8f;
		background-image: none;
	}

	#header .inner ul li.join a {
		background-color: #375bb1;
		background-image: none;
	}

	#header .inner ul li.num a {
		font-size: 13px;
		background-color: #333;
		background-image: none;
	}

	#footer {
		padding-bottom: 140px;
	}

	#bt_quick {
		height: 140px;
		bottom: -140px;
	}

	#bt_quick .inner div {
		float: none;
		margin-top: 18px;
	}

	#bt_quick .inner div h1 {
		width: 153px;
		height: 30px;
		background-size: 100%;
		margin: 0 auto;
		display: block;
	}

	#bt_quick .inner div p {
		font-size: 14px;
		padding-left: 20px;
		display: block;
		text-align: center;
		margin-top: 6px;
	}

	#bt_quick .inner a {
		float: none;
		width: 100%;
		height: 46px;
		line-height: 46px;
		margin-top: 10px;
	}

	/*#header .gnb .gnb_center{min-width: 450px; width: 100%;}*/
	/*
	#header .gnb .gnb_center ul li a span{font-size:12px; padding:42px 0 16px 0;}
	#header .gnb .gnb_center ul li{width:20%;}
	*/
	/*#header .gnb .gnb_center ul li:first-child{display:none;}*/

	#quick_bar {
		width: 60px;
		top: auto;
		left: 0;
		bottom: 140px;
	}

	#quick_bar .title {
		font-size: 13px;
		line-height: 14px;
		padding: 4px 0;
	}

	#quick_bar ul li {
		border-top: 0;
	}

	#quick_bar ul li.quick10,
	#quick_bar ul li.quick11,
	#quick_bar ul li.quick01,
	#quick_bar ul li.quick08 {
		display: none;
	}

	#quick_bar ul li.quick03,
	#quick_bar ul li.quick06,
	#quick_bar ul li.quick07 {
		border-top: 1px solid #d8d8d8;
	}

	#quick_bar ul li a {
		font-size: 11px;
		padding: 32px 0 10px 0;
		background-size: 22px !important;
	}

	#quick_bar ul li.quick02 a {
		background: white url('../img/common/quick_icon02.png') left 50% top 8px no-repeat;
	}

	#quick_bar ul li.quick03 a {
		background: white url('../img/common/quick_icon03.png') left 50% top 8px no-repeat;
	}

	#quick_bar ul li.quick06 a {
		background: white url('../img/common/quick_icon06.png') left 50% top 8px no-repeat;
	}

	#quick_bar ul li.quick07 a {
		background: white url('../img/common/quick_icon07.png') left 50% top 8px no-repeat;
	}

	#header .gnb.fixed {
		position: fixed !important;
		top: 0;
	}


}

.display_none {
	display: none !important;
}

.h_icon_btn {
	display: none;
	padding: 5px;
}

.hd_basic_icon {
	margin-top: 8px;
}

@media (max-width:768px) {

	#header .inner .h_icon_btn {
		display: block !important;
		float: right;
	}

	.header .gnb {
		display: none !important;
	}

	/* header */
	.header {
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 999;
		transition: all 0.2s;
		background-color: #fff;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}

	.header .hd_wrap h1 a img {
		max-width: 161px;
		width: 100%;
	}

	.hd_wrap {
		height: 0px;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.header .hd_wrap>.m_hd_menu {
		display: flex;
		flex-flow: column nowrap;
	}

	.header .hd_wrap>.m_hd_menu h2 img {
		width: 24px;
		cursor: pointer;
		position: relative;
	}

	.header .hd_wrap>.m_hd_menu h2 .hd_down_icon {
		width: 24px;
		cursor: pointer;
		position: absolute;
		top: 22px;
		right: 20px;
	}

	.header .hd_wrap>.m_hd_menu>ul {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
		background: #fff;
	}

	.m_hd_gnb>li>a {
		font-size: 20px;
		font-weight: 600;
		color: #222;
		display: inline-block;
		padding: 15px 30px;
		animation: all 0.6s linear;
	}

	.m_hd_gnb>li:last-child>a {
		padding-bottom: 34px;
	}
}

.display_none {
	display: none !important;
}

.h_icon_btn {
	display: none;
	padding: 5px;
}

.hd_basic_icon {
	margin-top: 8px;
}

@media (max-width:768px) {

	#header .inner .h_icon_btn {
		display: block !important;
		float: right;
	}

	.header .gnb {
		display: none !important;
	}

	/* header */
	.header {
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 999;
		transition: all 0.2s;
		background-color: #fff;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}

	.header .hd_wrap h1 a img {
		max-width: 161px;
		width: 100%;
	}

	.hd_wrap {
		height: 0px;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}

	.header .hd_wrap>.m_hd_menu {
		display: flex;
		flex-flow: column nowrap;
	}

	.header .hd_wrap>.m_hd_menu h2 img {
		width: 24px;
		cursor: pointer;
		position: relative;
	}

	.header .hd_wrap>.m_hd_menu h2 .hd_down_icon {
		width: 24px;
		cursor: pointer;
		position: absolute;
		top: 22px;
		right: 20px;
	}

	.header .hd_wrap>.m_hd_menu>ul {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
		background: #fff;
	}

	.m_hd_gnb>li>a {
		font-size: 20px;
		font-weight: 600;
		color: #222;
		display: inline-block;
		padding: 15px 30px;
		animation: all 0.6s linear;
	}

	.m_hd_gnb>li:last-child>a {
		padding-bottom: 34px;
	}

	/* popup */
	#hd_pop {position:absolute; left:0px; top:0px; z-index:1000; width:100%; height:0;}
	#hd_pop h2 {position:absolute; font-size:0; line-height:0; overflow:hidden; }
	.hd_pops {position:absolute; border:1px solid #666; background:#fff; max-width:90%;  box-shadow:0px 0px 10px rgba(0,0,0,0.2),0px 0px 10px rgba(0,0,0,0.5),0px 0px 10px rgba(0,0,0,0.2);  -webkit-transition-duration: 0.6s;-webkit-transition-timing-function: ease;transition-duration: 0.6s;transition-timing-function: ease; }
	.hd_pops img{max-width:100%; }
	.hd_pops_con {max-width:100%; }
	.hd_pops_footer {height:50px; padding: 0; background:#000; color:#fff; text-align:left; position:relative;}
	.hd_pops_footer:after {display:block; visibility:hidden; clear:both; content:""; }
	.hd_pops_footer button { height:30px; line-height:30px; padding:0 15px; border:0; color:#fff; }
	.hd_pops_footer .hd_pops_reject{background:#222;; text-align:left;  margin:10px 0 0 10px;color:#c1ad9a;}
	.hd_pops_footer .hd_pops_reject strong{color:#fff; font-size:1.4em; display:inline-block; padding-right:3px;}
	.hd_pops_footer .hd_pops_reject strong:before{content:'';display:inline-block; width:18px; height:18px; vertical-align:middle; background:URL(../img/ico_eye_slash.png) no-repeat center center; background-size:100% auto; margin-right:6px;}
	.hd_pops_footer .hd_pops_close{text-indent:-99999999px; overflow:hidden;background:URL(../img/close_btn.gif) no-repeat center center #393939; color:#393939; position:absolute; top:0px; right:0px; width:50px; height:50px; line-height:50px; padding:0px;text-align:center;}
	.hd_pops_footer button:hover{background:#333;}
	.hd_pops_footer button:hover.hd_pops_close{background:URL(../img/close_btn.gif) no-repeat center center #666;}
}