@media(min-width:1px){
	.instruction_to_edit{
		display: none;
	}
	.instruction_add_button{
		display: none;
	}
	.instruction_content_menu{
		display: none;
	}

	.insruction_history_back_desktop{
		display: none;
	}

	.header_margin{
		height: 59px;
	}

	.history_back_wrap{
		margin: 20px 0px 0px;
	}

	.history_back_icon{
		margin-right: 18px;
	}

	content{
		min-height: calc(100vh - 129px);
	}

	.insruction_wrap{
		padding: 0px 10px;
	}

	.instuction_filter{
		display: flex;
		height: 28px;
		margin: 20px 0px 0px;
		border-bottom: 1px solid black;
		position: relative;
	}

	.insruction_filter_icon{
		width: 22px;
		height: 22px;
		background: url(../img/side_menu/search.svg) center/22px no-repeat;
		margin: 0px 30px 0px 10px;
	}

	.instruction_filter_input_wrap{
		flex: 1;
	}

	.instuction_filter_input{
		height: 22px;
		width: 100%;
		color: #353535;
		font-family: 'MontserratMedium';
		font-size: 10px;
		line-height: 12px;
	}

	.instruction_cat_select_wrap{
		height: 34px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		margin: 40px 0px 0px;
	}

	.instruction_cat_select_flex{
		display: flex;
		height: 32px;
		align-items: center;
	}

	.instruction_cat_selected{
		font-size: 10px;
		line-height: 12px;
		font-family: 'MontserratMedium';
		padding-left: 1px;
		flex: 1;
	}

	.instruction_cat_selected[unselected]{
		color: #C2C2C2;
	}

	.instruction_cat_select_icon{
		width: 18px;
		background: url(../img/instructions/cat_select_icon.png) center/auto no-repeat;
		height: 12px;
	}

	.instruction_cat_select_list{
		overflow: hidden;
		height: 0px; 
		background: white;
		font-size: 16px;
		line-height: 22px;
		margin-top: 1px;
		position: relative;
		z-index: 1;
	}

	.instruction_cat_select_option{
		margin-top: 15px;
	}

	.instruction_cat_select_option:first-child{
		margin-top: 0;
	}

	.instruction_cat_select_wrap[expand="1"] .instruction_cat_select_list{
		height: auto;
		padding: 15px 30px 15px 10px;
	}

	.instruction_cat_select_wrap[expand="1"] .instruction_cat_select_icon{
		transform: rotate(180deg);
	}

	.instruction_content_list{
		margin: 40px 0px 0px;
	}

	.instruction_content_link_wrap{
		margin-top: 20px;
		display: flex;
	}

	.instruction_content_link{
		font-family: 'MontserratMedium';
		font-size: 10px;
		line-height: 12px;
		color: #353535;
		display: block;
		flex: 1;
	}

	.instruction_content_link_wrap:first-child{
		margin-top: 0;
	}

	.instruction_filter_result_wrap{
		position: absolute;
		width: 100%;
		background: white;
		z-index: 1;
		padding: 10px;
		top: 28px;
		left: 0;
	}

	.instuction_filter_result_list{

	}

	.instuction_filter_result{
		display: block;
		margin-top: 10px;
	}

	.instuction_filter_result:first-child{
		margin-top: 0;
	}

	.instuction_filter_result_name{
		font-size: 10px;
		line-height: 12px;
		font-family: 'MontserratMedium';
	}

	.instuction_filter_result_section{
		font-size: 8px;
		line-height: 11px;
		color: #777777;
	}

	.instuction_filter_result_name > span{
		color: #E34A4A;
	}

	.instuction_filter_result_all_button{
		background: #2B4B9B;
		border-radius: 3px;
		font-size: 10px;
		line-height: 20px;
		text-align: center;
		width: 100px;
		height: 20px;
		margin: 20px auto 10px;
		color: white;
	}

	.instuction_filter_result_null{
		font-size: 10px;
		line-height: 12px;
	}


}

@media(min-width: 720px){
	.insruction_wrap{
		padding: 0px 50px;
	}

	.instuction_filter{
		margin: 20px auto 0px;
		width: 300px;
	}

	.instruction_cat_select_wrap{
		margin: 40px auto 0px;
		width: 300px;
	}

	.instruction_content_list{
		margin: 40px auto 0px;
		width: 460px;
	}
}

@media(min-width: 960px){
	.instruction_content_list{
		width: 600px;
	}
}

@media(min-width: 1120px){
	.instruction_filter_result_wrap{
		padding: 20px 62px;
	}
	.instuction_filter_result_name{
		font-size: 16px;
		line-height: 20px;
	}
	.instuction_filter_result_section{
		font-size: 12px;
		line-height: 16px;
	}
	.instuction_filter_result_all_button{
		width: 184px;
		height: 38px;
		line-height: 38px;
		font-size: 20px;
		margin: 20px auto 0px;
		cursor: pointer;
	}
	.instuction_filter_result_all_button:hover{
		box-shadow: 0px 0px 17px 6px rgba(43, 75, 155, 0.16);
	}
	.instuction_filter_result_null{
		font-size: 16px;
		line-height: 20px;
	}
	.insruction_history_back_mob,
	.instruction_cat_select_wrap{
		display: none;
	}
	.insruction_history_back_desktop{
		display: block;
	}
	.header_margin{
		height: 44px;
	}

	.insruction_wrap{
		padding: 0px;
		display: flex;
		flex-direction: column;
		min-height: calc(100vh - 44px);
	}

	.instuction_filter_desktop_wrap{
		width: 1120px;
		margin: auto;
	}

	.instuction_filter {
		margin: 0px auto 0px 285px;
		width: 574px;
	}

	.instuction_filter_input {
		font-size: 16px;
		line-height: 20px;
	}

	.instruction_content_border{
		height: 1px;
		background: #D9D9D9;
		margin: 10px auto 0px;
		width: 100%;
	}

	.instruction_content{
		width: 1120px;
		display: flex;
		margin: auto;
		flex: 1;
		margin-top: 259px;
	}

	.instruction_content_menu{
		display: block;
		width: 265px;
		border-right: 1px solid #D9D9D9;
		padding: 50px 10px 50px 0px;
		margin-left: calc((100% - 1120px) / 2);
		height: calc(100vh - 303px);
	}

	.instruction_content_menu_option{
		font-size: 16px;
		margin-top: 15px;
		cursor: pointer;
		user-select: none;
	}

	.instruction_content_menu_option:first-child{
		margin-top: 0;
	}

	.instruction_content_menu_option[active="1"]{
		font-family: 'MontserratBold';
	}

	.instruction_content_list_wrap{
		margin-left: 265px;
	}

	.instruction_content_list_scroll{
		height: 100%;
		overflow: hidden scroll;
		width: 905px;
	}

	.instruction_content_list{
		width: 855px;
		margin: 0;
		padding: 50px 0px 50px 20px;
	}

	.instruction_content_link_wrap{
		margin-top: 50px;
	}

	.instruction_content_link{
		font-size: 20px;
		line-height: 24px;
	}

	.instruction_content_link[public="0"]{
		color: #bbbbbb;
	}

	.instruction_add_button{
		display: block;
		width: 360px;
		height: 60px;
		margin: 0px auto 50px;
		font-size: 26px;
		line-height: 60px;
		border-radius: 3px;
		background: #2B4B9B;
		color: white;
		text-align: center;
		cursor: pointer;
	}

	.instruction_add_button:hover{
		box-shadow: 0px 0px 17px 6px rgba(43, 75, 155, 0.16);
	}

	.instruction_to_edit{
		width: 20px;
		height: 20px;
		margin-left: 10px;
		background: url(../img/instructions/to_edit.svg) center/20px no-repeat;
		display: block;
		cursor: pointer;
	}

	.instruction_page{
		height: 100%;
		width: 855px;
		padding: 20px;
		position: relative;
		z-index: 0;
	}

	.instruction_loader{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.instruction_page[loading="0"] .instruction_loader,
	.instruction_page[loading="1"] .instruction_page_data{
		display: none;
	}

	.instruction_page_data{
		padding-bottom: 80px;
	}

	.instruction_back{
		display: flex;
		cursor: pointer;
		width: 100px;
	}

	.instruction_back_arrow{
		width: 12px;
		height: 20px;
		margin-right: 30px;
		background: url(../img/instructions/back.png) center/12px 20px no-repeat;
	}

	.instruction_back_text{
		font-size: 16px;
		line-height: 20px;
		color: #D1D1D1;
	}

	.instruction_name{
		font-family: 'MontserratMedium';
		color: #353535;
		font-size: 20px;
		line-height: 24px;
		margin-top: 50px;
	}

	.instruction_text{
		font-size: 16px;
		line-height: 20px;
		color: #737373;
		margin-top: 20px;
	}

	.instruction_pdf{
		margin-top: 30px;
	}

	.pdf_link{
		display: flex;
		width: 100%;
		margin-top: 10px;
	}

	.pdf_link:first-child{
		margin-top: 0px;
	}

	.pdf_icon{
		width: 20px;
		height: 22px;
		margin-right: 10px;
		background: url(/static/img/good/pdf_icon.svg) center/contain no-repeat;
	}

	.pdf_name{
		color: #2B4B9B;
		font-family: 'MontserratMedium';
		width: calc(100% - 30px);
		font-size: 16px;
		line-height: 22px;
		display: block;
		position: relative;
	}

	.instruction_img{
		max-width: 815px;
		margin-top: 30px;
		display: block;
	}

	.instruction_video{
		width: 100%;
		height: calc(815px / 16 * 9);
		margin-top: 30px;
	}

	body{
		overflow-y: scroll;
	}

	footer{
		display: none;
	}

	.instruction_fixed_menu{
		position: fixed;
		width: 100%;
		height: 259px;
		background: #f4f4f4;
		z-index: 1;
	}

	content{
		min-height: 0;
	}
}