/* Step 버튼 */
.step-buttons li.step-button {width: 20%;min-width: 60px;float:left;border: 1px solid #ccc !important;font-size: 14px;padding: 5px 0px !important;margin-bottom:3px;text-align: center;font-size:13px !important;cursor:pointer !important;list-style:none !important;margin-right:-1px;}
li.step-button.step-active {background-color: #3877BD !important;color: #F7F7F7 !important; }

/* Tab 버튼 */
.tab-buttons li.tab-button {min-width: 60px;float:left;border: 1px solid #ccc !important;font-size: 14px;padding: 5px 7px !important;margin-bottom:0px; margin-right:6px !important;text-align: center;font-size:13px !important;cursor:pointer !important;list-style:none !important;margin-right:-1px; position:relative;}

li.tab-button.tab-active {background-color: #3877BD !important;color: #F7F7F7 !important; }


/* Toggle 버튼 */
.toggle-buttons li.toggle-button {min-width: 60px;float:left;border: none !important;padding: 5px 7px !important;margin-bottom:0px; margin-right:6px !important; text-align: center;font-size:15px !important;cursor:pointer !important;list-style:none !important;margin-right:-1px; position:relative;}

li.toggle-button.mb-toggle-active {color: #348045 !important; }


/* Toggle Check버튼 */

.toggle-buttons-check li.toggle-button2{  padding:0 !important;}
.toggle-buttons-check li.toggle-button div {display: inline-block !important;}
.toggle-buttons-check li.toggle-button2 .toggle-check { width: 20px;height: 20px;cursor: pointer;background-repeat: no-repeat; background-position:center center;background-size: 20px 20px; margin-left:5px; vertical-align:-5px;}
.toggle-check-label{ padding:2px 3px !important;color: #AFB0B0 !important;font-size:15px !important;font-weight:600;}
.toggle-buttons-check li.toggle-button.mb-toggle-active .toggle-check-label{color: #348045 !important;}
.toggle-buttons-check li.toggle-button2 .toggle-check-image{background-image: url('../images/btn-click-check12.png');}
.toggle-buttons-check li.toggle-button2.mb-toggle-active .toggle-check {background-image: url('../images/btn-click-check11.png');}


.mb-main-tabs-wrap{
	overflow-x:auto;
}
.mb-mobile .mb-main-tabs-wrap .mb-main-tabs{
    width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}
#mb_top .mb-main-tabs{
	border-bottom:3px solid #0C3B80;
	padding:3px 0 0 !important;;
}
.mb-main-tabs .mb-btn-style1{
	width:11.626%;
	text-align:center;
	padding:8px 3px 6px;
	display:inline-block !important;
	cursor:pointer !important;
	margin: 0 0px 0 1%; 
	background: #fafafa;
	border-bottom:none;
	font-size:16px;
	height:42px;
	min-width:90px;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0px 0px 2px rgba(150,150,150,0.4);
    box-shadow: 0px 0px 2px rgba(150,150,150,0.4);
}
.mb-mobile .mb-main-tabs .mb-btn-style1{
	width:11.626%;
	text-align:center;
	padding:6px 3px 6px;
	margin: 0 0px 0 1%; 
	font-size:15px;
	height:34px;
	min-width:90px;

	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 0px 0px 2px rgba(150,150,150,0.4);
    box-shadow: 0px 0px 2px rgba(150,150,150,0.4);
}
.mb-main-tabs .mb-btn-style1:first-child{
	margin-left:0 !important;
}
.mb-main-tabs .mb-btn-style1t.mb-status-complete{
	background-color:#999999;
}

.mb-main-tabs .mb-btn-style1.mb-btn-selected{
	-webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2 all ease-in-out;
	color:#FFF;
	font-weight: 400;
	background-color:#0C3B80;
	border-bottom:none;
}