/**** header ****/
.header_top {
	position: fixed;
	top: 0; right: 0; left: 0;
	margin: auto;
	width: 100%; height: 150px;
	transition: background 0.3s;
	z-index: 100;
}
.header_top.SCROLL {
	height: 94px;
	background: rgba(51,51,51,0.8);
}
/* 로고 */
.header_top .topLogo {
	position: fixed;
	right: 0; top: 55px; left: 0;
	width: 202px; height: 80px;
	margin: auto; z-index: 100;
	transition: all 0.5s;
}
.header_top.SCROLL .topLogo {
	position: fixed;
	right: 0; top: 24px; left: 0;
	width: 162px; height: 40px;
	margin: auto; z-index: 100;
	overflow: hidden;
	transition: all 0.5s;
}
.topLogo img { max-width: 100%; }
.header_top.SCROLL .rightBtns {
	top: 20px;
}

.navi_top{
	position: fixed;
	top:0px; min-width: 312px; height:100px;
	font-size:0; text-align:left;
	z-index:100;
}
.navi_top:hover{
	height:auto;max-height:100%;
	overflow-y:hidden;
	direction:rtl;
}
.overHide{
	overflow:hidden;
	display:inline-block;
}
.navi_top .menu_bar {
	display:block;
	position:absolute;
	top: 33px; left:100px;
	width: 97px;height:28px;
	background: url(./../images/menu_bar.png) no-repeat center;
	z-index:10;
}
.menu_area{
	display: block;
	width: 312px; margin-left:-312px;
	padding-top: 126px;
	padding-bottom: 70px;
	padding-left: 105px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #222;
	transition:all 0.5s;
	direction: rtl;
}
.navi_top:hover .menu_area{
	margin-left:0px;
}
.navi_top .menu_area:hover{
	margin-right: 312px;
}
.menu_area li{
	position:relative;vertical-align:top; 
	font-size:13px;
	width: 100%;
}
.menu_area .bigMenu {
	display: inline-block;
	width: 100%;
	padding-right: 90px;
	line-height: 44px;
	font-size: 14px;
	color: #aaa;
	font-family: '맑은 고딕', 'Malgun Gothic', sans-serif; 
	letter-spacing: 0.04em;
	background-position: right top ;
	transition: all 0.3s;
}
.menu_area li:hover .bigMenu{
	color: #fff;
	background-image: url(./../images/lineDecoW.png);
	background-position: right center ;
	background-repeat: no-repeat;
}
.menu_area .sub {
	position:absolute;
	top: -100%; left: 100%;
	display:block;
	width: auto; min-width: 180px;
	height: auto;
	visibility:hidden;opacity:0;
	padding: 20px 25px;
	line-height:28px;color:#9f9f9f;
	background: #fff;
	z-index:101;
	direction: initial;
}
.menu_area li:hover .sub{
	visibility:visible;opacity:1;
	transition:opacity 0.3s, visibility 0.3s;
}
.menu_area .sub dt a{
	white-space:nowrap;word-break:break-all;
	display: block;
	font-family: '맑은 고딕', 'Malgun Gothic', sans-serif; 
	color: #999;
	text-align: left;
	transition: color 0.5s;
}
.menu_area .sub dt a:hover{color: #927e6b; }

.rightBtns{
	position: fixed; z-index: 99;
	top: 18px; right: 35px;
}
/* 풀페이지 버튼 */
.fullscreen_btn {
	display: inline-block!important;
	width: 148px; height: 56px;
	background:url(./../images/fullBtn_set.png) center no-repeat;
	z-index:100;
	transition: background-image 0.3s;
}
.fullscreen_btn:hover { background:url(./../images/fullBtn_set_ov.png) center no-repeat; }
.fullscreen_btn.FULL{background-image:url(./../images/fullBtn_exit.png);}
.fullscreen_btn.FULL:hover{background-image:url(./../images/fullBtn_exit_ov.png);}
.quickReser_btn {
	display: inline-block; 
	width: 195px; height: 56px;
	margin-left: 20px;
	background: url(./../images/quickReser.png) center no-repeat;
	transition: background 0.3s;
	z-index:100;
	transition: background 0.3s;
}
.quickReser_btn:hover {	background: url(./../images/quickReser_ov.png) center no-repeat; }


/***** footer *****/

.footer_wrap {
	position: relative;
	width: 100%;
	background: #252525;
	font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
	overflow: hidden;
}
.footer_wrap .pension_info {
	position: relative;
	width: 100%; height: 100%;
	max-width: 1520px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}
.footer_wrap .pension_info .info {
	display: inline-block;
	width: 25vw;
	vertical-align: top;
}
.footer_wrap .pension_info .info:nth-child(2) { width: 480px; }
.footer_wrap .pension_info .title {
	margin-bottom: 18px;
	font-size: 16px; font-weight: bold;
	letter-spacing: 0.15em;
	color: #aaa;
}
.footer_wrap .pension_info .txt {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}
.footer_wrap .c-grey { color: #aaa; }
.footer_wrap .c-white { color: #fff; }
.footer_wrap .c-red { color: #d6544e; }

.footer_wrap .footer_info {
	position: relative;
	width: 100%; height: 100%;
	padding: 45px 0;
	color: #949494;
	font-size: 14px;
	line-height: 26px;
	border-top: 1px solid #515151;
	text-align: center;
}
.footer_wrap .scrollTop {
	position: absolute;
	top: 30px; right: 50px;
	font-size: 12px;
	font-weight: bold;
	color: #b8b8b8!important;
	transition: color 0.3s;
}
.footer_wrap .scrollTop::after {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0;
	left: 0;
	height: 1px;
	background: #b8b8b8;
	transition: background 0.3s;
}
