@charset "utf-8";

.wrap{ 
	min-width:1200px;
}
.cont-inner{
	position:relative;
	width:1200px;
	margin:0 auto;
}
.cont-inner:after{
	content:"";
	display:block;
	clear:both;
}
.content{
	width:1200px;
	padding-top:15px;
	margin:0 auto;
}

/* header-area */
.header-area{
	height:100px;
	border-bottom:1px solid #c1c2c6;
	box-shadow:0px 3px 3px 0px rgba(0,0,0,0.05);
	background-color:#fff;
	box-sizing:border-box;
}
.top-menu{
	border-bottom:1px solid #f4f4f4;
	height:35px;
	box-sizing:border-box;
}
.user-info{
	float:right;
	line-height:34px;
}
.user-info .user{
	display:inline-block;
	line-height:34px;
	color:#666;
	font-size:13px;
	border-bottom:1px solid #747474;
	margin-right:15px;
}
.user-info .user strong{
	display:inline-block;
	padding-left:15px;
	color:#222;
	font-weight:bold;
	background:url('/resource/images/common/ico_user.png') no-repeat left 50%;
}
.selec-list{
	display:inline-block;
	position:relative;
	border:1px solid #233454;
	border-radius:30px;
	padding:5px 25px 5px 12px;
	color:#233454;
	font-size:12px;
	font-weight:600;
	background:url('/resource/images/common/ico_selec_list_down.png') no-repeat right 10px center;
	outline:none;
}
.user-info .logout{
	display:inline-block;
	width:15px;
	margin-left:10px;
	background:url('/resource/images/common/ico_logout.png') no-repeat 50%;
	text-indent:-9999px;
}
.gnb-area{
	height:65px;
}
.logo{
	float:left;
}
.logo a{
	display:block;
	width:230px;
	height:30px;
	padding:17px 0;
	text-indent:-9999px;
	background:url('/resource/images/common/logo.png') no-repeat 50%;
}
.gnb{
	float:left;
	margin-left:120px;
}
.gnb > li{
	float:left;
	/* cursor:pointer; */
}
.gnb > li > a{
	display:inline-block;
	overflow:hidden;
	position:relative;
	padding:0 33px;
	line-height:64px;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.gnb > li > a:before{
	content:"";
	position:absolute; bottom:-4px; left:50%;
	width:60px;
	height:3px;
	margin-left:-30px;
	background-color:#f85a3b;
	transition:all .5s;
}
.gnb > li:hover > a{
	color:#f85a3b;
}
.gnb > li:hover > a:before{
	bottom:0;
}
.gnb-menu{
	position:absolute; top:50%; right:0;
	width:40px;
	height:40px;
	margin-top:-20px;
	border-radius:50%;
	background:url('/resource/images/common/ico_menu.png') no-repeat 50%;
	border:1px solid #dedede;
	text-indent:-9999px;
}

.gnb-dropbox{
	/*position:absolute; top:90px; left:0;*/
	position:absolute; top:60px; left:0;
	width:100%;
	/* height:240px; */
	padding:30px 30px;
	box-sizing:border-box;
	background-color:#fff;
	z-index:999;
	box-shadow:7px 9px 13px 0px rgba(0,0,0,0.1);
	opacity:0;
	visibility:hidden;
	transition:all .3s;			
}
.gnb > li:hover > .gnb-dropbox{
	/* top:65px; */
	top:65px;
	opacity:1;
	visibility:visible;
}
.gnb-dropbox h2{
	float:left;
	width:14%;
	position:relative;
	padding:10px 0 62px 0;
	color:#fb5642;
	font-size:20px;
	font-weight:bold;
	background:url('/resource/images/common/img_gnb.png') no-repeat left bottom;
}
.gnb-dropbox h2:before{
	content:"";
	position:absolute; top:0; left:0;
	width:18px;
	height:2px;
	background-color:#fb5642;
}
.gnb-dropbox > ul{
	float:left;
	width:86%;
}
.gnb-dropbox > ul > li{
	float:left;
	width:16.666%;
	padding-left:17px;
	box-sizing:border-box;
}
.gnb-dropbox > ul > li:first-child{
	/* padding-left:0; */
}
.gnb-dropbox > ul > li > a{
	display:block;
	padding-bottom:10px;
	border-bottom:1px solid #434e64;
	color:#434e64;
	font-size:16px;
	font-weight:bold;
}
.gnb-dropbox > ul > li > a:hover{
	color:#fb5642;
}
.gnb-dropbox > ul > li > ul{
	margin-top:10px;
}
.gnb-dropbox > ul > li > ul > li{
	position:relative;
	padding-left:10px;
}
.gnb-dropbox > ul > li > ul > li + li{
	margin-top:2px;
}
.gnb-dropbox > ul > li > ul > li:before{
	content:"";
	position:absolute; top:8px; left:0;
	width:3px;
	height:3px;
	background-color:#434e64;
}
.gnb-dropbox > ul > li > ul > li > a{
	display:block;
	color:#333;
	font-size:14px;
	word-break: break-word;
}
.gnb-dropbox > ul > li > ul > li > a:hover{
	color:#fb5642;
}

.gnb-dropbox > ul > li.next-line { 
	display:block;
	width:100%;
	height:20px;
}

/* 타이틀 */
.tit-area{
	margin-bottom:30px;
}
.tit-area h2{
	color:#222;
	font-size:26px;
}
.sub-tit{
	overflow:hidden;
	margin:30px 0 5px 0;
}
.sub-tit.first {
	margin:10px 0 0 10px;
}
.sub-tit.first font{
	line-height: 30px;
}
.sub-tit h4 {
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#222;
	position:relative;
	padding-left:10px;
	line-height:30px;
	margin-right:20px;
}
.sub-tit h4:after {
	content:"";
	width:3px;
	height:12px;
	background:#e84947 ;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-6px;
}
.sub-tit .left { 
	float:left;
}
.sub-tit .right { 
	float:right;
}
.cont-tit { 
	height:30px;
	overflow:hidden;
	position:relative;
	margin:0 0 10px;
}
.cont-tit h3 {
	float:left;
	line-height:30px;
	font-size:20px;
	font-weight:bold;
	color:#444;
}
.cont-tit .right {
	float:right;
}

/* location */
.location-area{
	overflow:hidden;
}
.location-list{
	float:right;
	overflow:hidden;
}
.location-list li{
	float:left;
	position:relative;
	margin-left:10px;
	padding-left:15px;
}
.location-list li:before{
	content:"";
	position:absolute; top:50%; left:0;
	width:10px;
	height:10px;
	margin-top:-5px;
	background:url('/resource/images/common/ico_location_arrow.png') no-repeat 50%;
}
.location-list li:first-child{
	margin-left:0;
	padding-left:0;
}
.location-list li:first-child:before{
	display:none;
}
.location-list li a{
	display:inline-block;
	color:#999;
	font-size:13px;
}
.location-list li a.home{
	width:15px;
	height:15px;
	text-indent:-9999px;
	background:url('/resource/images/common/ico_location_home.png') no-repeat 50%;
}
.location-list li strong{
	color:#222;
	font-size:13px;
}


/* 탭 영역 */
.tab-menu{
	overflow:hidden;
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.tab-menu li{
	float:left;
	width:16.666%;
	height:50px;
	line-height:50px;
	color:#666;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	border-left:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	background-color:#f4f4f5;
	box-sizing:border-box;
	cursor:pointer;
}
.tab-menu li.on{
	background-color:#434e64;
	color:#fff;
	border-left:1px solid #434e64;
	border-bottom:1px solid #434e64;
}
.tab-cont{
	margin-top:35px;
}

.tab-menu2{
	position:relative;
	height:40px;
}
.tab-menu2:after{
	content:"";
	position:absolute; bottom:0; left:0; right:0;
	height:1px;
	background-color:#d7d7d7;
}
.tab-menu2 li{
	float:left;
	position:relative;
	margin-left:3px;
	padding:0 25px;
	box-sizing:border-box;
	line-height:38px;
	border:1px solid #d7d7d7;
	border-bottom:0;
	background-color:#f4f4f5;
	font-size:13px;
	color:#888;
	font-weight:bold;
	cursor:pointer;
}
.tab-menu2 li:first-child{
	margin-left:0;
}
.tab-menu2 li.on:before{
	content:"";
	position:absolute; bottom:-1px; left:0; right:0;
	z-index:10;
	height:1px;
	background-color:#fff;
}
.tab-menu2 li.on{
	border:1px solid #434e64;
	border-top:3px solid #434e64;
	border-bottom:0;
	line-height:36px;
	background-color:#fff;
	color:#434e64;
}
.tab-cont2{
	margin-top:20px;
}
/* faq-box */
.faq-box{
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.faq-box + dl{
	border-top:0;
}
.faq-box dt{
	overflow:hidden;
	position:relative;
	padding:25px 30px 25px 65px;
	cursor:pointer;
}
.faq-box dt:before{
	content:"";
	position:absolute; top:50%; right:30px;
	width:25px;
	height:15px;
	margin-top:-7px;
	background:url('/resource/images/common/ico_faq_arrow_down.png') no-repeat 50%;
	transition:all .4s;
}
.faq-box dt.active{
	border-top:1px solid #222;
	border-bottom:1px solid #e0e0e0;
}
.faq-box dt.active:before{
	background:url('/resource/images/common/ico_faq_arrow_up.png') no-repeat 50%;
	transform:rotate(-360deg);
}
.faq-type{
	position:absolute; top:20px; left:30px;
	color:#f85a3b;
	font-size:24px;
}
.faq-type.st2{
	color:#222;
}
.faq-box dt .faq-tit{
	display:inline-block;
	color:#333;
	font-size:18px;
}
.faq-box dt.active .faq-tit{
	color:#f85a3b;
}
.faq-box dd{
	display:none;
	position:relative;
	padding:25px 30px 25px 65px;
}
.faq-box dd.active{
	border-bottom:1px solid #222;
}
.faq-box dd .faq-desc{
	color:#666;
	font-size:16px;
	line-height:23px;
}

/* 페이징 */
.paging-area{
	margin-top:55px;
	text-align:center;
}
.paging-area a{
	display:inline-block;
	width:30px;
	height:30px;
	color:#666;
	font-size:16px;
	line-height:30px;
	border:1px solid #dddddd;
	box-sizing:border-box;
	transition:all .1s;
}
.paging-area a.paging{
	text-indent:-9999px;
	margin:0;
}
.paging-area a.first{
	background:url("/resource/images/common/ico_paging_first.png") no-repeat 50%;
}
.paging-area a.first:hover{
	background:#434e64 url("/resource/images/common/ico_paging_first_hover.png") no-repeat 50%;
}
.paging-area a.next{
	background:url("/resource/images/common/ico_paging_next.png") no-repeat 50%;
	margin-right:15px;
}
.paging-area a.next:hover{
	background:#434e64 url("/resource/images/common/ico_paging_next_hover.png") no-repeat 50%;
}
.paging-area a.last{
	background:url("/resource/images/common/ico_paging_last.png") no-repeat 50%;
}
.paging-area a.last:hover{
	background:#434e64 url("/resource/images/common/ico_paging_last_hover.png") no-repeat 50%;
}
.paging-area a.prev{
	background:url("/resource/images/common/ico_paging_prev.png") no-repeat 50%;
	margin-left:15px;
}
.paging-area a.prev:hover{
	background:#434e64 url("/resource/images/common/ico_paging_prev_hover.png") no-repeat 50%;
}
/* 효과 */
.paging-area a:hover{
	color:#fff;
	background-color:#434e64;
	border:1px solid #434e64;
}
.paging-area a.active{
	color:#fff;
	background-color:#434e64;
	border:1px solid #434e64;
}

/* 라디오 , 체크박스 */
.rdo, .chk{
	color:#333;
	font-size:13px;
}
.rdo + .rdo{
	margin-left:10px;
}
.rdo input[type="radio"]{
	margin-right:5px;
	vertical-align:-2px;
}
.chk + .chk{
	margin-left:10px;
}
.chk input[type="checkbox"]{
	margin-right:5px;
	vertical-align:-2px;
}

/* 달력 */
.ui-datepicker-trigger{
    height:28px;
    border:0;
    vertical-align:top;
}
.ui-datepicker-trigger img{
	vertical-align:0;
}
.datepicker-box{
	display:inline-block;
	position:relative;
	height:30px;
	padding-right:5px;
	border:1px solid #d7d7d7;
	background-color:#fff;
	box-sizing:border-box;
}
.datepicker-box .datepicker,
.datepicker-box .yymm
{
	width:91px;
	height:28px;
	border:0;
	color:#333;
	font-size:13px;
}

/* 도움말보기 */
.help-area{
	margin-bottom:5px;
	overflow:hidden;
}
.help-area .help-btn{
	display:inline-block;
	float:right;
	padding:7px 10px 7px 36px;
	border:1px solid #337cb2;
	border-radius:30px;
	color:#337cb2;
	font-size:13px;
	font-weight:bold;
	background:url("/resource/images/common/ico_help.png") no-repeat left 10px center;
}

/* guide-box */
.guide-box{
	padding:25px 40px 25px 40px;
	background:#f2f6f8 url("/resource/images/common/img_guide.png") no-repeat left 30px center;
	margin-bottom:25px;
}
.guide-box .guide-list{
	margin-left:95px;
	padding-left:35px;
	border-left:1px solid #d9dee0;
}
.guide-box .guide-list > li{
	position:relative;
	padding-left:8px;
	color:#222;
	font-size:14px;
	font-weight:bold;
}
.guide-box .guide-list > li:before{
	content:"";
	position:absolute; top:8px; left:0;
	width:3px;
	height:3px;
	border-radius:50%;
	background-color:#555;
}
.guide-box .guide-list > li > ul{
	padding-top:5px;
}
.guide-box .guide-list > li > ul > li{
	color:#444;
	font-size:14px;
	font-weight:400;
}


/* 테이블 */
.tbl-style01{
	width:100%;
	table-layout:fixed;
	border-top:2px solid #16243f;
	border-right:1px solid #e0e0e0;
}
.tbl-style01.type2 thead th{
	text-align:center;
	height:35px;
	padding:5px 15px;
}

.tbl-style01.type2 tbody th{
	text-align:center;
	height:35px;
	font-size:13px;
	padding:5px 15px;
}

.tbl-style01.type2 tbody td{
	text-align:center;
	height:35px;
	font-size:13px;
	padding:5px 15px;
}

.tbl-style01.type2 tbody td.txt_r{
	text-align:right;
}

.tbl-style01.type3 thead th{
	text-align:center;
	height:35px;
	padding:5px 15px;
}

.tbl-style01.type3 tbody th{
	text-align:center;
	height:35px;
	font-size:13px;
	padding:5px 15px;
}

.tbl-style01.type3 tbody td{
	text-align:center;
	height:35px;
	font-size:13px;
	padding:0px;
}
.tbl-style01.type3 tbody td.txt_l{
	text-align:left;
}
.tbl-style01.type3 tbody td.txt_r{
	text-align:right;
}


.tbl-style01 th{
	height:50px;
	padding:10px 15px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	box-sizing:border-box;
	background-color:#f4f4f5;
	text-align:left;
}
.tbl-style01 td{
	height:50px;
	padding:10px 15px;
	color:#333;
	font-size:14px;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	box-sizing:border-box;
	background-color:#fff;
	word-break: break-all;
}

.tbl-style01 .near_store_td{
	height:40px;	
}

.tbl-style11{
	width:100%;
	table-layout:fixed;
}
.tbl-style11.type2 thead th{
	text-align:center;
	height:35px;
	padding:5px 15px;
}

.tbl-style11.type2 tbody th{
	text-align:center;
	height:35px;
	font-size:13px;
	padding:5px 15px;
}

.tbl-style11.type2 tbody td{
	text-align:center;
	height:35px;
	font-size:13px;
	padding:5px 15px;
}
.tbl-style11.type2 tbody td.txt_r{
	text-align:right;
}


.tbl-style11 th{
	height:50px;
	padding:10px 15px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	box-sizing:border-box;
	background-color:#f4f4f5;
	text-align:left;
}
.tbl-style11 td{
	height:50px;
	padding:10px 15px;
	color:#333;
	font-size:14px;
	border-left:1px solid #e0e0e0;
	border-bottom:0px;
	box-sizing:border-box;
	background-color:#fff;
}

/* tbl-search-wrap */
.tbl-search-wrap{
	display:table;
	width:100%;
	padding:20px 0;
	border-top:2px solid #dbdee3;
	border-bottom:1px solid #dbdee3;
}
.tbl-search-area{
	display:table-cell;
	vertical-align:middle;
}
.tbl-search{
	width:100%;
	table-layout:fixed;
}
.tbl-search tbody th{
	text-align:left;
	padding:3px 0 3px 40px;
	box-sizing:border-box;
}
.tbl-search tbody th span{
	display:inline-block;
	position:relative;
	padding-left:10px;
	color:#333;
	font-size:14px;
}
.tbl-search tbody th span:before{
	content:"";
	position:absolute; top:50%; left:0;
	width:4px;
	height:4px;
	margin-top:-2px;
	background-color:#f85a3b;
}
.tbl-search tbody td{
	padding:3px 0 3px 10px;
	box-sizing:border-box;
}
.tbl-search-btn{
	display:table-cell;
	width:140px;
	text-align:center;
	vertical-align:middle;
	border-left:1px solid #e6e6e6;
}
.tbl-search-btn .btn-search{
	display:inline-block;
	padding:10px 25px 10px 40px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border-radius:30px;
	background:#16243f url("/resource/images/common/ico_tbl_search.png") no-repeat left 22px center;
}
.tbl-search-btn .btn-search:hover{
	background:#384c73 url("/resource/images/common/ico_tbl_search.png") no-repeat left 22px center;
}


.inpt-box{
	display:inline-block;
	position:relative;
}
.inpt-box input{
	border:1px solid #d2d2d2;
	padding-right:35px;
	box-sizing:border-box;
}
.inpt-box a{
	display:inline-block;
	position:absolute; top:50%; right:0;
	width:35px;
	height:28px;
	margin-top:-14px;
	background:url("/resource/images/common/ico_box_search.png") no-repeat 50%;
	text-indent:-9999px;
}

.promotiona{
	display:inline-block;
	position:inherit; 
	top:50%; right:0;
	width:30px;
	height:20px;
	margin-top:-14px;
	background:url("/resource/images/common/ico_box_search.png") no-repeat 50%;
	text-indent:-9999px;
}

/* tbl-chk-list */
.tbl-chk-list{
	overflow:hidden;
}
.tbl-chk-list li{
	float:left;
	width:25%;
	margin-top:5px;
}


/* 버튼 */
.b-btn-area{
	margin-top:30px;
	text-align:right;
}
.btn{
	display:inline-block;
	padding:8px 25px 8px 25px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border-radius:5px;
	background-color:#f85a3b;
}

.near_store_del_btn{
	padding:0px 12px 0px 12px !important;
	background-color:red !important;
	cursor: pointer;
}

.btn:hover{
	background-color:#f96c50;
}
.btn.type2{
	background-color:#434e64;
}
.btn.type2:hover{
	background-color:#505d75;
}
.bbtn{
	display:inline-block;
	padding:5px 10px 5px 10px;
	color:#434e64;
	font-size:13px;
	font-weight:bold;
	border:1px solid #434e64;
	border-radius:5px;
}
.bbtn:hover{
	color:#fff;
	background-color:#434e64;
}
.bbtn.excel{
	padding-left:25px;
	background:url("/resource/images/common/ico_excel.png") no-repeat left 9px center;
}
.bbtn:hover.excel{
	background:#434e64 url("/resource/images/common/ico_excel_hover.png") no-repeat left 9px center;
}
.bbtn2{
	display:inline-block;
	padding:5px 10px 5px 10px;
	color:#0000ff;
	font-size:13px;
	font-weight:bold;
	border:1px solid #434e64;
	border-radius:5px;
}
.bbtn2:hover{
	color:#fff;
	background-color:#434e64;
}
.bbtn3{
	display:inline-block;
	padding:5px 10px 5px 10px;
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
	border:1px solid #434e64;
	border-radius:5px;
}
.bbtn3:hover{
	color:#fff;
	background-color:#434e64;
}
/* 팝업 */
.pop-head{
	overflow:hidden;
	background-color:#434e64;
	padding:11px 20px;
	background:#273653 url("/resource/images/common/bg_pop.png") no-repeat left 50%;
	background-size:cover;
}
.pop-head h2{
	float:left;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}
.pop-head .close{
	display:inline-block;
	float:right;
	width:30px;
	height:26px;
	background:url("/resource/images/common/pop_close.png") no-repeat 50%;
	text-indent:-9999px;
	transition:all .5s;
}
.pop-cont{
	padding:20px 20px;
}
.pop-cont .b-btn-area{
	text-align:center;
}
.pop-msg{
	color:#333;
	font-size:16px;
	text-align:center;
}
.pop-msg strong{
	color:#333;
	font-size:20px;
	font-weight:bold;
}
.pop-msg span{
	color:#f85a3b;
	font-size:20px;
	font-weight:bold;
}
.pop-msg em{
	color:#1874b9;
	font-size:20px;
	font-weight:bold;
}
.pop-msg .small{
	color:#333;
	font-size:16px;
	font-weight:bold;
}

/* grid-area */
.grid-area{
	border:1px solid #000;
	overflow:auto;
	background-color:#f9f9f9;
}



/* 메인_로그인전 */
.main-body{
	background-color:#ebedf1;
}
.main-content{
	width:1200px;
	padding-top:20px;
	margin:0 auto;
}
.main-cont-top{
	position:relative;
	padding-right:260px;
	padding-left:255px;
}
.main-cont-top.st2{
	padding-right:0;
}
.main-cont-bottom{
	overflow:hidden;
	margin-top:20px;
}
/* main-cont 레이아웃 */
.main-cont{
	background-color:#fff;
	padding:25px 30px;
	box-sizing:border-box;
}
.main-cont.box01{
	padding:0;
}
.main-cont.box02{
	width:240px;
	position:absolute; top:0; right:0;
}
.main-cont.box021{
	width:240px;
	height:163px;
	position:absolute; top:0; right:0;
}
.main-cont.box022{
	width:240px;
	margin-top:7px;
	height:163px;
	top:163px ! important;
	position:absolute; top:0; right:0;
}
.main-cont.box03{
	width:460px;
}
.main-cont.box04{
	width:350px;
	margin-left:20px;
}
.main-cont.box05{
	width:350px;
	margin-left:20px;
}
.main-cont.box03,
.main-cont.box04,
.main-cont.box05{
	float:left;
	height:260px;
}
.main-cont.box06{
	width:460px;
	float:left;
	height:100px;
}

.main-cont.box07{
	width:720px;
	float:left;
	margin-left:20px;
	height:100px;
}
.main-cont-tit{
	overflow:hidden;
}
.main-cont-tit h2{
	float:left;
	color:#222;
	font-size:20px;
}
.more{
	display:inline-block;
	float:right;
	width:35px;
	line-height:28px;
	text-indent:-9999px;
	background:url("/resource/images/main/ico_more.png") no-repeat 50%;
	transition:all .5s;
}
.more:hover{
	transform:rotate(180deg);
	background:url("/resource/images/main/ico_more_hover.png") no-repeat 50%;
}

/* banner-list */
.banner-list{
	position:absolute; top:0; left:0;
	width:235px;
}
.banner-list li + li{
	margin-top:7px;
}
.banner-list .banner{
	display:block;
	position:relative;
	padding:25px 30px;
	box-sizing:border-box;
	height:163px;
}
.banner-list .banner h2{
	color:#fff;
	font-size:18px;
}
.banner-list .banner p{
	margin-top:5px;
	color:#ffcbc1;
	font-size:13px;
	letter-spacing:-1px;
}
.banner-list .banner .link{
	display:block;
	margin-top:27px;
	color:#fff;
	font-size:14px;
	padding:7px 7px 7px 16px;
	border:1px solid #fff;
	border-radius:5px;
	transition:all .2s;
	background:#f85a3b url("/resource/images/main/ico_banner_down.png") no-repeat right 10px center;
}
.banner-list .banner.bg01{
	background:#f85a3b url("/resource/images/main/bg_banner01.png") no-repeat left 15px bottom;
}
.banner-list .banner.bg02{
	background:#434e64 url("/resource/images/main/bg_banner02.png") no-repeat right bottom;
}
.banner-list .banner.bg02 p{
	color:#fff;
	opacity:0.3;
}
.banner-list .banner.bg02:before{
	content:"";
	position:absolute; right:30px; bottom:30px;
	width:76px;
	height:8px;
	background:url("/resource/images/main/ico_banner_link.png") no-repeat 50%;
	transition:all .3s;
}
/* 효과 */
.banner-list .banner .link:hover{
	color:#434e64;
	border-color:#434e64;
	background:#f85a3b url("/resource/images/main/ico_banner_down_hover.png") no-repeat right 10px center;
}
.banner-list .banner.bg02:hover:before{
	right:10px;
}


/* dashboard-area */
.dashboard-area{
	/* overflow:hidden; */
	height:333px;
	padding:25px 30px;
	box-sizing:border-box;
	margin:0 -10px;
}
.dashboard-area > li{
	float:left;
	width:33.33%;
	padding:0 10px;
	box-sizing:border-box;
}
.dashboard-area.col4{
	margin:0 -17px;
}
.dashboard-area.col4 > li{
	width:25%;
	padding:0 17px;
}
.dashboard-area > li > h2{
	color:#222;
	font-size:22px;
	text-align:center;
}
.dashboard-img{
	margin-top:10px;
	text-align:center;
}
.dashboard-list{
	margin-top:15px;
}
.dashboard-list > li{
	position:relative;
	padding:6px 15px;
	border:1px solid #cbd1d5;
	border-radius:30px;
}
.dashboard-list > li.bg01{
	background-color:#233454;
	border-color:#233454;
}
.dashboard-list > li.bg02{
	background-color:#f85a3b;
	border-color:#f85a3b;
}
.dashboard-list > li.bg03{
	background-color:#686d78;
	border-color:#686d78;
}
.dashboard-list > li.bg04{
	background-color:#88898a;
	border-color:#88898a;
}
.dashboard-list > li:nth-child(2){
	background-color:#f4f4f4;
}
.dashboard-list > li + li{
	margin-top:3px;
}
.dashboard-list > li:first-child > span{
	color:#fff;
}
.dashboard-list > li:first-child > div{
	color:#fff;
}
.dashboard-list > li:first-child > div > a{
	color:#fff;
}
.dashboard-list > li > span{
	color:#222;
	font-size:15px;
	font-weight:bold;
}
.dashboard-list > li > div{
	position:absolute; top:4px; right:15px;
	color:#757575;
	font-size:12px;
	/* cursor:pointer; */
}
.dashboard-list.st2 > li > div{
	top:8px;
}
.dashboard-list > li > div > a{
	display:inline-block;
	font-size:22px;
	vertical-align:-3px;
	font-family:'Arial';
}
.dashboard-list > li > div > a:hover{
	text-decoration:underline;
}
.dashboard-list > li > div > a.color01{
	color:#233454;
}
.dashboard-list > li > div > a.color02{
	color:#f85a3b;
}
.dashboard-list > li > div > a.color03{
	color:#686d78;
}
.dashboard-list > li > div > a.color04{
	color:#88898a;
}
/*******************
	To-Do list 툴팁 추가
	2019-11-28
*******************/
.tooltip-list{
	position:absolute; top:40px; right:0; z-index:99;
	width:165px;
	box-sizing:border-box;
	box-shadow:3px 5px 4px 0 rgba(0,0,0,0.1);
	border:1px solid #4a4a4a;
	background-color:#fff;
	opacity:0;
	visibility:hidden;
	transition:all .1s;
}
.tooltip-list:after{
	content:"";
	position:absolute; top:-9px; right:20px;
	width:11px;
	height:9px;
	background:url("../../resource/images/main/ico_tooltip.png") no-repeat 50%;
}
.tooltip-list > li{
	overflow:hidden;
	padding:10px 10px;
	border-bottom:1px solid #f4f4f4;
}
.tooltip-list > li > strong{
	display:inline-block;
	max-width:62%;
	float:left;
	color:#666;
	font-size:13px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:21px;
}
.tooltip-list > li > a{
	display:inline-block;
	float:right;
	color:#666;
	font-size:14px;
}
.tooltip-list > li > a > b{
	color:#333;
}
/* hover */
.dashboard-list > li > div:hover .tooltip-list{
	opacity:1;
	visibility:visible;
	top:30px;
}
.tooltip-list > li > a:hover{
	text-decoration:underline;
}

/* main 로그인 */
.login-inpt{
	margin-top:20px;
}
.login-inpt li + li{
	margin-top:5px;
}
.login-inpt li input{
	width:100%;
	height:45px;
	background-color:#f3f4f6;
	border:0;
	padding:0 15px;
}
.login-chk{
	display:inline-block;
	margin-top:5px;
}
.login-btn{
	overflow:hidden;
	margin-top:20px;
	border:1px solid #434e64;
}
.login-btn li{
	float:left;
	width:50%;
}
.login-btn li a{
	display:block;
	text-align:center;
	height:57px;
	padding:10px 0;
	box-sizing:border-box;
	color:#434e64;
	font-size:13px;
	font-weight:bold;
	transition:all .2s;
}
.login-btn li a:hover{
	background-color:#434e64;
	color:#fff;
}
.login-btn li a.login{
	line-height:37px;
	height:57px;
	color:#fff;
	background-color:#434e64;
}
.login-btn li a.login:hover{
	background-color:#5a6988;
}

.login-etc{
	margin-top:10px;
	text-align:center;
}
.login-etc li{
	display:inline-block;
	position:relative;
	padding-left:5px;
	margin-left:5px;
}
.login-etc li:before{
	content:"";
	position:absolute; top:50%; left:0;
	width:1px;
	height:12px;
	margin-top:-6px;
	background-color:#c3c3c3;
}
.login-etc li:first-child{
	padding-left:0;
	margin-left:0;
}
.login-etc li:first-child:before{
	display:none;
}
.login-etc li a{
	color:#333;
	font-size:13px;
	font-weight:bold;
}
.login-etc li a:hover{
	color:#7b7a7a;
}


/* main tab */
.main-tab{
	overflow:hidden;
	float:left;
}
.main-tab li{
	float:left;
	position:relative;
	padding-left:15px;
	margin-left:15px;
	color:#bbb;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}
.main-tab li.on{
	color:#222;
}
.main-tab li:before{
	content:"";
	position:absolute; top:50%; left:0;
	width:1px;
	height:18px;
	margin-top:-9px;
	background-color:#bbb;
}
.main-tab li:first-child{
	padding-left:0;
	margin-left:0;
}
.main-tab li:first-child:before{
	display:none;
}

.main-tab-cont{
	margin-top:35px;
}

/* 공지사항 */
.notice-area li{
	position:relative;
	padding-right:80px;
	padding-left:45px;
	line-height:21px;
}
.notice-area li.first{
	padding-right:0;
}
.notice-area li.first a{
	font-weight:bold;
	color:#222;
}
.notice-area li + li{
	margin-top:10px;
}
.notice-area li strong{
	display:inline-block;
	position:absolute; top:0; left:0;
	border:1px solid #ddd;
	border-radius:3px;
	padding:2px 9px;
	font-size:11px;
	font-weight:800;
}
.notice-area li strong.type1{
	color:#fff;
	border-color:#f85a3b;
	background-color:#f85a3b;
}
.notice-area li strong.type2{
	color:#777;
	border-color:#777;
}
.notice-area li strong.type3{
	color:#f85a3b;
	border-color:#f85a3b;
}
.notice-area li a{
	display:inline-block;
	color:#666;
	font-size:13px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	max-width:100%;
	vertical-align:-4px;
}
.notice-area li a:hover{
	text-decoration:underline;
}
.notice-area li a span{
	color:#16243f;
	font-size:13px;
	font-weight:bold;
}
.notice-area li em{
	position:absolute; top:3px; right:0;
	color:#aaa;
	font-size:12px;
}

/* main-link-area */
.main-link-area{
	overflow:hidden;
}
.main-link-area li{
	float:left;
	width:50%;
	box-sizing:border-box;
}
.main-link-area li:last-child{
	padding-left:40px;
	border-left:1px solid #d7d7d7;
}
.main-link-area li h2{
	position:relative;
	color:#333;
	font-size:18px;
	padding-top:20px;
}
.main-link-area li h2:before{
	content:"";
	position:absolute; top:3px; left:0;
	width:23px;
	height:3px;
	background-color:#f85a3b;
}
.main-link-area li p{
	margin-top:10px;
	color:#888;
	font-size:13px;
	line-height:20px;
}
.main-link-area li a{
	display:inline-block;
	color:#fff;
	font-size:12px;
	background-color:#f85a3b;
	border-radius:3px;
	padding:4px 20px 4px 10px;
	margin-top:42px;
}
.main-link-area li a:hover{
	background-color:#ff6b4e;
}

/* service-link-box */
.service-link-box{
	overflow:hidden;
	margin:10px -6px 0 -6px;
}
.service-link-box li{
	float:left;
	width:50%;
	padding:0 6px;
	box-sizing:border-box;
	text-align:center;
}
.service-link-box li a{
	display:block;
	padding-top:35px;
	height:130px;
	border-radius:3px;
	box-sizing:border-box;
	background-color:#f4f4f4;
}
.service-link-box li a strong{
	display:block;
	height:45px;
	text-indent:-9999px;
	transition:all .2s;
}
.service-link-box li a strong.ico01{
	background:url("/resource/images/main/img_service01.png") no-repeat 50%;
}
.service-link-box li a strong.ico02{
	background:url("/resource/images/main/img_service02.png") no-repeat 50%;
}
.CP-fair-trade{
	background-color: #f4f4f4;
	padding: 10px 10px 10px 95px;
	margin-top: 5px;
}

.service-link-box li a span{
	display:inline-block;
	margin-top:15px;
	color:#333;
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
}
/* 효과 */
.service-link-box li a:hover strong{
	transform:translatey(-10px);
}

/* 메인_직원 */
.faq-list li{
	position:relative;
	padding-left:27px;
}
.faq-list li + li{
	margin-top:6px;
}
.faq-list li strong{
	position:absolute; top:-8px; left:0;
	color:#f85a3b;
	font-size:22px;
}
.faq-list li a{
	display:inline-block;
	color:#666;
	font-size:14px;
	font-weight:800;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.faq-list li a:hover{
	text-decoration:underline;
}

/* 메인_업체 */
.deadline-list{
	margin-top:10px;
}

.deadline-list li {
    position: relative;
    display: inline-block;
    width: 22%;
    text-align: center;
    margin-right: 10px; 
}
.deadline-list li + li{
	margin-top:3px;
}
.deadline-list li span {
    display: inline-block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
    font-size: 13px;
    font-weight: bold;
}

.deadline-list li strong {
    position: absolute;
    color: #666;
    font-size: 13px;
}
.deadline-list li strong em{
	display:inline-block;
	color:#f85a3b;
	font-size:17px;
	margin-right: 20px;
	font-family:'Arial';
	 margin-left: 10px;
}

/* 로딩 */
.loading-wrap{
	position:fixed; left:0; right:0; bottom:0; top:0;
	background:rgba(0,0,0,0.3);
	z-index:999;
}
.loading-box{
	position:absolute; top:50%; left:50%;
	width:350px;
	height:200px;
	margin-left:-170px;
	margin-top:-100px;
	padding-top:100px;
	border:1px solid #cac7c7;
	box-sizing:border-box;
	text-align:center;
	background:#fff url("/resource/images/common/img_loading.gif") no-repeat top 35px center;
}
.loading-box strong{
	display:block;
	color:#333;
	font-size:20px;
	font-weight:900;
}
.loading-box span{
	display:inline-block;
	margin-top:10px;
	color:#666;
	font-size:14px;
}

/* footer-area */
.footer-area{
	overflow:hidden;
	margin-top:70px;
	padding:20px 0;
	border-top:1px solid #dbdee3;
}
.footer-area.main{
	border-top:0;
	margin-top:40px;
}
.footer-logo{
	display:inline-block;
	float:left;
	width:105px;
	height:25px;
	background:url("/resource/images/common/footer_logo.png") no-repeat 50%;
	text-indent:-9999px;
}
.footer-area p{
	float:left;
	margin-left:20px;
	color:#777;
	font-size:13px;
	line-height:25px;
	letter-spacing:-1px;
}


/* 에러페이지 404 */
.error-wrap{
	width:780px;
	margin:0 auto;
	padding-top:130px;
}
.eland-logo{
	text-align:center;
}
.eland-logo h1{
	display:inline-block;
	width:220px;
	height:60px;
	background:#fff url("/resource/images/common/logo_eland.png") no-repeat 50%;
	text-indent:-9999px;
}
.eland-logo strong{
	display:inline-block;
	color:#222;
	font-size:30px;
	vertical-align:-30px;
	margin-left:30px;
	font-weight:800;
}
.error-box{
	margin-top:30px;
	border-top:3px solid #efefef;
	border-bottom:3px solid #efefef;
	padding:45px 0;
	box-sizing:border-box;
}
.error-box h2{
	color:#222;
	font-size:38px;
	text-align:center;
	letter-spacing:-1px;
}
.error-box h3{
	padding-top:125px;
	color:#222;
	font-size:38px;
	font-weight:800;
	text-align:center;
	letter-spacing:-1px;
	background:#fff url("/resource/images/common/img_error.png") no-repeat top 10px center;
}
.error-box h2 strong{
	color:#f85a3b;
	font-size:38px;
	letter-spacing:-1px;
}
.error-box p{
	margin-top:15px;
	line-height:27px;
	color:#454545;
	font-size:18px;
	text-align:center;
}
.error-box p strong{
	color:#454545;
	font-size:18px;
	font-weight:bold;
}
.error-box p a{
	color:#1269f9;
	font-size:18px;
	font-weight:bold;
}
.error-box p a:hover{
	text-decoration:underline;
}
.error-contact{
	margin-top:35px;
	text-align:center;
}
.error-contact li{
	display:inline-block;
	margin:0 20px;
}
.error-contact li span{
	display:inline-block;
	padding-left:50px;
	line-height:40px;
	color:#222;
	font-size:20px;
	font-weight:bold;
}
.error-contact li span.email{
	background:#fff url("/resource/images/common/ico_error_email.png") no-repeat left 50%;
}
.error-contact li span.phone{
	background:#fff url("/resource/images/common/ico_error_call.png") no-repeat left 50%;
}


input.INPUT_no
{
   color: #333333; line-height: 120%; border-right: #999999 0px solid;
   border-top: #999999 0px solid; border-left: #999999 0px solid; border-bottom: #999999 0px solid;
}

input.INPUT_center
{
   color: #333333; line-height: 120%; border-right: #b9baba 1px solid;
   border-top: #b9baba 1px solid; border-left: #b9baba 1px solid; border-bottom: #b9baba 1px solid;
   text-align: center
}

input.INPUT_right
{
   color: #333333; line-height: 120%; border-right: #b9baba 1px solid;
   border-top: #b9baba 1px solid; border-left: #b9baba 1px solid; border-bottom: #b9baba 1px solid; text-align: right;
}

.input_excuse
{
	BORDER-RIGHT: #FF0033 2px solid;
	BORDER-TOP: #FF0033 2px solid; 
	BORDER-LEFT: #FF0033 2px solid; 
	BORDER-BOTTOM: #FF0033 2px solid; 
}   

input.input_excuse
{
	BORDER-RIGHT: #FF0033 2px solid;
	BORDER-TOP: #FF0033 2px solid; 
	BORDER-LEFT: #FF0033 2px solid; 
	BORDER-BOTTOM: #FF0033 2px solid; 
}   



.browser-wrap{
	width:770px;
	margin:0 auto;
	padding-top:130px;
}
.browser-wrap .e-logo{
	display:inline-block;
	width:230px;
	height:30px;
	margin:0 0 20px 30px;
	text-indent:-9999px;
	background:url('/resource/images/common/logo.png') no-repeat 50%;
}
.browser-box{
	padding:50px 265px 50px 30px;
	border-top:4px solid #f85a3b;
	border-bottom:1px solid #222;
	background:url('/resource/images/common/bg_browser.png') no-repeat right 30px center;
}
.browser-box h2{
	position:relative;
	padding-bottom:15px;
	color:#333;
	font-size:30px;
	font-weight:800;
	letter-spacing:-1px;
}
.browser-box h2 strong{
	color:#f85a3b;
	font-size:30px;
	font-weight:800;
	letter-spacing:-1px;
}
.browser-box h2:before{
	content:"";
	position:absolute; left:0; bottom:0;
	width:30px;
	height:2px;
	background-color:#222;
}
.browser-box p{
	margin-top:30px;
	color:#666;
	font-size:15px;
	line-height:23px;
}
.browser-box p strong{
	color:#000;
	font-size:15px;
	font-weight:bold;
}


/* pop_공인인증서 발급안내 */
.pop-notice-area{
	padding:20px 20px;
	background-color:#f2f6f8;
}
.pop-notice-area h3{
	padding-left:40px;
	margin-bottom:10px;
	color:#222;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
	background:url("/resource/images/common/img_notice.png") no-repeat left 50%;
}
.pop-notice-area ul li{
	position:relative;
	padding-left:10px;
	color:#333;
	font-size:14px;
	line-height:22px;
	letter-spacing:-1px;
}
.pop-notice-area ul li:before{
	content:"";
	position:absolute; top:9px; left:0;
	width:3px;
	height:3px;
	background-color:#555;
	border-radius:50%;
}
.pop-notice-area ul li + li{
	margin-top:5px;
}

.apply-list{
	padding:20px 20px;
	border:1px solid #8a8a8a;
}
.apply-list li{
	position:relative;
	padding-left:13px;
	color:#333;
	font-size:14px;
}
.apply-list li:before{
	content:"";
	position:absolute; top:8px; left:0;
	width:4px;
	height:4px;
	background-color:#f85a3b;
}
.apply-list li strong{
	color:#333;
	font-size:14px;
	font-weight:bold;
}
.apply-list li + li{
	margin-top:5px;
}

.tbl-style02{
	width:100%;
	table-layout:fixed;
	border-top:1px solid #a7a7a7;
	border-right:1px solid #a7a7a7;
}
.tbl-style02 th{
	height:35px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-left:1px solid #a7a7a7;
	border-bottom:1px solid #a7a7a7;
	background-color:#939494;
	box-sizing:border-box;
}
.tbl-style02 td{
	color:#333;
	font-size:13px;
	font-weight:bold;
	height:35px;
	border-left:1px solid #a7a7a7;
	border-bottom:1px solid #a7a7a7;
	box-sizing:border-box;
}
.tbl-style02 td.td-head{
	color:#434e64;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color:#f2f3f5;
	vertical-align:middle;
}
.tbl-style02 td.vertical-top{
	vertical-align:top;
}
.tbl-style02 td .t-line{
	text-decoration:line-through;
}
.tbl-style02 .u-list{
	padding:15px;
}
.tbl-style02 .u-list.type2 li{
	padding-left:10px;
}
.tbl-style02 .u-list > li{
	position:relative;
	padding-left:15px;
	color:#333;
	font-size:13px;
	font-weight:bold;
}
.tbl-style02 .u-list > li + li{
	margin-top:5px;
}
.tbl-style02 .u-list > li > strong{
	color:#5076c1;
	font-size:12px;
}
.tbl-style02 .u-list > li > em{
	position:absolute; top:0; left:0;
}
.tbl-style02 .u-list > li > span{
	display:block;
	color:#777;
	font-size:13px;
}
.tbl-style02 .u-list > li > span.type2{
	display:inline-block;
}
.tbl-style02 .u-list > li > p{
	color:#f50f0f;
	font-size:13px;
}
.tbl-style02 .u-list > li > ul > li{
	color:#333;
	font-size:12px;
}
.tbl-style02 .u-list > li > ul {
	margin-top:5px;
}
.tbl-style02 .u-list > li > ul > li{
	position:relative;
	padding-left:5px;
}
.tbl-style02 .u-list > li > ul > li + li{
	margin-top:5px;
}
.tbl-style02 .u-list > li > ul > li > span{
	display:block;
	color:#777;
	font-size:12px;
}
.tbl-style02 .u-list > li > ul > li > em{
	position:absolute; top:0; left:0;
}
.tbl-style02 .u-list > li.pl{
	padding-left:55px;
}
.tbl-style02 .d-list{
	display:table;
	width:100%;
	height:100%;
}
.tbl-style02 .d-list dt{
	display:table-cell;
	width:35px;
	color:#434e64;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #a7a7a7;
	box-sizing:border-box;
	background-color:#f2f3f5;
	vertical-align:middle;
}
.tbl-style02 .d-list dd{
	display:table-cell;
	vertical-align:middle;
}
.tbl-style02 .d-list dd .u-list{
	padding:0 15px;
}

/* 사이트맵 */
.sitemap-inner{
	overflow:hidden;
	margin:0 -35px;
}
.sitemap-inner > li{
	width:25%;
	float:left;
	box-sizing:border-box;
	padding:0 35px;
}
.sitemap-list > li + li{
	margin-top:70px;
}
.sitemap-list > li > h3{
	padding-bottom:8px;
	border-bottom:4px solid #f6603d;
}
.sitemap-list > li > h3 > a{
	color:#fb5642;
	font-size:20px;
	font-weight:bold;
}
.sitemap-menu{
	margin-top:25px;
}
.sitemap-menu > li{
	overflow:hidden;
	padding:25px 0;
}
.sitemap-menu > li:first-child{
	padding-top:0;
}
.sitemap-menu > li:last-child{
	padding-bottom:0;
}
.sitemap-menu > li + li{
	border-top:1px solid #c0c0c0;
}
.sitemap-menu > li > h4{
	float:left;
	width:47%;
}
.sitemap-menu > li > h4 > a{
	display:inline-block;
	color:#666;
	font-size:16px;
	font-weight:bold;
}
.sitemap-menu > li > ul{
	float:left;
	width:53%;
}
.sitemap-menu > li > ul > li + li{
	margin-top:5px;
}
.sitemap-menu > li > ul > li > a{
	display:inline-block;
	position:relative;
	padding-left:8px;
	color:#666;
	font-size:14px;
}
.sitemap-menu > li > ul > li > a:before{
	content:"";
	position:absolute; top:8px; left:0;
	width:3px;
	height:3px;
	background-color:#666;
}
.sitemap-menu > li > ul > li > a:hover{
	color:#f6603d;
}
.sitemap-menu > li > ul > li > a:hover:before{
	background-color:#f6603d;
}

/* ********************
	main 배너 추가  업체코드 8000
	2019-11-25 
********************* */
.banner-area{
/* 	width:770px; */
	overflow:hidden;
	margin-top:20px;
	padding:0 30px;
	background-color:#fff;	
}
.banner-area li{
	float:left;
	position:relative;
/* 	width:33%; */
	width:25%;
	text-align:center;
}
.banner-area li:before{
	content:"";
	position:absolute; top:50%; left:0;
	width:1px;
	height:15px;
	margin-top:-7px;
	background-color:#ccc;
}
.banner-area li:first-child:before{
	display:none;
}
.banner-area li a{
	display:inline-block;
	padding-left:30px;
	color:#666;
	font-size:15px;
	font-weight:bold;
	line-height:50px;
	transition:all .2s;
}
.banner-area li a.ico01{
	background:url("/resource/images/main/ico_bannerarea_ico01.png") no-repeat left 50%;
}
.banner-area li a.ico02{
	background:url("/resource/images/main/ico_bannerarea_ico02.png") no-repeat left 50%;
}
.banner-area li a.ico03{
	background:url("/resource/images/main/ico_bannerarea_ico03.png") no-repeat left 50%;
}
.banner-area li a.ico04{
	background:url("/resource/images/main/ico_bannerarea_ico04.png") no-repeat left 50%;
}
.banner-area li a:hover{
	color:#f85a3b;
}


.banner-area2{
	width:285px;
	overflow:hidden;
	margin-top:20px;
	padding:0 30px;
	background-color:#fff;	
}
.banner-area2 li{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
}
.banner-area2 li:before{
	content:"";
	position:absolute; top:50%; left:0;
	width:1px;
	height:15px;
	margin-top:-7px;
	background-color:#ccc;
}
.banner-area2 li:first-child:before{
	display:none;
}
.banner-area2 li a{
	display:inline-block;
	padding-left:30px;
	color:#666;
	font-size:15px;
	font-weight:bold;
	line-height:50px;
	transition:all .2s;
}
.banner-area2 li a.ico01{
	background:url("/resource/images/main/ico_bannerarea_ico01.png") no-repeat left 50%;
}








/* pop_guide */
.pop-tit{
	box-sizing:border-box;
	background:#434e64 url("/resource/images/guide/bg_pop_head.png") no-repeat 50%;
	background-size:cover;
}
.pop-tit.guide{
	position:relative; z-index:-1;
	height:115px;
	padding:20px 25px;
}
.pop-tit.guide:after{
	content:"";
	position:absolute; bottom:0; right:45px; z-index:-1;
	width:235px;
	height:120px;
	background:url("/resource/images/guide/img_pop_head.png") no-repeat 50%;
}
.pop-logo{
	display:block;
	width:150px;
	height:20px;
	text-indent:-9999px;
	background:url("/resource/images/guide/pop_logo.png") no-repeat 50%;
}
.pop-tit h2{
	display:inline-block;
	color:#bdc6d7;
}
.pop-tit.guide h2{
	padding-right:40px;
	font-size:38px;
	font-weight:bold;
	background:url("/resource/images/guide/img_title.png") no-repeat right top;
}

/* pop_manual */
.pop-tit.manual{
	height:60px;
	padding:10px 25px;
}
.pop-tit.manual h2{
	float:left;
	color:#dae2ef;
	font-size:26px;
}
.pop-tit.manual .pop-logo{
	float:right;
	height:37px;
}
.manual-area{
	position:relative;
	min-height:720px;
	margin:15px 5px;
}
.manual-area:after{
	content:"";
	display:block;
	clear:both;
}
.treemenu-area{
	position:absolute; top:0; bottom:0; left:5px;
	overflow:auto;
	width:240px;
	height:97%;
	
	padding:15px 2px 15px 15px;
	box-sizing:border-box;
	border:1px solid #dadada;
	background-color:#eef2f7;
}
.treemenu-btn{
	overflow:hidden;
	padding-right:15px;
	margin:0 -1px 30px -1px;
	wigth:193px;
}
.treemenu-btn li{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0 1px;
}
.treemenu-btn li a{
	display:block;
	padding:5px 5px 5px 35px;
	border:1px solid #767f90;
	border-radius:3px;
	color:#434e64;
	font-size:13px;
	font-weight:bold;
}
.treemenu-btn li a.plus{
	background:#f9f9f8 url("/resource/images/manual/ico_btn_plus.png") no-repeat left 15px center;
}
.treemenu-btn li a.plus:hover{
	color:#fff;
	background:#434e64 url("/resource/images/manual/ico_btn_plus_on.png") no-repeat left 15px center;
}
.treemenu-btn li a.minus{
	background:#f9f9f8 url("/resource/images/manual/ico_btn_minus.png") no-repeat left 15px center;
}
.treemenu-btn li a.minus:hover{
	color:#fff;
	background:#434e64 url("/resource/images/manual/ico_btn_minus_on.png") no-repeat left 15px center;
}

.manual-cont{
	margin-left:260px;
}
.manual-bg{
	height:540px;
	background:url("/resource/images/manual/img_pop_manual.png") no-repeat 50%;
}
.manual-mainimg{
	text-align:center;
}

