@charset "utf-8";
/* -----------------------------------------------
	25-03-17 : 오늘의 투자정보 내재화 작업 
----------------------------------------------------*/
/* xmcs 콘텐츠 상세 */

.tempContent .O2Info_H1{display:flex;align-items:center;line-height:36px;font-size:23px;font-weight:700;color:#212121;margin-top:10px;margin-bottom:21px;}
.tempContent .O2Info_H2{display:flex;align-items:center;line-height:35px;font-size:21px;font-weight:700;color:#212121;margin-top:10px;margin-bottom:14px;}
.tempContent .O2Info_H3{display:flex;align-items:center;line-height:33px;font-size:19px;font-weight:600;color:#616161;margin-top:10px;margin-bottom:7px;}
.tempContent p.O2Info_p{font-size:17px;margin-top:6px;margin-bottom:6px;font-weight:400}
.tempContent ol{counter-reset:number 0;}
.tempContent ol>li.O2Info_p{position:relative; padding:0 0 0 22px; font-size:17px; font-weight:400; }
.tempContent ol>li.O2Info_p::before {counter-increment:number;content:counter(number); position:absolute; top:0; left:0; width:14px; text-align:center; font-size:17px; letter-spacing:-1px;}
.tempContent .O2Info_hr{border:1px solid #ccc;}
.tempContent .O2Info_Note{line-height:normal;font-size:10pt;color:#7e8c8d;margin-top:4px;margin-bottom:4px;}