.side_bar_L{
		width:100vw;
		height:calc(100vh - 10rem);
		position:absolute;
		left:-101vw;
		z-index:100;
		transition:all.35s;
		background-color:rgba( 255, 255, 255, 1 );
}
.side_bar_R{
		width:25rem;
		height:calc(100vh - 10rem);
		position:absolute;
		right:-26rem;
		z-index:100;
		transition:all.35s;
		background-color:rgba( 255, 255, 255, 1 );
}
  	.search_hover:hover
	{
		background-color:#1587cc;
		color:#ffffff;
	}
	.tab_style{
		width:11.3%;
		background-color:#1ab394  !important;
		text-align:center;
	}
	
	.tab_style>.nav-link:not(.active):hover{
		color:#ffffff !important;
	}
	ul {
		list-style-type: none;
	}
	.so_bun,.jung_bun{
		cursor:pointer;
	}
	.jung_bun:hover{
		color:#1587cc;
	}
	.so_bun:hover{
		color:#1587cc;
		font-weight:700;
	}

	.btn_op{
		background-color: #f8f8f8;
		color: #888;
		border: 1px solid #e8e8e8;
		font-size: 12px;
		letter-spacing: 0px;
		padding: 3px 10px;
		cursor: pointer;
		display: inline-block;
		margin: 5px 10px; 
		opacity:0.5
	}
	.btn_op:hover{
		background: black;
		color: white;
		opacity:1
	}
	@media (min-width: 768px)
	.page-height {
		position: inherit;
		min-height: calc(100vh - 185px);
	}
	.page-height {
		height: calc(100vh - 185px);
	}
	/*#main-wrap{
		width:100vw;
		height: calc(100vh - 132px);
	}*/
	.footer_m{
		position: -webkit-fixed;
		position: fixed;
		bottom: 0px;
		left:0px;
		width: 100vw;
	}
	.footer-btn{
		position:relative;
		cursor:pointer;
	}
	.footer-btn > p{
		font-size:2rem;
	}
	.footer-btn > span{
		font-weight:700;
	}
	#wrapper{
		width: 100%;
		overflow-x: hidden;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
	}
	.w_1{
		width:2.2rem;
	}
	.mobile_popup{
		position:absolute;
		width:67vw;
		height:88vw;
		background-color:white;
		top:100px;
		left:2vw;
	}
	.mobile_popup > div > table {
		height:80vw !important;
	}
	.mobile_popup td {
		background-size:contain;
		background-repeat:no-repeat;
	}
	.mobile_popup .mobile_popup_title a:visited{
           color: white;
    }

