#contents .wrapper{padding: 80px 60px 120px; display: flex; flex-direction: column; align-items: center; gap: 48px; text-align: center; width: 100%;}
#contents .contents{display: flex; flex-direction: column; gap: 32px; width: 100%; align-items: center; width: 100%; max-width: 550px;}
#contents h1{color: var(--neutral-900, #151C29); font: var(--title-title4-b); letter-spacing: var(--ls-title-title4-b);}
#contents .input_wrap{ width: 100%;}
#contents ._attached{padding: 10px 0 0 0;}

#contents .agree_wrap{display: flex; width: 100%; flex-direction: column; gap: 10px;}
#contents .agree_list{display: flex; flex-direction: column; gap: 10px;}
#contents .chk_wrap{display: flex; align-items: center;}
#contents .chk_wrap label{flex-grow: 1;}

#contents .btn_submit{width: 100%; max-width: 340px;}