<style>
		/* 판매자 입점신청 guide  페이지 */
		ul li{list-style:none;}
		.new-guide-wrap{width:100%; height:820px; text-align: left; background-color:#efefef;}
		.guide-top{width:900px; height:75px; padding-top:60px; margin:0 auto;}
		.guide-top strong{font-size:36px; font-weight:700; color:#323232;}
		.guide-top span{margin-left:20px; font-size:20px; font-weight:500; color: #777;}

		.guide-content-box{width:900px; height:auto; margin:0 auto; border-radius:5px; box-shadow:10px 10px 20px rgba(0,0,0,0.3); background-color: #fff; overflow:hidden;}
		.guide-content-box ul{padding-left:0;}/* 어디선가 상속받는 패딩, 마진 제거. */

		.sel_guide_title{width:inherit; height:180px; background-image:url("/mim/images/banner/sel_guide_title.png"); background-size:100%; background-repeat:no-repeat;}
		.sel_guide_text{width:inherit; height:237px; margin:0 auto;/*  line-height:35px; color:#454545; */ background-image: url("/mim/images/banner/contents.png"); background-repeat:no-repeat;}
		.sel_guide_btns{width:680px; height:100px; margin:0 auto;}
		.sel_guide_btns li{width:220px; height:45px; margin-right:10px; float:left; background-image:url("/mim/images/button/sel_guide_btns.png"); background-repeat:no-repeat; overflow:hidden;}
		.sel_guide_btns li a{display:block; width:inherit; height:45px;}

		li.sel_btn2{background-position:0 -50px;}
		li.sel_btn3{margin-right:0; background-position:0 -100px;}
		li.sel_btn4{width:335px; margin-top:10px; background-position:0 -150px;}
		li.sel_btn5{margin-right:0;width:335px; margin-top:10px; background-position:0 -200px;}

		/*### 버튼 hover기능 ###*/
		li.sel_btn1:hover{background-position:-225px 0;}
		li.sel_btn2:hover{background-position:-225px -50px;}
		li.sel_btn3:hover{background-position:-225px -100px;}
		li.sel_btn4:hover{background-position:-340px -150px;}
		li.sel_btn5:hover{background-position:-340px -200px;}

		.guide_contact{width:inherit; height:80px; margin-top:40px; background-color:#d7d7d7; /* background-image: url("/mim/images/banner/contact.png"); background-repeat:no-repeat; */}
		.guide_contact ul{width:660px; height:57px; padding-top:15px; margin:0 auto; font-size:16px;color: #333;}
		.guide_contact ul li{list-style:none; line-height: 26px;}
		.guide_contact ul li strong.contact_margin{margin-left:30px;}
		.guide_contact ul li span.lunchD{padding-left:55px;}
		.guide_contact ul li span.contact_email{font-size:16px; color:#333;}
</style>