html {
	overflow-y: scroll;
}

body {
	font-family: "맑은고딕","Malgun Gothic",serif;
	color:#333;
	font-size:16px;
	line-height:1;
	position: relative;
}

a {
	text-decoration:none;
	color:#333;
}

img {
	vertical-align: top;
}

.inner {
	width:1200px;
	margin:auto;
	position:relative;
}
.inner:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

.clearFix:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

ul:after,ol:after,dl:after {
	content:"";
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	clear:both;
}

#header {
	position:relative;
}
#header .headerWrap {	
	width: 100%;
	z-index:1;
	border-bottom:1px solid #e5e5e5;
}
.upperHeader {
	position: relative;
	width: 100%;
	height: 30px;
	background: url("../images/layout/u_l.png") repeat-x left bottom;
	background-color:#f4f6f9;
	border-bottom: 1px solid #dee2e7;
}
.upperGnb {
	float: right;
    margin-top: 8px;	
}
.upperGnb li {
	position: relative;
	float: left;
	margin-left: 7px;
}
.upperGnb li a img {
	margin-right:7px;}
.upperGnb li:after {
	display: block;
	position: absolute;
	content:"";
	width: 1px;
	height: 10px;
	background: url("../images/layout/u_l.png") repeat-y 0 0;
	top: 1px;
	left: -14px;
}
.upperGnb li:first-child {
	margin-left: 0;
}
.upperGnb li:first-child:after {
	display: none;
}
.upperGnb li:first-child a {
	padding-left: 16px;
	
}
.upperGnb li a {
	display: block;
	/*font-family: 'Noto Sans KR','NanumSquareR', sans-serif;*/
	font-family: 'Noto Sans KR','NanumSquareR', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: black;
}
.upperGnb span {
	font-size:12px;}
.lowerHeader {
	position: relative;
	height:96px;
	border-bottom: 1px solid #e9edf3;
}
.logo {
	float: left;
	margin-top: 22px;
    margin-left: 4px;
}


.searchFormWrap {
	position: absolute;
	top: 32px;
	right: 400px;
	border-bottom: 2px solid black;
	width:400px;
	
}
.searchFormWrap input {
	width: 400px;
	height: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba( 0,0,0,0 );
	border: 1px solid #fff;
	color: black;
	padding-left: 3px;
	padding-right: 32px;
	font-size:16px;
}
.searchFormWrap input:focus {
	background-color: rgba( 0,0,0,0 );
}
.searchFormWrap button[type="submit"] {
	position: absolute;
	background: url('../images/layout/search_icon.png') no-repeat center center;
	width: 28px;
	height: 28px;
	top: 5px;
    right: 1px;
}
.visuallyHidden {
	display: none;
    overflow: hidden;
    padding: 0;
    position: absolute;	
}
.footerWrap {
	padding-top: 29px;
	padding-bottom: 63px;
	background-color: #fff;
	border-top:1px solid #e3e3e3;
}

.fInfo {
	width: 100%;
}
.fLogo, .infoWrap {
	float: left;
}
.infoWrap {
	margin-left: 66px;
	padding-bottom:28px;
}
.infoWrap ul {
	margin-top: 11px;
}
.infoWrap ul:first-child {
	margin-top: 0;
}
.infoWrap li {
	float: left;
	margin-left: 10px;
}
.infoWrap li:first-child {
	margin-left: 0;
}
.infoWrap li span {
	display: block;
	font-family: 'Noto Sans KR', sans-serif, 'NanumSquareR';
	font-weight: 400;
	font-size: 14px;
	color: black;
	letter-spacing: -0.5px;
}
.fInfo select {
	position: absolute;
	width: 150px;
	height: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0);
	color: #fff;
	top: 46px;
	right: 0;
}


/*   2019.10.07 주은희   */
/*   탑   */
.bottomHeader {
	width:100%;
	height:55px;
	}
.bottomHeader .inner .gnb button { 
	float:left;
	border-left:1px solid #e9edf3;
	border-right:1px solid #e9edf3;
	padding-top:1px;
	}
.headerSliderWrap {
	position: absolute;
	width: 209px;
	height: 31px;
	top:35px;
	right: 0;
}
.headerSliderWrap span {
	position: absolute;	
	top: -20px;	
}
.headerSliderWrap span a {
	display: block;
	width: 15px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
}
.headerSliderWrap span#slider-prev {
	right: 18px;
}
.headerSliderWrap span#slider-prev a {
	background-image: url("../images/layout/banner_left.png");	
}
.headerSliderWrap span#slider-next {
	right: 2px;
}
.headerSliderWrap span#slider-next a {
	background-image: url("../images/layout/banner_right.png");	
}


.gnb {
	float: left;
	
    
	width:935px;
	}
.gnb li {
	float: left;
	margin-top: 20px;
}
.gnb li:first-child {
	margin-left: 0;
	}
.gnb li:nth-child(n+2) {
	padding-left:60px;}
.gnb li a {
	display: block;
	font-family: 'Noto Sans KR','NanumSquareR', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: black;
	letter-spacing: -1.6px;
	}

.rightgnb {
	float:right;
	padding-top:17px;
	}
.rightgnb li {
	float:left;
	margin-left:13px;
	}
.rightgnb li a {
	font-size:13px;
	}
.rightgnb li img {
	margin-top:3px;
	margin-right:5px;
	}
/*   탑   */


/*   푸터   */
.infobtm {
	clear:both;
	margin-left:64px;
	}
.infobtm .info_center {
	float:left;
	}
.infobtm .info_center li {
	}
.infobtm .info_center li:first-child {
	font-size:14px;
	font-weight:bold;  
	padding-bottom: 13px;	
	}
.infobtm .info_center li:first-child span{
	font-size:26px;
	font-weight:bold;
	padding-left:10px;
	}
.infobtm .info_center li:nth-child(n+2) {
	font-size:14px;
	padding-bottom: 10px;
	
	}
.infobtm .line {
	width:1px;
	height:77px;
	background-color: #e5e5e5;
	float:left;
	margin:0 20px;
	}
.infobtm .info_bank {
	
	}
.infobtm .info_bank li {
	margin-bottom:10px;
	font-size:14px;
	}
.infobtm .info_bank li img {
	}
.infobtm .info_bank li:first-child img {
	margin-right:30px;
	}
.infobtm .info_bank li:nth-child(2) img {
	margin-right:21px;
	}
.infobtm .info_bank li:last-child{
	padding-left:368px;
	padding-top:8px;
	}
.line02 {
	width:1px;
	height:199px;
	background-color: #e5e5e5;
	float:left;
	margin:0 35px;
	}

.info_right {
	float:left;
	width:320px;
	}
.info_right h2 {
	padding-bottom:13px;
	
	}
.info_right h2 img {
	float:right;
	}
.info_notice {
	clear:both;
	padding-bottom:5px;
	}
.info_notice li {
	padding-bottom:5px;
	font-size:13px;
	float:left;	
	}
.info_notice li:last-child{
	float:right;}
.info_notice li a {
	}

.info_icon {	
	float:left;
	width:320px;
	padding-top:20px;
	}
.info_icon ul li {
	float:left;
	display:block;
	text-align:center;
	}
.info_icon ul li:first-child {
	padding-right:
	}
.info_icon ul li:nth-child(n+2) {
	padding-left:31px;	
	}

.info_icon ul li a {
	font-size:13px;
	text-align:center;
	}
.info_icon ul li a img {
	display:block;
	vertical-align:middle;	
	}

/*   푸터   */




/*  퀵메뉴  */

.quickWrap {
	width: 104px;
	height: 100vh;
	position: absolute;
	top: 184px;
	right: 0;
	background-color: #f8f8f8;
	z-index: 60;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #dedede;
}
.quickWrap.fixed {
	height: 100%;
	position: fixed;
	top: 0;
}
.quickWrap .qLogo {
	border-bottom: 1px solid #dedede;
}
.qucikMenu li {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 11px;
	padding-bottom: 10px;
	padding-right: 4px;
	border-bottom: 1px solid #dedede;
}
.qucikMenu li a {
	display: block;
	line-height: 18px;
}
.qucikMenu li a.text {
	float: left;
	font-weight: 400;
	font-size: 12px;
	color: #535353;
}
.qucikMenu li a.quickCount {
	float: right;
	background-color: #999;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 0 10px 0;
	border-radius: 9px;
}
.todaySliderWrap {
	position: relative;
	padding-bottom: 50px;
	background-color: #fff;
}
.todaySliderWrap strong {
	text-align: center;
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #333;
	padding-top: 14px;
}
.todaySliderWrap .no_list {
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	color: #666;
	line-height: 1.55;
	padding-top: 38px;
}
.todaySliderWrap .innerWrap {
	margin-top: 38px;
}
.todaySliderWrap ul li {
	text-align: center;
	border: 1px solid #ddd;
}
.todaySliderWrap ul li a {
	display: block;
}
.todaySliderWrap ul li img {
	display: inline-block;
	width: 70px;
}
.todaySliderWrap .bx-wrapper {
	width: 70px;
	margin: 0 auto;
}
.todaySliderWrap .bx-wrapper .bx-pager {	
	text-align:center;
	padding-top:10px;
	font-size:14px;}

.todaySliderWrap > span {
	position: absolute;	
	bottom: 21px;
}
.todaySliderWrap > span a {
	display: block;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
}
.todaySliderWrap > span#today-prev {
	left: 13px;
}
.todaySliderWrap > span#today-prev a {
	background-image: url("../images/layout/t_prev.jpg");	
}
.todaySliderWrap > span#today-next {
	right: 13px;
}
.todaySliderWrap > span#today-next a {
	background-image: url("../images/layout/t_next.jpg");	
}
.quickWrap .topBtnWrap {
	margin-top: 40px;
	text-align: center;
}
.quickWrap .topBtnWrap a {
	display: inline-block;
}
.quick_btns a {
	position: absolute;
	display: block;
	left: -27px;
}
.quick_btns a.quick_open {
	top: 75px;
}
.quick_btns a.quick_close {
	top: 121px;
}
/*  퀵메뉴  */


/*  비주얼  */
.mainVisualWrap .bxPager {
	width: 100%;
    position: absolute;
    bottom: 22px;
    left: 0;
    font-size: 0;
    text-align: center;
	}
.mainVisualWrap .bxPager a.active{
	background-color: #fff;
	}
.mainVisualWrap .bxPager a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    margin: 0 11px 0;
    border-radius: 9px;
}
