@charset "utf-8"; /* 로그인 */ .login_wrap .modal-content{ background: #f6f6f6; } .login_wrap .modal-body{ padding:18% 10%; } .login_txt_wrap { position: relative; color:#000; margin-top: -1rem !important; } /* .login_wrap .modal-content::before { content: ''; display: inline-block; position: absolute; right: 0; top: 25%; width: 150px; height: 300px; border-radius: 200px 0 0 200px; background: #05bda1; } */ .login_txt_icon { font-size: 2rem; margin-bottom: 0.7rem !important; } .login_txt_icon img { width: 100px; } .login_large_txt { font-size: 2.2rem; } .login_small_txt { font-size: 1.4rem; margin-bottom: 2rem !important; } /* 회원탈퇴 */ .dot_list > ul > li{ position: relative; padding-left: 1.2rem; margin-bottom: 0.5rem; } .dot_list > ul > li::before{ content: '·'; position: absolute; top: 0; left: 0; }