/*크롬 img 4px 버그
img{
display:block;
vertical-align:top;
}*/


.drop{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.top_btn{
	padding:3px 0 4px;
	border-bottom:1px solid #ddd;
}

.top_btn ul{
	width:1200px;
	margin:0 auto;
}

.top_btn ul li{
	float:right;

}
.top_btn ul li a{
	color:#333;
	font-size:12px;
}

/*헤더 검색창*/
.search_wrap{
	width:1200px;
	margin:20px auto;
}
.search_wrap>div{
	float:left;
}
.search_wrap>div:last-child{
float:right;
}

.search_wrap .logo{
	width:225px;
	height:110px;
	text-align:center;
}
.search_wrap .logo img {
	width:100%;
}

.search_wrap .search{
	width:503px;
	margin:0 auto;
	margin-top:37px;
}

textarea:focus, input:focus,textarea:focus, select:focus{
    outline: none;
}
.search_wrap .tsearch_input{
border:2px solid orange;
border-right:none;
width:430px;
height:40px;
padding:3px 0 3px 5px;
background-color:transparent;
margin-left:25px;
}

.search_wrap .ts_btn{
display:block;
line-height:31px;
background-color:orange;
font-weight:600;
font-size:15px;
color:#fff !important;
text-align:center;
height:40px;
margin-left:0;
}

.search_wrap .ts_btn img{
width:100%;
}
.search_wrap .ts_btn:hover{
background-color:#fb6704;
}

.search_wrap .sbtn_button {
  text-align: center;
  text-decoration: none;
  color: #2194E0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width:40px;
  font-size:16px;
}

.sch_ok{
	display:block;
	background-color:#ffd102;
	width:50px;
	height:40px;
	line-height:40px;
	font-weight:600;
	color:#333;
	float:right;
	text-align:center;
	font-size:13px;
}

.sch_ok:hover{
	background-color:#fc9f05;
}


.search_wrap .header_br{
	width:298px;
	text-align:right;
}

.btn-5 {
  border: 0 solid #ff8040;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(243, 108, 14, .8);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
} 

.btn-5:hover {
  border: 1px solid #ff8040;
  box-shadow: inset 0 0 20px rgba(243, 108, 14, .8), 0 0 20px rgba(243, 108, 14, .2);
  outline-color: rgba(243, 108, 14, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #ff9900; 
}

.plusbg{
	background:url(../img/plus.png) no-repeat 6px 0;
}

/*메인 컨텐츠*/
.contents_wrap{
	width:1200px;
	margin:0 auto;

}
.main_bgi{
background-image:url(/img/mbgi.);
padding:40px 0;
}


/*메인 배너 + 로그인탭*/
.total_search{
	width:1200px;
	margin:0px auto;
}
.total_search>div{
	float:left;
}

.mainbr_box{
	width:830px; 
	height:150px;
}

/* -------------------- Rounded Corners */

.styled-select {
   background: url(../img/select_cf.png) no-repeat 101% -1px;
   height: 29px;
   overflow: hidden;
   width: 173px;
   margin-right:10px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}


.black{
	border:2px solid #9b9b9b;
}

.fl{
	float:left;
}


.tsearch_box{
	width:100%;
}

.ss_wrap{
	width:93%;
	margin:15px auto;
}

.tsearch_input{
	border:none;
	border-bottom:2px solid #9b9b9b;
	width:700px;
	height:23px;
	padding:3px 0 3px 5px;
	background-color:transparent;
}

.ts_btn{
	display:block;
	line-height:31px;
	background-color:orange;
	font-weight:600;
	font-size:15px;
	color:#fff !important;
	text-align:center;
	margin-left:15px;
}

.ts_btn:hover{
	background-color:#fb6704;
}


.ss_wrap .sbtn_button {
	  text-align: center;
	  text-decoration: none;
	  color: #2194E0;
	  -webkit-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	  overflow: hidden;
	  width:100px;
	  font-size:16px;
	}


/*로그인탭*/
.login_tab{	
	margin-left:7px;
}

#container ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 35px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 100%;
    font-family:"dotum";
    font-size:12px;
	width:260px;
}
#container ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:128px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #eee;
    border-left: none;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
	border-bottom:1px solid #ffd102;
}

#container ul.tabs li:first-child{
	width:129px;
}
#container ul.tabs li.active {
    background: #FFFFFF;
	border:1px solid #ffd102;
	border-top:2px solid #ffd102;
    border-bottom: 1px solid #FFFFFF;
	height: 34px;
}
#container .tab_container {
    border: 1px solid #eee;
    border-top: none;
    clear: both;
    float: left;
    width: 259px;
    background: #FFFFFF;
}
#container .tab_content {
    padding: 5px;
    font-size: 12px;
    display: none;
}
#container .tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
 #container .tab_container .tab_content ul li {
    padding:5px;
    list-style:none
}
;
 #container {
    width: 259px;
    margin: 0 auto;
}
.user_f{
	font-size:11px;
	margin-top:10px;
}

.main_2{
	width:1200px; 
	margin:0 auto;
	margin-top:7px;
}
.main_br_wrap{
	width:830px;
}

.main_br_wrap li{
	float:left;
	width:270px;
	height:148px;
}

.main_br_wrap li + li {
	margin-left:10px;
}


.main_br_wrap li a{
	display:block;
	width:100%;
	height:100%;
}

/* .main_br_wrap li a:hover{
background-color:#fff2bf;
} */

.main_br_wrap .mbr_ttl1{
	padding-top:50px;
	font-size:30px;
	color:#222;
	text-align:center;
	border:1px solid #ddd;
	height:98px;
	background:#fcfcfc;
}

.main_br_wrap .mbr_ttl2{
	margin-top:10px;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-align:center;
}

.main_board1{
	margin-left:7px;
	border:1px solid #ddd;
	padding:10px;
	width:238px;
	height:128px;
}

.mbo_ttl{
	width:100%;
	border-bottom:1px solid #d2d2d2;	
	margin-bottom:4px;
}

.mbo_ttl h2{
	font-weight:600;
	font-size:17px;
	color:#333;
}

.fr{
	float:right;
}

.b_point1{
	color:#ffaa00;
}
.b_point2{
	color:#ff6529;
}
.b_point3{
	color:#12920c;
}
.b_line{
	width:25px;
	height:3px;
	background:#fff;
	margin:0 auto;
}

.flip_image_holder{
	position:relative;
	cursor:pointer;
	-webkit-perspective:600px;
	-moz-perspective:600px;
	-o-perspective:600px;
	-webkit-backface-visibility:hidden;
	display:inline-block;
	width:270px;
}
.flip_image_holder{
	position:relative;
	cursor:pointer;
	-webkit-perspective:600px;
	-moz-perspective:600px;
	-o-perspective:600px;
	-webkit-backface-visibility:hidden;
	display:inline-block;
	max-width:100%;
}
.flip_image{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	width:100%;
	height:100%
}
.flip_image img{display:block}
.flip_image.back{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:#ff6529;
}
.flip_image_text{
	display:table;
	width:100%;
	height:100%
}
.flip_image_text_inner{
	display:table-cell;
	vertical-align:middle;
	text-align:center
}
.flip_image_text h4{color:#fff;margin:0}
.flip_image_holder.fade:hover .back{
	opacity:1;filter:alpha(opacity=100);
	z-index:10;
	position:absolute
}
.flip_image_holder.fade:hover .front{
	opacity:0;filter:alpha(opacity=0)
}
.flip_image_holder.fade .back{
	opacity:0;filter:alpha(opacity=0);
	-o-transition:opacity .4s ease-in-out;
	-ms-transition:opacity .4s ease-in-out;
	-moz-transition:opacity .4s ease-in-out;
	-webkit-transition:opacity .4s ease-in-out;
	transition:opacity .4s ease-in-out;
	-webkit-backface-visibility:hidden
}
.flip_image_holder.fade .front{
	display:block;
	opacity:1;
	filter:alpha(opacity=100);
	-o-transition:opacity .5s ease-in-out;
	-ms-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-webkit-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
	-webkit-backface-visibility:hidden
}
.flip_image_holder .back{
	-webkit-transform:rotateX(0deg) rotateY(-180deg);
	-webkit-transform-style:preserve-3d;
	-webkit-backface-visibility:hidden;
	-moz-transform:rotateX(0deg) rotateY(-180deg);
	-moz-transform-style:preserve-3d;
	-moz-backface-visibility:hidden;
	-o-transform:rotateX(0deg) rotateY(-180deg);
	-o-transform-style:preserve-3d;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	-ms-transform:perspective(600px) rotateY(-180deg);
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}
.flip_image_holder .front{
	-webkit-transform:rotateX(0deg) rotateY(0deg);
	-webkit-transform-style:preserve-3d;
	-webkit-backface-visibility:hidden;
	-moz-transform:rotateX(0deg) rotateY(0deg);
	-moz-transform-style:preserve-3d;
	-moz-backface-visibility:hidden;
	-o-transform:rotateX(0deg) rotateY(0deg);
	-o-transform-style:preserve-3d;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	-ms-transform:perspective(600px) rotateY(0deg);
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}
.flip_image_holder:hover .back{
	-ms-transform:perspective(600px) rotateY(0deg)!important;
	-webkit-transform:rotateX(0deg) rotateY(0deg)!important;
	-moz-transform:rotateX(0deg) rotateY(0deg)!important;
	-o-transform:rotateX(0deg) rotateY(0deg)!important;z-index:1000;
}
.flip_image_holder:hover .front{
	-ms-transform:perspective(600px) rotateY(180deg)!important;
	-webkit-transform:rotateX(0deg) rotateY(180deg)!important;
	-moz-transform:rotateX(0deg) rotateY(180deg)!important;
	-o-transform:rotateX(0deg) rotateY(180deg)!important;
}
.flip_image_holder.yes.flip_first_time .back{
	-webkit-transform:rotateX(0deg) rotateY(180deg);
	-moz-transform:rotateX(0deg) rotateY(180deg);
	-o-transform:rotateX(0deg) rotateY(180deg);
	-ms-transform:perspective(600px) rotateY(180deg);
	-o-transition:all .9s ease-in-out;-ms-transition:all .9s ease-in-out;
	-moz-transition:all .9s ease-in-out;
	-webkit-transition:all .9s ease-in-out;
	transition:all .9s ease-in-out;z-index:1000
}
.flip_image_holder.yes.flip_first_time .front{
	-webkit-transform:rotateX(0deg) rotateY(360deg);
	-moz-transform:rotateX(0deg) rotateY(360deg);
	-o-transform:rotateX(0deg) rotateY(360deg);
	-ms-transform:perspective(600px) rotateY(360deg);
	-o-transition:all .9s ease-in-out;
	-ms-transition:all .9s ease-in-out;
	-moz-transition:all .9s ease-in-out;
	-webkit-transition:all .9s ease-in-out;
	transition:all .9s ease-in-out
}

.mbo_con li a{
	color:#444;
	font-size:12px;
	line-height:25px;
}

.mbo_con_date{
	font-size:11px;
	letter-spacing:-1px;
}

.mbo_con li a:hover span{
	color:#f57341;
}

.more_btn a{
	color:#222;
	font-size:20px;
	font-weight:600;
}
.more_btn a:hover{
	color:#f57341;
}
.main3{
	margin:15px 0 40px 0;
}

.main3 ul li{
	float:left;
}

.main3 ul li:first-child,.main3 ul li:nth-child(2){
	width:273px;
	height:68px;
	background-color:#f1f1f1;
	border:1px solid #d2d2d2;
	margin-right:10px;
}

.main3 ul li:nth-child(3),.main3 ul li:nth-child(4){
	width:258px;
	height:68px;
	background-color:#f1f1f1;
	border:1px solid #d2d2d2;
	margin-right:10px;
}

.main3 ul li:last-child{
	margin-right:0;
}

.main4{
	width:1200px;
	margin:0 auto 40px;
	overflow:hidden;
}
.main4 .mbo_con{
	width:327px;
}

.main4 .mbo_ttl{
	border-bottom:none;
}

.linec .div{
	width:100%;
}

.lc1{
	height:2px;
	background-color:#ffd102;
	width:35%;
}
.lc2{
	height:2px;
	background-color:#ddd;
	width:65%;
}

.m4_brd1{
	padding:0 25px 0 0;
	border-right:1px solid #ddd;
	margin-right:25px;
	min-height:134px;
}

.m4_brd2{
	padding:0 25px 0 0;
	border-right:1px solid #ddd;
	margin-right:25px;
	min-height:134px;
}
.m4_brd3{
	min-height:134px;
}

.m4_brd2 .mbo_con{
	margin-top:8px;
}
.item_img{
	display:block;
	width:85px;
	height:85px;
	box-sizing:border-box;
	border:1px solid #d2d2d2;
}

.item_img img{
width:100%;
}
.item_txt{
	width:135px;
	margin-left:10px;
}
.item_txt .item_ttl{
	font-weight:600;
	font-size:15px;
	color:#222;
}

.item_txt .item_ctxt{
	line-height:18px;
}

.item_txt:hover {
	color:#f57341;
}

.item_txt:hover .item_ttl{
	color:#f57341;
}

.search_box{
	float:left;
}
.write_box{
	float:right;
}

.write_box .write{
	background:#fafafa;
	border:1px solid #ddd;
	color:#333;
}
/*하단 페이지넘버*/
.pageNum *{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box; }
.pageNum{padding:24px 0;text-align:center}
.pageNum a,.pageNum strong{display:inline-block;min-width:12px;height:24px;padding:0 6px;border:1px solid transparent;border-radius:2px;font:700 12px/2em Tahoma,AppleGothic,sans-serif;letter-spacing:-1px;*display:inline;*zoom:1}
.pageNum a{color:#999;text-decoration:none!important}
.pageNum .this,.pageNum a:hover{background:#F9F9F9;border-color:#AAA;color:#555}
.pageNum .frst_last{color:#555}
.pageNum .direction{margin:0 4px;color:#555;letter-spacing:0;font-weight:400}
.pageNum strong.direction{color:#999}


/*창업통합검색*/

.total_search>div{
float:left;
}

.tsearch_box{
width:100%;
}

.tsbttl{
width:100%;
height:80px;
line-height:80px;
text-align:center;
color:#fff;
font-weight:600;
font-size:32px;
background-color:#FFD102;
}

.tsearch_box{
width:100%;
}
.ss_wrap{
margin:0;
width:100%;
}

.ss_wrap .tsearch_input{
border:2px solid orange;
border-right:none;
width:980px;
height:38px;
padding:3px 0 3px 5px;
background-color:transparent;
font-size:14px;
margin-bottom:20px;
}

.ss_wrap .ts_btn{
display:block;
line-height:31px;
background-color:orange;
font-weight:600;
font-size:15px;
color:#fff !important;
text-align:center;
height:48px;
margin-left:0;
}

.ss_wrap .ts_btn:hover{
background-color:#fb6704;
}

.ss_wrap .sbtn_button {
  text-align: center;
  text-decoration: none;
  color: #2194E0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width:100px;
  font-size:16px;
}

.sear_ttl{
color:#333;
font-weight:600;
font-size:18px;
padding:10px 0;
margin-top:25px;

}

.dot_fl{
margin:0 5px;
}

.einfo{
margin:5px 0;
}

.einfo li{
font-weight:600;
font-size:13px;
margin:4px 0;
}
.einfo li a{
line-height:13px;
border-right:1px solid #acacac;
padding:0;
margin-right:6px;
padding-right:6px;
}
.einfo li:last-child a{
border:none;
}


.search_rs_wrap{
margin-top:15px;
}
.sr_ttl{
font-size:18px;
font-weight:600;
color:#333;
margin-bottom:5px;
}
.sr_ttl a{
color:#333;
}

.sr_con{
width:930px;
line-height:20px;
font-size:14px;
color:#333;
}
.s_rs_date{
font-size:500;
font-size:13px;
color:#666;
}

.htag_senten{
position:absolute;
padding: 5px 10px;
text-align: center;
border: 2px solid #FF9414;
border-radius: 50px;
background:url(/img/doc_pt.png);
font-size:13px;
}
.sr_img{
width:120px;
}
.sr_img img{
width:100%;
}


.sear_ttl>div{
float:left;
}

.sear_ttl>.src_plus{
float:right;
}

.sear_ttl .src_plus a{
display:block;
background-color:#fefefe;
text-align:center;
color:#555;
font-size:12px;
background-color:#f2f2f2;
padding:5px;
border:1px solid #d2d2d2;
}
.right_more{
float:right;
}
.right_more{
font-size:15px;
text-align:center;
padding:5px 20px;
border:1px solid #d2d2d2;
background-color:#FBFBFB;
border-radius:5px
}

.right_more:hover{
background-color:#FF9414;
color:#fff;
border:1px solid #FF9414;
}

.search_small_wrap{
padding-bottom:20px;
border-bottom:1px dotted #d2d2d2;
}

.ad_local{
margin-bottom:15px;
}
.ad_local a{
float:left;
display:block;
}
.ad_local .al_1{
font-weight:600;
font-size:17px;
color:blue;
padding-bottom:1px;
border-bottom:1px solid blue;
}

.ad_local .al_2{
font-size:13px;
color:#ee6f1a;
margin-left:10px;
margin-top:7px;
}

.ad_local .al_2:hover{
text-decoration:underline;
}

.ad_local .al_3{
clear:both;
}

#container2 ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 50px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 100%;
    font-family:"dotum";
    font-size:16px;
	width:100%;
}
#container2 ul.tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:20%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #eee;
    border-left: none;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
	border-bottom:1px solid #ffd102;
	box-sizing:border-box;
}

#container2 ul.tabs li:first-child{
}
#container2 ul.tabs li.active {
border-bottom:2px solid #ff6633;
}
#container2 ul.tabs li a{
display:block;
}
#container2 ul.tabs li a:hover{

color:#ff6633;
}
#container2 ul.tabs li.active a{
color:#ff6633;
}
#container2 .tab_container {
    
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}
#container2 .tab_content {
    padding: 5px;
    font-size: 13px;
}
#container2 .tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}

#container2 {
    width: 100%;
    margin: 0 auto;
}

#container2 .sear_tel{
display:block;
padding:2px 20px;
text-align:center;
background-color:#f2f2f2;
border:1px solid #d2d2d2;
margin-top:2px;
margin-left:10px;
border-radius:3px;
}



/*footer*/

#footer_wrap{
	width:100%;
	background:#f4f4f4;
	padding:25px 0;
	margin-top:20px;
}
.footer{
	width:1200px;
	margin:0 auto;	
}


.clause{
	text-align:left;
}

.clause li {
	float:left;	
}

.clause li {
	margin-right: 8px;
}
.clause a{
	color:#333;
	font-size:13px;
	cursor: pointer;
	font-weight:bold;
}
.clause a:hover{
	color:#ff6529;
}

.at_bar{
	display: inline-block;
    margin-right: 8px;
    width: 1px;
    height: 11px;
    background: #ccc;
    vertical-align: -2px;
}
.footnoti{
	background:#f5eee1;
/* 	border:1px solid #ffaa00;  */
	display: inline-block; 
	color: #000;
	border-radius: 10px;
	width:1200px; 
	padding:10px 20px;
	font-weight:bold;
	box-sizing:border-box;
}
.copy{
	clear:both;
	float:left;
	font-size:13px;
	line-height:25px;
	color:#555;
	padding:20px 0;	
}
.copytxt{
clear:both;
font-size:13px;
	line-height:25px;
}
/* 창업꿀팁 */

.community_table{
	width:100%; 
	margin-bottom:20px;
}
.community_table tr td{
	padding:8px 0; 
	border-bottom:1px solid #dddddd; 
	font-size:14px;
}
.community_table .cc{
	text-align:center;
}
.group {
	
	width:180px; 
	padding:5px 0; 
	border-radius:30px; 
	font-size:14px; 
	font-weight:bold; 
	text-align:center; 
	display:inline-block;
}
.group_c1{
	border:3px solid #ff3934; 
	color:#ff3934;
}
.group_c2{
	border:3px solid #750300; 
	color:#750300;
}
.group_c3{
	border:3px solid #ffb18c; 
	color:#ffb18c;
}
.group_c4{
	border:3px solid #008040; 
	color:#008040;
}

/*지역,업종 */

/* 우리동네 */
.ad_wrap{
	width:100%; 
	background:#eeeeee;
}
.ad {
	width:1200px;
	margin:0 auto; 
	padding:40px 0; 
}


.ourbox_wrap {
	overflow:hidden;
}
ourbox_wrap_h{
	background:rgba(0,0,0,0.5)
}
.ourbox_wrap li{ 
	position:relative;
	width:260px; 
	height:263px;
	float:left; 
	margin: 0 20px 20px 0; 
	background:url('/img/sub_boximg1.jpg')no-repeat;
}

.ourbox_wrap li:hover{
	background:#fff url('/img/sub_over1.png')no-repeat;
}

.ourbox_wrap li:nth-child(4n){
	margin-right:0;
} 
.ourbox_wrap li > a {
	position:relative; 
	display:block; 
}
.ourbox_wrap li > a img {
	width:230px; 
	height:85px; 
	display:block; 
	margin:0 auto;
}
.ourbox_wrap li > a .detail_box {
	padding:15px; 
	padding-bottom:45px; 
} 
.ourbox_wrap li > a .detail {
	margin-top:25px;
}
.ourbox_wrap li > a .detail > h4 {
	display:block; 
	font-size:14px; 
	color:#333333; 
	margin-bottom:10px;
}
.ourbox_wrap li > a .detail > span {
	display:block; 
	font-size:13px; 
	color:#777777; 
	margin-bottom:5px;
}
.ourbox_wrap li > a .detail > strong {
	display:block; 
	font-size:14px; 
	color:#333333; 
	font-weight:normal;
}

.ourbox_wrap li .inline{
	display:inline-block;
}
.ourbox_wrap li .option {
	width:250px;
	position:absolute;
	bottom:0;
	padding:0 5px;
}
.ourbox_wrap li .option .sico{
	float: left; 
	margin: 6px 4px 0 0; 
	font-size:12px; 
	color:#fff;
}
.ourbox_wrap li .option .sico > span {
	float: left; 
	min-width: 35px; 
	height: 18px; 
	margin-right: 3px; 
	font-size: 11px; 
	line-height: 18px; 
	color: #fff; 
	text-align: center; 
	letter-spacing: -1px; 
	padding:0 5px;
}
.ourbox_wrap li .option .sico .chang{
	background:#f89d07; 
}
.ourbox_wrap li .option .sico .kind{
	background: #12920c;
}
.ourbox_wrap li .option .sico .work{
	background: #247adc; 
}
.ourbox_wrap li .option .sico .event{
	border: 1px solid #2f86e9; 
	background: #fff; 
	color: #247adc; 
	box-sizing:border-box; 
}
.ourbox_wrap li .option .zzim{
	float: right;
}
.ourbox_wrap li .option .zzim .btn_zzim {
	display: inline-block; 
	position: relative; 
	width: 17px; 
	height: 16px; 
	padding: 7px 6px 6px; 
	z-index: 20; 
}
.ourbox_wrap li .option .zzim span {
	display: inline-block; 
	overflow: hidden; 
	width: 17px; 
	height: 16px; 
	background: url(http://img2.tmon.kr/static/img/sp_deal_lst2.png?v=1503643952) no-repeat -365px -405px; 
	line-height: 200px; 
	/* vertical-align: middle; */ 
	cursor: pointer;
}
.ourbox_wrap li .option .zzim_success {
	display: none; 
	position: absolute; 
	top: 82px; 
	left: 50%;
    z-index: 30;
    width: 161px;
    height: 50px;
    margin-left: -80px;
    padding-top: 111px;
    background: url(http://img2.tmon.kr/static/img/sp_deal_lst2.png?v=1503643952) no-repeat -815px 0;
}




.main_ourbox_wrap {
	overflow:hidden;
}
.main_ourbox_wrap li{ 
	position:relative;
	width:260px; 
	height:263px;
	float:left; 
	margin: 0 20px 20px 0; 
	background:url('/img/boximg1.jpg')no-repeat;
	border-bottom:1px solid #d7d7d7;
}

.main_ourbox_wrap li:hover{
	background:#fff url('/img/over1.png')no-repeat;
}
.main_ourbox_wrap li:nth-child(4n){
	margin-right:0;
} 
.main_ourbox_wrap li > a {
	position:relative; 
	display:block; 
	width:100%;
	height:263px;
}
.main_ourbox_wrap li > a img {
	width:230px; 
	height:85px; 
	display:block; 
	margin:0 auto;
}
.main_ourbox_wrap li > a .detail_box {
	padding:15px; 
} 
.main_ourbox_wrap li > a .detail {
	margin-top:25px;
}
.main_ourbox_wrap li > a .detail > h4 {
	display:block; 
	font-size:14px; 
	color:#333333; 
	margin-bottom:10px;
}
.main_ourbox_wrap li > a .detail > span {
	display:block; 
	font-size:13px; 
	color:#777777; 
	margin-bottom:5px;
}

.main_ourbox_wrap li > a .detail > strong {
	display:block; 
	font-size:14px; 
	color:#333333; 
	font-weight:normal;
}

.main_ourbox_wrap li .inline{
	display:inline-block;
}
.main_ourbox_wrap li .option {
	width:250px;
	position:absolute;
	bottom:0;
	padding:0 5px;
}
.main_ourbox_wrap li .option .sico{
	float: left; 
	margin: 6px 4px 0 0; 
	font-size:12px; 
	color:#fff;
}
.main_ourbox_wrap li .option .sico > span {
	float: left; 
	min-width: 35px; 
	height: 18px; 
	margin-right: 3px; 
	font-size: 11px; 
	line-height: 18px; 
	color: #fff; 
	text-align: center; 
	letter-spacing: -1px; 
	padding:0 5px;
}
.main_ourbox_wrap li .option .sico .chang{
	background:#f89d07; 
}
.main_ourbox_wrap li .option .sico .kind{
	background: #12920c;
}
.main_ourbox_wrap li .option .sico .work{
	background: #247adc; 
}
.main_ourbox_wrap li .option .sico .event{
	border: 1px solid #2f86e9; 
	background: #fff; 
	color: #247adc; 
	box-sizing:border-box; 
}
.main_ourbox_wrap li .option .zzim{
	float: right;
}
.main_ourbox_wrap li .option .zzim .btn_zzim {
	display: inline-block; 
	position: relative; 
	width: 17px; 
	height: 16px; 
	padding: 7px 6px 6px; 
	z-index: 20; 
}
.main_ourbox_wrap li .option .zzim span {
	display: inline-block; 
	overflow: hidden; 
	width: 17px; 
	height: 16px; 
	background: url(http://img2.tmon.kr/static/img/sp_deal_lst2.png?v=1503643952) no-repeat -365px -405px; 
	line-height: 200px; 
	/* vertical-align: middle; */ 
	cursor: pointer;
}
.main_ourbox_wrap li .option .zzim_success {
	display: none; 
	position: absolute; 
	top: 82px; 
	left: 50%;
    z-index: 30;
    width: 161px;
    height: 50px;
    margin-left: -80px;
    padding-top: 111px;
    background: url(http://img2.tmon.kr/static/img/sp_deal_lst2.png?v=1503643952) no-repeat -815px 0;
}

.ssearch{
	border-top:3px solid #0a2f4c; 
	border-bottom:1px solid #ccc;
	background:#f8f8f8;
	margin:20px 0;
	padding:10px 15px;
	
}
.ssearch .search_name{
	font-size:15px; 
	font-weight:600;
	color:#333;
	margin-right:30px;
}
.area{
	overflow:hidden;
	margin-top:10px;
	text-align:left;
}

.area li {
	float:left;	
}

.area li {
	margin-right: 8px;
}
.area a{
	color:inherit;
	font-size:14px;
	cursor: pointer;
}
.area a:hover{
	color:#ff6529;
}

.blank2{
	width:900px;
}

.list_btn{
	overflow:hidden;
	border:1px solid #ddd;
}

.list_btn li {
	width:11%;
	height:90px;
	float:left;
	box-sizing:border-box;	
}

.list_btn li + li {
	border-left:1px solid #ddd;
	
}

.list_btn li a{
	display:block;
	width:100%;
	height:100%;
	font-size:14px;
	text-align:center;
	padding-bottom:15px;
}

.list_btn li a img {
	width: 60px;
}

.s_t_title{
	font-size:20px; 
	color:#333; 
	background:url('../img/shape.png') 0 1px no-repeat; 
	padding-left:25px; 
	margin:50px 0 20px 0;
}
.t_title{
	font-size:30px; 
	color:#333; 
	text-align:center; 
	margin-bottom:10px;
}
.t_title_sub {
	font-size:15px; 
	color:#777; 
	text-align:center; 
	margin-bottom:30px;
}

/* 동네일자리 */
.workwrap{
	width:100%;
}
.workbox{
	width:1200px; 
	margin:0 auto;
}
.ourwork {
	overflow:hidden;
}
.ourwork li {
	width:1200px;	
	height:128px;
	position:relative;
	background:#fff url('/img/boximg2.jpg')no-repeat;
}
.ourwork li:hover {
	position:relative;
	background:#fff url('/img/sub_over2.png')no-repeat;
}
.ourwork li + li{
	margin-top:20px;
}
.ourwork li > a {
	display:block; 
	width:100%;
	height:128px;
	/**height:100%;**/
	text-decoration:none;
}
.ourwork a:hover{
	color:#333333;
}

.t_title2{
	font-size:15px; 
	color:#555; 
	margin-bottom:20px;
}
.oursub_wrap{
	position:relative;
}
.oursub li {
	padding:15px; 
	border:1px solid #d2d2d2; 
	margin-bottom:50px;
}
.sub_table {	
	font-size:14px; 
	width:100%; 
	text-align:left; 
}
.sub_table td{
	padding:5px 0; 
	color:#333;
}
.sub_table td.sub_brand{
	border-right:1px solid #d2d2d2; 
}

.brand_logo{
	position:absolute;
	top:30px;
	left:30px;
	width:230px; 
	height:85px; 
	font-size:30px; 
}
.sub_table td.t_left {
	padding-left:15px;
}
.t_text{
	width:1200px; 
	height:70px; 
	border:1px solid #d2d2d2; 
	padding:15px; 
	font-size:14px; 
	color:#555;
}

.s_line{
	border-top:2px solid #ec5f43;
}

.sub_zzim{
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	background:url('../img/zzim_b.png') no-repeat;

}

.sub_zzim .btn_zzim {
	display: inline-block; 
	position: relative; 
	width: 17px; 
	height: 16px; 
	padding: 7px 6px 6px; 
	z-index: 20; 
}
.sub_zzim span {
	display: inline-block; 
	overflow: hidden; 
	width: 17px; 
	height: 16px; 
	background: url(http://img2.tmon.kr/static/img/sp_deal_lst2.png?v=1503643952) no-repeat -365px -405px; 
	line-height: 200px; 
	/* vertical-align: middle; */ 
	cursor: pointer;
}






.homepage{
	width:310px; 
	height:40px; 
	background:#ec5f43; 
	position:absolute; bottom:0; 
	text-align:center; 
	line-height:40px;
}
.homepage a {
	display:block;
	width:100%;
	height:40px;
	color:#fafafa;
}
.homepage a:hover {
	color: #ffffff; 
}

.ourwrap{
	overflow:hidden;
}
.our1{
	width:269px; 
	height:125px;
	float:left;
}
/* .our1 .brandbox{
	border-bottom:1px solid #ff9414;
} */
.our1 .brand{
	width:230px;
	height:85px;
	text-align:center; 
	line-height:85px;
	font-size:30px; 
	margin:5px auto;
    text-overflow: ellipsis;  /* 위에 설정한 230px 보다 길면 말줄임표처럼 표시합니다. */
    white-space  : nowrap;    /* 줄바꿈을 하지 않습니다. */
    overflow     : hidden;    /* 내용이 길면 감춤니다 */
    display      : block;     /* ie6이상 현재요소를 블럭처리합니다. */
}
.our2{
	width:630px; 
	float:left; 
	padding:25px 20px;
}
.our2 p{
	font-size:14px;
}
.our2 p + p {
	margin-top:10px;
}
.our3{
	width:150px; 
	float:left; 
	padding:25px 20px; 
	text-align:center;
}
.our3 p{
	font-size:14px;
}
.our3 p + p {
	margin-top:10px;
}
.our4{
	width:150px; 
	float:left; 
	padding:20px; 
	text-align:center;
}
.our4 p{
	margin-bottom:20px; 
	font-size:14px;
}
.our4 .money{
	font-size:20px; 
	color:#ec5f43;
}

.our1.inline{
	display:inline-block;
	}
.w_option {
	width:259px;
	padding:0 5px;
	position:absolute;
	bottom:2px;
}
.w_option .sico{
	float: left; 
	margin: 6px 4px 0 0; 
	font-size:12px; 
	color:#fff;
}
.w_option .sico > span {
	float: left; 
	min-width: 35px; 
	height: 18px; 
	margin-right: 3px; 
	font-size: 11px; 
	line-height: 18px; 
	color: #fff; 
	text-align: center; 
	letter-spacing: -1px; 
	padding:0 5px;
}
.w_option .sico .chang{
	background:#f89d07; 
}
.w_option .sico .kind{
	background: #12920c;
}
.w_option .sico .work{
	background: #247adc; 
}
.w_option .sico .event{
	border: 1px solid #2f86e9; 
	background: #fff; 
	color: #247adc; 
	box-sizing:border-box; 
}
.w_option .zzim{
	float: right;
}
 .w_option .zzim .btn_zzim {
	display: inline-block; 
	position: relative; 
	width: 17px; 
	height: 16px; 
	padding: 7px 6px 6px; 
	z-index: 20; 
}
.w_option .zzim span {
	display: inline-block; 
	overflow: hidden; 
	width: 17px; 
	height: 16px; 
	background: url(http://img2.tmon.kr/static/img/sp_deal_lst2.png?v=1503643952) no-repeat -365px -405px; 
	line-height: 200px; 
	/* vertical-align: middle; */ 
	cursor: pointer;
}
.w_option .zzim_success {
	display: none;
    position: absolute;
    top: 82px;
    left: 50%;
    z-index: 30;
    width: 161px;
    height: 50px;
    margin-left: -80px;
    padding-top: 111px;
    background: url(http://img2.tmon.kr/static/img/sp_deal_lst2.png?v=1503643952) no-repeat -815px 0;
}


/* 지역,업종 */
.tabbox{ 
	border:2px solid #ec5f43; 
	margin-top:5px; 
	overflow: hidden;
}
.tabbox ul.tabs { 
	margin: 0; 
	padding: 0; 
	float: left; 
	list-style: none; 
	height: 62px; 
	border-bottom: 1px solid #eee; 
	width: 100%; 
	font-size:14px;
}
.tabbox ul.tabs li { 
	float: left; 
	text-align:center; 
	cursor: pointer; 
	width:11%; 
	height: 31px; 
	line-height: 31px; 
	border-left: none; 
	background: #fafafa; 
	position: relative; 
	border-bottom:1px solid #ccc;
}
.tabbox ul.tabs li.active {
	background: #ec5f43; 
	color:#fafafa !important; 
}
.tabbox ul.tabs li + li { 
	border-left: 1px solid #ccc;
}
.tabbox ul.tabs li:nth-child(10) { 
	border-left:none;
}
.tabbox .tab_container {
	border: 1px solid #eee;  
	border-top: none; 
	clear: both; 
	float: left; 
	background: #FFFFFF; width:100%; 
}
.tabbox .tab_content { 
	font-size: 14px; 
	display: none;
}
.tablist{
	overflow:hidden; 
	padding:20px 20px 15px 20px;
}
.tablist li {
	float:left; 
	width:11%; 
	font-size:14px; 
	margin-bottom:15px;
}
.tablist_in{
	overflow:hidden; 
	background:#ffedea; 
	padding:20px 20px 15px 20px;
	/* display:none; */
}
.tablist_in li{
	float:left; 
	width:11%; 
	font-size:14px; 
	margin-bottom:15px;
}

ul.tabs2 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 100%;
    font-family:"dotum";
    font-size:12px;
}
ul.tabs2 li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:82px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #eee;
    border-left: none;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
}
ul.tabs2 li.active {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.tab_container2 {
    border: 1px solid #eee;
    border-top: none;
    clear: both;
    float: left;
    width: 248px;
    background: #FFFFFF;
}
.tab_content2 {
    padding: 5px;
    font-size: 12px;
    display: none;
}
.tab_container2 .tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container2 .tab_content2 ul li {
    padding:5px;
    list-style:none
}
;
 #container2 {
    width: 249px;
    margin: 0 auto;
}

#tech{width:1200px; border-collapse:collapse;}
#tech th,#tech td{border-collapse:collapse; border:1px solid #d2d2d2; padding:14px;}
#tech th{color:#333333; font-size:13px; line-height:15px; background-color:#f8f8f8; }
#tech td{font-size:13px; line-height:20px; text-align:left;background:#ffffff;}

.map{width:1200px; margin-top:80px; }
#tech2{width:100%; border-collapse:collapse;  border-top:2px solid #ec5f43;}
#tech2 th,#tech2 td{border-collapse:collapse; border:1px solid #d2d2d2; height:40px;}
#tech2 th{color:#333333; font-size:13px; line-height:15px; background-color:#f8f8f8; }
#tech2 td{font-size:13px; line-height:20px; text-align:left;}

/*로그인창*/
.sub_title{
font-size:36px;
text-align:center;
padding-bottom:50px;
color:#333;
}
.sub_title_s{
font-size:22px;
color:#676767;
}

.lo_input_wrap{
border:1px solid #d2d2d2;
padding:50px 40px;
width:445px;
margin:0 auto 7px;
}

.lo_inst{
    display: block;
    width: 335px;
    height: 45px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    
    padding-left: 20px;
    color: #999;
    margin-bottom: 7px;
}

.lop_btn{
display:block;
background: #FD9414;

font-size: 17px;
font-weight: bold;
color:#fff !important;
cursor: pointer;
width: 100px;
height: 97px;
border: 0;
margin-left: 7px;
line-height:97px;
text-align:center;
}

.lop_btn:hover{
background-color:#ff8000;
}

.id_rm{

margin:10px 0px;
padding-bottom:15px;
border-bottom:1px solid #d2d2d2;
color:#777;
font-size:14px;
}

.id_rm input{
position:relative;
top:2px;
margin-right: 5px;
}

.id_find{

color:#777;
font-size:14px;
line-height:19px;
}
.id_find img{
position:relative;
top:5px;
}

/*회원가입*/
.bnermargin{padding-top:10px;}
.join_box{
padding:20px;
background-color:#eee;
border:1px solid #d2d2d2;
margin-bottom:50px;
}

.jointtl{
margin:50px 0 10px;
font-size: 18px;
font-weight: bold;
color: #454545;
}

.join_box_txt{
color:#444;
font-size:13px;
padding:20px;
height:250px;
}

.join_check{
width:;
}
.join_check {
color:#333;
font-size:14px;
}
.join_check input{
margin-top:10px;
position:relative;
top:3px;
}

.txt_center3{
width:380px;
margin:50px auto 0;
position:relative;
}

.txt_center3 a{
display:block;
width:180px;
height:50px;
line-height:50px;
text-align:center;
color:#fff;
font-weight:bold;
float:left;
  font-size:16px;
}

.txt_center3 .sbtn_wrapper a:first-child{
background-color:#FD9414;
margin-right:20px;
}

.txt_center3 .sbtn_wrapper a:first-child:hover{
background-color:#fb6704;
}
.txt_center3 a:last-child{
background-color:#888;
}
.red_colorf{
color:red;
font-weight:bold;
font-size:20px;
position:relative;
top:5px;
}
.join_table1{
width:100%;
}
.join_table1,.join_table1 th,.join_table1 td{
border-collapse:collapse;
border:1px solid #d9d9d9;
}
.join_table1 th,.join_table1 td{
padding:10px;
}

.join_table1 th{
background-color:#f4f4f4;
text-align:left;
font-size:16px;
color:#555;
}

.join_table1 td input{
padding:3px;
color:#555;
border:1px solid #d2d2d2;
}

.id_chk{
display:block;
font-size:12px;
text-align:center;
width:150px;
line-height:26px;
background-color:#eee;
border:1px solid #d2d2d2;
margin-left:5px;
}
.input_slong input{
width:150px;

}
.input_wlong input{
width:311px;
}

.join_explain{
font-size:12px;
color:#777;

}

.join_cpl{
text-align:center;
margin:80px 0 30px;
font-size:16px;
}
.join_select{
width:901px;
margin:55px auto;
}
.join_select li{
float:left;
width:450px;
}
.join_select li:first-child{
border-right:1px solid #ddd;
}

.imgcen{
text-align:center;
}
.jp1{
font-weight:bold;
text-align:center;
margin:20px auto 0;
color:#333;
font-size:20px;
}
.jp2{
font-size:13px;
color:#555;
text-align:center;
margin:5px auto 8px;
}
.js_btn{
display:block;
margin:0 auto;
text-align:center;
line-height:40px;
width:250px;
font-weight:600;
color:#fff !important;
font-size:20px;
background-color:#ffaf02;
border-radius:5px;
-webkit-box-shadow: 2px 2px 2px 0px rgba(196,196,196,1);
-moz-box-shadow: 2px 2px 2px 0px rgba(196,196,196,1);
box-shadow: 2px 2px 2px 0px rgba(196,196,196,1);
}

.js_btn:hover{
background-color:#fb6704;
}

.join_select li:last-child a{
background-color:#ff8215;
}


.agreement_wrap li{
padding:10px 0;
border-top:1px dotted #eee;
border-bottom:1px dotted #eee;
font-size:15px;
font-weight:600;
color:#666;
}

.agreement_wrap li a{
color:#666;
}

.agreement_wrap li a:hover{
color:#fb6704;
}
.agreement_wrap li:first-child{
border-top:2px solid #aaa;
}
.agreement_wrap li:last-child{
border-bottom:2px solid #aaa;
}
.agree_terms{
overflow:hidden;
}

.agree_box{
width:96%;
margin-top:20px;
background-color:#f7f7f7;
height:200px;
border:1px solid #d2d2d2;
padding:2%;
}
.orange_txt{
color:#fb6704;
font-weight:600;
}
/*로그인 하단 shiney btn*/
@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

.sbtn_button {
  text-align: center;
  text-decoration: none;
  color: #2194E0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  width:180px;
  font-size:16px;
}
.sbtn_button:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 4em;
  display: block;
  position: absolute;
  top: 0;
  left: -6.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.sbtn_button:hover {
  color: #fff;
}
.sbtn_button:hover:before {
  -webkit-transform: skewX(-45deg) translateX(19.5em);
   transform: skewX(-45deg) translateX(19.5em);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*마이페이지*/

.myinfo_wrap{
border:3px solid #999;

}
.myinfo_wrap>div{
float:left;
width:21%;
border:1px solid #f2f2f2;
box-sizing:border-box;
padding:15px 0;
min-height:175px;
}

.myinfo_wrap>div:first-child{
background-color:#fafafa;
width:37%;
}
.mp_logo{
width:140px;
height:140px;
border-radius:100px;
margin:0 auto;
border:2px solid #d2d2d2;
background-color:#FFF;
line-height:140px;
text-align:center;
font-size:20px;
font-weight:600;
color:#999999;

}

.logo_file{
display:block;
width:80px;
border-radius:3px;
text-align:center;
padding:5px 0;
background-color:#929292;
font-size:12px;
margin:10px auto;
color:#fff	!important;
}
.logo_file:hover{
background-color:#707070;
}

.name2{
font-weight:600;
font-size:20px;
color:#f85510;

}

.mp_sttl{
margin-top:5px;
text-align:center;
color:#555;
font-weight:600;
font-size:20px;
}

.mp_num{
display:block;
width:100%;
color:#f85510 !important;
font-weight:600;
font-size:40px;
text-align:center;
text-decoration:underline;
}

.mp_num span{
font-size:20px;
color:#555;
}
.mp_sbtn{
display:block;
width:100px;
border-radius:3px;
text-align:center;
padding:5px 0;
background-color:#929292;
font-size:12px;
margin:13px auto;
color:#fff	!important;
}

.circle_wrap{

}

.mp_store{
margin:20px 0 0 20px;
}


ul.mp_tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    width: 100%;
    font-family:"dotum";
    font-size:15px;
}
ul.mp_tabs li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:182px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #eee;
    border-left: none;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;
    position: relative;
}

ul.mp_tabs li:first-child,ul.mp_tabs li:last-child{
width:183px;
}

ul.mp_tabs li.mp_active {
    background: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.mp_tab_container {
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}
.mp_tab_content {
    padding: 5px 0; 
    font-size: 12px;
}
.mp_tab_container .mp_tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}

#mp_container {
    width: 100%;
    margin:50px auto 0;
}

#mp_container ul.mp_tabs li.active {
    background: #FFFFFF;
}


ul.mp_tabs2 {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 40px;
    width: 100%;
    font-family:"dotum";
    font-size:15px;
	border:1px solid #d2d2d2;
}
ul.mp_tabs2 li {
    float: left;
    text-align:center;
    cursor: pointer;
    width:49.9%;
    height: 39px;
    line-height: 39px;
    font-weight: bold;
    background: #fafafa;
    overflow: hidden;

}

ul.mp_tabs2 li:first-child{
border-right:1px solid #d2d2d2;
}

ul.mp_tabs2 li.mp_active2 {
    background: #ff9900;
    border-bottom: 1px solid #FFFFFF;
	color:#fff;
}
.mp_tab_container2 {
    clear: both;
    float: left;
    width: 100%;
    background: #FFFFFF;
}
.mp_tab_content2 {
    padding: 5px 0; 
    font-size: 12px;
    display: none;
}

.mp_tab_container2 .mp_tab_content2 ul {
    width:100%;
    margin:0px;
    padding:0px;
}

#mp_container2 {
    width: 100%;
    margin:50px auto 0;
}

.clb{
clear:both;
}


.hashtag li{
float:left;
margin:10px 7px 0px 0px;
}

.hashtag li:first-child{
}
.hashtag li a{
display:block;
padding:2px 7px;
text-align:center;
border:2px solid #d2d2d2;
border-radius:50px;
background:url('/img/doc_pt.png');
}

.hashtag li a:hover{
border:2px solid #FF9414;
background-color:#FF9414;
color:#fff;
}


.hashtag li a.act{
border:2px solid #FF9414;
background-color:#FF9414;
color:#fff;
}

.text_dot{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* 라인수 */
-webkit-box-orient: vertical;
word-wrap:break-word; 
line-height:20px;
height:39px;
}

.ar_wrap{
margin-top:10px;
padding-bottom:10px;
border-bottom:1px dotted #d2d2d2;
position:relative;
}
.ar_wrap a{
display:block;
text-align:center;
font-weight:600;
font-size:13px;
color:#333;
background-color:#eee;
border:1px solid #d2d2d2;
width:100px;
float:right;
margin-right:10px;
line-height:28px;
}


/*창업방법 게시판 svg*/

.c_gallery{
width:100%;
background-image:url(../img/gbg);
}

.c_gallery li{
margin-right:65px;
margin-bottom:30px;
}


.c_gallery li:nth-child(4n+4){
margin-right:0;
}
.cg_con{
width:225px;

border-radius:10px;
}
.cg_con img{
display:block;
vertical-align:top;
width:100%;
}
.cgal_ttl{
width:100%;
text-align:center;;
font-size:15px;
color:#fff;
font-weight:600;
}

.cgal_ttl:hover{
color:#fff;
}



.c_gallery .bubble {
  display: block;
  height: 100%;
  -webkit-animation: hue-rotate 5s linear infinite;
          animation: hue-rotate 5s linear infinite;
}

.cgal_ttl * {
  box-sizing: border-box;
}

.cgal_ttl .bubble {
  display: block;
  height: 100%;
  -webkit-animation: hue-rotate 5s linear infinite;
          animation: hue-rotate 5s linear infinite;
}

.button  {
  -webkit-font-smoothing: antialiased;
  background-color: red;
  border: none;
  color: #fff !important; /*버튼글씨색*/
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: 1px;
  padding: 15px 0;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-align:center;
  width:100%;
  left:0;
  height:50px;/*배경높이*/
}
.button:hover {
  background-color: #90feb5;
  color: #fff;
}
.button:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.button--bubble {
  position: relative;
  z-index: 2;
  color: white;
  background: none;
}
.button--bubble:hover {
  background: none;
}
.button--bubble:hover + .button--bubble__effect-container .circle { /*익스 효과색상*/
  background: #faa423;
}
.button--bubble:hover + .button--bubble__effect-container .button {/*익스 효과색상*/
  background: #faa423;
}
.button--bubble:active + .button--bubble__effect-container {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.button--bubble__container {
  position: relative;
  display: inline-block;
}
.button--bubble__container .effect-button { /*초기 배경색*/
  position: absolute;
  width: 100%;
  height:100%;
  z-index: 1;
  background: #444;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}

.button--bubble__effect-container {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left:0;
  -webkit-filter: url("#goo");
  filter: url("#goo");
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  pointer-events: none;
  height:50px;/*배경 높이*/
}
.button--bubble__effect-container .circle {/*버블 크기 초기색상 등*/
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background: #444;/*배경 초기색과 똑같이 맞춰야함*/
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
.button--bubble__effect-container .circle.top-left {/*왼쪽 버블 시작위치*/
  top: 2%;
  left: 2%;
}
.button--bubble__effect-container .circle.bottom-right {/*오른쪽 버블 시작위치*/
  bottom: 2%;
  right:  2%;
}

.goo {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}



.button--bubble__container {
width:100%;
}

@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

/*창업방법게시판_일반*/
.guide_list{
width:1200px;
margin:0 auto;
font-family:Malgun Gothic;
}
.guide_list li{
width:285px;
height:285px;
position:relative;
}

.guide_list li img{
width:285px;
height:285px;
}


.list_bgc{
box-sizing:border-box;
position:absolute;
top:0;
left:0;
display:block;
width:285px;
height:285px;
padding:10px;
transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
animation: hue-rotate 10s linear infinite;
-webkit-animation: hue-rotate 10s linear infinite;

}

.guide_list li{
margin:0 20px 20px 0;
}
.guide_list li:nth-child(4n+1){

}
.guide_list li:nth-child(4n+2){

}
.guide_list li:nth-child(4n+3){
}

.guide_list li:nth-child(4n+4){
margin-right:0;
}
.list_bgc:hover{
background-color:rgba(255,135,2,0.95);
-webkit-animation: hue-rotate 5s linear infinite;
          animation: hue-rotate 5s linear infinite;
}



.guide_ttl{
border:1px solid #fff;
border-top:none;
border-right:none;
transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
opacity:0;
}
.list_bgc:hover .guide_ttl{
opacity:1;
}

.guide_ttl h4{
text-align:center;
font-size: 18px;
font-weight: bold;
word-break:break-all;
color:#fff;
}
.small_ttl{
text-align:center;
font-size: 14px;
color: #fff;
margin:5px 0 10px;
}

.view_txt{
margin:0 auto;
font-size: 17px;
font-weight: bold;
width: 100px;
height: 35px;
line-height: 31px;
text-align:center;
color:#fff;
border:1px solid #fff;
}

.line_top{
width:0px;
height:1px;
background-color:#FFF;
transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
}

.line_right{
width:1px;
height:0px;
background-color:#fff;
transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-webkit-transition: all 0.5s;
}

.guide_eli:hover .line_top{
width:100%;
}

.guide_eli:hover .line_right{
height:264px;
}


 .btn_st1{display: inline-block; padding: 0 20px 2px 20px; color:#fff; background-color: #385392; line-height:32px; }
.btn_st1:hover{color:#fff; background-color: #202e4c;}
.btn_st1:focus{color:#fff; background-color: #202e4c;}

.btn_st2{display: inline-block; padding: 0 20px 2px 20px; color:#9a8c7e; background-color: #737373; line-height:32px;}
.btn_st2:hover{color:#fff; background-color: #666;}
.btn_st2:focus{color:#fff; background-color: #666;}

.btn_st3{display: inline-block; padding: 0 20px 2px 20px; color:#9a8c7e; background-color: #de712e; line-height:32px;}
.btn_st3:hover{color:#fff; background-color: #737373;}
.btn_st3:focus{color:#fff; background-color: #737373;}

.btn_con{color:#fff; text-align:center; margin-top:30px;}
.join_f_btn{width:150px;padding:10px 40px; text-align:center; font-size:14px; }


.eq{background:url("/images/join_tt_icon01.gif") 0 5px no-repeat;padding:0 0 0 15px;}
.eq2{background:url("/images/join_tt_icon02.gif") 0 5px no-repeat;padding:0 0 0 15px;}

/*창업방법 css*/
.liner{
background-color:#d7fe01;
}
.gp_wrap{margin-top:100px;}
.gp_ttl{
background:url(/img/online_img1.png) center;
width:100%;
min-height:384px;
}

.gp_ttl>div{
margin:0 auto;
}
.gpt1{
color:#333;
font-size:21px;
width:430px;
padding-top:70px;
padding-bottom:10px;
border-bottom:1px solid #777;

}
.gpt2{
width:438px;
font-size:47px;
color:#333;
text-align:center;
line-height:68px;
padding-top:13px;
font-weight:500;
}
.gpt2 span{
color:#f65f04;
font-weight:600;
}
.gpbtn{
width:150px;
display:block;
border:1px solid #333;
line-height:40px;
text-align:center;
margin:30px auto 0;
}

.gp_contents{
width:100%;

font-family:'Nanum Gothic';
}
.gp_con_center{
width:1200px;
margin:0 auto;
}
.gpc_step{
color:#34322e;
font-size:30px;
font-family:'Nanum Gothic';
}
.gpc_ctt1{
font-size:35px;
color:#34322e;
font-weight:600;
font-family:'Nanum Gothic';
margin-bottom:20px;
margin-top:8px;
}
.gpc_con{
line-height:30px;
font-size:15px;
}
.gpc_con_wrap{
width:50%;
}
.gpc_img_wrap{
width:50%;
}
.gpc_img_wrap table{
width:100%;
}
.gp_contents > li:nth-child(odd) .gpc_img_wrap td{
text-align:right;
}
.gp_contents > li:nth-child(even) .gpc_img_wrap td{
text-align:left;
}

.gpc_ex{
margin-top:15px;
font-size:12px;
color:#555;
}
.gpc_onebtn{
display:block;
width:100%;
line-height:50px;
font-size:17px;
font-weight:600;
color:#fff !important;
margin-top:30px;
text-align:center;
transition: all 0.2s;
border-radius:5px
}
.gpc_over:hover{
background:#f65f04 !important;
color:#fff;
}
.gpc_3btn li{
float:left;
width:30%;
margin-right:5%;
}
.gpc_3btn li:last-child{
margin-right:0;
}
.gpc_3btn a{
width:100%;
display:block;
background-color:#FFF;
border-radius:5px;
text-align:center;
padding:10px 0;
color:#fff;
font-weight:600;
}

.gpc_2btn li{
float:left;
width:45%;
margin-right:5%;
}
.gpc_2btn li:last-child{
margin-right:0;
}
.gpc_2btn a{
width:100%;
display:block;
background-color:#FFF;
border-radius:5px;
text-align:center;
padding:20px 0;
color:#fff;
font-weight:600;
}
.qma{
width:1px;
height:10px;
}

.gpc_cenbox{
width:100%;
border:3px solid #61b1cf;
border-radius:3px;
box-sizing:border-box;
padding:30px;
margin:30px 0;
background-color:#FFF;
}
.cenbox_ttl{

}
.cenbox_con{
width:950px;
margin-left:10px;
margin-bottom:20px;
}
.cenbox_con2{
text-align:center;
margin:40px auto;
line-height:35px;
width:80%;
}
.cenbox_con2 span{
font-weight:bold;
color:#222;
}

.pcbox{
width:90%;
margin:80px auto;
}
.pcbox td{
box-sizing:border-box;
border-radius:15px;
text-align:center;
height:30px;
width:28%;
vertical-align:middle;
height:100px;
color:#fff;
font-weight:600;
line-height:25px;
padding:8px 0;
font-size:16px;
}
.pcbox td:nth-child(even){
width:5.3%;
color:#7cb1a6;
font-size:20px;
}

.shoptip{
background:url('/img/online_img17.png') no-repeat;
width:100%;
height:80px;
box-sizing:border-box;
padding:10px;
margin-top:70px auto;
}

.shoptip div{
box-sizing:border-box;
}

.shoptip1{
width:170px;
font-size:20px;
color:#333;
line-height:60px;
border-right:1px solid #75abee;
margin-right:30px;

}
.shoptip2{
width:850px;
font-size:15px;
line-height:25px;
color:#333;
margin-top:5px;
}
.gpcttl2{
width:100%;
font-size:26px;
text-align:center;
margin:0px auto 20px;
}
.liner_blue{
background-color:#0dfbe7;
}
.corp1{
text-align:center;
}

.company_t{
border:1px solid #d2d2d2;
width:100%;
margin-bottom:60px;
}

.company_t,.company_t td,.company_t th{
border-collapse:collapse;
border:1px solid #d2d2d2;
background-color:#FFF;
}

.company_t td,.company_t th{
padding:7px;
}

.company_t caption{
background-color:#fff;
width:100%;
padding:10px 0;
border-top:2px solid #2eadc9;
border-bottom:2px solid #2eadc9;
font-size:18px;
}
.company_t th{
background-color:#f2fbfd;
}

.company_t td{
font-size:14px;
}
.company_t .cenbox_con{
margin-bottom:10px;
}

.box_trp{
width:600px;
margin:40px auto;
color:#333;
padding:10px 0;
text-align:center;
font-size:26px;
-webkit-box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    4px 3px 0px 0px rgba(0, 0, 0, 0.75);
box-shadow:         4px 3px 0px 0px rgba(0, 0, 0, 0.75);
border:1px solid #333;
}
.pgbox td{
position:relative;
}
.pgbox .gradi{
 background: #953e90;
  background-image: -webkit-linear-gradient(left, #953e90, #572ba5);
  background-image: -moz-linear-gradient(left, #953e90, #572ba5);
  background-image: -ms-linear-gradient(left, #953e90, #572ba5);
  background-image: -o-linear-gradient(left, #953e90, #572ba5);
  background-image: linear-gradient(to right, #953e90, #572ba5);
  border-radius:10px;
  padding:25px 0;
  font-size:14px;
  min-height:100px;
}
.chkimg{
position:absolute;
top:-9px;
left:50%;
margin-left:-17px;
}

.esttl{
width:100%;
text-align:center;
margin:20px auto;
font-size:26px;
}
.escon{
box-sizing:border-box;
padding:30px;
text-align:center;
font-size:15px;
color:#333;
line-height:20px;
}
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #364759;
}
.tar{
float:right;
}
.mktbtn{
width:310px;
line-height:35px;
background-color:#f29e27;
color:#fff !important;
border-radius:10px;
text-align:left;
padding-left:10px;
font-size:14px;
font-weight:600;
margin-left:20px;
}

.mkt_ttl{
border-radius:10px 10px 0 0;
width:80px;
padding:20px;
line-height:40px;
color:#fff;
font-size:18px;
text-align:center;
box-sizing:border-box;
}
.arrow-right2 {
  width: 0; 
  height: 0; 
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #ef6a65;
}
.mkt_con{
width:320px;
padding:10px 10px 10px 20px;
margin-left:20px;
font-size:13px;
text-align:left;
margin-top:30px;
}
.clb{
clear:both;
}
s