@charset "utf-8";

.add-store-section-dialog-wrapper .s-kit-modal-content { border-radius: 8px; }

.add-store-section-dialog-wrapper .s-kit-modal-body { padding: 0px; width: 520px; position: relative; }

.add-store-section-dialog-wrapper .close-icon { position: absolute; width: 26px; height: 26px; right: 15px; top: 15px; cursor: pointer; }

.add-store-section-dialog-wrapper .close-icon:hover { transform: rotateZ(90deg); transition: 0.35s; }

.add-store-section-dialog-wrapper .store-section-panel { padding: 30px; text-align: center; }

.add-store-section-dialog-wrapper .store-section-panel .store-image { width: 260px; height: 156px; margin-top: 20px; }

.add-store-section-dialog-wrapper .store-content { margin-top: 20px; }

.add-store-section-dialog-wrapper .store-content .store-hint { display: block; font-size: 14px; color: rgb(99, 105, 114); line-height: 1.6; }

.add-store-section-dialog-wrapper .add-button { margin-top: 20px; }