@charset "utf-8";
/* CSS Document */

._stm_outer_box {
	padding: 20px;
	border: 1px solid #d0d0d0;
	background: #fff;
	border-radius: 4px;
	position: relative;
	margin-bottom: 20px;
    z-index: 0;
}
._stm_left_accordion {
	margin-bottom: -10px;
}
._stm_left_accordion dt {
	background: url(/sol/contents/img/svg/icon/plus.svg) left 0px no-repeat;
	background-size: 18px 18px;
	cursor: pointer;
	cursor: hand;
	color: #008ae5;
	padding: 0px 0px 10px 26px;
	line-height: 19px;
}
._stm_left_accordion dd {
	margin-bottom: 20px;
	padding: 10px 15px 10px 15px;
	background: #f0f8fb;
	position: relative;
	display: none;
}
._stm_left_accordion dd:before {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	border-top: 5px solid rgba(255, 255, 255, 0);
	border-bottom: 5px solid #f0f8fb;
	border-left: 7px solid rgba(255, 255, 255, 0);
	border-right: 7px solid rgba(255, 255, 255, 0);
	left: 10px;
	top: -10px;
}
._stm_left_accordion dd:last-child{
	margin-bottom: 10px;
}
._stm_left_accordion dt._stm_opened {
	background: url(/sol/contents/img/svg/icon/minus.svg) left 0px no-repeat;
	background-size: 18px 18px;
}
.res14-contents-c2{
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	border-radius: 4px;
}
@media screen and (max-width: 640px){
	._stm_outer_box {
		padding: 10px;
		margin: 0px 10px 10px 10px;
		border-radius: 2px;
	}
	.nets_modules__list-type2,
	.nets_modules__list-type2 li{
		list-style: none;
		font-size: 12px;
	}
	._stm_outer_box._stm_sp_detail{
		margin: 0px 0px;
	}
}

