#other img{
    width: 100%;
}

#other .new_wrapper .new_area{
	width: 45%;
	margin: 0 auto 8rem;
}

#other .new_wrapper .new_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#other .new_wrapper iframe{
	width: 100%;
}

#other .new_wrapper .new_block{
	width: 45%;
	margin-bottom: 4rem;
	transition: .6s;
}

#other .new_wrapper .new_block:hover{
	opacity: .4;
}

#other .black_bg{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1001;
}

#other .hide_wrapper .hide_area .hide_block{
	display: none;
	position: fixed;
	top: 7%;
	left: 0;
	right: 0;
	z-index: 1002;
	text-align: center;
}

#other .hide_wrapper .hide_area .hide_block_inner{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

#other .hide_wrapper .hide_area .img:nth-of-type(1){
	margin-right: 4rem;
}

#other .hide_wrapper .hide_area .img img{
	max-width: 540px;
	width: 100%;
}

#other .hide_wrapper .close_block{
	position: fixed;
	top: 8%;
	right: 16%;
	cursor: pointer;
}

#other .hide_wrapper .close_block span{
	display: block;
	width: 60px;
	height: 8px;
	background-color: #Fff;
	transform-origin: center;
	position: absolute;
	top: 0;
}

#other .hide_wrapper .close_block .left{
	transform: rotate(45deg);
}

#other .hide_wrapper .close_block .right{
	transform: rotate(-45deg);
}