@charset "UTF-8";

/****************************************/
/*	Name:HIMART
/*	PART:이전설치
/****************************************/

/* 톡상담 고객센터 링크 */
.previous-installation__guide-of-customer{display:block;padding:24px 20px 20px;background:none;margin-top:0;}
.previous-installation__guide-of-customer .hm-grid{background:#f4f4f4;border-radius:4px;box-sizing:border-box;border:1px solid #efefef;}
.previous-installation__guide-of-customer .hm-grid__cell{position:relative;}
.previous-installation__guide-of-customer .hm-grid__cell:last-child:after{width:2px;height:34px;border-radius:1px;background:#e2e2e2;content:"";position:absolute;top:11px;left:-2px;}
.previous-installation__guide-of-customer a{height:57px;line-height:35px;border-radius:4px;display:block;text-align:center;box-sizing:border-box;padding:11px 0;color:#111;}
.previous-installation__guide-of-customer a strong{display:inline-block;background:url(../img/icon/arr_right.png) no-repeat 100% 11px;background-size:6px auto;padding-right:10px;}
html.android .previous-installation__guide-of-customer a strong{background-position:100% 12px;}
.previous-installation__guide-of-customer p{color:#616161}