@charset "UTF-8";
/*
* Creat : 손상만
* Creat Date : 2017-05-10
* Last Update :2017-05-10
* Ver : 1.0
*/
/* 컨텐츠 */
.customerGuide .txtNote { margin-bottom: 21px; color: #222; }
.customerGuide .cutomerBox { overflow: hidden; border: 1px solid #e1e1e1; padding: 13px; }
.customerGuide .cutomerBox h4 { color: #222; font-weight: 600; padding-bottom: 11px; border-bottom: 1px solid #e1e1e1; }
.customerGuide .cutomerBox.type1 ul { background: url(/resources/img/holdings/customer/bg_cs_left.png) no-repeat 0 center; background-size: 33px 33px; margin-top: 15px; }
.customerGuide .cutomerBox.type1 ul li { line-height: 20px; padding-left: 48px; }
.customerGuide .cutomerBox.type1 ul li span { color: #222; }
.customerGuide .cutomerBox.type2 { margin-top: 20px; }
.customerGuide .cutomerBox.type2 ul { background: url(/resources/img/holdings/customer/bg_cs_right.png) no-repeat 0 0; background-size: 36px 32px; margin-top: 15px; }
.customerGuide .cutomerBox.type2 ul li { line-height: 17px; padding-left: 47px; font-size: 13px; }
.customerGuide .cutomerBox.type2 ul li span { font-size: 15px; color: #c91c22; margin-bottom: 14px; display: block; }
.customerGuide .cutomerBox.type2 ul li em { color: #c91c22; }

/* ***** lang(en) ***** */
html:lang(en) .customerGuide .cutomerBox h4 {font-weight: normal;}