html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin			: 0;
	border			: 0;
	outline			: 0;
	padding			: 0;
	background		: transparent;
/*	font-family		: 'Nanum Gothic',sans-serif;*/
	font-family		: 'Noto Sans KR', sans-serif;
	font-style		: normal;
	font-weight		: normal;
	vertical-align	: baseline;
	color			: #333333;
}

/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Noto Sans KR', sans-serif;*/
/*font-family: 'Dancing Script', cursive;*/
/*font-family: 'Montserrat', sans-serif;*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section 
{
	display			: block;
}

body
{
	line-height		: 1;
}

ol,ul				
{
	list-style		: none;
}

blockquote,q 		
{
	quotes			: none;
}

blockquote:before,
blockquote:after,
q:before,q:after	
{
	content			: '';
	content			: none;
}

table				
{
	border-collapse	: collapse;
	border-spacing	: 0;
}

hr					
{
	display			: none;
}

a:link				
{
	color			: #000;
	text-decoration	: none;
}

a:visited			
{
	color			: #000;
	text-decoration : none;
}

a:hover
{
	color			: #000;
	text-decoration	: none;
}

a:active			
{
	color			: #000;
	text-decoration	: none;
}

/* float clear */
.clearBoth			{clear:both;}




/*-----------------------------------------------------------------
	페이징
-----------------------------------------------------------------*/

.gp_pagination
{
	text-align				: center;
	font-size				: 14px;
}

.gp_pagination .paginationUl
{
	padding					: 20px 0;
}

.gp_pagination .paginationUl li
{
	display					: inline-block;
	color					: #bbbbbb;
	border-right			: 1px solid #dddddd;
	border-top				: 1px solid #dddddd;
	border-bottom			: 1px solid #dddddd;
	padding					: 10px 15px;
	background				: #ffffff;
}

.gp_pagination .paginationUl li.on
{
	cursor					: pointer;
	color					: #333333;
}

.gp_pagination .paginationUl li:first-child
{
	border-left				: 1px solid #dddddd;
	border-top				: 1px solid #dddddd;
	border-bottom			: 1px solid #dddddd;
/*		border-radius			: 7px 0 0 7px;*/
}

.gp_pagination .paginationUl li:last-child
{
/*		border-radius			: 0 7px 7px 0;*/
}

.gp_pagination .paginationUl a
{
	color					: #333333;
	text-decoration			: none;
}

.gp_pagination .paginationUl a:hover
{
	text-decoration			: underline;
}

.gp_pagination .paginationUl .pageSel
{
	background				: #6299cf;
	border-right			: 1px solid #dddddd;
	border-top				: 1px solid #31b0b8;
	border-bottom			: 1px solid #31b0b8;
	color					: #ffffff;
	cursor					: pointer;
}

.gp_pagination .paginationUl .pageSel a
{
	color					: #ffffff;
}


/*-----------------------------------------------------------------
	달력
-----------------------------------------------------------------*/

#sdate,#edate,
#reser_sdate,#reser_edate
{
	display:none;
}

#sdate .ui-datepicker
{
	position:absolute;
	top:104px;
	left:300px;
	width:250px;
}

#edate .ui-datepicker
{
	position:absolute;
	top:104px;
	left:549px;
	width:250px;
}

#reser_sdate .ui-datepicker
{
	position:absolute;
	top:40px;
	left:-25px;
	width:250px;
}

#reser_edate .ui-datepicker
{
	position:absolute;
	top:40px;
	left:224px;
	width:250px;
}

.ui-widget-header {
    border: 0 !important;
    background: #ffffff !important;
}

.ui-datepicker td {
/*    padding: 5px 0 !important;*/
	text-align:center !important;
}

.ui-datepicker tbody td {
	padding		: 1px 5px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #d3d3d3 !important;
    background: #ffffff !important;
}

/*.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {*/
/*    border: 2px solid #8a755a !important;*/
/*	border-radius:500px;*/
/*}*/

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
	width:25px;
	height:25px;
	line-height:20px;
	font-size:13px;
}

.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:first-child a { color: red; }
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a { color: blue; } 


.ui-datepicker th:last-child > span{ color: blue; }
.ui-datepicker th:first-child > span{ color: red; }

.pointer {cursor : pointer;}
.hidden {display : none;}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active 
{
    background-color: #8a755a !important;
	color			: #ffffff !important;
	border-radius	: 5px !important;
}


.ui-datepicker .ui-datepicker-next .ui-icon{
    background: url(/image/pension/bc_brand/images/index/month_right.png) no-repeat;
    /* background: url(https://www.gpension.kr/image/month_right.png) no-repeat; */
	background-position:center center;
    width: 30px;
    height: 30px;
    left:0px;
    top:9px;
	
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
    background: url(/image/pension/bc_brand/images/index/month_left.png) no-repeat;
    /* background: url(https://www.gpension.kr/image/month_left.png) no-repeat; */
	background-position:center center;
    width: 30px;
    height: 30px;
    position:absolute;
    left:12px;
    top:9px;
}

.ui-state-hover
{
	border:0 !important;
	background:#ffffff !important;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover
{
	top:2px !important;
	right:2px !important;
}


/*-----------------------------------------------------------------
	bxslider
-----------------------------------------------------------------*/
.bx-wrapper
{
	border:0 !important;
	padding:0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #8a755a !important;
	}
.bx-wrapper .bx-pager {
    text-align: center !important;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #8a755a !important;
    padding-top: 20px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
	right	: 0;
    bottom  : 20px !important;
    width: 100%;
	display:none !important;
}


@media (max-width: 1024px){
	.bx-wrapper .bx-pager {
		opacity: 1 !important;
		color: #8a755a !important;
	}

	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		position: absolute !important;
		bottom  : -20px !important;
		right:0 !important;
/*		width: 100%;*/
		z-index: 120;
		display:block !important;
	}


	.bx-wrapper .bx-pager.bx-default-pager a {
		opacity: 1 !important;
		color: #8a755a !important;
	}


	.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
		width: 7px;
		height: 7px;
		border: 4px solid #e2dabc !important;
		margin: 0 7px;
		opacity: 1;

	}
}


/*-----------------------------------------------------------------
	bg
-----------------------------------------------------------------*/
#b_bg
{
	background			: #000000;
	position			: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity				: .5; 
	z-index				: 1002;
	display				: none;
}

.button
{
	cursor				: pointer;
}