/*공통*/
.mgL25{margin-left:25px;}

/*공통 리스트*/
ul.dash_list > li{position:relative;font-size:16px;line-height:1.7;padding-left:15px;margin-bottom:5px;letter-spacing:-0.5px;}
ul.dash_list > li:last-child{margin-bottom:0;}
ul.dash_list > li::before{content:"-";position:absolute;top:0;left:0;}

ol.num_list > li{position:relative;padding-left:25px;}
ol.num_list > li::before{position:absolute;top:0;left:0;}
ol.num_list > li:nth-child(1)::before{content:"(1)";}
ol.num_list > li:nth-child(2)::before{content:"(2)";}
ol.num_list > li:nth-child(3)::before{content:"(3)";}
ol.num_list > li:nth-child(4)::before{content:"(4)";}
ol.num_list > li:nth-child(5)::before{content:"(5)";}
ol.num_list > li:nth-child(6)::before{content:"(6)";}
ol.num_list > li:nth-child(7)::before{content:"(7)";}
ol.num_list > li:nth-child(8)::before{content:"(8)";}
ol.num_list > li:nth-child(9)::before{content:"(9)";}
ol.num_list > li:nth-child(10)::before{content:"(10)";}

ol.hangul_list{padding-left:25px;}
ol.hangul_list > li{list-style:hangul;margin-bottom:5px;}
ol.hangul_list > li:last-child{margin-bottom:0;}

/*공통 스타일 박스*/
.com_style_box01{background-repeat:no-repeat;background-position:left 60px center;background-color:#f5f5f5;padding:40px 40px 40px 190px;}
.com_style_box01 p{font-size:16px;line-height:1.7;color:#555;word-break:keep-all;}

/*공통 스타일 박스2*/
.com_style_box02 *{font-size:16px;line-height:1.7;letter-spacing:-0.5px;word-break:keep-all;}
.com_style_box02 > ol ol,
.com_style_box02 > ol ul{margin-top:5px;margin-bottom:10px;} 

@media all and (max-width:1024px){
	/*공통*/
	.mgL25{margin-left:15px;}

	/*공통 리스트*/
	ul.dash_list > li{font-size:14px;padding-left:10px;}

	ol.num_list > li{padding-left:20px;}

	/*공통 스타일 박스*/
	.com_style_box01{background-size:80px;background-position:left 30px center;padding:30px 30px 30px 135px;}
	.com_style_box01 p{font-size:14px;}
	.com_style_box01 p br{display:none;}

	/*공통 스타일 박스2*/
	.com_style_box02 *{font-size:14px;}
}
@media all and (max-width:768px){
	/*공통*/
	.mgL25{margin-left:10px;}

	/*공통 스타일 박스*/
	.com_style_box01{background-image:none !important;padding:30px;}
}