
#practice_B_2_1 #step_1_game .grid_bg .gray_area{
	fill: #DBDCDC;
}

#practice_B_2_1 #step_1_game #grid_size_wrap{
	width: 100%;
	float: left;
	padding-left: 120px;
	padding-right: 120px;
	box-sizing: border-box;
	height: 360px;
	margin-top: 30px;
	display: table;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group{
	width: 100%;
	float: left;
	height: 114px;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group .elements_group_wrap{
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 400ms ease;
	padding-top: 12px;
	box-sizing: border-box;
	cursor: pointer;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group.active .elements_group_wrap,
#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group .elements_group_wrap:hover{
	background-color: #E6E5E5;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group .elements_group_wrap .element{
	width: 90px;
	height: 90px;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group .elements_group_wrap .element .num{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	font-size: 48px;
	color: #999999;
	line-height: 90px;
	text-align: center;
	font-weight: bold;
	z-index: 3;
	opacity: 0;
	transition: all 400ms ease;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group.active .elements_group_wrap .element .num,
#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group .elements_group_wrap:hover .element .num{
	opacity: 1;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group .elements_group_wrap .element .svg{
	width: 100%;
	height: 100%;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group .elements_group_wrap .element .box{
	opacity: 0.5;
	transition: all 400ms ease;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group.active .elements_group_wrap .element .box,
#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group .elements_group_wrap:hover .element .box{
	opacity: 1;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group .check{
	width: 72px;
	height: 51px;
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 8;
	margin-top: -25px;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group  .check .check_run{
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}

#practice_B_2_1 #step_1_game #grid_size_wrap .elements_groups .elements_group.active .check .check_run{
	animation-name: line_run;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}



#practice_B_2_1 #step_2_game #grid_size_wrap{
	width: 100%;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	height: 360px;
	margin-top: 0px;
	display: table;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .elements_group_wrap{
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	transition: all 400ms ease;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group > *{
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .txt_input{
	width: 48px;
	height: 48px;
	background-color: #E6E5E5;
	border: 0px;
	text-align: center;
	line-height: 48px;
	font-size: 30px;
	font-weight: bold;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .objs_wrap{
	width: 223px;
	height: 75px;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .objs_wrap .objs_box{
	width: 75px;
	height: 75px;
	border: 0px;
	border: 1px solid #808080;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 0px;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .objs_wrap .objs_box .element{
	width: 74px;
	height: 74px;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .objs_wrap .objs_box *{
	cursor: default;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .objs_wrap .objs_box:nth-child(2){
	left: 74px;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .objs_wrap .objs_box:nth-child(3){
	left: 148px;
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .obj_txt{
	width: 44px;
	height: 45px;
	margin-right: 10px;
	background-image: url(../../../img/practice/B_2_1/icon_t_1.svg);
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group.elements_group_2 .obj_txt{
	width: 44px;
	height: 59px;
	margin-right: 10px;
	background-image: url(../../../img/practice/B_2_1/icon_t_2.svg);
}


#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group.elements_group_3 .obj_txt{
	width: 44px;
	height: 45px;
	margin-right: 10px;
	background-image: url(../../../img/practice/B_2_1/icon_t_3.svg);
}


#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .obj_equal{
	width: 39px;
	height: 23px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../../../img/practice/B_2_1/icon_t_equal.svg);
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .obj_comma{
	width: 8px;
	height: 18px;
	vertical-align: bottom;
	background-image: url(../../../img/practice/B_2_1/icon_t_comma.svg);
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .obj_quote_l_b{
	width: 23px;
	height: 74px;
	background-image: url(../../../img/practice/B_2_1/icon_t_left_quote_b.svg);
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .obj_quote_l{
	width: 14px;
	height: 74px;
	margin-right: 5px;
	background-image: url(../../../img/practice/B_2_1/icon_t_left_quote.svg);
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .obj_quote_r{
	width: 14px;
	height: 74px;
	margin-left: 5px;
	background-image: url(../../../img/practice/B_2_1/icon_t_right_quote.svg);
}

#practice_B_2_1 #step_2_game #grid_size_wrap .elements_groups .elements_group .obj_quote_r_b{
	width: 23px;
	height: 74px;
	background-image: url(../../../img/practice/B_2_1/icon_t_right_quote_b.svg);
}



#practice_B_2_1 #step_3_game #grid_size_wrap{
	width: 100%;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	height: 361px;
	margin-top: 30px;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container{
	height: 224px;
	width: 480px;
	margin-top: 30px;
	float: left;
	background-image: url(../../../img/practice/B_2_1/obj_bg.svg);
	background-repeat: no-repeat;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container.active .word{
	opacity: 1;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container.active .ele_wrap.grid_item{
	opacity: 0;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container.active .hit_area{
	opacity: 0.7 !important;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container.active .hit_area .hit_point{
	fill: #4D4C4D;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container .switcher{
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: left;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container .switcher .icon{
	width: 33px;
	height: 33px;
	float: left;
	background-image: url(../../../img/practice/B_2_1/switcher_icon.svg);
	margin-right: 15px;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container .switcher .switcher_btn{
	width: 45px;
	height: 33px;
	float: left;
	position: relative;
	cursor: pointer;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container .switcher .switcher_btn .circle_btn{
	width: 23px;
	height: 23px;
	background-color: #4E4D4D;
	border-radius: 22px;
	position: absolute;
	z-index: 3;
	top: 5px;
	left: 0px;
	transition: 400ms all ease;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container.active .switcher .switcher_btn .circle_btn{
	left: 22px;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_container .switcher .switcher_btn .switcher_bg{
	width: 45px;
	height: 16px;
	background-color: #CBCCCC;
	border-radius: 16px;
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 0px;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller{
	height: 100%;
	width: 285px;
	float: right;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner{
	width: 100%;
	height: 100%;
	float: left;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_layouts{
	height: 225px;
	width: 100%;
	position: relative;
	float: left;
	z-index: 3;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_layouts .tab_layer{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #000000;
	box-sizing: border-box;
	display: none;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_layouts .tab_layer.tab_1{
	background-color: #e6e6e6;
}
#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_layouts .tab_layer.tab_2{
	background-color: #b3b3b3;
}
#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_layouts .tab_layer.active{
	display: block;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_layouts .tab_layer .tab_layer_wrap{
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: table;
}

#practice_B_2_1 #step_3_game #grid_size_wrap .tab_layer .tab_layer_wrap .tab_layer_container{
	width: 100%;
	height: 100%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

#practice_B_2_1 #step_3_game #grid_size_wrap .tab_layer .tab_layer_wrap .tab_layer_container .tab_layer_line{
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

#practice_B_2_1 #step_3_game #grid_size_wrap .tab_layer .tab_layer_wrap .tab_layer_container .tab_layer_line .num{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 15px;
	width: 20px;
}

#practice_B_2_1 #step_3_game #grid_size_wrap .tab_layer.tab_2 .tab_layer_wrap .tab_layer_container .tab_layer_line .num{
	width: 35px;
}

#practice_B_2_1 #step_3_game #grid_size_wrap .tab_layer .tab_layer_wrap .tab_layer_container .tab_layer_line .tab_layer_element{
	display: inline-block;
	width: 96px;
	height: 32px;
	position: relative;
	vertical-align: middle;
}

#practice_B_2_1 #step_3_game #grid_size_wrap .tab_layer.tab_2 .tab_layer_wrap .tab_layer_container .tab_layer_line .tab_layer_element{
	display: inline-block;
	width: 192px;
	height: 64px;
	position: relative;
	vertical-align: middle;
}

#practice_B_2_1 #step_3_game #grid_size_wrap .tab_layer .tab_layer_wrap .tab_layer_container .tab_layer_line .tab_layer_element .drag_element{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#practice_B_2_1 #step_3_game #grid_size_wrap .tab_layer .tab_layer_wrap .tab_layer_container .tab_layer_line .tab_layer_element .element{
	width: 100%;
	height: 100%;
}

#practice_B_2_1 #step_3_game #grid_size_wrap .tab_layer .tab_layer_wrap .tab_layer_container .tab_layer_line .tab_layer_element .bg_element{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_tabs{
	height: 30px;
	width: 100%;
	position: relative;
	float: left;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_tabs .tab_selector{
	height: 100%;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_tabs .tab_selector.tab_1{
	background-color: #e6e6e6;
	color: #231815;
}
#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_tabs .tab_selector.tab_1:after{
	width: 100%;
	height: 3px;
	background-color: #e6e6e6;
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: -2;
	display: none;
}
#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_tabs .tab_selector.tab_2{
	background-color: #b3b3b3;
}
#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_tabs .tab_selector.tab_2:after{
	width: 100%;
	height: 3px;
	background-color: #b3b3b3;
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0px;
	z-index: -2;
	display: none;
}
#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_tabs .tab_selector.active{
	z-index: 8;
}

#practice_B_2_1 #step_3_game #grid_size_wrap #grid_controller .grid_content_inner .grid_tabs .tab_selector.active:after{
	z-index: 8;
	display: block;
}







#practice_B_2_1 #step_4_game #grid_size_wrap{
	width: 100%;
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	height: 361px;
	margin-top: 30px;
}

#practice_B_2_1 #step_4_game #grid_size_wrap #grid_container{
	height: 224px;
	width: 480px;
	margin-top: 30px;
	margin-left: 25px;
	float: left;
	border: 1px solid #6a6a6a;
}

#practice_B_2_1 #step_4_game #grid_size_wrap #grid_container.borderDisctive{
	border: 0px solid #6a6a6a;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller{
	height: 100%;
	width: 130px;
}

#practice_B_2_1 #step_4_game #grid_size_wrap #right_controller{
	float: right;
}

#practice_B_2_1 #step_4_game #grid_size_wrap #left_controller{
	float: left;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .grid_content_inner{
	width: 100%;
	height: 100%;
	float: left;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .cards{
	width: 100%;
	height: 255px;
	float: left;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .cards .card_title{
	width: 100%;
	height: 35px;
	border: 1px solid #4E4D4D;
	box-sizing: border-box;
	background-color: #4E4D4D;
}

#practice_B_2_1 #step_4_game #grid_size_wrap #right_controller.grid_controller .cards .card_title{
	background-color: #fff;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .cards .card_content{
	width: 100%;
	height: 220px;
	border: 1px solid #4E4D4D;
	box-sizing: border-box;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .cards .card_content .card_container{
	width: 100%;
	height: 100%;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .cards .card_content .mCSB_container{
	padding-bottom: 10px;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .cards .card_content .pic{
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-top: 10px;
	transition: 400ms all ease;
	cursor: pointer;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .cards .card_content .pic img{
	transition: 400ms all ease;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .cards .card_content .pic.active{
	background-color: #fff;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .cards .card_content .pic.active img{
	opacity: 0.3;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .switcher{
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: left;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .switcher .icon{
	width: 33px;
	height: 33px;
	float: left;
	background-image: url(../../../img/practice/B_2_1/switcher_icon.svg);
	margin-right: 15px;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .switcher .switcher_btn{
	width: 45px;
	height: 33px;
	margin: 0 auto;
	position: relative;
	cursor: pointer;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .switcher .switcher_btn .circle_btn{
	width: 23px;
	height: 23px;
	background-color: #4E4D4D;
	border-radius: 22px;
	position: absolute;
	z-index: 3;
	top: 5px;
	left: 0px;
	transition: 400ms all ease;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller.active .switcher .switcher_btn .circle_btn{
	left: 22px;
}

#practice_B_2_1 #step_4_game #grid_size_wrap .grid_controller .switcher .switcher_btn .switcher_bg{
	width: 45px;
	height: 16px;
	background-color: #CBCCCC;
	border-radius: 16px;
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 0px;
}



#practice_B_2_1 #step_5_game #grid_size_wrap {
	transform-origin: left top;
	overflow: visible;
}

#practice_B_2_1 #step_5_game #grid_size_wraper{
	display: table;
	width: 100%;
	height: 360px;
	margin-top: 40px;
}

#practice_B_2_1 #step_5_game #grid_size_wrap {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	transform-origin: left top;
	background-image: url(../../../img/practice/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	float: none;
}

#practice_B_2_1 #step_5_game #grid_size_wrap img{
	
}

#practice_B_2_1 #step_5_game #grid_size_wrap .grid_container{
	border: 0px;
	overflow: visible;
}

#practice_B_2_1 #step_5_game  .additional_wrap{
	width: 75px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -330px;
	margin-top: -20px;
	display: inline-block;
	opacity: 0.4;
	pointer-events: none;
	transition: 400ms all ease;
}

#practice_B_2_1 #step_5_game  .additional_wrap.active{
	opacity: 1;
	pointer-events: auto;
}

#practice_B_2_1 #step_5_game  .additional_wrap > *{
	width: 25px;
	height: 25px;
	margin-left: 5px;
	float: left;
/* 	transition: all 600ms ease; */
}

#practice_B_2_1 #step_5_game  .additional_wrap > *:hover{
/* 	transform: scale(1.1); */
	opacity: 0.9;
}

#practice_B_2_1 #step_5_game  .additional_wrap .icon{
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

#practice_B_2_1 #step_5_game  .additional_wrap .share_btn .icon{
	background-image: url(../../../img/practice/share_icon.svg);
}

#practice_B_2_1 #step_5_game  .additional_wrap .download_btn .icon{
	background-image: url(../../../img/practice/download_icon.svg);
}













#practice_B_2_1 #share_view{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99991;
	top: 0px;
	left: 0px;
	display: none;
}

#practice_B_2_1 #share_view .share_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
}

#practice_B_2_1 #share_view .share_box{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -335px;
	margin-top: -190px;
	z-index: 2;
	width: 670px;
	height: 380px;
	background-color: #fff;
}

#practice_B_2_1 #share_view .share_box .cancel_share_view_btn{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	z-index: 3;
}

#practice_B_2_1 #share_view .share_box .cancel_share_view_btn .icon{
	width: 30px;
	height: 30px;
	background-size: contain;
	background-image: url(../../../img/practice/cancel_share_view_icon.svg);
}

#practice_B_2_1 #share_view .share_box h3{
	font-size: 20px;
	text-align: center;
	width: 100%;
	float: left;
}

#practice_B_2_1 #share_view .share_box hr{
	width: 100px;
	text-align: center;
}

#practice_B_2_1 #share_view .share_box .social_btns{
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

#practice_B_2_1 #share_view .share_box .social_btns > *{
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	zoom: 1;
}

#practice_B_2_1 #share_view .share_box .social_btns a{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
}


#practice_B_2_1 #share_view .share_box .social_btns .icon{
	width: 30px;
	height: 30px;
	float: left;
	transition: all 600ms ease;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}

#practice_B_2_1 #share_view .share_box .social_btns .icon:hover{
	opacity: 0.7;
	
}

#practice_B_2_1 #share_view .share_box .social_btns .icon svg{
	width: 30px;
	height: 30px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}

#practice_B_2_1 #share_view .share_box .social_btns .social_btn{
	transition: all 600ms ease;
}

#practice_B_2_1 #share_view .share_box .social_btns .social_btn *{
	transition: all 600ms ease;
}

#practice_B_2_1 #share_view .share_box .social_btns .social_btn.active .circle{
	fill: #4A494A;
}

#practice_B_2_1 #share_view .share_box .social_btns .social_btn.active .icon_fill{
	fill: #fff;
}


#practice_B_2_1 #share_view .share_box .ticket_wrap{
	width: 400px;
	margin: 0 auto;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}


#practice_B_2_1 #share_view .share_box .comment_wrap{
	width: 400px;
	margin: 0 auto;
}

#practice_B_2_1 #share_view .share_box .comment_wrap textarea{
	width: 100%;
	height: 130px;
	box-sizing: border-box;
	font-size: 14px;
	padding: 8px;
	border: 1px solid #bababa;
}

#practice_B_2_1 #share_view .share_box .comment_wrap textarea::-moz-selection,
#practice_B_2_1 #share_view .share_box .comment_wrap textarea::selection { 
	background-color: #999 !important;
	color: #fff !important; 
}

#practice_B_2_1 #share_view .share_box .submit_btn_wrap{
	width: 100%;
	float: left;
	margin-top: 10px;
}

#practice_B_2_1 #share_view .share_box .submit_btn_wrap #submit_btn{
	width: 200px;
	margin: 0 auto;
	font-size: 16px;
	background-color: #bbbdc0;
	color: #494949;
	text-align: center;
	padding: 4px;
	cursor: pointer;
	transition: all 600ms ease;
}

#practice_B_2_1 #share_view .share_box .submit_btn_wrap #submit_btn:hover{
	opacity: 0.7;
}

#practice_B_2_1 #share_view .share_box .submit_btn_wrap #submit_btn:active{
	transform: scale(0.97);
}



