
.passwordEdit{min-height: 800px;}
.passwordEdit ._dotList,
.passwordEdit ._inputList,
.passwordEdit .saveBtnWrap{width: 720px;margin: 0 auto;;}
.passwordEdit ._dotList {margin-bottom: 50px;}
.passwordEdit ._dotList span{padding-left: 16px;line-height: 26px;}
.passwordEdit ._inputList{margin-bottom: 20px;padding-bottom: 30px;border-bottom: 1px solid var(--line_02)}
.passwordEdit .saveBtnWrap{display: flex;justify-content: center;}
.passwordEdit .saveBtnWrap button{height: 42px;;margin: 0 5px;font-weight: 600;width: 140px;}

@media screen and (max-width: 720px) { 
.passwordEdit{min-height: initial;}
.passwordEdit ._dotList,
.passwordEdit ._inputList,
.passwordEdit .saveBtnWrap{width: 100%;padding:0 var(--36);}
.passwordEdit ._dotList {margin-bottom: var(--50);padding-top: var(--60);background-color: var(--bg_01);padding-bottom: var(--50);}
.passwordEdit ._dotList span{padding-left: var(--16);line-height:var(--36);margin-bottom: var(--20);}
.passwordEdit ._dotList span:after{top: var(--18);}
.passwordEdit ._inputList{border-bottom: 0;margin-bottom: 0;padding-bottom: var(--40);}
.passwordEdit .saveBtnWrap{margin-bottom: var(--160);justify-content: space-around;}
.passwordEdit .saveBtnWrap button{height: var(--80);;margin: 0;width:calc(50% - var(--10));}
} 