@charset "utf-8";

/* 마이페이지 - 설문조사 안내 */
.bod-survey dl > dt {width:30.6%; padding-left:3.722em;}
.bod-survey dd input[type="radio"] + label {padding-right:.96em;}
.bod-survey .num {position:absolute; display:inline-flex; top:50%; left:1.388em; justify-content:center; align-items:center; transform:translateY(-50%); background:#FF7A00; width:1.77em; height:1.77em; color:#fff; border-radius:1.11em;}

.survey-tbl tbody td.question {padding-left:3.722em; font-weight:600;}
.survey-tbl tbody td .num {position:absolute; display:inline-flex; top:50%; left:1.388em; align-items:center; justify-content:center; transform:translateY(-50%); margin-right:.55em; background:#FF7A00; width:1.77em; height:1.77em; color:#fff; border-radius:1.11em;}

@media (max-width:640px){
	.bod-survey dl > dt {width:auto;}
	.bod-survey dl > dd {padding-left:3.722em;}
	.bod-survey .num {margin:.5em 0;}
}

/* 마이페이지 - 배달강사 */
.stitWrap {position:relative;}
.stitWrap h6 {margin-top:1.42857em;}
.stitWrap .btn {position:absolute; top:0; right:0;}
.stitWrap .btn.icon.pagebak {background-image:url(../img/button/btn_pagebak.svg) !important;}
.stitWrap .btn.icon.pagebak:hover {background-color:#fff !important; color:#584E4B !important;}

@media (max-width:640px){
	.stitWrap .btn.icon.pagebak {padding-right:1em; padding-left:1em; background-position:center !important; text-indent:-9999px;}
}

