@charset "utf-8";

/*로그인*/
body:has(#mb_login){background: #FCF4EA;}
body:has(#mb_login)::after{content: 'Copyright © BUSAN IN MAUM. All rights reserved.';display: block; position: absolute; bottom: 0; height: 72px; background: #FCB16D; z-index: 2; width: 100%; left: 0; color: rgba(0, 0, 0, .5); padding-top: 1rem; text-align: center; font-family: 'PN';}
body:has(#mb_login) .bg_login{display: flex; position: absolute; z-index: 3; width: calc(100% - 120px);margin: 0 60px 0; background: url(./img/bg_login.png) no-repeat bottom 32px center / contain; height: 500px; bottom: 0; left: 0;}
body:has(#mb_login)::before{content: ''; padding: 1rem; border: 3px solid #FCDEC1;position: absolute;z-index: 4;top: 16px; left: 16px; width: calc(100% - 32px); height: calc(100vh - 32px);}
#mb_login.mbskin{position: absolute; z-index: 999; left: 50%; top: 40%; margin: 0; transform: translate(-50%, -50%); width: 440px;}
#mb_login.mbskin::before{content: '';background: url(./img/h1_logo.png) no-repeat top center; display: block; height: 48px; width: 100%; margin-bottom: 32px;}
#mb_login.mbskin .mb_log_cate{display: none;}
#mb_login.mbskin .mbskin_box{border: 0; border-radius: 24px; box-shadow: 4px 4px 16px #FB958129;}
#mb_login.mbskin form #login_fs{padding: 0 96px 56px;}
#mb_login.mbskin form #login_fs legend{font-size: 20px; position: unset; line-height: 1; text-indent: unset; font-family: 'GB'; color: #333; margin-bottom: 16px; padding-top: 56px;}
#mb_login.mbskin form #login_fs legend span{color: #0DBBB9;}
#mb_login.mbskin form #login_fs #login_info{display: none;}
#mb_login #login_fs .frm_input{border: 1px solid #ddd; border-radius: 8px; height: 50px; box-shadow: none; margin: 0px;padding: 0 0 0 44px;}
#mb_login #login_fs .frm_input::placeholder{color: rgba(0, 0, 0, .3);}
#mb_login #login_fs .frm_input#login_id{background: url(./img/icon_login_id.png) no-repeat left 16px center white; margin-bottom: 8px;}
#mb_login #login_fs .frm_input#login_pw{background: url(./img/icon_login_pw.png) no-repeat left 16px center white; margin-bottom: 16px;}
#mb_login #login_fs .btn_submit{border-radius: 8px; background: #0B82C6 !important; font-family: 'GL'; font-size: 16px;}