@charset "utf-8";

/* background fixed 사용시 버그 대응용 * 한 번 스크롤로 페이지 전체 넘김을 할 때는 html스타일에서 height속성 제거하기 */
/* html {overflow: hidden; height: 100%;} */
/* body {overflow: auto; height: 100%;} */

/* ******************** 공용 ******************** */
a:link {color:#666;}
a:visited {color:#666;}
a:hover {color:#000;}
a:active {color:#000;}

#gotop {z-index:2000; position:fixed; display:none; width:35px; height:35px; right:20px; border-radius:3px; bottom:40px;}
/* body {font-family:'NotoSansKR' !important; font-size:16px; line-height:1.6; letter-spacing:-.5px; font-weight:300; color:#000; word-break:keep-all;} */
body {font-family:'NotoSansKR' !important; font-size:16px; line-height:1.6; letter-spacing:-.5px; font-weight:300; color:#666; word-break:keep-all;}
h1, h2, h3, h4, h5, h6 {color:#000;}
input:focus {outline:0 !important;}

.arial {font-family:'arial' !important;}

textarea {resize:none !important;}

/* ******************** 데스크탑 (992~) ******************** */
@media screen and (min-width: 992px), print{
	.mobile {display:none !important;}	
	
	/*header::*/
	header {position:absolute; top:0; left:0; width:100%; background:#fff; z-index:9999;}
	header .wrap {position:relative; width:1200px; height:80px; padding:15px; margin:0 auto; overflow:hidden; text-align:center;}
	header .wrap>div {vertical-align:middle;}
	header .wrap>div.head {position:absolute; left:0; top:20px;}
	header .wrap>div.head h1 a {display:inline-block;}
	header .wrap>div.head h1 a img {display:block; height:100%;}

	header .wrap .searchBox.pc {position:relative; display:inline-block;}
	header .wrap .searchBox.pc .search {}
	header .wrap .searchBox.pc form {}
	header .wrap .searchBox.pc form>div {}
	header .wrap .searchBox.pc form>div>* {}
	header .wrap .searchBox.pc .search_input {position:relative; width:360px; height:50px;}
	header .wrap .searchBox.pc .search_input input {width:100%; height:100%; padding:15px 65px 15px 30px; letter-spacing:-.5px; border-radius:50px; border:3px solid #3852b7; transition:all .3s}
	header .wrap .searchBox.pc .search_input input::placeholder {color:#666; font-weight:300;}
	header .wrap .searchBox.pc .search_input input:focus {outline:none; background:#f8f9ff; border:3px solid #3852b7 !important;}
	header .wrap .searchBox.pc .search_input button {position:absolute; top:11px; right:28px; padding:0; z-index:9; display:inline-block; cursor:pointer; background:none;}
	
	header .wrap .side.pc {position:absolute; right:0; top:0;}
	header .wrap .side.pc ul {overflow:hidden; padding:25px 0;}
	header .wrap .side.pc ul li {float:left;}
	header .wrap .side.pc ul li+li {margin-left:10px;}
	header .wrap .side.pc ul li a {display:inline-block; font-size:14px; font-weight:300; color:#666}
	header .wrap .side.pc ul li.join {margin-top:0;}
	header .wrap .side.pc ul li.company a {border-radius:50px; display:inline-block; height:30px; padding:0 11px; padding-left: 30px; background:#2f3e5a url(../images/common/i-home.png) no-repeat left 12px center; color:#fff; font-size:12px; font-weight:500; line-height:30px; transition:all .3s;}
	header .wrap .side.pc ul li.company a:before {content:''; display:block; width:7px; height:2px; position:absolute; left:12px; top:50%; transform:translateY(-50%); background:#fff;}
	header .wrap .side.pc ul li.company a:hover{background:#3852b7 url(../images/common/i-home.png) no-repeat left 12px center;}
	
	form.searchBox_mo {display:none !important;}
	
	.headerH {height:140px !important;}

	/*gnb::*/
	nav.mobile {visibility:hidden;}
	nav.pc {overflow:hidden;}
	nav.pc .navbg {position:absolute; left:0; top:80px; width:100%;}
	nav.pc .navbg .dep1 {height:60px; background:#fff; border-top:1px solid #eaeaea; border-bottom:1px solid #000}
	nav.pc .navbg .dep2 {height:100%;}
	nav.pc .gnb {position:relative; width:1200px; margin:0 auto; height:100%;}
	nav.pc .gnb>ul>li {float:left;}
	nav.pc .gnb .allMenu {border:1px solid #eaeaea; border-top:0; border-bottom:0;}
	nav.pc .gnb .allMenu>a {display:inline-block; height:100%; padding: 0 20px; padding-left:50px; font-weight:400; line-height:59px; background:url(../images/common/i-menu.png) no-repeat left 20px center; }
	nav.pc .gnb>ul>li.allMenu>ul {position:absolute; left:0; top:60px; padding-top:30px; width:100%;}
	nav.pc .gnb>ul>li.allMenu>ul:after {clear:both; content:''; display:block;}
	nav.pc .gnb>ul>li.allMenu>ul>li {position:relative; float:left; width:20%; padding:0 10px; margin-bottom:20px}
	nav.pc .gnb>ul>li.allMenu>ul>li>a {display:block; font-weight:400; margin-bottom:5px;}
	nav.pc .gnb>ul>li.allMenu>ul>li>a:before {position:absolute; left:0; top:5px; content:''; display:inline-block; width:2px; height:15px; background:#000}
	nav.pc .gnb>ul>li.allMenu>ul>li ul { min-height:175px;}
	nav.pc .gnb>ul>li.allMenu>ul>li ul li a {color:#666; display:inline-block; padding:2px 0}
	nav.pc .gnb>ul>li.allMenu>ul>li:nth-child(6) ul {min-height:auto}
	nav.pc .gnb>ul>li.allMenu>ul>li:last-child ul {min-height:auto}
	
	nav.pc.fixOn {position:fixed; top:0; left:0; width:100%; background:#fff; z-index:99; border:0; border-bottom:1px solid #e5e5e5; box-shadow:0 3px 3px rgba(0,0,0,0.1);}
	nav.pc.fixOn .navbg {top:0;}



	nav.pc .gnb .gnbCustomer>ul {display:inline-block; height:100%; overflow:hidden;}
	nav.pc .gnb .gnbCustomer li {padding:18px 0 17px;}
	nav.pc .gnb .gnbCustomer li:first-child a {padding:0 20px; padding-left:40px; font-size:16px; color:#000; line-height:normal; border-right:none; background:url(../images/common/i-bell.png) no-repeat left 20px center}
	nav.pc .gnb .gnbCustomer li:nth-child(2) a {padding-left:0;}
	nav.pc .gnb .gnbCustomer li a {display:inline-block; padding:0px 15px; font-size:14px; font-weight:400; color:#666; line-height:1; border-right:1px solid #e5e5e5}
	nav.pc .gnb .gnbCustomer li a:hover {color:#3852b7}
	nav.pc .gnb .gnbCustomer li:last-child a {border-right:none;}

	nav.pc .gnb .gnbMypage {float:right;}
	nav.pc .gnb .gnbMypage ul {display:inline-block; height:100%; overflow:hidden}
	nav.pc .gnb .gnbMypage li {margin-left:30px;}
	nav.pc .gnb .gnbMypage li a {display:inline-block; line-height:59px; padding-left:25px; font-weight:400;}
	nav.pc .gnb .gnbMypage li:nth-child(1) a {background:url(../images/common/i-cart.png) no-repeat left center}
	nav.pc .gnb .gnbMypage li:nth-child(2) a {background:url(../images/common/i-delivery.png) no-repeat left center}
	nav.pc .gnb .gnbMypage li:nth-child(3) a {padding-left:20px; background:url(../images/common/i-heart.png) no-repeat left center}


	/*lnb::*/
	.lnb {display:table; width:100%; height:80px; background:#5975a6 url(../images/common/lnb-bg.jpg)center /cover no-repeat;}
	.lnb-wrap {display:table-cell; width:1200px; margin:0 auto; vertical-align:middle;}
	.lnb-wrap>* {}
	.lnb-wrap h2 {float:left; color:#fff; font-size:30px; font-weight:500;}
	.lnb-wrap ul {float:right;}
	.lnb-wrap ul li {float:left; color:#fff; padding-left:19px; margin-left:14px; font-size:14px; line-height:30px;}
	.lnb-wrap ul li+li {background:url(../images/common/lnb-arrow.png)0 50% no-repeat;}
	
	/*.lnb.fixOn {position:fixed !important;top:0 !important;}*/
	
	
	/*컨텐츠::*/
	.contents {width:100%; padding:50px 0 70px;}
	.contents [class*="-wrap"] {width:1200px; margin:0 auto;}
	.contents img {max-width:100%;}
	
	/* footer */
	.footer-banner {background:#1e2533}
	.footer-banner .inner {width:1200px; padding:60px 0; margin:0 auto}
	.footer-banner .inner:after {clear:both; content:''; display:block;}
	.footer-banner .inner>div {position:relative; float:left; width:33.33%;}

	.footer-banner .f-quick-menu {}
	.footer-banner .f-quick-menu:after {clear:both; content:''; display:block;}
	.footer-banner .f-quick-menu li {float:left; display:inlin-block; margin-right:50px;}
	.footer-banner .f-quick-menu li i {display:inline-block; width:80px; height:80px; border-radius:100%;}
	.footer-banner .f-quick-menu li p {margin-top:15px; font-weight:400; color:#ffcc00; text-align:center}
	.footer-banner .f-quick-menu li:nth-child(1) i {background: #fff url(../images/common/f-bell.png) no-repeat center;}
	.footer-banner .f-quick-menu li:nth-child(2) i {background: #fff url(../images/common/f-qa.png) no-repeat center;}
	.footer-banner .f-quick-menu li:nth-child(3) i {background: #fff url(../images/common/f-qa02.png) no-repeat center;}

	.footer-banner div>h2 {position:relative; display:block; font-size:24px; font-weight:500; color:#ffcc00; padding-bottom:20px; margin-bottom:35px;}
	.footer-banner div>h2:after {position:absolute; left:0; bottom:0; content:''; display:inline-block; width:20px; height:2px; background:#fff}
	.footer-banner ul {color:#fff}
	.footer-banner ul li a {color:#fff}
	.footer-banner .f-bank {padding-left:50px; background:url(../images/common/i-wallet.png) no-repeat right 50px top}
	.footer-banner .f-customer {padding-left:50px; background:url(../images/common/i-call.png) no-repeat right top}

	footer {border-top:1px solid #1e2533 !important;}
	footer .inner {position:relative; width:1200px; margin:0 auto;}
	footer .f-menu {height: 50px; border-bottom:1px solid #e5e5e5; text-align:center}
	footer .f-menu:after {clear:both; content:'';}
	footer .f-menu ul {display:inline-block; padding:17px 0;}
	footer .f-menu li {float:left; padding:0px 55px; border-right:1px solid #e5e5e5; line-height:1}
	footer .f-menu li:last-child {border-right:none;}
	footer .f-menu li a {font-size:14px; color:#666; line-height:1;}
	footer .f-menu li:nth-child(2) a {font-weight:400; color:#3852b7}
	footer .f-info {padding:30px 0}
	footer .f-info h2 {display:block; font-size:18px; font-weight:400; margin-bottom:20px; color:#000}
	footer .f-info address {font-size:14px; color:#666}
	footer .f-info address span {display:inline-block; margin-right:15px;}
	footer .f-info ul {position:absolute; right:0; top:0;}
	footer .f-info ul li {float:left; margin-left:25px;}

	
}



/* ************************ 태블릿 이하(~991) ************************ */
@media screen and (max-width: 991px) {
	.pc {display:none !important;}
	/* body {overflow-x:hidden;} */
	/* body.mainType {margin-top:55px;} */

	body {font-size:15px;}
	
	header {width:100%;}
	header .wrap {z-index:100; position:relative; width:100%; line-height:1; box-shadow:0 5px 5px rgba(0,0,0,.1); background-color:#fff; text-align:center; overflow:hidden;}
	header .head {height:60px}
	header .wrap .gnbView {}
	header .wrap .gnbView a {position:absolute; left:0; top:0; display:block; width:60px; height:60px; border-right:1px solid #e8e8e8; background:url(../images/common/i-menu.png) center no-repeat;}
	header .wrap h1 {display:inline-block;}
	header .wrap h1 a {display:inline-block; width:100%; padding:17px 50px;}
	header .wrap h1 a img {height:27px;}
	
	header .side.mobile {z-index:999; position:absolute; top:0; right:0;}
	header .side.mobile a {width:60px; height:60px; display:block; border-left:1px solid #e8e8e8;}
	header .side.mobile a.login {background:url(../images/common/i-login.png)center /20px no-repeat;}
	header .side.mobile a.logout {background:url(../images/common/i-logout.png)center /20px no-repeat;}
	/* header .side.mobile a.searchBtn {position:absolute;top:0; right:55px;background:url(../images/common/i_search_666.png)center no-repeat;} */
	
	/*gnb*/
	nav.pc {display:none;}
	nav.mobile {position:relative; z-index:9999999; position:fixed; top:0; width:60%; height:100%; overflow:hidden; box-shadow:0 !important; background-color:#fff;}
	nav.mobile .closeWrap {position:relative; overflow:hidden; background-color:#3852b7; color:#fff;  border-bottom:1px solid rgba(255,255,255,.3);}
	nav.mobile .closeWrap .gnbClose {position:absolute; right:0; top:0; display:block; width:55px; height:55px; background:url(../images/common/i-x.png) no-repeat center; border-left:1px solid rgba(255,255,255,.3);}
	nav.mobile .closeWrap aside {float:left;}
	nav.mobile .closeWrap aside a { display:inline-block; padding:0 20px; color:#fff; font-size:12px; letter-spacing:0; height:55px; line-height:55px;}
	nav.mobile .closeWrap aside a+a {padding-left:0;}
	.gnbCover {z-index:9998; position:fixed; left:0; top:0; display:none; width:100%; height:100%; background:rgba(0,0,0,.5);}
	nav.mobile .gnbSearch {position:absolute; right:55px; top:0; display:block; width:55px; height:55px; background:url(../images/common/i-search-white.png) no-repeat center; border-left:1px solid rgba(255,255,255,.3);}

	nav.mobile .gnb {position:relative; width:100%; height:100%; overflow-y:auto; text-align:left !important;}
	nav.mobile .gnb * {width:100%}
	nav.mobile .gnb>ul li a {display:block; padding:15px 20px}
	nav.mobile .gnb>ul>li a {}
	nav.mobile .gnb>ul>li.on>a {padding:15px 20px; background:#f2f5ff; color:#3852b7; font-weight:400; border-bottom:1px solid #3852b7}

	nav.mobile .gnb .allMenu.on>a {background:#f2f5ff; color:#3852b7; font-weight:400; border-bottom:1px solid #3852b7}
	nav.mobile .gnb .allMenu.on>ul>li {position:relative; border-bottom:1px solid #e5e5e5}
	nav.mobile .gnb .allMenu.on>ul>li:last-child {border-bottom:none;}
	nav.mobile .gnb .allMenu.on>ul>li:after {content:''; display:block; height:10px; box-shadow:0 5px 10px rgba(0,0,0,.1) inset}
	nav.mobile .gnb .allMenu.on>ul>li ul {background:#f5f5f5;}
	nav.mobile .gnb .allMenu.on>ul>li ul li {padding:0 20px; border-bottom:1px dotted #e5e5e5}
	nav.mobile .gnb .allMenu.on>ul>li>a {position:relative;font-size:15px; padding:15px 30px; border-bottom:1px solid #e5e5e5}
	nav.mobile .gnb .allMenu.on>ul>li>a:before {position:absolute; left:20px; top:50%; content:''; display:inline-block; width:3px; height:3px; margin-top:-2px; border-radius:100%; background:#ccc}

	nav.mobile .gnb .allMenu.on>ul>li ul li a {position:relative; padding-left:25px; font-size:15px}
	nav.mobile .gnb .allMenu.on>ul>li ul li a:before {position:absolute; left:10px; top:50%; content:''; display:inline-block; width:5px; height:1px;border-radius:100%; background:#ccc}

	nav.mobile .gnb .gnbCustomer {position:relative; border-top:1px solid #e5e5e5}
	nav.mobile .gnb .gnbCustomer>ul>li.on>a {padding:15px 20px; background:#f2f5ff; color:#3852b7; font-weight:400;}
	nav.mobile .gnb .gnbCustomer>ul>li.on>a:before {display:none;}
	nav.mobile .gnb .gnbCustomer ul li {display:block; border-bottom:1px solid #e5e5e5}
	nav.mobile .gnb .gnbCustomer ul li a {position:relative;font-size:15px; padding:15px 30px;}
	nav.mobile .gnb .gnbCustomer ul li a:before {position:absolute; left:20px; top:50%; content:''; display:inline-block; width:3px; height:3px; margin-top:-2px; border-radius:100%; background:#ccc}
	nav.mobile .gnb .gnbCustomer ul li:last-child {border-bottom:none;}
	nav.mobile .gnb .gnbCustomer:after {content:''; display:block; height:10px; box-shadow:0 5px 10px rgba(0,0,0,.1) inset}


	nav.mobile .gnb .gnbMypage {background:#fff; border-top:1px solid #000; border-bottom:1px solid #e5e5e5}
	nav.mobile .gnb .gnbMypage:after {clear:both; content:''; display:block;}
	nav.mobile .gnb .gnbMypage li {float:left; display:inline-block; width:100%; padding: 0 20px; border-bottom:1px solid #e5e5e5}
	nav.mobile .gnb .gnbMypage li:last-child {border-bottom:none;}
	nav.mobile .gnb .gnbMypage li a {padding-left:30px !important; font-size:14px; font-weight:400;}

	nav.mobile .gnb .gnbMypage li:nth-child(1) a {background:url(../images/common/i-cart.png) no-repeat left center}
	nav.mobile .gnb .gnbMypage li:nth-child(2) a {background:url(../images/common/i-delivery.png) no-repeat left center}
	nav.mobile .gnb .gnbMypage li:nth-child(3) a {padding-left:25px !important; background:url(../images/common/i-heart.png) no-repeat left center}


	/*lnb::*/
	.lnb {display:table; width:100%; padding:0 20px; background:#2f3e5a url(../images/common/lnb-bg.jpg)center /cover no-repeat; height:65px;}
	.lnb-wrap {display:table-cell; vertical-align:middle;}
	.lnb-wrap>* {}
	.lnb-wrap h2 {float:left; color:#fff; font-size:24px; font-weight:500;}
	.lnb-wrap ul {display:none;}
	/*
	.lnb-wrap ul li {float:left; color:#fff; padding-left:19px; margin-left:14px; font-size:13px; line-height:24px;}
	.lnb-wrap ul li+li {background:url(../images/common/lnb-arrow.png)0 50% no-repeat;}
	*/
	
	/* 검색박스 */
	.btnSearch-wrap .searchBox.mobile {display:none; position:relative; width:100%; padding:10px; background:#3852b7; border-top:1px solid rgba(255,255,255,.3); border-bottom:1px solid rgba(255,255,255,.3); box-shadow:0 5px 5px rgba(0,0,0,.1);}
	.btnSearch-wrap .searchBox.mobile.on {display:block;}
	.btnSearch-wrap .searchBox.mobile .search_input {width:100%; height:100%; position:relative;}
	.btnSearch-wrap .searchBox.mobile .search_input>* {vertical-align:middle;}
	.btnSearch-wrap .searchBox.mobile .search_input input {width:100%; height:40px; color:#3852b7; border:none; padding:6px 10px; padding-right:50px; border-radius:0;}
	.btnSearch-wrap .searchBox.mobile .search_input input:focus { border:none !important;}
	.btnSearch-wrap .searchBox.mobile .search_input button {
		position:absolute; top:0; right:0px; z-index:9; background:#f5f5f5;
		display:block; width:45px; height:40px; transform:none; cursor:pointer; border-left:1px solid #e5e5e5;
	}
	
	
	/*컨텐츠::*/
	.contents {width:100%;}
	.contents [class*="-wrap"] {width:100%; padding:50px 20px;}
	.contents img {max-width:100%;}

	
	
	
	/** footer */
	.footer-banner {background:#1e2533}
	.footer-banner .inner {}
	.footer-banner .inner:after {clear:both; content:''; display:block;}
	.footer-banner .inner>div {}

	.footer-banner .f-quick-menu {float:left; width:100%; padding: 0; border-bottom:1px solid rgba(255, 255, 255, .3)}
	.footer-banner .f-quick-menu:after {clear:both; content:''; display:block;}
	.footer-banner .f-quick-menu li {float:left; width:33.33%; display:inline-block; text-align:center;border-right:1px solid rgba(255, 255, 255, .3); line-height:1}
	.footer-banner .f-quick-menu li:last-child {border-right:none}
	.footer-banner .f-quick-menu li a {display:inline-block;padding:15px 20px}
	.footer-banner .f-quick-menu li a:after {clear:both; content:''; display:block;}
	.footer-banner .f-quick-menu li a>* {float:left;}
	.footer-banner .f-quick-menu li i {display:inline-block; width:35px; height:35px; border-radius:100%;}
	.footer-banner .f-quick-menu li p {display:inline-block;  font-weight:400; color:#ffcc00; text-align:center; line-height:35px; margin-left:10px;}
	.footer-banner .f-quick-menu li:nth-child(1) i {background: #fff url(../images/common/f-bell.png) no-repeat center; background-size:17px;}
	.footer-banner .f-quick-menu li:nth-child(2) i {background: #fff url(../images/common/f-qa.png) no-repeat center; background-size:17px;}
	.footer-banner .f-quick-menu li:nth-child(3) i {background: #fff url(../images/common/f-qa02.png) no-repeat center; background-size:17px;}

	.footer-banner div>h2 {position:relative; display:block; font-size:18px; font-weight:500; color:#ffcc00; padding-bottom:15px; margin-bottom:20px;}
	.footer-banner div>h2:after {position:absolute; left:0; bottom:0; content:''; display:inline-block; width:15px; height:2px; background:#fff}
	.footer-banner ul {color:#fff}
	.footer-banner ul li a {color:#fff}
	.footer-banner .f-bank {float:left; width:50%; padding:50px 20px; background:url(../images/common/i-wallet.png) no-repeat right 20px top 50px; background-size:25px;}
	.footer-banner .f-customer {float:left; width:50%;padding:50px 20px; background:url(../images/common/i-call.png) no-repeat right 20px top 50px;background-size:25px; border-left:1px solid rgba(255, 255, 255, .3)}

	footer {border-top:1px solid #1e2533;}
	footer .inner {}
	footer .f-menu { text-align:center}
	footer .f-menu ul:after {clear:both; content:''; display:block;}
	footer .f-menu ul li {float:left; width:50%; height:50px; border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5;}
	footer .f-menu ul li:nth-child(2n) {border-right:none;}
	footer .f-menu ul li:last-child {width:100%; border-right:none;}
	footer .f-menu ul li a {display:block; line-height:50px;}

	footer .f-info {padding:50px 20px}
	footer .f-info h2 {display:block; font-size:18px; font-weight:400; margin-bottom:20px; color:#000}
	footer .f-info address {font-size:14px; color:#666}
	footer .f-info address span {display:inline-block; margin-right:15px;}
	footer .f-logo {margin-top:30px;}
	footer .f-logo:after {clear:both; content:''; display:block;}
	footer .f-logo li {float:left; margin-right:25px;}



	
}





/* ************************ 모바일 (0~767) ************************ */
@media screen and (max-width:767px) {
	.pc {display:none !important;}
	
	/*컨텐츠::*/
	.contents [class*="-wrap"] {width:100%; padding:30px 20px;}
	
	/*gnb*/
	nav.mobile {width:80% !important;}
	nav.mobile .closeWrap aside a {padding:0 15px;}
	
	/*lnb::*/
	.lnb {height:50px;}
	.lnb-wrap h2 {font-size:21px;}
	
	/** footer */
	.footer-banner .f-quick-menu {float:none; padding:0}
	.footer-banner .f-quick-menu ul:after {clear:both; content:''; display:block}
	.footer-banner .f-quick-menu li {float:left; width:33.33%; display:inline-block; border-right:1px solid rgba(255, 255, 255, .3);}
	.footer-banner .f-quick-menu li:last-child {border-right:none;}
	.footer-banner .f-quick-menu li a {display:block; padding:0px; line-height:50px; text-align:center}
	.footer-banner .f-quick-menu li a:after {clear:both; content:''; display:block;}
	.footer-banner .f-quick-menu li a>* {float:left;}
	.footer-banner .f-quick-menu li i {display:none;}
	.footer-banner .f-quick-menu li p {float:none; margin-left:0; text-align:left; line-height:normal;}

	.footer-banner div>h2 {position:relative; display:block; font-size:18px; font-weight:500; color:#ffcc00; padding-bottom:15px; margin-bottom:20px;}
	.footer-banner div>h2:after {position:absolute; left:0; bottom:0; content:''; display:inline-block; width:15px; height:2px; background:#fff}
	.footer-banner ul {color:#fff}
	.footer-banner .f-bank {float:none; width:100%; padding:30px 20px 0; background:url(../images/common/i-wallet.png) no-repeat right 20px top 30px; background-size:25px;}
	.footer-banner .f-customer {float:none; width:100%;padding:30px 20px; background:url(../images/common/i-call.png) no-repeat right 20px top 30px;background-size:25px; border-left:none}


	footer .inner {}
	footer .f-menu { text-align:center}
	footer .f-menu ul:after {clear:both; content:''; display:block;}
	footer .f-menu ul li {float:left; width:50%; height:50px; border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5;}
	footer .f-menu ul li:nth-child(2n) {border-right:none;}
	footer .f-menu ul li:last-child {width:100%; border-right:none;}
	footer .f-menu ul li a {display:block; line-height:50px;}

	footer .f-info {padding:30px 20px}
	footer .f-info h2 {display:block; font-size:18px; font-weight:400; margin-bottom:20px; color:#000}
	footer .f-info address {font-size:14px; color:#666}
	footer .f-info address span {display:inline-block; margin-right:15px;}
	footer .f-logo {margin-top:30px;}
	footer .f-logo:after {clear:both; content:''; display:block;}
	footer .f-logo li {float:left; margin-right:25px;}


}