/* 버튼 : 버튼들 감싸는 레이아웃 */
.btns {margin: 1rem 0 2rem;}
/* 버튼 : 기본 버튼 */
.btn_pp {display: inline-flex; justify-content: center; min-width: 11rem; border-radius: 1.2rem; padding: 0.5rem 1rem; margin: 2px 1px;}
.btn_pp {border: 2px solid transparent; background: #0095ff; color: #fff;}
/* 버튼 : 기본 버튼 : active */
.btn_pp {transition: 0.15s;}

.btn_pp:hover,
.btn_pp:focus {color: #fff; background: #005ea1;}

.subCntBody .btn_pp.btn_ico,
.subCntBody .btn_pp.btn_ico {justify-content: space-between;}
.subCntBody .btn_pp.btn_ico i,
.subCntBody .btn_pp.btn_ico i {font-size: 0.9rem; margin-left: 0.25rem; position: relative; top: 0.1rem;}