@charset "UTF-8";

/* 페이징 관련 */
/*
.paging{
    padding-top:50px;
    padding-bottom:50px;
    text-align:center;
}
.paging li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 32px;
    height: 32px;
    margin-left: -1px;
    zoom: 1;
    cursor: pointer;
    color: #999;
    line-height: 32px;
    font-size: 14px;
    text-align:center;
    font-family:'noto-m'
}
.paging li a{
    display:block;
}
.paging li:hover a{
    color:#555
}
.paging li.current {
    color: #f80;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.paging li.final{
    border:1px solid #ddd;
    text-indent:-9999px;
    cursor: pointer;
    background-image: url(/images/a/ico_arr-gray_right2.png);
    background-repeat: no-repeat;
    background-size: auto 11px;
    background-position:center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.paging li.first{
    border:1px solid #ddd;
    text-indent:-9999px;
    cursor: pointer;
    background-image: url(/images/a/ico_arr-gray_first.png);
    background-repeat: no-repeat;
    background-size: auto 11px;
    background-position:center;
}
.paging li.prev{
    border:1px solid #ddd;
    text-indent:-9999px;
    cursor: pointer;
    background-image: url(/images/a/ico_arr-gray_left.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position:center;
}
.paging li.next{
    border:1px solid #ddd;
    text-indent:-9999px;
    cursor: pointer;
    background-image: url(/images/a/ico_arr-gray_right.png);
    background-repeat: no-repeat;
    background-size: auto 14px;
    background-position:center;
}
*/


/*페이징*/
.paging{
	text-align:center;
	margin-top:100px;
}
.paging ul{
	overflow: hidden;
	text-align: center; 
	display:inline-block;
}
.paging li {
	width:30px;
	height:30px;
	overflow: hidden;
	font-size: 12px;
	float:left;
	line-height:30px;
}
.paging li a{
	color:#333;
	display:block;
}
.paging .paging_prev,.paging .paging_next{
	border:1px solid #333;
	text-indent:-9999px;
	background:url(/site/fourseason/images/sub/paging_arrow_prev.png) no-repeat center center;
	margin:0 30px;
}
.paging .paging_next{
	background:url(/site/fourseason/images/sub/paging_arrow_next.png) no-repeat center center;
}

/*헤더*/
#header{
	padding:20px 0;
	width:100%;
	position:fixed;
	z-index:1000;
	background:#fff;
	transition: top 0.3s ease-in-out;
	border:1px solid #dedede;
	
}
#header h1{
	float:left;
}
.gnb{
	float:right;
	margin-top:15px;
}
.gnb li{
	float:left;
	margin-left:80px;
	position:relative;
}
.gnb li:hover a{
	color:#cd0800;
	font-weight:600;
	transition:color 0.5s;
}
.gnb li::after{
	content:"";
	display:block;
	width:0;
	height:3px;
	background:#cd0800;
	position:absolute;
	bottom:-23px;
	transition:all 0.5s;
}
.gnb li:hover::after{
	width:100%;
}

.gnb #on a{
	color:#cd0800;
	font-weight:600;
}
.gnb #on::after{
	width:100%;
}
.nav_up{
	top:-85px;
}
.nav_down{
	top:0px;
}

/*푸터*/
#footer{
	background:#040404;
	color:#fff;
	padding:80px 0;
	font-size:30px;
	margin-top:250px;
}
.f_menu li{
	float:left;
	margin-right:40px;
}
.f_menu a{
	color:#fff;
}
.address{
	padding:30px 0;
}
.copy{
	font-weight:300;
	margin-top:30px;
	color:#313131;
}