.wow {
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
}

#nwbeek {}

#nwbeek .conw_box {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 130px 1fr 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	align-items: center;
}

#nwbeek .conw_box .cao {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#nwbeek .conw_box .cao h2 {
	text-transform: uppercase;
}

#nwbeek .tawfo {
	display: flex;
	justify-content: center;
}

#nwbeek .tawfo .tw_ox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 6px;
}

#nwbeek .tawfo .tw_ox p {
	font-size: max(1 * (1vw + 1vh) / 2, 16px);
	font-weight: 600;
}

#nwbeek .tawfo .tw_ox img {
	width: 50px;
	background: #0082d8;
	border-radius: 50%;
	padding: 21px;
	margin-bottom: 6px;
}

#nwbeek .tacan_box {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

#nwbeek .tacan_box .talist {
	display: flex;
	flex-direction: column;
	width: 50%;
}

#nwbeek .tacan_box .talist a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: #e8e8e8 1px solid;
}

#nwbeek .tacan_box .talist a:hover {
	background: #f0f0f0;
}

#nwbeek .vamail {
	display: flex;
	border-top: #c9c9c9 1px solid;
	padding: 10px 0;
	margin-top: 10px;
}

#nwbeek .vamail a {
	display: flex;
	align-items: center;
}

#nwbeek .vamail svg {
	width: 30px;
	aspect-ratio: 1/1;
	margin-right: 10px;
}

@media screen and (max-width: 1024px) {
	#nwbeek .conw_box {
		display: flex;
		flex-direction: column;
	}

	#nwbeek .conw_box .cao {
		margin-bottom: 14px;
	}

	#nwbeek .conw_box .caoinfo {
		padding: 10px 0;
		margin-bottom: 12px;
	}

	#nwbeek .conw_box .caoinfo p {
		font-size: max(1.1 * (1vw + 1vh) / 2, 16px);
	}
}


@media screen and (max-width: 768px) {}